diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-08-18 01:56:30 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-08-18 01:56:30 -0400 |
commit | 4dd07f572ca726c7e62204170c3fdbf5c6c6cfbd (patch) | |
tree | c9df0ef9cc680bb2a233c33526ce47da1d4cc511 /core | |
parent | ddeb301ad63d464c7d16416a2e056a0225f0a61e (diff) | |
download | nextcloud-server-4dd07f572ca726c7e62204170c3fdbf5c6c6cfbd.tar.gz nextcloud-server-4dd07f572ca726c7e62204170c3fdbf5c6c6cfbd.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/bn_BD.php | 1 | ||||
-rw-r--r-- | core/l10n/bn_IN.php | 3 | ||||
-rw-r--r-- | core/l10n/hi.php | 1 | ||||
-rw-r--r-- | core/l10n/sr@latin.php | 18 |
4 files changed, 19 insertions, 4 deletions
diff --git a/core/l10n/bn_BD.php b/core/l10n/bn_BD.php index fe54c32c312..9c7d15acda7 100644 --- a/core/l10n/bn_BD.php +++ b/core/l10n/bn_BD.php @@ -47,6 +47,7 @@ $TRANSLATIONS = array( "Error while changing permissions" => "অনুমতিসমূহ পরিবর্তন করতে সমস্যা দেখা দিয়েছে", "Shared with you and the group {group} by {owner}" => "{owner} আপনার এবং {group} গোষ্ঠীর সাথে ভাগাভাগি করেছেন", "Shared with you by {owner}" => "{owner} আপনার সাথে ভাগাভাগি করেছেন", +"Share link" => "লিংক ভাগাভাগি করেন", "Password protect" => "কূটশব্দ সুরক্ষিত", "Email link to person" => "ব্যক্তির সাথে ই-মেইল যুক্ত কর", "Send" => "পাঠাও", diff --git a/core/l10n/bn_IN.php b/core/l10n/bn_IN.php index 6158da85a30..8ac8c2f20f2 100644 --- a/core/l10n/bn_IN.php +++ b/core/l10n/bn_IN.php @@ -14,6 +14,7 @@ $TRANSLATIONS = array( "Warning" => "সতর্কীকরণ", "Delete" => "মুছে ফেলা", "Add" => "যোগ করা", -"Username" => "ইউজারনেম" +"Username" => "ইউজারনেম", +"Reset" => "রিসেট করুন" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/hi.php b/core/l10n/hi.php index 31de3908a4c..65b60029d68 100644 --- a/core/l10n/hi.php +++ b/core/l10n/hi.php @@ -25,6 +25,7 @@ $TRANSLATIONS = array( "_%n day ago_::_%n days ago_" => array("",""), "_%n month ago_::_%n months ago_" => array("",""), "_{count} file conflict_::_{count} file conflicts_" => array("",""), +"Cancel" => "रद्द करें ", "Share" => "साझा करें", "Error" => "त्रुटि", "Send" => "भेजें", diff --git a/core/l10n/sr@latin.php b/core/l10n/sr@latin.php index db77f455451..578341697e4 100644 --- a/core/l10n/sr@latin.php +++ b/core/l10n/sr@latin.php @@ -20,16 +20,20 @@ $TRANSLATIONS = array( "November" => "Novembar", "December" => "Decembar", "Settings" => "Podešavanja", +"File" => "Fajl", +"Folder" => "Direktorijum", +"Image" => "Slika", "seconds ago" => "Pre par sekundi", -"_%n minute ago_::_%n minutes ago_" => array("","",""), -"_%n hour ago_::_%n hours ago_" => array("","",""), +"_%n minute ago_::_%n minutes ago_" => array("pre %n minuta","pre %n minuta","pre %n minuta"), +"_%n hour ago_::_%n hours ago_" => array("pre %n sat","pre %n sati","pre %n sati"), "today" => "Danas", "yesterday" => "juče", -"_%n day ago_::_%n days ago_" => array("Prije %n dan.","Prije %n dana.","Prije %n dana."), +"_%n day ago_::_%n days ago_" => array("Pre %n dan.","Pre %n dana.","Pre %n dana."), "last month" => "prošlog meseca", "_%n month ago_::_%n months ago_" => array("","",""), "last year" => "prošle godine", "years ago" => "pre nekoliko godina", +"I know what I'm doing" => "Znam šta radim", "Reset password" => "Resetuj lozinku", "No" => "Ne", "Yes" => "Da", @@ -37,7 +41,14 @@ $TRANSLATIONS = array( "Ok" => "Ok", "_{count} file conflict_::_{count} file conflicts_" => array("","",""), "Cancel" => "Otkaži", +"Continue" => "Nastavi", +"Very weak password" => "Veoma slaba lozinka", +"Weak password" => "Slaba lozinka", +"So-so password" => "Osrednja lozinka", +"Good password" => "Dobra lozinka", +"Strong password" => "Jaka lozinka", "Shared" => "Deljeno", +"Shared with {recipients}" => "Podeljeno sa {recipients}", "Share" => "Podeli", "Error" => "Greška", "Error while sharing" => "Greška pri deljenju", @@ -63,6 +74,7 @@ $TRANSLATIONS = array( "Error setting expiration date" => "Greška u postavljanju datuma isteka", "Sending ..." => "Slanje...", "Email sent" => "Email poslat", +"Warning" => "Upozorenje", "The object type is not specified." => "Tip objekta nije zadan.", "Delete" => "Obriši", "Add" => "Dodaj", |