Add note widget file sync

This commit is contained in:
MM20
2023-06-12 15:18:12 +02:00
parent 0280de4bbc
commit bbe96ed09a
9 changed files with 845 additions and 94 deletions
+15
View File
@@ -803,4 +803,19 @@
<string name="widget_config_calendar_no_calendars">No calendars found</string>
<string name="app_widget_loading_failed">App widget failed to load.</string>
<string name="widget_config_music_integration_settings">Media control integration settings</string>
<string name="note_widget_link_file">Link to file</string>
<string name="note_widget_link_file_summary">Sync this content of this widget with an external file</string>
<string name="note_widget_linked_file_summary">Linked to %1$s</string>
<string name="note_widget_action_unlink_file">Unlink</string>
<string name="note_widget_action_relink_file">Relink</string>
<string name="note_widget_conflict">Conflict</string>
<string name="note_widget_conflict_action_resolve">Resolve</string>
<string name="note_widget_conflict_keep_selected">Keep selected</string>
<string name="note_widget_conflict_description">The linked file is not empty and its content does not match the last saved version of this note. Which version do you want to keep?</string>
<string name="note_widget_conflict_local_version">Last saved version:</string>
<string name="note_widget_conflict_file_version">Current file content:</string>
<string name="note_widget_file_read_error">Error reading note</string>
<string name="note_widget_file_read_error_description">The linked file could not be read. Possibly, it has been moved or deleted. A copy has been restored from the launcher\'s internal storage. If you edit the note, the linked file will possibly be overwritten.</string>
<string name="note_widget_file_write_error">Error saving note</string>
<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>
</resources>