DroidFish: Moved preferences strings to strings.xml.

This commit is contained in:
Peter Osterlund 2011-12-17 11:14:14 +00:00
parent 6bffcb57b0
commit 5c09f71347
4 changed files with 328 additions and 485 deletions

View File

@ -334,6 +334,7 @@ oder dass Sie das Programm beenden, wenn Sie es nicht aktiv nutzen.\
<string name="comment_move">Zug:</string>
<string name="comment_after">Nach:</string>
<string name="delete_file">Datei löschen</string>
<string name="option_new_game">Neue Partie</string>
<string name="option_file">Datei</string>
<string name="option_resign_game">Partie aufgeben</string>
@ -345,4 +346,113 @@ oder dass Sie das Programm beenden, wenn Sie es nicht aktiv nutzen.\
<string name="option_select_book">Eröffnungsbuch auswählen</string>
<string name="option_color_theme">Farbschema auswählen</string>
<string name="option_about">Information/Hilfe</string>
<string name="prefs_playing_options">Spieloptionen</string>
<string name="prefs_boardFlipped_title">Ansicht drehen</string>
<string name="prefs_boardFlipped_summary">Brett aus der Perspektive von Schwarz darstellen</string>
<string name="prefs_autoSwapSides_title">Automatischer Seitenwechsel</string>
<string name="prefs_autoSwapSides_summary">Seiten beim Start einer neuen Partie automatisch wechseln (Einstellung Ansicht drehen ignorieren)</string>
<string name="prefs_engine_settings">Engine-Einstellungen</string>
<string name="prefs_engine_title">Schach-Engine</string>
<string name="prefs_engine_summary">Auswahl der Schach-Engine</string>
<string name="prefs_strength_title">Spielstärke</string>
<string name="prefs_ponderMode_title">Vorausberechnung</string>
<string name="prefs_ponderMode_summary">Vorausberechnung von Zügen durch die Engine beim Warten auf einen Zug des Spielers</string>
<string name="prefs_threads_title">Parallelberechnung</string>
<string name="prefs_threads_summary">Zahl der zu nutzenden Engine-Ausführungen (Prozessorkerne)</string>
<string name="prefs_time_control">Zeitvorgabe</string>
<string name="prefs_movesPerSession_title">Züge</string>
<string name="prefs_movesPerSession_summary">Zahl der Züge innerhalb der Zeitvorgabe</string>
<string name="prefs_timeControl_title">Zeit</string>
<string name="prefs_timeControl_summary">Zeitspanne für die Vorgabe</string>
<string name="prefs_timeIncrement_title">Erhöhung</string>
<string name="prefs_timeIncrement_summary">Zusätzliche Zeit pro vollständigem Zug</string>
<string name="prefs_hints">Hinweise</string>
<string name="prefs_showThinking_title">Berechnungen anzeigen</string>
<string name="prefs_showThinking_summary">Computeralgorithmus-Informationen während der Zugsuche anzeigen</string>
<string name="prefs_whiteBasedScores_title">Weiß-bezogene Werte</string>
<string name="prefs_whiteBasedScores_summary">Positive Analyse-Werte entsprechen guten Varianten für Weiß</string>
<string name="prefs_bookHints_title">Eröffnungsbuch-Hinweise</string>
<string name="prefs_bookHints_summary">Hinweise aus dem Eröffnungsbuch für den Spieler anzeigen</string>
<string name="prefs_thinkingArrows_title">Pfeile nutzen</string>
<string name="prefs_thinkingArrows_summary">Pfeile zur Anzeige von Zügen auf dem Brett nutzen</string>
<string name="prefs_user_interface">Benutzeroberfläche</string>
<string name="prefs_animateMoves_title">Zuganimation</string>
<string name="prefs_animateMoves_summary">Bewegung der Figuren animieren</string>
<string name="prefs_oneTouchMoves_title">Einzelberührung</string>
<string name="prefs_oneTouchMoves_summary">Bei Berührung eines Feldes, von dem genau ein Zug möglich ist, diesen Zug sofort ausführen</string>
<string name="prefs_soundEnabled_title">Töne</string>
<string name="prefs_soundEnabled_summary">Ton bei Computer-Zug ausgeben</string>
<string name="prefs_fullScreenMode_title">Vollbildanzeige</string>
<string name="prefs_fullScreenMode_summary">Vollbildanzeige mit verdeckter Statuszeile aktivieren</string>
<string name="prefs_wakeLock_title">Bildschirmabschaltung deaktivieren</string>
<string name="prefs_drawSquareLabels_title">Feldbeschriftung</string>
<string name="prefs_drawSquareLabels_summary">Feldbeschriftung (a-h und 1-8) anzeigen</string>
<string name="prefs_scrollSensitivity_title">Wischgeschwindigkeit</string>
<string name="prefs_scrollSensitivity_summary">Wischgeschwindigkeit für Partie-Navigation einstellen</string>
<string name="prefs_invertScrollDirection_title">Wischrichtung</string>
<string name="prefs_invertScrollDirection_summary">Wischrichtung für Partie-Navigation umkehren</string>
<string name="prefs_fontSize_title">Schriftgröße</string>
<string name="prefs_fontSize_summary">Schriftgröße für Zugliste und Partie-Informationen einstellen</string>
<string name="prefs_largeButtons_title">Große Schaltflächen</string>
<string name="prefs_largeButtons_summary">Große Schaltflächen für Partie-Navigation und Spielmodus-Einstellung verwenden</string>
<string name="prefs_colors_title">Farbeinstellungen</string>
<string name="prefs_colors_summary">Einzelne Farben ändern</string>
<string name="prefs_chess_board">Spielfeld</string>
<string name="prefs_color_brightSquare_title">Helle Felder</string>
<string name="prefs_color_darkSquare_title">Dunkle Felder</string>
<string name="prefs_color_selectedSquare_title">Ausgewähltes Feld</string>
<string name="prefs_color_cursorSquare_title">Trackball-Cursor</string>
<string name="prefs_color_brightPiece_title">Weiße Figuren</string>
<string name="prefs_color_darkPiece_title">Schwarze Figuren</string>
<string name="prefs_color_arrow0_title">Pfeil 1</string>
<string name="prefs_color_arrow1_title">Pfeil 2</string>
<string name="prefs_color_arrow2_title">Pfeil 3</string>
<string name="prefs_color_arrow3_title">Pfeil 4</string>
<string name="prefs_color_arrow4_title">Pfeil 5</string>
<string name="prefs_color_arrow5_title">Pfeil 6</string>
<string name="prefs_color_squareLabel_title">Feldbeschriftung</string>
<string name="prefs_move_list">Zugliste</string>
<string name="prefs_color_currentMove_title">Aktueller Zug</string>
<string name="prefs_other">Sonstige Optionen</string>
<string name="prefs_bookSettings_title">Eröffnungsbuch</string>
<string name="prefs_bookSettings_summary">Einstellungen für die Verwendung von Eröffnungsbüchern</string>
<string name="prefs_bookMaxLength_title">Buchtiefe</string>
<string name="prefs_bookMaxLength_summary">Maximale Buchtiefe festlegen</string>
<string name="prefs_bookPreferMainLines_title">Hauptlinien</string>
<string name="prefs_bookPreferMainLines_summary">Als Hauptzüge markierte Buchzüge bevorzugen</string>
<string name="prefs_bookTournamentMode_title">Turniermodus</string>
<string name="prefs_bookTournamentMode_summary">Züge ignorieren, die nicht für Turnier-Spiele gekennzeichnet sind</string>
<string name="prefs_bookRandom_title">Buchrandomisierung</string>
<string name="prefs_bookFile_title">Buch-Dateiname</string>
<string name="prefs_bookFile_summary">Polyglot- oder CTG-Datei im DroidFish-Verzeichnis auf der SD-Karte</string>
<string name="prefs_pgnSettings_title">PGN-Einstellungen</string>
<string name="prefs_pgnSettings_summary">Einstellungen für den Import und den Export von PGN-Daten</string>
<string name="prefs_pgn_viewer">PGN-Anzeige</string>
<string name="prefs_viewVariations_title">Variationen</string>
<string name="prefs_viewVariations_summary">Nicht-Hauptlinienzüge anzeigen</string>
<string name="prefs_viewComments_title">Kommentare</string>
<string name="prefs_viewComments_summary">Benutzerkommentare anzeigen</string>
<string name="prefs_viewNAG_title">Annotationen</string>
<string name="prefs_viewNAG_summary">Numeric Annotation Glyphs (NAGs) anzeigen</string>
<string name="prefs_viewHeaders_title">Partie-Informationen</string>
<string name="prefs_viewHeaders_summary">Partie-Informationen anzeigen</string>
<string name="prefs_pgn_import">PGN-Import</string>
<string name="prefs_importVariations_title">Variationen</string>
<string name="prefs_importVariations_summary">Nicht-Hauptlinienzüge importieren</string>
<string name="prefs_importComments_title">Kommentare</string>
<string name="prefs_importComments_summary">Benutzerkommentare importieren</string>
<string name="prefs_importNAG_title">Annotationen</string>
<string name="prefs_importNAG_summary">Numeric Annotation Glyphs (NAGs) importieren</string>
<string name="prefs_pgn_export">PGN-Export</string>
<string name="prefs_exportVariations_title">Variationen</string>
<string name="prefs_exportVariations_summary">Nicht-Hauptlinienzüge exportieren</string>
<string name="prefs_exportComments_title">Kommentare</string>
<string name="prefs_exportComments_summary">Benutzerkommentare exportieren</string>
<string name="prefs_exportNAG_title">Annotationen</string>
<string name="prefs_exportNAG_summary">Numeric Annotation Glyphs (NAGs) exportieren</string>
<string name="prefs_exportPlayerAction_title">Spieler-Aktionen</string>
<string name="prefs_exportPlayerAction_summary">Spieler-Aktionen wie Remisangebote und Partie-Aufgabe exportieren</string>
<string name="prefs_exportTime_title">Zeit</string>
<string name="prefs_exportTime_summary">Zeit-Informationen für jeden Zug exportieren</string>
</resources>

