2014-10-17 16:20:02 +04:00
|
|
|
|
OC.L10N.register(
|
|
|
|
|
"files_sharing",
|
|
|
|
|
{
|
|
|
|
|
"Server to server sharing is not enabled on this server" : "Neste servidor non está activada a compartición de servidor a servidor",
|
2014-12-04 09:54:42 +03:00
|
|
|
|
"The mountpoint name contains invalid characters." : "O nome do punto de montaxe contén caracteres inválidos.",
|
2014-10-17 16:20:02 +04:00
|
|
|
|
"Invalid or untrusted SSL certificate" : "Certificado SSL incorrecto ou non fiábel",
|
|
|
|
|
"Couldn't add remote share" : "Non foi posíbel engadir a compartición remota",
|
|
|
|
|
"Shared with you" : "Compartido con vostede",
|
|
|
|
|
"Shared with others" : "Compartido con outros",
|
|
|
|
|
"Shared by link" : "Compartido por ligazón",
|
2014-12-22 09:54:49 +03:00
|
|
|
|
"Nothing shared with you yet" : "Aínda non hai nada compartido con vostede.",
|
|
|
|
|
"Files and folders others share with you will show up here" : "Os ficheiros e cartafoles que outros compartan con vostede amosaranse aquí",
|
|
|
|
|
"Nothing shared yet" : "Aínda non hay nada compartido",
|
|
|
|
|
"Files and folders you share will show up here" : "Os ficheiros e cartafoles que comparta amosaranse aquí",
|
|
|
|
|
"No shared links" : "Non hai ligazóns compartidas",
|
|
|
|
|
"Files and folders you share by link will show up here" : "Os ficheiros e cartafoles que comparta por ligazón amosaranse aquí",
|
2014-10-17 16:20:02 +04:00
|
|
|
|
"Do you want to add the remote share {name} from {owner}@{remote}?" : "Quere engadir a compartición remota {name} desde {owner}@{remote}?",
|
|
|
|
|
"Remote share" : "Compartición remota",
|
|
|
|
|
"Remote share password" : "Contrasinal da compartición remota",
|
|
|
|
|
"Cancel" : "Cancelar",
|
|
|
|
|
"Add remote share" : "Engadir unha compartición remota",
|
2015-01-07 09:55:42 +03:00
|
|
|
|
"No ownCloud installation (7 or higher) found at {remote}" : "Non se atopa unha instalación de ownCloud (7 ou superior) en {remote}",
|
2014-10-17 16:20:02 +04:00
|
|
|
|
"Invalid ownCloud url" : "URL incorrecta do ownCloud",
|
2015-01-14 09:55:16 +03:00
|
|
|
|
"Share" : "Compartir",
|
2014-10-17 16:20:02 +04:00
|
|
|
|
"Shared by" : "Compartido por",
|
2014-12-22 09:54:49 +03:00
|
|
|
|
"A file or folder was shared from <strong>another server</strong>" : "Compartiuse un ficheiro ou cartafol desde <strong>outro servidor</strong>",
|
2014-12-24 09:54:33 +03:00
|
|
|
|
"A public shared file or folder was <strong>downloaded</strong>" : "Foi <strong>descargado</strong> un ficheiro ou cartafol público",
|
2014-12-22 09:54:49 +03:00
|
|
|
|
"You received a new remote share from %s" : "Recibiu unha compartición remota de %s",
|
|
|
|
|
"%1$s accepted remote share %2$s" : "%1$s comparticións remotas aceptadas %2$s",
|
|
|
|
|
"%1$s declined remote share %2$s" : "%1$s comparticións remotas declinadas %2$s",
|
|
|
|
|
"%1$s unshared %2$s from you" : "%1$s deixou de compartir %2$s con vostede",
|
2014-12-24 09:54:33 +03:00
|
|
|
|
"Public shared folder %1$s was downloaded" : "Foi descargado o cartafol público %1$s",
|
|
|
|
|
"Public shared file %1$s was downloaded" : "Foi descargado o ficheiro público %1$s",
|
2014-10-17 16:20:02 +04:00
|
|
|
|
"This share is password-protected" : "Esta compartición está protexida con contrasinal",
|
|
|
|
|
"The password is wrong. Try again." : "O contrasinal é incorrecto. Ténteo de novo.",
|
|
|
|
|
"Password" : "Contrasinal",
|
2015-01-08 09:56:00 +03:00
|
|
|
|
"No entries found in this folder" : "Non se atoparon entradas neste cartafol",
|
2014-10-17 16:20:02 +04:00
|
|
|
|
"Name" : "Nome",
|
|
|
|
|
"Share time" : "Compartir o tempo",
|
|
|
|
|
"Sorry, this link doesn’t seem to work anymore." : "Semella que esta ligazón non funciona.",
|
|
|
|
|
"Reasons might be:" : "As razóns poderían ser:",
|
|
|
|
|
"the item was removed" : "o elemento foi retirado",
|
|
|
|
|
"the link expired" : "a ligazón caducou",
|
|
|
|
|
"sharing is disabled" : "foi desactivada a compartición",
|
|
|
|
|
"For more info, please ask the person who sent this link." : "Para obter máis información, pregúntelle á persoa que lle enviou a ligazón.",
|
|
|
|
|
"Add to your ownCloud" : "Engadir ao seu ownCloud",
|
|
|
|
|
"Download" : "Descargar",
|
|
|
|
|
"Download %s" : "Descargar %s",
|
2014-12-04 09:54:42 +03:00
|
|
|
|
"Direct link" : "Ligazón directa",
|
|
|
|
|
"Server-to-Server Sharing" : "Compartición Servidor-a-Servidor",
|
|
|
|
|
"Allow users on this server to send shares to other servers" : "Permitir aos ususarios de este servidor enviar comparticións a outros servidores",
|
|
|
|
|
"Allow users on this server to receive shares from other servers" : "Permitir aos usuarios de este servidor recibir comparticións de outros servidores"
|
2014-10-17 16:20:02 +04:00
|
|
|
|
},
|
|
|
|
|
"nplurals=2; plural=(n != 1);");
|