diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/ast.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/l10n/ast.php b/lib/l10n/ast.php index 1ec3d8e28d3..644bd4e5b40 100644 --- a/lib/l10n/ast.php +++ b/lib/l10n/ast.php @@ -1,7 +1,9 @@ <?php $TRANSLATIONS = array( "Cannot write into \"config\" directory!" => "¡Nun pue escribise nel direutoriu \"config\"!", +"This can usually be fixed by giving the webserver write access to the config directory" => "Davezu esto pue iguase dándo-y al sirvidor web accesu d'escritura al direutoriu de configuración", "See %s" => "Mira %s", +"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Davezu esto pue iguase %sdándo-y al sirvidor web accesu d'escritura al direutoriu de configuración%s.", "You are accessing the server from an untrusted domain." => "Tas accediendo al sirvidor dende un dominiu non confiáu.", "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Por favor, contauta col alministrador. Si yes l'alministrador, configura l'axuste \"trusted_domain\" en config/config.php. Hai un exemplu en config/config.sample.php.", "Help" => "Ayuda", @@ -89,6 +91,7 @@ $TRANSLATIONS = array( "A valid password must be provided" => "Tien d'apurrise una contraseña válida", "The username is already being used" => "El nome d'usuariu yá ta usándose", "No database drivers (sqlite, mysql, or postgresql) installed." => "Nun hai controladores de bases de datos (sqlite, mysql, o postgresql)", +"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "Davezu los permisos puen iguase %sdándo-y al sirvidor web accesu d'escritura al direutoriu raigañu%s.", "Cannot write into \"config\" directory" => "Nun pue escribise nel direutoriu \"config\"", "Cannot write into \"apps\" directory" => "Nun pue escribise nel direutoriu \"apps\"", "Cannot create \"data\" directory (%s)" => "Nun pue crease'l direutoriu \"data\" (%s)", @@ -97,11 +100,15 @@ $TRANSLATIONS = array( "Please ask your server administrator to install the module." => "Por favor, entrúga-y al to alministrador del sirvidor pa instalar el módulu.", "PHP module %s not installed." => "Nun ta instaláu'l módulu PHP %s", "PHP %s or higher is required." => "Necesítase PHP %s o superior", +"Please ask your server administrator to update PHP to the latest version. Your PHP version is no longer supported by ownCloud and the PHP community." => "Por favor, entrúga-y al to alministrador del sirvidor p'anovar PHP a la cabera versión. La to versión PHP nun ta sofitada por ownCloud y la comunidá PHP.", "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "Ta habilitáu'l mou seguru de PHP. ownCloud requier que tea deshabilitáu pa furrular afayadízamente", +"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Tán habilitaes les Magic Quotes. ownCloud requier que les deshabilites pa furrular afayadizamente.", +"PHP modules have been installed, but they are still listed as missing?" => "Instaláronse los módulos PHP, ¿pero tán entá llistaos cómo faltantes?", "Please ask your server administrator to restart the web server." => "Por favor, entruga al to alministrador pa reaniciar el sirvidor web.", "PostgreSQL >= 9 required" => "PostgreSQL >= 9 requeríu", "Please upgrade your database version" => "Por favor, anueva la versión de la to base de datos", "Error occurred while checking PostgreSQL version" => "Asocedió un fallu mientres se comprobaba la versión de PostgreSQL", +"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Por favor, asegúrate que tienes PostgreSQL >= 9 o comprueba los rexistros pa más información tocante al fallu", "Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Por favor, camuda los permisos a 0770 pa que'l direutoriu nun pueda llistase por otros usuarios.", "Data directory (%s) is readable by other users" => "El direutoriu de datos (%s) ye llexible por otros usuarios", "Data directory (%s) is invalid" => "Ye inválidu'l direutoriu de datos (%s)", |