generated from nvdaaddons/AddonTemplate
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Corrected a small bug in ordering categories; - Added german translation.
Showing
10 changed files
with
218 additions
and
23 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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Textbausteine # | ||
|
||
|
||
## Information | ||
* Autoren: Rui Fontes, Ângelo Abrantes und Abel Passos Júnior, basierend auf der Arbeit von Marcos António de Oliveira | ||
* Aktualisiert am 01.09.2023 | ||
* [stabile Version] herunterladen[1] | ||
* Kompatibilität: NVDA-Version 2021.1 und höher | ||
|
||
|
||
## Präsentation | ||
Dieses Add-on bietet eine Möglichkeit, schnell häufig eingegebene Textblöcke in von Ihnen verfasste Dokumente einzufügen. | ||
Um die Textblöcke besser zu organisieren, können sie in Kategorien gruppiert werden. | ||
Es ist möglich, eine Kategorie als Standard festzulegen, um schnell auf ihre Blöcke zugreifen zu können. | ||
|
||
|
||
## Verwendung | ||
Um dieses Add-on nutzen zu können, müssen Sie die Kategorien festlegen und die Textblöcke ausfüllen, die Sie verwenden möchten. | ||
Drücken Sie dazu zunächst Windows+f12. Sie können diesen Befehl im Dialogfeld „Eingabegesten“ im Abschnitt „Textbearbeitung“ ändern. | ||
Es wird ein Dialogfeld angezeigt, in dem die vorhandenen Kategorien aufgelistet werden. Bei der ersten Verwendung sollten Sie die Eingabetaste oder die Tabulatortaste drücken, um zur Schaltfläche „Hinzufügen“ zu gelangen und diese zu aktivieren, um die Kategorien zu erstellen, die Sie verwenden möchten. | ||
Bei ausgewählter Kategorie wird durch Drücken der Eingabetaste oder Aktivieren der Schaltfläche „Blöcke anzeigen“ ein Dialogfeld mit den Textblöcken dieser Kategorie angezeigt. | ||
Neben den Optionen „Hinzufügen“ und „Blöcke anzeigen“ stehen Ihnen auch die Optionen „Umbenennen“, „Als Standard festlegen“ und „Löschen“ zur Verfügung. | ||
Wenn das Blockdialogfeld für eine Kategorie geöffnet wird, werden alle vorhandenen Blöcke angezeigt. | ||
Um die Sperrliste der Standardkategorie oder, falls diese nicht vorhanden ist, der ersten Kategorie in der Kategorienliste zu öffnen, drücken Sie Strg + Windows + F12. | ||
Wenn keine Blöcke vorhanden sind, sollten Sie die Eingabetaste oder die TAB-Taste drücken, um auf die Schaltfläche „Hinzufügen“ zuzugreifen und diese zu aktivieren, um die gewünschten Blöcke zu erstellen. | ||
Geben Sie im ersten Dialog den Namen des Blocks ein und drücken Sie die Eingabetaste oder aktivieren Sie die Schaltfläche „Ok“. | ||
Es wird ein Dialog zum Eingeben des Textblocks angezeigt. | ||
Geben Sie die gewünschten Zeilen ein. Wenn Sie fertig sind, drücken Sie die Tabulatortaste und aktivieren Sie die Schaltfläche „Ok“. | ||
|
||
Um den Textblock in ein Bearbeitungsfeld einzufügen, wählen Sie einfach den Block aus und drücken Sie die Eingabetaste. | ||
|
||
Im Add-on-Dialogfeld können Sie auch umbenennen, den Inhalt ändern, zu einer anderen Kategorie wechseln, den Textblock löschen oder zum Kategoriendialog zurückkehren. | ||
|
||
|
||
[1]: https://github.com/ruifontes/frequentText/releases/download/2023.09.01/frequentText-2023.09.01.nvda-addon |
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 |
---|---|---|
@@ -0,0 +1,163 @@ | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: frequentText\n" | ||
"POT-Creation-Date: 2023-08-01 20:15+0200\n" | ||
"PO-Revision-Date: 2023-09-01 00:42+0100\n" | ||
"Last-Translator: Frank Niggemann <fniggemann@gmail.com>\n" | ||
"Language-Team: \n" | ||
"Language: de\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
"X-Generator: Poedit 3.3.2\n" | ||
"X-Poedit-Basepath: ../../../..\n" | ||
"X-Poedit-SourceCharset: UTF-8\n" | ||
"X-Poedit-SearchPath-0: addon/GlobalPlugins/frequentText/__init__.py\n" | ||
"X-Poedit-SearchPath-1: buildVars.py\n" | ||
|
||
#: addon/GlobalPlugins/frequentText/__init__.py:65 | ||
msgid "" | ||
"Opens a dialog box to registe, manage and paste frequent blocks of text." | ||
msgstr "" | ||
"Öffnet ein Dialogfeld zum Erstellen, Verwalten und Einfügen von " | ||
"Textbausteinen." | ||
|
||
#: addon/GlobalPlugins/frequentText/__init__.py:67 | ||
#: addon/GlobalPlugins/frequentText/__init__.py:78 | ||
msgid "Text editing" | ||
msgstr "Textbearbeitung" | ||
|
||
#: addon/GlobalPlugins/frequentText/__init__.py:76 | ||
msgid "Opens a dialog box with the text blocks of first or default category" | ||
msgstr "" | ||
"Öffnet ein Dialogfeld mit den Textbausteinen der ersten oder " | ||
"Standardkategorie" | ||
|
||
#: addon/GlobalPlugins/frequentText/__init__.py:101 | ||
#: addon/GlobalPlugins/frequentText/__init__.py:288 | ||
msgid "Frequent text" | ||
msgstr "FrequentText" | ||
|
||
#: addon/GlobalPlugins/frequentText/__init__.py:111 | ||
msgid "Categories list" | ||
msgstr "Kategorienliste" | ||
|
||
#: addon/GlobalPlugins/frequentText/__init__.py:124 | ||
msgid "&Show entries" | ||
msgstr "&Einträge anzeigen" | ||
|
||
#: addon/GlobalPlugins/frequentText/__init__.py:130 | ||
#: addon/GlobalPlugins/frequentText/__init__.py:314 | ||
msgid "&Add" | ||
msgstr "&hinzufügen" | ||
|
||
#: addon/GlobalPlugins/frequentText/__init__.py:136 | ||
#: addon/GlobalPlugins/frequentText/__init__.py:326 | ||
msgid "Re&name" | ||
msgstr "&umbenennen" | ||
|
||
#: addon/GlobalPlugins/frequentText/__init__.py:140 | ||
msgid "Set &category as default" | ||
msgstr "Kategorie als &Standard setzen" | ||
|
||
#: addon/GlobalPlugins/frequentText/__init__.py:144 | ||
#: addon/GlobalPlugins/frequentText/__init__.py:338 | ||
msgid "&Remove" | ||
msgstr "entfe&rnen" | ||
|
||
#: addon/GlobalPlugins/frequentText/__init__.py:186 | ||
msgid "Enter a name for the category" | ||
msgstr "Geben Sie einen Namen für die Kategorie ein" | ||
|
||
#: addon/GlobalPlugins/frequentText/__init__.py:190 | ||
#: addon/GlobalPlugins/frequentText/__init__.py:235 | ||
msgid "There is already a category with this name!" | ||
msgstr "Es gibt bereits eine Kategorie mit diesem Namen!" | ||
|
||
#: addon/GlobalPlugins/frequentText/__init__.py:219 | ||
#: addon/GlobalPlugins/frequentText/__init__.py:476 | ||
#, python-format | ||
msgid "Enter a new name for %s" | ||
msgstr "Geben Sie einen neuen Namen für %s ein" | ||
|
||
#: addon/GlobalPlugins/frequentText/__init__.py:255 | ||
#: addon/GlobalPlugins/frequentText/__init__.py:584 | ||
#, python-format | ||
msgid "Are you sure you want to remove %s?" | ||
msgstr "Sind Sie sicher, dass Sie %s entfernen möchten?" | ||
|
||
#: addon/GlobalPlugins/frequentText/__init__.py:301 | ||
#, python-format | ||
msgid "List of text blocks of %s category" | ||
msgstr "Liste der Textbausteine in der Kategorie %s" | ||
|
||
#: addon/GlobalPlugins/frequentText/__init__.py:320 | ||
msgid "&Paste" | ||
msgstr "ein&fügen" | ||
|
||
#: addon/GlobalPlugins/frequentText/__init__.py:330 | ||
msgid "&Change blocks" | ||
msgstr "Textbaustein &bearbeiten" | ||
|
||
#: addon/GlobalPlugins/frequentText/__init__.py:334 | ||
msgid "&Move" | ||
msgstr "&verschieben" | ||
|
||
#: addon/GlobalPlugins/frequentText/__init__.py:342 | ||
msgid "&Back to categories" | ||
msgstr "&Zurück zu den Kategorien" | ||
|
||
#: addon/GlobalPlugins/frequentText/__init__.py:378 | ||
msgid "Enter a name for the block" | ||
msgstr "Geben Sie einen Namen für den Textbaustein ein" | ||
|
||
#: addon/GlobalPlugins/frequentText/__init__.py:382 | ||
#: addon/GlobalPlugins/frequentText/__init__.py:492 | ||
msgid "There is already a block with this name!" | ||
msgstr "Es gibt bereits einen Textbaustein mit diesem Namen!" | ||
|
||
#: addon/GlobalPlugins/frequentText/__init__.py:392 | ||
msgid "Enter the block of text" | ||
msgstr "Geben Sie den Textbaustein ein" | ||
|
||
#: addon/GlobalPlugins/frequentText/__init__.py:509 | ||
msgid "" | ||
"Change the block of text as you want and press Tab to Ok button and Enter to " | ||
"confirm" | ||
msgstr "" | ||
"Ändern Sie den Textbaustein wie gewünscht und drücken die Tabulatortaste und " | ||
"die Eingabetaste zur Bestätigung" | ||
|
||
#: addon/GlobalPlugins/frequentText/__init__.py:543 | ||
#, python-format | ||
msgid "" | ||
"If you really want to move %s from %s category, enter the name of the new, " | ||
"already existing, category" | ||
msgstr "" | ||
"Wenn Sie %s wirklich aus der Kategorie %s verschieben wollen, geben Sie den " | ||
"Namen der neuen, bereits bestehenden Kategorie ein" | ||
|
||
#: addon/GlobalPlugins/frequentText/__init__.py:567 | ||
msgid "There is no such category!" | ||
msgstr "Diese Kategorie existiert nicht!" | ||
|
||
#: buildVars.py:23 | ||
msgid "Regists blocks of text frequently used" | ||
msgstr "Erfasst häufig verwendete Textbausteine" | ||
|
||
#: buildVars.py:26 | ||
msgid "" | ||
"Stores and make possible the entry of frequently used blocks of text. " | ||
"Command: Windows+F12." | ||
msgstr "" | ||
"Speichert und ermöglicht die Eingabe von häufig verwendeten Textbausteinen. " | ||
"Befehl: Windows+F12." | ||
|
||
#: buildVars.py:30 | ||
msgid "" | ||
"Rui Fontes <rui.fontes@tiflotecnia.com>, Ângelo Abrantes <ampa4374@gmail." | ||
"com> and Abel Passos Júnior" | ||
msgstr "" | ||
"Rui Fontes <rui.fontes@tiflotecnia.com>, Ângelo Abrantes <ampa4374@gmail." | ||
"com> and Abel Passos Júnior" |
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