CS translation showmore THX Aditoo

This commit is contained in:
Tobias Diekershoff 2018-09-17 21:27:04 +02:00
parent 895942a3a2
commit c5f77da10c
2 changed files with 5 additions and 5 deletions

View 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";