[gnome-search-tool] Internationalize GSettings
- From: Piotr DrÄg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-search-tool] Internationalize GSettings
- Date: Mon, 6 Aug 2012 17:30:37 +0000 (UTC)
commit 89e15af10b20953ab11db3b10b0510b7cdeef7b8
Author: Piotr DrÄg <piotrdrag gmail com>
Date: Mon Aug 6 19:30:02 2012 +0200
Internationalize GSettings
data/org.gnome.gnome-search-tool.gschema.xml.in | 72 +++++++++++-----------
1 files changed, 36 insertions(+), 36 deletions(-)
---
diff --git a/data/org.gnome.gnome-search-tool.gschema.xml.in b/data/org.gnome.gnome-search-tool.gschema.xml.in
index b471c2e..5c5076a 100644
--- a/data/org.gnome.gnome-search-tool.gschema.xml.in
+++ b/data/org.gnome.gnome-search-tool.gschema.xml.in
@@ -1,117 +1,117 @@
-<schemalist>
+<schemalist gettext-domain="gnome-utils-2.0">
<schema id="org.gnome.gnome-search-tool" path="/org/gnome/gnome-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.gnome.gnome-search-tool.select"/>
</schema>
<schema id="org.gnome.gnome-search-tool.select" path="/org/gnome/gnome-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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]