-
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.
notes@schorschii: Allow in-desklet note taking (#1293)
- Loading branch information
Showing
18 changed files
with
1,314 additions
and
412 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: \n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-04-04 15:06+0200\n" | ||
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-desklets/" | ||
"issues\n" | ||
"POT-Creation-Date: 2024-09-28 12:45-0400\n" | ||
"PO-Revision-Date: 2023-08-04 19:52+0200\n" | ||
"Last-Translator: Daniel <[email protected]>\n" | ||
"Language-Team: \n" | ||
|
@@ -16,11 +17,11 @@ msgstr "" | |
"X-Poedit-SearchPath-0: desklet.js\n" | ||
"X-Poedit-SearchPath-1: settings-schema.json\n" | ||
|
||
#: desklet.js:130 | ||
#. desklet.js:133 | ||
msgid "Refresh" | ||
msgstr "Actualitza" | ||
|
||
#: desklet.js:143 | ||
#. desklet.js:146 | ||
msgid "" | ||
"Can't read text file.\n" | ||
"Select a file in settings.\n" | ||
|
@@ -32,7 +33,7 @@ msgstr "" | |
"\n" | ||
"Feu clic aquí per editar-ho." | ||
|
||
#: desklet.js:263 | ||
#. desklet.js:272 | ||
msgid "Notepad" | ||
msgstr "Llibreta" | ||
|
||
|
@@ -42,17 +43,38 @@ msgstr "" | |
"Una miniaplicació d'escriptori senzilla per mostrar notes amb diversos temes." | ||
|
||
#. metadata.json->name | ||
#. settings-schema.json->note-section->title | ||
msgid "Note" | ||
msgstr "Nota" | ||
|
||
#. settings-schema.json->head0->description | ||
msgid "Settings for notes@schorschii" | ||
msgstr "Ajusts per notes@schorschii" | ||
|
||
#. settings-schema.json->head1->description | ||
#. settings-schema.json->general-page->title | ||
#. settings-schema.json->general-section->title | ||
msgid "General" | ||
msgstr "General" | ||
|
||
#. settings-schema.json->visual-page->title | ||
#. settings-schema.json->visual-section->title | ||
msgid "Visual" | ||
msgstr "Visual" | ||
|
||
#. settings-schema.json->label-section->title | ||
msgid "Label" | ||
msgstr "" | ||
|
||
#. settings-schema.json->note-taking-method->description | ||
msgid "Note Taking Method" | ||
msgstr "" | ||
|
||
#. settings-schema.json->note-taking-method->options | ||
#, fuzzy | ||
msgid "Text File" | ||
msgstr "Color del text" | ||
|
||
#. settings-schema.json->note-taking-method->options | ||
#, fuzzy | ||
msgid "Desklet Settings" | ||
msgstr "Alçada de la miniaplicació d'escriptori" | ||
|
||
#. settings-schema.json->file->description | ||
msgid "Path to note text file" | ||
msgstr "Camí al fitxer de text de la nota" | ||
|
@@ -69,9 +91,9 @@ msgstr "Ordre per editar aquesta nota (amb el clic del ratolí)" | |
msgid "%f will replaced by the text file path." | ||
msgstr "%f se substituirà amb el camí al fitxer de text." | ||
|
||
#. settings-schema.json->head2->description | ||
msgid "Visual" | ||
msgstr "Visual" | ||
#. settings-schema.json->note-text->description | ||
msgid "Write Your Note" | ||
msgstr "" | ||
|
||
#. settings-schema.json->style->description | ||
msgid "Notes style" | ||
|
@@ -299,12 +321,6 @@ msgstr "" | |
"Augmenta o disminueix la mida de la nota\n" | ||
"amb aquest factor de canvi d'escala." | ||
|
||
#. settings-schema.json->head3->description | ||
msgid "Custom desklet label (only visible if decorations are enabled)" | ||
msgstr "" | ||
"Etiqueta de miniaplicació d'escriptori personalitzada (només és visible si " | ||
"les decoracions estan habilitades)" | ||
|
||
#. settings-schema.json->use-custom-label->description | ||
msgid "Use a custom desklet label" | ||
msgstr "Utilitza una etiqueta de miniaplicació d'escriptori personalitzada" | ||
|
@@ -327,15 +343,3 @@ msgstr "" | |
"Establiu aquí la vostra etiqueta personalitzada. Aquest camp no està " | ||
"disponible\n" | ||
"a menys que la casella de selecció de dalt estigui habilitada." | ||
|
||
#~ msgid "Note size" | ||
#~ msgstr "Mida de la nota" | ||
|
||
#~ msgid "White" | ||
#~ msgstr "Blanc" | ||
|
||
#~ msgid "Desklet width" | ||
#~ msgstr "Amplada de la miniaplicació d'escriptori" | ||
|
||
#~ msgid "Desklet height" | ||
#~ msgstr "Alçada de la miniaplicació d'escriptori" |
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 |
---|---|---|
@@ -1,8 +1,9 @@ | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: \n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-04-04 15:06+0200\n" | ||
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-desklets/" | ||
"issues\n" | ||
"POT-Creation-Date: 2024-09-28 12:45-0400\n" | ||
"PO-Revision-Date: 2023-12-08 07:45+0100\n" | ||
"Last-Translator: Alan Mortensen <[email protected]>\n" | ||
"Language-Team: Dansk-gruppen <[email protected]>\n" | ||
|
@@ -16,11 +17,11 @@ msgstr "" | |
"X-Poedit-SearchPath-0: desklet.js\n" | ||
"X-Poedit-SearchPath-1: settings-schema.json\n" | ||
|
||
#: desklet.js:130 | ||
#. desklet.js:133 | ||
msgid "Refresh" | ||
msgstr "Opdatér" | ||
|
||
#: desklet.js:143 | ||
#. desklet.js:146 | ||
msgid "" | ||
"Can't read text file.\n" | ||
"Select a file in settings.\n" | ||
|
@@ -32,7 +33,7 @@ msgstr "" | |
"\n" | ||
"Klik her for at redigere." | ||
|
||
#: desklet.js:263 | ||
#. desklet.js:272 | ||
msgid "Notepad" | ||
msgstr "Notesblok" | ||
|
||
|
@@ -42,17 +43,38 @@ msgstr "" | |
"Et enkelt skrivebordsprogram til visning af noter med forskellige temaer." | ||
|
||
#. metadata.json->name | ||
#. settings-schema.json->note-section->title | ||
msgid "Note" | ||
msgstr "Note" | ||
|
||
#. settings-schema.json->head0->description | ||
msgid "Settings for notes@schorschii" | ||
msgstr "Indstillinger" | ||
|
||
#. settings-schema.json->head1->description | ||
#. settings-schema.json->general-page->title | ||
#. settings-schema.json->general-section->title | ||
msgid "General" | ||
msgstr "Generel" | ||
|
||
#. settings-schema.json->visual-page->title | ||
#. settings-schema.json->visual-section->title | ||
msgid "Visual" | ||
msgstr "Visuel" | ||
|
||
#. settings-schema.json->label-section->title | ||
msgid "Label" | ||
msgstr "" | ||
|
||
#. settings-schema.json->note-taking-method->description | ||
msgid "Note Taking Method" | ||
msgstr "" | ||
|
||
#. settings-schema.json->note-taking-method->options | ||
#, fuzzy | ||
msgid "Text File" | ||
msgstr "Tekstfarve" | ||
|
||
#. settings-schema.json->note-taking-method->options | ||
#, fuzzy | ||
msgid "Desklet Settings" | ||
msgstr "Skrivebordsprogrammets størrelse" | ||
|
||
#. settings-schema.json->file->description | ||
msgid "Path to note text file" | ||
msgstr "Sti til notetekstfilen" | ||
|
@@ -69,9 +91,9 @@ msgstr "Kommando til redigering af denne note (ved museklik)" | |
msgid "%f will replaced by the text file path." | ||
msgstr "%f vil blive erstattet af stien til tekstfilen." | ||
|
||
#. settings-schema.json->head2->description | ||
msgid "Visual" | ||
msgstr "Visuel" | ||
#. settings-schema.json->note-text->description | ||
msgid "Write Your Note" | ||
msgstr "" | ||
|
||
#. settings-schema.json->style->description | ||
msgid "Notes style" | ||
|
@@ -299,10 +321,6 @@ msgstr "" | |
"Forøg eller formindsk skrivebordsprogrammets størrelse med denne " | ||
"skaleringsfaktor." | ||
|
||
#. settings-schema.json->head3->description | ||
msgid "Custom desklet label (only visible if decorations are enabled)" | ||
msgstr "Tilpasset etiket (kun synlig hvis boksen rundt om er aktiveret)" | ||
|
||
#. settings-schema.json->use-custom-label->description | ||
msgid "Use a custom desklet label" | ||
msgstr "Anvend tilpasset etiket" | ||
|
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.