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

index b937ff561dcb6b86e02bd71a5a0193fabcda0917..84d1057c9ca07e0c6711fa194434d90a3fe66a6a 100644 (file)
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-04-01 11:11-0400\n"
-"PO-Revision-Date: 2018-06-13 18:01+0000\n"
+"PO-Revision-Date: 2018-09-11 09:52+0000\n"
 "Last-Translator: Aditoo\n"
 "Language-Team: Czech (http://www.transifex.com/Friendica/friendica/language/cs/)\n"
 "MIME-Version: 1.0\n"
@@ -22,7 +22,7 @@ msgstr ""
 
 #: showmore.php:41 showmore.php:45
 msgid "\"Show more\" Settings"
-msgstr "\"Show more\" nastavení"
+msgstr "Nastavení \"Show more\""
 
 #: showmore.php:50
 msgid "Enable Show More"
@@ -30,7 +30,7 @@ msgstr "Povolit Show more"
 
 #: showmore.php:53
 msgid "Cutting posts after how much characters"
-msgstr "Oříznout přízpěvky po zadaném množství znaků"
+msgstr "Oříznout příspěvky po zadaném množství znaků"
 
 #: showmore.php:57
 msgid "Save Settings"
index 9a5068b8c01aa95d8f07b1c894f596707a86b047..1b82b570b7d06523f3316f6537208dbbafa7a6b0 100644 (file)
@@ -6,9 +6,9 @@ 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["\"Show more\" Settings"] = "\"Show more\" nastavení";
+$a->strings["\"Show more\" Settings"] = "Nastavení \"Show more\"";
 $a->strings["Enable Show More"] = "Povolit Show more";
-$a->strings["Cutting posts after how much characters"] = "Oříznout přízpěvky po zadaném množství znaků";
+$a->strings["Cutting posts after how much characters"] = "Oříznout příspěvky po zadaném množství znaků";
 $a->strings["Save Settings"] = "Uložit nastavení";
 $a->strings["Show More Settings saved."] = "Nastavení \"Show more\" uložena.";
 $a->strings["show more"] = "zobrazit více";