source: non-gtk/firebug/en-US/firebug.properties@ 1351

Last change on this file since 1351 was 1351, checked in by Александър Шопов, 18 years ago

Firefox получи толкова много любов напоследък. Те всички са толкова добрички преводачи, затова ще им подаря аз превод на firebug на български.
Да му се радват. Това е синхронизирано с http://fbug.googlecode.com/svn/branches/firebug1.1/locale/ @306

File size: 6.1 KB
Line 
1Firebug=Firebug
2WindowTitle=Firebug - %S
3
4Panel-console=Console
5Panel-net=Net
6Panel-html=HTML
7Panel-stylesheet=CSS
8Panel-script=Script
9Panel-dom=DOM
10Panel-css=Style
11Panel-layout=Layout
12Panel-domSide=DOM
13Panel-watches=Watch
14Panel-breakpoints=Breakpoints
15Panel-callstack=Stack
16
17FirebugPermissions=Firebug Allowed Sites
18FirebugPermissionsIntro=Choose which web sites are allowed to be used with Firebug.
19DisabledHeader=Firebug is disabled
20IsSystemPage=System Page
21DisabledForSiteHeader=Firebug has been disabled for %S
22DisabledForFiles=Firebug has been disabled for local files
23CantDisplayCaption=System page disallowed, see Firebug Bug Menu on left hand side.
24DisableForSite=Disable Firebug for %S
25DisableForFiles=Disable Firebug for Local Files
26DisableForSystemPages=Disable Firebug for system pages
27EnableAlways=Enable Firebug
28EnableForSite=Enable Firebug for this web site
29EnableForFiles=Enable Firebug for local files
30EnableForSystemPages=Enable Firebug for system pages
31
32ShowJavaScriptErrors=Show JavaScript Errors
33ShowJavaScriptWarnings=Show JavaScript Warnings
34ShowCSSErrors=Show CSS Errors
35ShowXMLErrors=Show XML Errors
36ShowStackTrace=Show Stack Trace For Errors
37ShowXULErrors=Show Errors From XUL
38ShowXULMessages=Show Messages From XUL
39ShowXMLHttpRequests=Show XMLHttpRequests
40ShowChromeErrors=Show Chrome Errors
41ShowChromeMessages=Show Chrome Messages
42ShowExternalErrors=Show External Errors
43ShowStackTrace=Show Stack Trace With Errors
44LargeCommandLine=Larger Command Line
45Assertion=Assertion Failure
46Line=%S (line %S)
47StackItem=%S (%S line %S)
48InspectInTab=Inspect in %S Tab
49NoName=(no name)
50
51ShowFullText=Show Full Text
52ShowWhitespace=Show White Space
53ShowComments=Show Comments
54HighlightMutations=Highlight Changes
55ExpandMutations=Expand Changes
56ScrollToMutations=Scroll Changes Into View
57ScrollIntoView=Scroll Into View
58NewAttribute=New Attribute...
59EditAttribute=Edit Attribute "%S"...
60DeleteAttribute=Delete Attribute "%S"
61EditElement=Edit HTML...
62DeleteElement=Delete Element
63EditNode=Edit HTML...
64DeleteNode=Delete Node
65
66InheritedFrom=Inherited from
67SothinkWarning=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.
68DOMInspectorWarning=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.
69EmptyStyleSheet=There are no rules in this stylesheet.
70EmptyElementCSS=This element has no style rules.
71EditStyle=Edit Element Style...
72NewProp=New Property...
73EditProp=Edit "%S"...
74DisableProp=Disable "%S"
75DeleteProp=Delete "%S"
76
77BreakOnThisError=Break on This Error
78BreakOnAllErrors=Break on All Errors
79BreakOnTopLevel=Break on Top Level Scripts
80UseDebugAdapter=Use DebugAdapter
81ShowEvalSources=Show eval() sources
82ShowAllSourceFiles=Show chrome sources
83UseLastLineForEvalName=Use Last Source Line for eval() names
84UseFunctionSource=Decompile Scripts for Source
85DBG_FBS_CREATION=Beware! DBG_CREATION
86DBG_FBS_BP=Beware! DBG_BP
87DBG_FBS_ERRORS=Beware! DBG_ERRORS
88DBG_FBS_STEP= Beware! DBG_STEP
89Breakpoints=Breakpoints
90ErrorBreakpoints=Error Breakpoints
91LoggedFunctions=Logged Functions
92EnableAllBreakpoints=Enable All Breakpoints
93DisableAllBreakpoints=Disable All Breakpoints
94ClearAllBreakpoints=Remove All Breakpoints
95Continue=Continue
96StepOver=Step Over
97StepInto=Step Into
98StepOut=Step Out
99RunUntil=Run to This Line
100
101ShowUserProps=Show User-defined Properties
102ShowUserFuncs=Show User-defined Functions
103ShowDOMProps=Show DOM Properties
104ShowDOMFuncs=Show DOM Functions
105ShowDOMConstants=Show DOM Constants
106NoMembersWarning=There are no properties to show for this object.
107NewWatch=New watch expression...
108AddWatch=Add Watch
109CopyValue=Copy Value
110NewProperty=New Property...
111EditProperty=Edit Property...
112EditVariable=Edit Variable...
113EditWatch=Edit Watch...
114DeleteProperty=Delete Property
115DeleteWatch=Delete Watch
116ConditionInput=This breakpoint will stop only if this expression is true:
117SetBreakpoint=Set Breakpoint
118DisableBreakpoint=Disable Breakpoint
119EditBreakpointCondition=Edit Breakpoint Condition...
120NoBreakpointsWarning=There are no breakpoints set in this page.
121
122LayoutPadding=padding
123LayoutBorder=border
124LayoutMargin=margin
125LayoutOffset=offset
126LayoutAdjacent=adjacent
127ShowRulers=Show Rulers and Guides
128
129Loading=Loading...
130Headers=Headers
131Post=Post
132Response=Response
133URLParameters=Params
134RequestHeaders=Request Headers
135ResponseHeaders=Response Headers
136
137Refresh=Refresh
138OpenInTab=Open in New Tab
139
140Profile=Profile
141ProfilerStarted=The profiler is running. Click 'Profile' again to see its report.
142ProfileTime=(%Sms, %S calls)
143NothingToProfile=No activity to profile.
144PercentTooltip=Percentage of time spent on this function.
145CallsHeaderTooltip=Number of times function was called.
146OwnTimeHeaderTooltip=Time spent in function, excluding nested calls.
147TimeHeaderTooltip=Time spent in function, including nested calls.
148AvgHeaderTooltip=Average time, including function calls.
149MinHeaderTooltip=Minimum time, including function calls.
150MaxHeaderTooltip=Maximum time, including function calls.
151
152Function=Function
153Percent=Percent
154Calls=Calls
155OwnTime=Own Time
156Time=Time
157Avg=Avg
158Min=Min
159Max=Max
160File=File
161
162Copy=Copy
163CopyHTML=Copy HTML
164CopyInnerHTML=Copy innerHTML
165CopyXPath=Copy XPath
166CopyLocation=Copy Location
167CopyLocationParameters=Copy Location with Parameters
168CopyRequestHeaders=Copy Request Headers
169CopyResponseHeaders=Copy Response Headers
170CopyResponse=Copy Response Body
171CopyError=Copy Error
172CopySource=Copy Function
173ShowCallsInConsole=Log Calls to "%S"
174ShowEventsInConsole=Log Events
175
176SpyResponseTime=(%Sms)
177
178DisableNetMonitor=Disable Network Monitoring
179ShowHttpHeaders=Show HTTP Headers
180Request=1 request
181RequestCount=%S requests
182FromCache=from cache
183StopLoading=Stop Loading
184LargeData=(Very Large Data)
185
186ShowComputedStyle=Show Computed Style
187StyleGroup-text=Text
188StyleGroup-background=Background
189StyleGroup-box=Box Model
190StyleGroup-layout=Layout
191StyleGroup-other=Other
192
193Dimensions=%S x %S
194CopyColor=Copy Color
195CopyImageLocation=Copy Image Location
196OpenImageInNewTab=Open Image in New Tab
197
198ErrorCount=%S Error
199ErrorsCount=%S Errors
200
201OmitObjectPathStack=Omit Toolbar Stack
Note: See TracBrowser for help on using the repository browser.