diff options
author | samli <samli@piwigo.org> | 2011-04-06 18:53:28 +0000 |
---|---|---|
committer | samli <samli@piwigo.org> | 2011-04-06 18:53:28 +0000 |
commit | f63153073f7668fb7aa9dca4f1559c1822b19fdc (patch) | |
tree | ae258074d8d4f97cd595460b8873b9d28852e130 /language | |
parent | 9bba0ce80d87edf0af9536f7b4f9decd7a8ffdd5 (diff) |
[trunk] [admin.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@10121 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/hu_HU/admin.lang.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/language/hu_HU/admin.lang.php b/language/hu_HU/admin.lang.php index 3ed07b633..3c58b928c 100644 --- a/language/hu_HU/admin.lang.php +++ b/language/hu_HU/admin.lang.php @@ -779,4 +779,11 @@ $lang['All languages are up to date.'] = 'Minden nyelv naprakész.'; $lang['Visit theme site'] = 'Téma oldal meglátogatása'; $lang['Visit language site'] = 'Nyelv oldal meglátogatása'; $lang['New Version'] = 'Új verzió'; -?>
\ No newline at end of file +// missing translations +$lang['Update Validation'] = 'Érvényesítés hozzászólás módosításakor'; +$lang['Obsolete Plugins'] = 'Elavult bővítmények'; +$lang['WARNING! This plugin does not seem to be compatible with this version of Piwigo.'] = 'FIGYELEM! Ez a bővítmény nem kompatibilis a Piwigo jelenleg futó verziójával.'; +$lang['Do you want to activate anyway?'] = 'Aktiváljuk mindenképp?'; +$lang['THIS PLUGIN IS NOW PART OF PIWIGO CORE! DELETE IT NOW.'] = 'EZ A BŐVÍTMÉNY MÁR BE VAN ÉPÍTVE A PIWIGO RENDSZERBE! ELTÁVOLÍTANDÓ!'; +$lang['ERROR: THIS PLUGIN IS MISSING BUT IT IS INSTALLED! UNINSTALL IT NOW.'] = 'HIBA: EZ A BŐVÍTMÉNY NEM ELÉRHETŐ, DE TELEPÍTVE VAN! ELTÁVOLÍTANDÓ!'; +?> |