[gnote/meson] Remove translation underscores from gschema
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote/meson] Remove translation underscores from gschema
- Date: Sun, 28 Mar 2021 15:03:34 +0000 (UTC)
commit 73f952dbad10f382c759d825efa614307fabb582
Author: Aurimas Černius <aurisc4 gmail com>
Date: Sun Mar 28 16:00:08 2021 +0300
Remove translation underscores from gschema
data/org.gnome.gnote.gschema.xml.in | 164 ++++++++++++++++++------------------
1 file changed, 82 insertions(+), 82 deletions(-)
---
diff --git a/data/org.gnome.gnote.gschema.xml.in b/data/org.gnome.gnote.gschema.xml.in
index 36a84d6e..0adac7c5 100644
--- a/data/org.gnome.gnote.gschema.xml.in
+++ b/data/org.gnome.gnote.gschema.xml.in
@@ -3,138 +3,138 @@
<schema id="org.gnome.gnote" path="/org/gnome/gnote/">
<key name="enable-spellchecking" type="b">
<default>true</default>
- <_summary>Enable spellchecking</_summary>
- <_description>If true, misspellings will be underlined in red, and correct spelling suggestions shown
in the right-click menu.</_description>
+ <summary>Enable spellchecking</summary>
+ <description>If true, misspellings will be underlined in red, and correct spelling suggestions shown
in the right-click menu.</description>
</key>
<key name="enable-auto-links" type="b">
<default>true</default>
- <_summary>Automatically create links when typing</_summary>
- <_description>Enable this option to automatically create a link, when text matches note
title.</_description>
+ <summary>Automatically create links when typing</summary>
+ <description>Enable this option to automatically create a link, when text matches note
title.</description>
</key>
<key name="enable-url-links" type="b">
<default>true</default>
- <_summary>Create links for URLs in notes</_summary>
- <_description>Enable this option to create links for URLs in notes.</_description>
+ <summary>Create links for URLs in notes</summary>
+ <description>Enable this option to create links for URLs in notes.</description>
</key>
<key name="enable-wikiwords" type="b">
<default>false</default>
- <_summary>Enable WikiWord highlighting</_summary>
- <_description>Enable this option to highlight words ThatLookLikeThis. Clicking the word will create a
note with that name.</_description>
+ <summary>Enable WikiWord highlighting</summary>
+ <description>Enable this option to highlight words ThatLookLikeThis. Clicking the word will create a
note with that name.</description>
</key>
<key name="enable-bulleted-lists" type="b">
<default>true</default>
- <_summary>Enable Auto bulleted lists</_summary>
- <_description>Enable this option if you want bulleted lists to be automatic when you place - or * at
the beginning of a line.</_description>
+ <summary>Enable Auto bulleted lists</summary>
+ <description>Enable this option if you want bulleted lists to be automatic when you place - or * at
the beginning of a line.</description>
</key>
<key name="enable-icon-paste" type="b">
<default>false</default>
- <_summary>Enable Middle-Click Paste On Icon</_summary>
- <_description>Enable this option if you want to be able to middle-click the Gnote icon to paste
timestamped content into the Start Here note.</_description>
+ <summary>Enable Middle-Click Paste On Icon</summary>
+ <description>Enable this option if you want to be able to middle-click the Gnote icon to paste
timestamped content into the Start Here note.</description>
</key>
<key name="enable-custom-font" type="b">
<default>false</default>
- <_summary>Enable custom font</_summary>
- <_description>If true, the font name set in custom-font-face will be used as the font when displaying
notes. Otherwise the desktop default font will be used.</_description>
+ <summary>Enable custom font</summary>
+ <description>If true, the font name set in custom-font-face will be used as the font when displaying
notes. Otherwise the desktop default font will be used.</description>
</key>
<key name="custom-font-face" type="s">
<default>'Serif 11'</default>
- <_summary>Custom Font Face</_summary>
- <_description>If enable-custom-font is true, the font name set here will be used as the font when
displaying notes.</_description>
+ <summary>Custom Font Face</summary>
+ <description>If enable-custom-font is true, the font name set here will be used as the font when
displaying notes.</description>
</key>
<key name="start-note" type="s">
<default>''</default>
- <_summary>Start Here Note</_summary>
- <_description>The note URI of the note that should be considered the "Start Here" note, which is
always placed at the bottom of the Gnote note menu and also accessible by hotkey.</_description>
+ <summary>Start Here Note</summary>
+ <description>The note URI of the note that should be considered the "Start Here" note, which is always
placed at the bottom of the Gnote note menu and also accessible by hotkey.</description>
</key>
<key name="menu-note-count" type="i">
<default>10</default>
- <_summary>Minimum number of notes to show in menu</_summary>
- <_description>Integer determining the minimum number of notes to show in the Gnote note
menu.</_description>
+ <summary>Minimum number of notes to show in menu</summary>
+ <description>Integer determining the minimum number of notes to show in the Gnote note
menu.</description>
</key>
<key name="menu-pinned-notes" type="s">
<default>''</default>
- <_summary>List of pinned notes</_summary>
- <_description>Whitespace-separated list of note URIs for notes that should always appear in the Gnote
note menu.</_description>
+ <summary>List of pinned notes</summary>
+ <description>Whitespace-separated list of note URIs for notes that should always appear in the Gnote
note menu.</description>
</key>
<key name="main-window-maximized" type="b">
<default>false</default>
- <_summary>Is main window maximized</_summary>
- <_description>If true, Gnote window will be maximized.</_description>
+ <summary>Is main window maximized</summary>
+ <description>If true, Gnote window will be maximized.</description>
</key>
<key name="search-window-height" type="i">
<default>0</default>
- <_summary>Saved height of Search window</_summary>
- <_description>Determines pixel height of Search window; stored on Gnote exit.</_description>
+ <summary>Saved height of Search window</summary>
+ <description>Determines pixel height of Search window; stored on Gnote exit.</description>
</key>
<key name="search-window-width" type="i">
<default>600</default>
- <_summary>Saved width of Search window</_summary>
- <_description>Determines pixel width of Search window; stored on Gnote exit.</_description>
+ <summary>Saved width of Search window</summary>
+ <description>Determines pixel width of Search window; stored on Gnote exit.</description>
</key>
<key name="search-window-splitter-pos" type="i">
<default>150</default>
- <_summary>Saved splitter position of Search window splitter.</_summary>
- <_description>Determines Search window splitter position in pixels; stored on Gnote
exit.</_description>
+ <summary>Saved splitter position of Search window splitter.</summary>
+ <description>Determines Search window splitter position in pixels; stored on Gnote exit.</description>
</key>
<key name="search-sorting" type="s">
<default>'change:asc'</default>
- <_summary>Saved sorting of the Search window.</_summary>
- <_description>Determines Search window initial sorting.</_description>
+ <summary>Saved sorting of the Search window.</summary>
+ <description>Determines Search window initial sorting.</description>
</key>
<key name="sync-fuse-mount-timeout-ms" type="i">
<default>10000</default>
- <_summary>FUSE Mounting Timeout (ms)</_summary>
- <_description>Time (in milliseconds) Gnote should wait for a response when using FUSE to mount a sync
share.</_description>
+ <summary>FUSE Mounting Timeout (ms)</summary>
+ <description>Time (in milliseconds) Gnote should wait for a response when using FUSE to mount a sync
share.</description>
</key>
<key name="sync-sshfs-folder" type="s">
<default>''</default>
- <_summary>SSHFS Remote Synchronization Folder</_summary>
- <_description>Path on SSH server to Gnote synchronization directory (optional).</_description>
+ <summary>SSHFS Remote Synchronization Folder</summary>
+ <description>Path on SSH server to Gnote synchronization directory (optional).</description>
</key>
<key name="sync-sshfs-server" type="s">
<default>''</default>
- <_summary>SSHFS Synchronization Server URL</_summary>
- <_description>URL of SSH server containing Gnote synchronization directory.</_description>
+ <summary>SSHFS Synchronization Server URL</summary>
+ <description>URL of SSH server containing Gnote synchronization directory.</description>
</key>
<key name="sync-sshfs-username" type="s">
<default>''</default>
- <_summary>SSHFS Remote Synchronization User Name</_summary>
- <_description>User name to use when connecting to the synchronization server via SSH.</_description>
+ <summary>SSHFS Remote Synchronization User Name</summary>
+ <description>User name to use when connecting to the synchronization server via SSH.</description>
</key>
<key name="sync-sshfs-port" type="i">
<default>22</default>
- <_summary>SSHFS Synchronization Server Port</_summary>
- <_description>The port to use when connecting to the synchronization server via SSH.</_description>
+ <summary>SSHFS Synchronization Server Port</summary>
+ <description>The port to use when connecting to the synchronization server via SSH.</description>
</key>
<key name="note-rename-behavior" type="i">
<default>0</default>
- <_summary>Link Updating Behavior on Note Rename</_summary>
- <_description>Integer value indicating if there is a preference to always perform a specific link
updating behavior when a note is renamed, instead of prompting the user. The values map to an internal
enumeration. 0 indicates that the user wishes to be prompted when renaming a note may impact links that exist
in other notes. 1 indicates that links should automatically be removed. 2 indicates that link text should be
updated to the new note name so that it will continue linking to the renamed note.</_description>
+ <summary>Link Updating Behavior on Note Rename</summary>
+ <description>Integer value indicating if there is a preference to always perform a specific link
updating behavior when a note is renamed, instead of prompting the user. The values map to an internal
enumeration. 0 indicates that the user wishes to be prompted when renaming a note may impact links that exist
in other notes. 1 indicates that links should automatically be removed. 2 indicates that link text should be
updated to the new note name so that it will continue linking to the renamed note.</description>
</key>
<key name="enable-close-note-on-escape" type="b">
<default>true</default>
- <_summary>Enable closing notes with escape</_summary>
- <_description>If enabled, an opened note can be closed by hitting the escape key.</_description>
+ <summary>Enable closing notes with escape</summary>
+ <description>If enabled, an opened note can be closed by hitting the escape key.</description>
</key>
<key name="use-status-icon" type="b">
<default>false</default>
- <_summary>Use status icon, when started as an application</_summary>
- <_description>Deprecated, has no effect.</_description>
+ <summary>Use status icon, when started as an application</summary>
+ <description>Deprecated, has no effect.</description>
</key>
<key name="open-notes-in-new-window" type="b">
<default>false</default>
- <_summary>Open notes in new window</_summary>
- <_description>Open notes in new window instead of replacing active content of the same
window</_description>
+ <summary>Open notes in new window</summary>
+ <description>Open notes in new window instead of replacing active content of the same
window</description>
</key>
<key name="autosize-note-window" type="b">
<default>false</default>
- <_summary>Save note window size and autosize note window to it</_summary>
- <_description>Saves note window size and automatically resizes main window to this size, when note is
opened.</_description>
+ <summary>Save note window size and autosize note window to it</summary>
+ <description>Saves note window size and automatically resizes main window to this size, when note is
opened.</description>
</key>
<key name="use-client-side-decorations" type="s">
<default>'gnome,ubuntu,pop'</default>
- <_summary>Use client side window decorations</_summary>
- <_description>Should Gnote draw its window titlebar, or leave that to window manager. Possible values
are 'enabled' to draw them, 'disabled' to leave them to window manager, or a comma separated list of desktop
environments, where Gnote should draw decorations itself. Requires application restart.</_description>
+ <summary>Use client side window decorations</summary>
+ <description>Should Gnote draw its window titlebar, or leave that to window manager. Possible values
are 'enabled' to draw them, 'disabled' to leave them to window manager, or a comma separated list of desktop
environments, where Gnote should draw decorations itself. Requires application restart.</description>
</key>
<child name="export-html" schema="org.gnome.gnote.export-html" />
<child name="sync" schema="org.gnome.gnote.sync" />
@@ -145,84 +145,84 @@
<schema id="org.gnome.gnote.export-html" path="/org/gnome/gnote/export-html/">
<key name="last-directory" type="s">
<default>''</default>
- <_summary>HTML Export Last Directory</_summary>
- <_description>The last directory a note was exported to using the Export To HTML plugin.</_description>
+ <summary>HTML Export Last Directory</summary>
+ <description>The last directory a note was exported to using the Export To HTML plugin.</description>
</key>
<key name="export-linked" type="b">
<default>true</default>
- <_summary>HTML Export Linked Notes</_summary>
- <_description>The last setting for the 'Export linked notes' checkbox in the Export to HTML
plugin.</_description>
+ <summary>HTML Export Linked Notes</summary>
+ <description>The last setting for the 'Export linked notes' checkbox in the Export to HTML
plugin.</description>
</key>
<key name="export-linked-all" type="b">
<default>false</default>
- <_summary>HTML Export All Linked Notes</_summary>
- <_description>The last setting for the 'Include all other linked notes' checkbox in the Export to HTML
plugin. This setting is used in conjunction with the 'HTML Export Linked Notes' setting and is used to
specify whether all notes (found recursively) should be included during an export to HTML.</_description>
+ <summary>HTML Export All Linked Notes</summary>
+ <description>The last setting for the 'Include all other linked notes' checkbox in the Export to HTML
plugin. This setting is used in conjunction with the 'HTML Export Linked Notes' setting and is used to
specify whether all notes (found recursively) should be included during an export to HTML.</description>
</key>
</schema>
<schema id="org.gnome.gnote.sync" path="/org/gnome/gnote/sync/">
<key name="sync-guid" type="s">
<default>''</default>
- <_summary>Synchronization Client ID</_summary>
- <_description>Unique identifier for this Gnote client, used when communicating with a synchronization
server.</_description>
+ <summary>Synchronization Client ID</summary>
+ <description>Unique identifier for this Gnote client, used when communicating with a synchronization
server.</description>
</key>
<key name="sync-local-path" type="s">
<default>''</default>
- <_summary>Synchronization Local Server Path</_summary>
- <_description>Path to the synchronization server when using the filesystem synchronization service
addin.</_description>
+ <summary>Synchronization Local Server Path</summary>
+ <description>Path to the synchronization server when using the filesystem synchronization service
addin.</description>
</key>
<key name="sync-selected-service-addin" type="s">
<default>''</default>
- <_summary>Selected Synchronization Service Addin</_summary>
- <_description>Unique identifier for the currently configured note synchronization service
addin.</_description>
+ <summary>Selected Synchronization Service Addin</summary>
+ <description>Unique identifier for the currently configured note synchronization service
addin.</description>
</key>
<key name="sync-conflict-behavior" type="i">
<default>0</default>
- <_summary>Note Synchronization Conflict Saved Behavior</_summary>
- <_description>Integer value indicating if there is a preference to always perform a specific behavior
when a conflict is detected, instead of prompting the user. The values map to an internal enumeration. 0
indicates that the user wishes to be prompted when a conflict occurs, so that they may handle each conflict
situation on a case-by-case basis.</_description>
+ <summary>Note Synchronization Conflict Saved Behavior</summary>
+ <description>Integer value indicating if there is a preference to always perform a specific behavior
when a conflict is detected, instead of prompting the user. The values map to an internal enumeration. 0
indicates that the user wishes to be prompted when a conflict occurs, so that they may handle each conflict
situation on a case-by-case basis.</description>
</key>
<key name="autosync-timeout" type="i">
<default>-1</default>
- <_summary>Automatic Background Synchronization Timeout</_summary>
- <_description>Integer value indicating how frequently to perform a background sync of your notes (when
sync is configured). Any value less than 1 indicates that autosync is disabled. The lowest acceptable
positive value is 5. Value is in minutes.</_description>
+ <summary>Automatic Background Synchronization Timeout</summary>
+ <description>Integer value indicating how frequently to perform a background sync of your notes (when
sync is configured). Any value less than 1 indicates that autosync is disabled. The lowest acceptable
positive value is 5. Value is in minutes.</description>
</key>
<child name="wdfs" schema="org.gnome.gnote.sync.wdfs" />
</schema>
<schema id="org.gnome.gnote.sync.gvfs" path="/org/gnome/gnote/sync/gvfs/">
<key name="uri" type="s">
<default>''</default>
- <_summary>Online directory URI</_summary>
- <_description>URI to online directory where notes are synchronized to.</_description>
+ <summary>Online directory URI</summary>
+ <description>URI to online directory where notes are synchronized to.</description>
</key>
</schema>
<schema id="org.gnome.gnote.sync.wdfs" path="/org/gnome/gnote/sync/wdfs/">
<key name="accept-sslcert" type="b">
<default>false</default>
- <_summary>Accept SSL Certificates</_summary>
- <_description>Use wdfs option "-ac" to accept SSL certificates without prompting the
user.</_description>
+ <summary>Accept SSL Certificates</summary>
+ <description>Use wdfs option "-ac" to accept SSL certificates without prompting the user.</description>
</key>
<key name="url" type="s">
<default>''</default>
- <_summary>Share URL</_summary>
- <_description>WebDAV share URL where notes are synchronized to.</_description>
+ <summary>Share URL</summary>
+ <description>WebDAV share URL where notes are synchronized to.</description>
</key>
<key name="username" type="s">
<default>''</default>
- <_summary>Share username</_summary>
- <_description>Username to access WebDAV share.</_description>
+ <summary>Share username</summary>
+ <description>Username to access WebDAV share.</description>
</key>
</schema>
<schema id="org.gnome.gnote.insert-timestamp" path="/org/gnome/gnote/insert-timestamp/">
<key name="format" type="s">
<default>'%c'</default>
- <_summary>Timestamp format</_summary>
- <_description>The date format that is used for the timestamp. It follows the format of
strftime(3).</_description>
+ <summary>Timestamp format</summary>
+ <description>The date format that is used for the timestamp. It follows the format of
strftime(3).</description>
</key>
</schema>
<schema id="org.gnome.gnote.note-directory-watcher" path="/org/gnome/gnote/note-directory-watcher/">
<key name="check-interval" type="i">
<default>5</default>
- <_summary>Time between checks</_summary>
- <_description>Time interval between note directory checks (in seconds). Min value is 5.</_description>
+ <summary>Time between checks</summary>
+ <description>Time interval between note directory checks (in seconds). Min value is 5.</description>
</key>
</schema>
</schemalist>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]