From 6efd7f8f3e4a9de578646c77c7527c54b3c8e557 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Wed, 3 Sep 2014 19:16:37 -0400 Subject: FS#8647: Amaze - 3D maze game plugin - update to build against latest Git - cleanup (whitespace, indentation) - fixed old PLA handling - update indentation/curly brace style - improve load/save mechanism - enable marking ground with "select" button - add compass view - improve display on 1-bit-targets (floor pattern) - graphics update: add 3x3 and 5x5 tiles, rework 7x7 and 9x9 tiles, load tiles dependant of screen size - fix: on some targets (Fuze+) division by 0 could occur. Fix by calculating the exact view depth on all targets. - fix: duplicate error checks when saving prefs - Fully translate it - Add a simple manual entry (including screenshots for some platforms) Change-Id: Ic84d98650c1152ab0ad268b51bd060f714ace288 --- apps/lang/english.lang | 224 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 224 insertions(+) (limited to 'apps/lang') diff --git a/apps/lang/english.lang b/apps/lang/english.lang index b060c8230e..3a1f52c9b1 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -16711,3 +16711,227 @@ *: "Default Browser" + + id: LANG_AMAZE_MENU + desc: Amaze game + user: core + + *: "Amaze Main Menu" + + + *: "Amaze Main Menu" + + + *: "Amaze Main Menu" + + + + id: LANG_SET_MAZE_SIZE + desc: Maze size in Amaze game + user: core + + *: "Set Maze Size" + + + *: "Set Maze Size" + + + *: "Set Maze Size" + + + + id: LANG_VIEW_MAP + desc: Map in Amaze game + user: core + + *: "View Map" + + + *: "View Map" + + + *: "View Map" + + + + id: LANG_SHOW_COMPASS + desc: Compass in Amaze game + user: core + + *: "Show Compass" + + + *: "Show Compass" + + + *: "Show Compass" + + + + id: LANG_SHOW_MAP + desc: Map in Amaze game + user: core + + *: "Show Map" + + + *: "Show Map" + + + *: "Show Map" + + + + id: LANG_REMEMBER_PATH + desc: Map in Amaze game + user: core + + *: "Remember Path" + + + *: "Remember Path" + + + *: "Remember Path" + + + + id: LANG_USE_LARGE_TILES + desc: Map in Amaze game + user: core + + *: "Use Large Tiles" + + + *: "Use Large Tiles" + + + *: "Use Large Tiles" + + + + id: LANG_SHOW_SOLUTION + desc: Map in Amaze game + user: core + + *: "Show Solution" + + + *: "Show Solution" + + + *: "Show Solution" + + + + id: LANG_QUIT_WITHOUT_SAVING + desc: + user: core + + *: "Quit without saving" + + + *: "Quit without saving" + + + *: "Quit without saving" + + + + id: LANG_GENERATING_MAZE + desc: Amaze game + user: core + + *: "Generating maze..." + + + *: "Generating maze..." + + + *: "Generating maze..." + + + + id: LANG_YOU_WIN + desc: Success in game + user: core + + *: "You win!" + + + *: "You win!" + + + *: "You win!" + + + + id: LANG_YOU_CHEATED + desc: Cheated in game + user: core + + *: "You cheated!" + + + *: "You cheated!" + + + *: "You cheated!" + + + + id: LANG_DIFFICULTY_EASY + desc: Game difficulty + user: core + + *: "Easy" + + + *: "Easy" + + + *: "Easy" + + + + id: LANG_DIFFICULTY_MEDIUM + desc: Game difficulty + user: core + + *: "Medium" + + + *: "Medium" + + + *: "Medium" + + + + id: LANG_DIFFICULTY_HARD + desc: Game difficulty + user: core + + *: "Hard" + + + *: "Hard" + + + *: "Hard" + + + + id: LANG_DIFFICULTY_EXPERT + desc: Game difficulty + user: core + + *: "Expert" + + + *: "Expert" + + + *: "Expert" + + -- cgit v1.2.3