Settings: Remove summary and description

This commit is contained in:
Romain Vigier
2022-08-16 01:26:00 +02:00
parent 9b4856e9c1
commit bf6dd766ee
2 changed files with 34 additions and 286 deletions
@@ -7,93 +7,61 @@ SPDX-License-Identifier: GPL-3.0-or-later
<schema id="org.gnome.shell.extensions.nightthemeswitcher" path="/org/gnome/shell/extensions/nightthemeswitcher/">
<key name="settings-version" type="i">
<default>0</default>
<summary>Settings version</summary>
<description>The current extension settings version</description>
</key>
</schema>
<schema id="org.gnome.shell.extensions.nightthemeswitcher.gtk-variants" path="/org/gnome/shell/extensions/nightthemeswitcher/gtk-variants/">
<key name="enabled" type="b">
<default>false</default>
<summary>Switch GTK theme</summary>
<description>Enable GTK variants switching</description>
</key>
<key name="day" type="s">
<default>"Adwaita"</default>
<summary>Day GTK theme</summary>
<description>The GTK theme to use during daytime</description>
</key>
<key name="night" type="s">
<default>"Adwaita-dark"</default>
<summary>Night GTK theme</summary>
<description>The GTK theme to use during nighttime</description>
</key>
</schema>
<schema id="org.gnome.shell.extensions.nightthemeswitcher.shell-variants" path="/org/gnome/shell/extensions/nightthemeswitcher/shell-variants/">
<key name="enabled" type="b">
<default>false</default>
<summary>Switch Shell theme</summary>
<description>Enable shell variants switching</description>
</key>
<key name="day" type="s">
<default>""</default>
<summary>Day shell theme</summary>
<description>The shell theme to use during daytime</description>
</key>
<key name="night" type="s">
<default>""</default>
<summary>Night shell theme</summary>
<description>The shell theme to use during nighttime</description>
</key>
</schema>
<schema id="org.gnome.shell.extensions.nightthemeswitcher.icon-variants" path="/org/gnome/shell/extensions/nightthemeswitcher/icon-variants/">
<key name="enabled" type="b">
<default>false</default>
<summary>Switch icon theme</summary>
<description>Enable icon variants switching</description>
</key>
<key name="day" type="s">
<default>"Adwaita"</default>
<summary>Day icon theme</summary>
<description>The icon theme to use during daytime</description>
</key>
<key name="night" type="s">
<default>"Adwaita"</default>
<summary>Night icon theme</summary>
<description>The icon theme to use during nighttime</description>
</key>
</schema>
<schema id="org.gnome.shell.extensions.nightthemeswitcher.cursor-variants" path="/org/gnome/shell/extensions/nightthemeswitcher/cursor-variants/">
<key name="enabled" type="b">
<default>false</default>
<summary>Switch cursor theme</summary>
<description>Enable cursor variants switching</description>
</key>
<key name="day" type="s">
<default>"Adwaita"</default>
<summary>Day cursor theme</summary>
<description>The cursor theme to use during daytime</description>
</key>
<key name="night" type="s">
<default>"Adwaita"</default>
<summary>Night cursor theme</summary>
<description>The cursor theme to use during nighttime</description>
</key>
</schema>
<schema id="org.gnome.shell.extensions.nightthemeswitcher.commands" path="/org/gnome/shell/extensions/nightthemeswitcher/commands/">
<key name="enabled" type="b">
<default>false</default>
<summary>Enable commands</summary>
<description>Commands will be spawned on time change</description>
</key>
<key name="sunrise" type="s">
<default>""</default>
<summary>Sunrise command</summary>
<description>The command to spawn at sunrise</description>
</key>
<key name="sunset" type="s">
<default>""</default>
<summary>Sunset command</summary>
<description>The command to spawn at sunset</description>
</key>
</schema>
<schema id="org.gnome.shell.extensions.nightthemeswitcher.time" path="/org/gnome/shell/extensions/nightthemeswitcher/time/">
@@ -105,18 +73,12 @@ SPDX-License-Identifier: GPL-3.0-or-later
<choice value="ondemand"/>
</choices>
<default>"schedule"</default>
<summary>Time source</summary>
<description>The source used to check current time</description>
</key>
<key name="nightlight-follow-disable" type="b">
<default>false</default>
<summary>Follow Night Light "Disable until tomorrow"</summary>
<description>Switch back to day time when Night Light is temporarily disabled</description>
</key>
<key name="always-enable-ondemand" type="b">
<default>false</default>
<summary>Always enable the on-demand timer</summary>
<description>The on-demand timer will always be enabled alongside other timers</description>
</key>
<key name="ondemand-time" type="s">
<choices>
@@ -124,13 +86,9 @@ SPDX-License-Identifier: GPL-3.0-or-later
<choice value="night"/>
</choices>
<default>"day"</default>
<summary>On-demand time</summary>
<description>The current time used in on-demand mode</description>
</key>
<key name="nightthemeswitcher-ondemand-keybinding" type="as">
<default><![CDATA[['<Shift><Super>t']]]></default>
<summary>Key combination to toggle time</summary>
<description>The key combination that will toggle time in on-demand mode</description>
</key>
<key name="ondemand-button-placement" type="s">
<choices>
@@ -139,28 +97,18 @@ SPDX-License-Identifier: GPL-3.0-or-later
<choice value="menu"/>
</choices>
<default>"panel"</default>
<summary>On-demand button placement</summary>
<description>Where the on-demand button will be placed</description>
</key>
<key name="manual-time-source" type="b">
<default>false</default>
<summary>Use manual time source</summary>
<description>Disable automatic time source detection</description>
</key>
<key name="schedule-sunrise" type="d">
<default>6</default>
<summary>Sunrise time</summary>
<description>When the day starts</description>
</key>
<key name="schedule-sunset" type="d">
<default>20</default>
<summary>Sunset time</summary>
<description>When the day ends</description>
</key>
<key name="transition" type="b">
<default>true</default>
<summary>Transition</summary>
<description>Use a transition when changing the color scheme</description>
</key>
</schema>
</schemalist>
+34 -234
View File
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: nightthemeswitcher@romainvigier.fr\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-04-26 22:37+0200\n"
"POT-Creation-Date: 2022-07-28 09:52+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,238 +17,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:10
msgid "Settings version"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:11
msgid "The current extension settings version"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:17
#: src/data/ui/ThemesPage.ui:30
msgid "Switch GTK theme"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:18
msgid "Enable GTK variants switching"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:22
msgid "Day GTK theme"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:23
msgid "The GTK theme to use during daytime"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:27
msgid "Night GTK theme"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:28
msgid "The GTK theme to use during nighttime"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:34
#: src/data/ui/ThemesPage.ui:47
msgid "Switch Shell theme"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:35
msgid "Enable shell variants switching"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:39
msgid "Day shell theme"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:40
msgid "The shell theme to use during daytime"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:44
msgid "Night shell theme"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:45
msgid "The shell theme to use during nighttime"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:51
#: src/data/ui/ThemesPage.ui:63
msgid "Switch icon theme"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:52
msgid "Enable icon variants switching"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:56
msgid "Day icon theme"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:57
msgid "The icon theme to use during daytime"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:61
msgid "Night icon theme"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:62
msgid "The icon theme to use during nighttime"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:68
#: src/data/ui/ThemesPage.ui:79
msgid "Switch cursor theme"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:69
msgid "Enable cursor variants switching"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:73
msgid "Day cursor theme"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:74
msgid "The cursor theme to use during daytime"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:78
msgid "Night cursor theme"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:79
msgid "The cursor theme to use during nighttime"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:85
msgid "Enable commands"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:86
msgid "Commands will be spawned on time change"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:90
msgid "Sunrise command"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:91
msgid "The command to spawn at sunrise"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:95
msgid "Sunset command"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:96
msgid "The command to spawn at sunset"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:102
#: src/data/ui/BackgroundsPage.ui:15
msgid "Day background"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:103
msgid "Path to the day background"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:107
#: src/data/ui/BackgroundsPage.ui:28
msgid "Night background"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:108
msgid "Path to the night background"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:120
#: src/data/ui/SchedulePage.ui:27
msgid "Time source"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:121
msgid "The source used to check current time"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:125
msgid "Follow Night Light \"Disable until tomorrow\""
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:126
msgid "Switch back to day time when Night Light is temporarily disabled"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:130
msgid "Always enable the on-demand timer"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:131
msgid "The on-demand timer will always be enabled alongside other timers"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:139
msgid "On-demand time"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:140
msgid "The current time used in on-demand mode"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:144
msgid "Key combination to toggle time"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:145
msgid "The key combination that will toggle time in on-demand mode"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:154
msgid "On-demand button placement"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:155
msgid "Where the on-demand button will be placed"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:159
msgid "Use manual time source"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:160
msgid "Disable automatic time source detection"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:164
msgid "Sunrise time"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:165
msgid "When the day starts"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:169
msgid "Sunset time"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:170
msgid "When the day ends"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:174
#: src/data/ui/SchedulePage.ui:50
msgid "Transition"
msgstr ""
#: src/data/org.gnome.shell.extensions.nightthemeswitcher.gschema.xml:175
msgid "Use a transition when changing the color scheme"
msgstr ""
#: src/data/ui/BackgroundButton.ui:8
msgid "Change background"
msgstr ""
@@ -261,6 +29,14 @@ msgstr ""
msgid "Backgrounds"
msgstr ""
#: src/data/ui/BackgroundsPage.ui:15
msgid "Day background"
msgstr ""
#: src/data/ui/BackgroundsPage.ui:28
msgid "Night background"
msgstr ""
#: src/data/ui/ClearableEntry.ui:10 src/data/ui/ShortcutButton.ui:43
#: src/data/ui/ShortcutButton.ui:45
msgid "Clear"
@@ -323,6 +99,10 @@ msgid ""
"If you prefer, you can manually choose a time source."
msgstr ""
#: src/data/ui/SchedulePage.ui:27
msgid "Time source"
msgstr ""
#: src/data/ui/SchedulePage.ui:33
msgid "Always show on-demand controls"
msgstr ""
@@ -335,6 +115,10 @@ msgstr ""
msgid "Advanced"
msgstr ""
#: src/data/ui/SchedulePage.ui:50
msgid "Transition"
msgstr ""
#: src/data/ui/SchedulePage.ui:51
msgid "Smooth transition between day and night appearance."
msgstr ""
@@ -404,6 +188,10 @@ msgid ""
"themes is discouraged and is only here for legacy reasons."
msgstr ""
#: src/data/ui/ThemesPage.ui:30
msgid "Switch GTK theme"
msgstr ""
#: src/data/ui/ThemesPage.ui:31
msgid ""
"Forcing a dark theme on applications not designed to support it can have "
@@ -420,6 +208,18 @@ msgstr ""
msgid "Night variant"
msgstr ""
#: src/data/ui/ThemesPage.ui:47
msgid "Switch Shell theme"
msgstr ""
#: src/data/ui/ThemesPage.ui:63
msgid "Switch icon theme"
msgstr ""
#: src/data/ui/ThemesPage.ui:79
msgid "Switch cursor theme"
msgstr ""
#. Time separator (eg. 08:27)
#: src/data/ui/TimeChooser.ui:23
msgid ":"
@@ -453,7 +253,7 @@ msgstr ""
msgid "Turn On"
msgstr ""
#: src/preferences/BackgroundButton.js:74
#: src/preferences/BackgroundButton.js:69
msgid "Only JPEG, PNG, TIFF, SVG and XML files can be set as background image."
msgstr ""