Compare commits

...

193 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
171 changed files with 3199 additions and 664 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,28 @@
**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.

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,9 +18,15 @@ 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 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.
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.

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

@ -2,30 +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.12.32</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-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,10 +18,14 @@ 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'],

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,10 +1,36 @@
/*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…'));
@ -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,6 +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>',
$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 */
@ -107,7 +120,7 @@ var documentsMain = {
revisionsStart: 0,
init : function(){
documentsMain.UI.mainTitle = $('title').text();
documentsMain.UI.mainTitle = parent.document.title;
},
showViewer: function(fileId, title){
@ -249,30 +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');
}
// load the file again, it should get reverted now
window.location = OC.generateUrl('apps/richdocuments/index#{fileid}', {fileid: e.currentTarget.parentElement.dataset.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)
@ -280,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;
@ -300,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});
@ -339,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);
}
};
@ -353,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();
}
}
});
@ -380,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;
});
},
@ -455,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;
@ -467,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');
}
});
},
@ -517,6 +562,7 @@ var documentsMain = {
documentsMain.UI.hideEditor();
$('#ocToolbar').remove();
parent.document.title = documentsMain.UI.mainTitle;
parent.postMessage('close', '*');
},
@ -532,9 +578,6 @@ var documentsMain = {
},
show: function(fileId){
if (documentsMain.isGuest){
return;
}
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,11 +66,11 @@ 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
}
);
@ -90,7 +89,7 @@ var odfViewer = {
FileList.setViewerMode(true);
}
var $iframe = $('<iframe id="richdocumentsframe" allowfullscreen 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") {
@ -207,6 +221,14 @@ $(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();
$.get(
@ -219,7 +241,7 @@ $(document).ready(function() {
// 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,13 +1,18 @@
OC.L10N.register(
"richdocuments",
{
"Saving…" : "Guardando...",
"All" : "Too",
"Download this revision" : "Baxar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Latest revision" : "Cabera revisión",
"Just now" : "Agora mesmo",
"Failed to revert the document to older version" : "Fallu al revertir el documentu a la versión más vieya",
"More versions…" : "Más versiones..",
"Just now" : "Xusto agora",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"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" : "Documentu.odt nuevu",
"New Spreadsheet.ods" : "Fueya_de_cálculu.ods nueva",

View File

@ -1,11 +1,16 @@
{ "translations": {
"Saving…" : "Guardando...",
"All" : "Too",
"Download this revision" : "Baxar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Latest revision" : "Cabera revisión",
"Just now" : "Agora mesmo",
"Failed to revert the document to older version" : "Fallu al revertir el documentu a la versión más vieya",
"More versions…" : "Más versiones..",
"Just now" : "Xusto agora",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"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" : "Documentu.odt nuevu",
"New Spreadsheet.ods" : "Fueya_de_cálculu.ods nueva",

View File

@ -1,15 +0,0 @@
OC.L10N.register(
"richdocuments",
{
"Save" : "Saxla",
"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,13 +0,0 @@
{ "translations": {
"Save" : "Saxla",
"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

@ -3,9 +3,6 @@ OC.L10N.register(
{
"Download this revision" : "Изтегли тази ревизия",
"Restore this revision" : "Възстановяване на редакцията",
"Latest revision" : "Последна редакция",
"Just now" : "Току-що",
"Failed to revert the document to older version" : "Неуспешно възстановяване на документа към по-стара версия",
"Save" : "Запазване",
"Edit" : "Редакция",
"New Document" : "Нов документ",

View File

@ -1,9 +1,6 @@
{ "translations": {
"Download this revision" : "Изтегли тази ревизия",
"Restore this revision" : "Възстановяване на редакцията",
"Latest revision" : "Последна редакция",
"Just now" : "Току-що",
"Failed to revert the document to older version" : "Неуспешно възстановяване на документа към по-стара версия",
"Save" : "Запазване",
"Edit" : "Редакция",
"New Document" : "Нов документ",

View File

@ -1,15 +0,0 @@
OC.L10N.register(
"richdocuments",
{
"Save" : "Spremi",
"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,13 +0,0 @@
{ "translations": {
"Save" : "Spremi",
"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,21 +1,35 @@
OC.L10N.register(
"richdocuments",
{
"Saving…" : "S'està desant ...",
"All" : "Tots",
"Download this revision" : "Baixa aquesta revisió",
"Restore this revision" : "Restaura aquesta revisió",
"Latest revision" : "Última revisió",
"Just now" : "Ara mateix",
"Save As" : "Desa com a",
"Save" : "Desar",
"Loading documents…" : "S'estan carregant els documents...",
"Edit" : "Editar",
"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,33 @@
{ "translations": {
"Saving…" : "S'està desant ...",
"All" : "Tots",
"Download this revision" : "Baixa aquesta revisió",
"Restore this revision" : "Restaura aquesta revisió",
"Latest revision" : "Última revisió",
"Just now" : "Ara mateix",
"Save As" : "Desa com a",
"Save" : "Desar",
"Loading documents…" : "S'estan carregant els documents...",
"Edit" : "Editar",
"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

@ -2,12 +2,14 @@ OC.L10N.register(
"richdocuments",
{
"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í…",
"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...",
"Edit" : "Upravit",
@ -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,11 +1,13 @@
{ "translations": {
"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í…",
"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...",
"Edit" : "Upravit",
@ -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

@ -2,12 +2,11 @@ OC.L10N.register(
"richdocuments",
{
"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...",
"Edit" : "Redigér",
@ -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,11 +1,10 @@
{ "translations": {
"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...",
"Edit" : "Redigér",
@ -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

@ -2,12 +2,17 @@ OC.L10N.register(
"richdocuments",
{
"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 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…",
"Edit" : "Bearbeiten",
@ -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, 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",

View File

@ -1,11 +1,16 @@
{ "translations": {
"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 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…",
"Edit" : "Bearbeiten",
@ -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, 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",

View File

@ -2,12 +2,17 @@ OC.L10N.register(
"richdocuments",
{
"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",
"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…",
"Edit" : "Bearbeiten",
@ -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, 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,11 +1,16 @@
{ "translations": {
"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",
"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…",
"Edit" : "Bearbeiten",
@ -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, 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

@ -2,12 +2,11 @@ OC.L10N.register(
"richdocuments",
{
"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…" : "Φόρτωση εγγράφων...",
"Edit" : "Επεξεργασία",
@ -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,11 +1,10 @@
{ "translations": {
"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…" : "Φόρτωση εγγράφων...",
"Edit" : "Επεξεργασία",
@ -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

@ -2,12 +2,17 @@ OC.L10N.register(
"richdocuments",
{
"Saving…" : "Saving…",
"All" : "All",
"Download this revision" : "Download this revision",
"Restore this revision" : "Restore this revision",
"Latest revision" : "Latest revision",
"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…",
"Edit" : "Edit",
@ -25,10 +30,17 @@ OC.L10N.register(
"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,11 +1,16 @@
{ "translations": {
"Saving…" : "Saving…",
"All" : "All",
"Download this revision" : "Download this revision",
"Restore this revision" : "Restore this revision",
"Latest revision" : "Latest revision",
"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…",
"Edit" : "Edit",
@ -23,10 +28,17 @@
"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,16 +0,0 @@
OC.L10N.register(
"richdocuments",
{
"Save" : "Konservi",
"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,14 +0,0 @@
{ "translations": {
"Save" : "Konservi",
"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

@ -2,19 +2,24 @@ OC.L10N.register(
"richdocuments",
{
"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...",
"Edit" : "Editar",
"New Document" : "Nuevo documento",
"New Spreadsheet" : "Nueva hoja de cálculo",
"New Presentation" : "Nueva presentación",
"Could not create file" : "No se pudo crear el archivo",
"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…",
"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...",
"Edit" : "Editar",
"New Document" : "Nuevo documento",
"New Spreadsheet" : "Nueva hoja de cálculo",
"New Presentation" : "Nueva presentación",
"Could not create file" : "No se pudo crear el archivo",
"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

@ -4,10 +4,6 @@ OC.L10N.register(
"Saving…" : "Guardando...",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Latest revision" : "Última revisión",
"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",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",

View File

@ -2,10 +2,6 @@
"Saving…" : "Guardando...",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Latest revision" : "Última revisión",
"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",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",

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

@ -2,12 +2,17 @@ OC.L10N.register(
"richdocuments",
{
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Latest revision" : "Última revisión",
"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...",
"Edit" : "Editar",
@ -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,11 +1,16 @@
{ "translations": {
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Latest revision" : "Última revisión",
"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...",
"Edit" : "Editar",
@ -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,7 +1,8 @@
OC.L10N.register(
"richdocuments",
{
"Just now" : "Kohe",
"Saving…" : "Salvestamine...",
"All" : "Kõik",
"Save" : "Salvesta",
"Edit" : "Muuda",
"Could not create file" : "Ei suuda luua faili",

View File

@ -1,5 +1,6 @@
{ "translations": {
"Just now" : "Kohe",
"Saving…" : "Salvestamine...",
"All" : "Kõik",
"Save" : "Salvesta",
"Edit" : "Muuda",
"Could not create file" : "Ei suuda luua faili",

View File

@ -1,16 +0,0 @@
OC.L10N.register(
"richdocuments",
{
"Save" : "Gorde",
"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,14 +0,0 @@
{ "translations": {
"Save" : "Gorde",
"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,16 +0,0 @@
OC.L10N.register(
"richdocuments",
{
"Save" : "ذخیره",
"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,14 +0,0 @@
{ "translations": {
"Save" : "ذخیره",
"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

@ -2,12 +2,17 @@ OC.L10N.register(
"richdocuments",
{
"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…",
"Just now" : "Juuri nyt",
"Failed to revert the document to older version" : "Asiakirjan palauttaminen aikaisempaan versioon epäonnistui",
"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...",
"Edit" : "Muokkaa",
"New Document" : "Uusi asiakirja",
"New Spreadsheet" : "Uusi taulukko",
@ -26,7 +31,11 @@ OC.L10N.register(
"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",

View File

@ -1,11 +1,16 @@
{ "translations": {
"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…",
"Just now" : "Juuri nyt",
"Failed to revert the document to older version" : "Asiakirjan palauttaminen aikaisempaan versioon epäonnistui",
"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...",
"Edit" : "Muokkaa",
"New Document" : "Uusi asiakirja",
"New Spreadsheet" : "Uusi taulukko",
@ -24,7 +29,11 @@
"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",

View File

@ -2,12 +2,17 @@ OC.L10N.register(
"richdocuments",
{
"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",
"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...",
"Edit" : "Éditer",
@ -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,11 +1,16 @@
{ "translations": {
"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",
"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...",
"Edit" : "Éditer",
@ -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,9 +1,6 @@
OC.L10N.register(
"richdocuments",
{
"Latest revision" : "גרסה אחרונה",
"Just now" : "ממש עכשיו",
"Failed to revert the document to older version" : "נכשל באחזור המסמך לגרסה קודמת",
"Save" : "שמירה",
"Edit" : "עריכה",
"Could not create file" : "יצירת הקובץ נכשלה",

View File

@ -1,7 +1,4 @@
{ "translations": {
"Latest revision" : "גרסה אחרונה",
"Just now" : "ממש עכשיו",
"Failed to revert the document to older version" : "נכשל באחזור המסמך לגרסה קודמת",
"Save" : "שמירה",
"Edit" : "עריכה",
"Could not create file" : "יצירת הקובץ נכשלה",

View File

@ -1,16 +0,0 @@
OC.L10N.register(
"richdocuments",
{
"Save" : "Spremi",
"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,14 +0,0 @@
{ "translations": {
"Save" : "Spremi",
"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,13 +1,24 @@
OC.L10N.register(
"richdocuments",
{
"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...",
"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",
"Edit" : "Szerkesztés",
"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",
@ -19,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,11 +1,22 @@
{ "translations": {
"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...",
"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",
"Edit" : "Szerkesztés",
"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",
@ -17,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

@ -3,9 +3,6 @@ OC.L10N.register(
{
"Download this revision" : "Discargar iste revision",
"Restore this revision" : "Restaura iste revision",
"Latest revision" : "Revision plus recente",
"Just now" : "Justo ora",
"Failed to revert the document to older version" : "Il falleva a restaurar le documento a un version plus ancian",
"Save" : "Salveguardar",
"Edit" : "Modificar",
"Could not create file" : "Impossibile crear le file",

View File

@ -1,9 +1,6 @@
{ "translations": {
"Download this revision" : "Discargar iste revision",
"Restore this revision" : "Restaura iste revision",
"Latest revision" : "Revision plus recente",
"Just now" : "Justo ora",
"Failed to revert the document to older version" : "Il falleva a restaurar le documento a un version plus ancian",
"Save" : "Salveguardar",
"Edit" : "Modificar",
"Could not create file" : "Impossibile crear le file",

View File

@ -1,16 +0,0 @@
OC.L10N.register(
"richdocuments",
{
"Save" : "Simpan",
"Edit" : "Sunting",
"Could not create file" : "Tidak dapat membuat berkas",
"Can't create document" : "Tidak dapat membuat dokumen",
"Saved" : "Disimpan",
"Apply" : "Terapkan",
"Wrong password. Please retry." : "Sandi salah. Silakan ulangi.",
"Password" : "Kata Sandi",
"OK" : "Oke",
"Guest %s" : "Pengunjung %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Tautan ini sudah kadaluarsa atau tidak pernah ada. Silahkan hubungi orang yang berbagi dengan Anda untuk lebih rinci."
},
"nplurals=1; plural=0;");

View File

@ -1,14 +0,0 @@
{ "translations": {
"Save" : "Simpan",
"Edit" : "Sunting",
"Could not create file" : "Tidak dapat membuat berkas",
"Can't create document" : "Tidak dapat membuat dokumen",
"Saved" : "Disimpan",
"Apply" : "Terapkan",
"Wrong password. Please retry." : "Sandi salah. Silakan ulangi.",
"Password" : "Kata Sandi",
"OK" : "Oke",
"Guest %s" : "Pengunjung %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Tautan ini sudah kadaluarsa atau tidak pernah ada. Silahkan hubungi orang yang berbagi dengan Anda untuk lebih rinci."
},"pluralForm" :"nplurals=1; plural=0;"
}

View File

@ -1,12 +1,20 @@
OC.L10N.register(
"richdocuments",
{
"Saving…" : "Er að vista ...",
"All" : "Allt",
"Download this revision" : "Sækja þessa útgáfu",
"Restore this revision" : "Endurheimta þessa útgáfu",
"Latest revision" : "Núverandi útgáfa",
"Latest revision" : "Nýjasta útgáfa",
"More versions…" : "Fleiri útgáfur…",
"Just now" : "Í þessum töluðu orðum",
"Failed to revert the document to older version" : "Mistókst að endurheimta skjalið sem eldri útgáfu",
"Please enter the filename to store the document as." : "Settu inn skráarheiti til að geyma þetta skjal undir.",
"Save As" : "Vista sem",
"New filename" : "Nýtt skráarheiti",
"Cancel" : "Hætta við",
"Save" : "Vista",
"Loading documents…" : "Hleð inn skjölum...",
"Edit" : "Breyta",
"New Document" : "Nýtt skjal",
"New Spreadsheet" : "Nýtt töflureiknisskjal",
@ -22,10 +30,17 @@ OC.L10N.register(
"Saved" : "Vistað",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Vistað með villu: Collabora Online ætti að nota sama samskiptamáta og uppsetning þjónsins.",
"Collabora Online" : "Collabora Online",
"Open documentation" : "Opna hjálparskjöl",
"Collabora Online server" : "Collabora Online þjónn",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL-slóð (og gátt) Collabora Online þjónsins sem gefur út breytingaeigindi sem WOPI-biðlari.",
"Apply" : "Virkja",
"Restrict usage to specific groups" : "Takmarka notkun við tiltekna hópa",
"Restrict edit to specific groups" : "Takmarka breytingar við tiltekna hópa",
"Use OOXML by default for new files" : "Nota OOXML sjálfgefið fyrir nýjar skrár",
"Enable access for external apps" : "Virkja aðgang fyrir utanaðkomandi forrit",
"Add" : "Bæta við",
"Use Canonical webroot" : "Nota sameinaða vefrót",
"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." : "Sameinuð vefrót (aðalvefrót - canonical webroot), í því tilfelli þegar þær eru margar, vefrótin sem Collabora ætti að nota. Gefðu upp þá sem er með minnstar takmarkanir. Dæmi: Notaðu vefrót sem ekki styðst við Shibboleth (non-shibbolized webroot) ef þetta tilvik gefur aðgang bæði til shibbolized og non-shibbolized vefróta. Þú getur hunsað þessa stillingu ef aðeins ein vefrót er notuð til aðgangs að þessu tilviki.",
"Wrong password. Please retry." : "Rangt lykilorð. Reyndu aftur.",
"Password" : "Lykilorð",
"OK" : "Í lagi",

View File

@ -1,10 +1,18 @@
{ "translations": {
"Saving…" : "Er að vista ...",
"All" : "Allt",
"Download this revision" : "Sækja þessa útgáfu",
"Restore this revision" : "Endurheimta þessa útgáfu",
"Latest revision" : "Núverandi útgáfa",
"Latest revision" : "Nýjasta útgáfa",
"More versions…" : "Fleiri útgáfur…",
"Just now" : "Í þessum töluðu orðum",
"Failed to revert the document to older version" : "Mistókst að endurheimta skjalið sem eldri útgáfu",
"Please enter the filename to store the document as." : "Settu inn skráarheiti til að geyma þetta skjal undir.",
"Save As" : "Vista sem",
"New filename" : "Nýtt skráarheiti",
"Cancel" : "Hætta við",
"Save" : "Vista",
"Loading documents…" : "Hleð inn skjölum...",
"Edit" : "Breyta",
"New Document" : "Nýtt skjal",
"New Spreadsheet" : "Nýtt töflureiknisskjal",
@ -20,10 +28,17 @@
"Saved" : "Vistað",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Vistað með villu: Collabora Online ætti að nota sama samskiptamáta og uppsetning þjónsins.",
"Collabora Online" : "Collabora Online",
"Open documentation" : "Opna hjálparskjöl",
"Collabora Online server" : "Collabora Online þjónn",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL-slóð (og gátt) Collabora Online þjónsins sem gefur út breytingaeigindi sem WOPI-biðlari.",
"Apply" : "Virkja",
"Restrict usage to specific groups" : "Takmarka notkun við tiltekna hópa",
"Restrict edit to specific groups" : "Takmarka breytingar við tiltekna hópa",
"Use OOXML by default for new files" : "Nota OOXML sjálfgefið fyrir nýjar skrár",
"Enable access for external apps" : "Virkja aðgang fyrir utanaðkomandi forrit",
"Add" : "Bæta við",
"Use Canonical webroot" : "Nota sameinaða vefrót",
"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." : "Sameinuð vefrót (aðalvefrót - canonical webroot), í því tilfelli þegar þær eru margar, vefrótin sem Collabora ætti að nota. Gefðu upp þá sem er með minnstar takmarkanir. Dæmi: Notaðu vefrót sem ekki styðst við Shibboleth (non-shibbolized webroot) ef þetta tilvik gefur aðgang bæði til shibbolized og non-shibbolized vefróta. Þú getur hunsað þessa stillingu ef aðeins ein vefrót er notuð til aðgangs að þessu tilviki.",
"Wrong password. Please retry." : "Rangt lykilorð. Reyndu aftur.",
"Password" : "Lykilorð",
"OK" : "Í lagi",

View File

@ -2,13 +2,19 @@ OC.L10N.register(
"richdocuments",
{
"Saving…" : "Salvataggio in corso...",
"All" : "Tutti",
"Download this revision" : "Scarica questa revisione",
"Restore this revision" : "Ripristina questa revisione",
"Latest revision" : "Ultima revisione",
"More versions…" : "Altre versioni...",
"Just now" : "In questo istante",
"Failed to revert the document to older version" : "Il ripristino del documento alla versione più datata non è riuscito",
"Please enter the filename to store the document as." : "Digita il nome del file con cui memorizzare il documento.",
"Save As" : "Salva come",
"New filename" : "Nuovo nome file",
"Cancel" : "Annulla",
"Save" : "Salva",
"Loading documents…" : "Caricamento documenti in corso...",
"Edit" : "Modifica",
"New Document" : "Nuovo documento",
"New Spreadsheet" : "Nuovo foglio elettronico",
@ -24,10 +30,17 @@ OC.L10N.register(
"Saved" : "Salvato",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Salvato con errore: Collabora Online dovrebbe utilizzare lo stesso protocollo dell'installazione del server.",
"Collabora Online" : "Collabora Online",
"Open documentation" : "Apri la documentazione",
"Collabora Online server" : "Server Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "L'URL (e la porta) del server Collabora Online che fornisce la funzionalità di modifica come un client WOPI.",
"Apply" : "Applica",
"Restrict usage to specific groups" : "Limita l'utilizzo a gruppi specifici",
"Restrict edit to specific groups" : "Limita la modifica a gruppi specifici",
"Use OOXML by default for new files" : "Utilizza OOXML in modo predefinito per i nuovi file",
"Enable access for external apps" : "Abilita l'accesso per le applicazioni esterne",
"Add" : "Aggiungi",
"Use Canonical webroot" : "Usa webroot canonica",
"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 canonica che utilizzerà Collabora, in presenza di più webroot. Fornisci quella con minori restrizioni. Ad es.: usa una webroot senza shibboleth se l'accesso a questa istanza viene effettuato da webroot con e senza shibboleth. Puoi ignorare questa impostazione se viene utilizzata una sola webroot per accedere a questa istanza.",
"Wrong password. Please retry." : "Password errata. Riprova.",
"Password" : "Password",
"OK" : "OK",

View File

@ -1,12 +1,18 @@
{ "translations": {
"Saving…" : "Salvataggio in corso...",
"All" : "Tutti",
"Download this revision" : "Scarica questa revisione",
"Restore this revision" : "Ripristina questa revisione",
"Latest revision" : "Ultima revisione",
"More versions…" : "Altre versioni...",
"Just now" : "In questo istante",
"Failed to revert the document to older version" : "Il ripristino del documento alla versione più datata non è riuscito",
"Please enter the filename to store the document as." : "Digita il nome del file con cui memorizzare il documento.",
"Save As" : "Salva come",
"New filename" : "Nuovo nome file",
"Cancel" : "Annulla",
"Save" : "Salva",
"Loading documents…" : "Caricamento documenti in corso...",
"Edit" : "Modifica",
"New Document" : "Nuovo documento",
"New Spreadsheet" : "Nuovo foglio elettronico",
@ -22,10 +28,17 @@
"Saved" : "Salvato",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Salvato con errore: Collabora Online dovrebbe utilizzare lo stesso protocollo dell'installazione del server.",
"Collabora Online" : "Collabora Online",
"Open documentation" : "Apri la documentazione",
"Collabora Online server" : "Server Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "L'URL (e la porta) del server Collabora Online che fornisce la funzionalità di modifica come un client WOPI.",
"Apply" : "Applica",
"Restrict usage to specific groups" : "Limita l'utilizzo a gruppi specifici",
"Restrict edit to specific groups" : "Limita la modifica a gruppi specifici",
"Use OOXML by default for new files" : "Utilizza OOXML in modo predefinito per i nuovi file",
"Enable access for external apps" : "Abilita l'accesso per le applicazioni esterne",
"Add" : "Aggiungi",
"Use Canonical webroot" : "Usa webroot canonica",
"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 canonica che utilizzerà Collabora, in presenza di più webroot. Fornisci quella con minori restrizioni. Ad es.: usa una webroot senza shibboleth se l'accesso a questa istanza viene effettuato da webroot con e senza shibboleth. Puoi ignorare questa impostazione se viene utilizzata una sola webroot per accedere a questa istanza.",
"Wrong password. Please retry." : "Password errata. Riprova.",
"Password" : "Password",
"OK" : "OK",

View File

@ -1,13 +1,16 @@
OC.L10N.register(
"richdocuments",
{
"Saving…" : "保存中...",
"All" : "すべて",
"Download this revision" : "このリビジョンをダウンロード",
"Restore this revision" : "このリビジョンを復元",
"Latest revision" : "最新バージョン",
"Just now" : "今",
"Failed to revert the document to older version" : "以前のバージョンに戻すことに失敗しました。",
"Save" : "保存",
"Loading documents…" : "ドキュメントを読込中...",
"Edit" : "編集",
"New Document" : "新しいドキュメント",
"New Spreadsheet" : "新しいスプレッドシート",
"New Presentation" : "新しいプレゼンテーション",
"Could not create file" : "ファイルを作成できませんでした",
"New Document.odt" : "新規 Document.odt",
"New Spreadsheet.ods" : "新規 Spreadsheet.ods",

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