diff options
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/ast.php | 2 | ||||
-rw-r--r-- | lib/l10n/es.php | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lib/l10n/ast.php b/lib/l10n/ast.php index 3e9646f59cb..9a9c7b2c546 100644 --- a/lib/l10n/ast.php +++ b/lib/l10n/ast.php @@ -92,7 +92,9 @@ $TRANSLATIONS = array( "Cannot write into \"apps\" directory" => "Nun pue escribise nel direutoriu \"apps\"", "Cannot create \"data\" directory (%s)" => "Nun pue crease'l direutoriu \"data\" (%s)", "Please ask your server administrator to install the module." => "Por favor, entrúga-y al to alministrador del sirvidor pa instalar el módulu.", +"PostgreSQL >= 9 required" => "PostgreSQL >= 9 requeríu", "Please upgrade your database version" => "Por favor, anova la versión de la to base de datos", +"Error occurred while checking PostgreSQL version" => "Asocedió un fallu entrín se comprobaba la versión de PostgreSQL", "Could not obtain lock type %d on \"%s\"." => "Nun pudo facese'l bloquéu %d en \"%s\"." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/lib/l10n/es.php b/lib/l10n/es.php index 06faa7ebc0c..fb059bf8b7a 100644 --- a/lib/l10n/es.php +++ b/lib/l10n/es.php @@ -94,8 +94,11 @@ $TRANSLATIONS = array( "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "Los permisos usualmente pueden ser solucionados, %sdando permisos de escritura al directorio de configuración en el servidor Web%s.", "Cannot write into \"config\" directory" => "No se puede escribir el el directorio de configuración", "Cannot write into \"apps\" directory" => "No se puede escribir en el directorio de \"apps\"", +"This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." => "Esto puede ser facilmente solucionado, %sdando permisos de escritura al servidor Web en el directorio%s de apps o deshabilitando la tienda de apps en el archivo de configuración.", "Cannot create \"data\" directory (%s)" => "No puedo crear del directorio \"data\" (%s)", "This can usually be fixed by <a href=\"%s\" target=\"_blank\">giving the webserver write access to the root directory</a>." => "Esto puede ser solucionado <a href=\"%s\" target=\"_blank\">dando al servidor web permisos de escritura en el directorio raíz</a>.", +"Setting locale to %s failed" => "Falló la activación del idioma %s ", +"Please install one of theses locales on your system and restart your webserver." => "Por favor instale uno de estos idiomas en su sitema y reinicie su servidor Web.", "Please ask your server administrator to install the module." => "Consulte al administrador de su servidor para instalar el módulo.", "PHP module %s not installed." => "El ódulo PHP %s no está instalado.", "PHP %s or higher is required." => "Se requiere PHP %s o superior.", |