Bug #362138 --> add strings for supporting message tabs before the l10n deadline. sr=bienvenu

This commit is contained in:
scott%scott-macgregor.org 2006-11-29 22:26:03 +00:00
Родитель 24e9128a00
Коммит 4245490971
3 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -62,6 +62,8 @@
<!ENTITY closeCmd.key "W"> <!ENTITY closeCmd.key "W">
<!ENTITY closeCmd.accesskey "c"> <!ENTITY closeCmd.accesskey "c">
<!ENTITY closeWindow.label "Close Window">
<!ENTITY quitApplicationCmd.label "Exit"> <!ENTITY quitApplicationCmd.label "Exit">
<!ENTITY quitApplicationCmd.key "Q"> <!ENTITY quitApplicationCmd.key "Q">
<!ENTITY quitApplicationCmd.accesskey "x"> <!ENTITY quitApplicationCmd.accesskey "x">

Просмотреть файл

@ -5,6 +5,10 @@
<!-- File Menu --> <!-- File Menu -->
<!ENTITY newFolderCmd.label "Folder..."> <!ENTITY newFolderCmd.label "Folder...">
<!ENTITY newFolderCmd.accesskey "F"> <!ENTITY newFolderCmd.accesskey "F">
<!ENTITY newTabCmd.label "New Tab">
<!ENTITY newTabCmd.accesskey "T">
<!ENTITY newTabCmd.label "Close Tab">
<!ENTITY newTabCmd.accesskey "e">
<!ENTITY newVirtualFolderCmd.label "Saved Search..."> <!ENTITY newVirtualFolderCmd.label "Saved Search...">
<!ENTITY newVirtualFolderCmd.accesskey "S"> <!ENTITY newVirtualFolderCmd.accesskey "S">
<!ENTITY newAccountCmd.label "Account..."> <!ENTITY newAccountCmd.label "Account...">
@ -491,6 +495,8 @@
<!-- Folder Pane Context Menu --> <!-- Folder Pane Context Menu -->
<!ENTITY folderContextOpenNewWindow.label "Open"> <!ENTITY folderContextOpenNewWindow.label "Open">
<!ENTITY folderContextOpenNewWindow.accesskey "O"> <!ENTITY folderContextOpenNewWindow.accesskey "O">
<!ENTITY folderContextOpenNewTab.label "Open in New Tab">
<!ENTITY folderContextOpenNewTab.accesskey "T">
<!ENTITY folderContextNew.label "New Subfolder..."> <!ENTITY folderContextNew.label "New Subfolder...">
<!ENTITY folderContextNew.accesskey "N"> <!ENTITY folderContextNew.accesskey "N">
<!ENTITY folderContextRename.label "Rename"> <!ENTITY folderContextRename.label "Rename">
@ -579,6 +585,8 @@
<!-- Thread Pane Context Menu --> <!-- Thread Pane Context Menu -->
<!ENTITY contextOpenNewWindow.label "Open Message in New Window"> <!ENTITY contextOpenNewWindow.label "Open Message in New Window">
<!ENTITY contextOpenNewWindow.accesskey "W"> <!ENTITY contextOpenNewWindow.accesskey "W">
<!ENTITY contextOpenNewTab.label "Open Message in New Tab">
<!ENTITY contextOpenNewTab.accesskey "T">
<!ENTITY contextEditAsNew.label "Edit As New..."> <!ENTITY contextEditAsNew.label "Edit As New...">
<!ENTITY contextEditAsNew.accesskey "E"> <!ENTITY contextEditAsNew.accesskey "E">
<!ENTITY contextReplySender.label "Reply to Sender Only"> <!ENTITY contextReplySender.label "Reply to Sender Only">

Просмотреть файл

@ -24,6 +24,8 @@
<!ENTITY reuseExpRadio0.accesskey "i"> <!ENTITY reuseExpRadio0.accesskey "i">
<!ENTITY reuseExpRadio1.label "An existing message window"> <!ENTITY reuseExpRadio1.label "An existing message window">
<!ENTITY reuseExpRadio1.accesskey "x"> <!ENTITY reuseExpRadio1.accesskey "x">
<!ENTITY reuseExpRadio2.label "A new message tab">
<!ENTITY reuseExpRadio2.accesskey "Z">
<!ENTITY connectionTimeout.label "Connection timeout: "> <!ENTITY connectionTimeout.label "Connection timeout: ">
<!ENTITY connectionTimeout.accesskey "C"> <!ENTITY connectionTimeout.accesskey "C">
<!ENTITY connectionSeconds.label "seconds"> <!ENTITY connectionSeconds.label "seconds">