|
44 | 44 | <string name="users_and_groups_search_provider_authority">com.nextcloud.android.providers.UsersAndGroupsSearchProvider</string> |
45 | 45 | <string name="users_and_groups_search_provider_share_with">com.nextcloud.android.providers.UsersAndGroupsSearchProvider.action.SHARE_WITH</string> |
46 | 46 |
|
47 | | - <!-- QuickSharingPermissionsBottomSheetDialog --> |
48 | | - <string-array name="quick_sharing_permission_bottom_sheet_dialog_folder_share_values" translatable="false"> |
49 | | - <item>@string/link_share_view_only</item> |
50 | | - <item>@string/link_share_allow_upload_and_editing</item> |
51 | | - <item>@string/link_share_file_drop</item> |
52 | | - </string-array> |
53 | | - <string-array name="quick_sharing_permission_bottom_sheet_dialog_note_share_values" translatable="false"> |
54 | | - <item>@string/link_share_view_only</item> |
55 | | - <item>@string/link_share_editing</item> |
56 | | - </string-array> |
57 | 47 |
|
58 | 48 | <!-- NoteShareActivity --> |
59 | 49 | <string name="note_share_activity_activity_icon_content_description">note activity icon</string> |
|
360 | 350 | <string name="noteMode_rich_edit">Rich edit mode</string> |
361 | 351 | <string name="noteMode_remember_last">Remember my last selection</string> |
362 | 352 |
|
363 | | - <string-array name="noteMode_entries_new" translatable="false"> |
364 | | - <item>@string/noteMode_plain_edit</item> |
365 | | - <item>@string/noteMode_plain_preview</item> |
366 | | - <item>@string/noteMode_rich_edit</item> |
367 | | - <item>@string/noteMode_remember_last</item> |
368 | | - </string-array> |
369 | | - |
370 | | - <string-array name="fontSize_entries"> |
371 | | - <item>Small</item> |
372 | | - <item>Medium</item> |
373 | | - <item>Large</item> |
374 | | - </string-array> |
375 | | - |
376 | | - <string-array name="darkmode_entries"> |
377 | | - <item>Light</item> |
378 | | - <item>Dark</item> |
379 | | - <item>System Default</item> |
380 | | - </string-array> |
381 | | - |
382 | 353 | <plurals name="ab_selected"> |
383 | 354 | <item quantity="one">%d selected</item> |
384 | 355 | <item quantity="other">%d selected</item> |
|
493 | 464 | <string name="simple_backup">Backup</string> |
494 | 465 | <string name="backup">We detected an irrecoverably state of the app. Please backup your unsynchronized changes and clear the storage of the Notes app.</string> |
495 | 466 | <string name="settings_notes_path_description">Folder to store your notes in your Nextcloud</string> |
496 | | - <string-array name="settings_file_suffixes"> |
497 | | - <item translatable="false">.txt</item> |
498 | | - <item translatable="false">.md</item> |
499 | | - </string-array> |
| 467 | + |
500 | 468 | <string name="settings_notes_path_success">New notes folder: %1$s</string> |
501 | 469 | <string name="settings_file_suffix">File extension</string> |
502 | 470 | <string name="settings_file_suffix_description">File extension for new notes in your Nextcloud</string> |
|
0 commit comments