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

lv.js « l10n - github.com/nextcloud/external.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a0b9c8e99925a580d9e20f248d7e879c216182bd (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(
    "external",
    {
    "Select an icon" : "Izvēlies ikonu",
    "All languages" : "Visas valodas",
    "User quota" : "Lietotāja apjoms",
    "No file uploaded" : "Nav augšupielādēta datne",
    "__language_name__" : "Latviešu",
    "Name" : "Nosaukums",
    "URL" : "URL",
    "Language" : "Valoda",
    "Groups" : "Grupas",
    "Devices" : "Ierīces",
    "Icon" : "Ikona",
    "Redirect" : "Novirzīt",
    "Remove site" : "Izņemt vietni",
    "Delete icon" : "Noņemt ikonu",
    "Uploading…" : "Augšupielādē...",
    "Icons" : "Ikonas",
    "Upload new icon" : "Augšupielādēt jaunu ikonu"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");