-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yfquotes@thegli: Add setting to customize background color (#1223)
- Loading branch information
Showing
16 changed files
with
367 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgstr "" | |
"Project-Id-Version: \n" | ||
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-desklets/" | ||
"issues\n" | ||
"POT-Creation-Date: 2024-05-22 21:38+0200\n" | ||
"POT-Creation-Date: 2024-07-10 00:38+0200\n" | ||
"PO-Revision-Date: 2023-12-08 08:06+0100\n" | ||
"Last-Translator: Alan Mortensen <[email protected]>\n" | ||
"Language-Team: \n" | ||
|
@@ -18,48 +18,52 @@ msgstr "" | |
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
"X-Generator: Poedit 3.0.1\n" | ||
|
||
#: desklet.js:326 desklet.js:345 | ||
#: desklet.js:310 | ||
msgid "Empty quotes list. Open settings and add some symbols." | ||
msgstr "" | ||
|
||
#: desklet.js:332 desklet.js:351 | ||
msgid "Yahoo Finance service not available!\\nStatus: " | ||
msgstr "Yahoo Finance er ikke tilgængelig!\\nStatus: " | ||
|
||
#: desklet.js:730 | ||
#: desklet.js:738 | ||
msgid "Updated at " | ||
msgstr "Opdateret " | ||
|
||
#: desklet.js:751 | ||
#: desklet.js:759 | ||
msgid "Error: " | ||
msgstr "Fejl: " | ||
|
||
#: desklet.js:813 | ||
#: desklet.js:827 | ||
msgid "" | ||
"Failed to retrieve authorization parameter! Unable to fetch quotes data." | ||
"\\nStatus: " | ||
msgstr "" | ||
"Kunne ikke hente godkendelsesparameter! Kunne ikke hente kursdata.\n" | ||
"Status: " | ||
|
||
#: desklet.js:838 | ||
#: desklet.js:852 | ||
msgid "Consent processing failed! Unable to fetch quotes data.\\nStatus: " | ||
msgstr "Samtykkebehandling mislykkedes! Kunne ikke hente kursdata.\\nStatus: " | ||
|
||
#: desklet.js:843 | ||
#: desklet.js:857 | ||
msgid "" | ||
"Consent processing not completed! Unable to fetch quotes data.\\nStatus: " | ||
msgstr "" | ||
"Samtykkebehandling ikke gennemført! Kunne ikke hente kursdata.\\nStatus: " | ||
|
||
#: desklet.js:865 | ||
#: desklet.js:879 | ||
msgid "" | ||
"Failed to retrieve authorization crumb! Unable to fetch quotes data." | ||
"\\nStatus: " | ||
msgstr "" | ||
"Kunne ikke hente godkendelseskrumme! Kunne ikke hente kursdata.\\nStatus: " | ||
|
||
#: desklet.js:892 | ||
#: desklet.js:906 | ||
msgid "Cannot display quotes information for symbols: " | ||
msgstr "Kan ikke vise kurser for symbolerne: " | ||
|
||
#: desklet.js:893 | ||
#: desklet.js:907 | ||
msgid "The following error occurred: " | ||
msgstr "Følgende fejl opstod: " | ||
|
||
|
@@ -173,6 +177,14 @@ msgstr "Baggrundens gennemsigtighed" | |
msgid "The higher the value, the more solid the desklet background" | ||
msgstr "Jo højere værdi, desto mindre gennemsigtig er baggrunden." | ||
|
||
#. settings-schema.json->backgroundColor->description | ||
msgid "Background color" | ||
msgstr "" | ||
|
||
#. settings-schema.json->backgroundColor->tooltip | ||
msgid "Desklet background color" | ||
msgstr "" | ||
|
||
#. settings-schema.json->showVerticalScrollbar->description | ||
msgid "Show vertical scrollbar" | ||
msgstr "" | ||
|
@@ -204,11 +216,13 @@ msgid "Display timestamp when quotes were updated last" | |
msgstr "Viser tidsstempel for den sidste opdatering af kurserne." | ||
|
||
#. settings-schema.json->manualDataUpdate->description | ||
msgid "Manual update" | ||
msgid "Manual and automatic update" | ||
msgstr "" | ||
|
||
#. settings-schema.json->manualDataUpdate->tooltip | ||
msgid "Click last update timestamp to instantly refresh quotes data" | ||
msgid "" | ||
"Click last update timestamp to instantly refresh quotes data. Automatic " | ||
"update is still performed periodically." | ||
msgstr "" | ||
|
||
#. settings-schema.json->sendCustomUserAgent->description | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.