View File

@ -369,6 +369,7 @@ you are not actively using the program.\
<string name="delete_file">Delete file</string>
<string name="delete_file_question">Delete file?</string>
<string name="delete_named_file">Delete file %s?</string>
<string name="option_new_game">New Game</string>
<string name="option_file">File</string>
<string name="option_resign_game">Resign game</string>
@ -380,4 +381,113 @@ you are not actively using the program.\
<string name="option_select_book">Select Opening Book</string>
<string name="option_color_theme">Set Color Theme</string>
<string name="option_about">About / Help</string>
<string name="prefs_playing_options">Playing Options</string>
<string name="prefs_boardFlipped_title">Flip Board</string>
<string name="prefs_boardFlipped_summary">View board from black side</string>
<string name="prefs_autoSwapSides_title">Auto Swap Sides</string>
<string name="prefs_autoSwapSides_summary">Automatically swap sides when new game started. Also overrides Flip Board setting</string>
<string name="prefs_engine_settings">Engine Settings</string>
<string name="prefs_engine_title">Engine</string>
<string name="prefs_engine_summary">Chess Engine</string>
<string name="prefs_strength_title">Strength</string>
<string name="prefs_ponderMode_title">Pondering</string>
<string name="prefs_ponderMode_summary">Let engine think while waiting for opponent\'s move</string>
<string name="prefs_threads_title">Threads</string>
<string name="prefs_threads_summary">Number of engine threads (CPU cores) to use</string>
<string name="prefs_time_control">Time Control</string>
<string name="prefs_movesPerSession_title">Moves</string>
<string name="prefs_movesPerSession_summary">Number of moves between time controls</string>
<string name="prefs_timeControl_title">Time</string>
<string name="prefs_timeControl_summary">Maximum thinking time between time controls</string>
<string name="prefs_timeIncrement_title">Increment</string>
<string name="prefs_timeIncrement_summary">Extra thinking time for each completed move</string>
<string name="prefs_hints">Hints</string>
<string name="prefs_showThinking_title">Show Computer Thinking</string>
<string name="prefs_showThinking_summary">Display computer algorithm information during search</string>
<string name="prefs_whiteBasedScores_title">White-based scores</string>
<string name="prefs_whiteBasedScores_summary">Positive analysis scores are good for white</string>
<string name="prefs_bookHints_title">Show Book Hints</string>
<string name="prefs_bookHints_summary">Display opening book move hints for human player</string>
<string name="prefs_thinkingArrows_title">Use Arrows</string>
<string name="prefs_thinkingArrows_summary">Use arrows to display moves on chess board</string>
<string name="prefs_user_interface">User Interface</string>
<string name="prefs_animateMoves_title">Animate Moves</string>
<string name="prefs_animateMoves_summary">Animate piece movements</string>
<string name="prefs_oneTouchMoves_title">One Touch Moves</string>
<string name="prefs_oneTouchMoves_summary">Touching a square that corresponds to one unique move makes that move immediately</string>
<string name="prefs_soundEnabled_title">Enable Sounds</string>
<string name="prefs_soundEnabled_summary">Play sound when computer makes a move</string>
<string name="prefs_fullScreenMode_title">Fullscreen Mode</string>
<string name="prefs_fullScreenMode_summary">Fullscreen mode hides the status bar</string>
<string name="prefs_wakeLock_title">Disable Screen Timeout</string>
<string name="prefs_drawSquareLabels_title">Square Labels</string>
<string name="prefs_drawSquareLabels_summary">Display square labels: a-h and 1-8</string>
<string name="prefs_scrollSensitivity_title">Scrolling Speed</string>
<string name="prefs_scrollSensitivity_summary">Scrolling speed for game navigation</string>
<string name="prefs_invertScrollDirection_title">Invert Scroll Direction</string>
<string name="prefs_invertScrollDirection_summary">Enable this if you think scrolling moves in the wrong direction</string>
<string name="prefs_fontSize_title">Text Size</string>
<string name="prefs_fontSize_summary">Font size for move list and game information</string>
<string name="prefs_largeButtons_title">Large Buttons</string>
<string name="prefs_largeButtons_summary">Use large buttons for game navigation and mode setting</string>
<string name="prefs_colors_title">Color Settings</string>
<string name="prefs_colors_summary">Change individual colors</string>
<string name="prefs_chess_board">Chess Board</string>
<string name="prefs_color_brightSquare_title">Bright Squares</string>
<string name="prefs_color_darkSquare_title">Dark Squares</string>
<string name="prefs_color_selectedSquare_title">Selected Square</string>
<string name="prefs_color_cursorSquare_title">Trackball Cursor</string>
<string name="prefs_color_brightPiece_title">White Pieces</string>
<string name="prefs_color_darkPiece_title">Black Pieces</string>
<string name="prefs_color_arrow0_title">Arrow 1</string>
<string name="prefs_color_arrow1_title">Arrow 2</string>
<string name="prefs_color_arrow2_title">Arrow 3</string>
<string name="prefs_color_arrow3_title">Arrow 4</string>
<string name="prefs_color_arrow4_title">Arrow 5</string>
<string name="prefs_color_arrow5_title">Arrow 6</string>
<string name="prefs_color_squareLabel_title">Square Labels</string>
<string name="prefs_move_list">Move List</string>
<string name="prefs_color_currentMove_title">Current Move</string>
<string name="prefs_other">Other</string>
<string name="prefs_bookSettings_title">Opening Book Settings</string>
<string name="prefs_bookSettings_summary">Settings for opening book usage</string>
<string name="prefs_bookMaxLength_title">Book Length</string>
<string name="prefs_bookMaxLength_summary">Maximum book line length</string>
<string name="prefs_bookPreferMainLines_title">Prefer main lines</string>
<string name="prefs_bookPreferMainLines_summary">Prefer book moves marked as main moves</string>
<string name="prefs_bookTournamentMode_title">Tournament mode</string>
<string name="prefs_bookTournamentMode_summary">Ignore moves marked as not for tournament play</string>
<string name="prefs_bookRandom_title">Book Randomization</string>
<string name="prefs_bookFile_title">Book Filename</string>
<string name="prefs_bookFile_summary">Polyglot or CTG book file in DroidFish directory on SD Card</string>
<string name="prefs_pgnSettings_title">PGN Settings</string>
<string name="prefs_pgnSettings_summary">Settings for import and export of portable game notation (PGN) data</string>
<string name="prefs_pgn_viewer">PGN viewer</string>
<string name="prefs_viewVariations_title">Variations</string>
<string name="prefs_viewVariations_summary">Include non-mainline moves</string>
<string name="prefs_viewComments_title">Comments</string>
<string name="prefs_viewComments_summary">Include user written comments</string>
<string name="prefs_viewNAG_title">Annotations</string>
<string name="prefs_viewNAG_summary">Include numeric annotation glyphs (NAGs), such as ! and ?</string>
<string name="prefs_viewHeaders_title">Headers</string>
<string name="prefs_viewHeaders_summary">Show PGN header lines</string>
<string name="prefs_pgn_import">PGN import</string>
<string name="prefs_importVariations_title">Variations</string>
<string name="prefs_importVariations_summary">Include non-mainline moves</string>
<string name="prefs_importComments_title">Comments</string>
<string name="prefs_importComments_summary">Include user written comments</string>
<string name="prefs_importNAG_title">Annotations</string>
<string name="prefs_importNAG_summary">Include numeric annotation glyphs (NAGs), such as ! and ?</string>
<string name="prefs_pgn_export">PGN export</string>
<string name="prefs_exportVariations_title">Variations</string>
<string name="prefs_exportVariations_summary">Include non-mainline moves</string>
<string name="prefs_exportComments_title">Comments</string>
<string name="prefs_exportComments_summary">Include user written comments</string>
<string name="prefs_exportNAG_title">Annotations</string>
<string name="prefs_exportNAG_summary">Include numeric annotation glyphs (NAGs), such as ! and ?</string>
<string name="prefs_exportPlayerAction_title">Player Actions</string>
<string name="prefs_exportPlayerAction_summary">Include information about draw and resign actions</string>
<string name="prefs_exportTime_title">Clock</string>
<string name="prefs_exportTime_summary">Include time information for each move</string>
</resources>

