]> git.donarmstrong.com Git - dactyl.git/blob - common/locale/en-US/messages.properties
Imported Upstream version 1.1+hg7904
[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.Clear = Clear
166 download.action.Delete = Delete
167 download.action.Stop = Stop
168 download.action.Remove = Remove
169 download.action.Resume = Resume
170
171 editor.prompt.editPassword = Editing a password field externally will reveal the password. Would you like to continue? (yes/[no]):
172
173 emenu.notFound-1 = Menu not found: %S
174
175 event.error-2 = Processing %S event: %S
176 event.nothingToPass = No events to pass
177
178 finder.notFound-1 = E486: Pattern not found: %S
179 finder.atTop = Find hit TOP, continuing at BOTTOM
180 finder.atBottom = Find hit BOTTOM, continuing at TOP
181
182 group.cantChangeBuiltin-1 = Cannot change %S in the builtin group
183 group.cantModifyBuiltin = Cannot modify builtin group
184 group.cantRemoveBuiltin = Cannot remove builtin group
185 group.noSuch-1 = No such group: %S
186 group.invalidName-1 = Invalid group name: %S
187 group.noCurrent = No current group
188
189 help.dontPanic = E478: Don't panic!
190 help.Example = Example
191 help.noFile-1 = Sorry, help file %S not found
192 help.noTopic-1 = Sorry, no help for %S
193 help.title.Using Plugins = Using Plugins
194
195 hints.noMatcher-1 = Invalid 'hintmatching' type: %S
196
197 history.noMatching-1 = No history matching %S
198 history.none = No history set
199 history.noURL = URL not found in history
200
201 io.callingShell-1 = Calling shell to execute: %S
202 io.cantCreateTempFile = Couldn't create temporary file
203 io.cantEncode = Input contains characters not valid in the current file encoding
204 io.commandFailed = E472: Command failed
205 io.definedAt = Defined at
206 io.downloadFinished-2 = Download of %S to %S finished
207 io.eNotDir = Not a directory
208 io.eNotDir-1 = Not a directory %S
209 io.exists = File exists (add ! to override)
210 io.exists-1 = File %S exists (add ! to override)
211 # XXX
212 io.existsNoOverride-1 = File %S exists
213 io.noCommand-1 = Command not found: %S
214 io.noPrevDir = E186: No previous directory
215 io.noSuchDir-1 = E344: Can't find directory %S
216 io.noSuchFile = File does not exist
217 io.notInRTP-1 = not found in 'runtimepath': %S
218 io.notReadable-1 = Can't open file %S
219 io.notWriteable-1 = Can't open file %S for writing
220 io.oneFileAllowed = E172: Only one file name allowed
221 io.searchingFor-1 = Searching for %S
222 io.searchingFor-2 = Searching for %S in %S
223 io.shellReturn-1 = shell returned %S
224 io.sourcing-1 = sourcing %S
225 io.sourcingEnd-1 = finished sourcing %S
226 io.sourcingError-1 = Sourcing file: %S
227 io.writing-1 = writing %S
228
229 macro.canceled-1 = Canceled playback of macro '%S'
230 macro.recorded-1 = Recorded macro '%S'
231 macro.recorded-2 = Recorded macro %S: %S
232 macro.loadFailed-1 = Page did not load completely in %S seconds
233 macro.loadWaiting = Waiting for page to load...
234 macro.noSuch-1 = Macro '%S' not set
235 macro.noPrevious = No previous macro
236 macro.invalid-1 = Invalid macro name: '%S'
237
238 map.builtinImmutable = Cannot change mappings in the builtin group
239 map.none = No mapping found
240 map.noSuch-1 = No such mapping: %S
241 map.recursive-1 = Attempt to execute mapping recursively: %S
242
243 mark.none = No marks set
244 mark.invalid = Invalid mark
245 mark.unset-1 = Mark not set: %S
246 mark.noMatching-1 = E283: No marks matching %S
247 # TODO: relies on mark formatter
248 mark.addURL-1 = Adding URL mark: %S
249 mark.addLocal-1 = Adding local mark: %S
250 mark.jumpingToURL-1 = Jumping to URL mark: %S
251 mark.jumpingToLocal-1 = Jumping to local mark: %S
252
253 mode.recursiveSet = Not executing modes.set recursively
254 mode.invalidBases = Invalid bases
255
256 mow.noPreviousOutput = No previous command output
257 mow.continue = Press ENTER or type command to continue
258 mow.more = -- More --
259 mow.moreHelp = -- More -- SPACE/<C-f>/j: screen/page/line down, <C-b>/<C-u>/k: up, q: quit
260
261 mow.contextMenu.copyLink = Copy Link Location
262 mow.contextMenu.copyPath = Copy File Path
263 mow.contextMenu.copy = Copy
264 mow.contextMenu.selectAll = Select All
265
266 option.noSuch = No such option
267 option.noSuch-1 = No such option: %S
268 option.noSuchType-1 = No such option type: %S
269 option.replaceExisting-1 = Warning: %S already exists: replacing existing option
270 option.intRequired = Integer value required
271 option.operatorNotSupported-2 = Operator %S not supported for option type %S
272 option.notSet-1 = E764: Option '%S' is not set
273
274 option.currentValue = Current Value
275 option.defaultValue = Default Value
276
277 option.bufferLocal = buffer local
278
279 option.safeSet = See the '%S' option.
280 option.guioptions.safeSet = See 'guioptions' scrollbar flags.
281
282 option.hintkeys.duplicate = Duplicate keys not allowed
283 # The string 'passkeys' must appear exactly, including U0027 apostrophes
284 option.passkeys.passedBy = passed by 'passkeys'
285
286 pageinfo.s.ownerUnverified = %S (unverified)
287
288 plugin.searchingFor-1 = Searching for %S
289 plugin.searchingForIn-2 = Searching for %S in %S
290 plugin.notReplacingContext-1 = Not replacing plugin context for %S
291
292 pref.hostPreferences-1 = %S Preferences
293 pref.prompt.resetAll-1 = Warning: Resetting all preferences may make %S unusable. Would you like to continue (yes/[no]):
294 pref.safeSet.warnChanged-1 = Warning: Setting preference %S, but it's changed from its default value.
295
296 print.toFile-1 = Printing to file: %S
297 print.sending = Sending to printer...
298 print.sent = Print job sent
299 print.printed-1 = Printed: %S
300
301 quickmark.none = No QuickMarks set
302 quickmark.noMatching-1 = No QuickMarks matching %S
303 quickmark.notSet = QuickMark not set
304 quickmark.invalid = Argument must be an ASCII letter or digit
305 quickmark.added-2 = Added Quick Mark '%S': %S
306
307 sanitize.prompt.deleteAll = This will sanitize all items. Would you like to continue? (yes/[no]):
308
309 save.invalidDestination-1 = Invalid destination: %S
310
311 sort.ascending  = ascending
312 sort.descending = descending
313
314 status.link-1 = Link: %S
315
316 style.none = No style found
317 style.styles = styles
318 style.inline = inline
319
320 time.total-1 = Total time: %S
321
322 title.Abbrev = Abbrev
323 title.Action = Action
324 title.Args = Args
325 title.Average time = Average time
326 title.CSS = CSS
327 title.Code execution summary = Code execution summary
328 title.Command = Command
329 title.Complete = Complete
330 title.Definition = Definition
331 title.Description = Description
332 title.Executed = Executed
333 title.Filter = Filter
334 title.Jump = Jump
335 title.Mode = Mode
336 title.Name = Name
337 title.Progress = Progress
338 title.Range = Range
339 title.Replacement = Replacement
340 title.Source = Source
341 title.Speed = Speed
342 title.Status = Status
343 title.Time remaining = Time remaining
344 title.Title = Title
345 title.Total time = Total time
346 title.Totals = Totals
347 title.URI = URI
348 title.Version = Version
349
350 title.HPos = HPos
351 title.VPos = VPos
352
353 variable.none = No variables found
354
355 window.cantAttachSame = Can't reattach to the same window
356 window.noIndex-1 = Window %S does not exist
357
358 # zoom.outOfRange-2 = Zoom value out of range (%S - %S%%)
359 zoom.illegal = Illegal zoom value
360
361 error.clipboardEmpty = No clipboard data
362 error.countRequired-1 = Count required for %S
363 error.cantOpen-2 = Error opening %S: %S
364 error.error-1 = Error: %S
365 error.disabled = Item is disabled
366 error.disabled-1 = '%S' is disabled
367 error.interrupted = Interrupted
368 error.invalidSort-1 = Invalid sort order: %S
369 error.missingQuote-1 = E114: Missing quote: %S
370 error.trailingCharacters = Trailing characters
371 error.trailingCharacters-1 = Trailing characters: %S
372 error.invalid-1 = Invalid %S
373 error.invalidArgument = Invalid argument
374 error.invalidArgument-1 = Invalid argument: %S
375 error.unavailable-2 = Not available on %S %S
376 error.argumentRequired = Argument required
377 error.argumentOrBang = Argument or ! required
378 error.invalidOperation = Invalid operation
379 error.monkeyPatchOverlay-1 = Not replacing property with eval-generated overlay by %S
380 error.nullComputedStyle-1 = Computed style is null: %S
381 error.syntaxError = Syntax error
382 error.charactersOutsideRange-1 = Character list outside the range %S
383 error.invalidCharacterRange = Invalid character range: %S
384 error.notWriteable-2 = Could not write to %S: %S
385
386 warn.deprecated-2 = %S is deprecated: Please use %S instead.
387 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.
388
389 # vim:se ft=jproperties tw=0: