Aegis/app/src/main/res/values/strings.xml

11 lines
543 B
XML
Raw Normal View History

2016-08-15 21:29:41 +02:00
<resources>
<string name="app_name">Aegis</string>
<string name="action_settings">Settings</string>
<string name="title_activity_intro">IntroActivity</string>
2016-09-30 01:07:56 +02:00
<string name="settings">Preferences</string>
<string name="pref_night_mode">Night mode</string>
<string name="pref_night_mode_description">Enable this to use darker colors</string>
<string name="pref_issuers">Show the issuer</string>
<string name="pref_issuers_description">Enable this to show the issuer next to the profile name</string>
2016-08-15 21:29:41 +02:00
</resources>