Compare commits

..

46 Commits

Author SHA1 Message Date
Andras Timar 93f8b0da47 Bump version to 1.11.34 7 years ago
Pranav Kant 3eba8b7644 Use fileId instead of dir
(cherry picked from commit e9f9711421)
7 years ago
Andreas Böhler 909053b299 Fix editing publicly shared documents
(cherry picked from commit c4b794360a)
7 years ago
Andras Timar 29d587293d Delete creator/last modifier name from document templates
(cherry picked from commit 3af4174ce0)
7 years ago
Andras Timar 9d2563d545 Bump version to 1.11.33 7 years ago
Andras Timar 3a8a629d10 Restore 'Enable edit for specific groups' feature, fixes #66
(cherry picked from commit aa4df2e800)
Signed-off-by: Andras Timar <andras.timar@collabora.com>
7 years ago
Patrik Kernstock d76740bc75 only edit textfiles when texteditorapp is disabled
Signed-off-by: Patrik Kernstock <info@pkern.at>
(cherry picked from commit 4db76d6f01)
Signed-off-by: Andras Timar <andras.timar@collabora.com>
7 years ago
Patrik Kernstock 5855b7de9e Do not open text files using Collabora app
Signed-off-by: Patrik Kernstock <info@pkern.at>(cherry picked from commit dee4991091)
Signed-off-by: Andras Timar <andras.timar@collabora.com>
7 years ago
Pranav Kant 9d4cff8f97 Include support for X-LOOL-WOPI-Timestamp
See for more detailed message:
https://github.com/owncloud/richdocuments/pull/178

(cherry picked from commit 65769bd861)
Signed-off-by: Andras Timar <andras.timar@collabora.com>
7 years ago
Andras Timar ba25db2b4d Merge pull request #95 from pranavk/nc11-undefined
Undefined owneruid
7 years ago
Pranav Kant fc24ac3319 Undefined owneruid 7 years ago
Andras Timar bbefee2e4f Update CHAMGELOG.md. for 1.11.32 7 years ago
Pranav Kant 49a73108e9 Shorter db index name
Fixes #54

(cherry picked from commit 2058ec84e5)
Signed-off-by: Andras Timar <andras.timar@collabora.com>
7 years ago
Pranav Kant 32755343ed 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.

(cherry picked from commit ee09fb0748)
Signed-off-by: Andras Timar <andras.timar@collabora.com>
7 years ago
Pranav Kant 2c1dd44651 Don't throw exception when user not found
It might be a public link share.

(cherry picked from commit 3f4aa7b23e)
Signed-off-by: Andras Timar <andras.timar@collabora.com>
7 years ago
Andras Timar 57f6a5ba32 Merge pull request #81 from pranavk/nc11-usernames
Show Display Name of user, not its uid in userlist
7 years ago
Pranav Kant 654c8e988d Show Display Name of user, not its uid in userlist
(cherry picked from commit 3940ec64c7)
7 years ago
Andras Timar 257e9f2020 Bump version to 1.11.31 7 years ago
Pranav Kant 9afe6fb69c Guard encryption support
(cherry picked from commit c14ff8fee8)
Signed-off-by: Andras Timar <andras.timar@collabora.com>
7 years ago
Andras Timar c99ec2d615 Bump version to 1.11.30 7 years ago
Pranav Kant 0a4c5816ee Register the change under user's name when saving the document
(cherry picked from commit 0f086cfe87)
Signed-off-by: Andras Timar <andras.timar@collabora.com>
7 years ago
Pranav Kant 6b112402f9 Support opening encrypted files
(cherry picked from commit eef417f05b)
Signed-off-by: Andras Timar <andras.timar@collabora.com>
7 years ago
Andras Timar b44c4da9a5 Merge pull request #61 from pranavk/nc11
Revert "Remove unrequired route"; respect OOXML settings again
7 years ago
Andras Timar f74a7b7f4a Bump version to 1.11.29 7 years ago
Andras Timar cc5fb99cb4 Fix issue#68: undefined variable instanceId
(cherry picked from commit 4ffef00aca)
Signed-off-by: Andras Timar <andras.timar@collabora.com>
7 years ago
Andras Timar d4e0ac2387 Bump version to 1.11.28
Signed-off-by: Andras Timar <andras.timar@collabora.com>
7 years ago
Marius Blüm 586c925bb1 Update Collabora screenshots
Signed-off-by: Marius Blüm <marius@lineone.io>(cherry picked from commit b320276ee1)
Signed-off-by: Andras Timar <andras.timar@collabora.com>
7 years ago
Pranav Kant 5e42ea1dab allowfullscreen
(cherry picked from commit 75a12f07e4)
Signed-off-by: Andras Timar <andras.timar@collabora.com>
7 years ago
Pranav Kant d6c90226b9 Revert "Remove unrequired route"; respect OOXML settings again
This reverts commit aa89c908a7.

(cherry picked from commit 0c14789cc3)
7 years ago
Andras Timar 6925e4f2f6 Bump version to 1.11.27 7 years ago
Andras Timar bd68097a92 Update CHANGELOG.md
(cherry picked from commit f6b7e441d9)
Signed-off-by: Andras Timar <andras.timar@collabora.com>
7 years ago
Pranav Kant 2385b70915 Fix file revisions
(cherry picked from commit 9bb400714c)
Signed-off-by: Andras Timar <andras.timar@collabora.com>
7 years ago
Pranav Kant b1e51782fc 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.

(cherry picked from commit a5f6569591)
Signed-off-by: Andras Timar <andras.timar@collabora.com>
7 years ago
Andras Timar ff1ee24c46 modify version to 1.1.26-nc11 7 years ago
Andras Timar ff7aa2d5e8 Bump version to 1.1.25.1 for Nextcloud 11 7 years ago
Andras Timar 472a22ef21 Updated CHANGELOG.md 7 years ago
Pranav Kant c21c029fa4 Send file path to the client also, fix revision history
(cherry picked from commit 66935d4bed)
Signed-off-by: Andras Timar <andras.timar@collabora.com>
7 years ago
Lukas Reschke 7e4c59e360 Append instance id to rev history
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
(cherry picked from commit 9cd9258dbb)
Signed-off-by: Andras Timar <andras.timar@collabora.com>
7 years ago
Lukas Reschke ad61db1158 Add instance id to file id
For multitenancy

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
(cherry picked from commit 1441bdc594)
Signed-off-by: Andras Timar <andras.timar@collabora.com>
7 years ago
michag86 6b629b2c67 Make files_versions work again
Added some lines which were lost after rewrite with version 1.1.22.
(cherry picked from commit c72f22e180)
Signed-off-by: Andras Timar <andras.timar@collabora.com>
7 years ago
Pranav Kant f790f640b1 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

(cherry picked from commit 5596ae17ce)
Signed-off-by: Andras Timar <andras.timar@collabora.com>
7 years ago
Pranav Kant 674a6cb384 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.

(cherry picked from commit f36c5106d6)
Signed-off-by: Andras Timar <andras.timar@collabora.com>
7 years ago
Andras Timar df0c7cce94 replace trailing slash of wopi url
(cherry picked from commit 6d49e2d003)
Signed-off-by: Andras Timar <andras.timar@collabora.com>
7 years ago
Andras Timar 1cc5e43106 set the correct language tag expected by JS
(cherry picked from commit b565415e1c)
Signed-off-by: Andras Timar <andras.timar@collabora.com>
7 years ago
Andras Timar f74b0b3018 add rtf and txt as supported file formats
(cherry picked from commit 829b2b77b9)
Signed-off-by: Andras Timar <andras.timar@collabora.com>
7 years ago
Lukas Reschke bf72f5b01d Uses proper top height
Fixes https://github.com/nextcloud/richdocuments/issues/5

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
(cherry picked from commit 43ffbf2e97)
Signed-off-by: Andras Timar <andras.timar@collabora.com>
7 years ago

3
.gitignore vendored

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

