File: root.msg

package info (click to toggle)
tklib 0.6-1
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 16,012 kB
  • sloc: tcl: 65,204; sh: 6,870; ansic: 792; pascal: 359; makefile: 73; exp: 21; sed: 16
file content (20 lines) | stat: -rw-r--r-- 1,122 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- tcl -*-
namespace eval ::widget::listentry {
    msgcat::mcset {} wle.add             Add
    msgcat::mcset {} wle.remove          Remove
    msgcat::mcset {} wle.up              Up
    msgcat::mcset {} wle.down            Down
    msgcat::mcset {} wle.browse          Browse...
    msgcat::mcset {} wle.tip.add         {Add a new value to the list}
    msgcat::mcset {} wle.tip.remove      {Remove the selected values from the list}
    msgcat::mcset {} wle.tip.up          {Move the selected elements up a position}
    msgcat::mcset {} wle.tip.down        {Move the selected elements down a position}
    msgcat::mcset {} wle.tip.browse      {Search for elements}
    msgcat::mcset {} wle.tip.main        {List of values}
    msgcat::mcset {} wle.tip.entry       {Enter a new value}
    msgcat::mcset {} wle.tip.list        {List of values}
    msgcat::mcset {} wle.tip.empty       Empty
    msgcat::mcset {} wle.tip.dup         {The list already contains this item}
    msgcat::mcset {} wle.tip.add-none    {Nothing to enter}
    msgcat::mcset {} wle.tip.remove-none {Nothing selected for removal}            
}