mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Merge pull request #17 from Macel/master
Added translations to plugin help command failure log messages
This commit is contained in:
commit
90a5a4a470
7 changed files with 15 additions and 8 deletions
|
@ -173,7 +173,8 @@ public class Commandhelp extends EssentialsCommand
|
|||
{
|
||||
if (!reported)
|
||||
{
|
||||
logger.log(Level.WARNING, "Error getting help for:" + pluginName, ex);
|
||||
//
|
||||
logger.log(Level.WARNING, Util.format("commandHelpFailedForPlugin", pluginName), ex);
|
||||
}
|
||||
reported = true;
|
||||
continue;
|
||||
|
|
|
@ -30,6 +30,7 @@ cantFindGeoIpDB = Can''t find GeoIP database!
|
|||
cantReadGeoIpDB = Failed to read GeoIP database!
|
||||
cantSpawnItem = \u00a7cYou are not allowed to spawn the item {0}
|
||||
commandFailed = Command {0} failed:
|
||||
commandHelpFailedForPlugin = Error getting help for: {0}
|
||||
commandNotLoaded = \u00a7cCommand {0} is improperly loaded.
|
||||
compassBearing = \u00a77Bearing: {0} ({1} degrees).
|
||||
configFileMoveError = Failed to move config.yml to backup location.
|
||||
|
|
|
@ -32,6 +32,7 @@ cantFindGeoIpDB = Kan ikke finde GeoIP database!
|
|||
cantReadGeoIpDB = Fejl ved l\u00e6sning af GeoIP database!
|
||||
cantSpawnItem = \u00a7cDu er ikke tilladt at spawne elementet {0}
|
||||
commandFailed = Kommando {0} fejlede:
|
||||
commandHelpFailedForPlugin=Fejl ved at f\u00e5 hj\u00e6lp til: {0}
|
||||
commandNotLoaded = \u00a7cCommand {0} er ikke indl\u00e6st korrekt.
|
||||
compassBearing = \u00a77B\u00e6rer: {0} ({1} grader).
|
||||
configFileMoveError = Kunne ikke flytte config.yml til backup placering.
|
||||
|
|
|
@ -30,6 +30,7 @@ cantFindGeoIpDB = Kann GeoIP-Datenbank nicht finden!
|
|||
cantReadGeoIpDB = Fehler beim Einlesen der GeoIP-Datenbank!
|
||||
cantSpawnItem = \u00a7cDu darfst {0} nicht erzeugen.
|
||||
commandFailed = Befehl {0} scheiterte:
|
||||
commandHelpFailedForPlugin=Fehler beim Abrufen der Hilfe f\u00fcr: {0}
|
||||
commandNotLoaded = \u00a7cBefehl {0} ist nicht richtig geladen.
|
||||
compassBearing = \u00a77Peilung: {0} ({1} Grad).
|
||||
configFileMoveError = Verschieben von config.yml zu einer Sicherheitskopie gescheitert.
|
||||
|
|
|
@ -30,6 +30,7 @@ cantFindGeoIpDB = Can''t find GeoIP database!
|
|||
cantReadGeoIpDB = Failed to read GeoIP database!
|
||||
cantSpawnItem = \u00a7cYou are not allowed to spawn the item {0}
|
||||
commandFailed = Command {0} failed:
|
||||
commandHelpFailedForPlugin=Error getting help for: {0}
|
||||
commandNotLoaded = \u00a7cCommand {0} is improperly loaded.
|
||||
compassBearing = \u00a77Bearing: {0} ({1} degrees).
|
||||
configFileMoveError = Failed to move config.yml to backup location.
|
||||
|
|
|
@ -30,6 +30,7 @@ cantFindGeoIpDB = N''arrive pas \u00e0 trouver la base de donn\u00e9es GeoIP!
|
|||
cantReadGeoIpDB = Echec de la lecture de la base de donn\u00e9s GeoIP!
|
||||
cantSpawnItem = \u00a7cVous n''avez pas le droit de faire apparaitre {0}
|
||||
commandFailed = \u00c9chec de la commande {0}:
|
||||
commandHelpFailedForPlugin=Erreur d'obtention d'aider \u00e0: {0}
|
||||
commandNotLoaded = \u00a7cLa commande {0} a \u00e9t\u00e9 mal charg\u00e9e.
|
||||
compassBearing = \u00a77Orientation: {0} ({1} degr\u00e9s).
|
||||
configFileMoveError = \u00c9chec du d\u00e9placement de config.yml vers l''emplacement de backup.
|
||||
|
|
|
@ -31,6 +31,7 @@ cantFindGeoIpDB = De GeoIP database kon niet gevonden worden!
|
|||
cantReadGeoIpDB = Fout bij het lezen van de GeoIP database!
|
||||
cantSpawnItem = \u00a7cJe bent niet bevoegd om {0} te spawnen.
|
||||
commandFailed = Opdracht {0} mislukt:
|
||||
commandHelpFailedForPlugin=Fout bij het \u200b\u200bkrijgen van hulp voor: {0}
|
||||
commandNotLoaded = \u00a7cOpdracht {0} is fout geladen.
|
||||
compassBearing = \u00a77Ligging: {0} ({1} graden).
|
||||
configFileMoveError = Het verplaatsen van config.yml naar de backup locatie is mislukt.
|
||||
|
|
Loading…
Reference in a new issue