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

ast.js « l10n - github.com/nextcloud/bookmarks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e428d523ccf411a91477b22b329bed16523f32c9 (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
OC.L10N.register(
    "bookmarks",
    {
    "Details" : "Detalles",
    "Rename" : "Renomar",
    "Copy link" : "Copiar enllaz",
    "Move" : "Mover",
    "Delete" : "Desaniciar",
    "Select all" : "Esbillar too",
    "Go back" : "Dir p'atrás",
    "New" : "Nuevu",
    "New folder" : "Carpeta nueva",
    "Rename folder" : "Renomar carpeta",
    "Delete folder" : "Desaniciar",
    "Choose folder" : "Escoyer carpeta",
    "Submit" : "Unviar",
    "Cancel" : "Encaboxar",
    "Recent" : "Reciente",
    "Shared with you" : "Shared with you",
    "Files" : "Ficheros",
    "Import" : "Importar",
    "Export" : "Esportar",
    "Title" : "Títulu",
    "Link" : "Link",
    "Tags" : "Etiquetes",
    "Notes" : "Notes",
    "Open file" : "Abrir ficheru",
    "Owner" : "Owner",
    "Sharing" : "Compartiendo",
    "Share link" : "Share link",
    "Allow editing" : "Permitir edición",
    "Allow resharing" : "Permitir re-compartición",
    "Folder" : "Carpeta",
    "Save" : "Guardar"
},
"nplurals=2; plural=(n != 1);");