diff options
Diffstat (limited to '')
-rw-r--r-- | src/resources/ui/nautilus-preferences-window.ui | 164 |
1 files changed, 164 insertions, 0 deletions
diff --git a/src/resources/ui/nautilus-preferences-window.ui b/src/resources/ui/nautilus-preferences-window.ui new file mode 100644 index 0000000..abee4f2 --- /dev/null +++ b/src/resources/ui/nautilus-preferences-window.ui @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="UTF-8"?> +<interface> + <requires lib="gtk" version="4.0"/> + <object class="AdwPreferencesWindow" id="preferences_window"> + <property name="search_enabled">False</property> + <property name="hide_on_close">True</property> + <child> + <object class="AdwPreferencesPage"> + <property name="title" translatable="yes">General</property> + <property name="visible">True</property> + <child> + <object class="AdwPreferencesGroup"> + <property name="title" translatable="yes">General</property> + <property name="visible">True</property> + <child> + <object class="AdwActionRow"> + <property name="activatable_widget">sort_folders_first_switch</property> + <property name="subtitle_lines">0</property> + <property name="title" translatable="yes">Sort _Folders Before Files</property> + <property name="title_lines">0</property> + <property name="use_underline">True</property> + <property name="visible">True</property> + <child> + <object class="GtkSwitch" id="sort_folders_first_switch"> + <property name="valign">center</property> + </object> + </child> + </object> + </child> + <child> + <object class="AdwActionRow"> + <property name="activatable_widget">use_tree_view_switch</property> + <property name="subtitle_lines">0</property> + <property name="title" translatable="yes">_Expandable Folders in List View</property> + <property name="title_lines">0</property> + <property name="use_underline">True</property> + <property name="visible">False</property> + <child> + <object class="GtkSwitch" id="use_tree_view_switch"> + <property name="valign">center</property> + </object> + </child> + </object> + </child> + <child> + <object class="AdwComboRow" id="open_action_row"> + <property name="subtitle_lines">0</property> + <property name="title" translatable="yes">Action to Open Items</property> + <property name="title_lines">0</property> + <property name="use_underline">True</property> + <property name="visible">True</property> + </object> + </child> + </object> + </child> + <child> + <object class="AdwPreferencesGroup"> + <property name="title" translatable="yes">Optional Context Menu Actions</property> + <property name="description" translatable="yes">Show more actions in the menus. Keyboard shortcuts can be used even if the actions are not shown.</property> + <property name="visible">True</property> + <child> + <object class="AdwActionRow"> + <property name="activatable_widget">show_create_link_switch</property> + <property name="subtitle_lines">0</property> + <property name="title" translatable="yes">Create _Link</property> + <property name="title_lines">0</property> + <property name="use_underline">True</property> + <property name="visible">True</property> + <child> + <object class="GtkSwitch" id="show_create_link_switch"> + <property name="valign">center</property> + </object> + </child> + </object> + </child> + <child> + <object class="AdwActionRow"> + <property name="activatable_widget">show_delete_permanently_switch</property> + <property name="subtitle_lines">0</property> + <property name="title" translatable="yes">_Delete Permanently</property> + <property name="title_lines">0</property> + <property name="use_underline">True</property> + <property name="visible">True</property> + <child> + <object class="GtkSwitch" id="show_delete_permanently_switch"> + <property name="valign">center</property> + </object> + </child> + </object> + </child> + </object> + </child> + <child> + <object class="AdwPreferencesGroup"> + <property name="title" translatable="yes">Performance</property> + <property name="description" translatable="yes">These features may cause slowdowns and excess network usage, especially when browsing files outside this computer, such as on a remote server.</property> + <property name="visible">True</property> + <child> + <object class="AdwComboRow" id="search_recursive_row"> + <property name="subtitle_lines">0</property> + <property name="title" translatable="yes">Search in Subfolders</property> + <property name="title_lines">0</property> + <property name="use_underline">True</property> + <property name="visible">True</property> + </object> + </child> + <child> + <object class="AdwComboRow" id="thumbnails_row"> + <property name="subtitle_lines">0</property> + <property name="title" translatable="yes">Show Thumbnails</property> + <property name="title_lines">0</property> + <property name="use_underline">True</property> + <property name="visible">True</property> + </object> + </child> + <child> + <object class="AdwComboRow" id="count_row"> + <property name="subtitle_lines">0</property> + <property name="title" translatable="yes">Count Number of Files in Folders</property> + <property name="title_lines">0</property> + <property name="use_underline">True</property> + <property name="visible">True</property> + </object> + </child> + </object> + </child> + <child> + <object class="AdwPreferencesGroup"> + <property name="description" translatable="yes">Add information to be displayed beneath file and folder names. More information will appear when zooming closer.</property> + <property name="title" translatable="yes">Grid View Captions</property> + <property name="visible">True</property> + <child> + <object class="AdwComboRow" id="captions_0_comborow"> + <property name="subtitle_lines">0</property> + <property name="title" translatable="yes" context="the n-th position of an icon caption" comments="Translators: This is an ordinal number">First</property> + <property name="title_lines">0</property> + <property name="use_underline">True</property> + <property name="visible">True</property> + </object> + </child> + <child> + <object class="AdwComboRow" id="captions_1_comborow"> + <property name="subtitle_lines">0</property> + <property name="title" translatable="yes" context="the n-th position of an icon caption" comments="Translators: This is an ordinal number">Second</property> + <property name="title_lines">0</property> + <property name="use_underline">True</property> + <property name="visible">True</property> + </object> + </child> + <child> + <object class="AdwComboRow" id="captions_2_comborow"> + <property name="subtitle_lines">0</property> + <property name="title" translatable="yes" context="the n-th position of an icon caption" comments="Translators: This is an ordinal number">Third</property> + <property name="title_lines">0</property> + <property name="use_underline">True</property> + <property name="visible">True</property> + </object> + </child> + </object> + </child> + </object> + </child> + </object> +</interface> |