forked from GitHub-Mirror/riotX-android
Show disclaimer at first launch (Fixes #215)
This commit is contained in:
@ -3,6 +3,12 @@
|
||||
|
||||
<!-- Strings not defined in Riot -->
|
||||
|
||||
<string name="alpha_disclaimer_title">Welcome to the beta!</string>
|
||||
<string name="alpha_disclaimer_content_line_1">"While Riot X is in early development, some features may be missing and you may experience bugs."</string>
|
||||
<string name="alpha_disclaimer_content_line_2_gplay">"The latest feature list is always in the %1$s, and if you find bugs please submit a report in the top left menu of Home, and we’ll fix them as quickly as we can."</string>
|
||||
<!-- Must be a substring of value of alpha_disclaimer_content_line_2_gplay -->
|
||||
<string name="alpha_disclaimer_content_line_2_gplay_colored_part">"Play Store description"</string>
|
||||
<string name="alpha_disclaimer_content_line_2_fdroid">"If you find bugs please submit a report in the top left menu of Home, and we’ll fix them as quickly as we can."</string>
|
||||
|
||||
<string name="import_e2e_keys_from_file">"Import e2e keys from file \"%1$s\"."</string>
|
||||
|
||||
|
Reference in New Issue
Block a user