home *** CD-ROM | disk | FTP | other *** search
/ Computer Active 2010 July / CA07.iso / Multimedija / QuickTimeInstaller.exe / AppleApplicationSupport.msi / Foundation.resources_en.lproj_URL.strings < prev    next >
Encoding:
Text (UTF-16)  |  2010-03-15  |  13.9 KB  |  235 lines

  1.  
  2. /* Presented when a URL cannot be loaded because its scheme isn't understood */
  3. "Don't know how to load URL %@" = "Don’t know how to load URL %@";
  4.  
  5. /* Presented when an HTTP URL cannot establish a connection with a particular host */
  6. "Could not connect to host %@" = "Could not connect to host %@";
  7.  
  8. /* Presented when a response from an HTTP server comes back with a bad format */
  9. "Bad header received from server" = "Bad header received from server";
  10.  
  11. /* Presented when a description of a particular host can't be determined. */
  12. "Can't determine IP address of host: %@" = "Can’t determine IP address of host: %@";
  13.  
  14. /* Presented when the host description was found, but a particular port couldn't be opened. */
  15. "Can't get a description of port %d" = "Can’t get a description of port %d";
  16.  
  17. /* Presented when a particular host cannot be contacted via the given port */
  18. "Can't connect to host %@ using port %d" = "Can’t connect to host %@ using port %d";
  19.  
  20. /* Presented when an HTTP server comes back with an unknown status code */
  21. "Received unknown HTTP server response %@: %@" = "Received unknown HTTP server response %@: %@";
  22.  
  23. /* Presented when an HTTP server returns a failure code */
  24. "HTTP request failed for URL %@:%@" = "HTTP request failed for URL %@:%@";
  25.  
  26. /* Presented when the connection to an HTTP server is unexpectedly lost */
  27. "Lost connection to host %@" = "Lost connection to host %@";
  28.  
  29. /* Presented when a file can not be opened for reading (file may not exist) */
  30. "Could not read from %@" = "Could not read from %@";
  31.  
  32. /* Presented when a redirection loop has been detected */
  33. "Detected a redirection loop while attempting to load URL %@" = "Detected a redirection loop while attempting to load URL %@";
  34.  
  35. /* Presented when an FTP server hangs up or becomes otherwise unavailable */
  36. "Service unavailable for host %@" = "Service unavailable for host %@";
  37.  
  38. /* Presented when the data transfer socket cannot be created for an FTP transfer */
  39. "Couldn't open data connection for URL path: %@" = "Couldn’t open data connection for URL path: %@";
  40.  
  41. /* Presented when the indicated URL does not locate ane existing object on the server */
  42. "Object not available for specified URL: %@" = "Object not available for specified URL: %@";
  43.  
  44. /* Presented when the FTP server doesn't recognize a particular command */
  45. "FTP command not recognized by host: %@" = "FTP command not recognized by host: %@";
  46.  
  47. /* Presented when the FTP server rejects an authentication */
  48. "User login or password not recognized." = "User login or password not recognized.";
  49.  
  50. /* Format used to display sizes 100 GB or greater */
  51. "%.0f GB" = "%.0f GB";
  52.  
  53. /* Format used to display sizes between 100 and 999 KB */
  54. "%.0f KB" = "%.0f KB";
  55.  
  56. /* Format used to display sizes between 100 and 999 MB */
  57. "%.0f MB" = "%.0f MB";
  58.  
  59. /* Format used to display a size between 2 and 100 bytes */
  60. "%.0f bytes" = "%.0f bytes";
  61.  
  62. /* Format used to display sizes between 1000 MB and 9.9 GB */
  63. "%.1f GB (1.0)" = "%.1f GB";
  64.  
  65. /* Format used to display sizes between 10 and 99.9 GB */
  66. "%.1f GB (10.0)" = "%.1f GB";
  67.  
  68. /* Format used to display sizes between 100 and 999 bytes */
  69. "%.1f KB (0.1)" = "%.1f KB";
  70.  
  71. /* Format used to display sizes between 1000 bytes and 9.9 KB */
  72. "%.1f KB (1.0)" = "%.1f KB";
  73.  
  74. /* Format used to display sizes between 10 and 99.9 KB */
  75. "%.1f KB (10.0)" = "%.1f KB";
  76.  
  77. /* Format used to display sizes between 1000 KB and 9.9 MB */
  78. "%.1f MB (1.0)" = "%.1f MB";
  79.  
  80. /* Format used to display sizes between 10 and 99.9 MB */
  81. "%.1f MB (10.0)" = "%.1f MB";
  82.  
  83. /* Format string for label of a saved password in Keychain: URL (USERNAME) */
  84. "%@ (%@)" = "%@ (%@)";
  85.  
  86. /* Format used to partial byte count along with total */
  87. "%@ of %@" = "%@ of %@";
  88.  
  89. /* String used for showing a zero byte size */
  90. "0 bytes" = "0 bytes";
  91.  
  92. /* String used for showing a one byte size */
  93. "1 byte" = "1 byte";
  94.  
  95. /* Kind string used for keychain items from forms-based logins */
  96. "Web form password" = "Web form password";
  97.  
  98. /* HTTP result code string */
  99. "accepted" = "accepted";
  100.  
  101. /* HTTP result code string */
  102. "bad gateway" = "bad gateway";
  103.  
  104. /* HTTP result code string */
  105. "bad request" = "bad request";
  106.  
  107. /* HTTP result code string */
  108. "client error" = "client error";
  109.  
  110. /* HTTP result code string */
  111. "conflict" = "conflict";
  112.  
  113. /* HTTP result code string */
  114. "continue" = "continue";
  115.  
  116. /* HTTP result code string */
  117. "created" = "created";
  118.  
  119. /* HTTP result code string */
  120. "expectation failed" = "expectation failed";
  121.  
  122. /* HTTP result code string */
  123. "forbidden" = "forbidden";
  124.  
  125. /* HTTP result code string */
  126. "found" = "found";
  127.  
  128. /* HTTP result code string */
  129. "gateway timed out" = "gateway timed out";
  130.  
  131. /* HTTP result code string */
  132. "informational" = "informational";
  133.  
  134. /* HTTP result code string */
  135. "internal server error" = "internal server error";
  136.  
  137. /* HTTP result code string */
  138. "length required" = "length required";
  139.  
  140. /* HTTP result code string */
  141. "method not allowed" = "method not allowed";
  142.  
  143. /* HTTP result code string */
  144. "moved permanently" = "moved permanently";
  145.  
  146. /* HTTP result code string */
  147. "multiple choices" = "multiple choices";
  148.  
  149. /* HTTP result code string */
  150. "needs proxy" = "needs proxy";
  151.  
  152. /* HTTP result code string */
  153. "no content" = "no content";
  154.  
  155. /* HTTP result code string */
  156. "no error" = "no error";
  157.  
  158. /* HTTP result code string */
  159. "no longer exists" = "no longer exists";
  160.  
  161. /* HTTP result code string */
  162. "non-authoritative information" = "non-authoritative information";
  163.  
  164. /* HTTP result code string */
  165. "not found" = "not found";
  166.  
  167. /* HTTP result code string */
  168. "not modified" = "not modified";
  169.  
  170. /* HTTP result code string */
  171. "partial content" = "partial content";
  172.  
  173. /* HTTP result code string */
  174. "payment required" = "payment required";
  175.  
  176. /* HTTP result code string */
  177. "precondition failed" = "precondition failed";
  178.  
  179. /* HTTP result code string */
  180. "proxy authentication required" = "proxy authentication required";
  181.  
  182. /* HTTP result code string */
  183. "redirected" = "redirected";
  184.  
  185. /* HTTP result code string */
  186. "request timed out" = "request timed out";
  187.  
  188. /* HTTP result code string */
  189. "request too large" = "request too large";
  190.  
  191. /* HTTP result code string */
  192. "requested URL too long" = "requested URL too long";
  193.  
  194. /* HTTP result code string */
  195. "requested range not satisfiable" = "requested range not satisfiable";
  196.  
  197. /* HTTP result code string */
  198. "reset content" = "reset content";
  199.  
  200. /* HTTP result code string */
  201. "see other" = "see other";
  202.  
  203. /* HTTP result code string */
  204. "server error" = "server error";
  205.  
  206. /* HTTP result code string */
  207. "service unavailable" = "service unavailable";
  208.  
  209. /* HTTP result code string */
  210. "success" = "success";
  211.  
  212. /* HTTP result code string */
  213. "switching protocols" = "switching protocols";
  214.  
  215. /* HTTP result code string */
  216. "temporarily redirected" = "temporarily redirected";
  217.  
  218. /* HTTP result code string */
  219. "unacceptable" = "unacceptable";
  220.  
  221. /* HTTP result code string */
  222. "unauthorized" = "unauthorized";
  223.  
  224. /* HTTP result code string */
  225. "unimplemented" = "unimplemented";
  226.  
  227. /* Unknown filename */
  228. "unknown" = "unknown";
  229.  
  230. /* HTTP result code string */
  231. "unsupported media type" = "unsupported media type";
  232.  
  233. /* HTTP result code string */
  234. "unsupported version" = "unsupported version";
  235.