From c5f77da10cfff9d55c608c3453cb0f675ae05d2f Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 17 Sep 2018 21:27:04 +0200 Subject: [PATCH] CS translation showmore THX Aditoo --- showmore/lang/cs/messages.po | 6 +++--- showmore/lang/cs/strings.php | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/showmore/lang/cs/messages.po b/showmore/lang/cs/messages.po index b937ff56..84d1057c 100644 --- a/showmore/lang/cs/messages.po +++ b/showmore/lang/cs/messages.po @@ -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" diff --git a/showmore/lang/cs/strings.php b/showmore/lang/cs/strings.php index 9a5068b8..1b82b570 100644 --- a/showmore/lang/cs/strings.php +++ b/showmore/lang/cs/strings.php @@ -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";