-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated German, Italian and Arabic translation (#142) #14 * add gettext domain to metadata * safer and more reliable method for _downloadImage #145 * move download folder fix #106 * set gtk4 filechooser button label #151 * better deal with home dir changes #151 * migrate from deprecated Soup.SessionAsync #150 * handle failures to get a httpsession #150 * change log error shouldn't stop prefs opening #150 * support GNOME 42, set dark style background #153 #154 * merge changes from #148 * improve user directory handling, remove '😞' char #151 * better default pref window size on gnome 40+ #147 * disable gallery, and open gallery fall back to open folder * bump version to version 38 Co-authored-by: JAKuhr <[email protected]> Co-authored-by: Simone Dotto <[email protected]> Co-authored-by: Amro Soliman <[email protected]>
- Loading branch information
1 parent
81a2f5c
commit fc03e48
Showing
66 changed files
with
624 additions
and
431 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 |
---|---|---|
|
@@ -8,3 +8,4 @@ Settings.ui.h | |
Settings4.ui.h | ||
carousel.ui.h | ||
carousel4.ui.h | ||
test.js |
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ intltool-extract --type=gettext/glade ui/Settings.ui | |
intltool-extract --type=gettext/glade ui/Settings4.ui | ||
intltool-extract --type=gettext/glade ui/carousel.ui | ||
intltool-extract --type=gettext/glade ui/carousel4.ui | ||
xgettext -k -k_ -kN_ -o locale/BingWallpaper.pot ui/Settings.ui.h ui/Settings4.ui.h ui/carousel.ui.h ui/carousel4.ui.h extension.js prefs.js blur.js utils.js convenience.js --from-code=UTF-8 | ||
xgettext -k -k_ -kN_ --omit-header -o locale/BingWallpaper.pot ui/Settings.ui.h ui/Settings4.ui.h ui/carousel.ui.h ui/carousel4.ui.h extension.js prefs.js blur.js utils.js convenience.js --from-code=UTF-8 | ||
|
||
echo "Translation status" > translations.txt | ||
for D in locale/*; do | ||
|
@@ -19,4 +19,4 @@ rm [email protected] | |
|
||
zip -r [email protected] * | ||
|
||
zip -d [email protected] screenshot/* screenshot *.sh npm-debug.log icons/original/* .* translations.txt *.h package.json *.po *.pot | ||
zip -d [email protected] screenshot/* screenshot *.sh npm-debug.log icons/original/* .* translations.txt *.h package.json *.po *.pot test.js |
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
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-12-14 18:32+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=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: ui/Settings.ui.h:1 ui/Settings4.ui.h:2 | ||
msgid "Hide the indicator" | ||
msgstr "" | ||
|
@@ -29,7 +10,7 @@ msgstr "" | |
msgid "Enable desktop notifications" | ||
msgstr "" | ||
|
||
#: ui/Settings.ui.h:4 ui/Settings4.ui.h:5 extension.js:118 | ||
#: ui/Settings.ui.h:4 ui/Settings4.ui.h:5 extension.js:124 | ||
msgid "Set background image" | ||
msgstr "" | ||
|
||
|
@@ -65,7 +46,7 @@ msgstr "" | |
msgid "Bing locale" | ||
msgstr "" | ||
|
||
#: ui/Settings.ui.h:13 ui/Settings4.ui.h:13 extension.js:121 | ||
#: ui/Settings.ui.h:13 ui/Settings4.ui.h:13 extension.js:127 | ||
msgid "Settings" | ||
msgstr "" | ||
|
||
|
@@ -207,8 +188,8 @@ msgstr "" | |
|
||
#: ui/Settings.ui.h:48 ui/Settings4.ui.h:47 | ||
msgid "" | ||
"Show your support to the author on <a href=\"https://flattr.com/@neffo" | ||
"\">Flattr</a> or <a href=\"https://github.com/sponsors/neffo\">Github " | ||
"Show your support to the author on <a href=\"https://flattr.com/" | ||
"@neffo\">Flattr</a> or <a href=\"https://github.com/sponsors/neffo\">Github " | ||
"Sponsors</a>." | ||
msgstr "" | ||
|
||
|
@@ -259,86 +240,94 @@ msgstr "" | |
msgid "<image name here>" | ||
msgstr "" | ||
|
||
#: extension.js:106 | ||
#: extension.js:112 | ||
msgid "<No refresh scheduled>" | ||
msgstr "" | ||
|
||
#: extension.js:108 extension.js:110 extension.js:113 | ||
#: extension.js:114 extension.js:116 extension.js:119 | ||
msgid "Awaiting refresh..." | ||
msgstr "" | ||
|
||
#: extension.js:115 | ||
#: extension.js:121 | ||
msgid "Copy image to clipboard" | ||
msgstr "" | ||
|
||
#: extension.js:116 | ||
#: extension.js:122 | ||
msgid "Copy image URL to clipboard" | ||
msgstr "" | ||
|
||
#: extension.js:117 | ||
#: extension.js:123 | ||
msgid "Open image folder" | ||
msgstr "" | ||
|
||
#: extension.js:119 | ||
#: extension.js:125 | ||
msgid "Set lock screen image" | ||
msgstr "" | ||
|
||
#: extension.js:120 | ||
#: extension.js:126 | ||
msgid "Refresh Now" | ||
msgstr "" | ||
|
||
#: extension.js:209 | ||
#: extension.js:215 | ||
msgid "Next refresh" | ||
msgstr "" | ||
|
||
#: extension.js:505 extension.js:532 | ||
#: extension.js:511 extension.js:538 | ||
msgid "Bing Wallpaper of the Day for" | ||
msgstr "" | ||
|
||
#: extension.js:557 | ||
#: extension.js:563 | ||
msgid "No wallpaper available" | ||
msgstr "" | ||
|
||
#: extension.js:558 | ||
msgid "No picture for today 😞." | ||
#: extension.js:564 | ||
msgid "No picture for today." | ||
msgstr "" | ||
|
||
#: prefs.js:202 | ||
#: prefs.js:172 | ||
msgid "Select folder" | ||
msgstr "" | ||
|
||
#: prefs.js:237 | ||
msgid "Most recent image" | ||
msgstr "" | ||
|
||
#: prefs.js:203 | ||
#: prefs.js:238 | ||
msgid "Random image" | ||
msgstr "" | ||
|
||
#: utils.js:118 | ||
#: utils.js:116 | ||
msgid "Fetching data..." | ||
msgstr "" | ||
|
||
#: utils.js:129 | ||
#: utils.js:127 | ||
msgid "Market not available in your region" | ||
msgstr "" | ||
|
||
#: utils.js:133 | ||
#: utils.js:131 | ||
msgid "A network error occured" | ||
msgstr "" | ||
|
||
#: utils.js:138 | ||
#: utils.js:136 | ||
msgid "Too many requests in 5 seconds" | ||
msgstr "" | ||
|
||
#: utils.js:163 | ||
#: utils.js:162 | ||
msgid "No change log found for this release" | ||
msgstr "" | ||
|
||
#: utils.js:366 utils.js:369 | ||
#: utils.js:168 | ||
msgid "Error fetching change log" | ||
msgstr "" | ||
|
||
#: utils.js:379 utils.js:382 | ||
msgid "minutes" | ||
msgstr "" | ||
|
||
#: utils.js:372 | ||
#: utils.js:385 | ||
msgid "days" | ||
msgstr "" | ||
|
||
#: utils.js:375 | ||
#: utils.js:388 | ||
msgid "hours" | ||
msgstr "" |
Binary file not shown.
Oops, something went wrong.