Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/utils/sysinst/arch/x68k Remove unused non-en transla...



details:   https://anonhg.NetBSD.org/src/rev/ebb21ef406ee
branches:  trunk
changeset: 782463:ebb21ef406ee
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Nov 03 15:40:58 2012 +0000

description:
Remove unused non-en translation messages.
(src/distrib/x68k/floppies/ramdisk/Makefile specifies list.sysinst.en)

diffstat:

 distrib/utils/sysinst/arch/x68k/Makefile    |   7 +-
 distrib/utils/sysinst/arch/x68k/menus.md.es |  37 ------------
 distrib/utils/sysinst/arch/x68k/menus.md.pl |  39 -------------
 distrib/utils/sysinst/arch/x68k/msg.md.de   |  83 -----------------------------
 distrib/utils/sysinst/arch/x68k/msg.md.es   |  83 -----------------------------
 distrib/utils/sysinst/arch/x68k/msg.md.pl   |  68 -----------------------
 6 files changed, 2 insertions(+), 315 deletions(-)

diffs (truncated from 347 to 300 lines):

diff -r 96d921caa3dd -r ebb21ef406ee distrib/utils/sysinst/arch/x68k/Makefile
--- a/distrib/utils/sysinst/arch/x68k/Makefile  Sat Nov 03 15:39:23 2012 +0000
+++ b/distrib/utils/sysinst/arch/x68k/Makefile  Sat Nov 03 15:40:58 2012 +0000
@@ -1,11 +1,8 @@
-#      $NetBSD: Makefile,v 1.10 2005/02/19 17:00:40 dsl Exp $
+#      $NetBSD: Makefile,v 1.11 2012/11/03 15:40:58 tsutsui Exp $
 #
 # Makefile for x68k
 #
 
-# Note: we have no french or german messages, because x68k console does not
-# support ISO-8859-1 (right half) character set.
-
-LANGUAGES=     en pl
+LANGUAGES=     # no translations
 
 .include "../../Makefile.inc"
