summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2014-01-06 01:55:59 -0500
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2014-01-06 01:55:59 -0500
commit0e843b9d7d36976322df33fee6a3cc36e07fea85 (patch)
tree710a916e35281dc6303709696b233319db50f309 /apps
parentce3df4469909852ddaa1b35addd4c0e8a9a68195 (diff)
downloadnextcloud-server-0e843b9d7d36976322df33fee6a3cc36e07fea85.tar.gz
nextcloud-server-0e843b9d7d36976322df33fee6a3cc36e07fea85.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r--apps/files/l10n/be.php3
-rw-r--r--apps/files/l10n/tr.php2
-rw-r--r--apps/files_trashbin/l10n/be.php3
-rw-r--r--apps/user_ldap/l10n/be.php1
4 files changed, 5 insertions, 4 deletions
diff --git a/apps/files/l10n/be.php b/apps/files/l10n/be.php
index 17262d2184d..830400b93fb 100644
--- a/apps/files/l10n/be.php
+++ b/apps/files/l10n/be.php
@@ -2,6 +2,7 @@
$TRANSLATIONS = array(
"_%n folder_::_%n folders_" => array("","","",""),
"_%n file_::_%n files_" => array("","","",""),
-"_Uploading %n file_::_Uploading %n files_" => array("","","","")
+"_Uploading %n file_::_Uploading %n files_" => array("","","",""),
+"Error" => "Памылка"
);
$PLURAL_FORMS = "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";
diff --git a/apps/files/l10n/tr.php b/apps/files/l10n/tr.php
index a9e0935b74e..90b16922a76 100644
--- a/apps/files/l10n/tr.php
+++ b/apps/files/l10n/tr.php
@@ -66,7 +66,7 @@ $TRANSLATIONS = array(
"Invalid folder name. Usage of 'Shared' is reserved." => "Geçersiz dizin adı. 'Shared' ismi ayrılmıştır.",
"%s could not be renamed" => "%s yeniden adlandırılamadı",
"Upload" => "Yükle",
-"File handling" => "Dosya taşıma",
+"File handling" => "Dosya işlemleri",
"Maximum upload size" => "Maksimum yükleme boyutu",
"max. possible: " => "mümkün olan en fazla: ",
"Needed for multi-file and folder downloads." => "Çoklu dosya ve dizin indirmesi için gerekli.",
diff --git a/apps/files_trashbin/l10n/be.php b/apps/files_trashbin/l10n/be.php
index 50df7ff5a97..6a34f1fe246 100644
--- a/apps/files_trashbin/l10n/be.php
+++ b/apps/files_trashbin/l10n/be.php
@@ -1,6 +1,5 @@
<?php
$TRANSLATIONS = array(
-"_%n folder_::_%n folders_" => array("","","",""),
-"_%n file_::_%n files_" => array("","","","")
+"Error" => "Памылка"
);
$PLURAL_FORMS = "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";
diff --git a/apps/user_ldap/l10n/be.php b/apps/user_ldap/l10n/be.php
index 2641c1d1300..089b92efe7b 100644
--- a/apps/user_ldap/l10n/be.php
+++ b/apps/user_ldap/l10n/be.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"Error" => "Памылка",
"_%s group found_::_%s groups found_" => array("","","",""),
"_%s user found_::_%s users found_" => array("","","","")
);