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

es_NI.js « l10n - github.com/nextcloud/bookmarks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c8c7149758ef8dfadcc7fc37439c3cce0755a53f (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
36
37
OC.L10N.register(
    "bookmarks",
    {
    "Details" : "Detalles",
    "Rename" : "Renombrar",
    "Copy link" : "Copiar liga",
    "Move" : "Mover",
    "Delete" : "Borrar",
    "Select all" : "Seleccionar todo",
    "Go back" : "Regresar",
    "New" : "Nuevo",
    "New folder" : "Carpeta nueva",
    "Delete folder" : "Borrar carpeta",
    "Choose folder" : "Seleccioanr carpeta",
    "Submit" : "Enviar",
    "Cancel" : "Cancelar",
    "Recent" : "Reciente",
    "Shared with you" : "Compartido con usted",
    "Files" : "Archivos",
    "Import" : "Importar",
    "Export" : "Exportar",
    "Bookmarklet" : "Marcador a código",
    "Title" : "Título",
    "Link" : "Liga",
    "Tags" : "Etiquetas",
    "Notes" : "Notas",
    "Open file" : "Abrir archivo",
    "Owner" : "Dueño",
    "Sharing" : "Compartiendo",
    "Share link" : "Compartir liga",
    "Allow editing" : "Permitir edición",
    "Allow resharing" : "Permitir volver a compartir",
    "Privacy" : "Privacidad",
    "Folder" : "Carpeta",
    "Save" : "Guardar"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");