]> git.mxchange.org Git - friendica-addons.git/blob - openstreetmap/lang/de/strings.php
regenerated all the strings
[friendica-addons.git] / openstreetmap / lang / de / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_de")) {
4 function string_plural_select_de($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}
8 $a->strings['Submit'] = 'Senden';
9 $a->strings['Tile Server URL'] = 'Die URL des Servers';
10 $a->strings['A list of <a href="http://wiki.openstreetmap.org/wiki/TMS" target="_blank">public tile servers</a>'] = 'Eine Liste <a href="http://wiki.openstreetmap.org/wiki/TMS" target="_blank">öffentlicher Tile Server</a>';
11 $a->strings['Default zoom'] = 'Standard Zoom';
12 $a->strings['The default zoom level. (1:world, 18:highest)'] = 'Standard Zoo,level (1: Welt; 18: höchstes)';
13 $a->strings['Settings updated.'] = 'Einstellungen aktualisiert.';