# German translation of PHP (8.x-1.0-beta1)
# Copyright (c) 2015 by the German translation team
#
msgid ""
msgstr ""
"Project-Id-Version: PHP (8.x-1.0-beta1)\n"
"POT-Creation-Date: 2015-11-15 17:14+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 "PHP"
msgstr "PHP"
msgid "Filters"
msgstr "Filterkriterien"
msgid "PHP Code"
msgstr "PHP-Code"
msgid "About"
msgstr "Über"
msgid "Uses"
msgstr "Verwendet"
msgid "PHP validate code"
msgstr "PHP Validierungscode"
msgid "You may post PHP code. You should include &lt;?php ?&gt; tags."
msgstr ""
"PHP-Code kann verwendet werden und sollte in &lt;?php ?&gt;-Tags "
"eingeschlossen werden."
msgid "Using custom PHP code"
msgstr "Benutzerdefinierten PHP-Code verwenden"
msgid ""
"Custom PHP code may be embedded in some types of site content, "
"including posts and blocks. While embedding PHP code inside a post or "
"block is a powerful and flexible feature when used by a trusted user "
"with PHP experience, it is a significant and dangerous security risk "
"when used improperly. Even a small mistake when posting PHP code may "
"accidentally compromise your site."
msgstr ""
"In einigen Inhaltsarten der Website kann eigener PHP-Code eingebunden "
"werden, einschließlich Beiträgen und Blöcken. Auch wenn das "
"Einbinden von PHP-Code in Beiträgen und Blöcken eine "
"leistungsfähige und flexible Funktionalität ist, wenn sie von einem "
"vertrauenswürdigen Benutzer mit Erfahrung in PHP verwendet wird, ist "
"es ein erhebliches  und gefährliches Sicherheitsrisiko, wenn es nicht "
"sachgemäß verwendet wird. Selbst ein kleiner Fehler beim Einfügen "
"von PHP-Code kann die Website gefährden."
msgid ""
"If you are unfamiliar with PHP, SQL, or Drupal, avoid using custom PHP "
"code within posts. Experimenting with PHP may corrupt your database, "
"render your site inoperable, or significantly compromise security."
msgstr ""
"Falls Sie nicht vertraut sind mit PHP, SQL oder Drupal, vermeiden Sie "
"eigenen PHP-Code in den Beiträgen zu benutzen. Experimente mit PHP "
"könnte Ihre Datenbank unbrauchbar machen, Ihre Seite außer Funktion "
"setzen oder erheblich die Sicherheit beeinträchtigen."
msgid "Notes:"
msgstr "Anmerkungen:"
msgid ""
"Remember to double-check each line for syntax and logic errors "
"<strong>before</strong> saving."
msgstr ""
"Bitte daran denken, jede Zeile zweimal auf Syntax- und Logikfehler "
"<strong>vor</strong> dem Speichern zu untersuchen."
msgid "Statements must be correctly terminated with semicolons."
msgstr "Anweisungen müssen mit einem Semikolon korrekt abgeschlossen werden."
msgid ""
"Global variables used within your PHP code retain their values after "
"your script executes."
msgstr ""
"Globale Variablen innerhalb des eigenen PHP-Codes behalten ihre Werte "
"auch nach der Ausführung des Skriptes bei."
msgid ""
"Use a <code>print</code> or <code>return</code> statement in your code "
"to output content."
msgstr ""
"Die Anweisungen <code>print</code> und <code>return</code> dienen der "
"Ausgabe von Inhalten."
msgid ""
"Develop and test your PHP code using a separate test script and sample "
"database before deploying on a production site."
msgstr ""
"Die Entwicklung und das Testen des PHP-Codes sollte mit einem "
"separaten Skript und einer Testdatenbank erfolgen bevor er in einer "
"produktiven Umgebung eingesetzt wird."
msgid ""
"Be aware that the ability to embed PHP code within content is provided "
"by the PHP Filter module. If this module is disabled or deleted, then "
"blocks and posts with embedded PHP may display, rather than execute, "
"the PHP code."
msgstr ""
"Der PHP-Filter ist für die Ausführung von eingebettetem PHP-Code "
"zuständig. Ist das PHP-Filter-Modul deaktiviert oder gelöscht, wird "
"der PHP-Code nicht ausgeführt, sondern der PHP-Code im Quelltext "
"angezeigt."
msgid ""
"A basic example: <em>Creating a \"Welcome\" block that greets visitors "
"with a simple message.</em>"
msgstr ""
"Ein einfaches Beispiel: <em>Ein „Willkommen“-Block, der die "
"Besucher mit einer einfachen Nachricht begrüßt.</em>"
msgid "PHP evaluator"
msgstr "PHP-Evaluator"
msgid ""
"Executes a piece of PHP code. The usage of this filter should be "
"restricted to administrators only!"
msgstr ""
"Führt PHP-Code aus. Der Gebrauch dieses Filters sollte auf "
"Administratoren beschränkt werden!"
msgid "Enabling execution of PHP in text fields"
msgstr "Die Ausführung von PHP in Textfeldern zulassen"
msgid "Use PHP for settings"
msgstr "Verwende PHP in Einstellungen"
msgid "PHP contextual filter code"
msgstr "PHP-Code für kontextabhängigen Filter"
