Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Commit

Permalink
Merge pull request #18 from justb81/master
Browse files Browse the repository at this point in the history
Added german translation
  • Loading branch information
scottbedard authored Feb 24, 2017
2 parents 6540001 + 58e711b commit 08b75b6
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions lang/de/lang.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?php
return [
//
// plugin
//
'plugin' => [
'name' => 'Blog Tags Erweiterung',
'description' => 'Fügt Themen zu RainLab.Blog Artikeln hinzu.',
],
//
// form
//
'form' => [
'label' => 'Themen',
'name_invalid' => 'Der Themenname darf nur Zahlen, Buchstaben und Bindestriche enthalten.',
'name_required' => 'Das Themenfeld wird benötigt.',
'name_unique' => 'Dieses Thema existiert bereits.',
],
//
// navigation
//
'navigation' => [
'tags' => 'Themen',
]
];

0 comments on commit 08b75b6

Please sign in to comment.