Added i18n to the options page (bug #1) and fixed bugs with dialogs
diff --git a/_locales/es/messages.json b/_locales/es/messages.json
index b643411..5bea4c9 100644
--- a/_locales/es/messages.json
+++ b/_locales/es/messages.json
@@ -61,6 +61,38 @@
"message": "Guardar",
"description": "Save button in the settings app"
},
+ "options_addlanguage": {
+ "message": "Añadir idioma",
+ "description": "Title for the 'Add language' dialog"
+ },
+ "options_addlanguage_addbutton": {
+ "message": "Añade",
+ "description": "Add button in the footer of the languages list"
+ },
+ "options_language_label": {
+ "message": "Idioma:",
+ "description": "Label for the language selector in the 'Add language' dialog"
+ },
+ "options_credits": {
+ "message": "Créditos",
+ "description": "Title for the credits link and dialog"
+ },
+ "options_credits_homepage": {
+ "message": "página web",
+ "description": "Homepage link for an item in the credits. NOTE: put in in lowercase letters"
+ },
+ "options_credits_by": {
+ "message": "",
+ "description": "Fragment of the author statement in an item of the credits. NOTE: put in in lowercase letters. EXAMPLE: '{{options_credits_by}} Adrià Vilanova Martínez'"
+ },
+ "options_ok": {
+ "message": "OK",
+ "description": "OK button in the dialogs"
+ },
+ "options_cancel": {
+ "message": "Cancelar",
+ "description": "Cancel button in the dialogs"
+ },
"notification_install_title": { "message": "Gracias por instalar 'Traducir Texto Seleccionado'" },
"notification_install_message": { "message": "Haz clic en esta notificación para configurar la extensión." },
"notification_upgradedtostorage_title": { "message": "'Traducir Texto Seleccionado' se ha actualizado a v0.6!" },