source: extensions/rv_gmaps/trunk/language/cs_CZ/lang.php @ 5557

Last change on this file since 5557 was 3447, checked in by rvelices, 15 years ago
  • added RV Map & Earth extension
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 827 bytes
Line 
1<?php
2$lang['Map']='Mapa';
3
4$lang['displays %s on a map']='zobrazí %s na mapě';
5$lang['opens %s in Google Earth']='otevře %s v aplikaci Google Earth (kterou musíte mít nainstalovánu v počítači)';
6
7$lang['Go to']='Jít na';
8
9$lang['go to %s']='jít na %s';
10$lang['displays all images on a map']='zobrazí všechny fotografie na mapě';
11$lang['Viewing']='Prohlížení';
12$lang['Link to this page']='Odkaz na tuto stránku';
13$lang['Show all']='Zobrazit vše';
14$lang['show all pictures around this location']='zobrazit fotografie v okolí';
15$lang['Search a location...']='Najít polohu...';
16
17$lang['Loading']='Nahrávání';
18$lang['Failed']='Nepodařilo se';
19
20$lang['Prev']='Předcházející';
21$lang['Next']='Další';
22$lang['out of %d']='z %d';
23
24$lang['More pictures near this location']='Více fotografií v okolí';
25?>
Note: See TracBrowser for help on using the repository browser.