]> git.mxchange.org Git - friendica-addons.git/blobdiff - krynn/lang/cs/strings.php-e
Replace planet with krynn
[friendica-addons.git] / krynn / lang / cs / strings.php-e
diff --git a/krynn/lang/cs/strings.php-e b/krynn/lang/cs/strings.php-e
new file mode 100644 (file)
index 0000000..e725ffc
--- /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["Krynn Settings"] = "Krynn Nastavení";
+$a->strings["Enable Krynn Plugin"] = "Povolit Krynn plugin";
+$a->strings["Submit"] = "Odeslat";