added the first localization strings in index.php

git-svn-id: https://develop.svn.wordpress.org/trunk@1065 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Alex King
2004-04-13 06:56:38 +00:00
parent 8da22e1db2
commit e17fe1e76e
4 changed files with 85 additions and 40 deletions
+2 -25
View File
@@ -1,31 +1,8 @@
<?php
// this file contains customizable arrays for smilies, weekdays and month names.
// the weekdays and the months.. translate them if necessary
$weekday[0]='Sunday';
$weekday[1]='Monday';
$weekday[2]='Tuesday';
$weekday[3]='Wednesday';
$weekday[4]='Thursday';
$weekday[5]='Friday';
$weekday[6]='Saturday';
// the months, translate them if necessary - note: this isn't active everywhere yet
$month['01']='January';
$month['02']='February';
$month['03']='March';
$month['04']='April';
$month['05']='May';
$month['06']='June';
$month['07']='July';
$month['08']='August';
$month['09']='September';
$month['10']='October';
$month['11']='November';
$month['12']='December';
// this file contains customizable arrays for smilies.
// here's the conversion table, you can modify it if you know what you're doing
$wpsmiliestrans = array(
' :)' => 'icon_smile.gif',
' :D' => 'icon_biggrin.gif',