home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 149 / MOBICLIC149.ISO / mac / MOBICLIC.app / Contents / Resources / en.lproj / PlayerUILocalizable.strings < prev    next >
Text (UTF-16)  |  2012-11-21  |  30KB  |  170 lines

  1. /***********************************************************\
  2.  * © 1993 Adobe Systems Incorporated. All rights reserved. *
  3.  *                                                         *
  4.  *   Core Flash Player localizable strings                 *
  5. \***********************************************************/
  6.  
  7. /////////////////////////////////////////////////////////////
  8. // BLOCK 1: User Interface strings                         //
  9. /////////////////////////////////////////////////////////////
  10.  
  11. // Shared strings
  12. "GenericDialog_Header"                        = "Adobe Flash Player %@";
  13.  
  14. // Local security dialog
  15. "LocalSecurity_Title"                        = "Adobe Flash Player Security";
  16. "LocalSecurity_Line1"                        = "Adobe® Flash® Player has stopped a potentially unsafe operation. The following local application on your computer or network:";
  17. "LocalSecurity_Line2"                        = "is trying to communicate with this Internet-enabled location:";
  18. "LocalSecurity_Line3"                        = "To let this application communicate with the Internet, click Settings.\nYou must restart this application after changing your settings.";
  19.  
  20. "LocalSecurity_SettingsBtn"                    = "Settings…";
  21. "LocalSecurity_OKBtn"                        = "OK";
  22.  
  23. // Flash Exception dialog
  24. "ActionScriptErrorLabel"                    = "An ActionScript error occurred:";
  25. "ExceptionDialog_DismissAllButton"            = "Dismiss All";
  26. "ExceptionDialog_ContinueButton"            = "Continue";
  27.  
  28. // Script taking too long dialog
  29. "StuckScript_Message"                        = "A script in this movie is causing Adobe® Flash® Player 10 to run slowly.  If it continues to run, your computer may become unresponsive.\n\nDo you want to abort the script?";
  30. "StuckScript_YesBtn"                        = "Yes";
  31. "StuckScript_NoBtn"                            = "No";
  32.  
  33. // Debug or profile connection failed dialog
  34. "DebugFailed_Header"                        = "Adobe® Flash® Player";
  35. "DebugFailed_Message"                        = "A connection to the Debugger or Profiler could not be established by Adobe Flash Player 10.";
  36.  
  37. // Debugger connection dialog
  38. "ShowDialogAtLaunchText"                    = "Show this dialog at launch";
  39. "ConnectToDebuggerText"                        = "Connect to debugger";
  40. "DebuggerLocationText"                        = "My debugger or host application is running:";
  41. "LocationLocalText"                            = "On this machine (localhost)";
  42. "LocationRemoteText"                        = "At IP Address:";
  43. "ContinueButtonTitle"                        = "Continue";
  44.  
  45. // Can't find preference pane alert
  46. "CantFindPrefPane_Title"                    = "Unable to Load Flash Player Preferences Pane";
  47. "CantFindPrefPane_Message"                    = "To access your global settings, re-install Adobe Flash Player. It can be downloaded from http://www.adobe.com/go/getflashplayer";
  48.  
  49. // ----------------------------------------------------------
  50. "IDS_FILE_CHOOSER_TITLE"                    = "Choose File(s)";
  51. "IDS_DIR_CHOOSER_TITLE"                        = "Choose Folder";
  52. "IDS_CHOOSER_SELECT_BUTTON"                    = "Select";
  53.  
  54. // ----------------------------------------------------------
  55. "IDS_FILE_UPLOAD_CHOOSER"                    = "Select file to upload by ";
  56. "IDS_FILE_UPLOAD_CHOOSER_MULTI_SELECT"        = "Select file(s) to upload by ";
  57. "IDS_FILE_DOWNLOAD_SAVE"                    = "Select location for download by ";
  58. "IDS_DOWNLOAD_FILE_SAVE_CLASSIC_PLUGIN"        = "Select location for download";
  59.  
  60. // ----------------------------------------------------------
  61.  
  62. /////////////////////////////////////////////////////////////
  63. // BLOCK 2: Error strings                                  //
  64. /////////////////////////////////////////////////////////////
  65.  
  66. "IDS_CONSOLE_CASE"                            = "-- Probably a case mismatch.";
  67. "IDS_CONSOLE_SANDBOX"                        = "*** Security Sandbox Violation ***";
  68. "IDS_CONSOLE_NOT_PERMITTED"                    = "Connection to %s halted - not permitted from %s";
  69. "IDS_CONSOLE_TITLE"                            = "Flash Player Debug Console";
  70. "IDS_CONSOLE_FSCOMMAND_HALTED"                = "FSCommand halted (AllowScriptAccess is '%s'): %s";
  71. "IDS_CONSOLE_URL_HALTED"                    = "Script URL halted (AllowScriptAccess is '%s'): %s";
  72. "IDS_CONSOLE_SECURITY_CONTEXT"                = "SecurityDomain '%s' tried to access incompatible context '%s'";
  73. "IDS_CONSOLE_SECURITY_NULL"                    = "SecurityDomain '%s' tried to access NULL context";
  74. "IDS_CONSOLE_SECURITY_PLAYER"                = "SecurityDomain '%s' tried to access Player UI context";
  75. "IDS_CONSOLE_WARN_NO_PROP"                    = "Warning: '%s' has no property '%s'";
  76. "IDS_CONSOLE_WARN_NOT_A_FUNC"                = "Warning: %s is not a function";
  77. "IDS_CONSOLE_WARN_NOT_DEFINED"                = "Warning: %s is not defined";
  78. "IDS_CONSOLE_WARN_400"                        = "Warning: 400 - Bad Request: %s";
  79. "IDS_CONSOLE_WARN_401"                        = "Warning: 401 - Unauthorized: %s";
  80. "IDS_CONSOLE_WARN_402"                        = "Warning: 402 - Payment required: %s";
  81. "IDS_CONSOLE_WARN_403"                        = "Warning: 403 - Forbidden: %s";
  82. "IDS_CONSOLE_WARN_404"                        = "Warning: 404 - Not found: %s";
  83. "IDS_CONSOLE_WARN_405"                        = "Warning: 405 - Method Not Allowed, Invalid MIME type: %s";
  84. "IDS_CONSOLE_WARN_406"                        = "Warning: 406 - Not Acceptable: %s";
  85. "IDS_CONSOLE_WARN_500"                        = "Warning: 500 - Server Error: %s";
  86. "IDS_CONSOLE_WARN_501"                        = "Warning: 501 - Not Implemented: %s";
  87. "IDS_CONSOLE_WARN_502"                        = "Warning: 502 - Bad Gateway: %s";
  88. "IDS_CONSOLE_WARN_503"                        = "Warning: 503 - Out of Resources: %s";
  89. "IDS_CONSOLE_WARN_504"                        = "Warning: 504 - Gateway Time-Out: %s";
  90. "IDS_CONSOLE_WARN_505"                        = "Warning: 505 - HTTP Version not supported: %s";
  91. "IDS_CONSOLE_WARN_NO_CONNECT"                = "Warning: Could not connect, %s";
  92. "IDS_CONSOLE_WARN_FAIL_ALLOCATE_URL"        = "Warning: Failed to allocate URL Path";
  93. "IDS_CONSOLE_WARN_CORRUPT_DATA"                = "Warning: Failed to parse corrupt data.";
  94. "IDS_CONSOLE_WARN_FAIL_PLACE"                = "Warning: Failed to place object at depth %d.";
  95. "IDS_CONSOLE_WARN_FAIL_PLACE_MISSING_CHAR"     = "Warning: Failed to place object: missing character";
  96. "IDS_CONSOLE_WARN_FTP_FILE"                    = "Warning: FTP open file error, %s";
  97. "IDS_CONSOLE_WARN_HTTP_REQUEST"                = "Warning: HTTP open request error, %s";
  98. "IDS_CONSOLE_WARN_HTTP_QUERY"                = "Warning: HTTP query info error, %s";
  99. "IDS_CONSOLE_WARN_HTTP_SEND"                = "Warning: HTTP send request error, %d: %s";
  100. "IDS_CONSOLE_WARN_NET_CONNECT"                = "Warning: Internet connect error, %s";
  101. "IDS_CONSOLE_WARN_NET_OPEN"                    = "Warning: Internet open error";
  102. "IDS_CONSOLE_WARN_UNKNOWN_DOWNLOAD_TYPE"    = "Warning: Not a known player download type, %s";
  103. "IDS_CONSOLE_WARN_BAD_PORT"                    = "Warning: Port %d is outside allowed range.";
  104. "IDS_CONSOLE_WARN_WARNING_LIMIT"            = "Warning: Reached warning limit of %d";
  105. "IDS_CONSOLE_WARN_UNDECLARED_PROP"            = "Warning: Reference to undeclared property, '%s'";
  106. "IDS_CONSOLE_WARN_UNDECLARED_VAR"            = "Warning: Reference to undeclared variable, '%s'";
  107. "IDS_CONSOLE_WARN_SOCKET_ERROR"                = "Warning: Socket error, %s";
  108. "IDS_CONSOLE_WARN_STACK"                    = "Warning: Stack overflow";
  109. "IDS_CONSOLE_WARN_HOST"                        = "Warning: Unable to resolve host: %s";
  110. "IDS_CONSOLE_WARN_GENERIC_HOST"                = "Warning: Unable to resolve host";
  111. "IDS_CONSOLE_WARN_EXCEPTION"                = "Warning: Uncaught exception, %s";
  112. "IDS_CONSOLE_WARN_HTTP_STATUS"                = "Warning: Unrecognized HTTP status %d: %s";
  113. "IDS_CONSOLE_WARN_NO_URL"                    = "Warning: No URL Path";
  114. "IDS_CONSOLE_SECURITY_DIALOG"                = "Legacy domain match encountered - %s is trying to access %s";
  115. "IDS_CONSOLE_LOCAL_OUTBOUND"                = "-- Untrusted local SWFs may not contact the Internet.";
  116. "IDS_CONSOLE_LOCAL_INBOUND"                    = "-- Remote SWFs may not access local files.";
  117. "IDS_CONSOLE_WARN_AVM1_LOADED_AVM2"            = "Warning: An ActionScript 1.0/2.0 SWF file has loaded an ActionScript 3.0 SWF; code in the ActionScript 3.0 SWF will not run.";
  118. "IDS_CONSOLE_WINDOW_HALTED"                    = "URL for window '%s' halted (AllowScriptAccess is '%s'): %s";
  119. "IDS_CONSOLE_ALLOW_NETWORK"                    = "-- This is due to the value of 'allowNetworking'.";
  120. "IDS_CONSOLE_NO_POLICY_FILE"                = "Failed to load policy file from %s";
  121. "IDS_CONSOLE_BAD_POLICY_FILE"                = "[strict] Ignoring policy file at %s due to incorrect syntax.  See http://www.adobe.com/go/strict_policy_files to fix this problem.";
  122. "IDS_CONSOLE_PREFIX_OK"                        = "OK: ";
  123. "IDS_CONSOLE_PREFIX_WARNING"                = "Warning: ";
  124. "IDS_CONSOLE_PREFIX_ERROR"                    = "Error: ";
  125. "IDS_CONSOLE_GOOD_POLICY_FILE"                = "Policy file accepted: %s";
  126. "IDS_CONSOLE_BAD_POLICY_FILE_TYPE"            = "[strict] Ignoring policy file at %s due to bad Content-Type '%s'.  See http://www.adobe.com/go/strict_policy_files to fix this problem.";
  127. "IDS_CONSOLE_NO_POLICY_FILE_TYPE"            = "[strict] Ignoring policy file at %s due to missing Content-Type.  See http://www.adobe.com/go/strict_policy_files to fix this problem.";
  128. "IDS_CONSOLE_POLICY_FILE_NO_HEADERS"        = "HTTP response headers not available on this platform.  Strict policy file rules cannot be enforced.";
  129. "IDS_CONSOLE_POLICY_FILE_REDIRECT"            = "[strict] Policy file requested from %s redirected to %s; will use final URL in determining scope.  See http://www.adobe.com/go/strict_policy_files if this causes problems.";
  130. "IDS_CONSOLE_POLICY_FILE_CROSS_DOMAIN"        = "Ignoring policy file requested from %s because a cross-domain redirect to %s occurred.";
  131. "IDS_CONSOLE_TOP_URL"                        = "Root-level SWF loaded: %s";
  132. "IDS_CONSOLE_META_POLICY_HDR_UNKNOWN"        = "Unrecognized meta-policy in HTTP header from %s: %s";
  133. "IDS_CONSOLE_META_POLICY_HDR_FTP"            = "HTTP header from %s specifies meta-policy 'by-ftp-filename', which is only applicable to FTP, not HTTP.";
  134. "IDS_CONSOLE_META_POLICY_HDR_CONFLICT"        = "Conflicting meta-policy in HTTP header from %s: %s";
  135. "IDS_CONSOLE_META_POLICY_HDR_PREV"            = "Meta-policy %s in HTTP header from %s conflicts with previously established meta-policy %s";
  136. "IDS_CONSOLE_POLICY_FILE_NONE_THIS_RSP"        = "Ignoring policy file at %s due to X-Permitted-Cross-Domain-Policies: none-this-response";
  137. "IDS_CONSOLE_POLICY_FILE_SITE_NONMASTER"    = "Ignoring <site-control> tag in policy file from %s.  This tag is only allowed in master policy files.";
  138. "IDS_CONSOLE_META_POLICY_BAD_BY_TYPE"        = "Ignoring <site-control> tag in policy file from %s.  The 'by-content-type' meta-policy is only applicable to HTTP sites.";
  139. "IDS_CONSOLE_META_POLICY_BAD_BY_FTP"        = "Ignoring <site-control> tag in policy file from %s.  The 'by-ftp-filename' meta-policy is only applicable to FTP sites.";
  140. "IDS_CONSOLE_META_POLICY_BAD_THIS_RESPONSE"    = "Ignoring <site-control> tag in policy file from %s.  The 'none-this-response' meta-policy is only allowed in the X-Permitted-Cross-Domain-Policies HTTP response header.";
  141. "IDS_CONSOLE_META_POLICY_FILE_UNKNOWN"        = "Unrecognized meta-policy in policy file from %s: %s";
  142. "IDS_CONSOLE_META_POLICY_FILE_PREV"            = "Meta-policy %s in policy file from %s conflicts with previously established meta-policy %s";
  143. "IDS_CONSOLE_META_POLICY_DEFAULT"            = "Domain %s does not specify a meta-policy.  Applying default meta-policy 'master-only'.  This configuration is deprecated.  See http://www.adobe.com/go/strict_policy_files to fix this problem.";
  144. "IDS_CONSOLE_POLICY_FILE_SOCK_NONE_NO"        = "SWF from %s may not connect to a socket in its own domain without a policy file.  See http://www.adobe.com/go/strict_policy_files to fix this problem.";
  145. "IDS_CONSOLE_POLICY_FILE_SOCK_TIMEOUT"        = "Timeout on %s (at 3 seconds) while waiting for socket policy file.  This should not cause any problems, but see http://www.adobe.com/go/strict_policy_files for an explanation.";
  146. "IDS_CONSOLE_META_POLICY_IMPLICIT"            = "Domain %s does not explicitly specify a meta-policy, but Content-Type of policy file %s is 'text/x-cross-domain-policy'.  Applying meta-policy 'by-content-type'.";
  147. "IDS_CONSOLE_META_POLICY_REJECT"            = "Ignoring policy file at %s due to meta-policy '%s'.";
  148. "IDS_CONSOLE_POLICY_FILE_TOO_BIG"            = "Ignoring socket policy file at %s because it is too large.  Socket policy files may not exceed 20 kilobytes.";
  149. "IDS_CONSOLE_MASTER_SELF_INVALIDATED"        = "Policy file at %s invalidates its own <allow-access-from> directives by declaring the meta-policy 'none'.";
  150. "IDS_CONSOLE_POLICY_FILE_BAD_PORT_SPEC"        = "Ignoring illegal port number specification '%s' in policy file at %s";
  151. "IDS_CONSOLE_POLICY_FILE_BAD_ALLOW"            = "Ignoring invalid <%s> tag for domain '%s' in policy file at %s";
  152. "IDS_CONSOLE_REQUEST_ALLOWED_BY_POLICY"        = "Request for resource at %s by requestor from %s is permitted due to policy file at %s";
  153. "IDS_CONSOLE_REQUEST_DENIED_NO_POLICY"        = "Request for resource at %s by requestor from %s is denied due to lack of policy file permissions.";
  154. "IDS_CONSOLE_SOCKET_UNAVAILABLE"            = "Request for resource at %s by requestor from %s has failed because the server cannot be reached.";
  155. "IDS_CONSOLE_NO_ASFUNCTION"                    = "Rejecting URL %s because the 'asfunction:' protocol may only be used for link targets, not for networking APIs.";
  156. "IDS_CONSOLE_POLICY_BAD_SECURE_ATTR"        = "Ignoring 'secure' attribute in policy file from %s.  The 'secure' attribute is only permitted in HTTPS and socket policy files.  See http://www.adobe.com/go/strict_policy_files for details.";
  157. "IDS_CONSOLE_POLICY_SOCK_SECURE_ATTR"        = "Found secure='true' in policy file from %s, but host %s does not appear to refer to the local machine.  This may be insecure.  See http://www.adobe.com/go/strict_policy_files for details.";
  158. "IDS_CONSOLE_POLICY_REASON_DATA"            = "Searching for <allow-access-from> in policy files to authorize data loading from resource at %s by requestor from %s";
  159. "IDS_CONSOLE_POLICY_REASON_HEADERS"            = "Searching for <allow-http-request-headers-from> in policy files to authorize header sending to URL %s by requestor from %s";
  160. "IDS_CONSOLE_QUESTIONABLE_SCRIPTING"        = "-- Browser scripting URLs may only be executed using the getURL and navigateToURL functions.";
  161. "IDS_CONSOLE_WARN_ALLOW_NEVER"                = "Warning: AllowScriptAccess='never' found in HTML.  This setting is ineffective and deprecated.  See http://www.adobe.com/go/allowscriptaccess for details.";
  162. "IDS_CONSOLE_WARN_ALLOW_SAMEDOM"            = "Warning: AllowNetworking='%s' found in HTML, with HTML and SWF in the same domain.  This setting is ineffective and deprecated.  See http://www.adobe.com/go/allowscriptaccess for details.";
  163. "IDS_CONSOLE_WARN_3D_SURFACE_TOO_BIG"        = "Warning: 3D DisplayObject will not render.  Its dimensions (%s, %s) are too large to be drawn.";
  164. "IDS_CONSOLE_WARN_FILTER_TOO_BIG"            = "Warning: Filter will not render.  The DisplayObject's filtered dimensions (%s, %s) are too large to be drawn.";
  165. "IDS_CONSOLE_FORCE_DOWNLOAD_WAS_SET"        = "The attempted load of %s failed as it had a Content-Disposition of attachment set.";
  166. "IDS_CONSOLE_USER_ACTION_REQUIRED"            = "Certain actions, such as those that display a pop-up window, may only be invoked upon user interaction, for example by a mouse click or button press.";
  167. "IDS_LOCALCONNECTION_USERSCOPED_LOCKED"     = "The value of LocalConnection.isPerUser cannot be changed because it has already been locked by a call to LocalConnection.connect, .send, or .close.";
  168. "IDS_CONSOLE_POLICY_FILE_BAD_PF_URL"        = "Ignoring policy file with invalid non-ASCII URL %s";
  169. "IDS_CONSOLE_POLICY_FILE_BAD_DATA_URL"        = "Cannot authorize operation for invalid non-ASCII URL %s";
  170.