# German translation of Copy Text to Clipboard (1.0.1-rc2)
# Copyright (c) 2025 by the German translation team
#
msgid ""
msgstr ""
"Project-Id-Version: Copy Text to Clipboard (1.0.1-rc2)\n"
"POT-Creation-Date: 2025-02-16 07:09+0000\n"
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
"Language-Team: German\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n!=1);\n"

msgid "Configuration"
msgstr "Konfiguration"
msgid "UI"
msgstr "Benutzeroberfläche"
msgid "About"
msgstr "Über"
msgid "Uses"
msgstr "Verwendungszwecke"
msgid "Copy to Clipboard"
msgstr "In Zwischenablage kopieren"
msgid ""
"The Copy to Clipboard module is a tiny module\n"
"that allows a copy to clipboard capability by simply adding a class\n"
"\"cp-to-clip\" to any block or inline HTML element.\n"
"<br>\n"
"e.g.\n"
"&lt;div class=\"cp-to-clip\"&gt; Text ....&lt;/div&gt;\n"
"        "
msgstr ""
"Das Modul \"Copy to Clipboard\" ist ein winziges Modul, das die "
"Möglichkeit bietet, in die Zwischenablage zu kopieren, indem es "
"einfach die Klasse \"cp-to-clip\" zu einem beliebigen Block oder "
"Inline-HTML-Element hinzufügt.<br>z.B. &lt;div "
"class=\"cp-to-clip\"&gt; Text ....&lt;/div&gt;\n"
"        "
msgid ""
"The module attaches a javascript file with no\n"
"dependencies and a css file to every page, which add a \"copy\" button "
"to the end\n"
"of the text. Clicking the button copies the text to the clipboard.\n"
"        "
msgstr ""
"Das Modul fügt eine Javascript-Datei ohne Abhängigkeiten und eine "
"CSS-Datei an jede Seite an, die am Ende des Textes eine Schaltfläche "
"\"Kopieren\" einfügen. Ein Klick auf die Schaltfläche kopiert den "
"Text in die Zwischenablage.\n"
"        "
msgid ""
"To automatically add a copy to clipboard\n"
"capability of a block of text, by adding a class \"cp-to-clip\" to the "
"HTML\n"
"tag that encloses the text.\n"
"        "
msgstr ""
"Um einen Textblock automatisch in die Zwischenablage zu kopieren, "
"fügen Sie dem HTML-Tag, der den Text umschließt, die Klasse "
"\"cp-to-clip\" hinzu.\n"
"        "
msgid "<h3>Installation Instructions:</h3>"
msgstr "<h3>Installationsanweisungen:</h3>"
msgid ""
"Install the cp2clip module as any other drupal\n"
"        module:"
msgstr "Installieren Sie das cp2clip-Modul wie jedes andere Drupal-Modul:"
msgid ""
"\n"
"        <pre class=\"cp-to-clip\">composer require "
"drupal/cp2clip</pre>"
msgstr ""
"\n"
"        <pre class=\"cp-to-clip\">composer erfordern "
"drupal/cp2clip</pre>"
msgid ""
"\n"
"        There is no configuration page and none is required.\n"
"        "
msgstr ""
"\n"
"        Es gibt keine Konfigurationsseite und es ist auch keine "
"erforderlich.\n"
"        "
msgid ""
"\n"
"        To add classes to tags in the ckeditor: you can add a set of "
"styles\n"
"        for the tags that would be used to copy to clipboard. Edit the "
"text\n"
"        format and add the styles dropdown to the Active Toolbar for "
"any\n"
"        given text format; if you intend to allow the full_html format "
"to\n"
"        have the styles dropdown go to\n"
"        <a href=\":full_html\">full_html</a> and add a list of styles "
"as follows<br>\n"
"<pre class=\"cp-to-clip\">\n"
"p.cp-to-clip   |p copy to clipboard\n"
"span.cp-to-clip|span copy to clipboard\n"
"div.cp-to-clip |div copy to clipboard\n"
"</pre>\n"
"      for the p, span, and div tags. Other tags can be added "
"accordingly.\n"
"         "
msgstr ""
"\n"
"        Hinzufügen von Klassen zu Tags im ckeditor: Sie können eine "
"Reihe von Stilen für die Tags hinzufügen, die zum Kopieren in die "
"Zwischenablage verwendet werden sollen. Bearbeiten Sie das Textformat "
"und fügen Sie das Dropdown-Menü \"Stile\" zur aktiven Symbolleiste "
"für ein beliebiges Textformat hinzu; wenn Sie das Dropdown-Menü "
"\"Stile\" für das Format full_html zulassen wollen, gehen Sie zu <a "
"href=\":full_html\">full_html</a> und fügen Sie eine Liste von Stilen "
"wie folgt hinzu:<br><pre class=\"cp-to-clip\">p.cp-to-clip |p copy to "
"clipboard span.cp-to-clip|span copy to clipboard div.cp-to-clip |div "
"copy to clipboard</pre>für die Tags p, span und div. Andere Tags "
"können entsprechend hinzugefügt werden.\n"
"         "
msgid "<h3>Tests:</h3>"
msgstr "<h3>Tests:</h3>"
msgid ""
"Tests are available. They can be run as follows\n"
"        <pre class=\"cp-to-clip\">\n"
"./vendor/bin/phpunit -v -c $dir/web/core/phpunit.xml "
"./web/modules/contrib/cp2clip/tests/src/FunctionalJavascript/\n"
"        </pre>\n"
"        assuming that the web folder is the root and the phpunit.xml "
"file is web/core folder."
msgstr ""
"Tests sind verfügbar. Sie können wie folgt ausgeführt werden <pre "
"class=\"cp-to-clip\">./vendor/bin/phpunit -v -c "
"$dir/web/core/phpunit.xml "
"./web/modules/contrib/cp2clip/tests/src/FunctionalJavascript/ "
"</pre>unter der Annahme, dass der Ordner web das Stammverzeichnis und "
"die Datei phpunit.xml der Ordner web/core ist."
msgid ""
"Provides a sitewide copy to clipboard facility to copy text inside a "
"&lt;p class=&quot;cp-to-clip&quot;&gt;TEXT&lt;/p&gt;"
msgstr ""
"Bietet eine seitenweite Funktion zum Kopieren in die Zwischenablage, "
"um Text innerhalb eines &lt;p class=\"cp-to-clip\"&gt;TEXT&lt;/p&gt; "
"zu kopieren"
