CC-4838: I18N: HTML contents of Print preview for Playout History need to be translated
-fixed
This commit is contained in:
parent
0dfd8acf7a
commit
692c1a1c9e
|
@ -158,6 +158,7 @@ class LocaleController extends Zend_Controller_Action
|
||||||
"Copyright" => _("Copyright"),
|
"Copyright" => _("Copyright"),
|
||||||
"All" => _("All"),
|
"All" => _("All"),
|
||||||
"Copied %s row%s to the clipboard" => _("Copied %s row%s to the clipboard"),
|
"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
|
//preferences/musicdirs.js
|
||||||
"Choose Storage Folder" => _("Choose Storage Folder"),
|
"Choose Storage Folder" => _("Choose Storage Folder"),
|
||||||
"Choose Folder to Watch" => _("Choose Folder to Watch"),
|
"Choose Folder to Watch" => _("Choose Folder to Watch"),
|
||||||
|
|
|
@ -111,7 +111,10 @@ var AIRTIME = (function(AIRTIME) {
|
||||||
"sExtends": "pdf",
|
"sExtends": "pdf",
|
||||||
"fnClick": setFlashFileName
|
"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>")
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue