diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-19 08:27:13 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-19 08:27:13 -0400 |
commit | 6aee83cadf20f11b23e3fa8db1dcc8a7773deb9e (patch) | |
tree | 9e8cb89f6666c8161c987006f5efc072b6d277f6 /settings/l10n | |
parent | e61d961efb6d7302f2e0371bdc27bbc1396bb1b8 (diff) | |
download | nextcloud-server-6aee83cadf20f11b23e3fa8db1dcc8a7773deb9e.tar.gz nextcloud-server-6aee83cadf20f11b23e3fa8db1dcc8a7773deb9e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings/l10n')
-rw-r--r-- | settings/l10n/et_EE.php | 14 | ||||
-rw-r--r-- | settings/l10n/hu_HU.php | 2 | ||||
-rw-r--r-- | settings/l10n/ru_RU.php | 7 | ||||
-rw-r--r-- | settings/l10n/sk_SK.php | 11 |
4 files changed, 27 insertions, 7 deletions
diff --git a/settings/l10n/et_EE.php b/settings/l10n/et_EE.php index ca407a730bb..a45aa8d204f 100644 --- a/settings/l10n/et_EE.php +++ b/settings/l10n/et_EE.php @@ -26,8 +26,8 @@ $TRANSLATIONS = array( "Disable" => "Lülita välja", "Enable" => "Lülita sisse", "Please wait...." => "Palun oota...", -"Error while disabling app" => "Viga rakendi keelamisel", -"Error while enabling app" => "Viga rakendi lubamisel", +"Error while disabling app" => "Viga rakenduse keelamisel", +"Error while enabling app" => "Viga rakenduse lubamisel", "Updating...." => "Uuendamine...", "Error while updating app" => "Viga rakenduse uuendamisel", "Error" => "Viga", @@ -59,7 +59,7 @@ $TRANSLATIONS = array( "Internet connection not working" => "Internetiühendus ei toimi", "This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." => "Serveril puudub toimiv internetiühendus. See tähendab, et mõned funktsionaalsused, nagu näiteks väliste andmehoidlate ühendamine, teavitused uuendustest või kolmandate osapoolte rakenduste paigaldamine ei tööta. Eemalt failidele ligipääs ning teadete saatmine emailiga ei pruugi samuti toimida. Kui soovid täielikku funktsionaalsust, siis soovitame serverile tagada ligipääs internetti.", "Cron" => "Cron", -"Execute one task with each page loaded" => "Käivita toiming lehe laadimisel", +"Execute one task with each page loaded" => "Käivita toiming igal lehe laadimisel", "cron.php is registered at a webcron service to call cron.php once a minute over http." => "cron.php on registreeritud webcron teenusena laadimaks cron.php iga minut üle http.", "Use systems cron service to call the cron.php file once a minute." => "Kasuta süsteemi cron teenust käivitamaks faili cron.php kord minutis.", "Sharing" => "Jagamine", @@ -110,12 +110,12 @@ $TRANSLATIONS = array( "Your email address" => "Sinu e-posti aadress", "Fill in an email address to enable password recovery" => "Parooli taastamise sisse lülitamiseks sisesta e-posti aadress", "Profile picture" => "Profiili pilt", -"Upload new" => "Laadi uus", +"Upload new" => "Laadi uus üles", "Select new from Files" => "Vali failidest uus", "Remove image" => "Eemalda pilt", -"Either png or jpg. Ideally square but you will be able to crop it." => "Kas png või jpg. Võimalikult ruudukujuline, kuid Sul on võimalus veel lõigata.", +"Either png or jpg. Ideally square but you will be able to crop it." => "Kas png või jpg. Võimalikult ruudukujuline, kuid sul on võimalus seda veel lõigata.", "Abort" => "Katkesta", -"Choose as profile image" => "Vali kui profiili pilt", +"Choose as profile image" => "Vali profiilipildiks", "Language" => "Keel", "Help translate" => "Aita tõlkida", "WebDAV" => "WebDAV", @@ -126,7 +126,7 @@ $TRANSLATIONS = array( "Decrypt all Files" => "Dekrüpteeri kõik failid", "Login Name" => "Kasutajanimi", "Create" => "Lisa", -"Admin Recovery Password" => "Admin taasteparool", +"Admin Recovery Password" => "Admini parooli taastamine", "Enter the recovery password in order to recover the users files during password change" => "Sisesta taasteparool kasutaja failide taastamiseks paroolivahetuse käigus", "Default Storage" => "Vaikimisi maht", "Unlimited" => "Piiramatult", diff --git a/settings/l10n/hu_HU.php b/settings/l10n/hu_HU.php index cba844e7818..9ab2076abf4 100644 --- a/settings/l10n/hu_HU.php +++ b/settings/l10n/hu_HU.php @@ -73,6 +73,8 @@ $TRANSLATIONS = array( "Allow users to share items shared with them again" => "Lehetővé teszi, hogy a felhasználók a velük megosztott állományokat megosszák egy további, harmadik féllel", "Allow users to share with anyone" => "A felhasználók bárkivel megoszthatják állományaikat", "Allow users to only share with users in their groups" => "A felhasználók csak olyanokkal oszthatják meg állományaikat, akikkel közös csoportban vannak", +"Allow mail notification" => "E-mail értesítések engedélyezése", +"Allow user to send mail notification for shared files" => "Engedélyezi, hogy a felhasználók e-mail értesítést küldhessenek a megosztott fájlokról.", "Security" => "Biztonság", "Enforce HTTPS" => "Kötelező HTTPS", "Forces the clients to connect to %s via an encrypted connection." => "Kötelezővé teszi, hogy a böngészőprogramok titkosított csatornán kapcsolódjanak a %s szolgáltatáshoz.", diff --git a/settings/l10n/ru_RU.php b/settings/l10n/ru_RU.php new file mode 100644 index 00000000000..256e22a23b9 --- /dev/null +++ b/settings/l10n/ru_RU.php @@ -0,0 +1,7 @@ +<?php +$TRANSLATIONS = array( +"Error" => "Ошибка", +"Password" => "Пароль", +"Username" => "Имя пользователя" +); +$PLURAL_FORMS = "nplurals=3; 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/settings/l10n/sk_SK.php b/settings/l10n/sk_SK.php index cd44e5f94c5..29c2b783e85 100644 --- a/settings/l10n/sk_SK.php +++ b/settings/l10n/sk_SK.php @@ -16,6 +16,9 @@ $TRANSLATIONS = array( "Unable to add user to group %s" => "Nie je možné pridať používateľa do skupiny %s", "Unable to remove user from group %s" => "Nie je možné odstrániť používateľa zo skupiny %s", "Couldn't update app." => "Nemožno aktualizovať aplikáciu.", +"Wrong password" => "Nesprávne heslo", +"No user supplied" => "Nebol uvedený používateľ", +"Unable to change password" => "Zmena hesla sa nepodarila", "Update to {appversion}" => "Aktualizovať na {appversion}", "Disable" => "Zakázať", "Enable" => "Zapnúť", @@ -27,6 +30,7 @@ $TRANSLATIONS = array( "Error" => "Chyba", "Update" => "Aktualizovať", "Updated" => "Aktualizované", +"Select a profile picture" => "Vybrať profilový obrázok", "Decrypting files... Please wait, this can take some time." => "Dešifrujem súbory ... Počkajte prosím, môže to chvíľu trvať.", "Saving..." => "Ukladám...", "deleted" => "zmazané", @@ -66,6 +70,8 @@ $TRANSLATIONS = array( "Allow users to share items shared with them again" => "Povoliť používateľom ďalej zdieľať zdieľané položky", "Allow users to share with anyone" => "Povoliť používateľom zdieľať s kýmkoľvek", "Allow users to only share with users in their groups" => "Povoliť používateľom zdieľať len s používateľmi v ich skupinách", +"Allow mail notification" => "Povoliť upozornenia emailom", +"Allow user to send mail notification for shared files" => "Povoliť používateľom upozornenia emailom pre svoje zdieľané súbory", "Security" => "Zabezpečenie", "Enforce HTTPS" => "Vynútiť HTTPS", "Forces the clients to connect to %s via an encrypted connection." => "Vynúti pripájanie klientov k %s šifrovaným pripojením.", @@ -101,6 +107,11 @@ $TRANSLATIONS = array( "Your email address" => "Vaša emailová adresa", "Fill in an email address to enable password recovery" => "Vyplňte emailovú adresu pre aktivovanie obnovy hesla", "Profile picture" => "Profilová fotka", +"Upload new" => "Nahrať nový", +"Select new from Files" => "Vyberte nový zo Súborov", +"Remove image" => "Zmazať obrázok", +"Abort" => "Prerušiť", +"Choose as profile image" => "Vybrať ako profilový obrázok", "Language" => "Jazyk", "Help translate" => "Pomôcť s prekladom", "WebDAV" => "WebDAV", |