-
-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Allow import of encrypted PDF files (#1279)
- Loading branch information
Showing
8 changed files
with
197 additions
and
11 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
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 |
---|---|---|
|
@@ -8,15 +8,15 @@ msgstr "" | |
"Project-Id-Version: rnote\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-07-26 10:39+0200\n" | ||
"PO-Revision-Date: 2024-08-24 17:28+0000\n" | ||
"PO-Revision-Date: 2024-11-07 22:58+0100\n" | ||
"Last-Translator: Felix Zwettler <[email protected]>\n" | ||
"Language-Team: German <https://hosted.weblate.org/projects/rnote/repo/de/>\n" | ||
"Language: de\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 5.7.1-dev\n" | ||
"X-Generator: Poedit 3.4.4\n" | ||
|
||
#: crates/rnote-ui/data/app.desktop.in.in:5 | ||
#: crates/rnote-ui/data/app.metainfo.xml.in.in:9 | ||
|
@@ -2536,6 +2536,26 @@ msgctxt "part of string representation of a color" | |
msgid "white" | ||
msgstr "weiss" | ||
|
||
#: crates/rnote-ui/data/ui/dialogs/import.ui:273 | ||
msgid "is password protected" | ||
msgstr "ist Passwort geschützt" | ||
|
||
#: crates/rnote-ui/data/ui/dialogs/import.ui:276 | ||
msgid "Encrypted PDF" | ||
msgstr "Verschlüsselte PDF" | ||
|
||
#: crates/rnote-ui/data/ui/dialogs/import.ui:279 | ||
msgid "_Cancel" | ||
msgstr "_Abbrechen" | ||
|
||
#: crates/rnote-ui/data/ui/dialogs/import.ui:280 | ||
msgid "_Unlock" | ||
msgstr "_Entsperren" | ||
|
||
#: crates/rnote-ui/data/ui/dialogs/import.ui:287 | ||
msgid "Enter the PDF password" | ||
msgstr "Gebe das PDF Passwort ein" | ||
|
||
#~ msgid "Opened file was moved or deleted on disk" | ||
#~ msgstr "Geöffnete Datei wurde auf dem Datenträger verschoben oder gelöscht" | ||
|
||
|
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