[www] r984 - trunk/packs.matroska.org/data
[email protected] Mon, 15 Aug 2005 08:00:56 +0400 (MSD)
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4
Date: 2005-08-15 08:00:49 +0400 (Mon, 15 Aug 2005)
New Revision: 984
Modified:
trunk/packs.matroska.org/data/index.php.de
trunk/packs.matroska.org/data/index.php.en
trunk/packs.matroska.org/data/index.php.fr
trunk/packs.matroska.org/data/index.php.it
trunk/packs.matroska.org/data/index.php.ja
trunk/packs.matroska.org/data/index.php.nl
trunk/packs.matroska.org/data/index.php.pt
Log:
content: try other language codes
Modified: trunk/packs.matroska.org/data/index.php.de
===================================================================
--- trunk/packs.matroska.org/data/index.php.de 2005-08-15 03:57:27 UTC (rev 983)
+++ trunk/packs.matroska.org/data/index.php.de 2005-08-15 04:00:49 UTC (rev 984)
@@ -1,7 +1,7 @@
<?php
include("helper.php");
$download = unserialize(read_file('logs.txt'));
- setlocale( LC_ALL, "de" );
+ setlocale( LC_ALL, "de_DE" );
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
Modified: trunk/packs.matroska.org/data/index.php.en
===================================================================
--- trunk/packs.matroska.org/data/index.php.en 2005-08-15 03:57:27 UTC (rev 983)
+++ trunk/packs.matroska.org/data/index.php.en 2005-08-15 04:00:49 UTC (rev 984)
@@ -1,7 +1,7 @@
<?php
include("helper.php");
$download = unserialize(read_file('logs.txt'));
- setlocale( LC_ALL, "en" );
+ setlocale( LC_ALL, "en_EN" );
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
Modified: trunk/packs.matroska.org/data/index.php.fr
===================================================================
--- trunk/packs.matroska.org/data/index.php.fr 2005-08-15 03:57:27 UTC (rev 983)
+++ trunk/packs.matroska.org/data/index.php.fr 2005-08-15 04:00:49 UTC (rev 984)
@@ -1,7 +1,7 @@
<?php
include("helper.php");
$download = unserialize(read_file('logs.txt'));
- setlocale( LC_ALL, "fr" );
+ setlocale( LC_ALL, "fr_FR" );
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
Modified: trunk/packs.matroska.org/data/index.php.it
===================================================================
--- trunk/packs.matroska.org/data/index.php.it 2005-08-15 03:57:27 UTC (rev 983)
+++ trunk/packs.matroska.org/data/index.php.it 2005-08-15 04:00:49 UTC (rev 984)
@@ -1,7 +1,7 @@
<?php
include("helper.php");
$download = unserialize(read_file('logs.txt'));
- setlocale( LC_ALL, "it" );
+ setlocale( LC_ALL, "it_IT" );
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
Modified: trunk/packs.matroska.org/data/index.php.ja
===================================================================
--- trunk/packs.matroska.org/data/index.php.ja 2005-08-15 03:57:27 UTC (rev 983)
+++ trunk/packs.matroska.org/data/index.php.ja 2005-08-15 04:00:49 UTC (rev 984)
@@ -1,7 +1,7 @@
<?php
include("helper.php");
$download = unserialize(read_file('logs.txt'));
- setlocale( LC_ALL, "ja" );
+ setlocale( LC_ALL, "ja_JA" );
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
Modified: trunk/packs.matroska.org/data/index.php.nl
===================================================================
--- trunk/packs.matroska.org/data/index.php.nl 2005-08-15 03:57:27 UTC (rev 983)
+++ trunk/packs.matroska.org/data/index.php.nl 2005-08-15 04:00:49 UTC (rev 984)
@@ -1,7 +1,7 @@
<?php
include("helper.php");
$download = unserialize(read_file('logs.txt'));
- setlocale( LC_ALL, "nl" );
+ setlocale( LC_ALL, "nl_NL" );
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
Modified: trunk/packs.matroska.org/data/index.php.pt
===================================================================
--- trunk/packs.matroska.org/data/index.php.pt 2005-08-15 03:57:27 UTC (rev 983)
+++ trunk/packs.matroska.org/data/index.php.pt 2005-08-15 04:00:49 UTC (rev 984)
@@ -1,7 +1,7 @@
<?php
include("helper.php");
$download = unserialize(read_file('logs.txt'));
- setlocale( LC_ALL, "pt" );
+ setlocale( LC_ALL, "pt_PT" );
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>