*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 14 Nov 2003 17:35:35 +0100
changeset 5351 8e45ac25600d
parent 5350 ffd9b0b31d18
child 5352 e44d2ab3778e
*** empty log message ***
TerminalApplication.st
resources/TerminalApplication.rs
--- a/TerminalApplication.st	Fri Nov 14 13:33:38 2003 +0100
+++ b/TerminalApplication.st	Fri Nov 14 17:35:35 2003 +0100
@@ -390,7 +390,7 @@
 openDocumentation
     "opens the documentation file"
 
-    self openHTMLDocument: 'tools/misc/TOP.html#WORKSPACE'
+    self openHTMLDocument: 'tools/misc/TOP.html#TERMINAL'
 !
 
 playbackFile:aFileName 
@@ -457,5 +457,5 @@
 !TerminalApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/TerminalApplication.st,v 1.5 2003-10-22 17:46:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/TerminalApplication.st,v 1.6 2003-11-14 16:35:35 cg Exp $'
 ! !
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/resources/TerminalApplication.rs	Fri Nov 14 17:35:35 2003 +0100
@@ -0,0 +1,45 @@
+#encoding #iso8859
+
+; $Header$
+;
+; TerminalApplication resources
+;
+; this file contains 8bit national characters;
+; DONT EDIT this file with an old vi !
+;
+
+; ICON            Image fromFile:'bitmaps/Terminal.xbm'
+
+#if Language == #de
+'Buffers'                          'Seiten'
+'New Shell'                        'Neue Shell'
+'Playback File...'                 'Playback aus Datei...'
+
+'Rename...'                         'Umbenennen...'
+'Add Buffer'                        'Seite hinzufügen'
+'Remove Buffer'                     'Seite entfernen'
+
+'New Name for %1:'                      'Neuer Name für %1:'
+
+'Save all As...'                        'Alle sichern als...'
+
+'Text was not saved. Close anyway ?'    'Text wurde nicht gesichert. Dennoch schließen ?'
+'Close'                                 'Schließen'
+'Cancel'                                'Abbrechen'
+
+'Select All'                            'Alles markieren'
+
+'Interrupt'              'Unterbrechen (Interrupt)'
+'Kill'                   'Beenden (Kill)'
+'Reset Terminal'         'Terminalemulation zurücksetzen'
+
+#endif
+
+#if Language == #fr
+#endif
+
+#if Language == #es
+#endif
+
+#if Language == #it
+#endif