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