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

sq.js « l10n - github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 978449b1e08622564c3ea1a17530dfd9a83108e1 (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
OC.L10N.register(
    "tasks",
    {
    "Tasks" : "Detyra",
    "Important" : "E rëndësishme",
    "Today" : "Sot",
    "Week" : "Javë",
    "All" : "Krejt",
    "Current" : "E tanishmja",
    "Completed" : "Të plotësuara",
    "Delete" : "Fshije",
    "Cancel" : "Anuloje",
    "Change sort order" : "Ndryshoni rend renditjeje",
    "Default" : "Parazgjedhje",
    "Due date" : "Datë përfundimi",
    "Start date" : "Datë nisjeje",
    "Priority" : "Përparësi",
    "Manually" : "Dorazi",
    "Alphabetically" : "Alfabetikisht",
    "Task is completed" : "Detyra është e plotësuar",
    "_%n Completed Task_::_%n Completed Tasks_" : ["%n Punë e Plotësuar","%n Punë të Plotësuara"],
    "Tomorrow" : "Nesër",
    "Set start date" : "Caktoni datë fillimi",
    "Set due date" : "Caktoni datë mbarimi",
    "All day" : "Gjithë ditën",
    "Task not found!" : "S’u gjet punë!",
    "%s %% completed" : "%s %% e plotësuar",
    "Edit" : "Përpunoni",
    "Download" : "Shkarkoje",
    "Save" : "Ruaje",
    "New List" : "Listë e Re",
    "The name \"%s\" is already used." : "Emri \"%s\" është tashmë në përdorim.",
    "An empty name is not allowed." : "Nuk lejohet emër i zbrazët.",
    "Settings" : "Rregullime",
    "Visibility of Smart Collections" : "Dukshmëri Koleksionesh të Mençura",
    "Hidden" : "I padukshëm",
    "Visible" : "I dukshëm",
    "Automatic" : "Automatike"
},
"nplurals=2; plural=(n != 1);");