Changeset 4314
- Timestamp:
- 06/11/06 15:15:47 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredAdditions/trunk/German.lproj/Localizable.strings
r4294 r4314 27 27 28 28 /* NSString-WIAdditions: size strings */ 29 "%llu bytes" = "%llu bytes";29 "%llu bytes" = "%llu Bytes"; 30 30 31 31 /* NSString-WIAdditions: time strings (days, hours, minutes, seconds) */ … … 76 76 /* WIError: WIAddressNetServiceLookupFailed title 77 77 WIError: WIAddressLookupFailed title */ 78 "Address Lookup Failed" = " Nachschlagender Adresse fehlgeschlagen";78 "Address Lookup Failed" = "Lookup der Adresse fehlgeschlagen"; 79 79 80 80 /* WIApplication: termination delay panel */ 81 "Are you sure you want to quit?" = "Sind Sie sicher, dass das Sie Wiredbeenden wollen?";81 "Are you sure you want to quit?" = "Sind Sie sicher, dass Sie das Programm beenden wollen?"; 82 82 83 83 /* NSString-WIAdditions: 'byte' singular */ 84 "byte" = " byte";84 "byte" = "Byte"; 85 85 86 86 /* NSString-WIAdditions: 'byte' plural */ 87 "bytes" = " bytes";87 "bytes" = "Bytes"; 88 88 89 89 /* WIApplication: termination delay panel … … 110 110 111 111 /* WIError: WISocketWriteFailed description (address, underlying error) */ 112 "Could not write to %@: %@." = "Konnte nicht an%1$@ schreiben: %2$@.";112 "Could not write to %@: %@." = "Konnte nicht zu %1$@ schreiben: %2$@."; 113 113 114 114 /* WIApplication: termination delay panel (application, timeout) */
