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

lv.js « l10n « external - github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 483f70f8e2276cca0cdefec4d46a9ee8d0fdfcdd (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "external",
    {
    "External Sites" : "Ārējās saites",
    "Name" : "Nosaukums",
    "URL" : "URL",
    "Remove site" : "Izņemt vietni",
    "Add" : "Pievienot"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");