Files
Notes/app/src/main/res/values-ms/strings.xml
2024-01-08 17:20:13 +05:30

12 lines
781 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="delete_note_prompt_message">Are you sure you want to delete note \"%s\"\?</string>
<string name="unsaved_changes_warning">You have some unsaved changes. What do you want to do with them\?</string>
<string name="only_import_file_content">Only import the file content
\n(changing the file will not affect the note)</string>
<string name="update_file_at_note">Update the file itself at updating the note
\n(note gets deleted if file gets deleted, or path changes)</string>
<string name="only_export_file_content">Only export the current file content
\n(changing the note will not affect the file)</string>
<string name="faq_1_title">How can I change the widgets color\?</string>
</resources>