diff options
author | alecpl <alec@alec.pl> | 2011-06-17 09:37:42 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-06-17 09:37:42 +0000 |
commit | 81a0cfba5077472ed892a93d04629120f4a9c4b7 (patch) | |
tree | 6f344ecc433af170543a3669c009b663fc8c7197 /program | |
parent | f2674707ba52f02c26f0010e28671ccfd7137fd0 (diff) |
- Use more descriptive labels for group actions
Diffstat (limited to 'program')
-rw-r--r-- | program/localization/en_US/labels.inc | 2 | ||||
-rw-r--r-- | program/localization/pl_PL/labels.inc | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index e6927e89b..abc04601d 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -313,6 +313,8 @@ $labels['export'] = 'Export'; $labels['exportvcards'] = 'Export contacts in vCard format'; $labels['newcontactgroup'] = 'Create new contact group'; $labels['groupactions'] = 'Actions for contact groups...'; +$labels['grouprename'] = 'Rename group'; +$labels['groupdelete'] = 'Delete group'; $labels['previouspage'] = 'Show previous page'; $labels['firstpage'] = 'Show first page'; diff --git a/program/localization/pl_PL/labels.inc b/program/localization/pl_PL/labels.inc index f51e2e0d2..adb33e9d0 100644 --- a/program/localization/pl_PL/labels.inc +++ b/program/localization/pl_PL/labels.inc @@ -414,5 +414,7 @@ $labels['search'] = 'Szukaj'; $labels['advsearch'] = 'Wyszukiwanie zaawansowane'; $labels['other'] = 'Inne'; $labels['importtarget'] = 'Dodaj nowe kontakty do książki adresowej:'; +$labels['grouprename'] = 'Zmień nazwę grupy'; +$labels['groupdelete'] = 'Usuń grupę'; ?> |