i18n backend support

This commit is contained in:
Serghey Rodin 2013-01-24 12:49:22 +02:00
commit def0f35141
19 changed files with 347 additions and 23 deletions

View file

@ -112,12 +112,12 @@
buttons: {
Ok: function() {
$( this ).dialog( "close" );
}
},
}
});
});
</script>
<div id="dialog-message" title="Wellcome">
<div id="dialog-message" title="<?php print _('Welcome') ?>">
<p><?php print _('LOGGED_IN_AS',$key);?></p>
</div>
<?php