Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
orozso authored Dec 20, 2016
1 parent c98d3f7 commit 3c2876a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/hu/EnderBoyHUN/pl/TeleportPlate/Lang.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ public Lang(Configuration conf) {
noNummer = "§cEs nicht Zahl(en)";
noExistsWorld = "§cDiese Welt nicht existieren.";
break;
case "es":
successfulTeleport = "§aTeletransportando...";
noPermission = "§cNo tienes permiso para crear un TeleportPlate.";
badLength = "§cHaz puesto pocos/muchos numeros en la linea 3.";
noNummer = "§cEso no es un numero.";
noExistsWorld = "§cEse mundo no existe.";
break;
case "custom":
successfulTeleport = conf.getString("customLang.successfulTeleport");
noPermission = conf.getString("customLang.noPermission");
Expand Down

0 comments on commit 3c2876a

Please sign in to comment.