Ignore:
Timestamp:
Jul 3, 2009, 8:23:10 AM (17 years ago)
Author:
Александър Шопов
Message:

http://fbug.googlecode.com/svn/branches/firebug1.4/locale/en-US@3410

File:
1 edited

Legend:

Unmodified
Added
Removed
  • non-gtk/firebug/firebug1.4/en-US/firebug.properties

    r1351 r1822  
    11Firebug=Firebug
    22WindowTitle=Firebug - %S
    3 
    43Panel-console=Console
    54Panel-net=Net
     
    1413Panel-breakpoints=Breakpoints
    1514Panel-callstack=Stack
    16 
    17 FirebugPermissions=Firebug Allowed Sites
    18 FirebugPermissionsIntro=Choose which web sites are allowed to be used with Firebug.
    19 DisabledHeader=Firebug is disabled
    20 IsSystemPage=System Page
    21 DisabledForSiteHeader=Firebug has been disabled for %S
    22 DisabledForFiles=Firebug has been disabled for local files
    23 CantDisplayCaption=System page disallowed, see Firebug Bug Menu on left hand side.
    24 DisableForSite=Disable Firebug for %S
    25 DisableForFiles=Disable Firebug for Local Files
    26 DisableForSystemPages=Disable Firebug for system pages
    27 EnableAlways=Enable Firebug
    28 EnableForSite=Enable Firebug for this web site
    29 EnableForFiles=Enable Firebug for local files
    30 EnableForSystemPages=Enable Firebug for system pages
    31 
     15Panel-scopes=Scopes
     16Total_Firebugs=Total Firebugs
     17Total_Firebug=Total Firebug
     18inBrowser=In Browser
     19detached=Detached
     20minimized=Minimized
     21enablement.for_all_pages=for all pages
     22enablement.on=On
     23enablement.off=Off
     24none=Closed
     25Detached=Detached
     26Firebug_-_inactive_for_selected_Firefox_tab=Firebug - inactive for selected Firefox tab
     27Activate_Firebug_for_the_selected_Firefox_tab=Activate Firebug for the selected Firefox tab
     28Minimized=Minimized
     29Minimize_Firebug=Minimize Firebug
     30Off_for_all_web_pages=Off for All Web Pages
     31On_for_all_web_pages=On for All Web Pages
     32firebug_options=Firebug Options
    3233ShowJavaScriptErrors=Show JavaScript Errors
    3334ShowJavaScriptWarnings=Show JavaScript Warnings
    3435ShowCSSErrors=Show CSS Errors
    3536ShowXMLErrors=Show XML Errors
    36 ShowStackTrace=Show Stack Trace For Errors
     37ShowStackTrace=Show Stack Trace With Errors
    3738ShowXULErrors=Show Errors From XUL
    3839ShowXULMessages=Show Messages From XUL
     
    4142ShowChromeMessages=Show Chrome Messages
    4243ShowExternalErrors=Show External Errors
    43 ShowStackTrace=Show Stack Trace With Errors
     44JavascriptOptionsStrict=Strict Warnings (performance penalty)
    4445LargeCommandLine=Larger Command Line
     46console_command_line=console command line
    4547Assertion=Assertion Failure
    4648Line=%S (line %S)
     
    4850InspectInTab=Inspect in %S Tab
    4951NoName=(no name)
    50 
     52jsdIScript=jsdIScript %S
    5153ShowFullText=Show Full Text
    5254ShowWhitespace=Show White Space
     
    6365EditNode=Edit HTML...
    6466DeleteNode=Delete Node
    65 
    6667InheritedFrom=Inherited from
    6768SothinkWarning=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.
     
    7071EmptyElementCSS=This element has no style rules.
    7172EditStyle=Edit Element Style...
     73NewRule=New Rule...
    7274NewProp=New Property...
    7375EditProp=Edit "%S"...
    7476DisableProp=Disable "%S"
    7577DeleteProp=Delete "%S"
    76 
    7778BreakOnThisError=Break on This Error
    7879BreakOnAllErrors=Break on All Errors
    79 BreakOnTopLevel=Break on Top Level Scripts
    80 UseDebugAdapter=Use DebugAdapter
    81 ShowEvalSources=Show eval() sources
     80DisableBreakOnNext=Disable Break on Next
     81DecompileEvals=Decompile for eval() source
    8282ShowAllSourceFiles=Show chrome sources
     83TrackThrowCatch=Track Throw/Catch
    8384UseLastLineForEvalName=Use Last Source Line for eval() names
    84 UseFunctionSource=Decompile Scripts for Source
    85 DBG_FBS_CREATION=Beware! DBG_CREATION
     85UseMD5ForEvalName=Use MD5 for eval() names
     86DBG_FBS_CREATION=Beware! DBG_FBS_CREATION
    8687DBG_FBS_BP=Beware! DBG_BP
    8788DBG_FBS_ERRORS=Beware! DBG_ERRORS
    88 DBG_FBS_STEP= Beware! DBG_STEP
     89DBG_FBS_STEP=Beware! DBG_STEP
    8990Breakpoints=Breakpoints
    9091ErrorBreakpoints=Error Breakpoints
     
    9899StepOut=Step Out
    99100RunUntil=Run to This Line
    100 
     101ScriptsFilterStatic=Show Static Scripts
     102ScriptsFilterEval=Show Static and eval Scripts
     103ScriptsFilterEvent=Show Static and event Scripts
     104ScriptsFilterAll=Show Static, eval, and event Scripts
     105ScriptsFilterStaticShort=static
     106ScriptsFilterEvalShort=evals
     107ScriptsFilterEventShort=events
     108ScriptsFilterAllShort=all
    101109ShowUserProps=Show User-defined Properties
    102110ShowUserFuncs=Show User-defined Functions
     
    107115NewWatch=New watch expression...
    108116AddWatch=Add Watch
     117CopySourceCode=Copy Source
    109118CopyValue=Copy Value
    110119NewProperty=New Property...
     
    119128EditBreakpointCondition=Edit Breakpoint Condition...
    120129NoBreakpointsWarning=There are no breakpoints set in this page.
    121 
     130Show_User_Agent_CSS=Show User Agent CSS
    122131LayoutPadding=padding
    123132LayoutBorder=border
     
    126135LayoutAdjacent=adjacent
    127136ShowRulers=Show Rulers and Guides
    128 
     137offset_top=offset top
     138offset_right=offset right
     139offset_bottom=offset bottom
     140offset_left=offset left
     141margin_top=margin top
     142margin_right=margin right
     143margin_bottom=margin bottom
     144margin_left=margin left
     145border_top=border top
     146border_right=border right
     147border_bottom=border bottom
     148border_left=border left
     149padding_top=padding top
     150padding_right=padding right
     151padding_bottom=padding bottom
     152padding_left=padding left
     153top=top
     154right=right
     155bottom=bottom
     156left=left
     157width=width
     158height=height
     159size=size
    129160Loading=Loading...
    130161Headers=Headers
    131162Post=Post
     163Put=Put
    132164Response=Response
    133165URLParameters=Params
     166Cache=Cache
     167HTML=HTML
    134168RequestHeaders=Request Headers
    135169ResponseHeaders=Response Headers
    136 
     170LimitExceeded=Firebug's log limit has been reached. %S entries not shown.
     171LimitPrefs=Preferences
     172LimitPrefsTitle=In order to change the limit modify: %S
    137173Refresh=Refresh
    138174OpenInTab=Open in New Tab
    139 
     175Open_Response_In_New_Tab=Open Response in New Tab
    140176Profile=Profile
    141177ProfilerStarted=The profiler is running. Click 'Profile' again to see its report.
     
    149185MinHeaderTooltip=Minimum time, including function calls.
    150186MaxHeaderTooltip=Maximum time, including function calls.
    151 
     187ProfileButton.Enabled.Tooltip=Profile JavaScript execution time.
     188ProfileButton.Disabled.Tooltip=Profile JavaScript execution time (Script panel must be enabled).
    152189Function=Function
    153190Percent=Percent
     
    159196Max=Max
    160197File=File
    161 
    162198Copy=Copy
     199Cut=Cut
     200Remove=Remove
    163201CopyHTML=Copy HTML
    164202CopyInnerHTML=Copy innerHTML
     
    173211ShowCallsInConsole=Log Calls to "%S"
    174212ShowEventsInConsole=Log Events
    175 
    176 SpyResponseTime=(%Sms)
    177 
    178 DisableNetMonitor=Disable Network Monitoring
     213panel.Enabled=Enabled
     214panel.Disabled=Disabled
     215panel.Enable=Enable
     216panel.Disable=Disable
     217console.HostEnable=Enable console for %S
     218console.LocalFilesEnable=Enable console for Local Files
     219console.SystemPagesEnable=Enable console for System Pages
     220console.HostDisable=Disable console for %S
     221console.LocalFilesDisable=Disable console for Local Files
     222console.SystemPagesDisable=Disable console for System Pages
     223console.PermMenuTooltip=Manage console activity
     224console.MethodNotSupported=Firebug console does not support '%S'
     225console.Permissions=Enable or Disable Console
     226console.PermissionsIntro=Choose web sites where Console will be enabled or disabled.
     227commandline.MethodNotSupported=Firebug command line does not support '%S'
     228net.HostEnable=Enable monitor for %S
     229net.LocalFilesEnable=Enable monitor for Local Files
     230net.SystemPagesEnable=Enable monitor for System Pages
     231net.HostDisable=Disable monitor for %S
     232net.LocalFilesDisable=Disable monitor for Local Files
     233net.SystemPagesDisable=Disable monitor for System Pages
     234net.PermMenuTooltip=Manage network monitoring activity
     235net.Permissions=Enable or Disable Network Monitor
     236net.PermissionsIntro=Choose web sites where Network Monitor will be enabled or disabled.
     237net.file.SizeInfotip=Size: %S (%S bytes)
     238net.ActivationMessage=Net panel activated. Any requests while the net panel is inactive are not shown.
     239net.responseSizeLimitMessage=Firebug response size limit has been reached. Click <a>here</a> to open the entire response in a new Firefox tab.
     240script.HostEnable=Enable debugger for %S
     241script.LocalFilesEnable=Enable debugger for Local Files
     242script.SystemPagesEnable=Enable debugger for System Pages
     243script.HostDisable=Disable debugger for %S
     244script.LocalFilesDisable=Disable debugger for Local Files
     245script.SystemPagesDisable=Disable debugger for System Pages
     246script.PermMenuTooltip=Manage debugger activity
     247script.Permissions=Enable or Disable Debugger
     248script.PermissionsIntro=Choose web sites where Debugger will be enabled or disabled.
     249script.Break_On_Next=Break On Next
    179250ShowHttpHeaders=Show HTTP Headers
    180251Request=1 request
     
    183254StopLoading=Stop Loading
    184255LargeData=(Very Large Data)
    185 
    186256ShowComputedStyle=Show Computed Style
    187257StyleGroup-text=Text
     
    190260StyleGroup-layout=Layout
    191261StyleGroup-other=Other
    192 
    193262Dimensions=%S x %S
    194263CopyColor=Copy Color
    195264CopyImageLocation=Copy Image Location
    196265OpenImageInNewTab=Open Image in New Tab
    197 
    198266ErrorCount=%S Error
    199267ErrorsCount=%S Errors
     268OmitObjectPathStack=Omit Toolbar Stack
     269moduleManager.title=%S panel is disabled
     270moduleManager.desc1=Some Firebug panels add overhead to Firefox. When Installed, Firebug disables these panels for all sites.
     271moduleManager.disabled=disabled
     272moduleManager.apply=Reload <span class="host">%S</span> with all panels enabled for this site.
     273moduleManager.desc2=You can <b class="command">%S</b> using the Firebug status bar icon context menu.
     274moduleManager.desc3=Use the Firebug status bar icon menu to enable and disable all panels. Use the panel tab's small menu for individual panel control:
     275moduleManager.localfiles=Local Files
     276moduleManager.systempages=System Pages
     277Suspend_Firebug=Suspend Firebug
     278Resume_Firebug=Resume Firebug
     279Reset_Panels_To_Disabled=Reset Panels To Disabled
     280Open_Console=Open Console
     281Open_Console_Tooltip=Open Trace Console for Firebug.
     282Scope_Chain=Scope Chain
     283With_Scope=With
     284Call_Scope=Call
     285Window_Scope=Window
     286Open_Firebug_Tracing=Open Firebug Tracing
     287Always_Open_Firebug_Tracing=Always Open Firebug Tracing
     288Logs=Logs
     289Options=Options
     290Copy_Stack=Copy Stack
     291Copy Exception=Copy Exception
     292requestinfo.DNS_Lookup=DNS Lookup
     293requestinfo.Connecting=Connecting
     294requestinfo.Queuing=Queuing
     295requestinfo.Waiting_For_Response=Waiting For Response
     296requestinfo.Receiving_Data=Receiving Data
     297requestinfo.DOMContentLoaded='DOMContentLoaded' (event)
     298requestinfo.Load='load' (event)
     299title.Tracing=Tracing
     300tracing.Show_Scope_Variables=Show Scope Variables
     301tracing.Show_Time=Show Time
     302tracing.tab.Stack=Stack
     303tracing.tab.Exception=Exception
     304tracing.tab.Properties=Properties
     305tracing.tab.Scope=Scope
     306tracing.tab.Response=Response
     307tracing.tab.Source=Source
     308tracing.tab.Interfaces=Interfaces
     309tracing.tab.Object=Object
     310tracing.tab.Event=Event
     311tracing.cmd.Clear=Clear
     312tracing.cmd.tip.Clear=Remove All Messages
     313tracing.cmd.Find=Find
     314tracing.cmd.tip.Find=Find Text
     315tracing.cmd.Bookmark=Bookmark
     316tracing.cmd.tip.Bookmark=Insert Bookmark
     317tracing.cmd.Restart=Restart Firefox
     318tracing.cmd.tip.Restart=Restart Firefox
     319tracing.cmd.Exit=Exit Firefox
     320tracing.cmd.tip.Exit=Exit Firefox
     321tracing.cmd.Save=Save to File
     322tracing.cmd.tip.Save=Save logs in to a file
     323tracing.cmd.Expand_All=Expand All
     324tracing.cmd.Collapse_All=Collapse All
     325editors.Editor_Configuration=Editor Configuration
     326jsonviewer.tab.JSON=JSON
     327search.Next=Next
     328search.Prev=Prev
     329search.Search_Case_Sensitive=Case Sensitive
     330search.Search_All_Files=Search All Files
     331search.net.Headers=Headers
     332search.net.Parameters=Parameters
     333search.net.Response_Bodies=Response Bodies
     334search.script.Multiple_Files=Multiple Files
     335firebug_search=Firebug Search
     336firebug.menu.Clear_Console=Clear Console
     337firebug.menu.Reset_All_Options=Reset All Options
     338firebug.menu.Enable_All_Panels=Enable All Panels
     339firebug.menu.Disable_All_Panels=Disable All Panels
     340Firebug.menu.Customize_shortcuts=Customize Shortcuts
     341Firebug.menu.Enable_Accessibility_Enhancements=Enable Accessibility Enhancements
     342Firebug.menu.Activate_Same_Origin_URLs=Activate Same Origin URLs
     343firebug.shortcut.reenterCommand.label=Reenter Command
     344firebug.shortcut.toggleInspecting.label=Toggle Inspecting
     345firebug.shortcut.toggleProfiling.label=Toggle Profiling
     346firebug.shortcut.focusCommandLine.label=Focus Command Line
     347firebug.shortcut.focusFirebugSearch.label=Focus Firebug Search
     348firebug.shortcut.focusWatchEditor.label=Focus Watch Editor
     349firebug.shortcut.focusLocation.label=Focus Location
     350firebug.shortcut.focusFbMenu.label=Focus Firebug Menu
     351firebug.shortcut.nextObject.label=Next Object
     352firebug.shortcut.previousObject.label=Previous Object
     353firebug.shortcut.customizeFBKeys.label=Customize Firebug Keys
     354firebug.shortcut.detachFirebug.label=Open Firebug in New Window
     355firebug.shortcut.leftFirebugTab.label=Switch to left Firebug panel
     356firebug.shortcut.rightFirebugTab.label=Switch to right Firebug panel
     357firebug.shortcut.toggleFirebug.label=Open Firebug
     358firebug.shortcut.previousFirebugTab.label=Previous Firebug tab
     359firebug.shortcut.clearConsole.label=Clear Console
     360firebug.shortcut.openTraceConsole.label=Open Trace Console
    200361
    201 OmitObjectPathStack=Omit Toolbar Stack
     362customizeShortcuts=Firebug Shortcut Bindings
     363keybindConfirmMsg=Do you want to save your updated shortcuts? They will be enabled after Firefox restarts
     364press_enter_to_edit_values=press enter followed by tab to edit individual values
     365reset=reset
     366panel_tools=panel tools
     367firebug_panels=Firebug panels
     368firebug_side_panels=Firebug side panels
     369firebug_window=firebug window
     370expand_error=expand error details
     371value_for_attribute_in_element=value for %S attribute in %S element
     372attribute_for_element=attribute for %S element
     373text_contents_for_element=text contents for %S element
     374inline_editor=inline editor
     375declarations_for_selector=style declarations for "%S" selector
     376overridden=overridden
     377defined_in_file=defined in %S
     378property_for_selector=CSS property for selector: %S
     379value_property_in_selector=value for CSS property %S in selector %S
     380cssSelector=CSS selector
     381press_enter_to_add_new_watch_expression=press enter to add a new watch expression
     382hasBreakpoint=has %S break point
     383scriptSuspendedOnLineInFile=Script suspended on line %S in %S, file %S
     384match_found_for=Match Found for "%S"
     385in_element=in %S element
     386in_attribute=in attribute %S="%S" of %S element
     387in_text_content=in text content: "%S" of %S element
     388at_path=at path %S
     389on_line=on line %S
     390in_selector=in selector %S
     391in_style_property=in style property %S
     392in_dom_property=in DOM property %S
     393no_matches_found=no matches found for "%S"
     394confirmation.Reset_All_Firebug_Options=Are you sure to reset all Firebug options to the default state?
     395source_code_for_file=source code for file %S
Note: See TracChangeset for help on using the changeset viewer.