[tx-robot] updated from transifex
This commit is contained in:
parent
1f7124a57b
commit
58513255d2
|
@ -1,64 +1,142 @@
|
||||||
OC.L10N.register(
|
OC.L10N.register(
|
||||||
"files",
|
"files",
|
||||||
{
|
{
|
||||||
"Unknown error" : "Error desconocido",
|
"Storage is temporarily not available" : "El almacenamiento no está disponible temporalmente ",
|
||||||
"Unable to set upload directory." : "Incapaz de crear directorio de subida.",
|
"Storage invalid" : "El almacenamiento es inválido",
|
||||||
"Invalid Token" : "Token Inválido",
|
"Unknown error" : "Se presentó un error desconocido",
|
||||||
"No file was uploaded. Unknown error" : "No se subió ningún archivo. Error desconocido",
|
"All files" : "Todos los archivos",
|
||||||
"There is no error, the file uploaded with success" : "No hubo ningún problema, el archivo se subió con éxito",
|
"Recent" : "Reciente",
|
||||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "El archivo subido sobrepasa la directiva 'upload_max_filesize' en php.ini:",
|
"File could not be found" : "No fue posible encontrar el archivo",
|
||||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo subido sobrepasa la directiva 'MAX_FILE_SIZE' especificada en el formulario HTML",
|
|
||||||
"The uploaded file was only partially uploaded" : "El archivo subido fue sólo subido parcialmente",
|
|
||||||
"No file was uploaded" : "No se subió ningún archivo",
|
|
||||||
"Missing a temporary folder" : "Falta la carpeta temporal",
|
|
||||||
"Failed to write to disk" : "Falló al escribir al disco",
|
|
||||||
"Not enough storage available" : "No hay suficiente espacio disponible",
|
|
||||||
"Upload failed. Could not find uploaded file" : "Actualización fallida. No se pudo encontrar el archivo subido",
|
|
||||||
"Upload failed. Could not get file info." : "Actualización fallida. No se pudo obtener información del archivo.",
|
|
||||||
"Invalid directory." : "Directorio inválido.",
|
|
||||||
"Files" : "Archivos",
|
|
||||||
"Home" : "Particular",
|
"Home" : "Particular",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Favorites" : "Favoritos",
|
"Favorites" : "Favoritos",
|
||||||
"Upload cancelled." : "Subida cancelada.",
|
"Could not create folder \"{dir}\"" : "No fue posible crear la carpeta \"{dir}\"",
|
||||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "No ha sido posible subir {filename} porque es un directorio o tiene 0 bytes",
|
"Upload cancelled." : "Carga cancelada.",
|
||||||
"Could not get result from server." : "No se pudo obtener respuesta del servidor.",
|
"Unable to upload {filename} as it is a directory or has 0 bytes" : "No fue posible cargar {filename} ya que es una carpeta o tiene un tamaño de 0 bytes",
|
||||||
"Uploading..." : "Subiendo...",
|
"Not enough free space, you are uploading {size1} but only {size2} is left" : "No cuenta con suficiente espacio disponible, usted se encuentra cargando {size1} pero solo cuenta con {size2} disponible",
|
||||||
"File upload is in progress. Leaving the page now will cancel the upload." : "La subida del archivo está en proceso. Si sale de la página ahora, la subida será cancelada.",
|
"Target folder \"{dir}\" does not exist any more" : "La carpeta destino \"{dir}\" ya no existe",
|
||||||
|
"Not enough free space" : "No cuenta con suficiente espacio disponible",
|
||||||
|
"Uploading..." : "Cargando...",
|
||||||
|
"..." : "...",
|
||||||
|
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
|
||||||
"Actions" : "Acciones",
|
"Actions" : "Acciones",
|
||||||
"Download" : "Descargar",
|
"Download" : "Descargar",
|
||||||
"Rename" : "Renombrar",
|
"Rename" : "Renombrar",
|
||||||
"Delete" : "Eliminar",
|
"Move" : "Mover",
|
||||||
|
"Target folder" : "Carpeta destino",
|
||||||
|
"Delete" : "Borrar",
|
||||||
|
"Disconnect storage" : "Desconectar almacenamiento",
|
||||||
"Unshare" : "Dejar de compartir",
|
"Unshare" : "Dejar de compartir",
|
||||||
|
"Could not load info for file \"{file}\"" : "No fue posible cargar información para el archivo \"{file}\"",
|
||||||
|
"Files" : "Archivos",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
|
"Select" : "Seleccionar",
|
||||||
"Pending" : "Pendiente",
|
"Pending" : "Pendiente",
|
||||||
|
"Unable to determine date" : "No fue posible determinar la fecha",
|
||||||
|
"This operation is forbidden" : "Esta operación está prohibida",
|
||||||
|
"This directory is unavailable, please check the logs or contact the administrator" : "Esta carpeta no está disponible, favor de verficiar las bitácoras o contacte al administrador",
|
||||||
|
"Could not move \"{file}\", target exists" : "No fue posible mover \"{file}\", el destino ya existe",
|
||||||
|
"Could not move \"{file}\"" : "No fue posible mover \"{file}\"",
|
||||||
|
"{newName} already exists" : "{newName} ya existe",
|
||||||
|
"Could not rename \"{fileName}\", it does not exist any more" : "No fue posible renombrar \"{fileName}\", ya no existe",
|
||||||
|
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{targetName}\" ya está en uso en la carpeta \"{dir}\". Favor de elegir un nombre diferete. ",
|
||||||
|
"Could not rename \"{fileName}\"" : "No fue posible renombrar \"{fileName}\"",
|
||||||
|
"Could not create file \"{file}\"" : "No fue posible crear el archivo \"{file}\"",
|
||||||
|
"Could not create file \"{file}\" because it already exists" : "No fue posible crear el archivo\"{file}\" porque ya existe",
|
||||||
|
"Could not create folder \"{dir}\" because it already exists" : "No fue posible crear la carpeta \"{dir}\" porque ya existe",
|
||||||
|
"Error deleting file \"{fileName}\"." : "Se presentó un error al borrar el archivo \"{fileName}\".",
|
||||||
|
"No search results in other folders for {tag}{filter}{endtag}" : "No se encontraron resultados en otras carpetas para {tag}{filter}{endtag}",
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Size" : "Tamaño",
|
"Size" : "Tamaño",
|
||||||
"Modified" : "Modificado",
|
"Modified" : "Modificado",
|
||||||
"_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"],
|
"_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"],
|
||||||
"_%n file_::_%n files_" : ["%n archivo","%n archivos"],
|
"_%n file_::_%n files_" : ["%n archivo","%n archivos"],
|
||||||
"{dirs} and {files}" : "{dirs} y {files}",
|
"{dirs} and {files}" : "{dirs} y {files}",
|
||||||
"You don’t have permission to upload or create files here" : "No tienes permisos para subir o crear archivos aquí.",
|
"_including %n hidden_::_including %n hidden_" : ["incluyendo %n escondido","incluyendo %n escondidos"],
|
||||||
"_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Subiendo %n archivos"],
|
"You don’t have permission to upload or create files here" : "Usted no cuenta con los permisos para cargar o crear archivos aqui",
|
||||||
|
"_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Cargando %n archivos"],
|
||||||
"New" : "Nuevo",
|
"New" : "Nuevo",
|
||||||
|
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ",
|
||||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||||
"Your storage is full, files can not be updated or synced anymore!" : "Su almacenamiento está lleno, ¡los archivos no se actualizarán ni sincronizarán más!",
|
"\"{name}\" is not an allowed filetype" : "\"{name}\" es un tipo de archivo no permitido",
|
||||||
"Your storage is almost full ({usedSpacePercent}%)" : "Su almacenamiento está casi lleno ({usedSpacePercent}%)",
|
"Storage of {owner} is full, files can not be updated or synced anymore!" : "El espacio de {owner} está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!",
|
||||||
|
"Your storage is full, files can not be updated or synced anymore!" : "Su espacio está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!",
|
||||||
|
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "El espacio de {owner} está casi lleno ({usedSpacePercent}%)",
|
||||||
|
"Your storage is almost full ({usedSpacePercent}%)" : "Su espacio está casi lleno ({usedSpacePercent}%)",
|
||||||
|
"_matches '{filter}'_::_match '{filter}'_" : ["coincide '{filter}'","coinciden '{filter}'"],
|
||||||
|
"View in folder" : "Ver en la carpeta",
|
||||||
|
"Path" : "Ruta",
|
||||||
|
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
|
||||||
|
"Favorited" : "Marcado como favorito",
|
||||||
"Favorite" : "Favorito",
|
"Favorite" : "Favorito",
|
||||||
|
"Copy local link" : "Copiar liga local",
|
||||||
"Folder" : "Carpeta",
|
"Folder" : "Carpeta",
|
||||||
"New folder" : "Nueva carpeta",
|
"New folder" : "Carpeta nueva",
|
||||||
"Upload" : "Subir archivo",
|
"Upload" : "Cargar",
|
||||||
"You created %1$s" : "Has creado %1$s",
|
"An error occurred while trying to update the tags" : "Se presentó un error al intentar actualizar la etiqueta",
|
||||||
"You changed %1$s" : "Has cambiado %1$s",
|
"Added to favorites" : "Agregado a los favoritos",
|
||||||
"You deleted %1$s" : "Has eliminado %1$s",
|
"Removed from favorites" : "Quitado de los favoritos",
|
||||||
|
"You added {file} to your favorites" : "Usted agregó {file} a sus favoritos",
|
||||||
|
"You removed {file} from your favorites" : "Usted quitó {file} de sus favoritos",
|
||||||
|
"File changes" : "Cambios al archivo",
|
||||||
|
"Created by {user}" : "Creado por {user}",
|
||||||
|
"Changed by {user}" : "Cambiado por {user}",
|
||||||
|
"Deleted by {user}" : "Borrado por {user}",
|
||||||
|
"Restored by {user}" : "Restaurado por {user}",
|
||||||
|
"Renamed by {user}" : "Renombrado por {user}",
|
||||||
|
"Moved by {user}" : "Movido por {user}",
|
||||||
|
"You created {file}" : "Usted creó {file}",
|
||||||
|
"{user} created {file}" : "{user} creó {file}",
|
||||||
|
"{file} was created in a public folder" : "{file} fue creado en una carpeta pública",
|
||||||
|
"You changed {file}" : "Usted cambió {file}",
|
||||||
|
"{user} changed {file}" : "{user} cambió {file}",
|
||||||
|
"You deleted {file}" : "Usted borró {file}",
|
||||||
|
"{user} deleted {file}" : "{user} borró {file}",
|
||||||
|
"You restored {file}" : "Usted restauró {file}",
|
||||||
|
"{user} restored {file}" : "{user} restauró {file}",
|
||||||
|
"You renamed {oldfile} to {newfile}" : "Usted renombró {oldfile} como {newfile}",
|
||||||
|
"{user} renamed {oldfile} to {newfile}" : "{user} renombró {oldfile} como {newfile}",
|
||||||
|
"You moved {oldfile} to {newfile}" : "Usted movió {oldfile} a {newfile}",
|
||||||
|
"{user} moved {oldfile} to {newfile}" : "{user} movió {oldfile} a {newfile}",
|
||||||
|
"A file has been added to or removed from your <strong>favorites</strong>" : "Un archivo ha sido agregado o eliminado de sus strong>favoritos</strong>",
|
||||||
|
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un archivo o carpeta ha sido <strong>cambiado </strong> o <strong>renombrado</strong>",
|
||||||
|
"A new file or folder has been <strong>created</strong>" : "Un nuevo archivo ha sido <strong>creado</strong>",
|
||||||
|
"A new file or folder has been <strong>deleted</strong>" : "Un nuevo archivo ha sido <strong>borrado</strong>",
|
||||||
|
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limite las notificación de la creación y cambios a sus <strong>archivos favoritos</strong> <em>(solo flujo)</em>",
|
||||||
|
"A new file or folder has been <strong>restored</strong>" : "Un nuevo archivo ha sido <strong>restaurado</strong>",
|
||||||
|
"Upload (max. %s)" : "Cargar (max. %s)",
|
||||||
"File handling" : "Administración de archivos",
|
"File handling" : "Administración de archivos",
|
||||||
"Maximum upload size" : "Tamaño máximo de subida",
|
"Maximum upload size" : "Tamaño máximo de carga",
|
||||||
"max. possible: " : "máx. posible:",
|
"max. possible: " : "max. posible:",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
|
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM podría tomar 5 minutos para que los cambios apliquen. ",
|
||||||
|
"Missing permissions to edit from here." : "Faltan privilegios para editar desde aquí. ",
|
||||||
"Settings" : "Ajustes",
|
"Settings" : "Ajustes",
|
||||||
|
"Show hidden files" : "Mostrar archivos ocultos",
|
||||||
"WebDAV" : "WebDAV",
|
"WebDAV" : "WebDAV",
|
||||||
"Upload too large" : "Subida demasido grande",
|
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Use esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder sus archivos vía WebDAV</a>",
|
||||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que estás intentando subir sobrepasan el tamaño máximo permitido en este servidor.",
|
"No files in here" : "No hay archivos aquí",
|
||||||
"Text file" : "Archivo de texto"
|
"Upload some content or sync with your devices!" : "¡Cargue algún contenido o sincronice con sus dispositivos!",
|
||||||
|
"No entries found in this folder" : "No se encontraron elementos en esta carpeta",
|
||||||
|
"Select all" : "Seleccionar todo",
|
||||||
|
"Upload too large" : "La carga es demasido grande",
|
||||||
|
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que está intentando cargar sobrepasan el tamaño máximo permitido para la carga de archivos en este servidor.",
|
||||||
|
"No favorites" : "No hay favoritos",
|
||||||
|
"Files and folders you mark as favorite will show up here" : "Los archivos y carpetas que marque como favortios se mostrarán aquí. ",
|
||||||
|
"Shared with you" : "Compartido con usted",
|
||||||
|
"Shared with others" : "Compartido con otros",
|
||||||
|
"Shared by link" : "Compartido por liga",
|
||||||
|
"Deleted files" : "Archivos borrados",
|
||||||
|
"Text file" : "Archivo de texto",
|
||||||
|
"New text file.txt" : "Nuevo archivo de texto .txt",
|
||||||
|
"_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["falta {hours}:{minutes}:{seconds} hora","faltan {hours}:{minutes}:{seconds} horas"],
|
||||||
|
"{hours}:{minutes}h" : "{hours}:{minutes}h",
|
||||||
|
"_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["falta {minutes}:{seconds} minuto","faltan {minutes}:{seconds} minutos"],
|
||||||
|
"{minutes}:{seconds}m" : "{minutes}:{seconds}m",
|
||||||
|
"_{seconds} second left_::_{seconds} seconds left_" : ["falta {seconds} segundo","faltan {seconds} segundos"],
|
||||||
|
"{seconds}s" : "{seconds}s",
|
||||||
|
"Any moment now..." : "En cualquier momento...",
|
||||||
|
"Soon..." : "Pronto...",
|
||||||
|
"File upload is in progress. Leaving the page now will cancel the upload." : "La carga del archivo está en curso. El salir de la página ahora, la cancelará. "
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|
|
@ -1,62 +1,140 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
"Unknown error" : "Error desconocido",
|
"Storage is temporarily not available" : "El almacenamiento no está disponible temporalmente ",
|
||||||
"Unable to set upload directory." : "Incapaz de crear directorio de subida.",
|
"Storage invalid" : "El almacenamiento es inválido",
|
||||||
"Invalid Token" : "Token Inválido",
|
"Unknown error" : "Se presentó un error desconocido",
|
||||||
"No file was uploaded. Unknown error" : "No se subió ningún archivo. Error desconocido",
|
"All files" : "Todos los archivos",
|
||||||
"There is no error, the file uploaded with success" : "No hubo ningún problema, el archivo se subió con éxito",
|
"Recent" : "Reciente",
|
||||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "El archivo subido sobrepasa la directiva 'upload_max_filesize' en php.ini:",
|
"File could not be found" : "No fue posible encontrar el archivo",
|
||||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo subido sobrepasa la directiva 'MAX_FILE_SIZE' especificada en el formulario HTML",
|
|
||||||
"The uploaded file was only partially uploaded" : "El archivo subido fue sólo subido parcialmente",
|
|
||||||
"No file was uploaded" : "No se subió ningún archivo",
|
|
||||||
"Missing a temporary folder" : "Falta la carpeta temporal",
|
|
||||||
"Failed to write to disk" : "Falló al escribir al disco",
|
|
||||||
"Not enough storage available" : "No hay suficiente espacio disponible",
|
|
||||||
"Upload failed. Could not find uploaded file" : "Actualización fallida. No se pudo encontrar el archivo subido",
|
|
||||||
"Upload failed. Could not get file info." : "Actualización fallida. No se pudo obtener información del archivo.",
|
|
||||||
"Invalid directory." : "Directorio inválido.",
|
|
||||||
"Files" : "Archivos",
|
|
||||||
"Home" : "Particular",
|
"Home" : "Particular",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Favorites" : "Favoritos",
|
"Favorites" : "Favoritos",
|
||||||
"Upload cancelled." : "Subida cancelada.",
|
"Could not create folder \"{dir}\"" : "No fue posible crear la carpeta \"{dir}\"",
|
||||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "No ha sido posible subir {filename} porque es un directorio o tiene 0 bytes",
|
"Upload cancelled." : "Carga cancelada.",
|
||||||
"Could not get result from server." : "No se pudo obtener respuesta del servidor.",
|
"Unable to upload {filename} as it is a directory or has 0 bytes" : "No fue posible cargar {filename} ya que es una carpeta o tiene un tamaño de 0 bytes",
|
||||||
"Uploading..." : "Subiendo...",
|
"Not enough free space, you are uploading {size1} but only {size2} is left" : "No cuenta con suficiente espacio disponible, usted se encuentra cargando {size1} pero solo cuenta con {size2} disponible",
|
||||||
"File upload is in progress. Leaving the page now will cancel the upload." : "La subida del archivo está en proceso. Si sale de la página ahora, la subida será cancelada.",
|
"Target folder \"{dir}\" does not exist any more" : "La carpeta destino \"{dir}\" ya no existe",
|
||||||
|
"Not enough free space" : "No cuenta con suficiente espacio disponible",
|
||||||
|
"Uploading..." : "Cargando...",
|
||||||
|
"..." : "...",
|
||||||
|
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
|
||||||
"Actions" : "Acciones",
|
"Actions" : "Acciones",
|
||||||
"Download" : "Descargar",
|
"Download" : "Descargar",
|
||||||
"Rename" : "Renombrar",
|
"Rename" : "Renombrar",
|
||||||
"Delete" : "Eliminar",
|
"Move" : "Mover",
|
||||||
|
"Target folder" : "Carpeta destino",
|
||||||
|
"Delete" : "Borrar",
|
||||||
|
"Disconnect storage" : "Desconectar almacenamiento",
|
||||||
"Unshare" : "Dejar de compartir",
|
"Unshare" : "Dejar de compartir",
|
||||||
|
"Could not load info for file \"{file}\"" : "No fue posible cargar información para el archivo \"{file}\"",
|
||||||
|
"Files" : "Archivos",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
|
"Select" : "Seleccionar",
|
||||||
"Pending" : "Pendiente",
|
"Pending" : "Pendiente",
|
||||||
|
"Unable to determine date" : "No fue posible determinar la fecha",
|
||||||
|
"This operation is forbidden" : "Esta operación está prohibida",
|
||||||
|
"This directory is unavailable, please check the logs or contact the administrator" : "Esta carpeta no está disponible, favor de verficiar las bitácoras o contacte al administrador",
|
||||||
|
"Could not move \"{file}\", target exists" : "No fue posible mover \"{file}\", el destino ya existe",
|
||||||
|
"Could not move \"{file}\"" : "No fue posible mover \"{file}\"",
|
||||||
|
"{newName} already exists" : "{newName} ya existe",
|
||||||
|
"Could not rename \"{fileName}\", it does not exist any more" : "No fue posible renombrar \"{fileName}\", ya no existe",
|
||||||
|
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{targetName}\" ya está en uso en la carpeta \"{dir}\". Favor de elegir un nombre diferete. ",
|
||||||
|
"Could not rename \"{fileName}\"" : "No fue posible renombrar \"{fileName}\"",
|
||||||
|
"Could not create file \"{file}\"" : "No fue posible crear el archivo \"{file}\"",
|
||||||
|
"Could not create file \"{file}\" because it already exists" : "No fue posible crear el archivo\"{file}\" porque ya existe",
|
||||||
|
"Could not create folder \"{dir}\" because it already exists" : "No fue posible crear la carpeta \"{dir}\" porque ya existe",
|
||||||
|
"Error deleting file \"{fileName}\"." : "Se presentó un error al borrar el archivo \"{fileName}\".",
|
||||||
|
"No search results in other folders for {tag}{filter}{endtag}" : "No se encontraron resultados en otras carpetas para {tag}{filter}{endtag}",
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Size" : "Tamaño",
|
"Size" : "Tamaño",
|
||||||
"Modified" : "Modificado",
|
"Modified" : "Modificado",
|
||||||
"_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"],
|
"_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"],
|
||||||
"_%n file_::_%n files_" : ["%n archivo","%n archivos"],
|
"_%n file_::_%n files_" : ["%n archivo","%n archivos"],
|
||||||
"{dirs} and {files}" : "{dirs} y {files}",
|
"{dirs} and {files}" : "{dirs} y {files}",
|
||||||
"You don’t have permission to upload or create files here" : "No tienes permisos para subir o crear archivos aquí.",
|
"_including %n hidden_::_including %n hidden_" : ["incluyendo %n escondido","incluyendo %n escondidos"],
|
||||||
"_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Subiendo %n archivos"],
|
"You don’t have permission to upload or create files here" : "Usted no cuenta con los permisos para cargar o crear archivos aqui",
|
||||||
|
"_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Cargando %n archivos"],
|
||||||
"New" : "Nuevo",
|
"New" : "Nuevo",
|
||||||
|
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ",
|
||||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||||
"Your storage is full, files can not be updated or synced anymore!" : "Su almacenamiento está lleno, ¡los archivos no se actualizarán ni sincronizarán más!",
|
"\"{name}\" is not an allowed filetype" : "\"{name}\" es un tipo de archivo no permitido",
|
||||||
"Your storage is almost full ({usedSpacePercent}%)" : "Su almacenamiento está casi lleno ({usedSpacePercent}%)",
|
"Storage of {owner} is full, files can not be updated or synced anymore!" : "El espacio de {owner} está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!",
|
||||||
|
"Your storage is full, files can not be updated or synced anymore!" : "Su espacio está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!",
|
||||||
|
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "El espacio de {owner} está casi lleno ({usedSpacePercent}%)",
|
||||||
|
"Your storage is almost full ({usedSpacePercent}%)" : "Su espacio está casi lleno ({usedSpacePercent}%)",
|
||||||
|
"_matches '{filter}'_::_match '{filter}'_" : ["coincide '{filter}'","coinciden '{filter}'"],
|
||||||
|
"View in folder" : "Ver en la carpeta",
|
||||||
|
"Path" : "Ruta",
|
||||||
|
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
|
||||||
|
"Favorited" : "Marcado como favorito",
|
||||||
"Favorite" : "Favorito",
|
"Favorite" : "Favorito",
|
||||||
|
"Copy local link" : "Copiar liga local",
|
||||||
"Folder" : "Carpeta",
|
"Folder" : "Carpeta",
|
||||||
"New folder" : "Nueva carpeta",
|
"New folder" : "Carpeta nueva",
|
||||||
"Upload" : "Subir archivo",
|
"Upload" : "Cargar",
|
||||||
"You created %1$s" : "Has creado %1$s",
|
"An error occurred while trying to update the tags" : "Se presentó un error al intentar actualizar la etiqueta",
|
||||||
"You changed %1$s" : "Has cambiado %1$s",
|
"Added to favorites" : "Agregado a los favoritos",
|
||||||
"You deleted %1$s" : "Has eliminado %1$s",
|
"Removed from favorites" : "Quitado de los favoritos",
|
||||||
|
"You added {file} to your favorites" : "Usted agregó {file} a sus favoritos",
|
||||||
|
"You removed {file} from your favorites" : "Usted quitó {file} de sus favoritos",
|
||||||
|
"File changes" : "Cambios al archivo",
|
||||||
|
"Created by {user}" : "Creado por {user}",
|
||||||
|
"Changed by {user}" : "Cambiado por {user}",
|
||||||
|
"Deleted by {user}" : "Borrado por {user}",
|
||||||
|
"Restored by {user}" : "Restaurado por {user}",
|
||||||
|
"Renamed by {user}" : "Renombrado por {user}",
|
||||||
|
"Moved by {user}" : "Movido por {user}",
|
||||||
|
"You created {file}" : "Usted creó {file}",
|
||||||
|
"{user} created {file}" : "{user} creó {file}",
|
||||||
|
"{file} was created in a public folder" : "{file} fue creado en una carpeta pública",
|
||||||
|
"You changed {file}" : "Usted cambió {file}",
|
||||||
|
"{user} changed {file}" : "{user} cambió {file}",
|
||||||
|
"You deleted {file}" : "Usted borró {file}",
|
||||||
|
"{user} deleted {file}" : "{user} borró {file}",
|
||||||
|
"You restored {file}" : "Usted restauró {file}",
|
||||||
|
"{user} restored {file}" : "{user} restauró {file}",
|
||||||
|
"You renamed {oldfile} to {newfile}" : "Usted renombró {oldfile} como {newfile}",
|
||||||
|
"{user} renamed {oldfile} to {newfile}" : "{user} renombró {oldfile} como {newfile}",
|
||||||
|
"You moved {oldfile} to {newfile}" : "Usted movió {oldfile} a {newfile}",
|
||||||
|
"{user} moved {oldfile} to {newfile}" : "{user} movió {oldfile} a {newfile}",
|
||||||
|
"A file has been added to or removed from your <strong>favorites</strong>" : "Un archivo ha sido agregado o eliminado de sus strong>favoritos</strong>",
|
||||||
|
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un archivo o carpeta ha sido <strong>cambiado </strong> o <strong>renombrado</strong>",
|
||||||
|
"A new file or folder has been <strong>created</strong>" : "Un nuevo archivo ha sido <strong>creado</strong>",
|
||||||
|
"A new file or folder has been <strong>deleted</strong>" : "Un nuevo archivo ha sido <strong>borrado</strong>",
|
||||||
|
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limite las notificación de la creación y cambios a sus <strong>archivos favoritos</strong> <em>(solo flujo)</em>",
|
||||||
|
"A new file or folder has been <strong>restored</strong>" : "Un nuevo archivo ha sido <strong>restaurado</strong>",
|
||||||
|
"Upload (max. %s)" : "Cargar (max. %s)",
|
||||||
"File handling" : "Administración de archivos",
|
"File handling" : "Administración de archivos",
|
||||||
"Maximum upload size" : "Tamaño máximo de subida",
|
"Maximum upload size" : "Tamaño máximo de carga",
|
||||||
"max. possible: " : "máx. posible:",
|
"max. possible: " : "max. posible:",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
|
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM podría tomar 5 minutos para que los cambios apliquen. ",
|
||||||
|
"Missing permissions to edit from here." : "Faltan privilegios para editar desde aquí. ",
|
||||||
"Settings" : "Ajustes",
|
"Settings" : "Ajustes",
|
||||||
|
"Show hidden files" : "Mostrar archivos ocultos",
|
||||||
"WebDAV" : "WebDAV",
|
"WebDAV" : "WebDAV",
|
||||||
"Upload too large" : "Subida demasido grande",
|
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Use esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder sus archivos vía WebDAV</a>",
|
||||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que estás intentando subir sobrepasan el tamaño máximo permitido en este servidor.",
|
"No files in here" : "No hay archivos aquí",
|
||||||
"Text file" : "Archivo de texto"
|
"Upload some content or sync with your devices!" : "¡Cargue algún contenido o sincronice con sus dispositivos!",
|
||||||
|
"No entries found in this folder" : "No se encontraron elementos en esta carpeta",
|
||||||
|
"Select all" : "Seleccionar todo",
|
||||||
|
"Upload too large" : "La carga es demasido grande",
|
||||||
|
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que está intentando cargar sobrepasan el tamaño máximo permitido para la carga de archivos en este servidor.",
|
||||||
|
"No favorites" : "No hay favoritos",
|
||||||
|
"Files and folders you mark as favorite will show up here" : "Los archivos y carpetas que marque como favortios se mostrarán aquí. ",
|
||||||
|
"Shared with you" : "Compartido con usted",
|
||||||
|
"Shared with others" : "Compartido con otros",
|
||||||
|
"Shared by link" : "Compartido por liga",
|
||||||
|
"Deleted files" : "Archivos borrados",
|
||||||
|
"Text file" : "Archivo de texto",
|
||||||
|
"New text file.txt" : "Nuevo archivo de texto .txt",
|
||||||
|
"_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["falta {hours}:{minutes}:{seconds} hora","faltan {hours}:{minutes}:{seconds} horas"],
|
||||||
|
"{hours}:{minutes}h" : "{hours}:{minutes}h",
|
||||||
|
"_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["falta {minutes}:{seconds} minuto","faltan {minutes}:{seconds} minutos"],
|
||||||
|
"{minutes}:{seconds}m" : "{minutes}:{seconds}m",
|
||||||
|
"_{seconds} second left_::_{seconds} seconds left_" : ["falta {seconds} segundo","faltan {seconds} segundos"],
|
||||||
|
"{seconds}s" : "{seconds}s",
|
||||||
|
"Any moment now..." : "En cualquier momento...",
|
||||||
|
"Soon..." : "Pronto...",
|
||||||
|
"File upload is in progress. Leaving the page now will cancel the upload." : "La carga del archivo está en curso. El salir de la página ahora, la cancelará. "
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
|
@ -5,8 +5,8 @@ OC.L10N.register(
|
||||||
"Could not start updater, please try the manual update" : "Aktualisierungsfunktion konnte nicht gestartet werden, bitte versuche ein mauelles Update",
|
"Could not start updater, please try the manual update" : "Aktualisierungsfunktion konnte nicht gestartet werden, bitte versuche ein mauelles Update",
|
||||||
"{version} is available. Get more information on how to update." : "{version} ist verfügbar. Weitere Informationen zur Aktualisierung.",
|
"{version} is available. Get more information on how to update." : "{version} ist verfügbar. Weitere Informationen zur Aktualisierung.",
|
||||||
"Channel updated" : "Kanal aktualisiert",
|
"Channel updated" : "Kanal aktualisiert",
|
||||||
"The update server could not be reached since %d days to check for new updates." : "Der Update-Server konnte seit %d Tagen nicht erreicht werden.",
|
"The update server could not be reached since %d days to check for new updates." : "Der Aktualisierungsserver konnte seit %d Tagen nicht erreicht werden um auf verfügbare Aktualisierungen zu prüfen.",
|
||||||
"Please check the nextcloud and server log files for errors." : "Bitte überprüfe das Nextclound- und das Server-Log auf Fehler.",
|
"Please check the nextcloud and server log files for errors." : "Bitte prüfe das Nextcloud- und Server-Log nach Fehlern.",
|
||||||
"Update to %1$s is available." : "Aktualisierung auf %1$s ist verfügbar.",
|
"Update to %1$s is available." : "Aktualisierung auf %1$s ist verfügbar.",
|
||||||
"Update for %1$s to version %2$s is available." : "Ein Update von %1$s auf Version %2$s ist verfügbar.",
|
"Update for %1$s to version %2$s is available." : "Ein Update von %1$s auf Version %2$s ist verfügbar.",
|
||||||
"Update for {app} to version %s is available." : "Ein Update für {app} auf Version %s ist verfügbar.",
|
"Update for {app} to version %s is available." : "Ein Update für {app} auf Version %s ist verfügbar.",
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
"Could not start updater, please try the manual update" : "Aktualisierungsfunktion konnte nicht gestartet werden, bitte versuche ein mauelles Update",
|
"Could not start updater, please try the manual update" : "Aktualisierungsfunktion konnte nicht gestartet werden, bitte versuche ein mauelles Update",
|
||||||
"{version} is available. Get more information on how to update." : "{version} ist verfügbar. Weitere Informationen zur Aktualisierung.",
|
"{version} is available. Get more information on how to update." : "{version} ist verfügbar. Weitere Informationen zur Aktualisierung.",
|
||||||
"Channel updated" : "Kanal aktualisiert",
|
"Channel updated" : "Kanal aktualisiert",
|
||||||
"The update server could not be reached since %d days to check for new updates." : "Der Update-Server konnte seit %d Tagen nicht erreicht werden.",
|
"The update server could not be reached since %d days to check for new updates." : "Der Aktualisierungsserver konnte seit %d Tagen nicht erreicht werden um auf verfügbare Aktualisierungen zu prüfen.",
|
||||||
"Please check the nextcloud and server log files for errors." : "Bitte überprüfe das Nextclound- und das Server-Log auf Fehler.",
|
"Please check the nextcloud and server log files for errors." : "Bitte prüfe das Nextcloud- und Server-Log nach Fehlern.",
|
||||||
"Update to %1$s is available." : "Aktualisierung auf %1$s ist verfügbar.",
|
"Update to %1$s is available." : "Aktualisierung auf %1$s ist verfügbar.",
|
||||||
"Update for %1$s to version %2$s is available." : "Ein Update von %1$s auf Version %2$s ist verfügbar.",
|
"Update for %1$s to version %2$s is available." : "Ein Update von %1$s auf Version %2$s ist verfügbar.",
|
||||||
"Update for {app} to version %s is available." : "Ein Update für {app} auf Version %s ist verfügbar.",
|
"Update for {app} to version %s is available." : "Ein Update für {app} auf Version %s ist verfügbar.",
|
||||||
|
|
|
@ -5,6 +5,8 @@ OC.L10N.register(
|
||||||
"Could not start updater, please try the manual update" : "Der Updater konnte nicht gestartet werden, bitte versuchen Sie ein manuelles Update",
|
"Could not start updater, please try the manual update" : "Der Updater konnte nicht gestartet werden, bitte versuchen Sie ein manuelles Update",
|
||||||
"{version} is available. Get more information on how to update." : "{version} ist verfügbar. Weitere Informationen zur Aktualisierung.",
|
"{version} is available. Get more information on how to update." : "{version} ist verfügbar. Weitere Informationen zur Aktualisierung.",
|
||||||
"Channel updated" : "Kanal aktualisiert",
|
"Channel updated" : "Kanal aktualisiert",
|
||||||
|
"The update server could not be reached since %d days to check for new updates." : "Der Aktualisierungsserver konnte seit %d Tagen nicht erreicht werden um auf verfügbare Aktualisierungen zu prüfen.",
|
||||||
|
"Please check the nextcloud and server log files for errors." : "Bitte prüfen Sie das Nextcloud- und Server-Log nach Fehlern.",
|
||||||
"Update to %1$s is available." : "Aktualisierung auf %1$s ist verfügbar.",
|
"Update to %1$s is available." : "Aktualisierung auf %1$s ist verfügbar.",
|
||||||
"Update for %1$s to version %2$s is available." : "Ein Update von %1$s auf Version %2$s ist verfügbar.",
|
"Update for %1$s to version %2$s is available." : "Ein Update von %1$s auf Version %2$s ist verfügbar.",
|
||||||
"Update for {app} to version %s is available." : "Ein Update für {app} auf Version %s ist verfügbar.",
|
"Update for {app} to version %s is available." : "Ein Update für {app} auf Version %s ist verfügbar.",
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
"Could not start updater, please try the manual update" : "Der Updater konnte nicht gestartet werden, bitte versuchen Sie ein manuelles Update",
|
"Could not start updater, please try the manual update" : "Der Updater konnte nicht gestartet werden, bitte versuchen Sie ein manuelles Update",
|
||||||
"{version} is available. Get more information on how to update." : "{version} ist verfügbar. Weitere Informationen zur Aktualisierung.",
|
"{version} is available. Get more information on how to update." : "{version} ist verfügbar. Weitere Informationen zur Aktualisierung.",
|
||||||
"Channel updated" : "Kanal aktualisiert",
|
"Channel updated" : "Kanal aktualisiert",
|
||||||
|
"The update server could not be reached since %d days to check for new updates." : "Der Aktualisierungsserver konnte seit %d Tagen nicht erreicht werden um auf verfügbare Aktualisierungen zu prüfen.",
|
||||||
|
"Please check the nextcloud and server log files for errors." : "Bitte prüfen Sie das Nextcloud- und Server-Log nach Fehlern.",
|
||||||
"Update to %1$s is available." : "Aktualisierung auf %1$s ist verfügbar.",
|
"Update to %1$s is available." : "Aktualisierung auf %1$s ist verfügbar.",
|
||||||
"Update for %1$s to version %2$s is available." : "Ein Update von %1$s auf Version %2$s ist verfügbar.",
|
"Update for %1$s to version %2$s is available." : "Ein Update von %1$s auf Version %2$s ist verfügbar.",
|
||||||
"Update for {app} to version %s is available." : "Ein Update für {app} auf Version %s ist verfügbar.",
|
"Update for {app} to version %s is available." : "Ein Update für {app} auf Version %s ist verfügbar.",
|
||||||
|
|
|
@ -5,6 +5,8 @@ OC.L10N.register(
|
||||||
"Could not start updater, please try the manual update" : "Gat ekki ræst uppfærslustýringu, prófaðu að uppfæra handvirkt",
|
"Could not start updater, please try the manual update" : "Gat ekki ræst uppfærslustýringu, prófaðu að uppfæra handvirkt",
|
||||||
"{version} is available. Get more information on how to update." : "{version} er í boði. Fáðu frekari upplýsingar um hvernig á að uppfæra.",
|
"{version} is available. Get more information on how to update." : "{version} er í boði. Fáðu frekari upplýsingar um hvernig á að uppfæra.",
|
||||||
"Channel updated" : "Rás uppfærð",
|
"Channel updated" : "Rás uppfærð",
|
||||||
|
"The update server could not be reached since %d days to check for new updates." : "Ekki hefur verið hægt að nálgast uppfærsluþjóninn í %d daga til að athuga með nýjar uppfærslur.",
|
||||||
|
"Please check the nextcloud and server log files for errors." : "Skoðaðu hvort einhver villuboð séu í annálaskrám Nextcloud þjónsins.",
|
||||||
"Update to %1$s is available." : "Uppfærsla fyrir %1$s er tiltæk.",
|
"Update to %1$s is available." : "Uppfærsla fyrir %1$s er tiltæk.",
|
||||||
"Update for %1$s to version %2$s is available." : "Uppfærsla %1$s í útgáfu %2$s er tiltæk.",
|
"Update for %1$s to version %2$s is available." : "Uppfærsla %1$s í útgáfu %2$s er tiltæk.",
|
||||||
"Update for {app} to version %s is available." : "Uppfærsla fyrir {app} í útgáfu %s er tiltæk.",
|
"Update for {app} to version %s is available." : "Uppfærsla fyrir {app} í útgáfu %s er tiltæk.",
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
"Could not start updater, please try the manual update" : "Gat ekki ræst uppfærslustýringu, prófaðu að uppfæra handvirkt",
|
"Could not start updater, please try the manual update" : "Gat ekki ræst uppfærslustýringu, prófaðu að uppfæra handvirkt",
|
||||||
"{version} is available. Get more information on how to update." : "{version} er í boði. Fáðu frekari upplýsingar um hvernig á að uppfæra.",
|
"{version} is available. Get more information on how to update." : "{version} er í boði. Fáðu frekari upplýsingar um hvernig á að uppfæra.",
|
||||||
"Channel updated" : "Rás uppfærð",
|
"Channel updated" : "Rás uppfærð",
|
||||||
|
"The update server could not be reached since %d days to check for new updates." : "Ekki hefur verið hægt að nálgast uppfærsluþjóninn í %d daga til að athuga með nýjar uppfærslur.",
|
||||||
|
"Please check the nextcloud and server log files for errors." : "Skoðaðu hvort einhver villuboð séu í annálaskrám Nextcloud þjónsins.",
|
||||||
"Update to %1$s is available." : "Uppfærsla fyrir %1$s er tiltæk.",
|
"Update to %1$s is available." : "Uppfærsla fyrir %1$s er tiltæk.",
|
||||||
"Update for %1$s to version %2$s is available." : "Uppfærsla %1$s í útgáfu %2$s er tiltæk.",
|
"Update for %1$s to version %2$s is available." : "Uppfærsla %1$s í útgáfu %2$s er tiltæk.",
|
||||||
"Update for {app} to version %s is available." : "Uppfærsla fyrir {app} í útgáfu %s er tiltæk.",
|
"Update for {app} to version %s is available." : "Uppfærsla fyrir {app} í útgáfu %s er tiltæk.",
|
||||||
|
|
|
@ -5,6 +5,8 @@ OC.L10N.register(
|
||||||
"Could not start updater, please try the manual update" : "Nie można uruchomić aktualizacji, spróbuj z aktualizować ręcznie",
|
"Could not start updater, please try the manual update" : "Nie można uruchomić aktualizacji, spróbuj z aktualizować ręcznie",
|
||||||
"{version} is available. Get more information on how to update." : "Wersja {version} jest dostępna. Dowiedz się jak zaktualizować.",
|
"{version} is available. Get more information on how to update." : "Wersja {version} jest dostępna. Dowiedz się jak zaktualizować.",
|
||||||
"Channel updated" : "Zaktualizowany kanał",
|
"Channel updated" : "Zaktualizowany kanał",
|
||||||
|
"The update server could not be reached since %d days to check for new updates." : "Połączenie z serwerem z aktualizacjami w celu sprawdzenia nowych aktualizacji nie powiodło się od %d dni.",
|
||||||
|
"Please check the nextcloud and server log files for errors." : "Proszę sprawdzić błędy w plikach z logami nextclouda i serwera.",
|
||||||
"Update to %1$s is available." : "Aktualizacja do %1$s jest dostępna.",
|
"Update to %1$s is available." : "Aktualizacja do %1$s jest dostępna.",
|
||||||
"Update for %1$s to version %2$s is available." : "Jest dostępna aktualizacja dla %1$s do wersji %2$s",
|
"Update for %1$s to version %2$s is available." : "Jest dostępna aktualizacja dla %1$s do wersji %2$s",
|
||||||
"Update for {app} to version %s is available." : "aktualizacja dla {app} do wersji %s jest dostępna.",
|
"Update for {app} to version %s is available." : "aktualizacja dla {app} do wersji %s jest dostępna.",
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
"Could not start updater, please try the manual update" : "Nie można uruchomić aktualizacji, spróbuj z aktualizować ręcznie",
|
"Could not start updater, please try the manual update" : "Nie można uruchomić aktualizacji, spróbuj z aktualizować ręcznie",
|
||||||
"{version} is available. Get more information on how to update." : "Wersja {version} jest dostępna. Dowiedz się jak zaktualizować.",
|
"{version} is available. Get more information on how to update." : "Wersja {version} jest dostępna. Dowiedz się jak zaktualizować.",
|
||||||
"Channel updated" : "Zaktualizowany kanał",
|
"Channel updated" : "Zaktualizowany kanał",
|
||||||
|
"The update server could not be reached since %d days to check for new updates." : "Połączenie z serwerem z aktualizacjami w celu sprawdzenia nowych aktualizacji nie powiodło się od %d dni.",
|
||||||
|
"Please check the nextcloud and server log files for errors." : "Proszę sprawdzić błędy w plikach z logami nextclouda i serwera.",
|
||||||
"Update to %1$s is available." : "Aktualizacja do %1$s jest dostępna.",
|
"Update to %1$s is available." : "Aktualizacja do %1$s jest dostępna.",
|
||||||
"Update for %1$s to version %2$s is available." : "Jest dostępna aktualizacja dla %1$s do wersji %2$s",
|
"Update for %1$s to version %2$s is available." : "Jest dostępna aktualizacja dla %1$s do wersji %2$s",
|
||||||
"Update for {app} to version %s is available." : "aktualizacja dla {app} do wersji %s jest dostępna.",
|
"Update for {app} to version %s is available." : "aktualizacja dla {app} do wersji %s jest dostępna.",
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
OC.L10N.register(
|
||||||
|
"workflowengine",
|
||||||
|
{
|
||||||
|
"Successfully saved" : "Guardado exitosamente",
|
||||||
|
"Saving failed:" : "Falla al guardar:",
|
||||||
|
"File mime type" : "Tipo mime del archivo",
|
||||||
|
"is" : "es",
|
||||||
|
"is not" : "no es",
|
||||||
|
"matches" : "coincide",
|
||||||
|
"does not match" : "No coincide",
|
||||||
|
"Example: {placeholder}" : "Ejemplo: {placeholder}",
|
||||||
|
"File size (upload)" : "Tamaño del archivo (carga)",
|
||||||
|
"less" : "menor",
|
||||||
|
"less or equals" : "menor o igual",
|
||||||
|
"greater or equals" : "mayor o igual",
|
||||||
|
"greater" : "mayor",
|
||||||
|
"Request remote address" : "Solicitar dirección remota",
|
||||||
|
"matches IPv4" : "coincide con IPv4",
|
||||||
|
"does not match IPv4" : "no coincide con IPv4",
|
||||||
|
"matches IPv6" : "coincide con IPv6",
|
||||||
|
"does not match IPv6" : "no coincide con IPv6",
|
||||||
|
"Request time" : "Solicitar tiempo",
|
||||||
|
"between" : "entre",
|
||||||
|
"not between" : "no entre",
|
||||||
|
"Start" : "Inicio",
|
||||||
|
"End" : "Fin",
|
||||||
|
"Select timezone…" : "Seleccionar zona horaria...",
|
||||||
|
"Request URL" : "Solicitar URL",
|
||||||
|
"Predefined URLs" : "URLs predefinidos",
|
||||||
|
"Request user agent" : "Solicitar agente de usuario",
|
||||||
|
"Sync clients" : "Sincronizar clientes",
|
||||||
|
"Android client" : "Cliente Android",
|
||||||
|
"iOS client" : "Cliente iOS",
|
||||||
|
"Desktop client" : "Cliente de escritorio",
|
||||||
|
"is member of" : "es miembro de",
|
||||||
|
"is not member of" : "no es miembro de",
|
||||||
|
"The given operator is invalid" : "El operador indicado es inválido",
|
||||||
|
"The given regular expression is invalid" : "La expresión regular indicada es inválida",
|
||||||
|
"The given file size is invalid" : "El tamaño de archivo indicado es inválido",
|
||||||
|
"The given IP range is invalid" : "El rango de IP's es inválido",
|
||||||
|
"The given IP range is not valid for IPv4" : "El rango de IPs dado no es válido para IPv4",
|
||||||
|
"The given IP range is not valid for IPv6" : "El rango de IPs dado no es válido para IPv6",
|
||||||
|
"The given start time is invalid" : "El tiempo inicial dado no es válido",
|
||||||
|
"The given end time is invalid" : "El tiempo final dado no es válido",
|
||||||
|
"The given group does not exist" : "El grupo dado no existe",
|
||||||
|
"Check %s is invalid or does not exist" : "La operación %s es inválida o no existe",
|
||||||
|
"Operation #%s does not exist" : "La operación #%s no existe",
|
||||||
|
"Operation %s does not exist" : "La operación %s no existe",
|
||||||
|
"Operation %s is invalid" : "La operación %s es inválida",
|
||||||
|
"Workflow" : "Flujo de trabajo",
|
||||||
|
"Open documentation" : "Abrir documentación",
|
||||||
|
"Add rule group" : "Agregar regla de grupo",
|
||||||
|
"Short rule description" : "Descripción corta de regla",
|
||||||
|
"Add rule" : "Agregar regla",
|
||||||
|
"Reset" : "Restablecer",
|
||||||
|
"Save" : "Guardar",
|
||||||
|
"Saving…" : "Guardando...",
|
||||||
|
"Loading…" : "Cargando..."
|
||||||
|
},
|
||||||
|
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,58 @@
|
||||||
|
{ "translations": {
|
||||||
|
"Successfully saved" : "Guardado exitosamente",
|
||||||
|
"Saving failed:" : "Falla al guardar:",
|
||||||
|
"File mime type" : "Tipo mime del archivo",
|
||||||
|
"is" : "es",
|
||||||
|
"is not" : "no es",
|
||||||
|
"matches" : "coincide",
|
||||||
|
"does not match" : "No coincide",
|
||||||
|
"Example: {placeholder}" : "Ejemplo: {placeholder}",
|
||||||
|
"File size (upload)" : "Tamaño del archivo (carga)",
|
||||||
|
"less" : "menor",
|
||||||
|
"less or equals" : "menor o igual",
|
||||||
|
"greater or equals" : "mayor o igual",
|
||||||
|
"greater" : "mayor",
|
||||||
|
"Request remote address" : "Solicitar dirección remota",
|
||||||
|
"matches IPv4" : "coincide con IPv4",
|
||||||
|
"does not match IPv4" : "no coincide con IPv4",
|
||||||
|
"matches IPv6" : "coincide con IPv6",
|
||||||
|
"does not match IPv6" : "no coincide con IPv6",
|
||||||
|
"Request time" : "Solicitar tiempo",
|
||||||
|
"between" : "entre",
|
||||||
|
"not between" : "no entre",
|
||||||
|
"Start" : "Inicio",
|
||||||
|
"End" : "Fin",
|
||||||
|
"Select timezone…" : "Seleccionar zona horaria...",
|
||||||
|
"Request URL" : "Solicitar URL",
|
||||||
|
"Predefined URLs" : "URLs predefinidos",
|
||||||
|
"Request user agent" : "Solicitar agente de usuario",
|
||||||
|
"Sync clients" : "Sincronizar clientes",
|
||||||
|
"Android client" : "Cliente Android",
|
||||||
|
"iOS client" : "Cliente iOS",
|
||||||
|
"Desktop client" : "Cliente de escritorio",
|
||||||
|
"is member of" : "es miembro de",
|
||||||
|
"is not member of" : "no es miembro de",
|
||||||
|
"The given operator is invalid" : "El operador indicado es inválido",
|
||||||
|
"The given regular expression is invalid" : "La expresión regular indicada es inválida",
|
||||||
|
"The given file size is invalid" : "El tamaño de archivo indicado es inválido",
|
||||||
|
"The given IP range is invalid" : "El rango de IP's es inválido",
|
||||||
|
"The given IP range is not valid for IPv4" : "El rango de IPs dado no es válido para IPv4",
|
||||||
|
"The given IP range is not valid for IPv6" : "El rango de IPs dado no es válido para IPv6",
|
||||||
|
"The given start time is invalid" : "El tiempo inicial dado no es válido",
|
||||||
|
"The given end time is invalid" : "El tiempo final dado no es válido",
|
||||||
|
"The given group does not exist" : "El grupo dado no existe",
|
||||||
|
"Check %s is invalid or does not exist" : "La operación %s es inválida o no existe",
|
||||||
|
"Operation #%s does not exist" : "La operación #%s no existe",
|
||||||
|
"Operation %s does not exist" : "La operación %s no existe",
|
||||||
|
"Operation %s is invalid" : "La operación %s es inválida",
|
||||||
|
"Workflow" : "Flujo de trabajo",
|
||||||
|
"Open documentation" : "Abrir documentación",
|
||||||
|
"Add rule group" : "Agregar regla de grupo",
|
||||||
|
"Short rule description" : "Descripción corta de regla",
|
||||||
|
"Add rule" : "Agregar regla",
|
||||||
|
"Reset" : "Restablecer",
|
||||||
|
"Save" : "Guardar",
|
||||||
|
"Saving…" : "Guardando...",
|
||||||
|
"Loading…" : "Cargando..."
|
||||||
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
|
}
|
|
@ -24,6 +24,7 @@ OC.L10N.register(
|
||||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||||
"Repair warning: " : "Advertiment de reparació:",
|
"Repair warning: " : "Advertiment de reparació:",
|
||||||
"Repair error: " : "Error de reparació:",
|
"Repair error: " : "Error de reparació:",
|
||||||
|
"[%d / %d]: Checking table %s" : "[%d / %d]: Revisant la taula %s",
|
||||||
"Turned on maintenance mode" : "Activat el mode de manteniment",
|
"Turned on maintenance mode" : "Activat el mode de manteniment",
|
||||||
"Turned off maintenance mode" : "Desactivat el mode de manteniment",
|
"Turned off maintenance mode" : "Desactivat el mode de manteniment",
|
||||||
"Maintenance mode is kept active" : "El mode de manteniment es manté activat",
|
"Maintenance mode is kept active" : "El mode de manteniment es manté activat",
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||||
"Repair warning: " : "Advertiment de reparació:",
|
"Repair warning: " : "Advertiment de reparació:",
|
||||||
"Repair error: " : "Error de reparació:",
|
"Repair error: " : "Error de reparació:",
|
||||||
|
"[%d / %d]: Checking table %s" : "[%d / %d]: Revisant la taula %s",
|
||||||
"Turned on maintenance mode" : "Activat el mode de manteniment",
|
"Turned on maintenance mode" : "Activat el mode de manteniment",
|
||||||
"Turned off maintenance mode" : "Desactivat el mode de manteniment",
|
"Turned off maintenance mode" : "Desactivat el mode de manteniment",
|
||||||
"Maintenance mode is kept active" : "El mode de manteniment es manté activat",
|
"Maintenance mode is kept active" : "El mode de manteniment es manté activat",
|
||||||
|
|
|
@ -126,6 +126,7 @@ OC.L10N.register(
|
||||||
"Password protect" : "Passwortschutz",
|
"Password protect" : "Passwortschutz",
|
||||||
"Allow upload and editing" : "Hochladen und Bearbeiten erlauben",
|
"Allow upload and editing" : "Hochladen und Bearbeiten erlauben",
|
||||||
"Allow editing" : "Bearbeitung erlauben",
|
"Allow editing" : "Bearbeitung erlauben",
|
||||||
|
"upload only" : "Nur Hochladen",
|
||||||
"Email link to person" : "Link per E-Mail verschicken",
|
"Email link to person" : "Link per E-Mail verschicken",
|
||||||
"Send" : "Senden",
|
"Send" : "Senden",
|
||||||
"Shared with you and the group {group} by {owner}" : "{owner} hat dies mit Dir und der Gruppe {group} geteilt",
|
"Shared with you and the group {group} by {owner}" : "{owner} hat dies mit Dir und der Gruppe {group} geteilt",
|
||||||
|
|
|
@ -124,6 +124,7 @@
|
||||||
"Password protect" : "Passwortschutz",
|
"Password protect" : "Passwortschutz",
|
||||||
"Allow upload and editing" : "Hochladen und Bearbeiten erlauben",
|
"Allow upload and editing" : "Hochladen und Bearbeiten erlauben",
|
||||||
"Allow editing" : "Bearbeitung erlauben",
|
"Allow editing" : "Bearbeitung erlauben",
|
||||||
|
"upload only" : "Nur Hochladen",
|
||||||
"Email link to person" : "Link per E-Mail verschicken",
|
"Email link to person" : "Link per E-Mail verschicken",
|
||||||
"Send" : "Senden",
|
"Send" : "Senden",
|
||||||
"Shared with you and the group {group} by {owner}" : "{owner} hat dies mit Dir und der Gruppe {group} geteilt",
|
"Shared with you and the group {group} by {owner}" : "{owner} hat dies mit Dir und der Gruppe {group} geteilt",
|
||||||
|
|
|
@ -126,6 +126,7 @@ OC.L10N.register(
|
||||||
"Password protect" : "Passwortschutz",
|
"Password protect" : "Passwortschutz",
|
||||||
"Allow upload and editing" : "Hochladen und Bearbeiten erlauben",
|
"Allow upload and editing" : "Hochladen und Bearbeiten erlauben",
|
||||||
"Allow editing" : "Bearbeitung erlauben",
|
"Allow editing" : "Bearbeitung erlauben",
|
||||||
|
"upload only" : "Nur Hochladen",
|
||||||
"Email link to person" : "Link per E-Mail verschicken",
|
"Email link to person" : "Link per E-Mail verschicken",
|
||||||
"Send" : "Senden",
|
"Send" : "Senden",
|
||||||
"Shared with you and the group {group} by {owner}" : "Von {owner} mit Ihnen und der Gruppe {group} geteilt.",
|
"Shared with you and the group {group} by {owner}" : "Von {owner} mit Ihnen und der Gruppe {group} geteilt.",
|
||||||
|
|
|
@ -124,6 +124,7 @@
|
||||||
"Password protect" : "Passwortschutz",
|
"Password protect" : "Passwortschutz",
|
||||||
"Allow upload and editing" : "Hochladen und Bearbeiten erlauben",
|
"Allow upload and editing" : "Hochladen und Bearbeiten erlauben",
|
||||||
"Allow editing" : "Bearbeitung erlauben",
|
"Allow editing" : "Bearbeitung erlauben",
|
||||||
|
"upload only" : "Nur Hochladen",
|
||||||
"Email link to person" : "Link per E-Mail verschicken",
|
"Email link to person" : "Link per E-Mail verschicken",
|
||||||
"Send" : "Senden",
|
"Send" : "Senden",
|
||||||
"Shared with you and the group {group} by {owner}" : "Von {owner} mit Ihnen und der Gruppe {group} geteilt.",
|
"Shared with you and the group {group} by {owner}" : "Von {owner} mit Ihnen und der Gruppe {group} geteilt.",
|
||||||
|
|
|
@ -126,6 +126,7 @@ OC.L10N.register(
|
||||||
"Password protect" : "Protección con contraseña",
|
"Password protect" : "Protección con contraseña",
|
||||||
"Allow upload and editing" : "Permitir subito y edición",
|
"Allow upload and editing" : "Permitir subito y edición",
|
||||||
"Allow editing" : "Permitir edición",
|
"Allow editing" : "Permitir edición",
|
||||||
|
"upload only" : "solo subida",
|
||||||
"Email link to person" : "Enviar enlace por correo electrónico a una persona",
|
"Email link to person" : "Enviar enlace por correo electrónico a una persona",
|
||||||
"Send" : "Enviar",
|
"Send" : "Enviar",
|
||||||
"Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
|
"Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
|
||||||
|
|
|
@ -124,6 +124,7 @@
|
||||||
"Password protect" : "Protección con contraseña",
|
"Password protect" : "Protección con contraseña",
|
||||||
"Allow upload and editing" : "Permitir subito y edición",
|
"Allow upload and editing" : "Permitir subito y edición",
|
||||||
"Allow editing" : "Permitir edición",
|
"Allow editing" : "Permitir edición",
|
||||||
|
"upload only" : "solo subida",
|
||||||
"Email link to person" : "Enviar enlace por correo electrónico a una persona",
|
"Email link to person" : "Enviar enlace por correo electrónico a una persona",
|
||||||
"Send" : "Enviar",
|
"Send" : "Enviar",
|
||||||
"Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
|
"Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
|
||||||
|
|
|
@ -126,6 +126,7 @@ OC.L10N.register(
|
||||||
"Password protect" : "Protéger par un mot de passe",
|
"Password protect" : "Protéger par un mot de passe",
|
||||||
"Allow upload and editing" : "Autoriser l'envoi et l'édition",
|
"Allow upload and editing" : "Autoriser l'envoi et l'édition",
|
||||||
"Allow editing" : "Permettre la modification",
|
"Allow editing" : "Permettre la modification",
|
||||||
|
"upload only" : " Envoyer uniquement",
|
||||||
"Email link to person" : "Envoyer le lien par courriel",
|
"Email link to person" : "Envoyer le lien par courriel",
|
||||||
"Send" : "Envoyer",
|
"Send" : "Envoyer",
|
||||||
"Shared with you and the group {group} by {owner}" : "Partagé avec vous et le groupe {group} par {owner}",
|
"Shared with you and the group {group} by {owner}" : "Partagé avec vous et le groupe {group} par {owner}",
|
||||||
|
|
|
@ -124,6 +124,7 @@
|
||||||
"Password protect" : "Protéger par un mot de passe",
|
"Password protect" : "Protéger par un mot de passe",
|
||||||
"Allow upload and editing" : "Autoriser l'envoi et l'édition",
|
"Allow upload and editing" : "Autoriser l'envoi et l'édition",
|
||||||
"Allow editing" : "Permettre la modification",
|
"Allow editing" : "Permettre la modification",
|
||||||
|
"upload only" : " Envoyer uniquement",
|
||||||
"Email link to person" : "Envoyer le lien par courriel",
|
"Email link to person" : "Envoyer le lien par courriel",
|
||||||
"Send" : "Envoyer",
|
"Send" : "Envoyer",
|
||||||
"Shared with you and the group {group} by {owner}" : "Partagé avec vous et le groupe {group} par {owner}",
|
"Shared with you and the group {group} by {owner}" : "Partagé avec vous et le groupe {group} par {owner}",
|
||||||
|
|
|
@ -126,6 +126,7 @@ OC.L10N.register(
|
||||||
"Password protect" : "Verja með lykilorði",
|
"Password protect" : "Verja með lykilorði",
|
||||||
"Allow upload and editing" : "Leyfa innsendingu og breytingar",
|
"Allow upload and editing" : "Leyfa innsendingu og breytingar",
|
||||||
"Allow editing" : "Leyfa breytingar",
|
"Allow editing" : "Leyfa breytingar",
|
||||||
|
"upload only" : "einungis innsending",
|
||||||
"Email link to person" : "Senda veftengil í tölvupósti til notanda",
|
"Email link to person" : "Senda veftengil í tölvupósti til notanda",
|
||||||
"Send" : "Senda",
|
"Send" : "Senda",
|
||||||
"Shared with you and the group {group} by {owner}" : "Deilt með þér og hópnum {group} af {owner}",
|
"Shared with you and the group {group} by {owner}" : "Deilt með þér og hópnum {group} af {owner}",
|
||||||
|
|
|
@ -124,6 +124,7 @@
|
||||||
"Password protect" : "Verja með lykilorði",
|
"Password protect" : "Verja með lykilorði",
|
||||||
"Allow upload and editing" : "Leyfa innsendingu og breytingar",
|
"Allow upload and editing" : "Leyfa innsendingu og breytingar",
|
||||||
"Allow editing" : "Leyfa breytingar",
|
"Allow editing" : "Leyfa breytingar",
|
||||||
|
"upload only" : "einungis innsending",
|
||||||
"Email link to person" : "Senda veftengil í tölvupósti til notanda",
|
"Email link to person" : "Senda veftengil í tölvupósti til notanda",
|
||||||
"Send" : "Senda",
|
"Send" : "Senda",
|
||||||
"Shared with you and the group {group} by {owner}" : "Deilt með þér og hópnum {group} af {owner}",
|
"Shared with you and the group {group} by {owner}" : "Deilt með þér og hópnum {group} af {owner}",
|
||||||
|
|
|
@ -126,6 +126,7 @@ OC.L10N.register(
|
||||||
"Password protect" : "Zabezpiecz hasłem",
|
"Password protect" : "Zabezpiecz hasłem",
|
||||||
"Allow upload and editing" : "Pozwól na przesyłanie i edycję",
|
"Allow upload and editing" : "Pozwól na przesyłanie i edycję",
|
||||||
"Allow editing" : "Pozwól na edycję",
|
"Allow editing" : "Pozwól na edycję",
|
||||||
|
"upload only" : "tylko wysyłanie",
|
||||||
"Email link to person" : "Wyślij osobie odnośnik poprzez e-mail",
|
"Email link to person" : "Wyślij osobie odnośnik poprzez e-mail",
|
||||||
"Send" : "Wyślij",
|
"Send" : "Wyślij",
|
||||||
"Shared with you and the group {group} by {owner}" : "Udostępnione tobie i grupie {group} przez {owner}",
|
"Shared with you and the group {group} by {owner}" : "Udostępnione tobie i grupie {group} przez {owner}",
|
||||||
|
|
|
@ -124,6 +124,7 @@
|
||||||
"Password protect" : "Zabezpiecz hasłem",
|
"Password protect" : "Zabezpiecz hasłem",
|
||||||
"Allow upload and editing" : "Pozwól na przesyłanie i edycję",
|
"Allow upload and editing" : "Pozwól na przesyłanie i edycję",
|
||||||
"Allow editing" : "Pozwól na edycję",
|
"Allow editing" : "Pozwól na edycję",
|
||||||
|
"upload only" : "tylko wysyłanie",
|
||||||
"Email link to person" : "Wyślij osobie odnośnik poprzez e-mail",
|
"Email link to person" : "Wyślij osobie odnośnik poprzez e-mail",
|
||||||
"Send" : "Wyślij",
|
"Send" : "Wyślij",
|
||||||
"Shared with you and the group {group} by {owner}" : "Udostępnione tobie i grupie {group} przez {owner}",
|
"Shared with you and the group {group} by {owner}" : "Udostępnione tobie i grupie {group} przez {owner}",
|
||||||
|
|
|
@ -126,6 +126,7 @@ OC.L10N.register(
|
||||||
"Password protect" : "Защитить паролем",
|
"Password protect" : "Защитить паролем",
|
||||||
"Allow upload and editing" : "Разрешить загрузку и редактирование",
|
"Allow upload and editing" : "Разрешить загрузку и редактирование",
|
||||||
"Allow editing" : "Разрешить редактирование",
|
"Allow editing" : "Разрешить редактирование",
|
||||||
|
"upload only" : "только загружать",
|
||||||
"Email link to person" : "Отправить ссылку по электронной почте",
|
"Email link to person" : "Отправить ссылку по электронной почте",
|
||||||
"Send" : "Отправить",
|
"Send" : "Отправить",
|
||||||
"Shared with you and the group {group} by {owner}" : "{owner} поделился с вами и группой {group} ",
|
"Shared with you and the group {group} by {owner}" : "{owner} поделился с вами и группой {group} ",
|
||||||
|
|
|
@ -124,6 +124,7 @@
|
||||||
"Password protect" : "Защитить паролем",
|
"Password protect" : "Защитить паролем",
|
||||||
"Allow upload and editing" : "Разрешить загрузку и редактирование",
|
"Allow upload and editing" : "Разрешить загрузку и редактирование",
|
||||||
"Allow editing" : "Разрешить редактирование",
|
"Allow editing" : "Разрешить редактирование",
|
||||||
|
"upload only" : "только загружать",
|
||||||
"Email link to person" : "Отправить ссылку по электронной почте",
|
"Email link to person" : "Отправить ссылку по электронной почте",
|
||||||
"Send" : "Отправить",
|
"Send" : "Отправить",
|
||||||
"Shared with you and the group {group} by {owner}" : "{owner} поделился с вами и группой {group} ",
|
"Shared with you and the group {group} by {owner}" : "{owner} поделился с вами и группой {group} ",
|
||||||
|
|
|
@ -126,6 +126,7 @@ OC.L10N.register(
|
||||||
"Password protect" : "Parola koruması",
|
"Password protect" : "Parola koruması",
|
||||||
"Allow upload and editing" : "Yükleme ve düzenleme yapılabilsin",
|
"Allow upload and editing" : "Yükleme ve düzenleme yapılabilsin",
|
||||||
"Allow editing" : "Düzenleme yapılabilsin",
|
"Allow editing" : "Düzenleme yapılabilsin",
|
||||||
|
"upload only" : "yalnız yükleme",
|
||||||
"Email link to person" : "Bağlantıyı e-posta ile gönder",
|
"Email link to person" : "Bağlantıyı e-posta ile gönder",
|
||||||
"Send" : "Gönder",
|
"Send" : "Gönder",
|
||||||
"Shared with you and the group {group} by {owner}" : "{owner} tarafından sizinle ve {group} ile paylaşılmış",
|
"Shared with you and the group {group} by {owner}" : "{owner} tarafından sizinle ve {group} ile paylaşılmış",
|
||||||
|
|
|
@ -124,6 +124,7 @@
|
||||||
"Password protect" : "Parola koruması",
|
"Password protect" : "Parola koruması",
|
||||||
"Allow upload and editing" : "Yükleme ve düzenleme yapılabilsin",
|
"Allow upload and editing" : "Yükleme ve düzenleme yapılabilsin",
|
||||||
"Allow editing" : "Düzenleme yapılabilsin",
|
"Allow editing" : "Düzenleme yapılabilsin",
|
||||||
|
"upload only" : "yalnız yükleme",
|
||||||
"Email link to person" : "Bağlantıyı e-posta ile gönder",
|
"Email link to person" : "Bağlantıyı e-posta ile gönder",
|
||||||
"Send" : "Gönder",
|
"Send" : "Gönder",
|
||||||
"Shared with you and the group {group} by {owner}" : "{owner} tarafından sizinle ve {group} ile paylaşılmış",
|
"Shared with you and the group {group} by {owner}" : "{owner} tarafından sizinle ve {group} ile paylaşılmış",
|
||||||
|
|
|
@ -45,6 +45,7 @@ OC.L10N.register(
|
||||||
"Help" : "Hilfe",
|
"Help" : "Hilfe",
|
||||||
"Apps" : "Apps",
|
"Apps" : "Apps",
|
||||||
"Personal" : "Persönlich",
|
"Personal" : "Persönlich",
|
||||||
|
"Log out" : "Abmelden",
|
||||||
"Users" : "Benutzer",
|
"Users" : "Benutzer",
|
||||||
"Admin" : "Administrator",
|
"Admin" : "Administrator",
|
||||||
"APCu" : "APCu",
|
"APCu" : "APCu",
|
||||||
|
|
|
@ -43,6 +43,7 @@
|
||||||
"Help" : "Hilfe",
|
"Help" : "Hilfe",
|
||||||
"Apps" : "Apps",
|
"Apps" : "Apps",
|
||||||
"Personal" : "Persönlich",
|
"Personal" : "Persönlich",
|
||||||
|
"Log out" : "Abmelden",
|
||||||
"Users" : "Benutzer",
|
"Users" : "Benutzer",
|
||||||
"Admin" : "Administrator",
|
"Admin" : "Administrator",
|
||||||
"APCu" : "APCu",
|
"APCu" : "APCu",
|
||||||
|
|
|
@ -38,6 +38,7 @@ OC.L10N.register(
|
||||||
"Help" : "Hjálp",
|
"Help" : "Hjálp",
|
||||||
"Apps" : "Forrit",
|
"Apps" : "Forrit",
|
||||||
"Personal" : "Einka",
|
"Personal" : "Einka",
|
||||||
|
"Log out" : "Skrá út",
|
||||||
"Users" : "Notendur",
|
"Users" : "Notendur",
|
||||||
"Admin" : "Stjórnun",
|
"Admin" : "Stjórnun",
|
||||||
"APCu" : "APCu",
|
"APCu" : "APCu",
|
||||||
|
@ -158,9 +159,16 @@ OC.L10N.register(
|
||||||
"Cannot write into \"apps\" directory" : "Get ekki skrifað í \"apps\" möppuna",
|
"Cannot write into \"apps\" directory" : "Get ekki skrifað í \"apps\" möppuna",
|
||||||
"Cannot create \"data\" directory (%s)" : "Get ekki búið til \"data\" möppu (%s)",
|
"Cannot create \"data\" directory (%s)" : "Get ekki búið til \"data\" möppu (%s)",
|
||||||
"Setting locale to %s failed" : "Mistókst að setja upp staðfærsluna %s",
|
"Setting locale to %s failed" : "Mistókst að setja upp staðfærsluna %s",
|
||||||
|
"Please install one of these locales on your system and restart your webserver." : "Settu upp eina af þessum staðfærslum og endurræstu vefþjóninn.",
|
||||||
"Please ask your server administrator to install the module." : "Biddu kerfisstjórann þinn um að setja eininguna upp.",
|
"Please ask your server administrator to install the module." : "Biddu kerfisstjórann þinn um að setja eininguna upp.",
|
||||||
"PHP module %s not installed." : "PHP-einingin %s er ekki uppsett.",
|
"PHP module %s not installed." : "PHP-einingin %s er ekki uppsett.",
|
||||||
"PHP setting \"%s\" is not set to \"%s\"." : "PHP-stillingin \"%s\" er ekki sett á \"%s\".",
|
"PHP setting \"%s\" is not set to \"%s\"." : "PHP-stillingin \"%s\" er ekki sett á \"%s\".",
|
||||||
|
"Adjusting this setting in php.ini will make Nextcloud run again" : "Ef þessi stilling er löguð í php.ini mun Nextcloud keyra aftur",
|
||||||
|
"mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload er stillt á \"%s\" í stað gildisins \"0\" eins og vænst var",
|
||||||
|
"To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "Til að laga þetta vandamál ættirðu að setja <code>mbstring.func_overload</code> sem <code>0</code> í php.ini",
|
||||||
|
"libxml2 2.7.0 is at least required. Currently %s is installed." : "Krafist er libxml2 2.7.0 hið minnsta. Núna er %s uppsett.",
|
||||||
|
"To fix this issue update your libxml2 version and restart your web server." : "Til að laga þetta vandamál ættirðu að uppfæra útgáfu þína af libxml2 og endurræsa vefþjóninn.",
|
||||||
|
"PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP virðist vera sett upp to fjarlægja innantextablokkir (inline doc blocks). Þetta mun gera ýmis kjarnaforrit óaðgengileg.",
|
||||||
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Þessu veldur væntanlega biðminni/hraðall á borð við Zend OPcache eða eAccelerator.",
|
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Þessu veldur væntanlega biðminni/hraðall á borð við Zend OPcache eða eAccelerator.",
|
||||||
"Please ask your server administrator to restart the web server." : "Biddu kerfisstjórann þinn um að endurræsa vefþjóninn.",
|
"Please ask your server administrator to restart the web server." : "Biddu kerfisstjórann þinn um að endurræsa vefþjóninn.",
|
||||||
"PostgreSQL >= 9 required" : "Krefst PostgreSQL >= 9",
|
"PostgreSQL >= 9 required" : "Krefst PostgreSQL >= 9",
|
||||||
|
|
|
@ -36,6 +36,7 @@
|
||||||
"Help" : "Hjálp",
|
"Help" : "Hjálp",
|
||||||
"Apps" : "Forrit",
|
"Apps" : "Forrit",
|
||||||
"Personal" : "Einka",
|
"Personal" : "Einka",
|
||||||
|
"Log out" : "Skrá út",
|
||||||
"Users" : "Notendur",
|
"Users" : "Notendur",
|
||||||
"Admin" : "Stjórnun",
|
"Admin" : "Stjórnun",
|
||||||
"APCu" : "APCu",
|
"APCu" : "APCu",
|
||||||
|
@ -156,9 +157,16 @@
|
||||||
"Cannot write into \"apps\" directory" : "Get ekki skrifað í \"apps\" möppuna",
|
"Cannot write into \"apps\" directory" : "Get ekki skrifað í \"apps\" möppuna",
|
||||||
"Cannot create \"data\" directory (%s)" : "Get ekki búið til \"data\" möppu (%s)",
|
"Cannot create \"data\" directory (%s)" : "Get ekki búið til \"data\" möppu (%s)",
|
||||||
"Setting locale to %s failed" : "Mistókst að setja upp staðfærsluna %s",
|
"Setting locale to %s failed" : "Mistókst að setja upp staðfærsluna %s",
|
||||||
|
"Please install one of these locales on your system and restart your webserver." : "Settu upp eina af þessum staðfærslum og endurræstu vefþjóninn.",
|
||||||
"Please ask your server administrator to install the module." : "Biddu kerfisstjórann þinn um að setja eininguna upp.",
|
"Please ask your server administrator to install the module." : "Biddu kerfisstjórann þinn um að setja eininguna upp.",
|
||||||
"PHP module %s not installed." : "PHP-einingin %s er ekki uppsett.",
|
"PHP module %s not installed." : "PHP-einingin %s er ekki uppsett.",
|
||||||
"PHP setting \"%s\" is not set to \"%s\"." : "PHP-stillingin \"%s\" er ekki sett á \"%s\".",
|
"PHP setting \"%s\" is not set to \"%s\"." : "PHP-stillingin \"%s\" er ekki sett á \"%s\".",
|
||||||
|
"Adjusting this setting in php.ini will make Nextcloud run again" : "Ef þessi stilling er löguð í php.ini mun Nextcloud keyra aftur",
|
||||||
|
"mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload er stillt á \"%s\" í stað gildisins \"0\" eins og vænst var",
|
||||||
|
"To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "Til að laga þetta vandamál ættirðu að setja <code>mbstring.func_overload</code> sem <code>0</code> í php.ini",
|
||||||
|
"libxml2 2.7.0 is at least required. Currently %s is installed." : "Krafist er libxml2 2.7.0 hið minnsta. Núna er %s uppsett.",
|
||||||
|
"To fix this issue update your libxml2 version and restart your web server." : "Til að laga þetta vandamál ættirðu að uppfæra útgáfu þína af libxml2 og endurræsa vefþjóninn.",
|
||||||
|
"PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP virðist vera sett upp to fjarlægja innantextablokkir (inline doc blocks). Þetta mun gera ýmis kjarnaforrit óaðgengileg.",
|
||||||
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Þessu veldur væntanlega biðminni/hraðall á borð við Zend OPcache eða eAccelerator.",
|
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Þessu veldur væntanlega biðminni/hraðall á borð við Zend OPcache eða eAccelerator.",
|
||||||
"Please ask your server administrator to restart the web server." : "Biddu kerfisstjórann þinn um að endurræsa vefþjóninn.",
|
"Please ask your server administrator to restart the web server." : "Biddu kerfisstjórann þinn um að endurræsa vefþjóninn.",
|
||||||
"PostgreSQL >= 9 required" : "Krefst PostgreSQL >= 9",
|
"PostgreSQL >= 9 required" : "Krefst PostgreSQL >= 9",
|
||||||
|
|
|
@ -45,6 +45,7 @@ OC.L10N.register(
|
||||||
"Help" : "Pomoc",
|
"Help" : "Pomoc",
|
||||||
"Apps" : "Aplikacje",
|
"Apps" : "Aplikacje",
|
||||||
"Personal" : "Osobiste",
|
"Personal" : "Osobiste",
|
||||||
|
"Log out" : "Wyloguj",
|
||||||
"Users" : "Użytkownicy",
|
"Users" : "Użytkownicy",
|
||||||
"Admin" : "Administracja",
|
"Admin" : "Administracja",
|
||||||
"APCu" : "APCu",
|
"APCu" : "APCu",
|
||||||
|
|
|
@ -43,6 +43,7 @@
|
||||||
"Help" : "Pomoc",
|
"Help" : "Pomoc",
|
||||||
"Apps" : "Aplikacje",
|
"Apps" : "Aplikacje",
|
||||||
"Personal" : "Osobiste",
|
"Personal" : "Osobiste",
|
||||||
|
"Log out" : "Wyloguj",
|
||||||
"Users" : "Użytkownicy",
|
"Users" : "Użytkownicy",
|
||||||
"Admin" : "Administracja",
|
"Admin" : "Administracja",
|
||||||
"APCu" : "APCu",
|
"APCu" : "APCu",
|
||||||
|
|
|
@ -321,6 +321,7 @@ OC.L10N.register(
|
||||||
"Subscribe to our twitter channel!" : "Abonniere unseren Twitter-Kanal!",
|
"Subscribe to our twitter channel!" : "Abonniere unseren Twitter-Kanal!",
|
||||||
"Subscribe to our news feed!" : "Abonniere unseren RSS-Feed!",
|
"Subscribe to our news feed!" : "Abonniere unseren RSS-Feed!",
|
||||||
"Subscribe to our newsletter!" : "Abonniere unseren Newsletter!",
|
"Subscribe to our newsletter!" : "Abonniere unseren Newsletter!",
|
||||||
|
"Settings" : "Einstellungen",
|
||||||
"Show storage location" : "Speicherort anzeigen",
|
"Show storage location" : "Speicherort anzeigen",
|
||||||
"Show last log in" : "Letzte Anmeldung anzeigen",
|
"Show last log in" : "Letzte Anmeldung anzeigen",
|
||||||
"Show user backend" : "Benutzer-Backend anzeigen",
|
"Show user backend" : "Benutzer-Backend anzeigen",
|
||||||
|
|
|
@ -319,6 +319,7 @@
|
||||||
"Subscribe to our twitter channel!" : "Abonniere unseren Twitter-Kanal!",
|
"Subscribe to our twitter channel!" : "Abonniere unseren Twitter-Kanal!",
|
||||||
"Subscribe to our news feed!" : "Abonniere unseren RSS-Feed!",
|
"Subscribe to our news feed!" : "Abonniere unseren RSS-Feed!",
|
||||||
"Subscribe to our newsletter!" : "Abonniere unseren Newsletter!",
|
"Subscribe to our newsletter!" : "Abonniere unseren Newsletter!",
|
||||||
|
"Settings" : "Einstellungen",
|
||||||
"Show storage location" : "Speicherort anzeigen",
|
"Show storage location" : "Speicherort anzeigen",
|
||||||
"Show last log in" : "Letzte Anmeldung anzeigen",
|
"Show last log in" : "Letzte Anmeldung anzeigen",
|
||||||
"Show user backend" : "Benutzer-Backend anzeigen",
|
"Show user backend" : "Benutzer-Backend anzeigen",
|
||||||
|
|
|
@ -321,6 +321,7 @@ OC.L10N.register(
|
||||||
"Subscribe to our twitter channel!" : "Abonnieren Sie unseren Twitter-Kanal!",
|
"Subscribe to our twitter channel!" : "Abonnieren Sie unseren Twitter-Kanal!",
|
||||||
"Subscribe to our news feed!" : "Abonnieren Sie unseren RSS-Feed!",
|
"Subscribe to our news feed!" : "Abonnieren Sie unseren RSS-Feed!",
|
||||||
"Subscribe to our newsletter!" : "Abonnieren Sie unseren Newsletter!",
|
"Subscribe to our newsletter!" : "Abonnieren Sie unseren Newsletter!",
|
||||||
|
"Settings" : "Einstellungen",
|
||||||
"Show storage location" : "Speicherort anzeigen",
|
"Show storage location" : "Speicherort anzeigen",
|
||||||
"Show last log in" : "Letzte Anmeldung anzeigen",
|
"Show last log in" : "Letzte Anmeldung anzeigen",
|
||||||
"Show user backend" : "Benutzer-Backend anzeigen",
|
"Show user backend" : "Benutzer-Backend anzeigen",
|
||||||
|
|
|
@ -319,6 +319,7 @@
|
||||||
"Subscribe to our twitter channel!" : "Abonnieren Sie unseren Twitter-Kanal!",
|
"Subscribe to our twitter channel!" : "Abonnieren Sie unseren Twitter-Kanal!",
|
||||||
"Subscribe to our news feed!" : "Abonnieren Sie unseren RSS-Feed!",
|
"Subscribe to our news feed!" : "Abonnieren Sie unseren RSS-Feed!",
|
||||||
"Subscribe to our newsletter!" : "Abonnieren Sie unseren Newsletter!",
|
"Subscribe to our newsletter!" : "Abonnieren Sie unseren Newsletter!",
|
||||||
|
"Settings" : "Einstellungen",
|
||||||
"Show storage location" : "Speicherort anzeigen",
|
"Show storage location" : "Speicherort anzeigen",
|
||||||
"Show last log in" : "Letzte Anmeldung anzeigen",
|
"Show last log in" : "Letzte Anmeldung anzeigen",
|
||||||
"Show user backend" : "Benutzer-Backend anzeigen",
|
"Show user backend" : "Benutzer-Backend anzeigen",
|
||||||
|
|
|
@ -321,6 +321,7 @@ OC.L10N.register(
|
||||||
"Subscribe to our twitter channel!" : "Suscríbete a nuestro canal de Twitter!",
|
"Subscribe to our twitter channel!" : "Suscríbete a nuestro canal de Twitter!",
|
||||||
"Subscribe to our news feed!" : "¡Suscríbete a nuestro feed de noticias!",
|
"Subscribe to our news feed!" : "¡Suscríbete a nuestro feed de noticias!",
|
||||||
"Subscribe to our newsletter!" : "¡Suscríbete a nuestro boletín!",
|
"Subscribe to our newsletter!" : "¡Suscríbete a nuestro boletín!",
|
||||||
|
"Settings" : "Configuración",
|
||||||
"Show storage location" : "Mostrar la ubicación del almacenamiento",
|
"Show storage location" : "Mostrar la ubicación del almacenamiento",
|
||||||
"Show last log in" : "Mostrar el último inicio de sesión",
|
"Show last log in" : "Mostrar el último inicio de sesión",
|
||||||
"Show user backend" : "Mostrar motor de usuario",
|
"Show user backend" : "Mostrar motor de usuario",
|
||||||
|
|
|
@ -319,6 +319,7 @@
|
||||||
"Subscribe to our twitter channel!" : "Suscríbete a nuestro canal de Twitter!",
|
"Subscribe to our twitter channel!" : "Suscríbete a nuestro canal de Twitter!",
|
||||||
"Subscribe to our news feed!" : "¡Suscríbete a nuestro feed de noticias!",
|
"Subscribe to our news feed!" : "¡Suscríbete a nuestro feed de noticias!",
|
||||||
"Subscribe to our newsletter!" : "¡Suscríbete a nuestro boletín!",
|
"Subscribe to our newsletter!" : "¡Suscríbete a nuestro boletín!",
|
||||||
|
"Settings" : "Configuración",
|
||||||
"Show storage location" : "Mostrar la ubicación del almacenamiento",
|
"Show storage location" : "Mostrar la ubicación del almacenamiento",
|
||||||
"Show last log in" : "Mostrar el último inicio de sesión",
|
"Show last log in" : "Mostrar el último inicio de sesión",
|
||||||
"Show user backend" : "Mostrar motor de usuario",
|
"Show user backend" : "Mostrar motor de usuario",
|
||||||
|
|
|
@ -321,6 +321,7 @@ OC.L10N.register(
|
||||||
"Subscribe to our twitter channel!" : "Enregistrez notre page twitter!",
|
"Subscribe to our twitter channel!" : "Enregistrez notre page twitter!",
|
||||||
"Subscribe to our news feed!" : "Abonnez-vous à notre flux d'actualités!",
|
"Subscribe to our news feed!" : "Abonnez-vous à notre flux d'actualités!",
|
||||||
"Subscribe to our newsletter!" : "Abonnez-vous à notre newsletter!",
|
"Subscribe to our newsletter!" : "Abonnez-vous à notre newsletter!",
|
||||||
|
"Settings" : "Paramètres",
|
||||||
"Show storage location" : "Afficher l'emplacement du stockage",
|
"Show storage location" : "Afficher l'emplacement du stockage",
|
||||||
"Show last log in" : "Montrer la dernière connexion",
|
"Show last log in" : "Montrer la dernière connexion",
|
||||||
"Show user backend" : "Montrer la source de l'identifiant",
|
"Show user backend" : "Montrer la source de l'identifiant",
|
||||||
|
|
|
@ -319,6 +319,7 @@
|
||||||
"Subscribe to our twitter channel!" : "Enregistrez notre page twitter!",
|
"Subscribe to our twitter channel!" : "Enregistrez notre page twitter!",
|
||||||
"Subscribe to our news feed!" : "Abonnez-vous à notre flux d'actualités!",
|
"Subscribe to our news feed!" : "Abonnez-vous à notre flux d'actualités!",
|
||||||
"Subscribe to our newsletter!" : "Abonnez-vous à notre newsletter!",
|
"Subscribe to our newsletter!" : "Abonnez-vous à notre newsletter!",
|
||||||
|
"Settings" : "Paramètres",
|
||||||
"Show storage location" : "Afficher l'emplacement du stockage",
|
"Show storage location" : "Afficher l'emplacement du stockage",
|
||||||
"Show last log in" : "Montrer la dernière connexion",
|
"Show last log in" : "Montrer la dernière connexion",
|
||||||
"Show user backend" : "Montrer la source de l'identifiant",
|
"Show user backend" : "Montrer la source de l'identifiant",
|
||||||
|
|
|
@ -8,6 +8,7 @@ OC.L10N.register(
|
||||||
"No user supplied" : "Enginn notandi gefinn",
|
"No user supplied" : "Enginn notandi gefinn",
|
||||||
"Unable to change password" : "Ekki tókst að breyta lykilorði",
|
"Unable to change password" : "Ekki tókst að breyta lykilorði",
|
||||||
"Authentication error" : "Villa við auðkenningu",
|
"Authentication error" : "Villa við auðkenningu",
|
||||||
|
"Please provide an admin recovery password; otherwise, all user data will be lost." : "Settu inn endurheimtulykilorð kerfisstjóra, annars munu öll notandagögn tapast.",
|
||||||
"Wrong admin recovery password. Please check the password and try again." : "Rangt endurheimtulykilorð kerfisstjóra, athugaðu lykilorðið og reyndu aftur.",
|
"Wrong admin recovery password. Please check the password and try again." : "Rangt endurheimtulykilorð kerfisstjóra, athugaðu lykilorðið og reyndu aftur.",
|
||||||
"Backend doesn't support password change, but the user's encryption key was successfully updated." : "Bakendi styður ekki breytingu á lykilorði, en það tókst að uppfæra dulritunarlykil notandans.",
|
"Backend doesn't support password change, but the user's encryption key was successfully updated." : "Bakendi styður ekki breytingu á lykilorði, en það tókst að uppfæra dulritunarlykil notandans.",
|
||||||
"installing and updating apps via the app store or Federated Cloud Sharing" : "uppsetning eða uppfærsla forrita úr forritabúð eða með skýjasambandi",
|
"installing and updating apps via the app store or Federated Cloud Sharing" : "uppsetning eða uppfærsla forrita úr forritabúð eða með skýjasambandi",
|
||||||
|
@ -320,6 +321,7 @@ OC.L10N.register(
|
||||||
"Subscribe to our twitter channel!" : "Gerstu áskrifandi að twitter-rásinni okkar!",
|
"Subscribe to our twitter channel!" : "Gerstu áskrifandi að twitter-rásinni okkar!",
|
||||||
"Subscribe to our news feed!" : "Gerstu áskrifandi að fréttastraumi okkar!",
|
"Subscribe to our news feed!" : "Gerstu áskrifandi að fréttastraumi okkar!",
|
||||||
"Subscribe to our newsletter!" : "Gerstu áskrifandi að fréttabréfinu okkar!",
|
"Subscribe to our newsletter!" : "Gerstu áskrifandi að fréttabréfinu okkar!",
|
||||||
|
"Settings" : "Stillingar",
|
||||||
"Show storage location" : "Birta staðsetningu gagnageymslu",
|
"Show storage location" : "Birta staðsetningu gagnageymslu",
|
||||||
"Show last log in" : "Birta síðustu innskráningu",
|
"Show last log in" : "Birta síðustu innskráningu",
|
||||||
"Show user backend" : "Birta bakenda notanda",
|
"Show user backend" : "Birta bakenda notanda",
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
"No user supplied" : "Enginn notandi gefinn",
|
"No user supplied" : "Enginn notandi gefinn",
|
||||||
"Unable to change password" : "Ekki tókst að breyta lykilorði",
|
"Unable to change password" : "Ekki tókst að breyta lykilorði",
|
||||||
"Authentication error" : "Villa við auðkenningu",
|
"Authentication error" : "Villa við auðkenningu",
|
||||||
|
"Please provide an admin recovery password; otherwise, all user data will be lost." : "Settu inn endurheimtulykilorð kerfisstjóra, annars munu öll notandagögn tapast.",
|
||||||
"Wrong admin recovery password. Please check the password and try again." : "Rangt endurheimtulykilorð kerfisstjóra, athugaðu lykilorðið og reyndu aftur.",
|
"Wrong admin recovery password. Please check the password and try again." : "Rangt endurheimtulykilorð kerfisstjóra, athugaðu lykilorðið og reyndu aftur.",
|
||||||
"Backend doesn't support password change, but the user's encryption key was successfully updated." : "Bakendi styður ekki breytingu á lykilorði, en það tókst að uppfæra dulritunarlykil notandans.",
|
"Backend doesn't support password change, but the user's encryption key was successfully updated." : "Bakendi styður ekki breytingu á lykilorði, en það tókst að uppfæra dulritunarlykil notandans.",
|
||||||
"installing and updating apps via the app store or Federated Cloud Sharing" : "uppsetning eða uppfærsla forrita úr forritabúð eða með skýjasambandi",
|
"installing and updating apps via the app store or Federated Cloud Sharing" : "uppsetning eða uppfærsla forrita úr forritabúð eða með skýjasambandi",
|
||||||
|
@ -318,6 +319,7 @@
|
||||||
"Subscribe to our twitter channel!" : "Gerstu áskrifandi að twitter-rásinni okkar!",
|
"Subscribe to our twitter channel!" : "Gerstu áskrifandi að twitter-rásinni okkar!",
|
||||||
"Subscribe to our news feed!" : "Gerstu áskrifandi að fréttastraumi okkar!",
|
"Subscribe to our news feed!" : "Gerstu áskrifandi að fréttastraumi okkar!",
|
||||||
"Subscribe to our newsletter!" : "Gerstu áskrifandi að fréttabréfinu okkar!",
|
"Subscribe to our newsletter!" : "Gerstu áskrifandi að fréttabréfinu okkar!",
|
||||||
|
"Settings" : "Stillingar",
|
||||||
"Show storage location" : "Birta staðsetningu gagnageymslu",
|
"Show storage location" : "Birta staðsetningu gagnageymslu",
|
||||||
"Show last log in" : "Birta síðustu innskráningu",
|
"Show last log in" : "Birta síðustu innskráningu",
|
||||||
"Show user backend" : "Birta bakenda notanda",
|
"Show user backend" : "Birta bakenda notanda",
|
||||||
|
|
|
@ -321,6 +321,7 @@ OC.L10N.register(
|
||||||
"Subscribe to our twitter channel!" : "Zapisz się do naszego kanału na Twitterze!",
|
"Subscribe to our twitter channel!" : "Zapisz się do naszego kanału na Twitterze!",
|
||||||
"Subscribe to our news feed!" : "Zapisz się do naszego kanału informacyjnego!",
|
"Subscribe to our news feed!" : "Zapisz się do naszego kanału informacyjnego!",
|
||||||
"Subscribe to our newsletter!" : "Zapisz się do naszego newslettera!",
|
"Subscribe to our newsletter!" : "Zapisz się do naszego newslettera!",
|
||||||
|
"Settings" : "Ustawienia",
|
||||||
"Show storage location" : "Pokaż miejsce przechowywania",
|
"Show storage location" : "Pokaż miejsce przechowywania",
|
||||||
"Show last log in" : "Pokaż ostatni login",
|
"Show last log in" : "Pokaż ostatni login",
|
||||||
"Show user backend" : "Pokaż moduł użytkownika",
|
"Show user backend" : "Pokaż moduł użytkownika",
|
||||||
|
|
|
@ -319,6 +319,7 @@
|
||||||
"Subscribe to our twitter channel!" : "Zapisz się do naszego kanału na Twitterze!",
|
"Subscribe to our twitter channel!" : "Zapisz się do naszego kanału na Twitterze!",
|
||||||
"Subscribe to our news feed!" : "Zapisz się do naszego kanału informacyjnego!",
|
"Subscribe to our news feed!" : "Zapisz się do naszego kanału informacyjnego!",
|
||||||
"Subscribe to our newsletter!" : "Zapisz się do naszego newslettera!",
|
"Subscribe to our newsletter!" : "Zapisz się do naszego newslettera!",
|
||||||
|
"Settings" : "Ustawienia",
|
||||||
"Show storage location" : "Pokaż miejsce przechowywania",
|
"Show storage location" : "Pokaż miejsce przechowywania",
|
||||||
"Show last log in" : "Pokaż ostatni login",
|
"Show last log in" : "Pokaż ostatni login",
|
||||||
"Show user backend" : "Pokaż moduł użytkownika",
|
"Show user backend" : "Pokaż moduł użytkownika",
|
||||||
|
|
|
@ -321,6 +321,7 @@ OC.L10N.register(
|
||||||
"Subscribe to our twitter channel!" : "Подпишитесь на наш twitter-канал!",
|
"Subscribe to our twitter channel!" : "Подпишитесь на наш twitter-канал!",
|
||||||
"Subscribe to our news feed!" : "Подпишитесь на нашу ленту новостей!",
|
"Subscribe to our news feed!" : "Подпишитесь на нашу ленту новостей!",
|
||||||
"Subscribe to our newsletter!" : "Подписывайтесь на нашу новостную рассылку!",
|
"Subscribe to our newsletter!" : "Подписывайтесь на нашу новостную рассылку!",
|
||||||
|
"Settings" : "Настройки",
|
||||||
"Show storage location" : "Показать местонахождение хранилища",
|
"Show storage location" : "Показать местонахождение хранилища",
|
||||||
"Show last log in" : "Показать последний вход в систему",
|
"Show last log in" : "Показать последний вход в систему",
|
||||||
"Show user backend" : "Показать механизм учёта пользователей",
|
"Show user backend" : "Показать механизм учёта пользователей",
|
||||||
|
|
|
@ -319,6 +319,7 @@
|
||||||
"Subscribe to our twitter channel!" : "Подпишитесь на наш twitter-канал!",
|
"Subscribe to our twitter channel!" : "Подпишитесь на наш twitter-канал!",
|
||||||
"Subscribe to our news feed!" : "Подпишитесь на нашу ленту новостей!",
|
"Subscribe to our news feed!" : "Подпишитесь на нашу ленту новостей!",
|
||||||
"Subscribe to our newsletter!" : "Подписывайтесь на нашу новостную рассылку!",
|
"Subscribe to our newsletter!" : "Подписывайтесь на нашу новостную рассылку!",
|
||||||
|
"Settings" : "Настройки",
|
||||||
"Show storage location" : "Показать местонахождение хранилища",
|
"Show storage location" : "Показать местонахождение хранилища",
|
||||||
"Show last log in" : "Показать последний вход в систему",
|
"Show last log in" : "Показать последний вход в систему",
|
||||||
"Show user backend" : "Показать механизм учёта пользователей",
|
"Show user backend" : "Показать механизм учёта пользователей",
|
||||||
|
|
|
@ -321,6 +321,7 @@ OC.L10N.register(
|
||||||
"Subscribe to our twitter channel!" : "Twitter kanalımıza abone olun!",
|
"Subscribe to our twitter channel!" : "Twitter kanalımıza abone olun!",
|
||||||
"Subscribe to our news feed!" : "Haber akışımıza abone olun!",
|
"Subscribe to our news feed!" : "Haber akışımıza abone olun!",
|
||||||
"Subscribe to our newsletter!" : " Bültenimize abone olun!",
|
"Subscribe to our newsletter!" : " Bültenimize abone olun!",
|
||||||
|
"Settings" : "Ayarlar",
|
||||||
"Show storage location" : "Depolama konumu görüntülensin",
|
"Show storage location" : "Depolama konumu görüntülensin",
|
||||||
"Show last log in" : "Son oturum açma zamanı görüntülensin",
|
"Show last log in" : "Son oturum açma zamanı görüntülensin",
|
||||||
"Show user backend" : "Kullanıcı arka ucu görüntülensin",
|
"Show user backend" : "Kullanıcı arka ucu görüntülensin",
|
||||||
|
|
|
@ -319,6 +319,7 @@
|
||||||
"Subscribe to our twitter channel!" : "Twitter kanalımıza abone olun!",
|
"Subscribe to our twitter channel!" : "Twitter kanalımıza abone olun!",
|
||||||
"Subscribe to our news feed!" : "Haber akışımıza abone olun!",
|
"Subscribe to our news feed!" : "Haber akışımıza abone olun!",
|
||||||
"Subscribe to our newsletter!" : " Bültenimize abone olun!",
|
"Subscribe to our newsletter!" : " Bültenimize abone olun!",
|
||||||
|
"Settings" : "Ayarlar",
|
||||||
"Show storage location" : "Depolama konumu görüntülensin",
|
"Show storage location" : "Depolama konumu görüntülensin",
|
||||||
"Show last log in" : "Son oturum açma zamanı görüntülensin",
|
"Show last log in" : "Son oturum açma zamanı görüntülensin",
|
||||||
"Show user backend" : "Kullanıcı arka ucu görüntülensin",
|
"Show user backend" : "Kullanıcı arka ucu görüntülensin",
|
||||||
|
|
Loading…
Reference in New Issue