]> git.mxchange.org Git - friendica-addons.git/blobdiff - krynn/lang/ro/strings.php-e
Replace planet with krynn
[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
new file mode 100644 (file)
index 0000000..93736aa
--- /dev/null
@@ -0,0 +1,10 @@
+<?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";