Compare commits

..

264 Commits

Author SHA1 Message Date
ef3f5b2a88 Merge upstream changes 2018-03-30 18:51:48 -06:00
Nextcloud bot
c86358c536
[tx-robot] updated from transifex 2018-03-31 00:35:00 +00:00
Pranav Kant
c07082ab7f
Merge pull request #191 from nextcloud/check_s12_s13
Also check stable12 and stable13
2018-03-27 15:55:02 +05:30
Roeland Jago Douma
89f5017796
Also check stable12 and stable13
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-03-27 11:53:26 +02:00
Roeland Jago Douma
cde747108d
Merge pull request #186 from nextcloud/fixes
Some fixes
2018-03-24 13:49:18 +01:00
Roeland Jago Douma
ecfac31c21
Let DI handle the magic
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-03-24 13:35:29 +01:00
Roeland Jago Douma
543cfe5242
Move Application also to lib
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-03-24 13:35:29 +01:00
Roeland Jago Douma
fb29fe72a3
Properly name classes
* All should be PSR-4

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-03-24 13:35:29 +01:00
Roeland Jago Douma
b5385f3168
Make compatible with NC14
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-03-24 13:35:29 +01:00
Roeland Jago Douma
e39ccfc3f2
Merge pull request #189 from nextcloud/fix_undefined_index
Fix: Undefined index: canonical_webroot
2018-03-24 13:22:42 +01:00
Roeland Jago Douma
d92a80eacd
Fix: Undefined index: canonical_webroot
The public page uses the document template but doesn't set the
canonical_webroot properly.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-03-24 13:16:34 +01:00
Roeland Jago Douma
3fd17dbca8
Merge pull request #187 from pranavk/fixtravis
fix travis build
2018-03-24 13:16:00 +01:00
Pranav Kant
373ff1adb4 fix travis build 2018-03-23 15:52:46 +05:30
Andras Timar
e018ad4468 Bump version to 2.0.4 2018-03-22 09:39:31 +01:00
Pranav Kant
4b980cb010 fix back button navigation (#183)
now backbutton when document is opened takes you back to the files app
from where the document was opened.
2018-03-22 09:37:07 +01:00
Nextcloud bot
871c866f0d
[tx-robot] updated from transifex 2018-03-17 01:30:41 +00:00
Nextcloud bot
d2a2ab22e7
[tx-robot] updated from transifex 2018-03-13 01:32:53 +00:00
Nextcloud bot
19a43823b6
[tx-robot] updated from transifex 2018-03-09 01:34:00 +00:00
Nextcloud bot
3aca2d35b8
[tx-robot] updated from transifex 2018-03-06 01:34:42 +00:00
Nextcloud bot
d0144943f8
[tx-robot] updated from transifex 2018-03-04 01:34:32 +00:00
Nextcloud bot
7cfd47ce4e
[tx-robot] updated from transifex 2018-03-02 01:34:15 +00:00
Nextcloud bot
59d5077226
[tx-robot] updated from transifex 2018-03-01 01:35:16 +00:00
Nextcloud bot
568757ae2d
[tx-robot] updated from transifex 2018-02-28 01:33:56 +00:00
Nextcloud bot
7af4b14394
[tx-robot] updated from transifex 2018-02-27 01:38:07 +00:00
Nextcloud bot
ca8348c542
[tx-robot] updated from transifex 2018-02-24 01:32:18 +00:00
Nextcloud bot
0280b69801
[tx-robot] updated from transifex 2018-02-23 01:32:43 +00:00
Nextcloud bot
24e7e7ec90
[tx-robot] updated from transifex 2018-02-22 01:32:45 +00:00
Andras Timar
d02ed7a2f0 Use Cancel and Save buttons instead of No and Yes on Save As dialog 2018-02-21 23:57:54 +01:00
Nextcloud bot
35b6560943
[tx-robot] updated from transifex 2018-02-21 01:32:58 +00:00
Andras Timar
48d7d68a1b Bump version to 2.0.3 2018-02-20 13:04:45 +01:00
Andras Timar
e3f75f661e appinfo/info.xml validates against the schema finally 2018-02-20 12:39:50 +01:00
Andras Timar
868631ec36 Fixes #175, No signature.json in the appinfo directory 2018-02-20 12:17:12 +01:00
Nextcloud bot
61d2ceab49
[tx-robot] updated from transifex 2018-02-20 01:33:32 +00:00
Andras Timar
4b8dd9556f update comment 2018-02-19 19:32:30 +01:00
Nextcloud bot
71f6cff199
[tx-robot] updated from transifex 2018-02-19 01:31:05 +00:00
Andras Timar
93297f33e7 Bump version to 2.0.2 2018-02-18 14:06:29 +01:00
Patrik Kernstock
14d894dbc6 Updated design of settings page (#174)
* Updated design of settings page

Signed-off-by: Patrik Kernstock <info@pkern.at>

* Changed indents

Signed-off-by: Patrik Kernstock <info@pkern.at>
2018-02-18 14:01:14 +01:00
Patrik Kernstock
c1f708f61d Fix settings canonical webroot (#173)
* Use same order as in setSettings() func below

Signed-off-by: Patrik Kernstock <info@pkern.at>

* Fixed Canonical-Webroot setting

The Canonical-Webroot setting was not read properly on the /settings/admin/richdocuments settings page. So this also fixes the notices when visting the admin page: "Undefined index: canonical_webroot at /apps/richdocuments/templates/admin.php#44"

Signed-off-by: Patrik Kernstock <info@pkern.at>
2018-02-18 13:16:07 +01:00
Andras Timar
adaec21323 try to fix info.xml again 2018-02-18 12:10:50 +01:00
Andras Timar
47d1c8c629 try to fix info.xml again 2018-02-18 01:26:47 +01:00
Andras Timar
292553464b try to fix info.xml again 2018-02-18 01:15:28 +01:00
Andras Timar
7780f88170 remove deprecated <description> from info.xml 2018-02-18 01:02:21 +01:00
Andras Timar
6d60e621aa do not allow empty file name in Save As dialog 2018-02-18 00:35:51 +01:00
Nextcloud bot
f732b2f72e
[tx-robot] updated from transifex 2018-02-17 01:33:08 +00:00
Nextcloud bot
f6d650b590
[tx-robot] updated from transifex 2018-02-16 01:32:36 +00:00
Andras Timar
06fa72ea93 Bump version to 2.0.1 2018-02-15 16:35:24 +01:00
Pranav Kant
327dd432ad Fix public link user relative (#170)
* Fixes #164 Don't allow relative save if it's a public link

* Fix "no name for guest user"

Check if editor is equal to null, not ''
2018-02-15 16:34:43 +01:00
Nextcloud bot
5beca83bc9
[tx-robot] updated from transifex 2018-02-15 01:33:59 +00:00
Nextcloud bot
65b0b606ff
[tx-robot] updated from transifex 2018-02-14 01:31:33 +00:00
Nextcloud bot
d82771829e
[tx-robot] updated from transifex 2018-02-12 22:49:08 +00:00
Morris Jobke
7e69cb1896
Fix tx config
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-02-12 23:01:53 +01:00
Morris Jobke
30db4f2bf6
Merge pull request #169 from nextcloud/unperl-app
Move transifex config for updated l10n script
2018-02-12 18:11:42 +01:00
Morris Jobke
d950dea31b
Move transifex config for updated l10n script
See nextcloud/docker-ci#78 for details

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-02-12 17:51:15 +01:00
Nextcloud bot
ca7b59812d
[tx-robot] updated from transifex 2018-02-09 01:31:17 +00:00
Pranav Kant
f00e6cdb4a Support version restore states (#166)
See https://gerrit.libreoffice.org/gitweb?p=online.git;a=commit;h=1fabfd9fe34815cab54c1417cfc7e541adb6a341
for details
2018-02-08 10:34:56 +01:00
Pranav Kant
d61999d709 Restore code deleted by accident (#165)
This reverts some parts of
a08c0b7a5e0478e4b0e68694ca7d73f23a954e33
2018-02-08 10:23:52 +01:00
Nextcloud bot
97eda7976c
[tx-robot] updated from transifex 2018-02-08 01:29:47 +00:00
Nextcloud bot
3c7637034f
[tx-robot] updated from transifex 2018-02-07 01:29:35 +00:00
Nextcloud bot
38ee8b373f
[tx-robot] updated from transifex 2018-02-05 01:29:25 +00:00
Nextcloud bot
435303056f
[tx-robot] updated from transifex 2018-02-04 01:29:53 +00:00
Nextcloud bot
f891bf1ea1
[tx-robot] updated from transifex 2018-02-03 01:29:54 +00:00
Nextcloud bot
f5e2950466
[tx-robot] updated from transifex 2018-02-02 01:31:14 +00:00
Nextcloud bot
a161832e8f
[tx-robot] updated from transifex 2018-02-01 01:30:53 +00:00
Andras Timar
2c5fa55b38 Bump version to 2.0.0 2018-01-31 13:27:59 +01:00
Pranav Kant
a08c0b7a5e Add support for adding canonical webroot (#157)
See cc42c7f46c

for details
2018-01-31 13:25:33 +01:00
Pranav Kant
fec3a73943 Fixes #140 - name of the document in titlebar (#160) 2018-01-30 22:31:25 +01:00
Nextcloud bot
7db79ff782
[tx-robot] updated from transifex 2018-01-29 01:32:10 +00:00
Nextcloud bot
64e9483689
[tx-robot] updated from transifex 2018-01-25 01:31:00 +00:00
Nextcloud bot
619a78ce3c
[tx-robot] updated from transifex 2018-01-24 01:30:09 +00:00
Nextcloud bot
2fbdbe9cd9
[tx-robot] updated from transifex 2018-01-23 01:30:37 +00:00
Nextcloud bot
8d09a95b58
[tx-robot] updated from transifex 2018-01-21 01:30:28 +00:00
Nextcloud bot
de1195c328
[tx-robot] updated from transifex 2018-01-20 01:30:33 +00:00
Pranav Kant
5ed06f9698 Add documentation link (#156) 2018-01-18 11:02:56 +01:00
Andras Timar
92559639f4 Nextcloud is PHP 7 only now 2018-01-18 10:59:46 +01:00
Nextcloud bot
a6ab943b64
[tx-robot] updated from transifex 2018-01-15 01:30:20 +00:00
Andras Timar
75a80214be Bump version to 1.12.40 2018-01-11 20:52:08 +01:00
Julius Härtl
1db0d27cc5 Fix z-index of the richdocuments frame for NC13 (#153)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-01-11 10:34:55 +01:00
Nextcloud bot
b2dc26481d
[tx-robot] updated from transifex 2018-01-11 01:31:41 +00:00
Pranav Kant
8bbc30c52d Cleanup (#152)
* unused signal

* remove isGuest thing

This is always false; no point in having conditionals depending on this
variable

* another unused variable
2018-01-10 21:06:49 +01:00
Nextcloud bot
ad21d5d89b
[tx-robot] updated from transifex 2018-01-04 01:23:03 +00:00
Nextcloud bot
f2542c453e
[tx-robot] updated from transifex 2017-12-30 01:21:50 +00:00
Nextcloud bot
57166241c6
[tx-robot] updated from transifex 2017-12-21 01:19:41 +00:00
Nextcloud bot
50405ff4d6
[tx-robot] updated from transifex 2017-12-20 01:19:40 +00:00
Nextcloud bot
61aa3a1d3b
[tx-robot] updated from transifex 2017-12-18 01:19:19 +00:00
Nextcloud bot
f82cf5a344
[tx-robot] updated from transifex 2017-12-17 01:19:43 +00:00
Nextcloud bot
914bfa6af1
[tx-robot] updated from transifex 2017-12-15 15:08:11 +00:00
Pranav Kant
616699c7c8
Merge pull request #145 from nextcloud/rakekniven-patch-1
Improved source strings for l10n.
2017-12-13 12:48:21 +05:30
rakekniven
05aee21958
Update documents.js
Changed wording according to 
https://www.transifex.com/nextcloud/nextcloud/translate/#de_DE/richdocuments/125396748?issue=yes
2017-12-11 16:10:54 +01:00
rakekniven
18350d9faf
Update admin.js
Fixed triple dot (changed to ellipsis)
2017-12-11 16:08:39 +01:00
Nextcloud bot
846613798e
[tx-robot] updated from transifex 2017-12-06 01:29:21 +00:00
Nextcloud bot
4ee1626187
[tx-robot] updated from transifex 2017-12-05 01:29:01 +00:00
Nextcloud bot
28b82a45dd
[tx-robot] updated from transifex 2017-12-02 01:29:09 +00:00
Andras Timar
5f983cc51b updated Changelog (fixes #129) 2017-12-01 14:45:43 +01:00
Nextcloud bot
de66743c4d
[tx-robot] updated from transifex 2017-12-01 01:29:02 +00:00
Nextcloud bot
51c2f1770d
[tx-robot] updated from transifex 2017-11-30 01:31:01 +00:00
Andras Timar
53eb5a721f Bump version to 1.12.39 2017-11-29 16:22:04 +01:00
Andras Timar
7f3f30b383 2nd attempt to fix #138 2017-11-29 16:21:28 +01:00
Andras Timar
253202b783 Bump version to 1.12.38 2017-11-29 11:56:46 +01:00
Andras Timar
11274091c0 fix for #138 2017-11-29 11:53:39 +01:00
Nextcloud bot
893e4fa960
[tx-robot] updated from transifex 2017-11-29 01:27:33 +00:00
Nextcloud bot
bf6addf015
[tx-robot] updated from transifex 2017-11-28 01:26:53 +00:00
Nextcloud bot
2cd4add71f
[tx-robot] updated from transifex 2017-11-27 01:26:34 +00:00
Nextcloud bot
336e57072c
[tx-robot] updated from transifex 2017-11-25 01:27:59 +00:00
Nextcloud bot
7aa980f0b1
[tx-robot] updated from transifex 2017-11-24 01:26:45 +00:00
Nextcloud bot
09d2e34458
[tx-robot] updated from transifex 2017-11-23 01:27:00 +00:00
Andras Timar
f9487df63f Bump version to 1.12.37 2017-11-22 16:26:20 +01:00
Pranav Kant
2c3d9ae8d9 Add support for PutRelativeFile for Save As. (#136) 2017-11-22 16:23:55 +01:00
Nextcloud bot
ca238d01ee
[tx-robot] updated from transifex 2017-11-20 01:26:37 +00:00
Nextcloud bot
9e3bc198bc
[tx-robot] updated from transifex 2017-11-16 01:26:39 +00:00
Nextcloud bot
d7cc78fad5
[tx-robot] updated from transifex 2017-11-14 01:26:33 +00:00
Nextcloud bot
f850649ece
[tx-robot] updated from transifex 2017-11-12 01:27:08 +00:00
Nextcloud bot
f189699657
[tx-robot] updated from transifex 2017-11-11 01:29:19 +00:00
Nextcloud bot
01152dc5c1
[tx-robot] updated from transifex 2017-11-10 01:28:21 +00:00
a43eaaad55 Merge 'upstream/master' and 'multihost_tor' into 'master' 2017-11-08 21:35:30 -07:00
Nextcloud bot
caa8476543
[tx-robot] updated from transifex 2017-11-09 01:25:55 +00:00
Nextcloud bot
74f575e48a
[tx-robot] updated from transifex 2017-11-08 01:25:51 +00:00
Andras Timar
cec91ab335 Bump version to 1.12.36 2017-11-07 10:07:40 +01:00
Nextcloud bot
f54d330d55
[tx-robot] updated from transifex 2017-11-07 01:24:54 +00:00
Lukas Reschke
9bf62db3aa Add option to enable the app only for users in a specific group (#135)
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-11-06 13:54:56 +01:00
Nextcloud bot
418b5aceaf
[tx-robot] updated from transifex 2017-11-03 01:26:56 +00:00
Nextcloud bot
a275e4e175
[tx-robot] updated from transifex 2017-10-27 00:22:24 +00:00
Nextcloud bot
eb9154f822
[tx-robot] updated from transifex 2017-10-25 00:23:29 +00:00
Nextcloud bot
1b3a16d8e6
[tx-robot] updated from transifex 2017-10-24 00:24:12 +00:00
Pranav Kant
72cb1956b0 Start listening for standard post messages and ignore deprecated ones (#126)
New online versions emits both the post messages (the older one with a
deprecated flag and newer one without). Ignore if the deprecated flag is
mentioned because it means that we would get another post message
without deprecated flag.
2017-10-20 11:26:26 +02:00
Nextcloud bot
0434e383ba
[tx-robot] updated from transifex 2017-10-20 00:22:34 +00:00
Lukas Reschke
12bb8c055b Add avatar to UserExtraInfo (#130)
* Add avatar to UserExtraInfo

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>

* Only add UserExtraInfo is version higher than 13

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-10-19 15:36:10 +02:00
Nextcloud bot
bf8126e07a
[tx-robot] updated from transifex 2017-10-14 02:42:50 +00:00
Nextcloud bot
56cd7241ff
[tx-robot] updated from transifex 2017-10-13 00:22:36 +00:00
Jonas Cosandey
060219db8d fix typo in readme (#128) 2017-10-12 09:48:53 +02:00
Nextcloud bot
938e7b7c55
[tx-robot] updated from transifex 2017-10-07 00:22:01 +00:00
Nextcloud bot
653c4d9ae0
[tx-robot] updated from transifex 2017-10-06 00:22:24 +00:00
Nextcloud bot
39becf6546
[tx-robot] updated from transifex 2017-10-03 00:21:41 +00:00
Nextcloud bot
f182f3044d
[tx-robot] updated from transifex 2017-10-01 00:21:35 +00:00
Nextcloud bot
9b4e62e89e
[tx-robot] updated from transifex 2017-09-30 00:21:50 +00:00
Nextcloud bot
fe7d0a003f
[tx-robot] updated from transifex 2017-09-29 00:22:31 +00:00
Pranav Kant
21504eb5a8 support for external apps (#124) 2017-09-27 08:53:06 +02:00
Nextcloud bot
d80a97af3a
[tx-robot] updated from transifex 2017-09-22 00:21:45 +00:00
Nextcloud bot
4d55ab420f
[tx-robot] updated from transifex 2017-09-19 00:22:13 +00:00
Melroy van den Berg
26b3b73aea Create a link back to the Apps pag (#119)
* Update README.md

Add a link to the Apps page, so people can find the info faster & easier if people for some reason (like me) entering the github page first.

* Update README.md

some rephrasing.

* Update README.md

new line
2017-09-14 15:10:38 +02:00
Nextcloud bot
a8925458bf
[tx-robot] updated from transifex 2017-09-09 00:21:14 +00:00
5a52bd67d4 Change version to stop update nagging 2017-09-07 17:54:08 -06:00
cef4179de3 Translate internal URL to external when needed 2017-09-07 17:53:03 -06:00
6ff27cb17f Add internal access URL (hopefully) 2017-09-07 17:18:29 -06:00
d5478678a7 Add dynamic hostname switching so requests always go to the host the client is currently using 2017-09-06 23:03:19 -06:00
Nextcloud bot
53abf86bb7
[tx-robot] updated from transifex 2017-08-27 00:21:24 +00:00
Nextcloud bot
c84f1c0712
[tx-robot] updated from transifex 2017-08-25 00:22:51 +00:00
Nextcloud bot
199f8a0f37
[tx-robot] updated from transifex 2017-08-24 00:21:58 +00:00
Nextcloud bot
7242bba24a
[tx-robot] updated from transifex 2017-08-21 00:21:25 +00:00
Nextcloud bot
4af89abd12
[tx-robot] updated from transifex 2017-08-19 00:22:05 +00:00
Nextcloud bot
03a2aed973
[tx-robot] updated from transifex 2017-08-18 00:21:20 +00:00
Nextcloud bot
bd5584faa2
[tx-robot] updated from transifex 2017-08-14 00:21:09 +00:00
Nextcloud bot
ee6ce7eba5
[tx-robot] updated from transifex 2017-08-04 00:21:19 +00:00
Andras Timar
94c3a38c0c Bump version to 1.12.34 2017-07-31 15:29:22 +02:00
Nextcloud bot
6b9c4e4c41
[tx-robot] updated from transifex 2017-07-30 00:21:05 +00:00
Nextcloud bot
e10ab75871
[tx-robot] updated from transifex 2017-07-29 00:21:44 +00:00
Nextcloud bot
78959cf297
[tx-robot] updated from transifex 2017-07-25 00:21:01 +00:00
Pranav Kant
e9f9711421 Use fileId instead of dir 2017-07-24 14:19:53 +05:30
Pranav Kant
b14a9b66de Merge pull request #109 from RnBConsulting/master
Fix editing publicly shared documents
2017-07-24 14:15:36 +05:30
Nextcloud bot
e9a659392e
[tx-robot] updated from transifex 2017-07-24 00:21:03 +00:00
Nextcloud bot
ff356da768
[tx-robot] updated from transifex 2017-07-20 00:20:41 +00:00
Nextcloud bot
25435ee35e
[tx-robot] updated from transifex 2017-07-13 00:21:17 +00:00
Nextcloud bot
f5e322b353
[tx-robot] updated from transifex 2017-07-12 00:21:15 +00:00
Nextcloud bot
e16a36aa79
[tx-robot] updated from transifex 2017-07-11 00:21:57 +00:00
Nextcloud bot
6fb5e4d95a
[tx-robot] updated from transifex 2017-07-08 00:20:51 +00:00
Nextcloud bot
8f5aa59295
[tx-robot] updated from transifex 2017-07-05 00:20:53 +00:00
Nextcloud bot
19d2d46d5e
[tx-robot] updated from transifex 2017-07-03 00:20:44 +00:00
Nextcloud bot
aef1822bdb
[tx-robot] updated from transifex 2017-06-30 00:20:53 +00:00
Nextcloud bot
009858859b
[tx-robot] updated from transifex 2017-06-29 00:20:42 +00:00
Andras Timar
f41fd4f616 Merge pull request #107 from nextcloud/RuudschMaHinda-patch-1
Update de_DE.js
2017-06-28 21:58:54 +02:00
Andras Timar
1f8ef368d8 Merge pull request #108 from nextcloud/RuudschMaHinda-patch-2
Update de_DE.json
2017-06-28 21:57:59 +02:00
Andreas Böhler
c4b794360a Fix editing publicly shared documents 2017-06-28 19:19:12 +02:00
Nextcloud bot
1369f7f644
[tx-robot] updated from transifex 2017-06-28 00:20:40 +00:00
Nextcloud bot
ee8e01dd03
[tx-robot] updated from transifex 2017-06-26 00:21:10 +00:00
Nextcloud bot
87269845cc
[tx-robot] updated from transifex 2017-06-25 00:20:55 +00:00
RuudschMaHinda
692ee5f37d Update de_DE.json
Corrected spelling mistake "Just now" "Gerade eben"
2017-06-24 03:29:17 +02:00
RuudschMaHinda
9b29a58d01 Update de_DE.js
Corrected spelling mistake
2017-06-24 03:28:04 +02:00
Nextcloud bot
54acbae03a
[tx-robot] updated from transifex 2017-06-22 00:20:38 +00:00
Nextcloud bot
5684f422a9
[tx-robot] updated from transifex 2017-06-21 00:20:01 +00:00
Nextcloud bot
2911a901bc
[tx-robot] updated from transifex 2017-06-20 00:21:04 +00:00
Nextcloud bot
1a509f5639
[tx-robot] updated from transifex 2017-06-19 00:20:30 +00:00
Nextcloud bot
c29d9eb42e
[tx-robot] updated from transifex 2017-06-17 00:21:44 +00:00
Nextcloud bot
f3bae422ea
[tx-robot] updated from transifex 2017-06-16 00:22:04 +00:00
Andras Timar
3af4174ce0 Delete creator/last modifier name from document templates 2017-06-15 15:21:52 +02:00
Andras Timar
7772efc272 Bump version to 1.12.33 2017-06-15 13:08:55 +02:00
Jan Holesovsky
b67dab3f5b Merge pull request #104 from timar/master
Restore 'Enable edit for specific groups' feature, fixes #66
2017-06-15 12:46:13 +02:00
Nextcloud bot
dcad0edd8f
[tx-robot] updated from transifex 2017-06-15 00:21:37 +00:00
Andras Timar
aa4df2e800 Restore 'Enable edit for specific groups' feature, fixes #66 2017-06-14 14:17:21 +02:00
Christoph Wurst
935674b862 Merge pull request #101 from nextcloud/do-not-open-text-files
Do not open text files using Collabora app
2017-06-14 08:51:45 +02:00
Patrik Kernstock
4db76d6f01 only edit textfiles when texteditorapp is disabled
Signed-off-by: Patrik Kernstock <info@pkern.at>
2017-06-14 02:39:17 +02:00
Nextcloud bot
f7dd701898
[tx-robot] updated from transifex 2017-06-14 00:20:46 +00:00
Nextcloud bot
e5751e8d96
[tx-robot] updated from transifex 2017-06-11 00:20:30 +00:00
Patrik Kernstock
dee4991091 Do not open text files using Collabora app
Signed-off-by: Patrik Kernstock <info@pkern.at>
2017-06-10 18:21:57 +02:00
Pranav Kant
0a8242fb07 Merge pull request #99 from nextcloud/typo-readme
Fix typo
2017-06-09 21:29:31 +05:30
blizzz
d4efc80cf6 Fix typo 2017-06-09 14:36:31 +02:00
Nextcloud bot
6ed2161289
[tx-robot] updated from transifex 2017-06-09 00:20:54 +00:00
Nextcloud bot
286071b12b
[tx-robot] updated from transifex 2017-06-08 00:21:11 +00:00
Andras Timar
910bc3f0ac Merge pull request #94 from pranavk/undefined
Undefined owneruid
2017-06-07 17:30:35 +02:00
Pranav Kant
a9b13e12a9 Undefined owneruid 2017-06-07 20:42:13 +05:30
Nextcloud bot
0cbf55b61a
[tx-robot] updated from transifex 2017-06-07 00:22:38 +00:00
Andras Timar
45026c3312 Merge pull request #92 from pranavk/external
Include support for X-LOOL-WOPI-Timestamp
2017-06-06 22:44:29 +02:00
Pranav Kant
65769bd861 Include support for X-LOOL-WOPI-Timestamp
See for more detailed message:
https://github.com/owncloud/richdocuments/pull/178
2017-06-06 21:31:47 +05:30
Andras Timar
81df278cfb Update CHAMGELOG.md for 1.12.32 2017-06-06 09:32:23 +02:00
Nextcloud bot
03b4697d18
[tx-robot] updated from transifex 2017-06-06 00:20:52 +00:00
Pranav Kant
7fce081dd7 Merge pull request #88 from pranavk/extshare
Use the file owner from the share object, if available
2017-06-05 21:00:24 +05:30
Pranav Kant
4d9e08e4ff Merge pull request #86 from pranavk/pubshare
Don't throw exception when user not found
2017-06-05 21:00:17 +05:30
Nextcloud bot
08a2225f21
[tx-robot] updated from transifex 2017-06-04 00:20:56 +00:00
Nextcloud bot
e2813ef831
[tx-robot] updated from transifex 2017-06-03 00:19:59 +00:00
Nextcloud bot
40ae585225
[tx-robot] updated from transifex 2017-06-02 00:21:32 +00:00
Pranav Kant
6f9d39fcc3 Merge pull request #87 from pranavk/fixbreakage
Fix breakage
2017-06-02 00:24:08 +05:30
Pranav Kant
ee09fb0748 Use the file owner from the share object, if available
Fixes #85

When a link is shared on external storage and user is not logged in, the
owner returned by the $file object is null. Use owner information from
the $share object whenever available.
2017-06-02 00:21:07 +05:30
Pranav Kant
7d502a3135 Revert "Replace 3 dots to ellisis in l10n files" partially
This reverts commit c6a3e02b4b7af75341c573340ef11baef8bee39d partially.

Presumably, some unwanted modifications also found its way in with above
patch breaking the app. Revert problematic pieces.
2017-06-02 00:20:36 +05:30
Pranav Kant
3f4aa7b23e Don't throw exception when user not found
It might be a public link share.
2017-06-01 23:26:50 +05:30
Andras Timar
c6a3e02b4b Replace 3 dots to ellisis in l10n files 2017-06-01 09:39:44 +02:00
Andras Timar
760f6d3bfa Merge pull request #79 from nextcloud/rakekniven-patch-1
Replace 3 dots to ellipsis
2017-06-01 09:34:41 +02:00
Nextcloud bot
a4db42e724
[tx-robot] updated from transifex 2017-06-01 00:19:43 +00:00
rakekniven
94ce86e6ec Update admin.js 2017-05-31 23:04:08 +02:00
rakekniven
3c35d287b0 Update documents.js
Changed "..." to ellipsis
2017-05-31 23:02:56 +02:00
Nextcloud bot
b6b581a29d
[tx-robot] updated from transifex 2017-05-30 00:21:20 +00:00
Andras Timar
cd19432685 Merge pull request #80 from pranavk/username
Show display name instead of UUID
2017-05-29 08:32:50 +02:00
Nextcloud bot
e2d58abdfe
[tx-robot] updated from transifex 2017-05-26 00:20:25 +00:00
Andras Timar
c679429c3e Merge pull request #82 from pranavk/check
Shorter db index name
2017-05-25 21:04:06 +02:00
Pranav Kant
2058ec84e5 Shorter db index name
Fixes #54
2017-05-25 19:48:19 +05:30
Pranav Kant
3940ec64c7 Show Display Name of user, not its uid in userlist 2017-05-25 19:05:33 +05:30
rakekniven
8a02997a76 Update documents.php
Changed to ellipsis. See https://www.transifex.com/nextcloud/nextcloud/translate/#de_DE/$/102251710?issue=yes
2017-05-25 15:09:51 +02:00
Andras Timar
47ce01735a Bump version to 1.12.31 2017-05-25 13:55:48 +02:00
Andras Timar
35e246482d Merge pull request #78 from pranavk/enc
Guard encryption support
2017-05-25 13:48:57 +02:00
Pranav Kant
c14ff8fee8 Guard encryption support 2017-05-25 17:07:21 +05:30
Andras Timar
377eeae143 Bump version to 1.12.30 2017-05-25 12:11:53 +02:00
Andras Timar
142a85400a Merge pull request #52 from pranavk/enc
Support opening encrypted files
2017-05-25 11:52:07 +02:00
Andras Timar
6c34095052 Merge pull request #73 from nextcloud/scripted-install
Add instructions for Collabora installation on Ubuntu
2017-05-25 11:48:45 +02:00
Andras Timar
75f0423957 Merge pull request #63 from pranavk/usernames
Register the change under user's name when saving the document
2017-05-25 11:47:24 +02:00
Andras Timar
6d9054e6f3 Merge pull request #60 from pranavk/ooxml
Revert "Remove unrequired route"; respect OOXML settings again
2017-05-25 11:46:46 +02:00
Nextcloud bot
bd4cd271fc
[tx-robot] updated from transifex 2017-05-25 00:20:02 +00:00
Daniel Hansson
83b541d6a4 add SSL 2017-05-25 00:39:56 +02:00
Daniel Hansson
95be753c98 Add instructions for Collabora installation on Ubuntu 2017-05-25 00:37:16 +02:00
Andras Timar
3bfb7413a7 Bump version to 1.12.29 2017-05-24 22:38:36 +02:00
Andras Timar
4ffef00aca Fix issue#68: undefined variable instanceId 2017-05-24 15:11:42 +02:00
Nextcloud bot
acae031433
[tx-robot] updated from transifex 2017-05-24 00:20:46 +00:00
Andras Timar
3adf53229a Bump version to 1.12.28 2017-05-23 10:36:35 +02:00
Nextcloud bot
dedb940572
[tx-robot] updated from transifex 2017-05-23 00:20:37 +00:00
Morris Jobke
e0172accde Merge pull request #64 from nextcloud/remove-old-screenshot
Update Collabora screenshots
2017-05-21 16:36:54 -05:00
Andras Timar
ee5491b41a Merge pull request #62 from pranavk/allowfullscreen
allowfullscreen
2017-05-21 13:51:12 +02:00
Marius Blüm
b320276ee1 Update Collabora screenshots
Signed-off-by: Marius Blüm <marius@lineone.io>
2017-05-21 10:14:58 +02:00
Nextcloud bot
5e80f00aee
[tx-robot] updated from transifex 2017-05-21 00:19:57 +00:00
Nextcloud bot
1444855151
[tx-robot] updated from transifex 2017-05-20 00:18:58 +00:00
Pranav Kant
0f086cfe87 Register the change under user's name when saving the document 2017-05-20 01:18:44 +05:30
Pranav Kant
75a12f07e4 allowfullscreen 2017-05-20 00:54:58 +05:30
Pranav Kant
eef417f05b Support opening encrypted files 2017-05-20 00:02:21 +05:30
Pranav Kant
0c14789cc3 Revert "Remove unrequired route"; respect OOXML settings again
This reverts commit aa89c908a70dddabb39ea7d0a166e147e31d3f5d.
2017-05-19 23:56:27 +05:30
Nextcloud bot
aeeb31d4c7
[tx-robot] updated from transifex 2017-05-19 00:19:41 +00:00
Andras Timar
f6b7e441d9 Update CHANGELOG.md 2017-05-18 10:03:00 +02:00
Andras Timar
b133f9ed32 Bump version to 1.12.27 2017-05-18 10:00:46 +02:00
Nextcloud bot
694acf963e
[tx-robot] updated from transifex 2017-05-18 00:18:30 +00:00
Morris Jobke
8e44456daa Merge pull request #53 from nextcloud/verbose-uploadmenu-text
Use more verbose text for upload menu
2017-05-17 11:39:23 -05:00
Nextcloud bot
c23e968d16
[tx-robot] updated from transifex 2017-05-17 16:36:26 +00:00
Lukas Reschke
2bf5774964 Merge pull request #50 from pranavk/rev
Fix revision history
2017-05-17 18:17:38 +02:00
Marius Blüm
0a98e7ea2f Use more verbose text for upload menu
* see https://github.com/nextcloud/server/pull/4922

Signed-off-by: Marius Blüm <marius@lineone.io>
2017-05-17 18:16:44 +02:00
Pranav Kant
9bb400714c Fix file revisions 2017-05-11 21:09:46 +05:30
Pranav Kant
a5f6569591 Bin superfluous returnToDir logic
This was initially introduced in OC so that we know which directory to
go after we close the editor but this seems unnecessary here in NC as
richdocuments is just an iframe which is removed from DOM when we close
the document.
2017-05-11 21:09:43 +05:30
Nextcloud bot
d35b5f5070
[tx-robot] updated from transifex 2017-05-11 00:17:52 +00:00
Nextcloud bot
b8dd29e223
[tx-robot] updated from transifex 2017-05-10 00:18:31 +00:00
Nextcloud bot
fe15045b43
[tx-robot] updated from transifex 2017-05-02 00:16:29 +00:00
Nextcloud bot
74cf5fd714
[tx-robot] updated from transifex 2017-04-28 00:16:34 +00:00
Nextcloud bot
d3e4720dd4
[tx-robot] updated from transifex 2017-04-27 00:16:19 +00:00
185 changed files with 3800 additions and 1433 deletions

3
.gitignore vendored
View File

@ -2,4 +2,5 @@ tests/clover.xml
*.spec
*.tar.gz
richdocuments.zip
build/
build/
/nbproject/private/

View File

@ -1,7 +1,6 @@
language: php
php:
- 5.6
- 7
env:
@ -50,15 +49,19 @@ matrix:
matrix:
include:
- php: 5.6
- php: 7
env: "DB=sqlite CORE_BRANCH=stable12"
- php: 7
env: "DB=sqlite CORE_BRANCH=stable13"
- php: 7
env: DB=mysql
- php: 5.6
- php: 7
env: DB=pgsql
- php: 5.6
- php: 7
env: DB=mysql;CODECHECK=1
- php: 5.6
- php: 7
env: DB=mysql;CODECHECK=2
- php: 5.6
- php: 7
env: DB=mysql;JSTESTS=1
allow_failures:
- env: DB=mysql;CODECHECK=1

View File

@ -3,7 +3,7 @@ host = https://www.transifex.com
lang_map = bg_BG: bg, cs_CZ: cs, fi_FI: fi, hu_HU: hu, nb_NO: nb, sk_SK: sk, th_TH: th, ja_JP: ja
[nextcloud.richdocuments]
file_filter = <lang>/richdocuments.po
source_file = templates/richdocuments.pot
file_filter = translationfiles/<lang>/richdocuments.po
source_file = translationfiles/templates/richdocuments.pot
source_lang = en
type = PO

View File

@ -1,3 +1,53 @@
**1.12.38 and 1.12.39**
- Bug: fix z-index issue on Nextcloud 13 beta
**1.12.37**
- Feature: Add support for PutRelativeFile for Save As.
**1.12.36**
- Feature: Add avatar to UserExtraInfo (from NC 13)
- Feature: Start listening for standard post messages and ignore deprecated ones
- Feature: Add option to enable the app only for users in a specific group
- Updated translations
**1.12.35**
- Feature: Support for external apps. External apps can now generate a secret token to access richdocuments public API.
**1.12.34**
- Bug: Fix editing publicly shared documents
- Bug: Delete creator/last modifier name from document templates
**1.12.33**
- Feature: Restore 'Enable edit for specific groups' feature, fixes #66
- Feature: Only edit textfiles with Collabora Online, when texteditorapp is disabled
- Feature: Include support for X-LOOL-WOPI-Timestamp
- Bug: Undefined variable 'owneruid'
**1.12.32**
- Bug: Show Display Name of user, not its uid in userlist
- Bug: Do not throw exception when user not found. It might be a public link share.
- Bug: Use the file owner from the share object, if available. Fixes #85.
- Bug: Shorter db index name. Fixes #54.
**1.12.31**
- Bug: Guard encryption support
**1.12.30**
- Feature: Support opening encrypted files
- Bug: Respect OOXML settings again
- Bug: Register the change under users name when saving the document
**1.12.29**
- Bug: Fix undefined instanceId
**1.12.28**
- Bug: Allow full screen
- Updated screenshots
- Updated translations
**1.12.27**
- Bug: Fix revision history
**1.1.26**
- Bug: Set the correct language tag expected by JS
- Bug: Replace trailing slash of WOPI URL

View File

@ -8,6 +8,7 @@ appstore_dir=$(build_dir)/appstore
source_dir=$(build_dir)/source
package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
occ=$(CURDIR)/../core/occ
appstore:
mkdir -p $(sign_dir)
@ -21,7 +22,7 @@ appstore:
--exclude=composer.json \
--exclude=composer.lock \
--exclude=composer.phar \
--exclude=l10n/.tx \
--exclude=.tx \
--exclude=l10n/no-php \
--exclude=Makefile \
--exclude=nbproject \
@ -31,6 +32,7 @@ appstore:
--exclude=vendor/bin \
$(project_dir) $(sign_dir)
@echo "Signing…"
$(occ) integrity:sign-app --privateKey=$(cert_dir)/$(app_name).key --certificate=$(cert_dir)/$(app_name).crt --path=$(sign_dir)/$(app_name)
tar -czf $(build_dir)/$(app_name).tar.gz \
-C $(sign_dir) $(app_name)
openssl dgst -sha512 -sign $(cert_dir)/$(app_name).key $(build_dir)/$(app_name).tar.gz | openssl base64
openssl dgst -sha512 -sign $(cert_dir)/$(app_name).key $(build_dir)/$(app_name).tar.gz | openssl base64

View File

@ -18,6 +18,22 @@ Find out more about Nextcloud and Collabora Online, and how to setup an server h
In your Nextcloud, simply navigate to »Apps«, choose the category »Office & text«, find the Collabora Online app and enable it. Then open the administrator settings, navigate to the »Collabora Online« tab and specify your Collabora Online server.
### Nextcloud/Collabora Online relation
For the latest information about the Collabora Online and Nextcloud releases, please visit the:
[Apps page of Collabora](https://apps.nextcloud.com/apps/richdocuments).
### Scripted installation (Ubuntu), Server + Nextcloud app
The developers of the [Nextcloud VM](https://github.com/nextcloud/vm) has made a [script](https://raw.githubusercontent.com/nextcloud/vm/master/apps/collabora.sh) that you can use.
Please remember to check the variables in the script to suit your config before you run it, though it should work out of the box on all Ubuntu servers from 16.04 an upwards.
The only thing you must have prepared before you run the script is to have SSL (https://) on your Nextcloud domain and to setup a DNS record to a new domain that you will host Collabora on (office.domain.com for example) and point that your server. SSL is set up with Let's Encrypt.
To get the script, please type the folloing command: `wget https://github.com/nextcloud/vm/blob/master/apps/collabora.sh` and then run the script with `sudo bash nextant.sh`.
Please report any issues regarding the script in the [Nextcloud VM repo](https://github.com/nextcloud/vm/issues).
## Support
- [Our Forum](https://help.nextcloud.com/c/support/collabora)

View File

@ -23,6 +23,16 @@
namespace OCA\Richdocuments\AppInfo;
use OC\Security\CSP\ContentSecurityPolicy;
use OCA\Richdocuments\PermissionManager;
$currentUser = \OC::$server->getUserSession()->getUser();
if($currentUser !== null) {
/** @var PermissionManager $permissionManager */
$permissionManager = \OC::$server->query(PermissionManager::class);
if(!$permissionManager->isEnabledForUser($currentUser)) {
return;
}
}
$eventDispatcher = \OC::$server->getEventDispatcher();
$eventDispatcher->addListener(
@ -49,13 +59,10 @@ if (class_exists('\OC\Files\Type\TemplateManager')) {
}
// Whitelist the wopi URL for iframes, required for Firefox
$wopiUrl = \OC::$server->getConfig()->getAppValue('richdocuments', 'wopi_url');
$wopiUrl = str_replace("hostname.host", $_SERVER["HTTP_HOST"], \OC::$server->getConfig()->getAppValue('richdocuments', 'wopi_url'));
if ($wopiUrl !== '') {
$manager = \OC::$server->getContentSecurityPolicyManager();
$policy = new ContentSecurityPolicy();
$policy->addAllowedFrameDomain($wopiUrl);
$manager->addDefaultPolicy($policy);
}
// Listen to delete file signal
\OCP\Util::connectHook('OC_Filesystem', 'delete', "OCA\Richdocuments\Storage", "onDelete");
}

View File

@ -121,7 +121,7 @@
</field>
<index>
<name>richdocuments_wopi_token_idx</name>
<name>rd_wopi_token_idx</name>
<unique>true</unique>
<field>
<name>token</name>

View File

@ -2,31 +2,31 @@
<info>
<id>richdocuments</id>
<name>Collabora Online</name>
<description>Collabora Online allows you to to work with all kinds of office documents directly in your browser. This application requires Collabora Cloudsuite to be installed on one of your servers, please read the documentation to learn more about that.</description>
<summary>Edit office documents directly in your browser.</summary>
<licence>AGPL</licence>
<version>1.1.26</version>
<description>This application can connect to a Collabora Online server (WOPI Client). Nextcloud is the WOPI Host. Please read the documentation to learn more about that.</description>
<version>2.0.4</version>
<licence>agpl</licence>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<bugs>https://github.com/nextcloud/richdocuments/issues</bugs>
<repository type="git">https://github.com/nextcloud/richdocuments.git</repository>
<category>office</category>
<category>integration</category>
<dependencies>
<nextcloud min-version="12" max-version="12" />
</dependencies>
<documentation>
<admin>https://nextcloud.com/collaboraonline/</admin>
<user>https://nextcloud.com/collaboraonline/</user>
</documentation>
<types>
<prevent_group_restriction/>
</types>
<documentation>
<user>https://nextcloud.com/collaboraonline/</user>
<admin>https://nextcloud.com/collaboraonline/</admin>
</documentation>
<category>office</category>
<category>integration</category>
<website>https://collaboraoffice.com/</website>
<bugs>https://github.com/nextcloud/richdocuments/issues</bugs>
<repository type="git">https://github.com/nextcloud/richdocuments.git</repository>
<screenshot>https://nextcloud.com/wp-content/themes/next/assets/img/features/collabora-document.png</screenshot>
<screenshot>https://nextcloud.com/wp-content/themes/next/assets/img/features/collabora-app.png</screenshot>
<screenshot>https://nextcloud.com/wp-content/themes/next/assets/img/features/collabora-presentation.png</screenshot>
<screenshot>https://nextcloud.com/wp-content/themes/next/assets/img/features/collabora-spreadsheet.png</screenshot>
<dependencies>
<nextcloud min-version="12" max-version="14" />
</dependencies>
<settings>
<admin>\OCA\Richdocuments\Settings\Admin</admin>
<admin>OCA\Richdocuments\Settings\Admin</admin>
<admin-section>OCA\Richdocuments\Settings\Section</admin-section>
</settings>
</info>

View File

@ -18,12 +18,17 @@ return [
['name' => 'document#publicPage', 'url' => '/public', 'verb' => 'GET'],
['name' => 'document#create', 'url' => 'ajax/documents/create', 'verb' => 'POST'],
// external api access
['name' => 'document#extAppGetData', 'url' => '/ajax/extapp/data/{fileId}', 'verb' => 'POST'],
// WOPI access
['name' => 'wopi#checkFileInfo', 'url' => 'wopi/files/{fileId}', 'verb' => 'GET'],
['name' => 'wopi#getFile', 'url' => 'wopi/files/{fileId}/contents', 'verb' => 'GET'],
['name' => 'wopi#putFile', 'url' => 'wopi/files/{fileId}/contents', 'verb' => 'POST'],
['name' => 'wopi#putRelativeFile', 'url' => 'wopi/files/{fileId}', 'verb' => 'POST'],
//settings
['name' => 'settings#setSettings', 'url' => 'ajax/admin.php', 'verb' => 'POST'],
['name' => 'settings#getSettings', 'url' => 'ajax/settings.php', 'verb' => 'GET'],
]
];

Binary file not shown.

Binary file not shown.

6
css/admin.css Normal file
View File

@ -0,0 +1,6 @@
.rd-settings-documentation {
max-width: 50em;
};
#richdocuments h2 {
display: inline-block;
}

View File

@ -1,13 +1,39 @@
/*global OC, $ */
var documentsSettings = {
_createExtApp: function() {
var app1 = document.createElement('div');
app1.setAttribute('class', 'external-app');
var appname1 = document.createElement('input');
appname1.setAttribute('class', 'external-apps-name');
$(app1).append(appname1);
var apptoken1 = document.createElement('input');
apptoken1.setAttribute('class', 'external-apps-token');
$(app1).append(apptoken1);
var apptokenbutton = document.createElement('button');
apptokenbutton.setAttribute('class', 'external-apps-gen-token-button');
apptokenbutton.innerHTML = 'Generate Token';
$(app1).append(apptokenbutton);
var appremovebutton = document.createElement('button');
appremovebutton.setAttribute('class', 'external-apps-remove-button');
appremovebutton.innerHTML = 'Remove';
$(app1).append(appremovebutton);
return app1;
},
save : function() {
$('#wopi_apply').attr('disabled', true);
var data = {
wopi_url : $('#wopi_url').val().replace(/\/$/, '')
wopi_url : $('#wopi_url').val().replace(/\/$/, ''),
wopi_internal_url : $('#wopi_internal_url').val().replace(/\/$/, '')
};
OC.msg.startAction('#documents-admin-msg', t('richdocuments', 'Saving...'));
OC.msg.startAction('#documents-admin-msg', t('richdocuments', 'Saving'));
$.post(
OC.filePath('richdocuments', 'ajax', 'admin.php'),
data,
@ -15,6 +41,13 @@ var documentsSettings = {
);
},
saveGroups: function(data) {
$.post(
OC.filePath('richdocuments', 'ajax', 'admin.php'),
data
);
},
saveDocFormat: function(format) {
$.post(
OC.filePath('richdocuments', 'ajax', 'admin.php'),
@ -27,14 +60,206 @@ var documentsSettings = {
OC.msg.finishedAction('#documents-admin-msg', response);
},
saveExternalApps: function(externalAppsData) {
var data = {
'external_apps': externalAppsData
};
OC.msg.startAction('#enable-external-apps-section-msg', t('richdocuments', 'Saving…'));
$.post(
OC.filePath('richdocuments', 'ajax', 'admin.php'),
data,
documentsSettings.afterSaveExternalApps
);
},
saveWebroot: function(value) {
var data = {
'canonical_webroot': value
};
$.post(
OC.filePath('richdocuments', 'ajax', 'admin.php'),
data
);
},
afterSaveExternalApps: function(response) {
OC.msg.finishedAction('#enable-external-apps-section-msg', response);
},
initGroups: function() {
var selectorPrefixes = [
'edit',
'use'
];
for (i = 0; i < selectorPrefixes.length; i++) {
var selectorPrefix = selectorPrefixes[i];
var groups = $('#' + selectorPrefix + '_group_select').val();
if (groups !== '') {
OC.Settings.setupGroupsSelect($('#' + selectorPrefix + '_group_select'));
$('.' + selectorPrefix + '-groups-enable').attr('checked', 'checked');
} else {
$('.' + selectorPrefix + '-groups-enable').attr('checked', null);
}
}
},
initExternalApps: function() {
var externalAppsRaw = $(document).find('#external-apps-raw').val();
var apps = externalAppsRaw.split(',');
for (var i = 0; i < apps.length; ++i) {
if (apps[i] !== '') {
var app = apps[i].split(':');
var app1 = this._createExtApp();
// create a placeholder for adding new app
$('#external-apps-section').append(app1);
$(app1).find('.external-apps-name').val(app[0]);
$(app1).find('.external-apps-token').val(app[1]);
}
}
},
initialize: function() {
documentsSettings.initGroups();
documentsSettings.initExternalApps();
$('#wopi_apply').on('click', documentsSettings.save);
// destroy or create app name and token fields depending on whether the checkbox is on or off
$(document).on('change', '#enable_external_apps_cb-richdocuments', function() {
var page = $(this).parent();
page.find('#enable-external-apps-section').toggleClass('hidden', !this.checked);
if (this.checked) {
var app1 = documentsSettings._createExtApp();
$('#external-apps-section').append(app1);
} else {
page.find('.external-app').remove();
page.find('#external-apps-raw').val('');
documentsSettings.saveExternalApps('');
}
});
$(document).on('click', '.external-apps-gen-token-button', function() {
var appSection = $(this).parent();
var appToken = appSection.find('.external-apps-token');
// generate a random string
var len = 3;
var array = new Uint32Array(len);
window.crypto.getRandomValues(array);
var random = '';
for (var i = 0; i < len; ++i) {
random += array[i].toString(36);
}
// set the token in the field
appToken.val(random);
});
$(document).on('click', '.external-apps-remove-button', function() {
$(this).parent().remove();
});
$(document).on('click', '#external-apps-save-button', function() {
// read all the data in input fields, save the data in input-raw and send to backedn
var extAppsSection = $(this).parent();
var apps = extAppsSection.find('.external-app');
// convert all values into one single string and store it in raw input field
// as well as send the data to server
var raw = '';
for (var i = 0; i < apps.length; ++i) {
var appname = $(apps[i]).find('.external-apps-name');
var apptoken = $(apps[i]).find('.external-apps-token');
raw += appname.val() + ':' + apptoken.val() + ',';
}
extAppsSection.find('#external-apps-raw').val(raw);
documentsSettings.saveExternalApps(raw);
});
$(document).on('click', '#external-apps-add-button', function() {
// create a placeholder for adding new app
var app1 = documentsSettings._createExtApp();
$('#external-apps-section').append(app1);
});
$(document).on('click', '#test_wopi_apply', function() {
var groups = $(this).parent().find('#test_server_group_select').val();
var testserver = $(this).parent().find('#test_wopi_url').val();
if (groups !== '' && testserver !== '') {
documentsSettings.saveTestWopi(groups, testserver);
} else {
OC.msg.finishedError('#test-documents-admin-msg', 'Both fields required');
}
});
$(document).on('change', '.doc-format-ooxml', function() {
var ooxml = this.checked;
documentsSettings.saveDocFormat(ooxml ? 'ooxml' : 'odf');
});
$(document).on('change', '#edit_group_select', function() {
var element = $(this).parent().find('input.edit-groups-enable');
var groups = $(this).val();
documentsSettings.saveGroups({edit_groups: groups});
});
$(document).on('change', '.edit-groups-enable', function() {
var $select = $(this).parent().find('#edit_group_select');
$select.val('');
if (this.checked) {
OC.Settings.setupGroupsSelect($select, {
placeholder: t('core', 'All')
});
} else {
$select.select2('destroy');
}
$select.change();
});
$(document).on('change', '#use_group_select', function() {
var element = $(this).parent().find('input.use-groups-enable');
var groups = $(this).val();
documentsSettings.saveGroups({use_groups: groups});
});
$(document).on('change', '.use-groups-enable', function() {
var $select = $(this).parent().find('#use_group_select');
$select.val('');
if (this.checked) {
OC.Settings.setupGroupsSelect($select, {
placeholder: t('core', 'All')
});
} else {
$select.select2('destroy');
}
$select.change();
});
$(document).on('change', '#enable_canonical_webroot_cb-richdocuments', function() {
var page = $(this).parent();
page.find('#enable-canonical-webroot-section').toggleClass('hidden', !this.checked);
if (!this.checked) {
documentsSettings.saveWebroot('');
} else {
var val = $('#canonical-webroot').val();
if (val)
documentsSettings.saveWebroot();
}
});
$(document).on('change', '#canonical-webroot', function() {
documentsSettings.saveWebroot(this.value);
});
}
};

View File

@ -60,8 +60,6 @@ $.widget('oc.documentOverlay', {
var documentsMain = {
isEditorMode : false,
isViewerMode: false,
isGuest : false,
esId : false,
ready :false,
fileName: null,
baseName: null,
@ -72,7 +70,21 @@ var documentsMain = {
loadErrorHint : '',
renderComplete: false, // false till page is rendered with all required data about the document(s)
toolbar : '<div id="ocToolbar"><div id="ocToolbarInside"></div><span id="toolbar" class="claro"></span></div>',
returnToDir : null, // directory where we started from in the 'Files' app
$deferredVersionRestoreAck: null,
wopiClientFeatures: null,
// generates docKey for given fileId
_generateDocKey: function(wopiFileId) {
var ocurl = OC.generateUrl('apps/richdocuments/wopi/files/{file_id}', {file_id: wopiFileId});
if (richdocuments_canonical_webroot) {
if (!richdocuments_canonical_webroot.startsWith('/'))
richdocuments_canonical_webroot = '/' + richdocuments_canonical_webroot;
ocurl = ocurl.replace(OC.webroot, richdocuments_canonical_webroot);
}
return ocurl;
},
UI : {
/* Editor wrapper HTML */
@ -108,7 +120,7 @@ var documentsMain = {
revisionsStart: 0,
init : function(){
documentsMain.UI.mainTitle = $('title').text();
documentsMain.UI.mainTitle = parent.document.title;
},
showViewer: function(fileId, title){
@ -119,7 +131,7 @@ var documentsMain = {
}
// WOPISrc - URL that loolwsd will access (ie. pointing to ownCloud)
var wopiurl = window.location.protocol + '//' + window.location.host + OC.generateUrl('apps/richdocuments/wopi/files/{file_id}_{instanceId}', {file_id: fileId, instanceId: instanceId});
var wopiurl = window.location.protocol + '//' + window.location.host + OC.generateUrl('apps/richdocuments/wopi/files/{file_id}', {file_id: fileId});
var wopisrc = encodeURIComponent(wopiurl);
// urlsrc - the URL from discovery xml that we access for the particular
@ -163,7 +175,6 @@ var documentsMain = {
if (version === 0) {
formattedTimestamp = t('richdocuments', 'Latest revision');
downloadUrl = OC.generateUrl('apps/files/download'+ documentPath);
fileId = fileId.replace(/_.*/, '');
} else {
downloadUrl = OC.generateUrl('apps/files_versions/download.php?file={file}&revision={revision}',
{file: documentPath, revision: version});
@ -215,7 +226,7 @@ var documentsMain = {
var revHistoryContainerTemplate = Handlebars.compile(documentsMain.UI.revHistoryContainerTemplate);
var revHistoryContainer = revHistoryContainerTemplate({
filename: documentsMain.fileName,
moreVersionsLabel: t('richdocuments', 'More versions...'),
moreVersionsLabel: t('richdocuments', 'More versions'),
closeButtonUrl: OC.imagePath('core', 'actions/close')
});
$('#revViewerContainer').prepend(revHistoryContainer);
@ -251,34 +262,31 @@ var documentsMain = {
// close the viewer
documentsMain.onCloseViewer();
// close the editor
documentsMain.UI.hideEditor();
documentsMain.WOPIPostMessage($('#loleafletframe')[0], 'Host_VersionRestore', {Status: 'Pre_Restore'});
// If there are changes in the opened editor, we need to wait
// for sometime before these changes can be saved and a revision is created for it,
// before restoring to requested version.
documentsMain.overlay.documentOverlay('show');
setTimeout(function() {
// restore selected version
$.ajax({
type: 'GET',
url: e.currentTarget.href,
success: function(response) {
if (response.status === 'error') {
documentsMain.UI.notify(t('richdocuments', 'Failed to revert the document to older version'));
documentsMain.$deferredVersionRestoreAck = $.Deferred();
jQuery.when(documentsMain.$deferredVersionRestoreAck).
done(function(args) {
// restore selected version
$.ajax({
type: 'GET',
url: e.currentTarget.href,
success: function(response) {
if (response.status === 'error') {
documentsMain.UI.notify(t('richdocuments', 'Failed to revert the document to older version'));
}
// load the file again, it should get reverted now
window.location.reload();
documentsMain.overlay.documentOverlay('hide');
}
// generate file id with returnToDir information in it, if any
var fileid = e.currentTarget.parentElement.dataset.fileid.replace(/_.*/, '') +
(documentsMain.returnToDir ? '_' + documentsMain.returnToDir : '');
// load the file again, it should get reverted now
window.location = OC.generateUrl('apps/richdocuments/index#{fileid}', {fileid: fileid});
window.location.reload();
documentsMain.overlay.documentOverlay('hide');
}
});
});
}, 1000);
// resolve the deferred object immediately if client doesn't support version states
if (!documentsMain.wopiClientFeatures || !documentsMain.wopiClientFeatures.VersionStates) {
documentsMain.$deferredVersionRestoreAck.resolve();
}
});
// fake click on first revision (i.e current revision)
@ -286,11 +294,6 @@ var documentsMain = {
},
showEditor : function(title, fileId, action){
if (documentsMain.isGuest){
// !Login page mess wih WebODF toolbars
$(document.body).attr('id', 'body-user');
}
if (documentsMain.loadError) {
documentsMain.onEditorShutdown(documentsMain.loadErrorMessage + '\n' + documentsMain.loadErrorHint);
return;
@ -298,7 +301,7 @@ var documentsMain = {
if (!documentsMain.renderComplete) {
setTimeout(function() { documentsMain.UI.showEditor(title, action); }, 500);
console.log('Waiting for page to render ...');
console.log('Waiting for page to render');
return;
}
parent.postMessage('loading', '*');
@ -306,8 +309,7 @@ var documentsMain = {
$(document.body).addClass("claro");
$(document.body).prepend(documentsMain.UI.container);
$('title').text(title + ' - ' + documentsMain.UI.mainTitle);
parent.document.title = title + ' - ' + documentsMain.UI.mainTitle;
// WOPISrc - URL that loolwsd will access (ie. pointing to ownCloud)
var wopiurl = window.location.protocol + '//' + window.location.host + OC.generateUrl('apps/richdocuments/wopi/files/{file_id}', {file_id: documentsMain.fileId});
@ -345,6 +347,7 @@ var documentsMain = {
var editorInitListener = function(e) {
var msg = JSON.parse(e.data);
if (msg.MessageId === 'App_LoadingStatus') {
documentsMain.wopiClientFeatures = msg.Values.Features;
window.removeEventListener('message', editorInitListener, false);
}
};
@ -359,14 +362,62 @@ var documentsMain = {
}
try {
var msg = JSON.parse(e.data).MessageId;
var msg = JSON.parse(e.data);
var msgId = msg.MessageId;
var args = msg.Values;
var deprecated = !!args.Deprecated;
} catch(exc) {
msg = e.data;
msgId = e.data;
}
if (msg === 'UI_Close' || msg === 'close') {
if (msgId === 'UI_Close' || msgId === 'close' /* deprecated */) {
// If a postmesage API is deprecated, we must ignore it and wait for the standard postmessage
// (or it might already have been fired)
if (deprecated)
return;
documentsMain.onClose();
} else if (msg === 'rev-history') {
} else if (msgId === 'UI_FileVersions' || msgId === 'rev-history' /* deprecated */) {
if (deprecated)
return;
documentsMain.UI.showRevHistory(documentsMain.fullPath);
} else if (msgId === 'UI_SaveAs') {
// TODO it's not possible to enter the
// filename into the OC.dialogs.filepicker; so
// it will be necessary to use an own tree
// view or something :-(
//OC.dialogs.filepicker(t('richdocuments', 'Save As'),
// function(val) {
// console.log(val);
// documentsMain.WOPIPostMessage($('#loleafletframe')[0], Action_SaveAs', {'Filename': val});
// }, false, null, true);
OC.dialogs.prompt(t('richdocuments', 'Please enter the filename to store the document as.'),
t('richdocuments', 'Save As'),
function(result, value) {
if (result === true && value) {
documentsMain.WOPIPostMessage($('#loleafletframe')[0], 'Action_SaveAs', {'Filename': value});
}
},
true,
t('richdocuments', 'New filename'),
false).then(function() {
var $dialog = $('.oc-dialog:visible');
var $buttons = $dialog.find('button');
$buttons.eq(0).text(t('richdocuments', 'Cancel'));
$buttons.eq(1).text(t('richdocuments', 'Save'));
});
} else if (msgId === 'App_VersionRestore') {
if (!documentsMain.$deferredVersionRestoreAck)
{
console.warn('No version restore deferred object found.');
return;
}
if (args.Status === 'Pre_Restore_Ack') {
// user instructed to restore the version
documentsMain.$deferredVersionRestoreAck.resolve();
}
}
});
@ -386,18 +437,12 @@ var documentsMain = {
},
hideEditor : function(){
if (documentsMain.isGuest){
// !Login page mess wih WebODF toolbars
$(document.body).attr('id', 'body-login');
$('footer,nav').show();
}
// Fade out editor
$('#mainContainer').fadeOut('fast', function() {
$('#mainContainer').remove();
$('#content-wrapper').fadeIn('fast');
$(document.body).removeClass('claro');
$('title').text(documentsMain.UI.mainTitle);
parent.document.title = documentsMain.UI.mainTitle;
});
},
@ -426,11 +471,6 @@ var documentsMain = {
// Does anything indicate that we need to autostart a session?
fileId = getURLParameter('fileid').replace(/^\W*/, '');
if (fileId.indexOf('_') >= 0) {
documentsMain.returnToDir = unescape(fileId.replace(/^[^_]*_/, ''));
fileId = fileId.replace(/_.*/, '');
}
documentsMain.show(fileId);
if (fileId) {
@ -466,10 +506,9 @@ var documentsMain = {
$('footer,nav').hide();
$(documentsMain.toolbar).appendTo('#header');
documentsMain.canShare = !documentsMain.isGuest
&& typeof OC.Share !== 'undefined' && richdocuments_permissions & OC.PERMISSION_SHARE;
documentsMain.canShare = typeof OC.Share !== 'undefined' && richdocuments_permissions & OC.PERMISSION_SHARE;
// fade out file list and show the cloudsuite
// fade out file list and show the document
$('#content-wrapper').fadeOut('fast').promise().done(function() {
documentsMain.fileId = richdocuments_fileId;
@ -478,11 +517,6 @@ var documentsMain = {
documentsMain.canEdit = Boolean(richdocuments_permissions & OC.PERMISSION_UPDATE);
documentsMain.loadDocument(documentsMain.fileName, documentsMain.fileId);
if (documentsMain.isGuest){
$('#odf-close').text(t('richdocuments', 'Save') );
$('#odf-close').removeClass('icon-view-close');
}
});
},
@ -528,6 +562,7 @@ var documentsMain = {
documentsMain.UI.hideEditor();
$('#ocToolbar').remove();
parent.document.title = documentsMain.UI.mainTitle;
parent.postMessage('close', '*');
},
@ -543,10 +578,7 @@ var documentsMain = {
},
show: function(fileId){
if (documentsMain.isGuest){
return;
}
documentsMain.UI.showProgress(t('richdocuments', 'Loading documents...'));
documentsMain.UI.showProgress(t('richdocuments', 'Loading documents…'));
documentsMain.docs.documentGrid('render', fileId);
documentsMain.UI.hideProgress();
}

View File

@ -14,7 +14,6 @@ var odfViewer = {
'application/msword',
'application/rtf',
'text/rtf',
'text/plain',
'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
'application/vnd.openxmlformats-officedocument.wordprocessingml.template',
'application/vnd.ms-word.document.macroEnabled.12',
@ -67,17 +66,17 @@ var odfViewer = {
var viewer;
if($('#isPublic').val() === '1') {
viewer = OC.generateUrl(
'apps/richdocuments/public?shareToken={shareToken}&fileName={fileName}&requesttoken={requesttoken}',
'apps/richdocuments/public?shareToken={shareToken}&fileName={fileName}&requesttoken={requesttoken}&fileId={fileId}',
{
shareToken: $('#sharingToken').val(),
fileName: fileName,
dir: fileDir,
fileId: fileId,
requesttoken: OC.requestToken
}
);
} else {
viewer = OC.generateUrl(
'apps/richdocuments/index?fileId={fileId}_{dir}&requesttoken={requesttoken}',
'apps/richdocuments/index?fileId={fileId}&requesttoken={requesttoken}',
{
fileId: fileId,
dir: fileDir,
@ -90,7 +89,7 @@ var odfViewer = {
FileList.setViewerMode(true);
}
var $iframe = $('<iframe id="richdocumentsframe" style="width:100%;height:100%;display:block;position:absolute;top:0;z-index:5;" src="'+viewer+'" />');
var $iframe = $('<iframe id="richdocumentsframe" allowfullscreen style="width:100%;height:100%;display:block;position:absolute;top:0;z-index:60;" src="'+viewer+'" />');
if ($('#isPublic').val()) {
// force the preview to adjust its height
$('#preview').append($iframe).css({height: '100%'});
@ -108,8 +107,23 @@ var odfViewer = {
$('#app-content #controls').addClass('hidden');
$('#app-content').append($iframe);
},
window.location.assign(window.location.href + '#richdocuments');
window.addEventListener('hashchange', function(e) {
// handle double hash (eg: ##richdocuments)
var hash = window.location.hash.replace(/#/g, '');
// unload
if (hash !== 'richdocuments') {
odfViewer.onClose();
}
// load
else if (hash === 'richdocuments' && $('#richdocumentsframe').length === 0) {
$('#app-content #controls').addClass('hidden');
$('#app-navigation').addClass('hidden');
$('#app-content').append($iframe);
}
});
},
onClose: function() {
if(typeof FileList !== "undefined") {
@ -119,8 +133,8 @@ var odfViewer = {
$('#richdocumentsframe').remove();
},
registerFilesMenu: function() {
var ooxml = false;
registerFilesMenu: function(response) {
var ooxml = response.doc_format === 'ooxml';
var docExt, spreadsheetExt, presentationExt;
var docMime, spreadsheetMime, presentationMime;
@ -147,7 +161,7 @@ var odfViewer = {
newFileMenu.addMenuEntry({
id: 'add-' + docExt,
displayName: t('richdocuments', 'Document'),
displayName: t('richdocuments', 'New Document'),
templateName: 'New Document.' + docExt,
iconClass: 'icon-filetype-document',
fileType: 'x-office-document',
@ -158,7 +172,7 @@ var odfViewer = {
newFileMenu.addMenuEntry({
id: 'add-' + spreadsheetExt,
displayName: t('richdocuments', 'Spreadsheet'),
displayName: t('richdocuments', 'New Spreadsheet'),
templateName: 'New Spreadsheet.' + spreadsheetExt,
iconClass: 'icon-filetype-spreadsheet',
fileType: 'x-office-spreadsheet',
@ -169,7 +183,7 @@ var odfViewer = {
newFileMenu.addMenuEntry({
id: 'add-' + presentationExt,
displayName: t('richdocuments', 'Presentation'),
displayName: t('richdocuments', 'New Presentation'),
templateName: 'New Presentation.' + presentationExt,
iconClass: 'icon-filetype-presentation',
fileType: 'x-office-presentation',
@ -207,14 +221,27 @@ $(document).ready(function() {
&& typeof OCA.Files !== 'undefined'
&& typeof OCA.Files.fileActions !== 'undefined'
) {
// check if texteditor app is enabled and loaded...
if (_.isUndefined(OCA.Files_Texteditor)) {
// it is not, so we do open text files with this app too.
odfViewer.supportedMimes.push('text/plain');
}
// notice: when changing 'supportedMimes' interactively (e.g. dev console),
// register() needs to be re-run to re-register the fileActions.
odfViewer.register();
odfViewer.registerFilesMenu();
$.get(
OC.filePath('richdocuments', 'ajax', 'settings.php'),
{},
odfViewer.registerFilesMenu
);
}
});
// FIXME: Hack for single public file view since it is not attached to the fileslist
$(document).ready(function(){
// FIXME: FIlter compatible mime types
// FIXME: Filter compatible mime types
if ($('#isPublic').val() && odfViewer.supportedMimes.indexOf($('#mimetype').val()) !== -1) {
odfViewer.onEdit($('#filename').val());
}

View File

@ -1,16 +0,0 @@
OC.L10N.register(
"richdocuments",
{
"Saving..." : "جاري الحفظ...",
"More versions..." : "المزيد من الإصدارات",
"Save" : "حفظ",
"Loading documents..." : "يتم تحميل المستند ...",
"Edit" : "تعديل",
"Could not create file" : "لا يستطيع انشاء ملف ",
"Saved" : "تم الحفظ",
"Wrong password. Please retry." : "كلمة مرور خاطئة. يرجى إعادة المحاولة",
"Password" : "كلمة السر",
"OK" : "تم",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "هذا الرابط قد انتهى او لم ينشئ. يرجى الاتصال بالشخص المعني للمزيد من المعلومات."
},
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");

View File

@ -1,14 +0,0 @@
{ "translations": {
"Saving..." : "جاري الحفظ...",
"More versions..." : "المزيد من الإصدارات",
"Save" : "حفظ",
"Loading documents..." : "يتم تحميل المستند ...",
"Edit" : "تعديل",
"Could not create file" : "لا يستطيع انشاء ملف ",
"Saved" : "تم الحفظ",
"Wrong password. Please retry." : "كلمة مرور خاطئة. يرجى إعادة المحاولة",
"Password" : "كلمة السر",
"OK" : "تم",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "هذا الرابط قد انتهى او لم ينشئ. يرجى الاتصال بالشخص المعني للمزيد من المعلومات."
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
}

View File

@ -1,31 +1,37 @@
OC.L10N.register(
"richdocuments",
{
"Saving..." : "Guardando...",
"Latest revision" : "Cabera revisión",
"More versions..." : "Más versiones...",
"Just now" : "Agora mesmu",
"Failed to revert the document to older version" : "Fallu al tornar el documentu a la versión más antigua",
"Saving…" : "Guardando...",
"All" : "Too",
"Download this revision" : "Baxar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"More versions…" : "Más versiones..",
"Just now" : "Xusto agora",
"Save" : "Guardar",
"Loading documents..." : "Cargando los documentos...",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"Document" : "Documentu",
"Spreadsheet" : "Fueya de Cálculu",
"Presentation" : "Presentación",
"New Document" : "Documentu nuevu",
"New Spreadsheet" : "Fueya nueva de cálculu",
"New Presentation" : "Presentación nueva",
"Could not create file" : "Nun pudo crease'l ficheru",
"New Document.odt" : "Nuevu Documentu.odt",
"New Spreadsheet.ods" : "Nueva Fueya de Cálculu.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.odt" : "Documentu.odt nuevu",
"New Spreadsheet.ods" : "Fueya_de_cálculu.ods nueva",
"New Presentation.odp" : "Presentación.odp nueva",
"New Document.docx" : "Documentu.docx nuevu",
"New Spreadsheet.xlsx" : "Fueya_de_cálculu.xlsx nueva",
"New Presentation.pptx" : "Presentación.pptx nueva",
"Can't create document" : "Nun pue crease'l documentu",
"Saved" : "Guardáu",
"Collabora Online" : "Collabora en llínea",
"Collabora Online server" : "Sirvidor de Collabora en llínea",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL ( y puertu ) del servidor Collabora en llínea qu'apurre la funcionalidad d'edición como un veceru WOPI.",
"Saved" : "Guardóse",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardóse con fallos: Collabora Online debería usar el mesmu protocolu que'l de la instalación del sirvidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Sirvidor de Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puertu) del sirvidor Collabora Online que forne la funcionalidá d'edición como un veceru WOPI.",
"Apply" : "Aplicar",
"Wrong password. Please retry." : "Contraseña incorreuta. Inténtalo de nueves.",
"Use OOXML by default for new files" : "Usar OOXML por defeutu pa ficheros nuevos",
"Wrong password. Please retry." : "Contraseña incorreuta. Volvi tentalo, por favor.",
"Password" : "Contraseña",
"OK" : "Aceutar",
"Guest %s" : "Invitáu %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esti enllaz caducó o enxamás esistió. Pa más detalles, contauta cola persona que lu compartió contigo."
"Guest %s" : "Convidáu/ada %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esti enllaz caducó o enxamás nun esistió. Pa más detalles, contauta cola persona que lu compartió contigo."
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,29 +1,35 @@
{ "translations": {
"Saving..." : "Guardando...",
"Latest revision" : "Cabera revisión",
"More versions..." : "Más versiones...",
"Just now" : "Agora mesmu",
"Failed to revert the document to older version" : "Fallu al tornar el documentu a la versión más antigua",
"Saving…" : "Guardando...",
"All" : "Too",
"Download this revision" : "Baxar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"More versions…" : "Más versiones..",
"Just now" : "Xusto agora",
"Save" : "Guardar",
"Loading documents..." : "Cargando los documentos...",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"Document" : "Documentu",
"Spreadsheet" : "Fueya de Cálculu",
"Presentation" : "Presentación",
"New Document" : "Documentu nuevu",
"New Spreadsheet" : "Fueya nueva de cálculu",
"New Presentation" : "Presentación nueva",
"Could not create file" : "Nun pudo crease'l ficheru",
"New Document.odt" : "Nuevu Documentu.odt",
"New Spreadsheet.ods" : "Nueva Fueya de Cálculu.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.odt" : "Documentu.odt nuevu",
"New Spreadsheet.ods" : "Fueya_de_cálculu.ods nueva",
"New Presentation.odp" : "Presentación.odp nueva",
"New Document.docx" : "Documentu.docx nuevu",
"New Spreadsheet.xlsx" : "Fueya_de_cálculu.xlsx nueva",
"New Presentation.pptx" : "Presentación.pptx nueva",
"Can't create document" : "Nun pue crease'l documentu",
"Saved" : "Guardáu",
"Collabora Online" : "Collabora en llínea",
"Collabora Online server" : "Sirvidor de Collabora en llínea",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL ( y puertu ) del servidor Collabora en llínea qu'apurre la funcionalidad d'edición como un veceru WOPI.",
"Saved" : "Guardóse",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardóse con fallos: Collabora Online debería usar el mesmu protocolu que'l de la instalación del sirvidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Sirvidor de Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puertu) del sirvidor Collabora Online que forne la funcionalidá d'edición como un veceru WOPI.",
"Apply" : "Aplicar",
"Wrong password. Please retry." : "Contraseña incorreuta. Inténtalo de nueves.",
"Use OOXML by default for new files" : "Usar OOXML por defeutu pa ficheros nuevos",
"Wrong password. Please retry." : "Contraseña incorreuta. Volvi tentalo, por favor.",
"Password" : "Contraseña",
"OK" : "Aceutar",
"Guest %s" : "Invitáu %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esti enllaz caducó o enxamás esistió. Pa más detalles, contauta cola persona que lu compartió contigo."
"Guest %s" : "Convidáu/ada %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esti enllaz caducó o enxamás nun esistió. Pa más detalles, contauta cola persona que lu compartió contigo."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -1,18 +0,0 @@
OC.L10N.register(
"richdocuments",
{
"Saving..." : "Saxlama...",
"More versions..." : "Əlavə versiyalar",
"Save" : "Saxla",
"Loading documents..." : "Sənədlər yüklənir...",
"Edit" : "Dəyişiklik et",
"Could not create file" : "Faylı yaratmaq olmur",
"Can't create document" : "Sənədi yaratmaq mümkün olmadı",
"Saved" : "Saxlanıldı",
"Wrong password. Please retry." : "Yalnış şifrə. Xahiş olunur təkrarlayasınız.",
"Password" : "Şifrə",
"OK" : "Oldu",
"Guest %s" : "Qonaq %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Linkin vaxtı artıq bitmişdir və ya heç vaxt movcud olmayıb. Xahiş olunur detallar üçün bunu sizinlə paylaşan şəxs ilə əlaqə saxlayasınız."
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,16 +0,0 @@
{ "translations": {
"Saving..." : "Saxlama...",
"More versions..." : "Əlavə versiyalar",
"Save" : "Saxla",
"Loading documents..." : "Sənədlər yüklənir...",
"Edit" : "Dəyişiklik et",
"Could not create file" : "Faylı yaratmaq olmur",
"Can't create document" : "Sənədi yaratmaq mümkün olmadı",
"Saved" : "Saxlanıldı",
"Wrong password. Please retry." : "Yalnış şifrə. Xahiş olunur təkrarlayasınız.",
"Password" : "Şifrə",
"OK" : "Oldu",
"Guest %s" : "Qonaq %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Linkin vaxtı artıq bitmişdir və ya heç vaxt movcud olmayıb. Xahiş olunur detallar üçün bunu sizinlə paylaşan şəxs ilə əlaqə saxlayasınız."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -1,17 +1,17 @@
OC.L10N.register(
"richdocuments",
{
"Saving..." : "Запазване...",
"Download this revision" : "Изтегли тази ревизия",
"More versions..." : "Още версии...",
"Just now" : "Току-що",
"Restore this revision" : "Възстановяване на редакцията",
"Save" : "Запазване",
"Loading documents..." : "Зареждане на документите...",
"Edit" : "Редакция",
"Document" : "Документ",
"Presentation" : "Презентация",
"New Document" : "Нов документ",
"New Spreadsheet" : "Нова електронна таблица",
"New Presentation" : "Нова презентация",
"Could not create file" : "Несупешно създаване на файла.",
"New Document.odt" : "Нов Документ.odt",
"New Spreadsheet.ods" : "Нова Електронна таблица.ods",
"New Presentation.odp" : "Нова презентация.odp",
"New Document.docx" : "Нов Документ.docx",
"New Spreadsheet.xlsx" : "Нов Документ.xlsx",
"New Presentation.pptx" : "Нова Презентация.pptx",
@ -20,6 +20,7 @@ OC.L10N.register(
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Collabora Online сървър",
"Apply" : "Приложи",
"Use OOXML by default for new files" : "Използвай OOXML по подразбиране за нови файлове",
"Wrong password. Please retry." : "Грешна парола. Опитай пак.",
"Password" : "Парола",
"OK" : "ОК",

View File

@ -1,15 +1,15 @@
{ "translations": {
"Saving..." : "Запазване...",
"Download this revision" : "Изтегли тази ревизия",
"More versions..." : "Още версии...",
"Just now" : "Току-що",
"Restore this revision" : "Възстановяване на редакцията",
"Save" : "Запазване",
"Loading documents..." : "Зареждане на документите...",
"Edit" : "Редакция",
"Document" : "Документ",
"Presentation" : "Презентация",
"New Document" : "Нов документ",
"New Spreadsheet" : "Нова електронна таблица",
"New Presentation" : "Нова презентация",
"Could not create file" : "Несупешно създаване на файла.",
"New Document.odt" : "Нов Документ.odt",
"New Spreadsheet.ods" : "Нова Електронна таблица.ods",
"New Presentation.odp" : "Нова презентация.odp",
"New Document.docx" : "Нов Документ.docx",
"New Spreadsheet.xlsx" : "Нов Документ.xlsx",
"New Presentation.pptx" : "Нова Презентация.pptx",
@ -18,6 +18,7 @@
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Collabora Online сървър",
"Apply" : "Приложи",
"Use OOXML by default for new files" : "Използвай OOXML по подразбиране за нови файлове",
"Wrong password. Please retry." : "Грешна парола. Опитай пак.",
"Password" : "Парола",
"OK" : "ОК",

View File

@ -1,14 +0,0 @@
OC.L10N.register(
"richdocuments",
{
"Saving..." : "সংরক্ষণ করা হচ্ছে..",
"More versions..." : "আরো সংষ্করণ....",
"Save" : "সংরক্ষণ",
"Loading documents..." : "নথি লোড করা হচ্ছে....",
"Edit" : "সম্পাদনা",
"Can't create document" : "ডকুমেন্ট তৈরী করা যাবেনা",
"Saved" : "সংরক্ষণ করা হলো",
"Password" : "কূটশব্দ",
"OK" : "তথাস্তু"
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,12 +0,0 @@
{ "translations": {
"Saving..." : "সংরক্ষণ করা হচ্ছে..",
"More versions..." : "আরো সংষ্করণ....",
"Save" : "সংরক্ষণ",
"Loading documents..." : "নথি লোড করা হচ্ছে....",
"Edit" : "সম্পাদনা",
"Can't create document" : "ডকুমেন্ট তৈরী করা যাবেনা",
"Saved" : "সংরক্ষণ করা হলো",
"Password" : "কূটশব্দ",
"OK" : "তথাস্তু"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -1,18 +0,0 @@
OC.L10N.register(
"richdocuments",
{
"Saving..." : "Spremanje...",
"More versions..." : "Više verzija...",
"Save" : "Spremi",
"Loading documents..." : "Učitavanje dokumenata...",
"Edit" : "Izmjeni",
"Could not create file" : "Datoteku nije moguće kreirati",
"Can't create document" : "Nemoguće kreirati dokument",
"Saved" : "Spremljeno",
"Wrong password. Please retry." : "Pogrešna lozinka. Molim pokušajte ponovo",
"Password" : "Lozinka",
"OK" : "OK",
"Guest %s" : "Gost %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Ova veza je istekla ili nikad nije postojala. Za detalje, molim kontaktirajte osobu koja ju je s vama podijelila."
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");

View File

@ -1,16 +0,0 @@
{ "translations": {
"Saving..." : "Spremanje...",
"More versions..." : "Više verzija...",
"Save" : "Spremi",
"Loading documents..." : "Učitavanje dokumenata...",
"Edit" : "Izmjeni",
"Could not create file" : "Datoteku nije moguće kreirati",
"Can't create document" : "Nemoguće kreirati dokument",
"Saved" : "Spremljeno",
"Wrong password. Please retry." : "Pogrešna lozinka. Molim pokušajte ponovo",
"Password" : "Lozinka",
"OK" : "OK",
"Guest %s" : "Gost %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Ova veza je istekla ili nikad nije postojala. Za detalje, molim kontaktirajte osobu koja ju je s vama podijelila."
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
}

View File

@ -1,26 +1,35 @@
OC.L10N.register(
"richdocuments",
{
"Saving..." : "Desant...",
"Saving…" : "S'està desant ...",
"All" : "Tots",
"Download this revision" : "Baixa aquesta revisió",
"Restore this revision" : "Restaura aquesta revisió",
"Latest revision" : "Última revisió",
"More versions..." : "Més versions...",
"Just now" : "Ara mateix",
"Save As" : "Desa com a",
"Save" : "Desar",
"Loading documents..." : "S'estan carregant els documents...",
"Loading documents" : "S'estan carregant els documents...",
"Edit" : "Editar",
"Document" : "Document",
"Presentation" : "Presentació",
"New Document" : "Nou document",
"New Spreadsheet" : "Nou full de càlcul",
"New Presentation" : "Nova presentació",
"Could not create file" : "No s'ha pogut crear el fitxer",
"New Document.odt" : "Nou Document.odt",
"New Spreadsheet.ods" : "Nou full de càlcul.ods",
"New Presentation.odp" : "Nova Presentació.odp",
"New Document.docx" : "Nou Document.docx",
"New Spreadsheet.xlsx" : "Nou full de càlcul.xlsx",
"New Presentation.pptx" : "Nova Presentació.pptx",
"Can't create document" : "El document no es pot crear",
"Saved" : "Desat",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "S'ha desat amb error: hauria d'utilitzar el mateix protocol que la instal·lació del servidor.",
"Collabora Online" : "Col·labora Online",
"Collabora Online server" : "servidor en línia",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "Servidor URL (i port) que proporciona la funcionalitat d'edició com a client WOPI.",
"Apply" : "Aplica",
"Use OOXML by default for new files" : "Utilitzeu XML per defecte per a fitxers nous",
"Enable access for external apps" : "Activa l'accés a les aplicacions externes",
"Add" : "Add",
"Wrong password. Please retry." : "Contrasenya incorrecta. Intenteu-ho de nou.",
"Password" : "Contrasenya",
"OK" : "D'acord",

View File

@ -1,24 +1,33 @@
{ "translations": {
"Saving..." : "Desant...",
"Saving…" : "S'està desant ...",
"All" : "Tots",
"Download this revision" : "Baixa aquesta revisió",
"Restore this revision" : "Restaura aquesta revisió",
"Latest revision" : "Última revisió",
"More versions..." : "Més versions...",
"Just now" : "Ara mateix",
"Save As" : "Desa com a",
"Save" : "Desar",
"Loading documents..." : "S'estan carregant els documents...",
"Loading documents" : "S'estan carregant els documents...",
"Edit" : "Editar",
"Document" : "Document",
"Presentation" : "Presentació",
"New Document" : "Nou document",
"New Spreadsheet" : "Nou full de càlcul",
"New Presentation" : "Nova presentació",
"Could not create file" : "No s'ha pogut crear el fitxer",
"New Document.odt" : "Nou Document.odt",
"New Spreadsheet.ods" : "Nou full de càlcul.ods",
"New Presentation.odp" : "Nova Presentació.odp",
"New Document.docx" : "Nou Document.docx",
"New Spreadsheet.xlsx" : "Nou full de càlcul.xlsx",
"New Presentation.pptx" : "Nova Presentació.pptx",
"Can't create document" : "El document no es pot crear",
"Saved" : "Desat",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "S'ha desat amb error: hauria d'utilitzar el mateix protocol que la instal·lació del servidor.",
"Collabora Online" : "Col·labora Online",
"Collabora Online server" : "servidor en línia",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "Servidor URL (i port) que proporciona la funcionalitat d'edició com a client WOPI.",
"Apply" : "Aplica",
"Use OOXML by default for new files" : "Utilitzeu XML per defecte per a fitxers nous",
"Enable access for external apps" : "Activa l'accés a les aplicacions externes",
"Add" : "Add",
"Wrong password. Please retry." : "Contrasenya incorrecta. Intenteu-ho de nou.",
"Password" : "Contrasenya",
"OK" : "D'acord",

View File

@ -1,19 +1,21 @@
OC.L10N.register(
"richdocuments",
{
"Saving..." : "Ukládám...",
"Saving…" : "Ukládání…",
"All" : "Vše",
"Download this revision" : "Stáhnout tuto revizi",
"Restore this revision" : "Obnovit tuto revizi",
"Latest revision" : "Poslední revize",
"More versions..." : "Více verzí...",
"More versions…" : "Více verzí…",
"Just now" : "Právě teď",
"Failed to revert the document to older version" : "Nepodařilo se obnovit starší verzi dokumentu",
"Save As" : "Uložit jako",
"New filename" : "Jméno souboru",
"Cancel" : "Storno",
"Save" : "Uložit",
"Loading documents..." : "Nahrávám dokumenty ...",
"Loading documents…" : "Nahrávám dokumenty...",
"Edit" : "Upravit",
"Document" : "Dokument",
"Spreadsheet" : "Tabulka",
"Presentation" : "Prezentace",
"New Document" : "Nový dokument",
"New Spreadsheet" : "Nová tabulka",
"New Presentation" : "Nová prezentace",
"Could not create file" : "Nepodařilo se vytvořit soubor",
"New Document.odt" : "Dokument.odt",
"New Spreadsheet.ods" : "Tabulka.ods",
@ -25,10 +27,15 @@ OC.L10N.register(
"Saved" : "Uloženo",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Uloženo s chybou: Collabora Online by měla používat stejný protokol jako instalovaný server.",
"Collabora Online" : "Collabora Online",
"Open documentation" : "Otevřít dokumentaci",
"Collabora Online server" : "Collabora Online server",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (a port) Collabora Online serveru, který poskytuje funkce úprav jako WOPI klient.",
"Apply" : "Použít",
"Restrict usage to specific groups" : "Omezit použití na konkrétní skupiny",
"Restrict edit to specific groups" : "Omezit úpravy pro konkrétní skupiny",
"Use OOXML by default for new files" : "Použít OOXML jako výchozí pro nové soubory",
"Enable access for external apps" : "Povolit přístup pro externí aplikace",
"Add" : "Přidat",
"Wrong password. Please retry." : "Nesprávné heslo. Zkuste to znovu.",
"Password" : "Heslo",
"OK" : "OK",

View File

@ -1,17 +1,19 @@
{ "translations": {
"Saving..." : "Ukládám...",
"Saving…" : "Ukládání…",
"All" : "Vše",
"Download this revision" : "Stáhnout tuto revizi",
"Restore this revision" : "Obnovit tuto revizi",
"Latest revision" : "Poslední revize",
"More versions..." : "Více verzí...",
"More versions…" : "Více verzí…",
"Just now" : "Právě teď",
"Failed to revert the document to older version" : "Nepodařilo se obnovit starší verzi dokumentu",
"Save As" : "Uložit jako",
"New filename" : "Jméno souboru",
"Cancel" : "Storno",
"Save" : "Uložit",
"Loading documents..." : "Nahrávám dokumenty ...",
"Loading documents…" : "Nahrávám dokumenty...",
"Edit" : "Upravit",
"Document" : "Dokument",
"Spreadsheet" : "Tabulka",
"Presentation" : "Prezentace",
"New Document" : "Nový dokument",
"New Spreadsheet" : "Nová tabulka",
"New Presentation" : "Nová prezentace",
"Could not create file" : "Nepodařilo se vytvořit soubor",
"New Document.odt" : "Dokument.odt",
"New Spreadsheet.ods" : "Tabulka.ods",
@ -23,10 +25,15 @@
"Saved" : "Uloženo",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Uloženo s chybou: Collabora Online by měla používat stejný protokol jako instalovaný server.",
"Collabora Online" : "Collabora Online",
"Open documentation" : "Otevřít dokumentaci",
"Collabora Online server" : "Collabora Online server",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (a port) Collabora Online serveru, který poskytuje funkce úprav jako WOPI klient.",
"Apply" : "Použít",
"Restrict usage to specific groups" : "Omezit použití na konkrétní skupiny",
"Restrict edit to specific groups" : "Omezit úpravy pro konkrétní skupiny",
"Use OOXML by default for new files" : "Použít OOXML jako výchozí pro nové soubory",
"Enable access for external apps" : "Povolit přístup pro externí aplikace",
"Add" : "Přidat",
"Wrong password. Please retry." : "Nesprávné heslo. Zkuste to znovu.",
"Password" : "Heslo",
"OK" : "OK",

View File

@ -1,19 +1,18 @@
OC.L10N.register(
"richdocuments",
{
"Saving..." : "Gemmer...",
"Saving…" : "Gemmer...",
"All" : "Alle",
"Download this revision" : "Hent denne revision",
"Restore this revision" : "Gendan denne revision",
"Latest revision" : "Seneste revision",
"More versions..." : "Flere versioner...",
"Just now" : "Lige nu",
"Failed to revert the document to older version" : "Det lykkedes ikke at gendanne dokumentet, til en ældre version",
"Save As" : "Gem som",
"New filename" : "Nyt filnavn",
"Save" : "Gem",
"Loading documents..." : "Henter dokumenter...",
"Loading documents…" : "Henter dokumenter...",
"Edit" : "Redigér",
"Document" : "Dokument",
"Spreadsheet" : "Regneark",
"Presentation" : "Præsentation",
"New Document" : "Nyt Dokument",
"New Spreadsheet" : "Nyt Regneark",
"New Presentation" : "Ny Præsentation",
"Could not create file" : "Kunne ikke oprette fil",
"New Document.odt" : "Nyt dokument.odt",
"New Spreadsheet.ods" : "Nyt regneark.ods",
@ -28,7 +27,11 @@ OC.L10N.register(
"Collabora Online server" : "Collabora Online server",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (og port) i Collabora Online serveren, der giver redigeringsfunktionalitet som en WOPI klient.",
"Apply" : "Anvend",
"Restrict usage to specific groups" : "Brugen begrænset til bestemte grupper",
"Restrict edit to specific groups" : "Redigering begrænset til bestemte grupper",
"Use OOXML by default for new files" : "Brug OOXML for standard for nye filer.",
"Enable access for external apps" : "Tillad tilgang fra eksterne apps",
"Add" : "Tilføj",
"Wrong password. Please retry." : "Forkert kodeord. Prøv igen.",
"Password" : "Kodeord",
"OK" : "OK",

View File

@ -1,17 +1,16 @@
{ "translations": {
"Saving..." : "Gemmer...",
"Saving…" : "Gemmer...",
"All" : "Alle",
"Download this revision" : "Hent denne revision",
"Restore this revision" : "Gendan denne revision",
"Latest revision" : "Seneste revision",
"More versions..." : "Flere versioner...",
"Just now" : "Lige nu",
"Failed to revert the document to older version" : "Det lykkedes ikke at gendanne dokumentet, til en ældre version",
"Save As" : "Gem som",
"New filename" : "Nyt filnavn",
"Save" : "Gem",
"Loading documents..." : "Henter dokumenter...",
"Loading documents…" : "Henter dokumenter...",
"Edit" : "Redigér",
"Document" : "Dokument",
"Spreadsheet" : "Regneark",
"Presentation" : "Præsentation",
"New Document" : "Nyt Dokument",
"New Spreadsheet" : "Nyt Regneark",
"New Presentation" : "Ny Præsentation",
"Could not create file" : "Kunne ikke oprette fil",
"New Document.odt" : "Nyt dokument.odt",
"New Spreadsheet.ods" : "Nyt regneark.ods",
@ -26,7 +25,11 @@
"Collabora Online server" : "Collabora Online server",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (og port) i Collabora Online serveren, der giver redigeringsfunktionalitet som en WOPI klient.",
"Apply" : "Anvend",
"Restrict usage to specific groups" : "Brugen begrænset til bestemte grupper",
"Restrict edit to specific groups" : "Redigering begrænset til bestemte grupper",
"Use OOXML by default for new files" : "Brug OOXML for standard for nye filer.",
"Enable access for external apps" : "Tillad tilgang fra eksterne apps",
"Add" : "Tilføj",
"Wrong password. Please retry." : "Forkert kodeord. Prøv igen.",
"Password" : "Kodeord",
"OK" : "OK",

View File

@ -1,19 +1,24 @@
OC.L10N.register(
"richdocuments",
{
"Saving..." : "Speichere…",
"Saving…" : "Speichere…",
"All" : "Alle",
"Download this revision" : "Diese Revision herunterladen",
"Restore this revision" : "Diese Revision wiederherstellen",
"Latest revision" : "Letzte Revision",
"More versions..." : "Weitere Versionen…",
"Latest revision" : "Neueste Revision",
"More versions" : "Weitere Versionen…",
"Just now" : "Gerade eben",
"Failed to revert the document to older version" : "Fehler beim Zurücksetzen des Dokumentes auf eine ältere Version",
"Please enter the filename to store the document as." : "Bitte den Dateinamen angeben, unter welchem dieses Dokument gespeichert werden soll.",
"Save As" : "Speichern als",
"New filename" : "Neuer Dateiname",
"Cancel" : "Abbrechen",
"Save" : "Speichern",
"Loading documents..." : "Lade Dokumente…",
"Loading documents" : "Lade Dokumente…",
"Edit" : "Bearbeiten",
"Document" : "Dokument",
"Spreadsheet" : "Kalkulationstabelle",
"Presentation" : "Präsentation",
"New Document" : "Neues Dokument",
"New Spreadsheet" : "Neue Tabelle",
"New Presentation" : "Neue Präsentation",
"Could not create file" : "Die Datei konnte nicht erstellt werden",
"New Document.odt" : "Neues Dokument.odt",
"New Spreadsheet.ods" : "Neue Kalkulationstabelle.ods",
@ -25,14 +30,21 @@ OC.L10N.register(
"Saved" : "Gespeichert",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Mit Fehler gespeichert: Collabora Online sollte das gleiche Protokoll wie die Server-Installation nutzen.",
"Collabora Online" : "Collabora Online",
"Open documentation" : "Dokumentation öffnen",
"Collabora Online server" : "Collabora Online Server",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (und Port) des Collabora Online Servers, der als WOPI-Client die Bearbeitungsfunktionalität bereitstellt.",
"Apply" : "Anwenden",
"Restrict usage to specific groups" : "Verwendung auf bestimmte Gruppen beschränken",
"Restrict edit to specific groups" : "Bearbeitung auf bestimmte Gruppen beschränken",
"Use OOXML by default for new files" : "OOXML als Standard für neue Dateien nutzen",
"Enable access for external apps" : "Zugriff auf experimentelle Apps aktivieren",
"Add" : "Hinzufügen",
"Use Canonical webroot" : "Canonical-Webroot verwenden",
"Canonical webroot, in case there are multiple, for Collabora to use. Provide the one with least restrictions. Eg: Use non-shibbolized webroot if this instance is accessed by both shibbolized and non-shibbolized webroots. You can ignore this setting if only one webroot is used to access this instance." : "Canonical-Webroot für Collabora verwenden, falls es mehrere gibt. Verwende den mit den wenigsten Einschränkungen. Beispiel: Verwende einen Webroot ohne Shibboleth, falls der Webroot mit und ohne Shibboleth verwendet wirde. Wird auf diese Instanz nur über ein Webroot zugegriffen, so kann diese Einstellung ignoriert werden.",
"Wrong password. Please retry." : "Falsches Passwort. Bitte versuche es noch einmal.",
"Password" : "Passwort",
"OK" : "OK",
"Guest %s" : "Gast %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Dieser Link ist abgelaufen oder hat nie existiert. Bitte kontaktiere die Person, die ihn mit dir geteilt hat, für Details."
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Dieser Link ist abgelaufen oder existierte niemals. Für weitere Details kontaktier bitte denjenigen, der das Dokument mit Dir geteilt hat."
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,17 +1,22 @@
{ "translations": {
"Saving..." : "Speichere…",
"Saving…" : "Speichere…",
"All" : "Alle",
"Download this revision" : "Diese Revision herunterladen",
"Restore this revision" : "Diese Revision wiederherstellen",
"Latest revision" : "Letzte Revision",
"More versions..." : "Weitere Versionen…",
"Latest revision" : "Neueste Revision",
"More versions" : "Weitere Versionen…",
"Just now" : "Gerade eben",
"Failed to revert the document to older version" : "Fehler beim Zurücksetzen des Dokumentes auf eine ältere Version",
"Please enter the filename to store the document as." : "Bitte den Dateinamen angeben, unter welchem dieses Dokument gespeichert werden soll.",
"Save As" : "Speichern als",
"New filename" : "Neuer Dateiname",
"Cancel" : "Abbrechen",
"Save" : "Speichern",
"Loading documents..." : "Lade Dokumente…",
"Loading documents" : "Lade Dokumente…",
"Edit" : "Bearbeiten",
"Document" : "Dokument",
"Spreadsheet" : "Kalkulationstabelle",
"Presentation" : "Präsentation",
"New Document" : "Neues Dokument",
"New Spreadsheet" : "Neue Tabelle",
"New Presentation" : "Neue Präsentation",
"Could not create file" : "Die Datei konnte nicht erstellt werden",
"New Document.odt" : "Neues Dokument.odt",
"New Spreadsheet.ods" : "Neue Kalkulationstabelle.ods",
@ -23,14 +28,21 @@
"Saved" : "Gespeichert",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Mit Fehler gespeichert: Collabora Online sollte das gleiche Protokoll wie die Server-Installation nutzen.",
"Collabora Online" : "Collabora Online",
"Open documentation" : "Dokumentation öffnen",
"Collabora Online server" : "Collabora Online Server",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (und Port) des Collabora Online Servers, der als WOPI-Client die Bearbeitungsfunktionalität bereitstellt.",
"Apply" : "Anwenden",
"Restrict usage to specific groups" : "Verwendung auf bestimmte Gruppen beschränken",
"Restrict edit to specific groups" : "Bearbeitung auf bestimmte Gruppen beschränken",
"Use OOXML by default for new files" : "OOXML als Standard für neue Dateien nutzen",
"Enable access for external apps" : "Zugriff auf experimentelle Apps aktivieren",
"Add" : "Hinzufügen",
"Use Canonical webroot" : "Canonical-Webroot verwenden",
"Canonical webroot, in case there are multiple, for Collabora to use. Provide the one with least restrictions. Eg: Use non-shibbolized webroot if this instance is accessed by both shibbolized and non-shibbolized webroots. You can ignore this setting if only one webroot is used to access this instance." : "Canonical-Webroot für Collabora verwenden, falls es mehrere gibt. Verwende den mit den wenigsten Einschränkungen. Beispiel: Verwende einen Webroot ohne Shibboleth, falls der Webroot mit und ohne Shibboleth verwendet wirde. Wird auf diese Instanz nur über ein Webroot zugegriffen, so kann diese Einstellung ignoriert werden.",
"Wrong password. Please retry." : "Falsches Passwort. Bitte versuche es noch einmal.",
"Password" : "Passwort",
"OK" : "OK",
"Guest %s" : "Gast %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Dieser Link ist abgelaufen oder hat nie existiert. Bitte kontaktiere die Person, die ihn mit dir geteilt hat, für Details."
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Dieser Link ist abgelaufen oder existierte niemals. Für weitere Details kontaktier bitte denjenigen, der das Dokument mit Dir geteilt hat."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -1,19 +1,24 @@
OC.L10N.register(
"richdocuments",
{
"Saving..." : "Speichere…",
"Saving…" : "Speichere…",
"All" : "Alle",
"Download this revision" : "Diese Revision herunterladen",
"Restore this revision" : "Diese Revision wiederherstellen",
"Latest revision" : "Neueste Revision",
"More versions..." : "Weitere Versionen…",
"Just now" : "Gerade ebend",
"Failed to revert the document to older version" : "Fehler beim Zurüclsetzen des Dokumentes auf eine ältere Version",
"More versions…" : "Weitere Versionen…",
"Just now" : "Gerade eben",
"Failed to revert the document to older version" : "Fehler beim Zurücksetzen des Dokumentes auf eine ältere Version",
"Please enter the filename to store the document as." : "Bitte den Dateinamen angeben, unter welchem dieses Dokument gespeichert werden soll.",
"Save As" : "Speichern als",
"New filename" : "Neuer Dateiname",
"Cancel" : "Abbrechen",
"Save" : "Speichern",
"Loading documents..." : "Lade Dokumente…",
"Loading documents" : "Lade Dokumente…",
"Edit" : "Bearbeiten",
"Document" : "Dokument",
"Spreadsheet" : "Kalkulationstabelle",
"Presentation" : "Präsentation",
"New Document" : "Neues Dokument",
"New Spreadsheet" : "Neue Tabelle",
"New Presentation" : "Neue Präsentation",
"Could not create file" : "Die Datei konnte nicht erstellt werden",
"New Document.odt" : "Neues Dokument.odt",
"New Spreadsheet.ods" : "Neue Kalkulationstabelle.ods",
@ -25,10 +30,17 @@ OC.L10N.register(
"Saved" : "Gespeichert",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Mit Fehler gespeichert: Collabora Online sollte das gleiche Protokoll wie die Server-Installation nutzen.",
"Collabora Online" : "Collabora Online",
"Open documentation" : "Dokumentation öffnen",
"Collabora Online server" : "Collabora Online Server",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (und Port) des Collabora Online Servers unterstützt die Editierfunktions als WOPI-Client.",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (und Port) des Collabora Online Servers, der als WOPI-Client die Bearbeitungsfunktionalität bereitstellt.",
"Apply" : "Anwenden",
"Restrict usage to specific groups" : "Verwendung auf bestimmte Gruppen beschränken",
"Restrict edit to specific groups" : "Bearbeitung auf bestimmte Gruppen beschränken",
"Use OOXML by default for new files" : "OOXML als Standard für neue Dateien nutzen",
"Enable access for external apps" : "Zugriff auf experimentelle Apps aktivieren",
"Add" : "Hinzufügen",
"Use Canonical webroot" : "Canonical-Webroot verwenden",
"Canonical webroot, in case there are multiple, for Collabora to use. Provide the one with least restrictions. Eg: Use non-shibbolized webroot if this instance is accessed by both shibbolized and non-shibbolized webroots. You can ignore this setting if only one webroot is used to access this instance." : "Canonical-Webroot für Collabora verwenden, falls es mehrere gibt. Verwende den mit den wenigsten Einschränkungen. Beispiel: Verwende einen Webroot ohne Shibboleth, falls der Webroot mit und ohne Shibboleth verwendet wirde. Wird auf diese Instanz nur über ein Webroot zugegriffen, so kann diese Einstellung ignoriert werden.",
"Wrong password. Please retry." : "Falsches Passwort. Bitte versuchen Sie es noch einmal.",
"Password" : "Passwort",
"OK" : "OK",

View File

@ -1,17 +1,22 @@
{ "translations": {
"Saving..." : "Speichere…",
"Saving…" : "Speichere…",
"All" : "Alle",
"Download this revision" : "Diese Revision herunterladen",
"Restore this revision" : "Diese Revision wiederherstellen",
"Latest revision" : "Neueste Revision",
"More versions..." : "Weitere Versionen…",
"Just now" : "Gerade ebend",
"Failed to revert the document to older version" : "Fehler beim Zurüclsetzen des Dokumentes auf eine ältere Version",
"More versions…" : "Weitere Versionen…",
"Just now" : "Gerade eben",
"Failed to revert the document to older version" : "Fehler beim Zurücksetzen des Dokumentes auf eine ältere Version",
"Please enter the filename to store the document as." : "Bitte den Dateinamen angeben, unter welchem dieses Dokument gespeichert werden soll.",
"Save As" : "Speichern als",
"New filename" : "Neuer Dateiname",
"Cancel" : "Abbrechen",
"Save" : "Speichern",
"Loading documents..." : "Lade Dokumente…",
"Loading documents" : "Lade Dokumente…",
"Edit" : "Bearbeiten",
"Document" : "Dokument",
"Spreadsheet" : "Kalkulationstabelle",
"Presentation" : "Präsentation",
"New Document" : "Neues Dokument",
"New Spreadsheet" : "Neue Tabelle",
"New Presentation" : "Neue Präsentation",
"Could not create file" : "Die Datei konnte nicht erstellt werden",
"New Document.odt" : "Neues Dokument.odt",
"New Spreadsheet.ods" : "Neue Kalkulationstabelle.ods",
@ -23,10 +28,17 @@
"Saved" : "Gespeichert",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Mit Fehler gespeichert: Collabora Online sollte das gleiche Protokoll wie die Server-Installation nutzen.",
"Collabora Online" : "Collabora Online",
"Open documentation" : "Dokumentation öffnen",
"Collabora Online server" : "Collabora Online Server",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (und Port) des Collabora Online Servers unterstützt die Editierfunktions als WOPI-Client.",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (und Port) des Collabora Online Servers, der als WOPI-Client die Bearbeitungsfunktionalität bereitstellt.",
"Apply" : "Anwenden",
"Restrict usage to specific groups" : "Verwendung auf bestimmte Gruppen beschränken",
"Restrict edit to specific groups" : "Bearbeitung auf bestimmte Gruppen beschränken",
"Use OOXML by default for new files" : "OOXML als Standard für neue Dateien nutzen",
"Enable access for external apps" : "Zugriff auf experimentelle Apps aktivieren",
"Add" : "Hinzufügen",
"Use Canonical webroot" : "Canonical-Webroot verwenden",
"Canonical webroot, in case there are multiple, for Collabora to use. Provide the one with least restrictions. Eg: Use non-shibbolized webroot if this instance is accessed by both shibbolized and non-shibbolized webroots. You can ignore this setting if only one webroot is used to access this instance." : "Canonical-Webroot für Collabora verwenden, falls es mehrere gibt. Verwende den mit den wenigsten Einschränkungen. Beispiel: Verwende einen Webroot ohne Shibboleth, falls der Webroot mit und ohne Shibboleth verwendet wirde. Wird auf diese Instanz nur über ein Webroot zugegriffen, so kann diese Einstellung ignoriert werden.",
"Wrong password. Please retry." : "Falsches Passwort. Bitte versuchen Sie es noch einmal.",
"Password" : "Passwort",
"OK" : "OK",

View File

@ -1,19 +1,18 @@
OC.L10N.register(
"richdocuments",
{
"Saving..." : "Γίνεται αποθήκευση...",
"Saving…" : "Γίνεται αποθήκευση...",
"All" : "'Ολα",
"Download this revision" : "Λήψη αυτής της αναθεώρησης",
"Restore this revision" : "Επαναφορά αυτή της αναθεώρησης",
"Latest revision" : "Τελευταία αναθεώρηση",
"More versions..." : "Περισσότερες εκδόσεις...",
"Just now" : "Μόλις τώρα",
"Failed to revert the document to older version" : "Αποτυχία επαναφοράς εγγράφου σε παλιότερη έκδοση",
"Save As" : "Αποθήκευση ως",
"New filename" : "Νέο όνομα αρχείου",
"Save" : "Αποθήκευση",
"Loading documents..." : "Φόρτωση εγγράφων...",
"Loading documents…" : "Φόρτωση εγγράφων...",
"Edit" : "Επεξεργασία",
"Document" : γγραφο",
"Spreadsheet" : ογιστικό φύλλο",
"Presentation" : αρουσίαση",
"New Document" : "Νέο έγγραφο",
"New Spreadsheet" : "Νέο λογιστικό φύλλο",
"New Presentation" : "Νέα παρουσίαση",
"Could not create file" : "Αδυναμία δημιουργίας αρχείου",
"New Document.odt" : "Νέο Έγγραφο.odt",
"New Spreadsheet.ods" : "Νέο Λογιστικό Φύλλο.ods",
@ -26,11 +25,15 @@ OC.L10N.register(
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Αποθήκευση με σφάλμα: Το Collabora Online πρέπει να χρησιμοποιήσει το ίδιο πρωτόκολλο με την εγκατάσταση του διακομιστή.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Διακομιστής Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "Η URL (και η πόρτα) του διακομιστή Collabora Online που παρέχει την δυνατότητα επεξεργασίας ως πελάτης WOPI.",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "Η URL (και η θύρα) του διακομιστή Collabora Online που παρέχει την δυνατότητα επεξεργασίας ως πελάτης WOPI.",
"Apply" : "Εφαρμογή",
"Restrict usage to specific groups" : "Περιορισμός χρήσης σε συγκεκριμένες ομάδες",
"Restrict edit to specific groups" : "Περιορισμός επεξεργασίας σε συγκεκριμένες ομάδες",
"Use OOXML by default for new files" : "Χρήση OOXML από προεπιλογή για τα νέα αρχεία",
"Wrong password. Please retry." : "Λανθασμένος κωδικός πρόσβασης. Παρακαλώ προσπαθήστε ξανά.",
"Password" : "Κωδικός πρόσβασης",
"Enable access for external apps" : "Ενεργοποίηση πρόσβασης σε εξωτερικές εφαρμογές",
"Add" : "Προσθήκη",
"Wrong password. Please retry." : "Εσφαλμένο συνθηματικό. Παρακαλώ προσπαθήστε ξανά.",
"Password" : "Συνθηματικό",
"OK" : "Εντάξει",
"Guest %s" : "Επισκέπτης %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Αυτός ο σύνδεσμος έχει λήξει ή δεν υπήρξε ποτέ. Παρακαλώ επικοινωνήστε με το άτομο που το διαμοιράστηκε μαζί σας για λεπτομέρειες."

View File

@ -1,17 +1,16 @@
{ "translations": {
"Saving..." : "Γίνεται αποθήκευση...",
"Saving…" : "Γίνεται αποθήκευση...",
"All" : "'Ολα",
"Download this revision" : "Λήψη αυτής της αναθεώρησης",
"Restore this revision" : "Επαναφορά αυτή της αναθεώρησης",
"Latest revision" : "Τελευταία αναθεώρηση",
"More versions..." : "Περισσότερες εκδόσεις...",
"Just now" : "Μόλις τώρα",
"Failed to revert the document to older version" : "Αποτυχία επαναφοράς εγγράφου σε παλιότερη έκδοση",
"Save As" : "Αποθήκευση ως",
"New filename" : "Νέο όνομα αρχείου",
"Save" : "Αποθήκευση",
"Loading documents..." : "Φόρτωση εγγράφων...",
"Loading documents…" : "Φόρτωση εγγράφων...",
"Edit" : "Επεξεργασία",
"Document" : γγραφο",
"Spreadsheet" : ογιστικό φύλλο",
"Presentation" : αρουσίαση",
"New Document" : "Νέο έγγραφο",
"New Spreadsheet" : "Νέο λογιστικό φύλλο",
"New Presentation" : "Νέα παρουσίαση",
"Could not create file" : "Αδυναμία δημιουργίας αρχείου",
"New Document.odt" : "Νέο Έγγραφο.odt",
"New Spreadsheet.ods" : "Νέο Λογιστικό Φύλλο.ods",
@ -24,11 +23,15 @@
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Αποθήκευση με σφάλμα: Το Collabora Online πρέπει να χρησιμοποιήσει το ίδιο πρωτόκολλο με την εγκατάσταση του διακομιστή.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Διακομιστής Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "Η URL (και η πόρτα) του διακομιστή Collabora Online που παρέχει την δυνατότητα επεξεργασίας ως πελάτης WOPI.",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "Η URL (και η θύρα) του διακομιστή Collabora Online που παρέχει την δυνατότητα επεξεργασίας ως πελάτης WOPI.",
"Apply" : "Εφαρμογή",
"Restrict usage to specific groups" : "Περιορισμός χρήσης σε συγκεκριμένες ομάδες",
"Restrict edit to specific groups" : "Περιορισμός επεξεργασίας σε συγκεκριμένες ομάδες",
"Use OOXML by default for new files" : "Χρήση OOXML από προεπιλογή για τα νέα αρχεία",
"Wrong password. Please retry." : "Λανθασμένος κωδικός πρόσβασης. Παρακαλώ προσπαθήστε ξανά.",
"Password" : "Κωδικός πρόσβασης",
"Enable access for external apps" : "Ενεργοποίηση πρόσβασης σε εξωτερικές εφαρμογές",
"Add" : "Προσθήκη",
"Wrong password. Please retry." : "Εσφαλμένο συνθηματικό. Παρακαλώ προσπαθήστε ξανά.",
"Password" : "Συνθηματικό",
"OK" : "Εντάξει",
"Guest %s" : "Επισκέπτης %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Αυτός ο σύνδεσμος έχει λήξει ή δεν υπήρξε ποτέ. Παρακαλώ επικοινωνήστε με το άτομο που το διαμοιράστηκε μαζί σας για λεπτομέρειες."

View File

@ -1,27 +1,46 @@
OC.L10N.register(
"richdocuments",
{
"Saving..." : "Saving...",
"Saving…" : "Saving…",
"All" : "All",
"Download this revision" : "Download this revision",
"Restore this revision" : "Restore this revision",
"Latest revision" : "Latest revision",
"More versions..." : "More versions...",
"More versions…" : "More versions…",
"Just now" : "Just now",
"Failed to revert the document to older version" : "Failed to revert the document to older version",
"Please enter the filename to store the document as." : "Please enter the filename to store the document as.",
"Save As" : "Save As",
"New filename" : "New filename",
"Cancel" : "Cancel",
"Save" : "Save",
"Loading documents..." : "Loading documents...",
"Loading documents…" : "Loading documents…",
"Edit" : "Edit",
"Document" : "Document",
"Spreadsheet" : "Spreadsheet",
"Presentation" : "Presentation",
"New Document" : "New Document",
"New Spreadsheet" : "New Spreadsheet",
"New Presentation" : "New Presentation",
"Could not create file" : "Could not create file",
"New Document.odt" : "New Document.odt",
"New Spreadsheet.ods" : "New Spreadsheet.ods",
"New Presentation.odp" : "New Presentation.odp",
"New Document.docx" : "New Document.docx",
"New Spreadsheet.xlsx" : "New Spreadsheet.xlsx",
"New Presentation.pptx" : "New Presentation.pptx",
"Can't create document" : "Can't create document",
"Saved" : "Saved",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Saved with error: Collabora Online should use the same protocol as the server installation.",
"Collabora Online" : "Collabora Online",
"Open documentation" : "Open documentation",
"Collabora Online server" : "Collabora Online server",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client.",
"Apply" : "Apply",
"Restrict usage to specific groups" : "Restrict usage to specific groups",
"Restrict edit to specific groups" : "Restrict edit to specific groups",
"Use OOXML by default for new files" : "Use OOXML by default for new files",
"Enable access for external apps" : "Enable access for external apps",
"Add" : "Add",
"Use Canonical webroot" : "Use Canonical webroot",
"Canonical webroot, in case there are multiple, for Collabora to use. Provide the one with least restrictions. Eg: Use non-shibbolized webroot if this instance is accessed by both shibbolized and non-shibbolized webroots. You can ignore this setting if only one webroot is used to access this instance." : "Canonical webroot, in case there are multiple, for Collabora to use. Provide the one with least restrictions. Eg: Use non-shibbolised webroot if this instance is accessed by both shibbolised and non-shibbolised webroots. You can ignore this setting if only one webroot is used to access this instance.",
"Wrong password. Please retry." : "Incorrect password. Please try again.",
"Password" : "Password",
"OK" : "OK",

View File

@ -1,25 +1,44 @@
{ "translations": {
"Saving..." : "Saving...",
"Saving…" : "Saving…",
"All" : "All",
"Download this revision" : "Download this revision",
"Restore this revision" : "Restore this revision",
"Latest revision" : "Latest revision",
"More versions..." : "More versions...",
"More versions…" : "More versions…",
"Just now" : "Just now",
"Failed to revert the document to older version" : "Failed to revert the document to older version",
"Please enter the filename to store the document as." : "Please enter the filename to store the document as.",
"Save As" : "Save As",
"New filename" : "New filename",
"Cancel" : "Cancel",
"Save" : "Save",
"Loading documents..." : "Loading documents...",
"Loading documents…" : "Loading documents…",
"Edit" : "Edit",
"Document" : "Document",
"Spreadsheet" : "Spreadsheet",
"Presentation" : "Presentation",
"New Document" : "New Document",
"New Spreadsheet" : "New Spreadsheet",
"New Presentation" : "New Presentation",
"Could not create file" : "Could not create file",
"New Document.odt" : "New Document.odt",
"New Spreadsheet.ods" : "New Spreadsheet.ods",
"New Presentation.odp" : "New Presentation.odp",
"New Document.docx" : "New Document.docx",
"New Spreadsheet.xlsx" : "New Spreadsheet.xlsx",
"New Presentation.pptx" : "New Presentation.pptx",
"Can't create document" : "Can't create document",
"Saved" : "Saved",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Saved with error: Collabora Online should use the same protocol as the server installation.",
"Collabora Online" : "Collabora Online",
"Open documentation" : "Open documentation",
"Collabora Online server" : "Collabora Online server",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client.",
"Apply" : "Apply",
"Restrict usage to specific groups" : "Restrict usage to specific groups",
"Restrict edit to specific groups" : "Restrict edit to specific groups",
"Use OOXML by default for new files" : "Use OOXML by default for new files",
"Enable access for external apps" : "Enable access for external apps",
"Add" : "Add",
"Use Canonical webroot" : "Use Canonical webroot",
"Canonical webroot, in case there are multiple, for Collabora to use. Provide the one with least restrictions. Eg: Use non-shibbolized webroot if this instance is accessed by both shibbolized and non-shibbolized webroots. You can ignore this setting if only one webroot is used to access this instance." : "Canonical webroot, in case there are multiple, for Collabora to use. Provide the one with least restrictions. Eg: Use non-shibbolised webroot if this instance is accessed by both shibbolised and non-shibbolised webroots. You can ignore this setting if only one webroot is used to access this instance.",
"Wrong password. Please retry." : "Incorrect password. Please try again.",
"Password" : "Password",
"OK" : "OK",

View File

@ -1,19 +0,0 @@
OC.L10N.register(
"richdocuments",
{
"Saving..." : "Konservante...",
"More versions..." : "Pli da versioj...",
"Save" : "Konservi",
"Loading documents..." : "Ŝargante dokumentojn...",
"Edit" : "Redakti",
"Could not create file" : "Ne povis kreiĝi dosiero",
"Can't create document" : "Ne povas kreiĝi dokumento",
"Saved" : "Konservita",
"Apply" : "Apliki",
"Wrong password. Please retry." : "La pasvorto malĝustas. Bonvolu reprovi.",
"Password" : "Pasvorto",
"OK" : "Akcepti",
"Guest %s" : "Gasto %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Ĉi tiu ligilo eksvalidiĝis aŭ neniam ekzistis. Bonvolu kontakti la personon, kiu kunhavigis ĝin kun vi, por detaloj."
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,17 +0,0 @@
{ "translations": {
"Saving..." : "Konservante...",
"More versions..." : "Pli da versioj...",
"Save" : "Konservi",
"Loading documents..." : "Ŝargante dokumentojn...",
"Edit" : "Redakti",
"Could not create file" : "Ne povis kreiĝi dosiero",
"Can't create document" : "Ne povas kreiĝi dokumento",
"Saved" : "Konservita",
"Apply" : "Apliki",
"Wrong password. Please retry." : "La pasvorto malĝustas. Bonvolu reprovi.",
"Password" : "Pasvorto",
"OK" : "Akcepti",
"Guest %s" : "Gasto %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Ĉi tiu ligilo eksvalidiĝis aŭ neniam ekzistis. Bonvolu kontakti la personon, kiu kunhavigis ĝin kun vi, por detaloj."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -1,20 +1,25 @@
OC.L10N.register(
"richdocuments",
{
"Saving..." : "Guardando...",
"Saving…" : "Guardando…",
"All" : "Todo",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Latest revision" : "Ultima revisión",
"More versions..." : "Más versiones...",
"Just now" : "Ahora",
"Failed to revert the document to older version" : "No se pudo revertir el documento a la versión más antigua",
"Latest revision" : "Última revisión",
"More versions…" : "Más versiones...",
"Just now" : "Justo ahora",
"Failed to revert the document to older version" : "Fallo al revertir el documento a la versión anterior",
"Please enter the filename to store the document as." : "Por favor, introduce el nombre de archivo con el que guardar el documento.",
"Save As" : "Guardar como",
"New filename" : "Nuevo nombre de archivo",
"Cancel" : "Cancelar",
"Save" : "Guardar",
"Loading documents..." : "Cargando documentos...",
"Loading documents" : "Cargando documentos...",
"Edit" : "Editar",
"Document" : "Documento",
"Spreadsheet" : "Hoja de cálculo",
"Presentation" : "Presentación",
"Could not create file" : "No se pudo crear el archivo",
"New Document" : "Nuevo documento",
"New Spreadsheet" : "Nueva hoja de cálculo",
"New Presentation" : "Nueva presentación",
"Could not create file" : "No se ha podido crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva planilla de cálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
@ -25,14 +30,21 @@ OC.L10N.register(
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Salvado con errores: Collabora Online debe usar el mismo protocolo que el instalado en el servidor.",
"Collabora Online" : "Collabora Online",
"Open documentation" : "Abrir documentación",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "La dirección URL (y puerto) del servidor Collabora Online que proporciona la funcionalidad de edición es un cliente WOPI.",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Restringir el uso a grupos específicos",
"Restrict edit to specific groups" : "Restringir la edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML de forma predeterminada para nuevos archivos",
"Enable access for external apps" : "Permitir acceso a apps externas",
"Add" : "Añadir",
"Use Canonical webroot" : "Usar raíz web canónica",
"Canonical webroot, in case there are multiple, for Collabora to use. Provide the one with least restrictions. Eg: Use non-shibbolized webroot if this instance is accessed by both shibbolized and non-shibbolized webroots. You can ignore this setting if only one webroot is used to access this instance." : "Raíz web canónica, en caso de que haya varias, para que Collabora la use. Suministra la que tenga menos restricciones. Ej: Utiliza la raíz web sin shibboleth si esta instancia se accede desde raíces web con shibboleth y sin shibboleth. Puedes ignorar esta configuración si solo se utiliza una raíz web para acceder a esta instancia.",
"Wrong password. Please retry." : "Contraseña incorrecta. Inténtelo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Este enlace caducó o nunca existió. Para más detalles, sírvase contactar a la persona que lo compartió con usted."
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Este enlace ha caducado o nunca ha existido. Para más detalles, ponte en contacto con la persona que lo compartió contigo."
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,18 +1,23 @@
{ "translations": {
"Saving..." : "Guardando...",
"Saving…" : "Guardando…",
"All" : "Todo",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Latest revision" : "Ultima revisión",
"More versions..." : "Más versiones...",
"Just now" : "Ahora",
"Failed to revert the document to older version" : "No se pudo revertir el documento a la versión más antigua",
"Latest revision" : "Última revisión",
"More versions…" : "Más versiones...",
"Just now" : "Justo ahora",
"Failed to revert the document to older version" : "Fallo al revertir el documento a la versión anterior",
"Please enter the filename to store the document as." : "Por favor, introduce el nombre de archivo con el que guardar el documento.",
"Save As" : "Guardar como",
"New filename" : "Nuevo nombre de archivo",
"Cancel" : "Cancelar",
"Save" : "Guardar",
"Loading documents..." : "Cargando documentos...",
"Loading documents" : "Cargando documentos...",
"Edit" : "Editar",
"Document" : "Documento",
"Spreadsheet" : "Hoja de cálculo",
"Presentation" : "Presentación",
"Could not create file" : "No se pudo crear el archivo",
"New Document" : "Nuevo documento",
"New Spreadsheet" : "Nueva hoja de cálculo",
"New Presentation" : "Nueva presentación",
"Could not create file" : "No se ha podido crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva planilla de cálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
@ -23,14 +28,21 @@
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Salvado con errores: Collabora Online debe usar el mismo protocolo que el instalado en el servidor.",
"Collabora Online" : "Collabora Online",
"Open documentation" : "Abrir documentación",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "La dirección URL (y puerto) del servidor Collabora Online que proporciona la funcionalidad de edición es un cliente WOPI.",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Restringir el uso a grupos específicos",
"Restrict edit to specific groups" : "Restringir la edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML de forma predeterminada para nuevos archivos",
"Enable access for external apps" : "Permitir acceso a apps externas",
"Add" : "Añadir",
"Use Canonical webroot" : "Usar raíz web canónica",
"Canonical webroot, in case there are multiple, for Collabora to use. Provide the one with least restrictions. Eg: Use non-shibbolized webroot if this instance is accessed by both shibbolized and non-shibbolized webroots. You can ignore this setting if only one webroot is used to access this instance." : "Raíz web canónica, en caso de que haya varias, para que Collabora la use. Suministra la que tenga menos restricciones. Ej: Utiliza la raíz web sin shibboleth si esta instancia se accede desde raíces web con shibboleth y sin shibboleth. Puedes ignorar esta configuración si solo se utiliza una raíz web para acceder a esta instancia.",
"Wrong password. Please retry." : "Contraseña incorrecta. Inténtelo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Este enlace caducó o nunca existió. Para más detalles, sírvase contactar a la persona que lo compartió con usted."
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Este enlace ha caducado o nunca ha existido. Para más detalles, ponte en contacto con la persona que lo compartió contigo."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

42
l10n/es_419.js Normal file
View File

@ -0,0 +1,42 @@
OC.L10N.register(
"richdocuments",
{
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalación del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Limitar uso a grupos específicos",
"Restrict edit to specific groups" : "Limitar edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Enable access for external apps" : "Habilitar acceso para aplicaciones externas",
"Add" : "Guardar",
"Wrong password. Please retry." : "Contraseña incorrecta. Por favor intentalo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Por favor de contacta a la persona que lo compartió contigo para más detalles."
},
"nplurals=2; plural=(n != 1);");

40
l10n/es_419.json Normal file
View File

@ -0,0 +1,40 @@
{ "translations": {
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalación del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Limitar uso a grupos específicos",
"Restrict edit to specific groups" : "Limitar edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Enable access for external apps" : "Habilitar acceso para aplicaciones externas",
"Add" : "Guardar",
"Wrong password. Please retry." : "Contraseña incorrecta. Por favor intentalo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Por favor de contacta a la persona que lo compartió contigo para más detalles."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -1,18 +1,34 @@
OC.L10N.register(
"richdocuments",
{
"Saving..." : "Guardando...",
"More versions..." : "Más versiones...",
"Saving…" : "Guardando...",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Save" : "Guardar",
"Loading documents..." : "Cargando documentos...",
"Loading documents" : "Cargando documentos...",
"Edit" : "Editar",
"Could not create file" : "No se pudo crear el archivo",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalacion del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Wrong password. Please retry." : "Clave incorrecta. Intente de nuevo.",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Wrong password. Please retry." : "Contraseña incorrecta. Favor de intentarlo de nuevo.",
"Password" : "Contraseña",
"OK" : "Aceptar",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Este vínculo ha expirado o nunca existió. Por favor contacte a la persona que lo compartió con usted para más detalles."
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Este link ha expirado o nunca existió. Favor de contactar a la presona que lo compartió con usted para más detalles."
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,16 +1,32 @@
{ "translations": {
"Saving..." : "Guardando...",
"More versions..." : "Más versiones...",
"Saving…" : "Guardando...",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Save" : "Guardar",
"Loading documents..." : "Cargando documentos...",
"Loading documents" : "Cargando documentos...",
"Edit" : "Editar",
"Could not create file" : "No se pudo crear el archivo",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalacion del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Wrong password. Please retry." : "Clave incorrecta. Intente de nuevo.",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Wrong password. Please retry." : "Contraseña incorrecta. Favor de intentarlo de nuevo.",
"Password" : "Contraseña",
"OK" : "Aceptar",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Este vínculo ha expirado o nunca existió. Por favor contacte a la persona que lo compartió con usted para más detalles."
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Este link ha expirado o nunca existió. Favor de contactar a la presona que lo compartió con usted para más detalles."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

42
l10n/es_CL.js Normal file
View File

@ -0,0 +1,42 @@
OC.L10N.register(
"richdocuments",
{
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalación del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Limitar uso a grupos específicos",
"Restrict edit to specific groups" : "Limitar edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Enable access for external apps" : "Habilitar acceso para aplicaciones externas",
"Add" : "Guardar",
"Wrong password. Please retry." : "Contraseña incorrecta. Por favor intentalo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Por favor de contacta a la persona que lo compartió contigo para más detalles."
},
"nplurals=2; plural=(n != 1);");

40
l10n/es_CL.json Normal file
View File

@ -0,0 +1,40 @@
{ "translations": {
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalación del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Limitar uso a grupos específicos",
"Restrict edit to specific groups" : "Limitar edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Enable access for external apps" : "Habilitar acceso para aplicaciones externas",
"Add" : "Guardar",
"Wrong password. Please retry." : "Contraseña incorrecta. Por favor intentalo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Por favor de contacta a la persona que lo compartió contigo para más detalles."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

42
l10n/es_CO.js Normal file
View File

@ -0,0 +1,42 @@
OC.L10N.register(
"richdocuments",
{
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalación del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Limitar uso a grupos específicos",
"Restrict edit to specific groups" : "Limitar edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Enable access for external apps" : "Habilitar acceso para aplicaciones externas",
"Add" : "Guardar",
"Wrong password. Please retry." : "Contraseña incorrecta. Por favor intentalo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Por favor de contacta a la persona que lo compartió contigo para más detalles."
},
"nplurals=2; plural=(n != 1);");

40
l10n/es_CO.json Normal file
View File

@ -0,0 +1,40 @@
{ "translations": {
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalación del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Limitar uso a grupos específicos",
"Restrict edit to specific groups" : "Limitar edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Enable access for external apps" : "Habilitar acceso para aplicaciones externas",
"Add" : "Guardar",
"Wrong password. Please retry." : "Contraseña incorrecta. Por favor intentalo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Por favor de contacta a la persona que lo compartió contigo para más detalles."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

42
l10n/es_CR.js Normal file
View File

@ -0,0 +1,42 @@
OC.L10N.register(
"richdocuments",
{
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalación del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Limitar uso a grupos específicos",
"Restrict edit to specific groups" : "Limitar edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Enable access for external apps" : "Habilitar acceso para aplicaciones externas",
"Add" : "Guardar",
"Wrong password. Please retry." : "Contraseña incorrecta. Por favor intentalo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Por favor de contacta a la persona que lo compartió contigo para más detalles."
},
"nplurals=2; plural=(n != 1);");

40
l10n/es_CR.json Normal file
View File

@ -0,0 +1,40 @@
{ "translations": {
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalación del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Limitar uso a grupos específicos",
"Restrict edit to specific groups" : "Limitar edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Enable access for external apps" : "Habilitar acceso para aplicaciones externas",
"Add" : "Guardar",
"Wrong password. Please retry." : "Contraseña incorrecta. Por favor intentalo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Por favor de contacta a la persona que lo compartió contigo para más detalles."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

42
l10n/es_DO.js Normal file
View File

@ -0,0 +1,42 @@
OC.L10N.register(
"richdocuments",
{
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalación del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Limitar uso a grupos específicos",
"Restrict edit to specific groups" : "Limitar edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Enable access for external apps" : "Habilitar acceso para aplicaciones externas",
"Add" : "Guardar",
"Wrong password. Please retry." : "Contraseña incorrecta. Por favor intentalo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Por favor de contacta a la persona que lo compartió contigo para más detalles."
},
"nplurals=2; plural=(n != 1);");

40
l10n/es_DO.json Normal file
View File

@ -0,0 +1,40 @@
{ "translations": {
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalación del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Limitar uso a grupos específicos",
"Restrict edit to specific groups" : "Limitar edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Enable access for external apps" : "Habilitar acceso para aplicaciones externas",
"Add" : "Guardar",
"Wrong password. Please retry." : "Contraseña incorrecta. Por favor intentalo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Por favor de contacta a la persona que lo compartió contigo para más detalles."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

42
l10n/es_EC.js Normal file
View File

@ -0,0 +1,42 @@
OC.L10N.register(
"richdocuments",
{
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalación del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Limitar uso a grupos específicos",
"Restrict edit to specific groups" : "Limitar edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Enable access for external apps" : "Habilitar acceso para aplicaciones externas",
"Add" : "Guardar",
"Wrong password. Please retry." : "Contraseña incorrecta. Por favor intentalo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Por favor de contacta a la persona que lo compartió contigo para más detalles."
},
"nplurals=2; plural=(n != 1);");

40
l10n/es_EC.json Normal file
View File

@ -0,0 +1,40 @@
{ "translations": {
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalación del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Limitar uso a grupos específicos",
"Restrict edit to specific groups" : "Limitar edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Enable access for external apps" : "Habilitar acceso para aplicaciones externas",
"Add" : "Guardar",
"Wrong password. Please retry." : "Contraseña incorrecta. Por favor intentalo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Por favor de contacta a la persona que lo compartió contigo para más detalles."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

42
l10n/es_GT.js Normal file
View File

@ -0,0 +1,42 @@
OC.L10N.register(
"richdocuments",
{
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalación del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Limitar uso a grupos específicos",
"Restrict edit to specific groups" : "Limitar edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Enable access for external apps" : "Habilitar acceso para aplicaciones externas",
"Add" : "Guardar",
"Wrong password. Please retry." : "Contraseña incorrecta. Por favor intentalo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Por favor de contacta a la persona que lo compartió contigo para más detalles."
},
"nplurals=2; plural=(n != 1);");

40
l10n/es_GT.json Normal file
View File

@ -0,0 +1,40 @@
{ "translations": {
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalación del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Limitar uso a grupos específicos",
"Restrict edit to specific groups" : "Limitar edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Enable access for external apps" : "Habilitar acceso para aplicaciones externas",
"Add" : "Guardar",
"Wrong password. Please retry." : "Contraseña incorrecta. Por favor intentalo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Por favor de contacta a la persona que lo compartió contigo para más detalles."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

42
l10n/es_HN.js Normal file
View File

@ -0,0 +1,42 @@
OC.L10N.register(
"richdocuments",
{
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalación del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Limitar uso a grupos específicos",
"Restrict edit to specific groups" : "Limitar edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Enable access for external apps" : "Habilitar acceso para aplicaciones externas",
"Add" : "Guardar",
"Wrong password. Please retry." : "Contraseña incorrecta. Por favor intentalo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Por favor de contacta a la persona que lo compartió contigo para más detalles."
},
"nplurals=2; plural=(n != 1);");

40
l10n/es_HN.json Normal file
View File

@ -0,0 +1,40 @@
{ "translations": {
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalación del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Limitar uso a grupos específicos",
"Restrict edit to specific groups" : "Limitar edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Enable access for external apps" : "Habilitar acceso para aplicaciones externas",
"Add" : "Guardar",
"Wrong password. Please retry." : "Contraseña incorrecta. Por favor intentalo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Por favor de contacta a la persona que lo compartió contigo para más detalles."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -1,19 +1,24 @@
OC.L10N.register(
"richdocuments",
{
"Saving..." : "Guardando...",
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Latest revision" : "Última revisión",
"More versions..." : "Más versiones...",
"Latest revision" : "Revisión más reciente",
"More versions" : "Más versiones...",
"Just now" : "Justo ahora",
"Failed to revert the document to older version" : "Se presentó una falla al revertir el documento a la versión anterior",
"Failed to revert the document to older version" : "Se presentó una falla al revertir el documento a una versión anterior",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Cancel" : "Cancelar",
"Save" : "Guardar",
"Loading documents..." : "Cargando documentos...",
"Loading documents" : "Cargando documentos...",
"Edit" : "Editar",
"Document" : "Documento",
"Spreadsheet" : "Hoja de cálculo",
"Presentation" : "Presentación",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
@ -23,16 +28,23 @@ OC.L10N.register(
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalacion del servidor.",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalación del servidor.",
"Collabora Online" : "Collabora Online",
"Open documentation" : "Abrir la documentación",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Limitar uso a grupos específicos",
"Restrict edit to specific groups" : "Limitar edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Wrong password. Please retry." : "Contraseña incorrecta. Favor de intentarlo de nuevo.",
"Enable access for external apps" : "Habilitar acceso para aplicaciones externas",
"Add" : "Guardar",
"Use Canonical webroot" : "Usar el webroot Canonico",
"Canonical webroot, in case there are multiple, for Collabora to use. Provide the one with least restrictions. Eg: Use non-shibbolized webroot if this instance is accessed by both shibbolized and non-shibbolized webroots. You can ignore this setting if only one webroot is used to access this instance." : "webroot canonico, en caso de que haya varios, para que los use Collabora. Proporciona el que tenga menos restricciones. P. ej. Usa un webroot no-shibbolizado si la instancia es accesible por tanto un webroot shibbolizado y un no shibbolizado. Puedes ignorar esta configuracion si solo un webroot se usa para acceder a la instancia. ",
"Wrong password. Please retry." : "Contraseña incorrecta. Por favor intentalo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Favor de contactar a la presona que lo compartió con usted para más detalles."
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Por favor de contacta a la persona que lo compartió contigo para más detalles."
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,17 +1,22 @@
{ "translations": {
"Saving..." : "Guardando...",
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Latest revision" : "Última revisión",
"More versions..." : "Más versiones...",
"Latest revision" : "Revisión más reciente",
"More versions" : "Más versiones...",
"Just now" : "Justo ahora",
"Failed to revert the document to older version" : "Se presentó una falla al revertir el documento a la versión anterior",
"Failed to revert the document to older version" : "Se presentó una falla al revertir el documento a una versión anterior",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Cancel" : "Cancelar",
"Save" : "Guardar",
"Loading documents..." : "Cargando documentos...",
"Loading documents" : "Cargando documentos...",
"Edit" : "Editar",
"Document" : "Documento",
"Spreadsheet" : "Hoja de cálculo",
"Presentation" : "Presentación",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
@ -21,16 +26,23 @@
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalacion del servidor.",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalación del servidor.",
"Collabora Online" : "Collabora Online",
"Open documentation" : "Abrir la documentación",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Limitar uso a grupos específicos",
"Restrict edit to specific groups" : "Limitar edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Wrong password. Please retry." : "Contraseña incorrecta. Favor de intentarlo de nuevo.",
"Enable access for external apps" : "Habilitar acceso para aplicaciones externas",
"Add" : "Guardar",
"Use Canonical webroot" : "Usar el webroot Canonico",
"Canonical webroot, in case there are multiple, for Collabora to use. Provide the one with least restrictions. Eg: Use non-shibbolized webroot if this instance is accessed by both shibbolized and non-shibbolized webroots. You can ignore this setting if only one webroot is used to access this instance." : "webroot canonico, en caso de que haya varios, para que los use Collabora. Proporciona el que tenga menos restricciones. P. ej. Usa un webroot no-shibbolizado si la instancia es accesible por tanto un webroot shibbolizado y un no shibbolizado. Puedes ignorar esta configuracion si solo un webroot se usa para acceder a la instancia. ",
"Wrong password. Please retry." : "Contraseña incorrecta. Por favor intentalo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Favor de contactar a la presona que lo compartió con usted para más detalles."
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Por favor de contacta a la persona que lo compartió contigo para más detalles."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

42
l10n/es_NI.js Normal file
View File

@ -0,0 +1,42 @@
OC.L10N.register(
"richdocuments",
{
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalación del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Limitar uso a grupos específicos",
"Restrict edit to specific groups" : "Limitar edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Enable access for external apps" : "Habilitar acceso para aplicaciones externas",
"Add" : "Guardar",
"Wrong password. Please retry." : "Contraseña incorrecta. Por favor intentalo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Por favor de contacta a la persona que lo compartió contigo para más detalles."
},
"nplurals=2; plural=(n != 1);");

40
l10n/es_NI.json Normal file
View File

@ -0,0 +1,40 @@
{ "translations": {
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalación del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Limitar uso a grupos específicos",
"Restrict edit to specific groups" : "Limitar edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Enable access for external apps" : "Habilitar acceso para aplicaciones externas",
"Add" : "Guardar",
"Wrong password. Please retry." : "Contraseña incorrecta. Por favor intentalo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Por favor de contacta a la persona que lo compartió contigo para más detalles."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

42
l10n/es_PA.js Normal file
View File

@ -0,0 +1,42 @@
OC.L10N.register(
"richdocuments",
{
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalación del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Limitar uso a grupos específicos",
"Restrict edit to specific groups" : "Limitar edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Enable access for external apps" : "Habilitar acceso para aplicaciones externas",
"Add" : "Guardar",
"Wrong password. Please retry." : "Contraseña incorrecta. Por favor intentalo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Por favor de contacta a la persona que lo compartió contigo para más detalles."
},
"nplurals=2; plural=(n != 1);");

40
l10n/es_PA.json Normal file
View File

@ -0,0 +1,40 @@
{ "translations": {
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalación del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Limitar uso a grupos específicos",
"Restrict edit to specific groups" : "Limitar edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Enable access for external apps" : "Habilitar acceso para aplicaciones externas",
"Add" : "Guardar",
"Wrong password. Please retry." : "Contraseña incorrecta. Por favor intentalo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Por favor de contacta a la persona que lo compartió contigo para más detalles."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

42
l10n/es_PE.js Normal file
View File

@ -0,0 +1,42 @@
OC.L10N.register(
"richdocuments",
{
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalación del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Limitar uso a grupos específicos",
"Restrict edit to specific groups" : "Limitar edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Enable access for external apps" : "Habilitar acceso para aplicaciones externas",
"Add" : "Guardar",
"Wrong password. Please retry." : "Contraseña incorrecta. Por favor intentalo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Por favor de contacta a la persona que lo compartió contigo para más detalles."
},
"nplurals=2; plural=(n != 1);");

40
l10n/es_PE.json Normal file
View File

@ -0,0 +1,40 @@
{ "translations": {
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalación del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Limitar uso a grupos específicos",
"Restrict edit to specific groups" : "Limitar edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Enable access for external apps" : "Habilitar acceso para aplicaciones externas",
"Add" : "Guardar",
"Wrong password. Please retry." : "Contraseña incorrecta. Por favor intentalo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Por favor de contacta a la persona que lo compartió contigo para más detalles."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

42
l10n/es_PR.js Normal file
View File

@ -0,0 +1,42 @@
OC.L10N.register(
"richdocuments",
{
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalación del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Limitar uso a grupos específicos",
"Restrict edit to specific groups" : "Limitar edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Enable access for external apps" : "Habilitar acceso para aplicaciones externas",
"Add" : "Guardar",
"Wrong password. Please retry." : "Contraseña incorrecta. Por favor intentalo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Por favor de contacta a la persona que lo compartió contigo para más detalles."
},
"nplurals=2; plural=(n != 1);");

40
l10n/es_PR.json Normal file
View File

@ -0,0 +1,40 @@
{ "translations": {
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalación del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Limitar uso a grupos específicos",
"Restrict edit to specific groups" : "Limitar edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Enable access for external apps" : "Habilitar acceso para aplicaciones externas",
"Add" : "Guardar",
"Wrong password. Please retry." : "Contraseña incorrecta. Por favor intentalo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Por favor de contacta a la persona que lo compartió contigo para más detalles."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

42
l10n/es_PY.js Normal file
View File

@ -0,0 +1,42 @@
OC.L10N.register(
"richdocuments",
{
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalación del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Limitar uso a grupos específicos",
"Restrict edit to specific groups" : "Limitar edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Enable access for external apps" : "Habilitar acceso para aplicaciones externas",
"Add" : "Guardar",
"Wrong password. Please retry." : "Contraseña incorrecta. Por favor intentalo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Por favor de contacta a la persona que lo compartió contigo para más detalles."
},
"nplurals=2; plural=(n != 1);");

40
l10n/es_PY.json Normal file
View File

@ -0,0 +1,40 @@
{ "translations": {
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalación del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Limitar uso a grupos específicos",
"Restrict edit to specific groups" : "Limitar edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Enable access for external apps" : "Habilitar acceso para aplicaciones externas",
"Add" : "Guardar",
"Wrong password. Please retry." : "Contraseña incorrecta. Por favor intentalo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Por favor de contacta a la persona que lo compartió contigo para más detalles."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

42
l10n/es_SV.js Normal file
View File

@ -0,0 +1,42 @@
OC.L10N.register(
"richdocuments",
{
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalación del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Limitar uso a grupos específicos",
"Restrict edit to specific groups" : "Limitar edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Enable access for external apps" : "Habilitar acceso para aplicaciones externas",
"Add" : "Guardar",
"Wrong password. Please retry." : "Contraseña incorrecta. Por favor intentalo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Por favor de contacta a la persona que lo compartió contigo para más detalles."
},
"nplurals=2; plural=(n != 1);");

40
l10n/es_SV.json Normal file
View File

@ -0,0 +1,40 @@
{ "translations": {
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalación del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Limitar uso a grupos específicos",
"Restrict edit to specific groups" : "Limitar edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Enable access for external apps" : "Habilitar acceso para aplicaciones externas",
"Add" : "Guardar",
"Wrong password. Please retry." : "Contraseña incorrecta. Por favor intentalo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Por favor de contacta a la persona que lo compartió contigo para más detalles."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

42
l10n/es_UY.js Normal file
View File

@ -0,0 +1,42 @@
OC.L10N.register(
"richdocuments",
{
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalación del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Limitar uso a grupos específicos",
"Restrict edit to specific groups" : "Limitar edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Enable access for external apps" : "Habilitar acceso para aplicaciones externas",
"Add" : "Guardar",
"Wrong password. Please retry." : "Contraseña incorrecta. Por favor intentalo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Por favor de contacta a la persona que lo compartió contigo para más detalles."
},
"nplurals=2; plural=(n != 1);");

40
l10n/es_UY.json Normal file
View File

@ -0,0 +1,40 @@
{ "translations": {
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalación del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Restrict usage to specific groups" : "Limitar uso a grupos específicos",
"Restrict edit to specific groups" : "Limitar edición a grupos específicos",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Enable access for external apps" : "Habilitar acceso para aplicaciones externas",
"Add" : "Guardar",
"Wrong password. Please retry." : "Contraseña incorrecta. Por favor intentalo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta liga ha expirado o nunca existió. Por favor de contacta a la persona que lo compartió contigo para más detalles."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -1,11 +1,9 @@
OC.L10N.register(
"richdocuments",
{
"Saving..." : "Salvestamine...",
"More versions..." : "Rohkem versioone...",
"Just now" : "Kohe",
"Saving…" : "Salvestamine...",
"All" : "Kõik",
"Save" : "Salvesta",
"Loading documents..." : "Laadin dokumente...",
"Edit" : "Muuda",
"Could not create file" : "Ei suuda luua faili",
"New Presentation.pptx" : "Uus esitlus.pptx",

View File

@ -1,9 +1,7 @@
{ "translations": {
"Saving..." : "Salvestamine...",
"More versions..." : "Rohkem versioone...",
"Just now" : "Kohe",
"Saving…" : "Salvestamine...",
"All" : "Kõik",
"Save" : "Salvesta",
"Loading documents..." : "Laadin dokumente...",
"Edit" : "Muuda",
"Could not create file" : "Ei suuda luua faili",
"New Presentation.pptx" : "Uus esitlus.pptx",

View File

@ -1,19 +0,0 @@
OC.L10N.register(
"richdocuments",
{
"Saving..." : "Gordetzen...",
"More versions..." : "Bertsio gehiago...",
"Save" : "Gorde",
"Loading documents..." : "Dokumentuak kargatzen...",
"Edit" : "Editatu",
"Could not create file" : "Ezin izan da fitxategia sortu",
"Can't create document" : "Ezin da dokumentua sortu",
"Saved" : "Gordeta",
"Apply" : "Aplikatu",
"Wrong password. Please retry." : "Pasahitz okerra. Saiatu berriro.",
"Password" : "Pasahitza",
"OK" : "Ados",
"Guest %s" : "Gonbidatua %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Lotura hau iraungi da edo ez da inoiz existitu. Mesedez zurekin partekatu zuen pertsonarekin harremanetan jarri zehaztasun gehiago izateko."
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,17 +0,0 @@
{ "translations": {
"Saving..." : "Gordetzen...",
"More versions..." : "Bertsio gehiago...",
"Save" : "Gorde",
"Loading documents..." : "Dokumentuak kargatzen...",
"Edit" : "Editatu",
"Could not create file" : "Ezin izan da fitxategia sortu",
"Can't create document" : "Ezin da dokumentua sortu",
"Saved" : "Gordeta",
"Apply" : "Aplikatu",
"Wrong password. Please retry." : "Pasahitz okerra. Saiatu berriro.",
"Password" : "Pasahitza",
"OK" : "Ados",
"Guest %s" : "Gonbidatua %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Lotura hau iraungi da edo ez da inoiz existitu. Mesedez zurekin partekatu zuen pertsonarekin harremanetan jarri zehaztasun gehiago izateko."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -1,19 +0,0 @@
OC.L10N.register(
"richdocuments",
{
"Saving..." : "در حال ذخیره سازی...",
"More versions..." : "نسخه های بیشتر",
"Save" : "ذخیره",
"Loading documents..." : "در حال بارگذاری اسناد...",
"Edit" : "ویرایش",
"Could not create file" : "امکان ایجاد فایل وجود ندارد",
"Can't create document" : "امکان ایجاد این سند وجود ندارد",
"Saved" : "ذخیره شد",
"Apply" : "اعمال",
"Wrong password. Please retry." : "رمز اشتباه. لطفاً مجددا تکرار فرمایید.",
"Password" : "گذرواژه",
"OK" : "باشه",
"Guest %s" : "میهمان %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "این لینک منقضی شده یا اینکه هرگز وجود نداشته است. لطفاً از کسی که آن را با شما به اشتراک گذاشته جزئیات را جویا شوید."
},
"nplurals=1; plural=0;");

View File

@ -1,17 +0,0 @@
{ "translations": {
"Saving..." : "در حال ذخیره سازی...",
"More versions..." : "نسخه های بیشتر",
"Save" : "ذخیره",
"Loading documents..." : "در حال بارگذاری اسناد...",
"Edit" : "ویرایش",
"Could not create file" : "امکان ایجاد فایل وجود ندارد",
"Can't create document" : "امکان ایجاد این سند وجود ندارد",
"Saved" : "ذخیره شد",
"Apply" : "اعمال",
"Wrong password. Please retry." : "رمز اشتباه. لطفاً مجددا تکرار فرمایید.",
"Password" : "گذرواژه",
"OK" : "باشه",
"Guest %s" : "میهمان %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "این لینک منقضی شده یا اینکه هرگز وجود نداشته است. لطفاً از کسی که آن را با شما به اشتراک گذاشته جزئیات را جویا شوید."
},"pluralForm" :"nplurals=1; plural=0;"
}

View File

@ -1,18 +1,22 @@
OC.L10N.register(
"richdocuments",
{
"Saving..." : "Tallennetaan...",
"Saving…" : "Tallennetaan...",
"All" : "Kaikki",
"Download this revision" : "Lataa tämä versio",
"Restore this revision" : "Palauta tähän versioon",
"Latest revision" : "Viimeisin versio",
"More versions..." : "Lisää versioita...",
"More versions…" : "Lisää versioita…",
"Just now" : "Juuri nyt",
"Please enter the filename to store the document as." : "Anna tiedostonimi, jolla asiakirja tallennetaan.",
"Save As" : "Tallenna nimellä",
"New filename" : "Uusi tiedostonimi",
"Cancel" : "Peru",
"Save" : "Tallenna",
"Loading documents..." : "Ladataan asiakirjoja...",
"Loading documents" : "Ladataan asiakirjoja...",
"Edit" : "Muokkaa",
"Document" : "Asiakirja",
"Spreadsheet" : "Taulukko",
"Presentation" : "Esitys",
"New Document" : "Uusi asiakirja",
"New Spreadsheet" : "Uusi taulukko",
"New Presentation" : "Uusi esitys",
"Could not create file" : "Tiedoston luominen epäonnistui",
"New Document.odt" : "Uusi asiakirja.odt",
"New Spreadsheet.ods" : "Uusi taulukko.ods",
@ -22,11 +26,20 @@ OC.L10N.register(
"New Presentation.pptx" : "Uusi esitys.pptx",
"Can't create document" : "Asiakirjan luominen epäonnistui",
"Saved" : "Tallennettu",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Tallennettu virheen kanssa: Collabora Onlinen tulee käyttää palvelimen kanssa samaa protokollaa.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Collabora Online -palvelin",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL-osoite (ja portti) Collabora Online -palvelimelle, joka tarjoaa mukkaustoiminnot WOPI-asiakkaana.",
"Apply" : "Toteuta",
"Restrict usage to specific groups" : "Rajoita käyttö tiettyihin ryhmiin",
"Restrict edit to specific groups" : "Rajoita muokkaus tiettyihin ryhmiin",
"Use OOXML by default for new files" : "Käytä OOXML:ää oletuksena uusille tiedostoille",
"Enable access for external apps" : "Salli pääsy ulkoisten sovellusten osalta",
"Add" : "Lisää",
"Wrong password. Please retry." : "Väärä salasana. Yritä uudelleen.",
"Password" : "Salasana",
"OK" : "OK",
"Guest %s" : "Vieras %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Linkki on vanhentunut tai se ei ole ollutkaan toimiva. Ota yhteyttä henkilöön jolta sait linkin saadaksesi lisätietoja."
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Linkki on vanhentunut tai se ei ole ollutkaan toimiva. Ota yhteyttä henkilöön, jolta sait linkin saadaksesi lisätietoja."
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,16 +1,20 @@
{ "translations": {
"Saving..." : "Tallennetaan...",
"Saving…" : "Tallennetaan...",
"All" : "Kaikki",
"Download this revision" : "Lataa tämä versio",
"Restore this revision" : "Palauta tähän versioon",
"Latest revision" : "Viimeisin versio",
"More versions..." : "Lisää versioita...",
"More versions…" : "Lisää versioita…",
"Just now" : "Juuri nyt",
"Please enter the filename to store the document as." : "Anna tiedostonimi, jolla asiakirja tallennetaan.",
"Save As" : "Tallenna nimellä",
"New filename" : "Uusi tiedostonimi",
"Cancel" : "Peru",
"Save" : "Tallenna",
"Loading documents..." : "Ladataan asiakirjoja...",
"Loading documents" : "Ladataan asiakirjoja...",
"Edit" : "Muokkaa",
"Document" : "Asiakirja",
"Spreadsheet" : "Taulukko",
"Presentation" : "Esitys",
"New Document" : "Uusi asiakirja",
"New Spreadsheet" : "Uusi taulukko",
"New Presentation" : "Uusi esitys",
"Could not create file" : "Tiedoston luominen epäonnistui",
"New Document.odt" : "Uusi asiakirja.odt",
"New Spreadsheet.ods" : "Uusi taulukko.ods",
@ -20,11 +24,20 @@
"New Presentation.pptx" : "Uusi esitys.pptx",
"Can't create document" : "Asiakirjan luominen epäonnistui",
"Saved" : "Tallennettu",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Tallennettu virheen kanssa: Collabora Onlinen tulee käyttää palvelimen kanssa samaa protokollaa.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Collabora Online -palvelin",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL-osoite (ja portti) Collabora Online -palvelimelle, joka tarjoaa mukkaustoiminnot WOPI-asiakkaana.",
"Apply" : "Toteuta",
"Restrict usage to specific groups" : "Rajoita käyttö tiettyihin ryhmiin",
"Restrict edit to specific groups" : "Rajoita muokkaus tiettyihin ryhmiin",
"Use OOXML by default for new files" : "Käytä OOXML:ää oletuksena uusille tiedostoille",
"Enable access for external apps" : "Salli pääsy ulkoisten sovellusten osalta",
"Add" : "Lisää",
"Wrong password. Please retry." : "Väärä salasana. Yritä uudelleen.",
"Password" : "Salasana",
"OK" : "OK",
"Guest %s" : "Vieras %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Linkki on vanhentunut tai se ei ole ollutkaan toimiva. Ota yhteyttä henkilöön jolta sait linkin saadaksesi lisätietoja."
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Linkki on vanhentunut tai se ei ole ollutkaan toimiva. Ota yhteyttä henkilöön, jolta sait linkin saadaksesi lisätietoja."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -1,19 +1,24 @@
OC.L10N.register(
"richdocuments",
{
"Saving..." : "Enregistrement...",
"Saving…" : "Enregistrement…",
"All" : "Tout",
"Download this revision" : "Télécharger cette révision",
"Restore this revision" : "Restaurer cette révision",
"Latest revision" : "Dernière révision",
"More versions..." : "Plus de versions...",
"Latest revision" : "Dernière version",
"More versions" : "Plus de versions...",
"Just now" : "À l'instant",
"Failed to revert the document to older version" : "Impossible de restaurer le fichier à son ancienne version",
"Please enter the filename to store the document as." : "Veuillez entrer le nom avec lequel vous voulez que le document soit stocké.",
"Save As" : "Enregistrer sous",
"New filename" : "Nouveau nom de fichier",
"Cancel" : "Annuler",
"Save" : "Enregistrer",
"Loading documents..." : "Chargement des documents...",
"Loading documents" : "Chargement des documents...",
"Edit" : "Éditer",
"Document" : "Document",
"Spreadsheet" : "Feuille de calcul",
"Presentation" : "Présentation",
"New Document" : "Nouveau document",
"New Spreadsheet" : "Nouvelle feuille de calcul",
"New Presentation" : "Nouvelle présentation",
"Could not create file" : "Impossible de créer le fichier",
"New Document.odt" : "Nouveau Document.odt",
"New Spreadsheet.ods" : "Nouvelle Feuille de Calcul.ods",
@ -25,10 +30,17 @@ OC.L10N.register(
"Saved" : "Sauvegardé",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Sauvegardé avec une erreur : Collabora Online devrait utiliser le même protocole que lors de l'installation du serveur.",
"Collabora Online" : "Collabora en ligne",
"Open documentation" : "Voir la documentation",
"Collabora Online server" : "Serveur Collabora en ligne",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "Adresse (et port) du serveur Collabora en ligne qui fourni la fonctionnalité d'édition comme un client WOPI.",
"Apply" : "Appliquer",
"Restrict usage to specific groups" : "Limiter l'utilisation à certains groupes",
"Restrict edit to specific groups" : "Limiter l'édition à certains groupes",
"Use OOXML by default for new files" : "Utiliser le format OOXML par défaut pour les nouveaux fichiers",
"Enable access for external apps" : "Activer l'accès depuis des applications externes",
"Add" : "Ajouter",
"Use Canonical webroot" : "Utiliser la racine web canonique",
"Canonical webroot, in case there are multiple, for Collabora to use. Provide the one with least restrictions. Eg: Use non-shibbolized webroot if this instance is accessed by both shibbolized and non-shibbolized webroots. You can ignore this setting if only one webroot is used to access this instance." : "Racine web canonique, dans le cas où il y en aurait plusieurs, pour utiliser Collabora. Renseigner celle avec le moins de restrictions. Par exemple : Utilisez la racine web non-hibbolisée si cette instance est accessible à la fois par les racines web shibbolisées et non-hibbolisées. Vous pouvez ignorer ce paramètre si une seule racine Web est utilisée pour accéder à cette instance.",
"Wrong password. Please retry." : "Mot de passe erroné. Merci de réessayer.",
"Password" : "Mot de passe",
"OK" : "OK",

View File

@ -1,17 +1,22 @@
{ "translations": {
"Saving..." : "Enregistrement...",
"Saving…" : "Enregistrement…",
"All" : "Tout",
"Download this revision" : "Télécharger cette révision",
"Restore this revision" : "Restaurer cette révision",
"Latest revision" : "Dernière révision",
"More versions..." : "Plus de versions...",
"Latest revision" : "Dernière version",
"More versions" : "Plus de versions...",
"Just now" : "À l'instant",
"Failed to revert the document to older version" : "Impossible de restaurer le fichier à son ancienne version",
"Please enter the filename to store the document as." : "Veuillez entrer le nom avec lequel vous voulez que le document soit stocké.",
"Save As" : "Enregistrer sous",
"New filename" : "Nouveau nom de fichier",
"Cancel" : "Annuler",
"Save" : "Enregistrer",
"Loading documents..." : "Chargement des documents...",
"Loading documents" : "Chargement des documents...",
"Edit" : "Éditer",
"Document" : "Document",
"Spreadsheet" : "Feuille de calcul",
"Presentation" : "Présentation",
"New Document" : "Nouveau document",
"New Spreadsheet" : "Nouvelle feuille de calcul",
"New Presentation" : "Nouvelle présentation",
"Could not create file" : "Impossible de créer le fichier",
"New Document.odt" : "Nouveau Document.odt",
"New Spreadsheet.ods" : "Nouvelle Feuille de Calcul.ods",
@ -23,10 +28,17 @@
"Saved" : "Sauvegardé",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Sauvegardé avec une erreur : Collabora Online devrait utiliser le même protocole que lors de l'installation du serveur.",
"Collabora Online" : "Collabora en ligne",
"Open documentation" : "Voir la documentation",
"Collabora Online server" : "Serveur Collabora en ligne",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "Adresse (et port) du serveur Collabora en ligne qui fourni la fonctionnalité d'édition comme un client WOPI.",
"Apply" : "Appliquer",
"Restrict usage to specific groups" : "Limiter l'utilisation à certains groupes",
"Restrict edit to specific groups" : "Limiter l'édition à certains groupes",
"Use OOXML by default for new files" : "Utiliser le format OOXML par défaut pour les nouveaux fichiers",
"Enable access for external apps" : "Activer l'accès depuis des applications externes",
"Add" : "Ajouter",
"Use Canonical webroot" : "Utiliser la racine web canonique",
"Canonical webroot, in case there are multiple, for Collabora to use. Provide the one with least restrictions. Eg: Use non-shibbolized webroot if this instance is accessed by both shibbolized and non-shibbolized webroots. You can ignore this setting if only one webroot is used to access this instance." : "Racine web canonique, dans le cas où il y en aurait plusieurs, pour utiliser Collabora. Renseigner celle avec le moins de restrictions. Par exemple : Utilisez la racine web non-hibbolisée si cette instance est accessible à la fois par les racines web shibbolisées et non-hibbolisées. Vous pouvez ignorer ce paramètre si une seule racine Web est utilisée pour accéder à cette instance.",
"Wrong password. Please retry." : "Mot de passe erroné. Merci de réessayer.",
"Password" : "Mot de passe",
"OK" : "OK",

View File

@ -1,19 +0,0 @@
OC.L10N.register(
"richdocuments",
{
"Saving..." : "Gardando...",
"More versions..." : "Máis versións...",
"Save" : "Gardar",
"Loading documents..." : "Cargando documentos...",
"Edit" : "Editar",
"Could not create file" : "Non foi posíbel crear o ficheiro",
"Can't create document" : "Non é posíbel crear o documento",
"Saved" : "Gardado",
"Apply" : "Aplicar",
"Wrong password. Please retry." : "Contrasinal incorrecto. Ténteo de novo.",
"Password" : "Contrasinal",
"OK" : "Aceptar",
"Guest %s" : "Convidado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta ligazón caducou ou xa non existe. Póñase en contacto coa persoa que o compartiu con vostede para obter máis información."
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,17 +0,0 @@
{ "translations": {
"Saving..." : "Gardando...",
"More versions..." : "Máis versións...",
"Save" : "Gardar",
"Loading documents..." : "Cargando documentos...",
"Edit" : "Editar",
"Could not create file" : "Non foi posíbel crear o ficheiro",
"Can't create document" : "Non é posíbel crear o documento",
"Saved" : "Gardado",
"Apply" : "Aplicar",
"Wrong password. Please retry." : "Contrasinal incorrecto. Ténteo de novo.",
"Password" : "Contrasinal",
"OK" : "Aceptar",
"Guest %s" : "Convidado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta ligazón caducou ou xa non existe. Póñase en contacto coa persoa que o compartiu con vostede para obter máis información."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -1,17 +1,8 @@
OC.L10N.register(
"richdocuments",
{
"Saving..." : "שמירה…",
"Latest revision" : "גרסה אחרונה",
"More versions..." : "גרסאות נוספות...",
"Just now" : "ממש עכשיו",
"Failed to revert the document to older version" : "נכשל באחזור המסמך לגרסה קודמת",
"Save" : "שמירה",
"Loading documents..." : "המסמך בטעינה...",
"Edit" : "עריכה",
"Document" : "מסמך",
"Spreadsheet" : "גיליון נתונים",
"Presentation" : "מצגת",
"Could not create file" : "יצירת הקובץ נכשלה",
"New Document.odt" : "Document.odt חדש",
"New Spreadsheet.ods" : "Spreadsheet.ods חדש",

View File

@ -1,15 +1,6 @@
{ "translations": {
"Saving..." : "שמירה…",
"Latest revision" : "גרסה אחרונה",
"More versions..." : "גרסאות נוספות...",
"Just now" : "ממש עכשיו",
"Failed to revert the document to older version" : "נכשל באחזור המסמך לגרסה קודמת",
"Save" : "שמירה",
"Loading documents..." : "המסמך בטעינה...",
"Edit" : "עריכה",
"Document" : "מסמך",
"Spreadsheet" : "גיליון נתונים",
"Presentation" : "מצגת",
"Could not create file" : "יצירת הקובץ נכשלה",
"New Document.odt" : "Document.odt חדש",
"New Spreadsheet.ods" : "Spreadsheet.ods חדש",

View File

@ -1,19 +0,0 @@
OC.L10N.register(
"richdocuments",
{
"Saving..." : "Spremanje...",
"More versions..." : "Više verzija...",
"Save" : "Spremi",
"Loading documents..." : "Učitavanje dokumenata...",
"Edit" : "Uređivanje",
"Could not create file" : "Datoteku nije moguće kreirati",
"Can't create document" : "Dokument nije moguće kreirati",
"Saved" : "Spremljeno",
"Apply" : "Potvrda",
"Wrong password. Please retry." : "Pogrešna lozinka. Molimo pokušajte ponovno",
"Password" : "Lozinka",
"OK" : "OK",
"Guest %s" : "Gost %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Ova veza je istekla ili nikad nije postojala. Za detalje, molimo kontaktirajte osobu kojaju je s vama podijelila."
},
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");

View File

@ -1,17 +0,0 @@
{ "translations": {
"Saving..." : "Spremanje...",
"More versions..." : "Više verzija...",
"Save" : "Spremi",
"Loading documents..." : "Učitavanje dokumenata...",
"Edit" : "Uređivanje",
"Could not create file" : "Datoteku nije moguće kreirati",
"Can't create document" : "Dokument nije moguće kreirati",
"Saved" : "Spremljeno",
"Apply" : "Potvrda",
"Wrong password. Please retry." : "Pogrešna lozinka. Molimo pokušajte ponovno",
"Password" : "Lozinka",
"OK" : "OK",
"Guest %s" : "Gost %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Ova veza je istekla ili nikad nije postojala. Za detalje, molimo kontaktirajte osobu kojaju je s vama podijelila."
},"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"
}

View File

@ -1,19 +1,24 @@
OC.L10N.register(
"richdocuments",
{
"Saving..." : "Mentés...",
"Saving…" : "Mentés...",
"All" : "Mind",
"Download this revision" : "Jelen verzió letöltése",
"Restore this revision" : "Jelen verzió visszaállítása",
"Latest revision" : "Legújabb verzió",
"More versions..." : "További változatok...",
"More versions" : "További változatok...",
"Just now" : "Épp most",
"Failed to revert the document to older version" : "Nem sikerült visszaállítani a dokumentumot a korábbi verzióra",
"Please enter the filename to store the document as." : "Kérlek add meg, hogy milyen néven legyen tárolva a dokumentum.",
"Save As" : "Mentés másként",
"New filename" : "Új fájlnév",
"Cancel" : "Mégsem",
"Save" : "Mentés",
"Loading documents..." : "Dokumentumok betöltése...",
"Loading documents" : "Dokumentumok betöltése",
"Edit" : "Szerkesztés",
"Document" : "Dokumentum",
"Spreadsheet" : "Munkafüzet",
"Presentation" : "Bemutató",
"New Document" : "Új dokumentum",
"New Spreadsheet" : "Új munkafüzet",
"New Presentation" : "Új bemutató",
"Could not create file" : "Az állomány nem hozható létre",
"New Document.odt" : "Új dokumentum.odt",
"New Spreadsheet.ods" : "Új munkafüzet.ods",
@ -25,10 +30,17 @@ OC.L10N.register(
"Saved" : "Elmentve!",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Mentve hibával: a Collabora Online-t ugyanazon protokollon kellene használni, mint a telepített szervert.",
"Collabora Online" : "Collabora Online",
"Open documentation" : "Dokumentáció megnyitása",
"Collabora Online server" : "Collabora Online kiszolgáló",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "A Collabora Online kiszolgáló URL-je (és portja), amely WOPI-ügyfélként lehetővé teszi a szerkesztés funkciót.",
"Apply" : "Alkalmaz",
"Restrict usage to specific groups" : "Használat korlátozása csoportra",
"Restrict edit to specific groups" : "Szerkesztés korlátozása csoportra",
"Use OOXML by default for new files" : "OOXML használata alapértelmezettként az új fájlokhoz",
"Enable access for external apps" : "Külső alkalmazások hozzáférésének engedélyezése",
"Add" : "Hozzáadás",
"Use Canonical webroot" : "Egyszerűsített webroot használata",
"Canonical webroot, in case there are multiple, for Collabora to use. Provide the one with least restrictions. Eg: Use non-shibbolized webroot if this instance is accessed by both shibbolized and non-shibbolized webroots. You can ignore this setting if only one webroot is used to access this instance." : "A rövidített webroot-ok közül, ha több van, azt használd ami a legkevesebb megkötést adja. Pl: ha van shibbolizált és nem shibbolizált elérés a nem shibbolizáltat válaszd. Ezt a beállítást figyelmen kívül hagyhatod, ha a webroot-odat csak egyféle módon lehet elérni.",
"Wrong password. Please retry." : "Hibás jelszó. Próbálkozzon újra!",
"Password" : "Jelszó",
"OK" : "OK",

View File

@ -1,17 +1,22 @@
{ "translations": {
"Saving..." : "Mentés...",
"Saving…" : "Mentés...",
"All" : "Mind",
"Download this revision" : "Jelen verzió letöltése",
"Restore this revision" : "Jelen verzió visszaállítása",
"Latest revision" : "Legújabb verzió",
"More versions..." : "További változatok...",
"More versions" : "További változatok...",
"Just now" : "Épp most",
"Failed to revert the document to older version" : "Nem sikerült visszaállítani a dokumentumot a korábbi verzióra",
"Please enter the filename to store the document as." : "Kérlek add meg, hogy milyen néven legyen tárolva a dokumentum.",
"Save As" : "Mentés másként",
"New filename" : "Új fájlnév",
"Cancel" : "Mégsem",
"Save" : "Mentés",
"Loading documents..." : "Dokumentumok betöltése...",
"Loading documents" : "Dokumentumok betöltése",
"Edit" : "Szerkesztés",
"Document" : "Dokumentum",
"Spreadsheet" : "Munkafüzet",
"Presentation" : "Bemutató",
"New Document" : "Új dokumentum",
"New Spreadsheet" : "Új munkafüzet",
"New Presentation" : "Új bemutató",
"Could not create file" : "Az állomány nem hozható létre",
"New Document.odt" : "Új dokumentum.odt",
"New Spreadsheet.ods" : "Új munkafüzet.ods",
@ -23,10 +28,17 @@
"Saved" : "Elmentve!",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Mentve hibával: a Collabora Online-t ugyanazon protokollon kellene használni, mint a telepített szervert.",
"Collabora Online" : "Collabora Online",
"Open documentation" : "Dokumentáció megnyitása",
"Collabora Online server" : "Collabora Online kiszolgáló",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "A Collabora Online kiszolgáló URL-je (és portja), amely WOPI-ügyfélként lehetővé teszi a szerkesztés funkciót.",
"Apply" : "Alkalmaz",
"Restrict usage to specific groups" : "Használat korlátozása csoportra",
"Restrict edit to specific groups" : "Szerkesztés korlátozása csoportra",
"Use OOXML by default for new files" : "OOXML használata alapértelmezettként az új fájlokhoz",
"Enable access for external apps" : "Külső alkalmazások hozzáférésének engedélyezése",
"Add" : "Hozzáadás",
"Use Canonical webroot" : "Egyszerűsített webroot használata",
"Canonical webroot, in case there are multiple, for Collabora to use. Provide the one with least restrictions. Eg: Use non-shibbolized webroot if this instance is accessed by both shibbolized and non-shibbolized webroots. You can ignore this setting if only one webroot is used to access this instance." : "A rövidített webroot-ok közül, ha több van, azt használd ami a legkevesebb megkötést adja. Pl: ha van shibbolizált és nem shibbolizált elérés a nem shibbolizáltat válaszd. Ezt a beállítást figyelmen kívül hagyhatod, ha a webroot-odat csak egyféle módon lehet elérni.",
"Wrong password. Please retry." : "Hibás jelszó. Próbálkozzon újra!",
"Password" : "Jelszó",
"OK" : "OK",

View File

@ -1,15 +0,0 @@
OC.L10N.register(
"richdocuments",
{
"Saving..." : "Պահում եմ...",
"More versions..." : "Ավել տարբերակներ...",
"Save" : "Պահել",
"Edit" : "Խմբագրել",
"Could not create file" : "Չկարողացա ստեղծել ֆայլը",
"Saved" : "Պահված",
"Wrong password. Please retry." : "Գաղտնաբառը սխալ է: Կրկին փորձիր:",
"Password" : "Գաղտնաբառ",
"OK" : "Լավ",
"Guest %s" : "Հյուր %s"
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,13 +0,0 @@
{ "translations": {
"Saving..." : "Պահում եմ...",
"More versions..." : "Ավել տարբերակներ...",
"Save" : "Պահել",
"Edit" : "Խմբագրել",
"Could not create file" : "Չկարողացա ստեղծել ֆայլը",
"Saved" : "Պահված",
"Wrong password. Please retry." : "Գաղտնաբառը սխալ է: Կրկին փորձիր:",
"Password" : "Գաղտնաբառ",
"OK" : "Լավ",
"Guest %s" : "Հյուր %s"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

Some files were not shown because too many files have changed in this diff Show More