Skip to content

Commit

Permalink
add support for GNOME 42, fix license link
Browse files Browse the repository at this point in the history
  • Loading branch information
neffo committed Mar 26, 2022
1 parent 73f633e commit 13ff5df
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 38 deletions.
43 changes: 12 additions & 31 deletions locale/GoogleEarthWallpaper.pot
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-19 21:56+1000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: ui/Settings.ui.h:1 ui/Settings4.ui.h:1
msgid "Hide the indicator"
msgstr ""
Expand Down Expand Up @@ -92,8 +73,8 @@ msgstr ""
#: ui/Settings.ui.h:19 ui/Settings4.ui.h:20
msgid ""
"<span size=\"small\">This program comes with ABSOLUTELY NO WARRANTY.\n"
"See the <a href=\"https://www.gnu.org/licenses/old-licenses/gpl-2.0.html"
"\">GNU General Public License, version 3 or later</a> for details.</span>"
"See the <a href=\"https://www.gnu.org/licenses/gpl-3.0.html\">GNU General "
"Public License, version 3 or later</a> for details.</span>"
msgstr ""

#: ui/Settings.ui.h:21 ui/Settings4.ui.h:22
Expand Down Expand Up @@ -190,42 +171,42 @@ msgstr ""
msgid "Something went wrong..."
msgstr ""

#: prefs.js:24
#: prefs.js:26
msgid "5 m"
msgstr ""

#: prefs.js:24
#: prefs.js:26
msgid "10 m"
msgstr ""

#: prefs.js:24
#: prefs.js:26
msgid "30 m"
msgstr ""

#: prefs.js:24
#: prefs.js:26
msgid "60 m"
msgstr ""

#: prefs.js:24
#: prefs.js:26
msgid "90 m"
msgstr ""

#: prefs.js:24
#: prefs.js:26
msgid "daily"
msgstr ""

#: utils.js:62 utils.js:65
#: utils.js:33 utils.js:36
msgid "minutes"
msgstr ""

#: utils.js:68
#: utils.js:39
msgid "days"
msgstr ""

#: utils.js:71
#: utils.js:42
msgid "hours"
msgstr ""

#: utils.js:98
#: utils.js:69
msgid "No change log found for this release"
msgstr ""
7 changes: 4 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"uuid": "[email protected]",
"shell-version": ["3.36", "3.38", "40", "41"],
"shell-version": ["3.36", "3.38", "40", "41", "42"],
"name": "Google Earth Wallpaper",
"settings-schema": "org.gnome.shell.extensions.googleearthwallpaper",
"description": "Lightweight GNOME shell extension to set your wallpaper to a random photo from the curated Google Earth collection (2604 photos).\n\n*Disclaimer*: this extension is unofficial and not affiliated with Google in any way. Images are protected by copyright and are licensed only for use as wallpapers.\n\nSee also my other extension, Bing Wallpaper Changer (https://github.com/neffo/bing-wallpaper-gnome-extension).\n\nFeatures:\n* Fetches a random Google Earth wallpaper and sets as both lock screen and desktop wallpaper\n* User selectable refresh intervals (default is once per day)\n* View location on Google Maps, Bing Maps, Gnome Maps, OpenStreetMaps\n* German, Dutch and Chinese translations\n\nPlease report any bugs or suggestions to extension GitHub page below.",
"version": "13",
"url": "https://github.com/neffo/earth-view-wallpaper-gnome-extension"
"version": "14",
"url": "https://github.com/neffo/earth-view-wallpaper-gnome-extension",
"gettext-domain": "GoogleEarthWallpaper"
}
2 changes: 1 addition & 1 deletion ui/Settings.ui
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ Author: Michael Carroll <[email protected]>
<property name="margin_top">36</property>
<property name="margin_bottom">12</property>
<property name="label" translatable="yes">&lt;span size="small"&gt;This program comes with ABSOLUTELY NO WARRANTY.
See the &lt;a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.html"&gt;GNU General Public License, version 3 or later&lt;/a&gt; for details.&lt;/span&gt;</property>
See the &lt;a href="https://www.gnu.org/licenses/gpl-3.0.html"&gt;GNU General Public License, version 3 or later&lt;/a&gt; for details.&lt;/span&gt;</property>
<property name="use_markup">True</property>
<property name="justify">center</property>
<property name="wrap">True</property>
Expand Down
2 changes: 1 addition & 1 deletion ui/Settings.ui.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ char *s = N_("Background");
char *s = N_("Changes since last version");
char *s = N_("Change log");
char *s = N_("<span size=\"small\">This program comes with ABSOLUTELY NO WARRANTY.\n"
"See the <a href=\"https://www.gnu.org/licenses/old-licenses/gpl-2.0.html\">GNU General Public License, version 3 or later</a> for details.</span>");
"See the <a href=\"https://www.gnu.org/licenses/gpl-3.0.html\">GNU General Public License, version 3 or later</a> for details.</span>");
char *s = N_("https://github.com/neffo/earth-view-wallpaper-gnome-extension");
char *s = N_("Based on NASA APOD Wallpaper extension by Elia Argentieri");
char *s = N_("This GNOME shell extension sets your wallpaper to a random Google Earth photo from a selection of curated locations.");
Expand Down
2 changes: 1 addition & 1 deletion ui/Settings4.ui
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@
<property name="margin_top">36</property>
<property name="margin_bottom">12</property>
<property name="label" translatable="yes">&lt;span size=&quot;small&quot;&gt;This program comes with ABSOLUTELY NO WARRANTY.
See the &lt;a href=&quot;https://www.gnu.org/licenses/old-licenses/gpl-2.0.html&quot;&gt;GNU General Public License, version 3 or later&lt;/a&gt; for details.&lt;/span&gt;</property>
See the &lt;a href=&quot;https://www.gnu.org/licenses/gpl-3.0.html&quot;&gt;GNU General Public License, version 3 or later&lt;/a&gt; for details.&lt;/span&gt;</property>
<property name="use_markup">1</property>
<property name="justify">center</property>
<property name="wrap">1</property>
Expand Down
2 changes: 1 addition & 1 deletion ui/Settings4.ui.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ char *s = N_("Background");
char *s = N_("Changes since last version");
char *s = N_("Change log");
char *s = N_("<span size=\"small\">This program comes with ABSOLUTELY NO WARRANTY.\n"
"See the <a href=\"https://www.gnu.org/licenses/old-licenses/gpl-2.0.html\">GNU General Public License, version 3 or later</a> for details.</span>");
"See the <a href=\"https://www.gnu.org/licenses/gpl-3.0.html\">GNU General Public License, version 3 or later</a> for details.</span>");
char *s = N_("https://github.com/neffo/earth-view-wallpaper-gnome-extension");
char *s = N_("Based on NASA APOD Wallpaper extension by Elia Argentieri");
char *s = N_("This GNOME shell extension sets your wallpaper to a random Google Earth photo from a selection of curated locations.");
Expand Down

0 comments on commit 13ff5df

Please sign in to comment.