summaryrefslogtreecommitdiffstats
path: root/lib/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-07-30 01:55:32 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-07-30 01:55:32 -0400
commit47e72917e5eac67d18b80097d2368db65ee928c2 (patch)
treed1b367b420152b2e795e6fc8400d46f66d1edb22 /lib/l10n
parenta779878657f39d338cf2f822925776b2f4d28338 (diff)
downloadnextcloud-server-47e72917e5eac67d18b80097d2368db65ee928c2.tar.gz
nextcloud-server-47e72917e5eac67d18b80097d2368db65ee928c2.zip
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r--lib/l10n/bg_BG.php2
-rw-r--r--lib/l10n/cs_CZ.php2
-rw-r--r--lib/l10n/de.php2
-rw-r--r--lib/l10n/de_DE.php2
-rw-r--r--lib/l10n/en_GB.php2
-rw-r--r--lib/l10n/es.php2
-rw-r--r--lib/l10n/es_CL.php1
-rw-r--r--lib/l10n/et_EE.php2
-rw-r--r--lib/l10n/eu.php2
-rw-r--r--lib/l10n/fi_FI.php7
-rw-r--r--lib/l10n/nl.php2
-rw-r--r--lib/l10n/pl.php2
-rw-r--r--lib/l10n/pt_PT.php2
-rw-r--r--lib/l10n/ru.php2
-rw-r--r--lib/l10n/tr.php2
15 files changed, 34 insertions, 0 deletions
diff --git a/lib/l10n/bg_BG.php b/lib/l10n/bg_BG.php
index 5da769bfca5..fe773693e0b 100644
--- a/lib/l10n/bg_BG.php
+++ b/lib/l10n/bg_BG.php
@@ -67,6 +67,8 @@ $TRANSLATIONS = array(
"Share type %s is not valid for %s" => "Споделянето на тип %s не валидно за %s.",
"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Неуспешна промяна на правата за достъп за %s, защото промените надвишават правата на достъп дадени на %s.",
"Setting permissions for %s failed, because the item was not found" => "Неуспешна промяна на правата за достъп за %s, защото съдържанието не е открито.",
+"Can not set expire date. Shares can not expire later then %s after they where shared" => "Неуспешно задаване на дата на изтичане. Споделени папки не могат да изтекат по-късно от %s след като са били споделени.",
+"Can not set expire date. Expire date is in the past" => "Неуспешноп задаване на дата на изтичане. Датата е в миналото.",
"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Споделянето на сървърния %s трябва да поддържа OCP\\Share_Backend интерфейс.",
"Sharing backend %s not found" => "Споделянето на сървърния %s не е открито.",
"Sharing backend for %s not found" => "Споделянето на сървъра за %s не е открито.",
diff --git a/lib/l10n/cs_CZ.php b/lib/l10n/cs_CZ.php
index 336579588ab..0aa0500b1cf 100644
--- a/lib/l10n/cs_CZ.php
+++ b/lib/l10n/cs_CZ.php
@@ -67,6 +67,8 @@ $TRANSLATIONS = array(
"Share type %s is not valid for %s" => "Sdílení typu %s není korektní pro %s",
"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Nastavení oprávnění pro %s selhalo, protože jsou k tomu nutná vyšší oprávnění, než jaká byla povolena pro %s",
"Setting permissions for %s failed, because the item was not found" => "Nastavení práv pro %s selhalo, protože položka nebyla nalezena",
+"Can not set expire date. Shares can not expire later then %s after they where shared" => "Nelze nastavit datum vypršení platnosti. Sdílení nemůže vypršet později než za %s po zveřejnění.",
+"Can not set expire date. Expire date is in the past" => "Nelze nastavit datum vypršení platnosti. Datum vypršení je v minulosti.",
"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Podpůrná vrstva pro sdílení %s musí obsahovat rozhraní OCP\\Share_Backend",
"Sharing backend %s not found" => "Podpůrná vrstva sdílení %s nenalezena",
"Sharing backend for %s not found" => "Podpůrná vrstva sdílení pro %s nenalezena",
diff --git a/lib/l10n/de.php b/lib/l10n/de.php
index d951975c478..340356049e8 100644
--- a/lib/l10n/de.php
+++ b/lib/l10n/de.php
@@ -67,6 +67,8 @@ $TRANSLATIONS = array(
"Share type %s is not valid for %s" => "Freigabetyp %s ist nicht gültig für %s",
"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da die Berechtigungen, die erteilten Berechtigungen %s überschreiten",
"Setting permissions for %s failed, because the item was not found" => "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da das Objekt nicht gefunden wurde",
+"Can not set expire date. Shares can not expire later then %s after they where shared" => "Ablaufdatum kann nicht gesetzt werden. Freigaben können nach dem Teilen, nicht länger als %s gültig sein.",
+"Can not set expire date. Expire date is in the past" => "Ablaufdatum kann nicht gesetzt werden. Ablaufdatum liegt in der Vergangenheit.",
"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Freigabe-Backend %s muss in der OCP\\Share_Backend - Schnittstelle implementiert werden",
"Sharing backend %s not found" => "Freigabe-Backend %s nicht gefunden",
"Sharing backend for %s not found" => "Freigabe-Backend für %s nicht gefunden",
diff --git a/lib/l10n/de_DE.php b/lib/l10n/de_DE.php
index e142fb9f7a9..f692153eb73 100644
--- a/lib/l10n/de_DE.php
+++ b/lib/l10n/de_DE.php
@@ -67,6 +67,8 @@ $TRANSLATIONS = array(
"Share type %s is not valid for %s" => "Freigabetyp %s ist nicht gültig für %s",
"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da die Berechtigungen, die erteilten Berechtigungen %s überschreiten",
"Setting permissions for %s failed, because the item was not found" => "Das Setzen der Berechtigungen für %s ist fehlgeschlagen, da das Objekt nicht gefunden wurde",
+"Can not set expire date. Shares can not expire later then %s after they where shared" => "Ablaufdatum kann nicht gesetzt werden. Freigaben können nach dem Teilen, nicht länger als %s gültig sein.",
+"Can not set expire date. Expire date is in the past" => "Ablaufdatum kann nicht gesetzt werden. Ablaufdatum liegt in der Vergangenheit.",
"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Freigabe-Backend %s muss in der OCP\\Share_Backend - Schnittstelle implementiert werden",
"Sharing backend %s not found" => "Freigabe-Backend %s nicht gefunden",
"Sharing backend for %s not found" => "Freigabe-Backend für %s nicht gefunden",
diff --git a/lib/l10n/en_GB.php b/lib/l10n/en_GB.php
index e1e485058e1..59404f7a90b 100644
--- a/lib/l10n/en_GB.php
+++ b/lib/l10n/en_GB.php
@@ -67,6 +67,8 @@ $TRANSLATIONS = array(
"Share type %s is not valid for %s" => "Share type %s is not valid for %s",
"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Setting permissions for %s failed, because the permissions exceed permissions granted to %s",
"Setting permissions for %s failed, because the item was not found" => "Setting permissions for %s failed, because the item was not found",
+"Can not set expire date. Shares can not expire later then %s after they where shared" => "Cannot set the expiry date. Shares cannot expire later than %s after they have been shared",
+"Can not set expire date. Expire date is in the past" => "Cannot set the expiry date. The expiry date is in the past",
"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Sharing backend %s must implement the interface OCP\\Share_Backend",
"Sharing backend %s not found" => "Sharing backend %s not found",
"Sharing backend for %s not found" => "Sharing backend for %s not found",
diff --git a/lib/l10n/es.php b/lib/l10n/es.php
index fb059bf8b7a..ed1c4b0e55e 100644
--- a/lib/l10n/es.php
+++ b/lib/l10n/es.php
@@ -67,6 +67,8 @@ $TRANSLATIONS = array(
"Share type %s is not valid for %s" => "Compartir tipo %s no es válido para %s",
"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Configuración de permisos para %s ha fallado, ya que los permisos superan los permisos dados a %s",
"Setting permissions for %s failed, because the item was not found" => "Configuración de permisos para %s ha fallado, ya que el elemento no fue encontrado",
+"Can not set expire date. Shares can not expire later then %s after they where shared" => "No se pudo fijar fecha de caducidad. Los archivos compartidos no pueden caducar luego de %s después de ser compartidos.",
+"Can not set expire date. Expire date is in the past" => "No se pudo fijar fecha de caducidad. La fecha está en el pasado",
"Sharing backend %s must implement the interface OCP\\Share_Backend" => "El motor compartido %s debe implementar la interfaz OCP\\Share_Backend",
"Sharing backend %s not found" => "El motor compartido %s no se ha encontrado",
"Sharing backend for %s not found" => "Motor compartido para %s no encontrado",
diff --git a/lib/l10n/es_CL.php b/lib/l10n/es_CL.php
index 261dc7c29cc..32693cb34f0 100644
--- a/lib/l10n/es_CL.php
+++ b/lib/l10n/es_CL.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"Cannot write into \"config\" directory!" => "No se puede escribir en el directorio \"config\"!",
"Settings" => "Configuración",
"seconds ago" => "segundos antes",
"_%n minute ago_::_%n minutes ago_" => array("",""),
diff --git a/lib/l10n/et_EE.php b/lib/l10n/et_EE.php
index de5abef91af..58a5939f659 100644
--- a/lib/l10n/et_EE.php
+++ b/lib/l10n/et_EE.php
@@ -67,6 +67,8 @@ $TRANSLATIONS = array(
"Share type %s is not valid for %s" => "Jagamise tüüp %s ei ole õige %s jaoks",
"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Lubade seadistus %s jaoks ebaõnnestus, kuna antud õigused ületavad %s jaoks määratud õigusi",
"Setting permissions for %s failed, because the item was not found" => "Lubade seadistus %s jaoks ebaõnnestus, kuna üksust ei leitud",
+"Can not set expire date. Shares can not expire later then %s after they where shared" => "Aegumise kuupäeva ei saa määrata. Jagamised ei saa aeguda hiljem kui %s peale jagamist.",
+"Can not set expire date. Expire date is in the past" => "Aegumise kuupäeva ei saa määrata. Aegumise kuupäev ei saa olla minevikus.",
"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Jagamise tagarakend %s peab kasutusele võtma OCP\\Share_Backend liidese",
"Sharing backend %s not found" => "Jagamise tagarakendit %s ei leitud",
"Sharing backend for %s not found" => "Jagamise tagarakendit %s jaoks ei leitud",
diff --git a/lib/l10n/eu.php b/lib/l10n/eu.php
index 0bdfd6fef97..53d5b31075a 100644
--- a/lib/l10n/eu.php
+++ b/lib/l10n/eu.php
@@ -67,6 +67,8 @@ $TRANSLATIONS = array(
"Share type %s is not valid for %s" => "%s elkarbanaketa mota ez da %srentzako egokia",
"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "%srentzako baimenak ezartzea huts egin du, baimenak %sri emandakoak baino gehiago direlako",
"Setting permissions for %s failed, because the item was not found" => "%srentzako baimenak ezartzea huts egin du, aurkitu ez delako",
+"Can not set expire date. Shares can not expire later then %s after they where shared" => "Ezin izan da jarri iraungitze data. Konpartitzea ezin da iraungi konpartitu eta %s ondoren.",
+"Can not set expire date. Expire date is in the past" => "Ezin da jarri iraungitze data. Iraungitze data iragan da.",
"Sharing backend %s must implement the interface OCP\\Share_Backend" => "%s elkarbanaketa motorra OCP\\Share_Backend interfazea inplementatu behar du ",
"Sharing backend %s not found" => "Ez da %s elkarbanaketa motorra aurkitu",
"Sharing backend for %s not found" => "Ez da %srako elkarbanaketa motorrik aurkitu",
diff --git a/lib/l10n/fi_FI.php b/lib/l10n/fi_FI.php
index 43b941b5e4d..3a6e5bcfeb8 100644
--- a/lib/l10n/fi_FI.php
+++ b/lib/l10n/fi_FI.php
@@ -56,6 +56,7 @@ $TRANSLATIONS = array(
"Sharing %s failed, because this item is already shared with %s" => "Kohteen %s jakaminen epäonnistui, koska kohde on jo jaettu käyttäjän %s kanssa",
"Sharing %s failed, because the group %s does not exist" => "Kohteen %s jakaminen epäonnistui, koska ryhmää %s ei ole olemassa",
"Sharing %s failed, because %s is not a member of the group %s" => "Kohteen %s jakaminen epäonnistui, koska käyttäjä %s ei ole ryhmän %s jäsen",
+"You need to provide a password to create a public link, only protected links are allowed" => "Anna salasana luodaksesi julkisen linkin. Vain suojatut linkit ovat sallittuja",
"Sharing %s failed, because sharing with links is not allowed" => "Kohteen %s jakaminen epäonnistui, koska jakaminen linkkejä käyttäen ei ole sallittu",
"Setting permissions for %s failed, because the item was not found" => "Kohteen %s oikeuksien asettaminen epäonnistui, koska kohdetta ei löytynyt",
"Sharing backend %s not found" => "Jakamisen taustaosaa %s ei löytynyt",
@@ -81,7 +82,10 @@ $TRANSLATIONS = array(
"No database drivers (sqlite, mysql, or postgresql) installed." => "Tietokanta-ajureita (sqlite, mysql tai postgresql) ei ole asennettu.",
"Cannot write into \"config\" directory" => "Hakemistoon \"config\" kirjoittaminen ei onnistu",
"Cannot write into \"apps\" directory" => "Hakemistoon \"apps\" kirjoittaminen ei onnistu",
+"Cannot create \"data\" directory (%s)" => "Kansion \"data\" luominen ei onnistu (%s)",
+"This can usually be fixed by <a href=\"%s\" target=\"_blank\">giving the webserver write access to the root directory</a>." => "Tämä on yleensä korjattavissa <a href=\"%s\" target=\"_blank\">antamalla http-palvelimelle kirjoitusoikeuden juurihakemistoon</a>.",
"Setting locale to %s failed" => "Maa-asetuksen %s asettaminen epäonnistui",
+"Please install one of theses locales on your system and restart your webserver." => "Asenna järjestelmään yksi näistä maa-asetuksista ja käynnistä http-palvelin uudelleen.",
"Please ask your server administrator to install the module." => "Pyydä palvelimen ylläpitäjää asentamaan moduulin.",
"PHP module %s not installed." => "PHP-moduulia %s ei ole asennettu.",
"PHP %s or higher is required." => "PHP %s tai sitä uudempi vaaditaan.",
@@ -93,6 +97,9 @@ $TRANSLATIONS = array(
"Please upgrade your database version" => "Päivitä tietokantasi versio",
"Error occurred while checking PostgreSQL version" => "Virhe PostgreSQL:n versiota tarkistaessa",
"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Varmista, että käytössäsi on PostgreSQL >= 9 tai tarkista lokit saadaksesi lisätietoja virheestä",
+"Data directory (%s) is readable by other users" => "Datakansio (%s) on muiden käyttäjien luettavissa",
+"Data directory (%s) is invalid" => "Datakansio (%s) on virheellinen",
+"Please check that the data directory contains a file \".ocdata\" in its root." => "Varmista, että datakansion juuressa on tiedosto \".ocdata\".",
"Could not obtain lock type %d on \"%s\"." => "Lukitustapaa %d ei saatu kohteelle \"%s\"."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/lib/l10n/nl.php b/lib/l10n/nl.php
index b758e5776ed..d5051e5da21 100644
--- a/lib/l10n/nl.php
+++ b/lib/l10n/nl.php
@@ -67,6 +67,8 @@ $TRANSLATIONS = array(
"Share type %s is not valid for %s" => "Delen van type %s is niet geldig voor %s",
"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Instellen van de permissies voor %s is mislukt, omdat de permissies hoger zijn dan de aan %s toegekende permissies",
"Setting permissions for %s failed, because the item was not found" => "Instellen van de permissies voor %s is mislukt, omdat het object niet is gevonden",
+"Can not set expire date. Shares can not expire later then %s after they where shared" => "Kon vervaldatum niet installen. Shares kunnen niet langer dan %s vervallen na het moment van delen",
+"Can not set expire date. Expire date is in the past" => "Kon vervaldatum niet instellen. De vervaldatum ligt in het verleden",
"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Het share-backend %s moet de OCP\\Share_Backend interface implementeren",
"Sharing backend %s not found" => "Het share-backend %s is niet gevonden",
"Sharing backend for %s not found" => "Het share-backend voor %s is niet gevonden",
diff --git a/lib/l10n/pl.php b/lib/l10n/pl.php
index 877c3fcdbe8..dc5954c6854 100644
--- a/lib/l10n/pl.php
+++ b/lib/l10n/pl.php
@@ -67,6 +67,8 @@ $TRANSLATIONS = array(
"Share type %s is not valid for %s" => "Typ udziału %s nie jest właściwy dla %s",
"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Ustawienie uprawnień dla %s nie powiodło się, ponieważ uprawnienia wykraczają poza przydzielone %s",
"Setting permissions for %s failed, because the item was not found" => "Ustawienie uprawnień dla %s nie powiodło się, ponieważ element nie został znaleziony",
+"Can not set expire date. Shares can not expire later then %s after they where shared" => "Nie można ustawić daty wygaśnięcia. Udział nie może wygasać później niż %s od momentu udostępnienia.",
+"Can not set expire date. Expire date is in the past" => "Nie można ustawić daty wygaśnięcia. Termin ustalony jest w przeszłości",
"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Zaplecze do współdzielenia %s musi implementować interfejs OCP\\Share_Backend",
"Sharing backend %s not found" => "Zaplecze %s do współdzielenia nie zostało znalezione",
"Sharing backend for %s not found" => "Zaplecze do współdzielenia %s nie zostało znalezione",
diff --git a/lib/l10n/pt_PT.php b/lib/l10n/pt_PT.php
index 9629d47a023..a2b8068acee 100644
--- a/lib/l10n/pt_PT.php
+++ b/lib/l10n/pt_PT.php
@@ -67,6 +67,8 @@ $TRANSLATIONS = array(
"Share type %s is not valid for %s" => "O tipo de partilha %s não é válido para %s",
"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Definir permissões para %s falhou, porque as permissões excedem as permissões concedidas a %s",
"Setting permissions for %s failed, because the item was not found" => "Definir permissões para %s falhou, porque o item não foi encontrado",
+"Can not set expire date. Shares can not expire later then %s after they where shared" => "Não é possível definir data de expiração. Acções não podem expirar mais tarde que,%s após eles terem sido compartilhadas",
+"Can not set expire date. Expire date is in the past" => "Não é possível definir data de expiração. A data de vencimento está no passado",
"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Partilhar backend %s tem de implementar o interface OCP\\Share_Backend",
"Sharing backend %s not found" => "Partilha backend %s não foi encontrado",
"Sharing backend for %s not found" => "Partilha backend para %s não foi encontrado",
diff --git a/lib/l10n/ru.php b/lib/l10n/ru.php
index 64ce78990a1..50f72f47b24 100644
--- a/lib/l10n/ru.php
+++ b/lib/l10n/ru.php
@@ -67,6 +67,8 @@ $TRANSLATIONS = array(
"Share type %s is not valid for %s" => "Такой втд общего доступа как %s не допустим для %s",
"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Настройка прав доступа для %s невозможна, поскольку права доступа превышают предоставленные права доступа %s",
"Setting permissions for %s failed, because the item was not found" => "Не удалось произвести настройку прав доступа для %s , элемент не был найден.",
+"Can not set expire date. Shares can not expire later then %s after they where shared" => "Не могу установить дату истечения. Шары не могут истечь позже чем %s после того, как они были расшарены",
+"Can not set expire date. Expire date is in the past" => "Не могу установить дату истечения. Дата истечения находится в прошлом.",
"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Бэкенд для опубликования %s должен реализовывать интерфейс OCP\\Share_Backend",
"Sharing backend %s not found" => "Бэкэнд для общего доступа %s не найден",
"Sharing backend for %s not found" => "Бэкэнд для общего доступа к %s не найден",
diff --git a/lib/l10n/tr.php b/lib/l10n/tr.php
index 5586943c262..479244a5c61 100644
--- a/lib/l10n/tr.php
+++ b/lib/l10n/tr.php
@@ -67,6 +67,8 @@ $TRANSLATIONS = array(
"Share type %s is not valid for %s" => "%s paylaşım türü %s için geçerli değil",
"Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "%s için izinler, izinler %s için verilen izinleri aştığından dolayı ayarlanamadı",
"Setting permissions for %s failed, because the item was not found" => "%s için izinler öge bulunamadığından ayarlanamadı",
+"Can not set expire date. Shares can not expire later then %s after they where shared" => "Son kullanma tarihi ayarlanamıyor. Paylaşımların süreleri, paylaşıldıkları konumdan %s sonra dolamaz.",
+"Can not set expire date. Expire date is in the past" => "Son kullanma tarihi ayarlanamıyor. Son kullanma tarihi geçmişte",
"Sharing backend %s must implement the interface OCP\\Share_Backend" => "Paylaşma arka ucu %s OCP\\Share_Backend arayüzünü desteklemeli",
"Sharing backend %s not found" => "Paylaşım arka ucu %s bulunamadı",
"Sharing backend for %s not found" => "%s için paylaşım arka ucu bulunamadı",