add contents
This commit is contained in:
17
lib/plugins/encryptedpasswords/lang/hu/lang.php
Normal file
17
lib/plugins/encryptedpasswords/lang/hu/lang.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
$lang['toolbar_icon_title'] = 'Kiválasztott szöveg titkosítása/visszafejtése';
|
||||
$lang['decrypt'] = 'Visszafejtés';
|
||||
|
||||
$lang['js']['enterKey'] = 'Adja meg a kulcsot:';
|
||||
$lang['js']['decrypt'] = 'Visszafejtés';
|
||||
$lang['js']['encrypt'] = 'Titkosítás';
|
||||
$lang['js']['cancel'] = 'Mégse';
|
||||
$lang['js']['encryptKey'] = 'Titkosító kulcs megadása kétszer:';
|
||||
$lang['js']['keyErr'] = 'A két kulcs nem egyezik meg!';
|
||||
$lang['js']['emptyKey'] = 'Adjon meg egy kulcsot!';
|
||||
$lang['js']['invalidKey'] = 'Hibás kulcs';
|
||||
$lang['js']['noSelection'] = 'Válassza ki a titkosítandó szöveget';
|
||||
$lang['js']['recrypt'] = 'újra titkosítás';
|
||||
|
||||
$lang['msg_AutoDraftDisabled'] = 'Automatikus piszkozat mentés átmenetileg kikapcsolva.';
|
8
lib/plugins/encryptedpasswords/lang/hu/settings.php
Normal file
8
lib/plugins/encryptedpasswords/lang/hu/settings.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
/*
|
||||
* DokuWiki plugin Encrypted Passwords;
|
||||
* Hungarian language for settings
|
||||
*/
|
||||
|
||||
$lang['reload_seconds'] = 'Ennyi másodperc elteltével lesz ismét titkosított a visszafejtett szöveg. Kikapcsoláshoz: 0.';
|
||||
$lang['notify'] = 'Értesítés, ha az automatikus piszkozat mentést kikapcsolta a plugin.';
|
Reference in New Issue
Block a user