Skip to content

Commit

Permalink
add Spanish language, update other translations & templates
Browse files Browse the repository at this point in the history
  • Loading branch information
neffo committed Jul 29, 2018
1 parent e63e875 commit af40808
Show file tree
Hide file tree
Showing 30 changed files with 1,572 additions and 673 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ This is my first attempt at a GNOME extension, so it may have some issues.
## Features

* Fetches the Bing wallpaper of the day and sets as both lock screen and desktop wallpaper (these are both user selectable)
* Optionally force a specific region (i.e. locale)
* Optionally force a specific region (i.e. what Bing calls a "market", some Wallpapers may relate to local holidays or locations)
* Automatically selects the highest resolution (and most appropriate wallpaper) in multiple monitor setups
* Optionally clean up Wallpaper directory after between 1 and 7 days (delete oldest first)
* Optionally clean up Wallpaper directory after between 1 and 7 days (delete oldest first), or keep them forever
* Only attempts to download wallpapers when they have been updated
* Doesn't poll continuously - only once per day and on startup (a refresh is scheduled when Bing is due to update)
* Locale support: English, German (de), Dutch (nl), Italian (it), Polish (pl), Chinese (zh_CN), French (fr_FR), Portugeuse (pt, pt_BR) and Russian (ru_RU) language translations (a huge thanks to the translators)
* Language support: English, German (de), Dutch (nl), Italian (it), Polish (pl), Chinese (zh_CN), French (fr_FR), Portugeuse (pt, pt_BR), Russian (ru_RU), Spanish (es) language translations (a HUGE thanks to the translators)

## TODO

Expand All @@ -32,7 +32,8 @@ This is my first attempt at a GNOME extension, so it may have some issues.

* In China, users are limited to 'Chinese – China', 'English - International' markets (this is the way Bing handles the Chinese market/locale, not an extension 'bug' - sorry)
* Bing may detect your location incorrectly (and force a locale as above) - if you see this, please let me know what Bing.com itself does
* some users see a GNOME shell crash (this seems to be a GNOME bug though...) (#17)
* Some users see a GNOME shell crash (this seems to be a GNOME bug though...) (#17) - this may be fixed on current Gnome release however
* We are limited by the resolution of Bing's wallpapers, so no 4K options yet

## Requirements

Expand Down
3 changes: 0 additions & 3 deletions Settings.ui.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
char *s = N_("Hide the indicator");
char *s = N_("Send a notification with explanation when a new image is downloaded.");
char *s = N_("Notifications");
char *s = N_("Use transient notifications (auto dismiss)");
char *s = N_("Set background image");
char *s = N_("Set lock screen image");
char *s = N_("Download folder:");
Expand Down
103 changes: 43 additions & 60 deletions locale/BingWallpaper.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-10-02 14:40+1000\n"
"POT-Creation-Date: 2018-07-28 15:27+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"
Expand All @@ -22,155 +22,138 @@ msgid "Hide the indicator"
msgstr ""

#: Settings.ui.h:2
msgid "Send a notification with explanation when a new image is downloaded."
msgstr ""

#: Settings.ui.h:3
msgid "Notifications"
msgstr ""

#: Settings.ui.h:4
msgid "Use transient notifications (auto dismiss)"
msgstr ""

#: Settings.ui.h:5
msgid "Set background image"
msgstr ""

#: Settings.ui.h:6
#: Settings.ui.h:3
msgid "Set lock screen image"
msgstr ""

#: Settings.ui.h:7
#: Settings.ui.h:4
msgid "Download folder:"
msgstr ""

#: Settings.ui.h:8
#: Settings.ui.h:5
msgid "Bing Wallpaper pictures folder"
msgstr ""

#: Settings.ui.h:9
#: Settings.ui.h:6
msgid "Delete previously downloaded wallpapers:"
msgstr ""

#: Settings.ui.h:10
#: Settings.ui.h:7
msgid "Days to store wallpapers before deleting:"
msgstr ""

#: Settings.ui.h:11
#: Settings.ui.h:8
msgid "Bing locale:"
msgstr ""

#: Settings.ui.h:12
#: Settings.ui.h:9
msgid "Default is English - United States"
msgstr ""

#: Settings.ui.h:13
#: Settings.ui.h:10
msgid "Screen resolution:"
msgstr ""

#: Settings.ui.h:14
#: Settings.ui.h:11
msgid "Override automatic resolution selection"
msgstr ""

#: Settings.ui.h:15 extension.js:118
#: Settings.ui.h:12 extension.js:134
msgid "Settings"
msgstr ""

#: Settings.ui.h:16
#: Settings.ui.h:13
msgid "Gnome shell extension version: "
msgstr ""

#: Settings.ui.h:17
#: Settings.ui.h:14
msgid ""
"Changes your wallpaper daily to the Bing picture of the day for your region. "
"Creates a notification for the picture description and copyright information."
msgstr ""

#: Settings.ui.h:18
#: Settings.ui.h:15
msgid "Maintained by Michael Carroll"
msgstr ""

#: Settings.ui.h:19
#: Settings.ui.h:16
msgid "https://github.com/neffo/bing-wallpaper-gnome-extension"
msgstr ""

#: Settings.ui.h:20
#: Settings.ui.h:17
msgid "Based on NASA APOD Gnome shell extension by Elia Argentieri"
msgstr ""

#: Settings.ui.h:21
#: Settings.ui.h:18
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>"
msgstr ""

#: Settings.ui.h:23
#: Settings.ui.h:20
msgid "About"
msgstr ""

#: extension.js:113
msgid "<No refresh scheduled>"
#: extension.js:81 extension.js:84
msgid "minutes"
msgstr ""

#: extension.js:114
msgid "Show description"
#: extension.js:87
msgid "days"
msgstr ""

#: extension.js:115
msgid "Copy image URL to clipboard"
#: extension.js:90
msgid "hours"
msgstr ""

#: extension.js:116
msgid "Set wallpaper"
#: extension.js:127
msgid "<No refresh scheduled>"
msgstr ""

#: extension.js:117
msgid "Refresh Now"
#: extension.js:129 extension.js:130
msgid "Awaiting refresh..."
msgstr ""

#: extension.js:160
msgid "Open extension settings"
#: extension.js:131
msgid "Copy image URL to clipboard"
msgstr ""

#: extension.js:165
msgid "Bing website"
#: extension.js:132
msgid "Set wallpaper"
msgstr ""

#: extension.js:197
msgid "Next refresh"
#: extension.js:133
msgid "Refresh Now"
msgstr ""

#: extension.js:288
msgid "Market not available in your region"
#: extension.js:163
msgid "Next refresh"
msgstr ""

#: extension.js:288
msgid ""
"The selected market is not available in your country or geographic region.\n"
#: extension.js:279 prefs.js:152
msgid "Market not available in your region"
msgstr ""

#: extension.js:297
#: extension.js:289
msgid "Bing Wallpaper of the Day for"
msgstr ""

#: extension.js:346
#: extension.js:337
msgid "No wallpaper available"
msgstr ""

#: extension.js:347
#: extension.js:338
msgid "No picture for today 😞."
msgstr ""

#: prefs.js:151
#: prefs.js:140
msgid "Fetching data..."
msgstr ""

#: prefs.js:163
msgid "This market is not available in your region"
msgstr ""

#: prefs.js:167
#: prefs.js:156
msgid "A network error occured"
msgstr ""
Binary file modified locale/de/LC_MESSAGES/BingWallpaper.mo
Binary file not shown.
Loading

0 comments on commit af40808

Please sign in to comment.