Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/l10n/ast.js')
-rw-r--r--lib/l10n/ast.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/l10n/ast.js b/lib/l10n/ast.js
index 1faf7398e92..b8fc4630dda 100644
--- a/lib/l10n/ast.js
+++ b/lib/l10n/ast.js
@@ -58,15 +58,11 @@ OC.L10N.register(
"Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Por favor, desanicia la configuración open_basedir dientro la so php.ini o camude a PHP 64 bits.",
"Set an admin username." : "Afitar nome d'usuariu p'almin",
"Set an admin password." : "Afitar contraseña p'almin",
- "Can't create or write into the data directory %s" : "Nun pue crease o escribir dientro los datos del direutoriu %s",
"Sharing backend %s must implement the interface OCP\\Share_Backend" : "El motor compartíu %s tien d'implementar la interfaz OCP\\Share_Backend",
"Sharing backend %s not found" : "Nun s'alcontró'l botón de compartición %s",
"Sharing backend for %s not found" : "Nun s'alcontró'l botón de partición pa %s",
"Open »%s«" : "Abrir «%s»",
"You are not allowed to share %s" : "Nun tienes permisu pa compartir %s",
- "Can’t increase permissions of %s" : "Nun pue aumentase los permisos de %s",
- "Files can’t be shared with delete permissions" : "Los ficheros nun puen compartise colos permisos de desaniciu",
- "Files can’t be shared with create permissions" : "Los ficheros nun puen compartise colos permisos de creación",
"Expiration date is in the past" : "La data de caducidá ta nel pasáu.",
"Click the button below to open it." : "Primi'l botón d'embaxo p'abrilu.",
"Could not find category \"%s\"" : "Nun pudo alcontrase la estaya \"%s.\"",
@@ -125,7 +121,6 @@ OC.L10N.register(
"Login canceled by app" : "Aniciar sesión canceláu pola aplicación",
"a safe home for all your data" : "un llar seguru pa tolos tos datos",
"File is currently busy, please try again later" : "Fichaeru ta ocupáu, por favor intentelo de nuevu más tarde",
- "Can't read file" : "Nun ye a lleese'l ficheru",
"Application is not enabled" : "L'aplicación nun ta habilitada",
"Authentication error" : "Fallu d'autenticación",
"Token expired. Please reload page." : "Token caducáu. Recarga la páxina.",
@@ -160,7 +155,12 @@ OC.L10N.register(
"Storage connection timeout. %s" : "Tiempu escosao de conexón al almacenamientu. %s",
"Following databases are supported: %s" : "Les siguientes bases de datos tan sofitaes: %s",
"Following platforms are supported: %s" : "Les siguientes plataformes tan sofitaes: %s",
+ "Can't create or write into the data directory %s" : "Nun pue crease o escribir dientro los datos del direutoriu %s",
"Invalid Federated Cloud ID" : "ID non válida de ñube federada",
- "Can’t set expiration date more than %s days in the future" : "Nun pue afitase la data de caducidá más de %s díes nel futuru"
+ "Can’t increase permissions of %s" : "Nun pue aumentase los permisos de %s",
+ "Files can’t be shared with delete permissions" : "Los ficheros nun puen compartise colos permisos de desaniciu",
+ "Files can’t be shared with create permissions" : "Los ficheros nun puen compartise colos permisos de creación",
+ "Can’t set expiration date more than %s days in the future" : "Nun pue afitase la data de caducidá más de %s díes nel futuru",
+ "Can't read file" : "Nun ye a lleese'l ficheru"
},
"nplurals=2; plural=(n != 1);");