diff options
author | Brion Vibber <brion@users.mediawiki.org> | 2004-08-14 11:41:10 +0000 |
---|---|---|
committer | Brion Vibber <brion@users.mediawiki.org> | 2004-08-14 11:41:10 +0000 |
commit | 0d2104a5e66a608368ff3e979d1bfa37122cc3e4 (patch) | |
tree | 17e0757b20f7d1302107ed2170a78bb7675f2ee8 /languages/LanguageTh.php | |
parent | f65784690d03145b66a38bbbbc66f64e9382b8ab (diff) | |
download | mediawikicore-0d2104a5e66a608368ff3e979d1bfa37122cc3e4.tar.gz mediawikicore-0d2104a5e66a608368ff3e979d1bfa37122cc3e4.zip |
XHTML fixes for Special:Upload
* well-formedness fix on the tables and forms
* switch 'uploadtext' message from HTML to wikitext
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/4753
Diffstat (limited to 'languages/LanguageTh.php')
-rw-r--r-- | languages/LanguageTh.php | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/languages/LanguageTh.php b/languages/LanguageTh.php index 80ac923527b7..047887768311 100644 --- a/languages/LanguageTh.php +++ b/languages/LanguageTh.php @@ -635,37 +635,6 @@ from server time (UTC).", to upload files.", "uploadfile" => "Upload images, sounds, documents etc.", "uploaderror" => "Upload error", -"uploadtext" => "<strong>STOP!</strong> Before you upload here, -make sure to read and follow the <a href=\"" . -wfLocalUrlE( "$wgMetaNamespace:Image_use_policy" ) . "\">image use policy</a>. -<p>If a file with the name you are specifying already -exists on the wiki, it'll be replaced without warning. -So unless you mean to update a file, it's a good idea -to first check if such a file exists. -<p>To view or search previously uploaded images, -go to the <a href=\"" . wfLocalUrlE( "Special:Imagelist" ) . -"\">list of uploaded images</a>. -Uploads and deletions are logged on the <a href=\"" . -wfLocalUrlE( "$wgMetaNamespace:Upload_log" ) . "\">upload log</a>. -<p>Use the form below to upload new image files for use in -illustrating your articles. -On most browsers, you will see a \"Browse...\" button, which will -bring up your operating system's standard file open dialog. -Choosing a file will fill the name of that file into the text -field next to the button. -You must also check the box affirming that you are not -violating any copyrights by uploading the file. -Press the \"Upload\" button to finish the upload. -This may take some time if you have a slow internet connection. -<p>The preferred formats are JPEG for photographic images, PNG -for drawings and other iconic images, and OGG for sounds. -Please name your files descriptively to avoid confusion. -To include the image in an article, use a link in the form -<b>[[image:file.jpg]]</b> or <b>[[image:file.png|alt text]]</b> -or <b>[[media:file.ogg]]</b> for sounds. -<p>Please note that as with wiki pages, others may edit or -delete your uploads if they think it serves the encyclopedia, and -you may be blocked from uploading if you abuse the system.", "uploadlog" => "upload log", "uploadlogpage" => "Upload_log", |