From af4080845be0e2b52e3fc205a99da2a9e3b27d24 Mon Sep 17 00:00:00 2001 From: Michael Carroll Date: Sun, 29 Jul 2018 11:49:40 +1000 Subject: [PATCH] add Spanish language, update other translations & templates --- README.md | 9 +- Settings.ui.h | 3 - locale/BingWallpaper.pot | 103 +++++------ locale/de/LC_MESSAGES/BingWallpaper.mo | Bin 3401 -> 2950 bytes locale/de/LC_MESSAGES/BingWallpaper.po | 153 ++++++++-------- locale/es/LC_MESSAGES/BingWallpaper.mo | Bin 0 -> 3482 bytes locale/es/LC_MESSAGES/BingWallpaper.po | 205 ++++++++++++++++++++++ locale/es_ES/LC_MESSAGES/BingWallpaper.mo | Bin 0 -> 3660 bytes locale/es_ES/LC_MESSAGES/BingWallpaper.po | 201 +++++++++++++++++++++ locale/fr/LC_MESSAGES/BingWallpaper.mo | Bin 0 -> 3495 bytes locale/fr/LC_MESSAGES/BingWallpaper.po | 204 +++++++++++++++++++++ locale/fr_FR/LC_MESSAGES/BingWallpaper.mo | Bin 4353 -> 3498 bytes locale/fr_FR/LC_MESSAGES/BingWallpaper.po | 149 +++++++++------- locale/it/LC_MESSAGES/BingWallpaper.mo | Bin 4315 -> 3431 bytes locale/it/LC_MESSAGES/BingWallpaper.po | 147 +++++++++------- locale/nl/LC_MESSAGES/BingWallpaper.mo | Bin 3345 -> 3079 bytes locale/nl/LC_MESSAGES/BingWallpaper.po | 148 ++++++++-------- locale/pl/LC_MESSAGES/BingWallpaper.mo | Bin 4011 -> 3398 bytes locale/pl/LC_MESSAGES/BingWallpaper.po | 148 +++++++++------- locale/pt/LC_MESSAGES/BingWallpaper.mo | Bin 4160 -> 3527 bytes locale/pt/LC_MESSAGES/BingWallpaper.po | 141 ++++++++------- locale/pt_BR/LC_MESSAGES/BingWallpaper.mo | Bin 4162 -> 3529 bytes locale/pt_BR/LC_MESSAGES/BingWallpaper.po | 139 ++++++++------- locale/ru/LC_MESSAGES/BingWallpaper.mo | Bin 0 -> 3976 bytes locale/ru/LC_MESSAGES/BingWallpaper.po | 200 +++++++++++++++++++++ locale/ru_RU/LC_MESSAGES/BingWallpaper.mo | Bin 5055 -> 3979 bytes locale/ru_RU/LC_MESSAGES/BingWallpaper.po | 150 +++++++++------- locale/zh_CN/LC_MESSAGES/BingWallpaper.mo | Bin 3893 -> 3192 bytes locale/zh_CN/LC_MESSAGES/BingWallpaper.po | 143 ++++++++------- metadata.json | 2 +- 30 files changed, 1572 insertions(+), 673 deletions(-) create mode 100644 locale/es/LC_MESSAGES/BingWallpaper.mo create mode 100644 locale/es/LC_MESSAGES/BingWallpaper.po create mode 100644 locale/es_ES/LC_MESSAGES/BingWallpaper.mo create mode 100644 locale/es_ES/LC_MESSAGES/BingWallpaper.po create mode 100644 locale/fr/LC_MESSAGES/BingWallpaper.mo create mode 100644 locale/fr/LC_MESSAGES/BingWallpaper.po create mode 100644 locale/ru/LC_MESSAGES/BingWallpaper.mo create mode 100644 locale/ru/LC_MESSAGES/BingWallpaper.po diff --git a/README.md b/README.md index 02ba953e..75f727e3 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/Settings.ui.h b/Settings.ui.h index f54494b4..692d9be6 100644 --- a/Settings.ui.h +++ b/Settings.ui.h @@ -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:"); diff --git a/locale/BingWallpaper.pot b/locale/BingWallpaper.pot index 52f51c81..7ad29a67 100644 --- a/locale/BingWallpaper.pot +++ b/locale/BingWallpaper.pot @@ -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 \n" "Language-Team: LANGUAGE \n" @@ -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 "" "This program comes with ABSOLUTELY NO WARRANTY.\n" "See the GNU General Public License, version 3 or later for details." msgstr "" -#: Settings.ui.h:23 +#: Settings.ui.h:20 msgid "About" msgstr "" -#: extension.js:113 -msgid "" +#: 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 "" 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 "" diff --git a/locale/de/LC_MESSAGES/BingWallpaper.mo b/locale/de/LC_MESSAGES/BingWallpaper.mo index a3a4336542ddcf230d8f80c827b993985f59ddca..e40bcf1a37d6f60e86e1e8e233acfeb6b74f1316 100644 GIT binary patch delta 666 zcmYk(%PT}t9KiA4WyW9(2IDe$%!2UiviWPW`C-{I}xZ)G(#C@#BD{K|X$~}u3K76Ad^ox3cNfb@0 z4K;xY?7&3~;x_94_OK4mFoG8t!aSDZD<<(1yD7>naTA>mh!lt~85YEpK6cOG5H{cj zcH$vwLN}PhJSH$(CKAIOY65Sl`+vOmNVyxR8%@5?q9&L@DwlPP6JL&5XvTNmh5~BE zU)Y1c*obk;)_s$x70sh}OT4+=(%*G(OHOxmP2oaLP7>NVO;*p>qSKW;C`h;_=U!-r zlO-{op`FlC>*6Fr2c3>odEfpMw$F<;4SU#kU|7%oS!=mu(h7%CR&8J^l8@eFlsy^NWpK_~s#w$Af6%Q#PXGV_ delta 1112 zcmZwF%WD%s9Ki8O+t^wgwXIsMj}9K}16#F5ixxzp@!;!HM0)69o1G?u$)xOVi1bnf z5xs~K?7;^jc=VuD^x{FNPY`?@Efzfb4+zDBet+wOD*j;d+3fyy=J%V~3mvaJrx)59 zt|_96v5B!Jp;Rxn)bT^y$94DsKj14&;*ENxhVc$=#!t8fzhMh@HvF_3uk$~RGVfdL z!9`rH)U?{lY_j-nY{Li#`m}a7g63%E>r3-uE#YvhHEiE zdG8`N;S8>3eRZ3QK5pE{A)J^0>_U6v&yEg|{f7HvNYScqxl&o&f$On?($Qs#rMKv>{uV#ts}osr(Ge4xK~k@D6UnhbRlpqvU`|lWxw@|v?$dIZevQG(M@oJ1TPv1*?^Q8$%n z$yk@yRWlyi$jrW|zmiCuEJt?2=Df(3U06GnJeqO7_Ox4aTUTvV(B|x9(Q|R0t`>}w zBvaM4!3gxQyO_&Spq)e_(g+@n#=R#{-^w$ER?(r&7 zS^G9D*)Z&_EhMK>L;bsU_U|0jyVCpj4A#uDkBRi`!N!Y;l=RSlnjVZa@v`Y%qAg>b zmn#G|SBPxB;_}ATW}1(WX00>&-)FjHBb^P-6zA>+q-xJi8Os~n*%#-uv5vkfCe#^Q z^mW0I6qz7zinQi*wG#Mdp!T`BbSy(}g}~VHrL(9b#knVO8UI;1?y|%d@*)dlT{K|= JXPh*=?+5Dr&^Z7A diff --git a/locale/de/LC_MESSAGES/BingWallpaper.po b/locale/de/LC_MESSAGES/BingWallpaper.po index 568880a8..65f70113 100644 --- a/locale/de/LC_MESSAGES/BingWallpaper.po +++ b/locale/de/LC_MESSAGES/BingWallpaper.po @@ -7,85 +7,71 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-02 14:40+1000\n" -"PO-Revision-Date: 2017-10-02 14:52+1000\n" +"POT-Creation-Date: 2018-07-28 15:27+1000\n" +"PO-Revision-Date: 2018-07-28 16:05+1000\n" "Last-Translator: Jonatan Hatakeyama Zeidler \n" "Language-Team: \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.0.4\n" +"X-Generator: Poedit 2.0.6\n" #: Settings.ui.h:1 msgid "Hide the indicator" msgstr "Indikator ausblenden" #: Settings.ui.h:2 -msgid "Send a notification with explanation when a new image is downloaded." -msgstr "" -"Eine Benachrichtigung mit Erklärung anzeigen, wenn ein neues Bild " -"heruntergeladen wurde." - -#: Settings.ui.h:3 -msgid "Notifications" -msgstr "Benachrichtigungen" - -#: Settings.ui.h:4 -msgid "Use transient notifications (auto dismiss)" -msgstr "Flüchtige Benachrichtigung (automatisches Entfernen)" - -#: Settings.ui.h:5 msgid "Set background image" msgstr "Hintergrundbild setzen" -#: Settings.ui.h:6 +#: Settings.ui.h:3 msgid "Set lock screen image" msgstr "Hintergrundbild des Sperrbildschirms ändern" -#: Settings.ui.h:7 +#: Settings.ui.h:4 msgid "Download folder:" msgstr "Speicherverzeichnis:" -#: Settings.ui.h:8 +#: Settings.ui.h:5 msgid "Bing Wallpaper pictures folder" msgstr "Bilderordner für Bing-Hintergrundbilder" -#: Settings.ui.h:9 +#: Settings.ui.h:6 msgid "Delete previously downloaded wallpapers:" msgstr "Alte Hintergrundbilder löschen:" -#: Settings.ui.h:10 +#: Settings.ui.h:7 msgid "Days to store wallpapers before deleting:" msgstr "Tage, bevor Hintergrundbilder wieder gelöscht werden:" -#: Settings.ui.h:11 +#: Settings.ui.h:8 msgid "Bing locale:" msgstr "Bing-Region:" -#: Settings.ui.h:12 +#: Settings.ui.h:9 #, fuzzy #| msgid "Default is en-US" msgid "Default is English - United States" msgstr "Vorgabe ist en-US" -#: Settings.ui.h:13 +#: Settings.ui.h:10 msgid "Screen resolution:" msgstr "Bildschirmauflösung:" -#: Settings.ui.h:14 +#: Settings.ui.h:11 msgid "Override automatic resolution selection" msgstr "Kraft-Option für Bildschirmauflösung" -#: Settings.ui.h:15 extension.js:118 +#: Settings.ui.h:12 extension.js:134 msgid "Settings" msgstr "Einstellungen" -#: Settings.ui.h:16 +#: Settings.ui.h:13 msgid "Gnome shell extension version: " msgstr "Version dieser GNOME Shell-Erweiterung: " -#: 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." @@ -94,19 +80,19 @@ msgstr "" "für die angegebene Region. Zeigt eine Benachrichtigung mit Bildbeschreibung " "und Urheberrechtsinformation." -#: Settings.ui.h:18 +#: Settings.ui.h:15 msgid "Maintained by Michael Carroll" msgstr "Gewartet durch Michael Carroll" -#: Settings.ui.h:19 +#: Settings.ui.h:16 msgid "https://github.com/neffo/bing-wallpaper-gnome-extension" msgstr "https://github.com/neffo/bing-wallpaper-gnome-extension" -#: Settings.ui.h:20 +#: Settings.ui.h:17 msgid "Based on NASA APOD Gnome shell extension by Elia Argentieri" msgstr "Basiert auf der NASA APOD Gnome Shell-Erweiterung von Elia Argentieri" -#: Settings.ui.h:21 +#: Settings.ui.h:18 msgid "" "This program comes with ABSOLUTELY NO WARRANTY.\n" "See the GNU General Public License, version 3 or later" -#: Settings.ui.h:23 +#: Settings.ui.h:20 msgid "About" msgstr "Info" -#: extension.js:113 +#: extension.js:81 extension.js:84 +#, fuzzy +msgid "minutes" +msgstr "minuten" + +#: extension.js:87 +#, fuzzy +msgid "days" +msgstr "tag" + +#: extension.js:90 +#, fuzzy +msgid "hours" +msgstr "stunden" + +#: extension.js:127 msgid "" msgstr "" -#: extension.js:114 -msgid "Show description" -msgstr "Beschreibung anzeigen" +#: extension.js:129 extension.js:130 +#, fuzzy +msgid "Awaiting refresh..." +msgstr "Warten auf aktualisierung..." -#: extension.js:115 +#: extension.js:131 #, fuzzy msgid "Copy image URL to clipboard" msgstr "Kopiere die Bild-URL in die Zwischenablage" -#: extension.js:116 +#: extension.js:132 msgid "Set wallpaper" msgstr "Hintergrundbild festlegen" -#: extension.js:117 +#: extension.js:133 msgid "Refresh Now" msgstr "Aktualisieren" -#: extension.js:160 -#, fuzzy -msgid "Open extension settings" -msgstr "Öffnen Erweiterung Einstellungen" - -#: extension.js:165 -msgid "Bing website" -msgstr "Bing-Webseite" - -#: extension.js:197 +#: extension.js:163 msgid "Next refresh" msgstr "Nächste Aktualisierung" -#: extension.js:288 +#: extension.js:279 prefs.js:152 #, fuzzy msgid "Market not available in your region" msgstr "Bing-Region nicht in Ihrer Region verfügbar" -#: extension.js:288 -#, fuzzy -msgid "" -"The selected market is not available in your country or geographic region.\n" -msgstr "" -"Der ausgewählte Bing-Region ist in Ihrem Land oder Ihrer Region nicht " -"verfügbar.\n" - -#: extension.js:297 +#: extension.js:289 msgid "Bing Wallpaper of the Day for" msgstr "Bing Bild des Tages für" -#: extension.js:346 +#: extension.js:337 msgid "No wallpaper available" msgstr "Kein Hintergrundbild verfügbar" -#: extension.js:347 +#: extension.js:338 msgid "No picture for today 😞." msgstr "Kein Bild heute 😞." -#: prefs.js:151 +#: prefs.js:140 #, fuzzy msgid "Fetching data..." msgstr "Daten abrufen..." -#: prefs.js:163 -#, fuzzy -msgid "This market is not available in your region" -msgstr "Bing-Region nicht in Ihrer Region verfügbar" - -#: prefs.js:167 +#: prefs.js:156 #, fuzzy msgid "A network error occured" msgstr "Ein Netzwerkfehler ist aufgetreten" +#~ msgid "Send a notification with explanation when a new image is downloaded." +#~ msgstr "" +#~ "Eine Benachrichtigung mit Erklärung anzeigen, wenn ein neues Bild " +#~ "heruntergeladen wurde." + +#~ msgid "Notifications" +#~ msgstr "Benachrichtigungen" + +#~ msgid "Use transient notifications (auto dismiss)" +#~ msgstr "Flüchtige Benachrichtigung (automatisches Entfernen)" + +#~ msgid "Show description" +#~ msgstr "Beschreibung anzeigen" + +#, fuzzy +#~ msgid "Open extension settings" +#~ msgstr "Öffnen Erweiterung Einstellungen" + +#~ msgid "Bing website" +#~ msgstr "Bing-Webseite" + +#, fuzzy +#~ msgid "" +#~ "The selected market is not available in your country or geographic " +#~ "region.\n" +#~ msgstr "" +#~ "Der ausgewählte Bing-Region ist in Ihrem Land oder Ihrer Region nicht " +#~ "verfügbar.\n" + +#, fuzzy +#~ msgid "This market is not available in your region" +#~ msgstr "Bing-Region nicht in Ihrer Region verfügbar" + #~ msgid "Default is \"auto\"" #~ msgstr "Vorgabe ist auto" diff --git a/locale/es/LC_MESSAGES/BingWallpaper.mo b/locale/es/LC_MESSAGES/BingWallpaper.mo new file mode 100644 index 0000000000000000000000000000000000000000..05466467c5f8f8a970debda7f90a4bd2c748cf03 GIT binary patch literal 3482 zcmcgu&5t8T6|ZDN2qutE0tp{^3`iu}wCx#4cI2H|=Xv0FfNQ|d1Fr-5{t@s=;Lm_x0=@zK0`MK+L%`j2dRv@z6fMn*e-~P_OcF+ zBf=H^h1)UCESv4BABc^0!a3rHedGsj%pUfSZRH2$73+t8vwfT!eo!s~ArxYz=g6yp zS7AsY8>+lAD!(LF!dO}g`j%Q<2qS6C!li?u4m9?z@Nz_%8>v9Yx*Sq>t-rf{c(A#B zje5IuwY$IH?HyceHu_3YIaIVFX$TFg3&XM;hfb??e0-M|U-P_%uEej_p43#mYZkDi< zHKixCX|$xSFO)5{@>;BEThLVmX)MPIf(Oy>4SB+L+`T*2SqZ%XdnQ-YZR0X&R7b22 zr7f^`;wn$aGl@AIIib=;xl!9xO06rO=$hQ~s(_(QTK5V82_(t7QV(<{OLl-`!+EJi z-SIZ``5@wyn6q%F>l;;p7w$7|9fStvT(-)3VnqsOU}J{NE`@S9LNujY0K zN);q1q{65YLF$MNHIS8o=s=scFd9{t(4o~Og5NLMTpYn+nCI1zc2$7mxjVMT$sA{9 zF$s`0eLan2M_g8AHsoC7vXsqcQ+#p;r!~_d@v_b*HL7jS;X$@`q_(IV3thW;vN%9Cuk*QG#)7iL-9%`j-DS_^);~eAeI8*=r&9B~Q^483oxiqm0 z^E}%ntI~1sGYAXLR53vT!O8fS*q=6S&mD_?=9RK%&UHi|W~MT`QFvD&sWEZ!B}(lE zIz3*PznxjaXE;?s)a_cJ$*Z)9j&E5t7`Rr7?PPW#DY#9NS%Zi@@2WFKkf#!5Dj{SGa)7nhUvg=A@&7GLbV*gn75ZnqoT zGL*@Imo}iso$nA5p&jj4sdm`3MTNRd4wM{0Xua-`3XPpBJDYPm7MtzHy0hqIh&vfW zUkSroV}p!eB;?u$RjwW$Tuzqf=UDAP`DD{(F6Szy4IJ>KB=d#mu^*fIIG^ z?fE7f2)hO@Dw`TLA$m;3sl+DrrbIt2qDUd9Z-PT)sH*b%iMLuUYyed&;^Ev zqAEyQ_>{S@AlCTS9rCzJMo0ipn2ds3`4IVOnvy%} z1+!r{!<>S;$!N&qXkg;t3WUe^jE27QM;dX*aNu4XJF9s(pc3IQX9{}2jiA zo!`IgPWT=ZfkkOlwhsJ!R@8f^@9_w~r(kCqF+T&yL?6NSI4vfrJyQytgvm&WTcTT2 zk0&{FsPp|eZ)PP?cg3t==dxnu-(yW(*ms?ql+v^}YoTmRY8>dv32+(@)C~Wj?v>fS LUV-xd_p$U}xI7sO literal 0 HcmV?d00001 diff --git a/locale/es/LC_MESSAGES/BingWallpaper.po b/locale/es/LC_MESSAGES/BingWallpaper.po new file mode 100644 index 00000000..7118697e --- /dev/null +++ b/locale/es/LC_MESSAGES/BingWallpaper.po @@ -0,0 +1,205 @@ +# 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 , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-07-28 15:27+1000\n" +"PO-Revision-Date: 2018-07-28 15:50+1000\n" +"Last-Translator: Mario Rubio\n" +"Language-Team: \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.0.6\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: Settings.ui.h:1 +msgid "Hide the indicator" +msgstr "Ocultar indicador" + +#: Settings.ui.h:2 +msgid "Set background image" +msgstr "Cambio automático de fondo de pantalla" + +#: Settings.ui.h:3 +msgid "Set lock screen image" +msgstr "Cambio automático de imagen en la pantalla de bloqueo" + +#: Settings.ui.h:4 +msgid "Download folder:" +msgstr "Carpeta de descarga:" + +#: Settings.ui.h:5 +msgid "Bing Wallpaper pictures folder" +msgstr "Carpeta de almacenamiento de los fondos de pantalla Bing" + +#: Settings.ui.h:6 +msgid "Delete previously downloaded wallpapers:" +msgstr "Borrar fondos anteriormente descargados:" + +#: Settings.ui.h:7 +msgid "Days to store wallpapers before deleting:" +msgstr "Días a almacenar fondos antes de su borrado:" + +#: Settings.ui.h:8 +msgid "Bing locale:" +msgstr "Localización de Bing:" + +# Locale names are automatically translated/fetched?? +# Yes > Por defecto se usa "Inglés - EEUU" +# No > Por defecto se usa "English - United States" +#: Settings.ui.h:9 +msgid "Default is English - United States" +msgstr "Por defecto se usa \"English - United States\"" + +#: Settings.ui.h:10 +msgid "Screen resolution:" +msgstr "Resolución de pantalla:" + +#: Settings.ui.h:11 +msgid "Override automatic resolution selection" +msgstr "Desactivar selección automática de resolución" + +#: Settings.ui.h:12 extension.js:134 +msgid "Settings" +msgstr "Ajustes" + +#: Settings.ui.h:13 +msgid "Gnome shell extension version: " +msgstr "Versión de la extensión: " + +#: 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 "" +"Cambio diario del fondo de pantalla utilizando la foto del día regional de " +"Bing. Notificaciones automáticas con la descripción e información de " +"copyright de la imagen." + +#: Settings.ui.h:15 +msgid "Maintained by Michael Carroll" +msgstr "Mantenido por Michael Carroll" + +#: Settings.ui.h:16 +msgid "https://github.com/neffo/bing-wallpaper-gnome-extension" +msgstr "https://github.com/neffo/bing-wallpaper-gnome-extension" + +#: Settings.ui.h:17 +msgid "Based on NASA APOD Gnome shell extension by Elia Argentieri" +msgstr "Basada en la extensión NASA APOD de Elia Argentieri" + +#: Settings.ui.h:18 +msgid "" +"This program comes with ABSOLUTELY NO WARRANTY.\n" +"See the GNU General Public License, version 3 or later for details." +msgstr "" +"Este programa se distribuye con la esperanza de que sea " +"útil pero SIN NINGUNA GARANTÍA\n" +"Para más detalles, vea GNU General Public License, versión 3 o superior." + +#: Settings.ui.h:20 +msgid "About" +msgstr "Sobre" + +#: extension.js:81 extension.js:84 +#, fuzzy +msgid "minutes" +msgstr "minutos" + +#: extension.js:87 +#, fuzzy +msgid "days" +msgstr "dias" + +#: extension.js:90 +#, fuzzy +msgid "hours" +msgstr "horas" + +#: extension.js:127 +msgid "" +msgstr "" + +#: extension.js:129 extension.js:130 +#, fuzzy +msgid "Awaiting refresh..." +msgstr "Esperando la actualización..." + +#: extension.js:131 +msgid "Copy image URL to clipboard" +msgstr "Copiar URL de la imagen al portapapeles" + +#: extension.js:132 +msgid "Set wallpaper" +msgstr "Establecer fondo de pantalla" + +#: extension.js:133 +msgid "Refresh Now" +msgstr "Actualizar ahora" + +#: extension.js:163 +msgid "Next refresh" +msgstr "Próxima actualización" + +#: extension.js:279 prefs.js:152 +msgid "Market not available in your region" +msgstr "Servicio no disponible en su región" + +#: extension.js:289 +msgid "Bing Wallpaper of the Day for" +msgstr "Fondo de pantalla de Bing del día para" + +#: extension.js:337 +msgid "No wallpaper available" +msgstr "No hay ningún fondo de pantalla disponible" + +#: extension.js:338 +msgid "No picture for today 😞." +msgstr "Hoy no hay ninguna imagen 😞." + +#: prefs.js:140 +msgid "Fetching data..." +msgstr "Obteniendo datos..." + +# Error de conexión? +# o +# Error de red? +#: prefs.js:156 +msgid "A network error occured" +msgstr "A ocurrido un error de conexión" + +#~ msgid "Send a notification with explanation when a new image is downloaded." +#~ msgstr "" +#~ "Mostrar una notificación explicatoria cada vez que se descargue una nueva " +#~ "imagen." + +#~ msgid "Notifications" +#~ msgstr "Notificaciones" + +#~ msgid "Use transient notifications (auto dismiss)" +#~ msgstr "Usar notificaciones temporales" + +#~ msgid "Show description" +#~ msgstr "Mostrar descripción" + +#~ msgid "Open extension settings" +#~ msgstr "Abrir el menú de ajustes de la extensión" + +#~ msgid "Bing website" +#~ msgstr "Página de Bing" + +#~ msgid "" +#~ "The selected market is not available in your country or geographic " +#~ "region.\n" +#~ msgstr "El Servicio no está disponible en su país o región geográfica.\n" + +#~ msgid "This market is not available in your region" +#~ msgstr "Este servicio no esta disponible en su región" diff --git a/locale/es_ES/LC_MESSAGES/BingWallpaper.mo b/locale/es_ES/LC_MESSAGES/BingWallpaper.mo new file mode 100644 index 0000000000000000000000000000000000000000..d1865bff4bd75dc878c8ba71ce21fa922f5d5401 GIT binary patch literal 3660 zcmcguON=DN5lt41p}`;UAAbl25Fn`To;7C2y)!HId|7#>XEZ$n=4546WmhL#omtMT zn%-GsS@PLFTK*icIrxMOhm|iJe3`4|gAWMFmJh!9hJ9|XP*`~~n$;Fp2h*!&DI1}*`A1biC!Ht^HH_Zs{g@KKEa z1$-Fz$i21w2>3Y0-vY9I3w#9l8j$_{Dex)aTfhf^?*e)MUxA+m{vG%^VC&;Td;&DY=@q0kR_)quO`~CxDJ}L{&jJ4cWM2LaWWS%lWts190-47>;6p$SWZu6A zWWRn6CTAOEb?y;1_`@kp25U@CD$nf$aaEfw-#pCy;r$>y!2U z?gcV04+43969^hYEZ83`59jh6KfIUY#dl!4=O0crY!CVJDIoLC566@5h)@a88REz> zI@ zSH!9>q#>_wsI?_Ok$Jv!OFCKGws+#HCCNft& zu`!k=!`!K@98KpIQ(W$pN*nBk(;6$Yv(oykdY@An9BtEvQy|HcBx6fG(upkj0?Zf3 zYGxu;K5@DTbJC;;cX8@;HZDmUteu2iZLxvRq$e^{bbPqW&Lp`mVk=!La8=J=d}*Cp z`0XiHu%Hm0TruH2v8hI~%3<2mmdSFBOpNH*=n~`)OLiAauo&(+b)s$Maq-knO>Sk1 zHFHipY&D-7CVOIAmC2Z6k;+nXP(M0?O&;|~yr|PUZ?#F89z<(TYJ*%dI17>9)5%z> zoHiuVD9{JXBr<6Ijt|x|YGnUD<%-IS-4S@?Ek!sga z{b9r6>)aDw!=ds5o_aAxBI4ata|R8l;x+`KW7KG5J26&9^Sx2V6%);CMNG7*IHU*8 zz6!Uat7-I7UBo?V9jd~*GTQT*PNVfI^U;yT=Y##|5RvCvi#CxEJ-XOkUWvMwqKhlE z{Ego8E6*->yWQ5V^ksD9r16jf>w1LPXiJAxtSu%@Rv}fRBPAy=Ive*$`R{BETYFdc zwid1|x4W$kYf#~^cv|4d5_jknIr88#Ap@LO<=XMlcC@ls$0v`Ji?&Q+Q_gK#iFMif zc2vt(aOuFRRF}l^_Co6*ub^ttHcHC($P{7d*DhYB`sdoyh8|m^Mu>DH2*C zbA3Z5paZ4cNU}_&|47~5@}Y8qZcFm0Jnc)TBVQF}EK!dA;o#R2DcKWREXFu+@4y2PbIeWtgsm*icS&!xaLGaIR2E`{|!98t* z=AYAf3t>mOSgK5;^|%(Us;+D76hj+3CAR82V^zWTn6v5{=g(Ws4 zcDW;jz_Txy=C5cFa)SIuSVOY&S;4?9`=J!PlO2R#BO4BDoT_^RnrmaRO@pR4G#M6D z=j;v0j`XvXX*xv0j1uczXbbfab`}i-1DqIC#e|LlH$%5LKLH|$D_?TAL?Vezu*F?! zMv$A40&0=-*y}5bt#dN9J#i4){Rnb`exs=Jl9v8UD_Iijyz3TwoI(=>fSZy}q|0Cw zz2sb+X5V{aKZYbAS{!L;jOT0#`qhNwmV7}w*-y~ga9rI@($Gy0=H2yqP8T wZR_e(YHD+4l%0ul3+=L~?2>zMg8z2iX|w-o1wBM3(~>)x, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-07-28 15:27+1000\n" +"PO-Revision-Date: 2018-07-28 15:48+1000\n" +"Last-Translator: Mario Rubio\n" +"Language-Team: \n" +"Language: es_ES\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.0.6\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: Settings.ui.h:1 +msgid "Hide the indicator" +msgstr "Ocultar indicador" + +#: Settings.ui.h:2 +msgid "Set background image" +msgstr "Cambio automático de fondo de pantalla" + +#: Settings.ui.h:3 +msgid "Set lock screen image" +msgstr "Cambio automático de imagen en la pantalla de bloqueo" + +#: Settings.ui.h:4 +msgid "Download folder:" +msgstr "Carpeta de descarga:" + +#: Settings.ui.h:5 +msgid "Bing Wallpaper pictures folder" +msgstr "Carpeta de almacenamiento de los fondos de pantalla Bing" + +#: Settings.ui.h:6 +msgid "Delete previously downloaded wallpapers:" +msgstr "Borrar fondos anteriormente descargados:" + +#: Settings.ui.h:7 +msgid "Days to store wallpapers before deleting:" +msgstr "Días a almacenar fondos antes de su borrado:" + +#: Settings.ui.h:8 +msgid "Bing locale:" +msgstr "Localización de Bing:" + +# Locale names are automatically translated/fetched?? +# Yes > Por defecto se usa "Inglés - EEUU" +# No > Por defecto se usa "English - United States" +#: Settings.ui.h:9 +msgid "Default is English - United States" +msgstr "Por defecto se usa \"English - United States\"" + +#: Settings.ui.h:10 +msgid "Screen resolution:" +msgstr "Resolución de pantalla:" + +#: Settings.ui.h:11 +msgid "Override automatic resolution selection" +msgstr "Desactivar selección automática de resolución" + +#: Settings.ui.h:12 extension.js:134 +msgid "Settings" +msgstr "Ajustes" + +#: Settings.ui.h:13 +msgid "Gnome shell extension version: " +msgstr "Versión de la extensión: " + +#: 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 "" +"Cambio diario del fondo de pantalla utilizando la foto del día regional de " +"Bing. Notificaciones automáticas con la descripción e información de " +"copyright de la imagen." + +#: Settings.ui.h:15 +msgid "Maintained by Michael Carroll" +msgstr "Mantenido por Michael Carroll" + +#: Settings.ui.h:16 +msgid "https://github.com/neffo/bing-wallpaper-gnome-extension" +msgstr "https://github.com/neffo/bing-wallpaper-gnome-extension" + +#: Settings.ui.h:17 +msgid "Based on NASA APOD Gnome shell extension by Elia Argentieri" +msgstr "Basada en la extensión NASA APOD de Elia Argentieri" + +#: Settings.ui.h:18 +msgid "" +"This program comes with ABSOLUTELY NO WARRANTY.\n" +"See the GNU General Public License, version 3 or later for details." +msgstr "" +"Este programa se distribuye con la esperanza de que sea " +"útil pero SIN NINGUNA GARANTÍA\n" +"Para más detalles, vea GNU General Public License, versión 3 o superior." + +#: Settings.ui.h:20 +msgid "About" +msgstr "Sobre" + +#: extension.js:81 extension.js:84 +msgid "minutes" +msgstr "minutos" + +#: extension.js:87 +msgid "days" +msgstr "dias" + +#: extension.js:90 +msgid "hours" +msgstr "horas" + +#: extension.js:127 +msgid "" +msgstr "" + +#: extension.js:129 extension.js:130 +msgid "Awaiting refresh..." +msgstr "Esperando para actualizar..." + +#: extension.js:131 +msgid "Copy image URL to clipboard" +msgstr "Copiar URL de la imagen al portapapeles" + +#: extension.js:132 +msgid "Set wallpaper" +msgstr "Establecer fondo de pantalla" + +#: extension.js:133 +msgid "Refresh Now" +msgstr "Actualizar ahora" + +#: extension.js:163 +msgid "Next refresh" +msgstr "Próxima actualización" + +#: extension.js:279 prefs.js:152 +msgid "Market not available in your region" +msgstr "Servicio no disponible en su región" + +#: extension.js:289 +msgid "Bing Wallpaper of the Day for" +msgstr "Fondo de pantalla de Bing del día para" + +#: extension.js:337 +msgid "No wallpaper available" +msgstr "No hay ningún fondo de pantalla disponible" + +#: extension.js:338 +msgid "No picture for today 😞." +msgstr "Hoy no hay ninguna imagen 😞." + +#: prefs.js:140 +msgid "Fetching data..." +msgstr "Obteniendo datos..." + +# Error de conexión? +# o +# Error de red? +#: prefs.js:156 +msgid "A network error occured" +msgstr "A ocurrido un error de conexión" + +#~ msgid "Send a notification with explanation when a new image is downloaded." +#~ msgstr "" +#~ "Mostrar una notificación explicatoria cada vez que se descargue una nueva " +#~ "imagen." + +#~ msgid "Notifications" +#~ msgstr "Notificaciones" + +#~ msgid "Use transient notifications (auto dismiss)" +#~ msgstr "Usar notificaciones temporales" + +#~ msgid "Show description" +#~ msgstr "Mostrar descripción" + +#~ msgid "Open extension settings" +#~ msgstr "Abrir el menú de ajustes de la extensión" + +#~ msgid "Bing website" +#~ msgstr "Página de Bing" + +#~ msgid "" +#~ "The selected market is not available in your country or geographic " +#~ "region.\n" +#~ msgstr "El Servicio no está disponible en su país o región geográfica.\n" + +#~ msgid "This market is not available in your region" +#~ msgstr "Este servicio no esta disponible en su región" diff --git a/locale/fr/LC_MESSAGES/BingWallpaper.mo b/locale/fr/LC_MESSAGES/BingWallpaper.mo new file mode 100644 index 0000000000000000000000000000000000000000..91dc2d5af11a0f56ed77c84b4daf0b4765fe3991 GIT binary patch literal 3495 zcmcguON=8&8LrJPkC;b7UW8|UHb}Fpq;1bcNmkyO0gu!VL)pDF{x?1rfm|oJgDl5;u+<$dLnz1cz|u``c~Lc(tb-(vtnTtN!}y ze}2FJ`Ph|T2t3c=^G$r7xFp1N;1?gl7oI-=p8~!E{5$Zkz^?*-byT62)_?i4LVO+gD3I-Z4!8o`0)7E_56I`oz$buj0-prF4g3=DPr%Ou-v_=7{2Q=~ z7+n6G5Z}T3Ha0&3o&ee2yARLge*)aZ`_F*9{sEBX{{>__9iL*aZF=$o~Bs z$o^fz*VDj9fCRh-{2Fi@h$}=4WWOEo5|E!q@L?IGvb^idz^~xL`GeXrj+`sL2jQCe z3*+M@1!+Aum+HmJ~WCW#g=X=b9e zdb2*vN4WS-@0ji=tGqO{U-ThGJF{cY(^&bSouwDZc``Cre!U?#X@Ivxs-k&7)ER6@|yYah0$y}x&h?pQcUVW^BD_2V3N@=g6y z>KZMn?NeoQt-Kan+NSgxf|SWjLGhsU`<6UqJMQ1jbe!YffIX9_YTLM28r2e=p|mOX zPF>+?ve1~okyFZDskgkX(lWm*ncX!z=T!(ucI0SP3@x?B%*EOT~%W5aowt4LIc zz0S%#X%nP2JM}sp=A z6jEVSjv%$fEj5sZf$BhAn;MO(i|E+u9Kk=#*<6S~80L93)~*O}JaH3ioJ=6Ih)IC1 zYPpJJOWam@Jmg#?GMDvwT|790Rn4?W{6HtO8r3%8@E}{eQd`uG#a+nsu8xON8R|%s zj4{~tCo1Q7k{lx`vTqc^bTRIthgzAplt6dQ<6Oqwai;$B>tDWI=dFb|=i0;`%=2uQ zEON)ekD)9$QlutOgL2)E7OTQu;s-R<4( zxq++oX078anjH6>W-ug&M~%#&6mAlVzz3CY93S0|Zk)@pJp<*Vu8m#7DfCF5<$X3cwZ; zeKPA^*kjSj(=+uzitcdRlmrdpQXwa!$9{T->QZsV)4Sc?5w(vy$GtAyX){%CckAp@ zKwGLez@eWSVHXsNY*L~?P+@_NL^vP(Rg_zw!4o}MLYG(s;^K0Py7K>wx)QGnh>>cITx zo2ryl#0-1ad~iQA;%K`qd0=qR6)(o#tN#mbl?F~B_5(; zEgVmD$eh(YSIUSlWtzDazF;~n^Mcryu(L{WSva!bY$PkgLRaIa?rrzeEiI35;7~=6*J+?h=-=KNFoPtA&p=oRoZF}#!?Af+~6Wb`Qs)` bK38aCkjM)H_jMzD#UD`61FG&5, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-07-28 15:27+1000\n" +"PO-Revision-Date: 2018-07-28 16:00+1000\n" +"Last-Translator: Christophe Jean \n" +"Language-Team: \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.0.6\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: Settings.ui.h:1 +msgid "Hide the indicator" +msgstr "Cacher l'indicateur" + +#: Settings.ui.h:2 +msgid "Set background image" +msgstr "Définir l'arrière-plan" + +#: Settings.ui.h:3 +msgid "Set lock screen image" +msgstr "Définir l'écran de verouillage" + +#: Settings.ui.h:4 +msgid "Download folder:" +msgstr "Dossier de téléchargement :" + +#: Settings.ui.h:5 +msgid "Bing Wallpaper pictures folder" +msgstr "Dossier d'image de Bing Wallpaper" + +#: Settings.ui.h:6 +msgid "Delete previously downloaded wallpapers:" +msgstr "Supprimer les images précédemment téléchargées :" + +#: Settings.ui.h:7 +msgid "Days to store wallpapers before deleting:" +msgstr "" +"Nombres de jours pendant lesquels les arrière-plans sont conservés avant " +"suppression :" + +#: Settings.ui.h:8 +msgid "Bing locale:" +msgstr "Localisation de Bing :" + +#: Settings.ui.h:9 +msgid "Default is English - United States" +msgstr "Anglais - États-Unis par défaut" + +#: Settings.ui.h:10 +msgid "Screen resolution:" +msgstr "Résolution :" + +#: Settings.ui.h:11 +msgid "Override automatic resolution selection" +msgstr "Ignorer la sélection de résolution automatique" + +#: Settings.ui.h:12 extension.js:134 +msgid "Settings" +msgstr "Paramétres" + +#: Settings.ui.h:13 +msgid "Gnome shell extension version: " +msgstr "Version de l'extension Gnome shell :" + +#: 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 "" +"Change votre arrière-plan tous les jours pour l'image Bing du jour de votre " +"région. Crée une notification décrivant l'image et les informations de " +"copyright." + +#: Settings.ui.h:15 +msgid "Maintained by Michael Carroll" +msgstr "Maintenu par Michael Carroll" + +#: Settings.ui.h:16 +msgid "https://github.com/neffo/bing-wallpaper-gnome-extension" +msgstr "https://github.com/neffo/bing-wallpaper-gnome-extension" + +#: Settings.ui.h:17 +msgid "Based on NASA APOD Gnome shell extension by Elia Argentieri" +msgstr "Basé sur l'extension Gnome shell NASA APNN de Elia Argentieri" + +#: Settings.ui.h:18 +msgid "" +"This program comes with ABSOLUTELY NO WARRANTY.\n" +"See the GNU General Public License, version 3 or later for details." +msgstr "" +"Ce programme est livré avec ABSOLUMENT AUCUNE " +"GARANTIE.\n" +"Consultez la GNU General Public License, version 3 ou supérieure pour les détails." +"" + +#: Settings.ui.h:20 +msgid "About" +msgstr "A propos" + +#: extension.js:81 extension.js:84 +#, fuzzy +msgid "minutes" +msgstr "minutes" + +#: extension.js:87 +#, fuzzy +msgid "days" +msgstr "jours" + +#: extension.js:90 +#, fuzzy +msgid "hours" +msgstr "heures" + +#: extension.js:127 +msgid "" +msgstr "" + +#: extension.js:129 extension.js:130 +#, fuzzy +msgid "Awaiting refresh..." +msgstr "En attente de actualisation..." + +#: extension.js:131 +msgid "Copy image URL to clipboard" +msgstr "Copier l'URL de l'image dans le presse-papiers" + +#: extension.js:132 +msgid "Set wallpaper" +msgstr "Définir le fond d'écran" + +#: extension.js:133 +msgid "Refresh Now" +msgstr "Actualiser maintenant" + +#: extension.js:163 +msgid "Next refresh" +msgstr "Prochaine actualisation" + +#: extension.js:279 prefs.js:152 +msgid "Market not available in your region" +msgstr "Marché non disponible dans votre région" + +#: extension.js:289 +msgid "Bing Wallpaper of the Day for" +msgstr "Le fond d'écran Bing du jour pour" + +#: extension.js:337 +msgid "No wallpaper available" +msgstr "Aucun fond d'écran disponnible" + +#: extension.js:338 +msgid "No picture for today 😞." +msgstr "Pas d'image pour aujourd'hui 😞." + +#: prefs.js:140 +msgid "Fetching data..." +msgstr "Récupération des données..." + +#: prefs.js:156 +msgid "A network error occured" +msgstr "Une erreur de réseau est survenue" + +#~ msgid "Send a notification with explanation when a new image is downloaded." +#~ msgstr "" +#~ "Envoyer une notification avec explication lorsqu'une nouvelle image est " +#~ "téléchargée." + +#~ msgid "Notifications" +#~ msgstr "Notifications" + +#~ msgid "Use transient notifications (auto dismiss)" +#~ msgstr "Utiliser des notifications transitoires (rejet automatique)" + +#~ msgid "Show description" +#~ msgstr "Afficher la description" + +#~ msgid "Open extension settings" +#~ msgstr "Ouvrir les préférences de l'extension" + +#~ msgid "Bing website" +#~ msgstr "Site de Bing" + +#~ msgid "" +#~ "The selected market is not available in your country or geographic " +#~ "region.\n" +#~ msgstr "" +#~ "Le marché sélectionné n'est pas disponible dans votre pays ou région " +#~ "géographique.\n" + +#~ msgid "This market is not available in your region" +#~ msgstr "Ce marché n'est pas disponible dans votre région" diff --git a/locale/fr_FR/LC_MESSAGES/BingWallpaper.mo b/locale/fr_FR/LC_MESSAGES/BingWallpaper.mo index e50641c0ccd98b80e464dd0b32dd66eb49eef873..e80620460c0289b95d40217f336ed7913f114c7f 100644 GIT binary patch delta 803 zcmXxiPe@cz6vy#1^QOj`MrRuB?^M1tQ5%eLV3=V93zH}qH(}7Cs0maM|A1hNAcl6i zY0;&PQQ*Rj3n`uiE?QJXMY~oJqR=w1Rkd>A_xH>L_kHer^X8s&?|F|pR&tHaZ0wm4 z?Tk~5wuo6TrlMSkS9la(<2U?_$MCslb^rq$z;!&0fAI{q##jT3xQG`qhd)s3|HBTm zhWV`0!-LD1!Kwc~L>2V}v$%>%@D4k13zfh-Xm%1as6zADjYD_{CsF^uk8QYsNAM*! zli${uH1Xg)mhmfIb()FE0N!3nP_LrsH6LU=kO=CVw`QNH973X3aSP7P>CO)PU-~~@GWYGzp)u( zT#jQFeazzttYL#3HqJylpTh_$(hR*sJHuoxc$lFcvTk^kYL^mmVBwD0czDz*Rt4<` z%ZA^I+N98?6yz@M&A93WRHY)y&`BuhLf9V7`DQE`-1eSEf}NNbbzSjmE{I=pUosW9 z)ij(g_Z2ICf2mrkL;agmuRjRFeyiD<76V5<2qSQE;9dZ%wV!aF};5jIPUVyvdyHEms z1#gGnLP_{%ScI3MBwWl7ikybmv3>+j5MMpT%W*z<@J9GKya`@};@}b-g}*{c>`%B1 zb9~$jABTJ3^YA|SF?<*me}t2)XU3HJ4K6_`^bpb6QqRD{#8(wwWa9%U7cRoI0w|ST zhVQ`wi#hliJPkLYoL?YIY1wHg%DfJx1sCAm@Edpo`~ymhbJwTRt4Y{Sd&!F=;6jo5 zCCFLz5iG$kU>RP5qD*o7V1GAUWjzmXg|9#j--oxsJ|uUw2_?=iP!i7|<9_(`IQq-* zyv7HS?rWHV_wb-rYLdV-kF-Wi5)gI7L>;MEs-?}T8d7PNM+&&o$UQYlOiT*SD|e8g z43_kS;Y=$KnZ#sLMG-NPk{L~nLeh$M4A=ZAQoEL4Q9=e$Oa^qk_i6TxOyQ{YtGZ>* zMm9FR!?|2``q3b^Yu0sQ8~BlWtYLg@&d0`&SnJ5dF*l;lk&&gNenmUlzv8%V*|^5( zhUfU{ech^YokOOjZQZFFZ6jR?TD})J6;qk(ygYKOeXcQOGfol*x?-ccjiTAkdh!0ww*2v3_wJiNr1zH>4=n60&zH+% zCmg?;Q0TrD*=R!W|tmYRwlcRgK|FgHK*TQEXdZM>9`hBKw65**{OCx$yWA9`S z{;vT^Gqj=hOr#rOzq{7&hQ@bUamOqD+nLUng(p`Z^qawk33cL|E!iWRanrsG`>MSl zjMkIV;9$};o+z3&$V9P@`(3Z!b!$#o?RU*wXGhU#A6a84YB=|tEzLS%L|(Vn@9Kza zG!5Z>R(?rbH5@XvQ6uoJbghE8x*5cwVP_-KL82*2dZh_9Y~Olf=-jdY9OLTDRecS8 ks8g}^Y($cb(-sAyVPE6GhHTA*<~fE+T3TmN37B^DZ#!sbcmMzZ diff --git a/locale/fr_FR/LC_MESSAGES/BingWallpaper.po b/locale/fr_FR/LC_MESSAGES/BingWallpaper.po index ec875e20..05e63397 100644 --- a/locale/fr_FR/LC_MESSAGES/BingWallpaper.po +++ b/locale/fr_FR/LC_MESSAGES/BingWallpaper.po @@ -7,86 +7,72 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-03-18 15:29+0100\n" -"PO-Revision-Date: 2018-03-18 20:46+0100\n" +"POT-Creation-Date: 2018-07-28 15:27+1000\n" +"PO-Revision-Date: 2018-07-28 15:58+1000\n" +"Last-Translator: Christophe Jean \n" "Language-Team: \n" +"Language: fr_FR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 2.0.6\n" -"Last-Translator: Christophe Jean \n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"Language: fr_FR\n" #: Settings.ui.h:1 msgid "Hide the indicator" msgstr "Cacher l'indicateur" #: Settings.ui.h:2 -msgid "Send a notification with explanation when a new image is downloaded." -msgstr "" -"Envoyer une notification avec explication lorsqu'une nouvelle image est " -"téléchargée." - -#: Settings.ui.h:3 -msgid "Notifications" -msgstr "Notifications" - -#: Settings.ui.h:4 -msgid "Use transient notifications (auto dismiss)" -msgstr "Utiliser des notifications transitoires (rejet automatique)" - -#: Settings.ui.h:5 msgid "Set background image" msgstr "Définir l'arrière-plan" -#: Settings.ui.h:6 +#: Settings.ui.h:3 msgid "Set lock screen image" msgstr "Définir l'écran de verouillage" -#: Settings.ui.h:7 +#: Settings.ui.h:4 msgid "Download folder:" msgstr "Dossier de téléchargement :" -#: Settings.ui.h:8 +#: Settings.ui.h:5 msgid "Bing Wallpaper pictures folder" msgstr "Dossier d'image de Bing Wallpaper" -#: Settings.ui.h:9 +#: Settings.ui.h:6 msgid "Delete previously downloaded wallpapers:" msgstr "Supprimer les images précédemment téléchargées :" -#: Settings.ui.h:10 +#: Settings.ui.h:7 msgid "Days to store wallpapers before deleting:" msgstr "" "Nombres de jours pendant lesquels les arrière-plans sont conservés avant " "suppression :" -#: Settings.ui.h:11 +#: Settings.ui.h:8 msgid "Bing locale:" msgstr "Localisation de Bing :" -#: Settings.ui.h:12 +#: Settings.ui.h:9 msgid "Default is English - United States" msgstr "Anglais - États-Unis par défaut" -#: Settings.ui.h:13 +#: Settings.ui.h:10 msgid "Screen resolution:" msgstr "Résolution :" -#: Settings.ui.h:14 +#: Settings.ui.h:11 msgid "Override automatic resolution selection" msgstr "Ignorer la sélection de résolution automatique" -#: Settings.ui.h:15 extension.js:118 +#: Settings.ui.h:12 extension.js:134 msgid "Settings" msgstr "Paramétres" -#: Settings.ui.h:16 +#: Settings.ui.h:13 msgid "Gnome shell extension version: " msgstr "Version de l'extension Gnome shell :" -#: 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." @@ -95,19 +81,19 @@ msgstr "" "région. Crée une notification décrivant l'image et les informations de " "copyright." -#: Settings.ui.h:18 +#: Settings.ui.h:15 msgid "Maintained by Michael Carroll" msgstr "Maintenu par Michael Carroll" -#: Settings.ui.h:19 +#: Settings.ui.h:16 msgid "https://github.com/neffo/bing-wallpaper-gnome-extension" msgstr "https://github.com/neffo/bing-wallpaper-gnome-extension" -#: Settings.ui.h:20 +#: Settings.ui.h:17 msgid "Based on NASA APOD Gnome shell extension by Elia Argentieri" msgstr "Basé sur l'extension Gnome shell NASA APNN de Elia Argentieri" -#: Settings.ui.h:21 +#: Settings.ui.h:18 msgid "" "This program comes with ABSOLUTELY NO WARRANTY.\n" "See the GNU General Public License, version 3 ou supérieure pour les détails." "" -#: Settings.ui.h:23 +#: Settings.ui.h:20 msgid "About" msgstr "A propos" -#: extension.js:113 +#: extension.js:81 extension.js:84 +#, fuzzy +msgid "minutes" +msgstr "minutes" + +#: extension.js:87 +#, fuzzy +msgid "days" +msgstr "jours" + +#: extension.js:90 +#, fuzzy +msgid "hours" +msgstr "heures" + +#: extension.js:127 msgid "" msgstr "" -#: extension.js:114 -msgid "Show description" -msgstr "Afficher la description" +#: extension.js:129 extension.js:130 +#, fuzzy +msgid "Awaiting refresh..." +msgstr "En attente de actualisation..." -#: extension.js:115 +#: extension.js:131 msgid "Copy image URL to clipboard" msgstr "Copier l'URL de l'image dans le presse-papiers" -#: extension.js:116 +#: extension.js:132 msgid "Set wallpaper" msgstr "Définir le fond d'écran" -#: extension.js:117 +#: extension.js:133 msgid "Refresh Now" msgstr "Actualiser maintenant" -#: extension.js:160 -msgid "Open extension settings" -msgstr "Ouvrir les préférences de l'extension" - -#: extension.js:165 -msgid "Bing website" -msgstr "Site de Bing" - -#: extension.js:197 +#: extension.js:163 msgid "Next refresh" msgstr "Prochaine actualisation" -#: extension.js:288 +#: extension.js:279 prefs.js:152 msgid "Market not available in your region" msgstr "Marché non disponible dans votre région" -#: extension.js:288 -msgid "" -"The selected market is not available in your country or geographic region.\n" -msgstr "" -"Le marché sélectionné n'est pas disponible dans votre pays ou région " -"géographique.\n" - -#: extension.js:297 +#: extension.js:289 msgid "Bing Wallpaper of the Day for" msgstr "Le fond d'écran Bing du jour pour" -#: extension.js:346 +#: extension.js:337 msgid "No wallpaper available" msgstr "Aucun fond d'écran disponnible" -#: extension.js:347 +#: extension.js:338 msgid "No picture for today 😞." msgstr "Pas d'image pour aujourd'hui 😞." -#: prefs.js:151 +#: prefs.js:140 msgid "Fetching data..." msgstr "Récupération des données..." -#: prefs.js:163 -msgid "This market is not available in your region" -msgstr "Ce marché n'est pas disponible dans votre région" - -#: prefs.js:167 +#: prefs.js:156 msgid "A network error occured" msgstr "Une erreur de réseau est survenue" + +#~ msgid "Send a notification with explanation when a new image is downloaded." +#~ msgstr "" +#~ "Envoyer une notification avec explication lorsqu'une nouvelle image est " +#~ "téléchargée." + +#~ msgid "Notifications" +#~ msgstr "Notifications" + +#~ msgid "Use transient notifications (auto dismiss)" +#~ msgstr "Utiliser des notifications transitoires (rejet automatique)" + +#~ msgid "Show description" +#~ msgstr "Afficher la description" + +#~ msgid "Open extension settings" +#~ msgstr "Ouvrir les préférences de l'extension" + +#~ msgid "Bing website" +#~ msgstr "Site de Bing" + +#~ msgid "" +#~ "The selected market is not available in your country or geographic " +#~ "region.\n" +#~ msgstr "" +#~ "Le marché sélectionné n'est pas disponible dans votre pays ou région " +#~ "géographique.\n" + +#~ msgid "This market is not available in your region" +#~ msgstr "Ce marché n'est pas disponible dans votre région" diff --git a/locale/it/LC_MESSAGES/BingWallpaper.mo b/locale/it/LC_MESSAGES/BingWallpaper.mo index a62acc15bd13e335f285b2be1913ac24ae87abf8..a94db2622d0ac1f10dbfcb40fbd0c7df71658050 100644 GIT binary patch delta 780 zcmXxiJxo(k6u|M*zG^9@AAE@dN+}4|N0Usz@iMQ3K84ZG4PzoJXC%if#BB+wnan*k8WT zX<*senA|KfZ#y3&_w}*K= z#AZw<$Ul9_($SOOM-FaUil+ueIn8O3sFSpYI!9Bf!D@gc%ml&oxiiw}&sc9m{#nEddjrui&yS9J9~2x)pUwzeb{1QlOqpSzFF&a5-D zyKN}$O+-Aoh@jp|QIH;V>CJ<*AYQz9DzsHlLFvVV2o@Fn{$`ibUi`u9XJ<0+z2E!& zUVqthb${pk>D>E@m}NY|*c?*oDSUUBe~8ycl-i93zr)k`0Iuhh+JQbkgAO0X^SBo; z;{^UV@HhOB=fCk`{D8^xN_A9^9|w4G9p_MuDm4Z31IxIN=XIRMQz#p~iI3sOC>wo+ zd+=M7gnz|J{1+wR$$bBiGq{uIqd3j}>Lq?0;YEP=;pccievPugHM|RNpd|J?u49gu zi+CIt@GLIlC%8@(e?U3d;y82h7|QbsyGz0^;~M)b#}CQ;!oY7(GX4oAfxqwz9Anlj zeu*piGd_-c`REB;!-ueelIS}qiG76Gflyj}4L!Vx9Vykq-Te};q9kH)49}u$@D`Tv zGh|P79p$?lcpP`^>d$`>C6N~1gXd7bzlf5+C43dHU>TREsJ~x z%&{nSuRGtQE(#O%Lc@mIo=$C;@T?P?rp!pXtE0~y4lCN|@V3u&+od(WZUiRG=IeHi z>3n3{+SN_fYM1Cr)DDBlRBWZ#eS37Rvr&uMx?&SQb`9B7ZPqLs1=de(Mb}My%BC`p zowR8g7nrSpg+hHMYR1}+nqeBB(NV0cHmb&^QFFeIZIzXZqR<=sD9&BVBPx-6hFY`d9my9DZWh*Jo1L|A#H6;Y4|%2KLdh$5hjeMF zyyPvGJkRSE^SgK5di`X%^z@?F-N>IGTI$`*|1&hX;aHn4XlY09kFj*PFla-~s?|p9 zw4Au!h?3N7b1+A}f?(DrgT8dD6R(VfE!RCUeqiB^rU@&NZidvo8MO=(DZLA=ZgDP3 z>zi2mYl_`V6ZOtf7LAP#%%BIdzE#ijCh|?-wzsn#`yG+LF_F@Q`tqkzjRwhVIkF3F zpwnig8^%(_NS;|TZJI%G?Vvq!wZ_$nCb?%@Oy9mof8Fk%JNJ1flUsL->(K8?8pY1) Tx!BdCEK4mtsZ)L5WF7er%7RB) diff --git a/locale/it/LC_MESSAGES/BingWallpaper.po b/locale/it/LC_MESSAGES/BingWallpaper.po index e7f0f195..2363e3b3 100644 --- a/locale/it/LC_MESSAGES/BingWallpaper.po +++ b/locale/it/LC_MESSAGES/BingWallpaper.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-02 14:40+1000\n" -"PO-Revision-Date: 2017-10-02 13:16+0000\n" +"POT-Creation-Date: 2018-07-28 15:27+1000\n" +"PO-Revision-Date: 2018-07-28 16:07+1000\n" "Last-Translator: \n" "Language-Team: \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.0.4\n" +"X-Generator: Poedit 2.0.6\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: Settings.ui.h:1 @@ -23,68 +23,54 @@ msgid "Hide the indicator" msgstr "Nascondi l'indicatore" #: Settings.ui.h:2 -msgid "Send a notification with explanation when a new image is downloaded." -msgstr "" -"Invia una notifica con la descrizione quando una nuova immagine viene " -"scaricata." - -#: Settings.ui.h:3 -msgid "Notifications" -msgstr "Notifiche" - -#: Settings.ui.h:4 -msgid "Use transient notifications (auto dismiss)" -msgstr "Usa notifiche transitorie (rimozione automatica)" - -#: Settings.ui.h:5 msgid "Set background image" msgstr "Imposta l'immagine dello sfondo" -#: Settings.ui.h:6 +#: Settings.ui.h:3 msgid "Set lock screen image" msgstr "Imposta l'immagine della schermata di blocco" -#: Settings.ui.h:7 +#: Settings.ui.h:4 msgid "Download folder:" msgstr "Cartella di scaricamento:" -#: Settings.ui.h:8 +#: Settings.ui.h:5 msgid "Bing Wallpaper pictures folder" msgstr "Cartella degli sfondi Bing" -#: Settings.ui.h:9 +#: Settings.ui.h:6 msgid "Delete previously downloaded wallpapers:" msgstr "Cancella gli sfondi scaricati in precedenza:" -#: Settings.ui.h:10 +#: Settings.ui.h:7 msgid "Days to store wallpapers before deleting:" msgstr "Giorni per cui mantenere gli sfondi prima di cancellarli:" -#: Settings.ui.h:11 +#: Settings.ui.h:8 msgid "Bing locale:" msgstr "Localizzazione di Bing:" -#: Settings.ui.h:12 +#: Settings.ui.h:9 msgid "Default is English - United States" msgstr "Predefinito è Inglese - Stati Uniti" -#: Settings.ui.h:13 +#: Settings.ui.h:10 msgid "Screen resolution:" msgstr "Risoluzione dello schermo:" -#: Settings.ui.h:14 +#: Settings.ui.h:11 msgid "Override automatic resolution selection" msgstr "Escludi la selezione automatica della risoluzione" -#: Settings.ui.h:15 extension.js:118 +#: Settings.ui.h:12 extension.js:134 msgid "Settings" msgstr "Impostazioni" -#: Settings.ui.h:16 +#: Settings.ui.h:13 msgid "Gnome shell extension version: " msgstr "Versione dell'estensione per Gnome shell: " -#: 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." @@ -93,19 +79,19 @@ msgstr "" "tua regione. Crea una notifica con la descrizione dell'immagine e le " "informazioni sui diritti d'autore." -#: Settings.ui.h:18 +#: Settings.ui.h:15 msgid "Maintained by Michael Carroll" msgstr "Mantenuto da Michael Carroll" -#: Settings.ui.h:19 +#: Settings.ui.h:16 msgid "https://github.com/neffo/bing-wallpaper-gnome-extension" msgstr "https://github.com/neffo/bing-wallpaper-gnome-extension" -#: Settings.ui.h:20 +#: Settings.ui.h:17 msgid "Based on NASA APOD Gnome shell extension by Elia Argentieri" msgstr "Basato sull'estensione per Gnome shell NASA APOD di Elia Argentieri" -#: Settings.ui.h:21 +#: Settings.ui.h:18 msgid "" "This program comes with ABSOLUTELY NO WARRANTY.\n" "See the Licenza Pubblica Generale GNU, versione 3 o successiva per i dettagli." "" -#: Settings.ui.h:23 +#: Settings.ui.h:20 msgid "About" msgstr "Informazioni" -#: extension.js:113 +#: extension.js:81 extension.js:84 +#, fuzzy +msgid "minutes" +msgstr "minuti" + +#: extension.js:87 +#, fuzzy +msgid "days" +msgstr "giorni" + +#: extension.js:90 +#, fuzzy +msgid "hours" +msgstr "ore" + +#: extension.js:127 msgid "" msgstr "" -#: extension.js:114 -msgid "Show description" -msgstr "Mostra la descrizione" +#: extension.js:129 extension.js:130 +#, fuzzy +msgid "Awaiting refresh..." +msgstr "In attesa di aggiornamento..." -#: extension.js:115 +#: extension.js:131 msgid "Copy image URL to clipboard" msgstr "Copia l'URL dell'immagine negli appunti" -#: extension.js:116 +#: extension.js:132 msgid "Set wallpaper" msgstr "Imposta lo sfondo" -#: extension.js:117 +#: extension.js:133 msgid "Refresh Now" msgstr "Aggiorna ora" -#: extension.js:160 -msgid "Open extension settings" -msgstr "Apri le impostazioni dell'estensione" - -#: extension.js:165 -msgid "Bing website" -msgstr "Sito web Bing" - -#: extension.js:197 +#: extension.js:163 msgid "Next refresh" msgstr "Prossimo aggiornamento" -#: extension.js:288 +#: extension.js:279 prefs.js:152 msgid "Market not available in your region" msgstr "Localizzazione non disponibile nella tua regione" -#: extension.js:288 -msgid "" -"The selected market is not available in your country or geographic region.\n" -msgstr "" -"La localizzazione selezionata non è disponibile nel tuo paese o nella tua " -"regione geografica\n" - -#: extension.js:297 +#: extension.js:289 msgid "Bing Wallpaper of the Day for" msgstr "Sfondo Bing del giorno per" -#: extension.js:346 +#: extension.js:337 msgid "No wallpaper available" msgstr "Nessuno sfondo disponibile" -#: extension.js:347 +#: extension.js:338 msgid "No picture for today 😞." msgstr "Nessuna immagine per oggi 😞." -#: prefs.js:151 +#: prefs.js:140 msgid "Fetching data..." msgstr "Recupero dati..." -#: prefs.js:163 -msgid "This market is not available in your region" -msgstr "Questa localizzazione non è disponibile nella tua regione" - -#: prefs.js:167 +#: prefs.js:156 msgid "A network error occured" msgstr "Si è verificato un errore di rete" + +#~ msgid "Send a notification with explanation when a new image is downloaded." +#~ msgstr "" +#~ "Invia una notifica con la descrizione quando una nuova immagine viene " +#~ "scaricata." + +#~ msgid "Notifications" +#~ msgstr "Notifiche" + +#~ msgid "Use transient notifications (auto dismiss)" +#~ msgstr "Usa notifiche transitorie (rimozione automatica)" + +#~ msgid "Show description" +#~ msgstr "Mostra la descrizione" + +#~ msgid "Open extension settings" +#~ msgstr "Apri le impostazioni dell'estensione" + +#~ msgid "Bing website" +#~ msgstr "Sito web Bing" + +#~ msgid "" +#~ "The selected market is not available in your country or geographic " +#~ "region.\n" +#~ msgstr "" +#~ "La localizzazione selezionata non è disponibile nel tuo paese o nella tua " +#~ "regione geografica\n" + +#~ msgid "This market is not available in your region" +#~ msgstr "Questa localizzazione non è disponibile nella tua regione" diff --git a/locale/nl/LC_MESSAGES/BingWallpaper.mo b/locale/nl/LC_MESSAGES/BingWallpaper.mo index f523f5a86bb444c37b83dc773778cc7c090e6ce7..14f5ee8d11fd53ef33d5c7dde1c9558d9a5f461f 100644 GIT binary patch delta 834 zcmXZa%WD%+6vy#1ZJJ5a@s-w^R#V4{SRW0xNYmDZ#%_FoOWi0M?6k?kRPs>NMRryY zlsdTSLM!#L5I4q!2;xGp?t(4_1^olWg-fM=e~E|Od~Pl?=iYN}76%qm^>4|@eIo`L z+Zdi>wg>;9V!6Yt400}kUa+-O#} zezI+6VJ{}}1S-)vRDv5gfVWTwS;5`-2D|YG>b;-Xi%!&RGxp&++>bGwLiV(2Sr~~BiDW1kj{EHdPCfWy@ zMHN`ZUiPO4FOgfYcmI8l zS$?mg3SPrH1-C-2Qrq-`k|@D?#uf(8wL;ZzVyJy;IfdB*l0}b2zG|3iM^c-vGM;76qqpkn_Xt+&3ki;waaz$->ZrqD%u%( zJ-sHPR13xmc+l4HIKIU%_!*1wNug4G_#7MX8=l5L7{j`v9h>km@7*Z-ZeTNRW2I8_ zs*&9!co$aT2+D>NC>!0yI$TCM$ZM>?kJyBpSdQB$>x-jGUB+6h!CQC?GbrosVJWU) zCGpiW2CaNp!yeqi3sj-HWG8Shvp4uYiX2*p|TTo*PCG#befNxL^{sCX&2KM6I zA*I@J4doy|uz~pM7Xw*XP8u3D%6mUH;tiCmxr4It3ZBIm$e;SegHozZ9KxR{6^t|a z91deOW>D5I@HmPg&UZ0bWgwY&%y*f2qUtlXM9xO@hcqoIhWBDeDos z9A2)J#Q!&`+=<;cIqYuhRJDwxe5dGgPty2}rp0TsCw;J<}4l<7CTjK=>_V;zOlMT|^ zwSLO_eoHtM?G2Zr{jr|5j(A(VQ+Hgv6c4weuOi*+izN+_@O|l{gPDw#eU8NTGBJKw zUp{a>o6Ts$LHBYoI%NW#wL#KQ2FLS^*_~odHfOXmkuWCdN|DHD()`P*J-k`&UKvfN tJ)Iz>sf?YTW0JaR5}B->(SeThis program comes with ABSOLUTELY NO WARRANTY.\n" "See the GNU General Public License, versie 3 of nieuwer voor details." -#: Settings.ui.h:23 +#: Settings.ui.h:20 msgid "About" msgstr "Over" -#: extension.js:113 +#: extension.js:81 extension.js:84 +msgid "minutes" +msgstr "minuten" + +#: extension.js:87 +msgid "days" +msgstr "dag" + +#: extension.js:90 +msgid "hours" +msgstr "uur" + +#: extension.js:127 msgid "" msgstr "" -#: extension.js:114 -msgid "Show description" -msgstr "Toon beschrijving" +#: extension.js:129 extension.js:130 +msgid "Awaiting refresh..." +msgstr "Wachten op verversing..." -#: extension.js:115 +#: extension.js:131 #, fuzzy msgid "Copy image URL to clipboard" msgstr "Kopieer afbeelding URL naar klembord" -#: extension.js:116 +#: extension.js:132 msgid "Set wallpaper" msgstr "Stel achtergrond in" -#: extension.js:117 +#: extension.js:133 msgid "Refresh Now" msgstr "Vernieuw nu" -#: extension.js:160 -#, fuzzy -msgid "Open extension settings" -msgstr "Open extensie instellingen" - -#: extension.js:165 -msgid "Bing website" -msgstr "Bing website" - -#: extension.js:197 +#: extension.js:163 msgid "Next refresh" msgstr "Volgende vernieuwing" -#: extension.js:288 +#: extension.js:279 prefs.js:152 #, fuzzy msgid "Market not available in your region" msgstr "Landinstelling niet beschikbaar in uw regio" -#: extension.js:288 -#, fuzzy -msgid "" -"The selected market is not available in your country or geographic region.\n" -msgstr "" -"De geselecteerde landinstelling is niet beschikbaar in uw land of " -"geografische regio.\n" - -#: extension.js:297 +#: extension.js:289 msgid "Bing Wallpaper of the Day for" msgstr "Bing achtergrond van de dag voor" -#: extension.js:346 +#: extension.js:337 msgid "No wallpaper available" msgstr "Geen achtergrond beschikbaar" -#: extension.js:347 +#: extension.js:338 msgid "No picture for today 😞." msgstr "Geen afbeelding voor vandaag 😞." -#: prefs.js:151 +#: prefs.js:140 #, fuzzy msgid "Fetching data..." msgstr "Data ophalen..." -#: prefs.js:163 -#, fuzzy -msgid "This market is not available in your region" -msgstr "Landinstelling niet beschikbaar in uw regio" - -#: prefs.js:167 +#: prefs.js:156 #, fuzzy msgid "A network error occured" msgstr "Er is een netwerkfout opgetreden" +#~ msgid "Send a notification with explanation when a new image is downloaded." +#~ msgstr "" +#~ "Stuur een notificatie met uitleg wanneer een nieuwe afbeelding is " +#~ "gedownload." + +#~ msgid "Notifications" +#~ msgstr "Notificaties" + +#~ msgid "Use transient notifications (auto dismiss)" +#~ msgstr "Gebruik tijdelijke notificaties (sluit automatisch)" + +#~ msgid "Show description" +#~ msgstr "Toon beschrijving" + +#, fuzzy +#~ msgid "Open extension settings" +#~ msgstr "Open extensie instellingen" + +#~ msgid "Bing website" +#~ msgstr "Bing website" + +#, fuzzy +#~ msgid "" +#~ "The selected market is not available in your country or geographic " +#~ "region.\n" +#~ msgstr "" +#~ "De geselecteerde landinstelling is niet beschikbaar in uw land of " +#~ "geografische regio.\n" + +#, fuzzy +#~ msgid "This market is not available in your region" +#~ msgstr "Landinstelling niet beschikbaar in uw regio" + #~ msgid "Default is \"auto\"" #~ msgstr "Standaard is \"auto\"" diff --git a/locale/pl/LC_MESSAGES/BingWallpaper.mo b/locale/pl/LC_MESSAGES/BingWallpaper.mo index ee22a656525ef525904afecea689fa19e40e6ce8..824a2532df1c1969ab5e0a5b89c4d4a9b2cf240c 100644 GIT binary patch delta 972 zcmXZaOK1~O6oBEIhs~>vCN;LkM<>=&OHE9IG+G6tVj&pl#;uEyj7_SYflNYe5CbB( zX;y<2D+q4f6cmgbq1$$)8$l5lMO+9XxKN5%T=<_!54rQ*dF7mY=B|xwCfi$a|06|= zG7d9Ndz3nbWiJOJ=u_$dhVVUVIE24(4@Ue-4Pp$>;TRr49gkug`|&BR;u;>p8D5^? zwz|RO7#EiD1ir+5_-WVgIKuf3#xdE~OOVD<&aa{*urP^tQ3_tcaeRRh{D|`YSKN== zm>|Cj2b3D%f`&oNAVsPIl2e_>0$xIXs>R_C-bX2{#Y>-Y6{R!HP%mKzrJ%=H#@8qd z^MrfX;}|2qN;B!;1w4-LFoVBv98;99VF{(x^C&C0htgta_xdZ8_cw6@f1nhUpgq#^ zG-_DFlQ@rUic%{~o2bI#oorkNY`dz1wbw z+-EtLuF5Bq;$^Q9vi@Gkev2|>MSB_YhZ534sa_IGu`J3h5)^yTEmYVMe%=l6M? zu|Ub`28!W|zGSPa)vVjj^WfRQLd|S84BOcXUP%?w`7>H>YC4yn%w@CLa9Ot->1%b} zv~TMTt3Itc`OqC_Jv8i@>V62NJju%~7%Q6u|LG>c(l}k~VEAO=&v?LXtMI5@>`HR75{cq|j7#g}5L#_FzwJ?^wGV zZEO$`5paQ?RuF+Wf{;KJLgo;uJydFw6I^;hLVO4gfGQ*oAbLT9|FeBCBd>qE<9$2t zy;*OMe0FT@hvC$_iZRCVAV;o8sabrdmoLUkJCwQ~J-mafcn}v-O6|lvK8Y5O;Kz6r zZ(#<1?)V3O!1X_P7&i!>P-;yzIeCbQ?{OSepHh2ZqT@Us<9Y#yv5d0NYxppJh_cX4 z9Ko+q68;T$yOjDC@1Z1eXP}+HUA(~h>Tgcu!RJUzD#+npbjU}&&ev7E zijUx7%FW`_IED^2Zs0!LL@DGel&$!wGcVOh{C=eMY7W;VqdX_FC$FH!4dkOX`H~8@ zaT0$)ictIRYgcjv=eV9l*&2tEz&c9&dq{2SBa}iu#|6BOQb9cs5OMBYF3 zD2D{fkP1gRq#_xzHL|}lD6I7^NR@1}I?f>p$h#{EbPv{SjYA#folC2HJ2T0i?NYp) ztq#aPL56fiIv_(@$2-~@A7S*eSTaiI;b83F}@srat)6>bX>D9d#yfB)|$#W`R zlIv;b*-l^M)9p?(9kPk zeLa_1kM|#oJ}?} zXAX3tUCoB-`Fi`VAo+c8B%6z!t?F{%EwAXx%2KCWJgnV8_PXKMtI|F8NkVBa(W+hcmT$kAujfm8JoKtg$MvmsCK|12cFo>?ztzY80IS#|!2kdN diff --git a/locale/pl/LC_MESSAGES/BingWallpaper.po b/locale/pl/LC_MESSAGES/BingWallpaper.po index 9953fd09..1e5fbc5e 100644 --- a/locale/pl/LC_MESSAGES/BingWallpaper.po +++ b/locale/pl/LC_MESSAGES/BingWallpaper.po @@ -7,81 +7,69 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-02 14:40+1000\n" -"PO-Revision-Date: 2018-01-21 14:53+0100\n" +"POT-Creation-Date: 2018-07-28 15:27+1000\n" +"PO-Revision-Date: 2018-07-28 16:12+1000\n" +"Last-Translator: \n" "Language-Team: \n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Last-Translator: \n" -"X-Generator: Poedit 2.0.4\n" +"X-Generator: Poedit 2.0.6\n" #: Settings.ui.h:1 msgid "Hide the indicator" msgstr "Ukryj powiadomienia" #: Settings.ui.h:2 -msgid "Send a notification with explanation when a new image is downloaded." -msgstr "Pokaż powiadomienie kiedy zostanie pobrany nowy obrazek." - -#: Settings.ui.h:3 -msgid "Notifications" -msgstr "Powiadomienia" - -#: Settings.ui.h:4 -msgid "Use transient notifications (auto dismiss)" -msgstr "Użyj powiadomień przemijających (samo wyłączające się)" - -#: Settings.ui.h:5 msgid "Set background image" msgstr "Ustaw tło pulpitu" -#: Settings.ui.h:6 +#: Settings.ui.h:3 msgid "Set lock screen image" msgstr "Ustaw obraz blokady" -#: Settings.ui.h:7 +#: Settings.ui.h:4 msgid "Download folder:" msgstr "Miejsce pobierania:" -#: Settings.ui.h:8 +#: Settings.ui.h:5 msgid "Bing Wallpaper pictures folder" msgstr "Folder obrazów tapet Bing" -#: Settings.ui.h:9 +#: Settings.ui.h:6 msgid "Delete previously downloaded wallpapers:" msgstr "Usuń poprzednio pobrane tapety:" -#: Settings.ui.h:10 +#: Settings.ui.h:7 msgid "Days to store wallpapers before deleting:" msgstr "Ilość dni przechowywania pobranych obrazów:" -#: Settings.ui.h:11 +#: Settings.ui.h:8 msgid "Bing locale:" msgstr "Lokalizacja Bing:" -#: Settings.ui.h:12 +#: Settings.ui.h:9 msgid "Default is English - United States" msgstr "Domyślny Angielski - Stany Zjednoczone" -#: Settings.ui.h:13 +#: Settings.ui.h:10 msgid "Screen resolution:" msgstr "Rozdzielczość ekranu:" -#: Settings.ui.h:14 +#: Settings.ui.h:11 msgid "Override automatic resolution selection" msgstr "Zastąp wybór automatycznej rozdzielczości" -#: Settings.ui.h:15 extension.js:118 +#: Settings.ui.h:12 extension.js:134 msgid "Settings" msgstr "Ustawienia" -#: Settings.ui.h:16 +#: Settings.ui.h:13 msgid "Gnome shell extension version: " msgstr "Wersja rozszerzenia dla Gnome:" -#: 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." @@ -89,92 +77,118 @@ msgstr "" "Zmienia tapetę codziennie na obraz dnia Bing dla twojego regionuTworzy " "powiadomienie o opisie zdjęcia oraz informacji o prawach autorskich." -#: Settings.ui.h:18 +#: Settings.ui.h:15 msgid "Maintained by Michael Carroll" msgstr "Prowadzone przez Michael'a Carroll'a" -#: Settings.ui.h:19 +#: Settings.ui.h:16 msgid "https://github.com/neffo/bing-wallpaper-gnome-extension" msgstr "https://github.com/neffo/bing-wallpaper-gnome-extension" -#: Settings.ui.h:20 +#: Settings.ui.h:17 msgid "Based on NASA APOD Gnome shell extension by Elia Argentieri" -msgstr "Na podstawie rozszerzenia powłoki NASA APOD Gnome autorstwa Elia Argentieri" +msgstr "" +"Na podstawie rozszerzenia powłoki NASA APOD Gnome autorstwa Elia Argentieri" -#: Settings.ui.h:21 +#: Settings.ui.h:18 msgid "" "This program comes with ABSOLUTELY NO WARRANTY.\n" -"See the GNU " -"General Public License, version 3 or later for details." +"See the GNU General Public License, version 3 or later for details." msgstr "" "Ten program jest BEZWZGLĘDNIE BEZ GWARANCJI.\n" "Zobacz Licencja GNU General Public License, wersja 3 lub nowsza - szczegóły" +"\">Licencja GNU General Public License, wersja 3 lub nowsza - szczegóły" -#: Settings.ui.h:23 +#: Settings.ui.h:20 msgid "About" msgstr "O programie" -#: extension.js:113 +#: extension.js:81 extension.js:84 +msgid "minutes" +msgstr "minut" + +#: extension.js:87 +msgid "days" +msgstr "dzień" + +#: extension.js:90 +msgid "hours" +msgstr "godziny" + +#: extension.js:127 msgid "" msgstr "" -#: extension.js:114 -msgid "Show description" -msgstr "Pokaż opis" +#: extension.js:129 extension.js:130 +msgid "Awaiting refresh..." +msgstr "Czekam na odświeżenie..." -#: extension.js:115 +#: extension.js:131 msgid "Copy image URL to clipboard" msgstr "Skopiuj odnośnik obrazka do schowka" -#: extension.js:116 +#: extension.js:132 msgid "Set wallpaper" msgstr "Ustaw tapetę" -#: extension.js:117 +#: extension.js:133 msgid "Refresh Now" msgstr "Odśwież" -#: extension.js:160 -msgid "Open extension settings" -msgstr "Otwórz ustawienia rozszerzenia" - -#: extension.js:165 -msgid "Bing website" -msgstr "Strona Bing" - -#: extension.js:197 +#: extension.js:163 msgid "Next refresh" msgstr "Następne odświeżenie" -#: extension.js:288 +#: extension.js:279 prefs.js:152 msgid "Market not available in your region" msgstr "Rynek nie jest dostępny w twoim regionie" -#: extension.js:288 -msgid "The selected market is not available in your country or geographic region.\n" -msgstr "Wybrany rynek nie jest dostępny w Twoim kraju lub regionie geograficznym.\n" - -#: extension.js:297 +#: extension.js:289 msgid "Bing Wallpaper of the Day for" msgstr "Tapeta dnia Bing" -#: extension.js:346 +#: extension.js:337 msgid "No wallpaper available" msgstr "Żadna tapeta nie jest dostępna" -#: extension.js:347 +#: extension.js:338 msgid "No picture for today 😞." msgstr "Brak obrazka na dziś 😞." -#: prefs.js:151 +#: prefs.js:140 msgid "Fetching data..." msgstr "Pobieranie danych..." -#: prefs.js:163 -msgid "This market is not available in your region" -msgstr "Ten rynek nie jest dostępny w twoim regionie" - -#: prefs.js:167 +#: prefs.js:156 msgid "A network error occured" msgstr "Wystąpił błąd sieci" + +#~ msgid "Send a notification with explanation when a new image is downloaded." +#~ msgstr "Pokaż powiadomienie kiedy zostanie pobrany nowy obrazek." + +#~ msgid "Notifications" +#~ msgstr "Powiadomienia" + +#~ msgid "Use transient notifications (auto dismiss)" +#~ msgstr "Użyj powiadomień przemijających (samo wyłączające się)" + +#~ msgid "Show description" +#~ msgstr "Pokaż opis" + +#~ msgid "Open extension settings" +#~ msgstr "Otwórz ustawienia rozszerzenia" + +#~ msgid "Bing website" +#~ msgstr "Strona Bing" + +#~ msgid "" +#~ "The selected market is not available in your country or geographic " +#~ "region.\n" +#~ msgstr "" +#~ "Wybrany rynek nie jest dostępny w Twoim kraju lub regionie " +#~ "geograficznym.\n" + +#~ msgid "This market is not available in your region" +#~ msgstr "Ten rynek nie jest dostępny w twoim regionie" diff --git a/locale/pt/LC_MESSAGES/BingWallpaper.mo b/locale/pt/LC_MESSAGES/BingWallpaper.mo index 23535ab6cd052b11b04394500b1be5480be26700..de9a3d66410706e447723566db7e056f459186c6 100644 GIT binary patch delta 1002 zcmYk)KTK0m6vy#fsP-RL{)!ZZCxoccRzL(qV+4co4+L!B-1pXb-?_5c9KLIa zUdA5AP{^1gI910N5v@077sl`tI@pd|xD69wV_L8YPhcPJMT=dyf(`fp@8eVK#Ir0u z$YV3hq=y@K@BqHRM*Q;6@7T@tZ*0cY_F958_Hum@mB7UmE~5&*hx_q4Ch#+A{WomI zpV&rz6OS0PgBuP;F@qFoMv$E5B#z(&@-a(%_0XkTsE$2i(FVRlb!IJATlWgpf!8>W z8`y^3@!E!uVUql2hRHL`;Zba*TzL+)!(~k48fph0u?fFoA8w&`)Il56+6?Oc1ym=B zs6tjz1wY0?T*sB2Onx!ZA8e-$`avh^NJdeKE}?$6h#b4Qf$GdnRA*LEoq2;arg|J& z$7S{C^h}|yYD3DUJcRaN3%zeihALGuB~a*0wJVOx(820istXDgqnA&yuSRvpn(7_e z&FIhtq1J0t3LUdv(sunDT{jNHRIb!Fgj&Y0*?cKq$T?p2s+aZWGnq^zC5g zo-Ozbw&Z$a4tENty)w*2Y`~_IAepCPe delta 1590 zcmaKrL2MLN7{_1B(k^uiSVV*heWJCru+5@HLnS5!da+nElmiEXuQRW^6Lx3Td9&Rm zF*fnQ!FZdXiFz@WkQjT=jVCX}P2}W-#G7d1$>4zyJ!;_h&2A%H{E|1nnYZ8fzVG{g zZ*Ps>)N8+vG> z6YhgQK`HnTI1C>^DR_9W+vGTWg6}us2>I0oUQV-7g-^k6;BNRMlmmW&d3YB}VSm8| zm}B!Wd<#y&_u#AW20Vz0zd=#7e~9Mb7?eW(g`(VUs+c3c8s$Y2UWB5AgWKW9P&&H~ zzlPt!m*FKgg((yTZowk_6N*B6srpHH1dhYkp)}@0k^V|={~BBqslMk$W_BA&#rL5U zu$_k-uphnzPr)5<70Q8E;UfGDO59y24GiKW1x!KlKfyx^I|D`OORxmL+=2db@Xu_B zbb0heIrSn7l`@;)DMd&^F;Pm27Ng0 z>+70{FWZE;^zDH?MK5ZENqj{|u`b)F9GiM2@N{g;#7z$o$@z~)9GE)qtWIJ>`8G@* ztJdj5rjbP24_qy9ZZe%4Jf40qczSH6c=Q!rIzC%EcKB$iR2n*C!g7P+i%ZtjW_6m& zyInKvx}>-yCs$1p#q788M+%$1v$~$N*Yl%&>78vK7S5qAeQQy>y)tyMe`ZtV&W+A@ z)~UJWIEb}z+Ka-KpxlT}_Xq8pp8B2jDE*;uVR1fO4NR;Xwg05Ybv+`omPya(da>^| zOi0qM>#FHapr%(4Z`lMb|nf-wKw=-W@@9m^!Pgk!PyiF`%vCoKUh@mvp`m z$?8$q*;utzZEJWnblr3|oQ@jVFz{p=^Ny~&=loA>This program comes with ABSOLUTELY NO WARRANTY.\n" "See the Licença Pública Geral GNU, versão 3 ou superior para detalhes." -#: Settings.ui.h:23 +#: Settings.ui.h:20 msgid "About" msgstr "Sobre" -#: extension.js:113 +#: extension.js:81 extension.js:84 +msgid "minutes" +msgstr "minutos" + +#: extension.js:87 +msgid "days" +msgstr "dia" + +#: extension.js:90 +msgid "hours" +msgstr "horas" + +#: extension.js:127 msgid "" msgstr "" -#: extension.js:114 -msgid "Show description" -msgstr "Exibir descrição" +#: extension.js:129 extension.js:130 +msgid "Awaiting refresh..." +msgstr "Esperando por atualização..." -#: extension.js:115 +#: extension.js:131 msgid "Copy image URL to clipboard" msgstr "Copiar URL da imagem para a área de transferência" -#: extension.js:116 +#: extension.js:132 msgid "Set wallpaper" msgstr "Definir wallpaper" -#: extension.js:117 +#: extension.js:133 msgid "Refresh Now" msgstr "Atualizar agora" -#: extension.js:160 -msgid "Open extension settings" -msgstr "Abrir as configurações da extensão" - -#: extension.js:165 -msgid "Bing website" -msgstr "Site do Bing" - -#: extension.js:197 +#: extension.js:163 msgid "Next refresh" msgstr "Próxima atualização" -#: extension.js:288 +#: extension.js:279 prefs.js:152 msgid "Market not available in your region" msgstr "Local não disponível em sua região" -#: extension.js:288 -msgid "" -"The selected market is not available in your country or geographic region.\n" -msgstr "O local selecionado não está disponível em seu país ou região.\n" - -#: extension.js:297 +#: extension.js:289 msgid "Bing Wallpaper of the Day for" msgstr "Wallpaper do dia para" -#: extension.js:346 +#: extension.js:337 msgid "No wallpaper available" msgstr "Nenhum wallpaper disponível" -#: extension.js:347 +#: extension.js:338 msgid "No picture for today 😞." msgstr "Nenhuma imagem para hoje 😞." -#: prefs.js:151 +#: prefs.js:140 msgid "Fetching data..." msgstr "Buscando dados..." -#: prefs.js:163 -msgid "This market is not available in your region" -msgstr "Este local não está disponível em sua região" - -#: prefs.js:167 +#: prefs.js:156 msgid "A network error occured" msgstr "Ocorreu um erro de rede" + +#~ msgid "Send a notification with explanation when a new image is downloaded." +#~ msgstr "" +#~ "Enviar uma notificação com explicações quando uma nova imagem for baixada." + +#~ msgid "Notifications" +#~ msgstr "Notificações" + +#~ msgid "Use transient notifications (auto dismiss)" +#~ msgstr "Usar notificações transitórias (auto descartar)" + +#~ msgid "Show description" +#~ msgstr "Exibir descrição" + +#~ msgid "Open extension settings" +#~ msgstr "Abrir as configurações da extensão" + +#~ msgid "Bing website" +#~ msgstr "Site do Bing" + +#~ msgid "" +#~ "The selected market is not available in your country or geographic " +#~ "region.\n" +#~ msgstr "O local selecionado não está disponível em seu país ou região.\n" + +#~ msgid "This market is not available in your region" +#~ msgstr "Este local não está disponível em sua região" diff --git a/locale/pt_BR/LC_MESSAGES/BingWallpaper.mo b/locale/pt_BR/LC_MESSAGES/BingWallpaper.mo index c5ca4bea5c57cd95361a82ee8240fe011f57d20d..89f3a582012f29a8e6e7cca1e78b7a7607e67167 100644 GIT binary patch delta 1003 zcmYk)KWI}?6vy$~CYpaW_K$6~|9rI;|B;y1Vl+C~LIt&xbP%z~EsbrU%`5LEh(!$O zAVs%_2o4T)sG#T&CnvQ!bQ1@0v4T#5n-oMG{QeRL54ri=_g-$!x#zw&&U$xcqcwcb z5Ce=J#z=!PhjF5jFCrQ;rUPU60UhkbpST4RVPo2`1yA50_M*i;tY8y9#0U5UyYV!O z5AfJbGugw9ySN{pV>5pG=Xc!A^>1v&uC4V1DIDPX94di}U3eW;@O|8e&oF@>QR~0r z4&20c@|$?Xm~Gr}Fp6oUNRvf!nv+nM}gqCbez2K}HHbtE}dqAAqxT;$kI1=X2bsLm{-I`bN7Ozk+d zj?3E7>6t=Z)rOQyc?j*l9(v!B3{|RRN}$l0YF8YWp@X%vR2LK~MlYYDzfNt(n(7_e z$=Ia}Lao=P6gpnkDQ^Uucp`*E>kwZh7OeQ{I{ZeYu zvqgX2mRv9AaHlw1wzK)vWZo|Pcb#(D4aK_}`o{gmJd0;sXVLW> uTPoZ6!jfHEU3=uJvYy19>Wjps#$Y^oA^4G;j?EM-g?YACShQA{>zlu!AAf8B delta 1591 zcmaKrO=w(I6vuDUX(kybCXF9a(>Ax-n5K0?Y7)dKVq&u~HC3A~x{!MF=4R&7nfJ!` zkr}BNa3Lb@9;G6>kWvHEEM#<9D2@nSxDmmPT5u(zxTs5^{?5z<+l>eA`@MJPoO{ms zpF20kzSdj6jASkgN3|=C5N~tZ?QibMOm(>c$N64?Bk(+wL~p~#;KxuB zU5Agr@1PX?8ytkUp%grr?KC+7@8SC;I6{7PmX{N3RN(#a3-|#17RmuX!G8EVl)`So z6_{c37S*9;5IyriZ`Jsn#s`|JOrhX+fbAnrHV!Js{_19!gElRNZ`HjLnxhX z!>jO1I13G%!i!K8xB(0BPbdnFQT0AJ4JY99P#W8SBK?K#{w262QeERkX7&S=if=(F zV3>y-Fbfqh1PGsKAFFC)Y z>vlbIv2A{y$@EUF2C>_4o{3%HN9t6~`r0;P>qmU+$i^`dQM%Lj;*wv~M*DZT>$;1} zc-Jb%Z^!F;nQ)wJUAw9&S?wZS4C;O*FhyIOPXF$EVe)i2sOzGQywKGosah*r5>>1h z+oG9kbaXtySnUeIuq)o`k(f=UJi(?wzX$= z-Pku0{OH{3eeJ2Pk>rcUWf;F(Hi4v1?w$CoTN zid&zGX0^a??QGhLwpF|mT{EqnNC!!K8hA2}<%q63=loA>@~qj7QD-7r+r3iVE;`eT TTg}j+Pj_Zq7Zb)NY)|c9M3GOR diff --git a/locale/pt_BR/LC_MESSAGES/BingWallpaper.po b/locale/pt_BR/LC_MESSAGES/BingWallpaper.po index 157ed5c2..bc8cd930 100644 --- a/locale/pt_BR/LC_MESSAGES/BingWallpaper.po +++ b/locale/pt_BR/LC_MESSAGES/BingWallpaper.po @@ -7,83 +7,70 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-02 14:40+1000\n" -"PO-Revision-Date: 2018-04-14 15:53-0300\n" +"POT-Creation-Date: 2018-07-28 15:27+1000\n" +"PO-Revision-Date: 2018-07-28 16:14+1000\n" +"Last-Translator: \n" "Language-Team: \n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 2.0.6\n" -"Last-Translator: \n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"Language: pt_BR\n" #: Settings.ui.h:1 msgid "Hide the indicator" msgstr "Esconder o indicador" #: Settings.ui.h:2 -msgid "Send a notification with explanation when a new image is downloaded." -msgstr "" -"Enviar uma notificação com explicações quando uma nova imagem for baixada." - -#: Settings.ui.h:3 -msgid "Notifications" -msgstr "Notificações" - -#: Settings.ui.h:4 -msgid "Use transient notifications (auto dismiss)" -msgstr "Usar notificações transitórias (auto descartar)" - -#: Settings.ui.h:5 msgid "Set background image" msgstr "Definir como imagem de fundo" -#: Settings.ui.h:6 +#: Settings.ui.h:3 msgid "Set lock screen image" msgstr "Definir imagem na tela de bloqueio" -#: Settings.ui.h:7 +#: Settings.ui.h:4 msgid "Download folder:" msgstr "Pasta de download:" -#: Settings.ui.h:8 +#: Settings.ui.h:5 msgid "Bing Wallpaper pictures folder" msgstr "Pasta de imagens do Bing Wallpaper" -#: Settings.ui.h:9 +#: Settings.ui.h:6 msgid "Delete previously downloaded wallpapers:" msgstr "Excluir os wallpapers baixados anteriormente:" -#: Settings.ui.h:10 +#: Settings.ui.h:7 msgid "Days to store wallpapers before deleting:" msgstr "Dias para armazenar os wallpapers antes de excluir:" -#: Settings.ui.h:11 +#: Settings.ui.h:8 msgid "Bing locale:" msgstr "Local do Bing:" -#: Settings.ui.h:12 +#: Settings.ui.h:9 msgid "Default is English - United States" msgstr "Padrão é Inglês - Estados Unidos" -#: Settings.ui.h:13 +#: Settings.ui.h:10 msgid "Screen resolution:" msgstr "Resolução da Tela:" -#: Settings.ui.h:14 +#: Settings.ui.h:11 msgid "Override automatic resolution selection" msgstr "Sobrescreve a seleção automática da resolução" -#: Settings.ui.h:15 extension.js:118 +#: Settings.ui.h:12 extension.js:134 msgid "Settings" msgstr "Configurações" -#: Settings.ui.h:16 +#: Settings.ui.h:13 msgid "Gnome shell extension version: " msgstr "Versão da extensão do Gnome shell: " -#: 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." @@ -92,19 +79,19 @@ msgstr "" "região. Cria uma notificação para a descrição da imagem e informações sobre " "direitos autorais." -#: Settings.ui.h:18 +#: Settings.ui.h:15 msgid "Maintained by Michael Carroll" msgstr "Mantido por Michael Carroll" -#: Settings.ui.h:19 +#: Settings.ui.h:16 msgid "https://github.com/neffo/bing-wallpaper-gnome-extension" msgstr "https://github.com/neffo/bing-wallpaper-gnome-extension" -#: Settings.ui.h:20 +#: Settings.ui.h:17 msgid "Based on NASA APOD Gnome shell extension by Elia Argentieri" msgstr "Baseado na extensão do Gnome shell NASA APOD por Elia Argentieri" -#: Settings.ui.h:21 +#: Settings.ui.h:18 msgid "" "This program comes with ABSOLUTELY NO WARRANTY.\n" "See the Licença Pública Geral GNU, versão 3 ou superior para detalhes." -#: Settings.ui.h:23 +#: Settings.ui.h:20 msgid "About" msgstr "Sobre" -#: extension.js:113 +#: extension.js:81 extension.js:84 +msgid "minutes" +msgstr "minutos" + +#: extension.js:87 +msgid "days" +msgstr "dia" + +#: extension.js:90 +msgid "hours" +msgstr "horas" + +#: extension.js:127 msgid "" msgstr "" -#: extension.js:114 -msgid "Show description" -msgstr "Exibir descrição" +#: extension.js:129 extension.js:130 +msgid "Awaiting refresh..." +msgstr "Esperando por atualização..." -#: extension.js:115 +#: extension.js:131 msgid "Copy image URL to clipboard" msgstr "Copiar URL da imagem para a área de transferência" -#: extension.js:116 +#: extension.js:132 msgid "Set wallpaper" msgstr "Definir wallpaper" -#: extension.js:117 +#: extension.js:133 msgid "Refresh Now" msgstr "Atualizar agora" -#: extension.js:160 -msgid "Open extension settings" -msgstr "Abrir as configurações da extensão" - -#: extension.js:165 -msgid "Bing website" -msgstr "Site do Bing" - -#: extension.js:197 +#: extension.js:163 msgid "Next refresh" msgstr "Próxima atualização" -#: extension.js:288 +#: extension.js:279 prefs.js:152 msgid "Market not available in your region" msgstr "Local não disponível em sua região" -#: extension.js:288 -msgid "" -"The selected market is not available in your country or geographic region.\n" -msgstr "O local selecionado não está disponível em seu país ou região.\n" - -#: extension.js:297 +#: extension.js:289 msgid "Bing Wallpaper of the Day for" msgstr "Wallpaper do dia para" -#: extension.js:346 +#: extension.js:337 msgid "No wallpaper available" msgstr "Nenhum wallpaper disponível" -#: extension.js:347 +#: extension.js:338 msgid "No picture for today 😞." msgstr "Nenhuma imagem para hoje 😞." -#: prefs.js:151 +#: prefs.js:140 msgid "Fetching data..." msgstr "Buscando dados..." -#: prefs.js:163 -msgid "This market is not available in your region" -msgstr "Este local não está disponível em sua região" - -#: prefs.js:167 +#: prefs.js:156 msgid "A network error occured" msgstr "Ocorreu um erro de rede" + +#~ msgid "Send a notification with explanation when a new image is downloaded." +#~ msgstr "" +#~ "Enviar uma notificação com explicações quando uma nova imagem for baixada." + +#~ msgid "Notifications" +#~ msgstr "Notificações" + +#~ msgid "Use transient notifications (auto dismiss)" +#~ msgstr "Usar notificações transitórias (auto descartar)" + +#~ msgid "Show description" +#~ msgstr "Exibir descrição" + +#~ msgid "Open extension settings" +#~ msgstr "Abrir as configurações da extensão" + +#~ msgid "Bing website" +#~ msgstr "Site do Bing" + +#~ msgid "" +#~ "The selected market is not available in your country or geographic " +#~ "region.\n" +#~ msgstr "O local selecionado não está disponível em seu país ou região.\n" + +#~ msgid "This market is not available in your region" +#~ msgstr "Este local não está disponível em sua região" diff --git a/locale/ru/LC_MESSAGES/BingWallpaper.mo b/locale/ru/LC_MESSAGES/BingWallpaper.mo new file mode 100644 index 0000000000000000000000000000000000000000..3c9923b5ed859cf2eeb7714d008fe9c239e7dabd GIT binary patch literal 3976 zcmcJR+ix6K9mfw)E;Xf;5=u)890Ifn&8*i+m4=Nst#hT4?O480`c#c~k9VgT&#Y!< zV~i@4OG7{*b%m&?+9YkMkSY+8lX}VK<~;Dy$FuNE`3Dd}Jb}ampWm7BI!WCZBqmya zXU^q!`F?-DbMnFccfG23zRvFvew#j~)K>7GkMoCT8T=D?5&Sav(kGPqBzO+o4gMPZ zD)<5THSj;+J>bK4DfK$I1$-F%BPe$N3T_7P#>f_M8+ac$Q{WsZu`Gc1gTDgB{%^r= zg71T3|8L+|z<+}efSW$0)MMb|;Ag=pQ1(9$ZUPhVOW@qg2R@(k@&qXP9|9%s36QYe!&3DiKO}eDV%ljWd<(bou-x$~+zCHo>kIruYl(mD zAq|D(>Y-vlG?6-ip8g}eNo~pVMSc>eJV>BE?cS84tQ3?hHJrBmNT$ zJ=4t~)vY9MB>udv#q%cB3qjV@BYUR~kIqaV7=2EUAJ)%~OiqrBPd`^0m@-CZO{0f> z-Av3}b#pVzT4`l)aA9Gg)QH-pIB5)qLCr*|NeAPw?)5(!t9X;L&u2@{mdl8gZ>^p$5-8Ceh{Xm;X%n|j~daD$rj?| zh&D;Wd|a!w6H`|svvE69d;QeZHI~LlrbhJ0#Nqw=P(+eCZJIFD=7$+^il^B{eIN{c zJ(4s`lm#XU)ZQR!=w~6R<+lum=Um?V{Y8o6&e>K_%kY~r7uHQN9mX|3G!?b4=|>Ib z7UOoJ7y1_KB(kWp*x7a73M*^A>bb9cUt$^rTGIOx10kvQbrfg8Tu}2fNkF&}UDiz0 zOeGKbh-ftK^GdU{3)WV=O8~aIJk!mUP`8Y~#32u%h_6}8{Y`Rx$XsXh=j!XRyGPtQa_2KiH&gv$~Z6JBDD25~zj@p`-v zg|S~}O`nq#Tg7m}WJMh`S*6=jR^C_7yWHvcsGT~GEM-j!J4GlEi%DWn;Rx|~V#!WRI_jz`_$D-6f-hAys zNv8VQtXoru2``bj{B{-#`8ABCaoBbOrI1sTH#M1i(BtufnyMwnM7OM~s42pn^=n5O zN!&(MC!8Ck)Q)HrmksNq{YYeuNR_H4HOSwhX&bb9d$vU14@PEgE*_j^k=NhmHKbX* zew(O?Bz}QNy=Us)_wydD=z&Soij&M6OB+Gm+uLrW-gM0H#9?m|v8BDd{nS83Z!Zt+ z^2$$o+jr@qot2^QK0Z_~mj_1uH1nntKT7HJIAP}~?b4w3)uZUlC~FZ$6nUAG>22!WS`0AT~; zTIhf_?C@4Bz3r-4zd(d1ZGZ3BB=T3-@SbdOT#}pkc#W7Pd?9(wHG-|MYDwR5u`r5m z3N@DzQ*t2A4{yJ6$3A7>z=fzQvR)?qpEyp%dPUh+onIUh+9j7S{$<^DmtLMCL$Kho zKBXmKeqDPhr)0w@Zcic)ea%P*9#(}(dFf&bVoOq`d6<_)O4Mi5Dp6c>aZr6oCcbYH z{c$HrmznDuk|1RbB%GjqNCfZNSCoCH*qqxhoOS4HXh7Ct&yC(0Y4yUpv)eBdS2*j-QLb>al>5i=NzC-M zmS8zNdS@Vld({3yGQpd)qWHhP0T{gHro|%6vHVO<2O1E6*G201miblcD|bR$ox|G| z=B53R^Yz|Yb_?g%@*(`MSI+g@>xPVxmNHt#BCez&UE#=42dijcZ-_^!q7|}yx%V^P z3ZnAvUMsMUvghSY_{fUNyE4DN*OpSFeOHdKH3{gZyuDo?^_FrrimG$<$l)WT!z=Yi zh6tD+1Z(HElln4$J9J(l4#ySUmj_-H1P7VDB2~~kuIyXF#O+&j@2m*I1bv1)??}Mz zOUk-1LYov;-Hox)!P41yE3|+35TZD5aVmF=s4IPzHxq9kVXY`&(L(A>ZkknB9$l5^ LXqW%z|CRg~D&n@F literal 0 HcmV?d00001 diff --git a/locale/ru/LC_MESSAGES/BingWallpaper.po b/locale/ru/LC_MESSAGES/BingWallpaper.po new file mode 100644 index 00000000..956d8e69 --- /dev/null +++ b/locale/ru/LC_MESSAGES/BingWallpaper.po @@ -0,0 +1,200 @@ +# 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 , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-07-28 15:27+1000\n" +"PO-Revision-Date: 2018-07-28 16:19+1000\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.0.6\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: Settings.ui.h:1 +msgid "Hide the indicator" +msgstr "Скрыть индикатор" + +#: Settings.ui.h:2 +msgid "Set background image" +msgstr "Установить фоновое изображение" + +#: Settings.ui.h:3 +msgid "Set lock screen image" +msgstr "Установить изображение экрана блокировки" + +#: Settings.ui.h:4 +msgid "Download folder:" +msgstr "Папка для скачивания:" + +#: Settings.ui.h:5 +msgid "Bing Wallpaper pictures folder" +msgstr "Папка изображений Bing Wallpaper" + +#: Settings.ui.h:6 +msgid "Delete previously downloaded wallpapers:" +msgstr "Удалить ранее скачанные обои:" + +#: Settings.ui.h:7 +msgid "Days to store wallpapers before deleting:" +msgstr "Хранить обои перед удалением, дни:" + +#: Settings.ui.h:8 +msgid "Bing locale:" +msgstr "Локализация Bing:" + +#: Settings.ui.h:9 +msgid "Default is English - United States" +msgstr "По умолчанию - США" + +#: Settings.ui.h:10 +msgid "Screen resolution:" +msgstr "Разрешение экрана:" + +#: Settings.ui.h:11 +msgid "Override automatic resolution selection" +msgstr "Изменять автоматически выбранное разрешение" + +#: Settings.ui.h:12 extension.js:134 +msgid "Settings" +msgstr "Настройки" + +#: Settings.ui.h:13 +msgid "Gnome shell extension version: " +msgstr "Версия расширения Gnome shell:" + +#: 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 "" +"Ежедневное изменение ваших обоив на изображение дня Bing для вашего региона. " +"Показ уведомлений с описанием изображения и информацией об авторских правах." + +#: Settings.ui.h:15 +msgid "Maintained by Michael Carroll" +msgstr "Создано Майклом Кэрроллом" + +#: Settings.ui.h:16 +msgid "https://github.com/neffo/bing-wallpaper-gnome-extension" +msgstr "https://github.com/neffo/bing-wallpaper-gnome-extension" + +#: Settings.ui.h:17 +msgid "Based on NASA APOD Gnome shell extension by Elia Argentieri" +msgstr "Основано на расширении Gnome shell NASA APOD от Элии Аргентиери" + +#: Settings.ui.h:18 +msgid "" +"This program comes with ABSOLUTELY NO WARRANTY.\n" +"See the GNU General Public License, version 3 or later for details." +msgstr "" +"Данное ПО поставляется без каких-либо гарантий.\n" +"Смотри GNU General Public License, версия 3 или позже, чтобы узнать детали." + +#: Settings.ui.h:20 +msgid "About" +msgstr "О приложении" + +#: extension.js:81 extension.js:84 +#, fuzzy +msgid "minutes" +msgstr "минут" + +#: extension.js:87 +#, fuzzy +msgid "days" +msgstr "день" + +#: extension.js:90 +msgid "hours" +msgstr "часа" + +#: extension.js:127 +#, fuzzy +msgid "" +msgstr "<обновление не запланировано>" + +#: extension.js:129 extension.js:130 +#, fuzzy +msgid "Awaiting refresh..." +msgstr "ожидание обновления..." + +#: extension.js:131 +msgid "Copy image URL to clipboard" +msgstr "Скопировать URL в буфер" + +#: extension.js:132 +msgid "Set wallpaper" +msgstr "Установить обои" + +#: extension.js:133 +msgid "Refresh Now" +msgstr "Обновить сейчас" + +#: extension.js:163 +msgid "Next refresh" +msgstr "Следующее обновление" + +#: extension.js:279 prefs.js:152 +msgid "Market not available in your region" +msgstr "В вашем регионе магазин недоступен" + +#: extension.js:289 +msgid "Bing Wallpaper of the Day for" +msgstr "Изображение дня Bing Wallpaper для" + +#: extension.js:337 +msgid "No wallpaper available" +msgstr "Нет доступных обоев" + +#: extension.js:338 +msgid "No picture for today 😞." +msgstr "Нет изображения дня 😞." + +#: prefs.js:140 +msgid "Fetching data..." +msgstr "Получение данных..." + +#: prefs.js:156 +msgid "A network error occured" +msgstr "Ошибка сети" + +#~ msgid "Send a notification with explanation when a new image is downloaded." +#~ msgstr "" +#~ "Показывать уведомления с подробностями после скачивания нового " +#~ "изображения." + +#~ msgid "Notifications" +#~ msgstr "Уведомления" + +#~ msgid "Use transient notifications (auto dismiss)" +#~ msgstr "Использовать всплывающие уведомления (автоотключение)" + +#~ msgid "Show description" +#~ msgstr "Показать описание" + +#~ msgid "Open extension settings" +#~ msgstr "Открыть настройки расширения" + +#~ msgid "Bing website" +#~ msgstr "Сайт Bing" + +#~ msgid "" +#~ "The selected market is not available in your country or geographic " +#~ "region.\n" +#~ msgstr "" +#~ "Выбранный магазин недоступен в вашей стране или географическом регионе.\n" + +#~ msgid "This market is not available in your region" +#~ msgstr "В вашем регионе магазин недоступен" diff --git a/locale/ru_RU/LC_MESSAGES/BingWallpaper.mo b/locale/ru_RU/LC_MESSAGES/BingWallpaper.mo index 63f9275240c02d91b075edaf0264caeac2cdc2d2..92c3936f7a5920e7acfd063644dcd25bb34d6daa 100644 GIT binary patch delta 832 zcmYk)%}Z2K7{~F)nbCP^GRG#(31P#06dc6^LF!5chM)CqL;3jGUKT!vcvD^ZVpziPip2HfR#;;h!Kd4DvYxTyP z!#vNAa2&T$|L;2FC6mJ{o0Cx*y7MBkaJTTTbW%BXH(thek4Yofc(w4l8?C0N(dt++ zs-CxQ;9p@M!m&$NqeG8H?+O83YIJ$g=>^krn5rw)!YN45ZHaKVgw(~U`0qD4`vJet zJ`=oZJHbNp-I8UN?bo5jE4g(4VOFMOD8vF}7 Co@0#w delta 1767 zcmZ{jTWDNG7{@1RZm!vCywGS&7khi-P`p0jR+ zYA#AsNl2iJR75RB#21w$+mLKxH-gd!L7C&THv~Zx>4R?~=zg zYFuj_{l1~AER7w(21z&-GD zSPy^N;0^dT`@i6Q@Dk4LN{y-_iw8LP4z@v6qtxx7eS^KQk$pdGfM=j2dKK=4??6fP z8N3&M1*PC$U=;ohrQm4odXp{iR`yT92J)*@ES}&X1@DCO@Gf{AN`P-+9sCtaVSm7W zSjFK!cpP@XbFc?~2vex|1C&ArA|z%XhZ1*+>{8Gb7$?6fv3MBnrj0Im0?JiPKq=rd z+(m$oVH^AF9QMH*P{Y`Er4GPjuoa$%qUa|u1_LMxs@vA%Yj}w52{u=|m=< zPGy{gNyG{-)*NX)nat#M!g%qlJ0eNdVA7B%W#Ya`=wT;&#`yRZzOLTc8PDX>e)eUZ z$?74K8Ok~%NjFZ5L-@racoKiB$DWR-J)`}sL-{7{|EF3{w>ddKqZ6(-?0Q~%p;Yrq zV|VBNNA&)Odb_*#b@g<0MFyPoP>#Yo2aPk_s|)$s+>Qaq^E(G6X3Ft1Sx$eeeW`iV zvR7wwk^fP?=+yO9)?cx6wiHZg(Z2X@b!L;UdE*NJyhF!_7*k#R9jxJz6w&_;*GkR(CGA1jeSqi2IJs0{1uiY$*4#u@z z!~AL(cb+WeFv~2pEQg8cF9-QPQJ^BxQ02bc> diff --git a/locale/ru_RU/LC_MESSAGES/BingWallpaper.po b/locale/ru_RU/LC_MESSAGES/BingWallpaper.po index 38a60acf..bdafcafe 100644 --- a/locale/ru_RU/LC_MESSAGES/BingWallpaper.po +++ b/locale/ru_RU/LC_MESSAGES/BingWallpaper.po @@ -7,84 +7,71 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-02 14:40+1000\n" -"PO-Revision-Date: 2018-05-14 12:55+0700\n" +"POT-Creation-Date: 2018-07-28 15:27+1000\n" +"PO-Revision-Date: 2018-07-28 16:19+1000\n" +"Last-Translator: \n" "Language-Team: \n" +"Language: ru_RU\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 2.0.6\n" -"Last-Translator: \n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"Language: ru\n" #: Settings.ui.h:1 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 "Папка изображений Bing Wallpaper" -#: 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 "Локализация Bing:" -#: 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 "Настройки " +msgstr "Настройки" -#: Settings.ui.h:16 +#: Settings.ui.h:13 msgid "Gnome shell extension version: " msgstr "Версия расширения Gnome shell:" -#: 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." @@ -92,19 +79,19 @@ msgstr "" "Ежедневное изменение ваших обоив на изображение дня Bing для вашего региона. " "Показ уведомлений с описанием изображения и информацией об авторских правах." -#: 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 "https://github.com/neffo/bing-wallpaper-gnome-extension" -#: Settings.ui.h:20 +#: Settings.ui.h:17 msgid "Based on NASA APOD Gnome shell extension by Elia Argentieri" msgstr "Основано на расширении Gnome shell NASA APOD от Элии Аргентиери" -#: Settings.ui.h:21 +#: Settings.ui.h:18 msgid "" "This program comes with ABSOLUTELY NO WARRANTY.\n" "See the GNU General Public License, версия 3 или позже, чтобы узнать детали." -#: Settings.ui.h:23 +#: Settings.ui.h:20 msgid "About" msgstr "О приложении" -#: extension.js:113 +#: extension.js:81 extension.js:84 +#, fuzzy +msgid "minutes" +msgstr "минут" + +#: extension.js:87 +#, fuzzy +msgid "days" +msgstr "день" + +#: extension.js:90 +msgid "hours" +msgstr "часа" + +#: extension.js:127 +#, fuzzy msgid "" -msgstr "" +msgstr "<обновление не запланировано>" -#: extension.js:114 -msgid "Show description" -msgstr "Показать описание" +#: extension.js:129 extension.js:130 +#, fuzzy +msgid "Awaiting refresh..." +msgstr "ожидание обновления..." -#: extension.js:115 +#: extension.js:131 msgid "Copy image URL to clipboard" msgstr "Скопировать URL в буфер" -#: extension.js:116 +#: extension.js:132 msgid "Set wallpaper" msgstr "Установить обои" -#: extension.js:117 +#: extension.js:133 msgid "Refresh Now" msgstr "Обновить сейчас" -#: extension.js:160 -msgid "Open extension settings" -msgstr "Открыть настройки расширения" - -#: extension.js:165 -msgid "Bing website" -msgstr "Сайт Bing" - -#: extension.js:197 +#: extension.js:163 msgid "Next refresh" msgstr "Следующее обновление" -#: extension.js:288 +#: extension.js:279 prefs.js:152 msgid "Market not available in your region" msgstr "В вашем регионе магазин недоступен" -#: extension.js:288 -msgid "" -"The selected market is not available in your country or geographic region.\n" -msgstr "" -"Выбранный магазин недоступен в вашей стране или географическом регионе.\n" - -#: extension.js:297 +#: extension.js:289 msgid "Bing Wallpaper of the Day for" msgstr "Изображение дня Bing Wallpaper для" -#: 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 "Ошибка сети" + +#~ msgid "Send a notification with explanation when a new image is downloaded." +#~ msgstr "" +#~ "Показывать уведомления с подробностями после скачивания нового " +#~ "изображения." + +#~ msgid "Notifications" +#~ msgstr "Уведомления" + +#~ msgid "Use transient notifications (auto dismiss)" +#~ msgstr "Использовать всплывающие уведомления (автоотключение)" + +#~ msgid "Show description" +#~ msgstr "Показать описание" + +#~ msgid "Open extension settings" +#~ msgstr "Открыть настройки расширения" + +#~ msgid "Bing website" +#~ msgstr "Сайт Bing" + +#~ msgid "" +#~ "The selected market is not available in your country or geographic " +#~ "region.\n" +#~ msgstr "" +#~ "Выбранный магазин недоступен в вашей стране или географическом регионе.\n" + +#~ msgid "This market is not available in your region" +#~ msgstr "В вашем регионе магазин недоступен" diff --git a/locale/zh_CN/LC_MESSAGES/BingWallpaper.mo b/locale/zh_CN/LC_MESSAGES/BingWallpaper.mo index 4a86b8d0b9973d559fc7dca20a583ada8f7b5761..31413497cc0043244fd644d3d9cbaab655f6090b 100644 GIT binary patch delta 805 zcmXxiPe>GD7{~EWUDAr|1^4hh-zQOVlBd1rJ6L z9eRnNpo8F5l-YzXL7kMsgGUbvA?VGM(V?L4Z&qKJ_w&v>Gw<^}?>nE`OgKm|-ijo}rO#WD_I4=$i8T*gUU!6iJz0j$NE ziM>W8(!ezF%{Bv7dW^~}LfV%wjk+(O0?eQ)o5OZ|iQ4M-s0uex?`@+J{e{}mle6cV z)O$(P^BZ(^4Myoy`2GopY8_$f4mAuj6kwT$hH=|zvy~>l?vr4U+zhA8^lrpjN`%>n`qq*{|or*qn#_Ulv W=l8`{9e=0o(6K+`Me8Mkb^iktLsWwR delta 1506 zcmaLWUu;uV90%~zt*m1mFo%Db0y`puO+xJ!K&(+RhKVph5+{Ktylao`4c)!Xy|)wy zp>>L^IyCVDBijf;7)%m2M%fsJO%f8~gFFDQsEO>}cD@kw#Rp}4e{BW!!Y?`f+;e;W z{LZhZ|I8a+82_!(d4wUBqRmHZaWJ+Lb{63S@o6z*FGC65fxF==u-VDj4CsgNLK!ZA zeQ+VX0n6bZ1s}j}^#6sg!7fa$V=T^6cvyrNzrtF`N*JpEbp?H}8vSNi33o!;Xg_=d z_Cng|I(!x0f|PI;&Vo~r5}xJCAF>9z(cc6su|M06hjn-nhA+Y)_!7JcX@PsN6#fY* zvAMZ@%!BJ8m8KOo z!u>FJGT4s(Ew~tN!ONvE3TcDmkV<|LQl)M~I>1Bt0(9XN)USfH&s&h@e+c7q@DRZR zEs%gz;uDZEyjbX8fi&?Kh&7o7sS5EA*+hcK8gs1i`|A$bo99{3gXUo;F71-!u+$pHLJHrbMm6qNql%&J;i|@iLJewCBqaN} zCW2VWQ--xL^SNuRz#{qK>=RvZLz8e+p%~Lnrt?}UYN$LQ>us{G*O_a|-!Y3_>#FOQ zH>~1bug_b*%)8p_E!!w5!6**8yhTWDK5m|M>5diVR#$^LzjX1O|G)L|y`ddVn^S8_ z&p6ya9k9}eCq}PMo*YiypJ_X)CKKJ66Mf81n%1?1o&3=nI+7h2&x{S2Kf70ZCPu%> zj*ZzzFJ!vEv`&4VNsn4RUCLc*#EYt;d{lH^!g5x4$^R ztidZ2qldD?mmgf~w3CU+M3NTj?YG7i%L8W^!Vj#|AJtj;t>THg(34)@Zp&#\n" "Language-Team: \n" +"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.0.4\n" -"Last-Translator: 金立龙 \n" +"X-Generator: Poedit 2.0.6\n" "Plural-Forms: nplurals=1; plural=0;\n" -"Language: zh_CN\n" #: Settings.ui.h:1 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 "" "显示哪个国家的必应壁纸\n" "及介绍壁纸详情的语言:" -#: 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 "GnomeShell版本 " -#: 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." @@ -88,19 +76,19 @@ msgstr "" "将您的壁纸每天更改为适合您所在地区的必应壁纸图片。 并显示壁纸图片描述和版权信" "息的通知。" -#: Settings.ui.h:18 +#: Settings.ui.h:15 msgid "Maintained by Michael Carroll" msgstr "由Michael Carroll维护" -#: Settings.ui.h:19 +#: Settings.ui.h:16 msgid "https://github.com/neffo/bing-wallpaper-gnome-extension" msgstr "https://github.com/neffo/bing-wallpaper-gnome-extension" -#: Settings.ui.h:20 +#: Settings.ui.h:17 msgid "Based on NASA APOD Gnome shell extension by Elia Argentieri" msgstr "基于美国航空航天局APOD墙纸扩展由Elia Argentieri提供" -#: Settings.ui.h:21 +#: Settings.ui.h:18 msgid "" "This program comes with ABSOLUTELY NO WARRANTY.\n" "See the GNU通用公共许可证,版本3或更高版本" -#: Settings.ui.h:23 +#: Settings.ui.h:20 msgid "About" msgstr "关于" -#: extension.js:113 +#: extension.js:81 extension.js:84 +#, fuzzy +msgid "minutes" +msgstr "分钟" + +#: extension.js:87 +#, fuzzy +msgid "days" +msgstr "天" + +#: extension.js:90 +#, fuzzy +msgid "hours" +msgstr "小时" + +#: extension.js:127 msgid "" msgstr "<没有刷新计划>" -#: extension.js:114 -msgid "Show description" -msgstr "显示详情" +#: extension.js:129 extension.js:130 +#, fuzzy +msgid "Awaiting refresh..." +msgstr "等待刷新" -#: extension.js:115 +#: extension.js:131 msgid "Copy image URL to clipboard" msgstr "复制壁纸图片链接到剪贴板" -#: extension.js:116 +#: extension.js:132 msgid "Set wallpaper" msgstr "设置壁纸" -#: extension.js:117 +#: extension.js:133 msgid "Refresh Now" msgstr "现在刷新" -#: extension.js:160 -msgid "Open extension settings" -msgstr "打开扩展设置" - -#: extension.js:165 -msgid "Bing website" -msgstr "必应主页" - -#: extension.js:197 +#: extension.js:163 msgid "Next refresh" msgstr "下一次刷新" -#: extension.js:288 +#: extension.js:279 prefs.js:152 msgid "Market not available in your region" msgstr "对不起,在你所在地区不可用" -#: extension.js:288 -msgid "" -"The selected market is not available in your country or geographic region.\n" -msgstr "对不起,所选的在您的国家或地区不可用。\n" - -#: 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 "网络错误" + +#~ msgid "Send a notification with explanation when a new image is downloaded." +#~ msgstr "下载新的壁纸图片时显示详细说明." + +#~ msgid "Notifications" +#~ msgstr "通知" + +#~ msgid "Use transient notifications (auto dismiss)" +#~ msgstr "更换壁纸时显示通知(自动消失)" + +#~ msgid "Show description" +#~ msgstr "显示详情" + +#~ msgid "Open extension settings" +#~ msgstr "打开扩展设置" + +#~ msgid "Bing website" +#~ msgstr "必应主页" + +#~ msgid "" +#~ "The selected market is not available in your country or geographic " +#~ "region.\n" +#~ msgstr "对不起,所选的在您的国家或地区不可用。\n" + +#~ msgid "This market is not available in your region" +#~ msgstr "在您的地区不可用" diff --git a/metadata.json b/metadata.json index cba883d2..a2313455 100644 --- a/metadata.json +++ b/metadata.json @@ -4,6 +4,6 @@ "name": "Bing Wallpaper Changer", "settings-schema": "org.gnome.shell.extensions.bingwallpaper", "description": "Lightweight GNOME shell extension to change your wallpaper every day to Microsoft Bing's wallpaper (the image you see when you visit Bing.com). It will also show a notification containing the title and the explanation of the image.\n\n *Disclaimer*: this extension is unofficial and not affiliated with Bing or Microsoft in any way. Images are protected by copyright and are licensed only for use as wallpapers.\n\nThis extension is based extensively on the NASA APOD extension by Elinvention (https://github.com/Elinvention) and inspired by Bing Desktop Wallpaper Changer by Utkarsh Gupta (https://github.com/UtkarshGpta).\n\nFeatures:\n* Fetches the Bing wallpaper of the day and sets as both lock screen and desktop wallpaper (these are both user selectable)\n* Optionally force a specific region (i.e. locale)\n* Automatically selects the highest resolution (and most appropriate wallpaper) in multiple monitor setups\n* Optionally clean up Wallpaper directory after between 1 and 7 days (delete oldest first)\n* Only attempts to download wallpapers when they have been updated\n* Doesn't poll continuously - only once per day and on startup (schedules a refresh when Bing is due to update)\n* German, Dutch, Italian, Polish and Chinese translations\n\nPlease report bugs to the GitHub page below", - "version": "20", + "version": "21", "url": "https://github.com/neffo/bing-wallpaper-gnome-extension" }