Index: openacs-4/packages/xotcl-core/xotcl-core.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/xotcl-core.info,v
diff -u -r1.106.2.5 -r1.106.2.6
--- openacs-4/packages/xotcl-core/xotcl-core.info 18 Jul 2019 11:51:14 -0000 1.106.2.5
+++ openacs-4/packages/xotcl-core/xotcl-core.info 29 Jul 2019 17:13:25 -0000 1.106.2.6
@@ -10,7 +10,7 @@
t
xotcl
-
+
Gustaf Neumann
XOTcl library functionality (e.g. thread handling, online documentation, Generic Form and List Classes)
2017-08-06
@@ -43,7 +43,7 @@
BSD-Style
2
-
+
Index: openacs-4/packages/xotcl-core/catalog/xotcl-core.de_DE.ISO-8859-1.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/catalog/xotcl-core.de_DE.ISO-8859-1.xml,v
diff -u -r1.12.2.1 -r1.12.2.2
--- openacs-4/packages/xotcl-core/catalog/xotcl-core.de_DE.ISO-8859-1.xml 17 Jul 2019 11:46:23 -0000 1.12.2.1
+++ openacs-4/packages/xotcl-core/catalog/xotcl-core.de_DE.ISO-8859-1.xml 29 Jul 2019 17:13:26 -0000 1.12.2.2
@@ -4,6 +4,7 @@
Neu: %type%
Element hinzuf�gen
Neue Seite vom Type %type% erzeugen
+ Ausgew�hlte
Neuen %type% erstellen
Element l�schen
Beschreibung
Index: openacs-4/packages/xotcl-core/catalog/xotcl-core.en_US.ISO-8859-1.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/catalog/xotcl-core.en_US.ISO-8859-1.xml,v
diff -u -r1.13.6.1 -r1.13.6.2
--- openacs-4/packages/xotcl-core/catalog/xotcl-core.en_US.ISO-8859-1.xml 17 Jul 2019 11:46:23 -0000 1.13.6.1
+++ openacs-4/packages/xotcl-core/catalog/xotcl-core.en_US.ISO-8859-1.xml 29 Jul 2019 17:13:26 -0000 1.13.6.2
@@ -4,6 +4,7 @@
Add %type%
Add Item
Add new item of type %type%
+ Selected Items
Create New %type%
Delete Item
Description
Index: openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl,v
diff -u -r1.70.2.5 -r1.70.2.6
--- openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl 23 Jul 2019 16:54:51 -0000 1.70.2.5
+++ openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl 29 Jul 2019 17:13:26 -0000 1.70.2.6
@@ -646,7 +646,7 @@
TABLE instproc render-bulkactions {} {
set bulkactions [[self]::__bulkactions children]
html::div -class "list-button-bar-bottom" {
- html::t "Bulk-Actions:"
+ html::t "#xotcl-core.Bulk_actions#:"
set bulkaction_container [[lindex $bulkactions 0] set __parent]
set name [$bulkaction_container set __identifier]
Index: openacs-4/packages/xowiki/xowiki.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/xowiki.info,v
diff -u -r1.180.2.13 -r1.180.2.14
--- openacs-4/packages/xowiki/xowiki.info 24 May 2019 17:45:16 -0000 1.180.2.13
+++ openacs-4/packages/xowiki/xowiki.info 29 Jul 2019 17:13:24 -0000 1.180.2.14
@@ -10,7 +10,7 @@
t
xowiki
-
+
Gustaf Neumann
A xotcl-based enterprise wiki system with multiple object types
2017-08-06
@@ -55,7 +55,7 @@
BSD-Style
2
-
+
Index: openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl,v
diff -u -r1.11.2.3 -r1.11.2.4
--- openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl 23 Jul 2019 14:14:59 -0000 1.11.2.3
+++ openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl 29 Jul 2019 17:13:25 -0000 1.11.2.4
@@ -462,7 +462,7 @@
BootstrapTableRenderer instproc render-bulkactions {} {
set bulkactions [[self]::__bulkactions children]
html::div -class "btn-group" -role group -aria-label "Bulk actions" {
- html::t "Bulk-Actions:"
+ html::t "#xotcl-core.Bulk_actions#:"
set bulkaction_container [[lindex $bulkactions 0] set __parent]
set name [$bulkaction_container set __identifier]
Index: openacs-4/packages/xowiki/tcl/folder-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/folder-procs.tcl,v
diff -u -r1.55.2.15 -r1.55.2.16
--- openacs-4/packages/xowiki/tcl/folder-procs.tcl 25 Jul 2019 11:11:09 -0000 1.55.2.15
+++ openacs-4/packages/xowiki/tcl/folder-procs.tcl 29 Jul 2019 17:13:25 -0000 1.55.2.16
@@ -580,7 +580,7 @@
-columns {
BulkAction create objects -id ID -hide $::hidden(objects) -actions {
if {$::__xowiki_folder_link ne ""} {
- Action bulk-delete -label Delete -tooltip "Delete selected" \
+ Action bulk-delete -label [_ xowiki.delete] -tooltip "Delete selected" \
-url $::__xowiki_folder_link
}
}