Go to the source code of this file.
Variables | |
| $bindir = dirname(__FILE__) | |
| $msgs_file = 'config/i18n/en/messages.php' | |
| if(!file_exists($msgs_file)) | $LANGS |
| $orig = file_get_contents($msgs_file) | |
| $bindir = dirname(__FILE__) |
PRONTO WEB FRAMEWORK Copyright (C) 2006, Judd Vinet
Description:
Definition at line 11 of file translate_all.php.
| if (!file_exists($msgs_file)) $LANGS |
array(
'ar' => 'Arabic',
'zh_cn' => 'Chinese Simplified',
'zh_tw' => 'Chinese Traditional',
'nl' => 'Dutch',
'fr' => 'French',
'de' => 'German',
'el' => 'Greek',
'it' => 'Italian',
'ja' => 'Japanese',
'ko' => 'Korean',
'pt' => 'Portuguese',
'ru' => 'Russian',
'es' => 'Spanish'
)
Definition at line 23 of file translate_all.php.
| $msgs_file = 'config/i18n/en/messages.php' |
Definition at line 13 of file translate_all.php.
| $orig = file_get_contents($msgs_file) |
Definition at line 39 of file translate_all.php.
1.6.1