diff --git a/l10n/es.js b/l10n/es.js new file mode 100644 index 0000000..14021d5 --- /dev/null +++ b/l10n/es.js @@ -0,0 +1,16 @@ +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" +} +); diff --git a/l10n/es.json b/l10n/es.json new file mode 100644 index 0000000..171e96e --- /dev/null +++ b/l10n/es.json @@ -0,0 +1,14 @@ +{ "translations": { + "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" +} +} \ No newline at end of file diff --git a/templates/part.navigation.php b/templates/part.navigation.php index 1c5cf23..9cea4fc 100644 --- a/templates/part.navigation.php +++ b/templates/part.navigation.php @@ -9,7 +9,7 @@