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

es_MX.js « l10n « sharebymail « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f370e99faf64b1f498c704da91bf5a4a71c1fb6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
OC.L10N.register(
    "sharebymail",
    {
    "Shared with %1$s" : "Compartido con %1$s",
    "Shared with {email}" : "Compartido con {email}",
    "Shared with %1$s by %2$s" : "Compartido con %1$s por %2$s",
    "Shared with {email} by {actor}" : "Compartido con {email} por {actor}",
    "You shared %1$s with %2$s by mail" : "Usted ha compartido %1$s con %2$s por correo",
    "You shared {file} with {email} by mail" : "Usted ha compartido {file} con {email} por correo",
    "%3$s shared %1$s with %2$s by mail" : "%3$s ha compartido %1$s con %2$s por correo ",
    "{actor} shared {file} with {email} by mail" : "{actor} ha compartido {file} con {email} por correo",
    "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s",
    "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico",
    "%s shared »%s« with you" : "%s ha compartido »%s« con usted",
    "%s shared »%s« with you on behalf of %s" : "%s ha compartido »%s« con usted a nombre de %s",
    "%s shared »%s« with you." : "%s ha compartido »%s« con usted.",
    "%s shared »%s« with you on behalf of %s." : "%s ha compartido »%s« con usted de parte de %s.",
    "Click the button below to open it." : "Haga click en el botón de abajo para abrirlo.",
    "Open »%s«" : "Abrir »%s«",
    "Password to access »%s« shared to you by %s" : "Contraseña para acceder  »%s« compartido con usted por %s ",
    "Password to access »%s«" : "Contraseña para acceder  »%s«",
    "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartió »%s« con usted. Ya debería haber recibido un correo aparte con la liga para accederlo. ",
    "It is protected with the following password: %s" : "Está protegido con la siguiente contraseña: %s",
    "Could not find share" : "No fue posible encontrar el elemento compartido",
    "Share by mail" : "Compartir por correo",
    "Send a personalized link to a file or folder by mail." : "Enviar por correo una liga personalizada a un archivo o carpeta.",
    "Send password by mail" : "La contraseña ha sido enviada por correo",
    "Failed to create the E-mail" : "Se presentó una falla al crear el correo electrónico",
    "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Hola,\n\n%s ha compartido »%s« con usted a nombre de %s.\n\n%s\n",
    "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Hola,\n\n%s ha compartido »%s« con usted.\n\n%s\n",
    "Cheers!" : "¡Saludos!",
    "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Hola,<br><br>%s ha compartido <a href=\"%s\">%s</a> con usted a nombre de %s.<br><br> ",
    "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Hola, <br><br>%s ha compartido <a href=\"%s\">%s</a> con usted.<br><br> "
},
"nplurals=2; plural=(n != 1);");