View File

@ -1,377 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory
android:title="Spieloptionen">
<CheckBoxPreference
android:key="boardFlipped"
android:title="Ansicht drehen"
android:summary="Brett aus der Perspektive von Schwarz darstellen"
android:defaultValue="false">
</CheckBoxPreference>
<CheckBoxPreference
android:key="autoSwapSides"
android:title="Automatischer Seitenwechsel"
android:summary="Seiten beim Start einer neuen Partie automatisch wechseln (Einstellung Ansicht drehen ignorieren)"
android:defaultValue="false">
</CheckBoxPreference>
</PreferenceCategory>
<PreferenceCategory
android:title="Engine-Einstellungen">
<ListPreference
android:key="engine"
android:title="Schach-Engine"
android:summary="Auswahl der Schach-Engine"
android:entryValues="@array/engine_values"
android:entries="@array/engine_texts"
android:defaultValue="stockfish">
</ListPreference>
<org.petero.droidfish.SeekBarPreference
android:key="strength"
android:defaultValue="1000"
android:title="Spielstärke">
</org.petero.droidfish.SeekBarPreference>
<CheckBoxPreference
android:key="ponderMode"
android:title="Vorausberechnung"
android:summary="Vorausberechnung von Zügen durch die Engine beim Warten auf einen Zug des Spielers"
android:defaultValue="false">
</CheckBoxPreference>
<ListPreference
android:key="threads"
android:title="Parallelberechnung"
android:summary="Zahl der zu nutzenden Engine-Ausführungen (Prozessorkerne)"
android:entryValues="@array/engine_threads_values"
android:entries="@array/engine_threads_texts"
android:defaultValue="0">
</ListPreference>
</PreferenceCategory>
<PreferenceCategory
android:title="Zeitvorgabe">
<ListPreference
android:key="movesPerSession"
android:title="Züge"
android:summary="Zahl der Züge innerhalb der Zeitvorgabe"
android:entryValues="@array/moves_per_session_values"
android:entries="@array/moves_per_session_texts"
android:defaultValue="60">
</ListPreference>
<ListPreference
android:key="timeControl"
android:title="Zeit"
android:summary="Zeitspanne für die Vorgabe"
android:entryValues="@array/time_control_values"
android:entries="@array/time_control_texts"
android:defaultValue="300000">
</ListPreference>
<ListPreference
android:key="timeIncrement"
android:title="Erhöhung"
android:summary="Zusätzliche Zeit pro vollständigem Zug"
android:entryValues="@array/time_increment_values"
android:entries="@array/time_increment_texts"
android:defaultValue="0">
</ListPreference>
</PreferenceCategory>
<PreferenceCategory
android:title="Hinweise">
<CheckBoxPreference
android:key="showThinking"
android:title="Berechnungen anzeigen"
android:summary="Computeralgorithmus-Informationen während der Zugsuche anzeigen"
android:defaultValue="false">
</CheckBoxPreference>
<CheckBoxPreference
android:key="whiteBasedScores"
android:title="Weiß-bezogene Werte"
android:summary="Positive Analyse-Werte entsprechen guten Varianten für Weiß"
android:defaultValue="false">
</CheckBoxPreference>
<CheckBoxPreference
android:key="bookHints"
android:title="Eröffnungsbuch-Hinweise"
android:summary="Hinweise aus dem Eröffnungsbuch für den Spieler anzeigen"
android:defaultValue="false">
</CheckBoxPreference>
<ListPreference
android:key="thinkingArrows"
android:title="Pfeile nutzen"
android:summary="Pfeile zur Anzeige von Zügen auf dem Brett nutzen"
android:entryValues="@array/thinking_arrows_values"
android:entries="@array/thinking_arrows_texts"
android:defaultValue="2">
</ListPreference>
</PreferenceCategory>
<PreferenceCategory
android:title="Benutzeroberfläche">
<CheckBoxPreference
android:key="animateMoves"
android:title="Zuganimation"
android:summary="Bewegung der Figuren animieren"
android:defaultValue="true">
</CheckBoxPreference>
<CheckBoxPreference
android:key="oneTouchMoves"
android:title="Einzelberührung"
android:summary="Bei Berührung eines Feldes, von dem genau ein Zug möglich ist, diesen Zug sofort ausführen"
android:defaultValue="false">
</CheckBoxPreference>
<CheckBoxPreference
android:key="soundEnabled"
android:title="Töne"
android:summary="Ton bei Computer-Zug ausgeben"
android:defaultValue="false">
</CheckBoxPreference>
<CheckBoxPreference
android:key="fullScreenMode"
android:title="Vollbildanzeige"
android:summary="Vollbildanzeige mit verdeckter Statuszeile aktivieren"
android:defaultValue="false">
</CheckBoxPreference>
<CheckBoxPreference
android:key="wakeLock"
android:title="Bildschirmabschaltung deaktivieren"
android:defaultValue="false">
</CheckBoxPreference>
<CheckBoxPreference
android:key="drawSquareLabels"
android:title="Feldbeschriftung"
android:summary="Feldbeschriftung (a-h und 1-8) anzeigen"
android:defaultValue="false">
</CheckBoxPreference>
<ListPreference
android:key="scrollSensitivity"
android:title="Wischgeschwindigkeit"
android:summary="Wischgeschwindigkeit für Partie-Navigation einstellen"
android:entryValues="@array/scroll_sensitivity_values"
android:entries="@array/scroll_sensitivity_texts"
android:defaultValue="2">
</ListPreference>
<CheckBoxPreference
android:key="invertScrollDirection"
android:title="Wischrichtung"
android:summary="Wischrichtung für Partie-Navigation umkehren"
android:defaultValue="false">
</CheckBoxPreference>
<ListPreference
android:key="fontSize"
android:title="Schriftgröße"
android:summary="Schriftgröße für Zugliste und Partie-Informationen einstellen"
android:entryValues="@array/font_size_values"
android:entries="@array/font_size_texts"
android:defaultValue="12">
</ListPreference>
<CheckBoxPreference
android:key="largeButtons"
android:title="Große Schaltflächen"
android:summary="Große Schaltflächen für Partie-Navigation und Spielmodus-Einstellung verwenden"
android:defaultValue="false">
</CheckBoxPreference>
<PreferenceScreen
android:key="colors"
android:title="Farbeinstellungen"
android:summary="Einzelne Farben ändern">
<PreferenceCategory
android:title="Spielfeld">
<EditTextPreference
android:key="color_brightSquare"
android:title="Helle Felder"
android:defaultValue="#FFFFFFFA">
</EditTextPreference>
<EditTextPreference
android:key="color_darkSquare"
android:title="Dunkle Felder"
android:defaultValue="#FF83A5D2">
</EditTextPreference>
<EditTextPreference
android:key="color_selectedSquare"
android:title="Ausgewähltes Feld"
android:defaultValue="#FF3232D1">
</EditTextPreference>
<EditTextPreference
android:key="color_cursorSquare"
android:title="Trackball-Cursor"
android:defaultValue="#FF5F5FFD">
</EditTextPreference>
<EditTextPreference
android:key="color_brightPiece"
android:title="Weiße Figuren"
android:defaultValue="#FFF0F0F0">
</EditTextPreference>
<EditTextPreference
android:key="color_darkPiece"
android:title="Schwarze Figuren"
android:defaultValue="#FF282828">
</EditTextPreference>
<EditTextPreference
android:key="color_arrow0"
android:title="Pfeil 1"
android:defaultValue="#A01F1FFF">
</EditTextPreference>
<EditTextPreference
android:key="color_arrow1"
android:title="Pfeil 2"
android:defaultValue="#A01FFF1F">
</EditTextPreference>
<EditTextPreference
android:key="color_arrow2"
android:title="Pfeil 3"
android:defaultValue="#501F1FFF">
</EditTextPreference>
<EditTextPreference
android:key="color_arrow3"
android:title="Pfeil 4"
android:defaultValue="#501FFF1F">
</EditTextPreference>
<EditTextPreference
android:key="color_arrow4"
android:title="Pfeil 5"
android:defaultValue="#1E1F1FFF">
</EditTextPreference>
<EditTextPreference
android:key="color_arrow5"
android:title="Pfeil 6"
android:defaultValue="#281FFF1F">
</EditTextPreference>
<EditTextPreference
android:key="color_squareLabel"
android:title="Feldbeschriftung"
android:defaultValue="#FFFF0000">
</EditTextPreference>
</PreferenceCategory>
<PreferenceCategory
android:title="Zugliste">
<EditTextPreference
android:key="color_currentMove"
android:title="Aktueller Zug"
android:defaultValue="#FF3333FF">
</EditTextPreference>
</PreferenceCategory>
</PreferenceScreen>
</PreferenceCategory>
<PreferenceCategory
android:title="Sonstige Optionen">
<PreferenceScreen
android:key="bookSettings"
android:title="Eröffnungsbuch"
android:summary="Einstellungen für die Verwendung von Eröffnungsbüchern">
<ListPreference
android:key="bookMaxLength"
android:title="Buchtiefe"
android:summary="Maximale Buchtiefe festlegen"
android:entryValues="@array/book_line_length_values"
android:entries="@array/book_line_length_texts"
android:defaultValue="1000000">
</ListPreference>
<CheckBoxPreference
android:key="bookPreferMainLines"
android:title="Hauptlinien"
android:summary="Als Hauptzüge markierte Buchzüge bevorzugen"
android:defaultValue="false">
</CheckBoxPreference>
<CheckBoxPreference
android:key="bookTournamentMode"
android:title="Turniermodus"
android:summary="Züge ignorieren, die nicht für Turnier-Spiele gekennzeichnet sind"
android:defaultValue="false">
</CheckBoxPreference>
<org.petero.droidfish.SeekBarPreference
android:key="bookRandom"
android:defaultValue="500"
android:title="Buchrandomisierung">
</org.petero.droidfish.SeekBarPreference>
<EditTextPreference
android:key="bookFile"
android:title="Buch-Dateiname"
android:summary="Polyglot- oder CTG-Datei im DroidFish-Verzeichnis auf der SD-Karte"
android:defaultValue="">
</EditTextPreference>
</PreferenceScreen>
<PreferenceScreen
android:key="pgnSettings"
android:title="PGN-Einstellungen"
android:summary="Einstellungen für den Import und den Export von PGN-Daten">
<PreferenceCategory
android:title="PGN-Anzeige">
<CheckBoxPreference
android:key="viewVariations"
android:title="Variationen"
android:summary="Nicht-Hauptlinienzüge anzeigen"
android:defaultValue="true">
</CheckBoxPreference>
<CheckBoxPreference
android:key="viewComments"
android:title="Kommentare"
android:summary="Benutzerkommentare anzeigen"
android:defaultValue="true">
</CheckBoxPreference>
<CheckBoxPreference
android:key="viewNAG"
android:title="Annotationen"
android:summary="Numeric Annotation Glyphs (NAGs) anzeigen"
android:defaultValue="true">
</CheckBoxPreference>
<CheckBoxPreference
android:key="viewHeaders"
android:title="Partie-Informationen"
android:summary="Partie-Informationen anzeigen"
android:defaultValue="false">
</CheckBoxPreference>
</PreferenceCategory>
<PreferenceCategory
android:title="PGN-Import">
<CheckBoxPreference
android:key="importVariations"
android:title="Variationen"
android:summary="Nicht-Hauptlinienzüge importieren"
android:defaultValue="true">
</CheckBoxPreference>
<CheckBoxPreference
android:key="importComments"
android:title="Kommentare"
android:summary="Benutzerkommentare importieren"
android:defaultValue="true">
</CheckBoxPreference>
<CheckBoxPreference
android:key="importNAG"
android:title="Annotationen"
android:summary="Numeric Annotation Glyphs (NAGs) importieren"
android:defaultValue="true">
</CheckBoxPreference>
</PreferenceCategory>
<PreferenceCategory
android:title="PGN-Export">
<CheckBoxPreference
android:key="exportVariations"
android:title="Variationen"
android:summary="Nicht-Hauptlinienzüge exportieren"
android:defaultValue="true">
</CheckBoxPreference>
<CheckBoxPreference
android:key="exportComments"
android:title="Kommentare"
android:summary="Benutzerkommentare exportieren"
android:defaultValue="true">
</CheckBoxPreference>
<CheckBoxPreference
android:key="exportNAG"
android:title="Annotationen"
android:summary="Numeric Annotation Glyphs (NAGs) exportieren"
android:defaultValue="true">
</CheckBoxPreference>
<CheckBoxPreference
android:key="exportPlayerAction"
android:title="Spieler-Aktionen"
android:summary="Spieler-Aktionen wie Remisangebote und Partie-Aufgabe exportieren"
android:defaultValue="false">
</CheckBoxPreference>
<CheckBoxPreference
android:key="exportTime"
android:title="Zeit"
android:summary="Zeit-Informationen für jeden Zug exportieren"
android:defaultValue="false">
</CheckBoxPreference>
</PreferenceCategory>
</PreferenceScreen>
</PreferenceCategory>
</PreferenceScreen>

