mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +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
|
@ -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…
Add table
Add a link
Reference in a new issue