CS: added translation from transifex

This commit is contained in:
Tobias Diekershoff 2014-09-06 17:59:46 +02:00
parent 951f9dc006
commit 214e7d9b1c
128 changed files with 4605 additions and 664 deletions

View file

@ -0,0 +1,64 @@
# ADDON tumblr
# Copyright (C)
# This file is distributed under the same license as the Friendica tumblr addon package.
#
#
# Translators:
# Michal Šupler <msupler@gmail.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-23 14:45+0200\n"
"PO-Revision-Date: 2014-07-07 19:28+0000\n"
"Last-Translator: Michal Šupler <msupler@gmail.com>\n"
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#: tumblr.php:35
msgid "Permission denied."
msgstr "Přístup odmítnut."
#: tumblr.php:145
msgid "You are now authenticated to tumblr."
msgstr "Nyní jste přihlášen k tumblr."
#: tumblr.php:146
msgid "return to the connector page"
msgstr "návrat ke stránce konektor"
#: tumblr.php:159
msgid "Post to Tumblr"
msgstr "Příspěvek na Tumbir"
#: tumblr.php:186 tumblr.php:190
msgid "Tumblr Export"
msgstr "Tumbir export"
#: tumblr.php:194
msgid "(Re-)Authenticate your tumblr page"
msgstr "(Znovu) přihlásit k Vaší tumblr stránce"
#: tumblr.php:198
msgid "Enable Tumblr Post Plugin"
msgstr "Povolit rozšíření Tumbir"
#: tumblr.php:203
msgid "Post to Tumblr by default"
msgstr "Standardně posílat příspěvky na Tumbir"
#: tumblr.php:223
msgid "Post to page:"
msgstr "Příspěvek ke stránce:"
#: tumblr.php:235
msgid "You are not authenticated to tumblr"
msgstr "Nyní nejste přihlášen k tumblr."
#: tumblr.php:240
msgid "Save Settings"
msgstr "Uložit Nastavení"

View file

@ -1,13 +1,2 @@
<?php
$a->strings["Permission denied."] = "Přístup odmítnut.";
$a->strings["You are now authenticated to tumblr."] = "Nyní jste přihlášen k tumblr.";
$a->strings["return to the connector page"] = "návrat ke stránce konektor";
$a->strings["Post to Tumblr"] = "Příspěvek na Tumbir";
$a->strings["Tumblr Post Settings"] = "Nastavení příspěvků na Tumbir";
$a->strings["(Re-)Authenticate your tumblr page"] = "(Znovu) přihlásit k Vaší tumblr stránce";
$a->strings["Enable Tumblr Post Plugin"] = "Povolit rozšíření Tumbir";
$a->strings["Post to Tumblr by default"] = "Standardně posílat příspěvky na Tumbir";
$a->strings["Post to page:"] = "Příspěvek ke stránce:";
$a->strings["You are not authenticated to tumblr"] = "Nyní nejste přihlášen k tumblr.";
$a->strings["Submit"] = "Odeslat";
<?php