source: extensions/GMaps/language/de_DE/plugin.lang.php @ 17403

Last change on this file since 17403 was 17403, checked in by TranslationTeam, 12 years ago

[gmaps] Update de_DE, thanks to : Joergen

  • Property svn:executable set to *
File size: 4.1 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['gmaps_deleteKml'] = 'Eine KML/KMZ Datei löschen';
24$lang['gmaps_deleteMap'] = 'Eine Karte löschen';
25$lang['gmaps_dimensions'] = 'Dimensionen';
26$lang['gmaps_config'] = 'Konfiguration';
27$lang['gmaps_date'] = 'Datum';
28$lang['gmaps_delete'] = 'Löchen';
29$lang['gmaps_add_a_new_kmlFile'] = 'Eine KML/KMZ Datei hinzufügen';
30$lang['gmaps_add_a_new_map'] = 'Eine Karte hinzufügen';
31$lang['gmaps_and'] = 'und';
32$lang['gmaps_apply'] = 'Anwenden';
33$lang['gmaps_auto'] = 'Automatisch';
34$lang['gmaps_cancel'] = 'Abbrechen';
35$lang['gmaps_category'] = 'Kategorie';
36$lang['gmaps_1_picture'] = '1 Foto';
37$lang['To install this plugin, you need to install Advanced Metadata %s before'] = 'Zur Installation des Plugins muss vorher das Plugin "Advanced Metadata"%s installiert und konfiguriert sein';
38$lang['To install this plugin, you need to install Grum Plugin Classes %s before'] = 'Zur Installation des Plugins muss vorher das Plugin "Grum Plugin Classes" %s installiert sein';
39$lang['gmaps_0_picture'] = 'Es gibt keine Bilder in diesem geografischen Gebiet';
40$lang['gmaps_action_was_stopped'] = 'Die Aktion wurde aus folgenden Gründen unterbrochen:';
41$lang['gmaps_add_a_new_association'] = 'Hinzufügen neuer Zuordnungen';
42$lang['gmaps_add_geographic_area'] = 'Fügen Sie ein geografisches Gebiet hinzu';
43$lang['gmaps_amd_warning_basic'] = 'Warnung! <br><br> Plugin "Advanced Metadata" arbeitet im "Basis"-Modus: Karten im verknüpft mit den Kategorien können nicht mit diesem Modus angezeigt werden.';
44$lang['gmaps_amd_warning_inactive'] = 'Warnung! <br><br> Plugin "Advanced Metadata"%s scheint nicht installiert / aktiviert zu sein: Karten können nicht angezeigt werden, bevor es installiert und aktiviert wurde.';
45$lang['gmaps_applyForAllTheGallery'] = 'Die ganze Galerie';
46$lang['gmaps_apply_subcat'] = 'Unterkategorien anwenden';
47$lang['gmaps_apply_zoomLevel_max'] = 'Eine maximale Vergrößerungsstufe anwenden';
48$lang['gmaps_associate_category_maps'] = 'Karten Verknüpfung';
49$lang['gmaps_choose_geographic_area'] = 'Wählen Sie den geografischen Bereich';
50$lang['gmaps_config_map'] = 'Festlegen einer Karte';
51$lang['gmaps_config_saved'] = 'Die Einstellungen werden gespeichert';
52$lang['gmaps_deleteAssoc'] = 'Löschen einer Zuordnung';
53$lang['gmaps_displayType'] = 'Display-Typ';
54$lang['gmaps_displayTypeIC'] = 'Auf der Seite einer Kategorie (Leuchtkasten) anzeigen';
55$lang['gmaps_displayTypeIP'] = 'Auf der Seite eines Fotos (Leuchtkasten) anzeigen';
56$lang['gmaps_displayTypeMP'] = 'Auf der Seite eines Fotos (als Metadaten) anzeigen';
57?>
Note: See TracBrowser for help on using the repository browser.