mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 22:35:46 +01:00
Move some more message strings to the properties file.
--HG-- extra : rebase_source : a889c395e2c67d6352d51ee04a77ac870f4da972
This commit is contained in:
@@ -121,7 +121,7 @@ io.downloadFinished-2 = Download of %S to %S finished
|
|||||||
|
|
||||||
macro.canceled-1 = Canceled playback of macro '%S'
|
macro.canceled-1 = Canceled playback of macro '%S'
|
||||||
macro.recorded-1 = Recorded macro '%S'
|
macro.recorded-1 = Recorded macro '%S'
|
||||||
macro.loadFailed-1 = Page did not load completely in %S seconds.
|
macro.loadFailed-1 = Page did not load completely in %S seconds
|
||||||
macro.loadWaiting = Waiting for page to load...
|
macro.loadWaiting = Waiting for page to load...
|
||||||
macro.noSuch-1 = Macro '%S' not set
|
macro.noSuch-1 = Macro '%S' not set
|
||||||
macro.noPrevious = No previous macro
|
macro.noPrevious = No previous macro
|
||||||
@@ -143,7 +143,7 @@ mow.noPreviousOutput = No previous command output
|
|||||||
|
|
||||||
option.noSuch = No such option
|
option.noSuch = No such option
|
||||||
option.noSuch-1 = No such option: %S
|
option.noSuch-1 = No such option: %S
|
||||||
option.replaceExisting-1 = Warning: %S already exists: replacing existing option.
|
option.replaceExisting-1 = Warning: %S already exists: replacing existing option
|
||||||
|
|
||||||
plugin.searchingFor-1 = Searching for %S
|
plugin.searchingFor-1 = Searching for %S
|
||||||
plugin.searchingForIn-2 = Searching for %S in %S
|
plugin.searchingForIn-2 = Searching for %S in %S
|
||||||
@@ -151,7 +151,7 @@ plugin.notReplacingContext-1 = Not replacing plugin context for %S
|
|||||||
|
|
||||||
print.toFile-1 = Printing to file: %S
|
print.toFile-1 = Printing to file: %S
|
||||||
print.sending = Sending to printer...
|
print.sending = Sending to printer...
|
||||||
print.sent = Print job sent.
|
print.sent = Print job sent
|
||||||
print.printed-1 = Printed: %S
|
print.printed-1 = Printed: %S
|
||||||
|
|
||||||
quickmark.none = No QuickMarks set
|
quickmark.none = No QuickMarks set
|
||||||
@@ -190,8 +190,9 @@ error.unavailable-2 = Not available on %S %S
|
|||||||
error.argumentRequired = Argument required
|
error.argumentRequired = Argument required
|
||||||
error.argumentOrBang = Argument or ! required
|
error.argumentOrBang = Argument or ! required
|
||||||
error.invalidOperation = Invalid operation
|
error.invalidOperation = Invalid operation
|
||||||
|
|
||||||
error.monkeyPatchOverlay-1 = Not replacing property with eval-generated overlay by %S
|
error.monkeyPatchOverlay-1 = Not replacing property with eval-generated overlay by %S
|
||||||
error.nullComputedStyle-1 = Computed style is null: %S
|
error.nullComputedStyle-1 = Computed style is null: %S
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
# vim:se ft=jproperties tw=0:
|
# vim:se ft=jproperties tw=0:
|
||||||
|
|||||||
@@ -778,8 +778,7 @@ config.INIT = update(Object.create(config.INIT), config.INIT, {
|
|||||||
this.timeout(function () {
|
this.timeout(function () {
|
||||||
if (this.branch && this.branch !== "default" &&
|
if (this.branch && this.branch !== "default" &&
|
||||||
modules.yes_i_know_i_should_not_report_errors_in_these_branches_thanks.indexOf(this.branch) === -1)
|
modules.yes_i_know_i_should_not_report_errors_in_these_branches_thanks.indexOf(this.branch) === -1)
|
||||||
dactyl.warn("You are running " + config.appName + " from a testing branch: " + this.branch + ". " +
|
dactyl.warn(_("warn.notDefaultBranch", config.appName, this.branch));
|
||||||
"Please do not report errors which do not also occur in the default branch.");
|
|
||||||
}, 1000);
|
}, 1000);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -440,7 +440,6 @@ var Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference]),
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns an object representing a Node's computed CSS style.
|
* Returns an object representing a Node's computed CSS style.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user