summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-09-25 01:55:32 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-09-25 01:55:32 -0400
commitf46e49529fed8cb60ff846bb959b2f564b14bea6 (patch)
tree5b16ab145e8fead51e36e274b3fe2c7654e220fe /apps
parentdbf81c89b68f5e999eb16b65588cc110cc9a4f17 (diff)
downloadnextcloud-server-f46e49529fed8cb60ff846bb959b2f564b14bea6.tar.gz
nextcloud-server-f46e49529fed8cb60ff846bb959b2f564b14bea6.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r--apps/files/l10n/bn_BD.php4
-rw-r--r--apps/files/l10n/es_PY.php1
-rw-r--r--apps/files/l10n/fil.php7
-rw-r--r--apps/files/l10n/mt_MT.php7
-rw-r--r--apps/files_sharing/l10n/da.php1
-rw-r--r--apps/files_sharing/l10n/de.php1
-rw-r--r--apps/files_sharing/l10n/de_DE.php7
-rw-r--r--apps/files_sharing/l10n/en_GB.php1
-rw-r--r--apps/files_sharing/l10n/es.php1
-rw-r--r--apps/files_sharing/l10n/fi_FI.php1
-rw-r--r--apps/files_sharing/l10n/fr.php1
-rw-r--r--apps/files_sharing/l10n/nl.php1
-rw-r--r--apps/files_sharing/l10n/pt_BR.php1
-rw-r--r--apps/files_sharing/l10n/ru.php1
-rw-r--r--apps/user_ldap/l10n/fil.php6
-rw-r--r--apps/user_ldap/l10n/mt_MT.php6
16 files changed, 43 insertions, 4 deletions
diff --git a/apps/files/l10n/bn_BD.php b/apps/files/l10n/bn_BD.php
index fb0b7fb559c..826f36a452e 100644
--- a/apps/files/l10n/bn_BD.php
+++ b/apps/files/l10n/bn_BD.php
@@ -45,7 +45,9 @@ $TRANSLATIONS = array(
"Modified" => "পরিবর্তিত",
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("",""),
-"_Uploading %n file_::_Uploading %n files_" => array("",""),
+"_Uploading %n file_::_Uploading %n files_" => array("%n ফাইল আপলোড হচ্ছে","%n ফাইল আপলোড হচ্ছে"),
+"\"{name}\" is an invalid file name." => "\"{name}\" টি একটি অননুমোদিত ফাইল নাম।",
+"Your storage is almost full ({usedSpacePercent}%)" => "আপনার সংরক্ষণাধার প্রায় পরিপূর্ণ ({usedSpacePercent}%) ",
"File handling" => "ফাইল হ্যার্ডলিং",
"Maximum upload size" => "আপলোডের সর্বোচ্চ আকার",
"max. possible: " => "অনুমোদিত সর্বোচ্চ আকার",
diff --git a/apps/files/l10n/es_PY.php b/apps/files/l10n/es_PY.php
index 0157af093e9..f3def68c0bf 100644
--- a/apps/files/l10n/es_PY.php
+++ b/apps/files/l10n/es_PY.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"Files" => "Archivos",
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("",""),
"_Uploading %n file_::_Uploading %n files_" => array("","")
diff --git a/apps/files/l10n/fil.php b/apps/files/l10n/fil.php
new file mode 100644
index 00000000000..3c711e6b78a
--- /dev/null
+++ b/apps/files/l10n/fil.php
@@ -0,0 +1,7 @@
+<?php
+$TRANSLATIONS = array(
+"_%n folder_::_%n folders_" => array("",""),
+"_%n file_::_%n files_" => array("",""),
+"_Uploading %n file_::_Uploading %n files_" => array("","")
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";
diff --git a/apps/files/l10n/mt_MT.php b/apps/files/l10n/mt_MT.php
new file mode 100644
index 00000000000..2a3be76cb7f
--- /dev/null
+++ b/apps/files/l10n/mt_MT.php
@@ -0,0 +1,7 @@
+<?php
+$TRANSLATIONS = array(
+"_%n folder_::_%n folders_" => array("","","",""),
+"_%n file_::_%n files_" => array("","","",""),
+"_Uploading %n file_::_Uploading %n files_" => array("","","","")
+);
+$PLURAL_FORMS = "nplurals=4; plural=(n==1 ? 0 : n==0 || ( n%100>1 && n%100<11) ? 1 : (n%100>10 && n%100<20 ) ? 2 : 3);";
diff --git a/apps/files_sharing/l10n/da.php b/apps/files_sharing/l10n/da.php
index a9263d0e63d..8ab8c077be5 100644
--- a/apps/files_sharing/l10n/da.php
+++ b/apps/files_sharing/l10n/da.php
@@ -1,6 +1,7 @@
<?php
$TRANSLATIONS = array(
"Server to server sharing is not enabled on this server" => "Server til serverdeling er ikke slået til på denne server",
+"The mountpoint name contains invalid characters." => "Monteringspunktets navn indeholder ugyldige tegn.",
"Invalid or untrusted SSL certificate" => "Ugyldigt eller upålideligt SSL-certifikat",
"Couldn't add remote share" => "Kunne ikke tliføje den delte ekstern ressource",
"Shared with you" => "Delt med dig",
diff --git a/apps/files_sharing/l10n/de.php b/apps/files_sharing/l10n/de.php
index 95b838b53aa..517f7c68b2e 100644
--- a/apps/files_sharing/l10n/de.php
+++ b/apps/files_sharing/l10n/de.php
@@ -1,6 +1,7 @@
<?php
$TRANSLATIONS = array(
"Server to server sharing is not enabled on this server" => "Der Server für die Serverfreigabe ist auf diesem Server nicht aktiviert",
+"The mountpoint name contains invalid characters." => "Der Name des Einhängepunktes enthält nicht gültige Zeichen.",
"Invalid or untrusted SSL certificate" => "Ungültiges oder nicht vertrauenswürdiges SSL-Zertifikat",
"Couldn't add remote share" => "Entfernte Freigabe kann nicht hinzu gefügt werden",
"Shared with you" => "Mit Dir geteilt",
diff --git a/apps/files_sharing/l10n/de_DE.php b/apps/files_sharing/l10n/de_DE.php
index d1c5f26813d..231b2adb15c 100644
--- a/apps/files_sharing/l10n/de_DE.php
+++ b/apps/files_sharing/l10n/de_DE.php
@@ -1,8 +1,9 @@
<?php
$TRANSLATIONS = array(
"Server to server sharing is not enabled on this server" => "Der Server für die Serverfreigabe ist auf diesem Server nicht aktiviert",
+"The mountpoint name contains invalid characters." => "Der Name des Einhängepunktes enthält nicht gültige Zeichen.",
"Invalid or untrusted SSL certificate" => "Ungültiges oder nicht vertrauenswürdiges SSL-Zertifikat",
-"Couldn't add remote share" => "Entfernte Freigabe kann nicht hinzu gefügt werden",
+"Couldn't add remote share" => "Entfernte Freigabe kann nicht hinzugefügt werden",
"Shared with you" => "Mit Ihnen geteilt",
"Shared with others" => "Von Ihnen geteilt",
"Shared by link" => "Geteilt über einen Link",
@@ -15,7 +16,7 @@ $TRANSLATIONS = array(
"Cancel" => "Abbrechen",
"Add remote share" => "Entfernte Freigabe hinzufügen",
"No ownCloud installation found at {remote}" => "Keine OwnCloud-Installation auf {remote} gefunden",
-"Invalid ownCloud url" => "Ungültige OwnCloud-URL",
+"Invalid ownCloud url" => "Ungültige OwnCloud-Adresse",
"Shared by" => "Geteilt von",
"This share is password-protected" => "Diese Freigabe ist durch ein Passwort geschützt",
"The password is wrong. Try again." => "Das Passwort ist falsch. Bitte versuchen Sie es erneut.",
@@ -34,6 +35,6 @@ $TRANSLATIONS = array(
"Direct link" => "Direkte Verlinkung",
"Remote Shares" => "Entfernte Freigaben",
"Allow other instances to mount public links shared from this server" => "Andere Instanzen zum Hinzufügen von öffentlichen Links, die über diesen Server Freigegeben werden, erlauben",
-"Allow users to mount public link shares" => "Erlaube Nutzern das Hinzufügen von freigegebenen öffentlichen Links"
+"Allow users to mount public link shares" => "Benutzern das Hinzufügen von freigegebenen öffentlichen Links erlauben"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/apps/files_sharing/l10n/en_GB.php b/apps/files_sharing/l10n/en_GB.php
index 5ed2859ad26..66238fbb6b8 100644
--- a/apps/files_sharing/l10n/en_GB.php
+++ b/apps/files_sharing/l10n/en_GB.php
@@ -1,6 +1,7 @@
<?php
$TRANSLATIONS = array(
"Server to server sharing is not enabled on this server" => "Server to server sharing is not enabled on this server",
+"The mountpoint name contains invalid characters." => "The mountpoint name contains invalid characters.",
"Invalid or untrusted SSL certificate" => "Invalid or untrusted SSL certificate",
"Couldn't add remote share" => "Couldn't add remote share",
"Shared with you" => "Shared with you",
diff --git a/apps/files_sharing/l10n/es.php b/apps/files_sharing/l10n/es.php
index 5ac7187d5f3..2611ab993d1 100644
--- a/apps/files_sharing/l10n/es.php
+++ b/apps/files_sharing/l10n/es.php
@@ -1,6 +1,7 @@
<?php
$TRANSLATIONS = array(
"Server to server sharing is not enabled on this server" => "Compartir entre servidores no está habilitado en este servidor",
+"The mountpoint name contains invalid characters." => "El punto de montaje contiene caracteres inválidos.",
"Invalid or untrusted SSL certificate" => "Certificado SSL inválido o no confiable",
"Couldn't add remote share" => "No se puede añadir un compartido remoto",
"Shared with you" => "Compartido contigo",
diff --git a/apps/files_sharing/l10n/fi_FI.php b/apps/files_sharing/l10n/fi_FI.php
index f1ec8c6d535..210b2d57d37 100644
--- a/apps/files_sharing/l10n/fi_FI.php
+++ b/apps/files_sharing/l10n/fi_FI.php
@@ -1,6 +1,7 @@
<?php
$TRANSLATIONS = array(
"Server to server sharing is not enabled on this server" => "Palvelimelta-palvelimelle-jakaminen ei ole käytössä tällä palvelimella",
+"The mountpoint name contains invalid characters." => "Liitospisteen nimi sisältää virheellisiä merkkejä.",
"Invalid or untrusted SSL certificate" => "Virheellinen tai ei-luotettu SSL-varmenne",
"Couldn't add remote share" => "Etäjaon liittäminen epäonnistui",
"Shared with you" => "Jaettu kanssasi",
diff --git a/apps/files_sharing/l10n/fr.php b/apps/files_sharing/l10n/fr.php
index 2693973e2b8..870392dccb4 100644
--- a/apps/files_sharing/l10n/fr.php
+++ b/apps/files_sharing/l10n/fr.php
@@ -1,6 +1,7 @@
<?php
$TRANSLATIONS = array(
"Server to server sharing is not enabled on this server" => "Le partage de serveur à serveur n'est pas activé sur ce serveur",
+"The mountpoint name contains invalid characters." => "Le nom du point de montage contient des caractères invalides.",
"Invalid or untrusted SSL certificate" => "Certificat SSL invalide ou non-fiable",
"Couldn't add remote share" => "Impossible d'ajouter un partage distant",
"Shared with you" => "Partagés avec vous",
diff --git a/apps/files_sharing/l10n/nl.php b/apps/files_sharing/l10n/nl.php
index 0c84f8ee60f..91f8cd3e74c 100644
--- a/apps/files_sharing/l10n/nl.php
+++ b/apps/files_sharing/l10n/nl.php
@@ -1,6 +1,7 @@
<?php
$TRANSLATIONS = array(
"Server to server sharing is not enabled on this server" => "Server met server delen is niet geactiveerd op deze server",
+"The mountpoint name contains invalid characters." => "De naam van het mountpoint bevat ongeldige karakters.",
"Invalid or untrusted SSL certificate" => "Ongeldig of onvertrouwd SSL-certificaat",
"Couldn't add remote share" => "Kon geen externe share toevoegen",
"Shared with you" => "Gedeeld met u",
diff --git a/apps/files_sharing/l10n/pt_BR.php b/apps/files_sharing/l10n/pt_BR.php
index 312196480ab..c190c6fbc89 100644
--- a/apps/files_sharing/l10n/pt_BR.php
+++ b/apps/files_sharing/l10n/pt_BR.php
@@ -1,6 +1,7 @@
<?php
$TRANSLATIONS = array(
"Server to server sharing is not enabled on this server" => "Compartilhamento de servidor para servidor não está habilitado no servidor",
+"The mountpoint name contains invalid characters." => "O nome do ponto de montagem contém caracteres inválidos.",
"Invalid or untrusted SSL certificate" => "Certificado SSL inválido ou não confiável",
"Couldn't add remote share" => "Não foi possível adicionar compartilhamento remoto",
"Shared with you" => "Compartilhado com você",
diff --git a/apps/files_sharing/l10n/ru.php b/apps/files_sharing/l10n/ru.php
index ee7fb6f86e3..96cdbb698c9 100644
--- a/apps/files_sharing/l10n/ru.php
+++ b/apps/files_sharing/l10n/ru.php
@@ -1,6 +1,7 @@
<?php
$TRANSLATIONS = array(
"Server to server sharing is not enabled on this server" => "На данном сервере выключено межсерверное предоставление общих папок",
+"The mountpoint name contains invalid characters." => "Имя точки монтирования содержит недопустимые символы.",
"Invalid or untrusted SSL certificate" => "Не верный или недостоверный сертификат SSL",
"Couldn't add remote share" => "Невозможно добавить удалённую общую папку",
"Shared with you" => "Доступные для Вас",
diff --git a/apps/user_ldap/l10n/fil.php b/apps/user_ldap/l10n/fil.php
new file mode 100644
index 00000000000..2371ee70593
--- /dev/null
+++ b/apps/user_ldap/l10n/fil.php
@@ -0,0 +1,6 @@
+<?php
+$TRANSLATIONS = array(
+"_%s group found_::_%s groups found_" => array("",""),
+"_%s user found_::_%s users found_" => array("","")
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";
diff --git a/apps/user_ldap/l10n/mt_MT.php b/apps/user_ldap/l10n/mt_MT.php
new file mode 100644
index 00000000000..581e6a65b41
--- /dev/null
+++ b/apps/user_ldap/l10n/mt_MT.php
@@ -0,0 +1,6 @@
+<?php
+$TRANSLATIONS = array(
+"_%s group found_::_%s groups found_" => array("","","",""),
+"_%s user found_::_%s users found_" => array("","","","")
+);
+$PLURAL_FORMS = "nplurals=4; plural=(n==1 ? 0 : n==0 || ( n%100>1 && n%100<11) ? 1 : (n%100>10 && n%100<20 ) ? 2 : 3);";