summaryrefslogtreecommitdiff
path: root/program/localization
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-11-10 14:30:51 +0000
committeralecpl <alec@alec.pl>2011-11-10 14:30:51 +0000
commit710b1bd68465ad919aabd171f1ab597a192c367b (patch)
treeb23fcda6d35b6a6aa33b7dcfc68098daec48985f /program/localization
parentbed577e41478f39862ec04016aed8d7aaaac7d1e (diff)
- Add option to skip alternative email addresses in autocompletion
Diffstat (limited to 'program/localization')
-rw-r--r--program/localization/en_US/labels.inc1
-rw-r--r--program/localization/pl_PL/labels.inc1
2 files changed, 2 insertions, 0 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc
index 77b31b6dd..6aefd6c4a 100644
--- a/program/localization/en_US/labels.inc
+++ b/program/localization/en_US/labels.inc
@@ -431,6 +431,7 @@ $labels['reqmdn'] = 'Always request a return receipt';
$labels['reqdsn'] = 'Always request a delivery status notification';
$labels['replysamefolder'] = 'Place replies in the folder of the message being replied to';
$labels['defaultaddressbook'] = 'Add new contacts to the selected addressbook';
+$labels['autocompletesingle'] = 'Skip alternative email addresses in autocompletion';
$labels['spellcheckbeforesend'] = 'Check spelling before sending a message';
$labels['spellcheckoptions'] = 'Spellcheck Options';
$labels['spellcheckignoresyms'] = 'Ignore words with symbols';
diff --git a/program/localization/pl_PL/labels.inc b/program/localization/pl_PL/labels.inc
index d45a7a051..cdebe50f5 100644
--- a/program/localization/pl_PL/labels.inc
+++ b/program/localization/pl_PL/labels.inc
@@ -433,5 +433,6 @@ $labels['addtodict'] = 'Dodaj do słownika';
$labels['dateformat'] = 'Format daty';
$labels['timeformat'] = 'Format czasu';
$labels['isdraft'] = 'To jest kopia robocza wiadomości.';
+$labels['autocompletesingle'] = 'Nie pokazuj alternatywnych adresów przy autouzupełnianiu';
?>