Replace planet with krynn

This commit is contained in:
Dylan Thiedeke 2015-07-07 10:46:09 +10:00
parent beab86860e
commit 21a6ac9396
30 changed files with 469 additions and 38 deletions

View file

@ -5,6 +5,6 @@ function string_plural_select_cs($n){
return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
}}
;
$a->strings["Planets Settings"] = "Planets Nastavení";
$a->strings["Enable Planets Plugin"] = "Povolit Planets plugin";
$a->strings["Krynn Settings"] = "Krynn Nastavení";
$a->strings["Enable Krynn Plugin"] = "Povolit Krynn plugin";
$a->strings["Submit"] = "Odeslat";