Make strings translatable

This commit is contained in:
MM20
2023-08-27 00:05:13 +02:00
parent c192b3c1fc
commit e4f5ec4625
5 changed files with 17 additions and 7 deletions
@@ -248,6 +248,7 @@
<string name="close">Close</string>
<string name="save">Save</string>
<string name="duplicate">Duplicate</string>
<string name="edit">Edit</string>
<string name="skip">Skip</string>
<string name="action_continue">Continue</string>
<string name="action_next">Next</string>
@@ -830,4 +831,9 @@
<string name="note_widget_file_write_error_description">The note could not be written to the linked file. Possibly, it has been moved or deleted. A copy has been saved to the launcher\'s internal storage.</string>
<string name="confirmation_delete_color_scheme">Do you really want to delete the color scheme %1$s?</string>
<string name="new_color_scheme_name">New color scheme</string>
<string name="custom_color_scheme_system_default">Use system default</string>
<string name="custom_color_scheme_autogenerate">From primary color</string>
<string name="custom_color_scheme_palette_color">Palette</string>
<string name="custom_color_scheme_custom_color">Custom</string>
<string name="preference_restore_default">Restore default</string>
</resources>