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

Last change on this file since 20983 was 20983, checked in by rvelices, 11 years ago

rv_gmaps add a link to the global map in the menubar

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