-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add support for GNOME 42, fix license link
- Loading branch information
Showing
6 changed files
with
20 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 "" | ||
|
@@ -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 | ||
|
@@ -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 "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"><span size="small">This program comes with ABSOLUTELY NO WARRANTY. | ||
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></property> | ||
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></property> | ||
<property name="use_markup">True</property> | ||
<property name="justify">center</property> | ||
<property name="wrap">True</property> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters