diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-04-08 01:57:51 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-04-08 01:57:51 -0400 |
commit | 4ad4b9768cd8b7e1107de0f9a15c039486c9c793 (patch) | |
tree | 40a290b38217ce7bd43c364524c9f8b1892a315c /settings | |
parent | 9360dbf8a4c903be861f6c6b9d68635091362895 (diff) | |
download | nextcloud-server-4ad4b9768cd8b7e1107de0f9a15c039486c9c793.tar.gz nextcloud-server-4ad4b9768cd8b7e1107de0f9a15c039486c9c793.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings')
-rw-r--r-- | settings/l10n/ast.php | 7 | ||||
-rw-r--r-- | settings/l10n/jv.php | 5 | ||||
-rw-r--r-- | settings/l10n/sk_SK.php | 5 |
3 files changed, 17 insertions, 0 deletions
diff --git a/settings/l10n/ast.php b/settings/l10n/ast.php new file mode 100644 index 00000000000..6b01085c49f --- /dev/null +++ b/settings/l10n/ast.php @@ -0,0 +1,7 @@ +<?php +$TRANSLATIONS = array( +"Invalid request" => "Solicitú non válida", +"Delete" => "Desaniciar", +"Other" => "Otru" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/jv.php b/settings/l10n/jv.php new file mode 100644 index 00000000000..60f6d245940 --- /dev/null +++ b/settings/l10n/jv.php @@ -0,0 +1,5 @@ +<?php +$TRANSLATIONS = array( +"Invalid request" => "Panjalukan salah" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/sk_SK.php b/settings/l10n/sk_SK.php index e613b5b04c7..af49e8e95d0 100644 --- a/settings/l10n/sk_SK.php +++ b/settings/l10n/sk_SK.php @@ -39,6 +39,11 @@ $TRANSLATIONS = array( "Update" => "Aktualizovať", "Updated" => "Aktualizované", "Select a profile picture" => "Vybrať avatara", +"Very weak password" => "Veľmi slabé heslo", +"Weak password" => "Slabé heslo", +"So-so password" => "Priemerné heslo", +"Good password" => "Dobré heslo", +"Strong password" => "Silné heslo", "Decrypting files... Please wait, this can take some time." => "Dešifrujem súbory ... Počkajte prosím, môže to chvíľu trvať.", "deleted" => "zmazané", "undo" => "vrátiť", |