CC-4838: I18N: HTML contents of Print preview for Playout History need to be translated

-fixed
This commit is contained in:
denise 2013-01-14 17:01:50 -05:00
parent 0dfd8acf7a
commit 692c1a1c9e
2 changed files with 5 additions and 1 deletions

View File

@ -158,6 +158,7 @@ class LocaleController extends Zend_Controller_Action
"Copyright" => _("Copyright"),
"All" => _("All"),
"Copied %s row%s to the clipboard" => _("Copied %s row%s to the clipboard"),
"%sPrint view%sPlease use your browser's print function to print this table. Press escape when finished." => _("%sPrint view%sPlease use your browser's print function to print this table. Press escape when finished."),
//preferences/musicdirs.js
"Choose Storage Folder" => _("Choose Storage Folder"),
"Choose Folder to Watch" => _("Choose Folder to Watch"),

View File

@ -111,7 +111,10 @@ var AIRTIME = (function(AIRTIME) {
"sExtends": "pdf",
"fnClick": setFlashFileName
},
"print"
{
"sExtends": "print",
"sInfo" : sprintf($.i18n._("%sPrint view%sPlease use your browser's print function to print this table. Press escape when finished."), "<h6>", "</h6><p>")
}
]
}
});