Commit graph

4371 commits

Author SHA1 Message Date
Michael Meeks
7c29eb06ea panel/wizard: adapt to new simpler 'deck' and 'panel' hierarchy.
Avoid lots of indirection and complexity based on the new,
simplified sidebar JSON hierarchy from the core.

Change-Id: I73d5c6af30d40e9a430e0f3df3b78b620f425e39
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86510
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
2020-01-09 23:31:18 +01:00
Michael Meeks
f9aa0d61bc mobile: stop disabled menu items from breaking hamburger menu.
Change-Id: I0e98dbd853c0120e325f9558b7285392de615a84
2020-01-09 16:23:32 +00:00
Tor Lillqvist
8c4bff2b22 tdf#129327: Ignore all keydown events at the outermost level for iOS
Possibly a good idea for Android, too? See bug report for description
of what this fixes.

Change-Id: I6b70f431ced09044756c2edc3fcc2542428b62e1
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86484
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
2020-01-09 13:56:19 +01:00
Henry Castro
368f6ff70e loleaflet: prevent auto focus when the page is loaded
It has been added an attribute 'disabled' when permission is
'readonly', otherwise it is removed

Change-Id: I64a4cf9a7a754d66862e55805202358b9f83caf8
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86442
Reviewed-by: Henry Castro <hcastro@collabora.com>
Tested-by: Henry Castro <hcastro@collabora.com>
2020-01-08 18:23:12 +01:00
Henry Castro
ccd6c73a60 loleaflet: encapsulate the function related to map blur
Change-Id: I2d2dab867769e7f9b5497d4bc4834fc097c8d30f
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86441
Reviewed-by: Henry Castro <hcastro@collabora.com>
Tested-by: Henry Castro <hcastro@collabora.com>
2020-01-08 18:22:44 +01:00
Henry Castro
0064cfff56 loleaflet: simplify the function related to map focus
Change-Id: I0849ad3a5abe50aaba3b993f6851c113b1bb27cb
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86440
Reviewed-by: Henry Castro <hcastro@collabora.com>
Tested-by: Henry Castro <hcastro@collabora.com>
2020-01-08 18:22:11 +01:00
Henry Castro
e9d11f4a66 loleaflet: simplify "prevent default 'contextmenu' action"
The mobile and desktop prevents default 'contextmenu' action

Change-Id: I89171c955c153b2fceaad92970e2eaf039cb8527
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86373
Reviewed-by: Henry Castro <hcastro@collabora.com>
Tested-by: Henry Castro <hcastro@collabora.com>
2020-01-08 18:21:14 +01:00
mert
026500b3a5 Fix insertshapes display problem
Insert Shapes dialog opens on the right
side of the screen and can be too
narrow on desktop

Change-Id: I8f9fe8f00989b504d05282fcd5332bf1a1b94ad0
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/85747
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
2020-01-08 17:49:19 +01:00
Tor Lillqvist
152a20df3a Revert "tdf#129374: Make the overlay wider on iOS if it seems necessary"
There is a better fix coming.

This reverts commit ce7ad16087.
2020-01-08 16:29:45 +02:00
Michael Meeks
971ed41c0d admin: Kill menu uses href="#" so disable vex auto-close on popstate
Change-Id: Icc94fc0dae70718700b709b81785162254af2ed4
2020-01-08 11:51:10 +00:00
Pedro Pinto Silva
b752bb6d4a Mobile: Insert: Fields: Add icons for the respective uno commands:
- added in: 86371: mobile: add insert fields for calc & impress.

Change-Id: I5ec7424b3149eca431cf5f081397ae4e5979664f
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86408
Reviewed-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
Tested-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
2020-01-08 11:12:53 +01:00
Michael Meeks
3cbaf15b70 android: disable FullScreen button for mobile apps.
By implementing mobileapp: false in the panel builder.

Change-Id: Id518fb4b02598511403eac4cef53e94317042fd4
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86370
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
2020-01-07 19:34:17 +01:00
Michael Meeks
8dd7bcffd6 mobile: add insert fields for calc & impress.
Also add option to enable/disable on-line spell-checking to the menus too.

