From af9e3401e6b2c111da172da1671090f6cb33137f Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 19 Jun 2017 10:18:55 -0400 Subject: store languages in appdata --- ShiftOS.WinForms/Resources/strings_en.txt | 5 ++++- ShiftOS.WinForms/Resources/strings_fr.txt | 9 +++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 ShiftOS.WinForms/Resources/strings_fr.txt (limited to 'ShiftOS.WinForms/Resources') 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 -- cgit v1.2.3