Variations of output:
- No users found
- Displaying 1 user
- Displaying all 27 users
- Displaying users 12 - 18 of 27 in total
The problem is, "user/users" is a variable name since this view helpers accepts collections of any kind of objects. So I've really got 2 dimensions for i18n:
- translation for the name of the object ("User" in this case) and its plural form
- translation of view helper output outlined above.
Below are translations that handle scenario 2), but I have no inspiration about 1).