X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=krynn%2Flang%2Fro%2Fstrings.php;fp=krynn%2Flang%2Fro%2Fstrings.php;h=88a84ee890cf16b843f8a34046df974528cca701;hb=6a9e0c040445376849a849605f685904ae1be832;hp=93736aad8dbab7601ca74eb81e58b20b5b415fc5;hpb=21a6ac9396966439b7f0cc600a91ae032059ce65;p=friendica-addons.git diff --git a/krynn/lang/ro/strings.php b/krynn/lang/ro/strings.php index 93736aad..88a84ee8 100644 --- a/krynn/lang/ro/strings.php +++ b/krynn/lang/ro/strings.php @@ -5,6 +5,6 @@ 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["Krynn Settings"] = "Configurări Krynn"; +$a->strings["Enable Krynn Plugin"] = "Activare Modul Krynn"; $a->strings["Submit"] = "Trimite";