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

es.js « l10n - github.com/nextcloud/templateeditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0ddb4cd44d9b8b17b2561403d407179447408667 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OC.L10N.register(
    "templateeditor",
    {
    "Could not load template" : "No se cargó la plantilla",
    "Saved" : "Guardado",
    "Reset" : "Restablecer",
    "An error occurred" : "Ocurrió un error",
    "Sharing email - public link shares (HTML)" : "Compartir por correo electrónico - compartir enlace público (HTML) ",
    "Sharing email - public link shares (plain text fallback)" : "Compartir por correo electrónico - compartir enlace público (texto plano)",
    "Sharing email (HTML)" : "Compartir correo electrónico (HTML)",
    "Sharing email (plain text fallback)" : "Compartir correo electrónico (texto plano)",
    "Lost password mail" : "Correo electrónico - contraseña perdida",
    "New user email (HTML)" : "Nueva dirección de correo electrónico del usuario (HTML)",
    "New user email (plain text fallback)" : "Nuevo usuario de correo electrónico (texto plano)",
    "Activity notification mail" : "Correo electrónico - notificación de actividad",
    "Mail Templates" : "Plantillas de correo",
    "Theme" : "Tema",
    "Template" : "Plantilla",
    "Please choose a template" : "Escoja una plantilla",
    "Save" : "Guardar"
},
"nplurals=2; plural=(n != 1);");