diff --git a/l10n/cs.js b/l10n/cs.js index 84a1e082..4aab842d 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -104,11 +104,14 @@ OC.L10N.register( "Alphabetically" : "Abecedně", "Manually" : "Manuálně", "Load remaining completed tasks." : "Načíst zbývající dokončené úkoly.", + "Task is completed" : "Úkol je dokončen", "All day" : "Celý den", "(New category)" : "(Nová kategorie)", "Select categories..." : "Vybrat kategorie...", "Loading the task..." : "Nahrávám úkol...", "Task not found!" : "Úkol nenalezen!", - "add a subtask to" : "přidat podúkol k" + "add a subtask to" : "přidat podúkol k", + "Toggle subtasks" : "Přepnout podúkoly", + "Toggle completed subtasks" : "Přepnout dokončené podúkoly" }, "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/l10n/cs.json b/l10n/cs.json index 8c6b53cd..7373f7ac 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -102,11 +102,14 @@ "Alphabetically" : "Abecedně", "Manually" : "Manuálně", "Load remaining completed tasks." : "Načíst zbývající dokončené úkoly.", + "Task is completed" : "Úkol je dokončen", "All day" : "Celý den", "(New category)" : "(Nová kategorie)", "Select categories..." : "Vybrat kategorie...", "Loading the task..." : "Nahrávám úkol...", "Task not found!" : "Úkol nenalezen!", - "add a subtask to" : "přidat podúkol k" + "add a subtask to" : "přidat podúkol k", + "Toggle subtasks" : "Přepnout podúkoly", + "Toggle completed subtasks" : "Přepnout dokončené podúkoly" },"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/sq.js b/l10n/sq.js index 5604d43d..464cf90c 100644 --- a/l10n/sq.js +++ b/l10n/sq.js @@ -1,7 +1,7 @@ OC.L10N.register( "tasks", { - "Tasks" : "Punë", + "Tasks" : "Detyra", "Due yesterday" : "Mbaron dje", "Due today" : "Mbaron sot", "Due tomorrow" : "Mbaron nesër", @@ -61,7 +61,7 @@ OC.L10N.register( "Saturday" : "E shtunë", "Add an important item in \"%s\"..." : "Shtoni një zë të rëndësishëm te \"%s\"...", "Add an item due today in \"%s\"..." : "Shtoni një zë që mbaron sot te \"%s\"...", - "Add an item in \"%s\"..." : "Shtoni një zë te \"%s\"...", + "Add an item in \"%s\"..." : "Shto një artikull tek \"%s\"...", "Add a current item in \"%s\"..." : "Shtoni një zë të tanishëm te \"%s\"...", "Add a subtask to \"%s\"..." : "Shtoni një nënpunë te \"%s\"…", "_%n Completed Task_::_%n Completed Tasks_" : ["%n Punë e Plotësuar","%n Punë të Plotësuara"], diff --git a/l10n/sq.json b/l10n/sq.json index e10eeb81..897a8815 100644 --- a/l10n/sq.json +++ b/l10n/sq.json @@ -1,5 +1,5 @@ { "translations": { - "Tasks" : "Punë", + "Tasks" : "Detyra", "Due yesterday" : "Mbaron dje", "Due today" : "Mbaron sot", "Due tomorrow" : "Mbaron nesër", @@ -59,7 +59,7 @@ "Saturday" : "E shtunë", "Add an important item in \"%s\"..." : "Shtoni një zë të rëndësishëm te \"%s\"...", "Add an item due today in \"%s\"..." : "Shtoni një zë që mbaron sot te \"%s\"...", - "Add an item in \"%s\"..." : "Shtoni një zë te \"%s\"...", + "Add an item in \"%s\"..." : "Shto një artikull tek \"%s\"...", "Add a current item in \"%s\"..." : "Shtoni një zë të tanishëm te \"%s\"...", "Add a subtask to \"%s\"..." : "Shtoni një nënpunë te \"%s\"…", "_%n Completed Task_::_%n Completed Tasks_" : ["%n Punë e Plotësuar","%n Punë të Plotësuara"],