mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 15:47:17 +01:00
16 lines
355 B
JavaScript
16 lines
355 B
JavaScript
OC.L10N.register(
|
|
"quicknotes",
|
|
{
|
|
"Quick notes" : "Notas rápidas",
|
|
"Cancel" : "Cancelar",
|
|
"Done" : "Concluído",
|
|
"Tags" : "Tags",
|
|
"Save" : "Salvar",
|
|
"All notes" : "Todas as notas",
|
|
"Colors" : "Cores",
|
|
"Bold" : "Negrito",
|
|
"Italic" : "Itálico",
|
|
"Underline" : "Sublinhado"
|
|
},
|
|
"nplurals=2; plural=(n > 1);");
|