source: extensions/rv_gmaps/trunk/language/de_DE/lang.php @ 17751

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

[rv_mapsearth] Update de_DE, thanks to : fs101299

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 995 bytes
Line 
1<?php
2$lang['Map']='Karte';
3
4$lang['displays %s on a map']='zeigt %s auf einer Karte an';
5$lang['opens %s in Google Earth']='öffnet %s in Google Earth (muss bei Ihnen installiert sein)';
6
7$lang['Go to']='Geht nach';
8
9$lang['go to %s']='Geht nach %s';
10$lang['displays all photos on a map']='Zeigt alle Bilder auf einer Karte';
11$lang['Viewing']='Vorschau';
12$lang['Link to this page']='Link zu dieser Seite';
13$lang['Show all']='Zeigt Alle';
14$lang['show all photos around this location']='zeigt alle Bilder rund um dieser Position';
15
16$lang['Loading']='lädt';
17$lang['Failed']='Fehlgeschlagen';
18
19$lang['Prev']='Vorherige';
20$lang['Next']='Nächste';
21$lang['out of %d']='aus %d';
22
23$lang['More photos near this location']='Mehr Bilder in der Nähe dieser Position';
24$lang['Geotag'] = 'Geografische Markierung';
25$lang['Geotagged'] = 'Geografisch markiert';
26$lang['Not geotagged'] = 'nicht Geografisch markiert';
27$lang['Latitude'] = 'Geographische Breite';
28$lang['Longitude'] = 'Geographische Länge';
29?>
Note: See TracBrowser for help on using the repository browser.