From 4b3d2531ac629d11655371cbcfeb324a38daee25 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 8 Jun 2006 21:24:53 +0000 Subject: [PATCH] added a new check box to module browser svn: r3288 --- collects/string-constants/danish-string-constants.ss | 1 + collects/string-constants/english-string-constants.ss | 1 + collects/string-constants/french-string-constants.ss | 1 + collects/string-constants/german-string-constants.ss | 1 + collects/string-constants/spanish-string-constants.ss | 1 + 5 files changed, 5 insertions(+) diff --git a/collects/string-constants/danish-string-constants.ss b/collects/string-constants/danish-string-constants.ss index e9b9bf5793..0947f1a356 100644 --- a/collects/string-constants/danish-string-constants.ss +++ b/collects/string-constants/danish-string-constants.ss @@ -1017,6 +1017,7 @@ please adhere to these guidelines: (module-browser-progress "Moduloversigt: ~a") ;; prefix in the status line (module-browser-compiling-defns "Moduloversigt: oversætter definitioner") (module-browser-show-lib-paths/short "Følg lib requires") ;; check box label in show module browser pane in drscheme window. + (module-browser-show-lib-paths/short "Følg planet requires") ;; check box label in show module browser pane in drscheme window. (module-browser-refresh "Opdater") ;; button label in show module browser pane in drscheme window. (module-browser-only-in-plt-and-module-langs "Moduloversigten er kun tilgængelig for programmer i PLT-sprogene og i modul-sproget (og kun for de programmer, som benytter moduler).") diff --git a/collects/string-constants/english-string-constants.ss b/collects/string-constants/english-string-constants.ss index c540485478..70b862ff08 100644 --- a/collects/string-constants/english-string-constants.ss +++ b/collects/string-constants/english-string-constants.ss @@ -1048,6 +1048,7 @@ please adhere to these guidelines: (module-browser-progress "Module Browser: ~a") ;; prefix in the status line (module-browser-compiling-defns "Module Browser: compiling definitions") (module-browser-show-lib-paths/short "Follow lib requires") ;; check box label in show module browser pane in drscheme window. + (module-browser-show-planet-paths/short "Follow planet requires") ;; check box label in show module browser pane in drscheme window. (module-browser-refresh "Refresh") ;; button label in show module browser pane in drscheme window. (module-browser-only-in-plt-and-module-langs "The module browser is only available for programs in the PLT languages and in the module language (and only for programs that have modules in them).") diff --git a/collects/string-constants/french-string-constants.ss b/collects/string-constants/french-string-constants.ss index a2ad01f20d..ab7b34dc25 100644 --- a/collects/string-constants/french-string-constants.ss +++ b/collects/string-constants/french-string-constants.ss @@ -1048,6 +1048,7 @@ (module-browser-progress "Navigateur de modules : ~a") ;; prefix in the status line (module-browser-compiling-defns "Navigateur de modules : compilation des définitions") (module-browser-show-lib-paths/short "(require (lib ...))") ;; check box label in show module browser pane in drscheme window. + (module-browser-show-planet-paths/short "(require (planet ...))") ;; check box label in show module browser pane in drscheme window. (module-browser-refresh "Rafraîchir") ;; button label in show module browser pane in drscheme window. (module-browser-only-in-plt-and-module-langs "Le navigateur de modules n'est disponible que pour les programmes écrits dans l'un des langages PLT ou dans le langage \"module\", et seulement pour les programmes qui contiennent des modules.") diff --git a/collects/string-constants/german-string-constants.ss b/collects/string-constants/german-string-constants.ss index ce6b2ae66d..2749f92574 100644 --- a/collects/string-constants/german-string-constants.ss +++ b/collects/string-constants/german-string-constants.ss @@ -920,6 +920,7 @@ (module-browser-progress "Modul-Browser: ~a") ;; prefix in the status line (module-browser-compiling-defns "Modul-Browser: Definition compilieren") (module-browser-show-lib-paths/short "\"lib\"-requires folgen") ;; check box label in show module browser pane in drscheme window. + (module-browser-show-planet-paths/short "\"planet\"-requires folgen") ;; check box label in show module browser pane in drscheme window. (module-browser-refresh "Aktualisieren") ;; button label in show module browser pane in drscheme window. (module-browser-only-in-plt-and-module-langs "Der Modul-Browser ist nur für Programme in den PLT-Sprachen und in der Modul-Sprache verfügbar (und nur für Programme mit Modulen).") diff --git a/collects/string-constants/spanish-string-constants.ss b/collects/string-constants/spanish-string-constants.ss index f8bd352d6e..ae1bc94d93 100644 --- a/collects/string-constants/spanish-string-constants.ss +++ b/collects/string-constants/spanish-string-constants.ss @@ -923,6 +923,7 @@ (module-browser-progress "Navegador de Módulos: ~a") ;; prefix in the status line (module-browser-compiling-defns "Navegador de Módulos: compilando las definiciones") (module-browser-show-lib-paths/short "Seguir los requires de bibliotecas (lib)") ;; check box label in show module browser pane in drscheme window. + (module-browser-show-planet-paths/short "Seguir los requires de bibliotecas (planet)") ;; check box label in show module browser pane in drscheme window. (module-browser-refresh "Refrescar") ;; button label in show module browser pane in drscheme window. (module-browser-only-in-plt-and-module-langs "El navegador de módulos está disponible para programas en los lenguajes PLT y en el lenguaje con módulos (y únicamente para programas que incluyan módulos).")