diff --git a/.github/workflows/checkTranslatorsComments.yml b/.github/workflows/checkTranslatorsComments.yml index 3576e25f..4b5d0880 100644 --- a/.github/workflows/checkTranslatorsComments.yml +++ b/.github/workflows/checkTranslatorsComments.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up Python 3.8 uses: actions/setup-python@v5 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 63e475a5..bda248dd 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -56,7 +56,7 @@ jobs: # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/fetchTranslationsFromCrowdin.yaml b/.github/workflows/fetchTranslationsFromCrowdin.yaml index ddb21588..fe1586ea 100644 --- a/.github/workflows/fetchTranslationsFromCrowdin.yaml +++ b/.github/workflows/fetchTranslationsFromCrowdin.yaml @@ -16,6 +16,6 @@ jobs: contents: write steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Fetch translations from Crowdin uses: nvdaaddons/crowdinRegistration/.github/actions/fetchTranslations@main diff --git a/.github/workflows/manualRelease.yaml b/.github/workflows/manualRelease.yaml index 3c750ac1..a1225fc0 100644 --- a/.github/workflows/manualRelease.yaml +++ b/.github/workflows/manualRelease.yaml @@ -24,7 +24,7 @@ jobs: steps: - id: checkoutCode name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up Python 3.8 uses: actions/setup-python@v5 with: diff --git a/addon/doc/ar/readme.md b/addon/doc/ar/readme.md index a616a317..cb0b5f3e 100644 --- a/addon/doc/ar/readme.md +++ b/addon/doc/ar/readme.md @@ -1,33 +1,35 @@ # Clip Contents Designer # -* مطورو الإضافة: Noelia Ruiz Martínez. -* تحميل [الإصدار النهائي] [1] -* تحميل [الإصدار التجريبي] [2] +* مطورو الإضافة: Noelia Ruiz Martínez. +* تحميل [الإصدار النهائي] [1] +* تحميل [الإصدار التجريبي] [2] This add-on is used to add text to the clipboard, which can be useful when you want to join sections of text together ready for pasting. The clipboard content can also be cleared. ## مفاتيح الاختصار ## -* NVDA+windows+c: Add selected text, Unicode braille characters which + +* NVDA+windows+c: Add selected text, Unicode braille characters which represent MathML objects, or the string which has been marked with the review cursor, to the clipboard. -* NVDA+windows+x: لمسح محتوى الحافظة -* NVDA+windows+f9: Mark the current position of the review cursor as the start of the text to be added to the clipboard. If you use nvda+F9, the text will not be added. -* Not assigned: Copies to (or cuts from) the clipboard, with the possibility of being asked for a previous confirmation. +* NVDA+windows+x: لمسح محتوى الحافظة +* NVDA+windows+f9: Mark the current position of the review cursor as the start of the text to be added to the clipboard. If you use nvda+F9, the text will not be added. +* Not assigned: Copies to (or cuts from) the clipboard, with the possibility of being asked for a previous confirmation. ملحوظة: يمكنك تغيير الاختصارات المذكورة أعلاه من خلال الذهاب إلى قائمة NVDA الرئيسية, ثم قائمة التفضيلات, ثم تخصيص اختصارات NVDA, ثم فئة استعراض النص. ## قائمة التفضيلات ## -* Clip Contents Designer settings: Allows to set a separator which can be used to find the text segments once the entire added text is pasted. + +* Clip Contents Designer settings: Allows to set a separator which can be used to find the text segments once the entire added text is pasted. It's also possible to choose if the added text will be appended or prepended, if available actions (add, clear clipboard, emulate copy and emulate cut) should be performed inmediately or after confirmation, and if confirmations will be requested just if text is contained in the clipboard. Notes: -* The above command can be changed from NVDA menu, Preferences submenu, +* The above command can be changed from NVDA menu, Preferences submenu, Input gestures dialog, Configuration category. -* Confirmations won't be requested when a message box of NVDA is still +* Confirmations won't be requested when a message box of NVDA is still opened. In those cases, actions will be inmediately performed ## Changes for 7.0 @@ -39,39 +41,43 @@ Notes: ## Changes for 6.0 -* Added options to choose if available actions should be performed after confirmation. -* Added Emulate copy and Emulate cut commands, which could be assigned from the Input gestures dialog. -* Added a dialog to configure the Emulate copy and Emulate cut functionalities at installation. This allows to add the control+c and control+x commands to copy and cut, and be asked if you want to replace the clipboard contents when pressing these keystrokes. -* Fixed documentation for script_add (Windows+NVDA+c). +* Added options to choose if available actions should be performed after confirmation. +* Added Emulate copy and Emulate cut commands, which could be assigned from the Input gestures dialog. +* Added a dialog to configure the Emulate copy and Emulate cut functionalities at installation. This allows to add the control+c and control+x commands to copy and cut, and be asked if you want to replace the clipboard contents when pressing these keystrokes. +* Fixed documentation for script_add (Windows+NVDA+c). ## Changes for 5.0 ## -* The visual presentation of the dialog has been enhanced, adhering to the +* The visual presentation of the dialog has been enhanced, adhering to the appearance of the dialogs shown in NVDA. -* Requires NVDA 2016.4 or later. +* Requires NVDA 2016.4 or later. ## Changes for 4.0 ## -* Add-on settings are managed from NVDA configuration, so that standard + +* Add-on settings are managed from NVDA configuration, so that standard profiles can be used to save different separators, and it's not needed to copy the settings for importing at reinstallation. -* Now it's possible to choose if the added text will be appended or +* Now it's possible to choose if the added text will be appended or prepended, using the Add text before clip data check box from the Clip Contents Designer settings dialog. ## مستجدات الإصدار 3.0 ## -* Braille representation of MathML objects can be added to the clipboard if + +* Braille representation of MathML objects can be added to the clipboard if MathPlayer is installed. -* If no separator is set, just a single line will be placed between the +* If no separator is set, just a single line will be placed between the added text segments. -* يمكن تعيين اختصار لفتح محاورة إعدادات الإضافة. -* إضافة مربع تحديد لإعدادات الإضافة, للاختيار ما إذا كان ينبغي نسخ الفاصل +* يمكن تعيين اختصار لفتح محاورة إعدادات الإضافة. +* إضافة مربع تحديد لإعدادات الإضافة, للاختيار ما إذا كان ينبغي نسخ الفاصل بين القطع النصية لاستيراده عند إعادة تثبيت الإضافة ## مستجدات الإصدار 2.0 ## -* Hindi characters can be used as the separator between added contents. + +* Hindi characters can be used as the separator between added contents. ## مستجدات الإصدار 1.0 ## -* إصدار أولي + +* إصدار أولي [[!tag dev stable]] [[!tag dev]] diff --git a/addon/doc/bg/readme.md b/addon/doc/bg/readme.md index ff7441b4..b4d0e413 100644 --- a/addon/doc/bg/readme.md +++ b/addon/doc/bg/readme.md @@ -1,6 +1,6 @@ # Дизайнер за съдържанието на клипборда (Clip Contents Designer) # -* Автори: Noelia, Abdel. +* Автори: Noelia, Abdel. Тази добавка служи за добавяне на текст към клипборда, което може да бъде полезно когато искате да обедините в едно отделни части от текст, готов за @@ -8,22 +8,22 @@ режим на разглеждане. ## Клавиатурни команди ## -* NVDA+Windows+C: Добавяне към клипборда на избрания текст, уникод брайлови + +* NVDA+Windows+C: Добавяне към клипборда на избрания текст, уникод брайлови символи представящи обекти на MathML, или низа маркиран с курсора за преглед. -* NVDA+Windows+X: Изчистване на съдържанието на клипборда. -* Не е назначено: Копира в (или изрязва от) клипборда, с възможност за +* NVDA+Windows+X: Изчистване на съдържанието на клипборда. +* Не е назначено: Копира в (или изрязва от) клипборда, с възможност за запитване за потвърждение. -* Не е назначено: Показва текста на клипборда като HTML в режим на +* Не е назначено: Показва текста на клипборда като HTML в режим на разглеждане или съобщава, ако клипбордът е празен или има съдържание, което не може да бъде представено в съобщение за преглед, например ако файлове или папки са копирани от Windows Explorer. -* Не е назначено: Показва текста на клипборда в режим на разглеждане или +* Не е назначено: Показва текста на клипборда в режим на разглеждане или съобщава, ако клипбордът е празен или има съдържание, което не може да бъде представено в съобщение за преглед, например ако файлове или папки са копирани от Windows Explorer. - ## Настройки на дизайнера за съдържанието на клипборда ## Този панел е достъпен от менюто на NVDA -> подменю "Настройки" -> диалоговия @@ -64,44 +64,51 @@ Забележки: -* Няма да има запитване за потвърждение, ако в момента има отворен друг +* Няма да има запитване за потвърждение, ако в момента има отворен друг диалогов прозорец на NVDA. В тези случаи действията ще бъдат извършвани незабавно. -* Emulate copy and emulate cut commands mean that, when these features are +* Emulate copy and emulate cut commands mean that, when these features are enabled, the add-on will take control of control+c and control+x. This will allow to select if a confirmation should be requested before performing the actions corresponding to these keystrokes. ## Changes for 46.0.0 + * NVDA will sanitize HTML in browseable messages. * Added a button to close browseable messages, in addition to the Escape key. - ## Changes for 40.0.0 + * Added support for Hebrew keyboard. ## Промени във версия 22.0.0 + * Добавен е бутон за възстановяване на настройките по подразбиране в панела с настройки на добавката. * Добавката не може да се изпълнява в защитен режим. ## Промени във версия 17.0 + * Добавката е съвместима с NVDA 2023.1. ## Промени във версия 16.0 + * Изисква се NVDA 2022.1 или по-нова версия. ## Промени във версия 15.0 + * Командата за добавяне на текст към клипборда отново е налична в диалоговия прозорец "Жестове на въвеждане". * Поправени са жестовете за копиране и изрязване с персийска клавиатурна подредба (благодарение на Mohammadhosein Ghezelsofla). ## Промени във версия 14.0 + * Съвместима с NVDA 2021.1. ## Changes for 13.0 + * Отстранен проблем с визуалното оформление на панела за настройки (благодарности за това към Cyrille Bougot). * Подобрения в документацията. @@ -116,10 +123,12 @@ формата. ## Промени във версия 12.0 + * Отстранени грешки при използване на емулирано копиране в приложения като LibreOffice Writer. ## Промени във версия 11.0 + * Сега е възможно да добавите текст, маркиран с курсора за преглед, като използвате стандартните команди на NVDA (NVDA+F9 и NVDA+F10). NVDA+Windows+F9 вече не се използва, с цел по-добра интеграция @@ -127,6 +136,7 @@ * Изисква се NVDA 2019.3 или по-нова версия. ## Промени във версия 10.0 + * Поправена грешка в диалоговия прозорец използван за показване на текста в клипборда, когато заглавието му съдържа букви извън латиницата. * Поправена грешка при използване на функциите за емулирано изрязване и @@ -156,49 +166,52 @@ ## Промени във версия 6.0 -* Добавени са опции за избор дали наличните действия ще се извършват след +* Добавени са опции за избор дали наличните действия ще се извършват след потвърждение. -* Добавени са команди за емулиране на копирането и изрязването, на които +* Добавени са команди за емулиране на копирането и изрязването, на които могат да бъдат назначени жестове в екрана за управление на жестовете на NVDA. -* Added a dialog to configure the Emulate copy and Emulate cut +* Added a dialog to configure the Emulate copy and Emulate cut functionalities at installation. This allows to add the control+c and control+x commands to copy and cut, and be asked if you want to replace the clipboard contents when pressing these keystrokes. -* Поправена е документацията за script_add (Windows+NVDA+C). +* Поправена е документацията за script_add (Windows+NVDA+C). ## Промени във версия 5.0 ## -* Визуалното представяне на прозореца е подобрено, придържайки се към +* Визуалното представяне на прозореца е подобрено, придържайки се към стандарта за изглед на прозорците, извеждани от NVDA. -* Изисква NVDA 2016.4 или по-нова. +* Изисква NVDA 2016.4 или по-нова. ## Промени във версия 4.0 ## -* Настройките на добавката се управляват от конфигурацията на NVDA, така че + +* Настройките на добавката се управляват от конфигурацията на NVDA, така че стандартните профили може да се използват за запазване на различни разделители. Освен това, отпада необходимостта да копирате настройките за импортиране при преинсталация. -* Сега е възможно да изберете дали добавеният текст ще бъде добавен преди +* Сега е възможно да изберете дали добавеният текст ще бъде добавен преди или след наличния текст, с помощта на опцията "Добави текста преди данните в клипборда" в диалоговия прозорец за настройка на Clip Contents Designer. ## Промени във версия 3.0 ## -* Ако е инсталиран MathPlayer, в клипборда могат да се добавят брайлови + +* Ако е инсталиран MathPlayer, в клипборда могат да се добавят брайлови представяния на обекти на MathML,. -* Ако няма зададен разделител, ще бъде поставен един празен ред между +* Ако няма зададен разделител, ще бъде поставен един празен ред между добавените текстови сегменти. -* Може да бъде зададен бърз клавиш за отваряне на прозореца с настройките на +* Може да бъде зададен бърз клавиш за отваряне на прозореца с настройките на Clip Contents Designer. -* В диалоговия прозорец с настройките е добавено поле за отметка за избор +* В диалоговия прозорец с настройките е добавено поле за отметка за избор дали разделителят да бъде копиран за импортиране при преинсталиране на добавката. ## Промени във версия 2.0 ## -* Знаци от хинди може да се използват като разделител между добавеното + +* Знаци от хинди може да се използват като разделител между добавеното съдържание. ## Промени във версия 1.0 ## -* Първоначално издание. -[[!tag dev stable]] +* Първоначално издание. +[[!tag dev stable]] diff --git a/addon/doc/da/readme.md b/addon/doc/da/readme.md index 988619f9..d7722d8d 100644 --- a/addon/doc/da/readme.md +++ b/addon/doc/da/readme.md @@ -1,6 +1,6 @@ # Udklipsdesigner (Clip Contents Designer) # -* Forfattere: Noelia, Abdel.Forfatter: Noelia Ruiz Martinez. +* Forfattere: Noelia, Abdel.Forfatter: Noelia Ruiz Martinez. Denne tilføjelse bruges til at tilføje tekst til udklipsholderen, hvilket kan være nyttigt, når du vil tilslutte tekstafsnit sammen klar til @@ -8,22 +8,22 @@ indsætning. Udklipsholderens indhold kan også ryddes og vises i gennemsynstilstand. ## Tastaturkommandoer ## -* NVDA+Windows+c: Tilføj tekst, Unicode-Braille-tegn, som repræsenterer + +* NVDA+Windows+c: Tilføj tekst, Unicode-Braille-tegn, som repræsenterer MathML-objekter, eller den tekststreng, som er blevet markeret med læsemarkøren, til udklipsholderen. -* NVDA+Windows+x: Ryd udklipsholderen. -* Ikke tildelt: Kopierer til (eller klipper fra) udklipsholderen med +* NVDA+Windows+x: Ryd udklipsholderen. +* Ikke tildelt: Kopierer til (eller klipper fra) udklipsholderen med mulighed for at blive bedt om en bekræftelse. -* Ikke tildelt: Viser teksten i udklipsholderen i gennemgynstilstand som +* Ikke tildelt: Viser teksten i udklipsholderen i gennemgynstilstand som HTML-indhold. Du vil få besked, hvis udklipsholderen er tom eller hvis indholdet ikke kan vises i gennemsynstilstand. Dette kan eksempelvis være, hvis du har kopiere filer fra Stifinder. -* Ikke tildelt: Viser teksten i udklipsholderen i gennemgynstilstand som rå +* Ikke tildelt: Viser teksten i udklipsholderen i gennemgynstilstand som rå tekst. Du vil få besked, hvis udklipsholderen er tom eller hvis indholdet ikke kan vises i gennemsynstilstand. Dette kan eksempelvis være, hvis du har kopiere filer fra Stifinder. - ## Indstillinger for Udklipsdesigner ## Ovennævnte kommando kan ændres fra NVDAs menu, under "Opsætning". @@ -61,42 +61,49 @@ Den indeholder følgende kontroller: Bemærkninger: -* Bekræftelse vil ikke blive anmodet, når en meddelelsesdialog fra NVDA +* Bekræftelse vil ikke blive anmodet, når en meddelelsesdialog fra NVDA stadig er åben. I disse situationer vil handlingen straks udføres. -* Emulate copy and emulate cut commands mean that, when these features are +* Emulate copy and emulate cut commands mean that, when these features are enabled, the add-on will take control of control+c and control+x. This will allow to select if a confirmation should be requested before performing the actions corresponding to these keystrokes. ## Changes for 46.0.0 + * NVDA will sanitize HTML in browseable messages. * Added a button to close browseable messages, in addition to the Escape key. - ## Changes for 40.0.0 + * Added support for Hebrew keyboard. ## Changes for 22.0.0 + * Added a button to restore defaults in the add-on settings panel. * The add-on cannot be run in secure mode. ## Changes for 17.0 + * Compatible with NVDA 2023.1. ## Ændringer for 16.0 + * Reqires NVDA 2022.1 or later. ## Ændringer for 15.0 + * Kommandoen til at tilføje tekst til udklipsholder vises igen i dialogboksen til håndtering af kommandoer. * Rettede kommandoer til at kopiere og klippe med persisk tastatur, takket være Mohammadhosein Ghezelsofla. ## Ændringer for 14.0 + * Kompatibel med NVDA 2021.1. ## Changes for 13.0 + * Rettet et problem i det visuelle layout for indstillingspanelet takket være Cyrille Bougot. * Forbedret dokumentationen. @@ -111,10 +118,12 @@ Bemærkninger: indstillinger. ## Ændringer for 12.0 + * Rettede fejl ved brug af "Emuler kopi" i applikationer som LibreOffice Writer. ## Ændringer i 11.0 + * Nu er det muligt at tilføje tekst markeret med læsemarkøren ved hjælp af standardkommandoer for NVDA (NVDA+f9 og NVDA+f10). NVDA+windows+f9 bruges ikke længere til, således tilføjelsen fungerer i overensstemmelse med @@ -122,6 +131,7 @@ Bemærkninger: * Kræver NVDA 2019.3 eller nyere. ## Ændringer i 10.0 + * Rettet en fejl i den dialog, der blev brugt til at vise teksten i udklipsholderen, når dens titel indeholdte ikke-latinske tegn. * Rettet en fejl ved brug af emuleringen af klip/kopier og @@ -152,47 +162,50 @@ Bemærkninger: ## Ændringer i 6.0 -* Added options to choose if available actions should be performed after +* Added options to choose if available actions should be performed after confirmation. -* Added Emulate copy and Emulate cut commands, which could be assigned from +* Added Emulate copy and Emulate cut commands, which could be assigned from the Input gestures dialog. -* Added a dialog to configure the Emulate copy and Emulate cut +* Added a dialog to configure the Emulate copy and Emulate cut functionalities at installation. This allows to add the control+c and control+x commands to copy and cut, and be asked if you want to replace the clipboard contents when pressing these keystrokes. -* Fixed documentation for script_add (Windows+NVDA+c). +* Fixed documentation for script_add (Windows+NVDA+c). ## ændringer i 5.0 ## -* Dialogens visuelle præsentation er blevet forbedret og overholder +* Dialogens visuelle præsentation er blevet forbedret og overholder udseendet af de dialoger, der vises i NVDA. -* Kræver NVDA 2016.4 eller nyere. +* Kræver NVDA 2016.4 eller nyere. ## Ændringer i 4.0 ## -* Tilføjelsesindstillinger administreres fra NVDA-konfiguration, så + +* Tilføjelsesindstillinger administreres fra NVDA-konfiguration, så standardprofiler kan bruges til at gemme forskellige separatorer, og det er ikke nødvendigt at kopiere indstillingerne til import ved geninstallation. -* Nu er det muligt at vælge, om den tilføjede tekst vil blive tilføjet til +* Nu er det muligt at vælge, om den tilføjede tekst vil blive tilføjet til begyndelsen eller slutningen, ved at markere checkboksen "Tilføj tekst før data i udklipsholder" i dialogen Indstillinger for udklipsdesigner. ## ændringer i 3.0 ## -* Punktskriftrepræsentation af MathML-objekter kan tilføjes til + +* Punktskriftrepræsentation af MathML-objekter kan tilføjes til udklipsholderen, hvis MathPlayer er installeret. -* Hvis der ikke er indstillet nogen separator, vil der blot blive indsat en +* Hvis der ikke er indstillet nogen separator, vil der blot blive indsat en enkelt linje mellem de tilføjede tekstsegmenter. -* Der kan knyttes en genvejstast til at åbne dialogen Indstillinger for +* Der kan knyttes en genvejstast til at åbne dialogen Indstillinger for Udklipsdesigner. -* Tilføjede en checkboks i dialogen Indstillinger til at vælge, om +* Tilføjede en checkboks i dialogen Indstillinger til at vælge, om separatoren skal kopieres, så den kan importeres, når tilføjelsesprogrammet bliver geninstalleret. ## ændringer i 2.0 ## -* Hindi-tegn kan nu bruges som separator mellem tilføjet indhold. + +* Hindi-tegn kan nu bruges som separator mellem tilføjet indhold. ## ændringer i 1.0 ## -* Første version. -[[!tag dev stable]] +* Første version. +[[!tag dev stable]] diff --git a/addon/doc/de/readme.md b/addon/doc/de/readme.md index 4f7094d3..83f13662 100644 --- a/addon/doc/de/readme.md +++ b/addon/doc/de/readme.md @@ -1,6 +1,6 @@ # Clip Contents Designer # -* Autoren: Noelia und Abdel. +* Autoren: Noelia und Abdel. Diese Erweiterung kann verwendet werden, um Text zur Zwischenablage hinzuzufügen. Dies kann beispielsweise beim Zusammenfügen von verschiedenen @@ -8,23 +8,23 @@ Textabschnitten nützlich sein. Der Inhalt der Zwischenablage kann auch gelöscht werden. ## Tastenkombinationen ## -* NVDA+Windows+C: Fügt den ausgewählten Text, MathML-Objekte als + +* NVDA+Windows+C: Fügt den ausgewählten Text, MathML-Objekte als Unicode-Punktschriftzeichen oder die Zeichenkette, die mit dem NVDA-Cursor markiert wurde, zur Zwischenablage hinzu. -* NVDA+Windows+X: Leert die Zwischenablage. -* Nicht zugeordnet: Kopieren (oder Ausschneiden) in die Zwischenablage, mit +* NVDA+Windows+X: Leert die Zwischenablage. +* Nicht zugeordnet: Kopieren (oder Ausschneiden) in die Zwischenablage, mit der Möglichkeit, um eine vorherige Bestätigung gebeten zu werden. -* Nicht zugewiesen: Zeigt den Text der Zwischenablage im Lesemodus als HTML +* Nicht zugewiesen: Zeigt den Text der Zwischenablage im Lesemodus als HTML an oder benachrichtigt, wenn die Zwischenablage leer ist oder Inhalte enthält, die nicht in einer darstellbaren Nachricht angezeigt werden können, z. B. wenn Dateien oder Ordner im Windows Explorer kopiert wurden. -* Nicht zugewiesen: Zeigt den Text-Inhalt der Zwischenablage im Lesemodus +* Nicht zugewiesen: Zeigt den Text-Inhalt der Zwischenablage im Lesemodus als einfachen Text an oder gibt aus, ob die Zwischenablage leer ist oder Inhalte enthält, die nicht in einer darstellbaren Nachricht angezeigt werden können, z. B. wenn Dateien oder Ordner im dem Windows Explorer kopiert wurden. - ## Einstellungen für den Zwischenablagenverwalter ## Diese Kategorie finden Sie im NVDA_Menü, unter Optionen und Einstellungen. @@ -67,43 +67,50 @@ Folgende Einstellungen sind verfügbar: Anmerkungen: -* Bestätigungen werden nicht angefordert, wenn ein Meldungsfenster von NVDA +* Bestätigungen werden nicht angefordert, wenn ein Meldungsfenster von NVDA geöffnet ist. In diesem Fall werden die Aktionen sofort ausgeführt. -* Emulate copy and emulate cut commands mean that, when these features are +* Emulate copy and emulate cut commands mean that, when these features are enabled, the add-on will take control of control+c and control+x. This will allow to select if a confirmation should be requested before performing the actions corresponding to these keystrokes. ## Changes for 46.0.0 + * NVDA will sanitize HTML in browseable messages. * Added a button to close browseable messages, in addition to the Escape key. - ## Changes for 40.0.0 + * Added support for Hebrew keyboard. ## Änderungen in 22.0.0 + * Es wurde eine Schaltfläche zum Wiederherstellen der Standard-Einstellungen im den Einstellungen der NVDA-Erweiterung hinzugefügt. * Die NVDA-Erweiterung läuft nicht im geschützten Modus. ## Änderungen in 17.0 + * Kompatibel mit NVDA 2023.1. ## Änderungen in 16.0 + * NVDA 2022.1 oder neuer wird benötigt. ## Änderungen in 15.0 + * Der Befehl zum Hinzufügen von Text in die Zwischenablage wird wieder im Dialogfeld für die Tastenbefehle angezeigt. * Tastenkombinationen zum Kopieren und Ausschneiden mit persischer Tastatur behoben, dank Mohammad Hosein Ghezelsofla. ## Änderungen in 14.0 + * Kompatibel mit NVDA 2021.1. ## Changes for 13.0 + * Dank Cyrille Bougot wurde ein Problem im visuellen Layout des Einstellungsfelds behoben. * Verbesserte Dokumentation. @@ -118,10 +125,12 @@ Anmerkungen: Optionen auszuwählen. ## Änderungen in 12.0 + * Fehler bei der Verwendung von Emulationskopien in Anwendungen wie LibreOffice Writer behoben. ## Änderungen in 11.0 + * Jetzt ist es möglich, Text mit den Standardbefehlen des NVDA-Cursors (NVDA+f9 und NVDA+f10) zu markieren und in die Zwischenablage zu kopieren. NVDA+Windows+f9 wird nicht mehr verwendet, um dem neuen Befehl @@ -129,6 +138,7 @@ Anmerkungen: * Erfordert NVDA 2019.3 oder höher. ## Änderungen in 10.0 + * Es wurde ein Fehler in dem Dialog behoben, der verwendet wurde, um den Text der Zwischenablage anzuzeigen, wenn sein Titel nicht-lateinische Zeichen enthält. @@ -161,48 +171,51 @@ Anmerkungen: ## Änderungen in 6.0 -* Added options to choose if available actions should be performed after +* Added options to choose if available actions should be performed after confirmation. -* Added Emulate copy and Emulate cut commands, which could be assigned from +* Added Emulate copy and Emulate cut commands, which could be assigned from the Input gestures dialog. -* Added a dialog to configure the Emulate copy and Emulate cut +* Added a dialog to configure the Emulate copy and Emulate cut functionalities at installation. This allows to add the control+c and control+x commands to copy and cut, and be asked if you want to replace the clipboard contents when pressing these keystrokes. -* Fixed documentation for script_add (Windows+NVDA+c). +* Fixed documentation for script_add (Windows+NVDA+c). ## Änderungen in 5.0 ## -* Die visuelle Darstellung des Dialogs wurde verbessert und entspricht dem +* Die visuelle Darstellung des Dialogs wurde verbessert und entspricht dem Erscheinungsbild der Dialoge in NVDA. -* Benötigt NVDA 2016.4 oder höher. +* Benötigt NVDA 2016.4 oder höher. ## Änderungen in 4.0 ## -* Erweiterungseinstellungen werden von der NVDA-Konfiguration verwaltet, so + +* Erweiterungseinstellungen werden von der NVDA-Konfiguration verwaltet, so dass Standardprofile verwendet werden können, um verschiedene Trennlinien zu speichern. Es ist nicht erforderlich, die Einstellungen für den Import bei der Neuinstallation zu kopieren. -* Es kann nun gewählt werden, ob der hinzugefügte Text angehängt oder +* Es kann nun gewählt werden, ob der hinzugefügte Text angehängt oder vorangestellt werden soll, indem Sie das Kontrollkästchen Text vor den Daten der Zwischenablage hinzufügen im Einstellungsdialog der Erweiterung verwenden. ## Änderungen in 3.0 ## -* Braille-Darstellung von MathML-Objekten können bei installiertem + +* Braille-Darstellung von MathML-Objekten können bei installiertem MathPlayer zur Zwischenablage hinzugefügt werden. -* Wenn kein Trennzeichen gesetzt ist, wird nur eine einzige Linie zwischen +* Wenn kein Trennzeichen gesetzt ist, wird nur eine einzige Linie zwischen den angehängten Textsegmenten platziert. -* Sie können ein Tastenkürzel zum Öffnen des Einstellungsdialogs zuweisen. -* Es wurde ein Kontrollkästchen im Einstellungsdialog hinzugefügt, mit dem +* Sie können ein Tastenkürzel zum Öffnen des Einstellungsdialogs zuweisen. +* Es wurde ein Kontrollkästchen im Einstellungsdialog hinzugefügt, mit dem festgelegt wird, ob die Trennlinie beim erneuten Installieren der Erweiterung für den Import kopiert werden soll. ## Änderungen in 2.0 ## -* Indische Zeichen können nun als Trennzeichen zwischen kopierten Inhalten + +* Indische Zeichen können nun als Trennzeichen zwischen kopierten Inhalten verwendet werden. ## Änderungen in 1.0 ## -* Erstveröffentlichung. -[[!tag dev stable]] +* Erstveröffentlichung. +[[!tag dev stable]] diff --git a/addon/doc/es/readme.md b/addon/doc/es/readme.md index 7a7a3609..6f5f271b 100644 --- a/addon/doc/es/readme.md +++ b/addon/doc/es/readme.md @@ -1,6 +1,6 @@ # Clip Contents Designer # -* Autores: Noelia, Abdel. +* Autores: Noelia, Abdel. Este complemento se utiliza para agregar texto al portapapeles, el cual puede ser útil cuando quieras unir secciones de texto listas para pegar @@ -8,22 +8,22 @@ juntas. El contenido del portapapeles también puede limpiarse y mostrarse en modo exploración. ## Órdenes de teclado ## -* NVDA+windows+c: añade el texto seleccionado, los caracteres braille + +* NVDA+windows+c: añade el texto seleccionado, los caracteres braille Unicode que representan objetos MathML, o la cadena que se haya marcado con el cursor de revisión, al portapapeles. -* NVDA+windows+x: Limpia el contenido del portapapeles. -* Sin asignar: copia hacia (o desde) el portapapeles, con la posibilidad de +* NVDA+windows+x: Limpia el contenido del portapapeles. +* Sin asignar: copia hacia (o desde) el portapapeles, con la posibilidad de solicitar una confirmación previa. -* Sin asignar: Muestra el texto del portapapeles como HTML en modo +* Sin asignar: Muestra el texto del portapapeles como HTML en modo exploración, o lo anuncia si el portapapeles está vacío o si tiene contenidos que no se pueden presentar en un mensaje navegable, por ejemplo si se están copiando archivos o carpetas desde el Explorador de Windows. -* Sin asignar: Muestra el texto del portapapeles como texto sin formato en +* Sin asignar: Muestra el texto del portapapeles como texto sin formato en modo exploración, o lo anuncia si el portapapeles está vacío o si tiene contenidos que no se pueden presentar en un mensaje navegable, por ejemplo si se están copiando archivos o carpetas desde el Explorador de Windows. - ## Opciones de Clip Contents Designer ## Este panel se encuentra disponible en el menú NVDA, submenú Preferencias, @@ -62,43 +62,50 @@ Contiene los siguientes controles: Notas: -* No se solicitarán confirmaciones cuando siga abierto un cuadro de mensaje +* No se solicitarán confirmaciones cuando siga abierto un cuadro de mensaje de NVDA. En esos casos, las acciones se realizarán inmediatamente. -* Las órdenes Emular copiar y Emular cortar significan que, cuando estas +* Las órdenes Emular copiar y Emular cortar significan que, cuando estas funciones están activadas, el complemento tomará el control de control+c y control+x. Esto permitirá elegir si se debería solicitar una confirmación antes de realizar las acciones correspondientes a estos atajos de teclado. ## Cambios para 46.0.0 + * NVDA desinfectará el HTML en los mensajes explorables. * Se ha añadido un botón para cerrar los mensajes explorables, además de la tecla escape. - ## Cambios para 40.0.0 + * Se añade soporte para el teclado hebreo. ## Cambios para 22.0.0 + * Se ha añadido un botón para restaurar valores por defecto en el panel de opciones del complemento. * El complemento no se puede ejecutar en modo seguro. ## Cambios para 17.0 + * Compatible con NVDA 2023.1. ## Cambios para 16.0 + * Requiere NVDA 2022.1 o posterior. ## Cambios para 15.0 + * La orden para añadir texto al portapapeles se presenta de nuevo en el diálogo Gestos de entrada. * Se corrigen los gestos de copiar y cortar en el teclado persa. Gracias a Mohammadhosein Ghezelsofla. ## Cambios para 14.0 + * Compatible con NVDA 2021.1. ## Cambios para 13.0 + * Se ha corregido un problema en la disposición visual del panel de opciones, gracias a Cyrille Bougot. * Se ha mejorado la documentación. @@ -113,10 +120,12 @@ Notas: el formato HTML. ## Cambios para 12.0 + * Se han corregido fallos al usar Emular copia en aplicaciones como Libre Office Writer. ## Cambios para 11.0 + * Ahora es posible añadir texto marcado con el cursor de revisión usando órdenes estándar de NVDA (NVDA+f9 y NVDA+f10). Ya no se usa NVDA+windows+f9, para mejorar la integración con la nueva orden @@ -124,6 +133,7 @@ Notas: * Se requiere NVDA 2019.3 o posterior. ## Cambios para 10.0 + * Corregido un problema en el diálogo usado para mostrar el texto del portapapeles, cuando su título contiene caracteres no latinos. * Corregido un problema al usar las funciones de emular cortar y copiar con @@ -154,48 +164,51 @@ Notas: ## Cambios para 6.0 -* Se han añadido opciones para elegir si se deberían realizar las acciones +* Se han añadido opciones para elegir si se deberían realizar las acciones disponibles tras una confirmación. -* Añadidas órdenes para emular cortar y emular copiar, que se pueden asignar +* Añadidas órdenes para emular cortar y emular copiar, que se pueden asignar desde el diálogo Gestos de entrada. -* Añadido un diálogo para configurar las funcionalidades Emular cortar y +* Añadido un diálogo para configurar las funcionalidades Emular cortar y Emular copiar en la instalación. Esto permite añadir las órdenes control+c y control+x para copiar y cortar, y preguntar si quieres reemplazar los contenidos del portapapeles al pulsar estos atajos de teclado. -* Corregida la documentación de script_add (Windows+NVDA+c). +* Corregida la documentación de script_add (Windows+NVDA+c). ## Cambios para 5.0 ## -* La presentación visual del diálogo se ha mejorado, adhiriéndose a la +* La presentación visual del diálogo se ha mejorado, adhiriéndose a la apariencia de los diálogos mostrados por NVDA. -* Se requiere de NVDA 2016.4 o posterior. +* Se requiere de NVDA 2016.4 o posterior. ## Cambios para 4.0 ## -* Ahora las opciones del complemento se gestionan desde la configuración de + +* Ahora las opciones del complemento se gestionan desde la configuración de NVDA, así que pueden utilizarse perfiles estándar para guardar diferentes separadores, y no es necesario copiar las opciones para importarlas en la reinstalación. -* Ahora es posible elegir si el texto añadido se anexará o se antepondrá, +* Ahora es posible elegir si el texto añadido se anexará o se antepondrá, utilizando la casilla de verificacción Añadir texto antes de clip data desde el diálogo de opciones de Clip Contents Designer. ## Cambios para 3.0 ## -* Se puede añadir al portapapeles la representación braille de objetos + +* Se puede añadir al portapapeles la representación braille de objetos MathML si MathPlayer está instalado. -* Mukautukset > Asetukset. @@ -59,42 +59,49 @@ Se sisältää seuraavat säätimet: Huomautuksia: -* Vahvistusta ei pyydetä NVDA:n ilmoitusruudun ollessa avoimena, vaan +* Vahvistusta ei pyydetä NVDA:n ilmoitusruudun ollessa avoimena, vaan toiminnot suoritetaan heti. -* Kun kopioinnin ja leikkaamisen emulointi on otettu käyttöön, tämä lisäosa +* Kun kopioinnin ja leikkaamisen emulointi on otettu käyttöön, tämä lisäosa ottaa hallintaansa Ctrl+C- ja Ctrl+X-komennot. Se mahdollistaa valinnaisen vahvistuksen pyytämisen ennen näiden komentojen suorittamista. ## Muutokset versiossa 46.0.0 + * NVDA siivoaa selattavien viestien HTML-koodin. * Lisätty Esc-näppäimen ohelle painike selattavien viestien sulkemista varten. - ## Muutokset versiossa 40.0.0 + * Lisätty tuki hepreankieliselle näppäimistölle. ## Muutokset versiossa 22.0.0 + * Lisäosan asetuspaneeliin lisätty painike oletusarvojen palauttamista varten. * Lisäosaa ei voi käyttää suojatussa tilassa. ## Muutokset versiossa 17.0 + * Yhteensopiva NVDA 2023.1:n kanssa. ## Muutokset versiossa 16.0 + * Edellyttää NVDA 2022.4:ää tai uudempaa. ## Muutokset versiossa 15.0 + * Tekstiä leikepöydälle lisäävä komento näytetään taas Näppäinkomennot-valintaikkunassa. * Korjattu kopioinnin ja leikkaamisen näppäinkomennot persiankielisellä näppäimistöllä. Kiitokset Mohammadhosein Ghezelsofla'lle. ## Muutokset versiossa 14.0 + * Yhteensopiva NVDA 2021.1:n kanssa. ## Muutokset versiossa 13.0 + * Korjattu ongelma asetuspaneelin visuaalisessa ulkoasussa; kiitos Cyrille Bougotille. * Dokumentaatiota paranneltu. @@ -106,10 +113,12 @@ Huomautuksia: joko raakatekstinä tai muotoiltuna HTML:nä. ## Muutokset versiossa 12.0 + * Korjattu bugeja käytettäessä kopioinnin emulointia sellaisissa sovelluksissa kuin LibreOffice Writer. ## Muutokset versiossa 11.0 + * Nyt on mahdollista lisätä tarkastelukohdistimella merkittyä tekstiä tavallisia NVDA-komentoja(NVDA+F9 ja NVDA+F10) käyttäen. Komentoa NVDA+Win+F9 ei enää käytetä paremman uuteen NVDA+Vaihto+F9-komentoon @@ -117,6 +126,7 @@ Huomautuksia: * Edellyttää NVDA 2019.3:a tai uudempaa. ## Muutokset versiossa 10.0 + * Korjattu ohjelmavirhe leikepöydän sisältämän tekstin näyttämiseen käytettävässä valintaikkunassa, kun sen nimi sisälsi ei-latinalaisia merkkejä. @@ -146,49 +156,52 @@ Huomautuksia: ## Muutokset versiossa 6.0 -* Lisätty vaihtoehdot, joilla voidaan valita, pyydetäänkö käytettävissä +* Lisätty vaihtoehdot, joilla voidaan valita, pyydetäänkö käytettävissä olevien toimintojen suorittamiseen vahvistus. -* Lisätty Vahvista kopioinnin emulointi- ja Vahvista leikkaamisen emulointi +* Lisätty Vahvista kopioinnin emulointi- ja Vahvista leikkaamisen emulointi -asetukset, joille voidaan määrittää näppäinkomennot Näppäinkomennot-valintaikkunasta. -* Lisätty valintaikkuna "Vahvista kopioinnin emulointi"- ja "Vahvista +* Lisätty valintaikkuna "Vahvista kopioinnin emulointi"- ja "Vahvista leikkaamisen emulointi" -toiminnallisuuksien määrittämistä varten lisäosan asennuksen aikana. Kun nämä asetukset ovat käytössä, kopioinnin (Ctrl+C) ja leikkaamisen (Ctrl+X) suorittamiselle ja leikepöydän sisällön korvaamiselle pyydetään vahvistus. -* Korjattu tekstinlisäämiskomennon (Windows+NVDA+C) ohje. +* Korjattu tekstinlisäämiskomennon (Windows+NVDA+C) ohje. ## Muutokset versiossa 5.0 ## -* Valintaikkunan visuaalista esitystä on parannettu noudattamaan NVDA:n +* Valintaikkunan visuaalista esitystä on parannettu noudattamaan NVDA:n ikkunoiden ulkoasua. -* Edellyttää NVDA:n 2016.4-versiota tai uudempaa. +* Edellyttää NVDA:n 2016.4-versiota tai uudempaa. ## Muutokset versiossa 4.0 ## -* NVDA hallitsee nyt lisäosan asetuksia, jotta profiilien käyttäminen eri + +* NVDA hallitsee nyt lisäosan asetuksia, jotta profiilien käyttäminen eri erottimien tallentamiseen olisi mahdollista, eikä asetusten kopiointia tarvita niiden tuomiseksi asennettaessa lisäosaa uudelleen. -* Lisäosan asetusvalintaikkunan Lisää teksti leikepöydän nykyisen sisällön +* Lisäosan asetusvalintaikkunan Lisää teksti leikepöydän nykyisen sisällön alkuun -valintaruutua käyttäen on nyt mahdollista valita, liitetäänkö lisätty teksti leikepöydällä jo olevan tekstin loppuun vai alkuun. ## Muutokset versiossa 3.0 ## -* MathML-objekteja kuvaavat pistekirjoitusmerkit voidaan lisätä + +* MathML-objekteja kuvaavat pistekirjoitusmerkit voidaan lisätä leikepöydälle, mikäli MathPlayer on asennettu. -* Mikäli erotinta ei ole määritetty, tekstiosuuksien väliin lisätään yksi +* Mikäli erotinta ei ole määritetty, tekstiosuuksien väliin lisätään yksi tyhjä rivi. -* Leikepöydän sisällön käsittelijän asetusvalintaikkunan avaamista varten +* Leikepöydän sisällön käsittelijän asetusvalintaikkunan avaamista varten voidaan määrittää pikanäppäin. -* Asetusvalintaikkunaan lisätty valintaruutu, jolla voidaan määrittää, +* Asetusvalintaikkunaan lisätty valintaruutu, jolla voidaan määrittää, kopioidaanko erotin käyttäjän NVDA-asetusten kansioon, josta se voidaan tuoda asennettaessa lisäosaa uudelleen. ## Muutokset versiossa 2.0 ## -* Hindinkielisiä merkkejä voidaan käyttää tekstiosuuksien välisenä + +* Hindinkielisiä merkkejä voidaan käyttää tekstiosuuksien välisenä erottimena. ## Muutokset versiossa 1.0 ## -* Ensimmäinen versio. -[[!tag dev stable]] +* Ensimmäinen versio. +[[!tag dev stable]] diff --git a/addon/doc/fr/readme.md b/addon/doc/fr/readme.md index 283f602f..89c34506 100644 --- a/addon/doc/fr/readme.md +++ b/addon/doc/fr/readme.md @@ -1,29 +1,29 @@ # Clip Contents Designer # -* Auteurs : Noelia, Abdel. +* Auteurs : Noelia, Abdel. Cette extension permet d'ajouter du texte dans le presse-papiers, ce qui peut être utile lorsque vous souhaitez joindre des portions de texte prêt pour le collage. Le contenu du presse-papiers peut aussi être vidé. ## Commandes clavier ## -* NVDA+windows+c : Ajoute le texte sélectionné, les caractères braille + +* NVDA+windows+c : Ajoute le texte sélectionné, les caractères braille Unicode qui représentent les objets MathML ou la chaîne qui a été marquée avec le curseur de revue, dans le presse-papiers. -* NVDA+windows+x : Vide le contenu du presse-papiers. -* Non assigné : Copier vers (ou couper depuis) le presse-papiers, avec la +* NVDA+windows+x : Vide le contenu du presse-papiers. +* Non assigné : Copier vers (ou couper depuis) le presse-papiers, avec la possibilité d'une demande de confirmation préalable. -* Non assigné : affiche le texte du presse-papiers au format HTML en mode +* Non assigné : affiche le texte du presse-papiers au format HTML en mode navigation, ou annonce si le presse-papiers est vide ou a un contenu qui ne peut pas être présenté dans un message consultable, par exemple si des fichiers ou des dossiers ont été copiés à partir de l'Explorateur Windows. -* Non assigné : affiche le contenu textuel du presse-papiers sous forme de +* Non assigné : affiche le contenu textuel du presse-papiers sous forme de texte brut en mode navigation, ou annonce si le presse-papiers est vide ou a un contenu qui ne peut pas être présenté dans un message consultable, par exemple si des fichiers ou des dossiers ont été copiés à partir de l'explorateur Windows. - ## Paramètres de Clip Contents Designer ## Ce panneau est disponible depuis le menu de NVDA, le sous-menu Préférences, @@ -66,45 +66,52 @@ Il contient les contrôles suivants : Notes : -* Les confirmations ne seront pas demandées lorsqu'une boîte de message de +* Les confirmations ne seront pas demandées lorsqu'une boîte de message de NVDA est toujours ouverte. Dans ce cas, les actions seront effectuées immédiatement. -* Emuler les commandes copier et couper signifie que, lorsque ces +* Emuler les commandes copier et couper signifie que, lorsque ces fonctionnalités sont activées, l'extension prendra le contrôle de contrôle+c et contrôle+x. Cela permettra de sélectionner si une confirmation doit être demandée avant d'effectuer les actions correspondant à ces frappes. ## Changements pour la version 46.0.0 + * NVDA expurgera le HTML dans les messages navigables. * Ajout d'un bouton pour fermer les messages navigables, en plus de la touche Échap. - ## Changements pour la version 40.0.0 + * Ajout de la prise en charge du clavier hébreu. ## Changements pour la version 22.0.0 + * Ajout d'un bouton pour restaurer aux paramètres par défaut dans le panneau de paramètres de l'extension. * L'extension ne peut pas être exécuté en mode sécurisé. ## Changements pour la version 17.0 + * Compatible avec NVDA 2023.1. ## Changements pour la version 16.0 + * Nécessite NVDA 2022.1 ou ultérieur. ## Changements pour la version 15.0 + * La commande pour ajouter du texte au presse-papiers est à nouveau présentée dans la boîte de dialogue des gestes de commande. * Correction des gestes pour copier et couper avec le clavier persan, grâce à Mohammadhosein Ghezelsofla. ## Changements pour la version 14.0 + * Compatible avec NVDA 2021.1. ## Changements pour la version 13.0 + * Correction d'un problème dans la disposition visuelle du panneau des paramètres, grâce à Cyrille Bougot. * Documentation améliorée. @@ -119,10 +126,12 @@ Notes : pour le format HTML. ## Changements pour la version 12.0 + * Correction de bogues lors de l'utilisation de l'émulation de copie dans les applications telles que LibreOffice Writer. ## Changements pour la version 11.0 + * Il est maintenant possible d'ajouter du texte marqué avec le curseur de revue à l'aide de commandes standards de NVDA (NVDA+f9 et NVDA+f10). NVDA+Windows+f9 n'est plus utilisé pour une meilleure @@ -130,6 +139,7 @@ Notes : * Nécessite NVDA 2019.3 ou ultérieur. ## Changements pour la version 10.0 + * Correction d'un bogue dans le dialogue présentant le texte du presse-papiers, quand son titre contient des caractères non latins. * Correction d'un bogue lors de l'utilisation des fonctionnalités @@ -160,50 +170,53 @@ Notes : ## Changements pour la version 6.0 -* Ajout d'options pour choisir si les actions disponibles doivent être +* Ajout d'options pour choisir si les actions disponibles doivent être effectuées après confirmation. -* Ajout des commandes Émuler copier et Émuler couper, qui peuvent être +* Ajout des commandes Émuler copier et Émuler couper, qui peuvent être affectées à partir de la boîte de dialogue Gestes de commandes. -* Ajout d'une boîte de dialogue pour configurer les fonctionnalités Émuler +* Ajout d'une boîte de dialogue pour configurer les fonctionnalités Émuler copier et Émuler couper lors de l'installation. Cela permet d'ajouter les commandes Contrôle+c et Contrôle+x pour copier et couper et de demander si vous voulez remplacer le contenu du presse-papiers en appuyant sur ces combinaisons de touches. -* Correction de la documentation pour le script_add (Windows+NVDA+c). +* Correction de la documentation pour le script_add (Windows+NVDA+c). ## Changements pour la version 5.0 ## -* La présentation visuelle de la boîte de dialogue a été améliorée, en +* La présentation visuelle de la boîte de dialogue a été améliorée, en respectant l'apparence des dialogues présentés dans NVDA. -* Nécessite NVDA 2016.4 ou ultérieur. +* Nécessite NVDA 2016.4 ou ultérieur. ## Changements pour la version 4.0 ## -* Les paramètres de l'extension sont gérés à partir de la configuration + +* Les paramètres de l'extension sont gérés à partir de la configuration NVDA, afin que les profils standard puisse être utilisés pour enregistrer des séparateurs différents, et les paramètres n'ont pas besoin d'être copiés lors de l'importation pendant la réinstallation. -* Il est maintenant possible de choisir si l’ajout de texte sera ajouté à la +* Il est maintenant possible de choisir si l’ajout de texte sera ajouté à la fin ou ajouté au début, en utilisant la case à cocher Ajouter du texte avant l'insertion des données à partir de la boîte de dialogue Paramètres de Clip Contents Designer. ## Changements pour la version 3.0 ## -* La représentation en braille des objets MathML peut être ajoutée dans le + +* La représentation en braille des objets MathML peut être ajoutée dans le presse-papiers si MathPlayer est installé. -* Si aucun séparateur n'est définie, juste une seule ligne sera placée entre +* Si aucun séparateur n'est définie, juste une seule ligne sera placée entre les segments du texte ajouté. -* Un raccourci peut être assigné pour ouvrir le dialogue paramètres Clip +* Un raccourci peut être assigné pour ouvrir le dialogue paramètres Clip Contents Designer. -* Ajouté une case à cocher dans la boîte de dialogue paramètres, afin de +* Ajouté une case à cocher dans la boîte de dialogue paramètres, afin de choisir si le séparateur doit être copié pour être importé lors de la réinstallation de l'extension. ## Changements pour la version 2.0 ## -* Les caractères Hindous peuvent être utilisés comme séparateur entre les + +* Les caractères Hindous peuvent être utilisés comme séparateur entre les contenus concaténés. ## Changements pour la version 1.0 ## -* Première version. -[[!tag dev stable]] +* Première version. +[[!tag dev stable]] diff --git a/addon/doc/gl/readme.md b/addon/doc/gl/readme.md index 5303446d..8e05e60a 100644 --- a/addon/doc/gl/readme.md +++ b/addon/doc/gl/readme.md @@ -1,28 +1,28 @@ # Clip Contents Designer # -* Autores: Noelia, Abdel. +* Autores: Noelia, Abdel. Este complemento úsase para engadir texto ó portapapeis, que pode ser útil cando queras unir seccións de texto listas para pegarse xuntas. O contido do portapapeis tamén pode limparse e amosarse en modo exploración. ## Ordes de teclado ## -* NVDA+windows+c: engade o texto seleccionado, os caracteres braille Unicode + +* NVDA+windows+c: engade o texto seleccionado, os caracteres braille Unicode que representan obxectos MathML, ou a cadea que se marcou co cursor de revisión, ao portapapeis. -* NVDA+windows+x: Limpa o contido do portapapeis. -* Sen asignar: Copia a (ou corta dende) o portapapeis, coa posibilidade de +* NVDA+windows+x: Limpa o contido do portapapeis. +* Sen asignar: Copia a (ou corta dende) o portapapeis, coa posibilidade de que se che pregunte por unha confirmación previa. -* Sen asignar: amosa o texto do portapapeis como HTML en modo exploración, +* Sen asignar: amosa o texto do portapapeis como HTML en modo exploración, ou anuncia se o portapapeis está vacío ou ten contido que non se pode amosar nunha mensaxe navegable, se se están a copiar arquivos ou carpetas do Explorador de Windows, por exemplo. -* Sen asignar: Amosa os contidos textuais do portapapeis como texto plano en +* Sen asignar: Amosa os contidos textuais do portapapeis como texto plano en modo exploración, ou anuncia se o portapapeis está vacío ou ten contido que non se pode amosar nunha mensaxe navegable, se se están a copiar arquivos ou carpetas do Explorador de Windows, por exemplo. - ## Opcións de Clip Contents Designer ## Este panel está dispoñible dende o menú de NVDA, submenú Preferencias, @@ -62,42 +62,49 @@ Contén os seguintes controis: Notas: -* Non se solicitarán confirmacións cando estea aberta unha Caixa de mensaxe +* Non se solicitarán confirmacións cando estea aberta unha Caixa de mensaxe do NVDA. Neses casos, as accións realizaranse inmediatamente. -* Emulate copy and emulate cut commands mean that, when these features are +* Emulate copy and emulate cut commands mean that, when these features are enabled, the add-on will take control of control+c and control+x. This will allow to select if a confirmation should be requested before performing the actions corresponding to these keystrokes. ## Changes for 46.0.0 + * NVDA will sanitize HTML in browseable messages. * Added a button to close browseable messages, in addition to the Escape key. - ## Changes for 40.0.0 + * Added support for Hebrew keyboard. ## Changes for 22.0.0 + * Added a button to restore defaults in the add-on settings panel. * The add-on cannot be run in secure mode. ## Cambios para 17.0 + * Compatible con NVDA 2023.1. ## Cambios para 16.0 + * Require NVDA 2022.1 ou posterior. ## Cambios para 15.0 + * A orde para engadir texto ó portapapeis aparece de novo no diálogo xestos de entrada. * Arranxadas as ordes para copiar e cortar en teclado persa, grazas a Mohammadhosein Ghezelsofla. ## Cambios para 14.0 + * Compatible con NVDA 2021.1. ## Changes for 13.0 + * Arranxado un problema no deseño visual do panel de opcións, grazas a Cyrille Bougot. * Mellorada a documentación. @@ -112,16 +119,19 @@ Notas: HTML. ## Cambios para 12.0 + * Arranxados erros ao usar emular copiar en aplicacións como LIbreOffice Writer. ## Cambios para 11.0 + * Agora é posible engadir texto marcado co cursor de revisión utilizando ordes estándar do NVDA (NVDA+F9 e NVDA+F10). NVDA+Windows+F9 xa non se usa, para unha mellor integración co novo atallo NVDA+Shift+F9. * Require NVDA 2019.3 ou posterior. ## Cambios para 10.0 + * Arranxado un erro no diálogo utilizado para mostrar o texto do portapapeis cando o seu título contiña caracteres non latinos. * Arranxado un erro ao utilizar as funcións emular curtar e copiar cunha @@ -152,46 +162,49 @@ Notas: ## Cambios para 6.0 -* Added options to choose if available actions should be performed after +* Added options to choose if available actions should be performed after confirmation. -* Added Emulate copy and Emulate cut commands, which could be assigned from +* Added Emulate copy and Emulate cut commands, which could be assigned from the Input gestures dialog. -* Added a dialog to configure the Emulate copy and Emulate cut +* Added a dialog to configure the Emulate copy and Emulate cut functionalities at installation. This allows to add the control+c and control+x commands to copy and cut, and be asked if you want to replace the clipboard contents when pressing these keystrokes. -* Fixed documentation for script_add (Windows+NVDA+c). +* Fixed documentation for script_add (Windows+NVDA+c). ## Cambios para 5.0 ## -* A presentación visual do diálogo mellorouse, engadíndose á aparenza dos +* A presentación visual do diálogo mellorouse, engadíndose á aparenza dos diálogos amosados no NVDA. -* Requírese do NVDA 2016.4 ou posterior. +* Requírese do NVDA 2016.4 ou posterior. ## Cambios para 4.0 ## -* As opción do complemento adminístranse dende a configuración do NVDA, así + +* As opción do complemento adminístranse dende a configuración do NVDA, así que os perfís estándar pódense usar para gardar diferentes separadores, e non é necesario copiar as opcións para importalas na reinstalación. -* Agora é posible escoller se o texto engadido se anexará ou se anteporá, +* Agora é posible escoller se o texto engadido se anexará ou se anteporá, usando a casilla de verificación Engadir texto antes de clip data dende o diálogo Opcións do Clip Contents Designer. ## Cambios para 3.0 ## -* Pódese engadir a representación braille de obxectos MathML ó portapapeis + +* Pódese engadir a representación braille de obxectos MathML ó portapapeis se MathPlayer está instalado. -* Se non se puxo un separador, porase una soa liña entre os segmentos de +* Se non se puxo un separador, porase una soa liña entre os segmentos de texto engadido. -* Pódese asignar un atallo de teclado para abrir o diálogo de opcións do +* Pódese asignar un atallo de teclado para abrir o diálogo de opcións do Clip Contents Designer . -* Engadida unha caixa de verificación no diálogo de opcións, para escoller +* Engadida unha caixa de verificación no diálogo de opcións, para escoller se o separador se debería copiar para seren importado cando se reinstale o complemento. ## Cambios para 2.0 ## -* Pódense usar caracteres Hindi como o separador entre contidos engadidos. + +* Pódense usar caracteres Hindi como o separador entre contidos engadidos. ## Cambios para 1.0 ## -* Versión inicial. -[[!tag dev stable]] +* Versión inicial. +[[!tag dev stable]] diff --git a/addon/doc/hr/readme.md b/addon/doc/hr/readme.md index 2ae97580..c68a3639 100644 --- a/addon/doc/hr/readme.md +++ b/addon/doc/hr/readme.md @@ -1,6 +1,6 @@ # Upravljanje sadržajem međuspremnika (Clip Contents Designer) # -* Authors: Noelia, Abdel. +* Authors: Noelia, Abdel. Ovaj se dodatak koristi za dodavanje teksta u međuspremnik, što može biti korisno kad se žele spojiti dijelovi teksta, koji su spremni za @@ -8,22 +8,22 @@ lijepljenje. Sadržaj međuspremnika se može i izbrisati te prikazati u modusu čitanja. ## Tipkovnički prečaci ## -* NVDA+windows+c: U međuspremnik dodaj označeni tekst, brajične znakove u + +* NVDA+windows+c: U međuspremnik dodaj označeni tekst, brajične znakove u unikodu koji predstavljaju MathML objekte ili znakovni niz koji je označen pomoću preglednog kursora. -* NVDA+windows+x: Obriši sadržaj međuspremnika. -* Nije dodijeljeno: Kopira u međuspremnik (ili se reže iz njega), s +* NVDA+windows+x: Obriši sadržaj međuspremnika. +* Nije dodijeljeno: Kopira u međuspremnik (ili se reže iz njega), s mogućnošću da se prethodno od korisnika traži potvrda. -* Nije dodijeljeno: Prikazuje tekst međuspremnika u modusu čitanja ili +* Nije dodijeljeno: Prikazuje tekst međuspremnika u modusu čitanja ili najavljuje prazno stanje međuspremnika ili sadržaj koji se ne može predstaviti u pregledavajućoj poruci, na primjer ako su datoteke ili mape kopirane iz Windows Explorera. -* Nije dodijeljeno: Prikazuje tekstualni sadržaj međuspremnika kao običan +* Nije dodijeljeno: Prikazuje tekstualni sadržaj međuspremnika kao običan tekst u modusu čitanja ili najavljuje prazno stanje međuspremnika ili sadržaj koji se ne može predstaviti u pregledavajućoj poruci, na primjer ako su datoteke ili mape kopirane iz Windows Explorer. - ## Postavke dodatka „Upravljanje sadržajem međuspremnika” ## Ova je ploča dostupna u NVDA izborniku, podizbornik Postavke, dijaloški @@ -62,42 +62,49 @@ Sadrži sljedeće kontrole: Napomene: -* Neće biti potrebno potvrditi, ako se neka NVDA poruka još uvijek +* Neće biti potrebno potvrditi, ako se neka NVDA poruka još uvijek prikazuje. U tim će se slučajevima radnje izvršavati odmah. -* Emulate copy and emulate cut commands mean that, when these features are +* Emulate copy and emulate cut commands mean that, when these features are enabled, the add-on will take control of control+c and control+x. This will allow to select if a confirmation should be requested before performing the actions corresponding to these keystrokes. ## Changes for 46.0.0 + * NVDA will sanitize HTML in browseable messages. * Added a button to close browseable messages, in addition to the Escape key. - ## Changes for 40.0.0 + * Added support for Hebrew keyboard. ## Promjene u verziji 22.0.0 + * Dodan je gumb za obnavljanje zadanih postavki u ploči postavki dodatka. * Dodatak se ne može pokrenuti u sigurnom modusu. ## Promjene u verziji 17.0 + * Kompatibilno s NVDA čitačem 2023.1. ## Promjene u verziji 16.0 + * Zahtijeva NVDA 2022.1 ili noviju verziju. ## Promjene u verziji 15.0 + * Naredba za dodavanje teksta u međuspremnik ponovo se prikazuje u dijaloškom okviru gesta unosa. * Ispravljene su geste za kopiranje i rezanje s perzijskom tipkovnicom, hvala Mohammadhosein Ghezelsofla. ## Promjene u verziji 14.0 + * Kompatibilno s NVDA čitačem 2021.1. ## Changes for 13.0 + * Ispravljen je problem s vizualnim izgledom u ploči s postavkama. Hvala Cyrille Bougot. * Poboljšana dokumentacija. @@ -112,16 +119,19 @@ Napomene: format. ## Promjene u verziji 12.0 + * Ispravljene su greške prilikom korištenja emuliranja kopiranja u programima poput LibreOffice Writer. ## Promjene u verziji 11.0 + * Sada je moguće dodati tekst koji je označen preglednim kursorom, pomoću standardnih naredbi NVDA (NVDA+f9 i NVDA+f10). NVDA+windows+f9 se više ne koristi, radi boljw integracijw s novom naredbom NVDA+šift+f9. * Zahtijeva NVDA verziju 2019.3 ili noviju. ## Promjene u verziji 10.0 + * Ispravljana je greška u dijaloškom okviru za prikaz teksta međuspremnika, kad naslov sadrži ne-latinične znakove. * Ispravljena je greška kad se koriste funkcije emuliranja izrezivanja i @@ -150,47 +160,50 @@ Napomene: ## Promjene u verziji 6.0 -* Dodane su opcije s kojima se može odlučiti je li se dostupne radnje +* Dodane su opcije s kojima se može odlučiti je li se dostupne radnje trebaju izvršiti nakon potvrde. -* Dodane su naredbe „Emuliraj kopiranje” i „Emuliraj izrezivanje”, koje je +* Dodane su naredbe „Emuliraj kopiranje” i „Emuliraj izrezivanje”, koje je moguće dodijeliti u dijaloškom okviru „Ulazne geste”. -* Added a dialog to configure the Emulate copy and Emulate cut +* Added a dialog to configure the Emulate copy and Emulate cut functionalities at installation. This allows to add the control+c and control+x commands to copy and cut, and be asked if you want to replace the clipboard contents when pressing these keystrokes. -* Ispravljena je dokumentacija za script_add (Windows+NVDA+c). +* Ispravljena je dokumentacija za script_add (Windows+NVDA+c). ## Promjene u verziji 5.0 ## -* Vizualni prikaz dijaloških okvira je poboljašn, slično dijaloškim okvirima +* Vizualni prikaz dijaloških okvira je poboljašn, slično dijaloškim okvirima koji su prikazani u programu NVDA. -* Zahtijeva NVDA verziju 2016.4 ili noviju. +* Zahtijeva NVDA verziju 2016.4 ili noviju. ## Promjene u verziji 4.0 ## -* Postavkama dodatka se upravlja NVDA konfiguracijom, tako da je moguće + +* Postavkama dodatka se upravlja NVDA konfiguracijom, tako da je moguće koristiti standardne profile za spremanje raznih rastavljača te nije potrebno kopirati postavke nakon reinstalacije. -* Sad je moguće izabrati, hoće li dodani tekst biti dodan ispred ili iza +* Sad je moguće izabrati, hoće li dodani tekst biti dodan ispred ili iza postojećeg teksta, koristeći izborno polje „Dodaj tekst ispred podataka međuspremnika” u postavkama dodatka. ## Promjene u verziji 3.0 ## -* Brajičin prikaz MathML objekata se može dodati u privremenu memoriju, ako + +* Brajičin prikaz MathML objekata se može dodati u privremenu memoriju, ako je MathPlayer instaliran. -* Ako nema razdvajača, dodat će se samo jedan redak između dodanih segmenata +* Ako nema razdvajača, dodat će se samo jedan redak između dodanih segmenata teksta. -* Moguće je odrediti prečac za otvaranje dijaloškog okvira za postavke +* Moguće je odrediti prečac za otvaranje dijaloškog okvira za postavke dodatka. -* U dijaloškom okviru za postavke je dodan potvrdni okvir, kojim se odlučuje +* U dijaloškom okviru za postavke je dodan potvrdni okvir, kojim se odlučuje o tome, treba li razdvajač kopirati za uvoz nakon ponovnog instaliranja dodatka. ## Promjene u verziji 2.0 ## -* Znakovi devanagari pisma se mogu koristiti kao rastavljači između dodanog + +* Znakovi devanagari pisma se mogu koristiti kao rastavljači između dodanog sadržaja. ## Promjene u verziji 1.0 ## -* Prva verzija. -[[!tag dev stable]] +* Prva verzija. +[[!tag dev stable]] diff --git a/addon/doc/hu/readme.md b/addon/doc/hu/readme.md index 1c9e85b1..c5b35939 100644 --- a/addon/doc/hu/readme.md +++ b/addon/doc/hu/readme.md @@ -1,28 +1,28 @@ # Vágólap tartalomtervező # -* Készítők: Noelia, Abdel. +* Készítők: Noelia, Abdel. A kiegészítő abban az esetben hasznos, ha több különböző szövegrészt szeretnénk összefűzni, majd azt a vágólapról beilleszteni. A vágólap tartalma törölhető, illetve megjeleníthető böngésző módban. ## Billentyűparancsok ## -* NVDA+windows+c: A vágólap tartalmához fűzi a kijelölt vagy az áttekintő + +* NVDA+windows+c: A vágólap tartalmához fűzi a kijelölt vagy az áttekintő kurzorral megjelölt szöveget, és az unikód braille MathML objektumot reprezentáló karaktereket is. -* NVDA+windows+x: Vágólap tartalom törlése. -* Alapértelmezés szerint nincs billentyűparancs hozzárendelve: Másolás a +* NVDA+windows+x: Vágólap tartalom törlése. +* Alapértelmezés szerint nincs billentyűparancs hozzárendelve: Másolás a vágólapra vagy kivágás onnan a végrehajtás előtt megerősítés kérésével. -* Not assigned: Shows the clipboard text as HTML in browse mode, or +* Not assigned: Shows the clipboard text as HTML in browse mode, or announces if clipboard is empty or has contents which can't be presented in a browseable message, for instance if files or folders are been copied from Windows Explorer. -* Not assigned: Shows the textual clipboard contents as plain text in browse +* Not assigned: Shows the textual clipboard contents as plain text in browse mode, or announces if clipboard is empty or has contents which can't be presented in a browseable message, for instance if files or folders are been copied from Windows Explorer. - ## Clip Contents Designer settings ## This panel is available from NVDA's menu, Preferences submenu, Settings @@ -60,42 +60,49 @@ It contains the following controls: Megjegyzések: -* Amikor az NVDA egy másik üzenetablaka is nyitva van a bővítmény nem kér +* Amikor az NVDA egy másik üzenetablaka is nyitva van a bővítmény nem kér megerősítést a vágólapműveletek előtt, de attól még végrehajtja azokat. -* Emulate copy and emulate cut commands mean that, when these features are +* Emulate copy and emulate cut commands mean that, when these features are enabled, the add-on will take control of control+c and control+x. This will allow to select if a confirmation should be requested before performing the actions corresponding to these keystrokes. ## Changes for 46.0.0 + * NVDA will sanitize HTML in browseable messages. * Added a button to close browseable messages, in addition to the Escape key. - ## Changes for 40.0.0 + * Added support for Hebrew keyboard. ## Changes for 22.0.0 + * Added a button to restore defaults in the add-on settings panel. * The add-on cannot be run in secure mode. ## Changes for 17.0 + * Compatible with NVDA 2023.1. ## Changes for 16.0 + * Reqires NVDA 2022.1 or later. ## Changes for 15.0 + * The command to add text to clipboard is again presented in the input gestures dialog. * Fixed gestures to copy and cut with Persian keyboard, thanks to Mohammadhosein Ghezelsofla. ## Changes for 14.0 + * Compatible with NVDA 2021.1. ## Changes for 13.0 + * Fixed an issue in visual layout of the settings panel, thanks to Cyrille Bougot. * Improved documentation. @@ -108,16 +115,19 @@ Megjegyzések: options available for HTML format. ## Changes for 12.0 + * Fixed bugs when using emulate copy in applications like LibreOffice Writer. ## A 11.0 változásai + * Most már hozzáfűzhető az áttekintőkurzorral kijelölt szöveg is az NVDA+F9 és NVDA+F10 billentyűparancsok használatával. A korábban használt NVDA+Windows+F9 parancs már nem használható. * Az NVDA 2019.3 vagy újabb kiadására van szükség. ## A 10.0 változásai + * Hiba elhárítva: ha a vágólap tartalmát megjelenítő párbeszédablak címe nem latin betűket tartalmaz * Hiba elhárítva: problémát okozott az emulált másolás és kivágás arab @@ -144,47 +154,50 @@ Megjegyzések: ## A 6.0 változásai -* Added options to choose if available actions should be performed after +* Added options to choose if available actions should be performed after confirmation. -* Added Emulate copy and Emulate cut commands, which could be assigned from +* Added Emulate copy and Emulate cut commands, which could be assigned from the Input gestures dialog. -* Added a dialog to configure the Emulate copy and Emulate cut +* Added a dialog to configure the Emulate copy and Emulate cut functionalities at installation. This allows to add the control+c and control+x commands to copy and cut, and be asked if you want to replace the clipboard contents when pressing these keystrokes. -* Fixed documentation for script_add (Windows+NVDA+c). +* Fixed documentation for script_add (Windows+NVDA+c). ## Az 5.0 változásai ## -* Javították a bővítmény párbeszédablakának vizuális megjelenítését. -* Az NVDA 2016.4 vagy újabb kiadása szükséges +* Javították a bővítmény párbeszédablakának vizuális megjelenítését. +* Az NVDA 2016.4 vagy újabb kiadása szükséges ## A 4.0 változásai ## -* A bővítmény beállításai az NVDA konfigurációjában kezelhetők, így a + +* A bővítmény beállításai az NVDA konfigurációjában kezelhetők, így a sztenderd profilokat használhatjuk az elválasztók elmentésére, így a beállításokat nem kell újra bemásolni az újratelepítéskor történő importáláskor. -* Most már ki lehet választani, hogy a hozzáadni kívánt szöveget a tartalom +* Most már ki lehet választani, hogy a hozzáadni kívánt szöveget a tartalom elé vagy mögé csatoljuk, ha használjuk a "vágólap tartalma elé" jelölőnégyzetet a vágólaptartalom-tervező beállítása párbeszédpanelén. ## A 3.0 változásai ## -* Ha a MathPlayer telepítve van, a MathMl objektumok braille reprezentációja + +* Ha a MathPlayer telepítve van, a MathMl objektumok braille reprezentációja kerül hozzáfűzésre a vágólaphoz. -* Ha nincs megadva elválasztó karakter, egy üres sor kerül beszúrásra a két +* Ha nincs megadva elválasztó karakter, egy üres sor kerül beszúrásra a két szöveg közé. -* Billentyűparancsot adtak hozzá a Vágólaptartalom-tervező beállítás +* Billentyűparancsot adtak hozzá a Vágólaptartalom-tervező beállítás ablakának eléréséhez. -* Hozzáadtak egy jelölőnégyzetet, mellyel szabályozható, hogy az elválasztó +* Hozzáadtak egy jelölőnégyzetet, mellyel szabályozható, hogy az elválasztó karaktert bemásolja-e a bővítmény a saját beállítások mappájába a későbbi importáláshoz. ## A 2.0 változásai ## -* Hindi karakterek is használhatóak az összefűzött szövegek közötti + +* Hindi karakterek is használhatóak az összefűzött szövegek közötti elválasztóként. ## Az 1.0 változásai ## -* - Első kiadás -[[!tag dev stable]] +* * Első kiadás +[[!tag dev stable]] diff --git a/addon/doc/it/readme.md b/addon/doc/it/readme.md index 972a89be..2f2d8c98 100644 --- a/addon/doc/it/readme.md +++ b/addon/doc/it/readme.md @@ -1,6 +1,6 @@ # Clip Contents Designer # -* Autori: Noelia, Abdel. +* Autori: Noelia, Abdel. Questo componente aggiuntivo viene utilizzato per aggiungere testo negli appunti, operazione utile quando si desidera unire sezioni di testo insieme @@ -8,24 +8,24 @@ per poi incollarle in un'unica soluzione. Il contenuto degli appunti può anche essere cancellato e visualizzato in Modalità Navigazione. ## Comandi da tastiera ## -* NVDA + Windows + C: Aggiunge agli appunti il testo selezionato, o i + +* NVDA + Windows + C: Aggiunge agli appunti il testo selezionato, o i caratteri braille unicode che rappresentano oggetti MathMl, o la stringa che è stata contrassegnata con il cursore di controllo (comandi NVDA+f9 ed NVDA+f10). -* NVDA + Windows + x: Cancella il contenuto degli appunti. -* Non assegnato: copia o taglia, con possibilità di richiesta di conferma. -* Non assegnato: visualizza il testo presente negli appunti in modalità +* NVDA + Windows + x: Cancella il contenuto degli appunti. +* Non assegnato: copia o taglia, con possibilità di richiesta di conferma. +* Non assegnato: visualizza il testo presente negli appunti in modalità navigazione in formato html. In alternativa dice se negli appunti è presente contenuto che non è possibile mostrare in modalità navigazione, come file o cartelle copiati da Windows Explorer, o se non è presente testo negli appunti. -* Non assegnato: visualizza il testo presente negli appunti in modalità +* Non assegnato: visualizza il testo presente negli appunti in modalità navigazione come testo semplice. In alternativa dice se negli appunti è presente contenuto che non è possibile mostrare in modalità navigazione, come file o cartelle copiati da Windows Explorer, o se non è presente testo negli appunti. - ## Impostazioni dell'add-on ## Si accede a questa finestra dal menu di NVDA, scegliendo la voce Preferenze @@ -65,42 +65,49 @@ Essa contiene i seguenti controlli: Note: -* Quando è aperta una finestra di NVDA non verrà richiesta alcuna +* Quando è aperta una finestra di NVDA non verrà richiesta alcuna conferma. In questi casi le azioni verranno eseguite immediatamente. -* Emulate copy and emulate cut commands mean that, when these features are +* Emulate copy and emulate cut commands mean that, when these features are enabled, the add-on will take control of control+c and control+x. This will allow to select if a confirmation should be requested before performing the actions corresponding to these keystrokes. ## Changes for 46.0.0 + * NVDA will sanitize HTML in browseable messages. * Added a button to close browseable messages, in addition to the Escape key. - ## Changes for 40.0.0 + * Added support for Hebrew keyboard. ## Changes for 22.0.0 + * Added a button to restore defaults in the add-on settings panel. * The add-on cannot be run in secure mode. ## Changes for 17.0 + * Compatible with NVDA 2023.1. ## Novità nella versione 16.0 + * Reqires NVDA 2022.1 or later. ## Novità nella versione 15.0 + * Il comando per aggiungere testo agli appunti è nuovamente presente nella finestra di dialogo dei gesti di immissione. * Risolti i gesti da copiare e tagliare con la tastiera persiana, grazie a Mohammadhosein Ghezelsofla. ## Novità nella versione 14.0 + * Compatibile con NVDA 2021.1. ## Changes for 13.0 + * Risolto un problema nella grafica della finestra Impostazioni. Grazie a Cyrille Bougot. * Miglioramenti alla documentazione. @@ -116,10 +123,12 @@ Note: per l'HTML. ## Novità nella versione 12.0 + * Risolti problemi che si riscontravano quando si utilizzava la simulazione copia in applicazioni come LibreOffice Writer. ## Novità nella versione 11.0 + * E' ora possibile agiungere testo selezionato con il cursore di controllo utilizzando comandi standard di NVDA (NVDA+f9 e NVDA+f10). NVDA+windows+f9 non è più utilizzato, per una migliore integrazione con il nuovo comando @@ -127,6 +136,7 @@ Note: * Richiede NVDA 2019.3 o versioni successive. ## Novità nella versione 10.0 + * Risolto un bug nella finestra di dialogo utilizzata per mostrare il testo degli appunti, quando il titolo contiene caratteri non latini. * Risolto un bug che si verificava quando si utilizzavano le funzioni di @@ -156,48 +166,51 @@ Note: ## Novità nella versione 6.0 -* Added options to choose if available actions should be performed after +* Added options to choose if available actions should be performed after confirmation. -* Added Emulate copy and Emulate cut commands, which could be assigned from +* Added Emulate copy and Emulate cut commands, which could be assigned from the Input gestures dialog. -* Added a dialog to configure the Emulate copy and Emulate cut +* Added a dialog to configure the Emulate copy and Emulate cut functionalities at installation. This allows to add the control+c and control+x commands to copy and cut, and be asked if you want to replace the clipboard contents when pressing these keystrokes. -* Fixed documentation for script_add (Windows+NVDA+c). +* Fixed documentation for script_add (Windows+NVDA+c). ## Novità nella versione 5.0 ## -* Migliorata la presentazione visiva della finestra di dialogo, in +* Migliorata la presentazione visiva della finestra di dialogo, in conformità con l'aspetto standard di NVDA. -* Richiede NVDA 2016.4 o superiore. +* Richiede NVDA 2016.4 o superiore. ## Novità nella versione 4.0 ## -* Le impostazioni del componente aggiuntivo sono gestite dalla + +* Le impostazioni del componente aggiuntivo sono gestite dalla configurazione di NVDA. In questo modo si possono utilizzare i profili di configurazione di NVDA per salvare separatori differenti e non c'è bisogno di copiare le impostazioni ed importarle in caso di reinstallazione. -* Ora è possibile stabilire se il testo aggiunto debba essere accodato o +* Ora è possibile stabilire se il testo aggiunto debba essere accodato o anteposto, attraverso la casella di controllo aggiungi testo prima degli appunti, dalla finestra di dialogo impostazioni ClipContents Designer. ## Novità nella versione 3.0 ## -* Se MathPlayer è installato, può essere aggiunta agli appunti una + +* Se MathPlayer è installato, può essere aggiunta agli appunti una rappresentazione Braille di oggetti MathMl. -* Se non è stato impostato alcun separatore, verrà inserita soltanto una +* Se non è stato impostato alcun separatore, verrà inserita soltanto una riga vuota tra i segmenti di testo aggiunti agli appunti. -* Può essere assegnato un tasto caldo per aprire la finestra impostazioni di +* Può essere assegnato un tasto caldo per aprire la finestra impostazioni di Clip Contents Designer. -* Aggiunta una casella di controllo nella finestra di dialogo, per +* Aggiunta una casella di controllo nella finestra di dialogo, per selezionare se il separatore debba essere copiato per poi essere importato in caso di nuova installazione del componente aggiuntivo. ## Novità nella versione 2.0 ## -* Possono essere usati caratteri Hindi come separatori per il testo aggiunto + +* Possono essere usati caratteri Hindi come separatori per il testo aggiunto aglu appunti. ## Novità nella versione 1.0 ## -* Versione iniziale. -[[!tag dev stable]] +* Versione iniziale. +[[!tag dev stable]] diff --git a/addon/doc/ja/readme.md b/addon/doc/ja/readme.md index 51747a03..b043586a 100644 --- a/addon/doc/ja/readme.md +++ b/addon/doc/ja/readme.md @@ -1,22 +1,22 @@ # Clip Contents Designer # -* 作者: Noelia, Abdel。 +* 作者: Noelia, Abdel。 このアドオンは、クリップボードにテキストを追加するのに使用されます。テキストの切片を結合して一緒に貼り付けしたい時に便利です。クリップボードの内容は、ブラウズモードでの表示で消去も出来ます。 ## キー操作 ## -* NVDA+windows+c: + +* NVDA+windows+c: 選択したテキスト、MathMLオブジェクトを表すユニコード点字文字、またはレビューカーソルでマークされた文字列を、クリップボードに追加します。 -* NVDA+Windows+x: クリップボードの内容を消去します。 -* 割り当てなし: クリップボードにコピー(または切り取り)、前回の確認を問い合わせるかどうかを切り替えます。 -* 割り当てなし: +* NVDA+Windows+x: クリップボードの内容を消去します。 +* 割り当てなし: クリップボードにコピー(または切り取り)、前回の確認を問い合わせるかどうかを切り替えます。 +* 割り当てなし: クリップボードのテキストをブラウズモードでHTMLとして表示します。または、もしクリップボードが空、または、閲覧可能なメッセージの表示ではない、例えばファイルやフォルダがWindows Explorerからコピーされているなどの内容の場合に通知します。 -* 割り当てなし: +* 割り当てなし: テキストのクリップボードの内容をブラウズモードで表示します。または、もしクリップボードが空、または、閲覧可能なメッセージの表示ではない、例えばファイルやフォルダがWindows Explorerからコピーされているなどの内容の場合に通知します。 - ## Clip Contents Designer設定 ## このパネルはNVDAメニュー、設定(P)サブメニュー、設定(S)ダイアログから利用可能です。 @@ -41,39 +41,46 @@ 備考: -* NVDAのメッセージボックスがまだ開いている時に、確認が依頼されません。これらの場合、動作がすぐに実行されます。 -* Emulate copy and emulate cut commands mean that, when these features are +* NVDAのメッセージボックスがまだ開いている時に、確認が依頼されません。これらの場合、動作がすぐに実行されます。 +* Emulate copy and emulate cut commands mean that, when these features are enabled, the add-on will take control of control+c and control+x. This will allow to select if a confirmation should be requested before performing the actions corresponding to these keystrokes. ## Changes for 46.0.0 + * NVDA will sanitize HTML in browseable messages. * Added a button to close browseable messages, in addition to the Escape key. - ## Changes for 40.0.0 + * Added support for Hebrew keyboard. ## Changes for 22.0.0 + * Added a button to restore defaults in the add-on settings panel. * The add-on cannot be run in secure mode. ## Changes for 17.0 + * Compatible with NVDA 2023.1. ## 16.0の変更点 + * Reqires NVDA 2022.1 or later. ## 15.0の変更点 + * テキストをクリップボードに追加するコマンドが、再び入力ジェスチャーダイアログに現れるようになりました。 * ペルシア語キーボードでの、コピーと切り取りのジェスチャーを修正しました。Mohammadhosein Ghezelsoflaのおかげです。 ## 14.0の変更点 + * NVDA 2021.1に互換。 ## Changes for 13.0 + * 設定パネルの外観的なレイアウトの問題を修正しました。Cyrille Bougotのおかげです。 * ドキュメントの改善。 * このアドオンの利用可能な全てのコマンドに入力ジェスチャーを割り当てする、Clip Contents Designerカテゴリーを追加しました。 @@ -81,13 +88,16 @@ * クリップボードのテキストの内容を、テキストのまま、またはHTMLフォーマットで表示するのに、異なるジェスチャーを割り当てすることが出来ます。それに従って、設定パネルでの、クリップボードのテキストを表示するフォーマットは、HTMLフォーマットについて利用可能な2つの選択肢を選択するように、修正されています。 ## 12.0の変更点 + * LibreOffice Writerのようなアプリケーションで、コピーのエミュレートを使用する時の、バグを修正しました。 ## 11.0の変更点 + * NVDAの標準コマンド(NVDA+f9とNVDA+f10)を使用して、レビューカーソルでマークされたテキストを追加することが可能になりました。新しいNVDA+shift+f9コマンドとの統一性を良くするため、NVDA+windows+f9は使ええなくなりました。 * NVDA 2019.3以降が必要。 ## 10.0の変更点 + * クリップボードのテキストを表示するのに使用されるダイアログでの、タイトルが非ラテン文字を含む時のバグを修正しました。 * アラビア語キーボードレイアウトで、切り取りとコピー機能のエミュレートを使用する時のバグを修正しました。これはアドオンの作者として追加された、Abdelにより修正されました。 @@ -108,37 +118,40 @@ ## 6.0の変更点 -* Added options to choose if available actions should be performed after +* Added options to choose if available actions should be performed after confirmation. -* Added Emulate copy and Emulate cut commands, which could be assigned from +* Added Emulate copy and Emulate cut commands, which could be assigned from the Input gestures dialog. -* Added a dialog to configure the Emulate copy and Emulate cut +* Added a dialog to configure the Emulate copy and Emulate cut functionalities at installation. This allows to add the control+c and control+x commands to copy and cut, and be asked if you want to replace the clipboard contents when pressing these keystrokes. -* Fixed documentation for script_add (Windows+NVDA+c). +* Fixed documentation for script_add (Windows+NVDA+c). ## 5.0の変更点 ## -* ダイアログの外観的表示が、NVDAで表示されるダイアログの外観と似るように、拡張されました。 -* NVDA 2016.4以降が必要。 +* ダイアログの外観的表示が、NVDAで表示されるダイアログの外観と似るように、拡張されました。 +* NVDA 2016.4以降が必要。 ## 4.0の変更点 ## -* 異なるセパレータを保存するのに、標準プロファイルが使用され、再インストール時にインポートする設定をコピーする必要がないように、アドオン設定をNVDA設定から管理。 -* Clip Contents + +* 異なるセパレータを保存するのに、標準プロファイルが使用され、再インストール時にインポートする設定をコピーする必要がないように、アドオン設定をNVDA設定から管理。 +* Clip Contents Designer設定ダイアログから、テキストをクリップデータの前に追加チェックボックスを使用して、追加されたテキストが後ろに追加されるか前に追加されるかを選択可能。 ## 3.0の変更点 ## -* MathPlayerがインストールされている場合に、MathMLのオブジェクトの点字表記をクリップボードに追加可能。 -* セパレータの設定がされていない場合、テキストの切片の間には単線を配置。 -* Clip Contents Designer 設定ダイアログを開くショートカットを割り当て可能。 -* 設定ダイアログに、このアドオンの再インストールの際にインポートされるように、このセパレータをコピーするかどうかを選択するチェックボックスを追加。 + +* MathPlayerがインストールされている場合に、MathMLのオブジェクトの点字表記をクリップボードに追加可能。 +* セパレータの設定がされていない場合、テキストの切片の間には単線を配置。 +* Clip Contents Designer 設定ダイアログを開くショートカットを割り当て可能。 +* 設定ダイアログに、このアドオンの再インストールの際にインポートされるように、このセパレータをコピーするかどうかを選択するチェックボックスを追加。 ## 2.0の変更点 ## -* 追加されたテキストの間のセパレータとして、ヒンディー文字が使用可能。 + +* 追加されたテキストの間のセパレータとして、ヒンディー文字が使用可能。 ## 1.0の変更点 ## -* 最初のバージョン。 -[[!tag dev stable]] +* 最初のバージョン。 +[[!tag dev stable]] diff --git a/addon/doc/ko/readme.md b/addon/doc/ko/readme.md index 8d5f93d0..cde838a8 100644 --- a/addon/doc/ko/readme.md +++ b/addon/doc/ko/readme.md @@ -1,25 +1,27 @@ # Clip Contents Designer # -* 저자: 노엘리아 루이즈 마르티네스. -* 다운로드 [출시판][1] -* 다운로드 [개발판][2] +* 저자: 노엘리아 루이즈 마르티네스. +* 다운로드 [출시판][1] +* 다운로드 [개발판][2] This add-on is used to add text to the clipboard, which can be useful when you want to join sections of text together ready for pasting. The clipboard content can also be cleared. ## 키보드 명령 목록 ## -* NVDA+windows+c: Add selected text, Unicode braille characters which + +* NVDA+windows+c: Add selected text, Unicode braille characters which represent MathML objects, or the string which has been marked with the review cursor, to the clipboard. -* NVDA+windows+x: 클립보드 내용을 삭제합니다. -* NVDA+windows+f9: Mark the current position of the review cursor as the start of the text to be added to the clipboard. +* NVDA+windows+x: 클립보드 내용을 삭제합니다. +* NVDA+windows+f9: Mark the current position of the review cursor as the start of the text to be added to the clipboard. If you use nvda+F9, the text will not be added. 주의: 위 명령들은 NVDA 설정 메뉴에 있는 단춧키 설정내 텍스트 리뷰 목록에서 변경할 수 있습니다. ## 설정 메뉴 ## -* Clip Contents Designer settings: Allows to set a separator which can be used to find the text segments once the entire added text is pasted. + +* Clip Contents Designer settings: Allows to set a separator which can be used to find the text segments once the entire added text is pasted. It's also possible to choose if the added text will be appended or prepended. Note: The above command can be changed from NVDA menu, Preferences submenu, @@ -27,33 +29,37 @@ Input gestures dialog, Configuration category. ## Changes for 5.0 ## -* The visual presentation of the dialog has been enhanced, adhering to the +* The visual presentation of the dialog has been enhanced, adhering to the appearance of the dialogs shown in NVDA. -* Requires NVDA 2016.4 or later. +* Requires NVDA 2016.4 or later. ## Changes for 4.0 ## -* Add-on settings are managed from NVDA configuration, so that standard + +* Add-on settings are managed from NVDA configuration, so that standard profiles can be used to save different separators, and it's not needed to copy the settings for importing at reinstallation. -* Now it's possible to choose if the added text will be appended or +* Now it's possible to choose if the added text will be appended or prepended, using the Add text before clip data check box from the Clip Contents Designer settings dialog. ## Changes for 3.0 ## -* Braille representation of MathML objects can be added to the clipboard if + +* Braille representation of MathML objects can be added to the clipboard if MathPlayer is installed. -* If no separator is set, just a single line will be placed between the +* If no separator is set, just a single line will be placed between the added text segments. -* A shortcut can be assigned to open the Clip Contents Designer settings +* A shortcut can be assigned to open the Clip Contents Designer settings dialog. -* Added a check box in the settings dialog, for choosing if the separator +* Added a check box in the settings dialog, for choosing if the separator should be copied to be imported when reinstalling the add-on. ## Changes for 2.0 ## -* Hindi characters can be used as the separator between added contents. + +* Hindi characters can be used as the separator between added contents. ## 버전 1.0 ## -* 첫 출시판. + +* 첫 출시판. [[!tag dev stable]] diff --git a/addon/doc/ne/readme.md b/addon/doc/ne/readme.md index 05a1f216..4afe4e54 100644 --- a/addon/doc/ne/readme.md +++ b/addon/doc/ne/readme.md @@ -1,26 +1,28 @@ # क्लिप सामाग्री नमुनाकार # -* लेखकहरू: नोलिया रुइज् -* [स्थीर संस्करण][1] को अनुबहन -* [विकास संस्करण][2] को अनुबहन +* लेखकहरू: नोलिया रुइज् +* [स्थीर संस्करण][1] को अनुबहन +* [विकास संस्करण][2] को अनुबहन This add-on is used to add text to the clipboard, which can be useful when you want to join sections of text together ready for pasting. The clipboard content can also be cleared. ## कुञ्जीपाटी आदेश ## -* NVDA+windows+c: Add selected text, Unicode braille characters which + +* NVDA+windows+c: Add selected text, Unicode braille characters which represent MathML objects, or the string which has been marked with the review cursor, to the clipboard. -* नेत्रवाणी+windows+x: क्लिपमा रहेका सामाग्रिलाई मेटाउ । -* NVDA+windows+f9: Mark the current position of the review cursor as the start of the text to be added to the clipboard. +* नेत्रवाणी+windows+x: क्लिपमा रहेका सामाग्रिलाई मेटाउ । +* NVDA+windows+f9: Mark the current position of the review cursor as the start of the text to be added to the clipboard. If you use nvda+F9, the text will not be added. टिप्पणी: उपरोक्त आदेशहरूलाई नेत्रवाणी मेनु, प्राथमिकताहरू उप-मेनु,लगानी सङ्केत पातोमा रहेको पाठ समिक्षा वर्गीकरणमा गएर परिवर्तन गर्न सकिन्छ । ## प्राथमिकता मेनु ## -* Clip Contents Designer settings: Allows to set a separator which can be used to find the text segments once the entire added text is pasted. + +* Clip Contents Designer settings: Allows to set a separator which can be used to find the text segments once the entire added text is pasted. It's also possible to choose if the added text will be appended or prepended. Note: The above command can be changed from NVDA menu, Preferences submenu, @@ -28,33 +30,37 @@ Input gestures dialog, Configuration category. ## Changes for 5.0 ## -* The visual presentation of the dialog has been enhanced, adhering to the +* The visual presentation of the dialog has been enhanced, adhering to the appearance of the dialogs shown in NVDA. -* Requires NVDA 2016.4 or later. +* Requires NVDA 2016.4 or later. ## Changes for 4.0 ## -* Add-on settings are managed from NVDA configuration, so that standard + +* Add-on settings are managed from NVDA configuration, so that standard profiles can be used to save different separators, and it's not needed to copy the settings for importing at reinstallation. -* Now it's possible to choose if the added text will be appended or +* Now it's possible to choose if the added text will be appended or prepended, using the Add text before clip data check box from the Clip Contents Designer settings dialog. ## Changes for 3.0 ## -* Braille representation of MathML objects can be added to the clipboard if + +* Braille representation of MathML objects can be added to the clipboard if MathPlayer is installed. -* If no separator is set, just a single line will be placed between the +* If no separator is set, just a single line will be placed between the added text segments. -* A shortcut can be assigned to open the Clip Contents Designer settings +* A shortcut can be assigned to open the Clip Contents Designer settings dialog. -* Added a check box in the settings dialog, for choosing if the separator +* Added a check box in the settings dialog, for choosing if the separator should be copied to be imported when reinstalling the add-on. ## २.० संस्करणमा गरिएका परिवर्तनहरू ## -* Hindi characters can be used as the separator between added contents. + +* Hindi characters can be used as the separator between added contents. ## १.० मा गरिएका परिवर्तनहरू ## -* सुरुको संस्करण + +* सुरुको संस्करण [[!tag dev stable]] diff --git a/addon/doc/nl/readme.md b/addon/doc/nl/readme.md index 48929e9e..75cc136b 100644 --- a/addon/doc/nl/readme.md +++ b/addon/doc/nl/readme.md @@ -1,19 +1,20 @@ # Samensteller voor klembordinhoud # -* Auteurs: Noelia Ruiz Martínez. -* Download [stabiele versie][1] -* Download [ontwikkelversie][2] +* Auteurs: Noelia Ruiz Martínez. +* Download [stabiele versie][1] +* Download [ontwikkelversie][2] This add-on is used to add text to the clipboard, which can be useful when you want to join sections of text together ready for pasting. The clipboard content can also be cleared. ## Toetsenbordsneltoetsen ## -* NVDA+windows+c: Add selected text, Unicode braille characters which + +* NVDA+windows+c: Add selected text, Unicode braille characters which represent MathML objects, or the string which has been marked with the review cursor, to the clipboard. -* NVDA+windows+x: Inhoud van klembord wissen. -* NVDA+windows+f9: Mark the current position of the review cursor as the start of the text to be added to the clipboard. +* NVDA+windows+x: Inhoud van klembord wissen. +* NVDA+windows+f9: Mark the current position of the review cursor as the start of the text to be added to the clipboard. If you use nvda+F9, the text will not be added. Opmerking: De bovenstaande commando's kunnen worden gewijzigd via het @@ -21,7 +22,8 @@ NVDA-menu, Opties submenu, Invoerhandelingen koppelen dialoogvenster, Leesoverzicht categorie. ## Menu opties ## -* Clip Contents Designer settings: Allows to set a separator which can be used to find the text segments once the entire added text is pasted. + +* Clip Contents Designer settings: Allows to set a separator which can be used to find the text segments once the entire added text is pasted. It's also possible to choose if the added text will be appended or prepended. Note: The above command can be changed from NVDA menu, Preferences submenu, @@ -29,33 +31,37 @@ Input gestures dialog, Configuration category. ## Changes for 5.0 ## -* The visual presentation of the dialog has been enhanced, adhering to the +* The visual presentation of the dialog has been enhanced, adhering to the appearance of the dialogs shown in NVDA. -* Requires NVDA 2016.4 or later. +* Requires NVDA 2016.4 or later. ## Changes for 4.0 ## -* Add-on settings are managed from NVDA configuration, so that standard + +* Add-on settings are managed from NVDA configuration, so that standard profiles can be used to save different separators, and it's not needed to copy the settings for importing at reinstallation. -* Now it's possible to choose if the added text will be appended or +* Now it's possible to choose if the added text will be appended or prepended, using the Add text before clip data check box from the Clip Contents Designer settings dialog. ## Changes for 3.0 ## -* Braille representation of MathML objects can be added to the clipboard if + +* Braille representation of MathML objects can be added to the clipboard if MathPlayer is installed. -* If no separator is set, just a single line will be placed between the +* If no separator is set, just a single line will be placed between the added text segments. -* A shortcut can be assigned to open the Clip Contents Designer settings +* A shortcut can be assigned to open the Clip Contents Designer settings dialog. -* Added a check box in the settings dialog, for choosing if the separator +* Added a check box in the settings dialog, for choosing if the separator should be copied to be imported when reinstalling the add-on. ## Veranderingen in 2.0 ## -* Hindi characters can be used as the separator between added contents. + +* Hindi characters can be used as the separator between added contents. ## Veranderingen in 1.0 ## -* Eerste versie. + +* Eerste versie. [[!tag dev stable]] diff --git a/addon/doc/pl/readme.md b/addon/doc/pl/readme.md index 16dc7207..594a16ed 100644 --- a/addon/doc/pl/readme.md +++ b/addon/doc/pl/readme.md @@ -1,29 +1,29 @@ # Clip Contents Designer # -* Autorzy: Noelia, Abdel. +* Autorzy: Noelia, Abdel. Ten dodatek służy do dodawania tekstu do schowka, co może być przydatne, gdy chcesz połączyć sekcje tekstu gotowe do wklejenia. Zawartość schowka można również wyczyścić i wyświetlić w trybie przeglądania. ## Skróty klawiszowe ## -* NVDA+windows+c: dodaje oznaczony tekst, znak brajlowski we formacie + +* NVDA+windows+c: dodaje oznaczony tekst, znak brajlowski we formacie Unicode przedstawiający obiekty MathML, lub ciąg znaków zaznaczony za pomocą kursora przeglądu do schowka. -* NVDA+windows+x: wyczyść zawartość schowka. -* Nieprzypisane: Kopiuje do schowka (lub wycina z niego), z możliwością +* NVDA+windows+x: wyczyść zawartość schowka. +* Nieprzypisane: Kopiuje do schowka (lub wycina z niego), z możliwością poproszenia o wcześniejsze potwierdzenie. -* Nieprzypisane: Wyświetla tekst schowka jako HTML w trybie przeglądania lub +* Nieprzypisane: Wyświetla tekst schowka jako HTML w trybie przeglądania lub informuje, czy schowek jest pusty lub zawiera zawartość, której nie można przedstawić w wiadomości z możliwością przeglądania, na przykład jeśli pliki lub foldery zostały skopiowane z Eksploratora Windows. -* Nieprzypisane: Wyświetla tekstową zawartość schowka jako zwykły tekst w +* Nieprzypisane: Wyświetla tekstową zawartość schowka jako zwykły tekst w trybie przeglądania lub informuje, czy schowek jest pusty lub zawiera zawartość, której nie można przedstawić w wiadomości z możliwością przeglądania, na przykład jeśli pliki lub foldery zostały skopiowane z Eksploratora Windows. - ## Ustawienia Projektanta zawartości klipu ## Ten panel jest dostępny z menu NVDA, podmenu Preferencje, okna dialogowego @@ -62,42 +62,49 @@ Zawiera następujące kontrolki: Uwagi: -* Potwierdzenia nie będą wymagane, gdy okno komunikatu NVDA jest nadal +* Potwierdzenia nie będą wymagane, gdy okno komunikatu NVDA jest nadal otwarte. W takich przypadkach działania będą wykonywane natychmiast. -* Emulate copy and emulate cut commands mean that, when these features are +* Emulate copy and emulate cut commands mean that, when these features are enabled, the add-on will take control of control+c and control+x. This will allow to select if a confirmation should be requested before performing the actions corresponding to these keystrokes. ## Changes for 46.0.0 + * NVDA will sanitize HTML in browseable messages. * Added a button to close browseable messages, in addition to the Escape key. - ## Changes for 40.0.0 + * Added support for Hebrew keyboard. ## Changes for 22.0.0 + * Added a button to restore defaults in the add-on settings panel. * The add-on cannot be run in secure mode. ## Zmiany w wersji 17.0 + * Kompatybilny z NVDA 2023.1. ## Zmiany w wersji 16.0 + * Wymagana wersja NVDA 2022.1 lub nowsza. ## Zmiany w wersji 15.0 + * Polecenie dodawania tekstu do schowka jest ponownie wyświetlane w oknie dialogowym gestów wprowadzania. * Naprawiono gesty do kopiowania i cięcia za pomocą perskiej klawiatury, dzięki Mohammadhosein Ghezelsofla. ## Zmiany w wersji 14.0 + * Kompatybilny z NVDA 2021.1. ## Changes for 13.0 + * Naprawiono błąd w układzie wizualnym panelu ustawień, dzięki Cyrille Bougot. * Ulepszona dokumentacja. @@ -111,10 +118,12 @@ Uwagi: wybrać dwie opcje dostępne dla formatu HTML. ## Zmiany w wersji 12.0 + * Naprawiono błędy podczas korzystania z emulacji kopii w aplikacjach takich jak LibreOffice Writer. ## Zmiany w wersji 11.0 + * Teraz możliwe jest dodanie tekstu oznaczonego kursorem recenzji za pomocą standardowych poleceń NVDA (NVDA + f9 i NVDA + f10). NVDA+windows+f9 nie jest już używany, co zapewnia lepszą integrację z nowym poleceniem @@ -122,6 +131,7 @@ Uwagi: * Wymaga NVDA 2019.3 lub nowszego. ## Zmiany w wersji 10.0 + * Naprawiono błąd w oknie dialogowym używanym do wyświetlania tekstu schowka, gdy jego tytuł zawiera znaki inne niż łacińskie. * Naprawiono błąd podczas korzystania z funkcji emulacji wycinania i @@ -150,46 +160,49 @@ Uwagi: ## Zmiany w wersji 6.0 -* Added options to choose if available actions should be performed after +* Added options to choose if available actions should be performed after confirmation. -* Added Emulate copy and Emulate cut commands, which could be assigned from +* Added Emulate copy and Emulate cut commands, which could be assigned from the Input gestures dialog. -* Added a dialog to configure the Emulate copy and Emulate cut +* Added a dialog to configure the Emulate copy and Emulate cut functionalities at installation. This allows to add the control+c and control+x commands to copy and cut, and be asked if you want to replace the clipboard contents when pressing these keystrokes. -* Fixed documentation for script_add (Windows+NVDA+c). +* Fixed documentation for script_add (Windows+NVDA+c). ## Zmiany w wersji 5.0 ## -* Wizualna prezentacja dialogów została ulepszona, aby była zgodna z +* Wizualna prezentacja dialogów została ulepszona, aby była zgodna z wyświetlanymi dialogami w NVDA. -* Wymaga NVDA 2016.4 lub nowszą wersje. +* Wymaga NVDA 2016.4 lub nowszą wersje. ## Zmiany w wersji 4.0 ## -* Ustawieniami dodatku teraz można zarządzać z samej konfiguracji NVDA, i z + +* Ustawieniami dodatku teraz można zarządzać z samej konfiguracji NVDA, i z tego powodu teraz profile konfiguracyjne mogą być użyte do zachowywania różnych separatorów, a właściwie, teraz staje się niepotrzebnym kopiowanie ustawień separatora podczas reinstalacji. -* Teraz można wybrać, czy tekst kopiowany ma być dodawany na końcu lub na +* Teraz można wybrać, czy tekst kopiowany ma być dodawany na końcu lub na początku, używając pola wyboru Dodaj tekst przed danymi Clip z dialogu ustawień projektanta zawartości schowka. ## Zmiany w wersji 3.0 ## -* Wyświetlony brajl z MathML mogą być dodany do schowka, jeżeli MathPlayer + +* Wyświetlony brajl z MathML mogą być dodany do schowka, jeżeli MathPlayer jest zainstalowany. -* Jeżeli separator nie jest ustawiony, będzie wstawiona pojedyńcza linia +* Jeżeli separator nie jest ustawiony, będzie wstawiona pojedyńcza linia pomiędzy odcinkami dodanego tekstu. -* Teraz można przydzielić skrót do otwierania dialogu ustawień Projektanta +* Teraz można przydzielić skrót do otwierania dialogu ustawień Projektanta zawartości schowka. -* Dodane pole wyboru, dla wybierania czy separator musi być importowany +* Dodane pole wyboru, dla wybierania czy separator musi być importowany podczas reinstalacji dodatku. ## Zmiany w wersji 2.0 ## -* Znaki Dewanagari mogą być używane jako separator dodawanej treści. + +* Znaki Dewanagari mogą być używane jako separator dodawanej treści. ## Zmiany dla 1.0 ## -* Pierwsze wydanie. -[[!tag dev stable]] +* Pierwsze wydanie. +[[!tag dev stable]] diff --git a/addon/doc/pt_BR/readme.md b/addon/doc/pt_BR/readme.md index 2bb79139..54ee6924 100644 --- a/addon/doc/pt_BR/readme.md +++ b/addon/doc/pt_BR/readme.md @@ -1,6 +1,6 @@ # Gestor do Conteúdo de Transferência (Clip Contents Designer) # -* Autores: Noelia, Abdel. +* Autores: Noelia, Abdel. Este complemento é usado para adicionar texto à área de transferência, o que pode ser útil quando você deseja unir seções de texto prontas para colar. O @@ -8,23 +8,23 @@ conteúdo da área de transferência também pode ser limpo e mostrado no modo de navegação. ## Comandos de teclado ## -* NVDA+windows+c: Acrescenta o texto selecionado, os caracteres braille + +* NVDA+windows+c: Acrescenta o texto selecionado, os caracteres braille Unicode que representem objetos MathML, ou a sequência (string) que foi marcada com o cursor de exploração, à área de transferência. -* NVDA+windows+x: Apaga o conteúdo da área de transferência. -* Não atribuído: copia (ou corta) a área de transferência, com a +* NVDA+windows+x: Apaga o conteúdo da área de transferência. +* Não atribuído: copia (ou corta) a área de transferência, com a possibilidade de ser solicitada uma confirmação prévia. -* Não atribuído: Mostra o texto da área de transferência como HTML no modo +* Não atribuído: Mostra o texto da área de transferência como HTML no modo de navegação ou anuncia se a área de transferência está vazia ou possui conteúdos que não podem ser apresentados em uma mensagem navegável, por exemplo, se arquivos ou pastas foram copiados do Windows Explorer. -* Não atribuído: Mostra o conteúdo textual da área de transferência como +* Não atribuído: Mostra o conteúdo textual da área de transferência como texto simples no modo de navegação ou anuncia se a área de transferência está vazia ou tem conteúdos que não podem ser apresentados em uma mensagem navegável, por exemplo, se arquivos ou pastas foram copiados do Windows Explorer. - ## Configurações do Gestor do Conteúdo de Transferência ## Este painel está disponível no menu do NVDA, submenu Preferências, diálogo @@ -65,44 +65,51 @@ Contém os seguintes controles: Notas: -* Confirmações não serão solicitadas quando uma caixa de mensagem do NVDA +* Confirmações não serão solicitadas quando uma caixa de mensagem do NVDA ainda estiver aberta. Nesses casos, as ações serão executadas imediatamente. -* Emulate copy and emulate cut commands mean that, when these features are +* Emulate copy and emulate cut commands mean that, when these features are enabled, the add-on will take control of control+c and control+x. This will allow to select if a confirmation should be requested before performing the actions corresponding to these keystrokes. ## Changes for 46.0.0 + * NVDA will sanitize HTML in browseable messages. * Added a button to close browseable messages, in addition to the Escape key. - ## Mudanças na 40.0.0 + * Adicionado suporte ao teclado hebraico. ## Mudanças na 22.0.0 + * Foi adicionado um botão para restaurar os padrões no painel de configurações do complemento. * O add-on não pode ser executado no modo seguro. ## Mudanças na 17.0 + * Compatível com o NVDA 2023.1. ## Mudanças na 16.0 + * Requer NVDA 2022.1 ou posterior. ## Mudanças na 15.0 + * O comando para adicionar texto à área de transferência é novamente apresentado na caixa de diálogo de gestos de entrada. * Corrigidos os gestos para copiar e cortar com o teclado persa, graças a Mohammadhosein Ghezelsofla. ## Mudanças na 14.0 + * Compatível com o NVDA 2021.1. ## Changes for 13.0 + * Corrigido um problema no leiaute visual do painel de configurações, graças a Cyrille Bougot. * Documentação melhorada. @@ -118,16 +125,19 @@ Notas: para o formato HTML. ## Mudanças na 12.0 + * Falhas corrigidas ao usar emular cópia em aplicativos como o LibreOffice Writer. ## Mudanças na 11.0 + * Agora é possível adicionar texto marcado com o cursor de exploração usando comandos padrão do NVDA (NVDA+f9 e NVDA+f10). NVDA+windows+f9 não é mais usado, por uma melhor integração com o novo comando NVDA+shift+f9. * Requer NVDA 2019.3 ou posterior. ## Mudanças na 10.0 + * Corrigida uma falha no diálogo usado para mostrar o texto da área de transferência, quando o título continha caracteres não latinos. * Corrigido uma falha ao usar os recursos de emulação de corte e cópia com @@ -158,48 +168,51 @@ Notas: ## Mudanças na 6.0 -* Foram adicionadas opções para escolher se as ações disponíveis devem ser +* Foram adicionadas opções para escolher se as ações disponíveis devem ser executadas após a confirmação. -* Adição dos comandos Emular cópia e Emular corte, que podem ser atribuídos +* Adição dos comandos Emular cópia e Emular corte, que podem ser atribuídos na caixa de diálogo Gestos de entrada. -* Added a dialog to configure the Emulate copy and Emulate cut +* Added a dialog to configure the Emulate copy and Emulate cut functionalities at installation. This allows to add the control+c and control+x commands to copy and cut, and be asked if you want to replace the clipboard contents when pressing these keystrokes. -* Corrigida a documentação do script_add (Windows+NVDA+c). +* Corrigida a documentação do script_add (Windows+NVDA+c). ## Mudanças na 5.0 ## -* A apresentação visual do diálogo foi aprimorada, aderindo à aparência dos +* A apresentação visual do diálogo foi aprimorada, aderindo à aparência dos diálogos mostrados no NVDA. -* Requer NVDA 2016.4 ou posterior. +* Requer NVDA 2016.4 ou posterior. ## Mudanças na 4.0 ## -* As configurações do complemento são gerenciadas a partir da configuração + +* As configurações do complemento são gerenciadas a partir da configuração do NVDA, de modo que os perfis padrão podem ser usados para salvar separadores diferentes, e não é necessário copiar as configurações para importação na reinstalação. -* Agora é possível escolher se o texto será acrescentado depois ou antes do +* Agora é possível escolher se o texto será acrescentado depois ou antes do que já está lá, usando a caixa de seleção acrescentar texto antes dos dados, no diálogo de opções do gestor de conteúdo da área de transferência. ## Mudanças na 3.0 ## -* Representações braille de objetos MathML podem ser acrescentadas à área de + +* Representações braille de objetos MathML podem ser acrescentadas à área de transferência se o MathPlayer estiver instalado. -* Caso nenhum separador seja configurado, apenas uma linha será colocada +* Caso nenhum separador seja configurado, apenas uma linha será colocada entre os segmentos de texto acrescentados. -* Uma tecla de atalho pode ser atribuída para abrir o diálogo de opções do +* Uma tecla de atalho pode ser atribuída para abrir o diálogo de opções do gestor do conteúdo de transferência. -* Adicionada uma caixa de seleção ao diálogo de opções, para escolher se o +* Adicionada uma caixa de seleção ao diálogo de opções, para escolher se o separador deve ser copiado para ser importado ao reinstalar o complemento. ## Mudanças na 2.0 ## -* Caracteres hindi podem ser usados como o separador entre conteúdos + +* Caracteres hindi podem ser usados como o separador entre conteúdos acrescentados. ## Mudanças na 1.0 ## -* Versão inicial. -[[!tag dev stable]] +* Versão inicial. +[[!tag dev stable]] diff --git a/addon/doc/pt_PT/readme.md b/addon/doc/pt_PT/readme.md index f468f0c2..cf9cc0a7 100644 --- a/addon/doc/pt_PT/readme.md +++ b/addon/doc/pt_PT/readme.md @@ -1,6 +1,6 @@ # Clip Contents Designer # -* Autores: Noelia, Abdel. +* Autores: Noelia, Abdel. Este extra é usado para adicionar texto à área de transferência, o que lhe pode ser útil quando quiser juntar várias partes de textos num só, pronto @@ -8,24 +8,24 @@ para colar. O conteúdo da área de transferência também pode ser visto no modo de navegação. ## Comandos de teclado ## -* NVDA+windows+c: adiciona o texto seleccionado, os caracteres unicode em + +* NVDA+windows+c: adiciona o texto seleccionado, os caracteres unicode em Braille que representem objetos MathML, ou a cadeia que foi marcada com o cursor de exploração, à área de transferência. -* NVDA+windows+x: limpa o conteúdo da área de transferência. -* Não atribuído: Cópias para (ou cortes de) a área de transferência, com a +* NVDA+windows+x: limpa o conteúdo da área de transferência. +* Não atribuído: Cópias para (ou cortes de) a área de transferência, com a possibilidade de ser solicitada uma confirmação prévia. -* Não atribuído: Mostra o texto da área de transferência como HTML no modo +* Não atribuído: Mostra o texto da área de transferência como HTML no modo de navegação, ou anuncia se a área de transferência está vazia ou tem conteúdos que não podem ser apresentados numa mensagem navegável, por exemplo, se ficheiros ou pastas foram copiados do Explorador do Windows. -* Não atribuído: Mostra o conteúdo da área de transferência textual como +* Não atribuído: Mostra o conteúdo da área de transferência textual como texto simples no modo de navegação, ou anuncia se a área de transferência está vazia ou tem conteúdo que não pode ser apresentado numa mensagem navegável, por exemplo, se os ficheiros ou pastas foram copiados do Explorador do Windows. - -## Configurações do gestor da área de transferência. ## +## Configurações do gestor da área de transferência ## Este painel está disponível a partir do menu do NVDA, submenu Preferências, diálogo configurações. @@ -65,43 +65,50 @@ Contém os seguintes controlos: Notas: -* As confirmações não serão solicitadas quando uma caixa de mensagens do +* As confirmações não serão solicitadas quando uma caixa de mensagens do NVDA ainda estiver aberta. Nesses casos, as acções serão executadas de imediato. -* Emulate copy and emulate cut commands mean that, when these features are +* Emulate copy and emulate cut commands mean that, when these features are enabled, the add-on will take control of control+c and control+x. This will allow to select if a confirmation should be requested before performing the actions corresponding to these keystrokes. ## Changes for 46.0.0 + * NVDA will sanitize HTML in browseable messages. * Added a button to close browseable messages, in addition to the Escape key. - ## Changes for 40.0.0 + * Added support for Hebrew keyboard. ## Changes for 22.0.0 + * Added a button to restore defaults in the add-on settings panel. * The add-on cannot be run in secure mode. ## Changes for 17.0 + * Compatible with NVDA 2023.1. ## Changes for 16.0 + * Reqires NVDA 2022.1 or later. ## Changes for 15.0 + * The command to add text to clipboard is again presented in the input gestures dialog. * Fixed gestures to copy and cut with Persian keyboard, thanks to Mohammadhosein Ghezelsofla. ## Changes for 14.0 + * Compatible with NVDA 2021.1. ## Changes for 13.0 + * Corrigido um problema na disposição visual do painel de configurações, graças a Cyrille Bougot. * Documentação melhorada. @@ -116,16 +123,19 @@ Notas: para o formato HTML. ## Alterações para 12.0 + * Corrigidos bugs ao utilizar cópia emulada em aplicações como o LibreOffice Writer. ## Alterações para 11.0 + * Agora é possível adicionar texto marcado com o cursor de revisão usando comandos padrão do NVDA (NVDA+f9 e NVDA+f10). NVDA+windows+f9 já não é utilizado, para uma melhor integração com o novo comando NVDA+shift+f9. * Requer NVDA 2019.3 ou posterior. ## Alterações para 10.0 + * Corrigido um erro no diálogo utilizado para mostrar o texto da área de transferência, quando o seu título contém caracteres não latinos. * Corrigido um erro ao utilizar as funções de corte e cópia emulada com um @@ -156,48 +166,51 @@ Notas: ## Alterações para a versão 6.0 -* Added options to choose if available actions should be performed after +* Added options to choose if available actions should be performed after confirmation. -* Added Emulate copy and Emulate cut commands, which could be assigned from +* Added Emulate copy and Emulate cut commands, which could be assigned from the Input gestures dialog. -* Added a dialog to configure the Emulate copy and Emulate cut +* Added a dialog to configure the Emulate copy and Emulate cut functionalities at installation. This allows to add the control+c and control+x commands to copy and cut, and be asked if you want to replace the clipboard contents when pressing these keystrokes. -* Fixed documentation for script_add (Windows+NVDA+c). +* Fixed documentation for script_add (Windows+NVDA+c). ## Alterações para a versão 5.0 ## -* A apresentação visual do diálogo foi melhorada, coincidindo com a +* A apresentação visual do diálogo foi melhorada, coincidindo com a aparência dos diálogos mostrados no NVDA. -* Requer o NVDA 2016.4 ou posterior. +* Requer o NVDA 2016.4 ou posterior. ## Alterações para a versão 4.0 ## -* As opções do extra são agora geridas directamente pela configuração do + +* As opções do extra são agora geridas directamente pela configuração do NVDA, de modo que se pode usar perfis para salvar diferentes separadores e não é necessário copiar as opções para importá-las quando numa reinstalação. -* Agora é possível escolher se o texto será colocado depois ou antes do que +* Agora é possível escolher se o texto será colocado depois ou antes do que já lá está, usando a caixa de selecção existente no diálogo de opções do gestor de conteúdos da área de transferência. ## Alterações para a versão 3.0 ## -* As representações braile de objectos MathML podem ser acrescentadas à área + +* As representações braile de objectos MathML podem ser acrescentadas à área de transferência, se o MathPlayer estiver instalado. -* Se não for definido qualquer separador, apenas será colocada uma linha +* Se não for definido qualquer separador, apenas será colocada uma linha entre os vários fragmentos de texto adicionados. -* Pode criar-se uma tecla de atalho para abrir o diálogo de opções do gestor +* Pode criar-se uma tecla de atalho para abrir o diálogo de opções do gestor do conteúdo de transferência. -* Acrescentada uma caixa de selecção ao diálogo de opções, a qual permite +* Acrescentada uma caixa de selecção ao diálogo de opções, a qual permite escolher se o separador de fragmentos deve ser copiado para ser importado ao reinstalar o extra. ## Alterações para a versão 2.0 ## -* Os caracteres hindi podem ser usados como separador entre conteúdos + +* Os caracteres hindi podem ser usados como separador entre conteúdos acrescentados. ## Alterações para a versão 1.0 ## -* Versão inicial. -[[!tag dev stable]] +* Versão inicial. +[[!tag dev stable]] diff --git a/addon/doc/ro/readme.md b/addon/doc/ro/readme.md index f6900c9e..37b47368 100644 --- a/addon/doc/ro/readme.md +++ b/addon/doc/ro/readme.md @@ -1,6 +1,6 @@ # Clip Contents Designer # -* Autori: Noelia și Abdel. +* Autori: Noelia și Abdel. Acest supliment este utilizat pentru a adăuga text pe planșetă, care poate fi folositor când dorești să accesezi secțiuni de text împreună gata pentru @@ -8,22 +8,22 @@ a fi lipit. Conținutul de pe planșetă poate, deasemenea, fi curățat și afișat în modul de navigare. ## Comenzi de taste ## -* NVDA+Windows+C: Adaugă textul selectat, caracterele Unicode braille care + +* NVDA+Windows+C: Adaugă textul selectat, caracterele Unicode braille care reprezintă obiectele MathML, sau string-ul care a fost marcat cu cursorul de vizualizare, pe planșetă. -* NVDA+Windows+X: Curăță contentul de pe planșetă. -* Not assigned: Copies to (or cuts from) the clipboard, with the possibility +* NVDA+Windows+X: Curăță contentul de pe planșetă. +* Not assigned: Copies to (or cuts from) the clipboard, with the possibility of being asked for a previous confirmation. -* Not assigned: Shows the clipboard text as HTML in browse mode, or +* Not assigned: Shows the clipboard text as HTML in browse mode, or announces if clipboard is empty or has contents which can't be presented in a browseable message, for instance if files or folders are been copied from Windows Explorer. -* Not assigned: Shows the textual clipboard contents as plain text in browse +* Not assigned: Shows the textual clipboard contents as plain text in browse mode, or announces if clipboard is empty or has contents which can't be presented in a browseable message, for instance if files or folders are been copied from Windows Explorer. - ## Clip Contents Designer settings ## This panel is available from NVDA's menu, Preferences submenu, Settings @@ -61,42 +61,49 @@ It contains the following controls: Note: -* Confirmations won't be requested when a message box of NVDA is still +* Confirmations won't be requested when a message box of NVDA is still opened. In those cases, actions will be inmediately performed. -* Emulate copy and emulate cut commands mean that, when these features are +* Emulate copy and emulate cut commands mean that, when these features are enabled, the add-on will take control of control+c and control+x. This will allow to select if a confirmation should be requested before performing the actions corresponding to these keystrokes. ## Changes for 46.0.0 + * NVDA will sanitize HTML in browseable messages. * Added a button to close browseable messages, in addition to the Escape key. - ## Changes for 40.0.0 + * Added support for Hebrew keyboard. ## Changes for 22.0.0 + * Added a button to restore defaults in the add-on settings panel. * The add-on cannot be run in secure mode. ## Changes for 17.0 + * Compatible with NVDA 2023.1. ## Changes for 16.0 + * Reqires NVDA 2022.1 or later. ## Changes for 15.0 + * The command to add text to clipboard is again presented in the input gestures dialog. * Fixed gestures to copy and cut with Persian keyboard, thanks to Mohammadhosein Ghezelsofla. ## Changes for 14.0 + * Compatible with NVDA 2021.1. ## Changes for 13.0 + * Fixed an issue in visual layout of the settings panel, thanks to Cyrille Bougot. * Improved documentation. @@ -109,16 +116,19 @@ Note: options available for HTML format. ## Changes for 12.0 + * Fixed bugs when using emulate copy in applications like LibreOffice Writer. ## Changes for 11.0 + * Now it's possible to add text marked with the review cursor using standard commands of NVDA (NVDA+f9 and NVDA+f10). NVDA+windows+f9 is no longer used, for a better integration with the new NVDA+shift+f9 command. * Requires NVDA 2019.3 or later. ## Modificări în 10.0 + * S-a rezolvat o problemă în dialog care făcea să se afișeze textul de pe planșetă când titlul său conținea caractere nelatine. * S-a rezolvat o problemă întâmpinată la utilizarea copierii și a tăierii @@ -149,46 +159,49 @@ Note: ## Modificări în 6.0 -* Added options to choose if available actions should be performed after +* Added options to choose if available actions should be performed after confirmation. -* Added Emulate copy and Emulate cut commands, which could be assigned from +* Added Emulate copy and Emulate cut commands, which could be assigned from the Input gestures dialog. -* Added a dialog to configure the Emulate copy and Emulate cut +* Added a dialog to configure the Emulate copy and Emulate cut functionalities at installation. This allows to add the control+c and control+x commands to copy and cut, and be asked if you want to replace the clipboard contents when pressing these keystrokes. -* Fixed documentation for script_add (Windows+NVDA+c). +* Fixed documentation for script_add (Windows+NVDA+c). ## Modificări în 5.0 ## -* Prezentarea vizuală a dialogului a fost îmbunătățită, aderând la aspectul +* Prezentarea vizuală a dialogului a fost îmbunătățită, aderând la aspectul dialogurilor afișate în NVDA. -* Necesită NVDA 2016.4 sau mai nou. +* Necesită NVDA 2016.4 sau mai nou. ## Modificări din 4.0 ## -* Setările suplimentului sunt gestionate din configurarea NVDA, deci + +* Setările suplimentului sunt gestionate din configurarea NVDA, deci profilurile implicite pot fi folosite pentru a salva diferite separatoare, și nu este nevoie să copiezi setările pentru a le importa la reinstalare. -* Acum este posibilă selectarea dacă textul adăugat va fi anexat sau +* Acum este posibilă selectarea dacă textul adăugat va fi anexat sau prefixat, utilizând căsuța Adăugare text din dialogul de setări al Clip Contents Designer-ului. ## Modificări din 3.0 ## -* Reprezentarea Braille din obiectele MathML poate fi adăugat pe planșetă + +* Reprezentarea Braille din obiectele MathML poate fi adăugat pe planșetă dacă MathPlayer este instalat. -* Dacă niciun separator nu este setat, o singură linie va fi adăugată între +* Dacă niciun separator nu este setat, o singură linie va fi adăugată între segmentele textului adăugat. -* O scurtătură poate fi definită pentru a deschide setările Clip Contents +* O scurtătură poate fi definită pentru a deschide setările Clip Contents Designer-ului. -* A fost adăugată o căsuță în dialogul de setări, pentru a selecta dacă +* A fost adăugată o căsuță în dialogul de setări, pentru a selecta dacă separatorul trebuie să fie copiat pentru a fi immportat când reinstalezi add-on-ul. ## Modificări din 2.0 ## -* Caracterele indiene pot fi folosite ca separator între content-ul adăugat. + +* Caracterele indiene pot fi folosite ca separator între content-ul adăugat. ## Modificări din 1.0 ## -* Versiunea inițială. -[[!tag dev stable]] +* Versiunea inițială. +[[!tag dev stable]] diff --git a/addon/doc/ru/readme.md b/addon/doc/ru/readme.md index 189d44c6..4161f363 100644 --- a/addon/doc/ru/readme.md +++ b/addon/doc/ru/readme.md @@ -1,6 +1,6 @@ # Clip Contents Designer # -* Авторы: Noelia, Abdel. +* Авторы: Noelia, Abdel. Это дополнение используется для добавления текста в буфер обмена, что может быть полезно, когда вы хотите объединить фрагменты текста, готовые к @@ -8,23 +8,23 @@ режиме просмотра. ## Команды клавиш ## -* NVDA+windows+c: Добавить выделенный текст, символы юникода брайля, + +* NVDA+windows+c: Добавить выделенный текст, символы юникода брайля, представляющие объекты в MathML, или строку, которая была отмечена просмотровым курсором в буфер обмена. -* NVDA+windows+x: Очистить содержимое буфера обмена. -* Не назначена: Копирует в буфер обмена (или вырезает из него) с +* NVDA+windows+x: Очистить содержимое буфера обмена. +* Не назначена: Копирует в буфер обмена (или вырезает из него) с возможностью запроса предварительного подтверждения. -* Не назначена: Отображает текст из буфера обмена в формате HTML в режиме +* Не назначена: Отображает текст из буфера обмена в формате HTML в режиме просмотра или сообщает, если буфер обмена пуст или содержит содержимое, которое невозможно отобразить в доступном для просмотра сообщении, например, если файлы или папки были скопированы из проводника Windows. -* Не назначена: Отображает текстовое содержимое буфера обмена в виде +* Не назначена: Отображает текстовое содержимое буфера обмена в виде обычного текста в режиме обзора или сообщает, если буфер обмена пуст или содержит содержимое, которое невозможно отобразить в доступном для просмотра сообщении, например, если файлы или папки были скопированы из проводника Windows. - ## Настройки Clip Contents Designer ## Эта панель доступна из меню NVDA, подменю параметров, диалога настроек. @@ -64,43 +64,50 @@ Примечания: -* Подтверждения не будут запрашиваться, если окно сообщений NVDA всё ещё +* Подтверждения не будут запрашиваться, если окно сообщений NVDA всё ещё открыто. В таких случаях действия будут выполнены незамедлительно. -* Команды эмуляции копирования и вырезания означают, что при включении этих +* Команды эмуляции копирования и вырезания означают, что при включении этих функций дополнение возьмет на себя управление клавишами control+c и control+x. Это позволит выбрать, следует ли запрашивать подтверждение перед выполнением действий, соответствующих этим нажатиям клавиш. ## Изменения для 46.0.0 + * NVDA продезинфицирует HTML в просмотровых сообщениях. * Добавлена кнопка для закрытия просмотровых сообщений, в дополнение к клавише Escape. - ## Изменения для 40.0.0 + * Добавлена ​​поддержка клавиатуры на иврите. ## Изменения для 22.0 + * Добавлена кнопка для восстановления настроек по умолчанию на панели настроек дополнения. * Дополнение не может быть запущена в безопасном режиме. ## Изменения для 17.0 + * Совместимо с NVDA 2023.1. ## Изменения для 16.0 + * Требуется NVDA 2022.1 или позднее. ## Изменения для 15.0 + * Команда для добавления текста в буфер обмена снова отображается в диалоге жестов ввода. * Исправлены жесты для копирования и вырезания с помощью персидской клавиатуры, спасибо Mohammadhosein Ghezelsofla. ## Изменения для 14.0 + * Совместимо с NVDA 2021.1. ## Изменения для 13.0 + * Исправлена ошибка в визуальном оформлении панели настроек, спасибо Cyrille Bougot. * Улучшена документация. @@ -114,16 +121,19 @@ образом изменен, чтобы выбрать два варианта, доступные для формата HTML. ## Изменения для 12.0 + * Исправлены ошибки при использовании эмуляции копирования в таких приложениях, как LibreOffice Writer. ## Изменения для 11.0 + * Теперь можно добавлять текст, отмеченный курсором обзора, используя стандартные команды NVDA (NVDA+f9 и NVDA+f10). NVDA+windows+f9 больше не используется для лучшей интеграции с новой командой NVDA+shift+f9. * Требуется NVDA 2019.3 или позднее. ## Изменения для 10.0 + * Исправлена ошибка в диалоге, используемом для отображения текста буфера обмена, когда его заголовок содержал нелатинские символы. * Исправлена ошибка при использовании функций эмуляции вырезания и @@ -152,46 +162,49 @@ ## Изменения для 6.0 -* Добавлены опции для выбора того, следует ли выполнять доступные действия +* Добавлены опции для выбора того, следует ли выполнять доступные действия после подтверждения. -* Добавлены команды "Эмулировать копирование" и "Эмулировать вырезание", +* Добавлены команды "Эмулировать копирование" и "Эмулировать вырезание", которые можно назначить из диалога "Жесты ввода". -* Добавлен диалог для настройки функций эмулирования копирования и вырезания +* Добавлен диалог для настройки функций эмулирования копирования и вырезания при установке. Это позволяет добавлять команды control+c и control+x для копирования и вырезания, а также получать запрос на замену содержимого буфера обмена при нажатии этих клавиш. -* Исправлена документация для script_add (Windows+NVDA+c). +* Исправлена документация для script_add (Windows+NVDA+c). ## Изменения для 5.0 ## -* Визуальное представление диалогов было модифицировано, придерживаясь +* Визуальное представление диалогов было модифицировано, придерживаясь внешнего вида диалогов, отображаемых в NVDA. -* Требуется NVDA 2016.4 или позднее. +* Требуется NVDA 2016.4 или позднее. ## Изменения для 4.0 ## -* Настройки дополнения управляются из конфигурации NVDA, так что стандартные + +* Настройки дополнения управляются из конфигурации NVDA, так что стандартные профили можно использовать для сохранения различных разделителей, и нет необходимости копировать настройки для импорта при переустановке. -* Теперь можно выбрать, будет ли добавленный текст добавляться дополнительно +* Теперь можно выбрать, будет ли добавленный текст добавляться дополнительно или предварять его, установив флажок Добавлять текст перед данными клипа в диалоге настроек Clip Contents Designer. ## Изменения для 3.0 ## -* Отображение объектов MathML по Брайлю может быть добавлено в буфер обмена, + +* Отображение объектов MathML по Брайлю может быть добавлено в буфер обмена, если установлен MathPlayer. -* Если разделитель не выбран, между фрагментами текста будет добавляться +* Если разделитель не выбран, между фрагментами текста будет добавляться одна пустая строка. -* Можно назначить ярлык для открытия диалога настроек Clip Contents +* Можно назначить ярлык для открытия диалога настроек Clip Contents Designer. -* Добавлен флажок в диалог настроек, позволяющий выбрать, следует ли +* Добавлен флажок в диалог настроек, позволяющий выбрать, следует ли копировать разделитель для импорта при переустановке дополнения. ## Изменения для 2.0 ## -* Символы хинди могут использоваться в качестве разделителя между + +* Символы хинди могут использоваться в качестве разделителя между добавляемым содержимым. ## Изменения для 1.0 ## -* Первоначальная версия. -[[!tag dev stable]] +* Первоначальная версия. +[[!tag dev stable]] diff --git a/addon/doc/sk/readme.md b/addon/doc/sk/readme.md index e3e6a9a8..a036cc67 100644 --- a/addon/doc/sk/readme.md +++ b/addon/doc/sk/readme.md @@ -1,27 +1,27 @@ # Rozšírená schránka # -* Autori: Noelia, Abdel. +* Autori: Noelia, Abdel. Tento doplnok využijete, ak chcete do schránky Windows postupne vkladať rôzne časti textu a výsledok naraz prilepiť. Doplnok vie tiež vyčistiť obsah schránky a zobraziť obsah schránky v režime prehliadania. ## Klávesové skratky ## -* NVDA+windows+c: pripojí k obsahu schránky vybratý text, alebo text, ktorý + +* NVDA+windows+c: pripojí k obsahu schránky vybratý text, alebo text, ktorý ste označili prezeracím kurzorom. Takto je možné pridať aj znaky unicode, MathML. -* NVDA+windows+x: vymaže obsah schránky. -* Nepridelené: Skopíruje alebo vystrihne obsah, pričom zobrazí varovanie. -* Not assigned: Shows the clipboard text as HTML in browse mode, or +* NVDA+windows+x: vymaže obsah schránky. +* Nepridelené: Skopíruje alebo vystrihne obsah, pričom zobrazí varovanie. +* Not assigned: Shows the clipboard text as HTML in browse mode, or announces if clipboard is empty or has contents which can't be presented in a browseable message, for instance if files or folders are been copied from Windows Explorer. -* Not assigned: Shows the textual clipboard contents as plain text in browse +* Not assigned: Shows the textual clipboard contents as plain text in browse mode, or announces if clipboard is empty or has contents which can't be presented in a browseable message, for instance if files or folders are been copied from Windows Explorer. - ## Clip Contents Designer settings ## This panel is available from NVDA's menu, Preferences submenu, Settings @@ -59,42 +59,49 @@ It contains the following controls: Poznámky: -* Ak je otvorené nejaké okno NVDA, nie je možné zobraziť varovanie. V +* Ak je otvorené nejaké okno NVDA, nie je možné zobraziť varovanie. V takomto prípade sa varovanie nezobrazí a akcia sa rovno vykoná. -* Emulate copy and emulate cut commands mean that, when these features are +* Emulate copy and emulate cut commands mean that, when these features are enabled, the add-on will take control of control+c and control+x. This will allow to select if a confirmation should be requested before performing the actions corresponding to these keystrokes. ## Changes for 46.0.0 + * NVDA will sanitize HTML in browseable messages. * Added a button to close browseable messages, in addition to the Escape key. - ## Changes for 40.0.0 + * Added support for Hebrew keyboard. ## Changes for 22.0.0 + * Added a button to restore defaults in the add-on settings panel. * The add-on cannot be run in secure mode. ## Changes for 17.0 + * Compatible with NVDA 2023.1. ## Changes for 16.0 + * Reqires NVDA 2022.1 or later. ## Changes for 15.0 + * The command to add text to clipboard is again presented in the input gestures dialog. * Fixed gestures to copy and cut with Persian keyboard, thanks to Mohammadhosein Ghezelsofla. ## Changes for 14.0 + * Compatible with NVDA 2021.1. ## Changes for 13.0 + * Fixed an issue in visual layout of the settings panel, thanks to Cyrille Bougot. * Improved documentation. @@ -107,10 +114,12 @@ Poznámky: options available for HTML format. ## Changes for 12.0 + * Fixed bugs when using emulate copy in applications like LibreOffice Writer. ## Zmeny vo verzii 11.0 + * Odteraz je možné do schránky pridať aj reťazce označené štandardnými príkazmi na označovanie pomocou prezeracieho kurzora (NVDA+F9, NVDA+F10). Nvda+windows+F9 sa už nepoužíva, pre lepšiu integráciu so @@ -118,6 +127,7 @@ Poznámky: * Vyžaduje NVDA od verzie 2019.3. ## Zmeny vo verzii 10.0 + * Opravená chyba, ktorá nastávala pri zobrazení názvu okna so zobrazením textu v režime prehliadania, ak boli v názve okna špeciálne znaky. * Abdel opravil problémy s kopírovaním na Arabskom rozložení klávesnice. @@ -141,42 +151,45 @@ Poznámky: ## Zmeny vo verzii 6.0 -* Added options to choose if available actions should be performed after +* Added options to choose if available actions should be performed after confirmation. -* Added Emulate copy and Emulate cut commands, which could be assigned from +* Added Emulate copy and Emulate cut commands, which could be assigned from the Input gestures dialog. -* Added a dialog to configure the Emulate copy and Emulate cut +* Added a dialog to configure the Emulate copy and Emulate cut functionalities at installation. This allows to add the control+c and control+x commands to copy and cut, and be asked if you want to replace the clipboard contents when pressing these keystrokes. -* Fixed documentation for script_add (Windows+NVDA+c). +* Fixed documentation for script_add (Windows+NVDA+c). ## Zmeny vo verzii 5.0 ## -* Opravené vizuálne zobrazenie dialógov doplnku. -* Vyžaduje NVDA od verzie 2016.4 +* Opravené vizuálne zobrazenie dialógov doplnku. +* Vyžaduje NVDA od verzie 2016.4 ## Zmeny vo verzii 4.0 ## -* Nastavenia sa ukladajú podľa pravidiel NVDA, takže je možné použiť + +* Nastavenia sa ukladajú podľa pravidiel NVDA, takže je možné použiť konfiguračné profily NVDA a nie je potrebné po preinštalovaní doplnku nanovo importovať nastavenia. -* Odteraz je možné v nastaveniach doplnku určiť, či sa bude text vkladať na - koniec alebo na začiatok obsahu schránky. +* Odteraz je možné v nastaveniach doplnku určiť, či sa bude text vkladať na + koniec alebo na začiatok obsahu schránky. ## Zmeny vo verzii 3.0 ## -* Braillovské znaky pre matematické operátory je takisto možné vkladať do + +* Braillovské znaky pre matematické operátory je takisto možné vkladať do schránky, ak je k dispozícii MathPlayer. -* Ak nezadáte znaky na oddelenie, použije sa jeden prázdny riadok. -* Nastavenia doplnku je možné vyvolať klávesovou skratkou, ktorú si +* Ak nezadáte znaky na oddelenie, použije sa jeden prázdny riadok. +* Nastavenia doplnku je možné vyvolať klávesovou skratkou, ktorú si nastavíte v dialógu klávesové skratky. -* Pridané začiarkávacie políčko, ktoré zaistí importovanie nastavení po +* Pridané začiarkávacie políčko, ktoré zaistí importovanie nastavení po preinštalovaní doplnku. ## Zmeny vo verzii 2.0 ## -* Znaky v jazyku Hindi môžu byť použité na oddelenie častí schránky. + +* Znaky v jazyku Hindi môžu byť použité na oddelenie častí schránky. ## Zmeny vo verzii 1.0 ## -* prvé vydanie. -[[!tag dev stable]] +* prvé vydanie. +[[!tag dev stable]] diff --git a/addon/doc/sr/readme.md b/addon/doc/sr/readme.md index e4f43afd..49461f74 100644 --- a/addon/doc/sr/readme.md +++ b/addon/doc/sr/readme.md @@ -1,10 +1,9 @@ # Dizajner sadržaja privremene memorije # -* Authors: Noelia, Abdel. -* NVDA compatibility: 2019.3 or later -* preuzmi [stabilnu verziju][1] -* preuzmi [verziju u razvoju][2] - +* Authors: Noelia, Abdel. +* NVDA compatibility: 2019.3 or later +* preuzmi [stabilnu verziju][1] +* preuzmi [verziju u razvoju][2] This add-on is used to add text to the clipboard, which can be useful when you want to join sections of text together ready for pasting. The clipboard @@ -26,28 +25,32 @@ Napomena: Navedene komande možete pronaći i izmeniti kroz NVDA meni > Podešavanja > Ulazne komande, pa zatim pronađite sekciju Pregled teksta. ## Podešavanja ## -* Clip Contents Designer settings: Allows to set a separator which can be used to find the text segments once the entire added text is pasted. + +* Clip Contents Designer settings: Allows to set a separator which can be used to find the text segments once the entire added text is pasted. It's also possible to choose if the added text will be appended or prepended, if available actions (add, clear clipboard, emulate copy and emulate cut) should be performed inmediately or after confirmation, and if confirmations will be requested always, just if text is contained in the clipboard, or if clipboard is not empty. Furthermore, it's possible to change the format and maximum number of characters of the clipboard text which will be shown in browse mode. Please, be aware that increasing this limit may produce issues if the clipboard contains large strings of text. The default limit is 100000 characters. Notes: -* The above command can be changed from NVDA menu, Preferences submenu, +* The above command can be changed from NVDA menu, Preferences submenu, Input gestures dialog, Configuration category. -* Confirmations won't be requested when a message box of NVDA is still +* Confirmations won't be requested when a message box of NVDA is still opened. In those cases, actions will be inmediately performed. ## Changes for 12.0 + * Fixed bugs when using emulate copy in applications like LibreOffice Writer. ## Changes for 11.0 + * Now it's possible to add text marked with the review cursor using standard commands of NVDA (NVDA+f9 and NVDA+f10). NVDA+windows+f9 is no longer used, for a better integration with the new NVDA+shift+f9 command. * Requires NVDA 2019.3 or later. ## Changes for 10.0 + * Fixed a bug in the dialog used to show the clipboard text, when its title contains non latin characters. * Fixed a bug when using the emulate cut and copy features with an Arabic @@ -77,39 +80,43 @@ Notes: ## Changes for 6.0 -* Added options to choose if available actions should be performed after confirmation. -* Added Emulate copy and Emulate cut commands, which could be assigned from the Input gestures dialog. -* Added a dialog to configure the Emulate copy and Emulate cut functionalities at installation. This allows to add the control+c and control+x commands to copy and cut, and be asked if you want to replace the clipboard contents when pressing these keystrokes. -* Fixed documentation for script_add (Windows+NVDA+c). +* Added options to choose if available actions should be performed after confirmation. +* Added Emulate copy and Emulate cut commands, which could be assigned from the Input gestures dialog. +* Added a dialog to configure the Emulate copy and Emulate cut functionalities at installation. This allows to add the control+c and control+x commands to copy and cut, and be asked if you want to replace the clipboard contents when pressing these keystrokes. +* Fixed documentation for script_add (Windows+NVDA+c). ## Promene u 5.0 ## -* Vizuelno predstavljanje dijaloga je poboljšano, slično dijalozima koji su +* Vizuelno predstavljanje dijaloga je poboljšano, slično dijalozima koji su prikazani u programu NVDA. -* Zahteva NVDA 2016.4 ili noviji. +* Zahteva NVDA 2016.4 ili noviji. ## Promene u 4.0 ## -* Podešavanja dodatka upravljaju NVDA konfiguracijom, tako da možete + +* Podešavanja dodatka upravljaju NVDA konfiguracijom, tako da možete koristiti standardne profile za čuvanje podešavanja, i ne morate da kopirate podešavanja nakon reinstalacije. -* Sada je moguće izabrati da li će dodat tekst biti spojen ili prespojen, +* Sada je moguće izabrati da li će dodat tekst biti spojen ili prespojen, koristeći dodaj deo teksta pre podataka izborno polje u podešavanjima dodatka. ## Promene u 3.0 ## -* Brajevo predstavljanje MathML objekata se može dodati u privremenu + +* Brajevo predstavljanje MathML objekata se može dodati u privremenu memoriju ako je MathPlayer instaliran. -* Ako nema udvajača, samo jedan red će biti između dodatih segmenata. -* ‚Prečica može biti podešena za otvaranje dijaloga za podešavanja dodatka. -* Dodat izborni okvir u dijalogu sa podešavanjima, za izbor da li će udvajač +* Ako nema udvajača, samo jedan red će biti između dodatih segmenata. +* ‚Prečica može biti podešena za otvaranje dijaloga za podešavanja dodatka. +* Dodat izborni okvir u dijalogu sa podešavanjima, za izbor da li će udvajač biti kopiran za ponovni uvoz nakon reinstalacije dodatka. ## Promene u 2.0 ## -* Indijski karakteri mogu da se koriste kao odvajanje između dodatih delova + +* Indijski karakteri mogu da se koriste kao odvajanje između dodatih delova teksta. ## Promene u 1.0 ## -* Prva verzija. + +* Prva verzija. [[!tag dev stable]] diff --git a/addon/doc/tr/readme.md b/addon/doc/tr/readme.md index 4109782c..bc6cd74b 100644 --- a/addon/doc/tr/readme.md +++ b/addon/doc/tr/readme.md @@ -1,29 +1,29 @@ # Pano içerik düzenleyicisi # -* Yazarlar: Noelia, Abdel. +* Yazarlar: Noelia, Abdel. Bu eklenti, panoya metin eklemek için kullanılır. BU, farklı metinleri birleştirmek ve yapıştırmak istediğinizde yararlı olabilir. Ayrıca Pano içeriği temizlenebilir ve tarama kipi modunda gösterilebilir. ## Klavye komutları ## -* NVDA+windows+c: Seçilen metni, MathML nesnelerini temsil eden Unicode + +* NVDA+windows+c: Seçilen metni, MathML nesnelerini temsil eden Unicode braille karakterlerini veya inceleme imleciyle işaretlenmiş dizeyi panoya ekler. -* NVDA+windows+x: Pano içeriğini temizle.NVDA+windows+x: Pano içeriğini +* NVDA+windows+x: Pano içeriğini temizle.NVDA+windows+x: Pano içeriğini siler. -* Atanmamış: Panoya kopyalar (veya panodan keser), önceden onay istenme +* Atanmamış: Panoya kopyalar (veya panodan keser), önceden onay istenme olasılığı ile. -* Atanmamış: Pano metnini HTML olarak Tarama kipi modunda gösterir veya +* Atanmamış: Pano metnini HTML olarak Tarama kipi modunda gösterir veya panonun boş olup olmadığını veya örneğin dosyalar veya klasörler Windows Gezgini'nden kopyalanmışsa, bir iletide gösterilemeyen içeriğe sahip olup olmadığını bildir. -* Atanmamış: Metinsel pano içeriğini tarama kipi modunda düz metin olarak +* Atanmamış: Metinsel pano içeriğini tarama kipi modunda düz metin olarak gösterir veya panonun boş olup olmadığını veya örneğin dosyalar veya klasörler Windows Gezgini'nden kopyalanmışsa, göz atılabilir bir iletide gösterilemeyen içeriğe sahip olup olmadığını bildir. - ## Pano İçeriği düzenleyici ayarları ## Bu panele NVDA menüsü tercihler alt menüsünden Ayarlar iletişim kutusuna @@ -60,44 +60,51 @@ Aşağıdaki kontrolleri içerir: Notlar: -* Eğer NVDA'nın bir mesaj kutusu hala açıksa bir işlem için onay +* Eğer NVDA'nın bir mesaj kutusu hala açıksa bir işlem için onay istenmeyecektir. Bu gibi durumlarda, işlemler derhal gerçekleştirilecektir. -* Kopyalayı taklit et ve kesme komutlarını taklit et, bu özellikler +* Kopyalayı taklit et ve kesme komutlarını taklit et, bu özellikler etkinleştirildiğinde, eklentinin kontrol+c ve control+x kontrolünü ele alacağı anlamına gelir. Bu, bu tuş vuruşlarına karşılık gelen eylemleri gerçekleştirmeden önce bir onay istenip verilmeyeceğini seçecektir. ## 46.0.0 için Değişiklikler + * NVDA, göz atılabilir iletilerdeki HTML'yi sterilize edecektir. * Göz atılabilir mesajları kapatmak için Escape tuşuna ek olarak bir düğme eklendi. - ## 40.0.0 için Değişiklikler + * İbranice klavye için destek eklendi. ## 22.0.0 için Değişiklikler + * Eklenti ayarları panelinde varsayılanları geri yüklemek için bir düğme eklendi. * Eklenti güvenli modda çalıştırılamaz. ## 17.0 için Değişiklikler + * NVDA 2023.1 ile uyumlu. ## 16.0 için Değişiklikler + * NVDA 2022.1 veya sonraki bir sürümü gerektirir. ## 15.0 için Değişiklikler + * Panoya metin ekleme komutu, girdi hareketleri iletişim kutusuna tekrar eklendi. * Mohammadhosein Ghezelsofla sayesinde Farsça klavyeyle kopyalama ve kesme hareketleri düzeltildi. ## 14.0 için değişiklikler + * NVDA 2021.1 ile uyumlu. ## 13.0 için Değişiklikler + * Ayarlar panelinin görsel düzenindeki bir sorun düzeltildi, teşekkürler Cyrille Bougot. * Dokümantasyon (yardım dosyaları) geliştirildi. @@ -111,10 +118,12 @@ Notlar: üzere düzenlendi. ## 12.0 için Değişiklikler + * LibreOffice Writer gibi uygulamalarda Kopyalamayı taklit et kullanırken oluşan hatalar düzeltildi. ## 11.0 için Değişiklikler + * Artık NVDA'nın standart komutlarını (NVDA+f9 ve NVDA+f10) kullanarak inceleme imleciyle işaretlenmiş metni eklemek mümkündür. Yeni NVDA+shift+f9 komutuyla daha iyi bir entegrasyon için NVDA+windows+f9 @@ -122,6 +131,7 @@ Notlar: * NVDA 2019.3 veya sonraki bir sürümü gerektirir. ## 10.0 için Değişiklikler + * Başlık latin olmayan karakterler içerdiğinde pano metnini göstermek için kullanılan iletişim kutusundaki bir hata düzeltildi. * Arapça klavye düzeniyle Kesmeyi taklit et ve Kopyalamayı taklit et @@ -150,48 +160,51 @@ Notlar: ## 6.0 için Değişiklikler -* Onaydan sonra mevcut eylemlerin gerçekleştirilip gerçekleştirilmeyeceğini +* Onaydan sonra mevcut eylemlerin gerçekleştirilip gerçekleştirilmeyeceğini seçmek için seçenekler eklendi. -* Girdi hareketleri iletişim kutusundan atanabilen Kopyalamayı taklit et ve +* Girdi hareketleri iletişim kutusundan atanabilen Kopyalamayı taklit et ve Kesmeyi taklit et komutları eklendi. -* Yükleme sırasında Kopyalamayı taklit et ve Kesmeyi taklit et işlevlerini +* Yükleme sırasında Kopyalamayı taklit et ve Kesmeyi taklit et işlevlerini yapılandırmak için bir iletişim kutusu eklendi. Bu, kopyalamak ve kesmek için control+c ve control+x komutlarının eklenmesine ve bu tuş vuruşlarına basıldığında pano içeriğini değiştirmek isteyip istemediğinizin sorulmasına olanak tanır. -* Belgeler script_add (Windows+NVDA+c) için düzeltildi. +* Belgeler script_add (Windows+NVDA+c) için düzeltildi. ## 5.0 için Değişiklikler ## -* Diyaloğun görsel sunumu, NVDA'da gösterilen diyalogların görünümüne bağlı +* Diyaloğun görsel sunumu, NVDA'da gösterilen diyalogların görünümüne bağlı kalarak geliştirildi. -* NVDA 2016.4 veya sonraki bir sürümü gerektirir. +* NVDA 2016.4 veya sonraki bir sürümü gerektirir. ## 4.0 için Değişiklikler ## -* Eklenti ayarları NVDA konfigürasyonundan yönetilir, böylece farklı + +* Eklenti ayarları NVDA konfigürasyonundan yönetilir, böylece farklı ayraçları kaydetmek için standart profiller kullanılabilir ve yeniden kurulum sırasında içe aktarma için ayarların kopyalanması gerekmez. -* Artık, Pano İçerik düzenleyicisi ayarları iletişim kutusundaki metni pano +* Artık, Pano İçerik düzenleyicisi ayarları iletişim kutusundaki metni pano verilerinden önce ekle onay kutusunu kullanarak, eklenecek metnin başa mı yoksa sona mı ekleneceğini seçmek mümkündür. ## 3.0 için Değişiklikler ## -* MathPlayer kuruluysa, MathML nesnelerinin Braille gösterimi panoya + +* MathPlayer kuruluysa, MathML nesnelerinin Braille gösterimi panoya eklenebilir. -* Ayraç ayarlanmazsa, eklenen metin bölümleri arasına yalnızca tek bir satır +* Ayraç ayarlanmazsa, eklenen metin bölümleri arasına yalnızca tek bir satır yerleştirilir. -* Pano İçerik Düzenleyicisi ayarları iletişim kutusunu açmak için bir +* Pano İçerik Düzenleyicisi ayarları iletişim kutusunu açmak için bir kısayol atanabilir. -* Eklentiyi yeniden yüklerken içe aktarılmak üzere ayırıcının kopyalanıp +* Eklentiyi yeniden yüklerken içe aktarılmak üzere ayırıcının kopyalanıp kopyalanmayacağını seçmek için ayarlar iletişim kutusuna bir onay kutusu eklendi. ## 2.0 için Değişiklikler ## -* Hintçe karakterler, eklenen içerikler arasında ayraç olarak + +* Hintçe karakterler, eklenen içerikler arasında ayraç olarak kullanılabilir. ## 1.0 için Değişiklikler ## -* İlk versiyon. -[[!tag dev kararlı]] +* İlk versiyon. +[[!tag dev kararlı]] diff --git a/addon/doc/uk/readme.md b/addon/doc/uk/readme.md index 9f5bcb1a..6c9f4d26 100644 --- a/addon/doc/uk/readme.md +++ b/addon/doc/uk/readme.md @@ -1,6 +1,6 @@ # Clip Contents Designer # -* Автори: Noelia, Abdel. +* Автори: Noelia, Abdel. Цей додаток використовується для додавання тексту в буфер обміну, що може бути корисним, коли ви хочете з'єднати частини тексту для того, щоб вставити @@ -8,22 +8,22 @@ огляду. ## Клавіатурні команди ## -* NVDA+windows+c: Додати виділений текст, символи Брайля Юнікоду, що + +* NVDA+windows+c: Додати виділений текст, символи Брайля Юнікоду, що представляють об'єкти MathML, або рядок, позначений переглядовим курсором, в буфер обміну. -* NVDA+windows+x: очищення вмісту буфера обміну. -* Не призначено: Копіює (або вирізає) в буфер обміну з можливістю запиту +* NVDA+windows+x: очищення вмісту буфера обміну. +* Не призначено: Копіює (або вирізає) в буфер обміну з можливістю запиту попереднього підтвердження. -* Не призначено: Показує текст буфера обміну у вигляді HTML у режимі огляду, +* Не призначено: Показує текст буфера обміну у вигляді HTML у режимі огляду, або повідомляє, якщо буфер обміну порожній або має вміст, який не може бути представлений у вигляді повідомлення для перегляду, наприклад, якщо файли або папки були скопійовані з провідника Windows. -* Не призначено: Показує текстовий вміст буфера обміну як звичайний текст у +* Не призначено: Показує текстовий вміст буфера обміну як звичайний текст у режимі огляду або повідомляє, що буфер обміну порожній або містить вміст, який не може бути представлений у повідомленні для перегляду, наприклад, якщо файли або папки скопійовано з Провідника Windows. - ## Налаштування Clip Contents Designer ## Ця панель доступна в меню NVDA, підменю «Параметри», діалог «Налаштування». @@ -62,43 +62,50 @@ Примітки: -* Підтвердження не запитуватиметься, якщо вікно повідомлень NVDA все ще +* Підтвердження не запитуватиметься, якщо вікно повідомлень NVDA все ще відкрито. У цих випадках дії будуть виконані негайно. -* Emulate copy and emulate cut commands mean that, when these features are +* Emulate copy and emulate cut commands mean that, when these features are enabled, the add-on will take control of control+c and control+x. This will allow to select if a confirmation should be requested before performing the actions corresponding to these keystrokes. ## Changes for 46.0.0 + * NVDA will sanitize HTML in browseable messages. * Added a button to close browseable messages, in addition to the Escape key. - ## Changes for 40.0.0 + * Added support for Hebrew keyboard. ## Зміни у версії 22.00 + * На панелі налаштувань додатка додано кнопку для відновлення початкових налаштувань. * Додаток не можна запускати в захищеному режимі. ## Зміни у версії 17.0 + * Сумісний із NVDA 2023.1. ## Зміни у версії 16.0 + * Потребує NVDA 2022.1 чи новішу. ## Зміни у версії 15.0 + * Команда для додавання тексту в буфер обміну знову представлена в діалоговому вікні жестів вводу. * Завдяки Mohammadhosein Ghezelsofla виправлені жести для копіювання й вирізання у перській клавіатурі. ## Зміни у версії 14.0 + * Сумісний із NVDA 2021.1. ## Changes for 13.0 + * Завдяки Cyrille Bougot виправлено проблему з візуальним розташуванням панелі налаштувань. * Поліпшено документацію. @@ -112,16 +119,19 @@ чином, щоб обрати два варіанти, доступних для формату HTML. ## Зміни у версії 12.0 + * Виправлено помилки під час використання емуляції копіювання в таких програмах, як LibreOffice Writer. ## Зміни у версії 11.0 + * Тепер можна додавати текст, позначений переглядовим курсором, за допомогою стандартних команд NVDA (NVDA+f9 і NVDA+f10). NVDA+windows+f9 більше не використовується для кращої інтеграції з новою командою NVDA+shift+f9. * Потребує NVDA 2019.3 або новішу. ## Зміни у версії 10.0 + * Виправлено помилку в діалозі, що використовується для відображення тексту буфера обміну, коли його заголовок містить нелатинські символи. * Виправлено помилку під час використання функцій емуляції вирізання та @@ -150,45 +160,48 @@ ## Зміни у версії 6.0 -* Added options to choose if available actions should be performed after +* Added options to choose if available actions should be performed after confirmation. -* Added Emulate copy and Emulate cut commands, which could be assigned from +* Added Emulate copy and Emulate cut commands, which could be assigned from the Input gestures dialog. -* Added a dialog to configure the Emulate copy and Emulate cut +* Added a dialog to configure the Emulate copy and Emulate cut functionalities at installation. This allows to add the control+c and control+x commands to copy and cut, and be asked if you want to replace the clipboard contents when pressing these keystrokes. -* Fixed documentation for script_add (Windows+NVDA+c). +* Fixed documentation for script_add (Windows+NVDA+c). ## Зміни у версії 5.0 ## -* Візуальне представлення діалогу було поліпшено, дотримуючись зовнішнього +* Візуальне представлення діалогу було поліпшено, дотримуючись зовнішнього вигляду діалогів, показаних в NVDA. -* Потребує версію NVDA 2016.4 або новішу. +* Потребує версію NVDA 2016.4 або новішу. ## Зміни у версії 4.0 ## -* Налаштування додатків керуються з конфігурації NVDA, тому стандартні + +* Налаштування додатків керуються з конфігурації NVDA, тому стандартні профілі можна використовувати для збереження різних роздільників, і не потрібно копіювати налаштування для імпорту під час перевстановлення. -* Тепер можна вибрати, чи буде доданий текст на початку чи в кінці, +* Тепер можна вибрати, чи буде доданий текст на початку чи в кінці, використовуючи прапорець «Додати текст на початок буфера обміну» в діалозі налаштувань Clip Contents Designer. ## Зміни у версії 3.0 ## -* Відображення об’єктів MathML шрифтом Брайля можна додати до буфера обміну, + +* Відображення об’єктів MathML шрифтом Брайля можна додати до буфера обміну, якщо встановлено MathPlayer. -* Якщо роздільник не встановлено, між доданими текстовими сегментами буде +* Якщо роздільник не встановлено, між доданими текстовими сегментами буде розміщено лише один рядок. -* Можна призначити комбінацію клавіш для відкриття діалогу налаштувань Clip +* Можна призначити комбінацію клавіш для відкриття діалогу налаштувань Clip Contents Designer. -* Додано прапорець у діалозі налаштувань, щоб вибрати, чи потрібно +* Додано прапорець у діалозі налаштувань, щоб вибрати, чи потрібно скопіювати роздільник для імпортування під час перевстановлення додатка. ## Зміни у версії 2.0 ## -* Символи гінді можна використовувати як роздільник між доданим вмістом. + +* Символи гінді можна використовувати як роздільник між доданим вмістом. ## Зміни у версії 1.0 ## -* Перша версія. -[[!tag dev stable]] +* Перша версія. +[[!tag dev stable]] diff --git a/addon/doc/vi/readme.md b/addon/doc/vi/readme.md index f8ca2953..65db76ce 100644 --- a/addon/doc/vi/readme.md +++ b/addon/doc/vi/readme.md @@ -1,28 +1,28 @@ # quản lý nội dung tạm # -* Tác giả: Noelia, Abdel. +* Tác giả: Noelia, Abdel. Add-on này dùng để thêm văn bản vào bộ nhớ tạm, có thể hữu ích khi bạn muốn kết hợp nhiều phần văn bản lại với nhau rồi mới dán. Bạn cũng có thể xóa nội dung bộ nhớ tạm hoặc cho chúng hiển thị trong chế độ duyệt. ## Các phím lệnh ## -* NVDA+windows+c: thêm văn bản đã chọn vào bộ nhớ tạm, bao gồm các kí tự chữ + +* NVDA+windows+c: thêm văn bản đã chọn vào bộ nhớ tạm, bao gồm các kí tự chữ nổi Unicode thể hiện dưới dạng đối tượng MathML hoặc các chuỗi được đánh dấu với con trỏ duyệt. -* NVDA+windows+x: xóa nội dung bộ nhớ tạm. -* Chưa gán: chép vào (hoặc cắt từ) bộ nhớ tạm với khả năng yêu cầu xác nhận +* NVDA+windows+x: xóa nội dung bộ nhớ tạm. +* Chưa gán: chép vào (hoặc cắt từ) bộ nhớ tạm với khả năng yêu cầu xác nhận trước đó. -* Not assigned: Shows the clipboard text as HTML in browse mode, or +* Not assigned: Shows the clipboard text as HTML in browse mode, or announces if clipboard is empty or has contents which can't be presented in a browseable message, for instance if files or folders are been copied from Windows Explorer. -* Not assigned: Shows the textual clipboard contents as plain text in browse +* Not assigned: Shows the textual clipboard contents as plain text in browse mode, or announces if clipboard is empty or has contents which can't be presented in a browseable message, for instance if files or folders are been copied from Windows Explorer. - ## Clip Contents Designer settings ## This panel is available from NVDA's menu, Preferences submenu, Settings @@ -60,42 +60,49 @@ It contains the following controls: Lưu ý: -* Sẽ không có yêu cầu xác nhận khi có một hộp thông điệp của NVDA đang +* Sẽ không có yêu cầu xác nhận khi có một hộp thông điệp của NVDA đang mở. Các trường hợp này, các hành động sd4 được thực hiện ngay lập tức. -* Emulate copy and emulate cut commands mean that, when these features are +* Emulate copy and emulate cut commands mean that, when these features are enabled, the add-on will take control of control+c and control+x. This will allow to select if a confirmation should be requested before performing the actions corresponding to these keystrokes. ## Changes for 46.0.0 + * NVDA will sanitize HTML in browseable messages. * Added a button to close browseable messages, in addition to the Escape key. - ## Changes for 40.0.0 + * Added support for Hebrew keyboard. ## Changes for 22.0.0 + * Added a button to restore defaults in the add-on settings panel. * The add-on cannot be run in secure mode. ## Changes for 17.0 + * Compatible with NVDA 2023.1. ## Changes for 16.0 + * Reqires NVDA 2022.1 or later. ## Changes for 15.0 + * The command to add text to clipboard is again presented in the input gestures dialog. * Fixed gestures to copy and cut with Persian keyboard, thanks to Mohammadhosein Ghezelsofla. ## Changes for 14.0 + * Compatible with NVDA 2021.1. ## Changes for 13.0 + * Fixed an issue in visual layout of the settings panel, thanks to Cyrille Bougot. * Improved documentation. @@ -108,16 +115,19 @@ Lưu ý: options available for HTML format. ## Changes for 12.0 + * Fixed bugs when using emulate copy in applications like LibreOffice Writer. ## Các thay đổi cho bản 11.0 + * Giờ đây đã có thể them các điểm đánh dấu văn bản với con trỏ duyệt với phím lệnh chuẩn của NVDA (NVDA+f9 và NVDA+f10). NVDA+windows+f9 không còn được dùng nữa, để cho một sự tích hợp mới tốt hơn với lệnh NVDA+shift+f9. * Yêu cầu NVDA 2019.3 trở lên. ## Các thay đổi cho bản 10.0 + * Sửa một lỗi trong hộp thoại dùng để hiển thị văn bản trong bộ nhớ tạm khi tên của nó có chứa các kí tự không phải chữ latin. * Sửa một lỗi khi dùng các tính năng mô phỏng sao chép và cắt với kiểu bàn @@ -145,46 +155,49 @@ Lưu ý: ## Các thay đổi cho bản 6.0 -* Added options to choose if available actions should be performed after +* Added options to choose if available actions should be performed after confirmation. -* Added Emulate copy and Emulate cut commands, which could be assigned from +* Added Emulate copy and Emulate cut commands, which could be assigned from the Input gestures dialog. -* Added a dialog to configure the Emulate copy and Emulate cut +* Added a dialog to configure the Emulate copy and Emulate cut functionalities at installation. This allows to add the control+c and control+x commands to copy and cut, and be asked if you want to replace the clipboard contents when pressing these keystrokes. -* Fixed documentation for script_add (Windows+NVDA+c). +* Fixed documentation for script_add (Windows+NVDA+c). ## Các thay đổi cho bản 5.0 ## -* Cải thiện trình bày giao diện của hộp thoại, tuân theo cách trình bày của +* Cải thiện trình bày giao diện của hộp thoại, tuân theo cách trình bày của các hộp thoại khác của NVDA. -* Yêu cầu NVDA 2016.4 trở lên. +* Yêu cầu NVDA 2016.4 trở lên. ## Các thay đổi cho bản 4.0 ## -* Add-on settings are managed from NVDA configuration, so that standard + +* Add-on settings are managed from NVDA configuration, so that standard profiles can be used to save different separators, and it's not needed to copy the settings for importing at reinstallation. -* Now it's possible to choose if the added text will be appended or +* Now it's possible to choose if the added text will be appended or prepended, using the Add text before clip data check box from the Clip Contents Designer settings dialog. ## Các thay đổi cho bản 3.0 ## -* Braille representation of MathML objects can be added to the clipboard if + +* Braille representation of MathML objects can be added to the clipboard if MathPlayer is installed. -* Nếu không có dấu phân cách, sẽ chỉ có một dòng trắng được đặt giữa các +* Nếu không có dấu phân cách, sẽ chỉ có một dòng trắng được đặt giữa các phần văn bản được thêm vào. -* A shortcut can be assigned to open the Clip Contents Designer settings +* A shortcut can be assigned to open the Clip Contents Designer settings dialog. -* Added a check box in the settings dialog, for choosing if the separator +* Added a check box in the settings dialog, for choosing if the separator should be copied to be imported when reinstalling the add-on. ## Các thay đổi cho bản 2.0 ## -* Có thể dùng các kí tự chữ Hindi để phân cách giữa các phần nội dung đã + +* Có thể dùng các kí tự chữ Hindi để phân cách giữa các phần nội dung đã thêm vào. ## Các thay đổi cho bản 1.0 ## -* Phiên bản đầu tiên -[[!tag dev stable]] +* Phiên bản đầu tiên +[[!tag dev stable]] diff --git a/addon/doc/zh_CN/readme.md b/addon/doc/zh_CN/readme.md index 23d4a31f..9ff8522d 100644 --- a/addon/doc/zh_CN/readme.md +++ b/addon/doc/zh_CN/readme.md @@ -1,23 +1,23 @@ # 剪辑内容设计器 # -* 作者: Noelia, Abdel。 +* 作者: Noelia, Abdel。 此插件用于向剪贴板添加文本,当您希望将文本部分连接在一起以准备粘贴时,这可能很有用。剪贴板内容也可以清除或者用浏览模式逐字逐句查看。 ## 键盘快捷键 ## -* NVDA+windows+c: 将选定的文本,表示MathML对象的Unicode盲文字符或已使用浏览光标标记的字符串添加到剪贴板. -* NVDA+windows+x: 清除剪贴板内容. -* 未分配:复制到剪贴板(或从剪贴板剪切),并跳出确认框。 -* Not assigned: Shows the clipboard text as HTML in browse mode, or + +* NVDA+windows+c: 将选定的文本,表示MathML对象的Unicode盲文字符或已使用浏览光标标记的字符串添加到剪贴板. +* NVDA+windows+x: 清除剪贴板内容. +* 未分配:复制到剪贴板(或从剪贴板剪切),并跳出确认框。 +* Not assigned: Shows the clipboard text as HTML in browse mode, or announces if clipboard is empty or has contents which can't be presented in a browseable message, for instance if files or folders are been copied from Windows Explorer. -* Not assigned: Shows the textual clipboard contents as plain text in browse +* Not assigned: Shows the textual clipboard contents as plain text in browse mode, or announces if clipboard is empty or has contents which can't be presented in a browseable message, for instance if files or folders are been copied from Windows Explorer. - ## Clip Contents Designer settings ## This panel is available from NVDA's menu, Preferences submenu, Settings @@ -55,41 +55,48 @@ It contains the following controls: 注意: -* 当NVDA的消息框仍然打开时,将不会请求确认。在这些情况下,将立即执行操作。 -* Emulate copy and emulate cut commands mean that, when these features are +* 当NVDA的消息框仍然打开时,将不会请求确认。在这些情况下,将立即执行操作。 +* Emulate copy and emulate cut commands mean that, when these features are enabled, the add-on will take control of control+c and control+x. This will allow to select if a confirmation should be requested before performing the actions corresponding to these keystrokes. ## Changes for 46.0.0 + * NVDA will sanitize HTML in browseable messages. * Added a button to close browseable messages, in addition to the Escape key. - ## Changes for 40.0.0 + * Added support for Hebrew keyboard. ## Changes for 22.0.0 + * Added a button to restore defaults in the add-on settings panel. * The add-on cannot be run in secure mode. ## Changes for 17.0 + * Compatible with NVDA 2023.1. ## Changes for 16.0 + * Reqires NVDA 2022.1 or later. ## Changes for 15.0 + * The command to add text to clipboard is again presented in the input gestures dialog. * Fixed gestures to copy and cut with Persian keyboard, thanks to Mohammadhosein Ghezelsofla. ## Changes for 14.0 + * Compatible with NVDA 2021.1. ## Changes for 13.0 + * Fixed an issue in visual layout of the settings panel, thanks to Cyrille Bougot. * Improved documentation. @@ -102,14 +109,17 @@ It contains the following controls: options available for HTML format. ## 版本 12.0 + * 修复了在 LibreOffice Writer 等应用程序中使用模拟复制时的错误。 ## 版本11.0 + * 现在可以使用 NVDA (NVDA_f9 和 NVDA_f10) 的标准命令添加带有浏览光标标记的文本。NVDA_windows_f9 不再使用,以便更好地与新的 NVDA_shift_f9 命令集成。 * 需要NVDA 2019.3或更高版本。 ## 版本10.0 + * 修复了用于显示剪贴板文本的对话框中的错误,当其标题包含非拉丁字符时。 * 修复阿拉伯语键盘使用剪辑内容设计器的错误。已由Abdel修复,有插件作者添加。 @@ -131,36 +141,39 @@ It contains the following controls: ## 版本6.0 -* Added options to choose if available actions should be performed after +* Added options to choose if available actions should be performed after confirmation. -* Added Emulate copy and Emulate cut commands, which could be assigned from +* Added Emulate copy and Emulate cut commands, which could be assigned from the Input gestures dialog. -* Added a dialog to configure the Emulate copy and Emulate cut +* Added a dialog to configure the Emulate copy and Emulate cut functionalities at installation. This allows to add the control+c and control+x commands to copy and cut, and be asked if you want to replace the clipboard contents when pressing these keystrokes. -* Fixed documentation for script_add (Windows+NVDA+c). +* Fixed documentation for script_add (Windows+NVDA+c). ## 版本5.0 ## -* 对话框的视觉呈现得到了增强,并且遵循NVDA中显示的对话框的外观。 -* 需要NVDA 2016.4或更高版本。 +* 对话框的视觉呈现得到了增强,并且遵循NVDA中显示的对话框的外观。 +* 需要NVDA 2016.4或更高版本。 ## 版本4.0 ## -* 插件设置由NVDA配置管理,因此标准配置文件可用于保存不同的分隔符,并且不需要在重新安装时复制导入设置。 -* 现在,可以使用“剪辑内容设计器”设置对话框中的“添加剪辑前数据”复选框,选择是添加还是添加文本。 + +* 插件设置由NVDA配置管理,因此标准配置文件可用于保存不同的分隔符,并且不需要在重新安装时复制导入设置。 +* 现在,可以使用“剪辑内容设计器”设置对话框中的“添加剪辑前数据”复选框,选择是添加还是添加文本。 ## 版本3.0 ## -* 如果安装了MathPlayer,则可以将MathML对象的盲文表示添加到剪贴板。 -* 如果未设置分隔符,则只会在添加的文本段之间放置一行。 -* 可以指定快捷键来打开“剪辑内容设计器”设置对话框。 -* 在设置对话框中添加了一个复选框,用于选择是否应复制分隔符以在重新安装插件时导入。 + +* 如果安装了MathPlayer,则可以将MathML对象的盲文表示添加到剪贴板。 +* 如果未设置分隔符,则只会在添加的文本段之间放置一行。 +* 可以指定快捷键来打开“剪辑内容设计器”设置对话框。 +* 在设置对话框中添加了一个复选框,用于选择是否应复制分隔符以在重新安装插件时导入。 ## 版本2.0 ## -* 印地语字符可以用作添加内容之间的分隔符。 + +* 印地语字符可以用作添加内容之间的分隔符。 ## 版本1.0 ## -* 发布初始版本。 -[[!tag dev stable]] +* 发布初始版本。 +[[!tag dev stable]] diff --git a/addon/doc/zh_TW/readme.md b/addon/doc/zh_TW/readme.md index a31461a4..d81b5a0a 100644 --- a/addon/doc/zh_TW/readme.md +++ b/addon/doc/zh_TW/readme.md @@ -1,16 +1,17 @@ # 剪貼簿內容設計師 # -* 作者:Noelia, Abdel。 + +* 作者:Noelia, Abdel。 此附加元件用於將文字加入剪貼簿,當您想將多段文字合併在一起以便貼上時,此功能非常實用。 剪貼簿的內容也能夠被清除,以及在瀏覽模式中呈現。 ## 鍵盤指令 ## -* NVDA+windows+c:將選取的文字、代表 MathML 物件的 Unicode 點字字元,或以檢閱游標標示的字串,加入剪貼簿。 -* NVDA+windows+x:清除剪貼簿內容。 -* 未指派:複製至 (或剪下至) 剪貼簿,可設定是否需要事先確認。 -* 未指派:在瀏覽模式中將剪貼簿文字以 HTML 格式顯示;或在剪貼簿為空,或其內容無法以可瀏覽訊息呈現時,例如從檔案總管複製了檔案或資料夾時讀出。 -* 未指派:在瀏覽模式中將剪貼簿的文字內容以純文字格式顯示;或在剪貼簿為空,或其內容無法以可瀏覽訊息呈現時,例如從檔案總管複製了檔案或資料夾時讀出。 +* NVDA+windows+c:將選取的文字、代表 MathML 物件的 Unicode 點字字元,或以檢閱游標標示的字串,加入剪貼簿。 +* NVDA+windows+x:清除剪貼簿內容。 +* 未指派:複製至 (或剪下至) 剪貼簿,可設定是否需要事先確認。 +* 未指派:在瀏覽模式中將剪貼簿文字以 HTML 格式顯示;或在剪貼簿為空,或其內容無法以可瀏覽訊息呈現時,例如從檔案總管複製了檔案或資料夾時讀出。 +* 未指派:在瀏覽模式中將剪貼簿的文字內容以純文字格式顯示;或在剪貼簿為空,或其內容無法以可瀏覽訊息呈現時,例如從檔案總管複製了檔案或資料夾時讀出。 ## 剪貼簿內容設計師設定 ## @@ -28,35 +29,42 @@ 注意: -* 當 NVDA 的訊息方塊仍開啟時,將不會請求確認。在這些情況下,動作會被立即執行。 +* 當 NVDA 的訊息方塊仍開啟時,將不會請求確認。在這些情況下,動作會被立即執行。 * 模擬複製與模擬剪下指令意指,當這些功能啟用時,此附加元件將會接管 control+c 和 control+x。如此便能選擇在執行這些按鍵對應的動作前,是否要請求確認。 ## 46.0.0 版的變更 + * NVDA 會淨化可瀏覽訊息中的 HTML。 * 除了 Escape 鍵外,新增了一個用以關閉可瀏覽訊息的按鈕。 - ## 40.0.0 版的變更 + * 新增對希伯來文鍵盤的支援。 ## 22.0.0 版的變更 + * 在附加元件設定中新增了還原預設值的按鈕。 * 此附加元件無法在安全模式下執行。 ## 17.0 版的變更 + * 與 NVDA 2023.1 相容。 ## 16.0 版的變更 + * 需要 NVDA 2022.1 或更新版本。 ## 15.0 版的變更 + * 將文字加入剪貼簿指令再次顯示於輸入手勢對話框中。 * 修正了使用波斯文鍵盤時,複製與剪下手勢的問題,感謝 Mohammadhosein Ghezelsofla。 ## 14.0 版的變更 + * 與 NVDA 2021.1 相容。 ## 13.0 版的變更 + * 修正了設定視覺版面配置的問題,感謝 Cyrille Bougot。 * 改善了說明文件。 * 新增了剪貼簿內容設計師類別,可用於為此附加元件的所有可用指令指派輸入手勢。 @@ -64,13 +72,16 @@ * 您可以為以原始文字顯示剪貼簿文字內容和以 HTML 格式顯示剪貼簿文字內容指派不同的手勢。設定中的顯示剪貼簿文字的格式也已相應修改,可用於選取兩種可用的 HTML 格式。 ## 12.0 版的變更 + * 修正了在 LibreOffice Writer 等應用程式中使用模擬複製時的錯誤。 ## 11.0 版的變更 + * 現在,您可以使用 NVDA 的標準指令 (NVDA+f9 和 NVDA+f10) 來加入以檢閱游標標示的文字。為了更好地與新的 NVDA+shift+f9 指令整合,NVDA+windows+f9 已不再使用。 * 需要 NVDA 2019.3 或更新版本。 ## 10.0 版的變更 + * 修正了當用以顯示剪貼簿文字的對話框,其標題包含非拉丁字元時會發生的錯誤。 * 修正了使用阿拉伯文鍵盤配置時,模擬剪下與模擬複製功能的錯誤。此問題由 Abdel 修正,並已將其列為附加元件作者。 @@ -91,28 +102,32 @@ ## 6.0 版的變更 -* 新增了選項,可選擇是否要在確認後才執行可用的動作。 -* 新增了模擬複製與模擬剪下指令,可從輸入手勢對話框中指派。 -* 新增了在安裝時設定模擬複製與模擬剪下功能的對話框。此對話框可讓您為複製與剪下新增 control+c 和 control+x 指令,並在按下這些按鍵時,詢問您是否要取代剪貼簿的內容。 -* 修正了 script_add (Windows+NVDA+c) 的說明文件。 +* 新增了選項,可選擇是否要在確認後才執行可用的動作。 +* 新增了模擬複製與模擬剪下指令,可從輸入手勢對話框中指派。 +* 新增了在安裝時設定模擬複製與模擬剪下功能的對話框。此對話框可讓您為複製與剪下新增 control+c 和 control+x 指令,並在按下這些按鍵時,詢問您是否要取代剪貼簿的內容。 +* 修正了 script_add (Windows+NVDA+c) 的說明文件。 ## 5.0 版的變更 ## -* 對話框的視覺呈現已增強,使其與 NVDA 中顯示的對話框外觀保持一致。 -* 需要 NVDA 2016.4 或更新版本。 +* 對話框的視覺呈現已增強,使其與 NVDA 中顯示的對話框外觀保持一致。 +* 需要 NVDA 2016.4 或更新版本。 ## 4.0 版的變更 ## -* 附加元件設定由 NVDA 組態管理,因此可使用標準的設定檔來儲存不同的分隔符,且重新安裝時也無需再複製設定以進行匯入。 -* 現在您可以透過剪貼簿內容設計師設定對話框中的在剪貼資料前加入文字核取方塊,選擇要將加入的文字附加在後或前置在前。 + +* 附加元件設定由 NVDA 組態管理,因此可使用標準的設定檔來儲存不同的分隔符,且重新安裝時也無需再複製設定以進行匯入。 +* 現在您可以透過剪貼簿內容設計師設定對話框中的在剪貼資料前加入文字核取方塊,選擇要將加入的文字附加在後或前置在前。 ## 3.0 版的變更 ## -* 若已安裝 MathPlayer,可將 MathML 物件的點字表示方式加入剪貼簿。 -* 若未設定分隔符,則只會在已加入的文字區段之間置入一個換行。 -* 可以為開啟剪貼簿內容設計師設定對話框指派一個快捷鍵。 -* 在設定對話框中新增了一個核取方塊,用以選擇重新安裝附加元件時,是否應複製分隔符以供匯入。 + +* 若已安裝 MathPlayer,可將 MathML 物件的點字表示方式加入剪貼簿。 +* 若未設定分隔符,則只會在已加入的文字區段之間置入一個換行。 +* 可以為開啟剪貼簿內容設計師設定對話框指派一個快捷鍵。 +* 在設定對話框中新增了一個核取方塊,用以選擇重新安裝附加元件時,是否應複製分隔符以供匯入。 ## 2.0 版的變更 ## -* 印地文字元可用作已加入內容之間的分隔符。 + +* 印地文字元可用作已加入內容之間的分隔符。 ## 1.0 版的變更 ## -* 初始版本。 + +* 初始版本。 diff --git a/addon/installTasks.py b/addon/installTasks.py index fce187aa..6173e643 100644 --- a/addon/installTasks.py +++ b/addon/installTasks.py @@ -11,7 +11,7 @@ addonHandler.initTranslation() confspec = { - "separator": "string(default=" ")", + "separator": "string(default=)", "addTextBefore": "boolean(default=False)", "confirmToAdd": "boolean(default=False)", "confirmToClear": "boolean(default=False)", diff --git a/readme.md b/readme.md index 47bcaa5c..efd0cf6c 100644 --- a/readme.md +++ b/readme.md @@ -1,16 +1,17 @@ # Clip Contents Designer # -* Authors: Noelia, Abdel. + +* Authors: Noelia, Abdel. This add-on is used to add text to the clipboard, which can be useful when you want to join sections of text together ready for pasting. The clipboard content can also be cleared an shown in browse mode. ## Keyboard commands ## -* NVDA+windows+c: Add selected text, Unicode braille characters which represent MathML objects, or the string which has been marked with the review cursor, to the clipboard. -* NVDA+windows+x: Clear clipboard contents. -* Not assigned: Copies to (or cuts from) the clipboard, with the possibility of being asked for a previous confirmation. -* Not assigned: Shows the clipboard text as HTML in browse mode, or announces if clipboard is empty or has contents which can't be presented in a browseable message, for instance if files or folders are been copied from Windows Explorer. -* Not assigned: Shows the textual clipboard contents as plain text in browse mode, or announces if clipboard is empty or has contents which can't be presented in a browseable message, for instance if files or folders are been copied from Windows Explorer. +* NVDA+windows+c: Add selected text, Unicode braille characters which represent MathML objects, or the string which has been marked with the review cursor, to the clipboard. +* NVDA+windows+x: Clear clipboard contents. +* Not assigned: Copies to (or cuts from) the clipboard, with the possibility of being asked for a previous confirmation. +* Not assigned: Shows the clipboard text as HTML in browse mode, or announces if clipboard is empty or has contents which can't be presented in a browseable message, for instance if files or folders are been copied from Windows Explorer. +* Not assigned: Shows the textual clipboard contents as plain text in browse mode, or announces if clipboard is empty or has contents which can't be presented in a browseable message, for instance if files or folders are been copied from Windows Explorer. ## Clip Contents Designer settings ## @@ -29,40 +30,46 @@ It contains the following controls: Notes: -* Confirmations won't be requested when a message box of NVDA is still opened. In those cases, actions will be inmediately performed. +* Confirmations won't be requested when a message box of NVDA is still opened. In those cases, actions will be inmediately performed. * Emulate copy and emulate cut commands mean that, when these features are enabled, the add-on will take control of control+c and control+x. This will allow to select if a confirmation should be requested before performing the actions corresponding to these keystrokes. - ## Changes for 49.0.0 -* Added a checkbox to decide if a configuration dialog should be shown when the add-on is updated. +* Added a checkbox to decide if a configuration dialog should be shown when the add-on is updated. ## Changes for 46.0.0 + * NVDA will sanitize HTML in browseable messages. * Added a button to close browseable messages, in addition to the Escape key. - ## Changes for 40.0.0 + * Added support for Hebrew keyboard. ## Changes for 22.0.0 + * Added a button to restore defaults in the add-on settings panel. * The add-on cannot be run in secure mode. ## Changes for 17.0 + * Compatible with NVDA 2023.1. ## Changes for 16.0 + * Reqires NVDA 2022.1 or later. ## Changes for 15.0 + * The command to add text to clipboard is again presented in the input gestures dialog. * Fixed gestures to copy and cut with Persian keyboard, thanks to Mohammadhosein Ghezelsofla. ## Changes for 14.0 + * Compatible with NVDA 2021.1. ## Changes for 13.0 + * Fixed an issue in visual layout of the settings panel, thanks to Cyrille Bougot. * Improved documentation. * Added a Clip Contents Designer category to assign input gestures to all commands available for this add-on. @@ -70,13 +77,16 @@ Notes: * You can assign different gestures to show the clipboard textual contents as raw text or formatted in HTML. The Format to show the clipboard text in the settings panel has being modified accordingly, to select the two options available for HTML format. ## Changes for 12.0 + * Fixed bugs when using emulate copy in applications like LibreOffice Writer. ## Changes for 11.0 + * Now it's possible to add text marked with the review cursor using standard commands of NVDA (NVDA+f9 and NVDA+f10). NVDA+windows+f9 is no longer used, for a better integration with the new NVDA+shift+f9 command. * Requires NVDA 2019.3 or later. ## Changes for 10.0 + * Fixed a bug in the dialog used to show the clipboard text, when its title contains non latin characters. * Fixed a bug when using the emulate cut and copy features with an Arabic keyboard layout. This has been fixed by Abdel, added as an add-on author. @@ -97,28 +107,32 @@ Notes: ## Changes for 6.0 -* Added options to choose if available actions should be performed after confirmation. -* Added Emulate copy and Emulate cut commands, which could be assigned from the Input gestures dialog. -* Added a dialog to configure the Emulate copy and Emulate cut functionalities at installation. This allows to add the control+c and control+x commands to copy and cut, and be asked if you want to replace the clipboard contents when pressing these keystrokes. -* Fixed documentation for script_add (Windows+NVDA+c). +* Added options to choose if available actions should be performed after confirmation. +* Added Emulate copy and Emulate cut commands, which could be assigned from the Input gestures dialog. +* Added a dialog to configure the Emulate copy and Emulate cut functionalities at installation. This allows to add the control+c and control+x commands to copy and cut, and be asked if you want to replace the clipboard contents when pressing these keystrokes. +* Fixed documentation for script_add (Windows+NVDA+c). ## Changes for 5.0 ## -* The visual presentation of the dialog has been enhanced, adhering to the appearance of the dialogs shown in NVDA. -* Requires NVDA 2016.4 or later. +* The visual presentation of the dialog has been enhanced, adhering to the appearance of the dialogs shown in NVDA. +* Requires NVDA 2016.4 or later. ## Changes for 4.0 ## -* Add-on settings are managed from NVDA configuration, so that standard profiles can be used to save different separators, and it's not needed to copy the settings for importing at reinstallation. -* Now it's possible to choose if the added text will be appended or prepended, using the Add text before clip data check box from the Clip Contents Designer settings dialog. + +* Add-on settings are managed from NVDA configuration, so that standard profiles can be used to save different separators, and it's not needed to copy the settings for importing at reinstallation. +* Now it's possible to choose if the added text will be appended or prepended, using the Add text before clip data check box from the Clip Contents Designer settings dialog. ## Changes for 3.0 ## -* Braille representation of MathML objects can be added to the clipboard if MathPlayer is installed. -* If no separator is set, just a single line will be placed between the added text segments. -* A shortcut can be assigned to open the Clip Contents Designer settings dialog. -* Added a check box in the settings dialog, for choosing if the separator should be copied to be imported when reinstalling the add-on. + +* Braille representation of MathML objects can be added to the clipboard if MathPlayer is installed. +* If no separator is set, just a single line will be placed between the added text segments. +* A shortcut can be assigned to open the Clip Contents Designer settings dialog. +* Added a check box in the settings dialog, for choosing if the separator should be copied to be imported when reinstalling the add-on. ## Changes for 2.0 ## -* Hindi characters can be used as the separator between added contents. + +* Hindi characters can be used as the separator between added contents. ## Changes for 1.0 ## -* Initial version. + +* Initial version.