language work part 2
* dialogs support different languages now too * finished english language pack
This commit is contained in:
@ -12,15 +12,15 @@ smmdbDownloadBtn =
|
||||
playBtn =
|
||||
|
||||
# Labels
|
||||
cemu_UISettingsLbl = cemu_UI settings
|
||||
cemu_UISettingsLbl = cemu_UI Settings
|
||||
cemuDirectoryLbl = cemu directory
|
||||
romDirectoryLbl = ROM directory
|
||||
mainColorLbl = main color
|
||||
languageLbl = language
|
||||
updateLbl = updates
|
||||
branchLbl = branch
|
||||
cemuSettingsLbl = cemu settings
|
||||
licensesLbl = licenses
|
||||
cemuSettingsLbl = cemu Settings
|
||||
licensesLbl = Licenses
|
||||
|
||||
# Columns
|
||||
titleColumn = title
|
||||
@ -33,26 +33,50 @@ editHeadingText = edit
|
||||
editBodyText = You can edit the tile and rom/cover path.
|
||||
removeHeadingText = remove
|
||||
removeBodyText = Are you sure you want to delete
|
||||
addUpdateHeadingText =
|
||||
addUpdateBodyText =
|
||||
addDLCHeadingText =
|
||||
addDLCBodyText =
|
||||
licensesLblHeadingText =
|
||||
licensesLblBodyText =
|
||||
aboutBtnHeadingText =
|
||||
aboutBtnBodyText =
|
||||
cloudSyncWaringHeadingText =
|
||||
cloudSyncWaringBodyText =
|
||||
cloudSyncErrorHeadingText =
|
||||
cloudSyncErrorBodyText =
|
||||
addBtnReturnErrorHeadingText =
|
||||
addBtnReturnErrorBodyText =
|
||||
addUpdateHeadingText = update
|
||||
addUpdateBodyText = Please select the update root directory.
|
||||
addDLCHeadingText = add a DLC to
|
||||
addDLCBodyText = Please select the DLC root directory.
|
||||
|
||||
playBtnPlay =
|
||||
playBtnUpdating =
|
||||
playBtnCopyingFiles =
|
||||
okayBtnText =
|
||||
cancelBtnText =
|
||||
licensesLblHeadingText = cemu_UI
|
||||
licensesLblBodyText = cemu_UI is licensed under the terms of GNU GPL 3.\n\nJFoenix, Apache License 2.0\nminimal-json, MIT License\nsqlite-jdbc, Apache License 2.0\nApache Commons IO, Apache License 2.0\nApache Commons Logging, Apache License 2.0\nApache Commons Codec, Apache License 2.0\nApache Log4j 2, Apache License 2.0\n
|
||||
|
||||
aboutBtnHeadingText = cemu_UI
|
||||
aboutBtnBodyText = This Application is made with free Software\nand licensed under the terms of GNU GPL 3.\n\nwww.kellerkinder.xyz
|
||||
|
||||
cloudSyncWaringHeadingText = activate cloud savegame sync (beta)
|
||||
cloudSyncWaringBodyText = WARNING this is a completly WIP cloud save integration,\nit's NOT recomended to use this!!\n\nUse it on your own risk and backup everthing before!
|
||||
|
||||
cloudSyncErrorHeadingText = Error while initializing cloud sync!
|
||||
cloudSyncErrorBodyText = There was some truble adding your game.\nPlease upload the app.log (which can be found in the cemu_UI directory)\nto \"https://github.com/Seil0/cemu_UI/issues\" so we can fix this.
|
||||
|
||||
addGameBtnHeadingText = add a new game to cemu_UI
|
||||
addGameBtnBodyText =
|
||||
addBtnReturnErrorHeadingText = Error while adding a new Game!
|
||||
addBtnReturnErrorBodyText = There was some truble adding your game.\nOne of the needed values was empty, please try again to add your game.
|
||||
lastPlayed = Last played,
|
||||
today = today
|
||||
yesterday = yesterday
|
||||
|
||||
# button strings
|
||||
playBtnPlay = play
|
||||
playBtnUpdating = updating...
|
||||
playBtnCopyingFiles = copying files...
|
||||
smmdbDownloadBtnLoading = loading
|
||||
smmdbDownloadBtnDownload = Download
|
||||
okayBtnText = okay
|
||||
cancelBtnText = cancel
|
||||
updateBtnCheckNow = check now!
|
||||
updateBtnChecking = checking for updates ...
|
||||
updateBtnNoUpdateAvailable = no update available
|
||||
updateBtnUpdateAvailable = update available
|
||||
|
||||
#EditGameDialog
|
||||
gameTitle = game title
|
||||
titleID = title ID
|
||||
romPath = ROM path
|
||||
coverPath = cover path
|
||||
editGameDialogHeadingTextError = Error while adding a new Game!
|
||||
editGameDialogBodyTextError = There was some truble adding your game.\nOne of the needed values was empty, please try again to add your game.
|
||||
editGameDialogSelectPathBtn = select .rpx file
|
||||
editGameDialogSelectCoverBtn = select cover file
|
||||
|
Reference in New Issue
Block a user