diff options
Diffstat (limited to 'core/l10n/oc.js')
-rw-r--r-- | core/l10n/oc.js | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/core/l10n/oc.js b/core/l10n/oc.js index 4f1ed79efc3..f69162865ce 100644 --- a/core/l10n/oc.js +++ b/core/l10n/oc.js @@ -6,9 +6,13 @@ OC.L10N.register( "The selected file is not an image." : "Lo fichièr seleccionat es pas un imatge.", "The selected file cannot be read." : "Se pòt pas legir lo fichièr seleccionat.", "The file was uploaded" : "Lo fichièr es estat enviat", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Lo fichièr enviat despassa la directiva upload_max_filesize de php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Lo fichièr enviat despassa la directiva MAX_FILE_SIZE especificada dins lo formulari HTML", + "The file was only partially uploaded" : "Lo fichièr es estat parcialament enviat", "No file was uploaded" : "Cap de fichièr pas enviat", "Missing a temporary folder" : "Dossièr temporari absent", "Could not write file to disk" : "Escritura impossibla al disc", + "A PHP extension stopped the file upload" : "Una extension PHP a arrestat lo mandadís de fichièr", "Invalid file provided" : "Fichièr fornit invalid", "No image or file provided" : "Cap d’imatge o fichièr fornit", "Unknown filetype" : "Tipe de fichièr desconegut", @@ -23,6 +27,8 @@ OC.L10N.register( "Could not complete login" : "Autocomplecion impossibla de l’identificant", "Your login token is invalid or has expired" : "Lo geton es siá invalid siá expirat", "Password reset is disabled" : "Reïnicializacion del senhal desactivada", + "Could not reset password because the token is expired" : "Reïnicializacion del senhal impossibla pr’amor que lo geton a expirat", + "Could not reset password because the token is invalid" : "Reïnicializacion del senhal impossibla pr’amor que lo geton es invalid", "%s password reset" : "reïnicializar lo senhal de %s", "Password reset" : "Reïnicializacion de senhal", "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Clicat sul boton seguent per reïnicializar vòstre senhal. S’avètz pas demandat sa reïnicializacion, ignoratz aqueste corrièl.", @@ -100,11 +106,14 @@ OC.L10N.register( "Please try again or contact your administrator." : "Tornatz ensajar o contactatz vòstre administrator.", "Username or email" : "Nom d’utilizaire o senhal", "Password" : "Senhal", + "Toggle password visibility" : "Alternar la visibilitat del senhal", "Wrong username or password." : "Marrit nom d’utilizaire o senhal.", "User disabled" : "Utilizaire desactivat", "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Avèm detectat mantun ensag invalid de connexion a partir de vòstra IP. Per consequent vòstra connexion venenta serà en pausa per 30 segondas.", "Your account is not setup for passwordless login." : "Vòstre compte es pas parametrat per una autentificacion sens senhal.", + "Browser not supported" : "Navegador pas pres en carga", "Passwordless authentication is not supported in your browser." : "L’autentificacion sens senhal es pas presa en cargar per vòstre navegador.", + "Your connection is not secure" : "Vòstra connexion es pas segura", "Passwordless authentication is only available over a secure connection." : "L’autentificacion sens senhal es sonque disponibla via una connexion segura.", "Reset password" : "Reïnicializar senhal", "If it is not there ask your local administrator." : "S’es pas enlà, demandatz a vòstre administrator local.", @@ -117,6 +126,8 @@ OC.L10N.register( "Loading apps …" : "Cargament aplicacions…", "Installing apps …" : "Installacion aplicacions…", "App download or installation failed" : "Telecargament o installacion de l’aplicacion fracassada", + "Cannot install this app because it is not compatible" : "Impossibla d’installar aquesta app perque es pas compatibla", + "Cannot install this app" : "Impossible d’installar aquesta app", "Cancel" : "Anullar", "Schedule work & meetings, synced with all your devices." : "Planificatz prètzfaches e reünions, sincronizats amb totes vòstres periferics.", "Keep your colleagues and friends in one place without leaking their private info." : "Gardatz vòstres companhs e amics a un sòl lòc sens divulgar lor vida privada.", @@ -125,6 +136,7 @@ OC.L10N.register( "Forgot password?" : "Senhal oblidat ?", "Log in with a device" : "Connexion amb un periferic", "Back" : "Retorn", + "Login form is disabled." : "Lo formulari de connexion es desactivat.", "Reset search" : "Escafar la recèrca", "Search for {name} only" : "Cercar sonque {name}", "No results for {query}" : "Cap de resultat per {query}", @@ -212,9 +224,9 @@ OC.L10N.register( "Admin" : "Admin", "Help" : "Ajuda", "Access forbidden" : "Accès defendut", + "Back to %s" : "Tornar a %s", "File not found" : "Fichièr pas trobat", "The document could not be found on the server. Maybe the share was deleted or has expired?" : "Lo document es pas trobable sul servidor. Benlèu que lo partiment foguèt suprimit o a expirat ?", - "Back to %s" : "Tornar a %s", "Too many requests" : "Tròp de requèstas", "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "I a agut tròp de requèstas a partir de vòstre ret. Tornatz ensajar mai tard o contactatz vòstre administrator s’aquò es una error.", "Error" : "Error", @@ -286,6 +298,7 @@ OC.L10N.register( "You can close this window." : "Podètz tampar aquesta fenèstra.", "This share is password-protected" : "Aqueste partiment es protegit per un senhal", "The password is wrong. Try again." : "Lo senhal es incorrècte. Ensajatz tornamai.", + "Go to %s" : "Anar a %s", "Two-factor authentication" : "Autentificacion dos factors", "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "La seguretat renfortida es activada per vòstre compte. Causissètz un segond factor per l’autentificacion :", "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Cargament impossible d’almens un metòde d’autentificacion dos factors. Contactatz vòstre admin.", |