Page 1 of 1

EN translations correction

Posted: 20. December 2008 10:44
by diastasi
In your SVN you asked for a translation in *lang_portal_acp.php*

the following lines are:

Code: Select all

	// Please translate into English ...
	'PORTAL_LONG_MONTH'							=> 'Display full month name',
	'PORTAL_LONG_MONTH_EXPLAIN'					=> 'When deactivated, a short name will display, e.g. Ayg. instead of August.',
	'PORTAL_SUNDAY_FIRST'						=> 'Sunday first day of the week',
	'PORTAL_SUNDAY_FIRST_EXPLAIN'				=> 'When deactivated, the week will start from Monday.',
also in last line 'PORTAL_SUNDAY_FIRST_EXPLAIN' you had a problem. The line was finishing with:

Code: Select all

So. angezeigt, ansonsten So. -
instead of:

Code: Select all

So. angezeigt, ansonsten So.',
and that gave me white pages in ACP :D