diff options
Diffstat (limited to 'ShiftOS.WinForms/Resources')
| -rw-r--r-- | ShiftOS.WinForms/Resources/strings_en.txt | 5 | ||||
| -rw-r--r-- | ShiftOS.WinForms/Resources/strings_fr.txt | 9 |
2 files changed, 13 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Resources/strings_en.txt b/ShiftOS.WinForms/Resources/strings_en.txt index 55402ab..2d13fb6 100644 --- a/ShiftOS.WinForms/Resources/strings_en.txt +++ b/ShiftOS.WinForms/Resources/strings_en.txt @@ -140,7 +140,8 @@ "{TITLE_SHIFTSWEEPER}": "ShiftSweeper", "{TITLE_TERMINAL}": "Terminal", "{TITLE_TEXTPAD}": "TextPad", - + "{TITLE_RESTARTREQUIRED}": "Restart required.", + //App Launcher categories "{AL_PROGRAMMING}": "Programming", @@ -160,6 +161,7 @@ "{PROMPT_ENTERSYSNAME}": "Please enter a system name for your computer.", "{PROMPT_INVALIDNAME}": "The name you entered cannot be blank. Please enter another name.", "{PROMPT_SMALLSYSNAME}": "Your system name must have at least 5 characters in it.", + "{PROMPT_RESTARTREQUIRED}": "For the changes you made to take effect, a restart of ShiftOS is required.", //Pong "{PONG_LEVELREACHED}": "You've reached level %level!", @@ -188,6 +190,7 @@ //Main menu - Settings "{MAINMENU_DSADDRESS}": "Digital Society address: ", "{MAINMENU_DSPORT": "Digital Society port: ", + "{MAINMENU_LANGUAGE}": "Language:", //Main Menu - General text "{MAINMENU_TITLE}": "Main menu", diff --git a/ShiftOS.WinForms/Resources/strings_fr.txt b/ShiftOS.WinForms/Resources/strings_fr.txt new file mode 100644 index 0000000..666277a --- /dev/null +++ b/ShiftOS.WinForms/Resources/strings_fr.txt @@ -0,0 +1,9 @@ +/* + * French translation + * + * Made by Michael VanOverbeek with his grade 9 french skills because why not. + * + */ + +{ +}
\ No newline at end of file |
