Skip to content

Commit

Permalink
Added Swedish and made EN number one choice
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperf committed Jul 3, 2011
1 parent cc298e9 commit c58a363
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions translate/languages.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
<?php

#Disable direct access.
if (!strcasecmp(basename($_SERVER['SCRIPT_NAME']), basename( __FILE__ ))) die ('kwaheri rafiki!');

$LANG['AR_NAME'] = 'Arabic';
$LANG['CS_NAME'] = 'Czech';
$LANG['ES_NAME'] = 'Espanish';
$LANG['FR_NAME'] = 'Français ';
$LANG['IT_NAME'] = 'Italiano';
$LANG['NL_NAME'] = 'Dutch';
$LANG['PT_NAME'] = 'Portugues';
$LANG['PT_BR_NAME'] = 'Portugues Brasil';
$LANG['RU_NAME'] = 'Russian';
$LANG['US_NAME'] = 'English';

<?php

#Disable direct access.
if (!strcasecmp(basename($_SERVER['SCRIPT_NAME']), basename( __FILE__ ))) die ('kwaheri rafiki!');

$LANG['US_NAME'] = 'English';
$LANG['AR_NAME'] = 'Arabic';
$LANG['CS_NAME'] = 'Czech';
$LANG['ES_NAME'] = 'Español';
$LANG['FR_NAME'] = 'Français ';
$LANG['IT_NAME'] = 'Italiano';
$LANG['NL_NAME'] = 'Dutch';
$LANG['PT_NAME'] = 'Portugues';
$LANG['PT_BR_NAME'] = 'Portugues Brasil';
$LANG['RU_NAME'] = 'Russian';
$LANG['SV_NAME'] = 'Swedish';

?>

0 comments on commit c58a363

Please sign in to comment.