fix locale version and add tailing quotes to messages that might otherwise end in a quote

This commit is contained in:
rginda%netscape.com 2003-09-13 20:00:01 +00:00
parent 96e5f2e4df
commit 2b5dd73ba0
2 changed files with 5 additions and 5 deletions

View File

@ -33,7 +33,7 @@
*
*/
const __vnk_version = "0.9.78";
const __vnk_version = "0.9.79";
const __vnk_requiredLocale = "0.9.78";
var __vnk_versionSuffix = "";

View File

@ -53,7 +53,7 @@
# character set to convert unicode messages to before writing them to a
# profile report, or generated help text.
msg.report.charset = utf-8
msg.locale.version = 0.9.51+
msg.locale.version = 0.9.78
msn.bad.locale = This version of Venkman is meant to work with a ``%1$S'' locale, but you are currently using a locale marked ``%2$S''. Chances are, you're going to have problems. Please change to the default locale, or upgrade your language pack.
msg.release.url = http://www.mozilla.org/releases/
@ -171,7 +171,7 @@ msg.cant.pprint = Unable to Pretty Print this function.
msg.slash.required = THINGS HAVE CHANGED: By default, all commands now start with a forward-slash ('/') character. Any text that DOES NOT start with a forward-slash will be passed to the ``eval'' command. For example, to execute the ``step'' command, type ``/step''. To evaluate ``1 + 1'', you just need to type ``1 + 1''. If you prefer the previous behavior, type ``/pref sessionView.requireSlash false''.
msg.commasp = , "
msn.eval.in = %1$S: %2$S
msn.eval.in = %1$S: %2$S"
msn.stop = Stopped for %1$S.
msn.cont = Continuing from %1$S.
msn.subscript.loaded = Subscript <%1$S> loaded with result ``%2$S''.
@ -282,11 +282,11 @@ msn.fmt.pc = [%1$S]
# 1: pref name 2: value
msn.fmt.prefvalue = Preference ``%1$S'' is ``%2$S''
# 1: index, 2: label, 3: value
msn.fmt.watch.item = "%1$S: %2$S = %3$S"
msn.fmt.watch.item = %1$S: %2$S = %3$S"
# 1: on|off
msn.fmt.pprint = Pretty Print is %1$S.
# 1: frame number, 2: frame string
msn.fmt.frame.line = "#%1$S: %2$S"
msn.fmt.frame.line = #%1$S: %2$S"
# 1: file name, 2: line number, 3: pc
msn.fmt.frame.location = %1$S, line %2$S, pc %3$S
# 1: function name, 2: start line, 3: end line, 4: call count, 5: recurse,