<long>This is the preferred export format, used as a default when exporting items, or dropping them outside of the application.
Possible values are:
- "GConfSchemaV1": this used to be the historical export format. The exported file may later be imported via Import assistant of the Nautilus-Actions Configuration Tool, or via the gconftool-2 --import-schema-file command-line tool.
- "GConfSchemaV2": a lighter while still compatible schema. The exported file may later be imported via Import assistant of the Nautilus-Actions Configuration Tool, or via the gconftool-2 --import-schema-file command-line tool.
- "GConfEntry": this should be the preferred format for newly exported actions. The exported file may later be imported via Import assistant of the Nautilus-Actions Configuration Tool, or via the gconftool-2 --load command-line tool.
- "GConfSchemaV1": this used to be the historical export format. The exported file may later be imported via Import assistant of the FileManager-Actions Configuration Tool, or via the gconftool-2 --import-schema-file command-line tool.
- "GConfSchemaV2": a lighter while still compatible schema. The exported file may later be imported via Import assistant of the FileManager-Actions Configuration Tool, or via the gconftool-2 --import-schema-file command-line tool.
- "GConfEntry": this should be the preferred format for newly exported actions. The exported file may later be imported via Import assistant of the FileManager-Actions Configuration Tool, or via the gconftool-2 --load command-line tool.
- "Ask": the user will be asked at runtime for the format he wishes to use.</long>
</locale>
<default>/tmp</default>
...
...
@@ -238,7 +238,7 @@ Possible values are:
<type>bool</type>
<localename="C">
<short>Add an 'About' item in the Nautilus context menu</short>
<long>If TRUE, and if the user has defined a single root menu for its actions, then an 'About Nautilus-Actions' will be displayed at end of the first submenu.</long>
<long>If TRUE, and if the user has defined a single root menu for its actions, then an 'About FileManager-Actions' will be displayed at end of the first submenu.</long>
</locale>
<default>true</default>
</schema>
...
...
@@ -252,7 +252,7 @@ Possible values are:
<long>This preference indicates the preferred sort mode. Possible values are :
- "AscendingOrder": the actions are maintained in ascending alphabetical order (historical behavior).
- "DescendingOrder": the actions are maintained in descending alphabetical order.
- "ManualOrder": user is free to reorder them via Nautilus-Actions configuration tool.</long>
- "ManualOrder": user is free to reorder them via FileManager-Actions configuration tool.</long>
</locale>
<default>0</default>
</schema>
...
...
@@ -262,8 +262,8 @@ Possible values are:
<owner>nautilus-actions</owner>
<type>bool</type>
<localename="C">
<short>Define a 'Nautilus-Actions actions' root menu</short>
<long>If TRUE, then a 'Nautilus-Actions actions' item will be defined in the Nautilus context menu, and will be the root menu of all available actions.</long>
<short>Define a 'FileManager-Actions actions' root menu</short>
<long>If TRUE, then a 'FileManager-Actions actions' item will be defined in the Nautilus context menu, and will be the root menu of all available actions.</long>