ftimme
2013-03-19 415544c8f026aa2db428b9528802a6982c6fa562
1
2
3
4
5
6
7
8
9
<?php
$wb['Directive Snippets'] = 'Direktiven Schnipsel';
$wb['name_txt'] = 'Name des Schnipsels';
$wb['type_txt'] = 'Typ';
$wb['snippet_txt'] = 'Schnipsel';
$wb['active_txt'] = 'Aktiv';
$wb['directive_snippets_name_empty'] = 'Bitte geben Sie einen Namen für den Schnipsel an.';
$wb['directive_snippets_name_error_unique'] = 'Es existiert schon ein Direktiven-Schnipsel mit diesem Namen.';
?>