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 a3a43365..e40bcf1a 100644 Binary files a/locale/de/LC_MESSAGES/BingWallpaper.mo and b/locale/de/LC_MESSAGES/BingWallpaper.mo differ 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 00000000..05466467 Binary files /dev/null and b/locale/es/LC_MESSAGES/BingWallpaper.mo differ 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 00000000..d1865bff Binary files /dev/null and b/locale/es_ES/LC_MESSAGES/BingWallpaper.mo differ diff --git a/locale/es_ES/LC_MESSAGES/BingWallpaper.po b/locale/es_ES/LC_MESSAGES/BingWallpaper.po new file mode 100644 index 00000000..7545993d --- /dev/null +++ b/locale/es_ES/LC_MESSAGES/BingWallpaper.po @@ -0,0 +1,201 @@ +# 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: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 00000000..91dc2d5a Binary files /dev/null and b/locale/fr/LC_MESSAGES/BingWallpaper.mo differ diff --git a/locale/fr/LC_MESSAGES/BingWallpaper.po b/locale/fr/LC_MESSAGES/BingWallpaper.po new file mode 100644 index 00000000..18d7428f --- /dev/null +++ b/locale/fr/LC_MESSAGES/BingWallpaper.po @@ -0,0 +1,204 @@ +# 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: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 e50641c0..e8062046 100644 Binary files a/locale/fr_FR/LC_MESSAGES/BingWallpaper.mo and b/locale/fr_FR/LC_MESSAGES/BingWallpaper.mo differ 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 a62acc15..a94db262 100644 Binary files a/locale/it/LC_MESSAGES/BingWallpaper.mo and b/locale/it/LC_MESSAGES/BingWallpaper.mo differ 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 f523f5a8..14f5ee8d 100644 Binary files a/locale/nl/LC_MESSAGES/BingWallpaper.mo and b/locale/nl/LC_MESSAGES/BingWallpaper.mo differ diff --git a/locale/nl/LC_MESSAGES/BingWallpaper.po b/locale/nl/LC_MESSAGES/BingWallpaper.po index 3252aacb..fed0d0b2 100644 --- a/locale/nl/LC_MESSAGES/BingWallpaper.po +++ b/locale/nl/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 15:00+1000\n" +"POT-Creation-Date: 2018-07-28 15:27+1000\n" +"PO-Revision-Date: 2018-07-28 16:10+1000\n" "Last-Translator: \n" "Language-Team: \n" "Language: nl_NL\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,69 +23,56 @@ msgid "Hide the indicator" msgstr "Verberg de indicator" #: Settings.ui.h:2 -msgid "Send a notification with explanation when a new image is downloaded." -msgstr "" -"Stuur een notificatie met uitleg wanneer een nieuwe afbeelding is gedownload." - -#: Settings.ui.h:3 -msgid "Notifications" -msgstr "Notificaties" - -#: Settings.ui.h:4 -msgid "Use transient notifications (auto dismiss)" -msgstr "Gebruik tijdelijke notificaties (sluit automatisch)" - -#: Settings.ui.h:5 msgid "Set background image" msgstr "Stel achtergrondafbeelding in" -#: Settings.ui.h:6 +#: Settings.ui.h:3 msgid "Set lock screen image" msgstr "Stel vergrendelscherm afbeelding in" -#: Settings.ui.h:7 +#: Settings.ui.h:4 msgid "Download folder:" msgstr "Download map:" -#: Settings.ui.h:8 +#: Settings.ui.h:5 msgid "Bing Wallpaper pictures folder" msgstr "Bing Wallpaper afbeeldingenmap" -#: Settings.ui.h:9 +#: Settings.ui.h:6 msgid "Delete previously downloaded wallpapers:" msgstr "Verwijder voorgaand gedownloade achtergronden:" -#: Settings.ui.h:10 +#: Settings.ui.h:7 msgid "Days to store wallpapers before deleting:" msgstr "Dagen voordat opgeslagen achtergronden verwijderd worden:" -#: Settings.ui.h:11 +#: Settings.ui.h:8 msgid "Bing locale:" msgstr "Bing landinstelling:" -#: Settings.ui.h:12 +#: Settings.ui.h:9 #, fuzzy #| msgid "Default is en-US" msgid "Default is English - United States" msgstr "Standaard is en-US" -#: Settings.ui.h:13 +#: Settings.ui.h:10 msgid "Screen resolution:" msgstr "Schermresolutie:" -#: Settings.ui.h:14 +#: Settings.ui.h:11 msgid "Override automatic resolution selection" msgstr "Kracht optie voor schermresolutie" -#: Settings.ui.h:15 extension.js:118 +#: Settings.ui.h:12 extension.js:134 msgid "Settings" msgstr "Instellingen" -#: Settings.ui.h:16 +#: Settings.ui.h:13 msgid "Gnome shell extension version: " msgstr "Gnome shell extensie versie: " -#: 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 +81,19 @@ msgstr "" "jouw regio. Toont een notificatie voor de afbeeldingsbeschrijving en " "copyright informatie." -#: Settings.ui.h:18 +#: Settings.ui.h:15 msgid "Maintained by Michael Carroll" msgstr "Onderhouden door 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 "Gebaseerd op de NASA APOD Gnome Shell extensie door 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, 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 ee22a656..824a2532 100644 Binary files a/locale/pl/LC_MESSAGES/BingWallpaper.mo and b/locale/pl/LC_MESSAGES/BingWallpaper.mo differ 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 23535ab6..de9a3d66 100644 Binary files a/locale/pt/LC_MESSAGES/BingWallpaper.mo and b/locale/pt/LC_MESSAGES/BingWallpaper.mo differ diff --git a/locale/pt/LC_MESSAGES/BingWallpaper.po b/locale/pt/LC_MESSAGES/BingWallpaper.po index 501d549f..4ab62178 100644 --- a/locale/pt/LC_MESSAGES/BingWallpaper.po +++ b/locale/pt/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-16 09:05+1000\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\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=2; plural=(n != 1);\n" -"Language: pt\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/pt_BR/LC_MESSAGES/BingWallpaper.mo b/locale/pt_BR/LC_MESSAGES/BingWallpaper.mo index c5ca4bea..89f3a582 100644 Binary files a/locale/pt_BR/LC_MESSAGES/BingWallpaper.mo and b/locale/pt_BR/LC_MESSAGES/BingWallpaper.mo differ 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 00000000..3c9923b5 Binary files /dev/null and b/locale/ru/LC_MESSAGES/BingWallpaper.mo differ 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 63f92752..92c3936f 100644 Binary files a/locale/ru_RU/LC_MESSAGES/BingWallpaper.mo and b/locale/ru_RU/LC_MESSAGES/BingWallpaper.mo differ 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 4a86b8d0..31413497 100644 Binary files a/locale/zh_CN/LC_MESSAGES/BingWallpaper.mo and b/locale/zh_CN/LC_MESSAGES/BingWallpaper.mo differ diff --git a/locale/zh_CN/LC_MESSAGES/BingWallpaper.po b/locale/zh_CN/LC_MESSAGES/BingWallpaper.po index a3ca9c66..89789f80 100644 --- a/locale/zh_CN/LC_MESSAGES/BingWallpaper.po +++ b/locale/zh_CN/LC_MESSAGES/BingWallpaper.po @@ -3,84 +3,72 @@ 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-26 00:01+0800\n" +"POT-Creation-Date: 2018-07-28 15:27+1000\n" +"PO-Revision-Date: 2018-07-28 16:23+1000\n" +"Last-Translator: 金立龙 \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" }