├── .jshintrc
├── .github
├── FUNDING.yml
├── ISSUE_TEMPLATE
│ └── bug_report.md
└── workflows
│ └── codeql-analysis.yml
├── ui
├── prefs.css
├── intervals.utils.js.h
└── carousel4.ui
├── screenshot
├── gallery.png
├── sponsor.png
├── overview.jpg
├── settings.png
├── settings2.png
├── settings3.png
├── settings4.png
├── settings5.png
├── blurexample.jpg
├── controlbar.png
├── quicksettings.png
└── get_it_on_gnome_extensions.png
├── schemas
└── gschemas.compiled
├── stylesheet.css
├── locale
├── ar
│ └── LC_MESSAGES
│ │ ├── BingWallpaper.mo
│ │ └── BingWallpaper.po
├── ca
│ └── LC_MESSAGES
│ │ ├── BingWallpaper.mo
│ │ └── BingWallpaper.po
├── cs
│ └── LC_MESSAGES
│ │ └── BingWallpaper.mo
├── de
│ └── LC_MESSAGES
│ │ └── BingWallpaper.mo
├── es
│ └── LC_MESSAGES
│ │ ├── BingWallpaper.mo
│ │ └── BingWallpaper.po
├── fr
│ └── LC_MESSAGES
│ │ └── BingWallpaper.mo
├── hu
│ └── LC_MESSAGES
│ │ ├── BingWallpaper.mo
│ │ └── BingWallpaper.po
├── id
│ └── LC_MESSAGES
│ │ ├── BingWallpaper.mo
│ │ └── BingWallpaper.po
├── it
│ └── LC_MESSAGES
│ │ └── BingWallpaper.mo
├── ja
│ └── LC_MESSAGES
│ │ ├── BingWallpaper.mo
│ │ └── BingWallpaper.po
├── ko
│ └── LC_MESSAGES
│ │ ├── BingWallpaper.mo
│ │ └── BingWallpaper.po
├── nb
│ └── LC_MESSAGES
│ │ └── BingWallpaper.mo
├── nl
│ └── LC_MESSAGES
│ │ └── BingWallpaper.mo
├── nn
│ └── LC_MESSAGES
│ │ ├── BingWallpaper.mo
│ │ └── BingWallpaper.po
├── pl
│ └── LC_MESSAGES
│ │ ├── BingWallpaper.mo
│ │ └── BingWallpaper.po
├── pt
│ └── LC_MESSAGES
│ │ └── BingWallpaper.mo
├── ru
│ └── LC_MESSAGES
│ │ ├── BingWallpaper.mo
│ │ └── BingWallpaper.po
├── sv
│ └── LC_MESSAGES
│ │ └── BingWallpaper.mo
├── tr
│ └── LC_MESSAGES
│ │ └── BingWallpaper.mo
├── uk
│ └── LC_MESSAGES
│ │ └── BingWallpaper.mo
├── es_ES
│ └── LC_MESSAGES
│ │ ├── BingWallpaper.mo
│ │ └── BingWallpaper.po
├── fa_IR
│ └── LC_MESSAGES
│ │ └── BingWallpaper.mo
├── fi_FI
│ └── LC_MESSAGES
│ │ ├── BingWallpaper.mo
│ │ └── BingWallpaper.po
├── fr_FR
│ └── LC_MESSAGES
│ │ └── BingWallpaper.mo
├── pt_BR
│ └── LC_MESSAGES
│ │ └── BingWallpaper.mo
├── ru_RU
│ └── LC_MESSAGES
│ │ └── BingWallpaper.mo
├── zh_CN
│ └── LC_MESSAGES
│ │ ├── BingWallpaper.mo
│ │ └── BingWallpaper.po
├── zh_TW
│ └── LC_MESSAGES
│ │ ├── BingWallpaper.mo
│ │ └── BingWallpaper.po
└── BingWallpaper.pot
├── icons
├── unchecked-symbolic.svg
├── checked-symbolic.svg
├── fav-symbolic.svg
├── unfav-symbolic.svg
├── mid-frame-symbolic.svg
├── low-frame-symbolic.svg
├── trash-empty-symbolic.svg
├── bing-symbolic.svg
├── trash-full-symbolic.svg
├── game-die-symbolic.svg
├── brick-symbolic.svg
└── high-frame-symbolic.svg
├── package.json
├── .gitignore
├── install.sh
├── thumbnail.js
├── BWClipboard.js
├── metadata.json
├── blur.js
├── README.md
└── carousel.js
/.jshintrc:
--------------------------------------------------------------------------------
1 | {
2 | "esversion": 6
3 | }
4 |
--------------------------------------------------------------------------------
/.github/FUNDING.yml:
--------------------------------------------------------------------------------
1 | github: [neffo]
2 | ko_fi: [michaelcarroll]
3 |
--------------------------------------------------------------------------------
/ui/prefs.css:
--------------------------------------------------------------------------------
1 | .icon_image_black_bg
2 | {
3 | background-color: rgba(0, 0, 0, 1);
4 | }
5 |
--------------------------------------------------------------------------------
/screenshot/gallery.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/screenshot/gallery.png
--------------------------------------------------------------------------------
/screenshot/sponsor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/screenshot/sponsor.png
--------------------------------------------------------------------------------
/screenshot/overview.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/screenshot/overview.jpg
--------------------------------------------------------------------------------
/screenshot/settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/screenshot/settings.png
--------------------------------------------------------------------------------
/screenshot/settings2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/screenshot/settings2.png
--------------------------------------------------------------------------------
/screenshot/settings3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/screenshot/settings3.png
--------------------------------------------------------------------------------
/screenshot/settings4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/screenshot/settings4.png
--------------------------------------------------------------------------------
/screenshot/settings5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/screenshot/settings5.png
--------------------------------------------------------------------------------
/schemas/gschemas.compiled:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/schemas/gschemas.compiled
--------------------------------------------------------------------------------
/screenshot/blurexample.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/screenshot/blurexample.jpg
--------------------------------------------------------------------------------
/screenshot/controlbar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/screenshot/controlbar.png
--------------------------------------------------------------------------------
/stylesheet.css:
--------------------------------------------------------------------------------
1 | .wp-thumbnail-image:focus, .wp-thumbnail-image:hover {
2 | background-color: rgba(247, 247, 247, 0.1) !important; }
--------------------------------------------------------------------------------
/screenshot/quicksettings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/screenshot/quicksettings.png
--------------------------------------------------------------------------------
/locale/ar/LC_MESSAGES/BingWallpaper.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/locale/ar/LC_MESSAGES/BingWallpaper.mo
--------------------------------------------------------------------------------
/locale/ca/LC_MESSAGES/BingWallpaper.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/locale/ca/LC_MESSAGES/BingWallpaper.mo
--------------------------------------------------------------------------------
/locale/cs/LC_MESSAGES/BingWallpaper.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/locale/cs/LC_MESSAGES/BingWallpaper.mo
--------------------------------------------------------------------------------
/locale/de/LC_MESSAGES/BingWallpaper.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/locale/de/LC_MESSAGES/BingWallpaper.mo
--------------------------------------------------------------------------------
/locale/es/LC_MESSAGES/BingWallpaper.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/locale/es/LC_MESSAGES/BingWallpaper.mo
--------------------------------------------------------------------------------
/locale/fr/LC_MESSAGES/BingWallpaper.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/locale/fr/LC_MESSAGES/BingWallpaper.mo
--------------------------------------------------------------------------------
/locale/hu/LC_MESSAGES/BingWallpaper.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/locale/hu/LC_MESSAGES/BingWallpaper.mo
--------------------------------------------------------------------------------
/locale/id/LC_MESSAGES/BingWallpaper.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/locale/id/LC_MESSAGES/BingWallpaper.mo
--------------------------------------------------------------------------------
/locale/it/LC_MESSAGES/BingWallpaper.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/locale/it/LC_MESSAGES/BingWallpaper.mo
--------------------------------------------------------------------------------
/locale/ja/LC_MESSAGES/BingWallpaper.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/locale/ja/LC_MESSAGES/BingWallpaper.mo
--------------------------------------------------------------------------------
/locale/ko/LC_MESSAGES/BingWallpaper.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/locale/ko/LC_MESSAGES/BingWallpaper.mo
--------------------------------------------------------------------------------
/locale/nb/LC_MESSAGES/BingWallpaper.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/locale/nb/LC_MESSAGES/BingWallpaper.mo
--------------------------------------------------------------------------------
/locale/nl/LC_MESSAGES/BingWallpaper.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/locale/nl/LC_MESSAGES/BingWallpaper.mo
--------------------------------------------------------------------------------
/locale/nn/LC_MESSAGES/BingWallpaper.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/locale/nn/LC_MESSAGES/BingWallpaper.mo
--------------------------------------------------------------------------------
/locale/pl/LC_MESSAGES/BingWallpaper.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/locale/pl/LC_MESSAGES/BingWallpaper.mo
--------------------------------------------------------------------------------
/locale/pt/LC_MESSAGES/BingWallpaper.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/locale/pt/LC_MESSAGES/BingWallpaper.mo
--------------------------------------------------------------------------------
/locale/ru/LC_MESSAGES/BingWallpaper.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/locale/ru/LC_MESSAGES/BingWallpaper.mo
--------------------------------------------------------------------------------
/locale/sv/LC_MESSAGES/BingWallpaper.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/locale/sv/LC_MESSAGES/BingWallpaper.mo
--------------------------------------------------------------------------------
/locale/tr/LC_MESSAGES/BingWallpaper.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/locale/tr/LC_MESSAGES/BingWallpaper.mo
--------------------------------------------------------------------------------
/locale/uk/LC_MESSAGES/BingWallpaper.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/locale/uk/LC_MESSAGES/BingWallpaper.mo
--------------------------------------------------------------------------------
/locale/es_ES/LC_MESSAGES/BingWallpaper.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/locale/es_ES/LC_MESSAGES/BingWallpaper.mo
--------------------------------------------------------------------------------
/locale/fa_IR/LC_MESSAGES/BingWallpaper.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/locale/fa_IR/LC_MESSAGES/BingWallpaper.mo
--------------------------------------------------------------------------------
/locale/fi_FI/LC_MESSAGES/BingWallpaper.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/locale/fi_FI/LC_MESSAGES/BingWallpaper.mo
--------------------------------------------------------------------------------
/locale/fr_FR/LC_MESSAGES/BingWallpaper.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/locale/fr_FR/LC_MESSAGES/BingWallpaper.mo
--------------------------------------------------------------------------------
/locale/pt_BR/LC_MESSAGES/BingWallpaper.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/locale/pt_BR/LC_MESSAGES/BingWallpaper.mo
--------------------------------------------------------------------------------
/locale/ru_RU/LC_MESSAGES/BingWallpaper.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/locale/ru_RU/LC_MESSAGES/BingWallpaper.mo
--------------------------------------------------------------------------------
/locale/zh_CN/LC_MESSAGES/BingWallpaper.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/locale/zh_CN/LC_MESSAGES/BingWallpaper.mo
--------------------------------------------------------------------------------
/locale/zh_TW/LC_MESSAGES/BingWallpaper.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/locale/zh_TW/LC_MESSAGES/BingWallpaper.mo
--------------------------------------------------------------------------------
/screenshot/get_it_on_gnome_extensions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shahradelahi/bing-wallpaper-gnome-extension/HEAD/screenshot/get_it_on_gnome_extensions.png
--------------------------------------------------------------------------------
/icons/unchecked-symbolic.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Bing Wallpaper",
3 | "description": "Bing Wallpaper eslint check",
4 | "devDependencies": {
5 | "eslint": "^5.16.0"
6 | },
7 | "scripts": {
8 | "lint": "eslint *.js"
9 | }
10 | }
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | BingWallpaper@ineffable-gmail.com.zip
2 | .vscode/*
3 | *~
4 | *.log
5 | #Settings.ui#
6 | translations.txt
7 | Settings.ui.h
8 | Settings4.ui.h
9 | carousel.ui.h
10 | carousel4.ui.h
11 | prefsadw.ui.h
12 | test.js
13 |
--------------------------------------------------------------------------------
/icons/checked-symbolic.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/ui/intervals.utils.js.h:
--------------------------------------------------------------------------------
1 | // shuffle at the top of the hour (hourly)
2 | char *s = N_("on the hour");
3 |
4 | // shuffle at midnight (daily)
5 | char *s = N_("every day at midnight");
6 |
7 | // shuffle at midnight on Sunday (weekly)
8 | char *s = N_("Sunday at midnight");
9 |
10 | // shuffle at user defined interval
11 | char *s = N_("User defined interval");
--------------------------------------------------------------------------------
/icons/fav-symbolic.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/install.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 |
3 | EXTENSION_NAME=BingWallpaper@ineffable-gmail.com
4 | INSTALL_PATH=~/.local/share/gnome-shell/extensions
5 | mkdir -p $INSTALL_PATH
6 | ZIP_NAME=BingWallpaper@ineffable-gmail.com.zip
7 |
8 | ./buildzip.sh
9 |
10 | mkdir -p $INSTALL_PATH/$EXTENSION_NAME
11 |
12 | unzip -o $ZIP_NAME -d $INSTALL_PATH/$EXTENSION_NAME/
13 |
14 | gnome-extensions enable $EXTENSION_NAME
15 |
--------------------------------------------------------------------------------
/icons/unfav-symbolic.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/bug_report.md:
--------------------------------------------------------------------------------
1 | ---
2 | name: Bug report
3 | about: Bug report
4 | title: "[BUG]"
5 | labels: bug
6 | assignees: ''
7 |
8 | ---
9 |
10 | >NOTE:
11 | >GNOME will sometimes report errors associated extensions if you manually update them via the extensions website. These errors can be resolved by restarting GNOME shell (logging out and then back in again). If it's still creating errors, then please go ahead create an issue.
12 |
13 | **Describe the bug**
14 | A clear and concise description of what the bug is.
15 |
16 | **Screenshots**
17 | If applicable, add screenshots to help explain your problem.
18 |
19 | **To Reproduce**
20 | Steps to reproduce the behavior:
21 | 1. Go to '...'
22 | 2. Click on '....'
23 | 3. Scroll down to '....'
24 | 4. See error
25 |
26 | **Desktop (please complete the following information):**
27 | - OS: [e.g. Ubuntu 21.04]
28 | - Extension Version: [e.g. 36]
29 | - GNOME Version: [e.g. 40.0]
30 |
31 | **Additional context**
32 | Add any other context about the problem here.
33 |
--------------------------------------------------------------------------------
/thumbnail.js:
--------------------------------------------------------------------------------
1 | // Bing Wallpaper GNOME extension
2 | // Copyright (C) 2017-2025 Michael Carroll
3 | // This extension is free software: you can redistribute it and/or modify
4 | // it under the terms of the GNU Lesser General Public License as published by
5 | // the Free Software Foundation, either version 3 of the License, or
6 | // (at your option) any later version.
7 | // See the GNU General Public License, version 3 or later for details.
8 |
9 | import Gio from 'gi://Gio';
10 | import GdkPixbuf from 'gi://GdkPixbuf';
11 |
12 | const THUMBNAIL_WIDTH = 480;
13 | const THUMBNAIL_HEIGHT = 270;
14 |
15 | export default class Thumbnail {
16 | constructor(filePath, scale = 1.0) {
17 | if (!filePath) {
18 | throw new Error(`need argument ${filePath}`);
19 | }
20 | try {
21 | let w = Math.round(THUMBNAIL_WIDTH * scale);
22 | let h = Math.round(THUMBNAIL_HEIGHT * scale);
23 | this.pixbuf = GdkPixbuf.Pixbuf.new_from_file_at_size(filePath, w, h);
24 | this.srcFile = Gio.File.new_for_path(filePath);
25 | } catch (err) {
26 | console.log('Unable to create thumbnail for corrupt or incomplete file: ' + filePath + ' err: ' + err);
27 | }
28 | }
29 | };
30 |
--------------------------------------------------------------------------------
/BWClipboard.js:
--------------------------------------------------------------------------------
1 | // Bing Wallpaper GNOME extension
2 | // Copyright (C) 2017-2025 Michael Carroll
3 | // This extension is free software: you can redistribute it and/or modify
4 | // it under the terms of the GNU Lesser General Public License as published by
5 | // the Free Software Foundation, either version 3 of the License, or
6 | // (at your option) any later version.
7 | // See the GNU General Public License, version 3 or later for details.
8 |
9 | import St from 'gi://St';
10 | import Gio from 'gi://Gio';
11 |
12 | const CLIPBOARD_TYPE = St.ClipboardType.CLIPBOARD;
13 |
14 | export default class BWClipboard {
15 | constructor() {
16 | this.clipboard = St.Clipboard.get_default();
17 | }
18 |
19 | setImage(filename) {
20 | try {
21 | let file = Gio.File.new_for_path(filename);
22 | let [success, image_data] = file.load_contents(null);
23 | //console.log('error: '+success);
24 | if (success)
25 | this.clipboard.set_content(CLIPBOARD_TYPE, 'image/jpeg', image_data);
26 | } catch (err) {
27 | console.log('unable to set clipboard to data in '+filename);
28 | }
29 | }
30 |
31 | setText(text) {
32 | this.clipboard.set_text(CLIPBOARD_TYPE, text);
33 | }
34 | };
35 |
--------------------------------------------------------------------------------
/metadata.json:
--------------------------------------------------------------------------------
1 | {
2 | "uuid": "BingWallpaper@ineffable-gmail.com",
3 | "shell-version": ["45", "46", "47", "48"],
4 | "name": "Bing Wallpaper",
5 | "settings-schema": "org.gnome.shell.extensions.bingwallpaper",
6 | "description": "Sync your wallpaper to today's Microsoft Bing image of the day (the image you see when you visit Bing.com).\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\nFeatures:\n* UHD resolution wallpapers\n* Automatically fetches current Bing wallpaper of the day and sets as both lock screen and desktop wallpaper (user selectable on GNOME versions that support it)\n* Doesn't poll continuously - only once per day and on startup (schedules a refresh when Bing is due to update)\n * random mode (from previously downloaded wallpapers)\n *NEW: select/cycle wallpaper through previously downloaded images\n* Language support: English (en), German (de), Dutch (nl), Italian (it), Polish (pl), Chinese (zh_CN, zh_TW), French (fr), Portuguese (pt), Ukrainian (uk), Russian (ru_RU), Spanish (es), Korean (ko), Indonesian (id), Catalan (ca), Norwegian Bokmål (nb) & Nynorsk (ni), Swedish (sv), Arabic (ar), Hungarian (hu) and Japanese (ja) - a HUGE thanks to the translators\n\nThis extension was forked from 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\nAlways restart GNOME after manually updating extensions. Please report bugs to the GitHub page below:",
7 | "version": "51",
8 | "url": "https://github.com/neffo/bing-wallpaper-gnome-extension",
9 | "gettext-domain": "BingWallpaper"
10 | }
11 |
--------------------------------------------------------------------------------
/icons/mid-frame-symbolic.svg:
--------------------------------------------------------------------------------
1 |
2 |
68 |
--------------------------------------------------------------------------------
/icons/low-frame-symbolic.svg:
--------------------------------------------------------------------------------
1 |
2 |
68 |
--------------------------------------------------------------------------------
/icons/trash-empty-symbolic.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
29 |
--------------------------------------------------------------------------------
/icons/bing-symbolic.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
82 |
--------------------------------------------------------------------------------
/.github/workflows/codeql-analysis.yml:
--------------------------------------------------------------------------------
1 | # For most projects, this workflow file will not need changing; you simply need
2 | # to commit it to your repository.
3 | #
4 | # You may wish to alter this file to override the set of languages analyzed,
5 | # or to provide custom queries or build logic.
6 | #
7 | # ******** NOTE ********
8 | # We have attempted to detect the languages in your repository. Please check
9 | # the `language` matrix defined below to confirm you have the correct set of
10 | # supported CodeQL languages.
11 | #
12 | name: "CodeQL"
13 |
14 | on:
15 | push:
16 | branches: [ "master" ]
17 | pull_request:
18 | # The branches below must be a subset of the branches above
19 | branches: [ "master" ]
20 | schedule:
21 | - cron: '15 1 * * 2'
22 |
23 | jobs:
24 | analyze:
25 | name: Analyze
26 | runs-on: ubuntu-latest
27 | permissions:
28 | actions: read
29 | contents: read
30 | security-events: write
31 |
32 | strategy:
33 | fail-fast: false
34 | matrix:
35 | language: [ 'javascript' ]
36 | # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
37 | # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
38 |
39 | steps:
40 | - name: Checkout repository
41 | uses: actions/checkout@v3
42 |
43 | # Initializes the CodeQL tools for scanning.
44 | - name: Initialize CodeQL
45 | uses: github/codeql-action/init@v2
46 | with:
47 | languages: ${{ matrix.language }}
48 | # If you wish to specify custom queries, you can do so here or in a config file.
49 | # By default, queries listed here will override any specified in a config file.
50 | # Prefix the list here with "+" to use these queries and those in the config file.
51 |
52 | # Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
53 | # queries: security-extended,security-and-quality
54 |
55 |
56 | # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
57 | # If this step fails, then you should remove it and run the build manually (see below)
58 | - name: Autobuild
59 | uses: github/codeql-action/autobuild@v2
60 |
61 | # ℹ️ Command-line programs to run using the OS shell.
62 | # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
63 |
64 | # If the Autobuild fails above, remove it and uncomment the following three lines.
65 | # modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
66 |
67 | # - run: |
68 | # echo "Run, Build Application using script"
69 | # ./location_of_script_within_repo/buildscript.sh
70 |
71 | - name: Perform CodeQL Analysis
72 | uses: github/codeql-action/analyze@v2
73 | with:
74 | category: "/language:${{matrix.language}}"
75 |
--------------------------------------------------------------------------------
/icons/trash-full-symbolic.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
63 |
--------------------------------------------------------------------------------
/icons/game-die-symbolic.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/brick-symbolic.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/icons/high-frame-symbolic.svg:
--------------------------------------------------------------------------------
1 |
2 |
68 |
--------------------------------------------------------------------------------
/blur.js:
--------------------------------------------------------------------------------
1 | // Bing Wallpaper GNOME extension
2 | // Copyright (C) 2017-2025 Michael Carroll
3 | // This extension is free software: you can redistribute it and/or modify
4 | // it under the terms of the GNU Lesser General Public License as published by
5 | // the Free Software Foundation, either version 3 of the License, or
6 | // (at your option) any later version.
7 | // See the GNU General Public License, version 3 or later for details.
8 | // Based on GNOME shell extension NASA APOD by Elia Argentieri https://github.com/Elinvention/gnome-shell-extension-nasa-apod
9 | // This code based on https://github.com/PRATAP-KUMAR/Control_Blur_Effect_On_Lock_Screen
10 | // and https://github.com/sunwxg/gnome-shell-extension-unlockDialogBackground
11 |
12 | import St from 'gi://St';
13 | import * as UnlockDialog from 'resource:///org/gnome/shell/ui/unlockDialog.js';
14 | import * as Config from 'resource:///org/gnome/shell/misc/config.js';
15 | var _updateBackgroundEffects = UnlockDialog.UnlockDialog.prototype._updateBackgroundEffects;
16 | var _showClock = UnlockDialog.UnlockDialog.prototype._showClock;
17 | var _showPrompt = UnlockDialog.UnlockDialog.prototype._showPrompt;
18 |
19 | var shellVersionMajor = parseInt(Config.PACKAGE_VERSION.split('.')[0]);
20 | var shellVersionMinor = parseInt(Config.PACKAGE_VERSION.split('.')[1]);
21 | var shellVersionPoint = parseInt(Config.PACKAGE_VERSION.split('.')[2]);
22 |
23 | var blurField = shellVersionMajor >= 46 ? "radius" : "sigma";
24 | // default BWP mild blur
25 | var BWP_BLUR_SIGMA = 2;
26 | var BWP_BLUR_BRIGHTNESS = 55;
27 | // GNOME defaults
28 | var BLUR_BRIGHTNESS = 0.55;
29 | var BLUR_SIGMA = 60;
30 | var debug = false;
31 |
32 | var promptActive = false; // default GNOME method of testing this relies on state of a transisiton
33 | // so we are being explicit here (do not want any races, thanks)
34 |
35 | function BingLog(msg) {
36 | if (debug) // set 'debug' above to false to keep the noise down in journal
37 | console.log("BingWallpaper extension/Blur: " + msg);
38 | }
39 |
40 | // we patch UnlockDialog._updateBackgroundEffects()
41 | export function _updateBackgroundEffects_BWP(monitorIndex) {
42 | // GNOME shell 3.36.4 and above
43 | BingLog("_updateBackgroundEffects_BWP() called for shell >= 3.36.4");
44 | const themeContext = St.ThemeContext.get_for_stage(global.stage);
45 | for (const widget of this._backgroundGroup.get_children()) {
46 | // set blur effects, we have two modes in lockscreen: login prompt or clock
47 | // blur on when clock is visible is adjustable
48 | const effect = widget.get_effect('blur');
49 | if (promptActive) {
50 | BingLog('default blur active');
51 | if (effect) {
52 | effect.set({ // GNOME defaults when login prompt is visible
53 | brightness: BLUR_BRIGHTNESS,
54 | [blurField]: BLUR_SIGMA * themeContext.scale_factor,
55 | });
56 | }
57 | }
58 | else {
59 | BingLog('adjustable blur active');
60 | if (effect) {
61 | effect.set({ // adjustable blur when clock is visible
62 | brightness: BWP_BLUR_BRIGHTNESS * 0.01, // we use 0-100 rather than 0-1, so divide by 100
63 | [blurField]: BWP_BLUR_SIGMA * themeContext.scale_factor,
64 | });
65 | }
66 | }
67 | }
68 | }
69 |
70 | // we patch both UnlockDialog._showClock() and UnlockDialog._showPrompt() to let us
71 | // adjustable blur in a Windows-like way (this ensures login prompt is readable)
72 | export function _showClock_BWP() {
73 | promptActive = false;
74 | this._showClock_GNOME(); // pass to default GNOME function
75 | this._updateBackgroundEffects();
76 | }
77 |
78 | export function _showPrompt_BWP() {
79 | promptActive = true;
80 | this._showPrompt_GNOME(); // pass to default GNOME function
81 | this._updateBackgroundEffects();
82 | }
83 |
84 | export function _clampValue(value) {
85 | // valid values are 0 to 100
86 | if (value > 100)
87 | value = 100;
88 | if (value < 0 )
89 | value = 0;
90 | return value;
91 | }
92 | export default class Blur {
93 | constructor() {
94 | this.enabled = false;
95 | BingLog('Bing Wallpaper adjustable blur is '+(supportedVersion()?'available':'not available'));
96 | }
97 |
98 | set_blur_strength(value) {
99 | BWP_BLUR_SIGMA = _clampValue(value);
100 | BingLog("lockscreen blur strength set to "+BWP_BLUR_SIGMA);
101 | }
102 |
103 | set_blur_brightness(value) {
104 | BWP_BLUR_BRIGHTNESS = _clampValue(value);
105 | BingLog("lockscreen brightness set to " + BWP_BLUR_BRIGHTNESS);
106 | }
107 |
108 | _switch(enabled) {
109 | if (enabled && !this.enabled) {
110 | this._enable();
111 | }
112 | else {
113 | this._disable();
114 | }
115 | }
116 |
117 | _enable() {
118 | if (supportedVersion()) {
119 | BingLog("Blur._enable() called on GNOME "+Config.PACKAGE_VERSION);
120 | UnlockDialog.UnlockDialog.prototype._updateBackgroundEffects = _updateBackgroundEffects_BWP;
121 | // we override _showClock and _showPrompt to patch in updates to blur effect before calling the GNOME functions
122 | UnlockDialog.UnlockDialog.prototype._showClock = _showClock_BWP;
123 | UnlockDialog.UnlockDialog.prototype._showPrompt = _showPrompt_BWP;
124 |
125 | // this are the original functions which we call into from our versions above
126 | UnlockDialog.UnlockDialog.prototype._showClock_GNOME = _showClock;
127 | UnlockDialog.UnlockDialog.prototype._showPrompt_GNOME = _showPrompt;
128 |
129 | }
130 | this.enabled = true;
131 | }
132 |
133 | _disable() {
134 | if (!this.enabled)
135 | return;
136 | BingLog("_lockscreen_blur_disable() called");
137 | if (supportedVersion()) {
138 | // restore default functions
139 | UnlockDialog.UnlockDialog.prototype._updateBackgroundEffects = _updateBackgroundEffects;
140 | UnlockDialog.UnlockDialog.prototype._showClock = _showClock;
141 | UnlockDialog.UnlockDialog.prototype._showPrompt = _showPrompt;
142 | // clean up unused functions we created
143 | UnlockDialog.UnlockDialog.prototype._showClock_GNOME = null;
144 | delete UnlockDialog.UnlockDialog.prototype._showClock_GNOME;
145 | UnlockDialog.UnlockDialog.prototype._showPrompt_GNOME = null;
146 | delete UnlockDialog.UnlockDialog.prototype._showPrompt_GNOME;
147 | }
148 | this.enabled = false;
149 | }
150 | };
151 |
152 | function supportedVersion() { // when current lockscren blur implementation was first shipped (we ignore earlier weird version)
153 | if (shellVersionMajor >= 40 ||
154 | (shellVersionMajor == 3 && shellVersionMinor == 36 && shellVersionPoint >= 4)) {
155 | return true;
156 | }
157 |
158 | return false;
159 | }
160 |
--------------------------------------------------------------------------------
/locale/zh_TW/LC_MESSAGES/BingWallpaper.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the PACKAGE package.
4 | # FIRST AUTHOR , YEAR.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: \n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2021-05-09 13:10+1000\n"
11 | "PO-Revision-Date: 2021-05-09 17:56+1000\n"
12 | "Last-Translator: Yi-Jyun Pan \n"
13 | "Language-Team: \n"
14 | "Language: zh_TW\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 | "X-Generator: Poedit 2.4.1\n"
19 | "Plural-Forms: nplurals=1; plural=0;\n"
20 |
21 | #: Settings.ui.h:1 Settings4.ui.h:2
22 | msgid "Hide the indicator"
23 | msgstr "隱藏指示器"
24 |
25 | #: Settings.ui.h:2 Settings4.ui.h:3
26 | msgid "Indicator icon"
27 | msgstr "指示器圖示"
28 |
29 | #: Settings.ui.h:3 Settings4.ui.h:4
30 | msgid "Enable desktop notifications"
31 | msgstr ""
32 |
33 | #: Settings.ui.h:4 Settings4.ui.h:5 extension.js:129
34 | msgid "Set background image"
35 | msgstr "設定背景影像"
36 |
37 | #: Settings.ui.h:5 Settings4.ui.h:6 extension.js:130
38 | msgid "Set lock screen image"
39 | msgstr "設定鎖定螢幕影像"
40 |
41 | #: Settings.ui.h:6 Settings4.ui.h:7
42 | msgid "Download folder"
43 | msgstr "下載資料夾"
44 |
45 | #: Settings.ui.h:7 Settings4.ui.h:1
46 | msgid "Bing Wallpaper pictures folder"
47 | msgstr "Bing 桌布圖片資料夾"
48 |
49 | #: Settings.ui.h:8 Settings4.ui.h:9
50 | msgid "Delete previously downloaded wallpapers"
51 | msgstr "刪除先前下載的桌布"
52 |
53 | #: Settings.ui.h:9 Settings4.ui.h:10
54 | msgid "Days to store wallpapers before deleting"
55 | msgstr "刪除前保留桌布的天數"
56 |
57 | #: Settings.ui.h:10 Settings4.ui.h:11
58 | msgid "Bing locale"
59 | msgstr "Bing 語區"
60 |
61 | #: Settings.ui.h:11 Settings4.ui.h:12
62 | msgid "Default is English - United States"
63 | msgstr "預設值是 English - United States"
64 |
65 | #: Settings.ui.h:12 Settings4.ui.h:14
66 | msgid "Screen resolution"
67 | msgstr "螢幕解析度"
68 |
69 | #: Settings.ui.h:13 Settings4.ui.h:15
70 | msgid "Override automatic resolution selection"
71 | msgstr "覆蓋自動選擇的解析度"
72 |
73 | #: Settings.ui.h:14 Settings4.ui.h:13
74 | msgid "Selected image"
75 | msgstr ""
76 |
77 | #: Settings.ui.h:15 Settings4.ui.h:16 extension.js:132
78 | msgid "Settings"
79 | msgstr "設定"
80 |
81 | #: Settings.ui.h:16 Settings4.ui.h:17
82 | msgid "Use custom blur and brightness"
83 | msgstr ""
84 |
85 | #: Settings.ui.h:17 Settings4.ui.h:18
86 | msgid "Override GDM3 lockscreen effects"
87 | msgstr ""
88 |
89 | #: Settings.ui.h:18 Settings4.ui.h:19
90 | msgid "Blur can improve readability of login prompt"
91 | msgstr ""
92 |
93 | #: Settings.ui.h:19 Settings4.ui.h:20
94 | msgid "Background blur intensity"
95 | msgstr ""
96 |
97 | #: Settings.ui.h:20 Settings4.ui.h:21
98 | msgid "Can improve contrast of login prompt"
99 | msgstr ""
100 |
101 | #: Settings.ui.h:21 Settings4.ui.h:22
102 | msgid "Background brightness"
103 | msgstr ""
104 |
105 | #: Settings.ui.h:22 Settings4.ui.h:23
106 | msgid "Presets"
107 | msgstr ""
108 |
109 | #: Settings.ui.h:23 Settings4.ui.h:24
110 | msgid "Commonly used presets"
111 | msgstr ""
112 |
113 | #: Settings.ui.h:24 Settings4.ui.h:25
114 | msgid "No blur, slight dim"
115 | msgstr ""
116 |
117 | #: Settings.ui.h:25 Settings4.ui.h:26
118 | msgid "GNOME default"
119 | msgstr ""
120 |
121 | #: Settings.ui.h:26 Settings4.ui.h:27
122 | msgid "Slight blur, slight dim"
123 | msgstr ""
124 |
125 | #: Settings.ui.h:27 Settings4.ui.h:28
126 | msgid "Lock Screen"
127 | msgstr ""
128 |
129 | #: Settings.ui.h:28 Settings4.ui.h:29
130 | msgid "New wallpaper images everyday from Bing"
131 | msgstr ""
132 |
133 | #: Settings.ui.h:29 Settings4.ui.h:30
134 | msgid "Gnome shell extension version "
135 | msgstr "GNOME Shell 擴充元件版本 "
136 |
137 | #: Settings.ui.h:30 Settings4.ui.h:31
138 | msgid "https://github.com/neffo/bing-wallpaper-gnome-extension"
139 | msgstr "https://github.com/neffo/bing-wallpaper-gnome-extension"
140 |
141 | #: Settings.ui.h:31 Settings4.ui.h:32
142 | msgid "Maintained by Michael Carroll"
143 | msgstr "由 Michael Carroll 維護"
144 |
145 | #: Settings.ui.h:32 Settings4.ui.h:33
146 | msgid ""
147 | "Show your support to the author on Flattr or Github "
149 | "Sponsors."
150 | msgstr ""
151 |
152 | #: Settings.ui.h:33 Settings4.ui.h:34
153 | msgid "Changes since last version"
154 | msgstr ""
155 |
156 | #: Settings.ui.h:34 Settings4.ui.h:35
157 | msgid "Based on NASA APOD Gnome shell extension by Elia Argentieri"
158 | msgstr "以 Elia Argentieri 製作的 NASA APOD GNOME Shell 擴充套件為基礎"
159 |
160 | #: Settings.ui.h:35 Settings4.ui.h:36
161 | #, fuzzy
162 | #| msgid ""
163 | #| "This program comes with ABSOLUTELY NO WARRANTY.\n"
164 | #| "See the GNU General Public License, version 3 or later for details."
166 | msgid ""
167 | "This program comes with ABSOLUTELY NO WARRANTY.\n"
168 | "See the GNU General "
169 | "Public License, version 3 or later for details."
170 | msgstr ""
171 | "此程式完全不提供擔保。\n"
172 | "請參閱 GNU General Public License 第三版或更新版 取得更多資訊。"
174 |
175 | #: Settings.ui.h:37 Settings4.ui.h:38
176 | msgid "About"
177 | msgstr "關於"
178 |
179 | #: Settings4.ui.h:8
180 | msgid "Open folder"
181 | msgstr ""
182 |
183 | #: extension.js:117
184 | msgid ""
185 | msgstr "<未排定重新整理>"
186 |
187 | #: extension.js:119 extension.js:121 extension.js:123
188 | msgid "Awaiting refresh..."
189 | msgstr "等待重新整理…"
190 |
191 | #: extension.js:126
192 | msgid "Copy image to clipboard"
193 | msgstr "複製影像至剪貼簿"
194 |
195 | #: extension.js:127
196 | msgid "Copy image URL to clipboard"
197 | msgstr "複製影像 URL 至剪貼簿"
198 |
199 | #: extension.js:128
200 | msgid "Open image folder"
201 | msgstr ""
202 |
203 | #: extension.js:131
204 | msgid "Refresh Now"
205 | msgstr "立刻重新整理"
206 |
207 | #: extension.js:137
208 | msgid "Thumbnail disabled on Wayland"
209 | msgstr ""
210 |
211 | #: extension.js:203
212 | msgid "Next refresh"
213 | msgstr "下次重新整理"
214 |
215 | #: extension.js:490 extension.js:527
216 | msgid "Bing Wallpaper of the Day for"
217 | msgstr "Bing 下述的今日桌布:"
218 |
219 | #: extension.js:495
220 | msgid "Set as wallpaper"
221 | msgstr ""
222 |
223 | #: extension.js:498
224 | msgid "More info on Bing.com"
225 | msgstr ""
226 |
227 | #: extension.js:553
228 | msgid "No wallpaper available"
229 | msgstr "沒有可以使用的桌布"
230 |
231 | #: extension.js:554
232 | msgid "No picture for today."
233 | msgstr "今天沒有影像"
234 |
235 | #: prefs.js:173
236 | msgid "Most recent image"
237 | msgstr ""
238 |
239 | #: prefs.js:174
240 | msgid "Random image"
241 | msgstr ""
242 |
243 | #: prefs.js:190 prefs.js:206
244 | msgid "Disabled on current GNOME version"
245 | msgstr ""
246 |
247 | #: utils.js:139
248 | msgid "Fetching data..."
249 | msgstr "正在取得資料…"
250 |
251 | #: utils.js:150
252 | msgid "Market not available in your region"
253 | msgstr "您的語區尚不能使用 Market"
254 |
255 | #: utils.js:154
256 | msgid "A network error occured"
257 | msgstr "發生網路錯誤"
258 |
259 | #: utils.js:159
260 | msgid "Too many requests in 5 seconds"
261 | msgstr ""
262 |
263 | #: utils.js:186
264 | msgid "No change log found for this release"
265 | msgstr ""
266 |
267 | #: utils.js:366 utils.js:369
268 | msgid "minutes"
269 | msgstr "分"
270 |
271 | #: utils.js:372
272 | msgid "days"
273 | msgstr "天"
274 |
275 | #: utils.js:375
276 | msgid "hours"
277 | msgstr "時"
278 |
279 | #~ msgid ""
280 | #~ "Changes your wallpaper daily to the Bing picture of the day for your "
281 | #~ "region. Displays the picture description and copyright information."
282 | #~ msgstr ""
283 | #~ "每天將您的桌布變更為您語區的 Bing 今日照片。顯示圖片描述及著作權資訊。"
284 |
--------------------------------------------------------------------------------
/locale/ko/LC_MESSAGES/BingWallpaper.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the PACKAGE package.
4 | # FIRST AUTHOR , YEAR.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: \n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2021-05-09 13:10+1000\n"
11 | "PO-Revision-Date: 2023-07-23 01:13+0900\n"
12 | "Last-Translator: izotopo <140181701+izotopo@users.noreply.github.com>\n"
13 | "Language-Team: \n"
14 | "Language: ko\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 | "Plural-Forms: nplurals=1; plural=0;\n"
19 | "X-Generator: Poedit 3.3.2\n"
20 |
21 | #: Settings.ui.h:1 Settings4.ui.h:2
22 | msgid "Hide the indicator"
23 | msgstr "표시기 숨기기"
24 |
25 | #: Settings.ui.h:2 Settings4.ui.h:3
26 | msgid "Indicator icon"
27 | msgstr "표시기 아이콘"
28 |
29 | #: Settings.ui.h:3 Settings4.ui.h:4
30 | msgid "Enable desktop notifications"
31 | msgstr "데스크톱 알림 사용"
32 |
33 | #: Settings.ui.h:4 Settings4.ui.h:5 extension.js:129
34 | msgid "Set background image"
35 | msgstr "배경화면 설정"
36 |
37 | #: Settings.ui.h:5 Settings4.ui.h:6 extension.js:130
38 | msgid "Set lock screen image"
39 | msgstr "잠금화면 설정"
40 |
41 | #: Settings.ui.h:6 Settings4.ui.h:7
42 | msgid "Download folder"
43 | msgstr "다운로드 폴더"
44 |
45 | #: Settings.ui.h:7 Settings4.ui.h:1
46 | msgid "Bing Wallpaper pictures folder"
47 | msgstr "Bing 배경화면 사진 폴더"
48 |
49 | #: Settings.ui.h:8 Settings4.ui.h:9
50 | msgid "Delete previously downloaded wallpapers"
51 | msgstr "이전에 다운로드한 배경화면 삭제"
52 |
53 | #: Settings.ui.h:9 Settings4.ui.h:10
54 | msgid "Days to store wallpapers before deleting"
55 | msgstr "배경화면을 삭제하기 전에 저장해 두는 기간"
56 |
57 | #: Settings.ui.h:10 Settings4.ui.h:11
58 | msgid "Bing locale"
59 | msgstr "Bing 로케일"
60 |
61 | #: Settings.ui.h:11 Settings4.ui.h:12
62 | msgid "Default is English - United States"
63 | msgstr "미국 영어가 기본값임"
64 |
65 | #: Settings.ui.h:12 Settings4.ui.h:14
66 | msgid "Screen resolution"
67 | msgstr "화면 해상도"
68 |
69 | #: Settings.ui.h:13 Settings4.ui.h:15
70 | msgid "Override automatic resolution selection"
71 | msgstr "자동 해상도 선택 재정의"
72 |
73 | #: Settings.ui.h:14 Settings4.ui.h:13
74 | msgid "Selected image"
75 | msgstr "선택한 이미지"
76 |
77 | #: Settings.ui.h:15 Settings4.ui.h:16 extension.js:132
78 | msgid "Settings"
79 | msgstr "설정"
80 |
81 | #: Settings.ui.h:16 Settings4.ui.h:17
82 | msgid "Use custom blur and brightness"
83 | msgstr "사용자 지정 흐림 및 밝기 사용"
84 |
85 | #: Settings.ui.h:17 Settings4.ui.h:18
86 | msgid "Override GDM3 lockscreen effects"
87 | msgstr "GDM3 잠금화면 효과 재정의"
88 |
89 | #: Settings.ui.h:18 Settings4.ui.h:19
90 | msgid "Blur can improve readability of login prompt"
91 | msgstr "흐림을 통한 로그인 프롬프트 가독성 향상"
92 |
93 | #: Settings.ui.h:19 Settings4.ui.h:20
94 | msgid "Background blur intensity"
95 | msgstr "배경화면 흐림 강도"
96 |
97 | #: Settings.ui.h:20 Settings4.ui.h:21
98 | msgid "Can improve contrast of login prompt"
99 | msgstr "로그인 프롬프트의 대비 개선"
100 |
101 | #: Settings.ui.h:21 Settings4.ui.h:22
102 | msgid "Background brightness"
103 | msgstr "배경화면 밝기"
104 |
105 | #: Settings.ui.h:22 Settings4.ui.h:23
106 | msgid "Presets"
107 | msgstr "프리셋"
108 |
109 | #: Settings.ui.h:23 Settings4.ui.h:24
110 | msgid "Commonly used presets"
111 | msgstr "일반적으로 사용되는 프리셋"
112 |
113 | #: Settings.ui.h:24 Settings4.ui.h:25
114 | msgid "No blur, slight dim"
115 | msgstr "흐림 없음, 약간 흐릿함"
116 |
117 | #: Settings.ui.h:25 Settings4.ui.h:26
118 | msgid "GNOME default"
119 | msgstr "GNOME 기본값"
120 |
121 | #: Settings.ui.h:26 Settings4.ui.h:27
122 | msgid "Slight blur, slight dim"
123 | msgstr "약간 흐림, 약간 흐릿함"
124 |
125 | #: Settings.ui.h:27 Settings4.ui.h:28
126 | msgid "Lock Screen"
127 | msgstr "잠금화면"
128 |
129 | #: Settings.ui.h:28 Settings4.ui.h:29
130 | msgid "New wallpaper images everyday from Bing"
131 | msgstr "매일 새로운 Bing 배경화면 이미지"
132 |
133 | #: Settings.ui.h:29 Settings4.ui.h:30
134 | msgid "Gnome shell extension version "
135 | msgstr "GNOME 셸 확장 버전 "
136 |
137 | #: Settings.ui.h:30 Settings4.ui.h:31
138 | msgid "https://github.com/neffo/bing-wallpaper-gnome-extension"
139 | msgstr "https://github.com/neffo/bing-wallpaper-gnome-extension"
140 |
141 | #: Settings.ui.h:31 Settings4.ui.h:32
142 | msgid "Maintained by Michael Carroll"
143 | msgstr "Michael Carroll 님이 유지보수 중임"
144 |
145 | #: Settings.ui.h:32 Settings4.ui.h:33
146 | msgid ""
147 | "Show your support to the author on Flattr or Github "
149 | "Sponsors."
150 | msgstr ""
151 | "Flattr 또는 Github Sponsors에서 개발자를 지지해주세요."
153 |
154 | #: Settings.ui.h:33 Settings4.ui.h:34
155 | msgid "Changes since last version"
156 | msgstr "마지막 버전 이후 변경 사항"
157 |
158 | #: Settings.ui.h:34 Settings4.ui.h:35
159 | msgid "Based on NASA APOD Gnome shell extension by Elia Argentieri"
160 | msgstr "Elia Argentieri 님의 NASA APOD Gnome 셸 확장을 기반으로 함"
161 |
162 | #: Settings.ui.h:35 Settings4.ui.h:36
163 | msgid ""
164 | "This program comes with ABSOLUTELY NO WARRANTY.\n"
165 | "See the GNU General "
166 | "Public License, version 3 or later for details."
167 | msgstr ""
168 | "이 프로그램은 어떠한 형태의 보증도 제공되지 않습니"
169 | "다.\n"
170 | "더 자세한 내용은 GNU 일반 공중 사용 허가서, 버전 3 또는 그 이상 을 참고"
172 | "하세요."
173 |
174 | #: Settings.ui.h:37 Settings4.ui.h:38
175 | msgid "About"
176 | msgstr "정보"
177 |
178 | #: Settings4.ui.h:8
179 | msgid "Open folder"
180 | msgstr "폴더 열기"
181 |
182 | #: extension.js:117
183 | msgid ""
184 | msgstr "<예정된 새로고침 없음>"
185 |
186 | #: extension.js:119 extension.js:121 extension.js:123
187 | msgid "Awaiting refresh..."
188 | msgstr "새로고침을 기다리는 중..."
189 |
190 | #: extension.js:126
191 | msgid "Copy image to clipboard"
192 | msgstr "클립보드에 이미지 복사"
193 |
194 | #: extension.js:127
195 | msgid "Copy image URL to clipboard"
196 | msgstr "클립보드에 이미지 URL 복사"
197 |
198 | #: extension.js:128
199 | msgid "Open image folder"
200 | msgstr "이미지 폴더 열기"
201 |
202 | #: extension.js:131
203 | msgid "Refresh Now"
204 | msgstr "지금 새로고침"
205 |
206 | #: extension.js:137
207 | msgid "Thumbnail disabled on Wayland"
208 | msgstr "Wayland에서 썸네일이 비활성화됨"
209 |
210 | #: extension.js:203
211 | msgid "Next refresh"
212 | msgstr "다음 새로고침"
213 |
214 | #: extension.js:490 extension.js:527
215 | msgid "Bing Wallpaper of the Day for"
216 | msgstr "오늘의 Bing 배경화면은"
217 |
218 | #: extension.js:495
219 | msgid "Set as wallpaper"
220 | msgstr "배경화면으로 설정"
221 |
222 | #: extension.js:498
223 | msgid "More info on Bing.com"
224 | msgstr "Bing.com에서 더 많은 정보를 알아볼 수 있습니다"
225 |
226 | #: extension.js:553
227 | msgid "No wallpaper available"
228 | msgstr "사용할 수 있는 배경화면이 없습니다"
229 |
230 | #: extension.js:554
231 | msgid "No picture for today."
232 | msgstr "오늘은 사진이 없습니다."
233 |
234 | #: prefs.js:173
235 | msgid "Most recent image"
236 | msgstr "가장 최근 이미지"
237 |
238 | #: prefs.js:174
239 | msgid "Random image"
240 | msgstr "임의의 이미지"
241 |
242 | #: prefs.js:190 prefs.js:206
243 | msgid "Disabled on current GNOME version"
244 | msgstr "현재 GNOME 버전에서는 비활성화됨"
245 |
246 | #: utils.js:139
247 | msgid "Fetching data..."
248 | msgstr "데이터를 가져오는 중..."
249 |
250 | #: utils.js:150
251 | msgid "Market not available in your region"
252 | msgstr "해당 지역에서 사용할 수 없는 마켓입니다"
253 |
254 | #: utils.js:154
255 | msgid "A network error occured"
256 | msgstr "네트워크 오류가 발생했습니다"
257 |
258 | #: utils.js:159
259 | msgid "Too many requests in 5 seconds"
260 | msgstr "5초 동안 너무 많은 요청이 발생했습니다"
261 |
262 | #: utils.js:186
263 | msgid "No change log found for this release"
264 | msgstr "이 릴리스에 대한 변경 로그를 찾을 수 없습니다"
265 |
266 | #: utils.js:366 utils.js:369
267 | msgid "minutes"
268 | msgstr "분"
269 |
270 | #: utils.js:372
271 | msgid "days"
272 | msgstr "일"
273 |
274 | #: utils.js:375
275 | msgid "hours"
276 | msgstr "시간"
277 |
278 | #~ msgid ""
279 | #~ "Changes your wallpaper daily to the Bing picture of the day for your "
280 | #~ "region. Displays the picture description and copyright information."
281 | #~ msgstr ""
282 | #~ "해당 지역에 맞는 그날의 Bing 이미지로 매일 배경화면을 변경합니다. 또한 "
283 | #~ "해당 이미지에 대한 설명과 저작권에 대한 정보를 보여줍니다."
284 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # GNOME Shell extension - Bing Wallpaper
2 |
3 | Bring some color to your GNOME desktop by syncing your desktop and lockscreen wallpapers with today's Microsoft Bing image of the day (the image you see when you visit Bing.com) with this extension. The intention of this extension is to just do what it needs to do and stay out of your way, with a few optional features to improve quality-of-life.
4 |
5 | [](https://extensions.gnome.org/extension/1262/bing-wallpaper-changer/) [](https://github.com/sponsors/neffo)
6 |
7 | 
8 |
9 | As featured on [OMG! Ubuntu](https://www.omgubuntu.co.uk/2017/07/bing-wallpaper-changer-gnome-extension).
10 |
11 | Also, check out my related [Google Earth View wallpaper extension](https://github.com/neffo/earth-view-wallpaper-gnome-extension) and the partially-derived [Bing Desktop Wallpaper for Cinnamon](https://cinnamon-spices.linuxmint.com/applets/view/320) applet by Starcross.
12 |
13 | ## Features
14 |
15 | * Automatically sets the Bing [Image of the Day](https://www.microsoft.com/en-us/bing/bing-wallpaper) as both lock screen and desktop wallpapers
16 | * Only attempts to download wallpapers when they have been updated - doesn't poll continuously
17 | * Shuffle/randomise wallpapers at adjustable intervals (including from your stored Bing images)
18 | * Image gallery to view, select and curate stored images
19 | * Optionally delete old images after a week, or you can keep (and curate) them forever
20 | * Override the lockscreen blur (NEW: lockscreen blur is now dynamic!)
21 | * Language support: English (en), German (de), Dutch (nl), Italian (it), Polish (pl), Chinese (zh_CN, zh_TW), French (fr_FR), Portuguese (pt, pt_BR), Ukrainian (uk), Russian (ru_RU), Spanish (es), Korean (ko), Indonesian (id), Catalan (ca), Norwegian Bokmål (nb) & Nynorsk (nn), Swedish (sv), Arabic (ar), Hungarian (hu), Japanese (ja), Czech (cs_CZ), Finnish (fi_FI) and Turkish (tr), Persian (fa_ir) - a HUGE thanks to the translators
22 | * Image preview in menus & ability to manually set wallpapers individually or copy image to clipboard
23 | * A selection of different theme-aware indicator (tray) icons to choose (or hide it completely)
24 |
25 | ## Quickstart guide
26 |
27 | * Install from [GNOME extensions](https://extensions.gnome.org/extension/1262/bing-wallpaper-changer/), by default your wallpaper will be synced to the current Bing image of the day - if that's all you want you don't have to do anymore, everything is automatic
28 | * Bing Wallpaper (by default) builds a collection of images over time (this can be disabled if required)
29 |
30 | ### Control bar
31 | 
32 |
33 | * 🤍 - Favorite/unfavorite current image (can be used to shuffle only favorite images and favorites are never deleted automatically)
34 | * 🗑️ - Trash/untrash current image (exclude from shuffle selection or optionally deleted from disk)
35 | * ⏪ - select previous day's image (in date order)
36 | * ⏩ - select next day's image (in date order)
37 | * ⏭️ - select today's image (skip to current)
38 | * 🎲 - I'm feeling lucky, show me a random image (by default you should have at least 8 images available, curated with favorite and trash buttons)
39 |
40 | ### Quick settings
41 | 
42 |
43 | * Always show new images - when a new Bing wallpaper is available switch to it immediately
44 | * Image shuffle mode - switch to a random image at user defined intervals (default once per day or once per startup)
45 | * Image shuffle only favorites - only select favorite images (🤍), by default 'trashed' images are always excluded
46 | * Image shuffle only UHD resolution - occasionally some images are not UHD, exclude these from selection
47 |
48 | ### Gallery
49 |
50 | 
51 |
52 | The 5 buttons in the gallery (3rd page in the preferences) do have tool-tips but these do the following:
53 | - Favorite - favorite this image (equivalent to doing this via the control bar)
54 | - Apply - set this image as wallpaper
55 | - View - open image in image viewer
56 | - Info - open the Bing description of the image
57 | - Trash - trash the image
58 |
59 | ## TODO
60 |
61 | * add more languages (#14) - [please help if you can](https://github.com/neffo/bing-wallpaper-gnome-extension/issues/14)
62 | * add user features requests - [lots have already been implemented](https://github.com/neffo/bing-wallpaper-gnome-extension/issues?q=is%3Aissue+label%3Aenhancement+is%3Aclosed)
63 |
64 | ## Known Issues
65 |
66 | * 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!)
67 | * 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
68 | * GNOME Shell themes can break some GNOME popup menu elements (toggle switches for example). This impacts GNOME more generally, not just this extension. Double check you are running latest versions of your themes (or disable them).
69 |
70 | ## System Requirements
71 |
72 | GNOME 3.36+ or 40+ (Ubuntu 20.04 LTS or later, older versions of the extension work with 3.18+, but are no longer supported).
73 |
74 | ## Package dependencies
75 |
76 | Below packages are required to build the extension
77 |
78 | ```
79 | npm
80 | gettext
81 | intltool
82 | zip
83 | ```
84 | For Ubuntu you can hit below command to install
85 | ```
86 | sudo apt install npm gettext intltool zip -y
87 | ```
88 |
89 | ## Install
90 |
91 | [Install from extensions.gnome.org](https://extensions.gnome.org/extension/1262/bing-wallpaper-changer/)
92 |
93 | or install directly to your GNOME extensions directory (useful if you want to hack on it)
94 |
95 | ```
96 | mkdir ~/Desktop/source
97 | cd ~/Desktop/source
98 | git clone https://github.com/neffo/bing-wallpaper-gnome-extension.git
99 | cd bing-wallpaper-gnome-extension
100 | sh install.sh
101 | ```
102 |
103 | ## Enable debug logging
104 |
105 | Enable debug logging through the extension preferences 'Debug options' tab or if unable to open preferences you can enable debugging using dconf-editor with this command:
106 | ```
107 | GSETTINGS_SCHEMA_DIR=$HOME/.local/share/gnome-shell/extensions/BingWallpaper@ineffable-gmail.com/schemas dconf-editor /org/gnome/shell/extensions/bingwallpaper/
108 | ```
109 |
110 | Please include logs from your journal when submitting bug notices (make sure nothing sensitive is included in the text!).
111 |
112 | ## Screenshots
113 |
114 | ### Image gallery
115 |
116 | 
117 |
118 | ### Preferences
119 |
120 | 
121 | 
122 | 
123 | 
124 |
125 |
126 | ### Lockscreen blur control
127 | From left to right:
128 | * no blur/no dimming
129 | * slight blur/default dimming
130 | * default blur/default dimming
131 | 
132 |
133 | ## Toss a coin to your coder
134 |
135 | Do you like this extension and want to show that you appreciate the work that goes into adding new features and keeping it maintained? Please consider buying me a coffee on [GitHub Sponsors](https://github.com/sponsors/neffo) or on [Flattr](https://flattr.com/@neffo).
136 |
137 | ## Disclaimer
138 |
139 | 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.
140 |
141 | ## Special Thanks
142 |
143 | This extension is based on the NASA APOD extension by [Elinvention](https://github.com/Elinvention)
144 | and inspired by Bing Desktop WallpaperChanger by [Utkarsh Gupta](https://github.com/UtkarshGpta). Lockscreen blur code is based on [Pratap-Kumar's extension](https://github.com/PRATAP-KUMAR/Control_Blur_Effect_On_Lock_Screen). I'd like to give a special shout out to those who have [contributed code and translations](https://github.com/neffo/bing-wallpaper-gnome-extension/graphs/contributors) as well as everyone who has reported bugs or provided feedback and suggestions for improvements. Also, thanks to Microsoft for this great API and wallpaper collection.
145 |
146 | ## License
147 |
148 | This extension is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
149 |
--------------------------------------------------------------------------------
/locale/nn/LC_MESSAGES/BingWallpaper.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the PACKAGE package.
4 | # FIRST AUTHOR , YEAR.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: \n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2021-05-09 13:10+1000\n"
11 | "PO-Revision-Date: 2021-05-09 14:24+1000\n"
12 | "Last-Translator: Jon Harald Søby \n"
13 | "Language-Team: \n"
14 | "Language: nn\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 | "X-Generator: Poedit 2.4.1\n"
19 | "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20 |
21 | #: Settings.ui.h:1 Settings4.ui.h:2
22 | msgid "Hide the indicator"
23 | msgstr "Skjul indikatoren"
24 |
25 | #: Settings.ui.h:2 Settings4.ui.h:3
26 | #, fuzzy
27 | msgid "Indicator icon"
28 | msgstr "Indikatoren"
29 |
30 | #: Settings.ui.h:3 Settings4.ui.h:4
31 | msgid "Enable desktop notifications"
32 | msgstr ""
33 |
34 | #: Settings.ui.h:4 Settings4.ui.h:5 extension.js:129
35 | msgid "Set background image"
36 | msgstr "Sett bakgrunnsbilete"
37 |
38 | #: Settings.ui.h:5 Settings4.ui.h:6 extension.js:130
39 | msgid "Set lock screen image"
40 | msgstr "Sett låseskjermbilete"
41 |
42 | #: Settings.ui.h:6 Settings4.ui.h:7
43 | msgid "Download folder"
44 | msgstr "Nedlastingsmappe"
45 |
46 | #: Settings.ui.h:7 Settings4.ui.h:1
47 | msgid "Bing Wallpaper pictures folder"
48 | msgstr "Mappe for Bing-bakgrunnsbilete"
49 |
50 | #: Settings.ui.h:8 Settings4.ui.h:9
51 | msgid "Delete previously downloaded wallpapers"
52 | msgstr "Slett tidlegare nedlasta bakgrunnsbilete"
53 |
54 | #: Settings.ui.h:9 Settings4.ui.h:10
55 | msgid "Days to store wallpapers before deleting"
56 | msgstr "Talet på dagar bakgrunnane skal lagrast før dei vert sletta"
57 |
58 | #: Settings.ui.h:10 Settings4.ui.h:11
59 | msgid "Bing locale"
60 | msgstr "Bing-lokale"
61 |
62 | #: Settings.ui.h:11 Settings4.ui.h:12
63 | msgid "Default is English - United States"
64 | msgstr "Standard er engelsk (USA)"
65 |
66 | #: Settings.ui.h:12 Settings4.ui.h:14
67 | msgid "Screen resolution"
68 | msgstr "Skjermoppløysing"
69 |
70 | #: Settings.ui.h:13 Settings4.ui.h:15
71 | msgid "Override automatic resolution selection"
72 | msgstr "Overstyr automatisk val av skjermoppløysing"
73 |
74 | #: Settings.ui.h:14 Settings4.ui.h:13
75 | #, fuzzy
76 | msgid "Selected image"
77 | msgstr "Bilete"
78 |
79 | #: Settings.ui.h:15 Settings4.ui.h:16 extension.js:132
80 | msgid "Settings"
81 | msgstr "Innstillingar"
82 |
83 | #: Settings.ui.h:16 Settings4.ui.h:17
84 | msgid "Use custom blur and brightness"
85 | msgstr ""
86 |
87 | #: Settings.ui.h:17 Settings4.ui.h:18
88 | msgid "Override GDM3 lockscreen effects"
89 | msgstr ""
90 |
91 | #: Settings.ui.h:18 Settings4.ui.h:19
92 | msgid "Blur can improve readability of login prompt"
93 | msgstr ""
94 |
95 | #: Settings.ui.h:19 Settings4.ui.h:20
96 | msgid "Background blur intensity"
97 | msgstr ""
98 |
99 | #: Settings.ui.h:20 Settings4.ui.h:21
100 | msgid "Can improve contrast of login prompt"
101 | msgstr ""
102 |
103 | #: Settings.ui.h:21 Settings4.ui.h:22
104 | msgid "Background brightness"
105 | msgstr ""
106 |
107 | #: Settings.ui.h:22 Settings4.ui.h:23
108 | msgid "Presets"
109 | msgstr ""
110 |
111 | #: Settings.ui.h:23 Settings4.ui.h:24
112 | msgid "Commonly used presets"
113 | msgstr ""
114 |
115 | #: Settings.ui.h:24 Settings4.ui.h:25
116 | msgid "No blur, slight dim"
117 | msgstr ""
118 |
119 | #: Settings.ui.h:25 Settings4.ui.h:26
120 | msgid "GNOME default"
121 | msgstr ""
122 |
123 | #: Settings.ui.h:26 Settings4.ui.h:27
124 | msgid "Slight blur, slight dim"
125 | msgstr ""
126 |
127 | #: Settings.ui.h:27 Settings4.ui.h:28
128 | msgid "Lock Screen"
129 | msgstr ""
130 |
131 | #: Settings.ui.h:28 Settings4.ui.h:29
132 | msgid "New wallpaper images everyday from Bing"
133 | msgstr ""
134 |
135 | #: Settings.ui.h:29 Settings4.ui.h:30
136 | msgid "Gnome shell extension version "
137 | msgstr "Gnome shell-utvidingsversjon "
138 |
139 | #: Settings.ui.h:30 Settings4.ui.h:31
140 | msgid "https://github.com/neffo/bing-wallpaper-gnome-extension"
141 | msgstr "https://github.com/neffo/bing-wallpaper-gnome-extension"
142 |
143 | #: Settings.ui.h:31 Settings4.ui.h:32
144 | msgid "Maintained by Michael Carroll"
145 | msgstr "Haldast ved like av Michael Carroll"
146 |
147 | #: Settings.ui.h:32 Settings4.ui.h:33
148 | msgid ""
149 | "Show your support to the author on Flattr or Github "
151 | "Sponsors."
152 | msgstr ""
153 |
154 | #: Settings.ui.h:33 Settings4.ui.h:34
155 | msgid "Changes since last version"
156 | msgstr ""
157 |
158 | #: Settings.ui.h:34 Settings4.ui.h:35
159 | msgid "Based on NASA APOD Gnome shell extension by Elia Argentieri"
160 | msgstr "Basert på Gnome-utvidinga NASA APOD av Elia Argentieri"
161 |
162 | #: Settings.ui.h:35 Settings4.ui.h:36
163 | #, fuzzy
164 | #| msgid ""
165 | #| "This program comes with ABSOLUTELY NO WARRANTY.\n"
166 | #| "See the GNU General Public License, version 3 or later for details."
168 | msgid ""
169 | "This program comes with ABSOLUTELY NO WARRANTY.\n"
170 | "See the GNU General "
171 | "Public License, version 3 or later for details."
172 | msgstr ""
173 | "Dette programmet kjem HEILT UTAN GARANTI.\n"
174 | "Sjå GNU "
175 | "General Public License, versjon 3 eller nyare for detaljar."
176 |
177 | #: Settings.ui.h:37 Settings4.ui.h:38
178 | msgid "About"
179 | msgstr "Om"
180 |
181 | #: Settings4.ui.h:8
182 | msgid "Open folder"
183 | msgstr "Åpne mappen"
184 |
185 | #: extension.js:117
186 | msgid ""
187 | msgstr ""
188 |
189 | #: extension.js:119 extension.js:121 extension.js:123
190 | msgid "Awaiting refresh..."
191 | msgstr "Ventar på oppdatering …"
192 |
193 | #: extension.js:126
194 | #, fuzzy
195 | msgid "Copy image to clipboard"
196 | msgstr "Kopier biletet til utklippstavla"
197 |
198 | #: extension.js:127
199 | msgid "Copy image URL to clipboard"
200 | msgstr "Kopier URL-en til biletet til utklippstavla"
201 |
202 | #: extension.js:128
203 | msgid "Open image folder"
204 | msgstr "Åpne bildemappen"
205 |
206 | #: extension.js:131
207 | msgid "Refresh Now"
208 | msgstr "Oppdater no"
209 |
210 | #: extension.js:137
211 | msgid "Thumbnail disabled on Wayland"
212 | msgstr ""
213 |
214 | #: extension.js:203
215 | msgid "Next refresh"
216 | msgstr "Neste oppdatering"
217 |
218 | #: extension.js:490 extension.js:527
219 | msgid "Bing Wallpaper of the Day for"
220 | msgstr "Dagens Bing-bakgrunn for"
221 |
222 | #: extension.js:495
223 | msgid "Set as wallpaper"
224 | msgstr "Sett bakgrunn"
225 |
226 | #: extension.js:498
227 | msgid "More info on Bing.com"
228 | msgstr ""
229 |
230 | #: extension.js:553
231 | msgid "No wallpaper available"
232 | msgstr "Ingen bakgrunn tilgjengeleg"
233 |
234 | #: extension.js:554
235 | msgid "No picture for today."
236 | msgstr "Ikkje noko bilete for i dag."
237 |
238 | #: prefs.js:173
239 | #, fuzzy
240 | msgid "Most recent image"
241 | msgstr "Dagens bilde"
242 |
243 | #: prefs.js:174
244 | #, fuzzy
245 | msgid "Random image"
246 | msgstr "Tilfeldig bilde"
247 |
248 | #: prefs.js:190 prefs.js:206
249 | msgid "Disabled on current GNOME version"
250 | msgstr ""
251 |
252 | #: utils.js:139
253 | msgid "Fetching data..."
254 | msgstr "Hentar data …"
255 |
256 | #: utils.js:150
257 | msgid "Market not available in your region"
258 | msgstr "Markedet er ikkje tilgjengeleg i regionen din"
259 |
260 | #: utils.js:154
261 | msgid "A network error occured"
262 | msgstr "Ein nettverksfeil oppsto"
263 |
264 | #: utils.js:159
265 | msgid "Too many requests in 5 seconds"
266 | msgstr ""
267 |
268 | #: utils.js:186
269 | msgid "No change log found for this release"
270 | msgstr ""
271 |
272 | #: utils.js:366 utils.js:369
273 | msgid "minutes"
274 | msgstr "minutt"
275 |
276 | #: utils.js:372
277 | msgid "days"
278 | msgstr "dagar"
279 |
280 | #: utils.js:375
281 | msgid "hours"
282 | msgstr "timar"
283 |
284 | #~ msgid ""
285 | #~ "Changes your wallpaper daily to the Bing picture of the day for your "
286 | #~ "region. Displays the picture description and copyright information."
287 | #~ msgstr ""
288 | #~ "Endrar bakgrunnsbiletet ditt dagleg til dagens Bing-bilete for regionen "
289 | #~ "din. Visar biletskildring og opphavsrettsinformasjon."
290 |
--------------------------------------------------------------------------------
/locale/id/LC_MESSAGES/BingWallpaper.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the PACKAGE package.
4 | # FIRST AUTHOR , YEAR.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: \n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2021-05-09 13:10+1000\n"
11 | "PO-Revision-Date: 2021-05-09 13:57+1000\n"
12 | "Last-Translator: \n"
13 | "Language-Team: \n"
14 | "Language: id\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 | "X-Generator: Poedit 2.4.1\n"
19 | "Plural-Forms: nplurals=1; plural=0;\n"
20 |
21 | #: Settings.ui.h:1 Settings4.ui.h:2
22 | msgid "Hide the indicator"
23 | msgstr "Sembunyikan indikator"
24 |
25 | #: Settings.ui.h:2 Settings4.ui.h:3
26 | msgid "Indicator icon"
27 | msgstr "Indikator"
28 |
29 | #: Settings.ui.h:3 Settings4.ui.h:4
30 | msgid "Enable desktop notifications"
31 | msgstr ""
32 |
33 | #: Settings.ui.h:4 Settings4.ui.h:5 extension.js:129
34 | msgid "Set background image"
35 | msgstr "Set gambar latar belakang"
36 |
37 | #: Settings.ui.h:5 Settings4.ui.h:6 extension.js:130
38 | msgid "Set lock screen image"
39 | msgstr "Set gambar layar penguncian"
40 |
41 | #: Settings.ui.h:6 Settings4.ui.h:7
42 | msgid "Download folder"
43 | msgstr "Folder unduhan"
44 |
45 | #: Settings.ui.h:7 Settings4.ui.h:1
46 | msgid "Bing Wallpaper pictures folder"
47 | msgstr "Folder gambar wallpaper Bing"
48 |
49 | #: Settings.ui.h:8 Settings4.ui.h:9
50 | msgid "Delete previously downloaded wallpapers"
51 | msgstr "Hapus wallpaper yang sebelumnya terunduh"
52 |
53 | #: Settings.ui.h:9 Settings4.ui.h:10
54 | msgid "Days to store wallpapers before deleting"
55 | msgstr "Durasi penyimpanan gambar di komputer (dalam hari)"
56 |
57 | #: Settings.ui.h:10 Settings4.ui.h:11
58 | msgid "Bing locale"
59 | msgstr "Bing lokal"
60 |
61 | #: Settings.ui.h:11 Settings4.ui.h:12
62 | msgid "Default is English - United States"
63 | msgstr "Default bahasa Inggris - Amerika Serikat"
64 |
65 | #: Settings.ui.h:12 Settings4.ui.h:14
66 | msgid "Screen resolution"
67 | msgstr "Ukuran layar"
68 |
69 | #: Settings.ui.h:13 Settings4.ui.h:15
70 | msgid "Override automatic resolution selection"
71 | msgstr "Menimpa aturan pemilihan ukuran otomatis"
72 |
73 | #: Settings.ui.h:14 Settings4.ui.h:13
74 | #, fuzzy
75 | msgid "Selected image"
76 | msgstr "Gambar"
77 |
78 | #: Settings.ui.h:15 Settings4.ui.h:16 extension.js:132
79 | msgid "Settings"
80 | msgstr "Pengaturan"
81 |
82 | #: Settings.ui.h:16 Settings4.ui.h:17
83 | msgid "Use custom blur and brightness"
84 | msgstr ""
85 |
86 | #: Settings.ui.h:17 Settings4.ui.h:18
87 | msgid "Override GDM3 lockscreen effects"
88 | msgstr ""
89 |
90 | #: Settings.ui.h:18 Settings4.ui.h:19
91 | msgid "Blur can improve readability of login prompt"
92 | msgstr ""
93 |
94 | #: Settings.ui.h:19 Settings4.ui.h:20
95 | msgid "Background blur intensity"
96 | msgstr ""
97 |
98 | #: Settings.ui.h:20 Settings4.ui.h:21
99 | msgid "Can improve contrast of login prompt"
100 | msgstr ""
101 |
102 | #: Settings.ui.h:21 Settings4.ui.h:22
103 | msgid "Background brightness"
104 | msgstr ""
105 |
106 | #: Settings.ui.h:22 Settings4.ui.h:23
107 | msgid "Presets"
108 | msgstr ""
109 |
110 | #: Settings.ui.h:23 Settings4.ui.h:24
111 | msgid "Commonly used presets"
112 | msgstr ""
113 |
114 | #: Settings.ui.h:24 Settings4.ui.h:25
115 | msgid "No blur, slight dim"
116 | msgstr ""
117 |
118 | #: Settings.ui.h:25 Settings4.ui.h:26
119 | msgid "GNOME default"
120 | msgstr ""
121 |
122 | #: Settings.ui.h:26 Settings4.ui.h:27
123 | msgid "Slight blur, slight dim"
124 | msgstr ""
125 |
126 | #: Settings.ui.h:27 Settings4.ui.h:28
127 | msgid "Lock Screen"
128 | msgstr ""
129 |
130 | #: Settings.ui.h:28 Settings4.ui.h:29
131 | msgid "New wallpaper images everyday from Bing"
132 | msgstr ""
133 |
134 | #: Settings.ui.h:29 Settings4.ui.h:30
135 | msgid "Gnome shell extension version "
136 | msgstr "Versi ekstensi Gnome shell "
137 |
138 | #: Settings.ui.h:30 Settings4.ui.h:31
139 | msgid "https://github.com/neffo/bing-wallpaper-gnome-extension"
140 | msgstr "https://github.com/neffo/bing-wallpaper-gnome-extension"
141 |
142 | #: Settings.ui.h:31 Settings4.ui.h:32
143 | msgid "Maintained by Michael Carroll"
144 | msgstr "Dikelola oleh Michael Carroll"
145 |
146 | #: Settings.ui.h:32 Settings4.ui.h:33
147 | msgid ""
148 | "Show your support to the author on Flattr or Github "
150 | "Sponsors."
151 | msgstr ""
152 |
153 | #: Settings.ui.h:33 Settings4.ui.h:34
154 | msgid "Changes since last version"
155 | msgstr ""
156 |
157 | #: Settings.ui.h:34 Settings4.ui.h:35
158 | msgid "Based on NASA APOD Gnome shell extension by Elia Argentieri"
159 | msgstr "Berdasarkan ekstensi Gnome NASA APOD oleh Elia Argentieri"
160 |
161 | #: Settings.ui.h:35 Settings4.ui.h:36
162 | #, fuzzy
163 | #| msgid ""
164 | #| "This program comes with ABSOLUTELY NO WARRANTY.\n"
165 | #| "See the GNU General Public License, version 3 or later for details."
167 | msgid ""
168 | "This program comes with ABSOLUTELY NO WARRANTY.\n"
169 | "See the GNU General "
170 | "Public License, version 3 or later for details."
171 | msgstr ""
172 | "This program comes with ABSOLUTELY NO WARRANTY.\n"
173 | "See the GNU General Public License, version 3 or later for details."
175 |
176 | #: Settings.ui.h:37 Settings4.ui.h:38
177 | msgid "About"
178 | msgstr "Tentang"
179 |
180 | #: Settings4.ui.h:8
181 | #, fuzzy
182 | msgid "Open folder"
183 | msgstr "Buka folder"
184 |
185 | #: extension.js:117
186 | msgid ""
187 | msgstr ""
188 |
189 | #: extension.js:119 extension.js:121 extension.js:123
190 | msgid "Awaiting refresh..."
191 | msgstr "Menunggu pemuatan ulang"
192 |
193 | #: extension.js:126
194 | #, fuzzy
195 | msgid "Copy image to clipboard"
196 | msgstr "Salin gambar ke papan baki"
197 |
198 | #: extension.js:127
199 | msgid "Copy image URL to clipboard"
200 | msgstr "Salin URL gambar ke papan baki"
201 |
202 | #: extension.js:128
203 | #, fuzzy
204 | msgid "Open image folder"
205 | msgstr "Buka folder gambar"
206 |
207 | #: extension.js:131
208 | msgid "Refresh Now"
209 | msgstr "Muat ulang sekarang"
210 |
211 | #: extension.js:137
212 | msgid "Thumbnail disabled on Wayland"
213 | msgstr ""
214 |
215 | #: extension.js:203
216 | msgid "Next refresh"
217 | msgstr "Pemuatan ulang selanjutnya"
218 |
219 | #: extension.js:490 extension.js:527
220 | msgid "Bing Wallpaper of the Day for"
221 | msgstr "Wallpaper Bing hari ini untuk"
222 |
223 | #: extension.js:495
224 | #, fuzzy
225 | #| msgid "Set wallpaper"
226 | msgid "Set as wallpaper"
227 | msgstr "Atur wallpapers"
228 |
229 | #: extension.js:498
230 | msgid "More info on Bing.com"
231 | msgstr ""
232 |
233 | #: extension.js:553
234 | msgid "No wallpaper available"
235 | msgstr "Wallpaper tidak tersedia"
236 |
237 | #: extension.js:554
238 | msgid "No picture for today."
239 | msgstr "Tidak ada gambar baru hari ini"
240 |
241 | #: prefs.js:173
242 | msgid "Most recent image"
243 | msgstr "Gambar hari ini"
244 |
245 | #: prefs.js:174
246 | msgid "Random image"
247 | msgstr "Gambar acak"
248 |
249 | #: prefs.js:190 prefs.js:206
250 | msgid "Disabled on current GNOME version"
251 | msgstr ""
252 |
253 | #: utils.js:139
254 | msgid "Fetching data..."
255 | msgstr "Mengambil data..."
256 |
257 | #: utils.js:150
258 | msgid "Market not available in your region"
259 | msgstr "Market tidak tersedia di daerah anda"
260 |
261 | #: utils.js:154
262 | msgid "A network error occured"
263 | msgstr "Terjadi kesalahan jaringan"
264 |
265 | #: utils.js:159
266 | msgid "Too many requests in 5 seconds"
267 | msgstr ""
268 |
269 | #: utils.js:186
270 | msgid "No change log found for this release"
271 | msgstr ""
272 |
273 | #: utils.js:366 utils.js:369
274 | msgid "minutes"
275 | msgstr "menit"
276 |
277 | #: utils.js:372
278 | msgid "days"
279 | msgstr "hari"
280 |
281 | #: utils.js:375
282 | msgid "hours"
283 | msgstr "jam"
284 |
285 | #~ msgid ""
286 | #~ "Changes your wallpaper daily to the Bing picture of the day for your "
287 | #~ "region. Displays the picture description and copyright information."
288 | #~ msgstr ""
289 | #~ "Atur wallpaper harian berdasarkan gambar harian Bing sesuai wilayah anda. "
290 | #~ "Memuat pemberitahuan tentang deskripsi dan informasi hak cipta dari "
291 | #~ "gambar."
292 |
--------------------------------------------------------------------------------
/locale/ja/LC_MESSAGES/BingWallpaper.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the PACKAGE package.
4 | # FIRST AUTHOR , YEAR.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: \n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2021-08-08 16:00+1000\n"
11 | "PO-Revision-Date: 2021-09-27 00:33+1000\n"
12 | "Last-Translator: nexryai@outlook.com\n"
13 | "Language-Team: \n"
14 | "Language: ja\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 | "X-Generator: Poedit 2.4.2\n"
19 | "Plural-Forms: nplurals=1; plural=0;\n"
20 |
21 | #: Settings.ui.h:1 Settings4.ui.h:2
22 | msgid "Hide the indicator"
23 | msgstr "インジケーターを表示しない"
24 |
25 | #: Settings.ui.h:2 Settings4.ui.h:3
26 | msgid "Indicator icon"
27 | msgstr "インジゲーターのアイコン"
28 |
29 | #: Settings.ui.h:3 Settings4.ui.h:4
30 | msgid "Enable desktop notifications"
31 | msgstr "デスクトップ通知を有効にする"
32 |
33 | #: Settings.ui.h:4 Settings4.ui.h:5 extension.js:125
34 | msgid "Set background image"
35 | msgstr "背景画像を設定"
36 |
37 | #: Settings.ui.h:5 Settings4.ui.h:6 extension.js:126
38 | msgid "Set lock screen image"
39 | msgstr "ロック画面の背景を設定"
40 |
41 | #: Settings.ui.h:6 Settings4.ui.h:7
42 | msgid "Download folder"
43 | msgstr "ダウンロードするフォルダー"
44 |
45 | #: Settings.ui.h:7 Settings4.ui.h:1
46 | msgid "Bing Wallpaper pictures folder"
47 | msgstr "Bing壁紙の写真のフォルダ"
48 |
49 | #: Settings.ui.h:8 Settings4.ui.h:8
50 | msgid "Open folder"
51 | msgstr "フォルダーを開く"
52 |
53 | #: Settings.ui.h:9 Settings4.ui.h:9
54 | msgid "Delete previously downloaded wallpapers"
55 | msgstr "以前にダウンロードした壁紙を削除する"
56 |
57 | #: Settings.ui.h:10 Settings4.ui.h:10
58 | msgid "Selected image"
59 | msgstr "使用する画像"
60 |
61 | #: Settings.ui.h:11 Settings4.ui.h:11
62 | msgid "Select from image gallery"
63 | msgstr ""
64 |
65 | #: Settings.ui.h:12 Settings4.ui.h:12
66 | msgid "Bing locale"
67 | msgstr "Bingのロケール"
68 |
69 | #: Settings.ui.h:13 Settings4.ui.h:13 extension.js:128
70 | msgid "Settings"
71 | msgstr "設定"
72 |
73 | #: Settings.ui.h:14 Settings4.ui.h:14
74 | msgid "Use custom blur and brightness"
75 | msgstr "カスタムのブラーと明るさを使用する"
76 |
77 | #: Settings.ui.h:15 Settings4.ui.h:15
78 | msgid "Override GDM3 lockscreen effects"
79 | msgstr "GDM3のロック画面のエフェクトを上書きする"
80 |
81 | #: Settings.ui.h:16 Settings4.ui.h:16
82 | msgid "Blur can improve readability of login prompt"
83 | msgstr ""
84 | "ブラーエフェクトはログインプロンプトの読みやすさを向上させることができます"
85 |
86 | #: Settings.ui.h:17 Settings4.ui.h:17
87 | msgid "Background blur intensity"
88 | msgstr "背景のブラーエフェクトの強度"
89 |
90 | #: Settings.ui.h:18 Settings4.ui.h:18
91 | msgid "Can improve contrast of login prompt"
92 | msgstr "ログインプロンプトのコントラストを改善できます"
93 |
94 | #: Settings.ui.h:19 Settings4.ui.h:19
95 | msgid "Background brightness"
96 | msgstr "背景の明るさ"
97 |
98 | #: Settings.ui.h:20 Settings4.ui.h:20
99 | msgid "Presets"
100 | msgstr "プリセット"
101 |
102 | #: Settings.ui.h:21 Settings4.ui.h:21
103 | msgid "Commonly used presets"
104 | msgstr "一般的に使用されるプリセット"
105 |
106 | #: Settings.ui.h:22 Settings4.ui.h:22
107 | msgid "No blur, slight dim"
108 | msgstr "ブラーを使用せずに、わずかに薄暗くする"
109 |
110 | #: Settings.ui.h:23 Settings4.ui.h:23
111 | msgid "GNOME default"
112 | msgstr "GNOMEのデフォルト"
113 |
114 | #: Settings.ui.h:24 Settings4.ui.h:24
115 | msgid "Slight blur, slight dim"
116 | msgstr "わずかにブラーを使用し、わずかに薄暗くする"
117 |
118 | #: Settings.ui.h:25 Settings4.ui.h:25
119 | msgid "Lock Screen"
120 | msgstr "ロック画面"
121 |
122 | #: Settings.ui.h:26 Settings4.ui.h:27
123 | msgid "Debug logging"
124 | msgstr "デバッグロギング"
125 |
126 | #: Settings.ui.h:27 Settings4.ui.h:26
127 | msgid "Enable logging to system journal"
128 | msgstr "システムジャーナルへのロギングを有効にする"
129 |
130 | #: Settings.ui.h:28 Settings4.ui.h:29
131 | msgid "Always show new images"
132 | msgstr "常に新しい画像を表示する"
133 |
134 | #: Settings.ui.h:29 Settings4.ui.h:28
135 | msgid "Switch to new images when available (unless on random mode)"
136 | msgstr ""
137 | "利用可能な場合は新しい画像に切り替える(ランダムモードの場合を除く)"
138 |
139 | #: Settings.ui.h:30 Settings4.ui.h:31
140 | msgid "Enable all features on Wayland"
141 | msgstr "Waylandですべての機能を有効にする"
142 |
143 | #: Settings.ui.h:31 Settings4.ui.h:30
144 | msgid "Some newer features may be unstable on Wayland"
145 | msgstr "Waylandでは一部の新しい機能が不安定になる可能性があります"
146 |
147 | #: Settings.ui.h:32 Settings4.ui.h:32
148 | msgid "Screen resolution"
149 | msgstr "画面の解像度"
150 |
151 | #: Settings.ui.h:33 Settings4.ui.h:33
152 | msgid "Override automatic resolution selection"
153 | msgstr "自動的に設定された解像度を上書きする"
154 |
155 | #: Settings.ui.h:34 Settings4.ui.h:34
156 | msgid "Debug options"
157 | msgstr "デバッグオプション"
158 |
159 | #: Settings.ui.h:35 Settings4.ui.h:35
160 | msgid "New wallpaper images everyday from Bing"
161 | msgstr "Bingから毎日新しい壁紙を取得する拡張機能"
162 |
163 | #: Settings.ui.h:36 Settings4.ui.h:36
164 | msgid "Gnome shell extension version "
165 | msgstr "Gnome shell 拡張機能のバージョン "
166 |
167 | #: Settings.ui.h:37 Settings4.ui.h:37
168 | msgid "https://github.com/neffo/bing-wallpaper-gnome-extension"
169 | msgstr "https://github.com/neffo/bing-wallpaper-gnome-extension"
170 |
171 | #: Settings.ui.h:38 Settings4.ui.h:38
172 | msgid "Maintained by Michael Carroll"
173 | msgstr "Michael Carroll によってメンテナンスされています"
174 |
175 | #: Settings.ui.h:39 Settings4.ui.h:39
176 | msgid ""
177 | "Show your support to the author on Flattr or Github "
179 | "Sponsors."
180 | msgstr ""
181 |
182 | #: Settings.ui.h:40 Settings4.ui.h:40
183 | msgid "Changes since last version"
184 | msgstr "前回のバージョンからの変更"
185 |
186 | #: Settings.ui.h:41 Settings4.ui.h:41
187 | msgid "Based on NASA APOD Gnome shell extension by Elia Argentieri"
188 | msgstr ""
189 |
190 | #: Settings.ui.h:42 Settings4.ui.h:42
191 | msgid ""
192 | "This program comes with ABSOLUTELY NO WARRANTY.\n"
193 | "See the GNU General "
194 | "Public License, version 3 or later for details."
195 | msgstr ""
196 |
197 | #: Settings.ui.h:44 Settings4.ui.h:44
198 | msgid "About"
199 | msgstr ""
200 |
201 | #: extension.js:111
202 | msgid ""
203 | msgstr ""
204 |
205 | #: extension.js:113 extension.js:115 extension.js:118
206 | msgid "Awaiting refresh..."
207 | msgstr "更新を待っています..."
208 |
209 | #: extension.js:121
210 | msgid "Copy image to clipboard"
211 | msgstr "壁紙をクリップボードにコピー"
212 |
213 | #: extension.js:122
214 | msgid "Copy image URL to clipboard"
215 | msgstr "壁紙のURLをコピー"
216 |
217 | #: extension.js:123
218 | msgid "Open image folder"
219 | msgstr "壁紙のフォルダを開く"
220 |
221 | #: extension.js:124
222 | msgid "Open image gallery"
223 | msgstr ""
224 |
225 | #: extension.js:127
226 | msgid "Refresh Now"
227 | msgstr "今すぐ更新"
228 |
229 | #: extension.js:133
230 | msgid "Thumbnail disabled on Wayland"
231 | msgstr "Waylandではサムネイルが無効です"
232 |
233 | #: extension.js:235
234 | msgid "Next refresh"
235 | msgstr "次の更新"
236 |
237 | #: extension.js:512 extension.js:549
238 | msgid "Bing Wallpaper of the Day for"
239 | msgstr "Bing日替わり壁紙"
240 |
241 | #: extension.js:517
242 | msgid "More info on Bing.com"
243 | msgstr "詳細は Bing.com を参照してください"
244 |
245 | #: extension.js:576
246 | msgid "No wallpaper available"
247 | msgstr "利用可能な壁紙はありません"
248 |
249 | #: extension.js:577
250 | msgid "No picture for today."
251 | msgstr "今日の壁紙はありません."
252 |
253 | #: prefs.js:188
254 | msgid "Most recent image"
255 | msgstr "最新の画像"
256 |
257 | #: prefs.js:189
258 | msgid "Random image"
259 | msgstr "ランダムな画像"
260 |
261 | #: prefs.js:204 prefs.js:220
262 | msgid "Disabled on current GNOME version"
263 | msgstr "現在のGNOMEバージョンでは無効です"
264 |
265 | #: utils.js:144
266 | msgid "Fetching data..."
267 | msgstr "データを取得しています..."
268 |
269 | #: utils.js:155
270 | msgid "Market not available in your region"
271 | msgstr "お住まいの地域ではご利用いただけません"
272 |
273 | #: utils.js:159
274 | msgid "A network error occured"
275 | msgstr "ネットワークエラーが発生しました"
276 |
277 | #: utils.js:164
278 | msgid "Too many requests in 5 seconds"
279 | msgstr "5秒間に送信されたリクエストが多すぎます"
280 |
281 | #: utils.js:191
282 | msgid "No change log found for this release"
283 | msgstr "このリリースの変更ログは見つかりませんでした"
284 |
285 | #: utils.js:389 utils.js:392
286 | msgid "minutes"
287 | msgstr "分"
288 |
289 | #: utils.js:395
290 | msgid "days"
291 | msgstr "日"
292 |
293 | #: utils.js:398
294 | msgid "hours"
295 | msgstr "時間"
296 |
297 | #: carousel.ui:87 carousel4.ui:50
298 | msgid "Set as wallpaper"
299 | msgstr "背景画像を設定"
300 |
301 | #: carousel.ui:99 carousel4.ui:60
302 | msgid "Delete image"
303 | msgstr ""
304 |
305 | #: carousel4.ui:40
306 | msgid ""
307 | msgstr ""
308 |
309 | #~ msgid "Default is English - United States"
310 | #~ msgstr "デフォルトは英語(米国)"
311 |
--------------------------------------------------------------------------------
/locale/hu/LC_MESSAGES/BingWallpaper.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the PACKAGE package.
4 | # Laszlo Kardos <>, 2021.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: \n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2021-05-09 13:10+1000\n"
11 | "PO-Revision-Date: 2021-05-09 13:53+1000\n"
12 | "Last-Translator: Laszlo Kardos <>\n"
14 | "Language-Team: Hungarian Translator Team\n"
15 | "Language: hu\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "X-Generator: Poedit 2.4.1\n"
20 |
21 | #: Settings.ui.h:1 Settings4.ui.h:2
22 | msgid "Hide the indicator"
23 | msgstr "Elrejtés a panelről"
24 |
25 | #: Settings.ui.h:2 Settings4.ui.h:3
26 | msgid "Indicator icon"
27 | msgstr "Panel ikon"
28 |
29 | #: Settings.ui.h:3 Settings4.ui.h:4
30 | msgid "Enable desktop notifications"
31 | msgstr ""
32 |
33 | #: Settings.ui.h:4 Settings4.ui.h:5 extension.js:129
34 | msgid "Set background image"
35 | msgstr "Beállítás háttérképnek"
36 |
37 | #: Settings.ui.h:5 Settings4.ui.h:6 extension.js:130
38 | msgid "Set lock screen image"
39 | msgstr "Beállítás zárolási képnek"
40 |
41 | #: Settings.ui.h:6 Settings4.ui.h:7
42 | msgid "Download folder"
43 | msgstr "Letöltési könyvtár"
44 |
45 | #: Settings.ui.h:7 Settings4.ui.h:1
46 | msgid "Bing Wallpaper pictures folder"
47 | msgstr "Bing Háttérképek könyvtár"
48 |
49 | #: Settings.ui.h:8 Settings4.ui.h:9
50 | msgid "Delete previously downloaded wallpapers"
51 | msgstr "Előzőleg letöltött háttérképek törlése"
52 |
53 | #: Settings.ui.h:9 Settings4.ui.h:10
54 | msgid "Days to store wallpapers before deleting"
55 | msgstr "A háttérképek tárolásának napja a törlés előtt"
56 |
57 | #: Settings.ui.h:10 Settings4.ui.h:11
58 | msgid "Bing locale"
59 | msgstr "Bing nyelve"
60 |
61 | #: Settings.ui.h:11 Settings4.ui.h:12
62 | msgid "Default is English - United States"
63 | msgstr "Alaprételmezett Angol - Egyesült Államok"
64 |
65 | #: Settings.ui.h:12 Settings4.ui.h:14
66 | msgid "Screen resolution"
67 | msgstr "Képernyőfelbontás"
68 |
69 | #: Settings.ui.h:13 Settings4.ui.h:15
70 | msgid "Override automatic resolution selection"
71 | msgstr "Az automatikus felbontás kiválasztásának felülbírálása"
72 |
73 | #: Settings.ui.h:14 Settings4.ui.h:13
74 | #, fuzzy
75 | msgid "Selected image"
76 | msgstr "Háttérképnek"
77 |
78 | #: Settings.ui.h:15 Settings4.ui.h:16 extension.js:132
79 | #, fuzzy
80 | msgid "Settings"
81 | msgstr "Beállítások"
82 |
83 | #: Settings.ui.h:16 Settings4.ui.h:17
84 | msgid "Use custom blur and brightness"
85 | msgstr ""
86 |
87 | #: Settings.ui.h:17 Settings4.ui.h:18
88 | msgid "Override GDM3 lockscreen effects"
89 | msgstr ""
90 |
91 | #: Settings.ui.h:18 Settings4.ui.h:19
92 | msgid "Blur can improve readability of login prompt"
93 | msgstr ""
94 |
95 | #: Settings.ui.h:19 Settings4.ui.h:20
96 | msgid "Background blur intensity"
97 | msgstr ""
98 |
99 | #: Settings.ui.h:20 Settings4.ui.h:21
100 | msgid "Can improve contrast of login prompt"
101 | msgstr ""
102 |
103 | #: Settings.ui.h:21 Settings4.ui.h:22
104 | msgid "Background brightness"
105 | msgstr ""
106 |
107 | #: Settings.ui.h:22 Settings4.ui.h:23
108 | msgid "Presets"
109 | msgstr ""
110 |
111 | #: Settings.ui.h:23 Settings4.ui.h:24
112 | msgid "Commonly used presets"
113 | msgstr ""
114 |
115 | #: Settings.ui.h:24 Settings4.ui.h:25
116 | msgid "No blur, slight dim"
117 | msgstr ""
118 |
119 | #: Settings.ui.h:25 Settings4.ui.h:26
120 | msgid "GNOME default"
121 | msgstr ""
122 |
123 | #: Settings.ui.h:26 Settings4.ui.h:27
124 | msgid "Slight blur, slight dim"
125 | msgstr ""
126 |
127 | #: Settings.ui.h:27 Settings4.ui.h:28
128 | msgid "Lock Screen"
129 | msgstr ""
130 |
131 | #: Settings.ui.h:28 Settings4.ui.h:29
132 | msgid "New wallpaper images everyday from Bing"
133 | msgstr ""
134 |
135 | #: Settings.ui.h:29 Settings4.ui.h:30
136 | msgid "Gnome shell extension version "
137 | msgstr "Gnome shell kiterjesztés verzió "
138 |
139 | #: Settings.ui.h:30 Settings4.ui.h:31
140 | msgid "https://github.com/neffo/bing-wallpaper-gnome-extension"
141 | msgstr "https://github.com/neffo/bing-wallpaper-gnome-extension"
142 |
143 | #: Settings.ui.h:31 Settings4.ui.h:32
144 | msgid "Maintained by Michael Carroll"
145 | msgstr "Karbantartja Michael Carroll"
146 |
147 | #: Settings.ui.h:32 Settings4.ui.h:33
148 | msgid ""
149 | "Show your support to the author on Flattr or Github "
151 | "Sponsors."
152 | msgstr ""
153 |
154 | #: Settings.ui.h:33 Settings4.ui.h:34
155 | msgid "Changes since last version"
156 | msgstr ""
157 |
158 | #: Settings.ui.h:34 Settings4.ui.h:35
159 | msgid "Based on NASA APOD Gnome shell extension by Elia Argentieri"
160 | msgstr "Elia Argentieri NASA APOD Gnome shell kiterjesztése alapján"
161 |
162 | #: Settings.ui.h:35 Settings4.ui.h:36
163 | #, fuzzy
164 | #| msgid ""
165 | #| "This program comes with ABSOLUTELY NO WARRANTY.\n"
166 | #| "See the GNU General Public License, version 3 or later for details."
168 | msgid ""
169 | "This program comes with ABSOLUTELY NO WARRANTY.\n"
170 | "See the GNU General "
171 | "Public License, version 3 or later for details."
172 | msgstr ""
173 | "Ez a program abszolút semmilyen garanciát nem "
174 | "tartalmaz.\n"
175 | "Tekintse meg a GNU Általános Nyilvános Licenc, 3 vagy késöbbi verzióját a "
177 | "részletekért."
178 |
179 | #: Settings.ui.h:37 Settings4.ui.h:38
180 | msgid "About"
181 | msgstr "Névjegy"
182 |
183 | #: Settings4.ui.h:8
184 | #, fuzzy
185 | msgid "Open folder"
186 | msgstr "Nyissa meg a képmappát"
187 |
188 | #: extension.js:117
189 | msgid ""
190 | msgstr ""
191 |
192 | #: extension.js:119 extension.js:121 extension.js:123
193 | msgid "Awaiting refresh..."
194 | msgstr "Frissítésre vár..."
195 |
196 | #: extension.js:126
197 | msgid "Copy image to clipboard"
198 | msgstr "Kép másolása vágólapra"
199 |
200 | #: extension.js:127
201 | msgid "Copy image URL to clipboard"
202 | msgstr "Kép hivatkozás másolása vágólapra"
203 |
204 | #: extension.js:128
205 | #, fuzzy
206 | msgid "Open image folder"
207 | msgstr "Nyissa meg a képmappát"
208 |
209 | #: extension.js:131
210 | msgid "Refresh Now"
211 | msgstr "Frissítés most"
212 |
213 | #: extension.js:137
214 | msgid "Thumbnail disabled on Wayland"
215 | msgstr ""
216 |
217 | #: extension.js:203
218 | msgid "Next refresh"
219 | msgstr "Következő frissítés"
220 |
221 | #: extension.js:490 extension.js:527
222 | msgid "Bing Wallpaper of the Day for"
223 | msgstr "A nap Bing Háttérképe"
224 |
225 | #: extension.js:495
226 | msgid "Set as wallpaper"
227 | msgstr ""
228 |
229 | #: extension.js:498
230 | msgid "More info on Bing.com"
231 | msgstr ""
232 |
233 | #: extension.js:553
234 | msgid "No wallpaper available"
235 | msgstr "Nincs elérhető háttérkép"
236 |
237 | #: extension.js:554
238 | msgid "No picture for today."
239 | msgstr "Nincs elérhető kép ma."
240 |
241 | #: prefs.js:173
242 | msgid "Most recent image"
243 | msgstr "Mai kép"
244 |
245 | #: prefs.js:174
246 | msgid "Random image"
247 | msgstr "Véletlenszerű kép"
248 |
249 | #: prefs.js:190 prefs.js:206
250 | msgid "Disabled on current GNOME version"
251 | msgstr ""
252 |
253 | #: utils.js:139
254 | msgid "Fetching data..."
255 | msgstr "Adatok lekérése..."
256 |
257 | #: utils.js:150
258 | msgid "Market not available in your region"
259 | msgstr "A piac nem érhető el az Ön régiójában"
260 |
261 | #: utils.js:154
262 | msgid "A network error occured"
263 | msgstr "Hálózati hiba történt"
264 |
265 | #: utils.js:159
266 | msgid "Too many requests in 5 seconds"
267 | msgstr ""
268 |
269 | #: utils.js:186
270 | msgid "No change log found for this release"
271 | msgstr ""
272 |
273 | #: utils.js:366 utils.js:369
274 | msgid "minutes"
275 | msgstr "perce"
276 |
277 | #: utils.js:372
278 | msgid "days"
279 | msgstr "napja"
280 |
281 | #: utils.js:375
282 | msgid "hours"
283 | msgstr "órája"
284 |
285 | #~ msgid ""
286 | #~ "Changes your wallpaper daily to the Bing picture of the day for your "
287 | #~ "region. Displays the picture description and copyright information."
288 | #~ msgstr ""
289 | #~ "Naponta megváltoztatja a háttérképet a régió Bing képére. Megjeleníti a "
290 | #~ "kép leírását és a szerzői jogi információkat."
291 |
--------------------------------------------------------------------------------
/locale/fi_FI/LC_MESSAGES/BingWallpaper.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the PACKAGE package.
4 | # FIRST AUTHOR , YEAR.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: \n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2021-05-09 13:10+1000\n"
11 | "PO-Revision-Date: 2021-05-09 13:41+1000\n"
12 | "Last-Translator: \n"
13 | "Language-Team: \n"
14 | "Language: fi_FI\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 | "X-Generator: Poedit 2.4.1\n"
19 | "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20 |
21 | #: Settings.ui.h:1 Settings4.ui.h:2
22 | msgid "Hide the indicator"
23 | msgstr "Piilota ilmaisin"
24 |
25 | #: Settings.ui.h:2 Settings4.ui.h:3
26 | msgid "Indicator icon"
27 | msgstr "Ilmaisimen kuvake"
28 |
29 | #: Settings.ui.h:3 Settings4.ui.h:4
30 | #, fuzzy
31 | msgid "Enable desktop notifications"
32 | msgstr "Työpöytäilmoitukset"
33 |
34 | #: Settings.ui.h:4 Settings4.ui.h:5 extension.js:129
35 | msgid "Set background image"
36 | msgstr "Aseta työpöydän taustakuva"
37 |
38 | #: Settings.ui.h:5 Settings4.ui.h:6 extension.js:130
39 | msgid "Set lock screen image"
40 | msgstr "Aseta lukitusnäytön taustakuva"
41 |
42 | #: Settings.ui.h:6 Settings4.ui.h:7
43 | msgid "Download folder"
44 | msgstr "Latauskansio"
45 |
46 | #: Settings.ui.h:7 Settings4.ui.h:1
47 | msgid "Bing Wallpaper pictures folder"
48 | msgstr "Bing-taustakuvien kansio"
49 |
50 | #: Settings.ui.h:8 Settings4.ui.h:9
51 | msgid "Delete previously downloaded wallpapers"
52 | msgstr "Poista aiemmin ladatut taustakuvat"
53 |
54 | #: Settings.ui.h:9 Settings4.ui.h:10
55 | msgid "Days to store wallpapers before deleting"
56 | msgstr "Säilytysaika (päivää) ennen poistamista"
57 |
58 | #: Settings.ui.h:10 Settings4.ui.h:11
59 | msgid "Bing locale"
60 | msgstr "Bing-sijainti"
61 |
62 | #: Settings.ui.h:11 Settings4.ui.h:12
63 | msgid "Default is English - United States"
64 | msgstr "Oletus on englanti - Yhdysvallat"
65 |
66 | #: Settings.ui.h:12 Settings4.ui.h:14
67 | msgid "Screen resolution"
68 | msgstr "Näytön tarkkuus"
69 |
70 | #: Settings.ui.h:13 Settings4.ui.h:15
71 | msgid "Override automatic resolution selection"
72 | msgstr "Ohita automaattinen tarkkuuden valinta"
73 |
74 | #: Settings.ui.h:14 Settings4.ui.h:13
75 | #, fuzzy
76 | #| msgid "Set lock screen image"
77 | msgid "Selected image"
78 | msgstr "Aseta lukitusnäytön taustakuva"
79 |
80 | #: Settings.ui.h:15 Settings4.ui.h:16 extension.js:132
81 | msgid "Settings"
82 | msgstr "Asetukset"
83 |
84 | #: Settings.ui.h:16 Settings4.ui.h:17
85 | msgid "Use custom blur and brightness"
86 | msgstr "Käytä mukautettua sumennusta ja kirkkautta"
87 |
88 | #: Settings.ui.h:17 Settings4.ui.h:18
89 | msgid "Override GDM3 lockscreen effects"
90 | msgstr "Ohita GDM3-lukitusnäytön tehosteet"
91 |
92 | #: Settings.ui.h:18 Settings4.ui.h:19
93 | msgid "Blur can improve readability of login prompt"
94 | msgstr "Sumennus saattaa parantaa kirjautumisnäytön luettavuutta"
95 |
96 | #: Settings.ui.h:19 Settings4.ui.h:20
97 | msgid "Background blur intensity"
98 | msgstr "Taustan sumennuksen voimakkuus"
99 |
100 | #: Settings.ui.h:20 Settings4.ui.h:21
101 | msgid "Can improve contrast of login prompt"
102 | msgstr "Saattaa parantaa kirjautumisnäytön kontrastia"
103 |
104 | #: Settings.ui.h:21 Settings4.ui.h:22
105 | msgid "Background brightness"
106 | msgstr "Taustan kirkkaus"
107 |
108 | #: Settings.ui.h:22 Settings4.ui.h:23
109 | msgid "Presets"
110 | msgstr "Esiasetukset"
111 |
112 | #: Settings.ui.h:23 Settings4.ui.h:24
113 | msgid "Commonly used presets"
114 | msgstr "Yleisesti käytetyt esiasetukset"
115 |
116 | #: Settings.ui.h:24 Settings4.ui.h:25
117 | msgid "No blur, slight dim"
118 | msgstr "Ei sumennusta, hieman himennystä"
119 |
120 | #: Settings.ui.h:25 Settings4.ui.h:26
121 | msgid "GNOME default"
122 | msgstr "GNOMEn oletus"
123 |
124 | #: Settings.ui.h:26 Settings4.ui.h:27
125 | msgid "Slight blur, slight dim"
126 | msgstr "Hieman sumennusta, hieman himmennys"
127 |
128 | #: Settings.ui.h:27 Settings4.ui.h:28
129 | msgid "Lock Screen"
130 | msgstr "Lukitusnäyttö"
131 |
132 | #: Settings.ui.h:28 Settings4.ui.h:29
133 | msgid "New wallpaper images everyday from Bing"
134 | msgstr "Uusi taustakuva Bingistä joka päivä"
135 |
136 | #: Settings.ui.h:29 Settings4.ui.h:30
137 | msgid "Gnome shell extension version "
138 | msgstr "Gnome shell -laajennuksen versio "
139 |
140 | #: Settings.ui.h:30 Settings4.ui.h:31
141 | msgid "https://github.com/neffo/bing-wallpaper-gnome-extension"
142 | msgstr "https://github.com/neffo/bing-wallpaper-gnome-extension"
143 |
144 | #: Settings.ui.h:31 Settings4.ui.h:32
145 | msgid "Maintained by Michael Carroll"
146 | msgstr "Ylläpitäjä: Michael Carroll"
147 |
148 | #: Settings.ui.h:32 Settings4.ui.h:33
149 | msgid ""
150 | "Show your support to the author on Flattr or Github "
152 | "Sponsors."
153 | msgstr ""
154 | "Tue kehittäjää sivustoilla Flattr "
155 | "tai Github Sponsors."
156 |
157 | #: Settings.ui.h:33 Settings4.ui.h:34
158 | msgid "Changes since last version"
159 | msgstr "Muutokset edellisen version jälkeen"
160 |
161 | #: Settings.ui.h:34 Settings4.ui.h:35
162 | msgid "Based on NASA APOD Gnome shell extension by Elia Argentieri"
163 | msgstr "Pohjautuu Elia Argentierin NASA APOD Gnome shell -laajennukseen"
164 |
165 | #: Settings.ui.h:35 Settings4.ui.h:36
166 | msgid ""
167 | "This program comes with ABSOLUTELY NO WARRANTY.\n"
168 | "See the GNU General "
169 | "Public License, version 3 or later for details."
170 | msgstr ""
171 | "Tämä ohjelma ei sisällä MINKÄÄNLAISTA TAKUUTA.\n"
172 | "Lisätietoja osoitteessa GNU General Public -lisenssi (GPL), versio 3 tai myöhempi."
174 |
175 | #: Settings.ui.h:37 Settings4.ui.h:38
176 | msgid "About"
177 | msgstr "Tietoja"
178 |
179 | #: Settings4.ui.h:8
180 | msgid "Open folder"
181 | msgstr "Avaa kuvakansio"
182 |
183 | #: extension.js:117
184 | msgid ""
185 | msgstr ""
186 |
187 | #: extension.js:119 extension.js:121 extension.js:123
188 | msgid "Awaiting refresh..."
189 | msgstr "Odotetaan virkistystä..."
190 |
191 | #: extension.js:126
192 | msgid "Copy image to clipboard"
193 | msgstr "Kopioi kuva leikepöydälle"
194 |
195 | #: extension.js:127
196 | msgid "Copy image URL to clipboard"
197 | msgstr "Kopioi kuvan URL leikepöydälle"
198 |
199 | #: extension.js:128
200 | msgid "Open image folder"
201 | msgstr "Avaa kuvakansio"
202 |
203 | #: extension.js:131
204 | msgid "Refresh Now"
205 | msgstr "Virkistä nyt"
206 |
207 | #: extension.js:137
208 | msgid "Thumbnail disabled on Wayland"
209 | msgstr "Esikatselukuva pois käytöstä Waylandissa"
210 |
211 | #: extension.js:203
212 | msgid "Next refresh"
213 | msgstr "Seuraava virkistys"
214 |
215 | #: extension.js:490 extension.js:527
216 | msgid "Bing Wallpaper of the Day for"
217 | msgstr "Bingin taustakuva päivälle"
218 |
219 | #: extension.js:495
220 | #, fuzzy
221 | msgid "Set as wallpaper"
222 | msgstr "Aseta taustakuva"
223 |
224 | #: extension.js:498
225 | msgid "More info on Bing.com"
226 | msgstr ""
227 |
228 | #: extension.js:553
229 | msgid "No wallpaper available"
230 | msgstr "Taustakuvaa ei saatavilla"
231 |
232 | #: extension.js:554
233 | msgid "No picture for today."
234 | msgstr "Ei kuvaa tälle päivälle"
235 |
236 | #: prefs.js:173
237 | #, fuzzy
238 | msgid "Most recent image"
239 | msgstr "Tämän päivän kuva"
240 |
241 | #: prefs.js:174
242 | #, fuzzy
243 | msgid "Random image"
244 | msgstr "Satunnaistettu kuva"
245 |
246 | #: prefs.js:190 prefs.js:206
247 | msgid "Disabled on current GNOME version"
248 | msgstr ""
249 |
250 | #: utils.js:139
251 | msgid "Fetching data..."
252 | msgstr "Haetaan tietoja..."
253 |
254 | #: utils.js:150
255 | msgid "Market not available in your region"
256 | msgstr "Ei Bing-markkinaa saatavilla alueellasi"
257 |
258 | #: utils.js:154
259 | msgid "A network error occured"
260 | msgstr "Tapahtui verkkovirhe"
261 |
262 | #: utils.js:159
263 | msgid "Too many requests in 5 seconds"
264 | msgstr ""
265 |
266 | #: utils.js:186
267 | msgid "No change log found for this release"
268 | msgstr "Tälle julkaisulle ei löytynyt muutoslokia"
269 |
270 | #: utils.js:366 utils.js:369
271 | msgid "minutes"
272 | msgstr "minuuttia"
273 |
274 | #: utils.js:372
275 | msgid "days"
276 | msgstr "päivää"
277 |
278 | #: utils.js:375
279 | msgid "hours"
280 | msgstr "tuntia"
281 |
--------------------------------------------------------------------------------
/locale/BingWallpaper.pot:
--------------------------------------------------------------------------------
1 | #: ui/prefsadw.ui.h:1 extension.js:146
2 | msgid "Settings"
3 | msgstr ""
4 |
5 | #: ui/prefsadw.ui.h:2
6 | msgid "Indicator"
7 | msgstr ""
8 |
9 | #: ui/prefsadw.ui.h:3
10 | msgid "Hide Indicator"
11 | msgstr ""
12 |
13 | #: ui/prefsadw.ui.h:4
14 | msgid "Whether to hide the panel indicator"
15 | msgstr ""
16 |
17 | #: ui/prefsadw.ui.h:5
18 | msgid "Desktop notifications"
19 | msgstr ""
20 |
21 | #: ui/prefsadw.ui.h:6
22 | msgid "Enable notifications on new images"
23 | msgstr ""
24 |
25 | #: ui/prefsadw.ui.h:7
26 | msgid "Indicator icon"
27 | msgstr ""
28 |
29 | #: ui/prefsadw.ui.h:8
30 | msgid "Select from alternate tray icons"
31 | msgstr ""
32 |
33 | #: ui/prefsadw.ui.h:9
34 | msgid "Download folder"
35 | msgstr ""
36 |
37 | #: ui/prefsadw.ui.h:10
38 | msgid "Open or change wallpaper downloads folder"
39 | msgstr ""
40 |
41 | #: ui/prefsadw.ui.h:11
42 | msgid "Wallpaper"
43 | msgstr ""
44 |
45 | #: ui/prefsadw.ui.h:12
46 | msgid "Set wallpaper"
47 | msgstr ""
48 |
49 | #: ui/prefsadw.ui.h:13
50 | msgid "Whether to set wallpaper automatically"
51 | msgstr ""
52 |
53 | #: ui/prefsadw.ui.h:14
54 | msgid "Shuffle wallpaper"
55 | msgstr ""
56 |
57 | #: ui/prefsadw.ui.h:15
58 | msgid "Randomly select wallpaper from collection"
59 | msgstr ""
60 |
61 | #: ui/prefsadw.ui.h:16
62 | msgid "Shuffle interval"
63 | msgstr ""
64 |
65 | #: ui/prefsadw.ui.h:17
66 | msgid "How frequently to shuffle wallpapers"
67 | msgstr ""
68 |
69 | #: ui/prefsadw.ui.h:18
70 | msgid "Downloads"
71 | msgstr ""
72 |
73 | #: ui/prefsadw.ui.h:19
74 | msgid "Lock screen"
75 | msgstr ""
76 |
77 | #: ui/prefsadw.ui.h:20
78 | msgid "Lockscreen blur"
79 | msgstr ""
80 |
81 | #: ui/prefsadw.ui.h:21
82 | msgid "Dynamic lockscreen blur"
83 | msgstr ""
84 |
85 | #: ui/prefsadw.ui.h:22
86 | msgid "Whether to enable dynamic blur mode on lock screen"
87 | msgstr ""
88 |
89 | #: ui/prefsadw.ui.h:23
90 | msgid "Blur strength"
91 | msgstr ""
92 |
93 | #: ui/prefsadw.ui.h:24
94 | msgid "Blur strength when login prompt is not visible"
95 | msgstr ""
96 |
97 | #: ui/prefsadw.ui.h:25
98 | msgid "Wallpaper brightness"
99 | msgstr ""
100 |
101 | #: ui/prefsadw.ui.h:26
102 | msgid "Dim wallpaper when login prompt is not visible"
103 | msgstr ""
104 |
105 | #: ui/prefsadw.ui.h:27
106 | msgid "Presets"
107 | msgstr ""
108 |
109 | #: ui/prefsadw.ui.h:28
110 | msgid "Gallery"
111 | msgstr ""
112 |
113 | #: ui/prefsadw.ui.h:29
114 | msgid "Debug"
115 | msgstr ""
116 |
117 | #: ui/prefsadw.ui.h:30
118 | msgid "Debug options"
119 | msgstr ""
120 |
121 | #: ui/prefsadw.ui.h:31
122 | msgid "Debug logging"
123 | msgstr ""
124 |
125 | #: ui/prefsadw.ui.h:32
126 | msgid "Enable logging to system journal"
127 | msgstr ""
128 |
129 | #: ui/prefsadw.ui.h:33
130 | msgid "Advanced options"
131 | msgstr ""
132 |
133 | #: ui/prefsadw.ui.h:34 extension.js:160
134 | msgid "Always show new images"
135 | msgstr ""
136 |
137 | #: ui/prefsadw.ui.h:35
138 | msgid "Switch to new images when available (unless on random mode)"
139 | msgstr ""
140 |
141 | #: ui/prefsadw.ui.h:36
142 | msgid "Purge on trash"
143 | msgstr ""
144 |
145 | #: ui/prefsadw.ui.h:37
146 | msgid "Trashing an image will remove it from database and disk"
147 | msgstr ""
148 |
149 | #: ui/prefsadw.ui.h:38
150 | msgid "Screen resolution"
151 | msgstr ""
152 |
153 | #: ui/prefsadw.ui.h:39
154 | msgid "Override automatic resolution selection"
155 | msgstr ""
156 |
157 | #: ui/prefsadw.ui.h:40
158 | msgid "Random interval"
159 | msgstr ""
160 |
161 | #: ui/prefsadw.ui.h:41
162 | msgid "Custom shuffle interval when enabled"
163 | msgstr ""
164 |
165 | #: ui/prefsadw.ui.h:42
166 | msgid "Delete older images"
167 | msgstr ""
168 |
169 | #: ui/prefsadw.ui.h:43
170 | msgid "Automatically delete older images (excludes favourites)"
171 | msgstr ""
172 |
173 | #: ui/prefsadw.ui.h:44
174 | msgid "Number of days to keep images"
175 | msgstr ""
176 |
177 | #: ui/prefsadw.ui.h:45
178 | msgid "Keep images for this number of days (favourites are kept forever)"
179 | msgstr ""
180 |
181 | #: ui/prefsadw.ui.h:46
182 | msgid "Always export Bing data"
183 | msgstr ""
184 |
185 | #: ui/prefsadw.ui.h:47
186 | msgid "Export Bing JSON when image data changes"
187 | msgstr ""
188 |
189 | #: ui/prefsadw.ui.h:48
190 | msgid "Bing JSON data"
191 | msgstr ""
192 |
193 | #: ui/prefsadw.ui.h:49
194 | msgid "About"
195 | msgstr ""
196 |
197 | #: ui/prefsadw.ui.h:50
198 | msgid "Bing Wallpaper"
199 | msgstr ""
200 |
201 | #: ui/prefsadw.ui.h:51
202 | msgid "New wallpaper images everyday from Bing"
203 | msgstr ""
204 |
205 | #: ui/prefsadw.ui.h:52
206 | msgid "Maintained by Michael Carroll"
207 | msgstr ""
208 |
209 | #: ui/prefsadw.ui.h:53
210 | msgid "Version"
211 | msgstr ""
212 |
213 | #: ui/prefsadw.ui.h:54
214 | msgid "Release notes"
215 | msgstr ""
216 |
217 | #: ui/prefsadw.ui.h:55
218 | msgid "GNOME extensions page"
219 | msgstr ""
220 |
221 | #: ui/prefsadw.ui.h:56
222 | msgid "Source code"
223 | msgstr ""
224 |
225 | #: ui/prefsadw.ui.h:57
226 | msgid "Report an issue"
227 | msgstr ""
228 |
229 | #: ui/prefsadw.ui.h:58
230 | msgid "Contributors"
231 | msgstr ""
232 |
233 | #: ui/prefsadw.ui.h:59
234 | msgid "License"
235 | msgstr ""
236 |
237 | #: ui/prefsadw.ui.h:60 prefs.js:112
238 | msgid "Change folder"
239 | msgstr ""
240 |
241 | #: ui/prefsadw.ui.h:61
242 | msgid "Select new wallpaper download folder"
243 | msgstr ""
244 |
245 | #: ui/carousel4.ui.h:1
246 | msgid "Favorite"
247 | msgstr ""
248 |
249 | #: ui/carousel4.ui.h:2
250 | msgid "Apply"
251 | msgstr ""
252 |
253 | #: ui/carousel4.ui.h:3
254 | msgid "View"
255 | msgstr ""
256 |
257 | #: ui/carousel4.ui.h:4
258 | msgid "Info"
259 | msgstr ""
260 |
261 | #: ui/carousel4.ui.h:5
262 | msgid "Delete"
263 | msgstr ""
264 |
265 | #: ui/carousel4.ui.h:6
266 | msgid ""
267 | msgstr ""
268 |
269 | #: ui/carousel4.ui.h:7 extension.js:161
270 | msgid "Image shuffle mode"
271 | msgstr ""
272 |
273 | #: ui/carousel4.ui.h:8
274 | msgid "Load image gallery"
275 | msgstr ""
276 |
277 | #: ui/intervals.utils.js.h:2
278 | msgid "on the hour"
279 | msgstr ""
280 |
281 | #: ui/intervals.utils.js.h:5
282 | msgid "every day at midnight"
283 | msgstr ""
284 |
285 | #: ui/intervals.utils.js.h:8
286 | msgid "Sunday at midnight"
287 | msgstr ""
288 |
289 | #: ui/intervals.utils.js.h:11
290 | msgid "User defined interval"
291 | msgstr ""
292 |
293 | #: extension.js:137
294 | msgid ""
295 | msgstr ""
296 |
297 | #: extension.js:138 extension.js:139 extension.js:149 extension.js:151
298 | msgid "Awaiting refresh..."
299 | msgstr ""
300 |
301 | #: extension.js:140
302 | msgid "Copy image to clipboard"
303 | msgstr ""
304 |
305 | #: extension.js:141
306 | msgid "Copy image URL to clipboard"
307 | msgstr ""
308 |
309 | #: extension.js:142
310 | msgid "Open image folder"
311 | msgstr ""
312 |
313 | #: extension.js:143 extension.js:159
314 | msgid "Set background image"
315 | msgstr ""
316 |
317 | #: extension.js:144
318 | msgid "Set lock screen image"
319 | msgstr ""
320 |
321 | #: extension.js:145
322 | msgid "Refresh Now"
323 | msgstr ""
324 |
325 | #: extension.js:147
326 | msgid "Open in image viewer"
327 | msgstr ""
328 |
329 | #: extension.js:148
330 | msgid "Open Bing image information page"
331 | msgstr ""
332 |
333 | #: extension.js:157
334 | msgid "Quick settings"
335 | msgstr ""
336 |
337 | #: extension.js:162
338 | msgid "Image shuffle only favorites"
339 | msgstr ""
340 |
341 | #: extension.js:164
342 | msgid "Show image count"
343 | msgstr ""
344 |
345 | #: extension.js:165
346 | msgid "Image shuffle only UHD resolutions"
347 | msgstr ""
348 |
349 | #: extension.js:361
350 | msgid "Next refresh"
351 | msgstr ""
352 |
353 | #: extension.js:363
354 | msgid "Last refresh"
355 | msgstr ""
356 |
357 | #: extension.js:366
358 | msgid "Next shuffle"
359 | msgstr ""
360 |
361 | #: extension.js:859 extension.js:947
362 | msgid "Bing Wallpaper of the Day for"
363 | msgstr ""
364 |
365 | #: extension.js:985
366 | msgid "No wallpaper available"
367 | msgstr ""
368 |
369 | #: extension.js:986
370 | msgid "No picture for today."
371 | msgstr ""
372 |
373 | #: prefs.js:107
374 | msgid "Open folder"
375 | msgstr ""
376 |
377 | #: prefs.js:124
378 | msgid "Default"
379 | msgstr ""
380 |
381 | #: prefs.js:129
382 | msgid "No blur, slight dim"
383 | msgstr ""
384 |
385 | #: prefs.js:134
386 | msgid "Slight blur & dim"
387 | msgstr ""
388 |
389 | #: prefs.js:148
390 | msgid "Import"
391 | msgstr ""
392 |
393 | #: prefs.js:153
394 | msgid "Export"
395 | msgstr ""
396 |
397 | #: prefs.js:221
398 | msgid "Select wallpaper download folder"
399 | msgstr ""
400 |
401 | #: utils.js:142
402 | msgid "Error fetching change log: "
403 | msgstr ""
404 |
405 | #: utils.js:408 utils.js:411
406 | msgid "minutes"
407 | msgstr ""
408 |
409 | #: utils.js:414
410 | msgid "days"
411 | msgstr ""
412 |
413 | #: utils.js:417
414 | msgid "hours"
415 | msgstr ""
416 |
--------------------------------------------------------------------------------
/carousel.js:
--------------------------------------------------------------------------------
1 | // Bing Wallpaper GNOME extension
2 | // Copyright (C) 2017-2025 Michael Carroll
3 | // This extension is free software: you can redistribute it and/or modify
4 | // it under the terms of the GNU Lesser General Public License as published by
5 | // the Free Software Foundation, either version 3 of the License, or
6 | // (at your option) any later version.
7 | // See the GNU General Public License, version 3 or later for details.
8 | // Based on GNOME shell extension NASA APOD by Elia Argentieri https://github.com/Elinvention/gnome-shell-extension-nasa-apod
9 |
10 | import Gtk from 'gi://Gtk';
11 | import GdkPixbuf from 'gi://GdkPixbuf';
12 | import Gio from 'gi://Gio';
13 | import * as Utils from './utils.js';
14 | import {gettext as _} from 'resource:///org/gnome/Shell/Extensions/js/extensions/prefs.js';
15 |
16 | const default_dimensions = [30, 30, 1650, 800]; // TODO: pull from and save dimensions to settings, but perhaps verify that dimensions are ok
17 |
18 | const GALLERY_THUMB_WIDTH = 320;
19 | const GALLERY_THUMB_HEIGHT = 180;
20 |
21 | export default class Carousel {
22 | constructor(settings, button = null, callbackfunc = null, prefs_flowbox = null, extensionPath = null) {
23 | //create_gallery(widget, settings);
24 | this.settings = settings;
25 | this.button = button;
26 | this.callbackfunc = callbackfunc;
27 | this.flowBox = null;
28 | this.window = null;
29 | this.imageList = Utils.imageListSortByDate(Utils.getImageList(this.settings)).reverse(); // get images and reverse order
30 | this.searchEntry = null;
31 | this.extensionPath = extensionPath
32 |
33 | this._log('create carousel...');
34 |
35 | this.flowBox = prefs_flowbox;
36 | this.flowBox.insert(this._create_placeholder_item(), -1);
37 | }
38 |
39 | _enable_button() {
40 | if (this.button) {
41 | this.button.set_sensitive(state);
42 | }
43 | }
44 |
45 | _create_gallery() {
46 | this.imageList.forEach((image) => {
47 | let item = this._create_gallery_item(image);
48 | this.flowBox.insert(item, -1);
49 | });
50 | }
51 |
52 | _create_gallery_item(image) {
53 | let buildable = new Gtk.Builder();
54 |
55 | // grab appropriate object from UI file
56 | buildable.add_objects_from_file(this.extensionPath + '/ui/carousel4.ui', ["flowBoxChild"]);
57 |
58 | // assign variables to the UI objects we've just loaded
59 | let galleryImage = buildable.get_object('galleryImage');
60 | let filename = Utils.imageToFilename(this.settings, image);
61 | let viewButton = buildable.get_object('viewButton');
62 | let applyButton = buildable.get_object('applyButton');
63 | let infoButton = buildable.get_object('infoButton');
64 | let deleteButton = buildable.get_object('deleteButton');
65 | let favButton = buildable.get_object('favButton');
66 | let unfavButton = buildable.get_object('unfavButton');
67 |
68 | if (Utils.isFavourite(image)) {
69 | favButton.set_visible(false);
70 | this._log('image is favourited');
71 | }
72 | else {
73 | unfavButton.set_visible(false);
74 | }
75 |
76 | try {
77 | this._load_image(galleryImage, filename);
78 | }
79 | catch (e) {
80 | galleryImage.set_from_icon_name('image-missing');
81 | galleryImage.set_icon_size = 2; // Gtk.GTK_ICON_SIZE_LARGE;
82 | this._log('create_gallery_image: '+e);
83 | }
84 |
85 | galleryImage.set_tooltip_text(image.copyright);
86 |
87 | // set up actions for when a image button is clicked
88 | viewButton.connect('clicked', () => {
89 | Utils.openInSystemViewer(filename);
90 | });
91 |
92 | applyButton.connect('clicked', () => {
93 | this.settings.set_string('selected-image', Utils.getImageUrlBase(image));
94 | this._log('gallery selected '+Utils.getImageUrlBase(image));
95 | });
96 |
97 | infoButton.connect('clicked', () => {
98 | Utils.openInSystemViewer(image.copyrightlink, false);
99 | this._log('info page link opened '+image.copyrightlink);
100 | });
101 |
102 | deleteButton.connect('clicked', (widget) => {
103 | this._log('Delete requested for '+filename);
104 | Utils.deleteImage(filename);
105 | Utils.setImageHiddenStatus(this.settings, image.urlbase, true);
106 | Utils.purgeImages(this.settings); // hide image instead
107 | widget.get_parent().get_parent().set_visible(false); // bit of a hack
108 | if (this.callbackfunc)
109 | this.callbackfunc();
110 | });
111 |
112 | // button is unchecked, so we want to make the checked one visible
113 | favButton.connect('clicked', (widget) => {
114 | this._log('favourited '+Utils.getImageUrlBase(image));
115 | widget.set_visible(false);
116 | unfavButton.set_visible(true);
117 | Utils.setImageFavouriteStatus(this.settings, image.urlbase, true);
118 | });
119 |
120 | // button is checked, so we want to make the unchecked one visible
121 | unfavButton.connect('clicked', (widget) => {
122 | this._log('unfavourited '+Utils.getImageUrlBase(image));
123 | widget.set_visible(false);
124 | favButton.set_visible(true);
125 | Utils.setImageFavouriteStatus(this.settings, image.urlbase, false);
126 | });
127 |
128 | let item = buildable.get_object('flowBoxChild');
129 | return item;
130 | }
131 |
132 | _create_placeholder_item() {
133 | let buildable = new Gtk.Builder();
134 | this.flowBox.set_max_children_per_line(1);
135 |
136 | // grab appropriate object from UI file
137 | buildable.add_objects_from_file(this.extensionPath + '/ui/carousel4.ui', ["flowBoxPlaceholder"]);
138 |
139 | let loadButton = buildable.get_object('loadButton');
140 |
141 | loadButton.connect('clicked', (widget) => {
142 | widget.set_label(_("Loading...")); // does this work???
143 | this.flowBox.remove(widget.get_parent());
144 | this.flowBox.set_max_children_per_line(2);
145 | this._create_gallery();
146 |
147 | });
148 |
149 | let item = buildable.get_object('flowBoxPlaceholder');
150 | return item;
151 | }
152 |
153 | _load_image(galleryImage, filename) {
154 | let thumb_path = Utils.getWallpaperDir(this.settings)+'.thumbs/';
155 | let thumb_dir = Gio.file_new_for_path(thumb_path);
156 | let save_thumbs = !this.settings.get_boolean('delete-previous') && this.settings.get_boolean('create-thumbs'); // create thumbs only if not deleting previous and thumbs are enabled
157 |
158 | if (!thumb_dir.query_exists(null)) {
159 | thumb_dir.make_directory_with_parents(null);
160 | }
161 |
162 | let image_file = Gio.file_new_for_path(filename);
163 |
164 | // load gallery image or create new thumbnail if it doesn't
165 | if (!image_file.query_exists(null)){
166 | this._set_blank_image(galleryImage);
167 | }
168 | else {
169 | let image_thumb_path = thumb_path + image_file.get_basename();
170 | let image_thumb = Gio.file_new_for_path(image_thumb_path);
171 |
172 | try {
173 | let pixbuf;
174 |
175 | // use thumbnail if available
176 | if (image_thumb.query_exists(null)) {
177 | pixbuf = GdkPixbuf.Pixbuf.new_from_file(image_thumb_path);
178 | }
179 | else { // save changed thumbnail significantly speeds up gallery loading, but costs some addtional disk space
180 | pixbuf = GdkPixbuf.Pixbuf.new_from_file_at_size(filename, GALLERY_THUMB_WIDTH, GALLERY_THUMB_HEIGHT);
181 | if (save_thumbs)
182 | pixbuf.savev(image_thumb_path,'jpeg',['quality'], ['90']);
183 | }
184 |
185 | galleryImage.set_pixbuf(pixbuf);
186 | }
187 | catch (e) {
188 | this._set_blank_image(galleryImage);
189 | this._log('create_gallery_image: '+e);
190 | }
191 | }
192 | }
193 |
194 | _set_blank_image(galleryImage) {
195 | //galleryImage.set_from_icon_name('image-missing');
196 | //galleryImage.set_icon_size = 2; // Gtk.GTK_ICON_SIZE_LARGE;
197 | }
198 |
199 | _log(msg) {
200 | if (this.settings.get_boolean('debug-logging'))
201 | console.log("BingWallpaper extension: " + msg); // disable to keep the noise down in journal
202 | }
203 | };
204 |
--------------------------------------------------------------------------------
/locale/es/LC_MESSAGES/BingWallpaper.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the PACKAGE package.
4 | # FIRST AUTHOR , YEAR.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: \n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2021-05-09 18:16+1000\n"
11 | "PO-Revision-Date: 2021-05-11 22:10+1000\n"
12 | "Last-Translator: Mario Rubio \n"
13 | "Language-Team: \n"
14 | "Language: es\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 | "X-Generator: Poedit 2.4.2\n"
19 | "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20 |
21 | #: Settings.ui.h:1 Settings4.ui.h:2
22 | msgid "Hide the indicator"
23 | msgstr "Ocultar indicador"
24 |
25 | #: Settings.ui.h:2 Settings4.ui.h:3
26 | msgid "Indicator icon"
27 | msgstr "Icono del indicador"
28 |
29 | #: Settings.ui.h:3 Settings4.ui.h:4
30 | msgid "Enable desktop notifications"
31 | msgstr ""
32 |
33 | #: Settings.ui.h:4 Settings4.ui.h:5 extension.js:129
34 | msgid "Set background image"
35 | msgstr "Establecer fondo de pantalla"
36 |
37 | #: Settings.ui.h:5 Settings4.ui.h:6 extension.js:130
38 | msgid "Set lock screen image"
39 | msgstr "Establecer fondo de pantalla de bloqueo"
40 |
41 | #: Settings.ui.h:6 Settings4.ui.h:7
42 | msgid "Download folder"
43 | msgstr "Carpeta de descarga"
44 |
45 | #: Settings.ui.h:7 Settings4.ui.h:1
46 | msgid "Bing Wallpaper pictures folder"
47 | msgstr "Carpeta de fondos de pantalla de Bing"
48 |
49 | #: Settings.ui.h:8 Settings4.ui.h:9
50 | msgid "Delete previously downloaded wallpapers"
51 | msgstr "Borrar fondos anteriormente descargados"
52 |
53 | #: Settings.ui.h:9 Settings4.ui.h:10
54 | msgid "Days to store wallpapers before deleting"
55 | msgstr "Días a almacenar fondos antes de su borrado"
56 |
57 | #: Settings.ui.h:10 Settings4.ui.h:11
58 | msgid "Bing locale"
59 | msgstr "Localización de Bing"
60 |
61 | #: Settings.ui.h:11 Settings4.ui.h:12
62 | msgid "Default is English - United States"
63 | msgstr "Por defecto se usa \"English - United States\""
64 |
65 | #: Settings.ui.h:12 Settings4.ui.h:14
66 | msgid "Screen resolution"
67 | msgstr "Resolución de pantalla"
68 |
69 | #: Settings.ui.h:13 Settings4.ui.h:15
70 | msgid "Override automatic resolution selection"
71 | msgstr "Ignorar selección automática de resolución"
72 |
73 | #: Settings.ui.h:14 Settings4.ui.h:13
74 | #, fuzzy
75 | msgid "Selected image"
76 | msgstr "Establecer fondo de pantalla de bloqueo"
77 |
78 | #: Settings.ui.h:15 Settings4.ui.h:16 extension.js:132
79 | msgid "Settings"
80 | msgstr "Ajustes"
81 |
82 | #: Settings.ui.h:16 Settings4.ui.h:17
83 | msgid "Use custom blur and brightness"
84 | msgstr "Usar desenfoque y brillo personalizado"
85 |
86 | #: Settings.ui.h:17 Settings4.ui.h:18
87 | msgid "Override GDM3 lockscreen effects"
88 | msgstr "Ignorar efectos de la pantalla de bloqueo de GDM3"
89 |
90 | #: Settings.ui.h:18 Settings4.ui.h:19
91 | msgid "Blur can improve readability of login prompt"
92 | msgstr ""
93 | "El desenfoque puede mejorar la legibilidad de la pantalla de inicio de sesión"
94 |
95 | #: Settings.ui.h:19 Settings4.ui.h:20
96 | msgid "Background blur intensity"
97 | msgstr "Intensidad del desenfoque del fondo de pantalla"
98 |
99 | #: Settings.ui.h:20 Settings4.ui.h:21
100 | msgid "Can improve contrast of login prompt"
101 | msgstr "Puede mejorar contraste de la pantalla de inicio de sesión"
102 |
103 | #: Settings.ui.h:21 Settings4.ui.h:22
104 | msgid "Background brightness"
105 | msgstr "Brillo del fondo de pantalla"
106 |
107 | #: Settings.ui.h:22 Settings4.ui.h:23
108 | msgid "Presets"
109 | msgstr "Valores preestablecidos"
110 |
111 | #: Settings.ui.h:23 Settings4.ui.h:24
112 | msgid "Commonly used presets"
113 | msgstr "Valores preestablecidos más usados"
114 |
115 | #: Settings.ui.h:24 Settings4.ui.h:25
116 | msgid "No blur, slight dim"
117 | msgstr "Sin desenfoque, leve atenuación"
118 |
119 | #: Settings.ui.h:25 Settings4.ui.h:26
120 | msgid "GNOME default"
121 | msgstr "Por defecto de GNOME"
122 |
123 | #: Settings.ui.h:26 Settings4.ui.h:27
124 | msgid "Slight blur, slight dim"
125 | msgstr "Leve desenfoque, leve atenuación"
126 |
127 | #: Settings.ui.h:27 Settings4.ui.h:28
128 | msgid "Lock Screen"
129 | msgstr "Pantalla de bloqueo"
130 |
131 | #: Settings.ui.h:28 Settings4.ui.h:29
132 | msgid "New wallpaper images everyday from Bing"
133 | msgstr "Nuevo fondo de pantalla de Bing todos los días"
134 |
135 | #: Settings.ui.h:29 Settings4.ui.h:30
136 | msgid "Gnome shell extension version "
137 | msgstr "Versión de la extensión "
138 |
139 | #: Settings.ui.h:30 Settings4.ui.h:31
140 | msgid "https://github.com/neffo/bing-wallpaper-gnome-extension"
141 | msgstr "https://github.com/neffo/bing-wallpaper-gnome-extension"
142 |
143 | #: Settings.ui.h:31 Settings4.ui.h:32
144 | msgid "Maintained by Michael Carroll"
145 | msgstr "Mantenida por Michael Carroll"
146 |
147 | #: Settings.ui.h:32 Settings4.ui.h:33
148 | msgid ""
149 | "Show your support to the author on Flattr or Github "
151 | "Sponsors."
152 | msgstr ""
153 | "Muestre su apoyo al autor en Flattr"
154 | "a> o Github Sponsors."
155 |
156 | #: Settings.ui.h:33 Settings4.ui.h:34
157 | msgid "Changes since last version"
158 | msgstr "Cambios desde la última versión"
159 |
160 | #: Settings.ui.h:34 Settings4.ui.h:35
161 | msgid "Based on NASA APOD Gnome shell extension by Elia Argentieri"
162 | msgstr "Basada en la extensión NASA APOD de Elia Argentieri"
163 |
164 | #: Settings.ui.h:35 Settings4.ui.h:36
165 | msgid ""
166 | "This program comes with ABSOLUTELY NO WARRANTY.\n"
167 | "See the GNU General "
168 | "Public License, version 3 or later for details."
169 | msgstr ""
170 | "Este software se distribuye sin NINGUNA GARANTÍA\n"
171 | "Para más detalles, vea GNU General Public License, versión 3 o superior."
173 |
174 | #: Settings.ui.h:37 Settings4.ui.h:38
175 | msgid "About"
176 | msgstr "Sobre"
177 |
178 | #: Settings4.ui.h:8
179 | msgid "Open folder"
180 | msgstr "Abre la carpeta"
181 |
182 | #: extension.js:117
183 | msgid ""
184 | msgstr ""
185 |
186 | #: extension.js:119 extension.js:121 extension.js:123
187 | msgid "Awaiting refresh..."
188 | msgstr "Esperando para actualizar..."
189 |
190 | #: extension.js:126
191 | msgid "Copy image to clipboard"
192 | msgstr "Copiar imagen al portapapeles"
193 |
194 | #: extension.js:127
195 | msgid "Copy image URL to clipboard"
196 | msgstr "Copiar URL de la imagen al portapapeles"
197 |
198 | #: extension.js:128
199 | msgid "Open image folder"
200 | msgstr "Abra la carpeta de imágenes"
201 |
202 | #: extension.js:131
203 | msgid "Refresh Now"
204 | msgstr "Actualizar ahora"
205 |
206 | #: extension.js:137
207 | msgid "Thumbnail disabled on Wayland"
208 | msgstr "Miniatura no disponible en Wayland"
209 |
210 | #: extension.js:203
211 | msgid "Next refresh"
212 | msgstr "Próxima actualización"
213 |
214 | #: extension.js:490 extension.js:527
215 | msgid "Bing Wallpaper of the Day for"
216 | msgstr "Fondo de pantalla de Bing del día para"
217 |
218 | #: extension.js:495
219 | #, fuzzy
220 | msgid "Set as wallpaper"
221 | msgstr "Establecer como fondo de pantalla"
222 |
223 | #: extension.js:498
224 | msgid "More info on Bing.com"
225 | msgstr ""
226 |
227 | #: extension.js:553
228 | msgid "No wallpaper available"
229 | msgstr "No hay ningún fondo de pantalla disponible"
230 |
231 | #: extension.js:554
232 | msgid "No picture for today."
233 | msgstr "Hoy no hay ninguna imagen."
234 |
235 | #: prefs.js:173
236 | msgid "Most recent image"
237 | msgstr "Imagen de hoy"
238 |
239 | #: prefs.js:174
240 | msgid "Random image"
241 | msgstr "Imagen aleatoria"
242 |
243 | #: prefs.js:190 prefs.js:206
244 | msgid "Disabled on current GNOME version"
245 | msgstr ""
246 |
247 | #: utils.js:139
248 | msgid "Fetching data..."
249 | msgstr "Obteniendo datos..."
250 |
251 | #: utils.js:150
252 | msgid "Market not available in your region"
253 | msgstr "Servicio no disponible en su región"
254 |
255 | # Error de conexión?
256 | # o
257 | # Error de red?
258 | #: utils.js:154
259 | msgid "A network error occured"
260 | msgstr "A ocurrido un error de conexión"
261 |
262 | #: utils.js:159
263 | msgid "Too many requests in 5 seconds"
264 | msgstr ""
265 |
266 | #: utils.js:186
267 | msgid "No change log found for this release"
268 | msgstr "Esta versión no tiene registro de cambios"
269 |
270 | #: utils.js:366 utils.js:369
271 | msgid "minutes"
272 | msgstr "minutos"
273 |
274 | #: utils.js:372
275 | msgid "days"
276 | msgstr "días"
277 |
278 | #: utils.js:375
279 | msgid "hours"
280 | msgstr "horas"
281 |
--------------------------------------------------------------------------------
/locale/es_ES/LC_MESSAGES/BingWallpaper.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the PACKAGE package.
4 | # FIRST AUTHOR , YEAR.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: \n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2021-05-09 18:16+1000\n"
11 | "PO-Revision-Date: 2021-05-11 22:08+1000\n"
12 | "Last-Translator: Mario Rubio \n"
13 | "Language-Team: \n"
14 | "Language: es_ES\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 | "X-Generator: Poedit 2.4.2\n"
19 | "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20 |
21 | #: Settings.ui.h:1 Settings4.ui.h:2
22 | msgid "Hide the indicator"
23 | msgstr "Ocultar indicador"
24 |
25 | #: Settings.ui.h:2 Settings4.ui.h:3
26 | msgid "Indicator icon"
27 | msgstr "Icono del indicador"
28 |
29 | #: Settings.ui.h:3 Settings4.ui.h:4
30 | msgid "Enable desktop notifications"
31 | msgstr ""
32 |
33 | #: Settings.ui.h:4 Settings4.ui.h:5 extension.js:129
34 | msgid "Set background image"
35 | msgstr "Establecer fondo de pantalla"
36 |
37 | #: Settings.ui.h:5 Settings4.ui.h:6 extension.js:130
38 | msgid "Set lock screen image"
39 | msgstr "Establecer fondo de pantalla de bloqueo"
40 |
41 | #: Settings.ui.h:6 Settings4.ui.h:7
42 | msgid "Download folder"
43 | msgstr "Carpeta de descarga"
44 |
45 | #: Settings.ui.h:7 Settings4.ui.h:1
46 | msgid "Bing Wallpaper pictures folder"
47 | msgstr "Carpeta de fondos de pantalla de Bing"
48 |
49 | #: Settings.ui.h:8 Settings4.ui.h:9
50 | msgid "Delete previously downloaded wallpapers"
51 | msgstr "Borrar fondos anteriormente descargados"
52 |
53 | #: Settings.ui.h:9 Settings4.ui.h:10
54 | msgid "Days to store wallpapers before deleting"
55 | msgstr "Días a almacenar fondos antes de su borrado"
56 |
57 | #: Settings.ui.h:10 Settings4.ui.h:11
58 | msgid "Bing locale"
59 | msgstr "Localización de Bing"
60 |
61 | #: Settings.ui.h:11 Settings4.ui.h:12
62 | msgid "Default is English - United States"
63 | msgstr "Por defecto se usa \"Inglés - Estados Unidos\""
64 |
65 | #: Settings.ui.h:12 Settings4.ui.h:14
66 | msgid "Screen resolution"
67 | msgstr "Resolución de pantalla"
68 |
69 | #: Settings.ui.h:13 Settings4.ui.h:15
70 | msgid "Override automatic resolution selection"
71 | msgstr "Ignorar selección automática de resolución"
72 |
73 | #: Settings.ui.h:14 Settings4.ui.h:13
74 | #, fuzzy
75 | #| msgid "Set lock screen image"
76 | msgid "Selected image"
77 | msgstr "Establecer fondo de pantalla de bloqueo"
78 |
79 | #: Settings.ui.h:15 Settings4.ui.h:16 extension.js:132
80 | msgid "Settings"
81 | msgstr "Ajustes"
82 |
83 | #: Settings.ui.h:16 Settings4.ui.h:17
84 | msgid "Use custom blur and brightness"
85 | msgstr "Usar desenfoque y brillo personalizado"
86 |
87 | #: Settings.ui.h:17 Settings4.ui.h:18
88 | msgid "Override GDM3 lockscreen effects"
89 | msgstr "Ignorar efectos de la pantalla de bloqueo de GDM3"
90 |
91 | #: Settings.ui.h:18 Settings4.ui.h:19
92 | msgid "Blur can improve readability of login prompt"
93 | msgstr ""
94 | "El desenfoque puede mejorar la legibilidad de la pantalla de inicio de sesión"
95 |
96 | #: Settings.ui.h:19 Settings4.ui.h:20
97 | msgid "Background blur intensity"
98 | msgstr "Intensidad del desenfoque del fondo de pantalla"
99 |
100 | #: Settings.ui.h:20 Settings4.ui.h:21
101 | msgid "Can improve contrast of login prompt"
102 | msgstr "Puede mejorar contraste de la pantalla de inicio de sesión"
103 |
104 | #: Settings.ui.h:21 Settings4.ui.h:22
105 | msgid "Background brightness"
106 | msgstr "Brillo del fondo de pantalla"
107 |
108 | #: Settings.ui.h:22 Settings4.ui.h:23
109 | msgid "Presets"
110 | msgstr "Valores preestablecidos"
111 |
112 | #: Settings.ui.h:23 Settings4.ui.h:24
113 | msgid "Commonly used presets"
114 | msgstr "Valores preestablecidos más usados"
115 |
116 | #: Settings.ui.h:24 Settings4.ui.h:25
117 | msgid "No blur, slight dim"
118 | msgstr "Sin desenfoque, leve atenuación"
119 |
120 | #: Settings.ui.h:25 Settings4.ui.h:26
121 | msgid "GNOME default"
122 | msgstr "Por defecto de GNOME"
123 |
124 | #: Settings.ui.h:26 Settings4.ui.h:27
125 | msgid "Slight blur, slight dim"
126 | msgstr "Leve desenfoque, leve atenuación"
127 |
128 | #: Settings.ui.h:27 Settings4.ui.h:28
129 | msgid "Lock Screen"
130 | msgstr "Pantalla de bloqueo"
131 |
132 | #: Settings.ui.h:28 Settings4.ui.h:29
133 | msgid "New wallpaper images everyday from Bing"
134 | msgstr "Nuevo fondo de pantalla de Bing todos los días"
135 |
136 | #: Settings.ui.h:29 Settings4.ui.h:30
137 | msgid "Gnome shell extension version "
138 | msgstr "Versión de la extensión "
139 |
140 | #: Settings.ui.h:30 Settings4.ui.h:31
141 | msgid "https://github.com/neffo/bing-wallpaper-gnome-extension"
142 | msgstr "https://github.com/neffo/bing-wallpaper-gnome-extension"
143 |
144 | #: Settings.ui.h:31 Settings4.ui.h:32
145 | msgid "Maintained by Michael Carroll"
146 | msgstr "Mantenida por Michael Carroll"
147 |
148 | #: Settings.ui.h:32 Settings4.ui.h:33
149 | msgid ""
150 | "Show your support to the author on Flattr or Github "
152 | "Sponsors."
153 | msgstr ""
154 | "Muestre su apoyo al autor en Flattr"
155 | "a> o Github Sponsors."
156 |
157 | #: Settings.ui.h:33 Settings4.ui.h:34
158 | msgid "Changes since last version"
159 | msgstr "Cambios desde la última versión"
160 |
161 | #: Settings.ui.h:34 Settings4.ui.h:35
162 | msgid "Based on NASA APOD Gnome shell extension by Elia Argentieri"
163 | msgstr "Basada en la extensión NASA APOD de Elia Argentieri"
164 |
165 | #: Settings.ui.h:35 Settings4.ui.h:36
166 | msgid ""
167 | "This program comes with ABSOLUTELY NO WARRANTY.\n"
168 | "See the GNU General "
169 | "Public License, version 3 or later for details."
170 | msgstr ""
171 | "Este software se distribuye sin NINGUNA GARANTÍA\n"
172 | "Para más detalles, vea GNU General Public License, versión 3 o superior."
174 |
175 | #: Settings.ui.h:37 Settings4.ui.h:38
176 | msgid "About"
177 | msgstr "Sobre"
178 |
179 | #: Settings4.ui.h:8
180 | #, fuzzy
181 | msgid "Open folder"
182 | msgstr "Abre la carpeta"
183 |
184 | #: extension.js:117
185 | msgid ""
186 | msgstr ""
187 |
188 | #: extension.js:119 extension.js:121 extension.js:123
189 | msgid "Awaiting refresh..."
190 | msgstr "Esperando para actualizar..."
191 |
192 | #: extension.js:126
193 | msgid "Copy image to clipboard"
194 | msgstr "Copiar imagen al portapapeles"
195 |
196 | #: extension.js:127
197 | msgid "Copy image URL to clipboard"
198 | msgstr "Copiar URL de la imagen al portapapeles"
199 |
200 | #: extension.js:128
201 | #, fuzzy
202 | msgid "Open image folder"
203 | msgstr "Abra la carpeta de imágenes"
204 |
205 | #: extension.js:131
206 | msgid "Refresh Now"
207 | msgstr "Actualizar ahora"
208 |
209 | #: extension.js:137
210 | msgid "Thumbnail disabled on Wayland"
211 | msgstr "Miniatura no disponible en Wayland"
212 |
213 | #: extension.js:203
214 | msgid "Next refresh"
215 | msgstr "Próxima actualización"
216 |
217 | #: extension.js:490 extension.js:527
218 | msgid "Bing Wallpaper of the Day for"
219 | msgstr "Fondo de pantalla de Bing del día para"
220 |
221 | #: extension.js:495
222 | #, fuzzy
223 | msgid "Set as wallpaper"
224 | msgstr "Establecer como fondo de pantalla"
225 |
226 | #: extension.js:498
227 | msgid "More info on Bing.com"
228 | msgstr "Leer más en bing.com"
229 |
230 | #: extension.js:553
231 | msgid "No wallpaper available"
232 | msgstr "No hay ningún fondo de pantalla disponible"
233 |
234 | #: extension.js:554
235 | msgid "No picture for today."
236 | msgstr "Hoy no hay ninguna imagen."
237 |
238 | #: prefs.js:173
239 | msgid "Most recent image"
240 | msgstr "Imagen de hoy"
241 |
242 | #: prefs.js:174
243 | msgid "Random image"
244 | msgstr "Imagen aleatoria"
245 |
246 | #: prefs.js:190 prefs.js:206
247 | msgid "Disabled on current GNOME version"
248 | msgstr ""
249 |
250 | #: utils.js:139
251 | msgid "Fetching data..."
252 | msgstr "Obteniendo datos..."
253 |
254 | #: utils.js:150
255 | msgid "Market not available in your region"
256 | msgstr "Servicio no disponible en su región"
257 |
258 | # Error de conexión?
259 | # o
260 | # Error de red?
261 | #: utils.js:154
262 | msgid "A network error occured"
263 | msgstr "A ocurrido un error de conexión"
264 |
265 | #: utils.js:159
266 | msgid "Too many requests in 5 seconds"
267 | msgstr ""
268 |
269 | #: utils.js:186
270 | msgid "No change log found for this release"
271 | msgstr "Esta versión no tiene registro de cambios"
272 |
273 | #: utils.js:366 utils.js:369
274 | msgid "minutes"
275 | msgstr "minutos"
276 |
277 | #: utils.js:372
278 | msgid "days"
279 | msgstr "días"
280 |
281 | #: utils.js:375
282 | msgid "hours"
283 | msgstr "horas"
284 |
--------------------------------------------------------------------------------
/locale/ca/LC_MESSAGES/BingWallpaper.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the PACKAGE package.
4 | # FIRST AUTHOR , YEAR.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: \n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2021-05-09 13:10+1000\n"
11 | "PO-Revision-Date: 2021-05-09 13:21+1000\n"
12 | "Last-Translator: \n"
13 | "Language-Team: \n"
14 | "Language: ca\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 | "X-Generator: Poedit 2.4.1\n"
19 | "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20 |
21 | #: Settings.ui.h:1 Settings4.ui.h:2
22 | msgid "Hide the indicator"
23 | msgstr "Amaga l'icona de la barra de tasques"
24 |
25 | #: Settings.ui.h:2 Settings4.ui.h:3
26 | msgid "Indicator icon"
27 | msgstr "La icona"
28 |
29 | #: Settings.ui.h:3 Settings4.ui.h:4
30 | msgid "Enable desktop notifications"
31 | msgstr ""
32 |
33 | #: Settings.ui.h:4 Settings4.ui.h:5 extension.js:129
34 | msgid "Set background image"
35 | msgstr "Canvia la imatge de fons de pantalla"
36 |
37 | #: Settings.ui.h:5 Settings4.ui.h:6 extension.js:130
38 | msgid "Set lock screen image"
39 | msgstr "Modifica la imatge de la pantalla de bloqueig"
40 |
41 | #: Settings.ui.h:6 Settings4.ui.h:7
42 | msgid "Download folder"
43 | msgstr "Carpeta de descàrregues"
44 |
45 | #: Settings.ui.h:7 Settings4.ui.h:1
46 | msgid "Bing Wallpaper pictures folder"
47 | msgstr "Carpeta d'imatges de Bing Wallpaper"
48 |
49 | #: Settings.ui.h:8 Settings4.ui.h:9
50 | msgid "Delete previously downloaded wallpapers"
51 | msgstr "Eliminar les imatges descarregades anteriorment"
52 |
53 | #: Settings.ui.h:9 Settings4.ui.h:10
54 | msgid "Days to store wallpapers before deleting"
55 | msgstr "Dies que es guardaran les imatges abans que s'eliminin"
56 |
57 | #: Settings.ui.h:10 Settings4.ui.h:11
58 | msgid "Bing locale"
59 | msgstr "Indicar a Bing la teva regió/idioma"
60 |
61 | #: Settings.ui.h:11 Settings4.ui.h:12
62 | msgid "Default is English - United States"
63 | msgstr "Per defecte és English - Unitetd States"
64 |
65 | #: Settings.ui.h:12 Settings4.ui.h:14
66 | msgid "Screen resolution"
67 | msgstr "Resolució de la pantalla"
68 |
69 | #: Settings.ui.h:13 Settings4.ui.h:15
70 | msgid "Override automatic resolution selection"
71 | msgstr ""
72 | "Escull \"Auto\" per detectar automàticament la resolució de la pantalla"
73 |
74 | #: Settings.ui.h:14 Settings4.ui.h:13
75 | msgid "Selected image"
76 | msgstr "Imatge"
77 |
78 | #: Settings.ui.h:15 Settings4.ui.h:16 extension.js:132
79 | msgid "Settings"
80 | msgstr "Configuració"
81 |
82 | #: Settings.ui.h:16 Settings4.ui.h:17
83 | msgid "Use custom blur and brightness"
84 | msgstr ""
85 |
86 | #: Settings.ui.h:17 Settings4.ui.h:18
87 | msgid "Override GDM3 lockscreen effects"
88 | msgstr ""
89 |
90 | #: Settings.ui.h:18 Settings4.ui.h:19
91 | msgid "Blur can improve readability of login prompt"
92 | msgstr ""
93 |
94 | #: Settings.ui.h:19 Settings4.ui.h:20
95 | msgid "Background blur intensity"
96 | msgstr ""
97 |
98 | #: Settings.ui.h:20 Settings4.ui.h:21
99 | msgid "Can improve contrast of login prompt"
100 | msgstr ""
101 |
102 | #: Settings.ui.h:21 Settings4.ui.h:22
103 | msgid "Background brightness"
104 | msgstr ""
105 |
106 | #: Settings.ui.h:22 Settings4.ui.h:23
107 | msgid "Presets"
108 | msgstr ""
109 |
110 | #: Settings.ui.h:23 Settings4.ui.h:24
111 | msgid "Commonly used presets"
112 | msgstr ""
113 |
114 | #: Settings.ui.h:24 Settings4.ui.h:25
115 | msgid "No blur, slight dim"
116 | msgstr ""
117 |
118 | #: Settings.ui.h:25 Settings4.ui.h:26
119 | msgid "GNOME default"
120 | msgstr ""
121 |
122 | #: Settings.ui.h:26 Settings4.ui.h:27
123 | msgid "Slight blur, slight dim"
124 | msgstr ""
125 |
126 | #: Settings.ui.h:27 Settings4.ui.h:28
127 | msgid "Lock Screen"
128 | msgstr ""
129 |
130 | #: Settings.ui.h:28 Settings4.ui.h:29
131 | msgid "New wallpaper images everyday from Bing"
132 | msgstr ""
133 |
134 | #: Settings.ui.h:29 Settings4.ui.h:30
135 | #, fuzzy
136 | #| msgid "Gnome shell extension version: "
137 | msgid "Gnome shell extension version "
138 | msgstr "Versió de 'Gnome shell extension': "
139 |
140 | #: Settings.ui.h:30 Settings4.ui.h:31
141 | msgid "https://github.com/neffo/bing-wallpaper-gnome-extension"
142 | msgstr "https://github.com/neffo/bing-wallpaper-gnome-extension"
143 |
144 | #: Settings.ui.h:31 Settings4.ui.h:32
145 | msgid "Maintained by Michael Carroll"
146 | msgstr "Mantingut per Michael Carroll"
147 |
148 | #: Settings.ui.h:32 Settings4.ui.h:33
149 | msgid ""
150 | "Show your support to the author on Flattr or Github "
152 | "Sponsors."
153 | msgstr ""
154 |
155 | #: Settings.ui.h:33 Settings4.ui.h:34
156 | #, fuzzy
157 | msgid "Changes since last version"
158 | msgstr "Canvis des de la darrera versió"
159 |
160 | #: Settings.ui.h:34 Settings4.ui.h:35
161 | msgid "Based on NASA APOD Gnome shell extension by Elia Argentieri"
162 | msgstr "Basada en 'NASA APOD Gnome shell extension' per Elia Argenteri"
163 |
164 | #: Settings.ui.h:35 Settings4.ui.h:36
165 | #, fuzzy
166 | #| msgid ""
167 | #| "This program comes with ABSOLUTELY NO WARRANTY.\n"
168 | #| "See the GNU General Public License, version 3 or later for details."
170 | msgid ""
171 | "This program comes with ABSOLUTELY NO WARRANTY.\n"
172 | "See the GNU General "
173 | "Public License, version 3 or later for details."
174 | msgstr ""
175 | "Aquesta aplicació no te ABSOLUTAMENT CAP GARANTIA.\n"
176 | "Visita GNU General Public License, version 3 o superior per més detalls."
178 | "span>"
179 |
180 | #: Settings.ui.h:37 Settings4.ui.h:38
181 | msgid "About"
182 | msgstr "Sobre"
183 |
184 | #: Settings4.ui.h:8
185 | #, fuzzy
186 | msgid "Open folder"
187 | msgstr "Obriu la carpeta"
188 |
189 | #: extension.js:117
190 | msgid ""
191 | msgstr ""
192 |
193 | #: extension.js:119 extension.js:121 extension.js:123
194 | msgid "Awaiting refresh..."
195 | msgstr "Esperant l'actualització..."
196 |
197 | #: extension.js:126
198 | #, fuzzy
199 | msgid "Copy image to clipboard"
200 | msgstr "Copia la imatge al porta-retalls"
201 |
202 | #: extension.js:127
203 | msgid "Copy image URL to clipboard"
204 | msgstr "Copia la URL de la imatge al porta-retalls"
205 |
206 | #: extension.js:128
207 | msgid "Open image folder"
208 | msgstr "Obriu la carpeta per veure les imatges"
209 |
210 | #: extension.js:131
211 | msgid "Refresh Now"
212 | msgstr "Actualitza ara"
213 |
214 | #: extension.js:137
215 | msgid "Thumbnail disabled on Wayland"
216 | msgstr ""
217 |
218 | #: extension.js:203
219 | msgid "Next refresh"
220 | msgstr "Següent actualització"
221 |
222 | #: extension.js:490 extension.js:527
223 | msgid "Bing Wallpaper of the Day for"
224 | msgstr "'Bing Wallpaper of the Day' per"
225 |
226 | #: extension.js:495
227 | #, fuzzy
228 | #| msgid "Set wallpaper"
229 | msgid "Set as wallpaper"
230 | msgstr "Modifica el fons de pantalla"
231 |
232 | #: extension.js:498
233 | msgid "More info on Bing.com"
234 | msgstr ""
235 |
236 | #: extension.js:553
237 | msgid "No wallpaper available"
238 | msgstr "Cap fons de pantalla disponible"
239 |
240 | #: extension.js:554
241 | msgid "No picture for today."
242 | msgstr "Cap imatge per avui."
243 |
244 | #: prefs.js:173
245 | #, fuzzy
246 | #| msgid "Set lock screen image"
247 | msgid "Most recent image"
248 | msgstr "Modifica la imatge de la pantalla de bloqueig"
249 |
250 | #: prefs.js:174
251 | #, fuzzy
252 | msgid "Random image"
253 | msgstr "Imatge aleatòria"
254 |
255 | #: prefs.js:190 prefs.js:206
256 | msgid "Disabled on current GNOME version"
257 | msgstr ""
258 |
259 | #: utils.js:139
260 | msgid "Fetching data..."
261 | msgstr "Obtenint les dades..."
262 |
263 | #: utils.js:150
264 | msgid "Market not available in your region"
265 | msgstr "El 'Market' no està habilitat per la teva regió"
266 |
267 | #: utils.js:154
268 | msgid "A network error occured"
269 | msgstr "Hi ha hagut un problema amb la xarxa"
270 |
271 | #: utils.js:159
272 | #, fuzzy
273 | msgid "Too many requests in 5 seconds"
274 | msgstr "Massa sol·licituds"
275 |
276 | #: utils.js:186
277 | msgid "No change log found for this release"
278 | msgstr ""
279 |
280 | #: utils.js:366 utils.js:369
281 | msgid "minutes"
282 | msgstr "minuts"
283 |
284 | #: utils.js:372
285 | msgid "days"
286 | msgstr "dies"
287 |
288 | #: utils.js:375
289 | msgid "hours"
290 | msgstr "hores"
291 |
292 | #~ msgid ""
293 | #~ "Changes your wallpaper daily to the Bing picture of the day for your "
294 | #~ "region. Displays the picture description and copyright information."
295 | #~ msgstr ""
296 | #~ "Canvia el fons de pantalla diàriament amb la imatge de 'Bing picture of "
297 | #~ "the day' per la teva regió. Crea una notificació per la descripció de la "
298 | #~ "imatge i el seu copyright."
299 |
--------------------------------------------------------------------------------
/locale/ar/LC_MESSAGES/BingWallpaper.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the PACKAGE package.
4 | # Marwén Ben Romdhan , 2020.
5 | # Amro Soliman , 2021.
6 | #
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2021-05-09 13:04+1000\n"
12 | "PO-Revision-Date: 2021-12-19 01:10+0100\n"
13 | "Last-Translator: \n"
14 | "Language-Team: \n"
15 | "Language: ar\n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=UTF-8\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 | "X-Generator: Poedit 3.0\n"
20 | "Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
21 | "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
22 |
23 | #: Settings.ui.h:1 Settings4.ui.h:2
24 | msgid "Hide the indicator"
25 | msgstr "إخفاء المؤشر"
26 |
27 | #: Settings.ui.h:2 Settings4.ui.h:3
28 | msgid "Indicator icon"
29 | msgstr "رمز المؤشر"
30 |
31 | #: Settings.ui.h:3 Settings4.ui.h:4
32 | msgid "Enable desktop notifications"
33 | msgstr "تفعيل تنبيهات سطح المكتب"
34 |
35 | #: Settings.ui.h:4 Settings4.ui.h:5 extension.js:129
36 | msgid "Set background image"
37 | msgstr "تعيين صورة الخلفية"
38 |
39 | #: Settings.ui.h:5 Settings4.ui.h:6 extension.js:130
40 | msgid "Set lock screen image"
41 | msgstr "صورة الخلفية لواجهة الشاشة المقفلة"
42 |
43 | #: Settings.ui.h:6 Settings4.ui.h:7
44 | msgid "Download folder:"
45 | msgstr "مجلد التحميل:"
46 |
47 | #: Settings.ui.h:7 Settings4.ui.h:1
48 | msgid "Bing Wallpaper pictures folder"
49 | msgstr "مجلد صور خلفيات Bing"
50 |
51 | #: Settings.ui.h:8 Settings4.ui.h:9
52 | msgid "Delete previously downloaded wallpapers:"
53 | msgstr "حذف صور الخلفية المحملة سابقا:"
54 |
55 | #: Settings.ui.h:9 Settings4.ui.h:10
56 | msgid "Days to store wallpapers before deleting:"
57 | msgstr "عدد الأيام قبل حذف صور الخلفية:"
58 |
59 | #: Settings.ui.h:10 Settings4.ui.h:11
60 | msgid "Bing locale:"
61 | msgstr "منطقة Bing:"
62 |
63 | #: Settings.ui.h:11 Settings4.ui.h:12
64 | msgid "Default is English - United States"
65 | msgstr "الافتراضي هو الإنجليزية - الولايات المتحدة"
66 |
67 | #: Settings.ui.h:12 Settings4.ui.h:14
68 | msgid "Screen resolution:"
69 | msgstr "دقة الشاشة:"
70 |
71 | #: Settings.ui.h:13 Settings4.ui.h:15
72 | msgid "Override automatic resolution selection"
73 | msgstr "تجاهل دقة الشاشة التلقائية"
74 |
75 | #: Settings.ui.h:14 Settings4.ui.h:13
76 | msgid "Selected image:"
77 | msgstr "صورة الخلفية المعينة:"
78 |
79 | #: Settings.ui.h:15 Settings4.ui.h:16 extension.js:132
80 | msgid "Settings"
81 | msgstr "الإعدادات"
82 |
83 | #: Settings.ui.h:16 Settings4.ui.h:17
84 | msgid "Use custom blur and brightness"
85 | msgstr "تعيين معايير مخصصة للمؤثر الضبابي والاضاءة"
86 |
87 | #: Settings.ui.h:17 Settings4.ui.h:18
88 | msgid "Override GDM3 lockscreen effects"
89 | msgstr "تجاهل مؤثرات GDM3 لقفل الشاشة"
90 |
91 | #: Settings.ui.h:18 Settings4.ui.h:19
92 | msgid "Blur can improve readability of login prompt"
93 | msgstr "المؤثر الضبابي قد يعزز قابلية قراءة واجهة الدخول"
94 |
95 | #: Settings.ui.h:19 Settings4.ui.h:20
96 | msgid "Background blur intensity"
97 | msgstr "حدة المؤثر الضبابي"
98 |
99 | #: Settings.ui.h:20 Settings4.ui.h:21
100 | msgid "Can improve contrast of login prompt"
101 | msgstr "قد يحسن تباين الوان واجهة الدخول"
102 |
103 | #: Settings.ui.h:21 Settings4.ui.h:22
104 | #, fuzzy
105 | #| msgid "Set background image"
106 | msgid "Background brightness"
107 | msgstr "سطوع صورة الخلفية"
108 |
109 | #: Settings.ui.h:22 Settings4.ui.h:23
110 | msgid "Presets"
111 | msgstr "اعدادات جاهزة"
112 |
113 | #: Settings.ui.h:23 Settings4.ui.h:24
114 | msgid "Commonly used presets"
115 | msgstr "الاعدادات الجاهزة الاكثر استخداما"
116 |
117 | #: Settings.ui.h:24 Settings4.ui.h:25
118 | msgid "No blur, slight dim"
119 | msgstr "الغاء المؤثر الضبابي، تعتيم خفيف"
120 |
121 | #: Settings.ui.h:25 Settings4.ui.h:26
122 | msgid "GNOME default"
123 | msgstr "اعدادات GNOME الافتراضية"
124 |
125 | #: Settings.ui.h:26 Settings4.ui.h:27
126 | msgid "Slight blur, slight dim"
127 | msgstr "مؤثر ضبابي خفيف، تعتيم خفيف"
128 |
129 | #: Settings.ui.h:27 Settings4.ui.h:28
130 | msgid "Lock Screen"
131 | msgstr "واجهة قفل الشاشة"
132 |
133 | #: Settings.ui.h:28 Settings4.ui.h:29
134 | msgid "New wallpaper images everyday from Bing"
135 | msgstr "خلفيات جديدة كل يوم من Bing"
136 |
137 | #: Settings.ui.h:29 Settings4.ui.h:30
138 | msgid "Gnome shell extension version: "
139 | msgstr "إصدار امتدادات Gnome shell: "
140 |
141 | #: Settings.ui.h:30 Settings4.ui.h:31
142 | msgid "https://github.com/neffo/bing-wallpaper-gnome-extension"
143 | msgstr "https://github.com/neffo/bing-wallpaper-gnome-extension"
144 |
145 | #: Settings.ui.h:31 Settings4.ui.h:32
146 | msgid "Maintained by Michael Carroll"
147 | msgstr "بتطوير Michael Carroll"
148 |
149 | #: Settings.ui.h:32 Settings4.ui.h:33
150 | msgid ""
151 | "Show your support to the author on Flattr or Github "
153 | "Sponsors."
154 | msgstr ""
155 | "اظهر دعمك للمطور علي a href=\"https://flattr.com/@neffo\">Flattr or Github Sponsors."
157 |
158 | #: Settings.ui.h:33 Settings4.ui.h:34
159 | msgid "Changes since last version"
160 | msgstr "التعديلات عن النسخة الاخيرة"
161 |
162 | #: Settings.ui.h:34 Settings4.ui.h:35
163 | msgid "Based on NASA APOD Gnome shell extension by Elia Argentieri"
164 | msgstr "يرتكز علي NASA APOD Gnome shell extension ل Elia Argentieri"
165 |
166 | #: Settings.ui.h:35 Settings4.ui.h:36
167 | #, fuzzy
168 | #| msgid ""
169 | #| "This program comes with ABSOLUTELY NO WARRANTY.\n"
170 | #| "See the GNU General Public License, version 3 or later for details."
172 | msgid ""
173 | "This program comes with ABSOLUTELY NO WARRANTY.\n"
174 | "See the GNU General "
175 | "Public License, version 3 or later for details."
176 | msgstr ""
177 | "يقدم هذا البرنامج دون أي ضمان على الإطلاق.\n"
178 | "راجع رخصة "
179 | "جنو العمومية ، الإصدار 3 أو أحدث لمزيد من التفاصيل."
180 |
181 | #: Settings.ui.h:37 Settings4.ui.h:38
182 | msgid "About"
183 | msgstr "عن هذا البرنامج"
184 |
185 | #: Settings4.ui.h:8
186 | msgid "Open folder"
187 | msgstr "فتح المجلد"
188 |
189 | #: extension.js:117
190 | msgid ""
191 | msgstr "<لا يوجد تحديث مجدول>"
192 |
193 | #: extension.js:119 extension.js:121 extension.js:123
194 | msgid "Awaiting refresh..."
195 | msgstr "في انتظار التحديث ..."
196 |
197 | #: extension.js:126
198 | msgid "Copy image to clipboard"
199 | msgstr "نسخ الصورة إلى الحافظة"
200 |
201 | #: extension.js:127
202 | msgid "Copy image URL to clipboard"
203 | msgstr "نسخ رابط الصورة إلى الحافظة"
204 |
205 | #: extension.js:128
206 | msgid "Open image folder"
207 | msgstr "فتح مجلد الصورة"
208 |
209 | #: extension.js:131
210 | msgid "Refresh Now"
211 | msgstr "حدث الآن"
212 |
213 | #: extension.js:137
214 | msgid "Thumbnail disabled on Wayland"
215 | msgstr "ايقونة غير مفعلة علي Wayland"
216 |
217 | #: extension.js:203
218 | msgid "Next refresh"
219 | msgstr "التحديث التالي"
220 |
221 | #: extension.js:490 extension.js:527
222 | msgid "Bing Wallpaper of the Day for"
223 | msgstr "صور Bing اليومية لـ"
224 |
225 | #: extension.js:495
226 | msgid "Set as wallpaper"
227 | msgstr "تعيين كخلفية"
228 |
229 | #: extension.js:498
230 | msgid "More info on Bing.com"
231 | msgstr "لمزيد المعلومات قم بزيارة Bing.com"
232 |
233 | #: extension.js:553
234 | msgid "No wallpaper available"
235 | msgstr "لا توجد صور للخلفية"
236 |
237 | #: extension.js:554
238 | msgid "No picture for today."
239 | msgstr "لا توجد صورة لهذا اليوم."
240 |
241 | #: prefs.js:173
242 | #, fuzzy
243 | #| msgid "Set lock screen image"
244 | msgid "Most recent image"
245 | msgstr "احدث صورة للخلفية"
246 |
247 | #: prefs.js:174
248 | msgid "Random image"
249 | msgstr "صورة عشوائية"
250 |
251 | #: prefs.js:190 prefs.js:206
252 | msgid "Disabled on current GNOME version"
253 | msgstr "غير مفعل علي هذا الاصدار من GNOME"
254 |
255 | #: utils.js:139
256 | msgid "Fetching data..."
257 | msgstr "تحميل البيانات..."
258 |
259 | #: utils.js:150
260 | msgid "Market not available in your region"
261 | msgstr "خدمة غير متوفرة في منطقتك"
262 |
263 | #: utils.js:154
264 | msgid "A network error occured"
265 | msgstr "حدث خطأ على مستوى الشبكة"
266 |
267 | #: utils.js:159
268 | msgid "Too many requests in 5 seconds"
269 | msgstr "طلبات عديدة في 5 ثوان"
270 |
271 | #: utils.js:186
272 | msgid "No change log found for this release"
273 | msgstr "ﻻ توجد تعدلات لهذا الاصدار"
274 |
275 | #: utils.js:366 utils.js:369
276 | msgid "minutes"
277 | msgstr "دقائق"
278 |
279 | #: utils.js:372
280 | msgid "days"
281 | msgstr "أيام"
282 |
283 | #: utils.js:375
284 | msgid "hours"
285 | msgstr "ساعات"
286 |
287 | #~ msgid ""
288 | #~ "Changes your wallpaper daily to the Bing picture of the day for your "
289 | #~ "region. Displays the picture description and copyright information."
290 | #~ msgstr ""
291 | #~ "يغير صورة الخلفية يوميا إلى صورة اليوم من موقع Bing الخاص بمنطقتك. يعرض "
292 | #~ "وصف الصورة ومعلومات حقوق النشر."
293 |
--------------------------------------------------------------------------------
/locale/zh_CN/LC_MESSAGES/BingWallpaper.po:
--------------------------------------------------------------------------------
1 | #
2 | msgid ""
3 | msgstr ""
4 | "Project-Id-Version: \n"
5 | "Report-Msgid-Bugs-To: \n"
6 | "POT-Creation-Date: 2021-05-09 13:10+1000\n"
7 | "PO-Revision-Date: 2021-07-28 23:08+0800\n"
8 | "Last-Translator: 金立龙 \n"
9 | "Language-Team: \n"
10 | "Language: zh_CN\n"
11 | "MIME-Version: 1.0\n"
12 | "Content-Type: text/plain; charset=UTF-8\n"
13 | "Content-Transfer-Encoding: 8bit\n"
14 | "X-Generator: Poedit 3.0\n"
15 | "Plural-Forms: nplurals=1; plural=0;\n"
16 |
17 | #: ui/prefsadw.ui.h:1 extension.js:139
18 | msgid "Settings"
19 | msgstr "设置"
20 |
21 | #: ui/prefsadw.ui.h:2
22 | msgid "Indicator"
23 | msgstr "状态栏图标"
24 |
25 | #: ui/prefsadw.ui.h:3
26 | msgid "Hide Indicator"
27 | msgstr "隐藏状态栏图标"
28 |
29 | #: ui/prefsadw.ui.h:4
30 | msgid "Whether to hide the panel indicator"
31 | msgstr "隐藏状态栏图标"
32 |
33 | #: ui/prefsadw.ui.h:5
34 | msgid "Desktop notifications"
35 | msgstr "打开桌面通知"
36 |
37 | #: ui/prefsadw.ui.h:6
38 | msgid "Enable notifications on new images"
39 | msgstr "打开桌面通知"
40 |
41 | #: ui/prefsadw.ui.h:7
42 | msgid "Indicator icon"
43 | msgstr "状态栏图标"
44 |
45 | #: ui/prefsadw.ui.h:8
46 | msgid "Select from alternate tray icons"
47 | msgstr "从备用托盘图标中选择"
48 |
49 | #: ui/prefsadw.ui.h:9
50 | msgid "Download folder"
51 | msgstr "保存下载壁纸的文件夹"
52 |
53 | #: ui/prefsadw.ui.h:10
54 | msgid "Open or change wallpaper downloads folder"
55 | msgstr "打开或更改壁纸下载文件夹"
56 |
57 | #: ui/prefsadw.ui.h:11
58 | msgid "Wallpaper"
59 | msgstr "设置为壁纸"
60 |
61 | #: ui/prefsadw.ui.h:12
62 | msgid "Set wallpaper"
63 | msgstr "设置为壁纸"
64 |
65 | #: ui/prefsadw.ui.h:13
66 | msgid "Whether to set wallpaper automatically"
67 | msgstr "是否自动设置壁纸"
68 |
69 | #: ui/prefsadw.ui.h:14
70 | msgid "Shuffle wallpaper"
71 | msgstr "设置为壁纸"
72 |
73 | #: ui/prefsadw.ui.h:15
74 | msgid "Randomly select wallpaper from collection"
75 | msgstr "从收藏中随机选择壁纸"
76 |
77 | #: ui/prefsadw.ui.h:16
78 | msgid "Shuffle interval"
79 | msgstr "无序播放间隔"
80 |
81 | #: ui/prefsadw.ui.h:17
82 | msgid "How frequently to shuffle wallpapers"
83 | msgstr "多久播放一次壁纸"
84 |
85 | #: ui/prefsadw.ui.h:18
86 | msgid "Downloads"
87 | msgstr "保存下载壁纸的文件夹"
88 |
89 | #: ui/prefsadw.ui.h:19
90 | msgid "Lock screen"
91 | msgstr "锁屏"
92 |
93 | #: ui/prefsadw.ui.h:20
94 | msgid "Lockscreen blur"
95 | msgstr "锁屏"
96 |
97 | #: ui/prefsadw.ui.h:21
98 | msgid "Dynamic lockscreen blur"
99 | msgstr "动态锁屏模糊"
100 |
101 | #: ui/prefsadw.ui.h:22
102 | msgid "Whether to enable dynamic blur mode on lock screen"
103 | msgstr "是否在锁屏上启用动态模糊模式"
104 |
105 | #: ui/prefsadw.ui.h:23
106 | msgid "Blur strength"
107 | msgstr "模糊强度"
108 |
109 | #: ui/prefsadw.ui.h:24
110 | msgid "Blur strength when login prompt is not visible"
111 | msgstr "登录提示不可见时的模糊强度"
112 |
113 | #: ui/prefsadw.ui.h:25
114 | msgid "Wallpaper brightness"
115 | msgstr "背景亮度"
116 |
117 | #: ui/prefsadw.ui.h:26
118 | msgid "Dim wallpaper when login prompt is not visible"
119 | msgstr "登录提示不可见时,壁纸变暗"
120 |
121 | #: ui/prefsadw.ui.h:27
122 | msgid "Presets"
123 | msgstr "预设配置"
124 |
125 | #: ui/prefsadw.ui.h:28
126 | msgid "Gallery"
127 | msgstr "陈列室"
128 |
129 | #: ui/prefsadw.ui.h:29
130 | msgid "Debug"
131 | msgstr "调试"
132 |
133 | #: ui/prefsadw.ui.h:30
134 | msgid "Debug options"
135 | msgstr "调试选项"
136 |
137 | #: ui/prefsadw.ui.h:31
138 | msgid "Debug logging"
139 | msgstr "调试日志"
140 |
141 | #: ui/prefsadw.ui.h:32
142 | msgid "Enable logging to system journal"
143 | msgstr "启用对系统日志的日志记录"
144 |
145 | #: ui/prefsadw.ui.h:33 extension.js:153
146 | msgid "Always show new images"
147 | msgstr "始终显示新图像"
148 |
149 | #: ui/prefsadw.ui.h:34
150 | msgid "Switch to new images when available (unless on random mode)"
151 | msgstr "切换到可用的新图像(除非在随机模式下)"
152 |
153 | #: ui/prefsadw.ui.h:35
154 | msgid "Purge on trash"
155 | msgstr "清除垃圾"
156 |
157 | #: ui/prefsadw.ui.h:36
158 | msgid "Trashing an image will remove it from database"
159 | msgstr "丢弃图像会将其从数据库中删除"
160 |
161 | #: ui/prefsadw.ui.h:37
162 | msgid "Screen resolution"
163 | msgstr "屏幕分辨率"
164 |
165 | #: ui/prefsadw.ui.h:38
166 | msgid "Override automatic resolution selection"
167 | msgstr "自适应屏幕分辨率"
168 |
169 | #: ui/prefsadw.ui.h:39
170 | msgid "Random interval"
171 | msgstr "随机图片"
172 |
173 | #: ui/prefsadw.ui.h:40
174 | msgid "Custom shuffle interval when enabled"
175 | msgstr "启用时自定义随机播放间隔"
176 |
177 | #: ui/prefsadw.ui.h:41
178 | msgid "Always export Bing data"
179 | msgstr "始终导出Bing数据"
180 |
181 | #: ui/prefsadw.ui.h:42
182 | msgid "Export Bing JSON when image data changes"
183 | msgstr "当图像数据发生变化时导出Bing JSON"
184 |
185 | #: ui/prefsadw.ui.h:43
186 | msgid "Bing JSON data"
187 | msgstr "Bing JSON数据"
188 |
189 | #: ui/prefsadw.ui.h:44
190 | msgid "About"
191 | msgstr "关于"
192 |
193 | #: ui/prefsadw.ui.h:45
194 | msgid "Bing Wallpaper"
195 | msgstr "必应每日壁纸图片"
196 |
197 | #: ui/prefsadw.ui.h:46
198 | msgid "New wallpaper images everyday from Bing"
199 | msgstr "每天从 Bing 获取新壁纸"
200 |
201 | #: ui/prefsadw.ui.h:47
202 | msgid "Maintained by Michael Carroll"
203 | msgstr "由Michael Carroll维护"
204 |
205 | #: ui/prefsadw.ui.h:48
206 | msgid "Version"
207 | msgstr "版本"
208 |
209 | #: ui/prefsadw.ui.h:49
210 | msgid "Release notes"
211 | msgstr "发行说明"
212 |
213 | #: ui/prefsadw.ui.h:50
214 | msgid "GNOME extensions page"
215 | msgstr "GNOME 扩展页面"
216 |
217 | #: ui/prefsadw.ui.h:51
218 | msgid "Source code"
219 | msgstr "源代码"
220 |
221 | #: ui/prefsadw.ui.h:52
222 | msgid "Report an issue"
223 | msgstr "报告问题"
224 |
225 | #: ui/prefsadw.ui.h:53
226 | msgid "Contributors"
227 | msgstr "贡献者"
228 |
229 | #: ui/prefsadw.ui.h:54
230 | msgid "License"
231 | msgstr "法律信息"
232 |
233 | #: ui/prefsadw.ui.h:55 prefs.js:115
234 | msgid "Change folder"
235 | msgstr "打开图片文件夹"
236 |
237 | #: ui/prefsadw.ui.h:56
238 | msgid "Select new wallpaper download folder"
239 | msgstr "选择新的文件夹用于壁纸下载"
240 |
241 | #: ui/carousel4.ui.h:1
242 | msgid "Favorite"
243 | msgstr "收藏"
244 |
245 | #: ui/carousel4.ui.h:2
246 | msgid "Apply"
247 | msgstr "应用"
248 |
249 | #: ui/carousel4.ui.h:3
250 | msgid "View"
251 | msgstr "视图"
252 |
253 | #: ui/carousel4.ui.h:4
254 | msgid "Info"
255 | msgstr "信息"
256 |
257 | #: ui/carousel4.ui.h:5
258 | msgid "Delete"
259 | msgstr "删除"
260 |
261 | #: ui/carousel4.ui.h:6
262 | msgid ""
263 | msgstr "<这是图片名>"
264 |
265 | #: ui/carousel4.ui.h:8
266 | msgid "Load image gallery"
267 | msgstr "加载图片库"
268 |
269 | #: ui/intervals.utils.js.h:2
270 | msgid "on the hour"
271 | msgstr "整点"
272 |
273 | #: ui/intervals.utils.js.h:5
274 | msgid "every day at midnight"
275 | msgstr "每天午夜"
276 |
277 | #: ui/intervals.utils.js.h:8
278 | msgid " Sunday at midnight"
279 | msgstr "每个周日午夜"
280 |
281 | #: extension.js:130
282 | msgid ""
283 | msgstr "<没有刷新计划>"
284 |
285 | #: extension.js:131 extension.js:132 extension.js:142 extension.js:144
286 | msgid "Awaiting refresh..."
287 | msgstr "正在等待刷新 ... ..."
288 |
289 | #: extension.js:133
290 | msgid "Copy image to clipboard"
291 | msgstr "复制图片到剪贴板"
292 |
293 | #: extension.js:134
294 | msgid "Copy image URL to clipboard"
295 | msgstr "复制图片链接到剪贴板"
296 |
297 | #: extension.js:135
298 | msgid "Open image folder"
299 | msgstr "打开图片文件夹"
300 |
301 | #: extension.js:136 extension.js:152
302 | msgid "Set background image"
303 | msgstr "设置桌面壁纸"
304 |
305 | #: extension.js:137
306 | msgid "Set lock screen image"
307 | msgstr "设置锁屏壁纸"
308 |
309 | #: extension.js:138
310 | msgid "Refresh Now"
311 | msgstr "现在刷新"
312 |
313 | #: extension.js:140
314 | msgid "Open in image viewer"
315 | msgstr "打开图片文件夹"
316 |
317 | #: extension.js:141
318 | msgid "Open Bing image information page"
319 | msgstr "打开Bing图像信息页面"
320 |
321 | #: extension.js:150
322 | msgid "Quick settings"
323 | msgstr "快速设置"
324 |
325 | #: extension.js:154
326 | msgid "Image shuffle mode"
327 | msgstr "图像随机播放模式"
328 |
329 | #: extension.js:155
330 | msgid "Image shuffle only favorites"
331 | msgstr "仅随机播放收藏夹的图像"
332 |
333 | #: extension.js:156
334 | msgid "Enable desktop notifications"
335 | msgstr "打开桌面通知"
336 |
337 | #: extension.js:157
338 | msgid "Show image count"
339 | msgstr "显示图像数量"
340 |
341 | #: extension.js:158
342 | msgid "Image shuffle only UHD resolutions"
343 | msgstr "仅随机播放 UHD 分辨率的图像"
344 |
345 | #: extension.js:321
346 | msgid "Next refresh"
347 | msgstr "下一次刷新"
348 |
349 | #: extension.js:323
350 | msgid "Last refresh"
351 | msgstr "下一次刷新"
352 |
353 | #: extension.js:326
354 | msgid "Next shuffle"
355 | msgstr "下次播放"
356 |
357 | #: extension.js:808 extension.js:883
358 | msgid "Bing Wallpaper of the Day for"
359 | msgstr "必应每日壁纸图片"
360 |
361 | #: extension.js:921
362 | msgid "No wallpaper available"
363 | msgstr "没有壁纸可用"
364 |
365 | #: extension.js:922
366 | msgid "No picture for today."
367 | msgstr "今天没有壁纸图片."
368 |
369 | #: prefs.js:107
370 | msgid "Open folder"
371 | msgstr "打开文件夹"
372 |
373 | #: prefs.js:130
374 | msgid "Default"
375 | msgstr "GNOME 默认"
376 |
377 | #: prefs.js:138
378 | msgid "No blur, slight dim"
379 | msgstr "没有模糊效果,亮度微暗"
380 |
381 | #: prefs.js:146
382 | msgid "Slight blur & dim"
383 | msgstr "轻度模糊,亮度微暗"
384 |
385 | #: prefs.js:163
386 | msgid "Import"
387 | msgstr "导入"
388 |
389 | #: prefs.js:171
390 | msgid "Export"
391 | msgstr "导出"
392 |
393 | #: prefs.js:238
394 | msgid "Select wallpaper download folder"
395 | msgstr "选择壁纸下载文件夹"
396 |
397 | #: utils.js:134
398 | msgid "Error fetching change log: "
399 | msgstr "获取更改日志时出错:"
400 |
401 | #: utils.js:413 utils.js:416
402 | msgid "minutes"
403 | msgstr "分"
404 |
405 | #: utils.js:419
406 | msgid "days"
407 | msgstr "天"
408 |
409 | #: utils.js:422
410 | msgid "hours"
411 | msgstr "小时"
412 |
--------------------------------------------------------------------------------
/locale/ru/LC_MESSAGES/BingWallpaper.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the PACKAGE package.
4 | # FIRST AUTHOR , YEAR.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: \n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2021-05-09 13:10+1000\n"
11 | "PO-Revision-Date: 2021-05-09 17:51+1000\n"
12 | "Last-Translator: \n"
13 | "Language-Team: \n"
14 | "Language: ru\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 | "X-Generator: Poedit 2.4.1\n"
19 | "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
20 | "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
21 |
22 | #: Settings.ui.h:1 Settings4.ui.h:2
23 | msgid "Hide the indicator"
24 | msgstr "Скрыть индикатор"
25 |
26 | #: Settings.ui.h:2 Settings4.ui.h:3
27 | msgid "Indicator icon"
28 | msgstr ""
29 |
30 | #: Settings.ui.h:3 Settings4.ui.h:4
31 | msgid "Enable desktop notifications"
32 | msgstr ""
33 |
34 | #: Settings.ui.h:4 Settings4.ui.h:5 extension.js:129
35 | msgid "Set background image"
36 | msgstr "Установить фоновое изображение"
37 |
38 | #: Settings.ui.h:5 Settings4.ui.h:6 extension.js:130
39 | msgid "Set lock screen image"
40 | msgstr "Установить изображение экрана блокировки"
41 |
42 | #: Settings.ui.h:6 Settings4.ui.h:7
43 | msgid "Download folder"
44 | msgstr "Папка для скачивания"
45 |
46 | #: Settings.ui.h:7 Settings4.ui.h:1
47 | msgid "Bing Wallpaper pictures folder"
48 | msgstr "Папка изображений Bing Wallpaper"
49 |
50 | #: Settings.ui.h:8 Settings4.ui.h:9
51 | msgid "Delete previously downloaded wallpapers"
52 | msgstr "Удалить ранее скачанные обои"
53 |
54 | #: Settings.ui.h:9 Settings4.ui.h:10
55 | msgid "Days to store wallpapers before deleting"
56 | msgstr "Хранить обои перед удалением, дни"
57 |
58 | #: Settings.ui.h:10 Settings4.ui.h:11
59 | msgid "Bing locale"
60 | msgstr "Локализация Bing"
61 |
62 | #: Settings.ui.h:11 Settings4.ui.h:12
63 | msgid "Default is English - United States"
64 | msgstr "По умолчанию - США"
65 |
66 | #: Settings.ui.h:12 Settings4.ui.h:14
67 | msgid "Screen resolution"
68 | msgstr "Разрешение экрана"
69 |
70 | #: Settings.ui.h:13 Settings4.ui.h:15
71 | msgid "Override automatic resolution selection"
72 | msgstr "Изменять автоматически выбранное разрешение"
73 |
74 | #: Settings.ui.h:14 Settings4.ui.h:13
75 | msgid "Selected image"
76 | msgstr ""
77 |
78 | #: Settings.ui.h:15 Settings4.ui.h:16 extension.js:132
79 | msgid "Settings"
80 | msgstr "Настройки"
81 |
82 | #: Settings.ui.h:16 Settings4.ui.h:17
83 | msgid "Use custom blur and brightness"
84 | msgstr ""
85 |
86 | #: Settings.ui.h:17 Settings4.ui.h:18
87 | msgid "Override GDM3 lockscreen effects"
88 | msgstr ""
89 |
90 | #: Settings.ui.h:18 Settings4.ui.h:19
91 | msgid "Blur can improve readability of login prompt"
92 | msgstr ""
93 |
94 | #: Settings.ui.h:19 Settings4.ui.h:20
95 | msgid "Background blur intensity"
96 | msgstr ""
97 |
98 | #: Settings.ui.h:20 Settings4.ui.h:21
99 | msgid "Can improve contrast of login prompt"
100 | msgstr ""
101 |
102 | #: Settings.ui.h:21 Settings4.ui.h:22
103 | msgid "Background brightness"
104 | msgstr ""
105 |
106 | #: Settings.ui.h:22 Settings4.ui.h:23
107 | msgid "Presets"
108 | msgstr ""
109 |
110 | #: Settings.ui.h:23 Settings4.ui.h:24
111 | msgid "Commonly used presets"
112 | msgstr ""
113 |
114 | #: Settings.ui.h:24 Settings4.ui.h:25
115 | msgid "No blur, slight dim"
116 | msgstr ""
117 |
118 | #: Settings.ui.h:25 Settings4.ui.h:26
119 | msgid "GNOME default"
120 | msgstr ""
121 |
122 | #: Settings.ui.h:26 Settings4.ui.h:27
123 | msgid "Slight blur, slight dim"
124 | msgstr ""
125 |
126 | #: Settings.ui.h:27 Settings4.ui.h:28
127 | msgid "Lock Screen"
128 | msgstr ""
129 |
130 | #: Settings.ui.h:28 Settings4.ui.h:29
131 | msgid "New wallpaper images everyday from Bing"
132 | msgstr ""
133 |
134 | #: Settings.ui.h:29 Settings4.ui.h:30
135 | msgid "Gnome shell extension version "
136 | msgstr "Версия расширения Gnome shell"
137 |
138 | #: Settings.ui.h:30 Settings4.ui.h:31
139 | msgid "https://github.com/neffo/bing-wallpaper-gnome-extension"
140 | msgstr "https://github.com/neffo/bing-wallpaper-gnome-extension"
141 |
142 | #: Settings.ui.h:31 Settings4.ui.h:32
143 | msgid "Maintained by Michael Carroll"
144 | msgstr "Создано Майклом Кэрроллом"
145 |
146 | #: Settings.ui.h:32 Settings4.ui.h:33
147 | msgid ""
148 | "Show your support to the author on Flattr or Github "
150 | "Sponsors."
151 | msgstr ""
152 |
153 | #: Settings.ui.h:33 Settings4.ui.h:34
154 | msgid "Changes since last version"
155 | msgstr ""
156 |
157 | #: Settings.ui.h:34 Settings4.ui.h:35
158 | msgid "Based on NASA APOD Gnome shell extension by Elia Argentieri"
159 | msgstr "Основано на расширении Gnome shell NASA APOD от Элии Аргентиери"
160 |
161 | #: Settings.ui.h:35 Settings4.ui.h:36
162 | #, fuzzy
163 | #| msgid ""
164 | #| "This program comes with ABSOLUTELY NO WARRANTY.\n"
165 | #| "See the GNU General Public License, version 3 or later for details."
167 | msgid ""
168 | "This program comes with ABSOLUTELY NO WARRANTY.\n"
169 | "See the GNU General "
170 | "Public License, version 3 or later for details."
171 | msgstr ""
172 | "Данное ПО поставляется без каких-либо гарантий.\n"
173 | "Смотри GNU General Public License, версия 3 или позже, чтобы узнать детали."
175 | "span>"
176 |
177 | #: Settings.ui.h:37 Settings4.ui.h:38
178 | msgid "About"
179 | msgstr "О приложении"
180 |
181 | #: Settings4.ui.h:8
182 | msgid "Open folder"
183 | msgstr ""
184 |
185 | #: extension.js:117
186 | #, fuzzy
187 | msgid ""
188 | msgstr "<обновление не запланировано>"
189 |
190 | #: extension.js:119 extension.js:121 extension.js:123
191 | #, fuzzy
192 | msgid "Awaiting refresh..."
193 | msgstr "ожидание обновления..."
194 |
195 | #: extension.js:126
196 | #, fuzzy
197 | msgid "Copy image to clipboard"
198 | msgstr "Скопировать буфер"
199 |
200 | #: extension.js:127
201 | msgid "Copy image URL to clipboard"
202 | msgstr "Скопировать URL в буфер"
203 |
204 | #: extension.js:128
205 | msgid "Open image folder"
206 | msgstr ""
207 |
208 | #: extension.js:131
209 | msgid "Refresh Now"
210 | msgstr "Обновить сейчас"
211 |
212 | #: extension.js:137
213 | msgid "Thumbnail disabled on Wayland"
214 | msgstr ""
215 |
216 | #: extension.js:203
217 | msgid "Next refresh"
218 | msgstr "Следующее обновление"
219 |
220 | #: extension.js:490 extension.js:527
221 | msgid "Bing Wallpaper of the Day for"
222 | msgstr "Изображение дня Bing Wallpaper для"
223 |
224 | #: extension.js:495
225 | msgid "Set as wallpaper"
226 | msgstr "Установить обои"
227 |
228 | #: extension.js:498
229 | msgid "More info on Bing.com"
230 | msgstr ""
231 |
232 | #: extension.js:553
233 | msgid "No wallpaper available"
234 | msgstr "Нет доступных обоев"
235 |
236 | #: extension.js:554
237 | msgid "No picture for today."
238 | msgstr "Нет изображения дня."
239 |
240 | #: prefs.js:173
241 | msgid "Most recent image"
242 | msgstr ""
243 |
244 | #: prefs.js:174
245 | msgid "Random image"
246 | msgstr ""
247 |
248 | #: prefs.js:190 prefs.js:206
249 | msgid "Disabled on current GNOME version"
250 | msgstr ""
251 |
252 | #: utils.js:139
253 | msgid "Fetching data..."
254 | msgstr "Получение данных..."
255 |
256 | #: utils.js:150
257 | msgid "Market not available in your region"
258 | msgstr "В вашем регионе магазин недоступен"
259 |
260 | #: utils.js:154
261 | msgid "A network error occured"
262 | msgstr "Ошибка сети"
263 |
264 | #: utils.js:159
265 | msgid "Too many requests in 5 seconds"
266 | msgstr ""
267 |
268 | #: utils.js:186
269 | msgid "No change log found for this release"
270 | msgstr ""
271 |
272 | #: utils.js:366 utils.js:369
273 | msgid "minutes"
274 | msgstr "минут"
275 |
276 | #: utils.js:372
277 | msgid "days"
278 | msgstr "день"
279 |
280 | #: utils.js:375
281 | msgid "hours"
282 | msgstr "часа"
283 |
284 | #~ msgid ""
285 | #~ "Changes your wallpaper daily to the Bing picture of the day for your "
286 | #~ "region. Displays the picture description and copyright information."
287 | #~ msgstr ""
288 | #~ "Ежедневное изменение ваших обоив на изображение дня Bing для вашего "
289 | #~ "региона. Показ уведомлений с описанием изображения и информацией об "
290 | #~ "авторских правах."
291 |
292 | #~ msgid "Send a notification with explanation when a new image is downloaded."
293 | #~ msgstr ""
294 | #~ "Показывать уведомления с подробностями после скачивания нового "
295 | #~ "изображения."
296 |
297 | #~ msgid "Notifications"
298 | #~ msgstr "Уведомления"
299 |
300 | #~ msgid "Use transient notifications (auto dismiss)"
301 | #~ msgstr "Использовать всплывающие уведомления (автоотключение)"
302 |
303 | #~ msgid "Show description"
304 | #~ msgstr "Показать описание"
305 |
306 | #~ msgid "Open extension settings"
307 | #~ msgstr "Открыть настройки расширения"
308 |
309 | #~ msgid "Bing website"
310 | #~ msgstr "Сайт Bing"
311 |
312 | #~ msgid ""
313 | #~ "The selected market is not available in your country or geographic "
314 | #~ "region.\n"
315 | #~ msgstr ""
316 | #~ "Выбранный магазин недоступен в вашей стране или географическом регионе.\n"
317 |
318 | #~ msgid "This market is not available in your region"
319 | #~ msgstr "В вашем регионе магазин недоступен"
320 |
--------------------------------------------------------------------------------
/locale/pl/LC_MESSAGES/BingWallpaper.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the PACKAGE package.
4 | # FIRST AUTHOR , YEAR.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: \n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2021-05-09 13:10+1000\n"
11 | "PO-Revision-Date: 2021-05-09 14:25+1000\n"
12 | "Last-Translator: \n"
13 | "Language-Team: \n"
14 | "Language: pl\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 | "X-Generator: Poedit 2.4.1\n"
19 |
20 | #: Settings.ui.h:1 Settings4.ui.h:2
21 | msgid "Hide the indicator"
22 | msgstr "Ukryj powiadomienia"
23 |
24 | #: Settings.ui.h:2 Settings4.ui.h:3
25 | msgid "Indicator icon"
26 | msgstr ""
27 |
28 | #: Settings.ui.h:3 Settings4.ui.h:4
29 | msgid "Enable desktop notifications"
30 | msgstr ""
31 |
32 | #: Settings.ui.h:4 Settings4.ui.h:5 extension.js:129
33 | msgid "Set background image"
34 | msgstr "Ustaw tło pulpitu"
35 |
36 | #: Settings.ui.h:5 Settings4.ui.h:6 extension.js:130
37 | msgid "Set lock screen image"
38 | msgstr "Ustaw obraz blokady"
39 |
40 | #: Settings.ui.h:6 Settings4.ui.h:7
41 | msgid "Download folder"
42 | msgstr "Miejsce pobierania"
43 |
44 | #: Settings.ui.h:7 Settings4.ui.h:1
45 | msgid "Bing Wallpaper pictures folder"
46 | msgstr "Folder obrazów tapet Bing"
47 |
48 | #: Settings.ui.h:8 Settings4.ui.h:9
49 | msgid "Delete previously downloaded wallpapers"
50 | msgstr "Usuń poprzednio pobrane tapety"
51 |
52 | #: Settings.ui.h:9 Settings4.ui.h:10
53 | msgid "Days to store wallpapers before deleting"
54 | msgstr "Ilość dni przechowywania pobranych obrazów"
55 |
56 | #: Settings.ui.h:10 Settings4.ui.h:11
57 | msgid "Bing locale"
58 | msgstr "Lokalizacja Bing"
59 |
60 | #: Settings.ui.h:11 Settings4.ui.h:12
61 | msgid "Default is English - United States"
62 | msgstr "Domyślny Angielski - Stany Zjednoczone"
63 |
64 | #: Settings.ui.h:12 Settings4.ui.h:14
65 | msgid "Screen resolution"
66 | msgstr "Rozdzielczość ekranu"
67 |
68 | #: Settings.ui.h:13 Settings4.ui.h:15
69 | msgid "Override automatic resolution selection"
70 | msgstr "Zastąp wybór automatycznej rozdzielczości"
71 |
72 | #: Settings.ui.h:14 Settings4.ui.h:13
73 | #, fuzzy
74 | msgid "Selected image"
75 | msgstr "Ustaw"
76 |
77 | #: Settings.ui.h:15 Settings4.ui.h:16 extension.js:132
78 | msgid "Settings"
79 | msgstr "Ustawienia"
80 |
81 | #: Settings.ui.h:16 Settings4.ui.h:17
82 | msgid "Use custom blur and brightness"
83 | msgstr ""
84 |
85 | #: Settings.ui.h:17 Settings4.ui.h:18
86 | msgid "Override GDM3 lockscreen effects"
87 | msgstr ""
88 |
89 | #: Settings.ui.h:18 Settings4.ui.h:19
90 | msgid "Blur can improve readability of login prompt"
91 | msgstr ""
92 |
93 | #: Settings.ui.h:19 Settings4.ui.h:20
94 | msgid "Background blur intensity"
95 | msgstr ""
96 |
97 | #: Settings.ui.h:20 Settings4.ui.h:21
98 | msgid "Can improve contrast of login prompt"
99 | msgstr ""
100 |
101 | #: Settings.ui.h:21 Settings4.ui.h:22
102 | msgid "Background brightness"
103 | msgstr ""
104 |
105 | #: Settings.ui.h:22 Settings4.ui.h:23
106 | msgid "Presets"
107 | msgstr ""
108 |
109 | #: Settings.ui.h:23 Settings4.ui.h:24
110 | msgid "Commonly used presets"
111 | msgstr ""
112 |
113 | #: Settings.ui.h:24 Settings4.ui.h:25
114 | msgid "No blur, slight dim"
115 | msgstr ""
116 |
117 | #: Settings.ui.h:25 Settings4.ui.h:26
118 | msgid "GNOME default"
119 | msgstr ""
120 |
121 | #: Settings.ui.h:26 Settings4.ui.h:27
122 | msgid "Slight blur, slight dim"
123 | msgstr ""
124 |
125 | #: Settings.ui.h:27 Settings4.ui.h:28
126 | msgid "Lock Screen"
127 | msgstr ""
128 |
129 | #: Settings.ui.h:28 Settings4.ui.h:29
130 | msgid "New wallpaper images everyday from Bing"
131 | msgstr ""
132 |
133 | #: Settings.ui.h:29 Settings4.ui.h:30
134 | msgid "Gnome shell extension version "
135 | msgstr "Wersja rozszerzenia dla Gnome "
136 |
137 | #: Settings.ui.h:30 Settings4.ui.h:31
138 | msgid "https://github.com/neffo/bing-wallpaper-gnome-extension"
139 | msgstr "https://github.com/neffo/bing-wallpaper-gnome-extension"
140 |
141 | #: Settings.ui.h:31 Settings4.ui.h:32
142 | msgid "Maintained by Michael Carroll"
143 | msgstr "Prowadzone przez Michael'a Carroll'a"
144 |
145 | #: Settings.ui.h:32 Settings4.ui.h:33
146 | msgid ""
147 | "Show your support to the author on Flattr or Github "
149 | "Sponsors."
150 | msgstr ""
151 |
152 | #: Settings.ui.h:33 Settings4.ui.h:34
153 | msgid "Changes since last version"
154 | msgstr ""
155 |
156 | #: Settings.ui.h:34 Settings4.ui.h:35
157 | msgid "Based on NASA APOD Gnome shell extension by Elia Argentieri"
158 | msgstr ""
159 | "Na podstawie rozszerzenia powłoki NASA APOD Gnome autorstwa Elia Argentieri"
160 |
161 | #: Settings.ui.h:35 Settings4.ui.h:36
162 | #, fuzzy
163 | #| msgid ""
164 | #| "This program comes with ABSOLUTELY NO WARRANTY.\n"
165 | #| "See the GNU General Public License, version 3 or later for details."
167 | msgid ""
168 | "This program comes with ABSOLUTELY NO WARRANTY.\n"
169 | "See the GNU General "
170 | "Public License, version 3 or later for details."
171 | msgstr ""
172 | "Ten program jest BEZWZGLĘDNIE BEZ GWARANCJI.\n"
173 | "Zobacz Licencja GNU General Public License, wersja 3 lub nowsza - szczegóły"
175 | "span>"
176 |
177 | #: Settings.ui.h:37 Settings4.ui.h:38
178 | msgid "About"
179 | msgstr "O programie"
180 |
181 | #: Settings4.ui.h:8
182 | #, fuzzy
183 | msgid "Open folder"
184 | msgstr "Otwórz"
185 |
186 | #: extension.js:117
187 | msgid ""
188 | msgstr ""
189 |
190 | #: extension.js:119 extension.js:121 extension.js:123
191 | msgid "Awaiting refresh..."
192 | msgstr "Czekam na odświeżenie..."
193 |
194 | #: extension.js:126
195 | #, fuzzy
196 | #| msgid "Copy image URL to clipboard"
197 | msgid "Copy image to clipboard"
198 | msgstr "Skopiuj odnośnik obrazka do schowka"
199 |
200 | #: extension.js:127
201 | msgid "Copy image URL to clipboard"
202 | msgstr "Skopiuj odnośnik obrazka do schowka"
203 |
204 | #: extension.js:128
205 | msgid "Open image folder"
206 | msgstr "Otwórz folder obrazów"
207 |
208 | #: extension.js:131
209 | msgid "Refresh Now"
210 | msgstr "Odśwież"
211 |
212 | #: extension.js:137
213 | msgid "Thumbnail disabled on Wayland"
214 | msgstr ""
215 |
216 | #: extension.js:203
217 | msgid "Next refresh"
218 | msgstr "Następne odświeżenie"
219 |
220 | #: extension.js:490 extension.js:527
221 | msgid "Bing Wallpaper of the Day for"
222 | msgstr "Tapeta dnia Bing"
223 |
224 | #: extension.js:495
225 | #, fuzzy
226 | #| msgid "Set wallpaper"
227 | msgid "Set as wallpaper"
228 | msgstr "Ustaw tapetę"
229 |
230 | #: extension.js:498
231 | msgid "More info on Bing.com"
232 | msgstr ""
233 |
234 | #: extension.js:553
235 | msgid "No wallpaper available"
236 | msgstr "Żadna tapeta nie jest dostępna"
237 |
238 | #: extension.js:554
239 | msgid "No picture for today."
240 | msgstr "Brak obrazka na dziś."
241 |
242 | #: prefs.js:173
243 | #, fuzzy
244 | msgid "Most recent image"
245 | msgstr "Obraz Toda's"
246 |
247 | #: prefs.js:174
248 | #, fuzzy
249 | msgid "Random image"
250 | msgstr "Losowy obraz"
251 |
252 | #: prefs.js:190 prefs.js:206
253 | msgid "Disabled on current GNOME version"
254 | msgstr ""
255 |
256 | #: utils.js:139
257 | msgid "Fetching data..."
258 | msgstr "Pobieranie danych..."
259 |
260 | #: utils.js:150
261 | msgid "Market not available in your region"
262 | msgstr "Rynek nie jest dostępny w twoim regionie"
263 |
264 | #: utils.js:154
265 | msgid "A network error occured"
266 | msgstr "Wystąpił błąd sieci"
267 |
268 | #: utils.js:159
269 | msgid "Too many requests in 5 seconds"
270 | msgstr ""
271 |
272 | #: utils.js:186
273 | msgid "No change log found for this release"
274 | msgstr ""
275 |
276 | #: utils.js:366 utils.js:369
277 | msgid "minutes"
278 | msgstr "minut"
279 |
280 | #: utils.js:372
281 | msgid "days"
282 | msgstr "dzień"
283 |
284 | #: utils.js:375
285 | msgid "hours"
286 | msgstr "godziny"
287 |
288 | #~ msgid ""
289 | #~ "Changes your wallpaper daily to the Bing picture of the day for your "
290 | #~ "region. Displays the picture description and copyright information."
291 | #~ msgstr ""
292 | #~ "Zmienia tapetę codziennie na obraz dnia Bing dla twojego regionuTworzy "
293 | #~ "powiadomienie o opisie zdjęcia oraz informacji o prawach autorskich."
294 |
295 | #~ msgid "Send a notification with explanation when a new image is downloaded."
296 | #~ msgstr "Pokaż powiadomienie kiedy zostanie pobrany nowy obrazek."
297 |
298 | #~ msgid "Notifications"
299 | #~ msgstr "Powiadomienia"
300 |
301 | #~ msgid "Use transient notifications (auto dismiss)"
302 | #~ msgstr "Użyj powiadomień przemijających (samo wyłączające się)"
303 |
304 | #~ msgid "Show description"
305 | #~ msgstr "Pokaż opis"
306 |
307 | #~ msgid "Open extension settings"
308 | #~ msgstr "Otwórz ustawienia rozszerzenia"
309 |
310 | #~ msgid "Bing website"
311 | #~ msgstr "Strona Bing"
312 |
313 | #~ msgid ""
314 | #~ "The selected market is not available in your country or geographic "
315 | #~ "region.\n"
316 | #~ msgstr ""
317 | #~ "Wybrany rynek nie jest dostępny w Twoim kraju lub regionie "
318 | #~ "geograficznym.\n"
319 |
320 | #~ msgid "This market is not available in your region"
321 | #~ msgstr "Ten rynek nie jest dostępny w twoim regionie"
322 |
--------------------------------------------------------------------------------
/ui/carousel4.ui:
--------------------------------------------------------------------------------
1 |
2 |
24 |
25 |
26 |
27 |
48 |
49 | 0
50 |
51 |
52 | 0
53 | 0
54 | 5
55 |
56 |
57 |
58 | 320
59 | 120
60 | 0
61 | 1
62 | 1
63 |
64 |
65 |
66 |
67 | 0
68 | vertical
69 | 1
70 | center
71 |
74 |
75 |
76 | Favorite
77 | checkbox
78 |
79 | 1
80 | 0
81 | center
82 |
83 |
84 |
85 |
86 | Favorite
87 | checkbox-checked
88 |
89 | 1
90 | 0
91 | center
92 |
93 |
94 |
95 |
96 | Apply
97 | preferences-desktop-wallpaper
98 | 1
99 | 0
100 | center
101 |
102 |
103 |
104 |
105 | View
106 | view-reveal
107 | 1
108 | 0
109 | center
110 |
111 |
112 |
113 |
114 | Info
115 | preferences-system-details
116 | 1
117 | 0
118 | center
119 |
120 |
121 |
122 |
123 | Delete
124 | edit-delete
125 | 1
126 | 0
127 | center
128 |
129 |
130 |
131 |
132 |
133 |
134 |
135 |
136 | 0
137 |
138 |
139 | 0
140 | center
141 |
142 |
143 | 320
144 | 120
145 | 0
146 | media-playlist-shuffle
147 | 2
148 |
149 | 0
150 | 0
151 | 2
152 |
153 |
154 |
155 |
156 |
157 | 0
158 | <image name here>
159 |
160 | 0
161 | 1
162 | 2
163 |
164 |
165 |
166 |
167 |
168 | Image shuffle mode
169 | 1
170 |
171 | 0
172 | 2
173 | 2
174 |
175 |
176 |
177 |
178 |
179 |
180 |
181 | 0
182 |
183 |
184 | 0
185 | center
186 |
187 |
188 | 320
189 | 120
190 | 0
191 | preferences-desktop-wallpaper-symbolic
192 | 2
193 |
194 | 0
195 | 0
196 |
197 |
198 |
199 |
200 |
201 | Load image gallery
202 | 1
203 |
204 | 0
205 | 1
206 |
207 |
208 |
209 |
210 |
211 |
212 |
--------------------------------------------------------------------------------