most of Slovak translation, some minor changes to the rest

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1563 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Pavol Rusnak
2010-05-03 23:29:13 +00:00
parent 8000c9651e
commit 125d6082d8
8 changed files with 2113 additions and 2108 deletions

View File

@@ -7,7 +7,7 @@
* Copyright(c) 2010 Alexis Deveria
*
*/
var svgEditor = (function($, Editor) {
Editor.putLocale = function(given_param, good_langs){
var lang_param;
@@ -50,7 +50,7 @@ var svgEditor = (function($, Editor) {
if(data.id) {
var elem = $('#svg_editor').parent().find('#'+data.id)[0];
if(elem) {
if(data.title)
if(data.title)
elem.title = data.title;
if(data.textContent) {
// Only replace non-empty text nodes, not elements