EN translations correction
Posted: 20. December 2008 10:44
In your SVN you asked for a translation in *lang_portal_acp.php*
the following lines are:
also in last line 'PORTAL_SUNDAY_FIRST_EXPLAIN' you had a problem. The line was finishing with:
instead of:
and that gave me white pages in ACP
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.',
Code: Select all
So. angezeigt, ansonsten So. -
Code: Select all
So. angezeigt, ansonsten So.',