Prepare translating

Fix some problems I forgot about earlier, Move more strings to the 
string resource xml
This commit is contained in:
Finn M Glas 2020-05-19 16:37:05 +02:00
parent 9dd663d279
commit ca5b6878d9
No known key found for this signature in database
GPG key ID: 25037A2E81AB459C
4 changed files with 19 additions and 14 deletions

View file

@ -1,6 +1,6 @@
<resources>
<string name="fa_icon_calendar">&#xf133;</string>
<string name="fa_icon_home">&#xf015;</string>
<string name="fa_icon_globe">&#xf0ac;</string>
<string name="fa_icon_bars">&#xf0c9;</string>
<string name="fa_icon_calendar" translatable="false">&#xf133;</string>
<string name="fa_icon_home" translatable="false">&#xf015;</string>
<string name="fa_icon_globe" translatable="false">&#xf0ac;</string>
<string name="fa_icon_bars" translatable="false">&#xf0c9;</string>
</resources>

View file

@ -1,7 +1,7 @@
<resources>
<!-- General -->
<string name="app_name">Launcher</string>
<string name="preference_file_key">V3RYR4ND0MK3YCR4P</string>
<string name="app_name" translatable="false">Launcher</string>
<string name="preference_file_key" translatable="false">V3RYR4ND0MK3YCR4P</string>
<!-- Errors, Exceptions (Alerts, Toasts ...) -->
<string name="none_found">None found</string>
@ -10,6 +10,9 @@
<string name="alert_cant_open_message">Want to change its settings (\'add it to the apps screen\')?</string>
<string name="toast_cant_open_message">Open settings to choose an app for this action</string>
<string name="alert_cant_choose_launcher">App Info</string>
<string name="alert_cant_choose_launcher_message">Your device does not support this feature. Manage application details instead?</string>
<!-- Settings -->
<string name="settings_title">Settings</string>
<string name="settings_sub_title1">Applications</string>
@ -25,11 +28,14 @@
<string name="settings_select_launcher">Select Launcher</string>
<string name="settings_reset">Reset Settings</string>
<string name="settings_reset_message">You are going to discard all your preferences. Continue?</string>
<string name="settings_launch">Launch Apps</string>
<string name="settings_uninstall">Uninstall Apps</string>
<string name="settings_home">Back Home</string>
<string name="settings_footer_by">By</string>
<string name="settings_footer_repo">https://github.com/finnmglas/Launcher#en</string>
<string name="settings_footer_web">https://www.finnmglas.com</string>
<!-- Choose Activity -->
<string name="choose_title">Choose App</string>