mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 06:03:44 +00:00
CS translation showmore THX Aditoo
This commit is contained in:
parent
895942a3a2
commit
c5f77da10c
2 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue