From 886978d2efd71b829d677913ec65a5bfdcc64d91 Mon Sep 17 00:00:00 2001 From: infirit Date: Thu, 1 Aug 2013 14:25:30 +0200 Subject: Use yelp-tools instead of mate-doc-utils --- help/C/index.docbook | 1455 ++++++++++++++++++++++++++++++++++++++++ help/C/legal.xml | 2 +- help/C/mate-system-monitor.xml | 1455 ---------------------------------------- help/Makefile.am | 12 +- help/ar/ar.po | 6 +- help/bg/bg.po | 8 +- help/ca/ca.po | 8 +- help/cs/cs.po | 8 +- help/da/da.po | 8 +- help/de/de.po | 8 +- help/el/el.po | 8 +- help/es/es.po | 8 +- help/fr/fr.po | 8 +- help/oc/oc.po | 4 +- help/pa/pa.po | 8 +- help/sv/sv.po | 8 +- help/zh_CN/zh_CN.po | 8 +- 17 files changed, 1510 insertions(+), 1512 deletions(-) create mode 100644 help/C/index.docbook delete mode 100644 help/C/mate-system-monitor.xml (limited to 'help') diff --git a/help/C/index.docbook b/help/C/index.docbook new file mode 100644 index 0000000..a59ab3f --- /dev/null +++ b/help/C/index.docbook @@ -0,0 +1,1455 @@ + + + + + + +]> + + + +
+ + + + &app; Manual V&manrevision; + + + 2009 + Paul Cutler + + + 2004 + Sun Microsystems + + + 2001 + 2002 + 2004 + Bill Day + + + + + + MATE Documentation Project + + + &legal; + + + + + Sun + MATE Documentation Team + Sun Microsystems + + + Bill + Day +
billday@bellatlantic.net
+
+ + Paul + Cutler + + MATE Documentation Project +
pcutler@foresightlinux.org
+
+
+ + +
+ + + + + + + + System Monitor Manual V&manrevision; + March 2009 + + Paul Cutler + pcutler@foresightlinux.org + + MATE Documentation Project + + + + System Monitor Manual V2.1 + February 2004 + + Sun MATE Documentation Team + MATE Documentation Project + + + + System Monitor Manual V2.0 + November 2002 + + Bill Day billday@bellatlantic.net + + MATE Documentation Project + + + + Procman Manual V0.11 + January 2002 + + Bill Day + billday@bellatlantic.net + + MATE Documentation Project + + + + + + This manual describes version &appversion; of &app;. + + + + Feedback + + To report a bug or make a suggestion regarding the &app; application or this manual, follow the directions in the MATE Feedback Page. + + + + + + + + &app; gives users a graphical user interface for monitoring CPU, + network, and memory activities as well as a way for viewing + and stopping system processes. + + +
+ + + System Monitor + + + mate-system-monitor + + + procman + + + + + + Introduction + + The &app; application enables you to display basic system information and monitor system processes, usage of system resources, and file systems. You can also use &app; to modify the behavior of your system. + + + The &app; window contains four tabbed sections: + + + + + System + + + Displays various basic information about the computer's hardware and software. + + + + Distribution + + + + + Distribution version + + + Linux Kernel version + + + MATE version + + + + + + + Hardware + + + + + Installed memory + + + Processors and speeds + + + + + + + System Status + + + + + Currently available disk space + + + + + + + + + + Processes + + + + Shows active processes, and how processes are related to each other. Provides detailed information about individual processes, and enables you to control active processes. + + + + + + Resources + + + + Displays the current usage of the following system resources: + + + + + CPU (central processing unit) time + + + + + Memory and swap space + + + + + Network usage + + + + + + + + File Systems + + + + Lists all mounted file systems along with basic information about each. + + + + + + + + + Getting Started + + + + To Start &app; + You can start &app; in the following ways: + + + System menu + + + Choose Administration System Monitor. + + + + + Command line + + + Execute the following command: mate-system-monitor + + + + + + + When You Start &app; + + When you start &app;, the following window is displayed: + +
+ &app; Window + + + + + + Shows System Monitor main window. + + + +
+ + The &app; window contains the following elements: + + + + Menubar + + + The menus on the menubar contain all of the commands that you need to work with &app;. + + + + + Display area + + + The display area contains the system monitor information. The display area contains the following tabbed sections: + + + + + System + + + Contains a list of basic system properties, such as system software versions and hardware specifications and status. + + + + + Processes + + + Contains a list of processes organized as a table, a list of load averages over the past few minutes, and an End Process button. + + + + + Resources + + + Contains a CPU History graph, a Memory and Swap History graph, and a Network History graph. + + + + + File Systems + + + Contains a table of currently mounted file systems. + + + + + + + Statusbar + + + The statusbar displays information about current &app; activity and contextual information about the menu items. + + + + +
+
+ + + + + + + Usage + + + To Display Basic System Information + + To display basic system information, select the System tab. + + + In the System tab, information is organized into three groups: + + + + + System Information + + + + + Hardware + + + + + System Status + + + + + + + To Display the Process List + + To display the process list, select the Processes tab. + + + In the Processes tab, the processes are organized as a table. The rows of the table display information about the processes. The columns represent information fields for the processes, such as the name of the user who owns the process, the amount of memory currently being used by the process, and so on. From left to right, the Processes tab displays the following columns by default: + + + + Process Name + + + Status + + + %CPU + + + Nice + + + ID + + + Memory + + + + For information about how to change the columns displayed in the process list, see . + + + + Parent Processes and Child Processes + + A parent process is a process that spawns another process. The spawned process is a child process of the original parent process. By default, &app; does not show process dependencies. For information about how to change the default display behavior, see . + + + + + Process Priority and Nice Values + + Processes run in order of priority: high-priority processes run before low-priority processes. Child processes generally inherit their priority from their parent process. + + + The priority of a process is set by the nice value of the process, as follows: + + + + + A nice value of 0 means that the process has normal priority. + + + + + The higher the nice value, the lower the priority. + + + + + The lower the nice value, the higher the priority. + + + + + For information about how to change the priority of a process, see . + + + + + + + To Sort the Process List + + To sort the process list, perform the following steps: + + + + + Select the Processes tab to display the process list. + + + + + By default, the processes are listed by name, in alphabetical order. To list the processes in reverse alphabetical order, click on the Process Name column header. + + + + + Click on any column header to sort the processes by the information in that column, in alphabetical or numerical order. + + + + + Click again on the column header to sort the data in reverse alphabetical or reverse numerical order. + + + + + + + To Modify the Contents of the Process List + + You can modify the contents of the process list in several ways. + + + + To Show All Processes + + To show all processes in the process list, perform the following steps: + + + + + Select the Processes tab to display the process list. + + + + + Choose + + View + All Processes + . + + + + + + + To Show Only Processes Owned by the Current User + + To show only the processes that are owned by the current user, perform the following steps: + + + + + Select the Processes tab to display the process list. + + + + + Choose + + View + My Processes + . + + + + + + + To Show Only Active Processes + + To show only the active processes in the process list, perform the following steps: + + + + + Select the Processes tab to display the process list. + + + + + Choose + + View + Active Processes + . + + + + + + + To Show Dependencies + + To show process dependencies in the process list, perform the following steps: + + + + + Select the Processes tab to display the process list. + + + + + Choose ViewDependencies. + + + + + If the Dependencies menu item is selected, the processes are listed as follows: + + + + + Parent processes are indicated by a triangle symbol to the left of the process name. Click on the triangle symbol to show or hide the associated child processes. + + + + + Child processes are indented, and listed with their parent process. + + + + + If the Dependencies menu item is not selected: + + + + + Parent processes and child processes are not distinguishable. + + + + + All processes are listed in alphabetical order. + + + + + + + + + To Display Memory Maps for a Process + + To display memory maps for a process, perform the following steps: + + + + + Select the Processes tab to display the process list. + + + + + Select the process in the process list. + + + + + Choose ViewMemory Maps. + + + + + The Memory Maps dialog displays the information in tabular format. The name of the process is displayed above the memory-map table. From left to right, the Memory Maps dialog displays the following columns: + + + + Filename + + + The location of a shared library that is currently used by the process. If this field is blank, the memory information in this row describes memory that is owned by the process whose name is displayed above the memory-map table. + + + + + VM Start + + + The address at which the memory segment begins. + + + + + VM End + + + The address at which the memory segment ends. + + + + + VM Size + + + The size of the memory segment. + + + + + Flags + + + The following flags describe the different types of memory-segment access that the process can have: + + + + p + + + The memory segment is private to the process, and is not accessible to other processes. + + + + + r + + + The process has permission to read from the memory segment. + + + + + s + + + The memory segment is shared with other processes. + + + + + w + + + The process has permission to write into the memory segment. + + + + + x + + + The process has permission to execute instructions that are contained within the memory segment. + + + + + + + + VM Offset + + + The virtual memory offset of the memory segment. + + + + + Device + + + The major and minor device numbers of the device on which the shared library filename is located. + + + + + Inode + + + The inode on the device from which the shared library location is loaded into memory. + + + + + + Click on any column header to sort the data by the information in that column, in alphabetical or numerical order. Click again on the column header to sort the data in reverse alphabetical or reverse numerical order. + + + Click Close to close the Memory Maps dialog. + + + + + To Change the Priority of a Process + + To change the priority of a process, perform the following steps: + + + + + Select the Processes tab to display the process list. + + + + + Select the process for which you want to change the priority. + + + + + Choose EditChange Priority. The Change Priority dialog is displayed. + + + + + Use the slider to set the nice value of the process. + + + The nice value sets the priority of the process: the lower the nice value, the higher the priority. + + + To specify a nice value lower than zero, non-root users must enter the root password. + + + + + Click on the Change Priority button. + + + + + + + + To End a Process + + To end a process, perform the following steps: + + + + + Select the Processes tab to display the process list. + + + + + Select the process that you want to end. + + + + + Choose EditEnd Process, or click on the End Process button. + + + By default, a confirmation alert is displayed. For information about how to display or hide the confirmation alert, see . + + + + + Click on the End Process button to confirm that you want to end the process. &app; forces the process to finish normally. + + + + + This is the preferred way to stop a process. + + + + + To Terminate a Process + + To terminate a process, perform the following steps: + + + + + Select the Processes tab to display the process list. + + + + + Select the process that you want to terminate. + + + + + Choose EditKill Process. + + + By default, a confirmation alert is displayed. For information about how to display or hide the confirmation alert, see . + + + + + Click on the Kill Process button to confirm that you want to terminate the process. &app; forces the process to finish immediately. + + + + + You usually terminate a process only if you cannot end the process normally as described in . + + + + + To Monitor CPU Usage + + To monitor CPU usage, select the Resources tab. + + + &app; displays the CPU usage history in graphical format. Underneath the graph, &app; also displays the current CPU usage, as a percentage. + + + + + + To Monitor Memory and Swap Usage + + To monitor memory and swap usage, select the Resources tab. + + + &app; displays the memory usage history and the swap usage history in graphical format. Underneath the graph, &app; also displays the following numerical values: + + + + + Used memory out of total memory + + + + + Used swap out of total swap + + + + + + + + To Monitor Network Activity + + To monitor network activity, select the Resources tab. + + + &app; displays the network history in graphical format. Underneath the graph, &app; also displays the following numerical values: + + + + + Received data per second and total + + + + + Sent data per second and total + + + + + + + To Monitor File Systems + + To monitor file systems, select the File Systems tab. + + + &app; displays mounted file systems in tabular format. From left to right, the table displays the following columns: + + + + + Device + + + Location of block file + + + + + Directory + + + Mount point (directory to access) of device + + + + + Type + + + File system type + + + + + Total + + + Total capacity + + + + + Free + + + Amount of space not in use + + + + + Available + + + Amount of space which can be used + + + + + Used + + + Amount of space which is used (and percentage of Total) + + + + + + + To Customize the Resources Tabbed Section + + You can customize the Resources tabbed section in the following ways: + + + + + + + + + + + + + + + + + + + + + + To Change the Background Color of Graphs + + To change the background color of the &app; graphs, perform the following steps: + + + + + Choose EditPreferences. The Preferences dialog is displayed. + + + + + Select the Resources tab in the Preferences dialog. + + + + + Click on the Background color button. The Pick a color dialog is displayed. + + + + + Choose a color from the Palette, or use the color wheel or the spin boxes to customize the color. + + + + + Click OK to close the Pick a color dialog. + + + + + Click Close to close the Preferences dialog. + + + + + + + To Change the Grid Color of Graphs + + To change the grid color of the &app; graphs, perform the following steps: + + + + + Choose EditPreferences. The Preferences dialog is displayed. + + + + + Select the Resources tab in the Preferences dialog. + + + + + Click on the Grid color button. The Pick a color dialog is displayed. + + + + + Choose a color from the Palette, or use the color wheel or the spin boxes to customize the color. + + + + + Click OK to close the Pick a color dialog. + + + + + Click Close to close the Preferences dialog. + + + + + + + To Change the Line Color of the CPU Graph + + To change the color of the line that represents CPU usage in the CPU History graph, perform the following steps: + + + + + Select the Resources tab in the System Monitor window, to display the graphs and table that provide information about the usage of system resources. + + + + + Click on the CPU color button. The Pick a color dialog is displayed. + + + + + Choose a color from the Palette, or use the color wheel or the spin boxes to customize the color. + + + + + Click OK to close the Pick a color dialog. + + + + + + + To Change the Line Colors of the Memory and Swap Graph + + To change the color of the lines that represent memory and swap usage in the graph, perform the following steps: + + + + + Select the Resources tab in the System Monitor window, to display the graphs and table that provide information about the usage of system resources. + + + + + Click on the User memory or Used swap button. The Pick a color dialog is displayed. + + + + + Choose a color from the Palette, or use the color wheel or the spin boxes to customize the color. + + + + + Click OK to close the Pick a color dialog. + + + + + + + + + + + Preferences + To configure &app;, choose EditPreferences. The Preferences dialog contains the following tabbed sections: + + + + + + + + + + + + Processes + + + + Behavior + + + + + + Update interval in seconds + + + Use this spin box to specify the interval at which you want to update the process list. + + + + + Enable smooth refresh + + + Select this option to refresh smoothly. + + + + + Alert before ending or killing processes + + + Select this option to display a confirmation alert when you end a process or terminate a process. + + + + + Solaris mode + + + Select this to divide each process' CPU% in the Processes table by the number of CPUs. + + + + + + + + Information Fields + + + + Use the following options to select which fields are displayed in the process list: + + + + + Process Name + + + Select this option to display the name of the process. This column may also contain an icon to indicate the application that is associated with the process. + + + + + User + + + Select this option to display the name of the user who owns the process. + + + + + Status + + + Select this option to display the current status of the process: sleeping or running. + + + + + Virtual Memory + + + Select this option to display the amount of virtual memory that is allocated to the process. + + + + + Resident Memory + + + Select this option to display the amount of physical memory that is allocated to the process. + + + + + Writable Memory + + + Select this option to display the amount of memory that can be written by the process. + + + + + Shared Memory + + + Select this option to display the amount of shared memory that is allocated to the process. Shared memory is memory that can be accessed by another process. + + + + + X Server Memory + + + Select this option to display the amount of X server memory that is used by the process. + + + + + % CPU + + + Select this option to display the percentage of CPU time currently being used by the process. + + + + + CPU Time + + + Select this option to display the amount of CPU time that has been used by the process. + + + + + Started + + + Select this option to display when the process began running. + + + + + Nice + + + Select this option to display the nice value of the process. The nice value sets the priority of the process: the lower the nice value, the higher the priority. + + + + + ID + + + Select this option to display the process identifier, also known as the pid. The pid is a number that uniquely identifies the process. You can use the pid to manipulate the process on the command line. + + + + + Memory + + + Select this option to display the amount of system memory that is currently being used by the process. + + + + + Security Context + + + Select this option to display the security context in which the process is running. + + + + + Command Line + + + Select this option to display the command line that was used to start the process, including arguments. + + + + + + + + + + Resources + + + Graphs + + + + + Update interval in seconds + + + Use this spin box to specify how often you want to update the &app; graphs. + + + + + Background color + + + Use this button to customize the background color of the &app; graphs, as described in . + + + + + Grid color + + + Use this button to customize the grid color of the &app; graphs, as described in . + + + + + + + File Systems + + + + + Update interval in seconds + + + Use this spin box to specify how often you want to update the File Systems table. + + + + + Show all filesystems + + + Select this option to show all file systems, including temporary and system ones. + + + + + + + + + + +
diff --git a/help/C/legal.xml b/help/C/legal.xml index acb0b40..9c4e248 100644 --- a/help/C/legal.xml +++ b/help/C/legal.xml @@ -6,7 +6,7 @@ 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 + url="help:fdl">link or in the file COPYING-DOCS distributed with this manual. This manual is part of a collection of MATE manuals diff --git a/help/C/mate-system-monitor.xml b/help/C/mate-system-monitor.xml deleted file mode 100644 index acd2c40..0000000 --- a/help/C/mate-system-monitor.xml +++ /dev/null @@ -1,1455 +0,0 @@ - - - - - - -]> - - - -
- - - - &app; Manual V&manrevision; - - - 2009 - Paul Cutler - - - 2004 - Sun Microsystems - - - 2001 - 2002 - 2004 - Bill Day - - - - - - MATE Documentation Project - - - &legal; - - - - - Sun - MATE Documentation Team - Sun Microsystems - - - Bill - Day -
billday@bellatlantic.net
-
- - Paul - Cutler - - MATE Documentation Project -
pcutler@foresightlinux.org
-
-
- - -
- - - - - - - - System Monitor Manual V&manrevision; - March 2009 - - Paul Cutler - pcutler@foresightlinux.org - - MATE Documentation Project - - - - System Monitor Manual V2.1 - February 2004 - - Sun MATE Documentation Team - MATE Documentation Project - - - - System Monitor Manual V2.0 - November 2002 - - Bill Day billday@bellatlantic.net - - MATE Documentation Project - - - - Procman Manual V0.11 - January 2002 - - Bill Day - billday@bellatlantic.net - - MATE Documentation Project - - - - - - This manual describes version &appversion; of &app;. - - - - Feedback - - To report a bug or make a suggestion regarding the &app; application or this manual, follow the directions in the MATE Feedback Page. - - - - - - - - &app; gives users a graphical user interface for monitoring CPU, - network, and memory activities as well as a way for viewing - and stopping system processes. - - -
- - - System Monitor - - - mate-system-monitor - - - procman - - - - - - Introduction - - The &app; application enables you to display basic system information and monitor system processes, usage of system resources, and file systems. You can also use &app; to modify the behavior of your system. - - - The &app; window contains four tabbed sections: - - - - - System - - - Displays various basic information about the computer's hardware and software. - - - - Distribution - - - - - Distribution version - - - Linux Kernel version - - - MATE version - - - - - - - Hardware - - - - - Installed memory - - - Processors and speeds - - - - - - - System Status - - - - - Currently available disk space - - - - - - - - - - Processes - - - - Shows active processes, and how processes are related to each other. Provides detailed information about individual processes, and enables you to control active processes. - - - - - - Resources - - - - Displays the current usage of the following system resources: - - - - - CPU (central processing unit) time - - - - - Memory and swap space - - - - - Network usage - - - - - - - - File Systems - - - - Lists all mounted file systems along with basic information about each. - - - - - - - - - Getting Started - - - - To Start &app; - You can start &app; in the following ways: - - - System menu - - - Choose Administration System Monitor. - - - - - Command line - - - Execute the following command: mate-system-monitor - - - - - - - When You Start &app; - - When you start &app;, the following window is displayed: - -
- &app; Window - - - - - - Shows System Monitor main window. - - - -
- - The &app; window contains the following elements: - - - - Menubar - - - The menus on the menubar contain all of the commands that you need to work with &app;. - - - - - Display area - - - The display area contains the system monitor information. The display area contains the following tabbed sections: - - - - - System - - - Contains a list of basic system properties, such as system software versions and hardware specifications and status. - - - - - Processes - - - Contains a list of processes organized as a table, a list of load averages over the past few minutes, and an End Process button. - - - - - Resources - - - Contains a CPU History graph, a Memory and Swap History graph, and a Network History graph. - - - - - File Systems - - - Contains a table of currently mounted file systems. - - - - - - - Statusbar - - - The statusbar displays information about current &app; activity and contextual information about the menu items. - - - - -
-
- - - - - - - Usage - - - To Display Basic System Information - - To display basic system information, select the System tab. - - - In the System tab, information is organized into three groups: - - - - - System Information - - - - - Hardware - - - - - System Status - - - - - - - To Display the Process List - - To display the process list, select the Processes tab. - - - In the Processes tab, the processes are organized as a table. The rows of the table display information about the processes. The columns represent information fields for the processes, such as the name of the user who owns the process, the amount of memory currently being used by the process, and so on. From left to right, the Processes tab displays the following columns by default: - - - - Process Name - - - Status - - - %CPU - - - Nice - - - ID - - - Memory - - - - For information about how to change the columns displayed in the process list, see . - - - - Parent Processes and Child Processes - - A parent process is a process that spawns another process. The spawned process is a child process of the original parent process. By default, &app; does not show process dependencies. For information about how to change the default display behavior, see . - - - - - Process Priority and Nice Values - - Processes run in order of priority: high-priority processes run before low-priority processes. Child processes generally inherit their priority from their parent process. - - - The priority of a process is set by the nice value of the process, as follows: - - - - - A nice value of 0 means that the process has normal priority. - - - - - The higher the nice value, the lower the priority. - - - - - The lower the nice value, the higher the priority. - - - - - For information about how to change the priority of a process, see . - - - - - - - To Sort the Process List - - To sort the process list, perform the following steps: - - - - - Select the Processes tab to display the process list. - - - - - By default, the processes are listed by name, in alphabetical order. To list the processes in reverse alphabetical order, click on the Process Name column header. - - - - - Click on any column header to sort the processes by the information in that column, in alphabetical or numerical order. - - - - - Click again on the column header to sort the data in reverse alphabetical or reverse numerical order. - - - - - - - To Modify the Contents of the Process List - - You can modify the contents of the process list in several ways. - - - - To Show All Processes - - To show all processes in the process list, perform the following steps: - - - - - Select the Processes tab to display the process list. - - - - - Choose - - View - All Processes - . - - - - - - - To Show Only Processes Owned by the Current User - - To show only the processes that are owned by the current user, perform the following steps: - - - - - Select the Processes tab to display the process list. - - - - - Choose - - View - My Processes - . - - - - - - - To Show Only Active Processes - - To show only the active processes in the process list, perform the following steps: - - - - - Select the Processes tab to display the process list. - - - - - Choose - - View - Active Processes - . - - - - - - - To Show Dependencies - - To show process dependencies in the process list, perform the following steps: - - - - - Select the Processes tab to display the process list. - - - - - Choose ViewDependencies. - - - - - If the Dependencies menu item is selected, the processes are listed as follows: - - - - - Parent processes are indicated by a triangle symbol to the left of the process name. Click on the triangle symbol to show or hide the associated child processes. - - - - - Child processes are indented, and listed with their parent process. - - - - - If the Dependencies menu item is not selected: - - - - - Parent processes and child processes are not distinguishable. - - - - - All processes are listed in alphabetical order. - - - - - - - - - To Display Memory Maps for a Process - - To display memory maps for a process, perform the following steps: - - - - - Select the Processes tab to display the process list. - - - - - Select the process in the process list. - - - - - Choose ViewMemory Maps. - - - - - The Memory Maps dialog displays the information in tabular format. The name of the process is displayed above the memory-map table. From left to right, the Memory Maps dialog displays the following columns: - - - - Filename - - - The location of a shared library that is currently used by the process. If this field is blank, the memory information in this row describes memory that is owned by the process whose name is displayed above the memory-map table. - - - - - VM Start - - - The address at which the memory segment begins. - - - - - VM End - - - The address at which the memory segment ends. - - - - - VM Size - - - The size of the memory segment. - - - - - Flags - - - The following flags describe the different types of memory-segment access that the process can have: - - - - p - - - The memory segment is private to the process, and is not accessible to other processes. - - - - - r - - - The process has permission to read from the memory segment. - - - - - s - - - The memory segment is shared with other processes. - - - - - w - - - The process has permission to write into the memory segment. - - - - - x - - - The process has permission to execute instructions that are contained within the memory segment. - - - - - - - - VM Offset - - - The virtual memory offset of the memory segment. - - - - - Device - - - The major and minor device numbers of the device on which the shared library filename is located. - - - - - Inode - - - The inode on the device from which the shared library location is loaded into memory. - - - - - - Click on any column header to sort the data by the information in that column, in alphabetical or numerical order. Click again on the column header to sort the data in reverse alphabetical or reverse numerical order. - - - Click Close to close the Memory Maps dialog. - - - - - To Change the Priority of a Process - - To change the priority of a process, perform the following steps: - - - - - Select the Processes tab to display the process list. - - - - - Select the process for which you want to change the priority. - - - - - Choose EditChange Priority. The Change Priority dialog is displayed. - - - - - Use the slider to set the nice value of the process. - - - The nice value sets the priority of the process: the lower the nice value, the higher the priority. - - - To specify a nice value lower than zero, non-root users must enter the root password. - - - - - Click on the Change Priority button. - - - - - - - - To End a Process - - To end a process, perform the following steps: - - - - - Select the Processes tab to display the process list. - - - - - Select the process that you want to end. - - - - - Choose EditEnd Process, or click on the End Process button. - - - By default, a confirmation alert is displayed. For information about how to display or hide the confirmation alert, see . - - - - - Click on the End Process button to confirm that you want to end the process. &app; forces the process to finish normally. - - - - - This is the preferred way to stop a process. - - - - - To Terminate a Process - - To terminate a process, perform the following steps: - - - - - Select the Processes tab to display the process list. - - - - - Select the process that you want to terminate. - - - - - Choose EditKill Process. - - - By default, a confirmation alert is displayed. For information about how to display or hide the confirmation alert, see . - - - - - Click on the Kill Process button to confirm that you want to terminate the process. &app; forces the process to finish immediately. - - - - - You usually terminate a process only if you cannot end the process normally as described in . - - - - - To Monitor CPU Usage - - To monitor CPU usage, select the Resources tab. - - - &app; displays the CPU usage history in graphical format. Underneath the graph, &app; also displays the current CPU usage, as a percentage. - - - - - - To Monitor Memory and Swap Usage - - To monitor memory and swap usage, select the Resources tab. - - - &app; displays the memory usage history and the swap usage history in graphical format. Underneath the graph, &app; also displays the following numerical values: - - - - - Used memory out of total memory - - - - - Used swap out of total swap - - - - - - - - To Monitor Network Activity - - To monitor network activity, select the Resources tab. - - - &app; displays the network history in graphical format. Underneath the graph, &app; also displays the following numerical values: - - - - - Received data per second and total - - - - - Sent data per second and total - - - - - - - To Monitor File Systems - - To monitor file systems, select the File Systems tab. - - - &app; displays mounted file systems in tabular format. From left to right, the table displays the following columns: - - - - - Device - - - Location of block file - - - - - Directory - - - Mount point (directory to access) of device - - - - - Type - - - File system type - - - - - Total - - - Total capacity - - - - - Free - - - Amount of space not in use - - - - - Available - - - Amount of space which can be used - - - - - Used - - - Amount of space which is used (and percentage of Total) - - - - - - - To Customize the Resources Tabbed Section - - You can customize the Resources tabbed section in the following ways: - - - - - - - - - - - - - - - - - - - - - - To Change the Background Color of Graphs - - To change the background color of the &app; graphs, perform the following steps: - - - - - Choose EditPreferences. The Preferences dialog is displayed. - - - - - Select the Resources tab in the Preferences dialog. - - - - - Click on the Background color button. The Pick a color dialog is displayed. - - - - - Choose a color from the Palette, or use the color wheel or the spin boxes to customize the color. - - - - - Click OK to close the Pick a color dialog. - - - - - Click Close to close the Preferences dialog. - - - - - - - To Change the Grid Color of Graphs - - To change the grid color of the &app; graphs, perform the following steps: - - - - - Choose EditPreferences. The Preferences dialog is displayed. - - - - - Select the Resources tab in the Preferences dialog. - - - - - Click on the Grid color button. The Pick a color dialog is displayed. - - - - - Choose a color from the Palette, or use the color wheel or the spin boxes to customize the color. - - - - - Click OK to close the Pick a color dialog. - - - - - Click Close to close the Preferences dialog. - - - - - - - To Change the Line Color of the CPU Graph - - To change the color of the line that represents CPU usage in the CPU History graph, perform the following steps: - - - - - Select the Resources tab in the System Monitor window, to display the graphs and table that provide information about the usage of system resources. - - - - - Click on the CPU color button. The Pick a color dialog is displayed. - - - - - Choose a color from the Palette, or use the color wheel or the spin boxes to customize the color. - - - - - Click OK to close the Pick a color dialog. - - - - - - - To Change the Line Colors of the Memory and Swap Graph - - To change the color of the lines that represent memory and swap usage in the graph, perform the following steps: - - - - - Select the Resources tab in the System Monitor window, to display the graphs and table that provide information about the usage of system resources. - - - - - Click on the User memory or Used swap button. The Pick a color dialog is displayed. - - - - - Choose a color from the Palette, or use the color wheel or the spin boxes to customize the color. - - - - - Click OK to close the Pick a color dialog. - - - - - - - - - - - Preferences - To configure &app;, choose EditPreferences. The Preferences dialog contains the following tabbed sections: - - - - - - - - - - - - Processes - - - - Behavior - - - - - - Update interval in seconds - - - Use this spin box to specify the interval at which you want to update the process list. - - - - - Enable smooth refresh - - - Select this option to refresh smoothly. - - - - - Alert before ending or killing processes - - - Select this option to display a confirmation alert when you end a process or terminate a process. - - - - - Solaris mode - - - Select this to divide each process' CPU% in the Processes table by the number of CPUs. - - - - - - - - Information Fields - - - - Use the following options to select which fields are displayed in the process list: - - - - - Process Name - - - Select this option to display the name of the process. This column may also contain an icon to indicate the application that is associated with the process. - - - - - User - - - Select this option to display the name of the user who owns the process. - - - - - Status - - - Select this option to display the current status of the process: sleeping or running. - - - - - Virtual Memory - - - Select this option to display the amount of virtual memory that is allocated to the process. - - - - - Resident Memory - - - Select this option to display the amount of physical memory that is allocated to the process. - - - - - Writable Memory - - - Select this option to display the amount of memory that can be written by the process. - - - - - Shared Memory - - - Select this option to display the amount of shared memory that is allocated to the process. Shared memory is memory that can be accessed by another process. - - - - - X Server Memory - - - Select this option to display the amount of X server memory that is used by the process. - - - - - % CPU - - - Select this option to display the percentage of CPU time currently being used by the process. - - - - - CPU Time - - - Select this option to display the amount of CPU time that has been used by the process. - - - - - Started - - - Select this option to display when the process began running. - - - - - Nice - - - Select this option to display the nice value of the process. The nice value sets the priority of the process: the lower the nice value, the higher the priority. - - - - - ID - - - Select this option to display the process identifier, also known as the pid. The pid is a number that uniquely identifies the process. You can use the pid to manipulate the process on the command line. - - - - - Memory - - - Select this option to display the amount of system memory that is currently being used by the process. - - - - - Security Context - - - Select this option to display the security context in which the process is running. - - - - - Command Line - - - Select this option to display the command line that was used to start the process, including arguments. - - - - - - - - - - Resources - - - Graphs - - - - - Update interval in seconds - - - Use this spin box to specify how often you want to update the &app; graphs. - - - - - Background color - - - Use this button to customize the background color of the &app; graphs, as described in . - - - - - Grid color - - - Use this button to customize the grid color of the &app; graphs, as described in . - - - - - - - File Systems - - - - - Update interval in seconds - - - Use this spin box to specify how often you want to update the File Systems table. - - - - - Show all filesystems - - - Select this option to show all file systems, including temporary and system ones. - - - - - - - - - - -
diff --git a/help/Makefile.am b/help/Makefile.am index 7e6855b..49c975b 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -1,10 +1,8 @@ -include $(top_srcdir)/mate-doc-utils.make -dist-hook: doc-dist-hook +@YELP_HELP_RULES@ -DOC_MODULE = mate-system-monitor -DOC_ENTITIES = legal.xml -DOC_INCLUDES = -DOC_FIGURES = figures/addColumn.png \ +HELP_ID = mate-system-monitor +HELP_FILES = index.docbook legal.xml +HELP_MEDIA = figures/addColumn.png \ figures/changePriority.png \ figures/colorPanel.png \ figures/columnContextMenu.png \ @@ -18,5 +16,5 @@ DOC_FIGURES = figures/addColumn.png \ figures/systemMonitor.png \ figures/viewMenu.png -DOC_LINGUAS = ar bg ca cs da de el es fr oc pa sv zh_CN +HELP_LINGUAS = ar bg ca cs da de el es fr oc pa sv zh_CN diff --git a/help/ar/ar.po b/help/ar/ar.po index 157462c..83750e5 100644 --- a/help/ar/ar.po +++ b/help/ar/ar.po @@ -55,7 +55,7 @@ msgid "MATE Documentation Project" msgstr "مشروع وثائق جنوم" #: C/mate-system-monitor.xml:2(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.1 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." +msgid "Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License (GFDL), Version 1.1 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/mate-system-monitor.xml:12(para) @@ -136,8 +136,8 @@ msgid "Feedback" msgstr "تغذية راجعة" #: C/mate-system-monitor.xml:115(para) -msgid "To report a bug or make a suggestion regarding the System Monitor application or this manual, follow the directions in the MATE Feedback Page." -msgstr "للإبلاغ عن مشكلة أو تقديم اقتراح يخص مراقب النّظام أو هذا الدليل. اتبع الإرشادات في MATE Feedback Page." +msgid "To report a bug or make a suggestion regarding the System Monitor application or this manual, follow the directions in the MATE Feedback Page." +msgstr "للإبلاغ عن مشكلة أو تقديم اقتراح يخص مراقب النّظام أو هذا الدليل. اتبع الإرشادات في MATE Feedback Page." #: C/mate-system-monitor.xml:123(para) msgid "User manual for System Monitor" diff --git a/help/bg/bg.po b/help/bg/bg.po index 2250fab..c29089b 100644 --- a/help/bg/bg.po +++ b/help/bg/bg.po @@ -18,7 +18,7 @@ msgid "" "the terms of the GNU Free Documentation License (GFDL), Version 1.1 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 " +"of the GFDL at this link or " "in the file COPYING-DOCS distributed with this manual." msgstr "" "Предоставя се разрешение за копиране, разпространение и/или промяна на този " @@ -26,7 +26,7 @@ msgstr "" "версия 1.1 или всяка следваща версия, издадена от Фондация „Свободен " "софтуер“; без „Непроменливи раздели“, „Текстове на предната корица“, както и " "„Текстове на задната корица“. Копие на лиценза може да бъде намерено тук или във файла COPYING-DOCS, " +"type=\"help\" url=\"help:fdl\">тук или във файла COPYING-DOCS, " "разпространяван с това ръководство." #: ../C/legal.xml:12(para) @@ -216,12 +216,12 @@ msgstr "Обратна връзка" #: ../C/mate-system-monitor.xml:115(para) msgid "" "To report a bug or make a suggestion regarding the System Monitor " -"application or this manual, follow the directions in the MATE Feedback Page." msgstr "" "За да докладвате за грешка или да направите предложение относно „Наблюдение " "на системата“ или това ръководство, следвайте указанията, описани в Страницата за обратна връзка на " +"url=\"help:mate-feedback\" type=\"help\">Страницата за обратна връзка на " "MATE." #: ../C/mate-system-monitor.xml:123(para) diff --git a/help/ca/ca.po b/help/ca/ca.po index 07d40d8..f2a2ad9 100644 --- a/help/ca/ca.po +++ b/help/ca/ca.po @@ -58,7 +58,7 @@ msgid "" "the terms of the GNU Free Documentation License (GFDL), Version 1.1 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 " +"of the GFDL at this link or " "in the file COPYING-DOCS distributed with this manual." msgstr "" "Teniu permís per a copiar, distribuir i/o modificar aquest document, sota " @@ -66,7 +66,7 @@ msgstr "" "qualsevol versió publicada posteriorment per la Free Software Foundation, " "sense seccions invariants, sense texts de portada i sense texts de " "contraportada. Podeu trobar una còpia de la GFDL en aquest enllaç o en el fitxer COPYING-DOCS distribuït " +"\" url=\"help:fdl\">enllaç o en el fitxer COPYING-DOCS distribuït " "amb aquest manual." #: C/mate-system-monitor.xml:12(para) @@ -215,12 +215,12 @@ msgstr "Comentaris" #: C/mate-system-monitor.xml:115(para) msgid "" "To report a bug or make a suggestion regarding the System Monitor " -"application or this manual, follow the directions in the MATE Feedback Page." msgstr "" "Per a informar d'un error o fer algun suggeriment quant al " "monitor del sistema o d'aquest manual, seguiu les " -"indicacions a la Pàgina de " +"indicacions a la Pàgina de " "comentaris del MATE." #: C/mate-system-monitor.xml:123(para) diff --git a/help/cs/cs.po b/help/cs/cs.po index 3410636..8592afd 100644 --- a/help/cs/cs.po +++ b/help/cs/cs.po @@ -68,8 +68,8 @@ msgid "MATE Documentation Project" msgstr "Dokumentační projekt MATE" #: C/mate-system-monitor.xml:2(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.1 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 "Je povoleno kopírovat, šířit a/nebo upravovat tento dokument za podmínek GNU Free Documentation License, verze 1.1 nebo jakékoli další verze vydané nadací Free Software Foundation; bez neměnných oddílů, bez textů předních desek a bez textů zadních desek. Kopie této licence je zahrnuta v oddílu jménem GNU Free Documentation License nebo v souboru COPYING-DOCS dodávaném s touto příručkou." +msgid "Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License (GFDL), Version 1.1 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 "Je povoleno kopírovat, šířit a/nebo upravovat tento dokument za podmínek GNU Free Documentation License, verze 1.1 nebo jakékoli další verze vydané nadací Free Software Foundation; bez neměnných oddílů, bez textů předních desek a bez textů zadních desek. Kopie této licence je zahrnuta v oddílu jménem GNU Free Documentation License nebo v souboru COPYING-DOCS dodávaném s touto příručkou." #: C/mate-system-monitor.xml:12(para) msgid "This manual is part of a collection of MATE 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." @@ -173,8 +173,8 @@ msgid "Feedback" msgstr "Ohlasy" #: C/mate-system-monitor.xml:141(para) -msgid "To report a bug or make a suggestion regarding the System Monitor application or this manual, follow the directions in the MATE Feedback Page." -msgstr "Pokud chcete oznámit chybu nebo navrhnout vylepšení vztahující se k aplikaci Sledování systému nebo této příručce, postupujte dle instrukcí na stránce Stránka s ohlasy na MATE." +msgid "To report a bug or make a suggestion regarding the System Monitor application or this manual, follow the directions in the MATE Feedback Page." +msgstr "Pokud chcete oznámit chybu nebo navrhnout vylepšení vztahující se k aplikaci Sledování systému nebo této příručce, postupujte dle instrukcí na stránce Stránka s ohlasy na MATE." #: C/mate-system-monitor.xml:149(para) msgid "System Monitor gives users a graphical user interface for monitoring CPU, network, and memory activities as well as a way for viewing and stopping system processes." diff --git a/help/da/da.po b/help/da/da.po index 7a299f6..988f825 100644 --- a/help/da/da.po +++ b/help/da/da.po @@ -153,10 +153,10 @@ msgstr "Tilbagemelding" #: ../C/mate-system-monitor.xml:141(para) msgid "" "To report a bug or make a suggestion regarding the System Monitor " -"application or this manual, follow the directions in the MATE Feedback Page." msgstr "" -"Følg vejledningen på MATE-" +"Følg vejledningen på MATE-" "feedbacksiden for at rapportere fejl eller indsende forslag til " "programmet Systemovervågning eller denne manual." @@ -1690,14 +1690,14 @@ msgid "" "the terms of the GNU Free Documentation License (GFDL), Version 1.1 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 " +"of the GFDL at this link or " "in the file COPYING-DOCS distributed with this manual." msgstr "" "Der gives tilladelse til at kopiere, distribuere og/eller ændre dette " "dokument under betingelserne i GNU Free Documentation License (GFDL), " "version 1.1 eller enhver nyere version, udgivet af Free Software Foundation " "uden invariante afsnit, uden forsidetekster, og uden bagsidetekster. Du kan " -"finde en kopi af GFDL'en her: linklink, eller i filen COPYING-DOCS der distribueres med denne manual." #: ../C/legal.xml:12(para) diff --git a/help/de/de.po b/help/de/de.po index 694a5d0..54a5734 100644 --- a/help/de/de.po +++ b/help/de/de.po @@ -70,7 +70,7 @@ msgid "" "the terms of the GNU Free Documentation License (GFDL), Version 1.1 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 " +"of the GFDL at this link or in " "the file COPYING-DOCS distributed with this manual." msgstr "" "Das vorliegende Dokument kann gemäß den Bedingungen der GNU Free " @@ -78,7 +78,7 @@ msgstr "" "Software Foundation veröffentlichten Version ohne unveränderbare Abschnitte " "sowie ohne Texte auf dem vorderen und hinteren Buchdeckel kopiert, verteilt " "und/oder modifiziert werden. Eine Kopie der GFDL finden Sie unter diesem " -"Link oder in der mit diesem " +"Link oder in der mit diesem " "Handbuch gelieferten Datei COPYING-DOCS." #: C/mate-system-monitor.xml:12(para) @@ -257,11 +257,11 @@ msgstr "Rückmeldungen" #: C/mate-system-monitor.xml:141(para) msgid "" "To report a bug or make a suggestion regarding the System Monitor application " -"or this manual, follow the directions in the MATE Feedback Page." msgstr "" "Um Fehler zu melden oder einen Vorschlag zur Systemüberwachung oder zu diesem " -"Handbuch zu machen, folgen Sie den Anweisungen auf der MATE-Seite für Rückmeldungen." #: C/mate-system-monitor.xml:149(para) diff --git a/help/el/el.po b/help/el/el.po index 4143dfd..fd90e37 100644 --- a/help/el/el.po +++ b/help/el/el.po @@ -71,14 +71,14 @@ msgid "" "the terms of the GNU Free Documentation License (GFDL), Version 1.1 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 " +"of the GFDL at this link or " "in the file COPYING-DOCS distributed with this manual." msgstr "" "Δίνεται άδεια για αντιγραφή, διανομή και/ή τροποποίηση του εγγράφου υπό τους " "όρους της Ελεύθερης Άδειας Τεκμηρίωσης GNU (GFDL), Έκδοση 1.1 ή " "μεταγενέστερη εκδιδόμενη από το Ίδρυμα Ελεύθερου Λογισμικού χωρίς Σταθερά " "Εδάφια, χωρίς Εξώφυλλα Κειμένου, και χωρίς Οπισθόφυλλα Κειμένου. Μπορείτε να " -"βρείτε ένα αντίγραφο της GFDL σε αυτόν τον σύνδεσμο ή στο αρχείο COPYING-DOCS που διανεμήθηκε με αυτόν " "τον οδηγό." @@ -248,12 +248,12 @@ msgstr "Ανάδραση" #: C/mate-system-monitor.xml:141(para) msgid "" "To report a bug or make a suggestion regarding the System Monitor " -"application or this manual, follow the directions in the MATE Feedback Page." msgstr "" "Για να αναφέρετε κάποιο σφάλμα ή να προτείνετε κάτι που αφορά την εφαρμογή " "«Παρακολούθηση συστήματος» ή αυτό το εγχειρίδιο, ακολουθήστε τις οδηγίες στην " -"σελίδα MATE Feedback " +"σελίδα MATE Feedback " "Page." #: C/mate-system-monitor.xml:149(para) diff --git a/help/es/es.po b/help/es/es.po index 0dcfc96..75ed96e 100644 --- a/help/es/es.po +++ b/help/es/es.po @@ -74,7 +74,7 @@ msgid "" "the terms of the GNU Free Documentation License (GFDL), Version 1.1 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 " +"of the GFDL at this link or " "in the file COPYING-DOCS distributed with this manual." msgstr "" "Se otorga permiso para copiar, distribuir y/o modificar este documento bajo " @@ -82,7 +82,7 @@ msgstr "" "cualquier otra versión posterior publicada por la Free Software Foundation; " "sin Secciones Invariantes ni Textos de Cubierta Delantera ni Textos de " "Cubierta Trasera. Puede encontrar una copia de la licencia GFDL en este " -"enlace o en el archivo " +"enlace o en el archivo " "COPYING-DOCS distribuido con este manual." #: C/mate-system-monitor.xml:12(para) @@ -257,11 +257,11 @@ msgstr "Comentarios" #: C/mate-system-monitor.xml:141(para) msgid "" "To report a bug or make a suggestion regarding the System Monitor " -"application or this manual, follow the directions in the MATE Feedback Page." msgstr "" "Para informar sobre un fallo o hacer sugerencias sobre el Monitor del " -"sistema o sobre este manual, siga las indicaciones en la Página de comentarios de MATE." #: C/mate-system-monitor.xml:149(para) diff --git a/help/fr/fr.po b/help/fr/fr.po index 582159d..252d76f 100644 --- a/help/fr/fr.po +++ b/help/fr/fr.po @@ -76,7 +76,7 @@ msgid "" "the terms of the GNU Free Documentation License (GFDL), Version 1.1 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 " +"of the GFDL at this link or " "in the file COPYING-DOCS distributed with this manual." msgstr "" "Permission vous est donnée de copier, distribuer et/ou modifier ce document " @@ -84,7 +84,7 @@ msgstr "" "ou ultérieure publiée par la Free Software Foundation sans section " "inaltérable, sans texte de première page de couverture ni texte de dernière " "page de couverture. Vous trouverez un exemplaire de cette licence en suivant " -"ce lien ou dans le fichier " +"ce lien ou dans le fichier " "COPYING-DOCS fourni avec le présent manuel." #: C/mate-system-monitor.xml:12(para) @@ -259,11 +259,11 @@ msgstr "Votre avis" #: C/mate-system-monitor.xml:141(para) msgid "" "To report a bug or make a suggestion regarding the System Monitor " -"application or this manual, follow the directions in the MATE Feedback Page." msgstr "" "Pour rapporter une anomalie ou émettre une suggestion concernant le Moniteur " -"système ou ce manuel, procédez comme indiqué sur la page de réactions sur MATE." #: C/mate-system-monitor.xml:149(para) diff --git a/help/oc/oc.po b/help/oc/oc.po index 593eb87..3905fda 100644 --- a/help/oc/oc.po +++ b/help/oc/oc.po @@ -68,7 +68,7 @@ msgid "" "the terms of the GNU Free Documentation License (GFDL), Version 1.1 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 " +"of the GFDL at this link or " "in the file COPYING-DOCS distributed with this manual." msgstr "" @@ -185,7 +185,7 @@ msgstr "" #: C/mate-system-monitor.xml:115(para) msgid "" "To report a bug or make a suggestion regarding the System Monitor " -"application or this manual, follow the directions in the MATE Feedback Page." msgstr "" diff --git a/help/pa/pa.po b/help/pa/pa.po index 17acf3f..97cc6a4 100644 --- a/help/pa/pa.po +++ b/help/pa/pa.po @@ -62,13 +62,13 @@ msgid "" "the terms of the GNU Free Documentation License (GFDL), Version 1.1 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 " +"of the GFDL at this link or " "in the file COPYING-DOCS distributed with this manual." msgstr "" "ਇਹ ਦਸਤਾਵੇਜ਼ ਨੂੰ ਗਨੂ ਮੁਕਤ ਦਸਤਾਵੇਜ਼ ਲਾਈਸੈਂਸ (GFDL), ਵਰਜਨ 1.1 ਜਾਂ ਨਵੇਂ, ਜੋ ਕਿ ਫਰੀ ਸਾਫਟਵੇਅਰ " "ਫਾਊਡੇਸ਼ਨ ਵਲੋਂ ਬਦਲਵੇਂ ਭਾਗ, ਨਾ ਮੁੱਢਲੇ-ਢੱਕਣ ਪਾਠ ਅਤੇ ਨਾ ਹੀ ਪਿੱਛੇ-ਢੱਕਣ ਪਾਠ ਨਾਲ ਜਾਰੀ ਹੈ, ਦੀਆਂ ਸ਼ਰਤਾਂ " "ਅਧੀਨ ਨਕਲ ਕਰਨ, ਵੰਡਣ ਅਤੇ/ਜਾਂ ਸੋਧਣ ਦਾ ਅਧਿਕਾਰ ਦਿੱਤਾ ਗਿਆ ਹੈ। ਤੁਸੀਂ GFDL ਦੀ ਨਕਲ ਸਬੰਧ ਉੱਤੇ ਜਾਂ ਇਹ ਦਸਤਾਵੇਜ਼ 'ਚ COPYING-DOCS " +"type=\"help\" url=\"help:fdl\"> ਸਬੰਧ ਉੱਤੇ ਜਾਂ ਇਹ ਦਸਤਾਵੇਜ਼ 'ਚ COPYING-DOCS " "ਫਾਇਲ ਵਿੱਚੋਂ ਲੈ ਸਕਦੇ ਹੋ।" #: C/mate-system-monitor.xml:12(para) @@ -213,11 +213,11 @@ msgstr "ਸੁਝਾਅ" #: C/mate-system-monitor.xml:115(para) msgid "" "To report a bug or make a suggestion regarding the System Monitor " -"application or this manual, follow the directions in the MATE Feedback Page." msgstr "" "ਸਿਸਟਮ ਮਾਨੀਟਰ ਕਾਰਜ ਜਾਂ ਇਹ ਦਸਤਾਵੇਜ਼ ਬਾਰੇ ਬੱਗ ਰਿਪੋਰਟ ਦੇਣ ਜਾਂ ਸੁਝਾਅ ਲਈ, ਗਨੋਮ ਸੁਝਾਅ ਸਫ਼ਾ ਦੀਆਂ ਹਦਾਇਤਾਂ ਦੀ " +"\"help:mate-feedback\" type=\"help\">ਗਨੋਮ ਸੁਝਾਅ ਸਫ਼ਾ ਦੀਆਂ ਹਦਾਇਤਾਂ ਦੀ " "ਪਾਲਨਾ ਕਰੋ।" #: C/mate-system-monitor.xml:123(para) diff --git a/help/sv/sv.po b/help/sv/sv.po index d2cf131..570a6df 100644 --- a/help/sv/sv.po +++ b/help/sv/sv.po @@ -50,8 +50,8 @@ msgid "MATE Documentation Project" msgstr "Dokumentationsprojekt för MATE" #: C/mate-system-monitor.xml:2(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.1 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 "Tillstånd att kopiera, distribuera och/eller modifiera detta dokument ges under villkoren i GNU Free Documentation License (GFDL), version 1.1 eller senare, utgivet av Free Software Foundation utan standardavsnitt och omslagstexter. En kopia av GFDL finns att hämta på denna länk eller i filen COPYING-DOCS som medföljer denna handbok." +msgid "Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License (GFDL), Version 1.1 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 "Tillstånd att kopiera, distribuera och/eller modifiera detta dokument ges under villkoren i GNU Free Documentation License (GFDL), version 1.1 eller senare, utgivet av Free Software Foundation utan standardavsnitt och omslagstexter. En kopia av GFDL finns att hämta på denna länk eller i filen COPYING-DOCS som medföljer denna handbok." #: C/mate-system-monitor.xml:12(para) msgid "This manual is part of a collection of MATE 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." @@ -131,8 +131,8 @@ msgid "Feedback" msgstr "Återkoppling" #: C/mate-system-monitor.xml:115(para) -msgid "To report a bug or make a suggestion regarding the System Monitor application or this manual, follow the directions in the MATE Feedback Page." -msgstr "För att rapportera ett fel eller föreslå någonting angående programmet Systemövervakare eller den här handboken, följ anvisningarna på MATE:s återkopplingssida." +msgid "To report a bug or make a suggestion regarding the System Monitor application or this manual, follow the directions in the MATE Feedback Page." +msgstr "För att rapportera ett fel eller föreslå någonting angående programmet Systemövervakare eller den här handboken, följ anvisningarna på MATE:s återkopplingssida." #: C/mate-system-monitor.xml:123(para) msgid "User manual for System Monitor" diff --git a/help/zh_CN/zh_CN.po b/help/zh_CN/zh_CN.po index 33ecc6e..0973ec2 100644 --- a/help/zh_CN/zh_CN.po +++ b/help/zh_CN/zh_CN.po @@ -73,12 +73,12 @@ msgid "" "the terms of the GNU Free Documentation License (GFDL), Version 1.1 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 " +"of the GFDL at this link or " "in the file COPYING-DOCS distributed with this manual." msgstr "" "对此文档之复制、颁发和/或修改必须遵循自由软件基金会 (Free Software " "Foundation) 发布的 GNU 自由文档许可证 (GFDL) 版本 1.1 或更高版本,该许可证没" -"有固定的部分、没有封面和背页文本。您可以在 此处 或在随本手册一起分发的 COPYING-DOCS 文件中找到 GFDL 的副" "本。" @@ -237,10 +237,10 @@ msgstr "反馈" #: C/mate-system-monitor.xml:141(para) msgid "" "To report a bug or make a suggestion regarding the System Monitor " -"application or this manual, follow the directions in the MATE Feedback Page." msgstr "" -"要对系统监视器程序或本手册报告错误或提出建议,请查看 MATE 反馈页的指导。" #: C/mate-system-monitor.xml:149(para) -- cgit v1.2.1