]> git.mxchange.org Git - friendica-addons.git/blobdiff - krynn/lang/cs/strings.php-e
Fixed Language files to reflect plugin name
[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
deleted file mode 100644 (file)
index e725ffc..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<?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";