add contents
This commit is contained in:
13
lib/plugins/howhard/lang/de/lang.php
Normal file
13
lib/plugins/howhard/lang/de/lang.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* German language file for howhard plugin
|
||||
*
|
||||
* @author taggic http://forum.dokuwiki.org/user/6866
|
||||
*/
|
||||
$lang['howhardtitle'] = 'Komplexität'; // Schwierigkeitsgrad, Anforderung
|
||||
$lang['level1'] = 'sehr leicht'; // sehr einfach - Neuling
|
||||
$lang['level2'] = 'leicht'; // einfach - Anfänger
|
||||
$lang['level3'] = 'mittel'; // durchschnittlich - Anwender
|
||||
$lang['level4'] = 'schwer'; // hoch - Fachmann
|
||||
$lang['level5'] = 'sehr schwer'; // sehr hoch - Meister
|
9
lib/plugins/howhard/lang/de/settings.php
Normal file
9
lib/plugins/howhard/lang/de/settings.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* German language file for howhard plugin
|
||||
*
|
||||
* @author taggic http://forum.dokuwiki.org/user/6866
|
||||
*/
|
||||
|
||||
$lang['confhowhardstyle'] = 'Wähle ein Bild :<br>1 : <img src="'.DOKU_BASE.'lib/plugins/howhard/images/style1/3.png"><br>2 : <img src="'.DOKU_BASE.'lib/plugins/howhard/images/style2/3.png"><br><br>3 : <img src="'.DOKU_BASE.'lib/plugins/howhard/images/style3/3.png"><br><br>4 : <img src="'.DOKU_BASE.'lib/plugins/howhard/images/style4/3.png">';
|
19
lib/plugins/howhard/lang/en/lang.php
Normal file
19
lib/plugins/howhard/lang/en/lang.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* English language file for howhard plugin
|
||||
*
|
||||
* @author Fabrice DEJAIGHER <fabrice@chtiland.com>
|
||||
*/
|
||||
|
||||
// menu entry for admin plugins
|
||||
// $lang['menu'] = 'Your menu entry';
|
||||
|
||||
// custom language strings for the plugin
|
||||
$lang['howhardtitle'] = 'Difficulty';
|
||||
$lang['level1'] = 'Very easy';
|
||||
$lang['level2'] = 'Easy';
|
||||
$lang['level3'] = 'Medium';
|
||||
$lang['level4'] = 'Hard';
|
||||
$lang['level5'] = 'Very Hard';
|
||||
|
||||
|
13
lib/plugins/howhard/lang/en/settings.php
Normal file
13
lib/plugins/howhard/lang/en/settings.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
* english language file for howhard plugin
|
||||
*
|
||||
* @author Fabrice DEJAIGHER <fabrice@chtiland.com>
|
||||
*/
|
||||
|
||||
// keys need to match the config setting name
|
||||
// $lang['fixme'] = 'FIXME';
|
||||
|
||||
|
||||
$lang['confhowhardcompact'] = 'Compact style (not working with style 1)';
|
||||
$lang['confhowhardstyle'] = 'Choose image :<br>1 : <img src="'.DOKU_BASE.'lib/plugins/howhard/images/style1/3.png"><br>2 : <img src="'.DOKU_BASE.'lib/plugins/howhard/images/style2/3.png"><br><br>3 : <img src="'.DOKU_BASE.'lib/plugins/howhard/images/style3/3.png"><br><br>4 : <img src="'.DOKU_BASE.'lib/plugins/howhard/images/style4/3.png">';
|
13
lib/plugins/howhard/lang/es/lang.php
Normal file
13
lib/plugins/howhard/lang/es/lang.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author polkillas <polkillas@polkillas.net>
|
||||
*/
|
||||
$lang['howhardtitle'] = 'Dificultad';
|
||||
$lang['level1'] = 'Muy fácil';
|
||||
$lang['level2'] = 'Fácil';
|
||||
$lang['level3'] = 'Media';
|
||||
$lang['level4'] = 'Difícil';
|
||||
$lang['level5'] = 'Muy difícil';
|
8
lib/plugins/howhard/lang/es/settings.php
Normal file
8
lib/plugins/howhard/lang/es/settings.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author polkillas <polkillas@polkillas.net>
|
||||
*/
|
||||
$lang['confhowhardstyle'] = 'Escoge imagen :<br>1 : <img src="'.DOKU_BASE.'lib/plugins/howhard/images/style1/3.png"><br>2 : <img src="'.DOKU_BASE.'lib/plugins/howhard/images/style2/3.png"><br><br>3 : <img src="'.DOKU_BASE.'lib/plugins/howhard/images/style3/3.png"><br><br>4 : <img src="'.DOKU_BASE.'lib/plugins/howhard/images/style4/3.png">';
|
14
lib/plugins/howhard/lang/fr/lang.php
Normal file
14
lib/plugins/howhard/lang/fr/lang.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* French language file for howhard plugin
|
||||
*
|
||||
* @author Fabrice DEJAIGHER <fabrice@chtiland.com>
|
||||
*/
|
||||
|
||||
|
||||
$lang['howhardtitle'] = 'Difficulté';
|
||||
$lang['level1'] = 'Très facile';
|
||||
$lang['level2'] = 'Facile';
|
||||
$lang['level3'] = 'Moyen';
|
||||
$lang['level4'] = 'Difficile';
|
||||
$lang['level5'] = 'Très difficile';
|
10
lib/plugins/howhard/lang/fr/settings.php
Normal file
10
lib/plugins/howhard/lang/fr/settings.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* French language file for howhard plugin
|
||||
*
|
||||
* @author Fabrice DEJAIGHER <fabrice@chtiland.com>
|
||||
*/
|
||||
|
||||
|
||||
$lang['confhowhardcompact'] = 'Style compact (Non compatible avec le style 1).';
|
||||
$lang['confhowhardstyle'] = 'Choix de l\'image :<br>1 : <img src="'.DOKU_BASE.'lib/plugins/howhard/images/style1/3.png"><br>2 : <img src="'.DOKU_BASE.'lib/plugins/howhard/images/style2/3.png"><br><br>3 : <img src="'.DOKU_BASE.'lib/plugins/howhard/images/style3/3.png"><br><br>4 : <img src="'.DOKU_BASE.'lib/plugins/howhard/images/style4/3.png">';
|
13
lib/plugins/howhard/lang/ko/lang.php
Normal file
13
lib/plugins/howhard/lang/ko/lang.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Myeongjin <aranet100@gmail.com>
|
||||
*/
|
||||
$lang['howhardtitle'] = '난이도';
|
||||
$lang['level1'] = '매우 쉬움';
|
||||
$lang['level2'] = '쉬움';
|
||||
$lang['level3'] = '보통';
|
||||
$lang['level4'] = '어려움';
|
||||
$lang['level5'] = '매우 어려움';
|
9
lib/plugins/howhard/lang/ko/settings.php
Normal file
9
lib/plugins/howhard/lang/ko/settings.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Myeongjin <aranet100@gmail.com>
|
||||
*/
|
||||
$lang['compact'] = '아담한 스타일 (스타일 1로 된 부족한 측면)';
|
||||
$lang['confhowhardstyle'] = '그림 선택 :<br>1 : <img src="/lib/plugins/howhard/images/style1/3.png"><br>2 : <img src="/lib/plugins/howhard/images/style2/3.png"><br><br>3 : <img src="/lib/plugins/howhard/images/style3/3.png"><br><br>4 : <img src="/lib/plugins/howhard/images/style4/3.png">';
|
13
lib/plugins/howhard/lang/nl/lang.php
Normal file
13
lib/plugins/howhard/lang/nl/lang.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Rene <wllywlnt@yahoo.com>
|
||||
*/
|
||||
$lang['howhardtitle'] = 'Moeilijkheid';
|
||||
$lang['level1'] = 'Erg makkelijk';
|
||||
$lang['level2'] = 'Gemakkelijk';
|
||||
$lang['level3'] = 'Gemiddeld';
|
||||
$lang['level4'] = 'Moeilijk';
|
||||
$lang['level5'] = 'Erg Moeilijk';
|
8
lib/plugins/howhard/lang/nl/settings.php
Normal file
8
lib/plugins/howhard/lang/nl/settings.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Rene <wllywlnt@yahoo.com>
|
||||
*/
|
||||
$lang['confhowhardstyle'] = 'Kies plaatje:<br>1 : <img src="'.DOKU_BASE.'lib/plugins/howhard/images/style1/3.png"><br>2 : <img src="'.DOKU_BASE.'lib/plugins/howhard/images/style2/3.png"><br><br>3 : <img src="'.DOKU_BASE.'lib/plugins/howhard/images/style3/3.png"><br><br>4 : <img src="'.DOKU_BASE.'lib/plugins/howhard/images/style4/3.png">';
|
13
lib/plugins/howhard/lang/no/lang.php
Normal file
13
lib/plugins/howhard/lang/no/lang.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Arne Hanssen <arne.hanssen@getmail.no>
|
||||
*/
|
||||
$lang['howhardtitle'] = 'Vanskelig';
|
||||
$lang['level1'] = 'Svært lett';
|
||||
$lang['level2'] = 'Lett';
|
||||
$lang['level3'] = 'Medium';
|
||||
$lang['level4'] = 'Hard';
|
||||
$lang['level5'] = 'Svært hard';
|
9
lib/plugins/howhard/lang/no/settings.php
Normal file
9
lib/plugins/howhard/lang/no/settings.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Arne Hanssen <arne.hanssen@getmail.no>
|
||||
*/
|
||||
$lang['compact'] = 'Kompakt stil (ikke kompatibel med bilde 1)';
|
||||
$lang['confhowhardstyle'] = 'Velg bilde:<br>1: <img src="/lib/plugins/howhard/images/style1/3.png"><br>2: <img src="/lib/plugins/howhard/images/style2/3.png"><br><br>3: <img src="/lib/plugins/howhard/images/style3/3.png"><br><br>4: <img src="/lib/plugins/howhard/images/style4/3.png">';
|
13
lib/plugins/howhard/lang/pt-br/lang.php
Normal file
13
lib/plugins/howhard/lang/pt-br/lang.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Alexandre Belchior <alexbelchior@gmail.com>
|
||||
*/
|
||||
$lang['howhardtitle'] = 'Dificuldade';
|
||||
$lang['level1'] = 'Muito fácil';
|
||||
$lang['level2'] = 'Fácil';
|
||||
$lang['level3'] = 'Médio';
|
||||
$lang['level4'] = 'Difícil';
|
||||
$lang['level5'] = 'Muito difícil';
|
9
lib/plugins/howhard/lang/pt-br/settings.php
Normal file
9
lib/plugins/howhard/lang/pt-br/settings.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Alexandre Belchior <alexbelchior@gmail.com>
|
||||
*/
|
||||
$lang['compact'] = 'Estilo compacto (aspecto pobre com estilo 1)';
|
||||
$lang['confhowhardstyle'] = 'Escolha a imagem :<br>1 : <img src="/lib/plugins/howhard/images/style1/3.png"><br>2 : <img src="/lib/plugins/howhard/images/style2/3.png"><br><br>3 : <img src="/lib/plugins/howhard/images/style3/3.png"><br><br>4 : <img src="/lib/plugins/howhard/images/style4/3.png">';
|
13
lib/plugins/howhard/lang/ru/lang.php
Normal file
13
lib/plugins/howhard/lang/ru/lang.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Aleksandr Selivanov <alexgearbox@yandex.ru>
|
||||
*/
|
||||
$lang['howhardtitle'] = 'Сложность';
|
||||
$lang['level1'] = 'очень низкая';
|
||||
$lang['level2'] = 'низкая';
|
||||
$lang['level3'] = 'средняя';
|
||||
$lang['level4'] = 'высокая';
|
||||
$lang['level5'] = 'очень высокая';
|
8
lib/plugins/howhard/lang/ru/settings.php
Normal file
8
lib/plugins/howhard/lang/ru/settings.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Aleksandr Selivanov <alexgearbox@yandex.ru>
|
||||
*/
|
||||
$lang['confhowhardstyle'] = 'Выберите изображение:<br>1. <img src="'.DOKU_BASE.'lib/plugins/howhard/images/style1/3.png"><br>2. <img src="'.DOKU_BASE.'lib/plugins/howhard/images/style2/3.png"><br><br>3 : <img src="'.DOKU_BASE.'lib/plugins/howhard/images/style3/3.png"><br><br>4 : <img src="'.DOKU_BASE.'lib/plugins/howhard/images/style4/3.png">';
|
13
lib/plugins/howhard/lang/tr/lang.php
Normal file
13
lib/plugins/howhard/lang/tr/lang.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author ilker R. Kapac <irifat@gmail.com>
|
||||
*/
|
||||
$lang['howhardtitle'] = 'Zorluk Seviyesi';
|
||||
$lang['level1'] = 'Çok kolay';
|
||||
$lang['level2'] = 'Kolay';
|
||||
$lang['level3'] = 'Orta';
|
||||
$lang['level4'] = 'Zor';
|
||||
$lang['level5'] = 'Çok zor';
|
10
lib/plugins/howhard/lang/tr/settings.php
Normal file
10
lib/plugins/howhard/lang/tr/settings.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author ilker R. Kapac <irifat@gmail.com>
|
||||
* @author İlker Kapaç <irifat@gmail.com>
|
||||
*/
|
||||
$lang['compact'] = 'Basit Düzen';
|
||||
$lang['confhowhardstyle'] = 'Kullanılacak görseli seçin :<br>1 : <img src="/lib/plugins/howhard/images/style1/3.png"><br>2 : <img src="/lib/plugins/howhard/images/style2/3.png"><br><br>3 : <img src="/lib/plugins/howhard/images/style3/3.png"><br><br>4 : <img src="/lib/plugins/howhard/images/style4/3.png">';
|
Reference in New Issue
Block a user