home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 June / PersonalComputerWorld-June2009-CoverdiscCD.iso / Software / Freeware / Firebug 1.3.3 / firebug-1.3.3-fx.xpi / locale / en-US / firebug.properties < prev   
Encoding:
Text File  |  2008-12-19  |  9.8 KB  |  275 lines

  1. Firebug=Firebug
  2. WindowTitle=Firebug - %S
  3. Panel-console=Console
  4. Panel-net=Net
  5. Panel-html=HTML
  6. Panel-stylesheet=CSS
  7. Panel-script=Script
  8. Panel-dom=DOM
  9. Panel-css=Style
  10. Panel-layout=Layout
  11. Panel-domSide=DOM
  12. Panel-watches=Watch
  13. Panel-breakpoints=Breakpoints
  14. Panel-callstack=Stack
  15. Panel-scopes=Scopes
  16. ShowJavaScriptErrors=Show JavaScript Errors
  17. ShowJavaScriptWarnings=Show JavaScript Warnings
  18. ShowCSSErrors=Show CSS Errors
  19. ShowXMLErrors=Show XML Errors
  20. ShowStackTrace=Show Stack Trace With Errors
  21. ShowXULErrors=Show Errors From XUL
  22. ShowXULMessages=Show Messages From XUL
  23. ShowXMLHttpRequests=Show XMLHttpRequests
  24. ShowChromeErrors=Show Chrome Errors
  25. ShowChromeMessages=Show Chrome Messages
  26. ShowExternalErrors=Show External Errors
  27. JavascriptOptionsStrict=Strict Warnings (performance penalty)
  28. LargeCommandLine=Larger Command Line
  29. Assertion=Assertion Failure
  30. Line=%S (line %S)
  31. StackItem=%S (%S line %S)
  32. InspectInTab=Inspect in %S Tab
  33. NoName=(no name)
  34. jsdIScript=jsdIScript %S
  35. ShowFullText=Show Full Text
  36. ShowWhitespace=Show White Space
  37. ShowComments=Show Comments
  38. HighlightMutations=Highlight Changes
  39. ExpandMutations=Expand Changes
  40. ScrollToMutations=Scroll Changes Into View
  41. ScrollIntoView=Scroll Into View
  42. NewAttribute=New Attribute...
  43. EditAttribute=Edit Attribute "%S"...
  44. DeleteAttribute=Delete Attribute "%S"
  45. EditElement=Edit HTML...
  46. DeleteElement=Delete Element
  47. EditNode=Edit HTML...
  48. DeleteNode=Delete Node
  49. InheritedFrom=Inherited from
  50. SothinkWarning=The Sothink SWF Catcher extension is preventing Firebug from working properly.<br><br>Please read <a href="http://www.getfirebug.com/faq.html#Sothink" target="_new">this item on the Firebug FAQ</a> for help.
  51. DOMInspectorWarning=Unable to show styles.<br><br>Please read <a href="http://www.getfirebug.com/faq.html#InstallDOMInspector" target="_new">this item on the Firebug FAQ</a> for help.
  52. EmptyStyleSheet=There are no rules in this stylesheet.
  53. EmptyElementCSS=This element has no style rules.
  54. EditStyle=Edit Element Style...
  55. NewProp=New Property...
  56. EditProp=Edit "%S"...
  57. DisableProp=Disable "%S"
  58. DeleteProp=Delete "%S"
  59. BreakOnThisError=Break on This Error
  60. BreakOnAllErrors=Break on All Errors
  61. BreakOnTopLevel=Break on Top Level Scripts
  62. ShowAllSourceFiles=Show chrome sources
  63. TrackThrowCatch=Track Throw/Catch
  64. UseLastLineForEvalName=Use Last Source Line for eval() names
  65. UseMD5ForEvalName=Use MD5 for eval() names
  66. DBG_FBS_CREATION=Beware! DBG_FBS_CREATION
  67. DBG_FBS_BP=Beware! DBG_BP
  68. DBG_FBS_ERRORS=Beware! DBG_ERRORS
  69. DBG_FBS_STEP= Beware! DBG_STEP
  70. Breakpoints=Breakpoints
  71. ErrorBreakpoints=Error Breakpoints
  72. LoggedFunctions=Logged Functions
  73. EnableAllBreakpoints=Enable All Breakpoints
  74. DisableAllBreakpoints=Disable All Breakpoints
  75. ClearAllBreakpoints=Remove All Breakpoints
  76. Continue=Continue
  77. StepOver=Step Over
  78. StepInto=Step Into
  79. StepOut=Step Out
  80. RunUntil=Run to This Line
  81. ScriptsFilterStatic=Show Static Scripts
  82. ScriptsFilterEval=Show Static and eval Scripts
  83. ScriptsFilterEvent=Show Static and event Scripts
  84. ScriptsFilterAll=Show Static, eval, and event Scripts
  85. ScriptsFilterStaticShort=static
  86. ScriptsFilterEvalShort=evals
  87. ScriptsFilterEventShort=events
  88. ScriptsFilterAllShort=all
  89. ShowUserProps=Show User-defined Properties
  90. ShowUserFuncs=Show User-defined Functions
  91. ShowDOMProps=Show DOM Properties
  92. ShowDOMFuncs=Show DOM Functions
  93. ShowDOMConstants=Show DOM Constants
  94. NoMembersWarning=There are no properties to show for this object.
  95. NewWatch=New watch expression...
  96. AddWatch=Add Watch
  97. CopyValue=Copy Value
  98. NewProperty=New Property...
  99. EditProperty=Edit Property...
  100. EditVariable=Edit Variable...
  101. EditWatch=Edit Watch...
  102. DeleteProperty=Delete Property
  103. DeleteWatch=Delete Watch
  104. ConditionInput=This breakpoint will stop only if this expression is true:
  105. SetBreakpoint=Set Breakpoint
  106. DisableBreakpoint=Disable Breakpoint
  107. EditBreakpointCondition=Edit Breakpoint Condition...
  108. NoBreakpointsWarning=There are no breakpoints set in this page.
  109. Show_User_Agent_CSS=Show User Agent CSS
  110. LayoutPadding=padding
  111. LayoutBorder=border
  112. LayoutMargin=margin
  113. LayoutOffset=offset
  114. LayoutAdjacent=adjacent
  115. ShowRulers=Show Rulers and Guides
  116. Loading=Loading...
  117. Headers=Headers
  118. Post=Post
  119. Put=Put
  120. Response=Response
  121. URLParameters=Params
  122. Cache=Cache
  123. HTML=HTML
  124. RequestHeaders=Request Headers
  125. ResponseHeaders=Response Headers
  126. LimitExceeded=Firebug's log limit has been reached. %S entries not shown.
  127. LimitPrefs=Preferences
  128. LimitPrefsTitle=In order to change the limit modify: %S
  129. Refresh=Refresh
  130. OpenInTab=Open in New Tab
  131. Profile=Profile
  132. ProfilerStarted=The profiler is running. Click 'Profile' again to see its report.
  133. ProfileTime=(%Sms, %S calls)
  134. NothingToProfile=No activity to profile.
  135. PercentTooltip=Percentage of time spent on this function.
  136. CallsHeaderTooltip=Number of times function was called.
  137. OwnTimeHeaderTooltip=Time spent in function, excluding nested calls.
  138. TimeHeaderTooltip=Time spent in function, including nested calls.
  139. AvgHeaderTooltip=Average time, including function calls.
  140. MinHeaderTooltip=Minimum time, including function calls.
  141. MaxHeaderTooltip=Maximum time, including function calls.
  142. ProfileButton.Enabled.Tooltip=Profile JavaScript execution time.
  143. ProfileButton.Disabled.Tooltip=Profile JavaScript execution time (Script panel must be enabled).
  144. Function=Function
  145. Percent=Percent
  146. Calls=Calls
  147. OwnTime=Own Time
  148. Time=Time
  149. Avg=Avg
  150. Min=Min
  151. Max=Max
  152. File=File
  153. Copy=Copy
  154. Cut=Cut
  155. Remove=Remove
  156. CopyHTML=Copy HTML
  157. CopyInnerHTML=Copy innerHTML
  158. CopyXPath=Copy XPath
  159. CopyLocation=Copy Location
  160. CopyLocationParameters=Copy Location with Parameters
  161. CopyRequestHeaders=Copy Request Headers
  162. CopyResponseHeaders=Copy Response Headers
  163. CopyResponse=Copy Response Body
  164. CopyError=Copy Error
  165. CopySource=Copy Function
  166. ShowCallsInConsole=Log Calls to "%S"
  167. ShowEventsInConsole=Log Events
  168. panel.Enabled=Enabled
  169. panel.Disabled=Disabled
  170. panel.Enable=Enable
  171. panel.Disable=Disable
  172. console.modulemanager.description=Support for Console logging.
  173. console.HostEnable=Enable console for %S
  174. console.LocalFilesEnable=Enable console for Local Files
  175. console.SystemPagesEnable=Enable console for System Pages
  176. console.HostDisable=Disable console for %S
  177. console.LocalFilesDisable=Disable console for Local Files
  178. console.SystemPagesDisable=Disable console for System Pages
  179. console.PermMenuTooltip=Manage console activity
  180. console.MethodNotSupported=Firebug console does not support '%S'
  181. console.Permissions=Enable or Disable Console
  182. console.PermissionsIntro=Choose web sites where Console will be enabled or disabled.
  183. commandline.MethodNotSupported=Firebug command line does not support '%S'
  184. net.modulemanager.description=Support for Network monitoring.
  185. net.HostEnable=Enable monitor for %S
  186. net.LocalFilesEnable=Enable monitor for Local Files
  187. net.SystemPagesEnable=Enable monitor for System Pages
  188. net.HostDisable=Disable monitor for %S
  189. net.LocalFilesDisable=Disable monitor for Local Files
  190. net.SystemPagesDisable=Disable monitor for System Pages
  191. net.PermMenuTooltip=Manage network monitoring activity
  192. net.Permissions=Enable or Disable Network Monitor
  193. net.PermissionsIntro=Choose web sites where Network Monitor will be enabled or disabled.
  194. script.modulemanager.description=Support for JavaScript debugging.
  195. script.HostEnable=Enable debugger for %S
  196. script.LocalFilesEnable=Enable debugger for Local Files
  197. script.SystemPagesEnable=Enable debugger for System Pages
  198. script.HostDisable=Disable debugger for %S
  199. script.LocalFilesDisable=Disable debugger for Local Files
  200. script.SystemPagesDisable=Disable debugger for System Pages
  201. script.PermMenuTooltip=Manage debugger activity
  202. script.Permissions=Enable or Disable Debugger
  203. script.PermissionsIntro=Choose web sites where Debugger will be enabled or disabled.
  204. ShowHttpHeaders=Show HTTP Headers
  205. Request=1 request
  206. RequestCount=%S requests
  207. FromCache=from cache
  208. StopLoading=Stop Loading
  209. LargeData=(Very Large Data)
  210. ShowComputedStyle=Show Computed Style
  211. StyleGroup-text=Text
  212. StyleGroup-background=Background
  213. StyleGroup-box=Box Model
  214. StyleGroup-layout=Layout
  215. StyleGroup-other=Other
  216. Dimensions=%S x %S
  217. CopyColor=Copy Color
  218. CopyImageLocation=Copy Image Location
  219. OpenImageInNewTab=Open Image in New Tab
  220. ErrorCount=%S Error
  221. ErrorsCount=%S Errors
  222. OmitObjectPathStack=Omit Toolbar Stack
  223. moduleManager.title=%S panel is disabled
  224. moduleManager.description=Use this page to enable or disable following panels. Enabling these panels will reduce performance and will cause a page reload.
  225. moduleManager.disabled=disabled
  226. moduleManager.apply.title=Apply settings for %S
  227. moduleManager.localfiles=Local Files
  228. moduleManager.systempages=System Pages
  229. moduleManager.Enabled_Always=Enabled Always
  230. moduleManager.Disabled_Always=Disabled Always
  231. moduleManager.Enabled_For_Site=Enabled for %S
  232. moduleManager.Disabled_For_Site=Disabled for %S
  233. Suspend_Firebug=Suspend Firebug
  234. Resume_Firebug=Resume Firebug
  235. Open_Console=Open Console
  236. Open_Console_Tooltip=Open Trace Console for Firebug.
  237. Scope_Chain=Scope Chain
  238. With_Scope=With
  239. Call_Scope=Call
  240. Window_Scope=Window
  241. Open_Firebug_Tracing=Open Firebug Tracing
  242. Always_Open_Firebug_Tracing=Always Open Firebug Tracing
  243. Logs=Logs
  244. Options=Options
  245. Copy_Stack=Copy Stack
  246. Copy Exception=Copy Exception
  247. requestinfo.DNS_Lookup=DNS Lookup
  248. requestinfo.Connecting=Connecting
  249. requestinfo.Queuing=Queuing
  250. requestinfo.Waiting_For_Response=Waiting For Response
  251. requestinfo.Receiving_Data=Receiving Data
  252. requestinfo.DOMContentLoaded='DOMContentLoaded' (event)
  253. requestinfo.Load='load' (event)
  254. title.Tracing=Tracing
  255. tracing.Show_Scope_Variables=Show Scope Variables
  256. tracing.tab.Stack=Stack
  257. tracing.tab.Exception=Exception
  258. tracing.tab.Properties=Properties
  259. tracing.tab.Scope=Scope
  260. tracing.tab.Response=Response
  261. tracing.tab.Source=Source
  262. tracing.tab.Interfaces=Interfaces
  263. tracing.tab.Object=Object
  264. tracing.tab.Event=Event
  265. tracing.cmd.Clear=Clear
  266. tracing.cmd.tip.Clear=Remove All Messages
  267. tracing.cmd.Find=Find
  268. tracing.cmd.tip.Find=Find Text
  269. tracing.cmd.Bookmark=Bookmark
  270. tracing.cmd.tip.Bookmark=Insert Bookmark
  271. tracing.cmd.Restart=Restart Firefox
  272. tracing.cmd.tip.Restart=Restart Firefox
  273. tracing.cmd.Exit=Exit Firefox
  274. tracing.cmd.tip.Exit=Exit Firefox
  275. editors.Editor_Configuration=Editor Configuration