summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2014-01-07 01:56:11 -0500
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2014-01-07 01:56:11 -0500
commitd2f2645a6a7e802c6cda31747481fe49b7ca0807 (patch)
treece2d5c314160e2c9750bcca2c27f589d3d65e0da /apps/files/l10n
parent0e843b9d7d36976322df33fee6a3cc36e07fea85 (diff)
downloadnextcloud-server-d2f2645a6a7e802c6cda31747481fe49b7ca0807.tar.gz
nextcloud-server-d2f2645a6a7e802c6cda31747481fe49b7ca0807.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n')
-rw-r--r--apps/files/l10n/et_EE.php2
-rw-r--r--apps/files/l10n/ur.php7
2 files changed, 9 insertions, 0 deletions
diff --git a/apps/files/l10n/et_EE.php b/apps/files/l10n/et_EE.php
index 98f74e1f001..fd031527738 100644
--- a/apps/files/l10n/et_EE.php
+++ b/apps/files/l10n/et_EE.php
@@ -6,6 +6,7 @@ $TRANSLATIONS = array(
"File name must not contain \"/\". Please choose a different name." => "Faili nimi ei tohi sisaldada \"/\". Palun vali mõni teine nimi.",
"The name %s is already used in the folder %s. Please choose a different name." => "Nimi %s on juba kasutusel kataloogis %s. Palun vali mõni teine nimi.",
"Not a valid source" => "Pole korrektne lähteallikas",
+"Server is not allowed to open URLs, please check the server configuration" => "Server ei võimalda URL-ide avamist, palun kontrolli serveri seadistust",
"Error while downloading %s to %s" => "Viga %s allalaadimisel %s",
"Error when creating the file" => "Viga faili loomisel",
"Folder name cannot be empty." => "Kataloogi nimi ei saa olla tühi.",
@@ -36,6 +37,7 @@ $TRANSLATIONS = array(
"{new_name} already exists" => "{new_name} on juba olemas",
"Could not create file" => "Ei suuda luua faili",
"Could not create folder" => "Ei suuda luua kataloogi",
+"Error fetching URL" => "Viga URL-i haaramisel",
"Share" => "Jaga",
"Delete permanently" => "Kustuta jäädavalt",
"Rename" => "Nimeta ümber",
diff --git a/apps/files/l10n/ur.php b/apps/files/l10n/ur.php
new file mode 100644
index 00000000000..0157af093e9
--- /dev/null
+++ b/apps/files/l10n/ur.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);";