]> git.mxchange.org Git - friendica-addons.git/commitdiff
CS translation diaspora THX Aditoo
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 17 Sep 2018 20:00:08 +0000 (22:00 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 17 Sep 2018 20:00:08 +0000 (22:00 +0200)
diaspora/lang/cs/messages.po
diaspora/lang/cs/strings.php

index 68af6b735b70ff3a6b6ad9908b0ea1d9b4b9e249..44b1d4b421f8df155a6b7ba3cd7156a99c6de754 100644 (file)
@@ -12,7 +12,7 @@ msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-06-22 13:18+0200\n"
-"PO-Revision-Date: 2018-08-16 10:10+0000\n"
+"PO-Revision-Date: 2018-09-02 17:54+0000\n"
 "Last-Translator: Aditoo\n"
 "Language-Team: Czech (http://www.transifex.com/Friendica/friendica/language/cs/)\n"
 "MIME-Version: 1.0\n"
@@ -23,7 +23,7 @@ msgstr ""
 
 #: diaspora.php:37
 msgid "Post to Diaspora"
-msgstr "Odeslat příspěvek na Diasporu"
+msgstr "Odeslat na Diasporu"
 
 #: diaspora.php:142
 msgid ""
index 25323fd9f4c6b60106cad62b13252ba6d3d4db93..649b02c75b3a84f81c11d58bcf67a036fbed007e 100644 (file)
@@ -6,7 +6,7 @@ function string_plural_select_cs($n){
        return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
 }}
 ;
-$a->strings["Post to Diaspora"] = "Odeslat příspěvek na Diasporu";
+$a->strings["Post to Diaspora"] = "Odeslat na Diasporu";
 $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áš účet Diaspora. 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 Addon"] = "Povolit doplněk Diaspora Post";