Fixed Language files to reflect plugin name

This commit is contained in:
Dylan Thiedeke 2015-07-07 11:03:34 +10:00
parent 21a6ac9396
commit 6a9e0c0404
37 changed files with 31 additions and 462 deletions

View file

@ -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";