msgid ""
msgstr ""
"Project-Id-Version: scsslib\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-05-15 19:34-0500\n"
"PO-Revision-Date: 2023-05-15 19:38-0500\n"
"Last-Translator: Juan Sebastián Echeverry <baxtian.echeverry@gmail.com>\n"
"Language-Team: German (Germany)\n"
"Language: de_DE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;esc_attr_e;esc_attr__\n"
"X-Poedit-Basepath: ..\n"
"X-Generator: Poedit 3.2.2\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Loco-Parser: loco_parse_po\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-SearchPathExcluded-0: vendor\n"
"X-Poedit-SearchPathExcluded-1: tests\n"

#. Plugin Name of the plugin
msgid "SCSS-Library"
msgstr "SCSS-Library"

#. Description of the plugin
msgid "Adds support for SCSS stylesheets to wp_enqueue_style."
msgstr ""

#. Author of the plugin
msgid "Juan Sebastián Echeverry"
msgstr ""

#: src/Libs/CheckDirectory.php:55 src/Libs/CheckDirectory.php:70
#: src/Views/AdminBar.php:66
msgid "SCSS Library"
msgstr "SCSS Library"

#: src/Libs/CheckDirectory.php:56 src/Libs/CheckDirectory.php:71
msgid "Cache directory."
msgstr ""

#: src/Libs/CheckDirectory.php:57
msgid ""
"File Permissions Error, unable to create cache directory. Please make sure "
"the Wordpress Uploads directory is writable."
msgstr ""
"Fehler bei den Dateiberechtigungen – Cache-Verzeichnis kann nicht erstellt "
"werden. Bitte stelle sicher, dass das Wordpress Uploads-Verzeichnis "
"beschreibbar ist."

#: src/Libs/CheckDirectory.php:72
msgid "File Permissions Error, permission denied. Please make %s writable."
msgstr "Schreibfehler – Berechtigung verweigert. Bitte mache%s beschreibbar."

#: src/Libs/ScssCompiler.php:75
msgid "File does not exists."
msgstr ""

#: src/Libs/ScssLibrary.php:172
msgid "Source file not found."
msgstr "Quelldatei nicht gefunden."

#: src/Settings/ScssLibrary.php:49
msgid "SCSS Compiler"
msgstr "SCSS Kompilierer"

#: src/Settings/ScssLibrary.php:65
msgid "Developer mode"
msgstr "Developer-Modus"

#: src/Settings/ScssLibrary.php:66
msgid ""
"Enable this option if you want to always compile the files. This is helpful "
"while developing but remember to disable it when in production."
msgstr ""
"Aktiviere diese Option, wenn Du die Dateien immer kompilieren möchtest. Dies "
"ist bei der Entwicklung hilfreich, aber denke daran, sie in im Live-Einsatz "
"zu deaktivieren."

#: src/Views/AdminBar.php:93
msgid "Recompile SCSS files"
msgstr "SCSS-Dateien neu kompilieren"

#: src/Views/AdminBar.php:104
msgid "Deactivate development mode"
msgstr "Developer-Modus deaktivieren"

#: src/Views/AdminBar.php:117
msgid "Activate development mode"
msgstr "Developer-Modus aktivieren"

#: src/Views/AdminNotifications.php:64
msgid ""
"The development mode from the <strong>SCSS-Library</strong> is active. "
"Remember to <a href='%s'>deactivate it</a> in case this is a production "
"environment."
msgstr ""
"Der Developer-Modus von <strong>SCSS-Library</strong> ist aktiv. Denke daran "
"ihn zu <a href='%s'>deaktivieren</a>, wenn es sich um eine "
"Produktionsumgebung handelt."

#: src/Views/Errors.php:77
msgid "Sass Compiling Error"
msgstr "Sass Kompilierungsfehler"
