home *** CD-ROM | disk | FTP | other *** search
/ Computer Active 2010 July / CA07.iso / Multimedija / QuickTimeInstaller.exe / AppleApplicationSupport.msi / CoreFoundation.resources_ja.lproj_Error.strings < prev    next >
Encoding:
Text (UTF-16)  |  2010-03-15  |  6.9 KB  |  79 lines

  1. /* NSExecutableNotLoadableError */
  2. "BundleErr3584" = "実行可能ファイルを読み込めないため、バンドル“%@”を読み込めませんでした。";
  3.  
  4. /* NSExecutableNotLoadableError */
  5. "BundleErr3584-C" = "バンドルの実行可能ファイルを読み込めません。";
  6.  
  7. /* NSExecutableNotLoadableError */
  8. "BundleErr3584-R" = "バンドルを再インストールしてみてください。";
  9.  
  10. /* NSExecutableArchitectureMismatchError */
  11. "BundleErr3585" = "現在のアーキテクチャ用のバージョンが含まれていないため、バンドル“%@”を読み込めませんでした。";
  12.  
  13. /* NSExecutableArchitectureMismatchError */
  14. "BundleErr3585-C" = "このバンドルには現在のアーキテクチャ用のバージョンが含まれていません。";
  15.  
  16. /* NSExecutableArchitectureMismatchError */
  17. "BundleErr3585-R" = "汎用バージョンのバンドルをインストールしてみてください。";
  18.  
  19. /* NSExecutableRuntimeMismatchError */
  20. "BundleErr3586" = "現在のアプリケーションと互換性がないため、バンドル“%@”を読み込めませんでした。";
  21.  
  22. /* NSExecutableRuntimeMismatchError */
  23. "BundleErr3586-C" = "バンドルにこのアプリケーションとの互換性がありません。";
  24.  
  25. /* NSExecutableRuntimeMismatchError */
  26. "BundleErr3586-R" = "新しいバージョンのバンドルをインストールしてみてください。";
  27.  
  28. /* NSExecutableLoadError */
  29. "BundleErr3587" = "バンドル“%@”が壊れているか必要なリソースがないため、読み込めませんでした。";
  30.  
  31. /* NSExecutableLoadError */
  32. "BundleErr3587-C" = "バンドルが壊れているか、必要なリソースがありません。";
  33.  
  34. /* NSExecutableLoadError */
  35. "BundleErr3587-R" = "バンドルを再インストールしてみてください。";
  36.  
  37. /* NSExecutableLinkError */
  38. "BundleErr3588" = "バンドル“%@”を読み込めませんでした。";
  39.  
  40. /* NSExecutableLinkError */
  41. "BundleErr3588-C" = "バンドルを読み込めませんでした。";
  42.  
  43. /* NSExecutableLinkError */
  44. "BundleErr3588-R" = "バンドルを再インストールしてみてください。";
  45.  
  46. /* NSFileNoSuchFileError */
  47. "BundleErr4" = "実行可能ファイルが見つからなかったため、バンドル“%@”を読み込めませんでした。";
  48.  
  49. /* NSFileNoSuchFileError */
  50. "BundleErr4-C" = "バンドルの実行可能ファイルが見つかりませんでした。";
  51.  
  52. /* NSFileNoSuchFileError */
  53. "BundleErr4-R" = "バンドルを再インストールしてみてください。";
  54.  
  55. /* Name of the 'Cocoa' error domain when showing to user. Very likely this will not get localized. */
  56. "NSCocoaErrorDomain" = "Cocoa";
  57.  
  58. /* Name of the 'Core Foundation' error domain when showing to user. Very likely this will not get localized differently in other languages. */
  59. "NSCoreFoundationErrorDomain" = "Core Foundation";
  60.  
  61. /* Name of the 'Mach' error domain when showing to user. This probably will not get localized, unless there is a generally recognized phrase for 'Mach' in the language. */
  62. "NSMachErrorDomain" = "Mach";
  63.  
  64. /* Name of the 'OSStatus' error domain when showing to user. Very likely this will not get localized. */
  65. "NSOSStatusErrorDomain" = "OSStatus";
  66.  
  67. /* Name of the 'POSIX' error domain when showing to user. This probably will not get localized, unless there is a generally recognized phrase for 'POSIX' in the language. */
  68. "NSPOSIXErrorDomain" = "POSIX";
  69.  
  70. /* A generic error string indicating there was a problem. The %@ will be replaced by a second sentence which indicates why the operation failed. */
  71. "Operation could not be completed. %@" = "操作を完了できませんでした。%@";
  72.  
  73. /* A generic error string indicating there was a problem, followed by a parenthetical sentence which indicates error domain, code, and a description when there is no other way to present an error to the user. The first %@ indicates the error domain, %ld indicates the error code, and the second %@ indicates the description; so this might become '(Mach error 42 - Server error.)' for instance. */
  74. "Operation could not be completed. (%@ error %ld - %@)" = "操作を完了できませんでした。(%1$@ エラー %2$ld - %3$@)";
  75.  
  76. /* A generic error string indicating there was a problem, followed by a parenthetical sentence which indicates error domain and code when there is no other way to present an error to the user. The %@ indicates the error domain while %ld indicates the error code; so this might become '(Mach error 42.)' for instance. */
  77. "Operation could not be completed. (%@ error %ld.)" = "操作を完了できませんでした。(%1$@ エラー %2$ld。)";
  78.  
  79.