diff options
author | Doug Kearns <dougkearns@gmail.com> | 2011-03-13 13:45:47 +1100 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2011-03-13 13:45:47 +1100 |
commit | 3d09a0e84330905908137ad6663a1a1b0931cef5 (patch) | |
tree | 2856c5d25203fcc3475afc3e37dfd0c2f9b034e0 /common/locale | |
parent | cffbae4e1b2b40624eca60df0724923cc3270abb (diff) | |
download | pentadactyl-3d09a0e84330905908137ad6663a1a1b0931cef5.tar.gz |
Move input prompt strings to the properties file.
Diffstat (limited to 'common/locale')
-rw-r--r-- | common/locale/en-US/messages.properties | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/common/locale/en-US/messages.properties b/common/locale/en-US/messages.properties index 720050a9..3edee715 100644 --- a/common/locale/en-US/messages.properties +++ b/common/locale/en-US/messages.properties @@ -25,6 +25,7 @@ bookmark.allGone = All bookmarks deleted bookmark.removed-1 = Removed bookmark: %S bookmark.added-1 = Added bookmark: %S bookmark.deleted-1 = %S bookmark(s) deleted +bookmark.prompt.deleteAll = This will delete all bookmarks. Would you like to continue? (yes/[no]): buffer.fewerTab-1 = %S fewer tab buffer.fewerTabs-1 = %S fewer tabs @@ -82,21 +83,17 @@ dactyl.commandlineOpts-1 = Command-line options: %S dactyl.noRCFile = No user RC file found dactyl.initialized-1 = %S fully initialized dactyl.sourced-1 = Sourced: %S +dactyl.prompt.openMany-1 = "This will open %S new tabs. Would you like to continue? (yes/[no]): dialog.notAvailable-1 = Dialog %S not available # TODO: merge with addon.*? download.uknownCommand = Unknown command download.commandNotAllowed = Command not allowed - -group.cantChangeBuiltin-1 = Cannot change %S in the builtin group -group.cantModifyBuiltin = Cannot modify builtin group -group.cantRemoveBuiltin = Cannot remove builtin group -group.noSuch-1 = No such group: %S -group.invalidName-1 = Invalid group name: %S -group.noCurrent = No current group +download.prompt.launchExternal = This will launch an executable download. Would you like to continue? (yes/[no]/always): editor.noEditor = No editor specified +editor.prompt.editPassword = Editing a password field externally will reveal the password. Would you like to continue? (yes/[no]): emenu.notFound-1 = Menu not found: %S @@ -107,6 +104,13 @@ finder.notFound-1 = E486: Pattern not found: %S finder.atTop = find hit TOP, continuing at BOTTOM finder.atBottom = find hit BOTTOM, continuing at TOP +group.cantChangeBuiltin-1 = Cannot change %S in the builtin group +group.cantModifyBuiltin = Cannot modify builtin group +group.cantRemoveBuiltin = Cannot remove builtin group +group.noSuch-1 = No such group: %S +group.invalidName-1 = Invalid group name: %S +group.noCurrent = No current group + help.dontPanic = E478: Don't panic! help.noFile-1 = Sorry, help file %S not found help.noTopic-1 = Sorry, no help for %S @@ -180,7 +184,7 @@ plugin.searchingFor-1 = Searching for %S plugin.searchingForIn-2 = Searching for %S in %S plugin.notReplacingContext-1 = Not replacing plugin context for %S -pref.prompt.resetAll-1 = Warning: Resetting all preferences may make %S unusable. Continue (yes/[no]): +pref.prompt.resetAll-1 = Warning: Resetting all preferences may make %S unusable. Would you like to continue (yes/[no]): print.toFile-1 = Printing to file: %S print.sending = Sending to printer... |