source: extensions/ThumbnailTooltip/language/de_DE/plugin.lang.php

Last change on this file was 30100, checked in by sarybe, 10 years ago

[Thumbnail_Tooltip] Bug fix for html and double quotes in comment

  • Property svn:executable set to *
File size: 2.5 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3
4// | Piwigo - a PHP based photo gallery                                    |
5
6// +-----------------------------------------------------------------------+
7
8// | Copyright(C) 2008-2014 Piwigo Team                  http://piwigo.org |
9
10// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
11
12// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
13
14// +-----------------------------------------------------------------------+
15
16// | This program is free software; you can redistribute it and/or modify  |
17
18// | it under the terms of the GNU General Public License as published by  |
19
20// | the Free Software Foundation                                          |
21
22// |                                                                       |
23
24// | This program is distributed in the hope that it will be useful, but   |
25
26// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
27
28// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
29
30// | General Public License for more details.                              |
31
32// |                                                                       |
33
34// | You should have received a copy of the GNU General Public License     |
35
36// | along with this program; if not, write to the Free Software           |
37
38// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
39
40// | USA.                                                                  |
41
42// +-----------------------------------------------------------------------+
43$lang['tn_display_img'] = 'Fotos';
44$lang['tn_display_cat'] = 'Kategorien';
45$lang['tn_display_name_img'] = 'Fototitel anzeigen';
46$lang['tn_display_name_cat'] = 'Fotograf zu den Albums anzeigen';
47$lang['tn_name_link'] = 'Textentooltip';
48
49$lang['tn_configuration_saved'] = 'Konfiguration gespeichert';
50$lang['tn_default_parameters'] = 'Standardkonfiguration';
51$lang['tn_default_parameters_saved'] = 'Standardkonfiguration gespeichert';
52$lang['tn_no'] = 'Nein';
53$lang['tn_none'] = 'Keine';
54$lang['tn_separator'] = 'Trennzeichen (-)';
55$lang['tn_type1'] = 'Titel';
56$lang['tn_type2'] = 'Anzahl der Besuche';
57$lang['tn_type3'] = '(Anzahl der Besuche)';
58$lang['tn_type4'] = 'Beschreibung';
59$lang['tn_type5'] = 'Autor';
60$lang['tn_type6'] = 'Autor: Autor';
61$lang['tn_type7'] = 'Durchschnittliche Bewertung';
62$lang['tn_type8'] = '(Anzahl der Besuche, Durchschnittliche Bewertung)';
63$lang['tn_yes'] = 'Ja';
64?>
Note: See TracBrowser for help on using the repository browser.