home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / usr / lib / NextStep / Workspace.app / WM.app / German.lproj / MainWindow.strings < prev    next >
Text File  |  1994-08-03  |  2KB  |  78 lines

  1. /* NeXTSTEP Release 3 */
  2.  
  3. /***** Title of the main window *****/
  4.  
  5. "Directory Window" = "Datei-Übersicht";
  6. "Shelf: %s" = "Ablage: %s";
  7.  
  8. /**** Device Info ****/
  9.  
  10. "%@ available on %@" = "%@ verfügbar auf %@";
  11. "NO SPACE" = "KEIN SPEICHERPLATZ";
  12.  
  13. "0 bytes" = "0 Bytes";
  14. "1 byte" = "1 Byte";
  15. "%d bytes" = "%d Byte";
  16.  
  17. /**** the two following indicate where to put the number - it's more complicated due the various formats we chose internally for floating point numbers ****/
  18. "10-100kB" = "%.1f KB";
  19. "less-1MB" = "%.3f MB";
  20. "1-10MB" = "%.2f MB";
  21. "10-100MB" = "%.1f MB";
  22. "xxxMB" = "%d MB";
  23. "less-1GB" = "%d MB";
  24. "1-10GB" = "%.2f GB";
  25. "10-100GB" = "%.1f GB";
  26. "xxxGB" = "%d GB";
  27.  
  28. /**** Title for moving files ****/
  29.  
  30. "Incoming Files" = "Dateien werden übernommen";
  31.  
  32. /**** Prefix for New Directory ****/
  33.  
  34. "NewDirectory" = "NeuerOrdner";
  35. "NewDirectory_Short" = "Ordner";
  36.  
  37. /***** Titles in ListingView *****/
  38.  
  39. "slot_name" = "Name";
  40. "slot_size" = "Größe";
  41. "slot_date" = "Änderungsdatum";
  42. "slot_access" = "Zugriffsrechte";
  43. "slot_owner" = "Eigentümer";
  44. "slot_group" = "Gruppe";
  45.  
  46. /***** Filler (determine min size of the field) in ListingView *****/
  47.  
  48. "slot_size_filler" = "444444444";
  49. "slot_date_filler" = "MMM 44 44:44";
  50. "slot_access_filler" = "wwwwwwwwww";
  51. "slot_owner_filler" = "MmmmMmmm";
  52. "slot_group_filler" = "MmmmMmmm";
  53.  
  54. /***** special type in ListingView *******/
  55.  
  56. "ExpertView_automount" = "Automount";
  57.  
  58. /***** Menu commands *******/
  59.  
  60. "Compress" = "Komprimieren";
  61. "Decompress" = "Dekomprimieren";
  62.  
  63. "Encrypt..." = "Verschlüsseln...";
  64. "Decrypt..." = "Entschlüsseln...";
  65.  
  66. /***** Dates in ListingView (cf strftime documentation) *******/
  67.  
  68. "OLD_DATE_FORMAT" = "%b %d %Y";
  69. "RECENT_DATE_FORMAT" = "%b %d %H:%M";
  70.  
  71. /***** Strings for Sizing/Chmoding *******/
  72.  
  73. "Sizing ..." = "Berechne Größe...";
  74. "Computing size of %@" = "Berechne Größe von %@";
  75.  
  76. "Changing Protections ..." = "Schütze ...";
  77. "Changing Protections of %@" = "Verändere Zugriffsrechte für %@";
  78.