| 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['Action'] = 'Aktion'; |
|---|
| 24 | $lang['Annuler le mode creation'] = 'Perimeter-Modus aufheben'; |
|---|
| 25 | $lang['Bing Maps Key'] = 'Bing Maps Key'; |
|---|
| 26 | $lang['Categorie'] = 'Kategorie'; |
|---|
| 27 | $lang['Center Latittude'] = 'Ab der Breite'; |
|---|
| 28 | $lang['Center Longitude'] = 'Ab der Länge'; |
|---|
| 29 | $lang['Cliquez pour acceder aux photos'] = 'Klicken Sie um auf die Fotos zugreifen zu können'; |
|---|
| 30 | $lang['Cliquez pour zoomer sur'] = 'Klicken Sie, um zu vergrößern'; |
|---|
| 31 | $lang['Configuration'] = 'Einstellungen'; |
|---|
| 32 | $lang['Contenu'] = 'Kategoriebild anzeigen'; |
|---|
| 33 | $lang['Creer une zone'] = 'Perimeter erstellen'; |
|---|
| 34 | $lang['Enregistrer la zone'] = 'Perimeter speichern'; |
|---|
| 35 | $lang['Etes-vous sur ?'] = 'Sind Sie sicher?'; |
|---|
| 36 | $lang['Latitude'] = 'Breite'; |
|---|
| 37 | $lang['Localisation - Plugin Psli-BingMaps'] = 'Lokalisation - Plugin Psli-BingMaps'; |
|---|
| 38 | $lang['Longitude'] = 'Länge'; |
|---|
| 39 | $lang['PointnClick Map'] = 'Point and Click Karte'; |
|---|
| 40 | $lang['Set'] = 'Set'; |
|---|
| 41 | $lang['Setup Helper'] = 'Benutzen Sie die Karte um die anfängliche mittlere Position und den Zoomfaktor der Karte festlegen.'; |
|---|
| 42 | $lang['Submit'] = 'Speichern'; |
|---|
| 43 | $lang['Supprimer la localisation'] = 'Alle Daten löschen'; |
|---|
| 44 | $lang['Supprimer le dernier point'] = 'Letzter Punkt löschen'; |
|---|
| 45 | $lang['Tout effacer'] = 'Alles Entfernen'; |
|---|
| 46 | $lang['Valider'] = 'Einreichen'; |
|---|
| 47 | $lang['Zoom maximum'] = 'Maximaler Zoom'; |
|---|
| 48 | $lang['Zoom minimum'] = 'Minimaler Zoom'; |
|---|
| 49 | $lang['Zoom niveau 10'] = 'Auf Level 10 zoomen'; |
|---|
| 50 | $lang['Zoom niveau 11'] = 'Auf Level 11 zoomen'; |
|---|
| 51 | $lang['Zoom niveau 12'] = 'Auf Level 12 zoomen'; |
|---|
| 52 | $lang['Zoom niveau 13'] = 'Auf Level 13 zoomen'; |
|---|
| 53 | $lang['Zoom niveau 14'] = 'Auf Level 14 zoomen'; |
|---|
| 54 | $lang['Zoom niveau 15'] = 'Auf Level 15 zoomen'; |
|---|
| 55 | $lang['Zoom niveau 16'] = 'Auf Level 16 zoomen'; |
|---|
| 56 | $lang['Zoom niveau 17'] = 'Auf Level 17 zoomen'; |
|---|
| 57 | $lang['Zoom niveau 18'] = 'Auf Level 18 zoomen'; |
|---|
| 58 | $lang['Zoom niveau 19'] = 'Auf Level 19 zoomen'; |
|---|
| 59 | $lang['Zoom niveau 1'] = 'Auf Level 1 zoomen'; |
|---|
| 60 | $lang['Zoom niveau 20'] = 'Auf Level 20 zoomen'; |
|---|
| 61 | $lang['Zoom niveau 2'] = 'Auf Level 2 zoomen'; |
|---|
| 62 | $lang['Zoom niveau 3'] = 'Auf Level 3 zoomen'; |
|---|
| 63 | $lang['Zoom niveau 4'] = 'Auf Level 4 zoomen'; |
|---|
| 64 | $lang['Zoom niveau 5'] = 'Auf Level 5 zoomen'; |
|---|
| 65 | $lang['Zoom niveau 6'] = 'Auf Level 6 zoomen'; |
|---|
| 66 | $lang['Zoom niveau 7'] = 'Auf Level 7 zoomen'; |
|---|
| 67 | $lang['Zoom niveau 8'] = 'Auf Level 8 zoomen'; |
|---|
| 68 | $lang['Zoom niveau 9'] = 'Auf Level 9 zoomen'; |
|---|
| 69 | $lang['Zoom'] = 'Ab dem Zoom'; |
|---|
| 70 | ?> |
|---|