@ -1,6 +1,7 @@
language: php
php:
- 5.6
- 7
env:
@ -18,7 +19,7 @@ branches:
sudo: true
before_install:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- . ./before_install.sh $APP_NAME $CORE_BRANCH $DB
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
# Add some output debugging information
- cd ../server
@ -49,20 +50,16 @@ matrix:
matrix:
include:
- php: 7
env: "DB=sqlite CORE_BRANCH=stable12"
- php: 7
env: "DB=sqlite CORE_BRANCH=stable13"
- php: 7
- php: 5.6
env: DB=mysql
- php: 7
- php: 5.6
env: DB=pgsql
- php: 7
- php: 5.6
env: DB=mysql;CODECHECK=1
- php: 7
- php: 5.6
env: DB=mysql;CODECHECK=2
- php: 7
- php: 5.6
env: DB=mysql;JSTESTS=1
allow_failures:
- env: DB=mysql;CODECHECK=1
- env: DB=mysql;CODECHECK=2
fast_finish: true

@ -1,9 +0,0 @@
[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

@ -1,64 +1,44 @@
**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**
**1.11.34**
- Bug: Fix editing publicly shared documents
- Bug: Delete creator/last modifier name from document templates
**1.12.33**
**1.11.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**
**1.11.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**
**1.11.31**
- Bug: Guard encryption support
**1.12.30**
**1.11.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**
**1.11.29**
- Bug: Fix undefined instanceId
**1.12.28**
**1.11.28**
- Bug: Allow full screen
- Updated screenshots
- Updated translations
**1.12.27**
**1.11.27**
- Bug: Fix revision history
**1.1.26**
**1.1.25.1**
- Bug: Fix height for revision history viewer
- 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**

@ -8,7 +8,6 @@ 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)
@ -22,7 +21,7 @@ appstore:
--exclude=composer.json \
--exclude=composer.lock \
--exclude=composer.phar \
--exclude=.tx \
--exclude=l10n/.tx \
--exclude=l10n/no-php \
--exclude=Makefile \
--exclude=nbproject \
@ -32,7 +31,6 @@ 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

@ -1,43 +0,0 @@
# 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/)

@ -29,5 +29,18 @@ use OCP\AppFramework\IAppContainer;
class Application extends App {
public function __construct (array $urlParams = array()) {
parent::__construct('richdocuments', $urlParams);
$container = $this->getContainer();
$container->registerService(
DiscoveryManager::class,
function(IAppContainer $container) {
return new DiscoveryManager(
$container->getServer()->getHTTPClientService(),
$container->getServer()->getAppDataDir('richdocuments'),
$container->getServer()->getConfig(),
$container->getServer()->getL10N('richdocuments'),
new TimeFactory()
);
}
);
}
}
}

@ -23,16 +23,6 @@
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(
@ -59,10 +49,13 @@ if (class_exists('\OC\Files\Type\TemplateManager')) {
}
// Whitelist the wopi URL for iframes, required for Firefox
$wopiUrl = str_replace("hostname.host", $_SERVER["HTTP_HOST"], \OC::$server->getConfig()->getAppValue('richdocuments', 'wopi_url'));
$wopiUrl = \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");

@ -2,31 +2,30 @@
<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>
<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>
<licence>AGPL</licence>
<version>1.11.34</version>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<types>
<prevent_group_restriction/>
</types>
<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>
<user>https://nextcloud.com/collaboraonline/</user>
<admin>https://nextcloud.com/collaboraonline/</admin>
<user>https://nextcloud.com/collaboraonline/</user>
</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>
<types>
<prevent_group_restriction/>
</types>
<screenshot>https://nextcloud.com/wp-content/themes/next/assets/img/features/collabora-document.png</screenshot>
<screenshot>https://nextcloud.com/wp-content/themes/next/assets/img/features/collabora-presentation.png</screenshot>
<screenshot>https://nextcloud.com/wp-content/themes/next/assets/img/features/collabora-spreadsheet.png</screenshot>
<dependencies>
<nextcloud min-version="12" max-version="14" />
</dependencies>
<settings>
<admin>OCA\Richdocuments\Settings\Admin</admin>
<admin>\OCA\Richdocuments\Settings\Admin</admin>
<admin-section>OCA\Richdocuments\Settings\Section</admin-section>
</settings>
</info>

@ -18,14 +18,10 @@ 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'],

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

@ -1,4 +0,0 @@
<?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>

Before

Width:  |  Height:  |  Size: 613 B

@ -1,133 +0,0 @@
<!--
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>

@ -1,39 +1,13 @@
/*global OC, $ */
var documentsSettings = {
_createExtApp: function() {
var app1 = document.createElement('div');
app1.setAttribute('class', 'external-app');
var appname1 = document.createElement('input');
appname1.setAttribute('class', 'external-apps-name');
$(app1).append(appname1);
var apptoken1 = document.createElement('input');
apptoken1.setAttribute('class', 'external-apps-token');
$(app1).append(apptoken1);
var apptokenbutton = document.createElement('button');
apptokenbutton.setAttribute('class', 'external-apps-gen-token-button');
apptokenbutton.innerHTML = 'Generate Token';
$(app1).append(apptokenbutton);
var appremovebutton = document.createElement('button');
appremovebutton.setAttribute('class', 'external-apps-remove-button');
appremovebutton.innerHTML = 'Remove';
$(app1).append(appremovebutton);
return app1;
},
save : function() {
$('#wopi_apply').attr('disabled', true);
var data = {
wopi_url : $('#wopi_url').val().replace(/\/$/, ''),
wopi_internal_url : $('#wopi_internal_url').val().replace(/\/$/, '')
wopi_url : $('#wopi_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,
@ -41,11 +15,15 @@ var documentsSettings = {
);
},
saveGroups: function(data) {
saveGroups: function(groups) {
var data = {
'edit_groups': groups
};
$.post(
OC.filePath('richdocuments', 'ajax', 'admin.php'),
data
);
);
},
saveDocFormat: function(format) {
@ -60,143 +38,21 @@ 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();
initEditGroups: function() {
var groups = $('#edit_group_select').val();
if (groups !== '') {
OC.Settings.setupGroupsSelect($('#' + selectorPrefix + '_group_select'));
$('.' + selectorPrefix + '-groups-enable').attr('checked', 'checked');
OC.Settings.setupGroupsSelect($('#edit_group_select'));
$('.edit-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]);
$('.edit-groups-enable').attr('checked', null);
}
}
},
initialize: function() {
documentsSettings.initGroups();
documentsSettings.initExternalApps();
documentsSettings.initEditGroups();
$('#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');
@ -205,7 +61,7 @@ var documentsSettings = {
$(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});
documentsSettings.saveGroups(groups);
});
$(document).on('change', '.edit-groups-enable', function() {
@ -223,43 +79,6 @@ var documentsSettings = {
$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);
});
}
};

@ -60,6 +60,8 @@ $.widget('oc.documentOverlay', {
var documentsMain = {
isEditorMode : false,
isViewerMode: false,
isGuest : false,
esId : false,
ready :false,
fileName: null,
baseName: null,
@ -70,21 +72,6 @@ var documentsMain = {
loadErrorHint : '',
renderComplete: false, // false till page is rendered with all required data about the document(s)
toolbar : '<div id="ocToolbar"><div id="ocToolbarInside"></div><span id="toolbar" class="claro"></span></div>',
$deferredVersionRestoreAck: null,
wopiClientFeatures: null,
// generates docKey for given fileId
_generateDocKey: function(wopiFileId) {
var ocurl = OC.generateUrl('apps/richdocuments/wopi/files/{file_id}', {file_id: wopiFileId});
if (richdocuments_canonical_webroot) {
if (!richdocuments_canonical_webroot.startsWith('/'))
richdocuments_canonical_webroot = '/' + richdocuments_canonical_webroot;
ocurl = ocurl.replace(OC.webroot, richdocuments_canonical_webroot);
}
return ocurl;
},
UI : {
/* Editor wrapper HTML */
@ -120,7 +107,7 @@ var documentsMain = {
revisionsStart: 0,
init : function(){
documentsMain.UI.mainTitle = parent.document.title;
documentsMain.UI.mainTitle = $('title').text();
},
showViewer: function(fileId, title){
@ -226,7 +213,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);
@ -262,31 +249,30 @@ var documentsMain = {
// close the viewer
documentsMain.onCloseViewer();
documentsMain.WOPIPostMessage($('#loleafletframe')[0], 'Host_VersionRestore', {Status: 'Pre_Restore'});
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');
// close the editor
documentsMain.UI.hideEditor();
// 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'));
}
});
});
// resolve the deferred object immediately if client doesn't support version states
if (!documentsMain.wopiClientFeatures || !documentsMain.wopiClientFeatures.VersionStates) {
documentsMain.$deferredVersionRestoreAck.resolve();
}
// load the file again, it should get reverted now
window.location = OC.generateUrl('apps/richdocuments/index#{fileid}', {fileid: e.currentTarget.parentElement.dataset.fileid});
window.location.reload();
documentsMain.overlay.documentOverlay('hide');
}
});
}, 1000);
});
// fake click on first revision (i.e current revision)
@ -294,6 +280,11 @@ 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;
@ -301,7 +292,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', '*');
@ -309,7 +300,8 @@ var documentsMain = {
$(document.body).addClass("claro");
$(document.body).prepend(documentsMain.UI.container);
parent.document.title = title + ' - ' + documentsMain.UI.mainTitle;
$('title').text(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});
@ -347,7 +339,6 @@ 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);
}
};
@ -362,62 +353,14 @@ var documentsMain = {
}
try {
var msg = JSON.parse(e.data);
var msgId = msg.MessageId;
var args = msg.Values;
var deprecated = !!args.Deprecated;
var msg = JSON.parse(e.data).MessageId;
} catch(exc) {
msgId = e.data;
msg = e.data;
}
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;
if (msg === 'UI_Close' || msg === 'close') {
documentsMain.onClose();
} else if (msgId === 'UI_FileVersions' || msgId === 'rev-history' /* deprecated */) {
if (deprecated)
return;
} else if (msg === 'rev-history') {
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();
}
}
});
@ -437,12 +380,18 @@ 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');
parent.document.title = documentsMain.UI.mainTitle;
$('title').text(documentsMain.UI.mainTitle);
});
},
@ -506,9 +455,10 @@ var documentsMain = {
$('footer,nav').hide();
$(documentsMain.toolbar).appendTo('#header');
documentsMain.canShare = typeof OC.Share !== 'undefined' && richdocuments_permissions & OC.PERMISSION_SHARE;
documentsMain.canShare = !documentsMain.isGuest
&& typeof OC.Share !== 'undefined' && richdocuments_permissions & OC.PERMISSION_SHARE;
// fade out file list and show the document
// fade out file list and show the cloudsuite
$('#content-wrapper').fadeOut('fast').promise().done(function() {
documentsMain.fileId = richdocuments_fileId;
@ -517,6 +467,11 @@ 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');
}
});
},
@ -562,7 +517,6 @@ var documentsMain = {
documentsMain.UI.hideEditor();
$('#ocToolbar').remove();
parent.document.title = documentsMain.UI.mainTitle;
parent.postMessage('close', '*');
},
@ -578,7 +532,10 @@ var documentsMain = {
},
show: function(fileId){
documentsMain.UI.showProgress(t('richdocuments', 'Loading documents…'));
if (documentsMain.isGuest){
return;
}
documentsMain.UI.showProgress(t('richdocuments', 'Loading documents...'));
documentsMain.docs.documentGrid('render', fileId);
documentsMain.UI.hideProgress();
}

