Skip to content

Instantly share code, notes, and snippets.

@fosil
Created September 9, 2015 09:08
Show Gist options
  • Save fosil/9a71296ad7d1af428ced to your computer and use it in GitHub Desktop.
Save fosil/9a71296ad7d1af428ced to your computer and use it in GitHub Desktop.
MODx MapsTV czech translation
<?php
/**
* MapsTv
*
* Copyright 2012 by Wieger Sloot <modx+mapstv@sterc.nl>
* Translation: Filip Novak <filip.f.novak@gmail.com>
*
* MapsTv is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* MapsTv is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with
* MapsTv; if not, write to the Free Software Foundation, Inc., 59 Temple
* Place, Suite 330, Boston, MA 02111-1307 USA
*
* @package MapsTv
*/
/**
* Input TV render for MapsTv's MapsTvItem TV
*
* @package MapsTv
* @subpackage tv
*/
$_lang['mapstv'] = 'Mapy Tv';
$_lang['mapstv.street'] = 'Ulice';
$_lang['mapstv.housenumber'] = 'Číslo popisné';
$_lang['mapstv.zipcode'] = 'PSČ';
$_lang['mapstv.city'] = 'Město';
$_lang['mapstv.state'] = 'Stát/Kraj/Okres';
$_lang['mapstv.country'] = 'Země';
$_lang['mapstv.generate'] = 'Vytvořit GPS pozici a zobrazit značku na mapě';
$_lang['mapstv.latitude'] = 'Zeměpisná šířka (latitude)';
$_lang['mapstv.longitude'] = 'Zeměpisná délka (longitude)';
$_lang['mapstv.error'] = 'Chyba při získávání GPS pozice';
$_lang['mapstv.error_msg'] = 'Adresa není přesná. Zkontrolujte a případně upravte pozici značky na mapě.';
@MrRoco
Copy link

MrRoco commented Nov 20, 2015

Thank you for contributing your translation.
We will add it to our next release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment