forked from Simnation/Main
20 lines
1.1 KiB
Lua
20 lines
1.1 KiB
Lua
-- To edit the messages edit the ones on the right side, not the ones inside the square brackets.
|
|
-- ~r~ e.g. are colors. ~r~ being red, ~b~ being blue, ~y~ yellow etc.
|
|
|
|
|
|
Locale = {
|
|
['Open bag'] = 'Tasche öffnen',
|
|
['Pickup bag'] = 'Taschen aufheben',
|
|
['Outfit bag'] = 'Outfit Tasche',
|
|
|
|
['~w~[~g~{OPEK_KEYBIND}~w~] to open [~g~{PICKUP_KEYBIND}~w~] to pickup the bag'] = '~w~[~g~{OPEK_KEYBIND}~w~] zum öffnen [~g~{PICKUP_KEYBIND}~w~] zum aufheben',
|
|
['~w~[~g~{OPEN_KEYBIND}~w~] to open the bag'] = '~w~[~g~{OPEN_KEYBIND}~w~] zum öffnen',
|
|
|
|
['~r~This outfit isn\'t suitable for you'] = '~r~Dieses Outfit passt dir nicht.',
|
|
['~r~Wait a bit before you switch outfits again'] = '~r~Warte ein bisschen, bevor du das Outfit wieder wechselst.',
|
|
|
|
['~r~This fixed bag does not exist. Please let the server admin know about this.'] = '~r~Diese feste Tasche existiert nicht. Bitte informiere den Serveradministrator darüber.',
|
|
|
|
['SAVE CURRENT OUTFIT'] = 'AKTUELLES OUTFIT SPEICHERN',
|
|
['PREVIEW'] = 'VORSCHAU',
|
|
}
|