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