From 1f705968827f9dea3ee66e5ea9d35f00d360ad9a Mon Sep 17 00:00:00 2001 From: cmcnulty <cmcnulty@kznf.com> Date: Sat, 09 Nov 2013 21:49:23 -0500 Subject: [PATCH] CSS only solution to focused messages --- program/js/tiny_mce/plugins/searchreplace/langs/gl_dlg.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/program/js/tiny_mce/plugins/searchreplace/langs/gl_dlg.js b/program/js/tiny_mce/plugins/searchreplace/langs/gl_dlg.js new file mode 100644 index 0000000..72be08c --- /dev/null +++ b/program/js/tiny_mce/plugins/searchreplace/langs/gl_dlg.js @@ -0,0 +1 @@ +tinyMCE.addI18n('gl.searchreplace_dlg',{findwhat:"Localizar",replacewith:"Reemplazar por",direction:"Direcci\u00f3n",up:"Arriba",down:"Abaixo",mcase:"Min\u00fas./Mai\u00fas.",findnext:"Buscar seginte",allreplaced:"T\u00f3da-las coincidencias do texto buscado foron reemplazadas.","searchnext_desc":"Buscar outra vez",notfound:"A busca rematou. No se atopou o texto buscado.","search_title":"Buscar","replace_title":"Buscar/Reemplazar",replaceall:"Reemplazar todo",replace:"Reemplazar"}); \ No newline at end of file -- Gitblit v1.9.1