privacy-friendly-sudoku-fork/app/src/main/res/values/strings.xml

113 lines
5.4 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<resources>
<string name="app_name">Sudoku</string>
<string name="title_activity_game_view">Sudoku</string>
<string name="cancel">Cancel</string>
<!-- ###MAIN MENU### -->
<string name="new_game">New Game</string>
<string name="menu_main">Main Menu</string>
<string name="menu_settings">Settings</string>
<string name="menu_highscore">Highscore</string>
<string name="menu_group">Group</string>
<string name="menu_help">Help</string>
<string name="menu_about">About</string>
<string name="menu_reset">Reset Board</string>
<string name="menu_continue_game">Continue Game</string>
<string name="description">a privacy friendly logic puzzle</string>
<string name="navigation_drawer_open">Open navigation drawer</string>
<string name="navigation_drawer_close">Close navigation drawer</string>
<string name="title_activity_load_game">Load Game</string>
<string name="generating">Generating new level in the background...</string>
<!-- ###SETTINGS### -->
<string name="title_activity_settings">Settings</string>
<string name="action_settings">Settings</string>
<!-- #Highlight -->
<string name="pref_header_highlight">Highlighting</string>
<string name="pref_group_highlight_selection">Selection highlight</string>
<string name="pref_highlight_rows">Connected rows</string>
<string name="pref_highlight_cols">Connected columns</string>
<string name="pref_highlight_secs">Connected sections</string>
<string name="pref_group_highlight_value">Value highlight</string>
<string name="pref_highlight_vals">Same values</string>
<string name="pref_highlight_notes">Notes</string>
<!-- #Game -->
<string name="pref_header_game">Game</string>
<string name="pref_group_game">Game settings</string>
<string name="pref_symbols">Symbols</string>
<array name="pref_symbols_list_titles">
<item>Default 1,2,3,..</item>
<item>Roman I,II,III,..</item>
<item>Fancy ♪,♫,☼,..</item>
<item>Chinese 一,二,三,..</item>
<item>Greek α,β,γ,..</item>
<item>Indian १,२,३,..</item>
</array>
<array name="pref_symbols_list_values">
<item>Default</item>
<item>Roman</item>
<item>Fancy</item>
<item>Chinese</item>
<item>Greek</item>
<item>Indian</item>
</array>
<string name="pref_automatic_note_deletion">Note deletion</string>
<string name="pref_automatic_note_deletion_summary">Automatically remove notes when setting values on connected cells</string>
<!-- ###ABOUT### -->
<string name="app_name_long">Privacy friendly Sudoku</string>
<string name="version_number">v0.9</string>
<string name="about_author">Author:</string>
<string name="about_author_names">Christopher Beckmann, Timm Lippert</string>
<string name="about_affiliation">In affiliation with:</string>
<string name="privacy_friendly">This application belongs to the Privacy Friendly Apps.</string>
<string name="qqwing">This application uses a modified version of QQWing v1.3.4</string>
<string name="more_info">More information can be found on:</string>
<string name="url"><a href="https://www.secuso.informatik.tu-darmstadt.de/en/research/results/">https://www.secuso.org</a></string>
<string name="about_qqwing">This App uses QQWing.</string>
<string name="about_qqwingLink"><a href="http://qqwing.com/download.html">http://qqwing.com/</a></string>
<!-- ###GameDifficulty### -->
<string name="difficulty_easy">Easy</string>
<string name="difficulty_moderate">Moderate</string>
<string name="difficulty_hard">Hard</string>
<!--###GameActivity -->
<string name="Sudoku">Sudoku</string>
<string name="gametype_default_9x9">Standart Sudoku 9x9</string>
<string name="gametype_default_6x6">Standart Sudoku 6x6</string>
<string name="gametype_unspecified">Unspec</string>
<string name="gametype_default_12x12">Standart Sudoku 12x12</string>
<string name="gametype_x_9x9">X Sudoku 9x9</string>
<string name="gametype_hyper_9x9">Hyper Sudoku 9x9</string>
<string name="title_activity_stats_game">Statistics</string>
<string name="hint_usage">Select a valid field and then press the hint button to reveal the solution.</string>
<string name="hint_confirmation">Are you sure you want to use this hint? When using hints, you will not be able to achieve a personal best time.</string>
<string name="hint_confirmation_confirm">Use</string>
<string name="reset_confirmation">Are you sure you want to reset the game board?</string>
<string name="reset_confirmation_confirm">Reset</string>
<!-- ### Continue Game ### -->
<string name="loadgame_delete_confirmation">Are you sure you want to delete this save?</string>
<string name="loadgame_delete_confirm">Delete</string>
<string name="title_activity_stats">StatsActivity</string>
<!-- ### Stats ###-->
<string name="stats_name">Statistics</string>
<string name="number_of_hints">Number of hints used:</string>
<string name="number_of_games">Number of games played:</string>
<string name="total_of_time">Total time played:</string>
<string name="average_time">Average time:</string>
<string name="min_time">Minimum time:</string>
<string name="reset_stats">Reset All</string>
<!--### Win Strings -->
<string name="win_text">Congratulations, you have solved the puzzle!</string>
<string name="win_button_text">OK!</string>
</resources>