aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsamli <samli@piwigo.org>2010-05-08 20:51:03 +0000
committersamli <samli@piwigo.org>2010-05-08 20:51:03 +0000
commitde494ee55de3ee85f105806973ee4051ae42aae5 (patch)
tree6a18f3106c50eaacb077e0db6c7056451360c1f0
parentf34bce6847674beef238fabe4131535929a3f806 (diff)
[trunk] update HU language
git-svn-id: http://piwigo.org/svn/trunk@6129 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--language/hu_HU/install.lang.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/language/hu_HU/install.lang.php b/language/hu_HU/install.lang.php
index a69dcb433..f3de83f3f 100644
--- a/language/hu_HU/install.lang.php
+++ b/language/hu_HU/install.lang.php
@@ -66,9 +66,10 @@ $lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo nem tudta beállítan
$lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = "Lehet, hogy a tárhely szolgáltató támogatja a PHP 5-öt. A bekapcsoláshoz keresse meg őket.";
$lang['Hope to see you back soon.'] = 'Remélem később viszontlátjuk.';
$lang['Congratulations, Piwigo installation is completed'] = 'Gratulálunk, a Piwigo telepítése sikeresen befejeződött';
-// missing translations 2.1.0RC1
$lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'Egy lehetséges megoldás a szöveget az alul lévő dobozba másolni, és beilleszteni a "local/config/database.inc.php" fájlba. (Figyelem: database.inc.php csak azt tartalmazhatja amit a szövegterület, soremelés vagy üres karakterhely nélkül)';
$lang['Creation of config file local/config/database.inc.php failed.'] = 'A local/config/database.inc.php konfigurációs fájl létrehozása sikertelen.';
$lang['Download the config file'] = 'Konfigurációs fájl letöltése';
$lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Letöltheti a konfigurációs fájlt és töltse fel a telepítésének local/config könyvtárába.';
+$lang['SQLite and PostgreSQL are currently in experimental state.'] = 'SQLite és PostgreSQL jelenleg kísérleti állapotban.';
+$lang['Learn more'] = 'Bővebben';
?>