mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-14 06:05:49 +01:00
Move input prompt strings to the properties file.
This commit is contained in:
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user