Index: openacs-4/packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml,v diff -u -N -r1.88 -r1.89 --- openacs-4/packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml 15 Apr 2011 09:50:52 -0000 1.88 +++ openacs-4/packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml 15 Apr 2011 10:29:16 -0000 1.89 @@ -135,6 +135,7 @@ Define a new relationship type Delete delete + Delete selected applications Delete this application Description DevAdmin @@ -495,6 +496,7 @@ See full size Select an Object by Id: Select Applications + If the application is not in the list, you may need to <a href=\"/acs-admin/install/\">install</a> it on the server Select relation type Send email to this user Send me a copy: @@ -540,7 +542,7 @@ To <strong>copy</strong> an application instance to another URL, create a new folder as above, then select <em>mount</em>. Select the application to be copied from the list of available packages. Please check your inbox. Within the next few minutes, you should find an e-mail from %system_owner% with a new randomly generated password and instructions on how to proceed. Once received, go to - To <strong>move</strong> an application, + To <strong>move</strong> an application, copy it as above to the new location, then select <em>unmount</em> at the old location. Selecting <em>delete</em> on the empty folder will remove it from the site node. To <strong>remove</strong> an application and all of its data, select <em>unmount</em> from all the site nodes it is mounted from, then <em>delete</em> it from the <em>Unmounted Applications</em> link below the site map. Topic Index: openacs-4/packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml,v diff -u -N -r1.36 -r1.37 --- openacs-4/packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml 15 Apr 2011 09:50:52 -0000 1.36 +++ openacs-4/packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml 15 Apr 2011 10:29:16 -0000 1.37 @@ -116,6 +116,7 @@ Define un nuevo tipo de relaci�n Borrar Borrar + Borrar aplicaciones seleccionadas Borrar esta aplicaci�n Descripci�n Administraci�n de desarrolladores @@ -419,6 +420,7 @@ Ver a tama�o completo Seleccionar un objeto por Id Selecciona las aplicaciones + Si una aplicaci�n no aparece en la lista, necesitar� <a href=\"/acs-admin/install/\">instalarla</a> en el servidor Selecciona el tipo de relaci�n Enviar email a este usuario Envienme una copia: Index: openacs-4/packages/acs-subsite/www/admin/applications/application-add.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/admin/applications/application-add.adp,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/acs-subsite/www/admin/applications/application-add.adp 24 Jan 2004 14:10:42 -0000 1.5 +++ openacs-4/packages/acs-subsite/www/admin/applications/application-add.adp 15 Apr 2011 10:29:16 -0000 1.6 @@ -6,5 +6,5 @@ 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}} } Index: openacs-4/packages/acs-subsite/www/admin/applications/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/admin/applications/index.tcl,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/acs-subsite/www/admin/applications/index.tcl 21 Nov 2007 14:08:43 -0000 1.9 +++ openacs-4/packages/acs-subsite/www/admin/applications/index.tcl 15 Apr 2011 10:29:16 -0000 1.10 @@ -6,7 +6,7 @@ @cvs-id $Id$ } -set page_title "Applications" +set page_title "[_ acs-subsite.Applications]" set context [list $page_title] # Get the subsite node ID @@ -26,49 +26,49 @@ -multirow applications \ -key node_id \ -actions { - "Add application" application-add "Add new application" + "#acs-subsite.Add_application#" application-add "#acs-subsite.Add_new_app#" } \ -bulk_actions { - "Delete" application-delete "Delete selected applications" + "#acs-subsite.Delete#" application-delete "#acs-subsite.Delete_selected_app#" } \ -elements { edit { sub_class narrow display_template { - Edit application name and path + #acs-subsite.Edit_application_name_and_path# } link_url_eval {[export_vars -base application-add { node_id }]} - link_html { title "Edit application name and path" } + link_html { title "#acs-subsite.Edit_application_name_and_path#" } } instance_name { - label "Name" + label "[_ acs-subsite.Name]" link_url_eval {../../$name/} } name { - label "URL" + label "[_ acs-subsite.URL]" } package_pretty_name { - label "Application" + label "[_ acs-subsite.Application]" } permissions { - label "Permissions" + label "[_ acs-subsite.Permissions]" link_url_eval {[export_vars -base permissions { package_id }]} - display_template {Permissions} + display_template { #acs-subsite.Permissions# } sub_class narrow } parameters { - label "Parameters" + label "[_ acs-subsite.Parameters]" link_url_col parameter_url - display_template {Parameters} + display_template {[_ acs-subsite.Parameters]} sub_class narrow } delete { sub_class narrow display_template { - Delete this application + #acs-subsite.Delete_this_application# } link_url_eval {[export_vars -base application-delete { node_id }]} - link_html { title "Delete this application" } + link_html { title "#acs-subsite.Delete_this_application#" } } } Index: openacs-4/packages/acs-subsite/www/admin/applications/multiple-add.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/admin/applications/multiple-add.adp,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/acs-subsite/www/admin/applications/multiple-add.adp 14 Dec 2003 11:56:54 -0000 1.1 +++ openacs-4/packages/acs-subsite/www/admin/applications/multiple-add.adp 15 Apr 2011 10:29:16 -0000 1.2 @@ -1,5 +1,5 @@ - @page_title@ + @doc.title@ @context@ application.package_key Index: openacs-4/packages/acs-subsite/www/admin/applications/multiple-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/admin/applications/multiple-add.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/acs-subsite/www/admin/applications/multiple-add.tcl 14 Dec 2003 11:56:54 -0000 1.1 +++ openacs-4/packages/acs-subsite/www/admin/applications/multiple-add.tcl 15 Apr 2011 10:29:16 -0000 1.2 @@ -8,16 +8,16 @@ {return_url "."} } -set page_title "Add Applications" -set context [list [list "." "Applications"] $page_title] +set doc(title) "[_ acs-subsite.Add_multiple_applications]" +set context [list [list "." [_ acs-subsite.Applications]] $doc(title)] set packages [subsite::get_application_options] ad_form -name application -cancel_url . -export { return_url } -form { {package_key:text(checkbox),multiple - {label "Select Applications"} + {label "[_ acs-subsite.Select_Applications]"} {options $packages} - {help_text "If the application is not in the list, you may need to install it on the server."} + {help_text "[_ acs-subsite.Select_Applications__helptext]"} } } -on_submit { # Find the package pretty name from the list of packages