home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextAdmin / Installer.app / Swedish.lproj / Architectures.strings < prev    next >
Text File  |  1994-12-22  |  806b  |  25 lines

  1. /* Map architectures to user friendly strings
  2.  * The key should either be an architecture name, such as "m68k",
  3.  * an architecture number, like "12", if the name isn't known, or
  4.  * the string "Unknown CPU" as a catch-all.  The "Unknown CPU" value
  5.  * should include a %s to be replaced with the actual architecture's
  6.  * name or number.  Here are some examples:
  7.  *
  8.  * "i386" = "Intel-processorer";
  9.  * "12" = "ARM";
  10.  * "Unknown CPU" = "CPU #%s";
  11.  *
  12.  * There is also an "old" string that is used to describe old
  13.  * packages where we don't know what kind of contents it has.
  14.  */
  15.  
  16. "-1" = "Alla datorer";        /* To be removed when "any" goes into libc */
  17. "any" = "Alla datorer";
  18. "m68k" = "NeXT";
  19. "i386" = "Intel";
  20. "hppa" = "PA-RISC";
  21. "sparc" = "SPARC";
  22.  
  23. /* Description for old pre-3.1 packages */
  24. "old" = "(okänt)";
  25.