Index: openacs-4/packages/acs-subsite/www/admin/applications/application-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/admin/applications/application-add.tcl,v diff -u -N -r1.10 -r1.11 --- openacs-4/packages/acs-subsite/www/admin/applications/application-add.tcl 10 Jan 2007 21:22:06 -0000 1.10 +++ openacs-4/packages/acs-subsite/www/admin/applications/application-add.tcl 15 Apr 2011 10:29:16 -0000 1.11 @@ -9,7 +9,7 @@ {return_url "."} } -set page_title "New Application" +set page_title "[_ acs-subsite.New_Application]" set context [list [list "." "Applications"] $page_title] set packages [subsite::get_application_options] @@ -26,18 +26,18 @@ {return_url:text(hidden),optional} {node_id:key} {package_key:text(select) - {label "Application"} + {label "[_ acs-subsite.Application]"} {options $packages} {help_text "The type of application you want to add. If the application is not in the list, you may need to install it on the server."} {mode {[ad_decode [ad_form_new_p -key node_id] 1 "" "display"]}} } {instance_name:text,optional - {label "Application name"} + {label "[_ acs-subsite.Application_name]"} {help_text "The human-readable name of your application. If blank, the name of the application is used (e.g. 'Forums')."} {html {size 50}} } {folder:text,optional - {label "URL folder name"} + {label "[_ acs-subsite.URL_folder_name]"} {help_text "The partial URL of the new application. This should be a short string, all lowercase, with hyphens instead of spaces. If blank, the package name is used (e.g. 'forum')."} {html {size 30}} }