diff options
Diffstat (limited to 'library/demos/en.msg')
-rw-r--r-- | library/demos/en.msg | 54 |
1 files changed, 30 insertions, 24 deletions
diff --git a/library/demos/en.msg b/library/demos/en.msg index 05d4a64..ca1da22 100644 --- a/library/demos/en.msg +++ b/library/demos/en.msg @@ -9,40 +9,31 @@ ::msgcat::mcset en "Meta-q" ;# Actual binding sequence ::msgcat::mcset en "Ctrl+Q" ;# Displayed hotkey ::msgcat::mcset en "Control-q" ;# Actual binding sequence +::msgcat::mcset en "See Variables" ::msgcat::mcset en "Variable values" ::msgcat::mcset en "Variable values:" ::msgcat::mcset en "OK" ::msgcat::mcset en "Run the \"%s\" sample program" ::msgcat::mcset en "Dismiss" ::msgcat::mcset en "Rerun Demo" +::msgcat::mcset en "Print Code" ::msgcat::mcset en "Demo code: %s" ::msgcat::mcset en "About Widget Demo" -::msgcat::mcset en "Tk widget demonstration application" +::msgcat::mcset en "Tk widget demonstration" ::msgcat::mcset en "Copyright © %s" -::msgcat::mcset en " - @@title - Tk Widget Demonstrations - @@newline - @@normal - @@newline - This application provides a front end for several short scripts - that demonstrate what you can do with Tk widgets. Each of the - numbered lines below describes a demonstration; you can click on - it to invoke the demonstration. Once the demonstration window - appears, you can click the - @@bold - See Code - @@normal - button to see the Tcl/Tk code that created the demonstration. If - you wish, you can edit the code and click the - @@bold - Rerun Demo - @@normal - button in the code window to reinvoke the demonstration with the - modified code. - @@newline -" +::msgcat::mcset en "Tk Widget Demonstrations" +::msgcat::mcset en "This application provides a front end for several short scripts" +::msgcat::mcset en "that demonstrate what you can do with Tk widgets. Each of the" +::msgcat::mcset en "numbered lines below describes a demonstration; you can click on" +::msgcat::mcset en "it to invoke the demonstration. Once the demonstration window" +::msgcat::mcset en "appears, you can click the" +::msgcat::mcset en "See Code" "See Code" ;# This is also button text! +::msgcat::mcset en "button to see the Tcl/Tk code that created the demonstration. If" +::msgcat::mcset en "you wish, you can edit the code and click the" +::msgcat::mcset en "button in the code window to reinvoke the demonstration with the" +::msgcat::mcset en "modified code." + ::msgcat::mcset en "Labels, buttons, checkbuttons, and radiobuttons" ::msgcat::mcset en "Labels (text and bitmaps)" ::msgcat::mcset en "Labels and UNICODE text" @@ -54,22 +45,26 @@ ::msgcat::mcset en "Two labels displaying images" ::msgcat::mcset en "A simple user interface for viewing images" ::msgcat::mcset en "Labelled frames" + ::msgcat::mcset en "Listboxes" ::msgcat::mcset en "The 50 states" ::msgcat::mcset en "Colors: change the color scheme for the application" ::msgcat::mcset en "A collection of famous and infamous sayings" + ::msgcat::mcset en "Entries and Spin-boxes" ::msgcat::mcset en "Entries without scrollbars" ::msgcat::mcset en "Entries with scrollbars" ::msgcat::mcset en "Validated entries and password fields" ::msgcat::mcset en "Spin-boxes" ::msgcat::mcset en "Simple Rolodex-like form" + ::msgcat::mcset en "Text" ::msgcat::mcset en "Basic editable text" ::msgcat::mcset en "Text display styles" ::msgcat::mcset en "Hypertext (tag bindings)" ::msgcat::mcset en "A text widget with embedded windows" ::msgcat::mcset en "A search tool built with a text widget" + ::msgcat::mcset en "Canvases" ::msgcat::mcset en "The canvas item types" ::msgcat::mcset en "A simple 2-D plot" @@ -78,9 +73,11 @@ ::msgcat::mcset en "A ruler with adjustable tab stops" ::msgcat::mcset en "A building floor plan" ::msgcat::mcset en "A simple scrollable canvas" + ::msgcat::mcset en "Scales" ::msgcat::mcset en "Horizontal scale" ::msgcat::mcset en "Vertical scale" + ::msgcat::mcset en "Paned Windows" ::msgcat::mcset en "Horizontal paned window" ::msgcat::mcset en "Vertical paned window" @@ -91,7 +88,16 @@ ::msgcat::mcset en "Message boxes" ::msgcat::mcset en "File selection dialog" ::msgcat::mcset en "Color picker" +::msgcat::mcset en "Font selection dialog" +::msgcat::mcset en "System tray icon and notification" +::msgcat::mcset en "Printing from canvas and text widgets" +::msgcat::mcset en "Animation" +::msgcat::mcset en "Animated labels" +::msgcat::mcset en "Animated wave" +::msgcat::mcset en "Pendulum simulation" +::msgcat::mcset en "A celebration of Rube Goldberg" ::msgcat::mcset en "Miscellaneous" ::msgcat::mcset en "The built-in bitmaps" ::msgcat::mcset en "A dialog box with a local grab" ::msgcat::mcset en "A dialog box with a global grab" +::msgcat::mcset en "Window icons and badges" |