diff --git a/l10n/en_GB.js b/l10n/en_GB.js index 6d4b95b24..86d5e8da7 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -38,6 +38,11 @@ OC.L10N.register( "Modified:" : "Modified:", "Created:" : "Created:", "by" : "by", + "Choose a label" : "Choose a label", + "Add a label" : "Add a label", + "Select labels…" : "Select labels…", + "Due date" : "Due date", + "Click to set" : "Click to set", "Remove due date" : "Remove due date", "Description" : "Description", "Formatting help" : "Formatting help", diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 8a10e798e..de557314d 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -36,6 +36,11 @@ "Modified:" : "Modified:", "Created:" : "Created:", "by" : "by", + "Choose a label" : "Choose a label", + "Add a label" : "Add a label", + "Select labels…" : "Select labels…", + "Due date" : "Due date", + "Click to set" : "Click to set", "Remove due date" : "Remove due date", "Description" : "Description", "Formatting help" : "Formatting help", diff --git a/l10n/nb.js b/l10n/nb.js index b82979b4c..63f05ce19 100644 --- a/l10n/nb.js +++ b/l10n/nb.js @@ -38,6 +38,7 @@ OC.L10N.register( "Modified:" : "Endret:", "Created:" : "Opprettet:", "by" : "av", + "Due date" : "Forfallsdato", "Remove due date" : "Fjern forfallsdato", "Description" : "Beskrivelse", "Formatting help" : "Formateringshjelp", diff --git a/l10n/nb.json b/l10n/nb.json index 160479273..821fa5338 100644 --- a/l10n/nb.json +++ b/l10n/nb.json @@ -36,6 +36,7 @@ "Modified:" : "Endret:", "Created:" : "Opprettet:", "by" : "av", + "Due date" : "Forfallsdato", "Remove due date" : "Fjern forfallsdato", "Description" : "Beskrivelse", "Formatting help" : "Formateringshjelp", diff --git a/l10n/nl.js b/l10n/nl.js index 333849685..dc253e0bf 100644 --- a/l10n/nl.js +++ b/l10n/nl.js @@ -38,6 +38,11 @@ OC.L10N.register( "Modified:" : "Bewerkt:", "Created:" : "Gemaakt:", "by" : "door", + "Choose a label" : "Label kiezen", + "Add a label" : "Label toevoegen", + "Select labels…" : "Labels selecteren...", + "Due date" : "Vervaldatum", + "Click to set" : "Klik om in te stellen", "Remove due date" : "Verwijder vervaldatum", "Description" : "Beschrijving", "Formatting help" : "formatteringshulp", diff --git a/l10n/nl.json b/l10n/nl.json index 4bd539bb5..e3840b02d 100644 --- a/l10n/nl.json +++ b/l10n/nl.json @@ -36,6 +36,11 @@ "Modified:" : "Bewerkt:", "Created:" : "Gemaakt:", "by" : "door", + "Choose a label" : "Label kiezen", + "Add a label" : "Label toevoegen", + "Select labels…" : "Labels selecteren...", + "Due date" : "Vervaldatum", + "Click to set" : "Klik om in te stellen", "Remove due date" : "Verwijder vervaldatum", "Description" : "Beschrijving", "Formatting help" : "formatteringshulp", diff --git a/l10n/pl.js b/l10n/pl.js index 8794cea81..3e578b767 100644 --- a/l10n/pl.js +++ b/l10n/pl.js @@ -38,6 +38,12 @@ OC.L10N.register( "Modified:" : "Zmodyfikowano:", "Created:" : "Utworzono:", "by" : "przez", + "Choose a label" : "Wybierz tag", + "Add a label" : "Dodaj tag", + "Select labels…" : "Wybierz tagi...", + "Due date" : "Data realizacji", + "Click to set" : "Kliknij by ustawić", + "Remove due date" : "Usuń datę realizacji", "Description" : "Opis", "Formatting help" : "Pomoc przy formatowaniu", "Saved" : "Zapisano", diff --git a/l10n/pl.json b/l10n/pl.json index 5dd463305..0e9b376d1 100644 --- a/l10n/pl.json +++ b/l10n/pl.json @@ -36,6 +36,12 @@ "Modified:" : "Zmodyfikowano:", "Created:" : "Utworzono:", "by" : "przez", + "Choose a label" : "Wybierz tag", + "Add a label" : "Dodaj tag", + "Select labels…" : "Wybierz tagi...", + "Due date" : "Data realizacji", + "Click to set" : "Kliknij by ustawić", + "Remove due date" : "Usuń datę realizacji", "Description" : "Opis", "Formatting help" : "Pomoc przy formatowaniu", "Saved" : "Zapisano",