fixed language printing dialogg labels

svn: r13280
This commit is contained in:
Robby Findler 2009-01-25 13:14:56 +00:00
parent c0d31ad254
commit c17872a338
9 changed files with 13 additions and 9 deletions

View File

@ -243,7 +243,7 @@
(string-constant output-style-label)
(list (string-constant constructor-printing-style)
(string-constant quasiquote-printing-style)
(string-constant write-printing-style))
(string-constant print-printing-style))
output-panel
(λ (rb evt)
(let ([on? (not (= (send rb get-selection) 3))])

View File

@ -889,7 +889,7 @@ please adhere to these guidelines:
(constructor-printing-style "Konstruktør")
(quasiquote-printing-style "Kvasicitering")
(write-printing-style "write")
(print-printing-style "current-print")
(print-printing-style "print")
(sharing-printing-label "Vis deling i værdier")
(use-pretty-printer-label "Indsæt linjeskift i printede værdier")
(input-syntax "Input-syntaks")

View File

@ -242,6 +242,10 @@ please adhere to these guidelines:
(erase-log-directory-contents "Erase contents of log directory: ~a?")
(error-erasing-log-directory "Error erasing log directory contents.\n\n~a\n")
;; menu items connected to the logger
(show-log "Show Log")
(hide-log "Hide Log")
;; modes
(mode-submenu-label "Modes")
(scheme-mode "Scheme mode")
@ -980,7 +984,7 @@ please adhere to these guidelines:
(constructor-printing-style "Constructor")
(quasiquote-printing-style "Quasiquote")
(write-printing-style "write")
(print-printing-style "current-print")
(print-printing-style "print")
(sharing-printing-label "Show sharing in values")
(use-pretty-printer-label "Insert newlines in printed values")
(input-syntax "Input Syntax")

View File

@ -974,7 +974,7 @@
(constructor-printing-style "Constructeur")
(quasiquote-printing-style "Quasiquote")
(write-printing-style "write")
(print-printing-style "current-print")
(print-printing-style "print")
(sharing-printing-label "Montrer le partage entre valeurs.")
(use-pretty-printer-label "Insérer des retours-chariots lors de l'impression des résultats.")
(input-syntax "Syntaxe d'entrée")

View File

@ -880,7 +880,7 @@
(constructor-printing-style "Konstruktor")
(quasiquote-printing-style "Quasiquote")
(write-printing-style "write")
(print-printing-style "current-print")
(print-printing-style "print")
(sharing-printing-label "Zeige Sharing an")
(use-pretty-printer-label "Zeilenumbrüche in Ausdruck einfügen")
(input-syntax "Eingabesyntax")

View File

@ -907,7 +907,7 @@ please adhere to these guidelines:
(constructor-printing-style "コンストラクタ スタイル")
(quasiquote-printing-style "擬似クォート スタイル")
(write-printing-style "write スタイル")
(print-printing-style "current-print スタイル")
(print-printing-style "print スタイル")
(sharing-printing-label "値の表示に shared 構文を使う (値の共有構造を表示する)")
(use-pretty-printer-label "値を表示するときに改行を挿入する")
(input-syntax "入力の構文")

View File

@ -865,7 +865,7 @@ please adhere to these guidelines:
(constructor-printing-style "Constructor")
(quasiquote-printing-style "Quasiquote")
(write-printing-style "escrever")
(print-printing-style "print-actual")
;(print-printing-style "print-actual") ;; this is possibly incorrect now -- it shows up in the 'output syntax' part of the language dialog
(sharing-printing-label "Mostrar partilha nos valores")
(use-pretty-printer-label "Inserir nova linha nos valores printed")
(input-syntax "Sintaxe de Entrada")

View File

@ -752,7 +752,7 @@
(output-style-label "Estilo de salida")
(constructor-printing-style "Constructor")
(quasiquote-printing-style "Quasiquote")
(print-printing-style "current-print")
(print-printing-style "print")
(write-printing-style "write")
(sharing-printing-label "Show sharing in values")
(use-pretty-printer-label "Insertar caracteres de nueva línea en valores impresos")

View File

@ -891,7 +891,7 @@
(constructor-printing-style "构造器")
(quasiquote-printing-style "Quasiquote")
(write-printing-style "write")
(print-printing-style "current-print")
(print-printing-style "print")
(sharing-printing-label "Show sharing in values")
(use-pretty-printer-label "print多个对象时自动换行")
(input-syntax "输入语法")