diff --git a/l10n/de.js b/l10n/de.js new file mode 100644 index 0000000..fb33f7d --- /dev/null +++ b/l10n/de.js @@ -0,0 +1,16 @@ +OC.L10N.register( + "quicknotes", + { + "Quick notes" : "Quick notes", + "Nothing here. Take your quick notes." : "Nichts vorhanden. Verfasse deine Notizen.", + "New note" : "Neue Notiz", + "All notes" : "Alle Notizen", + "Shared with you" : "Mit Dir geteilt", + "Shared with others" : "Mit anderen geteilt", + "Colors" : "Farben", + "Notes" : "Notizen", + "Share" : "Teilen", + "Cancel" : "Abbrechen", + "Save" : "Speichern" +} +); diff --git a/l10n/de.json b/l10n/de.json new file mode 100644 index 0000000..43d25eb --- /dev/null +++ b/l10n/de.json @@ -0,0 +1,14 @@ +{ "translations": { + "Quick notes" : "Quick notes", + "Nothing here. Take your quick notes." : "Nichts vorhanden. Verfasse deine Notizen.", + "New note" : "Neue Notiz", + "All notes" : "Alle Notizen", + "Shared with you" : "Mit Dir geteilt", + "Shared with others" : "Mit anderen geteilt", + "Colors" : "Farben", + "Notes" : "Notizen", + "Share" : "Teilen", + "Cancel" : "Abbrechen", + "Save" : "Speichern" +} +}