home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / groupoffice-com-2.01 / language / English / groups.English.inc < prev    next >
Text File  |  2004-03-08  |  1KB  |  23 lines

  1. <?php
  2. $groups_title = "User groups";
  3. $groups_tab = "Groups";
  4. $groups_saved = "Settings saved.";
  5. $groups_text = "Click on a group to view it's properties.";
  6. $groups_users_in = "Users in group ";
  7. $groups_no_contacts = "You don't have any member contacts to select.<br /> Use the the Addressbook to add members to your contacts.";
  8.  
  9. $add_group_text = "Enter a name and click on 'Ok' to add a new group.";
  10. $add_group_fail = "Failed adding the group. Please try again.";
  11. $add_group_success = "Successfully added the group.";
  12. $add_group_exists = "The name already exists. Please choose another name.";
  13. $add_group_no_name = "You didn't specify a name.";
  14. $groups_everyone = "This group is a special group and contains all users. You can't modify this group.";
  15. $groups_users_in1 = "user(s) in group";
  16. $groups_no_users = "There are no users in this group.";
  17. $groups_users_in_select = "Select the users that you want to add to this group:";
  18.  
  19. //translation required
  20. $groups_new_group = 'New group';
  21. $groups_members = 'Members';
  22. ?>
  23.