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

lt_LT.js « l10n « external - github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0ddfab03f5975a2261131d558063c13fe2218e21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "external",
    {
    "Please enter valid urls - they have to start with either http://, https:// or /" : "Prašau įvesti leistiną adresą - turi prasidėti http://, https:// arba /",
    "External sites saved." : "Išoriniai serveriai išsaugoti.",
    "External Sites" : "Išoriniai serveriai",
    "Name" : "Pavadinimas",
    "URL" : "URL",
    "Select an icon" : "Pasirinkite piktogramą",
    "Remove site" : "Pašalinti serverį",
    "Add" : "Pridėti"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);");