Update of /cvsroot/openinteract/OpenInteract2/pkg/base_box/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10751/pkg/base_box/conf
Modified Files:
action.ini
Log Message:
- Move hardcoded box titles into .msg files, plus update these
- Clean up Norwegian I18N messages
Index: action.ini
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_box/conf/action.ini,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** action.ini 28 Nov 2004 00:09:38 -0000 1.4
--- action.ini 17 Mar 2005 12:52:21 -0000 1.5
***************
*** 14,17 ****
--- 14,18 ----
weight = 4
title = Object Info
+ title_key = object_modify_box.title
is_secure = no
url_none = yes
***************
*** 21,25 ****
template = base_box::login_box
weight = 1
! title = Login
is_secure = no
url_none = yes
--- 22,26 ----
template = base_box::login_box
weight = 1
! title_key = login_box.title
is_secure = no
url_none = yes
***************
*** 29,33 ****
template = base_box::user_info_box
weight = 1
! title = Your Info
is_secure = no
url_none = yes
--- 30,34 ----
template = base_box::user_info_box
weight = 1
! title_key = user_info_box.title
is_secure = no
url_none = yes
***************
*** 37,41 ****
template = base_box::admin_tools_box
weight = 10
! title = Admin Tools
is_secure = no
url_none = yes
--- 38,42 ----
template = base_box::admin_tools_box
weight = 10
! title_key = admin_tools_box.title
is_secure = no
url_none = yes
***************
*** 46,52 ****
template = base_box::powered_by_box
weight = 8
! title = Powered By
is_secure = no
url_none = yes
action_type = template_only
! cache_expire = 12h
\ No newline at end of file
--- 47,53 ----
template = base_box::powered_by_box
weight = 8
! title_key = powered_by_box.title
is_secure = no
url_none = yes
action_type = template_only
! cache_expire = 12h
|