[UseBook-Checkins] UseBook/languages lang_English.php,1.4,1.5 lang_Nederlands.php,1.3,1.4
Status: Inactive
Brought to you by:
pc_freak
|
From: Vandamme S. <kid...@us...> - 2005-07-28 10:19:34
|
Update of /cvsroot/usebook/UseBook/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13788/languages Modified Files: lang_English.php lang_Nederlands.php Log Message: UseBook 0.3 RC Index: lang_Nederlands.php =================================================================== RCS file: /cvsroot/usebook/UseBook/languages/lang_Nederlands.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** lang_Nederlands.php 3 Jun 2005 15:31:25 -0000 1.3 --- lang_Nederlands.php 28 Jul 2005 10:19:13 -0000 1.4 *************** *** 39,45 **** // Uncomment and change when necessary for translations // ! #$lang['character_encoding'] = 'iso-8859-1'; $lang['language_code'] = 'nl'; ! #$lang['text_direction'] = 'ltr'; $lang['DebugMode'] = 'Debug modus'; --- 39,45 ---- // Uncomment and change when necessary for translations // ! $lang['character_encoding'] = 'iso-8859-1'; $lang['language_code'] = 'nl'; ! $lang['text_direction'] = 'ltr'; $lang['DebugMode'] = 'Debug modus'; *************** *** 65,67 **** --- 65,72 ---- $lang['PostedTitle'] = 'Bericht geplaatst!'; $lang['Return'] = 'Terug'; + $lang['Antispam'] = 'Anti spam'; + $lang['AllreadyPosted'] = 'U hebt al in dit gastenboek gepost.'; + $lang['Admin'] = 'Admin'; + $lang['Stats'] = 'Statistieken'; + $lang['NotFinished'] = 'Deze pagina is nog niet beschikbaar.'; ?> Index: lang_English.php =================================================================== RCS file: /cvsroot/usebook/UseBook/languages/lang_English.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** lang_English.php 18 Jun 2005 12:29:00 -0000 1.4 --- lang_English.php 28 Jul 2005 10:19:13 -0000 1.5 *************** *** 39,45 **** // Uncomment and change when necessary for translations // ! #$lang['character_encoding'] = 'iso-8859-1'; ! #$lang['language_code'] = 'en'; ! #$lang['text_direction'] = 'ltr'; $lang['DebugMode'] = 'Debug mode'; --- 39,45 ---- // Uncomment and change when necessary for translations // ! $lang['character_encoding'] = 'iso-8859-1'; ! $lang['language_code'] = 'en'; ! $lang['text_direction'] = 'ltr'; $lang['DebugMode'] = 'Debug mode'; *************** *** 67,69 **** --- 67,72 ---- $lang['Antispam'] = 'Anti spam'; $lang['AllreadyPosted'] = 'You have allready posted in this questbook.'; + $lang['Admin'] = 'Admin'; + $lang['Stats'] = 'Stats'; + $lang['NotFinished'] = 'This page is not yet available.'; ?> |