mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 23:57:18 +01:00
17 lines
457 B
JavaScript
17 lines
457 B
JavaScript
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"
|
|
}
|
|
);
|