diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-08-17 01:56:22 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-08-17 01:56:22 -0400 |
commit | b1415fc4fc3dd82ffc7b63e57d44fc04635fc5aa (patch) | |
tree | 914e2020c7de5e79ef2cd1fd3fc352f904fc96a6 /lib | |
parent | 283b99a42ddf6da72998ef4b01ee00af451cd884 (diff) | |
download | nextcloud-server-b1415fc4fc3dd82ffc7b63e57d44fc04635fc5aa.tar.gz nextcloud-server-b1415fc4fc3dd82ffc7b63e57d44fc04635fc5aa.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/az.php | 8 | ||||
-rw-r--r-- | lib/l10n/hu_HU.php | 8 |
2 files changed, 15 insertions, 1 deletions
diff --git a/lib/l10n/az.php b/lib/l10n/az.php index 15f78e0bce6..d1ffbbd8199 100644 --- a/lib/l10n/az.php +++ b/lib/l10n/az.php @@ -1,5 +1,13 @@ <?php $TRANSLATIONS = array( +"Cannot write into \"config\" directory!" => "\"configurasiya\" direktoriyasının daxilində yazmaq mümkün deyil", +"This can usually be fixed by giving the webserver write access to the config directory" => "Adətən tez həll etmək üçün WEB serverdə yazma yetkisi verilir", +"See %s" => "Bax %s", +"You are accessing the server from an untrusted domain." => "Siz serverə inamsız domain-dən girməyə çalışırsız.", +"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Xahiş olunur inzibatçı ilə əlaqə saxlayasınız. Eger siz bu xidmətin inzibatçısısınizsa, \"trusted_domain\" configini config/config.php faylinda düzgün qeyd edin. Config nüsxəsi config/config.sample.php faylında qeyd edilmişdir.", +"Settings" => "Quraşdırmalar", +"Unknown filetype" => "Fayl tipi bəlli deyil.", +"Invalid image" => "Yalnış şəkil", "_%n minute ago_::_%n minutes ago_" => array("",""), "_%n hour ago_::_%n hours ago_" => array("",""), "_%n day go_::_%n days ago_" => array("",""), diff --git a/lib/l10n/hu_HU.php b/lib/l10n/hu_HU.php index 116d176fa0b..a3f6ae75800 100644 --- a/lib/l10n/hu_HU.php +++ b/lib/l10n/hu_HU.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Cannot write into \"config\" directory!" => "Nem írható a \"config\" könyvtár!", "Help" => "Súgó", "Personal" => "Személyes", "Settings" => "Beállítások", @@ -25,6 +26,7 @@ $TRANSLATIONS = array( "Application is not enabled" => "Az alkalmazás nincs engedélyezve", "Authentication error" => "Azonosítási hiba", "Token expired. Please reload page." => "A token lejárt. Frissítse az oldalt.", +"Unknown user" => "Ismeretlen felhasználó", "%s enter the database username." => "%s adja meg az adatbázist elérő felhasználó login nevét.", "%s enter the database name." => "%s adja meg az adatbázis nevét.", "%s you may not use dots in the database name" => "%s az adatbázis neve nem tartalmazhat pontot", @@ -41,6 +43,8 @@ $TRANSLATIONS = array( "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Az Ön webkiszolgálója nincs megfelelően beállítva az állományok szinkronizálásához, mert a WebDAV-elérés úgy tűnik, nem működik.", "Please double check the <a href='%s'>installation guides</a>." => "Kérjük tüzetesen tanulmányozza át a <a href='%s'>telepítési útmutatót</a>.", "%s shared »%s« with you" => "%s megosztotta Önnel ezt: »%s«", +"Sharing %s failed, because the file does not exist" => "%s megosztása sikertelen, mert a fájl nem létezik", +"Cannot set expiration date. Expiration date is in the past" => "Nem lehet beállítani a lejárati időt mivel már elmúlt.", "Could not find category \"%s\"" => "Ez a kategória nem található: \"%s\"", "seconds ago" => "pár másodperce", "_%n minute ago_::_%n minutes ago_" => array("","%n perccel ezelőtt"), @@ -54,6 +58,8 @@ $TRANSLATIONS = array( "years ago" => "több éve", "A valid username must be provided" => "Érvényes felhasználónevet kell megadnia", "A valid password must be provided" => "Érvényes jelszót kell megadnia", -"The username is already being used" => "Ez a bejelentkezési név már foglalt" +"The username is already being used" => "Ez a bejelentkezési név már foglalt", +"Cannot write into \"config\" directory" => "Nem írható a \"config\" könyvtár", +"Please upgrade your database version" => "Kérlek frissítsd az adatbázisodat" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |