summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-09-09 12:11:15 +0200
committerinfirit <[email protected]>2015-09-09 12:11:15 +0200
commit35e58d602a5e1d343d37bfed0757007e97c8350c (patch)
tree3f60aacd1d3db515fba7d849738ab5ed3154fea3
parent5abd3119e6072e1b124630594449eb28d265fd9e (diff)
downloadmate-utils-35e58d602a5e1d343d37bfed0757007e97c8350c.tar.bz2
mate-utils-35e58d602a5e1d343d37bfed0757007e97c8350c.tar.xz
More translation fixes for gsettings schemas
-rw-r--r--baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in4
-rw-r--r--configure.ac1
-rw-r--r--gsearchtool/data/org.mate.search-tool.gschema.xml.in70
-rw-r--r--mate-dictionary/data/org.mate.dictionary.gschema.xml.in4
4 files changed, 40 insertions, 39 deletions
diff --git a/baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in b/baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in
index a56de249..ef94ead1 100644
--- a/baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in
+++ b/baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in
@@ -1,5 +1,5 @@
-<schemalist>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.disk-usage-analyzer" path="/org/mate/disk-usage-analyzer/">
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
+ <schema id="org.mate.disk-usage-analyzer" path="/org/mate/disk-usage-analyzer/">
<child name="preferences" schema="org.mate.disk-usage-analyzer.preferences"/>
<child name="ui" schema="org.mate.disk-usage-analyzer.ui"/>
</schema>
diff --git a/configure.ac b/configure.ac
index 2a9c107f..ef243627 100644
--- a/configure.ac
+++ b/configure.ac
@@ -398,6 +398,7 @@ logview/src/tests/Makefile
gsearchtool/Makefile
gsearchtool/data/Makefile
+gsearchtool/data/org.mate.search-tool.gschema.xml
gsearchtool/help/Makefile
gsearchtool/libeggsmclient/Makefile
gsearchtool/libmateui-deprecated/Makefile
diff --git a/gsearchtool/data/org.mate.search-tool.gschema.xml.in b/gsearchtool/data/org.mate.search-tool.gschema.xml.in
index 810c87a3..e8daed32 100644
--- a/gsearchtool/data/org.mate.search-tool.gschema.xml.in
+++ b/gsearchtool/data/org.mate.search-tool.gschema.xml.in
@@ -2,116 +2,116 @@
<schema id="org.mate.search-tool" path="/org/mate/search-tool/">
<key name="search-history" type="a{sas}">
<default>[ ]</default>
- <_summary>Search history</_summary>
- <_description>This key defines the items which were searched for in the past.</_description>
+ <summary>Search history</summary>
+ <description>This key defines the items which were searched for in the past.</description>
</key>
<key name="show-additional-options" type="b">
<default>false</default>
- <_summary>Show Additional Options</_summary>
+ <summary>Show Additional Options</summary>
</key>
<key name="disable-quick-search" type="b">
<default>false</default>
- <_summary>Disable Quick Search</_summary>
- <_description>This key determines if the search tool disables the use of the locate command when performing simple file name searches.</_description>
+ <summary>Disable Quick Search</summary>
+ <description>This key determines if the search tool disables the use of the locate command when performing simple file name searches.</description>
</key>
<key name="quick-search-excluded-paths" type="as">
<default>[ '/mnt/*', '/media/*', '/dev/*', '/tmp/*', '/proc/*', '/var/*' ]</default>
- <_summary>Quick Search Excluded Paths</_summary>
- <_description>This key defines the paths the search tool will exclude from a quick search. The wildcards '*' and '?' are supported. The default values are /mnt/*, /media/*, /dev/*, /tmp/*, /proc/*, and /var/*.</_description>
+ <summary>Quick Search Excluded Paths</summary>
+ <description>This key defines the paths the search tool will exclude from a quick search. The wildcards '*' and '?' are supported. The default values are /mnt/*, /media/*, /dev/*, /tmp/*, /proc/*, and /var/*.</description>
</key>
<key name="disable-quick-search-second-scan" type="b">
<default>false</default>
- <_summary>Disable Quick Search Second Scan</_summary>
- <_description>This key determines if the search tool disables the use of the find command after performing a quick search.</_description>
+ <summary>Disable Quick Search Second Scan</summary>
+ <description>This key determines if the search tool disables the use of the find command after performing a quick search.</description>
</key>
<key name="quick-search-second-scan-excluded-paths" type="as">
<default>[ '/' ]</default>
- <_summary>Quick Search Second Scan Excluded Paths</_summary>
- <_description>This key defines the paths the search tool will exclude from a second scan when performing a quick search. The second scan uses the find command to search for files. The purpose of the second scan is to find files that have not been indexed. The wildcards '*' and '?' are supported. The default value is /.</_description>
+ <summary>Quick Search Second Scan Excluded Paths</summary>
+ <description>This key defines the paths the search tool will exclude from a second scan when performing a quick search. The second scan uses the find command to search for files. The purpose of the second scan is to find files that have not been indexed. The wildcards '*' and '?' are supported. The default value is /.</description>
</key>
<key name="columns-order" type="ai">
<default>[ 0 ]</default>
- <_summary>Search Result Columns Order</_summary>
- <_description>This key defines the order of the columns in the search results. This key should not be modified by the user.</_description>
+ <summary>Search Result Columns Order</summary>
+ <description>This key defines the order of the columns in the search results. This key should not be modified by the user.</description>
</key>
<key name="default-window-width" type="i">
<default>-1</default>
- <_summary>Default Window Width</_summary>
- <_description>This key defines the window width, and it's used to remember the size of the search tool between sessions. Setting it to -1 will make the search tool use the default width.</_description>
+ <summary>Default Window Width</summary>
+ <description>This key defines the window width, and it's used to remember the size of the search tool between sessions. Setting it to -1 will make the search tool use the default width.</description>
</key>
<key name="default-window-height" type="i">
<default>-1</default>
- <_summary>Default Window Height</_summary>
- <_description>This key defines the window height, and it's used to remember the size of the search tool between sessions. Setting it to -1 will make the search tool use the default height.</_description>
+ <summary>Default Window Height</summary>
+ <description>This key defines the window height, and it's used to remember the size of the search tool between sessions. Setting it to -1 will make the search tool use the default height.</description>
</key>
<key name="default-window-maximized" type="b">
<default>false</default>
- <_summary>Default Window Maximized</_summary>
- <_description>This key determines if the search tool window starts in a maximized state.</_description>
+ <summary>Default Window Maximized</summary>
+ <description>This key determines if the search tool window starts in a maximized state.</description>
</key>
<key name="look-in-folder" type="s">
<default>''</default>
- <_summary>Look in Folder</_summary>
- <_description>This key defines the default value of the "Look in Folder" widget.</_description>
+ <summary>Look in Folder</summary>
+ <description>This key defines the default value of the "Look in Folder" widget.</description>
</key>
<child name="select" schema="org.mate.search-tool.select"/>
</schema>
<schema id="org.mate.search-tool.select" path="/org/mate/search-tool/select/">
<key name="contains-the-text" type="b">
<default>true</default>
- <_description>This key determines if the "Contains the text" search option is selected when the search tool is started.</_description>
+ <description>This key determines if the "Contains the text" search option is selected when the search tool is started.</description>
</key>
<key name="date-modified-less-than" type="b">
<default>false</default>
- <_description>This key determines if the "Date modified less than" search option is selected when the search tool is started.</_description>
+ <description>This key determines if the "Date modified less than" search option is selected when the search tool is started.</description>
</key>
<key name="date-modified-more-than" type="b">
<default>false</default>
- <_description>This key determines if the "Date modified more than" search option is selected when the search tool is started.</_description>
+ <description>This key determines if the "Date modified more than" search option is selected when the search tool is started.</description>
</key>
<key name="size-at-least" type="b">
<default>false</default>
- <_description>This key determines if the "Size at least" search option is selected when the search tool is started.</_description>
+ <description>This key determines if the "Size at least" search option is selected when the search tool is started.</description>
</key>
<key name="size-at-most" type="b">
<default>false</default>
- <_description>This key determines if the "Size at most" search option is selected when the search tool is started.</_description>
+ <description>This key determines if the "Size at most" search option is selected when the search tool is started.</description>
</key>
<key name="file-is-empty" type="b">
<default>false</default>
- <_description>This key determines if the "File is empty" search option is selected when the search tool is started.</_description>
+ <description>This key determines if the "File is empty" search option is selected when the search tool is started.</description>
</key>
<key name="owned-by-user" type="b">
<default>false</default>
- <_description>This key determines if the "Owned by user" search option is selected when the search tool is started.</_description>
+ <description>This key determines if the "Owned by user" search option is selected when the search tool is started.</description>
</key>
<key name="owned-by-group" type="b">
<default>false</default>
- <_description>This key determines if the "Owned by group" search option is selected when the search tool is started.</_description>
+ <description>This key determines if the "Owned by group" search option is selected when the search tool is started.</description>
</key>
<key name="owner-is-unrecognized" type="b">
<default>false</default>
- <_description>This key determines if the "Owner is unrecognized" search option is selected when the search tool is started.</_description>
+ <description>This key determines if the "Owner is unrecognized" search option is selected when the search tool is started.</description>
</key>
<key name="name-does-not-contain" type="b">
<default>false</default>
- <_description>This key determines if the "Name does not contain" search option is selected when the search tool is started.</_description>
+ <description>This key determines if the "Name does not contain" search option is selected when the search tool is started.</description>
</key>
<key name="name-matches-regular-expression" type="b">
<default>false</default>
- <_description>This key determines if the "Name matches regular expression" search option is selected when the search tool is started.</_description>
+ <description>This key determines if the "Name matches regular expression" search option is selected when the search tool is started.</description>
</key>
<key name="show-hidden-files-and-folders" type="b">
<default>false</default>
- <_description>This key determines if the "Show hidden files and folders" search option is selected when the search tool is started.</_description>
+ <description>This key determines if the "Show hidden files and folders" search option is selected when the search tool is started.</description>
</key>
<key name="follow-symbolic-links" type="b">
<default>false</default>
- <_description>This key determines if the "Follow symbolic links" search option is selected when the search tool is started.</_description>
+ <description>This key determines if the "Follow symbolic links" search option is selected when the search tool is started.</description>
</key>
<key name="exclude-other-filesystems" type="b">
<default>false</default>
- <_description>This key determines if the "Exclude other filesystems" search option is selected when the search tool is started.</_description>
+ <description>This key determines if the "Exclude other filesystems" search option is selected when the search tool is started.</description>
</key>
</schema>
</schemalist>
diff --git a/mate-dictionary/data/org.mate.dictionary.gschema.xml.in b/mate-dictionary/data/org.mate.dictionary.gschema.xml.in
index faf830f6..b0b81ae7 100644
--- a/mate-dictionary/data/org.mate.dictionary.gschema.xml.in
+++ b/mate-dictionary/data/org.mate.dictionary.gschema.xml.in
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<schemalist>
- <schema id="org.mate.dictionary" path="/org/mate/dictionary/" gettext-domain="@GETTEXT_PACKAGE@">
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
+ <schema id="org.mate.dictionary" path="/org/mate/dictionary/">
<key name="database" type="s">
<default>'!'</default>
<summary>The default database to use</summary>