Skip to content

Commit d871610

Browse files
committed
Added English and German language files
Signed-off-by: ramteid <ramteid@users.noreply.github.com>
1 parent ea23d4b commit d871610

6 files changed

Lines changed: 18 additions & 6 deletions

File tree

l10n/de.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,8 @@ OC.L10N.register(
411411
"Save" : "Speichern",
412412
"Today" : "Heute",
413413
"Tomorrow" : "Morgen",
414-
"No due" : "Kein Fälligkeitsdatum"
414+
"No due" : "Kein Fälligkeitsdatum",
415+
"Set as default board" : "Als Standard-Board festlegen",
416+
"Remove as default board" : "Als Standard-Board entfernen"
415417
},
416418
"nplurals=2; plural=(n != 1);");

l10n/de.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,8 @@
409409
"Save" : "Speichern",
410410
"Today" : "Heute",
411411
"Tomorrow" : "Morgen",
412-
"No due" : "Kein Fälligkeitsdatum"
412+
"No due" : "Kein Fälligkeitsdatum",
413+
"Set as default board" : "Als Standard-Board festlegen",
414+
"Remove as default board" : "Als Standard-Board entfernen"
413415
},"pluralForm" :"nplurals=2; plural=(n != 1);"
414416
}

l10n/de_DE.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,8 @@ OC.L10N.register(
411411
"Save" : "Speichern",
412412
"Today" : "Heute",
413413
"Tomorrow" : "Morgen",
414-
"No due" : "Kein Fälligkeitsdatum"
414+
"No due" : "Kein Fälligkeitsdatum",
415+
"Set as default board" : "Als Standard-Board festlegen",
416+
"Remove as default board" : "Als Standard-Board entfernen"
415417
},
416418
"nplurals=2; plural=(n != 1);");

l10n/de_DE.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,8 @@
409409
"Save" : "Speichern",
410410
"Today" : "Heute",
411411
"Tomorrow" : "Morgen",
412-
"No due" : "Kein Fälligkeitsdatum"
412+
"No due" : "Kein Fälligkeitsdatum",
413+
"Set as default board" : "Als Standard-Board festlegen",
414+
"Remove as default board" : "Als Standard-Board entfernen"
413415
},"pluralForm" :"nplurals=2; plural=(n != 1);"
414416
}

l10n/en_GB.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,8 @@ OC.L10N.register(
411411
"Save" : "Save",
412412
"Today" : "Today",
413413
"Tomorrow" : "Tomorrow",
414-
"No due" : "No due"
414+
"No due" : "No due",
415+
"Set as default board" : "Set as default board",
416+
"Remove as default board" : "Remove as default board"
415417
},
416418
"nplurals=2; plural=(n != 1);");

l10n/en_GB.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,8 @@
409409
"Save" : "Save",
410410
"Today" : "Today",
411411
"Tomorrow" : "Tomorrow",
412-
"No due" : "No due"
412+
"No due" : "No due",
413+
"Set as default board" : "Set as default board",
414+
"Remove as default board" : "Remove as default board"
413415
},"pluralForm" :"nplurals=2; plural=(n != 1);"
414416
}

0 commit comments

Comments
 (0)