[gedit] gschema: Add translator comments to default values
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] gschema: Add translator comments to default values
- Date: Tue, 13 Mar 2018 21:00:44 +0000 (UTC)
commit 05afdd317c219a0f20ed417284cb76e673132210
Author: Piotr Drąg <piotrdrag gmail com>
Date: Tue Mar 13 22:00:17 2018 +0100
gschema: Add translator comments to default values
data/org.gnome.gedit.gschema.xml.in | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/data/org.gnome.gedit.gschema.xml.in b/data/org.gnome.gedit.gschema.xml.in
index 5b22271..df1c8db 100644
--- a/data/org.gnome.gedit.gschema.xml.in
+++ b/data/org.gnome.gedit.gschema.xml.in
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<enum id="org.gnome.gedit.WrapMode">
<value nick="none" value="0"/>
@@ -36,6 +37,7 @@
<description>Whether to use the system’s default fixed width font for editing text instead of a font
specific to gedit. If this option is turned off, then the font named in the “Editor Font” option will be used
instead of the system font.</description>
</key>
<key name="editor-font" type="s">
+ <!-- Translators: This is a GSettings default value. Do NOT change or localize the quotation marks! -->
<default l10n="messages">'Monospace 12'</default>
<summary>Editor Font</summary>
<description>A custom font that will be used for the editing area. This will only take effect if the
“Use Default Font” option is turned off.</description>
@@ -223,16 +225,19 @@
<description>If this value is 0, then no line numbers will be inserted when printing a document.
Otherwise, gedit will print line numbers every such number of lines.</description>
</key>
<key name="print-font-body-pango" type="s">
+ <!-- Translators: This is a GSettings default value. Do NOT change or localize the quotation marks! -->
<default l10n="messages">'Monospace 9'</default>
<summary>Body Font for Printing</summary>
<description>Specifies the font to use for a document’s body when printing documents.</description>
</key>
<key name="print-font-header-pango" type="s">
+ <!-- Translators: This is a GSettings default value. Do NOT change or localize the quotation marks! -->
<default l10n="messages">'Sans 11'</default>
<summary>Header Font for Printing</summary>
<description>Specifies the font to use for page headers when printing a document. This will only take
effect if the “Print Header” option is turned on.</description>
</key>
<key name="print-font-numbers-pango" type="s">
+ <!-- Translators: This is a GSettings default value. Do NOT change or localize the quotation marks! -->
<default l10n="messages">'Sans 8'</default>
<summary>Line Number Font for Printing</summary>
<description>Specifies the font to use for line numbers when printing. This will only take effect if
the “Print Line Numbers” option is non-zero.</description>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]