mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
CS: added translation from transifex
This commit is contained in:
parent
951f9dc006
commit
214e7d9b1c
128 changed files with 4605 additions and 664 deletions
62
diaspora/lang/cs/messages.po
Normal file
62
diaspora/lang/cs/messages.po
Normal file
|
@ -0,0 +1,62 @@
|
|||
# ADDON diaspora
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica diaspora 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-22 13:18+0200\n"
|
||||
"PO-Revision-Date: 2014-07-07 18:44+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"
|
||||
|
||||
#: diaspora.php:37
|
||||
msgid "Post to Diaspora"
|
||||
msgstr "Příspěvek na Diaspora"
|
||||
|
||||
#: diaspora.php:142
|
||||
msgid ""
|
||||
"Can't login to your Diaspora account. Please check username and password and"
|
||||
" ensure you used the complete address (including http...)"
|
||||
msgstr "Nelze se přihlásit na váš Diaspora účet. Prosím ověřte své uživatelské jméno a heslo a ujistěte se, že jste použili kompletní adresu (včetně http...)"
|
||||
|
||||
#: diaspora.php:149 diaspora.php:153
|
||||
msgid "Diaspora Export"
|
||||
msgstr "Diaspora export"
|
||||
|
||||
#: diaspora.php:163
|
||||
msgid "Enable Diaspora Post Plugin"
|
||||
msgstr "Povolit Diaspora Plugin"
|
||||
|
||||
#: diaspora.php:168
|
||||
msgid "Diaspora username"
|
||||
msgstr "Diaspora uživatelské jméno"
|
||||
|
||||
#: diaspora.php:173
|
||||
msgid "Diaspora password"
|
||||
msgstr "Diaspora heslo"
|
||||
|
||||
#: diaspora.php:178
|
||||
msgid "Diaspora site URL"
|
||||
msgstr "Adresa webu Diaspora"
|
||||
|
||||
#: diaspora.php:183
|
||||
msgid "Post to Diaspora by default"
|
||||
msgstr "Defaultně zasílat příspěvky na Diaspora"
|
||||
|
||||
#: diaspora.php:189
|
||||
msgid "Save Settings"
|
||||
msgstr "Uložit Nastavení"
|
||||
|
||||
#: diaspora.php:324
|
||||
msgid "Diaspora post failed. Queued for retry."
|
||||
msgstr "Zaslání příspěvku na Diasporu selhalo. Příspěvek byl zařazen do fronty pro opakované odeslání."
|
17
diaspora/lang/cs/strings.php
Normal file
17
diaspora/lang/cs/strings.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_cs")) {
|
||||
function string_plural_select_cs($n){
|
||||
return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to Diaspora"] = "Příspěvek na Diaspora";
|
||||
$a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "Nelze se přihlásit na váš Diaspora účet. Prosím ověřte své uživatelské jméno a heslo a ujistěte se, že jste použili kompletní adresu (včetně http...)";
|
||||
$a->strings["Diaspora Export"] = "Diaspora export";
|
||||
$a->strings["Enable Diaspora Post Plugin"] = "Povolit Diaspora Plugin";
|
||||
$a->strings["Diaspora username"] = "Diaspora uživatelské jméno";
|
||||
$a->strings["Diaspora password"] = "Diaspora heslo";
|
||||
$a->strings["Diaspora site URL"] = "Adresa webu Diaspora";
|
||||
$a->strings["Post to Diaspora by default"] = "Defaultně zasílat příspěvky na Diaspora";
|
||||
$a->strings["Save Settings"] = "Uložit Nastavení";
|
||||
$a->strings["Diaspora post failed. Queued for retry."] = "Zaslání příspěvku na Diasporu selhalo. Příspěvek byl zařazen do fronty pro opakované odeslání.";
|
Loading…
Add table
Add a link
Reference in a new issue