# Copyright (C) 2014 Juan Sebastián Echeverry
# This file is distributed under the  GNU General Public License.
msgid ""
msgstr ""
"Project-Id-Version: scsslib\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-05-15 19:32-0500\n"
"PO-Revision-Date: 2023-05-15 19:34-0500\n"
"Last-Translator: Juan Sebastián Echeverry <baxtian.echeverry@gmail.com>\n"
"Language-Team: Juan Sebastián Echeverry <baxtian.echeverry@gmail.com>\n"
"Language: es_ES\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-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 "Agrega soporte para hojas de estilo SCSS a wp_enqueue_style."

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

#: 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 "Directorio de Cache."

#: src/Libs/CheckDirectory.php:57
msgid ""
"File Permissions Error, unable to create cache directory. Please make sure "
"the Wordpress Uploads directory is writable."
msgstr ""
"Error de permisos de archivo, no se puede crear directorio de cache. "
"Asegúrese de que el directorio <i>uploads</i> de Wordpress sea editable."

#: src/Libs/CheckDirectory.php:72
msgid "File Permissions Error, permission denied. Please make %s writable."
msgstr ""
"Error de permisos de archivo, permiso denegado. Por favor agregue permisos "
"de escrituro a %s."

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

#: src/Libs/ScssLibrary.php:172
msgid "Source file not found."
msgstr "Archivo fuente no encontrado."

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

#: src/Settings/ScssLibrary.php:65
msgid "Developer mode"
msgstr "Modo de desarrollo"

#: 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 ""
"Habilite esta opción si desea compilar siempre los archivos. Esto es útil "
"durante el desarrollo, pero recuerde desactivarlo cuando esté en producción."

#: src/Views/AdminBar.php:93
msgid "Recompile SCSS files"
msgstr "Recompilar archivos SCSS"

#: src/Views/AdminBar.php:104
msgid "Deactivate development mode"
msgstr "Desactivar modo de desarrollo"

#: src/Views/AdminBar.php:117
msgid "Activate development mode"
msgstr "Activar modo de desarrollo"

#: 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 ""
"El modo de desarrollo de <strong>SCSS-Library</strong> está activo. Recuerde "
"<a href='%s'>desactivarlo</a> en caso de que este sea un entorno de "
"producción."

#: src/Views/Errors.php:77
msgid "Sass Compiling Error"
msgstr "Error de compilación Sass"
