msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2021-05-22 12:03+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: C/fma-misc.xml:1(para) msgid "The new action is also displayed in red color in the items list. Red color is used as an indicator that the item is invalid, that is that the item cannot be candidate to be displayed in a file manager context menu because some of its informations are missing or erroneous. Here, and though this newly inserted action has some suitable defaults, it lacks a command to be executed to be considered valid by" msgstr "" #: C/fma-edit.xml:2(title) C/fma-config-tool.xml:2(title) msgid "Editing" msgstr "" #: C/fma-edit.xml:3(para) msgid "With you may safely cut, copy, paste to and from the clipboard. Cut/Delete Deletion applies to current selection. Be warned that selecting and deleting all profiles of an action leaves it without any profile, so in an invalid state. The name of the action will be written in red (because it is invalid) and italic (because it has been modified) characters. Multiple selection Multiple selection is possible in . You can extend the current selection by pressing Ctrl or Shift while selecting an item to add to the selection. only accepts homogeneous multiple selections. That is, you may select one or more profiles, or one or more actions or menus. A multiple selection containing both profiles and actions or menus is not allowed. This is because would not know where to paste such a selection. Note that selecting any row means also selecting children of this row. These children are said implicitely selected: they will be part of next edition operations, but are not considered when verifying if selection is homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #: C/fma-conditions.xml:2(title) C/fma-config-tool.xml:2(title) msgid "Defining the conditions" msgstr "" #: C/fma-conditions.xml:3(para) C/fma-config-tool.xml:3(para) msgid "Whether your action will eventually be displayed in the file manager context menus or in its toolbar depends on the conditions you will have defined for it." msgstr "" #: C/fma-conditions.xml:8(para) C/fma-config-tool.xml:8(para) msgid "Conditions may be put against the location the file manager currently points to, or against the currently selected items in this location." msgstr "" #: C/fma-conditions.xml:12(para) msgid "Each time the selection or the location change in the file manager, checks all your actions, comparing the defined conditions against the new location and selection: all defined conditions must be satisfied in order your action be actually displayed. For now, all managed file managers have removed this API from their extension library. The toolbar is still configurable in , but is will not be honored by any of the targeted file managers. Basename-based conditions You may decide that your action will appear depending on the basenames of the items currently selected in the file-manager: you may define that each item of the selection must meet some sort of basename, and you may simultaneously decide that none of the selected item(s) can have some other sort of basename. Click on the Basenames tab to show the page which will permit you to configure your basename-based conditions. Basename-based conditions Shows the tab which lets you define basename-based conditions. The basename-based conditions tab In fact, basename-based conditions are built as a list of and patterns. In order for your action to be a candidate regarding these basename-based conditions, each element of the selection must be valid for all the listed conditions: the basename of each element must match at least one of the defined patterns, and must not match any of the defined patterns. If at least one element of the selection does not match all the defined conditions, then your action will not be displayed. When targeting the selection context menu, your basename-based conditions will be checked against the currently selected items. When targeting the location context menu or the toolbar, your basename-based conditions will be checked against the basename of the current location. Defining a new basename-based condition involves two steps. Define the new condition filter. Press Insert or click on button to insert a new condition filter Edit the newly inserted condition filter to the basename you want match. A basename-based condition may use or wildcard characters. Indicates whether this a or a condition. Click on the Must match one of or Must not match any of radio button in the same row to set the corresponding condition. Depending of your target operating system, make sure that the Match case checkbox is activated (or not). When activated, all filters are considered as case sensitive, which means that /my/file filename is considered distinct from /My/File one. This is the default behavior on Unix-like systems. When deactivated, filters are considered as case insensitive, which means that /my/file and /My/File filenames are considered the same name. This is most probably what you want if you target some sort of system. Removing a defined basename-based condition is as simple as selecting it, and pressing Del (or clicking on button). By default, the basename-based condition is just one must match one of * condition. As all basenames always match the condition, this just means that basename-based conditions are not considered as relevant for the action. Mimetype-based conditions You may decide that your action will appear depending on the mimetypes of the items currently selected in the file-manager: you may define that each item of the selection must meet some sort of mimetype; and you may simultaneously decide that none of the selected item(s) can have some other sort of mimetype. Click on the Mimetypes tab to show the page which will permit you to configure your mimetype-based conditions. Mimetype-based conditions Shows the tab which lets you define mimetype-based conditions. The mimetype-based conditions tab In fact, mimetype-based conditions are built as a list of and patterns. In order for your action to be a candidate regarding these mimetype-based conditions, each element of the selection must be valid for all the listed conditions: the mimetype of each element must match at least one of the defined patterns, and must not match any of the defined patterns. If at least one element of the selection does not match all the defined conditions, then your action will not be displayed. When targeting the selection context menu, your mimetype-based conditions will be checked against the currently selected items. When targeting the location context menu or the toolbar, your mimetype-based conditions will be checked against the mimetype of the current location, which happens to be the well known inode/directory mimetype. Defining a new mimetype-based condition involves two steps. Define the new condition filter. Press Insert or click on button to insert a new condition filter Edit the newly inserted condition filter to the mimetype you want match. A mimetype must be defined as a group/subgroup expression. The wildcard is supported only in some situations: The */* expression matches all mimetypes. As a convenient shortcut, the literal is also accepted for this same purpose. A group/* string matches all subgroups of group mimetype. The */subgroup string is not accepted as a valid wildcard. Indicates whether this a or a condition. Click on the Must match one of or Must not match any of radio button in the same row to set the corresponding condition. Removing a defined mimetype-based condition is as simple as selecting it, and pressing Del (or clicking on button). By default, the mimetype-based condition is just one must match one of */* condition. As all mimetypes always match the */*, this just means that mimetypes are not considered as relevant for the action. Example of usual mimetypes all/all Matches all items. all/allfiles Matches all regular files. inode/directory Matches only directories. Folder-based conditions You may decide that your action will appear depending on the directory the items currently selected in the file-manager are located in: you may define that each item of the selection must be located in one hierarchy or in another; and you may simultaneously decide that none of the selected item(s) can be located in some other hierarchy. A folder-based condition must be understood as the specification of the hierarchy in which the currently examined item should (or should not) stay: this is a pattern on the dirname of the element. Click on the Folders tab to show the page which will permit you to configure your folder-based conditions. Folder-based conditions Shows the tab which lets you define folder-based conditions. The folder-based conditions tab In fact, folder-based conditions are built as a list of and patterns. In order for your action to be a candidate regarding these folder-based conditions, each element of the selection must be valid for all the listed conditions: each element must be located in one of the defined folders, and must not match any of the defined folders. If at least one element of the selection does not match all the defined conditions, then your action will not be displayed. When targeting the selection context menu, your folder-based conditions will be checked against the dirname of each currently selected items. When targeting the location context menu or the toolbar, your folder-based conditions will be checked against the current location. Defining a new folder-based condition involves two steps. Define the new condition filter. Press Insert or click on button to insert a new condition filter Edit the newly inserted condition filter to the folder you want match. The and characters are accepted as wildcards at any level of the defined folder filter. Or click on Browse to select a folder on the file system. Indicates whether this a or a condition. Click on the Must match one of or Must not match any of radio button in the same row to set the corresponding condition. Removing a defined folder-based condition is as simple as selecting it, and pressing Del (or clicking on button). By default, the folder-based condition is just one must match one of / condition. As / is always the top of an Unix-like file system, then all selected items always match this condition. If you target a system, then this default value may not be what you actually want. Scheme-base-conditions You may decide that your action will appear depending on the schemes of the URIs of the items currently selected in the file-manager: you may define that each item of the selection must have some scheme; and you may simultaneously decide that none of the selected item(s) may have some other scheme. Click on the Schemes tab to show the page which will permit you to configure your scheme-based conditions. Scheme-based conditions Shows the tab which lets you define scheme-based conditions. The scheme-based conditions tab In fact, scheme-based conditions are built as a list of and patterns. In order for your action to be a candidate regarding these scheme-based conditions, each element of the selection must be valid for all the listed conditions: the scheme of each element must match at least one of the defined patterns, and must not match any of the defined patterns. If at least one element of the selection does not match all the defined conditions, then your action will not be displayed. When targeting the selection context menu, your scheme-based conditions will be checked against the currently selected items. When targeting the location context menu or the toolbar, your scheme-based conditions will be checked against the scheme of the current location. Defining a new scheme-based condition involves two steps. Define the new condition filter. Press Insert or click on button to insert a new condition filter Edit the newly inserted condition filter to the scheme you want match. Scheme-based conditions only accept wildcard, which stands for any scheme. Or click on Common to select a scheme among those predefined in Edit Preferences . Selecting a scheme among predefined defaults Show the list of predefined schemes. Selecting a scheme among predefined defaults A new scheme may only be selected here if it is not already defined as a scheme filter. To select a new scheme, click OK, or double-click on the desired row. Indicates whether this a or a condition. Click on the Must match one of or Must not match any of radio button in the same row to set the corresponding condition. Removing a defined scheme-based condition is as simple as selecting it, and pressing Del (or clicking on button). By default, the scheme-based condition is just one must match one of * condition, which means that schemes are not relevant for this action. Capability-based conditions Capabilities are some properties that a file may exhibit to the user. But except for the Local capability, all others depend on the user who executes the command. You may so decide that your action will appear, or not, depending on the capabilities of the selected item(s) vs. the current user. Click on the Capabilities tab to show the page which will permit you to configure your capability-based conditions. Capability-based conditions Shows the tab which lets you define capability-based conditions. The capability-based conditions tab In fact, capability-based conditions are built as a list of must match all of and patterns. In order for your action to be a candidate regarding these capability-based conditions, each element of the selection must be valid for all the listed conditions: the capability of each element must match each of the defined must match all of capabilities, and must not match any of the defined ones. If at least one element of the selection does not match all the defined conditions, then your action will not be displayed. When targeting the selection context menu, your capability-based conditions will be checked against the currently selected items. When targeting the location context menu or the toolbar, your capability-based conditions will be checked against those of the current location. Defining a new capability-based condition involves two steps. Define the new condition filter. Press Insert to insert a new condition filter. Edit the newly inserted condition filter to the capability you want match. Or click on to open the Adding a new capability dialog box. Managed capabilities Shows the list of managed capabilities. The list of managed capabilities A new capability may only be selected here if it is not already defined as a capability filter. To select a new capability, click OK, or double-click on the desired row. Indicates whether this a must match all of or a condition. Click on the Must match all of or Must not match any of radio button in the same row to set the corresponding condition. Removing a defined capability-based condition is as simple as selecting it, and pressing Del (or clicking on button). By default, the capability-based condition list is empty. This means that capabilities are not relevant for this action. Selection count condition You may define that your action will only appear if the current selection in the file manager has some precise count, or some precise relation with a given count. A selection count use case If your action consists in displaying the differences between two files, you may define here Count = (equal to) 2. Click on the Environment tab to show the page which will permit you to configure your environment-based conditions. Environment-based conditions Shows the tab which lets you define environment-based conditions. This includes the selection count configuration, the desktop selection, along with the runtime filters. The environment-based conditions tab The selection count condition is defined in the Appears if selection contains frame. Selection count condition frame Focus on the Appears if selection contains frame. Selection count condition frame When targeting the selection context menu, the count condition defined here will be checked against the count of currently selected items. When targeting the location context menu or the toolbar, the count condition will be checked against zero because there is no selected item in this case. To define a selection count condition: Select in the Count drop-down list the operator you want apply to the selection count: (strictly less than) = (equal to) (strictly greater than) Enter the reference count you wish. The selection count defaults to Count > (strictly greater than) 0, which means that the action will be a candidate to be displayed as soon as at least one item is selected in the file manager. Desktop selection You may define that your action: will always appear, or will only appear in some given desktop environments, or will not appear in some given desktop environments. Only one choice between these three items is possible. Click on the Environment tab to show the page which will permit you to configure your environment-based conditions. The desktop selection is defined in the Desktop environment frame. Desktop selection frame Focus on the Desktop environment frame. Desktop selection frame To define the desktop environment condition: First select the type of filter: should your action always appear, regardless of the desktop environment ? should your action only appear in some desktop environment(s) ? should your action never appear in some desktop environment(s) ? If your action should not always appear, then select the relevant desktop environment(s) in the listbox in the right side. The targeted desktop environment condition defaults to Always appear, which means that the action will be a candidate to be displayed regardless of the current desktop environment. Executable found condition You may define that your action will only appear if some prerequisite package is installed on your system. This is checked here by specifying that a specific file, known or at least supposed to be provided by the package, must be present on the file system, and executable. Click on the Environment tab to show the page which will permit you to configure your environment-based conditions. The executable found condition is defined in the Execution environment frame. Execution environment frame Focus on the Execution environment frame. Execution environment frame To define the relevant file, enter its full filename in the Appears if the file is executable entry box, or click on Browse to select a file on the file system. Leave the field empty if this condition is not relevant for your action. You may embed some parameters in the searched filename. These parameters will be dynamically substituted at runtime with values which will depend on currently selected item(s). D-Bus registration condition You may define that your action will only appear if some given name is registered on the D-Bus system at runtime. Click on the Environment tab to show the page which will permit you to configure your environment-based conditions, and focus on Execution environment frame. To define the relevant name, enter it in the Appears if the name is registered on D-Bus entry box. Leave the field empty if this condition is not relevant for your action. You may embed some parameters in the searched name. These parameters will be dynamically substituted at runtime with values which will depend on currently selected item(s). Customized condition You may define that your action will only appear if some given command outputs a true string on its standard output. Click on the Environment tab to show the page which will permit you to configure your environment-based conditions, and focus on Execution environment frame. This lets you define your own customized condition filter, by writing a small script which outputs, or not, the true string on stdout when it is ran. To define the command, enter it in the Appears if the command outputs \"true\" entry box. Leave the field empty if this condition is not relevant for your action. You may embed some parameters in the executed filename or its options. These parameters will be dynamically substituted at runtime with values which will depend on currently selected item(s). Running process condition You may define that your action will only appear if some given binary is currently running. Click on the Environment tab to show the page which will permit you to configure your environment-based conditions, and focus on Execution environment frame. To define the binary, enter its name in the Appears if the binary is running entry box, or click on Browse to select a file on the file system. Even if you enter here the full filename of a binary, only its basename will be searched for in the processes list at runtime. Leave the field empty if this condition is not relevant for your action. You may embed some parameters in the searched name. These parameters will be dynamically substituted at runtime with values which will depend on currently selected item(s)." msgstr "" #: C/fma-bugs.xml:2(title) C/fma-config-tool.xml:2(title) msgid "Known bugs" msgstr "" #: C/fma-bugs.xml:3(para) C/fma-config-tool.xml:3(para) msgid "Known bugs are available in GNOME Gitlab. Older known bugs are available in GNOME Bugzilla." msgstr "" #: C/fma-bugs.xml:8(para) msgid "If you find some new bug in , you are welcome to open it by pointing your favorite browser to GNOME Gitlab. #616532 Directory selection When you're browsing the folder you want to export to in the 's export assistant you can't select it as the directory to export to. Instead you have to go to the directory a level up and select the directory you want to export to there." msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/fma-where.xml:8(None) C/fma-config-tool.xml:8(None) msgid "@@image: 'figures/fma-target-location.png'; md5=6d0d008f37ffd0d739e8d2dd075139a1" msgstr "" #: C/fma-where.xml:2(title) C/fma-config-tool.xml:2(title) msgid "Locating the action" msgstr "" #: C/fma-where.xml:4(title) C/fma-where.xml:14(para) C/fma-config-tool.xml:4(title) C/fma-config-tool.xml:14(para) msgid "Target configuration" msgstr "" #: C/fma-where.xml:11(phrase) C/fma-config-tool.xml:11(phrase) msgid "Shows the three fields which let you configure the target of your action." msgstr "" #: C/fma-where.xml:19(para) C/fma-config-tool.xml:19(para) msgid "The file manager may display your action in different places, depending on what you will request here, and if some item is currently selected (or not)." msgstr "" #: C/fma-where.xml:24(para) C/fma-config-tool.xml:24(para) msgid "Click on the Action tab to show the page which will permit you to configure the locations your action targets." msgstr "" #: C/fma-where.xml:32(title) C/fma-config-tool.xml:32(title) msgid "Targeting the selection context menu" msgstr "" #: C/fma-where.xml:33(para) C/fma-config-tool.xml:33(para) msgid "When Display item in selection context menu is checked, then your action will be a candidate to be displayed in the file manager context menu as soon as at least one item is selected in the file manager. Your action will so deal with currently selected item(s).In order to be actually displayed, all the conditions defined in your candidate action must be met by each item currently selected in the file manager." msgstr "" #: C/fma-where.xml:44(para) C/fma-config-tool.xml:44(para) msgid "When an action targets the selection context menu, and is actually displayed in the file manager context menu, then it is also displayed in file manager' Edit menu." msgstr "" #: C/fma-where.xml:50(para) C/fma-config-tool.xml:50(para) msgid "This target is checked by default." msgstr "" #: C/fma-where.xml:56(title) C/fma-config-tool.xml:56(title) msgid "Targeting the location context menu" msgstr "" #: C/fma-where.xml:57(para) C/fma-config-tool.xml:57(para) msgid "When Display item in location context menu checkbox is activated, then your action will be a candidate to be displayed in file manager' context menu when the file manager selection is empty. Your action will so deal with currently displayed location. In order to be actually displayed, all the conditions defined in your candidate action must be met by the location currently displayed in the file manager." msgstr "" #: C/fma-where.xml:68(para) C/fma-config-tool.xml:68(para) msgid "When an action targets the location context menu, and is actually displayed in file manager' context menu, then it is also displayed in file manager' File menu." msgstr "" #: C/fma-where.xml:77(title) C/fma-config-tool.xml:77(title) msgid "Targeting the toolbar" msgstr "" #: C/fma-where.xml:78(para) C/fma-config-tool.xml:78(para) msgid "When Display item in the toolbar checkbox is activated, then your action will be a candidate to be displayed in file manager;' toolbar." msgstr "" #: C/fma-where.xml:83(para) C/fma-config-tool.xml:83(para) msgid "Actions displayed in the toolbar only deal with the location which is currently displayed in the file-manager, not with the items which may be currently selected (or not). In order to be displayed, all the conditions defined in your candidate action must so be met by the current location." msgstr "" #: C/fma-where.xml:93(title) C/fma-config-tool.xml:93(title) msgid "Notes" msgstr "" #: C/fma-where.xml:96(title) C/fma-config-tool.xml:96(title) msgid "If your action is to be displayed in a context menu" msgstr "" #: C/fma-where.xml:97(para) C/fma-config-tool.xml:97(para) msgid "Whether it is the selection context menu or the location context menu, and both in file manager' context menus and in File or Edit menus, it will be displayed as" msgstr "" #: C/fma-where.xml:106(para) C/fma-config-tool.xml:106(para) msgid "the Context label as a label," msgstr "" #: C/fma-where.xml:112(para) C/fma-where.xml:154(para) C/fma-config-tool.xml:112(para) C/fma-config-tool.xml:154(para) msgid "the Icon," msgstr "" #: C/fma-where.xml:118(para) C/fma-where.xml:160(para) C/fma-config-tool.xml:118(para) C/fma-config-tool.xml:160(para) msgid "these two properties being associated with the Tooltip." msgstr "" #: C/fma-where.xml:126(para) C/fma-config-tool.xml:126(para) msgid "Depending of the exact configuration of your desktop environment, the icon may or may not be displayed in front of the label in the menu." msgstr "" #: C/fma-where.xml:133(para) C/fma-config-tool.xml:133(para) msgid "You may embed some parameters in the label, the icon name or the tooltip. These parameters will be dynamically substituted at runtime with values which will depend on currently selected item(s)." msgstr "" #: C/fma-where.xml:141(title) C/fma-config-tool.xml:141(title) msgid "If your action is to be displayed in the toolbar" msgstr "" #: C/fma-where.xml:142(para) C/fma-config-tool.xml:142(para) msgid "It will be displayed as" msgstr "" #: C/fma-where.xml:148(para) C/fma-config-tool.xml:148(para) msgid "the Toolbar label as a label," msgstr "" #: C/fma-where.xml:168(para) C/fma-config-tool.xml:168(para) msgid "Depending of the exact configuration of your desktop environment, the toolbar label may or may not be displayed in front of the icon in the toolbar." msgstr "" #: C/fma-where.xml:175(para) C/fma-config-tool.xml:175(para) msgid "The toolbar label defaults to the same label as those used in menus. By unchecking the Use same label for icon in the toolbar checkbox you can define a label specific to the toolbar, which is usually shorter that those defined for the menus." msgstr "" #: C/fma-where.xml:185(para) C/fma-config-tool.xml:185(para) msgid "You may embed some parameters in the toolbar label, the icon name or the tooltip. These parameters will be dynamically substituted at runtime with values which will depend on currently selected item(s)." msgstr "" #: C/fma-where.xml:194(title) C/fma-config-tool.xml:194(title) msgid "Defining several targets" msgstr "" #: C/fma-where.xml:195(para) C/fma-config-tool.xml:195(para) msgid "An action may target the selection context menu, the location context menu and the toolbar, or one or more of these." msgstr "" #: C/fma-where.xml:202(title) C/fma-config-tool.xml:202(title) msgid "Defining no target at all" msgstr "" #: C/fma-where.xml:203(para) C/fma-config-tool.xml:203(para) msgid "If no target is defined, i.e. if the three checkboxes are unchecked, then your action will never be displayed." msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/fma-execution.xml:34(None) C/fma-config-tool.xml:34(None) msgid "@@image: 'figures/fma-legend.png'; md5=1f1f51f9cd75c4b07be485cb606ed518" msgstr "" #: C/fma-execution.xml:2(title) C/fma-config-tool.xml:2(title) msgid "What action should be executed ?" msgstr "" #: C/fma-execution.xml:3(para) C/fma-config-tool.xml:3(para) msgid "You most probably want that your action eventually ends up in executing something. And, as a matter of fact, having something to execute is one of the few conditions which are required for an action to be considered as valid." msgstr "" #: C/fma-execution.xml:9(para) C/fma-config-tool.xml:9(para) msgid "As we have already seen, the command to be executed is configured in the Command page." msgstr "" #: C/fma-execution.xml:14(para) C/fma-config-tool.xml:14(para) msgid "This command may take arguments, which themselves may embed parameters. These parameters will be expanded at runtime, with values which will depend on currently selected item(s)." msgstr "" #: C/fma-execution.xml:21(title) C/fma-config-tool.xml:21(title) msgid "Available parameters" msgstr "" #: C/fma-execution.xml:22(para) C/fma-config-tool.xml:22(para) msgid "In the Command page, click on Legend button to see the list of available parameters." msgstr "" #: C/fma-execution.xml:30(title) C/fma-config-tool.xml:30(title) msgid "List of available parameters" msgstr "" #: C/fma-execution.xml:37(phrase) C/fma-config-tool.xml:37(phrase) msgid "Shows the list of available parameters." msgstr "" #: C/fma-execution.xml:40(para) C/fma-config-tool.xml:40(para) msgid "The available parameters" msgstr "" #: C/fma-execution.xml:46(para) C/fma-config-tool.xml:46(para) msgid "The Legend button has a toggling action: click once to display the Parameter Legend dialog box; click a second time to hide it." msgstr "" #: C/fma-execution.xml:55(para) msgid "The word first may be misleading as it only refers to the list of selected items internally provided by the file manager to the plugin. In particular, it has nothing to do with the visual selection you may have done in the file manager window. And, in fact, which is the first selected item in a multiple selection is absolutely undefined and rather unpredictable. Where the action should it be executed ? Your action may be executed in a particular working directory. You may specify it in the Command tab, in the Working directory entry box, or by clicking on Browse to select a folder on the filesystem. Working directory frame Focus on the working directory selection frame. Working directory frame The working directory defaults to %d, which runs the command in the base directory of the (first) selected item. In the particular case of the %d parameter, the first selected item is not very important because it is very likely that all selected items are located in the same base directory. How should the action be executed ? Apart from configuring the conditions, the selection must be met in order your action be displayed in file manager menus, allows you to configure how exactly your command will be executed. Click on the Execution tab to show the page which configures the execution of your command. Configuration of the execution modes Shows how to configure the execution modes of a command. Configuration of the execution modes Execution mode Configuration of the execution mode Focus on the execution mode frame. Configuration of the execution mode The execution mode of your command may be chosen between following values: Normal Starts the command as a standard graphical user interface. Terminal Starts the preferred terminal of the desktop environment, and runs the command in it. Embedded Makes use of a special feature of the file manager which may allow a terminal to be ran in it. As for now, none of the managed file managers implement this feature. Display output Starts the preferred terminal of the desktop environment, and runs the command in it. At end, standard streams (stdout, stderr) are collected and displayed. The execution mode of a command defaults to Normal. That is, the command is executed without any particular pre- or post-work. Startup notification Configuration of the startup modes Focus on the Startup mode frame. Configuration of the startup modes If the execution mode of the command is Normal, and if you know that the application will send a remove message with the DESKTOP_STARTUP_ID environment variable set, then check the Startup notify checkbox. See the Startup Notification Protocol Specification for more details. Window class If the execution mode of the command is Normal, and if you know that the application will map at least one window with a given class name, then enter that name into the Startup Window Manager class entry box. See the Startup Notification Protocol Specification for more details. Owner of the execution Configuration of the owner of the run Focus on the Execute as frame. Configuration of the owner of the run Enter in the Execute as user entry box the username or the UID of the user your command will be run as. If you do not enter anything in this field, then the command will be executed as the current user. Multiple executions You may want your command to be executed once, providing it the list of selected items as argument. Or you may prefer your command to be repeated for each selected item, providing a different item as argument for each execution. Actually, automatically handles these two behaviors, depending of the form and the order of the parameters in the command arguments. Though some parameters are not depending on the count of the selection (e.g. %c, the selection count itself), most have two declensions: a singular one, e.g. %b, the basename of the selected item; a plural one, e.g. %B, the space-separated list of the basenames of selected items. When the selection is empty or contains only one element, and from this topic point of view, these two forms are exactly equivalent. When the selection contains more than one item: if the first relevant parameter is of a singular form, then will consider that the command is only able to deal with one item at a time, and thus that it has to be ran one time for each selected item; contrarily, if the first relevant parameter found is of the plural form, then will consider that the command is able to deal with a list of items, and thus the command will be executed only once; if all found parameters are irrelevant, then defaults to consider that the command should be executed only once. Characterization of the parameters vs. multiple execution Parameter Description Repetition %b (first) basename singular %B space-separated list of basenames plural %c count of selected items irrelevant %d (first) base directory singular %D space-separated list of base directory of each selected items plural %f (first) filename singular %F space-separated list of selected filenames plural %h hostname of the (first) URI irrelevant %m mimetype of the (first) selected item singular %M space-separated list of the mimetypes of the selected items plural %n username of the (first) URI irrelevant %o no-op operator which forces a singular form of execution singular %O no-op operator which forces a plural form of execution plural %p port number of the (first) URI irrelevant %s scheme of the (first) URI irrelevant %u (first) URI singular %U space-separated list of selected URIs plural %w (first) basename without the extension singular %W space-separated list of basenames without their extension plural %x (first) extension singular %X space-separated list of extensions plural %% the % character irrelevant Usage of singular vs. plural forms Say the current folder is /data, and the current selection contains the three files pierre, paul and jacques. If we have requested echo %b, then the following commands will be successively run: echo pierre echo paul echo jacques This is because %b marks a singular parameter. The command is then run once for each of the selected items. Contrarily, if we have requested echo %B, then the following command will be run: echo pierre paul jacques This is because %B marks a plural parameter. The command is then run only once, with the list of selected items as arguments. If we have requested echo %b %B, then the following commands will be successively run: echo pierre pierre paul jacques echo paul pierre paul jacques echo jacques pierre paul jacques This is because the first relevant parameter is %b, and so the command is run once for each selected item, replacing at each occurrence the %b parameter with the corresponding item. The second parameter is computed and added as arguments to the executed command. And if we have requested echo %B %b, then the following commands will be run: echo pierre paul jacques pierre This is because the first relevant parameter here is %B. The command is then run only once, replacing %B with the space-separated list of basenames. As the command is only run once, the %b is substituted only once with the (first) basename." msgstr "" #: C/articleinfo.xml:2(title) msgid "User's Manual 2010 2011 2012 2013 2014 2015 Pierre Wieser is a file manager extension whose principal function is to allow the user to add arbitrary actions to the file manager context menus. These actions may be organized in menus and submenus, exported and shared with other desktop environments. This manual describes the user interface, and explains how you may configure your menus and actions, making them be displayed and applied depending on specific conditions. This manual describes version of . GNOME Documentation Project Pierre Wieser pwieser@trychlos.org User's Manual v 3.1 May 2011 Pierre Wieser pwieser@trychlos.org User's Manual v 3.2 January 2012 Pierre Wieser pwieser@trychlos.org User's Manual v 3.4 September 2015 Pierre Wieser pwieser@trychlos.org" msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/fma-properties.xml:12(None) msgid "@@image: 'figures/fma-properties-tab.png'; md5=e2084c058629c90cb15facfbf87ce2dc" msgstr "" #: C/fma-properties.xml:2(title) msgid "Accessing and editing item properties" msgstr "" #: C/fma-properties.xml:3(para) msgid "An item has both editable and read-only properties." msgstr "" #: C/fma-properties.xml:8(title) C/fma-properties.xml:18(para) msgid "Item properties" msgstr "" #: C/fma-properties.xml:15(phrase) msgid "Shows the tab which lets you access both editable and read-only item properties." msgstr "" #: C/fma-sorting.xml:2(title) C/fma-config-tool.xml:2(title) msgid "Sorting the items list" msgstr "" #: C/fma-sorting.xml:3(para) msgid "Your actions and menus will be displayed in file manager context menus in the same order that they are listed in the Items list, on the left pane of the main window. You may decide to: sort your actions and menus in ascending or descending alphabetical order of their label, or do not sort, and manually organize your actions and menus in your own order. Alphabetically sorting your actions and menus In these modes, actions and menus are sorted depending of their label, inside of their parent. Sort buttons in the main window Shows the three sort buttons in the main window. Sort buttons in the main window You may sort your actions by: Click on (resp. ) button to sort your actions in ascending (resp. descending) order. Or edit the corresponding preference. Manually organizing your actions and menus When items are manually sorted in the list, new items are usually inserted just at the current position. There is nonetheless the case where an action is selected, and not expanded (or has currently only one profile). Inserting a new profile will not insert it before the action, but inside of the action. To choose this mode: Click on button. Or edit the corresponding preference." msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/fma-config-tool.xml:63(None) msgid "@@image: 'figures/fma-main-empty.png'; md5=b64794a0eca4282ca9bbc0928e67cdc1" msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/fma-config-tool.xml:480(None) msgid "@@image: 'figures/fma-action-tab.png'; md5=b832a6d5cc1fca67d275d16875a46a35" msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/fma-config-tool.xml:600(None) msgid "@@image: 'figures/fma-command-tab.png'; md5=82d43a701026be1df7543e4f3b57344a" msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/fma-config-tool.xml:703(None) msgid "@@image: 'figures/start-context-menu-nautilus.png'; md5=66561887174b3384dc22eb8a26394588" msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/fma-config-tool.xml:724(None) msgid "@@image: 'figures/start-zenity-result.png'; md5=0a4780fdbd77ca0f6f5b2afb4ff585ce" msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/fma-config-tool.xml:44(None) msgid "@@image: 'figures/fma-basenames-tab.png'; md5=a677b7c26d8e5892359d2b823ec9aa77" msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/fma-config-tool.xml:188(None) msgid "@@image: 'figures/fma-mimetypes-tab.png'; md5=683b1441b168dc40d95b4dc71e986fed" msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/fma-config-tool.xml:376(None) msgid "@@image: 'figures/fma-folders-tab.png'; md5=3dfba07973e18241c1705608fcc469d7" msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/fma-config-tool.xml:501(None) msgid "@@image: 'figures/fma-schemes-tab.png'; md5=2990d21d86053fcc588586bef88455a7" msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/fma-config-tool.xml:579(None) msgid "@@image: 'figures/fma-new-scheme.png'; md5=c1d8af2ef9f3dde1ed27192afcc90aae" msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/fma-config-tool.xml:657(None) msgid "@@image: 'figures/fma-capabilities-tab.png'; md5=4e129d55d940837de481036c75f996f9" msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/fma-config-tool.xml:724(None) msgid "@@image: 'figures/fma-new-capability.png'; md5=debff65192d70528900c7fe272a65289" msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/fma-config-tool.xml:801(None) msgid "@@image: 'figures/fma-environment-tab.png'; md5=bd2eeb5011c9e250b665615a67f20378" msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/fma-config-tool.xml:826(None) msgid "@@image: 'figures/fma-selection-count-frame.png'; md5=9c220e5e56b07498d3521a294dc1c3e8" msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/fma-config-tool.xml:920(None) msgid "@@image: 'figures/fma-desktop-environment-frame.png'; md5=7b94f73800a9ee0a1ad2abc030181aee" msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/fma-config-tool.xml:991(None) msgid "@@image: 'figures/fma-execution-environment-frame.png'; md5=5646b43f8419939d3924468365d6d50b" msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/fma-config-tool.xml:91(None) msgid "@@image: 'figures/fma-working-directory-frame.png'; md5=4c1784dbce4f2b90fcbc145c6ca8b319" msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/fma-config-tool.xml:134(None) msgid "@@image: 'figures/fma-execution-tab.png'; md5=91f6f3084821d65ab8996ab3c8f7e40b" msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/fma-config-tool.xml:153(None) msgid "@@image: 'figures/fma-exec-mode-frame.png'; md5=8d37c1a5082723ebb71526240094096d" msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/fma-config-tool.xml:234(None) msgid "@@image: 'figures/fma-startup-mode-frame.png'; md5=f081ce7499dca96d9d73ccbc0faff6d7" msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/fma-config-tool.xml:286(None) msgid "@@image: 'figures/fma-execute-as-frame.png'; md5=0f56b385f236070aba7e4ccab8f87ded" msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/fma-config-tool.xml:39(None) msgid "@@image: 'figures/sort-buttons-frame.png'; md5=d2bc0d7d8f63aa3e5e7e589bf99c38cf" msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/fma-config-tool.xml:21(None) C/fma-prefs.xml:21(None) msgid "@@image: 'figures/fma-preferences-runtime.png'; md5=392c4a5ce1edda2a70f63754e84f8285" msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/fma-config-tool.xml:41(None) C/fma-prefs.xml:41(None) msgid "@@image: 'figures/fma-preferences-execution.png'; md5=e118b4a3be2a58149d496d9435e16d4e" msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/fma-config-tool.xml:58(None) C/fma-prefs.xml:58(None) msgid "@@image: 'figures/fma-preferences-desktop.png'; md5=0d60e04fab28da60c49bc33ce08084e0" msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/fma-config-tool.xml:78(None) C/fma-prefs.xml:78(None) msgid "@@image: 'figures/fma-preferences-ui.png'; md5=3f28a5a6301ffbd23919e0c82200d035" msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/fma-config-tool.xml:98(None) C/fma-prefs.xml:98(None) msgid "@@image: 'figures/fma-preferences-import.png'; md5=e48b50fb6c688884c406864710218a7f" msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/fma-config-tool.xml:120(None) C/fma-prefs.xml:120(None) msgid "@@image: 'figures/fma-preferences-export.png'; md5=4921aaea14bb4b3daf8da9386fbcf8dd" msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/fma-config-tool.xml:142(None) C/fma-prefs.xml:142(None) msgid "@@image: 'figures/fma-preferences-schemes.png'; md5=6b2de84a0678027d367b96840832b583" msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. #: C/fma-config-tool.xml:164(None) C/fma-prefs.xml:164(None) msgid "@@image: 'figures/fma-preferences-io-providers.png'; md5=3af6d0db9f6dced48daaeb848af6d0af" msgstr "" #: C/fma-config-tool.xml:2(title) msgid "FileManager-Actions configuration tool User's Manual" msgstr "" #: C/fma-config-tool.xml:5(year) msgid "2010" msgstr "" #: C/fma-config-tool.xml:6(year) msgid "2011" msgstr "" #: C/fma-config-tool.xml:7(year) msgid "2012" msgstr "" #: C/fma-config-tool.xml:8(year) msgid "2013" msgstr "" #: C/fma-config-tool.xml:9(year) msgid "2014" msgstr "" #: C/fma-config-tool.xml:10(year) msgid "2015" msgstr "" #: C/fma-config-tool.xml:11(holder) msgid "Pierre Wieser" msgstr "" #: C/fma-config-tool.xml:15(para) C/fma-config-tool.xml:79(para) msgid "FileManager-Actions is a file manager extension whose principal function is to allow the user to add arbitrary actions to the file manager context menus. These actions may be organized in menus and submenus, exported and shared with other desktop environments." msgstr "" #: C/fma-config-tool.xml:21(para) msgid "This manual describes the FileManager-Actions configuration tool user interface, and explains how you may configure your menus and actions, making them be displayed and applied depending on specific conditions." msgstr "" #: C/fma-config-tool.xml:32(releaseinfo) msgid "This manual describes version 3.4 of FileManager-Actions configuration tool." msgstr "" #: C/fma-config-tool.xml:37(publishername) msgid "GNOME Documentation Project" msgstr "" #: C/fma-config-tool.xml:42(firstname) msgid "Pierre" msgstr "" #: C/fma-config-tool.xml:43(surname) msgid "Wieser" msgstr "" #: C/fma-config-tool.xml:44(email) msgid "pwieser@trychlos.org" msgstr "" #: C/fma-config-tool.xml:82(revnumber) msgid "FileManager-Actions configuration tool User's Manual v 3.1" msgstr "" #: C/fma-config-tool.xml:83(date) msgid "May 2011" msgstr "" #: C/fma-config-tool.xml:85(para) C/fma-config-tool.xml:95(para) C/fma-config-tool.xml:105(para) msgid "Pierre Wieser pwieser@trychlos.org" msgstr "" #: C/fma-config-tool.xml:92(revnumber) msgid "FileManager-Actions configuration tool User's Manual v 3.2" msgstr "" #: C/fma-config-tool.xml:93(date) msgid "January 2012" msgstr "" #: C/fma-config-tool.xml:102(revnumber) msgid "FileManager-Actions configuration tool User's Manual v 3.4" msgstr "" #: C/fma-config-tool.xml:103(date) msgid "September 2015" msgstr "" #: C/fma-config-tool.xml:7(para) C/legalnotice.xml:7(para) msgid "Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy of the GFDL at this link or in the file COPYING-DOCS distributed with this manual." msgstr "" #: C/fma-config-tool.xml:17(para) C/legalnotice.xml:17(para) msgid "This manual is part of a collection of GNOME manuals distributed under the GFDL. If you want to distribute this manual separately from the collection, you can do so by adding a copy of the license to the manual, as described in section 6 of the license." msgstr "" #: C/fma-config-tool.xml:24(para) C/legalnotice.xml:24(para) msgid "Many of the names used by companies to distinguish their products and services are claimed as trademarks. Where those names appear in any GNOME documentation, and the members of the GNOME Documentation Project are made aware of those trademarks, then the names are in capital letters or initial capital letters." msgstr "" #: C/fma-config-tool.xml:38(para) C/legalnotice.xml:38(para) msgid "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #: C/fma-config-tool.xml:59(para) C/legalnotice.xml:59(para) msgid "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES." msgstr "" #: C/fma-config-tool.xml:32(para) C/legalnotice.xml:32(para) msgid "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " msgstr "" #: C/fma-config-tool.xml:0(productname) msgid "Nautilus" msgstr "" #: C/fma-config-tool.xml:0(productname) msgid "Nemo" msgstr "" #: C/fma-config-tool.xml:0(productname) msgid "FileManager-Actions" msgstr "" #: C/fma-config-tool.xml:78(title) msgid "Introduction" msgstr "" #: C/fma-config-tool.xml:85(para) msgid "The FileManager-Actions configuration tool application is the user interface which lets you precisely configure how, where and when your actions should appear in the file manager context menus, and how they will be executed." msgstr "" #: C/fma-config-tool.xml:91(para) msgid "FileManager-Actions configuration tool provides the following features:" msgstr "" #: C/fma-config-tool.xml:96(para) msgid "Define and configure actions from scratch." msgstr "" #: C/fma-config-tool.xml:99(para) msgid "Organize actions into menus, submenus and so on." msgstr "" #: C/fma-config-tool.xml:102(para) msgid "Import and export actions and menus from and to outside world." msgstr "" #: C/fma-config-tool.xml:106(para) msgid "FileManager-Actions also comes with additional features such as:" msgstr "" #: C/fma-config-tool.xml:111(para) msgid "A tracker plugin which exports in real time to D-Bus the currently selected files." msgstr "" #: C/fma-config-tool.xml:117(para) msgid "A command-line program which is able to run any action." msgstr "" #: C/fma-config-tool.xml:120(para) msgid "Associated with the D-Bus interface, this program lets the user run any action from a keyboard shortcut, applying this action to the item(s) currently selected in the file manager." msgstr "" #: C/fma-config-tool.xml:127(para) msgid "A command-line program which is able to create a new action." msgstr "" #: C/fma-config-tool.xml:132(para) msgid "All these features are more thoroughly described in the global FileManager-Actions documentation." msgstr "" #: C/fma-config-tool.xml:137(para) msgid "Starting with the version 3.4, FileManager-Actions is compatible with both Nautilus and Nemo file-managers." msgstr "" #: C/fma-config-tool.xml:153(title) msgid "Getting Started" msgstr "" #: C/fma-config-tool.xml:2(title) msgid "Starting FileManager-Actions configuration tool" msgstr "" #: C/fma-config-tool.xml:3(para) msgid "You can start FileManager-Actions configuration tool in the following ways:" msgstr "" #: C/fma-config-tool.xml:8(term) msgid "System menu" msgstr "" #: C/fma-config-tool.xml:10(para) msgid "Choose PreferencesLook and FeelFileManager-Actions Configuration Tool." msgstr "" #: C/fma-config-tool.xml:21(term) msgid "Command line" msgstr "" #: C/fma-config-tool.xml:23(para) msgid "To start FileManager-Actions configuration tool from a command line, type the following command:" msgstr "" #: C/fma-config-tool.xml:27(filename) C/fma-config-tool.xml:39(filename) msgid "fma-config-tool" msgstr "" #: C/fma-config-tool.xml:29(para) C/fma-config-tool.xml:43(para) C/fma-config-tool.xml:448(para) msgid "then press Return." msgstr "" #: C/fma-config-tool.xml:34(para) msgid "To view available command line options, type:" msgstr "" #: C/fma-config-tool.xml:40(option) msgid "--help-all" msgstr "" #: C/fma-config-tool.xml:54(title) msgid "The first run" msgstr "" #: C/fma-config-tool.xml:55(para) msgid "When you start FileManager-Actions configuration tool, the following window is displayed." msgstr "" #: C/fma-config-tool.xml:59(title) msgid "FileManager-Actions configuration tool Start Up Window" msgstr "" #: C/fma-config-tool.xml:0(application) msgid "FileManager-Actions configuration tool" msgstr "" #: C/fma-config-tool.xml:66(phrase) msgid "Shows main window. Contains menubar, toolbar, display area, an empty items list in the left, several disabled properties tabs, and statusbar." msgstr "" #: C/fma-config-tool.xml:74(para) msgid "The empty FileManager-Actions configuration tool main window" msgstr "" #. Include any descriptions of the GUI immediately after the screenshot #. of the main UI, for example, the items on the menubar and on the toolbar. #. This section is optional. #: C/fma-config-tool.xml:84(para) msgid "The FileManager-Actions configuration tool main window contains the following elements:" msgstr "" #: C/fma-config-tool.xml:89(term) msgid "Menubar." msgstr "" #: C/fma-config-tool.xml:91(para) msgid "The menus on the menubar contain all of the commands you need to use in FileManager-Actions configuration tool." msgstr "" #: C/fma-config-tool.xml:95(para) msgid "Shortcuts are available for some commands:" msgstr "" #: C/fma-config-tool.xml:102(keycap) C/fma-config-tool.xml:115(keycap) C/fma-config-tool.xml:128(keycap) C/fma-config-tool.xml:141(keycap) C/fma-config-tool.xml:154(keycap) C/fma-config-tool.xml:167(keycap) C/fma-config-tool.xml:181(keycap) msgid "Ctrl" msgstr "" #: C/fma-config-tool.xml:103(keycap) msgid "N" msgstr "" #: C/fma-config-tool.xml:107(para) msgid "Create a new action." msgstr "" #: C/fma-config-tool.xml:116(keycap) msgid "S" msgstr "" #: C/fma-config-tool.xml:120(para) msgid "Save modified actions and menus." msgstr "" #: C/fma-config-tool.xml:129(keycap) msgid "Q" msgstr "" #: C/fma-config-tool.xml:133(para) msgid "Quit the application." msgstr "" #: C/fma-config-tool.xml:142(keycap) msgid "X" msgstr "" #: C/fma-config-tool.xml:146(para) msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #: C/fma-config-tool.xml:155(keycap) msgid "C" msgstr "" #: C/fma-config-tool.xml:159(para) msgid "Copy the current selection to the clipboard." msgstr "" #: C/fma-config-tool.xml:168(keycap) C/fma-config-tool.xml:182(keycap) msgid "V" msgstr "" #: C/fma-config-tool.xml:172(para) msgid "Insert the content of the clipboard before the current item." msgstr "" #: C/fma-config-tool.xml:180(keycap) msgid "Shift" msgstr "" #: C/fma-config-tool.xml:186(para) msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #: C/fma-config-tool.xml:194(keycap) msgid "Delete" msgstr "" #: C/fma-config-tool.xml:198(para) msgid "Delete the current selection." msgstr "" #: C/fma-config-tool.xml:206(keycap) msgid "F5" msgstr "" #: C/fma-config-tool.xml:210(para) msgid "Reload the actions and menus." msgstr "" #: C/fma-config-tool.xml:218(keycap) msgid "F1" msgstr "" #: C/fma-config-tool.xml:222(para) msgid "Display the help." msgstr "" #: C/fma-config-tool.xml:231(term) msgid "Toolbar." msgstr "" #: C/fma-config-tool.xml:233(para) msgid "Several toolbars may be displayed below the menubar, depending of your choices in the ViewToolbars submenu." msgstr "" #: C/fma-config-tool.xml:244(term) msgid "Items list." msgstr "" #: C/fma-config-tool.xml:246(para) msgid "The list on the left of the main window contains all items, whether they are actions or menus, currently available for edition in FileManager-Actions configuration tool." msgstr "" #: C/fma-config-tool.xml:251(para) msgid "Items may be sorted in ascending or descending alphabetical order, or not sorted at all, being directly organized and managed by the user." msgstr "" #: C/fma-config-tool.xml:256(para) msgid "Invalid items are displayed in red color." msgstr "" #: C/fma-config-tool.xml:259(para) msgid "Modified items are displayed in italic characters." msgstr "" #: C/fma-config-tool.xml:265(term) msgid "Sort buttons" msgstr "" #: C/fma-config-tool.xml:267(para) msgid "Three buttons allow you to toggle between sort modes." msgstr "" #: C/fma-config-tool.xml:273(term) msgid "Properties tabs." msgstr "" #: C/fma-config-tool.xml:275(para) msgid "The right part of the main window displays all is needed to define how, when and where actions and menus should be displayed." msgstr "" #: C/fma-config-tool.xml:282(term) msgid "Action/Menu" msgstr "" #: C/fma-config-tool.xml:286(para) msgid "Define in which file manager menus the item should appear, and how it will be displayed." msgstr "" #: C/fma-config-tool.xml:293(term) msgid "Command" msgstr "" #: C/fma-config-tool.xml:297(para) msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #: C/fma-config-tool.xml:304(term) msgid "Execution" msgstr "" #: C/fma-config-tool.xml:308(para) msgid "Specify how the command should be executed." msgstr "" #: C/fma-config-tool.xml:314(term) msgid "Basenames" msgstr "" #: C/fma-config-tool.xml:318(para) msgid "Define the basename filters the file manager selection must satisfy in order the action or menu be candidate for display." msgstr "" #: C/fma-config-tool.xml:326(term) msgid "Mimetypes" msgstr "" #: C/fma-config-tool.xml:330(para) msgid "Define the mimetype filters the file manager selection must satisfy in order the action or menu be candidate for display." msgstr "" #: C/fma-config-tool.xml:338(term) msgid "Folders" msgstr "" #: C/fma-config-tool.xml:342(para) msgid "Define the folder filters the file manager selection must satisfy in order the action or menu be candidate for display." msgstr "" #: C/fma-config-tool.xml:350(term) msgid "Schemes" msgstr "" #: C/fma-config-tool.xml:354(para) msgid "Define the scheme filters the file manager selection must satisfy in order the action or menu be candidate for display." msgstr "" #: C/fma-config-tool.xml:362(term) msgid "Capabilities" msgstr "" #: C/fma-config-tool.xml:366(para) msgid "Define the capability filters the file manager selection must satisfy in order the action or menu be candidate for display." msgstr "" #: C/fma-config-tool.xml:374(term) msgid "Environment" msgstr "" #: C/fma-config-tool.xml:378(para) msgid "Define some environment conditions the file manager selection must satisfy in order the action or menu be candidate for display." msgstr "" #: C/fma-config-tool.xml:386(term) msgid "Properties" msgstr "" #: C/fma-config-tool.xml:390(para) msgid "Display item properties." msgstr "" #: C/fma-config-tool.xml:399(term) msgid "Statusbar." msgstr "" #: C/fma-config-tool.xml:401(para) msgid "The statusbar displays some status informations about the currently selected row in the items list." msgstr "" #: C/fma-config-tool.xml:405(para) msgid "When no relevant information is to be displayed, the statusbar displays the count of loaded menus, actions and profiles." msgstr "" #: C/fma-config-tool.xml:410(para) msgid "The « read-only » icon is displayed in the right of the statusbar when appropriate." msgstr "" #: C/fma-config-tool.xml:423(title) msgid "Creating your first action" msgstr "" #: C/fma-config-tool.xml:424(para) msgid "In this example, we are going to create an action which displays some pretty informations about the current selection." msgstr "" #: C/fma-config-tool.xml:429(title) msgid "Checking for prerequisites" msgstr "" #: C/fma-config-tool.xml:430(para) msgid "This action will require Zenity." msgstr "" #: C/fma-config-tool.xml:434(para) msgid "Zenity is a program which will allow you to create a graphical user interface from a command-line." msgstr "" #: C/fma-config-tool.xml:438(para) msgid "You should check that this program is installed on your system, by example by typing the following command in a terminal:" msgstr "" #: C/fma-config-tool.xml:445(filename) msgid "zenity" msgstr "" #: C/fma-config-tool.xml:452(title) msgid "Creating the action" msgstr "" #: C/fma-config-tool.xml:453(para) msgid "To create a new action, choose CtrlNFileNew action." msgstr "" #: C/fma-config-tool.xml:467(para) msgid "A new action is inserted in the items list, and its properties are displayed in the tabs on the right pane." msgstr "" #: C/fma-config-tool.xml:471(para) msgid "The label of the currently edited action (this one) is added to the application name in the title bar." msgstr "" #: C/fma-config-tool.xml:476(title) C/fma-config-tool.xml:488(para) msgid "Default properties of a new action" msgstr "" #: C/fma-config-tool.xml:483(phrase) msgid "Shows the default properties of a newly created action." msgstr "" #: C/fma-config-tool.xml:493(para) msgid "In the Items list, the new action is displayed in italic characters." msgstr "" #: C/fma-config-tool.xml:498(para) msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #: C/fma-config-tool.xml:502(para) msgid "As another reminder that there is some pending modifications, an asterisk (« * ») comes to prefix the application name in the title bar." msgstr "" #: C/fma-config-tool.xml:508(title) msgid "Qualifying your new action" msgstr "" #: C/fma-config-tool.xml:509(para) msgid "It merely consists of choosing how your action will be displayed in the file manager context menu." msgstr "" #: C/fma-config-tool.xml:516(para) msgid "Enter My first action in the Context label entry box." msgstr "" #: C/fma-config-tool.xml:522(para) msgid "The Context label entry box contains the label of the action as you want it to be displayed in the file manager context menu." msgstr "" #: C/fma-config-tool.xml:528(para) msgid "The label is a mandatory property of your action. If it happens to be empty, then your action will be considered as invalid by FileManager-Actions: it will be displayed in red in Items list and will never be candidate to be displayed in the file manager context menus." msgstr "" #: C/fma-config-tool.xml:538(para) msgid "Enter This will execute an action with some parameters in the Tooltip entry box." msgstr "" #: C/fma-config-tool.xml:543(para) msgid "The Tooltip entry box contains the text you want to be displayed as a short help to your action." msgstr "" #: C/fma-config-tool.xml:550(para) msgid "Select in the Icon drop-down list." msgstr "" #: C/fma-config-tool.xml:555(para) msgid "The Icon selection defines the icon which will be associated with your action in file manager context menus and in the toolbar." msgstr "" #: C/fma-config-tool.xml:561(para) msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #: C/fma-config-tool.xml:567(para) msgid "Click on the Icon drop-down list to select an icon." msgstr "" #: C/fma-config-tool.xml:574(para) msgid "Click on Browse to search for an image in the filesystem." msgstr "" #: C/fma-config-tool.xml:583(title) msgid "Specifying the command to be executed" msgstr "" #: C/fma-config-tool.xml:584(para) msgid "When you will select your action in the file manager context menu, this command will be executed, with arguments of your choice." msgstr "" #: C/fma-config-tool.xml:590(para) msgid "Click on the Command tab to show the page which will permit you to enter the command." msgstr "" #: C/fma-config-tool.xml:596(title) C/fma-config-tool.xml:611(para) msgid "Command page" msgstr "" #: C/fma-config-tool.xml:603(phrase) msgid "Shows the Command tab. This tab contains the name of the profile, the command to be executed along with its parameters, and the configuration of the starting working directory." msgstr "" #: C/fma-config-tool.xml:618(para) msgid "Enter zenity in the Path entry box." msgstr "" #: C/fma-config-tool.xml:623(para) msgid "The Path entry box defines the command which will be executed when you will select your action in the file manager context menu." msgstr "" #: C/fma-config-tool.xml:629(para) msgid "You have two ways of defining the command to be executed:" msgstr "" #: C/fma-config-tool.xml:634(para) msgid "Enter it in the Path entry box." msgstr "" #: C/fma-config-tool.xml:640(para) msgid "Click on Browse to select the executable file on the filesystem." msgstr "" #: C/fma-config-tool.xml:646(para) msgid "If the command you enter does not have an absolute path, then it will be searched for in the PATH variable at execution time." msgstr "" #: C/fma-config-tool.xml:653(para) msgid "Enter --info --text='%c selected item(s): %U' in the Parameters entry box." msgstr "" #: C/fma-config-tool.xml:660(para) msgid "The Parameters contains the arguments which will be passed to your command when it will be executed. These arguments may embed parameters which will be expanded at runtime." msgstr "" #: C/fma-config-tool.xml:667(para) msgid "If both Path and Parameters are empty, then this action will be considered as invalid: it will be displayed in red in Items list and will never be candidate to be displayed in the file manager context menus." msgstr "" #: C/fma-config-tool.xml:679(title) msgid "Saving" msgstr "" #: C/fma-config-tool.xml:680(para) msgid "To save all pending modifications, choose CtrlSFileSave." msgstr "" #: C/fma-config-tool.xml:694(para) msgid "The file manager automatically takes into account your new action, and displays it in its context menu." msgstr "" #: C/fma-config-tool.xml:699(title) C/fma-config-tool.xml:710(para) msgid "Your first action in the file manager context menu" msgstr "" #: C/fma-config-tool.xml:706(phrase) msgid "Shows the first action in the file manager context menu." msgstr "" #: C/fma-config-tool.xml:715(para) msgid "Cliking of the item in the file manager context menu activates it, and executes the corresponding command." msgstr "" #: C/fma-config-tool.xml:720(title) C/fma-config-tool.xml:733(para) msgid "The result of the execution of your first action" msgstr "" #: C/fma-config-tool.xml:0(productname) msgid "Zenity" msgstr "" #: C/fma-config-tool.xml:727(phrase) msgid "Shows the result of the execution of your first action. This is dialog box, displaying the URI of the selected item." msgstr "" #: C/fma-config-tool.xml:162(title) msgid "Using FileManager-Actions configuration tool" msgstr "" #: C/fma-config-tool.xml:12(para) msgid "Each time the selection or the location change in the file manager, FileManager-Actions checks all your actions, comparing the defined conditions against the new location and selection: all defined conditions must be satisfied in order your action be actually displayed." msgstr "" #: C/fma-config-tool.xml:19(para) msgid "For now, all managed file managers have removed this API from their extension library. The toolbar is still configurable in FileManager-Actions, but is will not be honored by any of the targeted file managers." msgstr "" #: C/fma-config-tool.xml:27(title) C/fma-config-tool.xml:40(title) msgid "Basename-based conditions" msgstr "" #: C/fma-config-tool.xml:28(para) msgid "You may decide that your action will appear depending on the basenames of the items currently selected in the file-manager: you may define that each item of the selection must meet some sort of basename, and you may simultaneously decide that none of the selected item(s) can have some other sort of basename." msgstr "" #: C/fma-config-tool.xml:34(para) msgid "Click on the Basenames tab to show the page which will permit you to configure your basename-based conditions." msgstr "" #: C/fma-config-tool.xml:47(phrase) msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #: C/fma-config-tool.xml:50(para) msgid "The basename-based conditions tab" msgstr "" #: C/fma-config-tool.xml:55(para) msgid "In fact, basename-based conditions are built as a list of « must match one of » and « must not match any of » patterns. In order for your action to be a candidate regarding these basename-based conditions, each element of the selection must be valid for all the listed conditions: the basename of each element must match at least one of the defined « must match one of » patterns, and must not match any of the defined « must not match any of » patterns." msgstr "" #: C/fma-config-tool.xml:64(para) C/fma-config-tool.xml:208(para) C/fma-config-tool.xml:396(para) C/fma-config-tool.xml:521(para) C/fma-config-tool.xml:678(para) msgid "If at least one element of the selection does not match all the defined conditions, then your action will not be displayed." msgstr "" #: C/fma-config-tool.xml:68(para) msgid "When targeting the selection context menu, your basename-based conditions will be checked against the currently selected items. When targeting the location context menu or the toolbar, your basename-based conditions will be checked against the basename of the current location." msgstr "" #: C/fma-config-tool.xml:74(para) msgid "Defining a new basename-based condition involves two steps." msgstr "" #: C/fma-config-tool.xml:79(para) C/fma-config-tool.xml:226(para) C/fma-config-tool.xml:413(para) C/fma-config-tool.xml:537(para) C/fma-config-tool.xml:694(para) msgid "Define the new condition filter." msgstr "" #: C/fma-config-tool.xml:84(para) C/fma-config-tool.xml:231(para) C/fma-config-tool.xml:418(para) C/fma-config-tool.xml:542(para) msgid "Press Insert or click on button to insert a new condition filter" msgstr "" #: C/fma-config-tool.xml:92(para) msgid "Edit the newly inserted condition filter to the basename you want match." msgstr "" #: C/fma-config-tool.xml:97(para) msgid "A basename-based condition may use « * » or « ? » wildcard characters." msgstr "" #: C/fma-config-tool.xml:106(para) C/fma-config-tool.xml:283(para) C/fma-config-tool.xml:447(para) C/fma-config-tool.xml:603(para) msgid "Indicates whether this a « must match one of » or a « must not match any of » condition." msgstr "" #: C/fma-config-tool.xml:110(para) C/fma-config-tool.xml:287(para) C/fma-config-tool.xml:451(para) C/fma-config-tool.xml:607(para) msgid "Click on the Must match one of or Must not match any of radio button in the same row to set the corresponding condition." msgstr "" #: C/fma-config-tool.xml:119(para) msgid "Depending of your target operating system, make sure that the Match case checkbox is activated (or not)." msgstr "" #: C/fma-config-tool.xml:126(para) msgid "When activated, all filters are considered as case sensitive, which means that /my/file filename is considered distinct from /My/File one." msgstr "" #: C/fma-config-tool.xml:133(para) msgid "This is the default behavior on Unix-like systems." msgstr "" #: C/fma-config-tool.xml:138(para) msgid "When deactivated, filters are considered as case insensitive, which means that /my/file and /My/File filenames are considered the same name." msgstr "" #: C/fma-config-tool.xml:146(para) msgid "This is most probably what you want if you target some sort of Windows system." msgstr "" #: C/fma-config-tool.xml:152(para) msgid "Removing a defined basename-based condition is as simple as selecting it, and pressing Del (or clicking on button)." msgstr "" #: C/fma-config-tool.xml:159(para) msgid "By default, the basename-based condition is just one « must match one of * » condition. As all basenames always match the « * » condition, this just means that basename-based conditions are not considered as relevant for the action." msgstr "" #: C/fma-config-tool.xml:170(title) C/fma-config-tool.xml:184(title) msgid "Mimetype-based conditions" msgstr "" #: C/fma-config-tool.xml:171(para) msgid "You may decide that your action will appear depending on the mimetypes of the items currently selected in the file-manager: you may define that each item of the selection must meet some sort of mimetype; and you may simultaneously decide that none of the selected item(s) can have some other sort of mimetype." msgstr "" #: C/fma-config-tool.xml:178(para) msgid "Click on the Mimetypes tab to show the page which will permit you to configure your mimetype-based conditions." msgstr "" #: C/fma-config-tool.xml:191(phrase) msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #: C/fma-config-tool.xml:194(para) msgid "The mimetype-based conditions tab" msgstr "" #: C/fma-config-tool.xml:199(para) msgid "In fact, mimetype-based conditions are built as a list of « must match one of » and « must not match any of » patterns. In order for your action to be a candidate regarding these mimetype-based conditions, each element of the selection must be valid for all the listed conditions: the mimetype of each element must match at least one of the defined « must match one of » patterns, and must not match any of the defined « must not match any of » patterns." msgstr "" #: C/fma-config-tool.xml:212(para) msgid "When targeting the selection context menu, your mimetype-based conditions will be checked against the currently selected items. When targeting the location context menu or the toolbar, your mimetype-based conditions will be checked against the mimetype of the current location, which happens to be the well known « inode/directory » mimetype." msgstr "" #: C/fma-config-tool.xml:221(para) msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #: C/fma-config-tool.xml:239(para) msgid "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #: C/fma-config-tool.xml:243(para) msgid "A mimetype must be defined as a group/subgroup expression." msgstr "" #: C/fma-config-tool.xml:250(para) msgid "The « * » wildcard is supported only in some situations:" msgstr "" #: C/fma-config-tool.xml:256(para) msgid "The « */* » expression matches all mimetypes. As a convenient shortcut, the « * » literal is also accepted for this same purpose." msgstr "" #: C/fma-config-tool.xml:263(para) msgid "A group/* string matches all subgroups of group mimetype." msgstr "" #: C/fma-config-tool.xml:271(para) msgid "The */subgroup string is not accepted as a valid wildcard." msgstr "" #: C/fma-config-tool.xml:296(para) msgid "Removing a defined mimetype-based condition is as simple as selecting it, and pressing Del (or clicking on button)." msgstr "" #: C/fma-config-tool.xml:303(para) msgid "By default, the mimetype-based condition is just one « must match one of */* » condition. As all mimetypes always match the « */* », this just means that mimetypes are not considered as relevant for the action." msgstr "" #: C/fma-config-tool.xml:312(title) msgid "Example of usual mimetypes" msgstr "" #. i18n: "all/all" is a mimetype, not translatable #: C/fma-config-tool.xml:317(literal) msgid "all/all" msgstr "" #: C/fma-config-tool.xml:320(para) msgid "Matches all items." msgstr "" #. i18n: "all/allfiles" is a mimetype, not translatable #: C/fma-config-tool.xml:328(literal) msgid "all/allfiles" msgstr "" #: C/fma-config-tool.xml:331(para) msgid "Matches all regular files." msgstr "" #. i18n: "inode/directory" is a mimetype, not translatable #: C/fma-config-tool.xml:339(literal) msgid "inode/directory" msgstr "" #: C/fma-config-tool.xml:342(para) msgid "Matches only directories." msgstr "" #: C/fma-config-tool.xml:352(title) C/fma-config-tool.xml:372(title) msgid "Folder-based conditions" msgstr "" #: C/fma-config-tool.xml:353(para) msgid "You may decide that your action will appear depending on the directory the items currently selected in the file-manager are located in: you may define that each item of the selection must be located in one hierarchy or in another; and you may simultaneously decide that none of the selected item(s) can be located in some other hierarchy." msgstr "" #: C/fma-config-tool.xml:361(para) msgid "A folder-based condition must be understood as the specification of the hierarchy in which the currently examined item should (or should not) stay: this is a pattern on the dirname of the element." msgstr "" #: C/fma-config-tool.xml:366(para) msgid "Click on the Folders tab to show the page which will permit you to configure your folder-based conditions." msgstr "" #: C/fma-config-tool.xml:379(phrase) msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #: C/fma-config-tool.xml:382(para) msgid "The folder-based conditions tab" msgstr "" #: C/fma-config-tool.xml:387(para) msgid "In fact, folder-based conditions are built as a list of « must match one of » and « must not match any of » patterns. In order for your action to be a candidate regarding these folder-based conditions, each element of the selection must be valid for all the listed conditions: each element must be located in one of the defined « must match one of » folders, and must not match any of the defined « must not match any of » folders." msgstr "" #: C/fma-config-tool.xml:400(para) msgid "When targeting the selection context menu, your folder-based conditions will be checked against the dirname of each currently selected items. When targeting the location context menu or the toolbar, your folder-based conditions will be checked against the current location." msgstr "" #: C/fma-config-tool.xml:408(para) msgid "Defining a new folder-based condition involves two steps." msgstr "" #: C/fma-config-tool.xml:426(para) msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #: C/fma-config-tool.xml:431(para) msgid "The « * » and « ? » characters are accepted as wildcards at any level of the defined folder filter." msgstr "" #: C/fma-config-tool.xml:439(para) msgid "Or click on Browse to select a folder on the file system." msgstr "" #: C/fma-config-tool.xml:460(para) msgid "Removing a defined folder-based condition is as simple as selecting it, and pressing Del (or clicking on button)." msgstr "" #: C/fma-config-tool.xml:467(para) msgid "By default, the folder-based condition is just one « must match one of / » condition. As / is always the top of an Unix-like file system, then all selected items always match this condition." msgstr "" #: C/fma-config-tool.xml:475(para) msgid "If you target a Windows system, then this default value may not be what you actually want." msgstr "" #: C/fma-config-tool.xml:483(title) msgid "Scheme-base-conditions" msgstr "" #: C/fma-config-tool.xml:484(para) msgid "You may decide that your action will appear depending on the schemes of the URIs of the items currently selected in the file-manager: you may define that each item of the selection must have some scheme; and you may simultaneously decide that none of the selected item(s) may have some other scheme." msgstr "" #: C/fma-config-tool.xml:491(para) msgid "Click on the Schemes tab to show the page which will permit you to configure your scheme-based conditions." msgstr "" #: C/fma-config-tool.xml:497(title) msgid "Scheme-based conditions" msgstr "" #: C/fma-config-tool.xml:504(phrase) msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #: C/fma-config-tool.xml:507(para) msgid "The scheme-based conditions tab" msgstr "" #: C/fma-config-tool.xml:512(para) msgid "In fact, scheme-based conditions are built as a list of « must match one of » and « must not match any of » patterns. In order for your action to be a candidate regarding these scheme-based conditions, each element of the selection must be valid for all the listed conditions: the scheme of each element must match at least one of the defined « must match one of » patterns, and must not match any of the defined « must not match any of » patterns." msgstr "" #: C/fma-config-tool.xml:525(para) msgid "When targeting the selection context menu, your scheme-based conditions will be checked against the currently selected items. When targeting the location context menu or the toolbar, your scheme-based conditions will be checked against the scheme of the current location." msgstr "" #: C/fma-config-tool.xml:532(para) msgid "Defining a new scheme-based condition involves two steps." msgstr "" #: C/fma-config-tool.xml:550(para) msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #: C/fma-config-tool.xml:555(para) msgid "Scheme-based conditions only accept « * » wildcard, which stands for « any scheme »." msgstr "" #: C/fma-config-tool.xml:562(para) msgid "Or click on Common to select a scheme among those predefined in EditPreferences." msgstr "" #: C/fma-config-tool.xml:575(title) C/fma-config-tool.xml:585(para) msgid "Selecting a scheme among predefined defaults" msgstr "" #: C/fma-config-tool.xml:582(phrase) msgid "Show the list of predefined schemes." msgstr "" #: C/fma-config-tool.xml:590(para) msgid "A new scheme may only be selected here if it is not already defined as a scheme filter." msgstr "" #: C/fma-config-tool.xml:594(para) msgid "To select a new scheme, click OK, or double-click on the desired row." msgstr "" #: C/fma-config-tool.xml:616(para) msgid "Removing a defined scheme-based condition is as simple as selecting it, and pressing Del (or clicking on button)." msgstr "" #: C/fma-config-tool.xml:623(para) msgid "By default, the scheme-based condition is just one « must match one of * » condition, which means that schemes are not relevant for this action." msgstr "" #: C/fma-config-tool.xml:632(title) C/fma-config-tool.xml:653(title) msgid "Capability-based conditions" msgstr "" #: C/fma-config-tool.xml:633(para) msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #: C/fma-config-tool.xml:637(para) msgid "But except for the Local capability, all others depend on the user who executes the command." msgstr "" #: C/fma-config-tool.xml:642(para) msgid "You may so decide that your action will appear, or not, depending on the capabilities of the selected item(s) vs. the current user." msgstr "" #: C/fma-config-tool.xml:647(para) msgid "Click on the Capabilities tab to show the page which will permit you to configure your capability-based conditions." msgstr "" #: C/fma-config-tool.xml:660(phrase) msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #: C/fma-config-tool.xml:663(para) msgid "The capability-based conditions tab" msgstr "" #: C/fma-config-tool.xml:668(para) msgid "In fact, capability-based conditions are built as a list of « must match all of » and « must not match any of » patterns. In order for your action to be a candidate regarding these capability-based conditions, each element of the selection must be valid for all the listed conditions: the capability of each element must match each of the defined « must match all of » capabilities, and must not match any of the defined « must not match any of » ones." msgstr "" #: C/fma-config-tool.xml:682(para) msgid "When targeting the selection context menu, your capability-based conditions will be checked against the currently selected items. When targeting the location context menu or the toolbar, your capability-based conditions will be checked against those of the current location." msgstr "" #: C/fma-config-tool.xml:689(para) msgid "Defining a new capability-based condition involves two steps." msgstr "" #: C/fma-config-tool.xml:699(para) msgid "Press Insert to insert a new condition filter." msgstr "" #: C/fma-config-tool.xml:706(para) msgid "Edit the newly inserted condition filter to the capability you want match." msgstr "" #: C/fma-config-tool.xml:712(para) msgid "Or click on to open the Adding a new capability dialog box." msgstr "" #: C/fma-config-tool.xml:720(title) msgid "Managed capabilities" msgstr "" #: C/fma-config-tool.xml:727(phrase) msgid "Shows the list of managed capabilities." msgstr "" #: C/fma-config-tool.xml:730(para) msgid "The list of managed capabilities" msgstr "" #: C/fma-config-tool.xml:735(para) msgid "A new capability may only be selected here if it is not already defined as a capability filter." msgstr "" #: C/fma-config-tool.xml:739(para) msgid "To select a new capability, click OK, or double-click on the desired row." msgstr "" #: C/fma-config-tool.xml:748(para) msgid "Indicates whether this a « must match all of » or a « must not match any of » condition." msgstr "" #: C/fma-config-tool.xml:752(para) msgid "Click on the Must match all of or Must not match any of radio button in the same row to set the corresponding condition." msgstr "" #: C/fma-config-tool.xml:761(para) msgid "Removing a defined capability-based condition is as simple as selecting it, and pressing Del (or clicking on button)." msgstr "" #: C/fma-config-tool.xml:768(para) msgid "By default, the capability-based condition list is empty. This means that capabilities are not relevant for this action." msgstr "" #: C/fma-config-tool.xml:775(title) msgid "Selection count condition" msgstr "" #: C/fma-config-tool.xml:776(para) msgid "You may define that your action will only appear if the current selection in the file manager has some precise count, or some precise relation with a given count." msgstr "" #: C/fma-config-tool.xml:782(title) msgid "A selection count use case" msgstr "" #: C/fma-config-tool.xml:783(para) msgid "If your action consists in displaying the differences between two files, you may define here « Count = (equal to) 2 »." msgstr "" #: C/fma-config-tool.xml:790(para) C/fma-config-tool.xml:905(para) C/fma-config-tool.xml:976(para) msgid "Click on the Environment tab to show the page which will permit you to configure your environment-based conditions." msgstr "" #: C/fma-config-tool.xml:797(title) msgid "Environment-based conditions" msgstr "" #: C/fma-config-tool.xml:804(phrase) msgid "Shows the tab which lets you define environment-based conditions. This includes the selection count configuration, the desktop selection, along with the runtime filters." msgstr "" #: C/fma-config-tool.xml:811(para) msgid "The environment-based conditions tab" msgstr "" #: C/fma-config-tool.xml:816(para) msgid "The selection count condition is defined in the Appears if selection contains frame." msgstr "" #: C/fma-config-tool.xml:822(title) C/fma-config-tool.xml:834(para) msgid "Selection count condition frame" msgstr "" #: C/fma-config-tool.xml:830(guilabel) msgid "Appears if selection contains" msgstr "" #: C/fma-config-tool.xml:829(phrase) C/fma-config-tool.xml:923(phrase) C/fma-config-tool.xml:994(phrase) C/fma-config-tool.xml:289(phrase) msgid "Focus on the frame." msgstr "" #: C/fma-config-tool.xml:839(para) msgid "When targeting the selection context menu, the count condition defined here will be checked against the count of currently selected items. When targeting the location context menu or the toolbar, the count condition will be checked against zero because there is no selected item in this case." msgstr "" #: C/fma-config-tool.xml:846(para) msgid "To define a selection count condition:" msgstr "" #: C/fma-config-tool.xml:851(para) msgid "Select in the Count drop-down list the operator you want apply to the selection count:" msgstr "" #: C/fma-config-tool.xml:858(literal) msgid "<" msgstr "" #: C/fma-config-tool.xml:858(termdef) msgid "(strictly less than)" msgstr "" #: C/fma-config-tool.xml:860(literal) msgid "=" msgstr "" #: C/fma-config-tool.xml:860(termdef) msgid "(equal to)" msgstr "" #: C/fma-config-tool.xml:862(literal) msgid ">" msgstr "" #: C/fma-config-tool.xml:862(termdef) msgid "(strictly greater than)" msgstr "" #: C/fma-config-tool.xml:866(para) msgid "Enter the reference count you wish." msgstr "" #: C/fma-config-tool.xml:871(para) msgid "The selection count defaults to « Count > (strictly greater than) 0 », which means that the action will be a candidate to be displayed as soon as at least one item is selected in the file manager." msgstr "" #: C/fma-config-tool.xml:881(title) C/fma-config-tool.xml:54(title) C/fma-config-tool.xml:64(para) C/fma-prefs.xml:54(title) C/fma-prefs.xml:64(para) msgid "Desktop selection" msgstr "" #: C/fma-config-tool.xml:882(para) msgid "You may define that your action:" msgstr "" #: C/fma-config-tool.xml:887(para) msgid "will always appear," msgstr "" #: C/fma-config-tool.xml:892(para) msgid "or will only appear in some given desktop environments," msgstr "" #: C/fma-config-tool.xml:897(para) msgid "or will not appear in some given desktop environments." msgstr "" #: C/fma-config-tool.xml:902(para) msgid "Only one choice between these three items is possible." msgstr "" #: C/fma-config-tool.xml:910(para) msgid "The desktop selection is defined in the Desktop environment frame." msgstr "" #: C/fma-config-tool.xml:916(title) C/fma-config-tool.xml:928(para) msgid "Desktop selection frame" msgstr "" #: C/fma-config-tool.xml:924(guilabel) msgid "Desktop environment" msgstr "" #: C/fma-config-tool.xml:933(para) msgid "To define the desktop environment condition:" msgstr "" #: C/fma-config-tool.xml:938(para) msgid "First select the type of filter:" msgstr "" #: C/fma-config-tool.xml:942(member) msgid "should your action always appear, regardless of the desktop environment ?" msgstr "" #: C/fma-config-tool.xml:944(member) msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #: C/fma-config-tool.xml:946(member) msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #: C/fma-config-tool.xml:951(para) msgid "If your action should not always appear, then select the relevant desktop environment(s) in the listbox in the right side." msgstr "" #: C/fma-config-tool.xml:958(para) msgid "The targeted desktop environment condition defaults to « Always appear », which means that the action will be a candidate to be displayed regardless of the current desktop environment." msgstr "" #: C/fma-config-tool.xml:968(title) msgid "Executable found condition" msgstr "" #: C/fma-config-tool.xml:969(para) msgid "You may define that your action will only appear if some prerequisite package is installed on your system. This is checked here by specifying that a specific file, known or at least supposed to be provided by the package, must be present on the file system, and executable." msgstr "" #: C/fma-config-tool.xml:981(para) msgid "The executable found condition is defined in the Execution environment frame." msgstr "" #: C/fma-config-tool.xml:987(title) C/fma-config-tool.xml:999(para) msgid "Execution environment frame" msgstr "" #: C/fma-config-tool.xml:995(guilabel) msgid "Execution environment" msgstr "" #: C/fma-config-tool.xml:1004(para) msgid "To define the relevant file, enter its full filename in the Appears if the file is executable entry box, or click on Browse to select a file on the file system." msgstr "" #: C/fma-config-tool.xml:1011(para) C/fma-config-tool.xml:1042(para) C/fma-config-tool.xml:1082(para) C/fma-config-tool.xml:1123(para) msgid "Leave the field empty if this condition is not relevant for your action." msgstr "" #: C/fma-config-tool.xml:1016(para) msgid "You may embed some parameters in the searched filename. These parameters will be dynamically substituted at runtime with values which will depend on currently selected item(s)." msgstr "" #: C/fma-config-tool.xml:1025(title) msgid "D-Bus registration condition" msgstr "" #: C/fma-config-tool.xml:1026(para) msgid "You may define that your action will only appear if some given name is registered on the D-Bus system at runtime." msgstr "" #: C/fma-config-tool.xml:1030(para) C/fma-config-tool.xml:1063(para) C/fma-config-tool.xml:1102(para) msgid "Click on the Environment tab to show the page which will permit you to configure your environment-based conditions, and focus on Execution environment frame." msgstr "" #: C/fma-config-tool.xml:1037(para) msgid "To define the relevant name, enter it in the Appears if the name is registered on D-Bus entry box." msgstr "" #: C/fma-config-tool.xml:1047(para) C/fma-config-tool.xml:1128(para) msgid "You may embed some parameters in the searched name. These parameters will be dynamically substituted at runtime with values which will depend on currently selected item(s)." msgstr "" #: C/fma-config-tool.xml:1056(title) msgid "Customized condition" msgstr "" #: C/fma-config-tool.xml:1057(para) msgid "You may define that your action will only appear if some given command outputs a true string on its standard output." msgstr "" #: C/fma-config-tool.xml:1070(para) msgid "This lets you define your own customized condition filter, by writing a small script which outputs, or not, the true string on stdout when it is ran." msgstr "" #: C/fma-config-tool.xml:1076(para) msgid "To define the command, enter it in the Appears if the command outputs \"true\" entry box." msgstr "" #: C/fma-config-tool.xml:1087(para) msgid "You may embed some parameters in the executed filename or its options. These parameters will be dynamically substituted at runtime with values which will depend on currently selected item(s)." msgstr "" #: C/fma-config-tool.xml:1097(title) msgid "Running process condition" msgstr "" #: C/fma-config-tool.xml:1098(para) msgid "You may define that your action will only appear if some given binary is currently running." msgstr "" #: C/fma-config-tool.xml:1109(para) msgid "To define the binary, enter its name in the Appears if the binary is running entry box, or click on Browse to select a file on the file system." msgstr "" #: C/fma-config-tool.xml:1117(para) msgid "Even if you enter here the full filename of a binary, only its basename will be searched for in the processes list at runtime." msgstr "" #: C/fma-config-tool.xml:55(para) msgid "The word « first » may be misleading as it only refers to the list of selected items internally provided by the file manager to the FileManager-Actions plugin." msgstr "" #: C/fma-config-tool.xml:61(para) msgid "In particular, it has nothing to do with the visual selection you may have done in the file manager window. And, in fact, which is the « first » selected item in a multiple selection is absolutely undefined and rather unpredictable." msgstr "" #: C/fma-config-tool.xml:73(title) msgid "Where the action should it be executed ?" msgstr "" #: C/fma-config-tool.xml:74(para) msgid "Your action may be executed in a particular working directory." msgstr "" #: C/fma-config-tool.xml:77(para) msgid "You may specify it in the Command tab, in the Working directory entry box, or by clicking on Browse to select a folder on the filesystem." msgstr "" #: C/fma-config-tool.xml:87(title) C/fma-config-tool.xml:97(para) msgid "Working directory frame" msgstr "" #: C/fma-config-tool.xml:94(phrase) msgid "Focus on the working directory selection frame." msgstr "" #: C/fma-config-tool.xml:102(para) msgid "The working directory defaults to %d, which runs the command in the base directory of the (first) selected item." msgstr "" #: C/fma-config-tool.xml:107(para) msgid "In the particular case of the %d parameter, the « first » selected item is not very important because it is very likely that all selected items are located in the same base directory." msgstr "" #: C/fma-config-tool.xml:117(title) msgid "How should the action be executed ?" msgstr "" #: C/fma-config-tool.xml:118(para) msgid "Apart from configuring the conditions, the selection must be met in order your action be displayed in file manager menus, FileManager-Actions allows you to configure how exactly your command will be executed." msgstr "" #: C/fma-config-tool.xml:124(para) msgid "Click on the Execution tab to show the page which configures the execution of your command." msgstr "" #: C/fma-config-tool.xml:130(title) C/fma-config-tool.xml:140(para) msgid "Configuration of the execution modes" msgstr "" #: C/fma-config-tool.xml:137(phrase) msgid "Shows how to configure the execution modes of a command." msgstr "" #: C/fma-config-tool.xml:147(title) C/fma-config-tool.xml:29(title) msgid "Execution mode" msgstr "" #: C/fma-config-tool.xml:149(title) C/fma-config-tool.xml:159(para) msgid "Configuration of the execution mode" msgstr "" #: C/fma-config-tool.xml:156(phrase) msgid "Focus on the execution mode frame." msgstr "" #: C/fma-config-tool.xml:164(para) msgid "The execution mode of your command may be chosen between following values:" msgstr "" #: C/fma-config-tool.xml:170(term) msgid "Normal" msgstr "" #: C/fma-config-tool.xml:174(para) msgid "Starts the command as a standard graphical user interface." msgstr "" #: C/fma-config-tool.xml:180(term) msgid "Terminal" msgstr "" #: C/fma-config-tool.xml:184(para) msgid "Starts the preferred terminal of the desktop environment, and runs the command in it." msgstr "" #: C/fma-config-tool.xml:191(term) msgid "Embedded" msgstr "" #: C/fma-config-tool.xml:195(para) msgid "Makes use of a special feature of the file manager which may allow a terminal to be ran in it." msgstr "" #: C/fma-config-tool.xml:200(para) msgid "As for now, none of the managed file managers implement this feature." msgstr "" #: C/fma-config-tool.xml:208(term) msgid "Display output" msgstr "" #: C/fma-config-tool.xml:212(para) msgid "Starts the preferred terminal of the desktop environment, and runs the command in it. At end, standard streams (stdout, stderr) are collected and displayed." msgstr "" #: C/fma-config-tool.xml:220(para) msgid "The execution mode of a command defaults to Normal. That is, the command is executed without any particular pre- or post-work." msgstr "" #: C/fma-config-tool.xml:228(title) msgid "Startup notification" msgstr "" #: C/fma-config-tool.xml:230(title) C/fma-config-tool.xml:240(para) msgid "Configuration of the startup modes" msgstr "" #: C/fma-config-tool.xml:237(phrase) msgid "Focus on the Startup mode frame." msgstr "" #: C/fma-config-tool.xml:245(para) msgid "If the execution mode of the command is Normal, and if you know that the application will send a remove message with the DESKTOP_STARTUP_ID environment variable set, then check the Startup notify checkbox." msgstr "" #: C/fma-config-tool.xml:253(para) C/fma-config-tool.xml:271(para) msgid "See the Startup Notification Protocol Specification for more details." msgstr "" #: C/fma-config-tool.xml:262(title) msgid "Window class" msgstr "" #: C/fma-config-tool.xml:263(para) msgid "If the execution mode of the command is Normal, and if you know that the application will map at least one window with a given class name, then enter that name into the Startup Window Manager class entry box." msgstr "" #: C/fma-config-tool.xml:280(title) msgid "Owner of the execution" msgstr "" #: C/fma-config-tool.xml:282(title) C/fma-config-tool.xml:292(para) msgid "Configuration of the owner of the run" msgstr "" #: C/fma-config-tool.xml:289(guilabel) msgid "Execute as" msgstr "" #: C/fma-config-tool.xml:297(para) msgid "Enter in the Execute as user entry box the username or the UID of the user your command will be run as." msgstr "" #: C/fma-config-tool.xml:302(para) msgid "If you do not enter anything in this field, then the command will be executed as the current user." msgstr "" #: C/fma-config-tool.xml:309(title) msgid "Multiple executions" msgstr "" #: C/fma-config-tool.xml:310(para) msgid "You may want your command to be executed once, providing it the list of selected items as argument." msgstr "" #: C/fma-config-tool.xml:314(para) msgid "Or you may prefer your command to be repeated for each selected item, providing a different item as argument for each execution." msgstr "" #: C/fma-config-tool.xml:318(para) msgid "Actually, FileManager-Actions automatically handles these two behaviors, depending of the form and the order of the parameters in the command arguments." msgstr "" #: C/fma-config-tool.xml:323(para) msgid "Though some parameters are not depending on the count of the selection (e.g. « %c », the selection count itself), most have two declensions:" msgstr "" #: C/fma-config-tool.xml:330(para) msgid "a « singular » one, e.g. « %b », the basename of the selected item;" msgstr "" #: C/fma-config-tool.xml:337(para) msgid "a « plural » one, e.g. « %B », the space-separated list of the basenames of selected items." msgstr "" #: C/fma-config-tool.xml:344(para) msgid "When the selection is empty or contains only one element, and from this topic point of view, these two forms are exactly equivalent." msgstr "" #: C/fma-config-tool.xml:349(para) msgid "When the selection contains more than one item:" msgstr "" #: C/fma-config-tool.xml:354(para) msgid "if the first relevant parameter is of a singular form, then FileManager-Actions will consider that the command is only able to deal with one item at a time, and thus that it has to be ran one time for each selected item;" msgstr "" #: C/fma-config-tool.xml:362(para) msgid "contrarily, if the first relevant parameter found is of the plural form, then FileManager-Actions will consider that the command is able to deal with a list of items, and thus the command will be executed only once;" msgstr "" #: C/fma-config-tool.xml:370(para) msgid "if all found parameters are irrelevant, then FileManager-Actions defaults to consider that the command should be executed only once." msgstr "" #: C/fma-config-tool.xml:377(title) msgid "Characterization of the parameters vs. multiple execution" msgstr "" #: C/fma-config-tool.xml:386(entry) msgid "Parameter" msgstr "" #: C/fma-config-tool.xml:387(entry) msgid "Description" msgstr "" #: C/fma-config-tool.xml:388(entry) msgid "Repetition" msgstr "" #: C/fma-config-tool.xml:393(literal) msgid "%b" msgstr "" #: C/fma-config-tool.xml:394(entry) msgid "(first) basename" msgstr "" #: C/fma-config-tool.xml:395(entry) C/fma-config-tool.xml:416(entry) C/fma-config-tool.xml:430(entry) C/fma-config-tool.xml:451(entry) C/fma-config-tool.xml:472(entry) C/fma-config-tool.xml:500(entry) C/fma-config-tool.xml:514(entry) C/fma-config-tool.xml:528(entry) msgid "singular" msgstr "" #: C/fma-config-tool.xml:400(literal) msgid "%B" msgstr "" #: C/fma-config-tool.xml:401(entry) msgid "space-separated list of basenames" msgstr "" #: C/fma-config-tool.xml:404(entry) C/fma-config-tool.xml:425(entry) C/fma-config-tool.xml:439(entry) C/fma-config-tool.xml:460(entry) C/fma-config-tool.xml:481(entry) C/fma-config-tool.xml:509(entry) C/fma-config-tool.xml:523(entry) C/fma-config-tool.xml:537(entry) msgid "plural" msgstr "" #: C/fma-config-tool.xml:407(literal) msgid "%c" msgstr "" #: C/fma-config-tool.xml:408(entry) msgid "count of selected items" msgstr "" #: C/fma-config-tool.xml:410(entry) C/fma-config-tool.xml:445(entry) C/fma-config-tool.xml:466(entry) C/fma-config-tool.xml:487(entry) C/fma-config-tool.xml:494(entry) C/fma-config-tool.xml:543(entry) msgid "irrelevant" msgstr "" #: C/fma-config-tool.xml:414(literal) msgid "%d" msgstr "" #: C/fma-config-tool.xml:415(entry) msgid "(first) base directory" msgstr "" #: C/fma-config-tool.xml:421(literal) msgid "%D" msgstr "" #: C/fma-config-tool.xml:422(entry) msgid "space-separated list of base directory of each selected items" msgstr "" #: C/fma-config-tool.xml:428(literal) msgid "%f" msgstr "" #: C/fma-config-tool.xml:429(entry) msgid "(first) filename" msgstr "" #: C/fma-config-tool.xml:435(literal) msgid "%F" msgstr "" #: C/fma-config-tool.xml:436(entry) msgid "space-separated list of selected filenames" msgstr "" #: C/fma-config-tool.xml:442(literal) msgid "%h" msgstr "" #: C/fma-config-tool.xml:443(entry) msgid "hostname of the (first) URI" msgstr "" #: C/fma-config-tool.xml:449(literal) msgid "%m" msgstr "" #: C/fma-config-tool.xml:450(entry) msgid "mimetype of the (first) selected item" msgstr "" #: C/fma-config-tool.xml:456(literal) msgid "%M" msgstr "" #: C/fma-config-tool.xml:457(entry) msgid "space-separated list of the mimetypes of the selected items" msgstr "" #: C/fma-config-tool.xml:463(literal) msgid "%n" msgstr "" #: C/fma-config-tool.xml:464(entry) msgid "username of the (first) URI" msgstr "" #: C/fma-config-tool.xml:470(literal) msgid "%o" msgstr "" #: C/fma-config-tool.xml:471(entry) msgid "no-op operator which forces a singular form of execution" msgstr "" #: C/fma-config-tool.xml:477(literal) msgid "%O" msgstr "" #: C/fma-config-tool.xml:478(entry) msgid "no-op operator which forces a plural form of execution" msgstr "" #: C/fma-config-tool.xml:484(literal) msgid "%p" msgstr "" #: C/fma-config-tool.xml:485(entry) msgid "port number of the (first) URI" msgstr "" #: C/fma-config-tool.xml:491(literal) msgid "%s" msgstr "" #: C/fma-config-tool.xml:492(entry) msgid "scheme of the (first) URI" msgstr "" #: C/fma-config-tool.xml:498(literal) msgid "%u" msgstr "" #: C/fma-config-tool.xml:499(entry) msgid "(first) URI" msgstr "" #: C/fma-config-tool.xml:505(literal) msgid "%U" msgstr "" #: C/fma-config-tool.xml:506(entry) msgid "space-separated list of selected URIs" msgstr "" #: C/fma-config-tool.xml:512(literal) msgid "%w" msgstr "" #: C/fma-config-tool.xml:513(entry) msgid "(first) basename without the extension" msgstr "" #: C/fma-config-tool.xml:519(literal) msgid "%W" msgstr "" #: C/fma-config-tool.xml:520(entry) msgid "space-separated list of basenames without their extension" msgstr "" #: C/fma-config-tool.xml:526(literal) msgid "%x" msgstr "" #: C/fma-config-tool.xml:527(entry) msgid "(first) extension" msgstr "" #: C/fma-config-tool.xml:533(literal) msgid "%X" msgstr "" #: C/fma-config-tool.xml:534(entry) msgid "space-separated list of extensions" msgstr "" #: C/fma-config-tool.xml:540(literal) msgid "%%" msgstr "" #: C/fma-config-tool.xml:541(literal) msgid "%" msgstr "" #: C/fma-config-tool.xml:541(entry) msgid "the «  » character" msgstr "" #: C/fma-config-tool.xml:550(title) msgid "Usage of singular vs. plural forms" msgstr "" #: C/fma-config-tool.xml:551(para) msgid "Say the current folder is /data, and the current selection contains the three files pierre, paul and jacques." msgstr "" #: C/fma-config-tool.xml:558(title) msgid "If we have requested echo %b," msgstr "" #: C/fma-config-tool.xml:561(para) C/fma-config-tool.xml:594(para) msgid "then the following commands will be successively run:" msgstr "" #: C/fma-config-tool.xml:566(command) msgid "echo pierre" msgstr "" #: C/fma-config-tool.xml:567(command) msgid "echo paul" msgstr "" #: C/fma-config-tool.xml:568(command) msgid "echo jacques" msgstr "" #: C/fma-config-tool.xml:570(para) msgid "This is because %b marks a singular parameter. The command is then run once for each of the selected items." msgstr "" #: C/fma-config-tool.xml:575(title) msgid "Contrarily, if we have requested echo %B," msgstr "" #: C/fma-config-tool.xml:578(para) msgid "then the following command will be run:" msgstr "" #: C/fma-config-tool.xml:583(command) msgid "echo pierre paul jacques" msgstr "" #: C/fma-config-tool.xml:585(para) msgid "This is because %B marks a plural parameter. The command is then run only once, with the list of selected items as arguments." msgstr "" #: C/fma-config-tool.xml:591(title) msgid "If we have requested echo %b %B," msgstr "" #: C/fma-config-tool.xml:599(command) msgid "echo pierre pierre paul jacques" msgstr "" #: C/fma-config-tool.xml:600(command) msgid "echo paul pierre paul jacques" msgstr "" #: C/fma-config-tool.xml:601(command) msgid "echo jacques pierre paul jacques" msgstr "" #: C/fma-config-tool.xml:603(para) msgid "This is because the first relevant parameter is %b, and so the command is run once for each selected item, replacing at each occurrence the %b parameter with the corresponding item. The second parameter is computed and added as arguments to the executed command." msgstr "" #: C/fma-config-tool.xml:611(title) msgid "And if we have requested echo %B %b," msgstr "" #: C/fma-config-tool.xml:614(para) msgid "then the following commands will be run:" msgstr "" #: C/fma-config-tool.xml:619(command) msgid "echo pierre paul jacques pierre" msgstr "" #: C/fma-config-tool.xml:621(para) msgid "This is because the first relevant parameter here is %B. The command is then run only once, replacing %B with the space-separated list of basenames. As the command is only run once, the %b is substituted only once with the (first) basename." msgstr "" #: C/fma-config-tool.xml:2(title) C/fma-profiles.xml:2(title) msgid "Using profiles to extend your action" msgstr "" #: C/fma-config-tool.xml:3(para) C/fma-profiles.xml:3(para) msgid "There are some situations where you will want a given action behave slightly differently depending on the currently selected items or the current runtime environment." msgstr "" #: C/fma-config-tool.xml:9(title) C/fma-profiles.xml:9(title) msgid "Open a terminal here" msgstr "" #: C/fma-config-tool.xml:10(para) C/fma-profiles.xml:10(para) msgid "Say you have an action which opens a terminal in the current location." msgstr "" #: C/fma-config-tool.xml:14(para) C/fma-profiles.xml:14(para) msgid "You have configured it to open your preferred terminal in the location your file manager currently points to." msgstr "" #: C/fma-config-tool.xml:18(para) C/fma-profiles.xml:18(para) msgid "But what if you want to select a directory in your file manager, and directly open your terminal in this directory ? If you keep based on the current file manager location, your terminal will open in the parent of the targeted directory." msgstr "" #: C/fma-config-tool.xml:24(para) C/fma-profiles.xml:24(para) msgid "One solution is to define a new profile to your action, configuring this profile to open the terminal in the targeted directory." msgstr "" #: C/fma-config-tool.xml:29(para) msgid "At runtime, FileManager-Actions will successively examine each profile attached to your action. If the first profile targets a file while you have selected a directory, then FileManager-Actions will just try with your second profile." msgstr "" #: C/fma-config-tool.xml:36(para) msgid "To create a new profile, first select the action in the items list, then choose FileNew profile." msgstr "" #: C/fma-config-tool.xml:46(para) msgid "A new profile is created in your action." msgstr "" #: C/fma-config-tool.xml:49(para) msgid "You can now define the conditions which must be met in order this profile be selected, and the command which will be executed." msgstr "" #: C/fma-config-tool.xml:55(title) msgid "Ordering the profiles inside an action" msgstr "" #: C/fma-config-tool.xml:56(para) msgid "At runtime, FileManager-Actions will begin with examining the conditions set on your action." msgstr "" #: C/fma-config-tool.xml:60(para) msgid "If these conditions (the action-conditions) are met, then FileManager-Actions will examine in order each profile." msgstr "" #: C/fma-config-tool.xml:64(para) msgid "If the conditions defined in a profile are met, then this profile will be validated, and the review of other profiles will stop." msgstr "" #: C/fma-config-tool.xml:68(para) msgid "If no profile is found valid at runtime, then the action will be itself considered invalid, and will not be displayed in the file manager context menu." msgstr "" #: C/fma-config-tool.xml:73(para) msgid "Profiles of an action are ordered, and they are examined in that order at runtime. The first profile whose conditions are met will be validated, and made selectable in the file manager context menu." msgstr "" #: C/fma-config-tool.xml:78(para) msgid "So, ordering of the profiles may be important for your action: the first valid profile found is the only one selected." msgstr "" #: C/fma-config-tool.xml:82(para) msgid "You may order your profiles inside an action in two ways." msgstr "" #: C/fma-config-tool.xml:87(para) msgid "Cut the profile to be moved, select the profile before which you want your cut profile to be inserted, and paste it." msgstr "" #: C/fma-config-tool.xml:93(para) msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #: C/fma-config-tool.xml:2(title) C/fma-menus.xml:2(title) msgid "Organizing actions in menus" msgstr "" #: C/fma-config-tool.xml:3(para) C/fma-menus.xml:3(para) msgid "As your list of actions will grow, you most probably will want to organize them into menus, submenus, and so on." msgstr "" #: C/fma-config-tool.xml:7(para) C/fma-menus.xml:7(para) msgid "In order to create a new menu, choose FileNew menu." msgstr "" #: C/fma-config-tool.xml:16(para) C/fma-menus.xml:16(para) msgid "A menu may be created anywhere in the list of your actions, but inside of an action (i.e. not between two profiles of an action)." msgstr "" #: C/fma-config-tool.xml:21(para) C/fma-menus.xml:21(para) msgid "As an action, the exact place where a new menu will be inserted depends on the current sort order:" msgstr "" #: C/fma-config-tool.xml:27(term) C/fma-menus.xml:27(term) msgid "Manual order:" msgstr "" #: C/fma-config-tool.xml:31(para) C/fma-menus.xml:31(para) msgid "The new menu is inserted just before the current action or menu." msgstr "" #: C/fma-config-tool.xml:35(para) C/fma-menus.xml:35(para) msgid "This place will not change when you later modify the label of the menu." msgstr "" #: C/fma-config-tool.xml:42(term) C/fma-menus.xml:42(term) msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #: C/fma-config-tool.xml:46(para) msgid "The new menu is inserted at the correct place, regarding the default « New Nautilus menu » label." msgstr "" #: C/fma-config-tool.xml:52(para) msgid "This place will be automatically changed, each time you modify the label of the menu." msgstr "" #: C/fma-config-tool.xml:59(para) msgid "As an action, too, a menu requires a label, and may have an icon and a tooltip. Also, you may define some conditions in order your menu be candidate to be displayed in the file manager context menu. If the defined conditions are not met at runtime, then your whole menu, including its submenus, its actions and so on, will not be displayed." msgstr "" #: C/fma-config-tool.xml:3(para) msgid "Your actions and menus will be displayed in file manager context menus in the same order that they are listed in the Items list, on the left pane of the main FileManager-Actions configuration tool window." msgstr "" #: C/fma-config-tool.xml:10(para) msgid "You may decide to:" msgstr "" #: C/fma-config-tool.xml:15(para) msgid "sort your actions and menus in ascending or descending alphabetical order of their label," msgstr "" #: C/fma-config-tool.xml:21(para) msgid "or do not sort, and manually organize your actions and menus in your own order." msgstr "" #: C/fma-config-tool.xml:29(title) msgid "Alphabetically sorting your actions and menus" msgstr "" #: C/fma-config-tool.xml:30(para) msgid "In these modes, actions and menus are sorted depending of their label, inside of their parent." msgstr "" #: C/fma-config-tool.xml:35(title) C/fma-config-tool.xml:45(para) msgid "Sort buttons in the main window" msgstr "" #: C/fma-config-tool.xml:42(phrase) msgid "Shows the three sort buttons in the main window." msgstr "" #: C/fma-config-tool.xml:50(para) msgid "You may sort your actions by:" msgstr "" #: C/fma-config-tool.xml:55(para) msgid "Click on (resp.) button to sort your actions in ascending (resp. descending) order." msgstr "" #: C/fma-config-tool.xml:65(para) C/fma-config-tool.xml:96(para) msgid "Or edit the corresponding preference." msgstr "" #: C/fma-config-tool.xml:73(title) msgid "Manually organizing your actions and menus" msgstr "" #: C/fma-config-tool.xml:74(para) msgid "When items are manually sorted in the list, new items are usually inserted just at the current position." msgstr "" #: C/fma-config-tool.xml:78(para) msgid "There is nonetheless the case where an action is selected, and not expanded (or has currently only one profile). Inserting a new profile will not insert it before the action, but inside of the action." msgstr "" #: C/fma-config-tool.xml:84(para) msgid "To choose this mode:" msgstr "" #: C/fma-config-tool.xml:89(para) msgid "Click on button." msgstr "" #: C/fma-config-tool.xml:3(para) msgid "With FileManager-Actions configuration tool you may safely cut, copy, paste to and from the clipboard." msgstr "" #: C/fma-config-tool.xml:8(title) msgid "Cut/Delete" msgstr "" #: C/fma-config-tool.xml:9(para) msgid "Deletion applies to current selection." msgstr "" #: C/fma-config-tool.xml:12(para) msgid "Be warned that selecting and deleting all profiles of an action leaves it without any profile, so in an invalid state. The name of the action will be written in red (because it is invalid) and italic (because it has been modified) characters." msgstr "" #: C/fma-config-tool.xml:21(title) msgid "Multiple selection" msgstr "" #: C/fma-config-tool.xml:22(para) msgid "Multiple selection is possible in FileManager-Actions configuration tool. You can extend the current selection by pressing Ctrl or Shift while selecting an item to add to the selection." msgstr "" #: C/fma-config-tool.xml:29(para) msgid "FileManager-Actions configuration tool only accepts homogeneous multiple selections. That is, you may select one or more profiles, or one or more actions or menus. A multiple selection containing both profiles and actions or menus is not allowed. This is because FileManager-Actions configuration tool would not know where to paste such a selection." msgstr "" #: C/fma-config-tool.xml:35(para) msgid "Note that selecting any row means also selecting children of this row. These children are said « implicitely selected »: they will be part of next edition operations, but are not considered when verifying if selection is homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #: C/fma-config-tool.xml:2(title) C/fma-save.xml:2(title) msgid "Saving your modifications" msgstr "" #: C/fma-config-tool.xml:3(para) C/fma-save.xml:3(para) msgid "To save your modifications, choose CtrlSFileSave." msgstr "" #: C/fma-config-tool.xml:19(para) C/fma-save.xml:19(para) msgid "All your pending modifications will be saved. New items will be created by the first available writable I/O provider." msgstr "" #: C/fma-config-tool.xml:24(para) msgid "FileManager-Actions also has an Auto-save feature which is configurable in Preferences dialog box." msgstr "" #: C/fma-config-tool.xml:2(title) C/fma-export.xml:2(title) msgid "Exporting your actions" msgstr "" #: C/fma-config-tool.xml:2(title) C/fma-import.xml:2(title) msgid "Importing actions" msgstr "" #: C/fma-config-tool.xml:2(title) C/fma-prefs.xml:2(title) msgid "Setting your own preferences" msgstr "" #: C/fma-config-tool.xml:3(para) C/fma-prefs.xml:3(para) msgid "Choose EditPreferences to access to the configuration of your preferences." msgstr "" #: C/fma-config-tool.xml:15(title) C/fma-config-tool.xml:17(title) C/fma-config-tool.xml:27(para) C/fma-prefs.xml:15(title) C/fma-prefs.xml:17(title) C/fma-prefs.xml:27(para) msgid "Runtime preferences" msgstr "" #: C/fma-config-tool.xml:24(phrase) C/fma-prefs.xml:24(phrase) msgid "Shows the tab which lets you define runtime preferences." msgstr "" #: C/fma-config-tool.xml:35(title) C/fma-config-tool.xml:37(title) C/fma-config-tool.xml:47(para) C/fma-prefs.xml:35(title) C/fma-prefs.xml:37(title) C/fma-prefs.xml:47(para) msgid "Runtime execution preferences" msgstr "" #: C/fma-config-tool.xml:44(phrase) C/fma-prefs.xml:44(phrase) msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #: C/fma-config-tool.xml:61(phrase) C/fma-prefs.xml:61(phrase) msgid "Let the user explicitely configure the current desktop." msgstr "" #: C/fma-config-tool.xml:72(title) C/fma-prefs.xml:72(title) msgid "User interface preferences" msgstr "" #: C/fma-config-tool.xml:74(title) C/fma-config-tool.xml:84(para) C/fma-prefs.xml:74(title) C/fma-prefs.xml:84(para) msgid "UI preferences" msgstr "" #: C/fma-config-tool.xml:81(phrase) C/fma-prefs.xml:81(phrase) msgid "Shows the tab which lets you define UI preferences." msgstr "" #: C/fma-config-tool.xml:92(title) C/fma-config-tool.xml:94(title) C/fma-config-tool.xml:104(para) C/fma-prefs.xml:92(title) C/fma-prefs.xml:94(title) C/fma-prefs.xml:104(para) msgid "Import preferences" msgstr "" #: C/fma-config-tool.xml:101(phrase) C/fma-prefs.xml:101(phrase) msgid "Shows the tab which lets you define import preferences." msgstr "" #: C/fma-config-tool.xml:114(title) C/fma-config-tool.xml:116(title) C/fma-config-tool.xml:126(para) C/fma-prefs.xml:114(title) C/fma-prefs.xml:116(title) C/fma-prefs.xml:126(para) msgid "Export preferences" msgstr "" #: C/fma-config-tool.xml:123(phrase) C/fma-prefs.xml:123(phrase) msgid "Shows the tab which lets you define export preferences." msgstr "" #: C/fma-config-tool.xml:136(title) C/fma-config-tool.xml:138(title) C/fma-config-tool.xml:148(para) C/fma-prefs.xml:136(title) C/fma-prefs.xml:138(title) C/fma-prefs.xml:148(para) msgid "Schemes preferences" msgstr "" #: C/fma-config-tool.xml:145(phrase) C/fma-prefs.xml:145(phrase) msgid "Shows the tab which lets you define schemes preferences." msgstr "" #: C/fma-config-tool.xml:158(title) C/fma-config-tool.xml:160(title) C/fma-config-tool.xml:170(para) C/fma-prefs.xml:158(title) C/fma-prefs.xml:160(title) C/fma-prefs.xml:170(para) msgid "I/O providers preferences" msgstr "" #: C/fma-config-tool.xml:167(phrase) C/fma-prefs.xml:167(phrase) msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #: C/fma-config-tool.xml:180(title) msgid "Miscellaneous informations" msgstr "" #: C/fma-config-tool.xml:1(para) msgid "The new action is also displayed in red color in the items list. Red color is used as an indicator that the item is invalid, that is that the item cannot be candidate to be displayed in a file manager context menu because some of its informations are missing or erroneous. Here, and though this newly inserted action has some suitable defaults, it lacks a command to be executed to be considered valid by FileManager-Actions configuration tool" msgstr "" #: C/fma-config-tool.xml:191(title) msgid "Known Bugs and Limitations" msgstr "" #: C/fma-config-tool.xml:8(para) msgid "If you find some new bug in FileManager-Actions, you are welcome to open it by pointing your favorite browser to GNOME Gitlab." msgstr "" #: C/fma-config-tool.xml:15(title) msgid "#616532 Directory selection" msgstr "" #: C/fma-config-tool.xml:16(para) msgid "When you're browsing the folder you want to export to in the FileManager-Actions configuration tool's export assistant you can't select it as the directory to export to. Instead you have to go to the directory a level up and select the directory you want to export to there." msgstr "" #: C/fma-config-tool.xml:26(title) msgid "Known limitations" msgstr "" #: C/fma-config-tool.xml:30(para) msgid "As of version 3.0, execution mode may be configured in FileManager-Actions configuration tool but is not yet honored by known file-managers." msgstr "" #: C/fma-config-tool.xml:35(para) msgid "This concern working directory, execution mode, startup notification and execution's owner parameters." msgstr "" #: C/fma-config-tool.xml:41(title) msgid "Suggested shortcut" msgstr "" #: C/fma-config-tool.xml:42(para) msgid "As of version 3.0, suggested shortcut, as described in DES-EMA specification cannot be configured in FileManager-Actions configuration tool, and is not honored by the menu plugin. But, thanks to the tracker plugin, you are always able to define a shortcut at the desktop level, assigning this shortcut to the fma-run program, making it execute the action of your choice." msgstr "" #: C/fma-config-tool.xml:52(title) msgid "Menu separator" msgstr "" #: C/fma-config-tool.xml:53(para) msgid "As of version 3.0, menu separators cannot be configured in FileManager-Actions configuration tool, and are not honored by any known file-managers." msgstr "" #: C/fma-config-tool.xml:205(title) msgid "About FileManager-Actions configuration tool" msgstr "" #: C/fma-config-tool.xml:206(para) msgid "The first version of FileManager-Actions was initially written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo Moya (rodrigo@gnome-db.org). It has been thoroughly improved and is currently maintained by Pierre Wieser (pwieser@trychlos.org)." msgstr "" #: C/fma-config-tool.xml:213(para) msgid "Artwork is due to courtesy of Ulisse Perusin (uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #: C/fma-config-tool.xml:219(para) msgid "To find more information about FileManager-Actions, please visit the FileManager-Actions website." msgstr "" #: C/fma-config-tool.xml:224(para) msgid "To report a bug or make a suggestion regarding FileManager-Actions, the FileManager-Actions configuration tool or this manual, follow the directions in the GNOME Feedback Page, or you may prefer, at your convenience, directly open a bug or a request for enhancement in GNOME Gitlab." msgstr "" #: C/fma-config-tool.xml:2(title) C/appendix-gnu-fdl-1.3.xml:2(title) msgid "GNU Free Documentation License" msgstr "" #: C/fma-config-tool.xml:3(simpara) C/appendix-gnu-fdl-1.3.xml:3(simpara) msgid "Version 1.3, 3 November 2008" msgstr "" #: C/fma-config-tool.xml:4(simpara) C/appendix-gnu-fdl-1.3.xml:4(simpara) msgid "Copyright © 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc." msgstr "" #: C/fma-config-tool.xml:8(simpara) C/appendix-gnu-fdl-1.3.xml:8(simpara) msgid "Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed." msgstr "" #: C/fma-config-tool.xml:12(bridgehead) C/appendix-gnu-fdl-1.3.xml:12(bridgehead) msgid "0. PREAMBLE" msgstr "" #: C/fma-config-tool.xml:15(simpara) C/appendix-gnu-fdl-1.3.xml:15(simpara) msgid "The purpose of this License is to make a manual, textbook, or other functional and useful document “free” in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License preserves for the author and publisher a way to get credit for their work, while not being considered responsible for modifications made by others." msgstr "" #: C/fma-config-tool.xml:24(simpara) C/appendix-gnu-fdl-1.3.xml:24(simpara) msgid "This License is a kind of “copyleft”, which means that derivative works of the document must themselves be free in the same sense. It complements the GNU General Public License, which is a copyleft license designed for free software." msgstr "" #: C/fma-config-tool.xml:30(simpara) C/appendix-gnu-fdl-1.3.xml:30(simpara) msgid "We have designed this License in order to use it for manuals for free software, because free software needs free documentation: a free program should come with manuals providing the same freedoms that the software does. But this License is not limited to software manuals; it can be used for any textual work, regardless of subject matter or whether it is published as a printed book. We recommend this License principally for works whose purpose is instruction or reference." msgstr "" #: C/fma-config-tool.xml:39(bridgehead) C/appendix-gnu-fdl-1.3.xml:39(bridgehead) msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #: C/fma-config-tool.xml:42(simpara) C/appendix-gnu-fdl-1.3.xml:42(simpara) msgid "This License applies to any manual or other work, in any medium, that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License. Such a notice grants a world-wide, royalty-free license, unlimited in duration, to use that work under the conditions stated herein. The “Document”, below, refers to any such manual or work. Any member of the public is a licensee, and is addressed as “you”. You accept the license if you copy, modify or distribute the work in a way requiring permission under copyright law." msgstr "" #: C/fma-config-tool.xml:53(simpara) C/appendix-gnu-fdl-1.3.xml:53(simpara) msgid "A “Modified Version” of the Document means any work containing the Document or a portion of it, either copied verbatim, or with modifications and/or translated into another language." msgstr "" #: C/fma-config-tool.xml:58(simpara) C/appendix-gnu-fdl-1.3.xml:58(simpara) msgid "A “Secondary Section” is a named appendix or a front-matter section of the Document that deals exclusively with the relationship of the publishers or authors of the Document to the Document’s overall subject (or to related matters) and contains nothing that could fall directly within that overall subject. (Thus, if the Document is in part a textbook of mathematics, a Secondary Section may not explain any mathematics.) The relationship could be a matter of historical connection with the subject or with related matters, or of legal, commercial, philosophical, ethical or political position regarding them." msgstr "" #: C/fma-config-tool.xml:69(simpara) C/appendix-gnu-fdl-1.3.xml:69(simpara) msgid "The “Invariant Sections” are certain Secondary Sections whose titles are designated, as being those of Invariant Sections, in the notice that says that the Document is released under this License. If a section does not fit the above definition of Secondary then it is not allowed to be designated as Invariant. The Document may contain zero Invariant Sections. If the Document does not identify any Invariant Sections then there are none." msgstr "" #: C/fma-config-tool.xml:78(simpara) C/appendix-gnu-fdl-1.3.xml:78(simpara) msgid "The “Cover Texts” are certain short passages of text that are listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that the Document is released under this License. A Front-Cover Text may be at most 5 words, and a Back-Cover Text may be at most 25 words." msgstr "" #: C/fma-config-tool.xml:84(simpara) C/appendix-gnu-fdl-1.3.xml:84(simpara) msgid "A “Transparent” copy of the Document means a machine-readable copy, represented in a format whose specification is available to the general public, that is suitable for revising the document straightforwardly with generic text editors or (for images composed of pixels) generic paint programs or (for drawings) some widely available drawing editor, and that is suitable for input to text formatters or for automatic translation to a variety of formats suitable for input to text formatters. A copy made in an otherwise Transparent file format whose markup, or absence of markup, has been arranged to thwart or discourage subsequent modification by readers is not Transparent. An image format is not Transparent if used for any substantial amount of text. A copy that is not “Transparent” is called “Opaque”." msgstr "" #: C/fma-config-tool.xml:98(simpara) C/appendix-gnu-fdl-1.3.xml:98(simpara) msgid "Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo input format, LaTeX input format, SGML or XML using a publicly available DTD, and standard-conforming simple HTML, PostScript or PDF designed for human modification. Examples of transparent image formats include PNG, XCF and JPG. Opaque formats include proprietary formats that can be read and edited only by proprietary word processors, SGML or XML for which the DTD and/or processing tools are not generally available, and the machine-generated HTML, PostScript or PDF produced by some word processors for output purposes only." msgstr "" #: C/fma-config-tool.xml:109(simpara) C/appendix-gnu-fdl-1.3.xml:109(simpara) msgid "The “Title Page” means, for a printed book, the title page itself, plus such following pages as are needed to hold, legibly, the material this License requires to appear in the title page. For works in formats which do not have any title page as such, “Title Page” means the text near the most prominent appearance of the work’s title, preceding the beginning of the body of the text." msgstr "" #: C/fma-config-tool.xml:117(simpara) C/appendix-gnu-fdl-1.3.xml:117(simpara) msgid "The “publisher” means any person or entity that distributes copies of the Document to the public." msgstr "" #: C/fma-config-tool.xml:121(simpara) C/appendix-gnu-fdl-1.3.xml:121(simpara) msgid "A section “Entitled XYZ” means a named subunit of the Document whose title either is precisely XYZ or contains XYZ in parentheses following text that translates XYZ in another language. (Here XYZ stands for a specific section name mentioned below, such as “Acknowledgements”, “Dedications”, “Endorsements”, or “History”.) To “Preserve the Title” of such a section when you modify the Document means that it remains a section “Entitled XYZ” according to this definition." msgstr "" #: C/fma-config-tool.xml:132(simpara) C/appendix-gnu-fdl-1.3.xml:132(simpara) msgid "The Document may include Warranty Disclaimers next to the notice which states that this License applies to the Document. These Warranty Disclaimers are considered to be included by reference in this License, but only as regards disclaiming warranties: any other implication that these Warranty Disclaimers may have is void and has no effect on the meaning of this License." msgstr "" #: C/fma-config-tool.xml:140(bridgehead) C/appendix-gnu-fdl-1.3.xml:140(bridgehead) msgid "2. VERBATIM COPYING" msgstr "" #: C/fma-config-tool.xml:143(simpara) C/appendix-gnu-fdl-1.3.xml:143(simpara) msgid "You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other conditions whatsoever to those of this License. You may not use technical measures to obstruct or control the reading or further copying of the copies you make or distribute. However, you may accept compensation in exchange for copies. If you distribute a large enough number of copies you must also follow the conditions in section 3." msgstr "" #: C/fma-config-tool.xml:154(simpara) C/appendix-gnu-fdl-1.3.xml:154(simpara) msgid "You may also lend copies, under the same conditions stated above, and you may publicly display copies." msgstr "" #: C/fma-config-tool.xml:158(bridgehead) C/appendix-gnu-fdl-1.3.xml:158(bridgehead) msgid "3. COPYING IN QUANTITY" msgstr "" #: C/fma-config-tool.xml:161(simpara) C/appendix-gnu-fdl-1.3.xml:161(simpara) msgid "If you publish printed copies (or copies in media that commonly have printed covers) of the Document, numbering more than 100, and the Document’s license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also clearly and legibly identify you as the publisher of these copies. The front cover must present the full title with all words of the title equally prominent and visible. You may add other material on the covers in addition. Copying with changes limited to the covers, as long as they preserve the title of the Document and satisfy these conditions, can be treated as verbatim copying in other respects." msgstr "" #: C/fma-config-tool.xml:174(simpara) C/appendix-gnu-fdl-1.3.xml:174(simpara) msgid "If the required texts for either cover are too voluminous to fit legibly, you should put the first ones listed (as many as fit reasonably) on the actual cover, and continue the rest onto adjacent pages." msgstr "" #: C/fma-config-tool.xml:179(simpara) C/appendix-gnu-fdl-1.3.xml:179(simpara) msgid "If you publish or distribute Opaque copies of the Document numbering more than 100, you must either include a machine-readable Transparent copy along with each Opaque copy, or state in or with each Opaque copy a computer-network location from which the general network-using public has access to download using public-standard network protocols a complete Transparent copy of the Document, free of added material. If you use the latter option, you must take reasonably prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public." msgstr "" #: C/fma-config-tool.xml:192(simpara) C/appendix-gnu-fdl-1.3.xml:192(simpara) msgid "It is requested, but not required, that you contact the authors of the Document well before redistributing any large number of copies, to give them a chance to provide you with an updated version of the Document." msgstr "" #: C/fma-config-tool.xml:197(bridgehead) C/appendix-gnu-fdl-1.3.xml:197(bridgehead) msgid "4. MODIFICATIONS" msgstr "" #: C/fma-config-tool.xml:200(simpara) C/appendix-gnu-fdl-1.3.xml:200(simpara) msgid "You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version:" msgstr "" #: C/fma-config-tool.xml:210(simpara) C/appendix-gnu-fdl-1.3.xml:210(simpara) msgid "Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, and from those of previous versions (which should, if there were any, be listed in the History section of the Document). You may use the same title as a previous version if the original publisher of that version gives permission." msgstr "" #: C/fma-config-tool.xml:219(simpara) C/appendix-gnu-fdl-1.3.xml:219(simpara) msgid "List on the Title Page, as authors, one or more persons or entities responsible for authorship of the modifications in the Modified Version, together with at least five of the principal authors of the Document (all of its principal authors, if it has fewer than five), unless they release you from this requirement." msgstr "" #: C/fma-config-tool.xml:228(simpara) C/appendix-gnu-fdl-1.3.xml:228(simpara) msgid "State on the Title page the name of the publisher of the Modified Version, as the publisher." msgstr "" #: C/fma-config-tool.xml:234(simpara) C/appendix-gnu-fdl-1.3.xml:234(simpara) msgid "Preserve all the copyright notices of the Document." msgstr "" #: C/fma-config-tool.xml:239(simpara) C/appendix-gnu-fdl-1.3.xml:239(simpara) msgid "Add an appropriate copyright notice for your modifications adjacent to the other copyright notices." msgstr "" #: C/fma-config-tool.xml:245(simpara) C/appendix-gnu-fdl-1.3.xml:245(simpara) msgid "Include, immediately after the copyright notices, a license notice giving the public permission to use the Modified Version under the terms of this License, in the form shown in the Addendum below." msgstr "" #: C/fma-config-tool.xml:252(simpara) C/appendix-gnu-fdl-1.3.xml:252(simpara) msgid "Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document’s license notice." msgstr "" #: C/fma-config-tool.xml:259(simpara) C/appendix-gnu-fdl-1.3.xml:259(simpara) msgid "Include an unaltered copy of this License." msgstr "" #: C/fma-config-tool.xml:264(simpara) C/appendix-gnu-fdl-1.3.xml:264(simpara) msgid "Preserve the section Entitled “History”, Preserve its Title, and add to it an item stating at least the title, year, new authors, and publisher of the Modified Version as given on the Title Page. If there is no section Entitled “History” in the Document, create one stating the title, year, authors, and publisher of the Document as given on its Title Page, then add an item describing the Modified Version as stated in the previous sentence." msgstr "" #: C/fma-config-tool.xml:275(simpara) C/appendix-gnu-fdl-1.3.xml:275(simpara) msgid "Preserve the network location, if any, given in the Document for public access to a Transparent copy of the Document, and likewise the network locations given in the Document for previous versions it was based on. These may be placed in the “History” section. You may omit a network location for a work that was published at least four years before the Document itself, or if the original publisher of the version it refers to gives permission." msgstr "" #: C/fma-config-tool.xml:286(simpara) C/appendix-gnu-fdl-1.3.xml:286(simpara) msgid "For any section Entitled “Acknowledgements” or “Dedications”, Preserve the Title of the section, and preserve in the section all the substance and tone of each of the contributor acknowledgements and/or dedications given therein." msgstr "" #: C/fma-config-tool.xml:294(simpara) C/appendix-gnu-fdl-1.3.xml:294(simpara) msgid "Preserve all the Invariant Sections of the Document, unaltered in their text and in their titles. Section numbers or the equivalent are not considered part of the section titles." msgstr "" #: C/fma-config-tool.xml:301(simpara) C/appendix-gnu-fdl-1.3.xml:301(simpara) msgid "Delete any section Entitled “Endorsements”. Such a section may not be included in the Modified Version." msgstr "" #: C/fma-config-tool.xml:307(simpara) C/appendix-gnu-fdl-1.3.xml:307(simpara) msgid "Do not retitle any existing section to be Entitled “Endorsements” or to conflict in title with any Invariant Section." msgstr "" #: C/fma-config-tool.xml:314(simpara) C/appendix-gnu-fdl-1.3.xml:314(simpara) msgid "Preserve any Warranty Disclaimers." msgstr "" #: C/fma-config-tool.xml:319(simpara) C/appendix-gnu-fdl-1.3.xml:319(simpara) msgid "If the Modified Version includes new front-matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their titles to the list of Invariant Sections in the Modified Version’s license notice. These titles must be distinct from any other section titles." msgstr "" #: C/fma-config-tool.xml:327(simpara) C/appendix-gnu-fdl-1.3.xml:327(simpara) msgid "You may add a section Entitled “Endorsements”, provided it contains nothing but endorsements of your Modified Version by various parties — for example, statements of peer review or that the text has been approved by an organization as the authoritative definition of a standard." msgstr "" #: C/fma-config-tool.xml:334(simpara) C/appendix-gnu-fdl-1.3.xml:334(simpara) msgid "You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through arrangements made by) any one entity. If the Document already includes a cover text for the same cover, previously added by you or by arrangement made by the same entity you are acting on behalf of, you may not add another; but you may replace the old one, on explicit permission from the previous publisher that added the old one." msgstr "" #: C/fma-config-tool.xml:345(simpara) C/appendix-gnu-fdl-1.3.xml:345(simpara) msgid "The author(s) and publisher(s) of the Document do not by this License give permission to use their names for publicity for or to assert or imply endorsement of any Modified Version." msgstr "" #: C/fma-config-tool.xml:350(bridgehead) C/appendix-gnu-fdl-1.3.xml:350(bridgehead) msgid "5. COMBINING DOCUMENTS" msgstr "" #: C/fma-config-tool.xml:353(simpara) C/appendix-gnu-fdl-1.3.xml:353(simpara) msgid "You may combine the Document with other documents released under this License, under the terms defined in section 4 above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice, and that you preserve all their Warranty Disclaimers." msgstr "" #: C/fma-config-tool.xml:361(simpara) C/appendix-gnu-fdl-1.3.xml:361(simpara) msgid "The combined work need only contain one copy of this License, and multiple identical Invariant Sections may be replaced with a single copy. If there are multiple Invariant Sections with the same name but different contents, make the title of each such section unique by adding at the end of it, in parentheses, the name of the original author or publisher of that section if known, or else a unique number. Make the same adjustment to the section titles in the list of Invariant Sections in the license notice of the combined work." msgstr "" #: C/fma-config-tool.xml:371(simpara) C/appendix-gnu-fdl-1.3.xml:371(simpara) msgid "In the combination, you must combine any sections Entitled “History” in the various original documents, forming one section Entitled “History”; likewise combine any sections Entitled “Acknowledgements”, and any sections Entitled “Dedications”. You must delete all sections Entitled “Endorsements”." msgstr "" #: C/fma-config-tool.xml:379(bridgehead) C/appendix-gnu-fdl-1.3.xml:379(bridgehead) msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #: C/fma-config-tool.xml:382(simpara) C/appendix-gnu-fdl-1.3.xml:382(simpara) msgid "You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects." msgstr "" #: C/fma-config-tool.xml:389(simpara) C/appendix-gnu-fdl-1.3.xml:389(simpara) msgid "You may extract a single document from such a collection, and distribute it individually under this License, provided you insert a copy of this License into the extracted document, and follow this License in all other respects regarding verbatim copying of that document." msgstr "" #: C/fma-config-tool.xml:395(bridgehead) C/appendix-gnu-fdl-1.3.xml:395(bridgehead) msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #: C/fma-config-tool.xml:398(simpara) C/appendix-gnu-fdl-1.3.xml:398(simpara) msgid "A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, is called an “aggregate” if the copyright resulting from the compilation is not used to limit the legal rights of the compilation’s users beyond what the individual works permit. When the Document is included in an aggregate, this License does not apply to the other works in the aggregate which are not themselves derivative works of the Document." msgstr "" #: C/fma-config-tool.xml:408(simpara) C/appendix-gnu-fdl-1.3.xml:408(simpara) msgid "If the Cover Text requirement of section 3 is applicable to these copies of the Document, then if the Document is less than one half of the entire aggregate, the Document’s Cover Texts may be placed on covers that bracket the Document within the aggregate, or the electronic equivalent of covers if the Document is in electronic form. Otherwise they must appear on printed covers that bracket the whole aggregate." msgstr "" #: C/fma-config-tool.xml:416(bridgehead) C/appendix-gnu-fdl-1.3.xml:416(bridgehead) msgid "8. TRANSLATION" msgstr "" #: C/fma-config-tool.xml:419(simpara) C/appendix-gnu-fdl-1.3.xml:419(simpara) msgid "Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License, and all the license notices in the Document, and any Warranty Disclaimers, provided that you also include the original English version of this License and the original versions of those notices and disclaimers. In case of a disagreement between the translation and the original version of this License or a notice or disclaimer, the original version will prevail." msgstr "" #: C/fma-config-tool.xml:432(simpara) C/appendix-gnu-fdl-1.3.xml:432(simpara) msgid "If a section in the Document is Entitled “Acknowledgements”, “Dedications”, or “History”, the requirement (section 4) to Preserve its Title (section 1) will typically require changing the actual title." msgstr "" #: C/fma-config-tool.xml:438(bridgehead) C/appendix-gnu-fdl-1.3.xml:438(bridgehead) msgid "9. TERMINATION" msgstr "" #: C/fma-config-tool.xml:441(simpara) C/appendix-gnu-fdl-1.3.xml:441(simpara) msgid "You may not copy, modify, sublicense, or distribute the Document except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, or distribute it is void, and will automatically terminate your rights under this License." msgstr "" #: C/fma-config-tool.xml:447(simpara) C/appendix-gnu-fdl-1.3.xml:447(simpara) msgid "However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation." msgstr "" #: C/fma-config-tool.xml:455(simpara) C/appendix-gnu-fdl-1.3.xml:455(simpara) msgid "Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice." msgstr "" #: C/fma-config-tool.xml:462(simpara) C/appendix-gnu-fdl-1.3.xml:462(simpara) msgid "Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, receipt of a copy of some or all of the same material does not give you any rights to use it." msgstr "" #: C/fma-config-tool.xml:469(bridgehead) C/appendix-gnu-fdl-1.3.xml:469(bridgehead) msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #: C/fma-config-tool.xml:472(simpara) C/appendix-gnu-fdl-1.3.xml:472(simpara) msgid "The Free Software Foundation may publish new, revised versions of the GNU Free Documentation License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. See Copyleft." msgstr "" #: C/fma-config-tool.xml:479(simpara) C/appendix-gnu-fdl-1.3.xml:479(simpara) msgid "Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this License “or any later version” applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the Document does not specify a version number of this License, you may choose any version ever published (not as a draft) by the Free Software Foundation. If the Document specifies that a proxy can decide which future versions of this License can be used, that proxy’s public statement of acceptance of a version permanently authorizes you to choose that version for the Document." msgstr "" #: C/fma-config-tool.xml:492(bridgehead) C/appendix-gnu-fdl-1.3.xml:492(bridgehead) msgid "11. RELICENSING" msgstr "" #: C/fma-config-tool.xml:495(simpara) C/appendix-gnu-fdl-1.3.xml:495(simpara) msgid "“Massive Multiauthor Collaboration Site” (or “MMC Site”) means any World Wide Web server that publishes copyrightable works and also provides prominent facilities for anybody to edit those works. A public wiki that anybody can edit is an example of such a server. A “Massive Multiauthor Collaboration” (or “MMC”) contained in the site means any set of copyrightable works thus published on the MMC site." msgstr "" #: C/fma-config-tool.xml:504(simpara) C/appendix-gnu-fdl-1.3.xml:504(simpara) msgid "“CC-BY-SA” means the Creative Commons Attribution-Share Alike 3.0 license published by Creative Commons Corporation, a not-for-profit corporation with a principal place of business in San Francisco, California, as well as future copyleft versions of that license published by that same organization." msgstr "" #: C/fma-config-tool.xml:511(simpara) C/appendix-gnu-fdl-1.3.xml:511(simpara) msgid "“Incorporate” means to publish or republish a Document, in whole or in part, as part of another Document." msgstr "" #: C/fma-config-tool.xml:515(simpara) C/appendix-gnu-fdl-1.3.xml:515(simpara) msgid "An MMC is “eligible for relicensing” if it is licensed under this License, and if all works that were first published under this License somewhere other than this MMC, and subsequently incorporated in whole or in part into the MMC, (1) had no cover texts or invariant sections, and (2) were thus incorporated prior to November 1, 2008." msgstr "" #: C/fma-config-tool.xml:522(simpara) C/appendix-gnu-fdl-1.3.xml:522(simpara) msgid "The operator of an MMC Site may republish an MMC contained in the site under CC-BY-SA on the same site at any time before August 1, 2009, provided the MMC is eligible for relicensing." msgstr "" #: C/fma-config-tool.xml:527(bridgehead) C/appendix-gnu-fdl-1.3.xml:527(bridgehead) msgid "ADDENDUM: How to use this License for your documents" msgstr "" #: C/fma-config-tool.xml:530(simpara) C/appendix-gnu-fdl-1.3.xml:530(simpara) msgid "To use this License in a document you have written, include a copy of the License in the document and put the following copyright and license notices just after the title page:" msgstr "" #: C/fma-config-tool.xml:535(screen) C/appendix-gnu-fdl-1.3.xml:535(screen) #, no-wrap msgid "Copyright © YEAR YOUR NAME\n\nPermission is granted to copy, distribute and/or modify this document under the\nterms of the GNU Free Documentation License, Version 1.3 or any later version\npublished by the Free Software Foundation; with no Invariant Sections, no\nFront-Cover Texts, and no Back-Cover Texts. A copy of the license is included in\nthe section entitled “GNU Free Documentation License”." msgstr "" #: C/fma-config-tool.xml:542(simpara) C/appendix-gnu-fdl-1.3.xml:542(simpara) msgid "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, replace the “with… Texts.” line with this:" msgstr "" #: C/fma-config-tool.xml:546(screen) C/appendix-gnu-fdl-1.3.xml:546(screen) #, no-wrap msgid "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover Texts\nbeing LIST, and with the Back-Cover Texts being LIST." msgstr "" #: C/fma-config-tool.xml:548(simpara) C/appendix-gnu-fdl-1.3.xml:548(simpara) msgid "If you have Invariant Sections without Cover Texts, or some other combination of the three, merge those two alternatives to suit the situation." msgstr "" #: C/fma-config-tool.xml:553(simpara) C/appendix-gnu-fdl-1.3.xml:553(simpara) msgid "If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free software license, such as the GNU General Public License, to permit their use in free software." msgstr "" #: C/fma-profiles.xml:29(para) msgid "At runtime, will successively examine each profile attached to your action. If the first profile targets a file while you have selected a directory, then will just try with your second profile. To create a new profile, first select the action in the items list, then choose File New profile . A new profile is created in your action. You can now define the conditions which must be met in order this profile be selected, and the command which will be executed. Ordering the profiles inside an action At runtime, will begin with examining the conditions set on your action. If these conditions (the action-conditions) are met, then will examine in order each profile. If the conditions defined in a profile are met, then this profile will be validated, and the review of other profiles will stop. If no profile is found valid at runtime, then the action will be itself considered invalid, and will not be displayed in the file manager context menu. Profiles of an action are ordered, and they are examined in that order at runtime. The first profile whose conditions are met will be validated, and made selectable in the file manager context menu. So, ordering of the profiles may be important for your action: the first valid profile found is the only one selected. You may order your profiles inside an action in two ways. Cut the profile to be moved, select the profile before which you want your cut profile to be inserted, and paste it. Click on the profile to be moved, and drag it to its right place." msgstr "" #: C/fma-save.xml:24(para) msgid "also has an Auto-save feature which is configurable in Preferences dialog box." msgstr "" #: C/fma-starting.xml:2(title) msgid "Starting You can start in the following ways: System menu Choose Preferences Look and Feel FileManager-Actions Configuration Tool . Command line To start from a command line, type the following command: fma-config-tool then press Return. To view available command line options, type: fma-config-tool --help-all then press Return." msgstr "" #: C/fma-menus.xml:46(para) msgid "The new menu is inserted at the correct place, regarding the default New Nautilus menu label. This place will be automatically changed, each time you modify the label of the menu. As an action, too, a menu requires a label, and may have an icon and a tooltip. Also, you may define some conditions in order your menu be candidate to be displayed in the file manager context menu. If the defined conditions are not met at runtime, then your whole menu, including its submenus, its actions and so on, will not be displayed." msgstr "" #. Put one translator per line, in the form of NAME , YEAR1, YEAR2 #: C/fma-menus.xml:0(None) msgid "translator-credits" msgstr ""