Merge branch 'master' of github.com:owncloud/core into vcategories_db
commit
241862756e
@ -1 +0,0 @@
|
||||
|
||||
@ -1 +1 @@
|
||||
1.1.5
|
||||
1.1.6
|
||||
|
||||
@ -0,0 +1,71 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"There is no error, the file uploaded with success" => "No se han producido errores, el archivo se ha subido con éxito",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "El archivo que intentás subir sobrepasa el tamaño definido por la variable upload_max_filesize en php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "El archivo que intentás subir sobrepasa el tamaño definido por la variable MAX_FILE_SIZE especificada en el formulario HTML",
|
||||
"The uploaded file was only partially uploaded" => "El archivo que intentás subir solo se subió parcialmente",
|
||||
"No file was uploaded" => "El archivo no fue subido",
|
||||
"Missing a temporary folder" => "Falta un directorio temporal",
|
||||
"Failed to write to disk" => "La escritura en disco falló",
|
||||
"Files" => "Archivos",
|
||||
"Unshare" => "Dejar de compartir",
|
||||
"Delete" => "Borrar",
|
||||
"Rename" => "cambiar nombre",
|
||||
"already exists" => "ya existe",
|
||||
"replace" => "reemplazar",
|
||||
"suggest name" => "sugerir nombre",
|
||||
"cancel" => "cancelar",
|
||||
"replaced" => "reemplazado",
|
||||
"undo" => "deshacer",
|
||||
"with" => "con",
|
||||
"unshared" => "no compartido",
|
||||
"deleted" => "borrado",
|
||||
"generating ZIP-file, it may take some time." => "generando un archivo ZIP, puede llevar un tiempo.",
|
||||
"Unable to upload your file as it is a directory or has 0 bytes" => "No fue posible subir tu archivo porque es un directorio o su tamaño es 0 bytes",
|
||||
"Upload Error" => "Error al subir el archivo",
|
||||
"Pending" => "Pendiente",
|
||||
"1 file uploading" => "Subiendo 1 archivo",
|
||||
"files uploading" => "Subiendo archivos",
|
||||
"Upload cancelled." => "La subida fue cancelada",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." => "La subida del archivo está en proceso. Si salís de la página ahora, la subida se cancelará.",
|
||||
"Invalid name, '/' is not allowed." => "Nombre no válido, '/' no está permitido.",
|
||||
"files scanned" => "archivos escaneados",
|
||||
"error while scanning" => "error mientras se escaneaba",
|
||||
"Name" => "Nombre",
|
||||
"Size" => "Tamaño",
|
||||
"Modified" => "Modificado",
|
||||
"folder" => "carpeta",
|
||||
"folders" => "carpetas",
|
||||
"file" => "archivo",
|
||||
"files" => "archivos",
|
||||
"seconds ago" => "segundos atrás",
|
||||
"minute ago" => "hace un minuto",
|
||||
"minutes ago" => "minutos atrás",
|
||||
"today" => "hoy",
|
||||
"yesterday" => "ayer",
|
||||
"days ago" => "días atrás",
|
||||
"last month" => "el mes pasado",
|
||||
"months ago" => "meses atrás",
|
||||
"last year" => "el año pasado",
|
||||
"years ago" => "años atrás",
|
||||
"File handling" => "Tratamiento de archivos",
|
||||
"Maximum upload size" => "Tamaño máximo de subida",
|
||||
"max. possible: " => "máx. posible:",
|
||||
"Needed for multi-file and folder downloads." => "Se necesita para descargas multi-archivo y de carpetas",
|
||||
"Enable ZIP-download" => "Habilitar descarga en formato ZIP",
|
||||
"0 is unlimited" => "0 significa ilimitado",
|
||||
"Maximum input size for ZIP files" => "Tamaño máximo para archivos ZIP de entrada",
|
||||
"Save" => "Guardar",
|
||||
"New" => "Nuevo",
|
||||
"Text file" => "Archivo de texto",
|
||||
"Folder" => "Carpeta",
|
||||
"From url" => "Desde la URL",
|
||||
"Upload" => "Subir",
|
||||
"Cancel upload" => "Cancelar subida",
|
||||
"Nothing in here. Upload something!" => "Aquí no hay nada. ¡Subí contenido!",
|
||||
"Share" => "Compartir",
|
||||
"Download" => "Descargar",
|
||||
"Upload too large" => "El archivo es demasiado grande",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Los archivos que intentás subir sobrepasan el tamaño máximo ",
|
||||
"Files are being scanned, please wait." => "Se están escaneando los archivos, por favor espere.",
|
||||
"Current scanning" => "Escaneo actual"
|
||||
);
|
||||
@ -0,0 +1,71 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"There is no error, the file uploaded with success" => "Amontcargament capitat, pas d'errors",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Lo fichièr amontcargat es tròp bèl per la directiva «upload_max_filesize » del php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Lo fichièr amontcargat es mai gròs que la directiva «MAX_FILE_SIZE» especifiada dins lo formulari HTML",
|
||||
"The uploaded file was only partially uploaded" => "Lo fichièr foguèt pas completament amontcargat",
|
||||
"No file was uploaded" => "Cap de fichièrs son estats amontcargats",
|
||||
"Missing a temporary folder" => "Un dorsièr temporari manca",
|
||||
"Failed to write to disk" => "L'escriptura sul disc a fracassat",
|
||||
"Files" => "Fichièrs",
|
||||
"Unshare" => "Non parteja",
|
||||
"Delete" => "Escafa",
|
||||
"Rename" => "Torna nomenar",
|
||||
"already exists" => "existís jà",
|
||||
"replace" => "remplaça",
|
||||
"suggest name" => "nom prepausat",
|
||||
"cancel" => "anulla",
|
||||
"replaced" => "remplaçat",
|
||||
"undo" => "defar",
|
||||
"with" => "amb",
|
||||
"unshared" => "Non partejat",
|
||||
"deleted" => "escafat",
|
||||
"generating ZIP-file, it may take some time." => "Fichièr ZIP a se far, aquò pòt trigar un briu.",
|
||||
"Unable to upload your file as it is a directory or has 0 bytes" => "Impossible d'amontcargar lo teu fichièr qu'es un repertòri o que ten pas que 0 octet.",
|
||||
"Upload Error" => "Error d'amontcargar",
|
||||
"Pending" => "Al esperar",
|
||||
"1 file uploading" => "1 fichièr al amontcargar",
|
||||
"files uploading" => "fichièrs al amontcargar",
|
||||
"Upload cancelled." => "Amontcargar anullat.",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." => "Un amontcargar es a se far. Daissar aquesta pagina ara tamparà lo cargament. ",
|
||||
"Invalid name, '/' is not allowed." => "Nom invalid, '/' es pas permis.",
|
||||
"files scanned" => "Fichièr explorat",
|
||||
"error while scanning" => "error pendant l'exploracion",
|
||||
"Name" => "Nom",
|
||||
"Size" => "Talha",
|
||||
"Modified" => "Modificat",
|
||||
"folder" => "Dorsièr",
|
||||
"folders" => "Dorsièrs",
|
||||
"file" => "fichièr",
|
||||
"files" => "fichièrs",
|
||||
"seconds ago" => "secondas",
|
||||
"minute ago" => "minuta",
|
||||
"minutes ago" => "minutas",
|
||||
"today" => "uèi",
|
||||
"yesterday" => "ièr",
|
||||
"days ago" => "jorns",
|
||||
"last month" => "mes passat",
|
||||
"months ago" => "meses",
|
||||
"last year" => "an passat",
|
||||
"years ago" => "ans",
|
||||
"File handling" => "Manejament de fichièr",
|
||||
"Maximum upload size" => "Talha maximum d'amontcargament",
|
||||
"max. possible: " => "max. possible: ",
|
||||
"Needed for multi-file and folder downloads." => "Requesit per avalcargar gropat de fichièrs e dorsièr",
|
||||
"Enable ZIP-download" => "Activa l'avalcargament de ZIP",
|
||||
"0 is unlimited" => "0 es pas limitat",
|
||||
"Maximum input size for ZIP files" => "Talha maximum de dintrada per fichièrs ZIP",
|
||||
"Save" => "Enregistra",
|
||||
"New" => "Nòu",
|
||||
"Text file" => "Fichièr de tèxte",
|
||||
"Folder" => "Dorsièr",
|
||||
"From url" => "Dempuèi l'URL",
|
||||
"Upload" => "Amontcarga",
|
||||
"Cancel upload" => " Anulla l'amontcargar",
|
||||
"Nothing in here. Upload something!" => "Pas res dedins. Amontcarga qualquaren",
|
||||
"Share" => "Parteja",
|
||||
"Download" => "Avalcarga",
|
||||
"Upload too large" => "Amontcargament tròp gròs",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Los fichièrs que sias a amontcargar son tròp pesucs per la talha maxi pel servidor.",
|
||||
"Files are being scanned, please wait." => "Los fiichièrs son a èsser explorats, ",
|
||||
"Current scanning" => "Exploracion en cors"
|
||||
);
|
||||
@ -0,0 +1,6 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Encryption" => "Encriptación",
|
||||
"Exclude the following file types from encryption" => "Exceptuar de la encriptación los siguientes tipos de archivo",
|
||||
"None" => "Ninguno",
|
||||
"Enable Encryption" => "Habilitar encriptación"
|
||||
);
|
||||
@ -0,0 +1,6 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Encryption" => "Encriptado",
|
||||
"Exclude the following file types from encryption" => "Excluír os seguintes tipos de ficheiro da encriptación",
|
||||
"None" => "Nada",
|
||||
"Enable Encryption" => "Habilitar encriptación"
|
||||
);
|
||||
@ -0,0 +1,6 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Encryption" => "Criptografia",
|
||||
"Exclude the following file types from encryption" => "Excluir os seguintes tipos de arquivo da criptografia",
|
||||
"None" => "Nenhuma",
|
||||
"Enable Encryption" => "Habilitar Criptografia"
|
||||
);
|
||||
@ -0,0 +1,6 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Encryption" => "Encriptação",
|
||||
"Exclude the following file types from encryption" => "Excluir da encriptação os seguintes tipo de ficheiros",
|
||||
"None" => "Nenhum",
|
||||
"Enable Encryption" => "Activar Encriptação"
|
||||
);
|
||||
@ -0,0 +1,6 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Encryption" => "Încriptare",
|
||||
"Exclude the following file types from encryption" => "Exclude următoarele tipuri de fișiere de la încriptare",
|
||||
"None" => "Niciuna",
|
||||
"Enable Encryption" => "Activare încriptare"
|
||||
);
|
||||
@ -0,0 +1,6 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Encryption" => "Шифрование",
|
||||
"Exclude the following file types from encryption" => "Исключите следующие типы файлов из шифрования",
|
||||
"None" => "Ни один",
|
||||
"Enable Encryption" => "Включить шифрование"
|
||||
);
|
||||
@ -0,0 +1,6 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Encryption" => "加密",
|
||||
"Exclude the following file types from encryption" => "从加密中排除如下文件类型",
|
||||
"None" => "无",
|
||||
"Enable Encryption" => "启用加密"
|
||||
);
|
||||
@ -0,0 +1,18 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"External Storage" => "Ekstern opbevaring",
|
||||
"Mount point" => "Monteringspunkt",
|
||||
"Backend" => "Backend",
|
||||
"Configuration" => "Opsætning",
|
||||
"Options" => "Valgmuligheder",
|
||||
"Applicable" => "Kan anvendes",
|
||||
"Add mount point" => "Tilføj monteringspunkt",
|
||||
"None set" => "Ingen sat",
|
||||
"All Users" => "Alle brugere",
|
||||
"Groups" => "Grupper",
|
||||
"Users" => "Brugere",
|
||||
"Delete" => "Slet",
|
||||
"Enable User External Storage" => "Aktiver ekstern opbevaring for brugere",
|
||||
"Allow users to mount their own external storage" => "Tillad brugere at montere deres egne eksterne opbevaring",
|
||||
"SSL root certificates" => "SSL-rodcertifikater",
|
||||
"Import Root Certificate" => "Importer rodcertifikat"
|
||||
);
|
||||
@ -0,0 +1,18 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"External Storage" => "Almacenamiento externo",
|
||||
"Mount point" => "Punto de montaje",
|
||||
"Backend" => "Motor",
|
||||
"Configuration" => "Configuración",
|
||||
"Options" => "Opciones",
|
||||
"Applicable" => "Aplicable",
|
||||
"Add mount point" => "Añadir punto de montaje",
|
||||
"None set" => "No fue configurado",
|
||||
"All Users" => "Todos los usuarios",
|
||||
"Groups" => "Grupos",
|
||||
"Users" => "Usuarios",
|
||||
"Delete" => "Borrar",
|
||||
"SSL root certificates" => "certificados SSL raíz",
|
||||
"Import Root Certificate" => "Importar certificado raíz",
|
||||
"Enable User External Storage" => "Habilitar almacenamiento de usuario externo",
|
||||
"Allow users to mount their own external storage" => "Permitir a los usuarios montar su propio almacenamiento externo"
|
||||
);
|
||||
@ -0,0 +1,18 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"External Storage" => "Almacenamento externo",
|
||||
"Mount point" => "Punto de montaxe",
|
||||
"Backend" => "Almacén",
|
||||
"Configuration" => "Configuración",
|
||||
"Options" => "Opcións",
|
||||
"Applicable" => "Aplicable",
|
||||
"Add mount point" => "Engadir punto de montaxe",
|
||||
"None set" => "Non establecido",
|
||||
"All Users" => "Tódolos usuarios",
|
||||
"Groups" => "Grupos",
|
||||
"Users" => "Usuarios",
|
||||
"Delete" => "Eliminar",
|
||||
"SSL root certificates" => "Certificados raíz SSL",
|
||||
"Import Root Certificate" => "Importar Certificado Raíz",
|
||||
"Enable User External Storage" => "Habilitar almacenamento externo do usuario",
|
||||
"Allow users to mount their own external storage" => "Permitir aos usuarios montar os seus propios almacenamentos externos"
|
||||
);
|
||||
@ -0,0 +1,18 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"External Storage" => "Armazenamento Externo",
|
||||
"Mount point" => "Ponto de montagem",
|
||||
"Backend" => "Backend",
|
||||
"Configuration" => "Configuração",
|
||||
"Options" => "Opções",
|
||||
"Applicable" => "Aplicável",
|
||||
"Add mount point" => "Adicionar ponto de montagem",
|
||||
"None set" => "Nenhum definido",
|
||||
"All Users" => "Todos os Usuários",
|
||||
"Groups" => "Grupos",
|
||||
"Users" => "Usuários",
|
||||
"Delete" => "Remover",
|
||||
"SSL root certificates" => "Certificados SSL raíz",
|
||||
"Import Root Certificate" => "Importar Certificado Raíz",
|
||||
"Enable User External Storage" => "Habilitar Armazenamento Externo do Usuário",
|
||||
"Allow users to mount their own external storage" => "Permitir usuários a montar seus próprios armazenamentos externos"
|
||||
);
|
||||
@ -0,0 +1,10 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Configuration" => "Configuração",
|
||||
"Options" => "Opções",
|
||||
"Applicable" => "Aplicável",
|
||||
"All Users" => "Todos os utilizadores",
|
||||
"Groups" => "Grupos",
|
||||
"Users" => "Utilizadores",
|
||||
"Delete" => "Apagar",
|
||||
"Import Root Certificate" => "Importar Certificado Root"
|
||||
);
|
||||
@ -0,0 +1,18 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"External Storage" => "Stocare externă",
|
||||
"Mount point" => "Punctul de montare",
|
||||
"Backend" => "Backend",
|
||||
"Configuration" => "Configurație",
|
||||
"Options" => "Opțiuni",
|
||||
"Applicable" => "Aplicabil",
|
||||
"Add mount point" => "Adaugă punct de montare",
|
||||
"None set" => "Niciunul",
|
||||
"All Users" => "Toți utilizatorii",
|
||||
"Groups" => "Grupuri",
|
||||
"Users" => "Utilizatori",
|
||||
"Delete" => "Șterge",
|
||||
"SSL root certificates" => "Certificate SSL root",
|
||||
"Import Root Certificate" => "Importă certificat root",
|
||||
"Enable User External Storage" => "Permite stocare externă pentru utilizatori",
|
||||
"Allow users to mount their own external storage" => "Permite utilizatorilor să monteze stocare externă proprie"
|
||||
);
|
||||
@ -0,0 +1,18 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"External Storage" => "外部存储",
|
||||
"Mount point" => "挂载点",
|
||||
"Backend" => "后端",
|
||||
"Configuration" => "配置",
|
||||
"Options" => "选项",
|
||||
"Applicable" => "可应用",
|
||||
"Add mount point" => "添加挂载点",
|
||||
"None set" => "未设置",
|
||||
"All Users" => "所有用户",
|
||||
"Groups" => "群组",
|
||||
"Users" => "用户",
|
||||
"Delete" => "删除",
|
||||
"SSL root certificates" => "SSL 根证书",
|
||||
"Import Root Certificate" => "导入根证书",
|
||||
"Enable User External Storage" => "启用用户外部存储",
|
||||
"Allow users to mount their own external storage" => "允许用户挂载他们的外部存储"
|
||||
);
|
||||
@ -1,8 +1,11 @@
|
||||
body { background:#ddd; }
|
||||
#header { position:fixed; top:0; left:0; right:0; z-index:100; height:2.5em; line-height:2.5em; padding:.5em; background:#1d2d44; -moz-box-shadow:0 0 10px rgba(0, 0, 0, .5), inset 0 -2px 10px #222; -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .5), inset 0 -2px 10px #222; box-shadow:0 0 10px rgba(0, 0, 0, .5), inset 0 -2px 10px #222; }
|
||||
#details { color:#fff; }
|
||||
#header #download { margin-left:2em; font-weight:bold; color:#fff; }
|
||||
#header #download { margin-left:2em; font-weight:bold; }
|
||||
#header #download img { padding-left: 0.1em; padding-right: 0.3em; vertical-align: text-bottom; }
|
||||
#preview { min-height:30em; margin:50px auto; padding-top:2em; border-bottom:1px solid #f8f8f8; background:#eee; text-align:center; }
|
||||
#noPreview { display:none; padding-top:5em; }
|
||||
p.info { width:22em; text-align: center; margin:2em auto; color:#777; text-shadow:#fff 0 1px 0; }
|
||||
p.info a { font-weight:bold; color:#777; }
|
||||
p.info a { font-weight:bold; color:#777; }
|
||||
#imgframe { width:80%; height: 75%; margin: 0 auto; padding-bottom:2em; }
|
||||
#imgframe img { max-height:100%; max-width: 100%; }
|
||||
@ -0,0 +1,9 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Password" => "Contraseña",
|
||||
"Submit" => "Enviar",
|
||||
"%s shared the folder %s with you" => "%s compartió la carpeta %s con vos",
|
||||
"%s shared the file %s with you" => "%s compartió el archivo %s con vos",
|
||||
"Download" => "Descargar",
|
||||
"No preview available for" => "La vista preliminar no está disponible para",
|
||||
"web services under your control" => "servicios web controlados por vos"
|
||||
);
|
||||
@ -0,0 +1,7 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Password" => "Contrasinal",
|
||||
"Submit" => "Enviar",
|
||||
"Download" => "Baixar",
|
||||
"No preview available for" => "Sen vista previa dispoñible para ",
|
||||
"web services under your control" => "servizos web baixo o seu control"
|
||||
);
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue