diff --git a/src/main/resources/messages.properties b/src/main/resources/messages.properties new file mode 100644 index 00000000..06b7394f --- /dev/null +++ b/src/main/resources/messages.properties @@ -0,0 +1,13 @@ +prefix=BetterGoPaint > +command.gopaint.permission= You are lacking the permission bettergopaint.use +command.gopaint.usage= /gp size|toggle|info +command.gopaint.usage.admin= /gp size|toggle|info|reload +command.gopaint.usage.size= /gp size [number] +command.gopaint.brush.disabled= Disabled brush +command.gopaint.brush.enabled= Enabled brush +command.gopaint.brush.size= Brush size set to: +command.gopaint.reloaded= Reloaded +command.gopaint.info.creator= Created by: TheMeinerLP +command.gopaint.info.link= Links: Twitter +brush.disabled= Your brush is disabled, left click to enable the brush. +brush.paint.point.set= Paint brush point # set. diff --git a/src/main/resources/messages_german.properties b/src/main/resources/messages_german.properties new file mode 100644 index 00000000..901b39c0 --- /dev/null +++ b/src/main/resources/messages_german.properties @@ -0,0 +1,9 @@ +command.gopaint.permission= Dir fehlt die Berechtigung bettergopaint.use +command.gopaint.brush.disabled= Der Pinsel wurde deaktiviert +command.gopaint.brush.enabled= Der Pinsel wurde aktiviert +command.gopaint.brush.size= Die Pinselgröße wurde geändert: +command.gopaint.reloaded= Die Konfiguration wurde neu geladen +command.gopaint.info.creator= Erstellt von: TheMeinerLP +command.gopaint.info.link= Links: Twitter +brush.disabled= Dein Pinsel ist deaktiviert, linksklick um den Pinsel zu aktivieren. +brush.paint.point.set= Der Pinselstrich # wurde gesetzt.