diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-06-01 13:44:51 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-06-01 13:44:51 +0000 |
| commit | 4d19f0bc1dc11672b9aaf13d5c4c32207fd727e5 (patch) | |
| tree | a7e53f64b0828a6c8cd7df6e7dc0e62db6a5bab2 /roundcubemail/program/localization | |
| parent | bb76e4ef22e71e33674c19c97dd5976f42f3200f (diff) | |
- Add popup with basic fields selection for addressbook search
git-svn-id: https://svn.roundcube.net/trunk@4823 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization')
| -rw-r--r-- | roundcubemail/program/localization/en_US/labels.inc | 1 | ||||
| -rw-r--r-- | roundcubemail/program/localization/pl_PL/labels.inc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index 45da21cb4..c04531cf5 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/program/localization/en_US/labels.inc @@ -271,6 +271,7 @@ $labels['female'] = 'female'; $labels['manager'] = 'Manager'; $labels['assistant'] = 'Assistant'; $labels['spouse'] = 'Spouse'; +$labels['allfields'] = 'All fields'; $labels['typehome'] = 'Home'; $labels['typework'] = 'Work'; diff --git a/roundcubemail/program/localization/pl_PL/labels.inc b/roundcubemail/program/localization/pl_PL/labels.inc index 637768e4d..8c4e910cd 100644 --- a/roundcubemail/program/localization/pl_PL/labels.inc +++ b/roundcubemail/program/localization/pl_PL/labels.inc @@ -408,5 +408,6 @@ $labels['otherfolder'] = 'Folder innego użytkownika'; $labels['sharedfolder'] = 'Folder współdzielony'; $labels['defaultaddressbook'] = 'Nowe kontakty dodawaj do wybranej książki adresowej'; $labels['spellcheckbeforesend'] = 'Przed wysłaniem wiadomości sprawdzaj pisownię'; +$labels['allfields'] = 'Wszystkie pola'; ?> |
