diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-26 01:55:36 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-26 01:55:36 -0400 |
commit | 790c0e8e7ccc44fc859cfa5b97ef2d8aa1df87d7 (patch) | |
tree | 30dc69cb3f624dc89c607246f65a4b298f9d2570 /core/l10n | |
parent | 5fa67a4fb0f5e9bd2413336e3de5a02e41215d19 (diff) | |
download | nextcloud-server-790c0e8e7ccc44fc859cfa5b97ef2d8aa1df87d7.tar.gz nextcloud-server-790c0e8e7ccc44fc859cfa5b97ef2d8aa1df87d7.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n')
-rw-r--r-- | core/l10n/cs_CZ.php | 3 | ||||
-rw-r--r-- | core/l10n/eo.php | 5 | ||||
-rw-r--r-- | core/l10n/nl.php | 1 |
3 files changed, 9 insertions, 0 deletions
diff --git a/core/l10n/cs_CZ.php b/core/l10n/cs_CZ.php index d4ca4acd5e8..fef0396e324 100644 --- a/core/l10n/cs_CZ.php +++ b/core/l10n/cs_CZ.php @@ -73,7 +73,10 @@ $TRANSLATIONS = array( "Shared with you by {owner}" => "S Vámi sdílí {owner}", "Share with user or group …" => "Sdílet s uživatelem nebo skupinou", "Share link" => "Sdílet odkaz", +"The public link will expire no later than {days} days after it is created" => "Veřejný odkaz nevyprší dříve než za {days} dní po svém vytvoření", +"By default the public link will expire after {days} days" => "Ve výchozím nastavení vyprší veřejný odkaz za {days} dní", "Password protect" => "Chránit heslem", +"Choose a password for the public link" => "Zadej heslo pro tento veřejný odkaz", "Allow Public Upload" => "Povolit veřejné nahrávání", "Email link to person" => "Odeslat osobě odkaz e-mailem", "Send" => "Odeslat", diff --git a/core/l10n/eo.php b/core/l10n/eo.php index 7f57facc520..1dc8b8ac4af 100644 --- a/core/l10n/eo.php +++ b/core/l10n/eo.php @@ -46,6 +46,11 @@ $TRANSLATIONS = array( "Cancel" => "Nuligi", "(all selected)" => "(ĉiuj elektitas)", "({count} selected)" => "({count} elektitas)", +"Very weak password" => "Tre malforta pasvorto", +"Weak password" => "Malforta pasvorto", +"So-so password" => "Mezaĉa pasvorto", +"Good password" => "Bona pasvorto", +"Strong password" => "Forta pasvorto", "Shared" => "Dividita", "Share" => "Kunhavigi", "Error" => "Eraro", diff --git a/core/l10n/nl.php b/core/l10n/nl.php index 595266f6f4a..0270a65f3a0 100644 --- a/core/l10n/nl.php +++ b/core/l10n/nl.php @@ -76,6 +76,7 @@ $TRANSLATIONS = array( "The public link will expire no later than {days} days after it is created" => "De openbare link vervalt niet eerder dan {days} dagen na het aanmaken", "By default the public link will expire after {days} days" => "Standaard vervalt een openbare link na {days} dagen", "Password protect" => "Wachtwoord beveiligd", +"Choose a password for the public link" => "Kies een wachtwoord voor de openbare link", "Allow Public Upload" => "Sta publieke uploads toe", "Email link to person" => "E-mail link naar persoon", "Send" => "Versturen", |