]> git.mxchange.org Git - friendica-addons.git/blobdiff - showmore/lang/cs/strings.php
Merge commit '5360f08' into 3.6
[friendica-addons.git] / showmore / lang / cs / strings.php
index a4abe2dafcb3fabac023b6d4630c24fed41379c0..622bd0683276599101abb4a5412b04b97f6cca5b 100644 (file)
@@ -1,2 +1,13 @@
 <?php
 
+if(! function_exists("string_plural_select_cs")) {
+function string_plural_select_cs($n){
+       return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["\"Show more\" Settings"] = "\"Show more\" nastavení";
+$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["Save Settings"] = "Uložit Nastavení";
+$a->strings["Show More Settings saved."] = "\"Show more\" nastavení uloženo.";
+$a->strings["show more"] = "zobrazit více";