View File

@ -2,26 +2,26 @@
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory
android:title="Playing Options">
android:title="@string/prefs_playing_options">
<CheckBoxPreference
android:key="boardFlipped"
android:title="Flip Board"
android:summary="View board from black side"
android:title="@string/prefs_boardFlipped_title"
android:summary="@string/prefs_boardFlipped_summary"
android:defaultValue="false">
</CheckBoxPreference>
<CheckBoxPreference
android:key="autoSwapSides"
android:title="Auto Swap Sides"
android:summary="Automatically swap sides when new game started. Also overrides Flip Board setting"
android:title="@string/prefs_autoSwapSides_title"
android:summary="@string/prefs_autoSwapSides_summary"
android:defaultValue="false">
</CheckBoxPreference>
</PreferenceCategory>
<PreferenceCategory
android:title="Engine Settings">
android:title="@string/prefs_engine_settings">
<ListPreference
android:key="engine"
android:title="Engine"
android:summary="Chess Engine"
android:title="@string/prefs_engine_title"
android:summary="@string/prefs_engine_summary"
android:entryValues="@array/engine_values"
android:entries="@array/engine_texts"
android:defaultValue="stockfish">
@ -29,346 +29,346 @@
<org.petero.droidfish.SeekBarPreference
android:key="strength"
android:defaultValue="1000"
android:title="Strength">
android:title="@string/prefs_strength_title">
</org.petero.droidfish.SeekBarPreference>
<CheckBoxPreference
android:key="ponderMode"
android:title="Pondering"
android:summary="Let engine think while waiting for opponent's move"
android:title="@string/prefs_ponderMode_title"
android:summary="@string/prefs_ponderMode_summary"
android:defaultValue="false">
</CheckBoxPreference>
<ListPreference
android:key="threads"
android:title="Threads"
android:summary="Number of engine threads (CPU cores) to use"
android:title="@string/prefs_threads_title"
android:summary="@string/prefs_threads_summary"
android:entryValues="@array/engine_threads_values"
android:entries="@array/engine_threads_texts"
android:defaultValue="0">
</ListPreference>
</PreferenceCategory>
<PreferenceCategory
android:title="Time Control">
android:title="@string/prefs_time_control">
<ListPreference
android:key="movesPerSession"
android:title="Moves"
android:summary="Number of moves between time controls"
android:title="@string/prefs_movesPerSession_title"
android:summary="@string/prefs_movesPerSession_summary"
android:entryValues="@array/moves_per_session_values"
android:entries="@array/moves_per_session_texts"
android:defaultValue="60">
</ListPreference>
<ListPreference
android:key="timeControl"
android:title="Time"
android:summary="Maximum thinking time between time controls"
android:title="@string/prefs_timeControl_title"
android:summary="@string/prefs_timeControl_summary"
android:entryValues="@array/time_control_values"
android:entries="@array/time_control_texts"
android:defaultValue="300000">
</ListPreference>
<ListPreference
android:key="timeIncrement"
android:title="Increment"
android:summary="Extra thinking time for each completed move"
android:title="@string/prefs_timeIncrement_title"
android:summary="@string/prefs_timeIncrement_summary"
android:entryValues="@array/time_increment_values"
android:entries="@array/time_increment_texts"
android:defaultValue="0">
</ListPreference>
</PreferenceCategory>
<PreferenceCategory
android:title="Hints">
android:title="@string/prefs_hints">
<CheckBoxPreference
android:key="showThinking"
android:title="Show Computer Thinking"
android:summary="Display computer algorithm information during search"
android:title="@string/prefs_showThinking_title"
android:summary="@string/prefs_showThinking_summary"
android:defaultValue="false">
</CheckBoxPreference>
<CheckBoxPreference
android:key="whiteBasedScores"
android:title="White-based scores"
android:summary="Positive analysis scores are good for white"
android:title="@string/prefs_whiteBasedScores_title"
android:summary="@string/prefs_whiteBasedScores_summary"
android:defaultValue="false">
</CheckBoxPreference>
<CheckBoxPreference
android:key="bookHints"
android:title="Show Book Hints"
android:summary="Display opening book move hints for human player"
android:title="@string/prefs_bookHints_title"
android:summary="@string/prefs_bookHints_summary"
android:defaultValue="false">
</CheckBoxPreference>
<ListPreference
android:key="thinkingArrows"
android:title="Use Arrows"
android:summary="Use arrows to display moves on chess board"
android:title="@string/prefs_thinkingArrows_title"
android:summary="@string/prefs_thinkingArrows_summary"
android:entryValues="@array/thinking_arrows_values"
android:entries="@array/thinking_arrows_texts"
android:defaultValue="2">
</ListPreference>
</PreferenceCategory>
<PreferenceCategory
android:title="User Interface">
android:title="@string/prefs_user_interface">
<CheckBoxPreference
android:key="animateMoves"
android:title="Animate Moves"
android:summary="Animate piece movements"
android:title="@string/prefs_animateMoves_title"
android:summary="@string/prefs_animateMoves_summary"
android:defaultValue="true">
</CheckBoxPreference>
<CheckBoxPreference
android:key="oneTouchMoves"
android:title="One Touch Moves"
android:summary="Touching a square that corresponds to one unique move makes that move immediately"
android:title="@string/prefs_oneTouchMoves_title"
android:summary="@string/prefs_oneTouchMoves_summary"
android:defaultValue="false">
</CheckBoxPreference>
<CheckBoxPreference
android:key="soundEnabled"
android:title="Enable Sounds"
android:summary="Play sound when computer makes a move"
android:title="@string/prefs_soundEnabled_title"
android:summary="@string/prefs_soundEnabled_summary"
android:defaultValue="false">
</CheckBoxPreference>
<CheckBoxPreference
android:key="fullScreenMode"
android:title="Fullscreen Mode"
android:summary="Fullscreen mode hides the status bar"
android:title="@string/prefs_fullScreenMode_title"
android:summary="@string/prefs_fullScreenMode_summary"
android:defaultValue="false">
</CheckBoxPreference>
<CheckBoxPreference
android:key="wakeLock"
android:title="Disable Screen Timeout"
android:title="@string/prefs_wakeLock_title"
android:defaultValue="false">
</CheckBoxPreference>
<CheckBoxPreference
android:key="drawSquareLabels"
android:title="Square Labels"
android:summary="Display square labels: a-h and 1-8"
android:title="@string/prefs_drawSquareLabels_title"
android:summary="@string/prefs_drawSquareLabels_summary"
android:defaultValue="false">
</CheckBoxPreference>
<ListPreference
android:key="scrollSensitivity"
android:title="Scrolling Speed"
android:summary="Scrolling speed for game navigation"
android:title="@string/prefs_scrollSensitivity_title"
android:summary="@string/prefs_scrollSensitivity_summary"
android:entryValues="@array/scroll_sensitivity_values"
android:entries="@array/scroll_sensitivity_texts"
android:defaultValue="2">
</ListPreference>
<CheckBoxPreference
android:key="invertScrollDirection"
android:title="Invert Scroll Direction"
android:summary="Enable this if you think scrolling moves in the wrong direction"
android:title="@string/prefs_invertScrollDirection_title"
android:summary="@string/prefs_invertScrollDirection_summary"
android:defaultValue="false">
</CheckBoxPreference>
<ListPreference
android:key="fontSize"
android:title="Text Size"
android:summary="Font size for move list and game information"
android:title="@string/prefs_fontSize_title"
android:summary="@string/prefs_fontSize_summary"
android:entryValues="@array/font_size_values"
android:entries="@array/font_size_texts"
android:defaultValue="12">
</ListPreference>
<CheckBoxPreference
android:key="largeButtons"
android:title="Large Buttons"
android:summary="Use large buttons for game navigation and mode setting"
android:title="@string/prefs_largeButtons_title"
android:summary="@string/prefs_largeButtons_summary"
android:defaultValue="false">
</CheckBoxPreference>
<PreferenceScreen
android:key="colors"
android:title="Color Settings"
android:summary="Change individual colors">
android:title="@string/prefs_colors_title"
android:summary="@string/prefs_colors_summary">
<PreferenceCategory
android:title="Chess Board">
android:title="@string/prefs_chess_board">
<EditTextPreference
android:key="color_brightSquare"
android:title="Bright Squares"
android:title="@string/prefs_color_brightSquare_title"
android:defaultValue="#FFFFFFFA">
</EditTextPreference>
<EditTextPreference
android:key="color_darkSquare"
android:title="Dark Squares"
android:title="@string/prefs_color_darkSquare_title"
android:defaultValue="#FF83A5D2">
</EditTextPreference>
<EditTextPreference
android:key="color_selectedSquare"
android:title="Selected Square"
android:title="@string/prefs_color_selectedSquare_title"
android:defaultValue="#FF3232D1">
</EditTextPreference>
<EditTextPreference
android:key="color_cursorSquare"
android:title="Trackball Cursor"
android:title="@string/prefs_color_cursorSquare_title"
android:defaultValue="#FF5F5FFD">
</EditTextPreference>
<EditTextPreference
android:key="color_brightPiece"
android:title="White Pieces"
android:title="@string/prefs_color_brightPiece_title"
android:defaultValue="#FFF0F0F0">
</EditTextPreference>
<EditTextPreference
android:key="color_darkPiece"
android:title="Black Pieces"
android:title="@string/prefs_color_darkPiece_title"
android:defaultValue="#FF282828">
</EditTextPreference>
<EditTextPreference
android:key="color_arrow0"
android:title="Arrow 1"
android:title="@string/prefs_color_arrow0_title"
android:defaultValue="#A01F1FFF">
</EditTextPreference>
<EditTextPreference
android:key="color_arrow1"
android:title="Arrow 2"
android:title="@string/prefs_color_arrow1_title"
android:defaultValue="#A01FFF1F">
</EditTextPreference>
<EditTextPreference
android:key="color_arrow2"
android:title="Arrow 3"
android:title="@string/prefs_color_arrow2_title"
android:defaultValue="#501F1FFF">
</EditTextPreference>
<EditTextPreference
android:key="color_arrow3"
android:title="Arrow 4"
android:title="@string/prefs_color_arrow3_title"
android:defaultValue="#501FFF1F">
</EditTextPreference>
<EditTextPreference
android:key="color_arrow4"
android:title="Arrow 5"
android:title="@string/prefs_color_arrow4_title"
android:defaultValue="#1E1F1FFF">
</EditTextPreference>
<EditTextPreference
android:key="color_arrow5"
android:title="Arrow 6"
android:title="@string/prefs_color_arrow5_title"
android:defaultValue="#281FFF1F">
</EditTextPreference>
<EditTextPreference
android:key="color_squareLabel"
android:title="Square Labels"
android:title="@string/prefs_color_squareLabel_title"
android:defaultValue="#FFFF0000">
</EditTextPreference>
</PreferenceCategory>
<PreferenceCategory
android:title="Move List">
android:title="@string/prefs_move_list">
<EditTextPreference
android:key="color_currentMove"
android:title="Current Move"
android:title="@string/prefs_color_currentMove_title"
android:defaultValue="#FF3333FF">
</EditTextPreference>
</PreferenceCategory>
</PreferenceScreen>
</PreferenceCategory>
<PreferenceCategory
android:title="Other">
android:title="@string/prefs_other">
<PreferenceScreen
android:key="bookSettings"
android:title="Opening Book Settings"
android:summary="Settings for opening book usage">
android:title="@string/prefs_bookSettings_title"
android:summary="@string/prefs_bookSettings_summary">
<ListPreference
android:key="bookMaxLength"
android:title="Book Length"
android:summary="Maximum book line length"
android:title="@string/prefs_bookMaxLength_title"
android:summary="@string/prefs_bookMaxLength_summary"
android:entryValues="@array/book_line_length_values"
android:entries="@array/book_line_length_texts"
android:defaultValue="1000000">
</ListPreference>
<CheckBoxPreference
android:key="bookPreferMainLines"
android:title="Prefer main lines"
android:summary="Prefer book moves marked as main moves"
android:title="@string/prefs_bookPreferMainLines_title"
android:summary="@string/prefs_bookPreferMainLines_summary"
android:defaultValue="false">
</CheckBoxPreference>
<CheckBoxPreference
android:key="bookTournamentMode"
android:title="Tournament mode"
android:summary="Ignore moves marked as not for tournament play"
android:title="@string/prefs_bookTournamentMode_title"
android:summary="@string/prefs_bookTournamentMode_summary"
android:defaultValue="false">
</CheckBoxPreference>
<org.petero.droidfish.SeekBarPreference
android:key="bookRandom"
android:defaultValue="500"
android:title="Book Randomization">
android:title="@string/prefs_bookRandom_title">
</org.petero.droidfish.SeekBarPreference>
<EditTextPreference
android:key="bookFile"
android:title="Book Filename"
android:summary="Polyglot or CTG book file in DroidFish directory on SD Card"
android:title="@string/prefs_bookFile_title"
android:summary="@string/prefs_bookFile_summary"
android:defaultValue="">
</EditTextPreference>
</PreferenceScreen>
<PreferenceScreen
android:key="pgnSettings"
android:title="PGN Settings"
android:summary="Settings for import and export of portable game notation (PGN) data">
android:title="@string/prefs_pgnSettings_title"
android:summary="@string/prefs_pgnSettings_summary">
<PreferenceCategory
android:title="PGN viewer">
android:title="@string/prefs_pgn_viewer">
<CheckBoxPreference
android:key="viewVariations"
android:title="Variations"
android:summary="Include non-mainline moves"
android:title="@string/prefs_viewVariations_title"
android:summary="@string/prefs_viewVariations_summary"
android:defaultValue="true">
</CheckBoxPreference>
<CheckBoxPreference
android:key="viewComments"
android:title="Comments"
android:summary="Include user written comments"
android:title="@string/prefs_viewComments_title"
android:summary="@string/prefs_viewComments_summary"
android:defaultValue="true">
</CheckBoxPreference>
<CheckBoxPreference
android:key="viewNAG"
android:title="Annotations"
android:summary="Include numeric annotation glyphs (NAGs), such as ! and ?"
android:title="@string/prefs_viewNAG_title"
android:summary="@string/prefs_viewNAG_summary"
android:defaultValue="true">
</CheckBoxPreference>
<CheckBoxPreference
android:key="viewHeaders"
android:title="Headers"
android:summary="Show PGN header lines"
android:title="@string/prefs_viewHeaders_title"
android:summary="@string/prefs_viewHeaders_summary"
android:defaultValue="false">
</CheckBoxPreference>
</PreferenceCategory>
<PreferenceCategory
android:title="PGN import">
android:title="@string/prefs_pgn_import">
<CheckBoxPreference
android:key="importVariations"
android:title="Variations"
android:summary="Include non-mainline moves"
android:title="@string/prefs_importVariations_title"
android:summary="@string/prefs_importVariations_summary"
android:defaultValue="true">
</CheckBoxPreference>
<CheckBoxPreference
android:key="importComments"
android:title="Comments"
android:summary="Include user written comments"
android:title="@string/prefs_importComments_title"
android:summary="@string/prefs_importComments_summary"
android:defaultValue="true">
</CheckBoxPreference>
<CheckBoxPreference
android:key="importNAG"
android:title="Annotations"
android:summary="Include numeric annotation glyphs (NAGs), such as ! and ?"
android:title="@string/prefs_importNAG_title"
android:summary="@string/prefs_importNAG_summary"
android:defaultValue="true">
</CheckBoxPreference>
</PreferenceCategory>
<PreferenceCategory
android:title="PGN export">
android:title="@string/prefs_pgn_export">
<CheckBoxPreference
android:key="exportVariations"
android:title="Variations"
android:summary="Include non-mainline moves"
android:title="@string/prefs_exportVariations_title"
android:summary="@string/prefs_exportVariations_summary"
android:defaultValue="true">
</CheckBoxPreference>
<CheckBoxPreference
android:key="exportComments"
android:title="Comments"
android:summary="Include user written comments"
android:title="@string/prefs_exportComments_title"
android:summary="@string/prefs_exportComments_summary"
android:defaultValue="true">
</CheckBoxPreference>
<CheckBoxPreference
android:key="exportNAG"
android:title="Annotations"
android:summary="Include numeric annotation glyphs (NAGs), such as ! and ?"
android:title="@string/prefs_exportNAG_title"
android:summary="@string/prefs_exportNAG_summary"
android:defaultValue="true">
</CheckBoxPreference>
<CheckBoxPreference
android:key="exportPlayerAction"
android:title="Player Actions"
android:summary="Include information about draw and resign actions"
android:title="@string/prefs_exportPlayerAction_title"
android:summary="@string/prefs_exportPlayerAction_summary"
android:defaultValue="false">
</CheckBoxPreference>
<CheckBoxPreference
android:key="exportTime"
android:title="Clock"
android:summary="Include time information for each move"
android:title="@string/prefs_exportTime_title"
android:summary="@string/prefs_exportTime_summary"
android:defaultValue="false">
</CheckBoxPreference>
</PreferenceCategory>