making template name a parameter

This commit is contained in:
Ralf Becker 2010-06-09 11:03:02 +00:00
parent 7e17d5f4ce
commit 055f1ebe1c
5 changed files with 7 additions and 5 deletions

View File

@ -532,7 +532,7 @@ postal common de Postadresse
powered by common de Powered by
powered by egroupware version %1 common de Powered by <a href="http://www.egroupware.org" target="_blank">EGroupware</a> version %1
preferences common de Einstellungen
preferences for the idots template set common de Einstellungen für das Idots Template
preferences for the %1 template set preferences de Einstellungen für das %1 Template
prev. month (hold for menu) jscalendar de Vorheriger Monat (halten für Menü)
prev. year (hold for menu) jscalendar de Vorheriges Jahr (halten für Menü)
previous page common de Vorherige Seite

View File

@ -533,7 +533,7 @@ postal common en Postal
powered by common en Powered by
powered by egroupware version %1 common en Powered by <a href="http://www.egroupware.org">eGroupWare</a> version %1
preferences common en Preferences
preferences for the idots template set common en Preferences for the idots template set
preferences for the %1 template set preferences en Preferences for the %1 template set
prev. month (hold for menu) jscalendar en Prev. month (hold for menu)
prev. year (hold for menu) jscalendar en Prev. year (hold for menu)
previous page common en Previous page

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

@ -27,8 +27,9 @@
$GLOBALS['settings'] = array(
'prefssection' => array(
'type' => 'section',
'title' => 'Preferences for the idots template set',
'xmlrpc' => False,
'title' => lang('Preferences for the %1 template set','Idots'),
'no_lang'=> true,
'xmlrpc' => False,
'admin' => False,
),
'show_general_menu' => array(

View File

@ -27,7 +27,8 @@
$GLOBALS['settings'] = array(
'prefssection' => array(
'type' => 'section',
'title' => 'Preferences for the jerryr template set',
'title' => lang('Preferences for the %1 template set','jerryr'),
'no_lang'=> true,
'xmlrpc' => False,
'admin' => False
),