diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-09 01:55:51 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-09 01:55:51 -0400 |
commit | 6e2e0108ee84b2ffded721e5a0fd070437ffe958 (patch) | |
tree | 378077811a4f9fb78c0fcb80cd666cea254ea014 /lib/l10n | |
parent | 6f35e51ff3583d629923d36037323a6fe1670fbd (diff) | |
download | nextcloud-server-6e2e0108ee84b2ffded721e5a0fd070437ffe958.tar.gz nextcloud-server-6e2e0108ee84b2ffded721e5a0fd070437ffe958.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/ast.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/l10n/ast.php b/lib/l10n/ast.php index 078aad4529a..1ec3d8e28d3 100644 --- a/lib/l10n/ast.php +++ b/lib/l10n/ast.php @@ -93,14 +93,17 @@ $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)", "This can usually be fixed by <a href=\"%s\" target=\"_blank\">giving the webserver write access to the root directory</a>." => "Esto pue iguase davezu <a href=\"%s\" target=\"_blank\">dándo-y accesu d'escritura al direutoriu raigañu</a>.", +"Please install one of theses locales on your system and restart your webserver." => "Instala ún d'estos locales nel to sistema y reanicia'l sirvidor web", "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", "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", "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, 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", +"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 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)", "Could not obtain lock type %d on \"%s\"." => "Nun pudo facese'l bloquéu %d en \"%s\"." ); |