diff --git a/languages/wp-gpx-maps-cs_CZ.mo b/languages/wp-gpx-maps-cs_CZ.mo new file mode 100644 index 0000000..403258b Binary files /dev/null and b/languages/wp-gpx-maps-cs_CZ.mo differ diff --git a/languages/wp-gpx-maps-cs_CZ.po b/languages/wp-gpx-maps-cs_CZ.po new file mode 100644 index 0000000..439b1f8 --- /dev/null +++ b/languages/wp-gpx-maps-cs_CZ.po @@ -0,0 +1,95 @@ +msgid "" +msgstr "" +"Project-Id-Version: wp-gpx-maps\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-11-21 11:14+0100\n" +"PO-Revision-Date: 2015-11-21 11:18+0100\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: __;_e\n" +"X-Poedit-Basepath: .\n" +"X-Generator: Poedit 1.8.6\n" +"Last-Translator: \n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"Language: cs_CZ\n" +"X-Poedit-SearchPath-0: ..\n" + +#: ../wp-gpx-maps.php:467 +msgid "Altitude" +msgstr "Nadmořská výška" + +#: ../wp-gpx-maps.php:468 +msgid "Current Position" +msgstr "Aktuální pozice" + +#: ../wp-gpx-maps.php:469 +msgid "Speed" +msgstr "Rychlost" + +#: ../wp-gpx-maps.php:470 +msgid "Heart rate" +msgstr "Srdeční tep" + +#: ../wp-gpx-maps.php:471 +msgid "Cadence" +msgstr "Kadence" + +#: ../wp-gpx-maps.php:472 +msgid "Go Full Screen" +msgstr "Zvětšit" + +#: ../wp-gpx-maps.php:473 +msgid "Exit Full Screen" +msgstr "Zmenšit" + +#: ../wp-gpx-maps.php:474 +msgid "Hide Images" +msgstr "Skrýt obrázky" + +#: ../wp-gpx-maps.php:475 +msgid "Show Images" +msgstr "Zobrazit obrázky" + +#: ../wp-gpx-maps.php:476 +msgid "Back to center" +msgstr "Vycentrovat" + +#: ../wp-gpx-maps.php:489 +msgid "Total distance" +msgstr "Celková vzdálenost" + +#: ../wp-gpx-maps.php:494 +msgid "Max elevation" +msgstr "Max. výška" + +#: ../wp-gpx-maps.php:496 +msgid "Min elevation" +msgstr "Min. výška" + +#: ../wp-gpx-maps.php:498 +msgid "Total climbing" +msgstr "Celkem nastoupáno" + +#: ../wp-gpx-maps.php:500 +msgid "Total descent" +msgstr "Celkem naklesáno" + +#: ../wp-gpx-maps.php:504 +msgid "Average speed" +msgstr "Průměrná rychlost" + +#: ../wp-gpx-maps.php:509 +msgid "Total Time" +msgstr "Celkový čas" + +#: ../wp-gpx-maps.php:525 +msgid "Download" +msgstr "Stáhnout" + +#: ../wp-gpx-maps_admin_settings.php:83 ../wp-gpx-maps_admin_settings.php:151 +#: ../wp-gpx-maps_admin_settings.php:229 ../wp-gpx-maps_admin_settings.php:333 +#: ../wp-gpx-maps_admin_settings.php:364 +msgid "Save Changes" +msgstr "Uložit změny" diff --git a/readme.txt b/readme.txt index 56f638d..41782c2 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i Tags: maps, gpx, gps, graph, chart, google maps, track, garmin, image, nextgen-gallery, nextgen, exif, OpenStreetMap, OpenCycleMap, Hike&Bike, heart rate, heartrate, cadence Requires at least: 2.0.0 Tested up to: 4.4.1 -Stable tag: 1.3.10 +Stable tag: 1.3.11 Draws a gpx track with altitude graph. You can also display your nextgen gallery images in the map. @@ -57,6 +57,7 @@ Translated into 14 languages: - Swedish sv_SE - Turkish tr_TR - Bulgarian bg_BG +- Slovak cs_CZ (many thanks to all guys who helped me with the translations) @@ -154,6 +155,8 @@ Yes! == Changelog == = 1.3.10 = +* new Slovak language (thanks to Dan) += 1.3.10 = * Improved german translations (thanks to Konrad) http://tadesse.de/7882/2015-wanderung-ostrov-tisa-ii/ = 1.3.9 = * Retrieve waypoints in JSON, possibility to add a custom marker (Changed by Michel Selerin) diff --git a/wp-gpx-maps.php b/wp-gpx-maps.php index 0673e8c..51d4211 100644 --- a/wp-gpx-maps.php +++ b/wp-gpx-maps.php @@ -3,7 +3,7 @@ Plugin Name: WP-GPX-Maps Plugin URI: http://www.devfarm.it/ Description: Draws a GPX track with altitude chart -Version: 1.3.10 +Version: 1.3.11 Author: Bastianon Massimo Author URI: http://www.pedemontanadelgrappa.it/ */