add contents
This commit is contained in:
23
lib/plugins/encryptedpasswords/lang/de-informal/lang.php
Normal file
23
lib/plugins/encryptedpasswords/lang/de-informal/lang.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
/*
|
||||
* DokuWiki plugin Encrypted Passwords;
|
||||
* German language
|
||||
*/
|
||||
|
||||
$lang['toolbar_icon_title'] = 'Markiertes Passwort verschlüsseln oder entschlüsseln';
|
||||
$lang['decrypt'] = 'Entschlüsseln';
|
||||
|
||||
$lang['js']['enterKey'] = 'Passwort für die Entschlüsselung:';
|
||||
$lang['js']['decrypt'] = 'Entschlüsseln';
|
||||
$lang['js']['encrypt'] = 'Verschlüsseln';
|
||||
$lang['js']['cancel'] = 'Abbrechen';
|
||||
$lang['js']['encryptKey'] = 'Passwort für die Verschlüsselung zweimal eingeben:';
|
||||
$lang['js']['keyErr'] = 'Verschlüsselungs-Passwörter sind nicht identisch.<br />Bitte zweimal das identische Passwort eingeben!';
|
||||
$lang['js']['emptyKey'] = 'Bitte ein Verschlüsselungs-Passwort eingeben!';
|
||||
$lang['js']['invalidKey'] = 'Ungültiges Entschlüsselungs-Passwort';
|
||||
$lang['js']['noSelection'] = 'Bitte den Text auswählen, welcher verschlüsselt werden soll';
|
||||
$lang['js']['recrypt'] = 'verschlüsseln';
|
||||
|
||||
|
||||
$lang['msg_AutoDraftDisabled'] = 'Das automatische Speichern des Entwurfs wird vorübergehend deaktiviert. Dadruch wird unterbunden, dass entschlüsselte Passwörter an den Server übertragen werden.';
|
||||
|
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
/*
|
||||
* DokuWiki plugin Encrypted Passwords;
|
||||
* German language for settings
|
||||
*/
|
||||
|
||||
$lang['reload_seconds'] = 'Zeit (in Sekunden) nach der die Seite neu geladen wird. Durch das Neuladen der Seite, wird der entschlüsselte Text wieder verschlüsselt. Verwendet man 0, wird das automatische Neuladen der Seite deaktiviert.';
|
||||
$lang['notify'] = 'Benachrichtigung anzeigen, wenn das automatische Speichern des Entwurfes deaktiviert wird?';
|
||||
|
23
lib/plugins/encryptedpasswords/lang/de/lang.php
Normal file
23
lib/plugins/encryptedpasswords/lang/de/lang.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
/*
|
||||
* DokuWiki plugin Encrypted Passwords;
|
||||
* German language
|
||||
*/
|
||||
|
||||
$lang['toolbar_icon_title'] = 'Markiertes Passwort verschlüsseln oder entschlüsseln';
|
||||
$lang['decrypt'] = 'Entschlüsseln';
|
||||
|
||||
$lang['js']['enterKey'] = 'Passwort für die Entschlüsselung:';
|
||||
$lang['js']['decrypt'] = 'Entschlüsseln';
|
||||
$lang['js']['encrypt'] = 'Verschlüsseln';
|
||||
$lang['js']['cancel'] = 'Abbrechen';
|
||||
$lang['js']['encryptKey'] = 'Passwort für die Verschlüsselung zweimal eingeben:';
|
||||
$lang['js']['keyErr'] = 'Verschlüsselungs-Passwörter sind nicht identisch.<br />Bitte zweimal das identische Passwort eingeben!';
|
||||
$lang['js']['emptyKey'] = 'Bitte ein Verschlüsselungs-Passwort eingeben!';
|
||||
$lang['js']['invalidKey'] = 'Ungültiges Entschlüsselungs-Passwort';
|
||||
$lang['js']['noSelection'] = 'Bitte den Text auswählen, welcher verschlüsselt werden soll';
|
||||
$lang['js']['recrypt'] = 'verschlüsseln';
|
||||
|
||||
|
||||
$lang['msg_AutoDraftDisabled'] = 'Das automatische Speichern des Entwurfs wird vorübergehend deaktiviert. Dadruch wird unterbunden, dass entschlüsselte Passwörter an den Server übertragen werden.';
|
||||
|
10
lib/plugins/encryptedpasswords/lang/de/settings.php
Normal file
10
lib/plugins/encryptedpasswords/lang/de/settings.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/*
|
||||
* DokuWiki plugin Encrypted Passwords;
|
||||
* German language for settings
|
||||
*/
|
||||
|
||||
$lang['reload_seconds'] = 'Zeit (in Sekunden) nach der die Seite neu geladen wird. Durch das Neuladen der Seite, wird der entschlüsselte Text wieder verschlüsselt. Verwendet man 0, wird das automatische Neuladen der Seite deaktiviert.';
|
||||
$lang['notify'] = 'Benachrichtigung anzeigen, wenn das automatische Speichern des Entwurfes deaktiviert wird?';
|
||||
|
||||
|
17
lib/plugins/encryptedpasswords/lang/en/lang.php
Normal file
17
lib/plugins/encryptedpasswords/lang/en/lang.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
$lang['toolbar_icon_title'] = 'Encrypt or decrypt selected password';
|
||||
$lang['decrypt'] = 'Decrypt';
|
||||
|
||||
$lang['js']['enterKey'] = 'Enter the decryption key:';
|
||||
$lang['js']['decrypt'] = 'Decrypt';
|
||||
$lang['js']['encrypt'] = 'Encrypt';
|
||||
$lang['js']['cancel'] = 'Cancel';
|
||||
$lang['js']['encryptKey'] = 'Enter the encryption key.<br />Enter it twice:';
|
||||
$lang['js']['keyErr'] = 'The keys are not identical.<br />Enter it twice!';
|
||||
$lang['js']['emptyKey'] = 'Please enter a key!';
|
||||
$lang['js']['invalidKey'] = 'Invalid decryption key';
|
||||
$lang['js']['noSelection'] = 'Please select the text to be encrypted';
|
||||
$lang['js']['recrypt'] = 'recrypt';
|
||||
|
||||
$lang['msg_AutoDraftDisabled'] = 'Auto draft saving has been temporally disabled.';
|
8
lib/plugins/encryptedpasswords/lang/en/settings.php
Normal file
8
lib/plugins/encryptedpasswords/lang/en/settings.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
/*
|
||||
* DokuWiki plugin Encrypted Passwords;
|
||||
* English language for settings
|
||||
*/
|
||||
|
||||
$lang['reload_seconds'] = 'Automatic page reload timeout (in seconds) after decryption to get back encrypted again. Set 0 to disable auto-reload.';
|
||||
$lang['notify'] = 'Notify when Auto Draft saving is disabled by this plugin.';
|
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.';
|
23
lib/plugins/encryptedpasswords/lang/ja/lang.php
Normal file
23
lib/plugins/encryptedpasswords/lang/ja/lang.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
/**
|
||||
* Jpapanese language file for encryptedpassword plugin
|
||||
*
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
* @author Satoshi Sahara <sahara.satoshi@gmail.com>
|
||||
*/
|
||||
|
||||
$lang['toolbar_icon_title'] = '選択テキストの暗号化または復号';
|
||||
$lang['decrypt'] = '復号';
|
||||
|
||||
$lang['js']['enterKey'] = '復号キーを入力:';
|
||||
$lang['js']['decrypt'] = '復号';
|
||||
$lang['js']['encrypt'] = '暗号化';
|
||||
$lang['js']['cancel'] = 'キャンセル';
|
||||
$lang['js']['encryptKey'] = '暗号化/復号に使用するキーを入力してください.<br />同じキーを2度入力します:';
|
||||
$lang['js']['keyErr'] = '2つにキーが同一でありません.<br />同じキーを2度入力してください!';
|
||||
$lang['js']['emptyKey'] = 'キーを入力してください!';
|
||||
$lang['js']['invalidKey'] = '復号キーが不正です';
|
||||
$lang['js']['noSelection'] = '暗号化するテキストを選択してください';
|
||||
$lang['js']['recrypt'] = '暗号状態に戻す';
|
||||
|
||||
$lang['msg_AutoDraftDisabled'] = '自動ドラフト保存機能は一時的に無効化されています';
|
8
lib/plugins/encryptedpasswords/lang/ja/settings.php
Normal file
8
lib/plugins/encryptedpasswords/lang/ja/settings.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
/*
|
||||
* DokuWiki plugin Encrypted Passwords;
|
||||
* Japanese language for settings
|
||||
*/
|
||||
|
||||
$lang['reload_seconds'] = '暗号解除後、再度暗号化状態に戻すためにページをリロードするまでの秒数. 0 を指定すると自動ではリロードしません.';
|
||||
$lang['notify'] = '自動ドラフト保存機能が無効化された時に通知する';
|
Reference in New Issue
Block a user