Change-Id: I1ba2a68c7d410041b6710f598a7c7fc60511ffee
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86371
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2020-01-07 19:33:41 +01:00
Pedro Pinto Silva
a4b146ec51 Mobile: w2ui scroll elements:
- Enable and adjust elements when on mobile so they are visible but discreet (without covering icons)
- Make them not clickable when on mobile (thus avoiding unwanted scrolled due to users mistaps
- Make their parent aware of the ongoing scrolling and call w2ui resize on it (thus making the left and right indicator showing and hiding as we please)
- Test and adjust so this changes do affect affect the click listening on desktop etc

Change-Id: Ic35dadb71e7fd6ae3ff2fad3e52d5219e7520c55
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86364
Reviewed-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
Tested-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
2020-01-07 17:36:21 +01:00
Tor Lillqvist
ce7ad16087 tdf#129374: Make the overlay wider on iOS if it seems necessary
Horrible hack, but works for the specific case described in the bug at
least.

Change-Id: I55150d84dc892ece69540fdc0d06bc277891c1fa
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86328
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
2020-01-07 11:28:52 +01:00
Ashod Nakashian
e416caa1e0 wsd: prevent sidebar from stealing focus on painting
Change-Id: I3738b95ea230faa46c122e12b7932599f0113a8f
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86322
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
2020-01-07 10:21:54 +01:00
Henry Castro
617d7e1318 loleaflet: move global variable 'revHistoryEnabled'
There are global variables when the early websocket connection
is in progress while the bundle JS file is being downloaded,
so in order to not confuse it is preferable to move to another location.

Change-Id: I9fe144dea6bf36abd16fcf00259acca93674eff9
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86308
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-01-06 21:42:37 +01:00
Henry Castro
2f6c4acf82 loleaflet: move global variable 'closeButtonEnabled'
There are global variables when the early websocket connection
is in progress while the bundle JS file is being downloaded,
so in order to not confuse it is preferable to move to another location.

Change-Id: I36b3e52c87666c5a805c2286af45ec5b44d79619
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86296
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-01-06 21:25:12 +01:00
Henry Castro
f2017bbbc4 loleaflet: move global variable "isInternetExplorer" to L.Browser object
To identify Browser, it has a specific section in L.Browser object
that detects any type of browser, so let us be consistent and move
the global variable "isInternetExplorer"

Change-Id: I3f744ea21a2e051a0ad4255fcd280af4549b6ef7
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86292
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-01-06 21:24:52 +01:00
Henry Castro
697595ee22 loleaflet: mobile: avoid blurs when graphic is editing
This fixes the annoying effect to blur and focus again
when the graphic is editing.

Change-Id: I3b26cf0a3aaa6418062121279f65df3753e179a6
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86289
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Henry Castro <hcastro@collabora.com>
2020-01-06 19:40:59 +01:00
Henry Castro
23ccef0ac7 loleaflet: android: hide slide sorter if it is a small window size
The android browser application changes the orientation when the
soft keyboard pop ups, it has been given a heuristic number 2/3 screen height
to hide the slide sorter, this is because there is a header size
that show the URL bar and it can be improved to the equal screen size of the
native Android app.

Change-Id: I182795fe698bf191cd5b675c1768820ab78b1602
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/85333
Reviewed-by: Henry Castro <hcastro@collabora.com>
Tested-by: Henry Castro <hcastro@collabora.com>
2020-01-06 19:40:44 +01:00
Tor Lillqvist
94fce780e3 Try to avoid "TypeError: undefined is not an object"
Change-Id: I19942728166b57e493fb04086d7588c74bdb49ef
2020-01-06 20:01:51 +02:00
Henry Castro
1dda92109f makefile: generate an index (ctag) file for the JavaScript language
Change-Id: I495c7665786a47cfb007260368084a01c4163ea7
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/85766
Reviewed-by: Henry Castro <hcastro@collabora.com>
Tested-by: Henry Castro <hcastro@collabora.com>
2020-01-06 18:48:15 +01:00
Michael Meeks
640ce42b4f dialogs: render red transparent rectangles to show dialog invalidation.
Change-Id: Icff4a792dd54f9ab1c1f9abf13b8bdd869593fe2
2020-01-06 17:36:42 +00:00
Marco Cecchetti
0f8402bd5a loleaflet: reverse insertion when entering text in formula bar
This patch fixes the following issue:

- Open a spreadsheet.
- Enter a few chars in a cell, and press enter.
- Go back to the cell, and in the formula bar, enter more text.

=> Characters are inserted backwards.

Change-Id: I6930fab44c6cacdd4710d363ca3bf15d564b64e4
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86100
Reviewed-by: Marco Cecchetti <marco.cecchetti@collabora.com>
Tested-by: Marco Cecchetti <marco.cecchetti@collabora.com>
2020-01-06 09:59:05 +01:00
Weblate
48d234be96 update translations
LibreOffice Online/loleaflet-ui (Czech)
Currently translated at 100.0% (282 of 282 strings)

Change-Id: If75f6ce6e15750327864573454c7044308ef8d07

update translations

LibreOffice Online/loleaflet-ui (Welsh)
Currently translated at 93.3% (263 of 282 strings)

Change-Id: I7c96315a438bacf0591b863b30b3d8b608e6728f

update translations

LibreOffice Online/loleaflet-ui (Welsh)
Currently translated at 92.9% (262 of 282 strings)

Change-Id: Iad2d2a143fd22a58333f6ee615ad3a3a5fc07d0a

update translations

LibreOffice Online/loleaflet-ui (Welsh)
Currently translated at 92.6% (261 of 282 strings)

Change-Id: I0e64428eecb93883dc17ab6632100169385a0e62

update translations

LibreOffice Online/android-app (Welsh)
Currently translated at 100.0% (99 of 99 strings)

Change-Id: I62c8e5ce09eaaade3888ad9f5780a71e01e19d1c

update translations

LibreOffice Online/android-lib (Welsh)
Currently translated at 100.0% (6 of 6 strings)

Change-Id: I6b93b3565e0e7e68ddb2c1a7e7d8d4c3d39b1714

update translations

LibreOffice Online/loleaflet-help (Czech)
Currently translated at 100.0% (416 of 416 strings)

Change-Id: I0a97f5e1b81bb58b2d752a1494120bbd770e42d6

update translations

LibreOffice Online/loleaflet-ui (Welsh)
Currently translated at 91.8% (259 of 282 strings)

Change-Id: If4d124cedfc7d9cf86c439f00daf3ff27225a676

update translations

LibreOffice Online/android-app (Welsh)
Currently translated at 63.6% (63 of 99 strings)

Change-Id: I6ee1560ff4ea26c88e9929ea5e8167788035f770

update translations

LibreOffice Online/loleaflet-help (Czech)
Currently translated at 99.8% (415 of 416 strings)

Change-Id: I975b920b2f71ac9dfb469179faa21515f5efa975

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Change-Id: Ib36213f57986afceeac201fa5711205683d7e0b9
Translation: LibreOffice Online/loleaflet-ui
Translate-URL: https://weblate.documentfoundation.org/projects/libo_online/loleaflet-ui/

update translations

LibreOffice Online/android-app (Welsh)
Currently translated at 62.6% (62 of 99 strings)

Change-Id: I1ac7b732db8c6847ca3cf7cb20e53b8a06fc93df

update translations

LibreOffice Online/loleaflet-help (Czech)
Currently translated at 99.5% (414 of 416 strings)

Change-Id: I83a58faa7905de2a0192b85910373b7c4ba0baa6

update translations

LibreOffice Online/loleaflet-help (Czech)
Currently translated at 81.7% (340 of 416 strings)

Change-Id: I1beee6c2bb17bedf75ca66c7bc1367aa17f663d0

update translations

LibreOffice Online/android-app (Asturian)
Currently translated at 23.2% (23 of 99 strings)

Change-Id: I94e4179d1dafce9359dc2b160e5797cc75ca3fb1

update translations

LibreOffice Online/loleaflet-help (Czech)
Currently translated at 81.7% (340 of 416 strings)

Change-Id: I51c5c2ec2b816e1ef6a84bb98e031f26f27a8f79

update translations

LibreOffice Online/loleaflet-ui (Slovenian)
Currently translated at 100.0% (283 of 283 strings)

Change-Id: Id65a338c7c65460fb4bcc76963c00234dcc326d7

update translations

LibreOffice Online/ios (Slovenian)
Currently translated at 100.0% (4 of 4 strings)

Change-Id: I4c8ae8bb5b9bd3d05ac5bfe67fd653b4d057f3ec

update translations

LibreOffice Online/android-lib (Slovenian)
Currently translated at 100.0% (6 of 6 strings)

Change-Id: I94e6887c1dd1a312b9d5ded089e889609a97317d

update translations

LibreOffice Online/android-app (Slovenian)
Currently translated at 100.0% (99 of 99 strings)

Change-Id: Id598ca2b7a36679f07281b0d2f5d7945765cbf22

update translations

LibreOffice Online/android-app (Hungarian)
Currently translated at 100.0% (99 of 99 strings)

Change-Id: Iac62e966ecc7fbcf4e99c1f75120fc71d060d43b

update translations

LibreOffice Online/loleaflet-help (Hungarian)
Currently translated at 48.1% (200 of 416 strings)

Change-Id: I79d18a150ff9cbe147dba0d100876fa9703e859f

update translations

LibreOffice Online/loleaflet-help (Czech)
Currently translated at 76.4% (318 of 416 strings)

Change-Id: If73cd55eda6d8966efe7dd8407fa71a50d9ea070

update translations

LibreOffice Online/loleaflet-ui (Slovenian)
Currently translated at 99.6% (282 of 283 strings)

Change-Id: I8d6d0f73d550d1407eb092876ee88c4e6e9eeb07

update translations

LibreOffice Online/loleaflet-ui (Hungarian)
Currently translated at 100.0% (283 of 283 strings)

Change-Id: I4a2bb1f1270c05efa4763af6ca7e7b5059acd4ca

update translations

LibreOffice Online/loleaflet-ui (Upper Sorbian)
Currently translated at 100.0% (283 of 283 strings)

Change-Id: Iac701e1cd5ef08c2d1f2df2292a5f3b8ba4fad97

update translations

LibreOffice Online/loleaflet-ui (Esperanto)
Currently translated at 61.8% (175 of 283 strings)

Change-Id: I68804c4fe8c3b264a809114b6cba61c907fae2c7

update translations

LibreOffice Online/loleaflet-ui (Lower Sorbian)
Currently translated at 100.0% (283 of 283 strings)

Change-Id: I86e9c3285708dad45b5e87cd1a9150fe420c7283

update translations

LibreOffice Online/loleaflet-ui (Czech)
Currently translated at 100.0% (283 of 283 strings)

Change-Id: I0eede7c487be5938669c70b4476878870280e92c

update translations

LibreOffice Online/loleaflet-ui (Asturian)
Currently translated at 27.9% (79 of 283 strings)

Change-Id: Ibbb55e611b19bb0a552347410a08da0b46cc0f8e

update translations

LibreOffice Online/android-app (Asturian)
Currently translated at 22.2% (22 of 99 strings)

Change-Id: I9cc16e1f4b2da192ccea8b2cdbab68cbb66c1321

update translations

LibreOffice Online/loleaflet-help (Asturian)
Currently translated at 7.7% (32 of 416 strings)

Change-Id: I4178e8f52f67ad93f7acfbd69c3b5734767ceaca

update translations

LibreOffice Online/loleaflet-ui (Portuguese (Brazil))
Currently translated at 100.0% (283 of 283 strings)

Change-Id: Ib264d5788913a6e11d8a3831d38f9477c4dbeff3

update translations

LibreOffice Online/loleaflet-ui (Spanish)
Currently translated at 100.0% (283 of 283 strings)

Change-Id: I6885ac316280d16fda6e0615d16c7f69238590b3

update translations

LibreOffice Online/loleaflet-ui (Catalan)
Currently translated at 96.8% (274 of 283 strings)

Change-Id: I8179f4374a14640265994d5fd67968ded756f4c9

update translations

LibreOffice Online/loleaflet-ui (Asturian)
Currently translated at 27.6% (78 of 283 strings)

Change-Id: Ibfe2145c8ec9337e85eeddeb8d75a35013601243
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86140
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Guilhem Moulin <guilhem@libreoffice.org>
2020-01-06 02:40:02 +01:00
Pedro Pinto Silva
9446f02a23 Mobile: mobile-wizard
- Remove specific id rules and swap them with class rules
- Decrease row's width

Change-Id: I058c2bd80070df1d238eb978e8e616081a4b3d8c
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86187
Reviewed-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
Tested-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
2020-01-03 16:17:33 +01:00
Pranam Lashkari
82f857c7f4 Removed extra "Insert" strings in phone wizard's Insert menu
and removed 1 extra "Insert" string in browser's Insert menu

Change-Id: If7f27dda00d8abee662b2624a7f0edd9c9008585
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/85875
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
2020-01-03 15:56:23 +01:00
Pranam Lashkari
57257c868e resolved: HELP > Online Help clicking internal links closes the Help
Change-Id: If64f397680ed5977e025e398a8efd044566f278b
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/85773
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
2020-01-03 14:18:20 +01:00
Jan Holesovsky
37b5d29fc1 android: Copy the online widget theme too if available.
Change-Id: If9fd23e24bd28897f1645c043678b44f86d5b2e4
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86163
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Tested-by: Jan Holesovsky <kendy@collabora.com>
2020-01-03 11:07:54 +01:00
Iván Sánchez Ortega
a458fdcc0b There must be only one cursor - either in the search or in the document.
Previously clicking into the search input field did not hide the cursor
in the document.

Change-Id: Ia524d39de0825190c51257a3c9a0a4257ca45150
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/83353
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2020-01-02 18:18:12 +01:00
Weblate
3b98f92804 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Change-Id: If78ce8cb5c9ebd00b1d15b7da964602455d2d835
Translation: LibreOffice Online/loleaflet-ui
Translate-URL: https://weblate.documentfoundation.org/projects/libo_online/loleaflet-ui/
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86130
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
2020-01-02 15:59:37 +01:00
Weblate
30e35fd7ef update translations
LibreOffice Online/android-app (Asturian)
Currently translated at 20.2% (20 of 99 strings)

Change-Id: Ibaa42bad435e5f5732b3110b0a57b32a7e30f724

update translations

LibreOffice Online/loleaflet-help (Czech)
Currently translated at 70.4% (293 of 416 strings)

Change-Id: I5751485880e2c2bd6f8ef51728e911003cd8a135

update translations

LibreOffice Online/loleaflet-ui (Lao)
Currently translated at 9.9% (28 of 282 strings)

Change-Id: I71fcedffbde7c6121a5a2a272a31a38e8b42a746
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86105
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
2020-01-02 15:58:13 +01:00
Andras Timar
407c84a1ac Updated loleaflet-ui.pot
Change-Id: Ifcc246c808dd9b3ceec5a1cc3c4f41f209720516
2020-01-02 15:48:35 +01:00
Miklos Vajna
7b7cec7b35 loleaflet: fix syntax error caused by mismerge
loleaflet/src/control/Control.Menubar.js
  286:5  error  Parsing error: Unexpected token {

Change-Id: Ic14322210ec1e681f467536fcb91067d2aaeeea9
2020-01-02 14:46:00 +01:00
Tomaž Vajngerl
771eb9aade Add sidebar to the impress menu
Change-Id: Ie94c64c6fad75e1473c50e2a0ee15063bdf75ac3
Signed-off-by: Michael Meeks <michael.meeks@collabora.com>
2020-01-02 13:19:48 +00:00
Michael Meeks
4c43a5622e Avoid broken icons: provide an empty alt="" for mobile panel icons.
Change-Id: I3cec930fdd16c5ad40970d939cceadde2245a822
2020-01-01 16:01:27 +00:00
Weblate
104d574f24 update translations
LibreOffice Online/loleaflet-help (Basque)
Currently translated at 65.9% (274 of 416 strings)

Change-Id: I48b012237b44a58b9db99e1846ef6ada41591d30

update translations

LibreOffice Online/loleaflet-help (Greek)
Currently translated at 100.0% (416 of 416 strings)

Change-Id: I56fa496a05af7095426cf33981c7412e7b1ce884

update translations

LibreOffice Online/loleaflet-help (Czech)
Currently translated at 64.9% (270 of 416 strings)

Change-Id: I21780e4434c97a2b1b57d6bee1395f7315401b9a

update translations

LibreOffice Online/loleaflet-ui (Portuguese (Brazil))
Currently translated at 100.0% (282 of 282 strings)

Change-Id: Ibaced4b2d7b9283295442ccb1bd29feb211ab9da

update translations

LibreOffice Online/loleaflet-ui (Spanish)
Currently translated at 100.0% (282 of 282 strings)

Change-Id: I1b5eb09d28c898a0017b992d38ceb8a539512435

update translations

LibreOffice Online/loleaflet-ui (Catalan)
Currently translated at 95.7% (270 of 282 strings)

Change-Id: Iecc592600d715a7e5734d0ff2137e45ec4c47fdc

update translations

LibreOffice Online/loleaflet-ui (Asturian)
Currently translated at 28.3% (72 of 254 strings)

Change-Id: I90e71b72fe9f237319f816f4238ab8894e931acf

update translations

LibreOffice Online/android-app (Russian)
Currently translated at 36.4% (36 of 99 strings)

Change-Id: Icfdcbb39693f1040ac0020203d89b3d681bcc278

update translations

LibreOffice Online/ios (Japanese)
Currently translated at 25.0% (1 of 4 strings)

Change-Id: I9e517daf8c597873f13e5846ea8ae7f066180109

update translations

LibreOffice Online/loleaflet-help (Turkish)
Currently translated at 54.8% (228 of 416 strings)

Change-Id: I6fba1e15136dda371866c5466566ec0cd179bd85

update translations

LibreOffice Online/loleaflet-help (Basque)
Currently translated at 60.1% (250 of 416 strings)

Change-Id: I5ac21e7bb84589c9b477c854aa114c53a1a8e89d

update translations

LibreOffice Online/loleaflet-help (Greek)
Currently translated at 73.1% (304 of 416 strings)

Change-Id: Ic330c9dc9c58dfd9f82202e25f34f328e1a095bd

update translations

LibreOffice Online/loleaflet-help (Czech)
Currently translated at 56.2% (234 of 416 strings)

Change-Id: I180f62f473f1b267c299c1800c3d3cebd14e77a3

update translations

LibreOffice Online/loleaflet-ui (Turkish)
Currently translated at 90.4% (255 of 282 strings)

Change-Id: Ic5d17c3cb2823c1d93ccfa50fc41a2c1278ae0ce

update translations

LibreOffice Online/loleaflet-ui (Czech)
Currently translated at 100.0% (282 of 282 strings)

Change-Id: I0e62f01cbb464302560e9a3fa594c05893528b30

update translations

LibreOffice Online/android-app (German)
Currently translated at 64.6% (64 of 99 strings)

Change-Id: I0a02762f6326c45800152c8dbe37c783cde4bfad

update translations

LibreOffice Online/loleaflet-help (Basque)
Currently translated at 58.4% (243 of 416 strings)

Change-Id: Ie2471d9c57c5f8ad98973f76007d4f50b6074e63

update translations

LibreOffice Online/loleaflet-help (Spanish)
Currently translated at 99.8% (415 of 416 strings)

Change-Id: I09437d51b9aa80de90db047acdc9cc4ab45411a0

update translations

LibreOffice Online/loleaflet-help (Greek)
Currently translated at 54.3% (226 of 416 strings)

Change-Id: Ic6d62cf74743557d949b2e295b170cd9d21be160

update translations

LibreOffice Online/loleaflet-help (Catalan)
Currently translated at 60.8% (253 of 416 strings)

Change-Id: Ibdba503dbe7c6860cd864da6e9991d56afb8d59c

update translations

LibreOffice Online/loleaflet-help (Asturian)
Currently translated at 7.7% (32 of 416 strings)

Change-Id: I0444fb66c5aab27eda0062740b8ab82d8b0e7c7b

update translations

LibreOffice Online/loleaflet-ui (Chinese (Traditional))
Currently translated at 81.2% (229 of 282 strings)

Change-Id: I9bf03a8faf102bcd455019ac69b8afa1896183b5

update translations

LibreOffice Online/loleaflet-ui (Portuguese (Brazil))
Currently translated at 100.0% (282 of 282 strings)

Change-Id: I0d4d6d2c3dc8ee10ee5fac17c4dee57da8163ed5

update translations

LibreOffice Online/loleaflet-ui (Portuguese)
Currently translated at 100.0% (254 of 254 strings)

Change-Id: Ic9007adb9918dc39c530b48674682f2b666fec1b

update translations

LibreOffice Online/loleaflet-ui (Basque)
Currently translated at 100.0% (282 of 282 strings)

Change-Id: Iee3ee122cd8b812047150b91183ba0c48a2682f7

update translations

LibreOffice Online/loleaflet-ui (Spanish)
Currently translated at 100.0% (282 of 282 strings)

Change-Id: I5f9a2c381cd7551469eddc038f6b9b8df5750fcb

update translations

LibreOffice Online/loleaflet-ui (Esperanto)
Currently translated at 60.3% (170 of 282 strings)

Change-Id: I3f041ca89f6bd29185d5f502fc260ce867b1cf06

update translations

LibreOffice Online/loleaflet-ui (German)
Currently translated at 86.2% (243 of 282 strings)

Change-Id: Ic2c86836ad9dbc031c16f656901bf5420a2031cd

update translations

LibreOffice Online/loleaflet-ui (Welsh)
Currently translated at 86.9% (245 of 282 strings)

Change-Id: I8010ab08fbaf95b0ae421eadb8faf06b5677710b

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Change-Id: I65938afd2b242c0794f00da0cccf882d65e4b45c
Translation: LibreOffice Online/loleaflet-ui
Translate-URL: https://weblate.documentfoundation.org/projects/libo_online/loleaflet-ui/

update translations

LibreOffice Online/android-app (Lower Sorbian)
Currently translated at 100.0% (99 of 99 strings)

Change-Id: I6799aa9fc3208ad9e3a79d5bba4a3db8ccabb64e

update translations

LibreOffice Online/android-app (Greek)
Currently translated at 100.0% (99 of 99 strings)

Change-Id: Id473d6b5a5a92863787852e1e6106abad72f995b

update translations

LibreOffice Online/android-app (Basque)
Currently translated at 100.0% (99 of 99 strings)

Change-Id: I6eb2062b4ff99c1a378e82a833e5ba5bc20b1a39

update translations

LibreOffice Online/android-app (Upper Sorbian)
Currently translated at 100.0% (99 of 99 strings)

Change-Id: I987dfa4e71327177a81ca4367e2a9eb376a3709e

update translations

LibreOffice Online/android-app (Portuguese)
Currently translated at 100.0% (98 of 98 strings)

Change-Id: Ib3c2e2582b77595d31dce360bcba00e0bd7b99bf

update translations

LibreOffice Online/android-lib (Lower Sorbian)
Currently translated at 100.0% (6 of 6 strings)

Change-Id: Id4432893385994606f6c036bc190135e857cf802

update translations

LibreOffice Online/android-lib (Greek)
Currently translated at 100.0% (6 of 6 strings)

Change-Id: I0b36f3238a453fad43bdbfd3fcd9bce2375fe54f

update translations

LibreOffice Online/android-lib (Basque)
Currently translated at 100.0% (6 of 6 strings)

Change-Id: Ie5e5180aaafb01e8405420d9ef82c4f865e09dec

update translations

LibreOffice Online/android-lib (Upper Sorbian)
Currently translated at 100.0% (6 of 6 strings)

Change-Id: Iea62da479acd13225114f673c62179a542fd0b59

update translations

LibreOffice Online/android-lib (Turkish)
Currently translated at 100.0% (6 of 6 strings)

Change-Id: I6ec53f5d688e2be94ef9c1ba9206180de03e8693

update translations

LibreOffice Online/android-app (German)
Currently translated at 63.6% (63 of 99 strings)

Change-Id: I3a040a445a1301eb88d2a0f4a822bcf9c41f28f5

update translations

LibreOffice Online/android-app (Turkish)
Currently translated at 100.0% (99 of 99 strings)

Change-Id: I8432754a1d68ef90274f2dad94455b5b81bf7bd9

update translations

LibreOffice Online/ios (Asturian)
Currently translated at 100.0% (4 of 4 strings)

Change-Id: I6af2d4994af11ccdd01f6e724b43f917efb32241

update translations

LibreOffice Online/loleaflet-help (Turkish)
Currently translated at 54.1% (225 of 416 strings)

Change-Id: I1e9f29d6f6af3ecb205bab2356be1916e5ca5d9e

update translations

LibreOffice Online/loleaflet-help (Portuguese (Brazil))
Currently translated at 100.0% (416 of 416 strings)

Change-Id: Ibb08e61520c728fc2aa8709c01eb4a8daaf19f06

update translations

LibreOffice Online/loleaflet-help (Portuguese (Brazil))
Currently translated at 100.0% (416 of 416 strings)

Change-Id: Iaa3e4202407dc7f7773f1076dd3d5340376f4571

update translations

LibreOffice Online/loleaflet-help (Portuguese)
Currently translated at 54.6% (227 of 416 strings)

Change-Id: I2f4c613eb7de8aeec44c867d163a629d81cd1171

update translations

LibreOffice Online/loleaflet-help (Italian)
Currently translated at 48.8% (203 of 416 strings)

Change-Id: I4ad078582f24a84dcf0792052fc601e713fc376c

update translations

LibreOffice Online/loleaflet-help (Upper Sorbian)
Currently translated at 59.9% (249 of 416 strings)

Change-Id: I907f9047dc4f854c33b166dcdc92c06586d95e12

update translations

LibreOffice Online/loleaflet-help (Basque)
Currently translated at 53.1% (221 of 416 strings)

Change-Id: I82c9887a5ac8663f2b2173874aa695dfa4c4814b

update translations

LibreOffice Online/loleaflet-help (Spanish)
Currently translated at 99.5% (414 of 416 strings)

Change-Id: I857c14ebbf38b27f7772cde00f7fd6e55ae5eae8

update translations

LibreOffice Online/loleaflet-help (Lower Sorbian)
Currently translated at 48.8% (203 of 416 strings)

Change-Id: Ib4cff19f35dd9cb1370173a5e41cc0d2f4aaa0ff

update translations

LibreOffice Online/loleaflet-help (Czech)
Currently translated at 52.4% (218 of 416 strings)

Change-Id: Ifb46bfeeb733a2bb9572aba65f7237001b2f0e4e

update translations

LibreOffice Online/loleaflet-help (Catalan)
Currently translated at 60.6% (252 of 416 strings)

Change-Id: I26a11d3526a758cf0e69d194b2bad1d6c99f6be3

update translations

LibreOffice Online/loleaflet-help (Asturian)
Currently translated at 7.5% (31 of 416 strings)

Change-Id: I2290d78e1405000dcac50474a53d3134216b5b2d

update translations

LibreOffice Online/loleaflet-ui (Turkish)
Currently translated at 85.1% (240 of 282 strings)

Change-Id: I4ea5c6abb1e72bb1b0a439bcefbbef82a73b7f7a

update translations

LibreOffice Online/loleaflet-ui (Italian)
Currently translated at 82.3% (232 of 282 strings)

Change-Id: I7b38345dfdc65249811add67f88789184b6b58f1

update translations

LibreOffice Online/loleaflet-ui (Upper Sorbian)
Currently translated at 100.0% (282 of 282 strings)

Change-Id: I0a6616ab95b68ad2cc8d933f47805e0135e8f7a0

update translations

LibreOffice Online/loleaflet-ui (Basque)
Currently translated at 99.6% (281 of 282 strings)

Change-Id: Ie0efc77442602e18d1a22c781c652b6845725de4

update translations

LibreOffice Online/loleaflet-ui (Greek)
Currently translated at 100.0% (282 of 282 strings)

Change-Id: I47a56e9892ba6eb2fb6c08dc38292d23289efc96

update translations

LibreOffice Online/loleaflet-ui (Lower Sorbian)
Currently translated at 100.0% (282 of 282 strings)

Change-Id: Ide31bc4b658400c0e695faa45645dd4880ffdd77

update translations

LibreOffice Online/loleaflet-ui (Czech)
Currently translated at 97.5% (275 of 282 strings)

Change-Id: I54723bb332d487c803f66cb30722ab22c172ec35

update translations

LibreOffice Online/loleaflet-ui (Catalan)
Currently translated at 94.7% (267 of 282 strings)

Change-Id: I4ee32cb3d9142d1e2bca16a6312b60549ab6c68a

update translations

LibreOffice Online/loleaflet-ui (Asturian)
Currently translated at 23.6% (60 of 254 strings)

Change-Id: I7c643f87f9d02db857364a3d8f4d327e4fb0ef1b

update translations

LibreOffice Online/loleaflet-help (Portuguese)
Currently translated at 54.6% (227 of 416 strings)

Change-Id: Ib711d0cad922ea2ef2a424de21571b41b40bc40d

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Change-Id: I3ee1b8a36298db943a1f45684a405ccf43a01d1a
Translation: LibreOffice Online/loleaflet-help
Translate-URL: https://weblate.documentfoundation.org/projects/libo_online/loleaflet-help/

update translations

LibreOffice Online/android-app (Czech)
Currently translated at 100.0% (99 of 99 strings)

Change-Id: I4c01047f12d91b1bd5f4ae8f744aa116f99f8e57

update translations

LibreOffice Online/android-lib (Czech)
Currently translated at 100.0% (6 of 6 strings)

Change-Id: I2669b3646c0efac7530444800cc1bb59bfa6e0fe

update translations

LibreOffice Online/android-app (Portuguese (Brazil))
Currently translated at 100.0% (99 of 99 strings)

Change-Id: I1ec178ea146a08b4b17d92a51bd5b6c14da44d14

update translations

LibreOffice Online/loleaflet-help (Portuguese (Brazil))
Currently translated at 98.8% (411 of 416 strings)

Change-Id: Ida001f151b3c85dde2918db7bdc64b2f98df633b

update translations

LibreOffice Online/loleaflet-help (Portuguese (Brazil))
Currently translated at 98.8% (411 of 416 strings)

Change-Id: I1bac72559b5ae3bb3e3f4e48c0a54d01a5a7a9bc

update translations

LibreOffice Online/loleaflet-help (Catalan)
Currently translated at 56.2% (234 of 416 strings)

Change-Id: I53abd4585c1325825dd1133937a21752e8628644

update translations

LibreOffice Online/loleaflet-ui (Czech)
Currently translated at 89.4% (252 of 282 strings)

Change-Id: Id2cd31ccd8069e291dad1903fca517dbd20c087a

update translations

LibreOffice Online/loleaflet-ui (Catalan)
Currently translated at 93.6% (264 of 282 strings)

Change-Id: I497358c0e54f0d9f3f3a51c79337eba5bc635206

update translations

LibreOffice Online/loleaflet-help (Spanish)
Currently translated at 99.3% (413 of 416 strings)

Change-Id: Ib0e2e2dee239c6fadd5684047d5210c9ef9ae14f

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Change-Id: Ida0d57604d7a6e22417f43b623bc2587764d0c96
Translation: LibreOffice Online/loleaflet-help
Translate-URL: https://vm137.documentfoundation.org/projects/libo_online/loleaflet-help/

update translations

LibreOffice Online/android-app (Dutch)
Currently translated at 100.0% (98 of 98 strings)

Change-Id: Ic6c397821e10a6690e7068ebea0509a58248d041

update translations

LibreOffice Online/android-app (Portuguese)
Currently translated at 58.2% (57 of 98 strings)

Change-Id: I81f83f2625a116898c11e408caeecb2fb85c8b5d

update translations

LibreOffice Online/android-lib (Czech)
Currently translated at 16.7% (1 of 6 strings)

Change-Id: I7b1493d4a8f3ea771b984beca3d9a5d8341b04f0

update translations

LibreOffice Online/android-lib (Dutch)
Currently translated at 100.0% (6 of 6 strings)

Change-Id: I45d23d73977e300c0b0ee6c6d889323186398933

update translations

LibreOffice Online/android-lib (Portuguese)
Currently translated at 100.0% (6 of 6 strings)

Change-Id: I48682b3edb51e98a7f1e9e92a863385ff29e3483

update translations

LibreOffice Online/android-lib (Catalan)
Currently translated at 100.0% (6 of 6 strings)

Change-Id: I6f689d13e94fedfeed5afcee610543182d35f88b

update translations

LibreOffice Online/android-app (Catalan)
Currently translated at 92.9% (91 of 98 strings)

Change-Id: Id757548de7239edadeb611c21ba664797b57c021

update translations

LibreOffice Online/android-lib (Spanish)
Currently translated at 100.0% (6 of 6 strings)

Change-Id: I0b4353ac906a037425f2cc9fa0e3be4c966e467a

update translations

LibreOffice Online/android-app (Spanish)
Currently translated at 100.0% (98 of 98 strings)

Change-Id: I2811efc78217f5def537714420704cf67d61b061

update translations

LibreOffice Online/loleaflet-help (Spanish)
Currently translated at 99.0% (412 of 416 strings)

Change-Id: Ia7b5a6888f96ea03f7c5ada6c5033f5bdb1bde8e

update translations

LibreOffice Online/loleaflet-ui (Portuguese (Brazil))
Currently translated at 100.0% (254 of 254 strings)

Change-Id: I6c5d7f72d034578cadc9645249ec0e05bd860200

update translations

LibreOffice Online/loleaflet-ui (Portuguese)
Currently translated at 100.0% (254 of 254 strings)

Change-Id: Ia49e5271bbfe67a0cec3398bf2216bbd680852c1

update translations

LibreOffice Online/loleaflet-ui (Dutch)
Currently translated at 100.0% (254 of 254 strings)

Change-Id: If431df6f75eb5d26190083da9e0784d7d2f679c4

update translations

LibreOffice Online/loleaflet-ui (Spanish)
Currently translated at 99.3% (271 of 273 strings)

Change-Id: Ic083bb1e169316801963080f808d22c54a04a85b

update translations

LibreOffice Online/loleaflet-ui (Asturian)
Currently translated at 3.5% (9 of 254 strings)

Change-Id: Ia5d1d69ee97c4f3cbe5872a8b0ece2e16410a322
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86041
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2019-12-31 10:43:53 +01:00
Adolfo Jayme Barrientos
544c99cb2d Fix a couple of typos
Change-Id: Ic839248492ae3ac08546a735613d460bd5347020
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/85977
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2019-12-31 06:48:46 +01:00
Tamás Zolnai
2fe1e1ab8a mobile-wizard: Fix state of insertion mobile wizard toolbar item.
When user clicks in the document while insertion mobile
wizard is opened, closing of the mobile wizard is triggered,
but the toolbar item's state is not updated.

Change-Id: I92b2585b069006e3a21c15ca687126ea49d80a95
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/85911
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2019-12-28 11:39:16 +01:00
Tamás Zolnai
35763dad71 mobile-wizard: Fix execution of insert header / footer menu's All item
In desktop case, it depends on the checked state whether we insert
or delete a header / footer. However, when deletion is triggered
there is a dialog coming up, what we would like to avoid on mobile.
So on mobile we allow only insertion by now. So we can add
"On:bool=true" param to All menu item.

Change-Id: I8ee764c488563b04226cc53e744034b22c0437ff
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/85910
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2019-12-28 11:39:11 +01:00
Tamás Zolnai
ce9ec5f25d Show checked state for insert header / insert footer menu items.
In mobile wizard.

Change-Id: Ie64851fdfafdead309bac3525fa75b4135f834c9
2019-12-26 20:11:10 +01:00
Weblate
5687807864 update translations
LibreOffice Online/android-app (German)
Currently translated at 64.6% (64 of 99 strings)

Change-Id: I0a02762f6326c45800152c8dbe37c783cde4bfad

update translations

LibreOffice Online/loleaflet-help (Basque)
Currently translated at 58.4% (243 of 416 strings)

Change-Id: Ie2471d9c57c5f8ad98973f76007d4f50b6074e63

update translations

LibreOffice Online/loleaflet-help (Spanish)
Currently translated at 99.8% (415 of 416 strings)

Change-Id: I09437d51b9aa80de90db047acdc9cc4ab45411a0

update translations

LibreOffice Online/loleaflet-help (Greek)
Currently translated at 54.3% (226 of 416 strings)

Change-Id: Ic6d62cf74743557d949b2e295b170cd9d21be160

update translations

LibreOffice Online/loleaflet-help (Catalan)
Currently translated at 60.8% (253 of 416 strings)

Change-Id: Ibdba503dbe7c6860cd864da6e9991d56afb8d59c

update translations

LibreOffice Online/loleaflet-help (Asturian)
Currently translated at 7.7% (32 of 416 strings)

Change-Id: I0444fb66c5aab27eda0062740b8ab82d8b0e7c7b

update translations

LibreOffice Online/loleaflet-ui (Chinese (Traditional))
Currently translated at 81.2% (229 of 282 strings)

Change-Id: I9bf03a8faf102bcd455019ac69b8afa1896183b5

update translations

LibreOffice Online/loleaflet-ui (Portuguese (Brazil))
Currently translated at 100.0% (282 of 282 strings)

Change-Id: I0d4d6d2c3dc8ee10ee5fac17c4dee57da8163ed5

update translations

LibreOffice Online/loleaflet-ui (Portuguese)
Currently translated at 100.0% (254 of 254 strings)

Change-Id: Ic9007adb9918dc39c530b48674682f2b666fec1b

update translations

LibreOffice Online/loleaflet-ui (Basque)
Currently translated at 100.0% (282 of 282 strings)

Change-Id: Iee3ee122cd8b812047150b91183ba0c48a2682f7

update translations

LibreOffice Online/loleaflet-ui (Spanish)
Currently translated at 100.0% (282 of 282 strings)

Change-Id: I5f9a2c381cd7551469eddc038f6b9b8df5750fcb

update translations

LibreOffice Online/loleaflet-ui (Esperanto)
Currently translated at 60.3% (170 of 282 strings)

Change-Id: I3f041ca89f6bd29185d5f502fc260ce867b1cf06

update translations

LibreOffice Online/loleaflet-ui (German)
Currently translated at 86.2% (243 of 282 strings)

Change-Id: Ic2c86836ad9dbc031c16f656901bf5420a2031cd

update translations

LibreOffice Online/loleaflet-ui (Welsh)
Currently translated at 86.9% (245 of 282 strings)

Change-Id: I8010ab08fbaf95b0ae421eadb8faf06b5677710b

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Change-Id: I65938afd2b242c0794f00da0cccf882d65e4b45c
Translation: LibreOffice Online/loleaflet-ui
Translate-URL: https://weblate.documentfoundation.org/projects/libo_online/loleaflet-ui/

update translations

LibreOffice Online/android-app (Lower Sorbian)
Currently translated at 100.0% (99 of 99 strings)

Change-Id: I6799aa9fc3208ad9e3a79d5bba4a3db8ccabb64e

update translations

LibreOffice Online/android-app (Greek)
Currently translated at 100.0% (99 of 99 strings)

Change-Id: Id473d6b5a5a92863787852e1e6106abad72f995b

update translations

LibreOffice Online/android-app (Basque)
Currently translated at 100.0% (99 of 99 strings)

Change-Id: I6eb2062b4ff99c1a378e82a833e5ba5bc20b1a39

update translations

LibreOffice Online/android-app (Upper Sorbian)
Currently translated at 100.0% (99 of 99 strings)

Change-Id: I987dfa4e71327177a81ca4367e2a9eb376a3709e

update translations

LibreOffice Online/android-app (Portuguese)
Currently translated at 100.0% (98 of 98 strings)

Change-Id: Ib3c2e2582b77595d31dce360bcba00e0bd7b99bf

update translations

LibreOffice Online/android-lib (Lower Sorbian)
Currently translated at 100.0% (6 of 6 strings)

Change-Id: Id4432893385994606f6c036bc190135e857cf802

update translations

LibreOffice Online/android-lib (Greek)
Currently translated at 100.0% (6 of 6 strings)

Change-Id: I0b36f3238a453fad43bdbfd3fcd9bce2375fe54f

update translations

LibreOffice Online/android-lib (Basque)
Currently translated at 100.0% (6 of 6 strings)

Change-Id: Ie5e5180aaafb01e8405420d9ef82c4f865e09dec

update translations

LibreOffice Online/android-lib (Upper Sorbian)
Currently translated at 100.0% (6 of 6 strings)

Change-Id: Iea62da479acd13225114f673c62179a542fd0b59

update translations

LibreOffice Online/android-lib (Turkish)
Currently translated at 100.0% (6 of 6 strings)

Change-Id: I6ec53f5d688e2be94ef9c1ba9206180de03e8693

update translations

LibreOffice Online/android-app (German)
Currently translated at 63.6% (63 of 99 strings)

Change-Id: I3a040a445a1301eb88d2a0f4a822bcf9c41f28f5

update translations

LibreOffice Online/android-app (Turkish)
Currently translated at 100.0% (99 of 99 strings)

Change-Id: I8432754a1d68ef90274f2dad94455b5b81bf7bd9

update translations

LibreOffice Online/ios (Asturian)
Currently translated at 100.0% (4 of 4 strings)

Change-Id: I6af2d4994af11ccdd01f6e724b43f917efb32241

update translations

LibreOffice Online/loleaflet-help (Turkish)
Currently translated at 54.1% (225 of 416 strings)

Change-Id: I1e9f29d6f6af3ecb205bab2356be1916e5ca5d9e

update translations

LibreOffice Online/loleaflet-help (Portuguese (Brazil))
Currently translated at 100.0% (416 of 416 strings)

Change-Id: Ibb08e61520c728fc2aa8709c01eb4a8daaf19f06

update translations

LibreOffice Online/loleaflet-help (Portuguese (Brazil))
Currently translated at 100.0% (416 of 416 strings)

Change-Id: Iaa3e4202407dc7f7773f1076dd3d5340376f4571

update translations

LibreOffice Online/loleaflet-help (Portuguese)
Currently translated at 54.6% (227 of 416 strings)

Change-Id: I2f4c613eb7de8aeec44c867d163a629d81cd1171

update translations

LibreOffice Online/loleaflet-help (Italian)
Currently translated at 48.8% (203 of 416 strings)

Change-Id: I4ad078582f24a84dcf0792052fc601e713fc376c

update translations

LibreOffice Online/loleaflet-help (Upper Sorbian)
Currently translated at 59.9% (249 of 416 strings)

Change-Id: I907f9047dc4f854c33b166dcdc92c06586d95e12

update translations

LibreOffice Online/loleaflet-help (Basque)
Currently translated at 53.1% (221 of 416 strings)

Change-Id: I82c9887a5ac8663f2b2173874aa695dfa4c4814b

update translations

LibreOffice Online/loleaflet-help (Spanish)
Currently translated at 99.5% (414 of 416 strings)

Change-Id: I857c14ebbf38b27f7772cde00f7fd6e55ae5eae8

update translations

LibreOffice Online/loleaflet-help (Lower Sorbian)
Currently translated at 48.8% (203 of 416 strings)

Change-Id: Ib4cff19f35dd9cb1370173a5e41cc0d2f4aaa0ff

update translations

LibreOffice Online/loleaflet-help (Czech)
Currently translated at 52.4% (218 of 416 strings)

Change-Id: Ifb46bfeeb733a2bb9572aba65f7237001b2f0e4e

update translations

LibreOffice Online/loleaflet-help (Catalan)
Currently translated at 60.6% (252 of 416 strings)

Change-Id: I26a11d3526a758cf0e69d194b2bad1d6c99f6be3

update translations

LibreOffice Online/loleaflet-help (Asturian)
Currently translated at 7.5% (31 of 416 strings)

Change-Id: I2290d78e1405000dcac50474a53d3134216b5b2d

update translations

LibreOffice Online/loleaflet-ui (Turkish)
Currently translated at 85.1% (240 of 282 strings)

Change-Id: I4ea5c6abb1e72bb1b0a439bcefbbef82a73b7f7a

update translations

LibreOffice Online/loleaflet-ui (Italian)
Currently translated at 82.3% (232 of 282 strings)

Change-Id: I7b38345dfdc65249811add67f88789184b6b58f1

update translations

LibreOffice Online/loleaflet-ui (Upper Sorbian)
Currently translated at 100.0% (282 of 282 strings)

Change-Id: I0a6616ab95b68ad2cc8d933f47805e0135e8f7a0

update translations

LibreOffice Online/loleaflet-ui (Basque)
Currently translated at 99.6% (281 of 282 strings)

Change-Id: Ie0efc77442602e18d1a22c781c652b6845725de4

update translations

LibreOffice Online/loleaflet-ui (Greek)
Currently translated at 100.0% (282 of 282 strings)

Change-Id: I47a56e9892ba6eb2fb6c08dc38292d23289efc96

update translations

LibreOffice Online/loleaflet-ui (Lower Sorbian)
Currently translated at 100.0% (282 of 282 strings)

Change-Id: Ide31bc4b658400c0e695faa45645dd4880ffdd77

update translations

LibreOffice Online/loleaflet-ui (Czech)
Currently translated at 97.5% (275 of 282 strings)

Change-Id: I54723bb332d487c803f66cb30722ab22c172ec35

update translations

LibreOffice Online/loleaflet-ui (Catalan)
Currently translated at 94.7% (267 of 282 strings)

Change-Id: I4ee32cb3d9142d1e2bca16a6312b60549ab6c68a

update translations

LibreOffice Online/loleaflet-ui (Asturian)
Currently translated at 23.6% (60 of 254 strings)

Change-Id: I7c643f87f9d02db857364a3d8f4d327e4fb0ef1b

update translations

LibreOffice Online/loleaflet-help (Portuguese)
Currently translated at 54.6% (227 of 416 strings)

Change-Id: Ib711d0cad922ea2ef2a424de21571b41b40bc40d

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Change-Id: I3ee1b8a36298db943a1f45684a405ccf43a01d1a
Translation: LibreOffice Online/loleaflet-help
Translate-URL: https://weblate.documentfoundation.org/projects/libo_online/loleaflet-help/

update translations

LibreOffice Online/android-app (Czech)
Currently translated at 100.0% (99 of 99 strings)

Change-Id: I4c01047f12d91b1bd5f4ae8f744aa116f99f8e57

update translations

LibreOffice Online/android-lib (Czech)
Currently translated at 100.0% (6 of 6 strings)

Change-Id: I2669b3646c0efac7530444800cc1bb59bfa6e0fe

update translations

LibreOffice Online/android-app (Portuguese (Brazil))
Currently translated at 100.0% (99 of 99 strings)

Change-Id: I1ec178ea146a08b4b17d92a51bd5b6c14da44d14

update translations

LibreOffice Online/loleaflet-help (Portuguese (Brazil))
Currently translated at 98.8% (411 of 416 strings)

Change-Id: Ida001f151b3c85dde2918db7bdc64b2f98df633b

update translations

LibreOffice Online/loleaflet-help (Portuguese (Brazil))
Currently translated at 98.8% (411 of 416 strings)

Change-Id: I1bac72559b5ae3bb3e3f4e48c0a54d01a5a7a9bc

update translations

LibreOffice Online/loleaflet-help (Catalan)
Currently translated at 56.2% (234 of 416 strings)

Change-Id: I53abd4585c1325825dd1133937a21752e8628644

update translations

LibreOffice Online/loleaflet-ui (Czech)
Currently translated at 89.4% (252 of 282 strings)

Change-Id: Id2cd31ccd8069e291dad1903fca517dbd20c087a

update translations

LibreOffice Online/loleaflet-ui (Catalan)
Currently translated at 93.6% (264 of 282 strings)

Change-Id: I497358c0e54f0d9f3f3a51c79337eba5bc635206

update translations

LibreOffice Online/loleaflet-help (Spanish)
Currently translated at 99.3% (413 of 416 strings)

Change-Id: Ib0e2e2dee239c6fadd5684047d5210c9ef9ae14f

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Change-Id: Ida0d57604d7a6e22417f43b623bc2587764d0c96
Translation: LibreOffice Online/loleaflet-help
Translate-URL: https://vm137.documentfoundation.org/projects/libo_online/loleaflet-help/

update translations

LibreOffice Online/android-app (Dutch)
Currently translated at 100.0% (98 of 98 strings)

Change-Id: Ic6c397821e10a6690e7068ebea0509a58248d041

update translations

LibreOffice Online/android-app (Portuguese)
Currently translated at 58.2% (57 of 98 strings)

Change-Id: I81f83f2625a116898c11e408caeecb2fb85c8b5d

update translations

LibreOffice Online/android-lib (Czech)
Currently translated at 16.7% (1 of 6 strings)

Change-Id: I7b1493d4a8f3ea771b984beca3d9a5d8341b04f0

update translations

LibreOffice Online/android-lib (Dutch)
Currently translated at 100.0% (6 of 6 strings)

Change-Id: I45d23d73977e300c0b0ee6c6d889323186398933

update translations

LibreOffice Online/android-lib (Portuguese)
Currently translated at 100.0% (6 of 6 strings)

Change-Id: I48682b3edb51e98a7f1e9e92a863385ff29e3483

update translations

LibreOffice Online/android-lib (Catalan)
Currently translated at 100.0% (6 of 6 strings)

Change-Id: I6f689d13e94fedfeed5afcee610543182d35f88b

update translations

LibreOffice Online/android-app (Catalan)
Currently translated at 92.9% (91 of 98 strings)

Change-Id: Id757548de7239edadeb611c21ba664797b57c021

update translations

LibreOffice Online/android-lib (Spanish)
Currently translated at 100.0% (6 of 6 strings)

Change-Id: I0b4353ac906a037425f2cc9fa0e3be4c966e467a

update translations

LibreOffice Online/android-app (Spanish)
Currently translated at 100.0% (98 of 98 strings)

Change-Id: I2811efc78217f5def537714420704cf67d61b061

update translations

LibreOffice Online/loleaflet-help (Spanish)
Currently translated at 99.0% (412 of 416 strings)

Change-Id: Ia7b5a6888f96ea03f7c5ada6c5033f5bdb1bde8e

update translations

LibreOffice Online/loleaflet-ui (Portuguese (Brazil))
Currently translated at 100.0% (254 of 254 strings)

Change-Id: I6c5d7f72d034578cadc9645249ec0e05bd860200

update translations

LibreOffice Online/loleaflet-ui (Portuguese)
Currently translated at 100.0% (254 of 254 strings)

Change-Id: Ia49e5271bbfe67a0cec3398bf2216bbd680852c1

update translations

LibreOffice Online/loleaflet-ui (Dutch)
Currently translated at 100.0% (254 of 254 strings)

Change-Id: If431df6f75eb5d26190083da9e0784d7d2f679c4

update translations

LibreOffice Online/loleaflet-ui (Spanish)
Currently translated at 99.3% (271 of 273 strings)

Change-Id: Ic083bb1e169316801963080f808d22c54a04a85b

update translations

LibreOffice Online/loleaflet-ui (Asturian)
Currently translated at 3.5% (9 of 254 strings)

Change-Id: Ia5d1d69ee97c4f3cbe5872a8b0ece2e16410a320
Reviewed-on: https://gerrit.libreoffice.org/85789
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2019-12-24 22:19:10 +01:00
Tamás Zolnai
05f8befe1c Header and Footer menu options only show All in Android
Add styles to the insertion mobile wizard.

Change-Id: I7086a04b58999b7fe29cdb61f7488e34c241801f
Reviewed-on: https://gerrit.libreoffice.org/85694
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2019-12-22 15:33:53 +01:00
Tamás Zolnai
544b5ffe41 Fix state of InsertPageHeader / InsertPageFooter
Change-Id: Iee359cdd8d4706d4cf8f7d5cc3363808c3fdb066
Reviewed-on: https://gerrit.libreoffice.org/85693
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2019-12-22 15:33:46 +01:00
Muhammet Kara
0bf742fa64 Add pseudo uno command ToggleOrientation
Relies on commit 1131dfc387abc7ef33bc2c84677ec3c09d3e59e4
on cp-6.2

Added the button to the bottom toolbar on mobile,
and the standard toolbar on Online for Writer

Change-Id: I7fb8cf79369987f029ca05a9a668361cfeff16aa
Reviewed-on: https://gerrit.libreoffice.org/85653
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
2019-12-21 15:07:05 +01:00
Muhammet Kara
c80e3f2b5f Import image from colibre: lc_orientation.svg
Needed for the uno command Orientation, and
the pseudo uno command ToggleOrientation

Change-Id: Ic2fef83c17db92bd3f7af3cf3e46bb4fd15713b1
Reviewed-on: https://gerrit.libreoffice.org/85652
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
2019-12-21 15:06:55 +01:00
Marco Cecchetti
fa4bd90339 loleaflet: check if LOCALIZATIONS is defined on mobile app
Change-Id: I066670f3bde7f028ae01624a3b475bc0939f2c31
Reviewed-on: https://gerrit.libreoffice.org/85634
Reviewed-by: Marco Cecchetti <marco.cecchetti@collabora.com>
Tested-by: Marco Cecchetti <marco.cecchetti@collabora.com>
2019-12-20 20:33:09 +01:00
Michael Meeks
a7791ceb0f focus: try to get focus to agree with the browser.
Setting _isFocused on the wrong object - still plenty of
unpleasant focus issues to solve however.

Change-Id: I519c495cca6624f2cd6f63c38b23cf5be07db10e
Reviewed-on: https://gerrit.libreoffice.org/85593
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2019-12-20 13:15:34 +01:00
Pedro Pinto Silva
7bfe321b9c Updated pt-BR translation.
Change-Id: Ica0b354b5ca2e59cb9de7d476919439e6db35a1e
Reviewed-on: https://gerrit.libreoffice.org/85456
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2019-12-19 21:33:26 +01:00