mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
added localization options
//todo add all the strings
This commit is contained in:
9
app/src/main/resources/Localization.properties
Normal file
9
app/src/main/resources/Localization.properties
Normal file
@@ -0,0 +1,9 @@
|
||||
# Window titles
|
||||
windowTitleServerSelector=Server Selector
|
||||
|
||||
# Buttons on the server selector screen
|
||||
buttonSelectServer=Connect to a server
|
||||
buttonSelectLocal=Play a game on this computer
|
||||
|
||||
# Buttons on the UI gameboard
|
||||
buttonBackToMainMenu=Go back to the main menu
|
||||
2
app/src/main/resources/Localization_nl.properties
Normal file
2
app/src/main/resources/Localization_nl.properties
Normal file
@@ -0,0 +1,2 @@
|
||||
# Window titles
|
||||
windowTitleServerSelector=Selecteer een server
|
||||
Reference in New Issue
Block a user