]> git.mxchange.org Git - friendica-addons.git/blobdiff - krynn/lang/cs/strings.php
Create Krynn plugin
[friendica-addons.git] / krynn / lang / cs / strings.php
diff --git a/krynn/lang/cs/strings.php b/krynn/lang/cs/strings.php
new file mode 100644 (file)
index 0000000..268f319
--- /dev/null
@@ -0,0 +1,10 @@
+<?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["Planets Settings"] = "Planets Nastavení";
+$a->strings["Enable Planets Plugin"] = "Povolit Planets plugin";
+$a->strings["Submit"] = "Odeslat";