diff -r 96d921caa3dd -r ebb21ef406ee distrib/utils/sysinst/arch/x68k/menus.md.es
--- a/distrib/utils/sysinst/arch/x68k/menus.md.es       Sat Nov 03 15:39:23 2012 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,37 +0,0 @@
-/*     $NetBSD: menus.md.es,v 1.2 2011/04/04 08:30:45 mbalmer Exp $    */
-
-/*
- * Copyright 1997 Piermont Information Systems Inc.
- * All rights reserved.
- *
- * Based on code written by Philip A. Nelson for Piermont Information
- * Systems Inc.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. The name of Piermont Information Systems Inc. may not be used to endorse
- *    or promote products derived from this software without specific prior
- *    written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE
- * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGE.
- *
- */
-
-/* x68k machine dependent menus, spanish */
-
diff -r 96d921caa3dd -r ebb21ef406ee distrib/utils/sysinst/arch/x68k/menus.md.pl
--- a/distrib/utils/sysinst/arch/x68k/menus.md.pl       Sat Nov 03 15:39:23 2012 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,39 +0,0 @@
-/*     $NetBSD: menus.md.pl,v 1.5 2011/04/04 08:30:45 mbalmer Exp $    */
-/* Based on english version: */
-/*     NetBSD: menus.md.en,v 1.7 2001/11/29 32:21:03 thorpej Exp */
-
-/*
- * Copyright 1997 Piermont Information Systems Inc.
- * All rights reserved.
- *
- * Based on code written by Philip A. Nelson for Piermont Information
- * Systems Inc.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. The name of Piermont Information Systems Inc. may not be used to endorse
- *    or promote products derived from this software without specific prior
- *    written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE
- * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGE.
- *
- */
-
-/* x68k machine dependent menus, Polish */
-
diff -r 96d921caa3dd -r ebb21ef406ee distrib/utils/sysinst/arch/x68k/msg.md.de
--- a/distrib/utils/sysinst/arch/x68k/msg.md.de Sat Nov 03 15:39:23 2012 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,83 +0,0 @@
-/*     $NetBSD: msg.md.de,v 1.5 2011/04/04 08:30:45 mbalmer Exp $      */
-
-/*
- * Copyright 1997 Piermont Information Systems Inc.
- * All rights reserved.
- *
- * Based on code written by Philip A. Nelson for Piermont Information
- * Systems Inc.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. The name of Piermont Information Systems Inc. may not be used to endorse
- *    or promote products derived from this software without specific prior
- *    written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE
- * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGE.
- *
- */
-
-/* x68k machine dependent messages, german */
-
-
-message md_hello
-{
-}
-
-message md_may_remove_boot_medium
-{Wenn Die Diskette nicht gesperrt ist, können Sie sie jetzt entfernen.
-}
-
-message dobootblks
-{Installiere die Bootblöcke auf %s ...
-}
-
-message newdisk
-{Ihre Festplatte, %s, scheint nicht als x68k Festplatte markiert zu sein;
-sysinst wird dies nun tun.
-Falls Sie planen eine Partition der Festplatte %s mit Human68k zu nutzen,
-sollten Sie hier unbedingt abbrechen und die Festplatte mit dem Human68k
-format.x Werkzeug formatieren.
-}
-
-message ordering
-{Die Anordnung der Partition %c ist falsch. Erneut editieren?}
-
-message emptypart
-{Nach der oder den leeren Partition(en) besteht eine gültige Partition %c.
-Bitte editieren Sie die Partitionstabelle noch einmal.}
-
-message set_kernel_1
-{Kernel (GENERIC)}
-
-.if notyet
-/* XXX: not yet implemented */
-message existing
-{Wollen Sie die bestehende(n) BSD Partition(en) beibehalten?}
-
-message nofreepart
-{%s verfügt nicht über genügend freie Partitionen für NetBSD.
-Mindestens 2 freie Partitionen (für das Root Dateisystem und Swap) sind nötig.
-}
-
-message notfirst
-{NetBSD/x68k muss im ersten Abschnitt der Bootfestplatte installiert werden.
-Dieser Teil ist auf %s nicht frei.
-}
-.endif
diff -r 96d921caa3dd -r ebb21ef406ee distrib/utils/sysinst/arch/x68k/msg.md.es
--- a/distrib/utils/sysinst/arch/x68k/msg.md.es Sat Nov 03 15:39:23 2012 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,83 +0,0 @@
-/*     $NetBSD: msg.md.es,v 1.4 2011/04/04 08:30:46 mbalmer Exp $      */
-
-/*
- * Copyright 1997 Piermont Information Systems Inc.
- * All rights reserved.
- *
- * Based on code written by Philip A. Nelson for Piermont Information
- * Systems Inc.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. The name of Piermont Information Systems Inc. may not be used to endorse
- *    or promote products derived from this software without specific prior
- *    written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE
- * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGE.
- *
- */
-
-/* x68k machine dependent messages, spanish */
-
-
-message md_hello
-{
-}
-
-message md_may_remove_boot_medium
-{Si el disquette no está bloqueado, ahora debería retirar el disco.
-}
-
-message dobootblks
-{Instalando bloques de arranque en %s....
-}
-
-message newdisk
-{Parece que su disco, %s, no tiene una marca de disco X68K. sysinst
-escribirá una marca de disco.
-Note que si pretende usar una parte de %s desde Human68k, debería abortar
-aqui y formatear el disco con la utilidad format.x de Human68k.
-}
-
-message ordering
-{El orden de la partición %c está mal.  ¿Editar de nuevo?}
-
-message emptypart
-{Hay una partición valida %c despues de particion(es) valida(s).
-Por favor, reedite la tabla de particiones}
-
-message set_kernel_1
-{Núcleo (GENERIC)}
-
-.if notyet
-/* XXX: not yet implemented */
-message existing
-{¿Quiere preservar particion(es) BSD existente(s)?}
-
-message nofreepart
-{%s no tiene suficiente espacio libre para particiones para NetBSD.
-Debe tener como minimo 2 particiones libres (para el sistema de archivos
-raiz y para swap).
-}
-
-message notfirst
-{NetBSD/hp300 debe estar instalado en la primera parte del disco de arranque.
-La primera parte de %s no esta libre.
-}
-.endif
diff -r 96d921caa3dd -r ebb21ef406ee distrib/utils/sysinst/arch/x68k/msg.md.pl
--- a/distrib/utils/sysinst/arch/x68k/msg.md.pl Sat Nov 03 15:39:23 2012 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,68 +0,0 @@
-/*     $NetBSD: msg.md.pl,v 1.9 2012/03/01 18:08:56 tsutsui Exp $      */
-/* Based on english version: */
-/*     NetBSD: msg.md.en,v 1.2 2002/12/03 01:54:57 minoura Exp */
-
-/*
- * Copyright 1997 Piermont Information Systems Inc.
- * All rights reserved.
- *
- * Based on code written by Philip A. Nelson for Piermont Information
- * Systems Inc.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. The name of Piermont Information Systems Inc. may not be used to endorse
- *    or promote products derived from this software without specific prior



Home | Main Index | Thread Index | Old Index