{
"": """\
[b]interactive help mode[/b]

1st tap on marked screen parts
    shows a specific help text.
2nd tap at same screen part will
    be processed as normal.

tap on icon with question mark ([b]?[/b])
for to exit the help mode.""",
#==================================
"help_app_state#font_size": """\
adjust font size

current size: {round(state_value)} pixels""",
#----------------------------------
"help_app_state#sound_volume": """\
change sound volume

tap all to the left
to mute all sounds.

current volume: [b]{round(state_value * 100)}%[/b]""",
#----------------------------------
"help_app_state#vibration_volume": """\
vibration intensity

tap all to the left
to mute all vibrations.

current vibration: {round(state_value * 100)}%""",
#==================================
"help_flow#change_lang_code": """\
change default language to
[b]'{main_app.get_txt_(self.lang_code)}'[/b].""",
#----------------------------------
"help_flow#change_light_theme": """\
switch app between [b]light[/b]
and [b]dark[/b] theme.""",
#----------------------------------
"help_flow#open_color_editor":
    {'': """\
tap to open color editor for to
change the [b]{self.color_name.replace('_', ' ')}[/b].""",
    'after': """\
tap to close the color
editor.

double tap at color circle
or use the sliders for to
change [b]{self.color_name.replace('_', ' ')}[/b].""", },
#----------------------------------
"help_flow#open_user_preferences":
    {'': """\
tap to open the user preferences
drop down menu.""",
    'after': """\
in this drop down you can change
e.g. the theme (dark or light),
the preferred font size or
the colors.""", },
#==================================
"de": "deutsch",
"en": "english",
"es": "español",
"flow_id_ink": "{'color of the ' if app.landscape else ''}focussed item",
"flow_path_ink": "list navigation{' button color' if app.landscape else ''}",
"import error(s)": {'one': "import error", 'many': "{count} import errors"},
"selected_item_ink": "{'color of the ' if app.landscape else ''}selected items",
"unselected_item_ink": "{'color of the ' if app.landscape else ''}unselected items",
}
