]> git.mxchange.org Git - friendica-addons.git/blobdiff - krynn/lang/ro/strings.php-e
Fixed Language files to reflect plugin name
[friendica-addons.git] / krynn / lang / ro / strings.php-e
diff --git a/krynn/lang/ro/strings.php-e b/krynn/lang/ro/strings.php-e
deleted file mode 100644 (file)
index 93736aa..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-
-if(! function_exists("string_plural_select_ro")) {
-function string_plural_select_ro($n){
-       return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
-}}
-;
-$a->strings["Planets Settings"] = "Configurări Planets";
-$a->strings["Enable Planets Plugin"] = "Activare Modul Planets";
-$a->strings["Submit"] = "Trimite";