Compare commits

...

337 Commits
nc11 ... master

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

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

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

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

* Changed indents

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

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

* Fixed Canonical-Webroot setting

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

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

* Fix "no name for guest user"

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

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

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

* remove isGuest thing

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

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

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

* Only add UserExtraInfo is version higher than 13

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

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

* Update README.md

some rephrasing.

* Update README.md

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

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

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

Signed-off-by: Marius Blüm <marius@lineone.io>
2017-05-17 18:16:44 +02:00
Pranav Kant
9bb400714c Fix file revisions 2017-05-11 21:09:46 +05:30
Pranav Kant
a5f6569591 Bin superfluous returnToDir logic
This was initially introduced in OC so that we know which directory to
go after we close the editor but this seems unnecessary here in NC as
richdocuments is just an iframe which is removed from DOM when we close
the document.
2017-05-11 21:09:43 +05:30
Nextcloud bot
d35b5f5070
[tx-robot] updated from transifex 2017-05-11 00:17:52 +00:00
Nextcloud bot
b8dd29e223
[tx-robot] updated from transifex 2017-05-10 00:18:31 +00:00
Nextcloud bot
fe15045b43
[tx-robot] updated from transifex 2017-05-02 00:16:29 +00:00
Nextcloud bot
74cf5fd714
[tx-robot] updated from transifex 2017-04-28 00:16:34 +00:00
Nextcloud bot
d3e4720dd4
[tx-robot] updated from transifex 2017-04-27 00:16:19 +00:00
Andras Timar
a6ca1cd818 Update CHANGELOG.md 2017-04-26 12:48:29 +02:00
Andras Timar
c1f81dc36a Bump version to 1.1.26
Signed-off-by: Andras Timar <andras.timar@collabora.com>
2017-04-21 14:37:10 +02:00
Andras Timar
6d78c1053c fix issue #41 Icons still show after opening doc from Favorites page 2017-04-21 10:38:56 +02:00
Andras Timar
9b88e6b38c Merge pull request #37 from gabor-udvari/master
Add logging and template to unhandled exceptions
2017-04-20 15:01:11 +02:00
Nextcloud bot
efc3d504ec
[tx-robot] updated from transifex 2017-04-20 00:16:03 +00:00
Andras Timar
c49a7c7331 Merge pull request #35 from pranavk/fix_lang_Tags
Fix language tags that are fed to loleaflet
2017-04-19 20:46:30 +02:00
Andras Timar
4032176838 Merge pull request #32 from pranavk/readonly
Try opening readonly documents too
2017-04-19 12:14:22 +02:00
Lukas Reschke
10cd2415bc Merge pull request #40 from nextcloud/fix-travis-execution
Fix travis execution
2017-04-18 14:54:58 +02:00
Lukas Reschke
7aef900846 Update issue_template.md 2017-04-18 13:06:31 +02:00
Lukas Reschke
7c8e88340d
Allow fail for codechecker for now
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-18 12:23:50 +02:00
Lukas Reschke
d907ebe8cc
Fix PHP 7 test execution with newer PHPUnit
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-18 12:22:32 +02:00
Nextcloud bot
9796384c79
[tx-robot] updated from transifex 2017-04-17 00:15:37 +00:00
Nextcloud bot
8105396662
[tx-robot] updated from transifex 2017-04-16 00:15:32 +00:00
Nextcloud bot
68e28e37ac
[tx-robot] updated from transifex 2017-04-14 00:16:08 +00:00
Nextcloud bot
f7bc41e063
[tx-robot] updated from transifex 2017-04-13 00:16:37 +00:00
Nextcloud bot
32c785e87d
[tx-robot] updated from transifex 2017-04-12 00:15:50 +00:00
Gábor Udvari
e45982b487 Add logging and template to unhandled exceptions
A lot of users are getting an uninformative Access Forbidden page after
using the official setup instructions like in #21. Logging and showing
the actual exception will help troubleshooting these issues.
2017-04-08 17:28:26 +02:00
Nextcloud bot
c72b63ea5a
[tx-robot] updated from transifex 2017-04-07 00:17:33 +00:00
Pranav Kant
4c1943b956 Bin unused params
These were passed earlier and used when creating a document from the
dedicated richdocument's app page. But since that page is gone now and they
are not used anymore, lets bin them.
2017-04-05 16:02:25 +05:30
Pranav Kant
5596ae17ce Fix incorrect language tags feeding to loleaflet
loleaflet expect a BCP47 language tag syntax while OC.getLocale returns
a lanugage tag where subtags are separated by '_' instead of '-'
(BCP47).

It seems safe to just replace '_' with '-' before feeding it to
loleaflet
2017-04-05 15:55:26 +05:30
Nextcloud bot
cef7f890b5
[tx-robot] updated from transifex 2017-04-05 00:16:43 +00:00
Morris Jobke
f0fe133afb Merge pull request #33 from pranavk/revhistory
Send file path to the client also, fix revision history
2017-04-04 11:40:19 -05:00
Nextcloud bot
384a3cbb53
[tx-robot] updated from transifex 2017-04-03 00:16:22 +00:00
Nextcloud bot
3bed791cb6
[tx-robot] updated from transifex 2017-04-01 00:16:12 +00:00
Nextcloud bot
5bbe97ef0c
[tx-robot] updated from transifex 2017-03-31 00:16:36 +00:00
Nextcloud bot
996d4633f8
[tx-robot] updated from transifex 2017-03-30 00:15:53 +00:00
Nextcloud bot
13b8773b04
[tx-robot] updated from transifex 2017-03-25 01:16:14 +00:00
Pranav Kant
66935d4bed Send file path to the client also, fix revision history 2017-03-24 23:22:39 +05:30
Morris Jobke
9d85827409 Merge pull request #27 from nextcloud/fix-for-files_versions
Make files_versions work again
2017-03-24 11:50:02 -06:00
Pranav Kant
f36c5106d6 Try opening readonly documents too
Also simplify the logic during file action registration. Basically, we
should try to open all known mimetypes; file permissions are taken care
of later in the WOPI protocol.

Without this commit, it is not possible to open a document in a
directory for which user has no write access.
2017-03-22 23:48:07 +05:30
Nextcloud bot
757127a6ec
[tx-robot] updated from transifex 2017-03-22 01:14:59 +00:00
Nextcloud bot
324cac49e3
[tx-robot] updated from transifex 2017-03-21 01:15:11 +00:00
Lukas Reschke
f590ad9208 Merge pull request #11 from timar/master
add rtf and txt as supported file formats
2017-03-20 14:24:12 +01:00
Andras Timar
6d49e2d003 replace trailing slash of wopi url 2017-03-20 13:37:55 +01:00
Nextcloud bot
54dc4191a0
[tx-robot] updated from transifex 2017-03-17 01:14:37 +00:00
Andras Timar
86fb4ead72 '==' and '!=' are discouraged 2017-03-14 11:59:37 +01:00
michag86
c72f22e180 Make files_versions work again
Added some lines which were lost after rewrite with version 1.1.22.
2017-03-10 09:25:22 +01:00
Nextcloud bot
dca04f1f02
[tx-robot] updated from transifex 2017-03-06 01:14:06 +00:00
Nextcloud bot
5a16e20bef
[tx-robot] updated from transifex 2017-03-02 16:55:26 +00:00
Joas Schilling
b972a6b492 Merge pull request #26 from nextcloud/transifex-update
Update transifex config
2017-03-02 12:43:11 +01:00
Morris Jobke
d18182fb1a
Update transifex config
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-03-01 22:48:49 -06:00
Nextcloud bot
894259feed
[tx-robot] updated from transifex 2017-02-27 01:26:39 +00:00
Nextcloud bot
f075a04b5b
[tx-robot] updated from transifex 2017-02-24 01:28:24 +00:00
Nextcloud bot
f1984e4aac
[tx-robot] updated from transifex 2017-02-15 01:13:18 +00:00
Nextcloud bot
7e59faba3e
[tx-robot] updated from transifex 2017-02-11 01:13:23 +00:00
Nextcloud bot
ec079c29c0
[tx-robot] updated from transifex 2017-02-08 01:12:56 +00:00
Nextcloud bot
73c910faee
[tx-robot] updated from transifex 2017-02-07 01:14:51 +00:00
Nextcloud bot
cc6850426e
[tx-robot] updated from transifex 2017-02-01 01:12:48 +00:00
Nextcloud bot
1f1bae0f27
[tx-robot] updated from transifex 2017-01-31 01:21:15 +00:00
Joas Schilling
ab70f4d490 Merge pull request #8 from nextcloud/readme
Add README
2017-01-30 10:08:48 +01:00
Nextcloud bot
f4c8be9cad
[tx-robot] updated from transifex 2017-01-30 01:12:52 +00:00
Nextcloud bot
ef9f99dd4b
[tx-robot] updated from transifex 2017-01-27 01:13:02 +00:00
Joas Schilling
7b7b97b3db Merge pull request #18 from nextcloud/settings-icon
Add icon to admin page sidebar
2017-01-25 10:55:33 +01:00
Morris Jobke
18d3498a50
Add icon to admin page sidebar
* follow up to nextcloud/server#3151

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-01-24 12:16:54 -06:00
Nextcloud bot
f1b886ef52
[tx-robot] updated from transifex 2017-01-21 02:24:26 +00:00
Andras Timar
e5eb15cbc5 set the correct language tag expected by JS (typo fix) 2017-01-18 10:16:34 +01:00
Andras Timar
b565415e1c set the correct language tag expected by JS 2017-01-18 10:08:18 +01:00
Nextcloud bot
ce7c22b3a1
[tx-robot] updated from transifex 2017-01-16 01:05:43 +00:00
Nextcloud bot
0818e6c404
[tx-robot] updated from transifex 2017-01-09 08:19:27 +00:00
Andras Timar
829b2b77b9 add rtf and txt as supported file formats 2017-01-07 21:21:21 +01:00
Nextcloud bot
626d447a90
[tx-robot] updated from transifex 2017-01-05 13:04:02 +00:00
Marius Blüm
5a5a3d935d
Add README
Signed-off-by: Marius Blüm <marius@lineone.io>
2017-01-04 21:59:45 +01:00
Nextcloud bot
4ad3b037b3
[tx-robot] updated from transifex 2017-01-04 12:03:04 +00:00
Lukas Reschke
ce004a2dcf Merge pull request #7 from nextcloud/add-instanceid-to-fileid
Add instanceid to fileid
2017-01-03 20:38:47 +01:00
Lukas Reschke
6d046cccf4
Increase version
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-01-03 20:35:29 +01:00
Lukas Reschke
9cd9258dbb
Append instance id to rev history
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-01-03 20:31:35 +01:00
Lukas Reschke
43ffbf2e97
Uses proper top height
Fixes https://github.com/nextcloud/richdocuments/issues/5

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-01-03 20:18:44 +01:00
Lukas Reschke
1441bdc594
Add instance id to file id
For multitenancy

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-01-03 19:55:04 +01:00
Nextcloud bot
881d8402ed
[tx-robot] updated from transifex 2017-01-02 02:24:24 +00:00
Nextcloud bot
9e9a7445aa
[tx-robot] updated from transifex 2016-12-29 02:24:53 +00:00
Nextcloud bot
0f1cf8a435
[tx-robot] updated from transifex 2016-12-27 02:24:25 +00:00
Nextcloud bot
9267bac0bb
[tx-robot] updated from transifex 2016-12-20 12:17:46 +00:00
Lukas Reschke
9d671370b2 Add issue template 2016-12-16 16:07:06 +01:00
178 changed files with 4743 additions and 5310 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:
@ -19,7 +18,7 @@ branches:
sudo: true
before_install:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
- . ./before_install.sh $APP_NAME $CORE_BRANCH $DB
# Add some output debugging information
- cd ../server
@ -50,16 +49,20 @@ 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=2
- env: DB=mysql;CODECHECK=1
fast_finish: true

9
.tx/config Normal file
View File

@ -0,0 +1,9 @@
[main]
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 = translationfiles/<lang>/richdocuments.po
source_file = translationfiles/templates/richdocuments.pot
source_lang = en
type = PO

View File

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

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

43
README.md Normal file
View File

