mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
17 lines
460 B
JavaScript
17 lines
460 B
JavaScript
OC.L10N.register(
|
|
"quicknotes",
|
|
{
|
|
"Quick Notes" : "Notas Rapidas",
|
|
"Nothing here. Take your quick notes." : "Nada aquí. Toma tus primeras notas.",
|
|
"New note" : "Nueva nota",
|
|
"All notes" : "Todas las notas",
|
|
"Shared with you" : "Compartido contigo",
|
|
"Shared with others" : "Compartido con otros",
|
|
"Colors" : "Colores",
|
|
"Notes" : "Notas",
|
|
"Share" : "Compartir",
|
|
"Cancel" : "Cancelar",
|
|
"Save" : "Guardar"
|
|
}
|
|
);
|