- Use more descriptive labels for group actions
| | |
| | | $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'; |
| | |
| | | $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ę'; |
| | | |
| | | ?> |
| | |
| | | |
| | | <div id="groupoptionsmenu" class="popupmenu"> |
| | | <ul> |
| | | <li><roundcube:button command="group-rename" label="rename" classAct="active" /></li> |
| | | <li><roundcube:button command="group-delete" label="delete" classAct="active" /></li> |
| | | <li><roundcube:button command="group-rename" label="grouprename" classAct="active" /></li> |
| | | <li><roundcube:button command="group-delete" label="groupdelete" classAct="active" /></li> |
| | | <roundcube:container name="groupoptions" id="groupoptionsmenu" /> |
| | | </ul> |
| | | </div> |