From 499f7c7af4ff7920b3af8dfd2c62fc200c5cefa7 Mon Sep 17 00:00:00 2001 From: Matias De lellis Date: Thu, 29 Sep 2016 22:39:46 -0300 Subject: [PATCH] First spanish translation. Issue #8 --- l10n/es.js | 16 ++++++++++++++++ l10n/es.json | 14 ++++++++++++++ templates/part.navigation.php | 4 ++-- 3 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 l10n/es.js create mode 100644 l10n/es.json 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 @@
  • - Colors + t('Colors')); ?>