diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-08-19 01:57:09 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-08-19 01:57:09 -0400 |
commit | 77cfddff0f8eae2c6010e41e585f7543628d554e (patch) | |
tree | 7bb040be227b6f6dfcb18fb30de54a5fbe66b718 /apps/files/l10n | |
parent | 8f7676c762ce4a6d2db852693060cd672b05121b (diff) | |
download | nextcloud-server-77cfddff0f8eae2c6010e41e585f7543628d554e.tar.gz nextcloud-server-77cfddff0f8eae2c6010e41e585f7543628d554e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n')
-rw-r--r-- | apps/files/l10n/az.php | 4 | ||||
-rw-r--r-- | apps/files/l10n/cs_CZ.php | 1 | ||||
-rw-r--r-- | apps/files/l10n/sk_SK.php | 5 |
3 files changed, 10 insertions, 0 deletions
diff --git a/apps/files/l10n/az.php b/apps/files/l10n/az.php index c1333922e5d..01502a95601 100644 --- a/apps/files/l10n/az.php +++ b/apps/files/l10n/az.php @@ -5,8 +5,12 @@ $TRANSLATIONS = array( "Unknown error" => "Bəlli olmayan səhv baş verdi", "Could not move %s - File with this name already exists" => "Köçürmə mümkün deyil %s - Bu adla fayl artıq mövcuddur", "Could not move %s" => "Yerdəyişmə mükün olmadı %s", +"The target folder has been moved or deleted." => "Mənsəbdə olan qovluqun ünvanı dəyişib yada silinib.", +"The name %s is already used in the folder %s. Please choose a different name." => "Bu ad %s artıq %s qovluğunda istifadə edilir. Xahiş olunur fərqli ad istifadə edəsiniz.", +"Not a valid source" => "Düzgün mənbə yoxdur", "Files" => "Fayllar", "Share" => "Yayımla", +"Delete" => "Sil", "Error" => "Səhv", "Name" => "Ad", "Size" => "Həcm", diff --git a/apps/files/l10n/cs_CZ.php b/apps/files/l10n/cs_CZ.php index 7a96e60caa1..ca626f43759 100644 --- a/apps/files/l10n/cs_CZ.php +++ b/apps/files/l10n/cs_CZ.php @@ -70,6 +70,7 @@ $TRANSLATIONS = array( "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Chybný soukromý klíč pro šifrovací aplikaci. Aktualizujte prosím heslo svého soukromého klíče ve vašem osobním nastavení, abyste znovu získali přístup k vašim zašifrovaným souborům.", "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Šifrování bylo vypnuto, vaše soubory jsou však stále zašifrované. Běžte prosím do osobního nastavení, kde soubory odšifrujete.", "{dirs} and {files}" => "{dirs} a {files}", +"%s could not be renamed as it has been deleted" => "%s nelze přejmenovat, protože byl vymazán", "%s could not be renamed" => "%s nemůže být přejmenován", "Upload (max. %s)" => "Nahrát (max. %s)", "File handling" => "Zacházení se soubory", diff --git a/apps/files/l10n/sk_SK.php b/apps/files/l10n/sk_SK.php index efa2289f88b..20c25ee47c7 100644 --- a/apps/files/l10n/sk_SK.php +++ b/apps/files/l10n/sk_SK.php @@ -1,5 +1,7 @@ <?php $TRANSLATIONS = array( +"Storage not available" => "Úložisko nie je dostupné", +"Storage invalid" => "Úložisko nie je platné", "Unknown error" => "Neznáma chyba", "Could not move %s - File with this name already exists" => "Nie je možné presunúť %s - súbor s týmto menom už existuje", "Could not move %s" => "Nie je možné presunúť %s", @@ -10,6 +12,7 @@ $TRANSLATIONS = array( "The name %s is already used in the folder %s. Please choose a different name." => "Názov %s už používa priečinok s%. Prosím zvoľte iný názov.", "Not a valid source" => "Neplatný zdroj", "Server is not allowed to open URLs, please check the server configuration" => "Server nie je oprávnený otvárať adresy URL. Overte nastavenia servera.", +"The file exceeds your quota by %s" => "Súbor prekračuje vašu kvótu o %s", "Error while downloading %s to %s" => "Chyba pri sťahovaní súboru %s do %s", "Error when creating the file" => "Chyba pri vytváraní súboru", "Folder name cannot be empty." => "Názov priečinka nemôže byť prázdny.", @@ -43,6 +46,7 @@ $TRANSLATIONS = array( "Error fetching URL" => "Chyba pri načítavaní URL", "Share" => "Zdieľať", "Delete" => "Zmazať", +"Disconnect storage" => "Odpojiť úložisko", "Unshare" => "Zrušiť zdieľanie", "Delete permanently" => "Zmazať trvalo", "Rename" => "Premenovať", @@ -66,6 +70,7 @@ $TRANSLATIONS = array( "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Chybný súkromný kľúč na šifrovanie aplikácií. Zaktualizujte si heslo súkromného kľúča v svojom osobnom nastavení, aby ste znovu získali prístup k svojim zašifrovaným súborom.", "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Šifrovanie bolo zakázané, ale vaše súbory sú stále zašifrované. Prosím, choďte do osobného nastavenia pre dešifrovanie súborov.", "{dirs} and {files}" => "{dirs} a {files}", +"%s could not be renamed as it has been deleted" => "%s nebolo možné premenovať, pretože bol zmazaný", "%s could not be renamed" => "%s nemohol byť premenovaný", "Upload (max. %s)" => "Nahrať (max. %s)", "File handling" => "Nastavenie správania sa k súborom", |