Added FetchMimeType macro.

Fix bad namespaces, package names and labels in StockData and InOutBoard help.
This commit is contained in:
Colin Kuskie 2005-12-10 22:22:35 +00:00
parent 45de852b61
commit b74cddb637
7 changed files with 88 additions and 16 deletions

View file

@ -0,0 +1,23 @@
package WebGUI::i18n::English::Macro_FetchMimeType;
our $I18N = {
'fetch mime type title' => {
message => q|Fetch MIME Type Macro|,
lastUpdated => 1134252488,
},
'fetch mime type body' => {
message => q|
<b>&#94;FetchMimeType;</b><br>
<b>&#94;FetchMimeType(<i>file system path to file</i>);</b><br>
Returns the MIME type for a file. An absolute or relative file path
to the file is required. A URL to the file will not work.
|,
lastUpdated => 1134252720,
},
};
1;