]> git.donarmstrong.com Git - dactyl.git/blob - common/locale/en-US/messages.properties
Import r6923 from upstream hg supporting Firefox up to 22.0a1
[dactyl.git] / common / locale / en-US / messages.properties
1 # TODO: normalize this debacle of Vim legacy messages
2
3 error.damnYouJägermonkey = + \
4         Hallo. It looks like you've run into a problem resulting from       \
5         overzealous optimizations by the JavaScript engine. We've disabled  \
6         future use of these optimizations, but you'll need to restart your  \
7         browser in order to correct the problems they've caused. You can    \
8         re-enable them by resetting the javascript.options.methodjit.chrome \
9         preference.
10
11 abbreviation.noSuch = No such abbreviation
12 abbreviation.none = No abbreviations found
13
14 addon.check-1 = Checking updates for addons: %S
15 addon.cantInstallDir-1 = Cannot install a directory: %S
16 addon.unavailable = Don't have add-on yet
17 addon.unknownCommand = Unknown command
18 addon.commandNotAllowed = Command not allowed
19 addon.installingUpdates-1 = Installing updates for addons: %S
20 addon.noUpdates = No addon updates found
21 addon.error-3 = Add-on %S %S: %S
22
23 addon.action.On  = On 
24 addon.action.Off = Off
25 addon.action.Delete = Del
26 addon.action.Update = Upd
27 addon.action.Options = Opt
28
29 AddonManager.ERROR_NETWORK_FAILURE = A network error occurred
30 AddonManager.ERROR_INCORRECT_HASH = The downloaded file did not match the expected hash
31 AddonManager.ERROR_CORRUPT_FILE = The file appears to be corrupt
32 AddonManager.ERROR_FILE_ACCESS = There was an error accessing the filesystem
33
34 autocmd.executing-2 = Executing %S Auto commands for %S
35 autocmd.autocommand-1 = autocommand %S
36 autocmd.noMatching = No matching autocommands
37 autocmd.noGroup-1 = No such group or event: %S
38 autocmd.cantExecuteAll = Can't execute autocommands for ALL events
39
40 autocomplete.description-1 = Native '%S' autocompletions
41 autocomplete.noSuchProvider-1 = No such autocomplete provider: '%S'
42 autocomplete.title-1 = '%S'
43
44 bookmark.noMatching-2 = No bookmarks matching tags %S and string %S
45 bookmark.noMatchingTags-1 = No bookmarks matching tags %S
46 bookmark.noMatchingString-1 = No bookmarks matching string %S
47 bookmark.none = No bookmarks set
48 bookmark.bangOrID = Only one of ! or -id may be given
49 bookmark.cantAdd-1 = Could not add bookmark %S
50 bookmark.allDeleted = All bookmarks deleted
51 bookmark.removed-1 = Removed bookmark: %S
52 bookmark.added-1 = Added bookmark: %S
53 bookmark.updated-1 = Updated bookmark: %S
54 bookmark.deleted-1 = %S bookmark(s) deleted
55 bookmark.prompt.deleteAll = This will delete all bookmarks. Would you like to continue? (yes/[no]):
56
57 # TODO: add plurals support
58 buffer.fewerTab-1 = %S fewer tab
59 buffer.fewerTabs-1 = %S fewer tabs
60 buffer.cantDetatchLast = Can't detach the last tab
61 buffer.noMatching-1 = No matching buffer for %S
62 buffer.multipleMatching-1 = More than one match for %S
63 buffer.noClosed = No matching closed tab
64 buffer.noAlternate = No alternate page
65 buffer.backgroundLoaded = Background tab loaded: %S
66
67 buffer.save.altText   = Alternate Text
68 buffer.save.filename  = File Name
69 buffer.save.linkText  = Link Text
70 buffer.save.pageName  = Page Name
71 buffer.save.suggested = Server-suggested Name
72
73 # TODO: categorise these
74 buffer.noTitle = [No Title]
75 buffer.noName = [No Name]
76 buffer.help = [Help]
77
78 buffer.bookmarked = bookmarked
79
80 buffer.prompt.uploadFile = Upload file:
81 buffer.prompt.saveLink = Save link:
82
83 context.scriptGroup-1 = Script group for %S
84
85 command.commands = commands
86
87 command.cantDelete = Cannot delete non-user commands
88 command.cantReplace-1 = E182: Can't replace non-user command: %S
89 command.wontReplace-1 = Not replacing command: %S
90 command.eof-1 = Unexpected end of file waiting for %S
91 command.noSuch = No such command
92 command.noSuch-1 = No such command: %S
93 command.noSuchUser-1 = No such user-defined command: %S
94 command.notUseful-1 = This command is not useful in this version of %S
95 command.invalidName-1 = Invalid command name: %S
96 command.invalidOpt-1 = Invalid option: %S
97 command.invalidOptArg-2 = Invalid argument for option %S: %S
98 command.invalidOptTypeArg-3 = Invalid argument for %S option %S: %S
99 command.parsing-1 = Error parsing arguments: %S
100 command.none = No user-defined commands found
101 command.exists = E174: Command already exists: add ! to replace it
102 command.noPrevious = E30: No previous command line
103 command.noCount = E481: No count allowed
104 command.noBang = E477: No ! allowed
105
106 command.colorscheme.notFound-1 = E185: Cannot find color scheme %S
107 command.conditional.illegal = Invalid use of conditional
108 command.finish.illegal = E168: :finish used outside of a sourced file
109 command.let.illegalVar-1 = E461: Illegal variable name: %S
110 command.let.invalidExpression-1 = E15: Invalid expression: %S
111 command.let.noSuch-1 = E108: No such variable: %S
112 command.let.undefinedVar-1 = E121: Undefined variable: %S
113 command.let.unexpectedChar = E18: Unexpected characters in :let
114 command.run.noPrevious = E34: No previous command
115 command.sanitize.privateMode = Cannot sanitize items in private mode
116 command.sanitize.allDeleted = All items sanitized
117 command.sanitize.noneDeleted = No items sanitized
118 command.scriptnames.none = No sourced scripts found
119 command.set.errorParsing-1 = Error parsing :set command: %S
120 command.set.numberRequired-2 = E521: Number required after =: %S=%S
121 command.set.unknownOption-1 = E518: Unknown option: %S
122 command.yank.yankedLine-1 = Yanked %S line
123 command.yank.yankedLines-1 = Yanked %S lines
124
125 commandline.moreMessages = [%S more. Type :messages to read]
126
127 completion.additional = (additional)
128 completion.generating = Generating results...
129 completion.noCompletions = No Completions
130 completion.waitingFor-1 = Waiting for %S
131 completion.waitingForResults = Waiting for results
132 completion.waitingForKeyPress = Waiting for key press
133 completion.matchIndex-2 = match %S of %S
134
135 dactyl.created-1 = created %S
136 dactyl.parsingCommandLine-1 = Parsing command line options: %S
137 dactyl.notCommand-2 = E492: Not a %S command: %S
138 dactyl.sourcingPlugins-1 = Sourcing plugin directory: %S...
139 dactyl.noPluginDir = No user plugin directory found
140 dactyl.modulesLoaded = All modules loaded
141 dactyl.commandlineOpts-1 = Command-line options: %S
142 dactyl.noRCFile = No user RC file found
143 dactyl.initialized-1 = %S fully initialized
144 dactyl.sourced-1 = Sourced: %S
145 dactyl.prompt.openMany-1 = This will open %S new tabs. Would you like to continue? (yes/[no]):
146 dactyl.yank-1 = Yank %S
147
148 dactyl.cheerUp = Cheer up
149 dactyl.somberDown = Somber down
150
151 deprecated.for.theOptionsSystem = the options system
152
153 dialog.notAvailable-1 = Dialog %S not available
154
155 # TODO: merge with addon.*?
156 download.unknownCommand = Unknown command
157 download.commandNotAllowed = Command not allowed
158 download.givingUpAfter = Giving up loading downloads after %S seconds
159 download.prompt.launchExecutable = This will launch an executable download. Would you like to continue? (yes/[no]/always):
160
161 download.nActive-1 = %S active
162 download.almostDone = ~1 second
163 download.unknown = Unknown
164
165 download.action.Cancel = Cancel
166 download.action.Clear = Clear
167 download.action.Delete = Delete
168 download.action.Pause = Pause
169 download.action.Remove = Remove
170 download.action.Resume = Resume
171 download.action.Retry = Retry
172
173 editor.prompt.editPassword = Editing a password field externally will reveal the password. Would you like to continue? (yes/[no]):
174
175 emenu.notFound-1 = Menu not found: %S
176
177 event.error-2 = Processing %S event: %S
178 event.nothingToPass = No events to pass
179
180 finder.notFound-1 = E486: Pattern not found: %S
181 finder.atTop = Find hit TOP, continuing at BOTTOM
182 finder.atBottom = Find hit BOTTOM, continuing at TOP
183
184 group.cantChangeBuiltin-1 = Cannot change %S in the builtin group
185 group.cantModifyBuiltin = Cannot modify builtin group
186 group.cantRemoveBuiltin = Cannot remove builtin group
187 group.noSuch-1 = No such group: %S
188 group.invalidName-1 = Invalid group name: %S
189 group.noCurrent = No current group
190
191 help.dontPanic = E478: Don't panic!
192 help.Example = Example
193 help.noFile-1 = Sorry, help file %S not found
194 help.noTopic-1 = Sorry, no help for %S
195 help.title.Using Plugins = Using Plugins
196
197 hints.noMatcher-1 = Invalid 'hintmatching' type: %S
198
199 history.noMatching-1 = No history matching %S
200 history.none = No history set
201 history.noURL = URL not found in history
202
203 io.callingShell-1 = Calling shell to execute: %S
204 io.cantCreateTempFile = Couldn't create temporary file
205 io.cantEncode = Input contains characters not valid in the current file encoding
206 io.commandFailed = E472: Command failed
207 io.definedAt = Defined at
208 io.downloadFinished-2 = Download of %S to %S finished
209 io.eNotDir = Not a directory
210 io.eNotDir-1 = Not a directory %S
211 io.exists = File exists (add ! to override)
212 io.exists-1 = File %S exists (add ! to override)
213 # XXX
214 io.existsNoOverride-1 = File %S exists
215 io.noCommand-1 = Command not found: %S
216 io.noPrevDir = E186: No previous directory
217 io.noSuchDir-1 = E344: Can't find directory %S
218 io.noSuchFile = File does not exist
219 io.notInRTP-1 = not found in 'runtimepath': %S
220 io.notReadable-1 = Can't open file %S
221 io.notWriteable-1 = Can't open file %S for writing
222 io.oneFileAllowed = E172: Only one file name allowed
223 io.searchingFor-1 = Searching for %S
224 io.searchingFor-2 = Searching for %S in %S
225 io.shellReturn-1 = shell returned %S
226 io.sourcing-1 = sourcing %S
227 io.sourcingEnd-1 = finished sourcing %S
228 io.sourcingError-1 = Sourcing file: %S
229 io.writing-1 = writing %S
230
231 macro.canceled-1 = Canceled playback of macro '%S'
232 macro.recorded-1 = Recorded macro '%S'
233 macro.recorded-2 = Recorded macro %S: %S
234 macro.loadFailed-1 = Page did not load completely in %S seconds
235 macro.loadWaiting = Waiting for page to load...
236 macro.noSuch-1 = Macro '%S' not set
237 macro.noPrevious = No previous macro
238 macro.invalid-1 = Invalid macro name: '%S'
239
240 map.builtinImmutable = Cannot change mappings in the builtin group
241 map.none = No mapping found
242 map.noSuch-1 = No such mapping: %S
243 map.recursive-1 = Attempt to execute mapping recursively: %S
244
245 mark.none = No marks set
246 mark.invalid = Invalid mark
247 mark.unset-1 = Mark not set: %S
248 mark.noMatching-1 = E283: No marks matching %S
249 # TODO: relies on mark formatter
250 mark.addURL-1 = Adding URL mark: %S
251 mark.addLocal-1 = Adding local mark: %S
252 mark.jumpingToURL-1 = Jumping to URL mark: %S
253 mark.jumpingToLocal-1 = Jumping to local mark: %S
254
255 mode.recursiveSet = Not executing modes.set recursively
256 mode.invalidBases = Invalid bases
257
258 mow.noPreviousOutput = No previous command output
259 mow.continue = Press ENTER or type command to continue
260 mow.more = -- More --
261 mow.moreHelp = -- More -- SPACE/<C-f>/j: screen/page/line down, <C-b>/<C-u>/k: up, q: quit
262
263 mow.contextMenu.copyLink = Copy Link Location
264 mow.contextMenu.copyPath = Copy File Path
265 mow.contextMenu.copy = Copy
266 mow.contextMenu.selectAll = Select All
267
268 option.noSuch = No such option
269 option.noSuch-1 = No such option: %S
270 option.noSuchType-1 = No such option type: %S
271 option.replaceExisting-1 = Warning: %S already exists: replacing existing option
272 option.intRequired = Integer value required
273 option.operatorNotSupported-2 = Operator %S not supported for option type %S
274 option.notSet-1 = E764: Option '%S' is not set
275
276 option.currentValue = Current Value
277 option.defaultValue = Default Value
278
279 option.bufferLocal = buffer local
280
281 option.safeSet = See the '%S' option.
282 option.guioptions.safeSet = See 'guioptions' scrollbar flags.
283
284 option.hintkeys.duplicate = Duplicate keys not allowed
285 # The string 'passkeys' must appear exactly, including U0027 apostrophes
286 option.passkeys.passedBy = passed by 'passkeys'
287
288 pageinfo.s.ownerUnverified = %S (unverified)
289
290 plugin.searchingFor-1 = Searching for %S
291 plugin.searchingForIn-2 = Searching for %S in %S
292 plugin.notReplacingContext-1 = Not replacing plugin context for %S
293
294 pref.hostPreferences-1 = %S Preferences
295 pref.prompt.resetAll-1 = Warning: Resetting all preferences may make %S unusable. Would you like to continue (yes/[no]):
296 pref.safeSet.warnChanged-1 = Warning: Setting preference %S, but it's changed from its default value.
297
298 print.toFile-1 = Printing to file: %S
299 print.sending = Sending to printer...
300 print.sent = Print job sent
301 print.printed-1 = Printed: %S
302
303 quickmark.none = No QuickMarks set
304 quickmark.noMatching-1 = No QuickMarks matching %S
305 quickmark.notSet = QuickMark not set
306 quickmark.invalid = Argument must be an ASCII letter or digit
307 quickmark.added-2 = Added Quick Mark '%S': %S
308
309 sanitize.prompt.deleteAll = This will sanitize all items. Would you like to continue? (yes/[no]):
310
311 save.invalidDestination-1 = Invalid destination: %S
312
313 sort.ascending  = ascending
314 sort.descending = descending
315
316 status.link-1 = Link: %S
317
318 style.none = No style found
319 style.styles = styles
320 style.inline = inline
321
322 time.total-1 = Total time: %S
323
324 title.Abbrev = Abbrev
325 title.Action = Action
326 title.Args = Args
327 title.Average time = Average time
328 title.CSS = CSS
329 title.Code execution summary = Code execution summary
330 title.Command = Command
331 title.Complete = Complete
332 title.Definition = Definition
333 title.Description = Description
334 title.Executed = Executed
335 title.Filter = Filter
336 title.Jump = Jump
337 title.Mode = Mode
338 title.Name = Name
339 title.Progress = Progress
340 title.Range = Range
341 title.Replacement = Replacement
342 title.Source = Source
343 title.Speed = Speed
344 title.Status = Status
345 title.Time remaining = Time remaining
346 title.Title = Title
347 title.Total time = Total time
348 title.Totals = Totals
349 title.URI = URI
350 title.Version = Version
351
352 title.HPos = HPos
353 title.VPos = VPos
354
355 variable.none = No variables found
356
357 window.cantAttachSame = Can't reattach to the same window
358 window.noIndex-1 = Window %S does not exist
359
360 # zoom.outOfRange-2 = Zoom value out of range (%S - %S%%)
361 zoom.illegal = Illegal zoom value
362
363 error.clipboardEmpty = No clipboard data
364 error.countRequired-1 = Count required for %S
365 error.cantOpen-2 = Error opening %S: %S
366 error.error-1 = Error: %S
367 error.disabled = Item is disabled
368 error.disabled-1 = '%S' is disabled
369 error.interrupted = Interrupted
370 error.invalidSort-1 = Invalid sort order: %S
371 error.missingQuote-1 = E114: Missing quote: %S
372 error.trailingCharacters = Trailing characters
373 error.trailingCharacters-1 = Trailing characters: %S
374 error.invalid-1 = Invalid %S
375 error.invalidArgument = Invalid argument
376 error.invalidArgument-1 = Invalid argument: %S
377 error.unavailable-2 = Not available on %S %S
378 error.argumentRequired = Argument required
379 error.argumentOrBang = Argument or ! required
380 error.invalidOperation = Invalid operation
381 error.monkeyPatchOverlay-1 = Not replacing property with eval-generated overlay by %S
382 error.nullComputedStyle-1 = Computed style is null: %S
383 error.syntaxError = Syntax error
384 error.charactersOutsideRange-1 = Character list outside the range %S
385 error.invalidCharacterRange = Invalid character range: %S
386 error.notWriteable-2 = Could not write to %S: %S
387
388 warn.deprecated-2 = %S is deprecated: Please use %S instead.
389 warn.notDefaultBranch-2 = You are running %S from a testing branch: %S. Please do not report errors which do not also occur in the default branch.
390
391 # vim:se ft=jproperties tw=0: