source: extensions/typetags/language/de_DE/plugin.lang.php @ 26680

Last change on this file since 26680 was 26680, checked in by TranslationTeam, 10 years ago

[typetgs] Update de_DE, thanks to : duke

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 KB
RevLine 
[8268]1<?php
2
[9863]3/* section */
[8268]4
[9863]5/* fields */
6$lang['New color'] = 'Neue Farbe';
7
8/* buttons */
[8268]9
[9863]10/* messages */
[26665]11$lang['You must fill all fields (name and color)'] = 'Alle Felder müssen ausgefüllt werden (Name und Farbe)';
[9863]12
[15313]13$lang['Display colored tags'] = 'Zeige farbige Tags';
14$lang['Everywhere'] = 'Überall';
15$lang['Only on tags page'] = 'Nur auf Tags Seiten';
[26680]16$lang['Add a new color'] = 'Eine neue Farbe hinzufügen';
17$lang['Apply the same color to all tags'] = 'Dieselbe Farbe auf alle Tags anwenden';
18$lang['Color'] = 'Farbe';
19$lang['Color added'] = 'Farbe hinzugefügt';
20$lang['Color deleted'] = 'Farbe entfernt';
21$lang['Color saved'] = 'Farbe gespeichert';
22$lang['Edit color'] = 'Farbe editieren';
23$lang['Go to <a href="%s">Photos/Tags</a> to manage associations.'] = 'Besuche <a href="%s">Photos/Tags</a>, um Zuweisungen zu verwalten.';
24$lang['Invalid color'] = 'Ungültige Farbe';
25$lang['Manage colors'] = 'Farben verwalten';
26$lang['Set a different color for each tag'] = 'Setze eine unterschiedliche Farbe für jeden Tag';
27$lang['Set tags color'] = 'Setze Tag-farben';
28$lang['This name is already used'] = 'Dieser Name ist bereits in Verwendung';
[8268]29?>
Note: See TracBrowser for help on using the repository browser.