@ -89,7 +89,7 @@ var odfViewer = {
FileList.setViewerMode(true);
}
var $iframe = $('<iframe id="richdocumentsframe" allowfullscreen style="width:100%;height:100%;display:block;position:absolute;top:0;z-index:60;" src="'+viewer+'" />');
var $iframe = $('<iframe id="richdocumentsframe" allowfullscreen style="width:100%;height:100%;display:block;position:absolute;top:0;z-index:5;" src="'+viewer+'" />');
if ($('#isPublic').val()) {
// force the preview to adjust its height
$('#preview').append($iframe).css({height: '100%'});
@ -107,22 +107,6 @@ 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() {
@ -161,7 +145,7 @@ var odfViewer = {
newFileMenu.addMenuEntry({
id: 'add-' + docExt,
displayName: t('richdocuments', 'New Document'),
displayName: t('richdocuments', 'Document'),
templateName: 'New Document.' + docExt,
iconClass: 'icon-filetype-document',
fileType: 'x-office-document',
@ -172,7 +156,7 @@ var odfViewer = {
newFileMenu.addMenuEntry({
id: 'add-' + spreadsheetExt,
displayName: t('richdocuments', 'New Spreadsheet'),
displayName: t('richdocuments', 'Spreadsheet'),
templateName: 'New Spreadsheet.' + spreadsheetExt,
iconClass: 'icon-filetype-spreadsheet',
fileType: 'x-office-spreadsheet',
@ -183,7 +167,7 @@ var odfViewer = {
newFileMenu.addMenuEntry({
id: 'add-' + presentationExt,
displayName: t('richdocuments', 'New Presentation'),
displayName: t('richdocuments', 'Presentation'),
templateName: 'New Presentation.' + presentationExt,
iconClass: 'icon-filetype-presentation',
fileType: 'x-office-presentation',

@ -0,0 +1,9 @@
[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

@ -1,37 +1,31 @@
OC.L10N.register(
"richdocuments",
{
"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",
"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",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Loading documents..." : "Cargando los documentos...",
"Edit" : "Editar",
"New Document" : "Documentu nuevu",
"New Spreadsheet" : "Fueya nueva de cálculu",
"New Presentation" : "Presentación nueva",
"Document" : "Documentu",
"Spreadsheet" : "Fueya de Cálculu",
"Presentation" : "Presentación",
"Could not create file" : "Nun pudo crease'l ficheru",
"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",
"New Document.odt" : "Nuevu Documentu.odt",
"New Spreadsheet.ods" : "Nueva Fueya de Cálculu.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"Can't create document" : "Nun pue crease'l documentu",
"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.",
"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.",
"Apply" : "Aplicar",
"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.",
"Wrong password. Please retry." : "Contraseña incorreuta. Inténtalo de nueves.",
"Password" : "Contraseña",
"OK" : "Aceutar",
"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."
"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."
},
"nplurals=2; plural=(n != 1);");

@ -1,35 +1,29 @@
{ "translations": {
"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",
"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",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Loading documents..." : "Cargando los documentos...",
"Edit" : "Editar",
"New Document" : "Documentu nuevu",
"New Spreadsheet" : "Fueya nueva de cálculu",
"New Presentation" : "Presentación nueva",
"Document" : "Documentu",
"Spreadsheet" : "Fueya de Cálculu",
"Presentation" : "Presentación",
"Could not create file" : "Nun pudo crease'l ficheru",
"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",
"New Document.odt" : "Nuevu Documentu.odt",
"New Spreadsheet.ods" : "Nueva Fueya de Cálculu.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"Can't create document" : "Nun pue crease'l documentu",
"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.",
"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.",
"Apply" : "Aplicar",
"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.",
"Wrong password. Please retry." : "Contraseña incorreuta. Inténtalo de nueves.",
"Password" : "Contraseña",
"OK" : "Aceutar",
"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."
"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."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

@ -1,30 +0,0 @@
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);");

@ -1,28 +0,0 @@
{ "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);"
}

@ -1,38 +1,125 @@
OC.L10N.register(
"richdocuments",
{
"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",
"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.",
"Save" : "Desar",
"Loading documents…" : "S'estan carregant els documents...",
"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",
"Edit" : "Editar",
"New Document" : "Nou document",
"New Spreadsheet" : "Nou full de càlcul",
"New Presentation" : "Nova presentació",
"Could not create file" : "No s'ha pogut crear el fitxer",
"New Document.odt" : "Nou Document.odt",
"New Spreadsheet.ods" : "Nou full de càlcul.ods",
"New Presentation.odp" : "Nova Presentació.odp",
"New Document.docx" : "Nou Document.docx",
"New Spreadsheet.xlsx" : "Nou full de càlcul.xlsx",
"New Presentation.pptx" : "Nova Presentació.pptx",
"Can't create document" : "El document no es pot crear",
"Saved" : "Desat",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "S'ha desat amb error: hauria d'utilitzar el mateix protocol que la instal·lació del servidor.",
"Collabora Online" : "Col·labora Online",
"Collabora Online server" : "servidor en línia",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "Servidor URL (i port) que proporciona la funcionalitat d'edició com a client WOPI.",
"guest" : "convidat",
"Apply" : "Aplica",
"Use OOXML by default for new files" : "Utilitzeu XML per defecte per a fitxers nous",
"Enable access for external apps" : "Activa l'accés a les aplicacions externes",
"Add" : "Add",
"Upload (max. %s)" : "Pujada (màx. %s)",
"Upload" : "Puja",
"Save new documents to" : "Desa els documents nous a",
"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."
},

@ -1,36 +1,123 @@
{ "translations": {
"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",
"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.",
"Save" : "Desar",
"Loading documents…" : "S'estan carregant els documents...",
"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",
"Edit" : "Editar",
"New Document" : "Nou document",
"New Spreadsheet" : "Nou full de càlcul",
"New Presentation" : "Nova presentació",
"Could not create file" : "No s'ha pogut crear el fitxer",
"New Document.odt" : "Nou Document.odt",
"New Spreadsheet.ods" : "Nou full de càlcul.ods",
"New Presentation.odp" : "Nova Presentació.odp",
"New Document.docx" : "Nou Document.docx",
"New Spreadsheet.xlsx" : "Nou full de càlcul.xlsx",
"New Presentation.pptx" : "Nova Presentació.pptx",
"Can't create document" : "El document no es pot crear",
"Saved" : "Desat",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "S'ha desat amb error: hauria d'utilitzar el mateix protocol que la instal·lació del servidor.",
"Collabora Online" : "Col·labora Online",
"Collabora Online server" : "servidor en línia",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "Servidor URL (i port) que proporciona la funcionalitat d'edició com a client WOPI.",
"guest" : "convidat",
"Apply" : "Aplica",
"Use OOXML by default for new files" : "Utilitzeu XML per defecte per a fitxers nous",
"Enable access for external apps" : "Activa l'accés a les aplicacions externes",
"Add" : "Add",
"Upload (max. %s)" : "Pujada (màx. %s)",
"Upload" : "Puja",
"Save new documents to" : "Desa els documents nous a",
"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);"

@ -1,21 +1,17 @@
OC.L10N.register(
"richdocuments",
{
"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í…",
"Saving..." : "Ukládám...",
"Latest revision" : "Poslední revize",
"More versions..." : "Více verzí...",
"Just now" : "Právě teď",
"Save As" : "Uložit jako",
"New filename" : "Jméno souboru",
"Cancel" : "Storno",
"Failed to revert the document to older version" : "Nepodařilo se obnovit starší verzi dokumentu",
"Save" : "Uložit",
"Loading documents…" : "Nahrávám dokumenty...",
"Loading documents..." : "Nahrávám dokumenty ...",
"Edit" : "Upravit",
"New Document" : "Nový dokument",
"New Spreadsheet" : "Nová tabulka",
"New Presentation" : "Nová prezentace",
"Document" : "Dokument",
"Spreadsheet" : "Tabulka",
"Presentation" : "Prezentace",
"Could not create file" : "Nepodařilo se vytvořit soubor",
"New Document.odt" : "Dokument.odt",
"New Spreadsheet.ods" : "Tabulka.ods",
@ -27,15 +23,10 @@ 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",

@ -1,19 +1,15 @@
{ "translations": {
"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í…",
"Saving..." : "Ukládám...",
"Latest revision" : "Poslední revize",
"More versions..." : "Více verzí...",
"Just now" : "Právě teď",
"Save As" : "Uložit jako",
"New filename" : "Jméno souboru",
"Cancel" : "Storno",
"Failed to revert the document to older version" : "Nepodařilo se obnovit starší verzi dokumentu",
"Save" : "Uložit",
"Loading documents…" : "Nahrávám dokumenty...",
"Loading documents..." : "Nahrávám dokumenty ...",
"Edit" : "Upravit",
"New Document" : "Nový dokument",
"New Spreadsheet" : "Nová tabulka",
"New Presentation" : "Nová prezentace",
"Document" : "Dokument",
"Spreadsheet" : "Tabulka",
"Presentation" : "Prezentace",
"Could not create file" : "Nepodařilo se vytvořit soubor",
"New Document.odt" : "Dokument.odt",
"New Spreadsheet.ods" : "Tabulka.ods",
@ -25,15 +21,10 @@
"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",

@ -1,18 +1,17 @@
OC.L10N.register(
"richdocuments",
{
"Saving…" : "Gemmer...",
"All" : "Alle",
"Download this revision" : "Hent denne revision",
"Restore this revision" : "Gendan denne revision",
"Save As" : "Gem som",
"New filename" : "Nyt filnavn",
"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",
"Save" : "Gem",
"Loading documents" : "Henter dokumenter...",
"Loading documents..." : "Henter dokumenter...",
"Edit" : "Redigér",
"New Document" : "Nyt Dokument",
"New Spreadsheet" : "Nyt Regneark",
"New Presentation" : "Ny Præsentation",
"Document" : "Dokument",
"Spreadsheet" : "Regneark",
"Presentation" : "Præsentation",
"Could not create file" : "Kunne ikke oprette fil",
"New Document.odt" : "Nyt dokument.odt",
"New Spreadsheet.ods" : "Nyt regneark.ods",
@ -27,11 +26,7 @@ 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",

@ -1,16 +1,15 @@
{ "translations": {
"Saving…" : "Gemmer...",
"All" : "Alle",
"Download this revision" : "Hent denne revision",
"Restore this revision" : "Gendan denne revision",
"Save As" : "Gem som",
"New filename" : "Nyt filnavn",
"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",
"Save" : "Gem",
"Loading documents" : "Henter dokumenter...",
"Loading documents..." : "Henter dokumenter...",
"Edit" : "Redigér",
"New Document" : "Nyt Dokument",
"New Spreadsheet" : "Nyt Regneark",
"New Presentation" : "Ny Præsentation",
"Document" : "Dokument",
"Spreadsheet" : "Regneark",
"Presentation" : "Præsentation",
"Could not create file" : "Kunne ikke oprette fil",
"New Document.odt" : "Nyt dokument.odt",
"New Spreadsheet.ods" : "Nyt regneark.ods",
@ -25,11 +24,7 @@
"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",

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

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

@ -1,24 +1,20 @@
OC.L10N.register(
"richdocuments",
{
"Saving…" : "Speichere…",
"All" : "Alle",
"Saving..." : "Speichervorgang…",
"Download this revision" : "Diese Revision herunterladen",
"Restore this revision" : "Diese Revision wiederherstellen",
"Latest revision" : "Neueste Revision",
"More versions…" : "Weitere Versionen…",
"Just now" : "Gerade eben",
"Failed to revert the document to older version" : "Fehler beim Zurücksetzen des Dokumentes auf eine ältere Version",
"Please enter the filename to store the document as." : "Bitte den Dateinamen angeben, unter welchem dieses Dokument gespeichert werden soll.",
"Save As" : "Speichern als",
"New filename" : "Neuer Dateiname",
"Cancel" : "Abbrechen",
"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",
"Save" : "Speichern",
"Loading documents" : "Lade Dokumente…",
"Loading documents..." : "Lade Dokumente…",
"Edit" : "Bearbeiten",
"New Document" : "Neues Dokument",
"New Spreadsheet" : "Neue Tabelle",
"New Presentation" : "Neue Präsentation",
"View" : "Ansicht",
"Document" : "Dokument",
"Spreadsheet" : "Kalkulationstabelle",
"Presentation" : "Präsentation",
"Could not create file" : "Die Datei konnte nicht erstellt werden",
"New Document.odt" : "Neues Dokument.odt",
"New Spreadsheet.ods" : "Neue Kalkulationstabelle.ods",
@ -30,21 +26,14 @@ OC.L10N.register(
"Saved" : "Gespeichert",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Mit Fehler gespeichert: Collabora Online sollte das gleiche Protokoll wie die Server-Installation nutzen.",
"Collabora Online" : "Collabora Online",
"Open documentation" : "Dokumentation öffnen",
"Collabora Online server" : "Collabora Online Server",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (und Port) des Collabora Online Servers, der als WOPI-Client die Bearbeitungsfunktionalität bereitstellt.",
"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.",
"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. Für weitere Details kontaktiern Sie bitte denjenigen, der das 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. Bitte kontaktieren Sie für nähere Details die Person, die dieses Dokument mit Ihnen geteilt hat."
},
"nplurals=2; plural=(n != 1);");

@ -1,22 +1,18 @@
{ "translations": {
"Saving…" : "Speichere…",
"All" : "Alle",
"Saving..." : "Speichervorgang…",
"Download this revision" : "Diese Revision herunterladen",
"Restore this revision" : "Diese Revision wiederherstellen",
"Latest revision" : "Neueste Revision",
"More versions…" : "Weitere Versionen…",
"Just now" : "Gerade eben",
"Failed to revert the document to older version" : "Fehler beim Zurücksetzen des Dokumentes auf eine ältere Version",
"Please enter the filename to store the document as." : "Bitte den Dateinamen angeben, unter welchem dieses Dokument gespeichert werden soll.",
"Save As" : "Speichern als",
"New filename" : "Neuer Dateiname",
"Cancel" : "Abbrechen",
"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",
"Save" : "Speichern",
"Loading documents" : "Lade Dokumente…",
"Loading documents..." : "Lade Dokumente…",
"Edit" : "Bearbeiten",
"New Document" : "Neues Dokument",
"New Spreadsheet" : "Neue Tabelle",
"New Presentation" : "Neue Präsentation",
"View" : "Ansicht",
"Document" : "Dokument",
"Spreadsheet" : "Kalkulationstabelle",
"Presentation" : "Präsentation",
"Could not create file" : "Die Datei konnte nicht erstellt werden",
"New Document.odt" : "Neues Dokument.odt",
"New Spreadsheet.ods" : "Neue Kalkulationstabelle.ods",
@ -28,21 +24,14 @@
"Saved" : "Gespeichert",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Mit Fehler gespeichert: Collabora Online sollte das gleiche Protokoll wie die Server-Installation nutzen.",
"Collabora Online" : "Collabora Online",
"Open documentation" : "Dokumentation öffnen",
"Collabora Online server" : "Collabora Online Server",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (und Port) des Collabora Online Servers, der als WOPI-Client die Bearbeitungsfunktionalität bereitstellt.",
"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.",
"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. Für weitere Details kontaktiern Sie bitte denjenigen, der das 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. Bitte kontaktieren Sie für nähere Details die Person, die dieses Dokument mit Ihnen geteilt hat."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

@ -1,40 +1,83 @@
OC.L10N.register(
"richdocuments",
{
"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" : "Αδυναμία δημιουργίας αρχείου",
"Office" : "Γραφείο",
"Please contact the \"%s\" administrator." : "Παρακαλώ επικοινωνήστε με τον διαχειριστή \"%s\".",
"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" : "Αποθηκεύτηκαν",
"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.",
"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" : "Επισκέπτης",
"Apply" : "Εφαρμογή",
"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" : "Εντάξει",
"New Document" : "Νέο Έγγραφο",
"New Spreadsheet" : "Νέο Λογιστικό Φύλλο",
"New Presentation" : "Νέα Παρουσίαση",
"Upload (max. %s)" : "Διαμοιρασμός (max. %s)",
"Upload" : "Μεταφόρτωση",
"Wrong password. Please retry." : "Λανθασμένος κωδικός πρόσβασης. Παρακαλώ προσπαθήστε ξανά.",
"OK" : "ΟΚ",
"Guest %s" : "Επισκέπτης %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Αυτός ο σύνδεσμος έχει λήξει ή δεν υπήρξε ποτέ. Παρακαλώ επικοινωνήστε με το άτομο που το διαμοιράστηκε μαζί σας για λεπτομέρειες."
},

@ -1,38 +1,81 @@
{ "translations": {
"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" : "Αδυναμία δημιουργίας αρχείου",
"Office" : "Γραφείο",
"Please contact the \"%s\" administrator." : "Παρακαλώ επικοινωνήστε με τον διαχειριστή \"%s\".",
"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" : "Αποθηκεύτηκαν",
"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.",
"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" : "Επισκέπτης",
"Apply" : "Εφαρμογή",
"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" : "Εντάξει",
"New Document" : "Νέο Έγγραφο",
"New Spreadsheet" : "Νέο Λογιστικό Φύλλο",
"New Presentation" : "Νέα Παρουσίαση",
"Upload (max. %s)" : "Διαμοιρασμός (max. %s)",
"Upload" : "Μεταφόρτωση",
"Wrong password. Please retry." : "Λανθασμένος κωδικός πρόσβασης. Παρακαλώ προσπαθήστε ξανά.",
"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);"

@ -1,46 +1,27 @@
OC.L10N.register(
"richdocuments",
{
"Saving…" : "Saving…",
"All" : "All",
"Download this revision" : "Download this revision",
"Restore this revision" : "Restore this revision",
"Saving..." : "Saving...",
"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",
"New Document" : "New Document",
"New Spreadsheet" : "New Spreadsheet",
"New Presentation" : "New Presentation",
"Document" : "Document",
"Spreadsheet" : "Spreadsheet",
"Presentation" : "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",

@ -1,44 +1,25 @@
{ "translations": {
"Saving…" : "Saving…",
"All" : "All",
"Download this revision" : "Download this revision",
"Restore this revision" : "Restore this revision",
"Saving..." : "Saving...",
"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",
"New Document" : "New Document",
"New Spreadsheet" : "New Spreadsheet",
"New Presentation" : "New Presentation",
"Document" : "Document",
"Spreadsheet" : "Spreadsheet",
"Presentation" : "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",

@ -0,0 +1,119 @@
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);");

@ -0,0 +1,117 @@
{ "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);"
}

@ -1,25 +1,20 @@
OC.L10N.register(
"richdocuments",
{
"Saving…" : "Guardando…",
"All" : "Todo",
"Saving..." : "Guardando...",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Latest revision" : "Última revisión",
"More versions…" : "Más versiones...",
"Just now" : "Justo ahora",
"Failed to revert the document to older version" : "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",
"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",
"Save" : "Guardar",
"Loading documents" : "Cargando documentos...",
"Loading documents..." : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Nuevo documento",
"New Spreadsheet" : "Nueva hoja de cálculo",
"New Presentation" : "Nueva presentación",
"Could not create file" : "No se ha podido crear el archivo",
"Document" : "Documento",
"Spreadsheet" : "Hoja de cálculo",
"Presentation" : "Presentación",
"Could not create file" : "No se pudo 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",
@ -30,21 +25,14 @@ 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 ha caducado o nunca ha existido. Para más detalles, ponte en contacto con la persona que lo compartió contigo."
"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."
},
"nplurals=2; plural=(n != 1);");

@ -1,23 +1,18 @@
{ "translations": {
"Saving…" : "Guardando…",
"All" : "Todo",
"Saving..." : "Guardando...",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Latest revision" : "Última revisión",
"More versions…" : "Más versiones...",
"Just now" : "Justo ahora",
"Failed to revert the document to older version" : "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",
"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",
"Save" : "Guardar",
"Loading documents" : "Cargando documentos...",
"Loading documents..." : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Nuevo documento",
"New Spreadsheet" : "Nueva hoja de cálculo",
"New Presentation" : "Nueva presentación",
"Could not create file" : "No se ha podido crear el archivo",
"Document" : "Documento",
"Spreadsheet" : "Hoja de cálculo",
"Presentation" : "Presentación",
"Could not create file" : "No se pudo 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",
@ -28,21 +23,14 @@
"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 ha caducado o nunca ha existido. Para más detalles, ponte en contacto con la persona que lo compartió contigo."
"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."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

@ -1,42 +0,0 @@
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);");

@ -1,40 +0,0 @@
{ "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);"
}

@ -1,34 +0,0 @@
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);");

@ -1,32 +0,0 @@
{ "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);"
}

@ -1,42 +0,0 @@
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);");

@ -1,40 +0,0 @@
{ "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);"
}

@ -1,42 +0,0 @@
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);");

@ -1,40 +0,0 @@
{ "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);"
}

@ -1,42 +0,0 @@
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);");

@ -1,40 +0,0 @@
{ "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);"
}

@ -1,42 +0,0 @@
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);");

@ -1,40 +0,0 @@
{ "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);"
}

@ -1,42 +0,0 @@
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);");

@ -1,40 +0,0 @@
{ "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);"
}

@ -1,42 +0,0 @@
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);");

@ -1,40 +0,0 @@
{ "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);"
}

@ -1,42 +0,0 @@
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);");

@ -1,40 +0,0 @@
{ "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);"
}

@ -1,50 +1,33 @@
OC.L10N.register(
"richdocuments",
{
"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...",
"Saving..." : "Guardando...",
"Latest revision" : "Última revisión",
"More versions..." : "Más versiones...",
"Just now" : "Justo ahora",
"Failed to revert the document to older version" : "Se presentó una falla al revertir el documento a una versión anterior",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Cancel" : "Cancelar",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Loading documents..." : "Cargando los 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",
"Document" : "Documento",
"Spreadsheet" : "Hoja de Cálculo",
"Presentation" : "Presentacion",
"Could not create file" : "No se pudo crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Spreadsheet.ods" : "Nueva Hoja de Cálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Spreadsheet.xlsx" : "Nueva Hoja de Cálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Can't create document" : "No se puede crear 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",
"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.",
"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.",
"Password" : "Contraseña",
"OK" : "OK",
"OK" : "Aceptar",
"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."
"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."
},
"nplurals=2; plural=(n != 1);");

@ -1,48 +1,31 @@
{ "translations": {
"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...",
"Saving..." : "Guardando...",
"Latest revision" : "Última revisión",
"More versions..." : "Más versiones...",
"Just now" : "Justo ahora",
"Failed to revert the document to older version" : "Se presentó una falla al revertir el documento a una versión anterior",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
"Save As" : "Guardar Como",
"New filename" : "Nuevo nombredearchivo",
"Cancel" : "Cancelar",
"Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Loading documents..." : "Cargando los 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",
"Document" : "Documento",
"Spreadsheet" : "Hoja de Cálculo",
"Presentation" : "Presentacion",
"Could not create file" : "No se pudo crear el archivo",
"New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva HojaDeCálculo.ods",
"New Spreadsheet.ods" : "Nueva Hoja de Cálculo.ods",
"New Presentation.odp" : "Nueva Presentación.odp",
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Spreadsheet.xlsx" : "Nueva Hoja de Cálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
"Can't create document" : "No es posible crear el documento",
"Can't create document" : "No se puede crear 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",
"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.",
"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.",
"Password" : "Contraseña",
"OK" : "OK",
"OK" : "Aceptar",
"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."
"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."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

@ -1,42 +0,0 @@
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);");

@ -1,40 +0,0 @@
{ "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);"
}

@ -1,42 +0,0 @@
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);");

@ -1,40 +0,0 @@
{ "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);"
}

@ -1,42 +0,0 @@
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);");

@ -1,40 +0,0 @@
{ "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);"
}

@ -1,42 +0,0 @@
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);");

@ -1,40 +0,0 @@
{ "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);"
}

@ -1,42 +0,0 @@
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);");

@ -1,40 +0,0 @@
{ "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);"
}

@ -1,42 +0,0 @@
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);");

@ -1,40 +0,0 @@
{ "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);"
}

@ -1,42 +0,0 @@
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);");

@ -1,40 +0,0 @@
{ "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);"
}

@ -1,18 +1,123 @@
OC.L10N.register(
"richdocuments",
{
"Saving…" : "Salvestamine...",
"All" : "Kõik",
"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.",
"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",
"New Presentation.pptx" : "Uus esitlus.pptx",
"Can't create document" : "Ei suuda dokumenti luua",
"Saved" : "Salvestatud",
"guest" : "külaline",
"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."
},

@ -1,16 +1,121 @@
{ "translations": {
"Saving…" : "Salvestamine...",
"All" : "Kõik",
"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.",
"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",
"New Presentation.pptx" : "Uus esitlus.pptx",
"Can't create document" : "Ei suuda dokumenti luua",
"Saved" : "Salvestatud",
"guest" : "külaline",
"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);"

@ -0,0 +1,119 @@
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);");

@ -0,0 +1,117 @@
{ "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);"
}

@ -0,0 +1,120 @@
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;");

@ -0,0 +1,118 @@
{ "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;"
}

@ -1,45 +0,0 @@
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);");

@ -1,43 +0,0 @@
{ "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);"
}

@ -0,0 +1,86 @@
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);");

@ -0,0 +1,84 @@
{ "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);"
}

@ -1,24 +1,20 @@
OC.L10N.register(
"richdocuments",
{
"Saving…" : "Enregistrement…",
"All" : "Tout",
"Saving..." : "Enregistrement...",
"Download this revision" : "Télécharger cette révision",
"Restore this revision" : "Restaurer cette révision",
"Latest revision" : "Dernière version",
"More versions" : "Plus de versions...",
"Latest revision" : "Dernière révision",
"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",
"New Document" : "Nouveau document",
"New Spreadsheet" : "Nouvelle feuille de calcul",
"New Presentation" : "Nouvelle présentation",
"View" : "Vue",
"Document" : "Document",
"Spreadsheet" : "Feuille de calcul",
"Presentation" : "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",
@ -30,17 +26,10 @@ 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",

@ -1,22 +1,18 @@
{ "translations": {
"Saving…" : "Enregistrement…",
"All" : "Tout",
"Saving..." : "Enregistrement...",
"Download this revision" : "Télécharger cette révision",
"Restore this revision" : "Restaurer cette révision",
"Latest revision" : "Dernière version",
"More versions" : "Plus de versions...",
"Latest revision" : "Dernière révision",
"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",
"New Document" : "Nouveau document",
"New Spreadsheet" : "Nouvelle feuille de calcul",
"New Presentation" : "Nouvelle présentation",
"View" : "Vue",
"Document" : "Document",
"Spreadsheet" : "Feuille de calcul",
"Presentation" : "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",
@ -28,17 +24,10 @@
"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",

@ -0,0 +1,127 @@
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);");

@ -0,0 +1,125 @@
{ "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);"
}

@ -1,8 +1,17 @@
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 חדש",

@ -1,6 +1,15 @@
{ "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 חדש",

@ -0,0 +1,120 @@
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;");

@ -0,0 +1,118 @@
{ "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;"
}

@ -1,24 +1,20 @@
OC.L10N.register(
"richdocuments",
{
"Saving…" : "Mentés...",
"All" : "Mind",
"Saving..." : "Mentés...",
"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",
"New Document" : "Új dokumentum",
"New Spreadsheet" : "Új munkafüzet",
"New Presentation" : "Új bemutató",
"View" : "Megtekintés",
"Document" : "Dokumentum",
"Spreadsheet" : "Munkafüzet",
"Presentation" : "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",
@ -30,17 +26,10 @@ 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",

@ -1,22 +1,18 @@
{ "translations": {
"Saving…" : "Mentés...",
"All" : "Mind",
"Saving..." : "Mentés...",
"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",
"New Document" : "Új dokumentum",
"New Spreadsheet" : "Új munkafüzet",
"New Presentation" : "Új bemutató",
"View" : "Megtekintés",
"Document" : "Dokumentum",
"Spreadsheet" : "Munkafüzet",
"Presentation" : "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",
@ -28,17 +24,10 @@
"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",

@ -1,29 +0,0 @@
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);");

@ -1,27 +0,0 @@
{ "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);"
}

@ -0,0 +1,126 @@
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;");

@ -0,0 +1,124 @@
{ "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;"
}

@ -1,49 +1,118 @@
OC.L10N.register(
"richdocuments",
{
"Saving…" : "Er að vista ...",
"All" : "Allt",
"Download this revision" : "Sækja þessa útgáfu",
"Restore this revision" : "Endurheimta þessa útgáfu",
"Latest revision" : "Nýjasta útgáfa",
"More versions…" : "Fleiri útgáfur…",
"Just now" : "Í þessum töluðu orðum",
"Failed to revert the document to older version" : "Mistókst að endurheimta skjalið sem eldri útgáfu",
"Please enter the filename to store the document as." : "Settu inn skráarheiti til að geyma þetta skjal undir.",
"Save As" : "Vista sem",
"New filename" : "Nýtt skráarheiti",
"Cancel" : "Hætta við",
"Save" : "Vista",
"Loading documents…" : "Hleð inn skjölum...",
"Edit" : "Breyta",
"New Document" : "Nýtt skjal",
"New Spreadsheet" : "Nýtt töflureiknisskjal",
"New Presentation" : "Ný skyggnukynning",
"Could not create file" : "Gat ekki búið til skrá",
"New Document.odt" : "Nýtt textaskjal.odt",
"New Spreadsheet.ods" : "Nýr töflureiknir.ods",
"New Presentation.odp" : "Ný kynning.odp",
"New Document.docx" : "Nýtt textaskjal.docx",
"New Spreadsheet.xlsx" : "Nýr töflureiknir.xlsx",
"New Presentation.pptx" : "Ný kynning.pptx",
"Can't create document" : "Get ekki búið til skjal",
"You don't have permission to rename this document" : "Þú hefur ekki heimild til að endurnefna þetta skjal",
"Directory saved successfully." : "Tókst að vista möppuna.",
"An error occurred while changing directory." : "Villa kom upp við að skipta um möppu.",
"Saved" : "Vistað",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Vistað með villu: Collabora Online ætti að nota sama samskiptamáta og uppsetning þjónsins.",
"Collabora Online" : "Collabora Online",
"Open documentation" : "Opna hjálparskjöl",
"Collabora Online server" : "Collabora Online þjónn",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL-slóð (og gátt) Collabora Online þjónsins sem gefur út breytingaeigindi sem WOPI-biðlari.",
"Saving..." : "Er að vista ...",
"Failed to load documents." : "Mistókst að hlaða inn skjölum.",
"No documents were found. Upload or create a document to get started!" : "Engin skjöl fundust. Sendu inn eða búðu til skjöl til að geta hafist handa!",
"No connection to server. Trying to reconnect." : "Engin tenging við þjón. Reyni aftur að tengjast.",
"Save" : "Vista",
"Loading documents..." : "Hleð inn skjölum...",
"'.' is an invalid file name." : "'.' er ekki leyfilegt nafn.",
"File name cannot be empty." : "Heiti skráar má ekki vera tómt",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Ógilt nafn, táknin '\\', '/', '<', '>', ':', '\"', '|', '?' og '*' eru ekki leyfð.",
"\"{name}\" is an invalid file name." : "\"{name}\" er ógilt skráarheiti.",
"Align Left" : "Jafna til vinstri",
"Alignment" : "Jöfnun",
"Align Right" : "Jafna til hægri",
"Annotate" : "Glósa",
"Background" : "Bakgrunnur",
"Bold" : "Feitletrað",
"Bottom" : "Neðst",
"Cancel" : "Hætta við",
"Center" : "Miðja",
"Clone" : "Klóna",
"Clone this Style" : "Klóna þennan stíl",
"Close" : "Loka",
"Color" : "Litur",
"Create" : "Búa til",
"Decrease Indent" : "Minnka inndrátt",
"Default Style" : "Sjálfgefinn stíll",
"Delete" : "Eyða",
"Family" : "Fjölskylda",
"Font" : "Letur",
"Font Effects" : "Leturbrellur",
"Format" : "Snið",
"Increase Indent" : "Auka inndrátt",
"Insert Image" : "Setja inn mynd",
"Invite Members" : "Bjóða meðlimum",
"Italic" : "Skáletrað",
"Justified" : "Hliðjafnt",
"Justify" : "Hliðjafna",
"Left" : "Vinstri",
"Loading" : "Hleð",
"Members" : "Meðlimir",
"New Name:" : "Nýtt heiti:",
"OK" : "Í lagi",
"Open" : "Opna",
"Options" : "Stillingar",
"Paragraph..." : "Málsgrein...",
"Paragraph Styles" : "Málsgreinarstílar",
"Redo" : "Endurtaka",
"Right" : "Hægri",
"Size" : "Stærð",
"Spacing" : "Millibil",
"Strikethrough" : "Gegnumstrikun",
"Style" : "Stíll",
"Text" : "Texti",
"Top" : "Efst",
"Underline" : "Undirstrikað",
"Undo" : "Afturkalla",
"Unknown Author" : "Óþekktur höfundur",
"Shared" : "Deilt",
"Error" : "Villa",
"Error while sharing" : "Villa við deilingu",
"Error while unsharing" : "Villa við að hætta deilingu",
"Error while changing permissions" : "Villa við að breyta aðgangsheimildum",
"Shared with you and the group {group} by {owner}" : "Deilt með þér og hópnum {group} af {owner}",
"Shared with you by {owner}" : "Deilt með þér af {owner}",
"Share with users or groups …" : "Deila með notendum eða hópum ...",
"Share with users, groups or remote users …" : "Deila með notendum, hópum eða fjartengdum notendum ...",
"Share" : "Deila",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Deila með fólki í öðrum ownCloud-skýjum með skipuninni notandanafn@dæmi.is/owncloud",
"Share link" : "Deila tengli",
"The public link will expire no later than {days} days after it is created" : "Almenningstengillinn rennur út eigi síðar en {days} dögum eftir að hann er útbúinn",
"Link" : "Tengill",
"Password protect" : "Verja með lykilorði",
"Password" : "Lykilorð",
"Choose a password for the public link" : "Veldu þér lykilorð fyrir almenningstengil",
"Allow editing" : "Leyfa breytingar",
"Email link to person" : "Senda veftengil í tölvupósti til notanda",
"Send" : "Senda",
"Set expiration date" : "Setja gildistíma",
"Expiration" : "Rennur út",
"Expiration date" : "Gildir til",
"An error occured. Please try again" : "Villa kom upp. Endilega reyndu aftur",
"Adding user..." : "Bæta við notanda...",
"group" : "hópur",
"remote" : "fjartengt",
"Resharing is not allowed" : "Endurdeiling er ekki leyfð",
"Shared in {item} with {user}" : "Deilt í {item} ásamt {user}",
"Unshare" : "Hætta deilingu",
"notify by email" : "tilkynna með tölvupósti",
"can share" : "getur deilt",
"can edit" : "getur breytt",
"access control" : "aðgangsstýring",
"create" : "búa til",
"change" : "breyta",
"delete" : "eyða",
"Password protected" : "Verja með lykilorði",
"Error unsetting expiration date" : "Villa við að aftengja gildistíma",
"Error setting expiration date" : "Villa við að setja gildistíma",
"Sending ..." : "Sendi ...",
"Email sent" : "Tölvupóstur sendur",
"Warning" : "Aðvörun",
"Edit" : "Breyta",
"guest" : "gestanotandi",
"Apply" : "Virkja",
"Restrict usage to specific groups" : "Takmarka notkun við tiltekna hópa",
"Restrict edit to specific groups" : "Takmarka breytingar við tiltekna hópa",
"Use OOXML by default for new files" : "Nota OOXML sjálfgefið fyrir nýjar skrár",
"Enable access for external apps" : "Virkja aðgang fyrir utanaðkomandi forrit",
"Add" : "Bæta við",
"Use Canonical webroot" : "Nota sameinaða vefrót",
"Canonical webroot, in case there are multiple, for Collabora to use. Provide the one with least restrictions. Eg: Use non-shibbolized webroot if this instance is accessed by both shibbolized and non-shibbolized webroots. You can ignore this setting if only one webroot is used to access this instance." : "Sameinuð vefrót (aðalvefrót - canonical webroot), í því tilfelli þegar þær eru margar, vefrótin sem Collabora ætti að nota. Gefðu upp þá sem er með minnstar takmarkanir. Dæmi: Notaðu vefrót sem ekki styðst við Shibboleth (non-shibbolized webroot) ef þetta tilvik gefur aðgang bæði til shibbolized og non-shibbolized vefróta. Þú getur hunsað þessa stillingu ef aðeins ein vefrót er notuð til aðgangs að þessu tilviki.",
"Upload (max. %s)" : "Senda inn (hám. %s)",
"Upload" : "Senda inn",
"Save new documents to" : "Vista ný skjöl í",
"Wrong password. Please retry." : "Rangt lykilorð. Reyndu aftur.",
"Password" : "Lykilorð",
"OK" : "Í lagi",
"Guest %s" : "Gestanotandi %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Tengillinn er útrunninn eða var aldrei til. Hafðu samband við þann sem deildi honum með þer til að fá nánari upplýsingar."
},

@ -1,47 +1,116 @@
{ "translations": {
"Saving…" : "Er að vista ...",
"All" : "Allt",
"Download this revision" : "Sækja þessa útgáfu",
"Restore this revision" : "Endurheimta þessa útgáfu",
"Latest revision" : "Nýjasta útgáfa",
"More versions…" : "Fleiri útgáfur…",
"Just now" : "Í þessum töluðu orðum",
"Failed to revert the document to older version" : "Mistókst að endurheimta skjalið sem eldri útgáfu",
"Please enter the filename to store the document as." : "Settu inn skráarheiti til að geyma þetta skjal undir.",
"Save As" : "Vista sem",
"New filename" : "Nýtt skráarheiti",
"Cancel" : "Hætta við",
"Save" : "Vista",
"Loading documents…" : "Hleð inn skjölum...",
"Edit" : "Breyta",
"New Document" : "Nýtt skjal",
"New Spreadsheet" : "Nýtt töflureiknisskjal",
"New Presentation" : "Ný skyggnukynning",
"Could not create file" : "Gat ekki búið til skrá",
"New Document.odt" : "Nýtt textaskjal.odt",
"New Spreadsheet.ods" : "Nýr töflureiknir.ods",
"New Presentation.odp" : "Ný kynning.odp",
"New Document.docx" : "Nýtt textaskjal.docx",
"New Spreadsheet.xlsx" : "Nýr töflureiknir.xlsx",
"New Presentation.pptx" : "Ný kynning.pptx",
"Can't create document" : "Get ekki búið til skjal",
"You don't have permission to rename this document" : "Þú hefur ekki heimild til að endurnefna þetta skjal",
"Directory saved successfully." : "Tókst að vista möppuna.",
"An error occurred while changing directory." : "Villa kom upp við að skipta um möppu.",
"Saved" : "Vistað",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Vistað með villu: Collabora Online ætti að nota sama samskiptamáta og uppsetning þjónsins.",
"Collabora Online" : "Collabora Online",
"Open documentation" : "Opna hjálparskjöl",
"Collabora Online server" : "Collabora Online þjónn",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL-slóð (og gátt) Collabora Online þjónsins sem gefur út breytingaeigindi sem WOPI-biðlari.",
"Saving..." : "Er að vista ...",
"Failed to load documents." : "Mistókst að hlaða inn skjölum.",
"No documents were found. Upload or create a document to get started!" : "Engin skjöl fundust. Sendu inn eða búðu til skjöl til að geta hafist handa!",
"No connection to server. Trying to reconnect." : "Engin tenging við þjón. Reyni aftur að tengjast.",
"Save" : "Vista",
"Loading documents..." : "Hleð inn skjölum...",
"'.' is an invalid file name." : "'.' er ekki leyfilegt nafn.",
"File name cannot be empty." : "Heiti skráar má ekki vera tómt",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Ógilt nafn, táknin '\\', '/', '<', '>', ':', '\"', '|', '?' og '*' eru ekki leyfð.",
"\"{name}\" is an invalid file name." : "\"{name}\" er ógilt skráarheiti.",
"Align Left" : "Jafna til vinstri",
"Alignment" : "Jöfnun",
"Align Right" : "Jafna til hægri",
"Annotate" : "Glósa",
"Background" : "Bakgrunnur",
"Bold" : "Feitletrað",
"Bottom" : "Neðst",
"Cancel" : "Hætta við",
"Center" : "Miðja",
"Clone" : "Klóna",
"Clone this Style" : "Klóna þennan stíl",
"Close" : "Loka",
"Color" : "Litur",
"Create" : "Búa til",
"Decrease Indent" : "Minnka inndrátt",
"Default Style" : "Sjálfgefinn stíll",
"Delete" : "Eyða",
"Family" : "Fjölskylda",
"Font" : "Letur",
"Font Effects" : "Leturbrellur",
"Format" : "Snið",
"Increase Indent" : "Auka inndrátt",
"Insert Image" : "Setja inn mynd",
"Invite Members" : "Bjóða meðlimum",
"Italic" : "Skáletrað",
"Justified" : "Hliðjafnt",
"Justify" : "Hliðjafna",
"Left" : "Vinstri",
"Loading" : "Hleð",
"Members" : "Meðlimir",
"New Name:" : "Nýtt heiti:",
"OK" : "Í lagi",
"Open" : "Opna",
"Options" : "Stillingar",
"Paragraph..." : "Málsgrein...",
"Paragraph Styles" : "Málsgreinarstílar",
"Redo" : "Endurtaka",
"Right" : "Hægri",
"Size" : "Stærð",
"Spacing" : "Millibil",
"Strikethrough" : "Gegnumstrikun",
"Style" : "Stíll",
"Text" : "Texti",
"Top" : "Efst",
"Underline" : "Undirstrikað",
"Undo" : "Afturkalla",
"Unknown Author" : "Óþekktur höfundur",
"Shared" : "Deilt",
"Error" : "Villa",
"Error while sharing" : "Villa við deilingu",
"Error while unsharing" : "Villa við að hætta deilingu",
"Error while changing permissions" : "Villa við að breyta aðgangsheimildum",
"Shared with you and the group {group} by {owner}" : "Deilt með þér og hópnum {group} af {owner}",
"Shared with you by {owner}" : "Deilt með þér af {owner}",
"Share with users or groups …" : "Deila með notendum eða hópum ...",
"Share with users, groups or remote users …" : "Deila með notendum, hópum eða fjartengdum notendum ...",
"Share" : "Deila",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Deila með fólki í öðrum ownCloud-skýjum með skipuninni notandanafn@dæmi.is/owncloud",
"Share link" : "Deila tengli",
"The public link will expire no later than {days} days after it is created" : "Almenningstengillinn rennur út eigi síðar en {days} dögum eftir að hann er útbúinn",
"Link" : "Tengill",
"Password protect" : "Verja með lykilorði",
"Password" : "Lykilorð",
"Choose a password for the public link" : "Veldu þér lykilorð fyrir almenningstengil",
"Allow editing" : "Leyfa breytingar",
"Email link to person" : "Senda veftengil í tölvupósti til notanda",
"Send" : "Senda",
"Set expiration date" : "Setja gildistíma",
"Expiration" : "Rennur út",
"Expiration date" : "Gildir til",
"An error occured. Please try again" : "Villa kom upp. Endilega reyndu aftur",
"Adding user..." : "Bæta við notanda...",
"group" : "hópur",
"remote" : "fjartengt",
"Resharing is not allowed" : "Endurdeiling er ekki leyfð",
"Shared in {item} with {user}" : "Deilt í {item} ásamt {user}",
"Unshare" : "Hætta deilingu",
"notify by email" : "tilkynna með tölvupósti",
"can share" : "getur deilt",
"can edit" : "getur breytt",
"access control" : "aðgangsstýring",
"create" : "búa til",
"change" : "breyta",
"delete" : "eyða",
"Password protected" : "Verja með lykilorði",
"Error unsetting expiration date" : "Villa við að aftengja gildistíma",
"Error setting expiration date" : "Villa við að setja gildistíma",
"Sending ..." : "Sendi ...",
"Email sent" : "Tölvupóstur sendur",
"Warning" : "Aðvörun",
"Edit" : "Breyta",
"guest" : "gestanotandi",
"Apply" : "Virkja",
"Restrict usage to specific groups" : "Takmarka notkun við tiltekna hópa",
"Restrict edit to specific groups" : "Takmarka breytingar við tiltekna hópa",
"Use OOXML by default for new files" : "Nota OOXML sjálfgefið fyrir nýjar skrár",
"Enable access for external apps" : "Virkja aðgang fyrir utanaðkomandi forrit",
"Add" : "Bæta við",
"Use Canonical webroot" : "Nota sameinaða vefrót",
"Canonical webroot, in case there are multiple, for Collabora to use. Provide the one with least restrictions. Eg: Use non-shibbolized webroot if this instance is accessed by both shibbolized and non-shibbolized webroots. You can ignore this setting if only one webroot is used to access this instance." : "Sameinuð vefrót (aðalvefrót - canonical webroot), í því tilfelli þegar þær eru margar, vefrótin sem Collabora ætti að nota. Gefðu upp þá sem er með minnstar takmarkanir. Dæmi: Notaðu vefrót sem ekki styðst við Shibboleth (non-shibbolized webroot) ef þetta tilvik gefur aðgang bæði til shibbolized og non-shibbolized vefróta. Þú getur hunsað þessa stillingu ef aðeins ein vefrót er notuð til aðgangs að þessu tilviki.",
"Upload (max. %s)" : "Senda inn (hám. %s)",
"Upload" : "Senda inn",
"Save new documents to" : "Vista ný skjöl í",
"Wrong password. Please retry." : "Rangt lykilorð. Reyndu aftur.",
"Password" : "Lykilorð",
"OK" : "Í lagi",
"Guest %s" : "Gestanotandi %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Tengillinn er útrunninn eða var aldrei til. Hafðu samband við þann sem deildi honum með þer til að fá nánari upplýsingar."
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"

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

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

Loading…
Cancel
Save