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

ia.js « l10n - github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4dfd5b78ea5127f48aa66f690464d581f5add4a1 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
OC.L10N.register(
    "passman",
    {
    "General" : "General",
    "Done" : "Preste",
    "Settings saved" : "Configurationes salveguardate",
    "Sharing" : "Compartente",
    "Share link" : "Compartir ligamine",
    "Username" : "Nomine de usator",
    "File" : "File",
    "Add" : "Adder",
    "Type" : "Typo",
    "Actions" : "Actiones",
    "Size" : "Dimension",
    "Expiration date" : "Data de expiration",
    "No expiration date set" : "Nulle data de expiration definite",
    "Export" : "Exportar",
    "Version" : "Version",
    "Import" : "Importar",
    "Public key" : "Clave public",
    "Uploading" : "Uploading",
    "User" : "User",
    "Files" : "Files",
    "Pending" : "Pendente",
    "Details" : "Detalios",
    "by" : "per",
    "Save" : "Salveguardar",
    "Cancel" : "Cancellar",
    "Settings" : "Configurationes",
    "Unshare" : "Cessa de compartir",
    "Password" : "Contrasigno",
    "Email" : "E-posta",
    "URL" : "URL",
    "Notes" : "Notas",
    "Edit" : "Modificar",
    "Delete" : "Deler",
    "Share" : "Compartir",
    "Date" : "Date",
    "Accept" : "Acceptar",
    "Decline" : "Refusar",
    "Never" : "Nunquam",
    "Tags" : "Etiquettas",
    "Description" : "Description",
    "You created %1$s" : "Tu creava %1$s",
    "You deleted %1$s" : "Tu  deleva %1$s",
    "An error occurred!" : "Il occurreva un error!",
    "Dismiss" : "Dimitter",
    "seconds ago" : "secundas passate"
},
"nplurals=2; plural=(n != 1);");