Skip to content

Commit

Permalink
Fix english and add german translation
Browse files Browse the repository at this point in the history
  • Loading branch information
micgro42 committed Dec 15, 2014
1 parent e8e75a1 commit a184323
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
11 changes: 11 additions & 0 deletions lang/de/lang.php
@@ -0,0 +1,11 @@
<?php
/**
* German language file for skilltagicon plugin
*
* @author Michael Große <grosse@cosmocode.de>
*/

$lang['tagging_missing'] = 'Das Skilltagicon Plugin benötigt das tagging Plugin.';
$lang['easy_page'] = 'Diese Seite als einfache Seite getaggt.';
$lang['intermediate_page'] = 'Diese Seite als mittelschwere Seite getaggt.';
$lang['expert_page'] = 'Diese Seite als schwere Seite getaggt.';
10 changes: 10 additions & 0 deletions lang/de/settings.php
@@ -0,0 +1,10 @@
<?php
/**
* german language file for skilltagicon plugin
*
* @author Michael Große <grosse@cosmocode.de>
*/

$lang['easy_tag'] = 'Tag für Seiten mit geringen Anforderungen';
$lang['intermediate_tag'] = 'Tag für Seiten mit mittleren Anforderungen';
$lang['expert_tag'] = 'Tag für Seiten mit hohen Anforderungen';
6 changes: 3 additions & 3 deletions lang/en/settings.php
Expand Up @@ -6,9 +6,9 @@
*/

// keys need to match the config setting name
$lang['easy_tag'] = 'Tag-name for easy pages';
$lang['intermediate_tag'] = 'Tag-name for intermediate pages';
$lang['expert_tag'] = 'Tag-name for expert pages';
$lang['easy_tag'] = 'Tag for easy pages';
$lang['intermediate_tag'] = 'Tag for intermediate pages';
$lang['expert_tag'] = 'Tag for expert pages';



Expand Down

0 comments on commit a184323

Please sign in to comment.