@ -0,0 +1,43 @@
# Collabora Online
[![Build Status](https://scrutinizer-ci.com/g/nextcloud/richdocuments/badges/build.png?b=master)](https://scrutinizer-ci.com/g/nextcloud/richdocuments/build-status/master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/nextcloud/richdocuments/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/nextcloud/richdocuments/?branch=master)
[![irc](https://img.shields.io/badge/IRC-%23nextcloud%20on%20freenode-orange.svg)](https://webchat.freenode.net/?channels=nextcloud)
**A [Nextcloud](https://nextcloud.com) app integrating Collabora Online into your Nextcloud!**
![](https://nextcloud.com/wp-content/themes/next/assets/img/features/collabora-document.png)
## Installation
### Server
You will need an working Collabora Online server to connect to.
Find out more about Nextcloud and Collabora Online, and how to setup an server here: https://nextcloud.com/collaboraonline/
### Nextcloud app
In your Nextcloud, simply navigate to »Apps«, choose the category »Office & text«, find the Collabora Online app and enable it. Then open the administrator settings, navigate to the »Collabora Online« tab and specify your Collabora Online server.
### Nextcloud/Collabora Online relation
For the latest information about the Collabora Online and Nextcloud releases, please visit the:
[Apps page of Collabora](https://apps.nextcloud.com/apps/richdocuments).
### Scripted installation (Ubuntu), Server + Nextcloud app
The developers of the [Nextcloud VM](https://github.com/nextcloud/vm) has made a [script](https://raw.githubusercontent.com/nextcloud/vm/master/apps/collabora.sh) that you can use.
Please remember to check the variables in the script to suit your config before you run it, though it should work out of the box on all Ubuntu servers from 16.04 an upwards.
The only thing you must have prepared before you run the script is to have SSL (https://) on your Nextcloud domain and to setup a DNS record to a new domain that you will host Collabora on (office.domain.com for example) and point that your server. SSL is set up with Let's Encrypt.
To get the script, please type the folloing command: `wget https://github.com/nextcloud/vm/blob/master/apps/collabora.sh` and then run the script with `sudo bash nextant.sh`.
Please report any issues regarding the script in the [Nextcloud VM repo](https://github.com/nextcloud/vm/issues).
## Support
- [Our Forum](https://help.nextcloud.com/c/support/collabora)
Enterprise users who need a more reliable and scalable solution can take advantage of Nextcloud GmbH's optional support contract for Collabora Online. Find out more about Enterprise support for Collabora Online over here: https://nextcloud.com/enterprise/
- [Request a quote](https://nextcloud.com/enterprise/buy/)

View File

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

View File

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

View File

@ -2,31 +2,31 @@
<info>
<id>richdocuments</id>
<name>Collabora Online</name>
<description>Collabora Online allows you to to work with all kinds of office documents directly in your browser. This application requires Collabora Cloudsuite to be installed on one of your servers, please read the documentation to learn more about that.</description>
<summary>Edit office documents directly in your browser.</summary>
<licence>AGPL</licence>
<version>1.1.24</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="11" max-version="11" />
</dependencies>
<documentation>
<admin>https://nextcloud.com/collaboraonline/</admin>
<user>https://nextcloud.com/collaboraonline/</user>
</documentation>
<types>
<prevent_group_restriction/>
</types>
<documentation>
<user>https://nextcloud.com/collaboraonline/</user>
<admin>https://nextcloud.com/collaboraonline/</admin>
</documentation>
<category>office</category>
<category>integration</category>
<website>https://collaboraoffice.com/</website>
<bugs>https://github.com/nextcloud/richdocuments/issues</bugs>
<repository type="git">https://github.com/nextcloud/richdocuments.git</repository>
<screenshot>https://nextcloud.com/wp-content/themes/next/assets/img/features/collabora-document.png</screenshot>
<screenshot>https://nextcloud.com/wp-content/themes/next/assets/img/features/collabora-app.png</screenshot>
<screenshot>https://nextcloud.com/wp-content/themes/next/assets/img/features/collabora-presentation.png</screenshot>
<screenshot>https://nextcloud.com/wp-content/themes/next/assets/img/features/collabora-spreadsheet.png</screenshot>
<dependencies>
<nextcloud min-version="12" max-version="14" />
</dependencies>
<settings>
<admin>\OCA\Richdocuments\Settings\Admin</admin>
<admin>OCA\Richdocuments\Settings\Admin</admin>
<admin-section>OCA\Richdocuments\Settings\Section</admin-section>
</settings>
</info>

View File

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

Binary file not shown.

Binary file not shown.

6
css/admin.css Normal file
View File

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

View File

@ -133,7 +133,7 @@
width: 100%;
z-index: 600;
background-color: #ddd !important;
top: 45px;
top: 0px;
bottom: 0;
}
@ -149,7 +149,7 @@
z-index: 600;
background-color: #efefef !important;
right: 0;
top: 45px;
top: 0px;
bottom: 0;
box-sizing: border-box;
overflow-x: hidden;

4
img/app-dark.svg Normal file
View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" height="32" width="32" version="1.0" viewBox="0 0 32 32">
<path style="color:#000000;block-progression:tb;text-transform:none;text-indent:0" fill="#000" d="m4.6992 2.004c-0.395 0.0764-0.7062 0.4666-0.6992 0.875v26.244c0 0.46 0.4122 0.876 0.8632 0.876h22.276c0.452 0 0.864-0.416 0.864-0.876v-20.284c-0.008-0.1338-0.046-0.266-0.11-0.383l-6.624-6.3984c-0.086-0.0328-0.178-0.051-0.27-0.0546h-16.137c-0.0532-0.0053-0.11-0.0053-0.1636 0zm3.3008 3.996h12v2h-12v-2zm0 6h10v2h-10v-2zm0 6h16v2h-16v-2zm0 6h8v2h-8v-2z"/>
</svg>

After

Width:  |  Height:  |  Size: 613 B

133
issue_template.md Normal file
View File

@ -0,0 +1,133 @@
<!--
Thanks for reporting issues back to Nextcloud! This is the issue tracker of Nextcloud, if you have any support question please check out https://nextcloud.com/support
This is the bug tracker for the richdocuments component. Find other components at https://github.com/nextcloud/
For reporting potential security issues please see https://nextcloud.com/security/
To make it possible for us to help you please fill out below information carefully.
-->
### Steps to reproduce
1.
2.
3.
### Expected behaviour
Tell us what should happen
### Actual behaviour
Tell us what happens instead
### Server configuration
<!--
You can use the Issue Template application to prefill most of the required information: https://apps.nextcloud.com/apps/issuetemplate
-->
**Operating system**:
**Web server:**
**Database:**
**PHP version:**
**Nextcloud version:** (see Nextcloud admin page)
**Updated from an older Nextcloud/ownCloud or fresh install:**
**Where did you install Nextcloud from:**
**Signing status:**
<details>
<summary>Signing status</summary>
```
Login as admin user into your Nextcloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.
```
</details>
**List of activated apps:**
<details>
<summary>App list</summary>
```
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder
```
</details>
**The content of config/config.php:**
<details>
<summary>Config report</summary>
```
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder
or
Insert your config.php content here
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)
```
</details>
**Are you using external storage, if yes which one:** local/smb/sftp/...
**Are you using encryption:** yes/no
**Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/...
#### LDAP configuration (delete this part if not used)
<details>
<summary>LDAP config</summary>
```
With access to your command line run e.g.:
sudo -u www-data php occ ldap:show-config
from within your Nextcloud installation folder
Without access to your command line download the data/owncloud.db to your local
computer or access your SQL server remotely and run the select query:
SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap';
Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.
```
</details>
### Client configuration
**Browser:**
**Operating system:**
### Logs
#### Web server error log
<details>
<summary>Web server error log</summary>
```
Insert your webserver log here
```
</details>
#### Nextcloud log (data/nextcloud.log)
<details>
<summary>Nextcloud log</summary>
```
Insert your Nextcloud log here
```
</details>
#### Browser log
<details>
<summary>Browser log</summary>
```
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
```
</details>

View File

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

View File

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

View File

@ -1,7 +1,7 @@
/* globals FileList, OCA.Files.fileActions, oc_debug */
var odfViewer = {
isDocuments : false,
supportedMimesReadWrite: [
supportedMimes: [
'application/vnd.oasis.opendocument.text',
'application/vnd.oasis.opendocument.spreadsheet',
'application/vnd.oasis.opendocument.graphics',
@ -12,6 +12,8 @@ var odfViewer = {
'application/vnd.wordperfect',
'application/msonenote',
'application/msword',
'application/rtf',
'text/rtf',
'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
'application/vnd.openxmlformats-officedocument.wordprocessingml.template',
'application/vnd.ms-word.document.macroEnabled.12',
@ -35,34 +37,19 @@ var odfViewer = {
register : function() {
var i,
mimeReadOnly,
mimeReadWrite;
mime;
for (i = 0; i < odfViewer.supportedMimesReadWrite.length; ++i) {
mimeReadOnly = odfViewer.supportedMimesReadWrite[i];
OCA.Files.fileActions.register(mimeReadOnly, 'View', OC.PERMISSION_READ, '', odfViewer.onEdit);
OCA.Files.fileActions.setDefault(mimeReadOnly, 'View');
}
for (i = 0; i < odfViewer.supportedMimesReadWrite.length; ++i) {
mimeReadWrite = odfViewer.supportedMimesReadWrite[i];
for (i = 0; i < odfViewer.supportedMimes.length; ++i) {
mime = odfViewer.supportedMimes[i];
OCA.Files.fileActions.register(
mimeReadWrite,
mime,
'Edit',
OC.PERMISSION_UPDATE,
OC.PERMISSION_UPDATE | OC.PERMISSION_READ,
OC.imagePath('core', 'actions/rename'),
odfViewer.onEdit,
t('richdocuments', 'Edit')
);
OCA.Files.fileActions.register(
mimeReadWrite,
'View',
OC.PERMISSION_READ,
OC.imagePath('core', 'actions/rename'),
odfViewer.onEdit,
t('richdocuments', 'View')
);
OCA.Files.fileActions.setDefault(mimeReadWrite, 'View');
OCA.Files.fileActions.setDefault(mimeReadWrite, 'Edit');
OCA.Files.fileActions.setDefault(mime, 'Edit');
}
},
@ -79,17 +66,17 @@ var odfViewer = {
var viewer;
if($('#isPublic').val() === '1') {
viewer = OC.generateUrl(
'apps/richdocuments/public?shareToken={shareToken}&fileName={fileName}&requesttoken={requesttoken}',
'apps/richdocuments/public?shareToken={shareToken}&fileName={fileName}&requesttoken={requesttoken}&fileId={fileId}',
{
shareToken: $('#sharingToken').val(),
fileName: fileName,
dir: fileDir,
fileId: fileId,
requesttoken: OC.requestToken
}
);
} else {
viewer = OC.generateUrl(
'apps/richdocuments/index?fileId={fileId}_{dir}&requesttoken={requesttoken}',
'apps/richdocuments/index?fileId={fileId}&requesttoken={requesttoken}',
{
fileId: fileId,
dir: fileDir,
@ -102,7 +89,7 @@ var odfViewer = {
FileList.setViewerMode(true);
}
var $iframe = $('<iframe id="richdocumentsframe" style="width:100%;height:100%;display:block;position:absolute;top:0;" 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%'});
@ -120,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") {
@ -131,8 +133,8 @@ var odfViewer = {
$('#richdocumentsframe').remove();
},
registerFilesMenu: function() {
var ooxml = false;
registerFilesMenu: function(response) {
var ooxml = response.doc_format === 'ooxml';
var docExt, spreadsheetExt, presentationExt;
var docMime, spreadsheetMime, presentationMime;
@ -159,7 +161,7 @@ var odfViewer = {
newFileMenu.addMenuEntry({
id: 'add-' + docExt,
displayName: t('richdocuments', 'Document'),
displayName: t('richdocuments', 'New Document'),
templateName: 'New Document.' + docExt,
iconClass: 'icon-filetype-document',
fileType: 'x-office-document',
@ -170,7 +172,7 @@ var odfViewer = {
newFileMenu.addMenuEntry({
id: 'add-' + spreadsheetExt,
displayName: t('richdocuments', 'Spreadsheet'),
displayName: t('richdocuments', 'New Spreadsheet'),
templateName: 'New Spreadsheet.' + spreadsheetExt,
iconClass: 'icon-filetype-spreadsheet',
fileType: 'x-office-spreadsheet',
@ -181,7 +183,7 @@ var odfViewer = {
newFileMenu.addMenuEntry({
id: 'add-' + presentationExt,
displayName: t('richdocuments', 'Presentation'),
displayName: t('richdocuments', 'New Presentation'),
templateName: 'New Presentation.' + presentationExt,
iconClass: 'icon-filetype-presentation',
fileType: 'x-office-presentation',
@ -219,15 +221,28 @@ $(document).ready(function() {
&& typeof OCA.Files !== 'undefined'
&& typeof OCA.Files.fileActions !== 'undefined'
) {
// check if texteditor app is enabled and loaded...
if (_.isUndefined(OCA.Files_Texteditor)) {
// it is not, so we do open text files with this app too.
odfViewer.supportedMimes.push('text/plain');
}
// notice: when changing 'supportedMimes' interactively (e.g. dev console),
// register() needs to be re-run to re-register the fileActions.
odfViewer.register();
odfViewer.registerFilesMenu();
$.get(
OC.filePath('richdocuments', 'ajax', 'settings.php'),
{},
odfViewer.registerFilesMenu
);
}
});
// FIXME: Hack for single public file view since it is not attached to the fileslist
$(document).ready(function(){
// FIXME: FIlter compatible mime types
if ($('#isPublic').val() && odfViewer.supportedMimesReadWrite.indexOf($('#mimetype').val()) !== -1) {
// FIXME: Filter compatible mime types
if ($('#isPublic').val() && odfViewer.supportedMimes.indexOf($('#mimetype').val()) !== -1) {
odfViewer.onEdit($('#filename').val());
}
});
@ -244,4 +259,4 @@ $(document).ready(function() {
$('#content').removeClass('loading');
}
}, false);
});
});

View File

@ -1,9 +0,0 @@
[main]
host = https://www.transifex.com
lang_map = ja_JP: ja
[nextcloud.richdocuments]
file_filter = <lang>/richdocuments.po
source_file = templates/richdocuments.pot
source_lang = en
type = PO

View File

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

View File

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

30
l10n/bg.js Normal file
View File

@ -0,0 +1,30 @@
OC.L10N.register(
"richdocuments",
{
"Download this revision" : "Изтегли тази ревизия",
"Restore this revision" : "Възстановяване на редакцията",
"Save" : "Запазване",
"Edit" : "Редакция",
"New Document" : "Нов документ",
"New Spreadsheet" : "Нова електронна таблица",
"New Presentation" : "Нова презентация",
"Could not create file" : "Несупешно създаване на файла.",
"New Document.odt" : "Нов Документ.odt",
"New Spreadsheet.ods" : "Нова Електронна таблица.ods",
"New Presentation.odp" : "Нова презентация.odp",
"New Document.docx" : "Нов Документ.docx",
"New Spreadsheet.xlsx" : "Нов Документ.xlsx",
"New Presentation.pptx" : "Нова Презентация.pptx",
"Can't create document" : "Неуспешно създаване на документ",
"Saved" : "Запазване",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Collabora Online сървър",
"Apply" : "Приложи",
"Use OOXML by default for new files" : "Използвай OOXML по подразбиране за нови файлове",
"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=2; plural=(n != 1);");

28
l10n/bg.json Normal file
View File

@ -0,0 +1,28 @@
{ "translations": {
"Download this revision" : "Изтегли тази ревизия",
"Restore this revision" : "Възстановяване на редакцията",
"Save" : "Запазване",
"Edit" : "Редакция",
"New Document" : "Нов документ",
"New Spreadsheet" : "Нова електронна таблица",
"New Presentation" : "Нова презентация",
"Could not create file" : "Несупешно създаване на файла.",
"New Document.odt" : "Нов Документ.odt",
"New Spreadsheet.ods" : "Нова Електронна таблица.ods",
"New Presentation.odp" : "Нова презентация.odp",
"New Document.docx" : "Нов Документ.docx",
"New Spreadsheet.xlsx" : "Нов Документ.xlsx",
"New Presentation.pptx" : "Нова Презентация.pptx",
"Can't create document" : "Неуспешно създаване на документ",
"Saved" : "Запазване",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Collabora Online сървър",
"Apply" : "Приложи",
"Use OOXML by default for new files" : "Използвай OOXML по подразбиране за нови файлове",
"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=2; plural=(n != 1);"
}

View File

@ -1,125 +1,38 @@
OC.L10N.register(
"richdocuments",
{
"Can't create document" : "El document no es pot crear",
"You don't have permission to rename this document" : "No teniu permisos per canviar de nom aquest document",
"Directory saved successfully." : "La carpeta s'ha desat correctament",
"An error occurred while changing directory." : "S'ha produït un error en canviar de carpeta",
"Saved" : "Desat",
"document-styles" : "document-styles",
"document-content" : "document-content",
"bold" : "Negreta",
"italic" : "Cursiva",
"solid" : "sòlid",
"pt" : "pt",
"Saving..." : "Desant...",
"Failed to load documents." : "Ha fallat en carregar documents.",
"No documents were found. Upload or create a document to get started!" : "No hi ha documents. Pugeu o creeu un document per començar!",
"No connection to server. Trying to reconnect." : "No hi ha connexió amb el servidor Intentant reconnectar.",
"Saving…" : "S'està desant ...",
"All" : "Tots",
"Download this revision" : "Baixa aquesta revisió",
"Restore this revision" : "Restaura aquesta revisió",
"Just now" : "Ara mateix",
"Save As" : "Desa com a",
"Save" : "Desar",
"Loading documents..." : "S'estan carregant els documents...",
"'.' is an invalid file name." : "'.' és un nom no vàlid per un fitxer.",
"File name cannot be empty." : "El nom del fitxer no pot ser buit.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "El nóm no és vàlid, '\\', '/', '<', '>', ':', '\"', '|', '?' i '*' no estan permesos.",
"\"{name}\" is an invalid file name." : "\"{name}\" no es un fitxer vàlid.",
"Align Left" : "Alinea a l'esquerra",
"Alignment" : "Alineament",
"Align Right" : "Alinea a la dreta",
"Annotate" : "Anota",
"Background" : "Fons",
"Bold" : "Negreta",
"Bottom" : "A baix",
"Cancel" : "Cancel·lar",
"Center" : "Centra",
"Clone" : "Clona",
"Clone this Style" : "Clona aquest estil",
"Close" : "Tanca",
"Color" : "Color",
"Create" : "Crea",
"Decrease Indent" : "Decrementa la identació",
"Default Style" : "Estil predeterminat",
"Delete" : "Esborra",
"Family" : "Familia",
"Font" : "Lletra",
"Font Effects" : "Efectes de lletra",
"Format" : "Format",
"Increase Indent" : "Incrementa la identació",
"Insert Image" : "Insereix imatge",
"Invite Members" : "Convida a membres",
"Italic" : "Cursiva",
"Justified" : "Justificat",
"Justify" : "Justifica",
"Left" : "Esquerra",
"Loading" : "Carregant",
"Members" : "Membres",
"New Name:" : "Nom nou:",
"OK" : "D'acord",
"Open" : "Obre",
"Options" : "Options",
"Paragraph..." : "Paràgraf...",
"Paragraph Styles" : "Estils de paràgraf",
"Redo" : "Refés",
"Right" : "Dreta",
"Size" : "Mida",
"Spacing" : "Espaiat",
"Strikethrough" : "Ratllat",
"Style" : "Estil",
"Text" : "Text",
"Top" : "A dalt",
"Underline" : "Subratllat",
"Undo" : "Desfés",
"Unknown Author" : "Autor desconegut",
"Shared" : "Compartit",
"Error" : "Error",
"Error while sharing" : "Error en compartir",
"Error while unsharing" : "Error en deixar de compartir",
"Error while changing permissions" : "Error en canviar els permisos",
"Shared with you and the group {group} by {owner}" : "Compartit amb vos i amb el grup {group} per {owner}",
"Shared with you by {owner}" : "Compartit amb vos per {owner}",
"Share with users or groups …" : "Comparteix amb usuaris o grups ...",
"Share with users, groups or remote users …" : "Comparteix amb usuaris, grups o usuaris remots ...",
"Share" : "Compartir",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Compartir amb la gent en altres ownClouds utilitzant la sintaxi username@example.com/owncloud",
"Share link" : "Comparteix l'enllaç",
"The public link will expire no later than {days} days after it is created" : "L'enllaç públic tindrà venciment abans de {days} dies després de crear-lo",
"Link" : "Enllaç",
"Password protect" : "Protegir amb contrasenya",
"Password" : "Contrasenya",
"Choose a password for the public link" : "Escolliu una contrasenya per l'enllaç públic",
"Allow editing" : "Permetre edició",
"Email link to person" : "Enllaç per correu electrónic amb la persona",
"Send" : "Envia",
"Set expiration date" : "Estableix la data de venciment",
"Expiration" : "Expiració",
"Expiration date" : "Data de venciment",
"An error occured. Please try again" : "Va ocórrer un error. Per favor, intenta-ho de nou",
"Adding user..." : "Afegint usuari...",
"group" : "grup",
"remote" : "remot",
"Resharing is not allowed" : "No es permet compartir de nou",
"Shared in {item} with {user}" : "Compartit en {item} amb {user}",
"Unshare" : "Deixa de compartir",
"notify by email" : "notifica per correu electrònic",
"can share" : "pot compartir",
"can edit" : "pot editar",
"access control" : "control d'accés",
"create" : "crea",
"change" : "canvi",
"delete" : "elimina",
"Password protected" : "Protegeix amb contrasenya",
"Error unsetting expiration date" : "Error en eliminar la data de venciment",
"Error setting expiration date" : "Error en establir la data de venciment",
"Sending ..." : "Enviant...",
"Email sent" : "El correu electrónic s'ha enviat",
"Warning" : "Avís",
"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",
"guest" : "convidat",
"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",
"Upload (max. %s)" : "Pujada (màx. %s)",
"Upload" : "Puja",
"Save new documents to" : "Desa els documents nous a",
"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",
"Guest %s" : "Convidat %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Aquest enllaç ha vençut o no ha existit mai. Contacteu amb la persona que l'ha compartit amb vós per més detalls."
},

View File

@ -1,123 +1,36 @@
{ "translations": {
"Can't create document" : "El document no es pot crear",
"You don't have permission to rename this document" : "No teniu permisos per canviar de nom aquest document",
"Directory saved successfully." : "La carpeta s'ha desat correctament",
"An error occurred while changing directory." : "S'ha produït un error en canviar de carpeta",
"Saved" : "Desat",
"document-styles" : "document-styles",
"document-content" : "document-content",
"bold" : "Negreta",
"italic" : "Cursiva",
"solid" : "sòlid",
"pt" : "pt",
"Saving..." : "Desant...",
"Failed to load documents." : "Ha fallat en carregar documents.",
"No documents were found. Upload or create a document to get started!" : "No hi ha documents. Pugeu o creeu un document per començar!",
"No connection to server. Trying to reconnect." : "No hi ha connexió amb el servidor Intentant reconnectar.",
"Saving…" : "S'està desant ...",
"All" : "Tots",
"Download this revision" : "Baixa aquesta revisió",
"Restore this revision" : "Restaura aquesta revisió",
"Just now" : "Ara mateix",
"Save As" : "Desa com a",
"Save" : "Desar",
"Loading documents..." : "S'estan carregant els documents...",
"'.' is an invalid file name." : "'.' és un nom no vàlid per un fitxer.",
"File name cannot be empty." : "El nom del fitxer no pot ser buit.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "El nóm no és vàlid, '\\', '/', '<', '>', ':', '\"', '|', '?' i '*' no estan permesos.",
"\"{name}\" is an invalid file name." : "\"{name}\" no es un fitxer vàlid.",
"Align Left" : "Alinea a l'esquerra",
"Alignment" : "Alineament",
"Align Right" : "Alinea a la dreta",
"Annotate" : "Anota",
"Background" : "Fons",
"Bold" : "Negreta",
"Bottom" : "A baix",
"Cancel" : "Cancel·lar",
"Center" : "Centra",
"Clone" : "Clona",
"Clone this Style" : "Clona aquest estil",
"Close" : "Tanca",
"Color" : "Color",
"Create" : "Crea",
"Decrease Indent" : "Decrementa la identació",
"Default Style" : "Estil predeterminat",
"Delete" : "Esborra",
"Family" : "Familia",
"Font" : "Lletra",
"Font Effects" : "Efectes de lletra",
"Format" : "Format",
"Increase Indent" : "Incrementa la identació",
"Insert Image" : "Insereix imatge",
"Invite Members" : "Convida a membres",
"Italic" : "Cursiva",
"Justified" : "Justificat",
"Justify" : "Justifica",
"Left" : "Esquerra",
"Loading" : "Carregant",
"Members" : "Membres",
"New Name:" : "Nom nou:",
"OK" : "D'acord",
"Open" : "Obre",
"Options" : "Options",
"Paragraph..." : "Paràgraf...",
"Paragraph Styles" : "Estils de paràgraf",
"Redo" : "Refés",
"Right" : "Dreta",
"Size" : "Mida",
"Spacing" : "Espaiat",
"Strikethrough" : "Ratllat",
"Style" : "Estil",
"Text" : "Text",
"Top" : "A dalt",
"Underline" : "Subratllat",
"Undo" : "Desfés",
"Unknown Author" : "Autor desconegut",
"Shared" : "Compartit",
"Error" : "Error",
"Error while sharing" : "Error en compartir",
"Error while unsharing" : "Error en deixar de compartir",
"Error while changing permissions" : "Error en canviar els permisos",
"Shared with you and the group {group} by {owner}" : "Compartit amb vos i amb el grup {group} per {owner}",
"Shared with you by {owner}" : "Compartit amb vos per {owner}",
"Share with users or groups …" : "Comparteix amb usuaris o grups ...",
"Share with users, groups or remote users …" : "Comparteix amb usuaris, grups o usuaris remots ...",
"Share" : "Compartir",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Compartir amb la gent en altres ownClouds utilitzant la sintaxi username@example.com/owncloud",
"Share link" : "Comparteix l'enllaç",
"The public link will expire no later than {days} days after it is created" : "L'enllaç públic tindrà venciment abans de {days} dies després de crear-lo",
"Link" : "Enllaç",
"Password protect" : "Protegir amb contrasenya",
"Password" : "Contrasenya",
"Choose a password for the public link" : "Escolliu una contrasenya per l'enllaç públic",
"Allow editing" : "Permetre edició",
"Email link to person" : "Enllaç per correu electrónic amb la persona",
"Send" : "Envia",
"Set expiration date" : "Estableix la data de venciment",
"Expiration" : "Expiració",
"Expiration date" : "Data de venciment",
"An error occured. Please try again" : "Va ocórrer un error. Per favor, intenta-ho de nou",
"Adding user..." : "Afegint usuari...",
"group" : "grup",
"remote" : "remot",
"Resharing is not allowed" : "No es permet compartir de nou",
"Shared in {item} with {user}" : "Compartit en {item} amb {user}",
"Unshare" : "Deixa de compartir",
"notify by email" : "notifica per correu electrònic",
"can share" : "pot compartir",
"can edit" : "pot editar",
"access control" : "control d'accés",
"create" : "crea",
"change" : "canvi",
"delete" : "elimina",
"Password protected" : "Protegeix amb contrasenya",
"Error unsetting expiration date" : "Error en eliminar la data de venciment",
"Error setting expiration date" : "Error en establir la data de venciment",
"Sending ..." : "Enviant...",
"Email sent" : "El correu electrónic s'ha enviat",
"Warning" : "Avís",
"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",
"guest" : "convidat",
"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",
"Upload (max. %s)" : "Pujada (màx. %s)",
"Upload" : "Puja",
"Save new documents to" : "Desa els documents nous a",
"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",
"Guest %s" : "Convidat %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Aquest enllaç ha vençut o no ha existit mai. Contacteu amb la persona que l'ha compartit amb vós per més detalls."
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,83 +1,40 @@
OC.L10N.register(
"richdocuments",
{
"Office" : "Γραφείο",
"Please contact the \"%s\" administrator." : "Παρακαλώ επικοινωνήστε με τον διαχειριστή \"%s\".",
"Saving…" : "Γίνεται αποθήκευση...",
"All" : "'Ολα",
"Download this revision" : "Λήψη αυτής της αναθεώρησης",
"Restore this revision" : "Επαναφορά αυτή της αναθεώρησης",
"Save As" : "Αποθήκευση ως",
"New filename" : "Νέο όνομα αρχείου",
"Save" : "Αποθήκευση",
"Loading documents…" : "Φόρτωση εγγράφων...",
"Edit" : "Επεξεργασία",
"New Document" : "Νέο έγγραφο",
"New Spreadsheet" : "Νέο λογιστικό φύλλο",
"New Presentation" : "Νέα παρουσίαση",
"Could not create file" : "Αδυναμία δημιουργίας αρχείου",
"New Document.odt" : "Νέο Έγγραφο.odt",
"New Spreadsheet.ods" : "Νέο Λογιστικό Φύλλο.ods",
"New Presentation.odp" : "Νέα Παρουσίιαση.odp",
"New Document.docx" : "Νέο Έγγραφο.docx",
"New Spreadsheet.xlsx" : "Νέο Λογιστικό Φύλλο.xlsx",
"New Presentation.pptx" : "Νέα Παρουσίαση.pptx",
"Can't create document" : "Δεν είναι δυνατή η δημιουργία του εγγράφου",
"You don't have permission to rename this document" : "Δεν έχετε άδεια να μετονομάσετε αυτό το έγγραφο",
"Saved" : "Αποθηκεύτηκαν",
"Saving..." : "Γίνεται αποθήκευση...",
"All" : "Όλα",
"Failed to load documents." : "Αποτυχία φόρτωσης εγγράφων.",
"No documents were found. Upload or create a document to get started!" : "Δεν βρέθηκαν έγγραφα. Μεταφορτώστε ή δημιουργήστε ένα έγγραφο για να αρχίσετε!",
"Latest revision" : "Τελευταία αναθεώρηση",
"More versions..." : "Περισσότερες εκδόσεις...",
"Just now" : "Μόλις τώρα",
"No connection to server. Trying to reconnect." : "Αποτυχία σύνδεσης με το διακομιστή. Προσπάθεια επανασύνδεσης σε εξέλιξη.",
"Save" : "Αποθήκευση",
"Loading documents..." : "Φόρτωση εγγράφων...",
"'.' is an invalid file name." : "'.' είναι μη έγκυρο όνομα αρχείου.",
"File name cannot be empty." : "Το όνομα αρχείου δεν μπορεί να είναι κενό.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Μη έγκυρο όνομα, '\\', '/', '<', '>', ':', '\"', '|', '?' και '*' δεν επιτρέπονται.",
"\"{name}\" is an invalid file name." : "Το \"{name}\" δεν είναι έγκυρο όνομα αρχείου.",
"Failed to open " : "Αποτυχία ανοίγματος",
"Shared" : "Κοινόχρηστα",
"Error" : "Σφάλμα",
"Error while sharing" : "Σφάλμα κατά τον διαμοιρασμό",
"Error while unsharing" : "Σφάλμα κατά το σταμάτημα του διαμοιρασμού",
"Error while changing permissions" : "Σφάλμα κατά την αλλαγή των δικαιωμάτων",
"Shared with you and the group {group} by {owner}" : "Διαμοιράστηκε με σας και με την ομάδα {group} του {owner}",
"Shared with you by {owner}" : "Διαμοιράστηκε με σας από τον {owner}",
"Share with users or groups …" : "Διαμοιρασμός με χρήστες ή ομάδες ...",
"Share with users, groups or remote users …" : "Διαμοιρασμός με χρήστες, ομάδες ή απομακρυσμένους χρήστες ...",
"Share" : "Διαμοιράστε",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Διαμοιρασμός με άτομα σε άλλα ownClouds χρησιμοποιώντας την σύνταξη username@example.com/owncloud",
"Share link" : "Διαμοιρασμός συνδέσμου",
"The public link will expire no later than {days} days after it is created" : "Ο δημόσιος σύνδεσμος θα απενεργοποιηθεί το πολύ {days} ημέρες μετά την δημιουργία του",
"Link" : "Σύνδεσμος",
"Password protect" : "Προστασία συνθηματικού",
"Password" : "Κωδικός πρόσβασης",
"Choose a password for the public link" : "Επιλέξτε κωδικό για τον δημόσιο σύνδεσμο",
"Allow editing" : "Επιτρέπεται η επεξεργασία",
"Email link to person" : "Αποστολή συνδέσμου με email ",
"Send" : "Αποστολή",
"Set expiration date" : "Ορισμός ημ. λήξης",
"Expiration" : "Λήξη",
"Expiration date" : "Ημερομηνία λήξης",
"An error occured. Please try again" : "Ένα σφάλμα προέκυψε. Παρακαλώ προσπαθήστε ξανά",
"Adding user..." : "Προσθήκη χρήστη ...",
"group" : "ομάδα",
"remote" : "απομακρυσμένα",
"Resharing is not allowed" : "Ξαναμοιρασμός δεν επιτρέπεται",
"Shared in {item} with {user}" : "Διαμοιρασμός του {item} με τον {user}",
"Unshare" : "Διακοπή διαμοιρασμού",
"notify by email" : "ειδοποίηση με email",
"can share" : "δυνατότητα διαμοιρασμού",
"can edit" : "δυνατότητα επεξεργασίας",
"access control" : "έλεγχος πρόσβασης",
"create" : "δημιουργία",
"change" : "αλλαγή",
"delete" : "διαγραφή",
"Password protected" : "Προστασία με συνθηματικό",
"Error unsetting expiration date" : "Σφάλμα κατά την διαγραφή της ημ. λήξης",
"Error setting expiration date" : "Σφάλμα κατά τον ορισμό ημ. λήξης",
"Sending ..." : "Αποστολή...",
"Email sent" : "Το Email απεστάλη ",
"Warning" : "Προειδοποίηση",
"Edit" : "Επεξεργασία",
"Could not create file" : "Αδυναμία δημιουργίας αρχείου",
"guest" : "Επισκέπτης",
"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.",
"Apply" : "Εφαρμογή",
"New Document" : "Νέο Έγγραφο",
"New Spreadsheet" : "Νέο Λογιστικό Φύλλο",
"New Presentation" : "Νέα Παρουσίαση",
"Upload (max. %s)" : "Διαμοιρασμός (max. %s)",
"Upload" : "Μεταφόρτωση",
"Wrong password. Please retry." : "Λανθασμένος κωδικός πρόσβασης. Παρακαλώ προσπαθήστε ξανά.",
"OK" : "ΟΚ",
"Restrict usage to specific groups" : "Περιορισμός χρήσης σε συγκεκριμένες ομάδες",
"Restrict edit to specific groups" : "Περιορισμός επεξεργασίας σε συγκεκριμένες ομάδες",
"Use OOXML by default for new files" : "Χρήση OOXML από προεπιλογή για τα νέα αρχεία",
"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,81 +1,38 @@
{ "translations": {
"Office" : "Γραφείο",
"Please contact the \"%s\" administrator." : "Παρακαλώ επικοινωνήστε με τον διαχειριστή \"%s\".",
"Saving…" : "Γίνεται αποθήκευση...",
"All" : "'Ολα",
"Download this revision" : "Λήψη αυτής της αναθεώρησης",
"Restore this revision" : "Επαναφορά αυτή της αναθεώρησης",
"Save As" : "Αποθήκευση ως",
"New filename" : "Νέο όνομα αρχείου",
"Save" : "Αποθήκευση",
"Loading documents…" : "Φόρτωση εγγράφων...",
"Edit" : "Επεξεργασία",
"New Document" : "Νέο έγγραφο",
"New Spreadsheet" : "Νέο λογιστικό φύλλο",
"New Presentation" : "Νέα παρουσίαση",
"Could not create file" : "Αδυναμία δημιουργίας αρχείου",
"New Document.odt" : "Νέο Έγγραφο.odt",
"New Spreadsheet.ods" : "Νέο Λογιστικό Φύλλο.ods",
"New Presentation.odp" : "Νέα Παρουσίιαση.odp",
"New Document.docx" : "Νέο Έγγραφο.docx",
"New Spreadsheet.xlsx" : "Νέο Λογιστικό Φύλλο.xlsx",
"New Presentation.pptx" : "Νέα Παρουσίαση.pptx",
"Can't create document" : "Δεν είναι δυνατή η δημιουργία του εγγράφου",
"You don't have permission to rename this document" : "Δεν έχετε άδεια να μετονομάσετε αυτό το έγγραφο",
"Saved" : "Αποθηκεύτηκαν",
"Saving..." : "Γίνεται αποθήκευση...",
"All" : "Όλα",
"Failed to load documents." : "Αποτυχία φόρτωσης εγγράφων.",
"No documents were found. Upload or create a document to get started!" : "Δεν βρέθηκαν έγγραφα. Μεταφορτώστε ή δημιουργήστε ένα έγγραφο για να αρχίσετε!",
"Latest revision" : "Τελευταία αναθεώρηση",
"More versions..." : "Περισσότερες εκδόσεις...",
"Just now" : "Μόλις τώρα",
"No connection to server. Trying to reconnect." : "Αποτυχία σύνδεσης με το διακομιστή. Προσπάθεια επανασύνδεσης σε εξέλιξη.",
"Save" : "Αποθήκευση",
"Loading documents..." : "Φόρτωση εγγράφων...",
"'.' is an invalid file name." : "'.' είναι μη έγκυρο όνομα αρχείου.",
"File name cannot be empty." : "Το όνομα αρχείου δεν μπορεί να είναι κενό.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Μη έγκυρο όνομα, '\\', '/', '<', '>', ':', '\"', '|', '?' και '*' δεν επιτρέπονται.",
"\"{name}\" is an invalid file name." : "Το \"{name}\" δεν είναι έγκυρο όνομα αρχείου.",
"Failed to open " : "Αποτυχία ανοίγματος",
"Shared" : "Κοινόχρηστα",
"Error" : "Σφάλμα",
"Error while sharing" : "Σφάλμα κατά τον διαμοιρασμό",
"Error while unsharing" : "Σφάλμα κατά το σταμάτημα του διαμοιρασμού",
"Error while changing permissions" : "Σφάλμα κατά την αλλαγή των δικαιωμάτων",
"Shared with you and the group {group} by {owner}" : "Διαμοιράστηκε με σας και με την ομάδα {group} του {owner}",
"Shared with you by {owner}" : "Διαμοιράστηκε με σας από τον {owner}",
"Share with users or groups …" : "Διαμοιρασμός με χρήστες ή ομάδες ...",
"Share with users, groups or remote users …" : "Διαμοιρασμός με χρήστες, ομάδες ή απομακρυσμένους χρήστες ...",
"Share" : "Διαμοιράστε",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Διαμοιρασμός με άτομα σε άλλα ownClouds χρησιμοποιώντας την σύνταξη username@example.com/owncloud",
"Share link" : "Διαμοιρασμός συνδέσμου",
"The public link will expire no later than {days} days after it is created" : "Ο δημόσιος σύνδεσμος θα απενεργοποιηθεί το πολύ {days} ημέρες μετά την δημιουργία του",
"Link" : "Σύνδεσμος",
"Password protect" : "Προστασία συνθηματικού",
"Password" : "Κωδικός πρόσβασης",
"Choose a password for the public link" : "Επιλέξτε κωδικό για τον δημόσιο σύνδεσμο",
"Allow editing" : "Επιτρέπεται η επεξεργασία",
"Email link to person" : "Αποστολή συνδέσμου με email ",
"Send" : "Αποστολή",
"Set expiration date" : "Ορισμός ημ. λήξης",
"Expiration" : "Λήξη",
"Expiration date" : "Ημερομηνία λήξης",
"An error occured. Please try again" : "Ένα σφάλμα προέκυψε. Παρακαλώ προσπαθήστε ξανά",
"Adding user..." : "Προσθήκη χρήστη ...",
"group" : "ομάδα",
"remote" : "απομακρυσμένα",
"Resharing is not allowed" : "Ξαναμοιρασμός δεν επιτρέπεται",
"Shared in {item} with {user}" : "Διαμοιρασμός του {item} με τον {user}",
"Unshare" : "Διακοπή διαμοιρασμού",
"notify by email" : "ειδοποίηση με email",
"can share" : "δυνατότητα διαμοιρασμού",
"can edit" : "δυνατότητα επεξεργασίας",
"access control" : "έλεγχος πρόσβασης",
"create" : "δημιουργία",
"change" : "αλλαγή",
"delete" : "διαγραφή",
"Password protected" : "Προστασία με συνθηματικό",
"Error unsetting expiration date" : "Σφάλμα κατά την διαγραφή της ημ. λήξης",
"Error setting expiration date" : "Σφάλμα κατά τον ορισμό ημ. λήξης",
"Sending ..." : "Αποστολή...",
"Email sent" : "Το Email απεστάλη ",
"Warning" : "Προειδοποίηση",
"Edit" : "Επεξεργασία",
"Could not create file" : "Αδυναμία δημιουργίας αρχείου",
"guest" : "Επισκέπτης",
"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.",
"Apply" : "Εφαρμογή",
"New Document" : "Νέο Έγγραφο",
"New Spreadsheet" : "Νέο Λογιστικό Φύλλο",
"New Presentation" : "Νέα Παρουσίαση",
"Upload (max. %s)" : "Διαμοιρασμός (max. %s)",
"Upload" : "Μεταφόρτωση",
"Wrong password. Please retry." : "Λανθασμένος κωδικός πρόσβασης. Παρακαλώ προσπαθήστε ξανά.",
"OK" : "ΟΚ",
"Restrict usage to specific groups" : "Περιορισμός χρήσης σε συγκεκριμένες ομάδες",
"Restrict edit to specific groups" : "Περιορισμός επεξεργασίας σε συγκεκριμένες ομάδες",
"Use OOXML by default for new files" : "Χρήση OOXML από προεπιλογή για τα νέα αρχεία",
"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." : "Αυτός ο σύνδεσμος έχει λήξει ή δεν υπήρξε ποτέ. Παρακαλώ επικοινωνήστε με το άτομο που το διαμοιράστηκε μαζί σας για λεπτομέρειες."
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View File

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

View File

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

View File

@ -1,119 +0,0 @@
OC.L10N.register(
"richdocuments",
{
"Can't create document" : "Ne povas kreiĝi dokumento",
"You don't have permission to rename this document" : "Vi ne permesatas alinomigi ĉi tiun dokumenton",
"Directory saved successfully." : "La dosierujo konserviĝis sukcese.",
"An error occurred while changing directory." : "Eraro okazis dum ŝanĝo de dosierujo.",
"Saved" : "Konservita",
"Saving..." : "Konservante...",
"Failed to load documents." : "Malsukcesis ŝargo de dokumentoj.",
"No connection to server. Trying to reconnect." : "Ne estas konekto al servilo. Provu rekonekti.",
"Save" : "Konservi",
"Loading documents..." : "Ŝargante dokumentojn...",
"'.' is an invalid file name." : "'.' ne estas valida dosiernomo.",
"File name cannot be empty." : "Dosiernomo devas ne malpleni.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nevalida nomo: “\\”, “/”, “<”, “>”, “:”, “\"”, “|”, “?” kaj “*” ne permesatas.",
"\"{name}\" is an invalid file name." : "“{name}” estas nevalida dosiernomo.",
"Align Left" : "Ĝisrandigi maldekstren",
"Alignment" : "Ĝisrandigo",
"Align Right" : "Ĝisrandigi dekstren",
"Annotate" : "Prinoti",
"Background" : "Fono",
"Bold" : "Grasa",
"Bottom" : "Malsupro",
"Cancel" : "Nuligi",
"Center" : "Centrigi",
"Clone" : "Kloni",
"Clone this Style" : "Kloni ĉi tiun stilon",
"Close" : "Fermi",
"Color" : "Koloro",
"Create" : "Krei",
"Decrease Indent" : "Malgrindigi krommarĝenon",
"Default Style" : "Defaŭlta stilo",
"Delete" : "Forigi",
"Family" : "Familio",
"Font" : "Tiparo",
"Font Effects" : "Tiparaj efektoj",
"Format" : "Aranĝo",
"Increase Indent" : "Grandigi krommarĝenon",
"Insert Image" : "Enigi bildon",
"Invite Members" : "Inviti membrojn",
"Italic" : "Kursiva",
"Justified" : "Ĝis ambaŭ randoj",
"Justify" : "Ĝisambaŭrandigi",
"Left" : "Maldekstren",
"Loading" : "Ŝargante",
"Members" : "Membroj",
"New Name:" : "Nova nomo:",
"OK" : "Akcepti",
"Open" : "Malfermi",
"Options" : "Malneproj",
"Paragraph..." : "Alineo...",
"Paragraph Styles" : "Alineaj stiloj",
"Redo" : "Refari",
"Right" : "Dekstren",
"Size" : "Grando",
"Spacing" : "Interspaco",
"Strikethrough" : "Trastreko",
"Style" : "Stilo",
"Text" : "Teksto",
"Top" : "Supro",
"Underline" : "Substreko",
"Undo" : "Malfari",
"Unknown Author" : "Nekonata verkinto",
"Shared" : "Kunhavata",
"Error" : "Eraro",
"Error while sharing" : "Eraro dum kunhavigo",
"Error while unsharing" : "Eraro dum malkunhavigo",
"Error while changing permissions" : "Eraro dum ŝanĝo de permesoj",
"Shared with you and the group {group} by {owner}" : "Kunhavigita kun vi kaj la grupo {group} de {owner}",
"Shared with you by {owner}" : "Kunhavigita kun vi de {owner}",
"Share with users or groups …" : "Kunhavigi kun uzantoj aŭ grupoj..",
"Share with users, groups or remote users …" : "Kunhavigi kun uzantoj, grupoj aŭ foraj uzantoj...",
"Share" : "Kunhavigi",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Kunhaviki kun homoj en aliaj ownCloud-oj uzante la sintakson uzantonomo@ekzemplo.com/owncloud",
"Share link" : "Kunhavigi ligilon",
"The public link will expire no later than {days} days after it is created" : "La publika ligilo senvalidiĝos ne pli malfrue ol {days} tagojn post ĝi kreiĝos",
"Link" : "Ligilo",
"Password protect" : "Protekti per pasvorto",
"Password" : "Pasvorto",
"Choose a password for the public link" : "Elektu pasvorton por la publika ligilo",
"Allow editing" : "Permesi redakton",
"Email link to person" : "Retpoŝti la ligilon al ulo",
"Send" : "Sendi",
"Set expiration date" : "Agordi limdaton",
"Expiration" : "Eksvalidiĝo",
"Expiration date" : "Limdato",
"An error occured. Please try again" : "Eraro okazis, Bonvolu provi ree.",
"Adding user..." : "Aldonante uzanton...",
"group" : "grupo",
"remote" : "fora",
"Resharing is not allowed" : "Rekunhavigo ne permesatas",
"Shared in {item} with {user}" : "Kunhavigita en {item} kun {user}",
"Unshare" : "Malkunhavigi",
"notify by email" : "avizi per retpoŝto",
"can share" : "kunhavebla",
"can edit" : "povas redakti",
"access control" : "alirkontrolo",
"create" : "krei",
"change" : "ŝanĝi",
"delete" : "forigi",
"Password protected" : "Protektita per pasvorto",
"Error unsetting expiration date" : "Eraro dum malagordado de limdato",
"Error setting expiration date" : "Eraro dum agordado de limdato",
"Sending ..." : "Sendante...",
"Email sent" : "La retpoŝtaĵo sendiĝis",
"Warning" : "Averto",
"Edit" : "Redakti",
"Could not create file" : "Ne povis kreiĝi dosiero",
"guest" : "gasto",
"Apply" : "Apliki",
"Upload (max. %s)" : "Alŝuti (maks. %s)",
"Upload" : "Alŝuti",
"Save new documents to" : "Konservi novajn dokumentojn en",
"Wrong password. Please retry." : "La pasvorto malĝustas. Bonvolu reprovi.",
"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,117 +0,0 @@
{ "translations": {
"Can't create document" : "Ne povas kreiĝi dokumento",
"You don't have permission to rename this document" : "Vi ne permesatas alinomigi ĉi tiun dokumenton",
"Directory saved successfully." : "La dosierujo konserviĝis sukcese.",
"An error occurred while changing directory." : "Eraro okazis dum ŝanĝo de dosierujo.",
"Saved" : "Konservita",
"Saving..." : "Konservante...",
"Failed to load documents." : "Malsukcesis ŝargo de dokumentoj.",
"No connection to server. Trying to reconnect." : "Ne estas konekto al servilo. Provu rekonekti.",
"Save" : "Konservi",
"Loading documents..." : "Ŝargante dokumentojn...",
"'.' is an invalid file name." : "'.' ne estas valida dosiernomo.",
"File name cannot be empty." : "Dosiernomo devas ne malpleni.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nevalida nomo: “\\”, “/”, “<”, “>”, “:”, “\"”, “|”, “?” kaj “*” ne permesatas.",
"\"{name}\" is an invalid file name." : "“{name}” estas nevalida dosiernomo.",
"Align Left" : "Ĝisrandigi maldekstren",
"Alignment" : "Ĝisrandigo",
"Align Right" : "Ĝisrandigi dekstren",
"Annotate" : "Prinoti",
"Background" : "Fono",
"Bold" : "Grasa",
"Bottom" : "Malsupro",
"Cancel" : "Nuligi",
"Center" : "Centrigi",
"Clone" : "Kloni",
"Clone this Style" : "Kloni ĉi tiun stilon",
"Close" : "Fermi",
"Color" : "Koloro",
"Create" : "Krei",
"Decrease Indent" : "Malgrindigi krommarĝenon",
"Default Style" : "Defaŭlta stilo",
"Delete" : "Forigi",
"Family" : "Familio",
"Font" : "Tiparo",
"Font Effects" : "Tiparaj efektoj",
"Format" : "Aranĝo",
"Increase Indent" : "Grandigi krommarĝenon",
"Insert Image" : "Enigi bildon",
"Invite Members" : "Inviti membrojn",
"Italic" : "Kursiva",
"Justified" : "Ĝis ambaŭ randoj",
"Justify" : "Ĝisambaŭrandigi",
"Left" : "Maldekstren",
"Loading" : "Ŝargante",
"Members" : "Membroj",
"New Name:" : "Nova nomo:",
"OK" : "Akcepti",
"Open" : "Malfermi",
"Options" : "Malneproj",
"Paragraph..." : "Alineo...",
"Paragraph Styles" : "Alineaj stiloj",
"Redo" : "Refari",
"Right" : "Dekstren",
"Size" : "Grando",
"Spacing" : "Interspaco",
"Strikethrough" : "Trastreko",
"Style" : "Stilo",
"Text" : "Teksto",
"Top" : "Supro",
"Underline" : "Substreko",
"Undo" : "Malfari",
"Unknown Author" : "Nekonata verkinto",
"Shared" : "Kunhavata",
"Error" : "Eraro",
"Error while sharing" : "Eraro dum kunhavigo",
"Error while unsharing" : "Eraro dum malkunhavigo",
"Error while changing permissions" : "Eraro dum ŝanĝo de permesoj",
"Shared with you and the group {group} by {owner}" : "Kunhavigita kun vi kaj la grupo {group} de {owner}",
"Shared with you by {owner}" : "Kunhavigita kun vi de {owner}",
"Share with users or groups …" : "Kunhavigi kun uzantoj aŭ grupoj..",
"Share with users, groups or remote users …" : "Kunhavigi kun uzantoj, grupoj aŭ foraj uzantoj...",
"Share" : "Kunhavigi",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Kunhaviki kun homoj en aliaj ownCloud-oj uzante la sintakson uzantonomo@ekzemplo.com/owncloud",
"Share link" : "Kunhavigi ligilon",
"The public link will expire no later than {days} days after it is created" : "La publika ligilo senvalidiĝos ne pli malfrue ol {days} tagojn post ĝi kreiĝos",
"Link" : "Ligilo",
"Password protect" : "Protekti per pasvorto",
"Password" : "Pasvorto",
"Choose a password for the public link" : "Elektu pasvorton por la publika ligilo",
"Allow editing" : "Permesi redakton",
"Email link to person" : "Retpoŝti la ligilon al ulo",
"Send" : "Sendi",
"Set expiration date" : "Agordi limdaton",
"Expiration" : "Eksvalidiĝo",
"Expiration date" : "Limdato",
"An error occured. Please try again" : "Eraro okazis, Bonvolu provi ree.",
"Adding user..." : "Aldonante uzanton...",
"group" : "grupo",
"remote" : "fora",
"Resharing is not allowed" : "Rekunhavigo ne permesatas",
"Shared in {item} with {user}" : "Kunhavigita en {item} kun {user}",
"Unshare" : "Malkunhavigi",
"notify by email" : "avizi per retpoŝto",
"can share" : "kunhavebla",
"can edit" : "povas redakti",
"access control" : "alirkontrolo",
"create" : "krei",
"change" : "ŝanĝi",
"delete" : "forigi",
"Password protected" : "Protektita per pasvorto",
"Error unsetting expiration date" : "Eraro dum malagordado de limdato",
"Error setting expiration date" : "Eraro dum agordado de limdato",
"Sending ..." : "Sendante...",
"Email sent" : "La retpoŝtaĵo sendiĝis",
"Warning" : "Averto",
"Edit" : "Redakti",
"Could not create file" : "Ne povis kreiĝi dosiero",
"guest" : "gasto",
"Apply" : "Apliki",
"Upload (max. %s)" : "Alŝuti (maks. %s)",
"Upload" : "Alŝuti",
"Save new documents to" : "Konservi novajn dokumentojn en",
"Wrong password. Please retry." : "La pasvorto malĝustas. Bonvolu reprovi.",
"Guest %s" : "Gasto %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Ĉi tiu ligilo eksvalidiĝis aŭ neniam ekzistis. Bonvolu kontakti la personon, kiu kunhavigis ĝin kun vi, por detaloj."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

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

View File

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

42
l10n/es_419.js Normal file
View File

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

40
l10n/es_419.json Normal file
View File

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

34
l10n/es_AR.js Normal file
View File

@ -0,0 +1,34 @@
OC.L10N.register(
"richdocuments",
{
"Saving…" : "Guardando...",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"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 instalacion del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Wrong password. Please retry." : "Contraseña incorrecta. Favor de intentarlo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Este link ha expirado o nunca existió. Favor de contactar a la presona que lo compartió con usted para más detalles."
},
"nplurals=2; plural=(n != 1);");

32
l10n/es_AR.json Normal file
View File

@ -0,0 +1,32 @@
{ "translations": {
"Saving…" : "Guardando...",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"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 instalacion del servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (y puerto) del servidor de Collabora Online que provee la funcionalidad de edición como un cliente WOPI. ",
"Apply" : "Aplicar",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para nuevos archivos",
"Wrong password. Please retry." : "Contraseña incorrecta. Favor de intentarlo de nuevo.",
"Password" : "Contraseña",
"OK" : "OK",
"Guest %s" : "Invitado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Este link ha expirado o nunca existió. Favor de contactar a la presona que lo compartió con usted para más detalles."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

42
l10n/es_CL.js Normal file
View File

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

40
l10n/es_CL.json Normal file
View File

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

42
l10n/es_CO.js Normal file
View File

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

40
l10n/es_CO.json Normal file
View File

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

42
l10n/es_CR.js Normal file
View File

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

40
l10n/es_CR.json Normal file
View File

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

42
l10n/es_DO.js Normal file
View File

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

40
l10n/es_DO.json Normal file
View File

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

42
l10n/es_EC.js Normal file
View File

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

40
l10n/es_EC.json Normal file
View File

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

42
l10n/es_GT.js Normal file
View File

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

40
l10n/es_GT.json Normal file
View File

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

42
l10n/es_HN.js Normal file
View File

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

40
l10n/es_HN.json Normal file
View File

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

View File

@ -1,33 +1,50 @@
OC.L10N.register(
"richdocuments",
{
"Saving..." : "Guardando...",
"Latest revision" : "Última revisión",
"More versions..." : "Más versiones...",
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta 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 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 los documentos...",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"Document" : "Documento",
"Spreadsheet" : "Hoja de Cálculo",
"Presentation" : "Presentacion",
"Could not create file" : "No se pudo crear el archivo",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva Hoja de Cálculo.ods",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva Hoja de Cálculo.xlsx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No se puede crear documento",
"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",
"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",
"Use OOXML by default for new files" : "Usar OOXML por default para nuevos archivos",
"Wrong password. Please retry." : "Contraseña incorrecta. Inténtelo de nuevo.",
"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",
"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" : "Aceptar",
"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." : "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,31 +1,48 @@
{ "translations": {
"Saving..." : "Guardando...",
"Latest revision" : "Última revisión",
"More versions..." : "Más versiones...",
"Saving…" : "Guardando...",
"All" : "Todos",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta 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 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 los documentos...",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"Document" : "Documento",
"Spreadsheet" : "Hoja de Cálculo",
"Presentation" : "Presentacion",
"Could not create file" : "No se pudo crear el archivo",
"New Document" : "Nuevo Documento",
"New Spreadsheet" : "Nueva Hoja de cálculo",
"New Presentation" : "Nueva Presentación",
"Could not create file" : "No fue posible crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva Hoja de Cálculo.ods",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva Hoja de Cálculo.xlsx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No se puede crear documento",
"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",
"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",
"Use OOXML by default for new files" : "Usar OOXML por default para nuevos archivos",
"Wrong password. Please retry." : "Contraseña incorrecta. Inténtelo de nuevo.",
"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",
"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" : "Aceptar",
"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." : "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,123 +1,18 @@
OC.L10N.register(
"richdocuments",
{
"Can't create document" : "Ei suuda dokumenti luua",
"You don't have permission to rename this document" : "Puuduvad õigused dokumendi ümber nimetamiseks",
"Directory saved successfully." : "Kataloog salvestatud edukalt.",
"An error occurred while changing directory." : "Kataloogi vahetamisel tekkis viga.",
"Saved" : "Salvestatud",
"document-styles" : "dokumendi-stiilid",
"document-content" : "dokumendi-sisu",
"bold" : "rasvane",
"italic" : "kaldkiri",
"solid" : "pidev",
"pt" : "pt",
"Saving..." : "Salvestamine...",
"Failed to load documents." : "Dokumentide laadimine ebaõnnestus.",
"No documents were found. Upload or create a document to get started!" : "Ühtegi dokumenti ei leitud. Alustamiseks laadi mõni üles või loo uus dokument!",
"No connection to server. Trying to reconnect." : "Serveriga puudub ühendus. Proovin uuesti ühenduda.",
"Saving…" : "Salvestamine...",
"All" : "Kõik",
"Save" : "Salvesta",
"Loading documents..." : "Laadin dokumente...",
"'.' is an invalid file name." : "'.' on vigane failinimi.",
"File name cannot be empty." : "Faili nimi ei saa olla tühi.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Vigane nimi, '\\', '/', '<', '>', ':', '\"', '|', '?' ja '*' pole lubatud.",
"\"{name}\" is an invalid file name." : "\"{name}\" on vigane failinimi.",
"Align Left" : "Joonda vasakule",
"Alignment" : "Joondus",
"Align Right" : "Joonda paremale",
"Annotate" : "Annoteeri",
"Background" : "Taust",
"Bold" : "Rasvane",
"Bottom" : "Alla",
"Cancel" : "Loobu",
"Center" : "Keskel",
"Clone" : "Klooni",
"Clone this Style" : "Klooni see stiil",
"Close" : "Sulge",
"Color" : "Värv",
"Create" : "Lisa",
"Decrease Indent" : "Vähenda taanet",
"Default Style" : "Vaikimisi stiil",
"Delete" : "Kustuta",
"Family" : "Pereliikmed",
"Font" : "Kirjatüüp",
"Font Effects" : "Kirjatüübi efektid",
"Format" : "Formaat",
"Increase Indent" : "Suurenda taanet",
"Insert Image" : "Lisa pilt",
"Invite Members" : "Kutsu liikmeid",
"Italic" : "Kaldkiri",
"Justified" : "Joondatud",
"Justify" : "Joonda",
"Left" : "Vasak",
"Loading" : "Laadimine",
"Members" : "Liikmed",
"New Name:" : "Uus nimi:",
"OK" : "OK",
"Open" : "Ava",
"Options" : "Valikud",
"Paragraph..." : "Lõik..",
"Paragraph Styles" : "Lõigu stiilid",
"Redo" : "Tee uuesti",
"Right" : "Parem",
"Size" : "Suurus",
"Spacing" : "Asetus",
"Strikethrough" : "Läbikriipsutus",
"Style" : "Stiil",
"Text" : "Tekst",
"Top" : "Üles",
"Underline" : "Alljoon",
"Undo" : "Ennista",
"Unknown Author" : "Tundmatu autor",
"Shared" : "Jagatud",
"Error" : "Tõrge",
"Error while sharing" : "Viga jagamisel",
"Error while unsharing" : "Viga jagamise lõpetamisel",
"Error while changing permissions" : "Viga õiguste muutmisel",
"Shared with you and the group {group} by {owner}" : "Jagatud sinu ja {group} grupiga {owner} poolt",
"Shared with you by {owner}" : "Sinuga jagas {owner}",
"Share with users or groups …" : "Jaga kasutajate või gruppidega ...",
"Share with users, groups or remote users …" : "Jaga kasutajate, gruppide või eemal olevate kasutajatega ...",
"Share" : "Jaga",
"Share link" : "Jaga linki",
"The public link will expire no later than {days} days after it is created" : "Avalik link aegub mitte hiljem kui pärast {days} päeva selle loomist",
"Link" : "Link",
"Password protect" : "Parooliga kaitstud",
"Password" : "Parool",
"Choose a password for the public link" : "Vali avaliku lingi jaoks parool",
"Allow editing" : "Luba muutmine",
"Email link to person" : "Saada link isikule e-postiga",
"Send" : "Saada",
"Set expiration date" : "Määra aegumise kuupäev",
"Expiration" : "Aegumine",
"Expiration date" : "Aegumise kuupäev",
"An error occured. Please try again" : "Tekkis tõrge. Palun proovi uuesti",
"Adding user..." : "Kasutaja lisamine...",
"group" : "grupp",
"Resharing is not allowed" : "Edasijagamine pole lubatud",
"Shared in {item} with {user}" : "Jagatud {item} kasutajaga {user}",
"Unshare" : "Lõpeta jagamine",
"notify by email" : "teavita e-postiga",
"can share" : "saab jagada",
"can edit" : "saab muuta",
"access control" : "ligipääsukontroll",
"create" : "loo",
"change" : "muuda",
"delete" : "kustuta",
"Password protected" : "Parooliga kaitstud",
"Error unsetting expiration date" : "Viga aegumise kuupäeva eemaldamisel",
"Error setting expiration date" : "Viga aegumise kuupäeva määramisel",
"Sending ..." : "Saatmine ...",
"Email sent" : "E-kiri on saadetud",
"Warning" : "Hoiatus",
"Edit" : "Muuda",
"Could not create file" : "Ei suuda luua faili",
"guest" : "külaline",
"New Presentation.pptx" : "Uus esitlus.pptx",
"Can't create document" : "Ei suuda dokumenti luua",
"Saved" : "Salvestatud",
"Apply" : "Rakenda",
"Upload (max. %s)" : "Üleslaadimine (maks. %s)",
"Upload" : "Lae üles",
"Save new documents to" : "Salvesta dokumendid",
"Wrong password. Please retry." : "Vale parool. Palun proovi uuesti.",
"Password" : "Parool",
"OK" : "OK",
"Guest %s" : "Külaline %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "See link on aegunud või seda pole kunagi eksisteerinud. Palun võta ühendust inimesega, kes selle sulle jagas."
},

View File

@ -1,121 +1,16 @@
{ "translations": {
"Can't create document" : "Ei suuda dokumenti luua",
"You don't have permission to rename this document" : "Puuduvad õigused dokumendi ümber nimetamiseks",
"Directory saved successfully." : "Kataloog salvestatud edukalt.",
"An error occurred while changing directory." : "Kataloogi vahetamisel tekkis viga.",
"Saved" : "Salvestatud",
"document-styles" : "dokumendi-stiilid",
"document-content" : "dokumendi-sisu",
"bold" : "rasvane",
"italic" : "kaldkiri",
"solid" : "pidev",
"pt" : "pt",
"Saving..." : "Salvestamine...",
"Failed to load documents." : "Dokumentide laadimine ebaõnnestus.",
"No documents were found. Upload or create a document to get started!" : "Ühtegi dokumenti ei leitud. Alustamiseks laadi mõni üles või loo uus dokument!",
"No connection to server. Trying to reconnect." : "Serveriga puudub ühendus. Proovin uuesti ühenduda.",
"Saving…" : "Salvestamine...",
"All" : "Kõik",
"Save" : "Salvesta",
"Loading documents..." : "Laadin dokumente...",
"'.' is an invalid file name." : "'.' on vigane failinimi.",
"File name cannot be empty." : "Faili nimi ei saa olla tühi.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Vigane nimi, '\\', '/', '<', '>', ':', '\"', '|', '?' ja '*' pole lubatud.",
"\"{name}\" is an invalid file name." : "\"{name}\" on vigane failinimi.",
"Align Left" : "Joonda vasakule",
"Alignment" : "Joondus",
"Align Right" : "Joonda paremale",
"Annotate" : "Annoteeri",
"Background" : "Taust",
"Bold" : "Rasvane",
"Bottom" : "Alla",
"Cancel" : "Loobu",
"Center" : "Keskel",
"Clone" : "Klooni",
"Clone this Style" : "Klooni see stiil",
"Close" : "Sulge",
"Color" : "Värv",
"Create" : "Lisa",
"Decrease Indent" : "Vähenda taanet",
"Default Style" : "Vaikimisi stiil",
"Delete" : "Kustuta",
"Family" : "Pereliikmed",
"Font" : "Kirjatüüp",
"Font Effects" : "Kirjatüübi efektid",
"Format" : "Formaat",
"Increase Indent" : "Suurenda taanet",
"Insert Image" : "Lisa pilt",
"Invite Members" : "Kutsu liikmeid",
"Italic" : "Kaldkiri",
"Justified" : "Joondatud",
"Justify" : "Joonda",
"Left" : "Vasak",
"Loading" : "Laadimine",
"Members" : "Liikmed",
"New Name:" : "Uus nimi:",
"OK" : "OK",
"Open" : "Ava",
"Options" : "Valikud",
"Paragraph..." : "Lõik..",
"Paragraph Styles" : "Lõigu stiilid",
"Redo" : "Tee uuesti",
"Right" : "Parem",
"Size" : "Suurus",
"Spacing" : "Asetus",
"Strikethrough" : "Läbikriipsutus",
"Style" : "Stiil",
"Text" : "Tekst",
"Top" : "Üles",
"Underline" : "Alljoon",
"Undo" : "Ennista",
"Unknown Author" : "Tundmatu autor",
"Shared" : "Jagatud",
"Error" : "Tõrge",
"Error while sharing" : "Viga jagamisel",
"Error while unsharing" : "Viga jagamise lõpetamisel",
"Error while changing permissions" : "Viga õiguste muutmisel",
"Shared with you and the group {group} by {owner}" : "Jagatud sinu ja {group} grupiga {owner} poolt",
"Shared with you by {owner}" : "Sinuga jagas {owner}",
"Share with users or groups …" : "Jaga kasutajate või gruppidega ...",
"Share with users, groups or remote users …" : "Jaga kasutajate, gruppide või eemal olevate kasutajatega ...",
"Share" : "Jaga",
"Share link" : "Jaga linki",
"The public link will expire no later than {days} days after it is created" : "Avalik link aegub mitte hiljem kui pärast {days} päeva selle loomist",
"Link" : "Link",
"Password protect" : "Parooliga kaitstud",
"Password" : "Parool",
"Choose a password for the public link" : "Vali avaliku lingi jaoks parool",
"Allow editing" : "Luba muutmine",
"Email link to person" : "Saada link isikule e-postiga",
"Send" : "Saada",
"Set expiration date" : "Määra aegumise kuupäev",
"Expiration" : "Aegumine",
"Expiration date" : "Aegumise kuupäev",
"An error occured. Please try again" : "Tekkis tõrge. Palun proovi uuesti",
"Adding user..." : "Kasutaja lisamine...",
"group" : "grupp",
"Resharing is not allowed" : "Edasijagamine pole lubatud",
"Shared in {item} with {user}" : "Jagatud {item} kasutajaga {user}",
"Unshare" : "Lõpeta jagamine",
"notify by email" : "teavita e-postiga",
"can share" : "saab jagada",
"can edit" : "saab muuta",
"access control" : "ligipääsukontroll",
"create" : "loo",
"change" : "muuda",
"delete" : "kustuta",
"Password protected" : "Parooliga kaitstud",
"Error unsetting expiration date" : "Viga aegumise kuupäeva eemaldamisel",
"Error setting expiration date" : "Viga aegumise kuupäeva määramisel",
"Sending ..." : "Saatmine ...",
"Email sent" : "E-kiri on saadetud",
"Warning" : "Hoiatus",
"Edit" : "Muuda",
"Could not create file" : "Ei suuda luua faili",
"guest" : "külaline",
"New Presentation.pptx" : "Uus esitlus.pptx",
"Can't create document" : "Ei suuda dokumenti luua",
"Saved" : "Salvestatud",
"Apply" : "Rakenda",
"Upload (max. %s)" : "Üleslaadimine (maks. %s)",
"Upload" : "Lae üles",
"Save new documents to" : "Salvesta dokumendid",
"Wrong password. Please retry." : "Vale parool. Palun proovi uuesti.",
"Password" : "Parool",
"OK" : "OK",
"Guest %s" : "Külaline %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "See link on aegunud või seda pole kunagi eksisteerinud. Palun võta ühendust inimesega, kes selle sulle jagas."
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View File

@ -1,119 +0,0 @@
OC.L10N.register(
"richdocuments",
{
"Can't create document" : "Ezin da dokumentua sortu",
"You don't have permission to rename this document" : "Ez duzu dokumentu honi izena aldatzeko baimenik",
"Directory saved successfully." : "Direktorioa ongi gorde da.",
"An error occurred while changing directory." : "Errore bat gertatu da direktorioz aldatzen.",
"Saved" : "Gordeta",
"bold" : "lodia",
"italic" : "etzana",
"solid" : "sendoa",
"Saving..." : "Gordetzen...",
"Failed to load documents." : "Dokumentuak kargatzeak huts egin du.",
"No documents were found. Upload or create a document to get started!" : "Ez da dokumenturik aurkitu. Igo edo sortu dokumentu bat hasteko!",
"No connection to server. Trying to reconnect." : "Ez dago konexiorik zerbitzariarekin. Birkonektatzen saiatzen.",
"Save" : "Gorde",
"Loading documents..." : "Dokumentuak kargatzen...",
"'.' is an invalid file name." : "'.' ez da fitxategi izen baliogarria.",
"File name cannot be empty." : "Fitxategi izena ezin da hutsa izan.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "IZen aliogabea, '\\', '/', '<', '>', ':', '\"', '|', '?' eta '*' ez daude baimenduta.",
"\"{name}\" is an invalid file name." : "\"{name}\" ez da fitxategi izen baliogarria.",
"Align Left" : "Lerrokatu ezkerrean",
"Alignment" : "Lerrokatzea",
"Align Right" : "Lerrokatu eskuinean",
"Annotate" : "Oharra idatzi",
"Background" : "Atzeko planoa",
"Bold" : "Lodia",
"Bottom" : "Behean",
"Cancel" : "Ezeztatu",
"Center" : "Edrian",
"Clone" : "Klonatu",
"Clone this Style" : "Klonatu Estiloa",
"Close" : "Itxi",
"Color" : "Kolorea",
"Create" : "Sortu",
"Decrease Indent" : "Txikitu koxka",
"Default Style" : "Estilo lehenetsia",
"Delete" : "Ezabatu",
"Family" : "Familia",
"Font" : "Letra tipoa",
"Font Effects" : "Letra efektuak",
"Format" : "Formatua",
"Increase Indent" : "Handitu koxka",
"Insert Image" : "Txertatu irudia",
"Invite Members" : "Gonbidatu partaideak",
"Italic" : "Etzana",
"Justified" : "Justifikatuta",
"Justify" : "Justifikatu",
"Left" : "Ezkerra",
"Loading" : "Kargatzen",
"Members" : "Partaideak",
"New Name:" : "Izen berria",
"OK" : "Ados",
"Open" : "Ireki",
"Options" : "Aukerak",
"Paragraph..." : "Paragrafoa...",
"Paragraph Styles" : "Paragrafo Estiloak",
"Redo" : "Berregin",
"Right" : "Eskuina",
"Size" : "Tamaina",
"Spacing" : "Tarteak",
"Strikethrough" : "Marratuta",
"Style" : "Estiloa",
"Text" : "Testua",
"Top" : "Goian",
"Underline" : "Azpimarratua",
"Undo" : "Desegin",
"Unknown Author" : "Egile ezezaguna",
"Shared" : "Elkarbanatuta",
"Error" : "Errorea",
"Error while sharing" : "Errore bat egon da elkarbanatzean",
"Error while unsharing" : "Errore bat egon da elkarbanaketa desegitean",
"Error while changing permissions" : "Errore bat egon da baimenak aldatzean",
"Shared with you and the group {group} by {owner}" : "{owner}-k zu eta {group} taldearekin elkarbanatuta",
"Shared with you by {owner}" : "{owner}-k zurekin elkarbanatuta",
"Share" : "Partekatu",
"Share link" : "Elkarbanatu lotura",
"The public link will expire no later than {days} days after it is created" : "Esteka publikoak iraungi egingo du, askoz jota, sortu eta {days} egunetara.",
"Link" : "Esteka",
"Password protect" : "Babestu pasahitzarekin",
"Password" : "Pasahitza",
"Choose a password for the public link" : "Aukeratu pasahitz bat esteka publikorako",
"Allow editing" : "Baimendu editatzea",
"Email link to person" : "Postaz bidali lotura ",
"Send" : "Bidali",
"Set expiration date" : "Ezarri muga data",
"Expiration" : "Iraungitzea",
"Expiration date" : "Muga data",
"Adding user..." : "Erabiltzailea gehitzen...",
"group" : "taldea",
"remote" : "urrunekoa",
"Resharing is not allowed" : "Berriz elkarbanatzea ez dago baimendua",
"Shared in {item} with {user}" : "{user}ekin {item}-n elkarbanatuta",
"Unshare" : "Ez elkarbanatu",
"notify by email" : "jakinarazi eposta bidez",
"can share" : "elkarbana dezake",
"can edit" : "editatu dezake",
"access control" : "sarrera kontrola",
"create" : "sortu",
"change" : "aldatu",
"delete" : "ezabatu",
"Password protected" : "Pasahitzarekin babestuta",
"Error unsetting expiration date" : "Errorea izan da muga data kentzean",
"Error setting expiration date" : "Errore bat egon da muga data ezartzean",
"Sending ..." : "Bidaltzen ...",
"Email sent" : "Eposta bidalia",
"Warning" : "Abisua",
"Edit" : "Editatu",
"Could not create file" : "Ezin izan da fitxategia sortu",
"guest" : "gonbidatua",
"Apply" : "Aplikatu",
"Upload (max. %s)" : "Igo (max. %s)",
"Upload" : "Igo",
"Save new documents to" : "Gorde dokumentu berriak hemen",
"Wrong password. Please retry." : "Pasahitz okerra. Saiatu berriro.",
"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,117 +0,0 @@
{ "translations": {
"Can't create document" : "Ezin da dokumentua sortu",
"You don't have permission to rename this document" : "Ez duzu dokumentu honi izena aldatzeko baimenik",
"Directory saved successfully." : "Direktorioa ongi gorde da.",
"An error occurred while changing directory." : "Errore bat gertatu da direktorioz aldatzen.",
"Saved" : "Gordeta",
"bold" : "lodia",
"italic" : "etzana",
"solid" : "sendoa",
"Saving..." : "Gordetzen...",
"Failed to load documents." : "Dokumentuak kargatzeak huts egin du.",
"No documents were found. Upload or create a document to get started!" : "Ez da dokumenturik aurkitu. Igo edo sortu dokumentu bat hasteko!",
"No connection to server. Trying to reconnect." : "Ez dago konexiorik zerbitzariarekin. Birkonektatzen saiatzen.",
"Save" : "Gorde",
"Loading documents..." : "Dokumentuak kargatzen...",
"'.' is an invalid file name." : "'.' ez da fitxategi izen baliogarria.",
"File name cannot be empty." : "Fitxategi izena ezin da hutsa izan.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "IZen aliogabea, '\\', '/', '<', '>', ':', '\"', '|', '?' eta '*' ez daude baimenduta.",
"\"{name}\" is an invalid file name." : "\"{name}\" ez da fitxategi izen baliogarria.",
"Align Left" : "Lerrokatu ezkerrean",
"Alignment" : "Lerrokatzea",
"Align Right" : "Lerrokatu eskuinean",
"Annotate" : "Oharra idatzi",
"Background" : "Atzeko planoa",
"Bold" : "Lodia",
"Bottom" : "Behean",
"Cancel" : "Ezeztatu",
"Center" : "Edrian",
"Clone" : "Klonatu",
"Clone this Style" : "Klonatu Estiloa",
"Close" : "Itxi",
"Color" : "Kolorea",
"Create" : "Sortu",
"Decrease Indent" : "Txikitu koxka",
"Default Style" : "Estilo lehenetsia",
"Delete" : "Ezabatu",
"Family" : "Familia",
"Font" : "Letra tipoa",
"Font Effects" : "Letra efektuak",
"Format" : "Formatua",
"Increase Indent" : "Handitu koxka",
"Insert Image" : "Txertatu irudia",
"Invite Members" : "Gonbidatu partaideak",
"Italic" : "Etzana",
"Justified" : "Justifikatuta",
"Justify" : "Justifikatu",
"Left" : "Ezkerra",
"Loading" : "Kargatzen",
"Members" : "Partaideak",
"New Name:" : "Izen berria",
"OK" : "Ados",
"Open" : "Ireki",
"Options" : "Aukerak",
"Paragraph..." : "Paragrafoa...",
"Paragraph Styles" : "Paragrafo Estiloak",
"Redo" : "Berregin",
"Right" : "Eskuina",
"Size" : "Tamaina",
"Spacing" : "Tarteak",
"Strikethrough" : "Marratuta",
"Style" : "Estiloa",
"Text" : "Testua",
"Top" : "Goian",
"Underline" : "Azpimarratua",
"Undo" : "Desegin",
"Unknown Author" : "Egile ezezaguna",
"Shared" : "Elkarbanatuta",
"Error" : "Errorea",
"Error while sharing" : "Errore bat egon da elkarbanatzean",
"Error while unsharing" : "Errore bat egon da elkarbanaketa desegitean",
"Error while changing permissions" : "Errore bat egon da baimenak aldatzean",
"Shared with you and the group {group} by {owner}" : "{owner}-k zu eta {group} taldearekin elkarbanatuta",
"Shared with you by {owner}" : "{owner}-k zurekin elkarbanatuta",
"Share" : "Partekatu",
"Share link" : "Elkarbanatu lotura",
"The public link will expire no later than {days} days after it is created" : "Esteka publikoak iraungi egingo du, askoz jota, sortu eta {days} egunetara.",
"Link" : "Esteka",
"Password protect" : "Babestu pasahitzarekin",
"Password" : "Pasahitza",
"Choose a password for the public link" : "Aukeratu pasahitz bat esteka publikorako",
"Allow editing" : "Baimendu editatzea",
"Email link to person" : "Postaz bidali lotura ",
"Send" : "Bidali",
"Set expiration date" : "Ezarri muga data",
"Expiration" : "Iraungitzea",
"Expiration date" : "Muga data",
"Adding user..." : "Erabiltzailea gehitzen...",
"group" : "taldea",
"remote" : "urrunekoa",
"Resharing is not allowed" : "Berriz elkarbanatzea ez dago baimendua",
"Shared in {item} with {user}" : "{user}ekin {item}-n elkarbanatuta",
"Unshare" : "Ez elkarbanatu",
"notify by email" : "jakinarazi eposta bidez",
"can share" : "elkarbana dezake",
"can edit" : "editatu dezake",
"access control" : "sarrera kontrola",
"create" : "sortu",
"change" : "aldatu",
"delete" : "ezabatu",
"Password protected" : "Pasahitzarekin babestuta",
"Error unsetting expiration date" : "Errorea izan da muga data kentzean",
"Error setting expiration date" : "Errore bat egon da muga data ezartzean",
"Sending ..." : "Bidaltzen ...",
"Email sent" : "Eposta bidalia",
"Warning" : "Abisua",
"Edit" : "Editatu",
"Could not create file" : "Ezin izan da fitxategia sortu",
"guest" : "gonbidatua",
"Apply" : "Aplikatu",
"Upload (max. %s)" : "Igo (max. %s)",
"Upload" : "Igo",
"Save new documents to" : "Gorde dokumentu berriak hemen",
"Wrong password. Please retry." : "Pasahitz okerra. Saiatu berriro.",
"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,120 +0,0 @@
OC.L10N.register(
"richdocuments",
{
"Can't create document" : "امکان ایجاد این سند وجود ندارد",
"You don't have permission to rename this document" : "شما دسترسی مجاز برای تغییر نام این سند را ندارید",
"Directory saved successfully." : "پوشه با موفقیت ذخیره شد.",
"An error occurred while changing directory." : "یک خطا در حین تغییر پوشه رخ داده است.",
"Saved" : "ذخیره شد",
"Saving..." : "در حال ذخیره سازی...",
"Failed to load documents." : "فراخوانی اسناد با شکست مواجه شد",
"No documents were found. Upload or create a document to get started!" : "هیچ سندی یافت نشد. برای شروع سندی ساخته یا آپلود کنید! ",
"No connection to server. Trying to reconnect." : "هیچگونه ارتباط به سرور موجود نمی‌باشد. لطفاً ارتباط مجدد برقرار کنید.",
"Save" : "ذخیره",
"Loading documents..." : "در حال بارگذاری اسناد...",
"'.' is an invalid file name." : "'.' یک نام پرونده نامعتبر است.",
"File name cannot be empty." : "نام پرونده نمی تواند خالی باشد.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "نام نامعتبر ، '\\', '/', '<', '>', ':', '\"', '|', '?' و '*' مجاز نمی باشند.",
"\"{name}\" is an invalid file name." : "\"{name}\" نامی نامعتبر برای فایل است.",
"Align Left" : "چپ تراز",
"Alignment" : "ترازکردن",
"Align Right" : "راست تراز",
"Annotate" : "حاشیه نگاری",
"Background" : "پس زمینه",
"Bold" : "ضخیم",
"Bottom" : "پایین",
"Cancel" : "منصرف شدن",
"Center" : "وسط",
"Clone" : "شبیه سازی",
"Clone this Style" : "شبیه سازی این استایل",
"Close" : "بستن",
"Color" : "رنگ",
"Create" : "ایجاد کردن",
"Decrease Indent" : "کاهش تورفتگی",
"Default Style" : "استایل پیشفرض",
"Delete" : "حذف",
"Family" : "خانواده",
"Font" : "فونت",
"Font Effects" : "افکت‌های فونت",
"Format" : "فرمت",
"Increase Indent" : "افزایش تورفتگی",
"Insert Image" : "درج تصویر",
"Invite Members" : "دعوت کردن اعضا",
"Italic" : "کج نویس",
"Justified" : "متقارن شد",
"Justify" : "متقارن",
"Left" : "چپ",
"Loading" : "بارگذاری",
"Members" : "اعضا",
"New Name:" : "نام جدید:",
"OK" : "باشه",
"Open" : "باز کردن",
"Options" : "تنظیمات",
"Paragraph..." : "پاراگراف...",
"Paragraph Styles" : "استایل های پاراگراف",
"Redo" : "ازنو",
"Right" : "راست",
"Size" : "اندازه",
"Spacing" : "فاصله گذاری",
"Strikethrough" : "خط خورده",
"Style" : "استایل",
"Text" : "متن",
"Top" : "ا",
"Underline" : "خط زیرین",
"Undo" : "بازگردان",
"Unknown Author" : "نویسنده‌ی نامعلوم",
"Shared" : "اشتراک گذاشته شده",
"Error" : "خطا",
"Error while sharing" : "خطا درحال به اشتراک گذاشتن",
"Error while unsharing" : "خطا درحال لغو اشتراک",
"Error while changing permissions" : "خطا در حال تغییر مجوز",
"Shared with you and the group {group} by {owner}" : "به اشتراک گذاشته شده با شما و گروه {گروه} توسط {دارنده}",
"Shared with you by {owner}" : "به اشتراک گذاشته شده با شما توسط { دارنده}",
"Share with users or groups …" : "اشتراک گذاری با کاربران یا گروه ها ...",
"Share with users, groups or remote users …" : "اشتراک گذاری با کاربران، گروه‌ها یا کاربران راه دور...",
"Share" : "اشتراک‌گذاری",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "اشتراک‌گذاری با دیگر افراد بر روی ownClouds بصورت username@example.com/owncloud",
"Share link" : "اشتراک گذاشتن لینک",
"The public link will expire no later than {days} days after it is created" : "لینک عمومی پس از {days} روز پس از ایجاد منقضی خواهد شد",
"Link" : "لینک",
"Password protect" : "نگهداری کردن رمز عبور",
"Password" : "گذرواژه",
"Choose a password for the public link" : "انتخاب رمز برای لینک عمومی",
"Allow editing" : "اجازه‌ی ویرایش",
"Email link to person" : "پیوند ایمیل برای شخص.",
"Send" : "ارسال",
"Set expiration date" : "تنظیم تاریخ انقضا",
"Expiration" : "تاریخ انقضا",
"Expiration date" : "تاریخ انقضا",
"An error occured. Please try again" : "یک خطا رخ داده است، لطفا مجددا تلاش کنید",
"Adding user..." : "افزودن کاربر...",
"group" : "گروه",
"remote" : "از راه دور",
"Resharing is not allowed" : "اشتراک گذاری مجدد مجاز نمی باشد",
"Shared in {item} with {user}" : "به اشتراک گذاشته شده در {بخش} با {کاربر}",
"Unshare" : "لغو اشتراک",
"notify by email" : "دریافت هشدار از طریق ایمیل",
"can share" : "قابل به اشتراک گذاری",
"can edit" : "می توان ویرایش کرد",
"access control" : "کنترل دسترسی",
"create" : "ایجاد",
"change" : "تغییر",
"delete" : "حذف",
"Password protected" : "نگهداری از رمز عبور",
"Error unsetting expiration date" : "خطا در تنظیم نکردن تاریخ انقضا ",
"Error setting expiration date" : "خطا در تنظیم تاریخ انقضا",
"Sending ..." : "درحال ارسال ...",
"Email sent" : "ایمیل ارسال شد",
"Warning" : "اخطار",
"Edit" : "ویرایش",
"Could not create file" : "امکان ایجاد فایل وجود ندارد",
"guest" : "میهمان",
"Apply" : "اعمال",
"Upload (max. %s)" : "آپلود (بیشترین سایز %s)",
"Upload" : "بارگزاری",
"Save new documents to" : "ذخیره کردن اسناد جدید به",
"Wrong password. Please retry." : "رمز اشتباه. لطفاً مجددا تکرار فرمایید.",
"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,118 +0,0 @@
{ "translations": {
"Can't create document" : "امکان ایجاد این سند وجود ندارد",
"You don't have permission to rename this document" : "شما دسترسی مجاز برای تغییر نام این سند را ندارید",
"Directory saved successfully." : "پوشه با موفقیت ذخیره شد.",
"An error occurred while changing directory." : "یک خطا در حین تغییر پوشه رخ داده است.",
"Saved" : "ذخیره شد",
"Saving..." : "در حال ذخیره سازی...",
"Failed to load documents." : "فراخوانی اسناد با شکست مواجه شد",
"No documents were found. Upload or create a document to get started!" : "هیچ سندی یافت نشد. برای شروع سندی ساخته یا آپلود کنید! ",
"No connection to server. Trying to reconnect." : "هیچگونه ارتباط به سرور موجود نمی‌باشد. لطفاً ارتباط مجدد برقرار کنید.",
"Save" : "ذخیره",
"Loading documents..." : "در حال بارگذاری اسناد...",
"'.' is an invalid file name." : "'.' یک نام پرونده نامعتبر است.",
"File name cannot be empty." : "نام پرونده نمی تواند خالی باشد.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "نام نامعتبر ، '\\', '/', '<', '>', ':', '\"', '|', '?' و '*' مجاز نمی باشند.",
"\"{name}\" is an invalid file name." : "\"{name}\" نامی نامعتبر برای فایل است.",
"Align Left" : "چپ تراز",
"Alignment" : "ترازکردن",
"Align Right" : "راست تراز",
"Annotate" : "حاشیه نگاری",
"Background" : "پس زمینه",
"Bold" : "ضخیم",
"Bottom" : "پایین",
"Cancel" : "منصرف شدن",
"Center" : "وسط",
"Clone" : "شبیه سازی",
"Clone this Style" : "شبیه سازی این استایل",
"Close" : "بستن",
"Color" : "رنگ",
"Create" : "ایجاد کردن",
"Decrease Indent" : "کاهش تورفتگی",
"Default Style" : "استایل پیشفرض",
"Delete" : "حذف",
"Family" : "خانواده",
"Font" : "فونت",
"Font Effects" : "افکت‌های فونت",
"Format" : "فرمت",
"Increase Indent" : "افزایش تورفتگی",
"Insert Image" : "درج تصویر",
"Invite Members" : "دعوت کردن اعضا",
"Italic" : "کج نویس",
"Justified" : "متقارن شد",
"Justify" : "متقارن",
"Left" : "چپ",
"Loading" : "بارگذاری",
"Members" : "اعضا",
"New Name:" : "نام جدید:",
"OK" : "باشه",
"Open" : "باز کردن",
"Options" : "تنظیمات",
"Paragraph..." : "پاراگراف...",
"Paragraph Styles" : "استایل های پاراگراف",
"Redo" : "ازنو",
"Right" : "راست",
"Size" : "اندازه",
"Spacing" : "فاصله گذاری",
"Strikethrough" : "خط خورده",
"Style" : "استایل",
"Text" : "متن",
"Top" : "ا",
"Underline" : "خط زیرین",
"Undo" : "بازگردان",
"Unknown Author" : "نویسنده‌ی نامعلوم",
"Shared" : "اشتراک گذاشته شده",
"Error" : "خطا",
"Error while sharing" : "خطا درحال به اشتراک گذاشتن",
"Error while unsharing" : "خطا درحال لغو اشتراک",
"Error while changing permissions" : "خطا در حال تغییر مجوز",
"Shared with you and the group {group} by {owner}" : "به اشتراک گذاشته شده با شما و گروه {گروه} توسط {دارنده}",
"Shared with you by {owner}" : "به اشتراک گذاشته شده با شما توسط { دارنده}",
"Share with users or groups …" : "اشتراک گذاری با کاربران یا گروه ها ...",
"Share with users, groups or remote users …" : "اشتراک گذاری با کاربران، گروه‌ها یا کاربران راه دور...",
"Share" : "اشتراک‌گذاری",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "اشتراک‌گذاری با دیگر افراد بر روی ownClouds بصورت username@example.com/owncloud",
"Share link" : "اشتراک گذاشتن لینک",
"The public link will expire no later than {days} days after it is created" : "لینک عمومی پس از {days} روز پس از ایجاد منقضی خواهد شد",
"Link" : "لینک",
"Password protect" : "نگهداری کردن رمز عبور",
"Password" : "گذرواژه",
"Choose a password for the public link" : "انتخاب رمز برای لینک عمومی",
"Allow editing" : "اجازه‌ی ویرایش",
"Email link to person" : "پیوند ایمیل برای شخص.",
"Send" : "ارسال",
"Set expiration date" : "تنظیم تاریخ انقضا",
"Expiration" : "تاریخ انقضا",
"Expiration date" : "تاریخ انقضا",
"An error occured. Please try again" : "یک خطا رخ داده است، لطفا مجددا تلاش کنید",
"Adding user..." : "افزودن کاربر...",
"group" : "گروه",
"remote" : "از راه دور",
"Resharing is not allowed" : "اشتراک گذاری مجدد مجاز نمی باشد",
"Shared in {item} with {user}" : "به اشتراک گذاشته شده در {بخش} با {کاربر}",
"Unshare" : "لغو اشتراک",
"notify by email" : "دریافت هشدار از طریق ایمیل",
"can share" : "قابل به اشتراک گذاری",
"can edit" : "می توان ویرایش کرد",
"access control" : "کنترل دسترسی",
"create" : "ایجاد",
"change" : "تغییر",
"delete" : "حذف",
"Password protected" : "نگهداری از رمز عبور",
"Error unsetting expiration date" : "خطا در تنظیم نکردن تاریخ انقضا ",
"Error setting expiration date" : "خطا در تنظیم تاریخ انقضا",
"Sending ..." : "درحال ارسال ...",
"Email sent" : "ایمیل ارسال شد",
"Warning" : "اخطار",
"Edit" : "ویرایش",
"Could not create file" : "امکان ایجاد فایل وجود ندارد",
"guest" : "میهمان",
"Apply" : "اعمال",
"Upload (max. %s)" : "آپلود (بیشترین سایز %s)",
"Upload" : "بارگزاری",
"Save new documents to" : "ذخیره کردن اسناد جدید به",
"Wrong password. Please retry." : "رمز اشتباه. لطفاً مجددا تکرار فرمایید.",
"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;"
}

45
l10n/fi.js Normal file
View File

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

43
l10n/fi.json Normal file
View File

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

View File

@ -1,86 +0,0 @@
OC.L10N.register(
"richdocuments",
{
"Office" : "Toimisto",
"New Document.odt" : "Uusi asiakirja.odt",
"New Spreadsheet.ods" : "Uusi taulukko.ods",
"New Presentation.odp" : "Uusi esitys.odp",
"Can't create document" : "Asiakirjan luominen epäonnistui",
"You don't have permission to rename this document" : "Oikeutesi eivät riitä nimeämään tätä asiakirjaa uudelleen",
"Saved" : "Tallennettu",
"Saving..." : "Tallennetaan...",
"All" : "Kaikki",
"Failed to load the document, please contact your administrator." : "Asiakirjan lataaminen epäonnistui, ole yhteydessä ylläpitoon.",
"Failed to load documents." : "Virhe ladattaessa dokumentteja.",
"No documents were found. Upload or create a document to get started!" : "Asiakirjoja ei löytynyt. Lähetä tai luo asiakirja aloittaaksesi!",
"More versions..." : "Lisää versioita...",
"Just now" : "Juuri nyt",
"No connection to server. Trying to reconnect." : "Ei yhteyttä palvelimeen. Yritetään yhdistää uudelleen.",
"Save" : "Tallenna",
"Loading documents..." : "Ladataan asiakirjoja...",
"'.' is an invalid file name." : "'.' on virheellinen nimi tiedostolle.",
"File name cannot be empty." : "Tiedoston nimi ei voi olla tyhjä.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Virheellinen nimi, merkit '\\', '/', '<', '>', ':', '\"', '|', '?' ja '*' eivät ole sallittuja.",
"\"{name}\" is an invalid file name." : "\"{name}\" on virheellinen tiedostonimi.",
"Failed to open " : "Avaaminen epäonnistui",
"Shared" : "Jaettu",
"Error" : "Virhe",
"Error while sharing" : "Virhe jaettaessa",
"Error while unsharing" : "Virhe jakoa peruttaessa",
"Error while changing permissions" : "Virhe oikeuksia muuttaessa",
"Shared with you and the group {group} by {owner}" : "Jaettu sinun ja ryhmän {group} kanssa käyttäjän {owner} toimesta",
"Shared with you by {owner}" : "Jaettu kanssasi käyttäjän {owner} toimesta",
"Share with users or groups …" : "Jaa käyttäjien tai ryhmien kanssa…",
"Share with users, groups or remote users …" : "Jaa käyttäjien, ryhmien tai etäkäyttäjien kanssa…",
"Share" : "Jaa",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Jaa toisia ownCloud-järjestelmiä käyttävien kesken käyttäen syntaksia käyttäjätunnus@esimerkki.fi/owncloud",
"Share link" : "Jaa linkki",
"The public link will expire no later than {days} days after it is created" : "Julkinen linkki vanhenee {days} päivän jälkeen sen luomisesta",
"Link" : "Linkki",
"Password protect" : "Suojaa salasanalla",
"Password" : "Salasana",
"Choose a password for the public link" : "Valitse salasana julkiselle linkille",
"Allow editing" : "Salli muokkaus",
"Email link to person" : "Lähetä linkki sähköpostitse",
"Send" : "Lähetä",
"Set expiration date" : "Aseta päättymispäivä",
"Expiration" : "Erääntyminen",
"Expiration date" : "Päättymispäivä",
"An error occured. Please try again" : "Tapahtui virhe. Yritä myöhemmin uudestaan",
"Adding user..." : "Lisätään käyttäjä...",
"group" : "ryhmä",
"remote" : "etä",
"Resharing is not allowed" : "Jakaminen uudelleen ei ole salittu",
"Shared in {item} with {user}" : "{item} on jaettu {user} kanssa",
"Unshare" : "Peru jakaminen",
"notify by email" : "ilmoita sähköpostitse",
"can share" : "jaa",
"can edit" : "voi muokata",
"access control" : "Pääsyn hallinta",
"create" : "luo",
"change" : "muuta",
"delete" : "poista",
"Password protected" : "Salasanasuojattu",
"Error unsetting expiration date" : "Virhe purettaessa eräpäivää",
"Error setting expiration date" : "Virhe päättymispäivää asettaessa",
"Sending ..." : "Lähetetään...",
"Email sent" : "Sähköposti lähetetty",
"Warning" : "Varoitus",
"Edit" : "Muokkaa",
"Document" : "Asiakirja",
"Spreadsheet" : "Taulukko",
"Presentation" : "Esitys",
"Could not create file" : "Tiedoston luominen epäonnistui",
"guest" : "vieras",
"Apply" : "Toteuta",
"New Document" : "Uusi asiakirja",
"New Spreadsheet" : "Uusi taulukko",
"New Presentation" : "Uusi esitys",
"Upload (max. %s)" : "Lähetys (enintään %s)",
"Upload" : "Lähetä",
"Wrong password. Please retry." : "Väärä salasana. Yritä uudelleen.",
"OK" : "OK",
"Guest %s" : "Vieras %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Linkki on vanhentunut tai se ei ole ollutkaan toimiva. Ota yhteyttä henkilöön jolta sait linkin saadaksesi lisätietoja."
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,84 +0,0 @@
{ "translations": {
"Office" : "Toimisto",
"New Document.odt" : "Uusi asiakirja.odt",
"New Spreadsheet.ods" : "Uusi taulukko.ods",
"New Presentation.odp" : "Uusi esitys.odp",
"Can't create document" : "Asiakirjan luominen epäonnistui",
"You don't have permission to rename this document" : "Oikeutesi eivät riitä nimeämään tätä asiakirjaa uudelleen",
"Saved" : "Tallennettu",
"Saving..." : "Tallennetaan...",
"All" : "Kaikki",
"Failed to load the document, please contact your administrator." : "Asiakirjan lataaminen epäonnistui, ole yhteydessä ylläpitoon.",
"Failed to load documents." : "Virhe ladattaessa dokumentteja.",
"No documents were found. Upload or create a document to get started!" : "Asiakirjoja ei löytynyt. Lähetä tai luo asiakirja aloittaaksesi!",
"More versions..." : "Lisää versioita...",
"Just now" : "Juuri nyt",
"No connection to server. Trying to reconnect." : "Ei yhteyttä palvelimeen. Yritetään yhdistää uudelleen.",
"Save" : "Tallenna",
"Loading documents..." : "Ladataan asiakirjoja...",
"'.' is an invalid file name." : "'.' on virheellinen nimi tiedostolle.",
"File name cannot be empty." : "Tiedoston nimi ei voi olla tyhjä.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Virheellinen nimi, merkit '\\', '/', '<', '>', ':', '\"', '|', '?' ja '*' eivät ole sallittuja.",
"\"{name}\" is an invalid file name." : "\"{name}\" on virheellinen tiedostonimi.",
"Failed to open " : "Avaaminen epäonnistui",
"Shared" : "Jaettu",
"Error" : "Virhe",
"Error while sharing" : "Virhe jaettaessa",
"Error while unsharing" : "Virhe jakoa peruttaessa",
"Error while changing permissions" : "Virhe oikeuksia muuttaessa",
"Shared with you and the group {group} by {owner}" : "Jaettu sinun ja ryhmän {group} kanssa käyttäjän {owner} toimesta",
"Shared with you by {owner}" : "Jaettu kanssasi käyttäjän {owner} toimesta",
"Share with users or groups …" : "Jaa käyttäjien tai ryhmien kanssa…",
"Share with users, groups or remote users …" : "Jaa käyttäjien, ryhmien tai etäkäyttäjien kanssa…",
"Share" : "Jaa",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Jaa toisia ownCloud-järjestelmiä käyttävien kesken käyttäen syntaksia käyttäjätunnus@esimerkki.fi/owncloud",
"Share link" : "Jaa linkki",
"The public link will expire no later than {days} days after it is created" : "Julkinen linkki vanhenee {days} päivän jälkeen sen luomisesta",
"Link" : "Linkki",
"Password protect" : "Suojaa salasanalla",
"Password" : "Salasana",
"Choose a password for the public link" : "Valitse salasana julkiselle linkille",
"Allow editing" : "Salli muokkaus",
"Email link to person" : "Lähetä linkki sähköpostitse",
"Send" : "Lähetä",
"Set expiration date" : "Aseta päättymispäivä",
"Expiration" : "Erääntyminen",
"Expiration date" : "Päättymispäivä",
"An error occured. Please try again" : "Tapahtui virhe. Yritä myöhemmin uudestaan",
"Adding user..." : "Lisätään käyttäjä...",
"group" : "ryhmä",
"remote" : "etä",
"Resharing is not allowed" : "Jakaminen uudelleen ei ole salittu",
"Shared in {item} with {user}" : "{item} on jaettu {user} kanssa",
"Unshare" : "Peru jakaminen",
"notify by email" : "ilmoita sähköpostitse",
"can share" : "jaa",
"can edit" : "voi muokata",
"access control" : "Pääsyn hallinta",
"create" : "luo",
"change" : "muuta",
"delete" : "poista",
"Password protected" : "Salasanasuojattu",
"Error unsetting expiration date" : "Virhe purettaessa eräpäivää",
"Error setting expiration date" : "Virhe päättymispäivää asettaessa",
"Sending ..." : "Lähetetään...",
"Email sent" : "Sähköposti lähetetty",
"Warning" : "Varoitus",
"Edit" : "Muokkaa",
"Document" : "Asiakirja",
"Spreadsheet" : "Taulukko",
"Presentation" : "Esitys",
"Could not create file" : "Tiedoston luominen epäonnistui",
"guest" : "vieras",
"Apply" : "Toteuta",
"New Document" : "Uusi asiakirja",
"New Spreadsheet" : "Uusi taulukko",
"New Presentation" : "Uusi esitys",
"Upload (max. %s)" : "Lähetys (enintään %s)",
"Upload" : "Lähetä",
"Wrong password. Please retry." : "Väärä salasana. Yritä uudelleen.",
"OK" : "OK",
"Guest %s" : "Vieras %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Linkki on vanhentunut tai se ei ole ollutkaan toimiva. Ota yhteyttä henkilöön jolta sait linkin saadaksesi lisätietoja."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -1,20 +1,24 @@
OC.L10N.register(
"richdocuments",
{
"Saving..." : "Enregistrement...",
"Saving…" : "Enregistrement…",
"All" : "Tout",
"Download this revision" : "Télécharger cette révision",
"Restore this revision" : "Restaurer cette révision",
"Latest revision" : "Dernière révision",
"More versions..." : "Plus de versions...",
"Latest revision" : "Dernière version",
"More versions" : "Plus de versions...",
"Just now" : "À l'instant",
"Failed to revert the document to older version" : "Impossible de restaurer le fichier à son ancienne version",
"Please enter the filename to store the document as." : "Veuillez entrer le nom avec lequel vous voulez que le document soit stocké.",
"Save As" : "Enregistrer sous",
"New filename" : "Nouveau nom de fichier",
"Cancel" : "Annuler",
"Save" : "Enregistrer",
"Loading documents..." : "Chargement des documents...",
"Loading documents" : "Chargement des documents...",
"Edit" : "Éditer",
"View" : "Vue",
"Document" : "Document",
"Spreadsheet" : "Feuille de calcul",
"Presentation" : "Présentation",
"New Document" : "Nouveau document",
"New Spreadsheet" : "Nouvelle feuille de calcul",
"New Presentation" : "Nouvelle présentation",
"Could not create file" : "Impossible de créer le fichier",
"New Document.odt" : "Nouveau Document.odt",
"New Spreadsheet.ods" : "Nouvelle Feuille de Calcul.ods",
@ -26,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,18 +1,22 @@
{ "translations": {
"Saving..." : "Enregistrement...",
"Saving…" : "Enregistrement…",
"All" : "Tout",
"Download this revision" : "Télécharger cette révision",
"Restore this revision" : "Restaurer cette révision",
"Latest revision" : "Dernière révision",
"More versions..." : "Plus de versions...",
"Latest revision" : "Dernière version",
"More versions" : "Plus de versions...",
"Just now" : "À l'instant",
"Failed to revert the document to older version" : "Impossible de restaurer le fichier à son ancienne version",
"Please enter the filename to store the document as." : "Veuillez entrer le nom avec lequel vous voulez que le document soit stocké.",
"Save As" : "Enregistrer sous",
"New filename" : "Nouveau nom de fichier",
"Cancel" : "Annuler",
"Save" : "Enregistrer",
"Loading documents..." : "Chargement des documents...",
"Loading documents" : "Chargement des documents...",
"Edit" : "Éditer",
"View" : "Vue",
"Document" : "Document",
"Spreadsheet" : "Feuille de calcul",
"Presentation" : "Présentation",
"New Document" : "Nouveau document",
"New Spreadsheet" : "Nouvelle feuille de calcul",
"New Presentation" : "Nouvelle présentation",
"Could not create file" : "Impossible de créer le fichier",
"New Document.odt" : "Nouveau Document.odt",
"New Spreadsheet.ods" : "Nouvelle Feuille de Calcul.ods",
@ -24,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,127 +0,0 @@
OC.L10N.register(
"richdocuments",
{
"Can't create document" : "Non é posíbel crear o documento",
"You don't have permission to rename this document" : "Vostede non ten permisos para cambiarlle o nome a este documento",
"Directory saved successfully." : "O directorio foi gardado satisfactoriamente,.",
"An error occurred while changing directory." : "Produciuse un erro ao cambiar o directorio.",
"Saved" : "Gardado",
"document-styles" : "estilos do documento",
"document-content" : "contido do documento",
"bold" : "negra",
"italic" : "cursiva",
"solid" : "sólida",
"pt" : "pt",
"Saving..." : "Gardando...",
"Failed to load documents." : "Non foi posíbel cargar os documentos.",
"No documents were found. Upload or create a document to get started!" : "Non se atopou ningún documento. Envíe un documento para comezar!",
"\n" : "\n",
"No connection to server. Trying to reconnect." : "Sen conexión co servidor. Tentando conectar de novo.",
"Save" : "Gardar",
"Loading documents..." : "Cargando documentos...",
"'.' is an invalid file name." : "«.» é un nome de ficheiro incorrecto",
"File name cannot be empty." : "O nome de ficheiro non pode estar baleiro",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nome incorrecto, non se permite «\\», «/», «<», «>», «:», «\"», «|», «?» e «*».",
"\"{name}\" is an invalid file name." : "«{name}» é un nome incorrecto de ficheiro.",
"Align Left" : "Aliñar á esquerda",
"Alignment" : "Aliñamento",
"Align Right" : "Aliñar á dereita",
"Annotate" : "Anotar",
"Background" : "Fondo",
"Bold" : "Negra",
"Bottom" : "Abaixo",
"Cancel" : "Cancelar",
"Center" : "Centrar",
"Clone" : "Clonar",
"Clone this Style" : "Clonar este estilo",
"Close" : "Pechar",
"Color" : "Cor",
"Create" : "Crear",
"Decrease Indent" : "Diminuír a sangría",
"Default Style" : "Estilo predeterminado",
"Delete" : "Eliminar",
"Family" : "Familia",
"Font" : "Tipo de letra",
"Font Effects" : "Efectos das letras",
"Format" : "Formato",
"Increase Indent" : "Aumentar a sangría",
"Insert Image" : "Inserir unha imaxe",
"Invite Members" : "Convidar a membros",
"Italic" : "Cursiva",
"Justified" : "Xustificado",
"Justify" : "Xustificar",
"Left" : "Esquerda",
"Loading" : "Cargando",
"Members" : "Membros",
"New Name:" : "Novo nome:",
"OK" : "Aceptar",
"Open" : "Abrir",
"Options" : "Opcións",
"Paragraph..." : "Parágrafo...",
"Paragraph Styles" : "Estilos de parágrafo",
"Redo" : "Refacer",
"Right" : "Dereita",
"Size" : "Tamaño",
"Spacing" : "Espazado",
"Strikethrough" : "Riscado",
"Style" : "Estilo",
"Text" : "Texto",
"Top" : "Arriba",
"Underline" : "Subliñado",
"Undo" : "Desfacer",
"Unknown Author" : "Autor descoñecido",
"Shared" : "Compartido",
"Error" : "Erro",
"Error while sharing" : "Produciuse un erro ao compartir",
"Error while unsharing" : "Produciuse un erro ao deixar de compartir",
"Error while changing permissions" : "Produciuse un erro ao cambiar os permisos",
"Shared with you and the group {group} by {owner}" : "Compartido con vostede e co grupo {group} por {owner}",
"Shared with you by {owner}" : "Compartido con vostede por {owner}",
"Share with users or groups …" : "Compartir con usuarios ou grupos ...",
"Share with users, groups or remote users …" : "Compartir con usuarios, grupos ou usuarios remotos ...",
"Share" : "Compartir",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Comparta con outra xente ou con outros ownClouds empregando a sintaxe «nomeusuario@exemplo.com/ouwncloud»",
"Share link" : "Ligazón para compartir",
"The public link will expire no later than {days} days after it is created" : "A ligazón pública caducará, a máis tardar, {days} días após a súa creación",
"Link" : "Ligazón",
"Password protect" : "Protexido con contrasinal",
"Password" : "Contrasinal",
"Choose a password for the public link" : "Escolla un contrasinal para a ligazón pública",
"Allow editing" : "Permitir a edición",
"Email link to person" : "Enviar ligazón por correo",
"Send" : "Enviar",
"Set expiration date" : "Definir a data de caducidade",
"Expiration" : "Caducidade",
"Expiration date" : "Data de caducidade",
"An error occured. Please try again" : "Produciuse un erro, ténteo de novo",
"Adding user..." : "Engadindo usuario...",
"group" : "grupo",
"remote" : "remoto",
"Resharing is not allowed" : "Non se permite volver compartir",
"Shared in {item} with {user}" : "Compartido en {item} con {user}",
"Unshare" : "Deixar de compartir",
"notify by email" : "notificar por correo",
"can share" : "pode compartir",
"can edit" : "pode editar",
"access control" : "control de acceso",
"create" : "crear",
"change" : "cambio",
"delete" : "eliminar",
"Password protected" : "Protexido con contrasinal",
"Error unsetting expiration date" : "Produciuse un erro ao retirar a data de caducidade",
"Error setting expiration date" : "Produciuse un erro ao definir a data de caducidade",
"Sending ..." : "Enviando...",
"Email sent" : "Correo enviado",
"Warning" : "Aviso",
"Edit" : "Editar",
"Could not create file" : "Non foi posíbel crear o ficheiro",
"guest" : "convidado",
"Apply" : "Aplicar",
"Upload (max. %s)" : "Envío (máx. %s)",
"Upload" : "Enviar",
"Save new documents to" : "Gardar os novos documentos en",
"Wrong password. Please retry." : "Contrasinal incorrecto. Ténteo de novo.",
"Guest %s" : "Convidado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta ligazón caducou ou xa non existe. Póñase en contacto coa persoa que o compartiu con vostede para obter máis información."
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,125 +0,0 @@
{ "translations": {
"Can't create document" : "Non é posíbel crear o documento",
"You don't have permission to rename this document" : "Vostede non ten permisos para cambiarlle o nome a este documento",
"Directory saved successfully." : "O directorio foi gardado satisfactoriamente,.",
"An error occurred while changing directory." : "Produciuse un erro ao cambiar o directorio.",
"Saved" : "Gardado",
"document-styles" : "estilos do documento",
"document-content" : "contido do documento",
"bold" : "negra",
"italic" : "cursiva",
"solid" : "sólida",
"pt" : "pt",
"Saving..." : "Gardando...",
"Failed to load documents." : "Non foi posíbel cargar os documentos.",
"No documents were found. Upload or create a document to get started!" : "Non se atopou ningún documento. Envíe un documento para comezar!",
"\n" : "\n",
"No connection to server. Trying to reconnect." : "Sen conexión co servidor. Tentando conectar de novo.",
"Save" : "Gardar",
"Loading documents..." : "Cargando documentos...",
"'.' is an invalid file name." : "«.» é un nome de ficheiro incorrecto",
"File name cannot be empty." : "O nome de ficheiro non pode estar baleiro",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nome incorrecto, non se permite «\\», «/», «<», «>», «:», «\"», «|», «?» e «*».",
"\"{name}\" is an invalid file name." : "«{name}» é un nome incorrecto de ficheiro.",
"Align Left" : "Aliñar á esquerda",
"Alignment" : "Aliñamento",
"Align Right" : "Aliñar á dereita",
"Annotate" : "Anotar",
"Background" : "Fondo",
"Bold" : "Negra",
"Bottom" : "Abaixo",
"Cancel" : "Cancelar",
"Center" : "Centrar",
"Clone" : "Clonar",
"Clone this Style" : "Clonar este estilo",
"Close" : "Pechar",
"Color" : "Cor",
"Create" : "Crear",
"Decrease Indent" : "Diminuír a sangría",
"Default Style" : "Estilo predeterminado",
"Delete" : "Eliminar",
"Family" : "Familia",
"Font" : "Tipo de letra",
"Font Effects" : "Efectos das letras",
"Format" : "Formato",
"Increase Indent" : "Aumentar a sangría",
"Insert Image" : "Inserir unha imaxe",
"Invite Members" : "Convidar a membros",
"Italic" : "Cursiva",
"Justified" : "Xustificado",
"Justify" : "Xustificar",
"Left" : "Esquerda",
"Loading" : "Cargando",
"Members" : "Membros",
"New Name:" : "Novo nome:",
"OK" : "Aceptar",
"Open" : "Abrir",
"Options" : "Opcións",
"Paragraph..." : "Parágrafo...",
"Paragraph Styles" : "Estilos de parágrafo",
"Redo" : "Refacer",
"Right" : "Dereita",
"Size" : "Tamaño",
"Spacing" : "Espazado",
"Strikethrough" : "Riscado",
"Style" : "Estilo",
"Text" : "Texto",
"Top" : "Arriba",
"Underline" : "Subliñado",
"Undo" : "Desfacer",
"Unknown Author" : "Autor descoñecido",
"Shared" : "Compartido",
"Error" : "Erro",
"Error while sharing" : "Produciuse un erro ao compartir",
"Error while unsharing" : "Produciuse un erro ao deixar de compartir",
"Error while changing permissions" : "Produciuse un erro ao cambiar os permisos",
"Shared with you and the group {group} by {owner}" : "Compartido con vostede e co grupo {group} por {owner}",
"Shared with you by {owner}" : "Compartido con vostede por {owner}",
"Share with users or groups …" : "Compartir con usuarios ou grupos ...",
"Share with users, groups or remote users …" : "Compartir con usuarios, grupos ou usuarios remotos ...",
"Share" : "Compartir",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Comparta con outra xente ou con outros ownClouds empregando a sintaxe «nomeusuario@exemplo.com/ouwncloud»",
"Share link" : "Ligazón para compartir",
"The public link will expire no later than {days} days after it is created" : "A ligazón pública caducará, a máis tardar, {days} días após a súa creación",
"Link" : "Ligazón",
"Password protect" : "Protexido con contrasinal",
"Password" : "Contrasinal",
"Choose a password for the public link" : "Escolla un contrasinal para a ligazón pública",
"Allow editing" : "Permitir a edición",
"Email link to person" : "Enviar ligazón por correo",
"Send" : "Enviar",
"Set expiration date" : "Definir a data de caducidade",
"Expiration" : "Caducidade",
"Expiration date" : "Data de caducidade",
"An error occured. Please try again" : "Produciuse un erro, ténteo de novo",
"Adding user..." : "Engadindo usuario...",
"group" : "grupo",
"remote" : "remoto",
"Resharing is not allowed" : "Non se permite volver compartir",
"Shared in {item} with {user}" : "Compartido en {item} con {user}",
"Unshare" : "Deixar de compartir",
"notify by email" : "notificar por correo",
"can share" : "pode compartir",
"can edit" : "pode editar",
"access control" : "control de acceso",
"create" : "crear",
"change" : "cambio",
"delete" : "eliminar",
"Password protected" : "Protexido con contrasinal",
"Error unsetting expiration date" : "Produciuse un erro ao retirar a data de caducidade",
"Error setting expiration date" : "Produciuse un erro ao definir a data de caducidade",
"Sending ..." : "Enviando...",
"Email sent" : "Correo enviado",
"Warning" : "Aviso",
"Edit" : "Editar",
"Could not create file" : "Non foi posíbel crear o ficheiro",
"guest" : "convidado",
"Apply" : "Aplicar",
"Upload (max. %s)" : "Envío (máx. %s)",
"Upload" : "Enviar",
"Save new documents to" : "Gardar os novos documentos en",
"Wrong password. Please retry." : "Contrasinal incorrecto. Ténteo de novo.",
"Guest %s" : "Convidado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta ligazón caducou ou xa non existe. Póñase en contacto coa persoa que o compartiu con vostede para obter máis información."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

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

View File

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

View File

@ -1,120 +0,0 @@
OC.L10N.register(
"richdocuments",
{
"Can't create document" : "Dokument nije moguće kreirati",
"You don't have permission to rename this document" : "Nije vam dopušteno preimenovati ovaj dokument",
"Directory saved successfully." : "Direktorij uspješno spremljen.",
"An error occurred while changing directory." : "Pogreška pri mijenjaju direktorija.",
"Saved" : "Spremljeno",
"Saving..." : "Spremanje...",
"Failed to load documents." : "Učitavanje dokumenata nije uspjelo",
"No documents were found. Upload or create a document to get started!" : "Nikakvi dokumenti nisu nađeni. Za početak, učitajte ili kreirajte neki dokument!",
"No connection to server. Trying to reconnect." : "Nema kontakta s poslužiteljem.Ponovno pokušajte uspostaviti vezu",
"Save" : "Spremi",
"Loading documents..." : "Učitavanje dokumenata...",
"'.' is an invalid file name." : "'.' je neispravan naziv datoteke",
"File name cannot be empty." : "Naziv datoteke ne može biti prazan.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Neispravan naziv,'\\', '/', '<', '>', ':', '\"', '|', '?' i '*' nisu dozvoljeni.",
"\"{name}\" is an invalid file name." : "\"{name}\" je neispravno ime datoteke.",
"Align Left" : "Poravnanje slijeva",
"Alignment" : "Poravnanje",
"Align Right" : "Poravnanje sdesna",
"Annotate" : "Stavite primjedbu",
"Background" : "Pozadina",
"Bold" : "Podebljano",
"Bottom" : "Dno",
"Cancel" : "Odustanite",
"Center" : "Centar",
"Clone" : "Klonirajte",
"Clone this Style" : "KLonirajte ovaj stil",
"Close" : "Zatvorite",
"Color" : "Boja",
"Create" : "Kreirajte",
"Decrease Indent" : "Smanjite uvlaku",
"Default Style" : "Zadani stil",
"Delete" : "Izbrišite",
"Family" : "Obitelj",
"Font" : "Font",
"Font Effects" : "Efekti fonta",
"Format" : "Format",
"Increase Indent" : "Povećajte uvlaku",
"Insert Image" : "Umetnite sliku",
"Invite Members" : "Pozovite članove",
"Italic" : "Kurziv",
"Justified" : "Obostrano",
"Justify" : "Poravnajte obostrano",
"Left" : "Lijevo",
"Loading" : "Učitavanje",
"Members" : "Članovi",
"New Name:" : "Novi naziv:",
"OK" : "OK",
"Open" : "Otvorite",
"Options" : "Mogućnosti",
"Paragraph..." : "Odlomak",
"Paragraph Styles" : "Stil odlomka",
"Redo" : "Ponovite poništeno",
"Right" : "Desno",
"Size" : "Veličina",
"Spacing" : "Razmak",
"Strikethrough" : "Precrtano",
"Style" : "Stil",
"Text" : "Tekst",
"Top" : "Vrh",
"Underline" : "Podcrtano",
"Undo" : "Poništite",
"Unknown Author" : " Autor nepoznat",
"Shared" : "Resurs podijeljen",
"Error" : "Pogreška",
"Error while sharing" : "Pogreška pri dijeljenju",
"Error while unsharing" : "Pogreška pri prestanku dijeljenja",
"Error while changing permissions" : "POgreška pri mijenjanju dozvola",
"Shared with you and the group {group} by {owner}" : "Dijeljeno s vama i grupom {group} vlasnika {owner}",
"Shared with you by {owner}" : "S vama podijelio {owner}",
"Share with users or groups …" : "Podijeli sa korisnicima ili grupama ...",
"Share with users, groups or remote users …" : "Podijeli sa korisnicima, grupama ili udaljenim korisnicima ...",
"Share" : "Dijeljenje",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Podijelite sa korisnicima drugoga ownClouda koristeći format korisnickoime@example.com/owncloud",
"Share link" : "Podijelite vezu",
"The public link will expire no later than {days} days after it is created" : " Javna veza ističe najkasnije {days} dana nakon što je kreirana",
"Link" : "Poveznica",
"Password protect" : "Zaštititi lozinkom",
"Password" : "Lozinka",
"Choose a password for the public link" : "Odaberite lozinku za javnu vezu",
"Allow editing" : "Omogući uređivanje",
"Email link to person" : "Pošaljite osobi vezu e-poštom",
"Send" : "Pošaljite",
"Set expiration date" : "Odredite datum isteka",
"Expiration" : "Istjeće",
"Expiration date" : "Datum isteka",
"An error occured. Please try again" : "Dogodila se pogreška. Molimo Vas, pokušajte ponovno. ",
"Adding user..." : "Dodavanje korisnika...",
"group" : "Grupa",
"remote" : "na daljinu",
"Resharing is not allowed" : "Ponovno dijeljenje nije dopušteno",
"Shared in {item} with {user}" : "Podijeljeno u {item} sa {user}",
"Unshare" : "Prestanite dijeliti",
"notify by email" : "Obavijestite e-poštom",
"can share" : "Dijeljenje moguće",
"can edit" : "Uređivanje moguće",
"access control" : "Kontrola pristupa",
"create" : "Kreirajte",
"change" : "promijeni",
"delete" : "Izbrišite",
"Password protected" : "Lozinka zaštićena",
"Error unsetting expiration date" : "Pogrešno uklanjanje postavke datuma isteka",
"Error setting expiration date" : "Pogrešno učitavanje postavke datuma isteka",
"Sending ..." : "Slanje...",
"Email sent" : "E-pošta je poslana",
"Warning" : "Upozorenje",
"Edit" : "Uređivanje",
"Could not create file" : "Datoteku nije moguće kreirati",
"guest" : "Gost",
"Apply" : "Potvrda",
"Upload (max. %s)" : "Prijenos (max. %s)",
"Upload" : "Učitavanje",
"Save new documents to" : "Novi dokument spremite na",
"Wrong password. Please retry." : "Pogrešna lozinka. Molimo pokušajte ponovno",
"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,118 +0,0 @@
{ "translations": {
"Can't create document" : "Dokument nije moguće kreirati",
"You don't have permission to rename this document" : "Nije vam dopušteno preimenovati ovaj dokument",
"Directory saved successfully." : "Direktorij uspješno spremljen.",
"An error occurred while changing directory." : "Pogreška pri mijenjaju direktorija.",
"Saved" : "Spremljeno",
"Saving..." : "Spremanje...",
"Failed to load documents." : "Učitavanje dokumenata nije uspjelo",
"No documents were found. Upload or create a document to get started!" : "Nikakvi dokumenti nisu nađeni. Za početak, učitajte ili kreirajte neki dokument!",
"No connection to server. Trying to reconnect." : "Nema kontakta s poslužiteljem.Ponovno pokušajte uspostaviti vezu",
"Save" : "Spremi",
"Loading documents..." : "Učitavanje dokumenata...",
"'.' is an invalid file name." : "'.' je neispravan naziv datoteke",
"File name cannot be empty." : "Naziv datoteke ne može biti prazan.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Neispravan naziv,'\\', '/', '<', '>', ':', '\"', '|', '?' i '*' nisu dozvoljeni.",
"\"{name}\" is an invalid file name." : "\"{name}\" je neispravno ime datoteke.",
"Align Left" : "Poravnanje slijeva",
"Alignment" : "Poravnanje",
"Align Right" : "Poravnanje sdesna",
"Annotate" : "Stavite primjedbu",
"Background" : "Pozadina",
"Bold" : "Podebljano",
"Bottom" : "Dno",
"Cancel" : "Odustanite",
"Center" : "Centar",
"Clone" : "Klonirajte",
"Clone this Style" : "KLonirajte ovaj stil",
"Close" : "Zatvorite",
"Color" : "Boja",
"Create" : "Kreirajte",
"Decrease Indent" : "Smanjite uvlaku",
"Default Style" : "Zadani stil",
"Delete" : "Izbrišite",
"Family" : "Obitelj",
"Font" : "Font",
"Font Effects" : "Efekti fonta",
"Format" : "Format",
"Increase Indent" : "Povećajte uvlaku",
"Insert Image" : "Umetnite sliku",
"Invite Members" : "Pozovite članove",
"Italic" : "Kurziv",
"Justified" : "Obostrano",
"Justify" : "Poravnajte obostrano",
"Left" : "Lijevo",
"Loading" : "Učitavanje",
"Members" : "Članovi",
"New Name:" : "Novi naziv:",
"OK" : "OK",
"Open" : "Otvorite",
"Options" : "Mogućnosti",
"Paragraph..." : "Odlomak",
"Paragraph Styles" : "Stil odlomka",
"Redo" : "Ponovite poništeno",
"Right" : "Desno",
"Size" : "Veličina",
"Spacing" : "Razmak",
"Strikethrough" : "Precrtano",
"Style" : "Stil",
"Text" : "Tekst",
"Top" : "Vrh",
"Underline" : "Podcrtano",
"Undo" : "Poništite",
"Unknown Author" : " Autor nepoznat",
"Shared" : "Resurs podijeljen",
"Error" : "Pogreška",
"Error while sharing" : "Pogreška pri dijeljenju",
"Error while unsharing" : "Pogreška pri prestanku dijeljenja",
"Error while changing permissions" : "POgreška pri mijenjanju dozvola",
"Shared with you and the group {group} by {owner}" : "Dijeljeno s vama i grupom {group} vlasnika {owner}",
"Shared with you by {owner}" : "S vama podijelio {owner}",
"Share with users or groups …" : "Podijeli sa korisnicima ili grupama ...",
"Share with users, groups or remote users …" : "Podijeli sa korisnicima, grupama ili udaljenim korisnicima ...",
"Share" : "Dijeljenje",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Podijelite sa korisnicima drugoga ownClouda koristeći format korisnickoime@example.com/owncloud",
"Share link" : "Podijelite vezu",
"The public link will expire no later than {days} days after it is created" : " Javna veza ističe najkasnije {days} dana nakon što je kreirana",
"Link" : "Poveznica",
"Password protect" : "Zaštititi lozinkom",
"Password" : "Lozinka",
"Choose a password for the public link" : "Odaberite lozinku za javnu vezu",
"Allow editing" : "Omogući uređivanje",
"Email link to person" : "Pošaljite osobi vezu e-poštom",
"Send" : "Pošaljite",
"Set expiration date" : "Odredite datum isteka",
"Expiration" : "Istjeće",
"Expiration date" : "Datum isteka",
"An error occured. Please try again" : "Dogodila se pogreška. Molimo Vas, pokušajte ponovno. ",
"Adding user..." : "Dodavanje korisnika...",
"group" : "Grupa",
"remote" : "na daljinu",
"Resharing is not allowed" : "Ponovno dijeljenje nije dopušteno",
"Shared in {item} with {user}" : "Podijeljeno u {item} sa {user}",
"Unshare" : "Prestanite dijeliti",
"notify by email" : "Obavijestite e-poštom",
"can share" : "Dijeljenje moguće",
"can edit" : "Uređivanje moguće",
"access control" : "Kontrola pristupa",
"create" : "Kreirajte",
"change" : "promijeni",
"delete" : "Izbrišite",
"Password protected" : "Lozinka zaštićena",
"Error unsetting expiration date" : "Pogrešno uklanjanje postavke datuma isteka",
"Error setting expiration date" : "Pogrešno učitavanje postavke datuma isteka",
"Sending ..." : "Slanje...",
"Email sent" : "E-pošta je poslana",
"Warning" : "Upozorenje",
"Edit" : "Uređivanje",
"Could not create file" : "Datoteku nije moguće kreirati",
"guest" : "Gost",
"Apply" : "Potvrda",
"Upload (max. %s)" : "Prijenos (max. %s)",
"Upload" : "Učitavanje",
"Save new documents to" : "Novi dokument spremite na",
"Wrong password. Please retry." : "Pogrešna lozinka. Molimo pokušajte ponovno",
"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,20 +1,24 @@
OC.L10N.register(
"richdocuments",
{
"Saving..." : "Mentés...",
"Saving…" : "Mentés...",
"All" : "Mind",
"Download this revision" : "Jelen verzió letöltése",
"Restore this revision" : "Jelen verzió visszaállítása",
"Latest revision" : "Legújabb verzió",
"More versions..." : "További változatok...",
"More versions" : "További változatok...",
"Just now" : "Épp most",
"Failed to revert the document to older version" : "Nem sikerült visszaállítani a dokumentumot a korábbi verzióra",
"Please enter the filename to store the document as." : "Kérlek add meg, hogy milyen néven legyen tárolva a dokumentum.",
"Save As" : "Mentés másként",
"New filename" : "Új fájlnév",
"Cancel" : "Mégsem",
"Save" : "Mentés",
"Loading documents..." : "Dokumentumok betöltése...",
"Loading documents" : "Dokumentumok betöltése",
"Edit" : "Szerkesztés",
"View" : "Megtekintés",
"Document" : "Dokumentum",
"Spreadsheet" : "Munkafüzet",
"Presentation" : "Bemutató",
"New Document" : "Új dokumentum",
"New Spreadsheet" : "Új munkafüzet",
"New Presentation" : "Új bemutató",
"Could not create file" : "Az állomány nem hozható létre",
"New Document.odt" : "Új dokumentum.odt",
"New Spreadsheet.ods" : "Új munkafüzet.ods",
@ -26,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,18 +1,22 @@
{ "translations": {
"Saving..." : "Mentés...",
"Saving…" : "Mentés...",
"All" : "Mind",
"Download this revision" : "Jelen verzió letöltése",
"Restore this revision" : "Jelen verzió visszaállítása",
"Latest revision" : "Legújabb verzió",
"More versions..." : "További változatok...",
"More versions" : "További változatok...",
"Just now" : "Épp most",
"Failed to revert the document to older version" : "Nem sikerült visszaállítani a dokumentumot a korábbi verzióra",
"Please enter the filename to store the document as." : "Kérlek add meg, hogy milyen néven legyen tárolva a dokumentum.",
"Save As" : "Mentés másként",
"New filename" : "Új fájlnév",
"Cancel" : "Mégsem",
"Save" : "Mentés",
"Loading documents..." : "Dokumentumok betöltése...",
"Loading documents" : "Dokumentumok betöltése",
"Edit" : "Szerkesztés",
"View" : "Megtekintés",
"Document" : "Dokumentum",
"Spreadsheet" : "Munkafüzet",
"Presentation" : "Bemutató",
"New Document" : "Új dokumentum",
"New Spreadsheet" : "Új munkafüzet",
"New Presentation" : "Új bemutató",
"Could not create file" : "Az állomány nem hozható létre",
"New Document.odt" : "Új dokumentum.odt",
"New Spreadsheet.ods" : "Új munkafüzet.ods",
@ -24,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",

29
l10n/ia.js Normal file
View File

@ -0,0 +1,29 @@
OC.L10N.register(
"richdocuments",
{
"Download this revision" : "Discargar iste revision",
"Restore this revision" : "Restaura iste revision",
"Save" : "Salveguardar",
"Edit" : "Modificar",
"Could not create file" : "Impossibile crear le file",
"New Document.odt" : "Nove-Documento.odt",
"New Spreadsheet.ods" : "Nove-Folio-de-Labor.ods",
"New Presentation.odp" : "Nove-Presentation.odp",
"New Document.docx" : "Nove-Documento.docx",
"New Spreadsheet.xlsx" : "Nove-Folio-de-Labor.xlsx",
"New Presentation.pptx" : "Nove-Presentation.pptx",
"Can't create document" : "Non pote crear le documento",
"Saved" : "Salveguardate",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Salveguardate con error: Collabora Online deberea usar le mesme protocollo que le servitor de installation.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servitor de Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (e porta) del servitor Collabora Online que provide le functionalitate de edition como un cliente WOPI",
"Apply" : "Applicar",
"Use OOXML by default for new files" : "Usar OOXML per predefinition pro nove files",
"Wrong password. Please retry." : "Contrasigno errate. Pro favor essaya de novo.",
"Password" : "Contrasigno",
"OK" : "Ok",
"Guest %s" : "Hospite %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Iste ligamine ha expirate o nunquam existeva. Per favor, contacta le persona qui compartiva lo con te pro detalios."
},
"nplurals=2; plural=(n != 1);");

27
l10n/ia.json Normal file
View File

@ -0,0 +1,27 @@
{ "translations": {
"Download this revision" : "Discargar iste revision",
"Restore this revision" : "Restaura iste revision",
"Save" : "Salveguardar",
"Edit" : "Modificar",
"Could not create file" : "Impossibile crear le file",
"New Document.odt" : "Nove-Documento.odt",
"New Spreadsheet.ods" : "Nove-Folio-de-Labor.ods",
"New Presentation.odp" : "Nove-Presentation.odp",
"New Document.docx" : "Nove-Documento.docx",
"New Spreadsheet.xlsx" : "Nove-Folio-de-Labor.xlsx",
"New Presentation.pptx" : "Nove-Presentation.pptx",
"Can't create document" : "Non pote crear le documento",
"Saved" : "Salveguardate",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Salveguardate con error: Collabora Online deberea usar le mesme protocollo que le servitor de installation.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servitor de Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (e porta) del servitor Collabora Online que provide le functionalitate de edition como un cliente WOPI",
"Apply" : "Applicar",
"Use OOXML by default for new files" : "Usar OOXML per predefinition pro nove files",
"Wrong password. Please retry." : "Contrasigno errate. Pro favor essaya de novo.",
"Password" : "Contrasigno",
"OK" : "Ok",
"Guest %s" : "Hospite %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Iste ligamine ha expirate o nunquam existeva. Per favor, contacta le persona qui compartiva lo con te pro detalios."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -1,126 +0,0 @@
OC.L10N.register(
"richdocuments",
{
"Can't create document" : "Tidak dapat membuat dokumen",
"You don't have permission to rename this document" : "Anda tidak memiliki izin untuk mengubah nama dokumen ini",
"Directory saved successfully." : "Direktori berhasil disimpan.",
"An error occurred while changing directory." : "Terjadi kesalahan saatt mengubah direktori.",
"Saved" : "Disimpan",
"document-styles" : "dokumen-gaya",
"document-content" : "dokumen-konten",
"bold" : "tebal",
"italic" : "miring",
"solid" : "kuat",
"pt" : "pt",
"Saving..." : "Menyimpan...",
"Failed to load documents." : "Gagal untuk memuat dokumen.",
"No documents were found. Upload or create a document to get started!" : "Tidak ada dokumen yang ditemukan. Unggah atau buat sebuah dokumen untuk memulai!",
"No connection to server. Trying to reconnect." : "Tidak tersambung ke server. Coba untuk menyambungkan ulang.",
"Save" : "Simpan",
"Loading documents..." : "Memuat dokumen...",
"'.' is an invalid file name." : "'.' bukan nama berkas yang valid.",
"File name cannot be empty." : "Nama berkas tidak boleh kosong.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nama tidak valid, karakter '\\', '/', '<', '>', ':', '\"', '|', '?' dan '*' tidak diizinkan.",
"\"{name}\" is an invalid file name." : "\"{name}\" adalah nama berkas yang tidak sah.",
"Align Left" : "Rata kiri",
"Alignment" : "Rata Kiri Kanan",
"Align Right" : "Rata kanan",
"Annotate" : "Keterangan",
"Background" : "Latar belakang",
"Bold" : "Tebal",
"Bottom" : "Tombol",
"Cancel" : "Batal",
"Center" : "Tengah",
"Clone" : "Duplikat",
"Clone this Style" : "Duplikat gaya ini",
"Close" : "Tutup",
"Color" : "Warna",
"Create" : "Buat",
"Decrease Indent" : "Perkecil Indentasi",
"Default Style" : "Gaya bawaan",
"Delete" : "Hapus",
"Family" : "Keluarga",
"Font" : "Huruf",
"Font Effects" : "Efek huruf",
"Format" : "Format",
"Increase Indent" : "Perbesar Indentasi",
"Insert Image" : "Sisipkan Gambar",
"Invite Members" : "Undang Anggota",
"Italic" : "Miring",
"Justified" : "Rata Kiri Kanan",
"Justify" : "Ratakan",
"Left" : "Kiri",
"Loading" : "Memuat",
"Members" : "Anggota",
"New Name:" : "Nama Baru",
"OK" : "Oke",
"Open" : "Buka",
"Options" : "Opsi",
"Paragraph..." : "Paragraf...",
"Paragraph Styles" : "Gaya Paragraf",
"Redo" : "Batal",
"Right" : "Kanan",
"Size" : "Ukuran",
"Spacing" : "Spasi",
"Strikethrough" : "Coret",
"Style" : "Gaya",
"Text" : "Teks",
"Top" : "Atas",
"Underline" : "Garis bawah",
"Undo" : "Batal",
"Unknown Author" : "Penulis tidak diketahui",
"Shared" : "Dibagikan",
"Error" : "Kesalahan",
"Error while sharing" : "Kesalahan saat membagikan",
"Error while unsharing" : "Kesalahan saat membatalkan pembagian",
"Error while changing permissions" : "Kesalahan saat mengubah izin",
"Shared with you and the group {group} by {owner}" : "Dibagikan dengan anda dan grup {group} oleh {owner}",
"Shared with you by {owner}" : "Dibagikan dengan anda oleh {owner}",
"Share with users or groups …" : "Bagikan dengan pengguna atau grup ...",
"Share with users, groups or remote users …" : "Bagikan dengan pengguna, grup atau pengguna remote ...",
"Share" : "Bagikan",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Bagikan dengan orang lain di ownCloud menggunakan sintaks username@example.com/owncloud",
"Share link" : "Bagikan tautan",
"The public link will expire no later than {days} days after it is created" : "Tautan publik akan kadaluarsa tidak lebih dari {days} hari setelah ini dibuat",
"Link" : "Tautan",
"Password protect" : "Lindungi dengan sandi",
"Password" : "Kata Sandi",
"Choose a password for the public link" : "Tetapkan sandi untuk tautan publik",
"Allow editing" : "Izinkan penyuntingan",
"Email link to person" : "Emailkan tautan ini ke orang",
"Send" : "Kirim",
"Set expiration date" : "Atur tanggal kedaluwarsa",
"Expiration" : "Kedaluwarsa",
"Expiration date" : "Tanggal kedaluwarsa",
"An error occured. Please try again" : "Terjadi masalah. Mohon coba kembali",
"Adding user..." : "Menambahkan pengguna...",
"group" : "grup",
"remote" : "remote",
"Resharing is not allowed" : "Berbagi ulang tidak diizinkan",
"Shared in {item} with {user}" : "Dibagikan dalam {item} dengan {user}",
"Unshare" : "Batalkan berbagi",
"notify by email" : "notifikasi via email",
"can share" : "dapat berbagi",
"can edit" : "dapat disunting",
"access control" : "kontrol akses",
"create" : "buat",
"change" : "ubah",
"delete" : "hapus",
"Password protected" : "Sandi dilindungi",
"Error unsetting expiration date" : "Kesalahan saat menghapus tanggal kedaluwarsa",
"Error setting expiration date" : "Kesalahan saat mengatur tanggal kedaluwarsa",
"Sending ..." : "Mengirim ...",
"Email sent" : "Email terkirim",
"Warning" : "Peringatan",
"Edit" : "Sunting",
"Could not create file" : "Tidak dapat membuat berkas",
"guest" : "pengunjung",
"Apply" : "Terapkan",
"Upload (max. %s)" : "Unggah (maks. %s)",
"Upload" : "Unggah",
"Save new documents to" : "Simpan dokumen ke",
"Wrong password. Please retry." : "Sandi salah. Silakan ulangi.",
"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,124 +0,0 @@
{ "translations": {
"Can't create document" : "Tidak dapat membuat dokumen",
"You don't have permission to rename this document" : "Anda tidak memiliki izin untuk mengubah nama dokumen ini",
"Directory saved successfully." : "Direktori berhasil disimpan.",
"An error occurred while changing directory." : "Terjadi kesalahan saatt mengubah direktori.",
"Saved" : "Disimpan",
"document-styles" : "dokumen-gaya",
"document-content" : "dokumen-konten",
"bold" : "tebal",
"italic" : "miring",
"solid" : "kuat",
"pt" : "pt",
"Saving..." : "Menyimpan...",
"Failed to load documents." : "Gagal untuk memuat dokumen.",
"No documents were found. Upload or create a document to get started!" : "Tidak ada dokumen yang ditemukan. Unggah atau buat sebuah dokumen untuk memulai!",
"No connection to server. Trying to reconnect." : "Tidak tersambung ke server. Coba untuk menyambungkan ulang.",
"Save" : "Simpan",
"Loading documents..." : "Memuat dokumen...",
"'.' is an invalid file name." : "'.' bukan nama berkas yang valid.",
"File name cannot be empty." : "Nama berkas tidak boleh kosong.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nama tidak valid, karakter '\\', '/', '<', '>', ':', '\"', '|', '?' dan '*' tidak diizinkan.",
"\"{name}\" is an invalid file name." : "\"{name}\" adalah nama berkas yang tidak sah.",
"Align Left" : "Rata kiri",
"Alignment" : "Rata Kiri Kanan",
"Align Right" : "Rata kanan",
"Annotate" : "Keterangan",
"Background" : "Latar belakang",
"Bold" : "Tebal",
"Bottom" : "Tombol",
"Cancel" : "Batal",
"Center" : "Tengah",
"Clone" : "Duplikat",
"Clone this Style" : "Duplikat gaya ini",
"Close" : "Tutup",
"Color" : "Warna",
"Create" : "Buat",
"Decrease Indent" : "Perkecil Indentasi",
"Default Style" : "Gaya bawaan",
"Delete" : "Hapus",
"Family" : "Keluarga",
"Font" : "Huruf",
"Font Effects" : "Efek huruf",
"Format" : "Format",
"Increase Indent" : "Perbesar Indentasi",
"Insert Image" : "Sisipkan Gambar",
"Invite Members" : "Undang Anggota",
"Italic" : "Miring",
"Justified" : "Rata Kiri Kanan",
"Justify" : "Ratakan",
"Left" : "Kiri",
"Loading" : "Memuat",
"Members" : "Anggota",
"New Name:" : "Nama Baru",
"OK" : "Oke",
"Open" : "Buka",
"Options" : "Opsi",
"Paragraph..." : "Paragraf...",
"Paragraph Styles" : "Gaya Paragraf",
"Redo" : "Batal",
"Right" : "Kanan",
"Size" : "Ukuran",
"Spacing" : "Spasi",
"Strikethrough" : "Coret",
"Style" : "Gaya",
"Text" : "Teks",
"Top" : "Atas",
"Underline" : "Garis bawah",
"Undo" : "Batal",
"Unknown Author" : "Penulis tidak diketahui",
"Shared" : "Dibagikan",
"Error" : "Kesalahan",
"Error while sharing" : "Kesalahan saat membagikan",
"Error while unsharing" : "Kesalahan saat membatalkan pembagian",
"Error while changing permissions" : "Kesalahan saat mengubah izin",
"Shared with you and the group {group} by {owner}" : "Dibagikan dengan anda dan grup {group} oleh {owner}",
"Shared with you by {owner}" : "Dibagikan dengan anda oleh {owner}",
"Share with users or groups …" : "Bagikan dengan pengguna atau grup ...",
"Share with users, groups or remote users …" : "Bagikan dengan pengguna, grup atau pengguna remote ...",
"Share" : "Bagikan",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Bagikan dengan orang lain di ownCloud menggunakan sintaks username@example.com/owncloud",
"Share link" : "Bagikan tautan",
"The public link will expire no later than {days} days after it is created" : "Tautan publik akan kadaluarsa tidak lebih dari {days} hari setelah ini dibuat",
"Link" : "Tautan",
"Password protect" : "Lindungi dengan sandi",
"Password" : "Kata Sandi",
"Choose a password for the public link" : "Tetapkan sandi untuk tautan publik",
"Allow editing" : "Izinkan penyuntingan",
"Email link to person" : "Emailkan tautan ini ke orang",
"Send" : "Kirim",
"Set expiration date" : "Atur tanggal kedaluwarsa",
"Expiration" : "Kedaluwarsa",
"Expiration date" : "Tanggal kedaluwarsa",
"An error occured. Please try again" : "Terjadi masalah. Mohon coba kembali",
"Adding user..." : "Menambahkan pengguna...",
"group" : "grup",
"remote" : "remote",
"Resharing is not allowed" : "Berbagi ulang tidak diizinkan",
"Shared in {item} with {user}" : "Dibagikan dalam {item} dengan {user}",
"Unshare" : "Batalkan berbagi",
"notify by email" : "notifikasi via email",
"can share" : "dapat berbagi",
"can edit" : "dapat disunting",
"access control" : "kontrol akses",
"create" : "buat",
"change" : "ubah",
"delete" : "hapus",
"Password protected" : "Sandi dilindungi",
"Error unsetting expiration date" : "Kesalahan saat menghapus tanggal kedaluwarsa",
"Error setting expiration date" : "Kesalahan saat mengatur tanggal kedaluwarsa",
"Sending ..." : "Mengirim ...",
"Email sent" : "Email terkirim",
"Warning" : "Peringatan",
"Edit" : "Sunting",
"Could not create file" : "Tidak dapat membuat berkas",
"guest" : "pengunjung",
"Apply" : "Terapkan",
"Upload (max. %s)" : "Unggah (maks. %s)",
"Upload" : "Unggah",
"Save new documents to" : "Simpan dokumen ke",
"Wrong password. Please retry." : "Sandi salah. Silakan ulangi.",
"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;"
}

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