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/"> <schema id="org.gnome.shell.extensions.nightthemeswitcher" path="/org/gnome/shell/extensions/nightthemeswitcher/">
<key name="settings-version" type="i"> <key name="settings-version" type="i">
<default>0</default> <default>0</default>
<summary>Settings version</summary>
<description>The current extension settings version</description>
</key> </key>
</schema> </schema>
<schema id="org.gnome.shell.extensions.nightthemeswitcher.gtk-variants" path="/org/gnome/shell/extensions/nightthemeswitcher/gtk-variants/"> <schema id="org.gnome.shell.extensions.nightthemeswitcher.gtk-variants" path="/org/gnome/shell/extensions/nightthemeswitcher/gtk-variants/">
<key name="enabled" type="b"> <key name="enabled" type="b">
<default>false</default> <default>false</default>
<summary>Switch GTK theme</summary>
<description>Enable GTK variants switching</description>
</key> </key>
<key name="day" type="s"> <key name="day" type="s">
<default>"Adwaita"</default> <default>"Adwaita"</default>
<summary>Day GTK theme</summary>
<description>The GTK theme to use during daytime</description>
</key> </key>
<key name="night" type="s"> <key name="night" type="s">
<default>"Adwaita-dark"</default> <default>"Adwaita-dark"</default>
<summary>Night GTK theme</summary>
<description>The GTK theme to use during nighttime</description>
</key> </key>
</schema> </schema>
<schema id="org.gnome.shell.extensions.nightthemeswitcher.shell-variants" path="/org/gnome/shell/extensions/nightthemeswitcher/shell-variants/"> <schema id="org.gnome.shell.extensions.nightthemeswitcher.shell-variants" path="/org/gnome/shell/extensions/nightthemeswitcher/shell-variants/">
<key name="enabled" type="b"> <key name="enabled" type="b">
<default>false</default> <default>false</default>
<summary>Switch Shell theme</summary>
<description>Enable shell variants switching</description>
</key> </key>
<key name="day" type="s"> <key name="day" type="s">
<default>""</default> <default>""</default>
<summary>Day shell theme</summary>
<description>The shell theme to use during daytime</description>
</key> </key>
<key name="night" type="s"> <key name="night" type="s">
<default>""</default> <default>""</default>
<summary>Night shell theme</summary>
<description>The shell theme to use during nighttime</description>
</key> </key>
</schema> </schema>
<schema id="org.gnome.shell.extensions.nightthemeswitcher.icon-variants" path="/org/gnome/shell/extensions/nightthemeswitcher/icon-variants/"> <schema id="org.gnome.shell.extensions.nightthemeswitcher.icon-variants" path="/org/gnome/shell/extensions/nightthemeswitcher/icon-variants/">
<key name="enabled" type="b"> <key name="enabled" type="b">
<default>false</default> <default>false</default>
<summary>Switch icon theme</summary>
<description>Enable icon variants switching</description>
</key> </key>
<key name="day" type="s"> <key name="day" type="s">
<default>"Adwaita"</default> <default>"Adwaita"</default>
<summary>Day icon theme</summary>
<description>The icon theme to use during daytime</description>
</key> </key>
<key name="night" type="s"> <key name="night" type="s">
<default>"Adwaita"</default> <default>"Adwaita"</default>
<summary>Night icon theme</summary>
<description>The icon theme to use during nighttime</description>
</key> </key>
</schema> </schema>
<schema id="org.gnome.shell.extensions.nightthemeswitcher.cursor-variants" path="/org/gnome/shell/extensions/nightthemeswitcher/cursor-variants/"> <schema id="org.gnome.shell.extensions.nightthemeswitcher.cursor-variants" path="/org/gnome/shell/extensions/nightthemeswitcher/cursor-variants/">
<key name="enabled" type="b"> <key name="enabled" type="b">
<default>false</default> <default>false</default>
<summary>Switch cursor theme</summary>
<description>Enable cursor variants switching</description>
</key> </key>
<key name="day" type="s"> <key name="day" type="s">
<default>"Adwaita"</default> <default>"Adwaita"</default>
<summary>Day cursor theme</summary>
<description>The cursor theme to use during daytime</description>
</key> </key>
<key name="night" type="s"> <key name="night" type="s">
<default>"Adwaita"</default> <default>"Adwaita"</default>
<summary>Night cursor theme</summary>
<description>The cursor theme to use during nighttime</description>
</key> </key>
</schema> </schema>
<schema id="org.gnome.shell.extensions.nightthemeswitcher.commands" path="/org/gnome/shell/extensions/nightthemeswitcher/commands/"> <schema id="org.gnome.shell.extensions.nightthemeswitcher.commands" path="/org/gnome/shell/extensions/nightthemeswitcher/commands/">
<key name="enabled" type="b"> <key name="enabled" type="b">
<default>false</default> <default>false</default>
<summary>Enable commands</summary>
<description>Commands will be spawned on time change</description>
</key> </key>
<key name="sunrise" type="s"> <key name="sunrise" type="s">
<default>""</default> <default>""</default>
<summary>Sunrise command</summary>
<description>The command to spawn at sunrise</description>
</key> </key>
<key name="sunset" type="s"> <key name="sunset" type="s">
<default>""</default> <default>""</default>
<summary>Sunset command</summary>
<description>The command to spawn at sunset</description>
</key> </key>
</schema> </schema>
<schema id="org.gnome.shell.extensions.nightthemeswitcher.time" path="/org/gnome/shell/extensions/nightthemeswitcher/time/"> <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"/> <choice value="ondemand"/>
</choices> </choices>
<default>"schedule"</default> <default>"schedule"</default>
<summary>Time source</summary>
<description>The source used to check current time</description>
</key> </key>
<key name="nightlight-follow-disable" type="b"> <key name="nightlight-follow-disable" type="b">
<default>false</default> <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>
<key name="always-enable-ondemand" type="b"> <key name="always-enable-ondemand" type="b">
<default>false</default> <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>
<key name="ondemand-time" type="s"> <key name="ondemand-time" type="s">
<choices> <choices>
@@ -124,13 +86,9 @@ SPDX-License-Identifier: GPL-3.0-or-later
<choice value="night"/> <choice value="night"/>
</choices> </choices>
<default>"day"</default> <default>"day"</default>
<summary>On-demand time</summary>
<description>The current time used in on-demand mode</description>
</key> </key>
<key name="nightthemeswitcher-ondemand-keybinding" type="as"> <key name="nightthemeswitcher-ondemand-keybinding" type="as">
<default><![CDATA[['<Shift><Super>t']]]></default> <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>
<key name="ondemand-button-placement" type="s"> <key name="ondemand-button-placement" type="s">
<choices> <choices>
@@ -139,28 +97,18 @@ SPDX-License-Identifier: GPL-3.0-or-later
<choice value="menu"/> <choice value="menu"/>
</choices> </choices>
<default>"panel"</default> <default>"panel"</default>
<summary>On-demand button placement</summary>
<description>Where the on-demand button will be placed</description>
</key> </key>
<key name="manual-time-source" type="b"> <key name="manual-time-source" type="b">
<default>false</default> <default>false</default>
<summary>Use manual time source</summary>
<description>Disable automatic time source detection</description>
</key> </key>
<key name="schedule-sunrise" type="d"> <key name="schedule-sunrise" type="d">
<default>6</default> <default>6</default>
<summary>Sunrise time</summary>
<description>When the day starts</description>
</key> </key>
<key name="schedule-sunset" type="d"> <key name="schedule-sunset" type="d">
<default>20</default> <default>20</default>
<summary>Sunset time</summary>
<description>When the day ends</description>
</key> </key>
<key name="transition" type="b"> <key name="transition" type="b">
<default>true</default> <default>true</default>
<summary>Transition</summary>
<description>Use a transition when changing the color scheme</description>
</key> </key>
</schema> </schema>
</schemalist> </schemalist>
+34 -234
View File
@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: nightthemeswitcher@romainvigier.fr\n" "Project-Id-Version: nightthemeswitcher@romainvigier.fr\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,238 +17,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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 #: src/data/ui/BackgroundButton.ui:8
msgid "Change background" msgid "Change background"
msgstr "" msgstr ""
@@ -261,6 +29,14 @@ msgstr ""
msgid "Backgrounds" msgid "Backgrounds"
msgstr "" 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/ClearableEntry.ui:10 src/data/ui/ShortcutButton.ui:43
#: src/data/ui/ShortcutButton.ui:45 #: src/data/ui/ShortcutButton.ui:45
msgid "Clear" msgid "Clear"
@@ -323,6 +99,10 @@ msgid ""
"If you prefer, you can manually choose a time source." "If you prefer, you can manually choose a time source."
msgstr "" msgstr ""
#: src/data/ui/SchedulePage.ui:27
msgid "Time source"
msgstr ""
#: src/data/ui/SchedulePage.ui:33 #: src/data/ui/SchedulePage.ui:33
msgid "Always show on-demand controls" msgid "Always show on-demand controls"
msgstr "" msgstr ""
@@ -335,6 +115,10 @@ msgstr ""
msgid "Advanced" msgid "Advanced"
msgstr "" msgstr ""
#: src/data/ui/SchedulePage.ui:50
msgid "Transition"
msgstr ""
#: src/data/ui/SchedulePage.ui:51 #: src/data/ui/SchedulePage.ui:51
msgid "Smooth transition between day and night appearance." msgid "Smooth transition between day and night appearance."
msgstr "" msgstr ""
@@ -404,6 +188,10 @@ msgid ""
"themes is discouraged and is only here for legacy reasons." "themes is discouraged and is only here for legacy reasons."
msgstr "" msgstr ""
#: src/data/ui/ThemesPage.ui:30
msgid "Switch GTK theme"
msgstr ""
#: src/data/ui/ThemesPage.ui:31 #: src/data/ui/ThemesPage.ui:31
msgid "" msgid ""
"Forcing a dark theme on applications not designed to support it can have " "Forcing a dark theme on applications not designed to support it can have "
@@ -420,6 +208,18 @@ msgstr ""
msgid "Night variant" msgid "Night variant"
msgstr "" 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) #. Time separator (eg. 08:27)
#: src/data/ui/TimeChooser.ui:23 #: src/data/ui/TimeChooser.ui:23
msgid ":" msgid ":"
@@ -453,7 +253,7 @@ msgstr ""
msgid "Turn On" msgid "Turn On"
msgstr "" 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." msgid "Only JPEG, PNG, TIFF, SVG and XML files can be set as background image."
msgstr "" msgstr ""