Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-submitting mod_status update #37

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions administrator/language/en-GB/en-GB.mod_status.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
; Note : All ini files need to be saved as UTF-8

MOD_STATUS="User status"
MOD_STATUS_BACKEND_USERS="%s Logged-in backend"
MOD_STATUS_BACKEND_USERS_1="%s Logged-in backend"
MOD_STATUS_FIELD_SHOW_LOGGEDIN_USERS_ADMIN_DESC="Show the number of users logged in to the backend control panel"
MOD_STATUS_BACKEND_USERS="%s Admins"
MOD_STATUS_BACKEND_USERS_1="%s Admin"
MOD_STATUS_FIELD_SHOW_LOGGEDIN_USERS_ADMIN_DESC="Show the number of users logged-in to the backend control panel"
MOD_STATUS_FIELD_SHOW_LOGGEDIN_USERS_ADMIN_LABEL="Show logged-in backend users"
MOD_STATUS_FIELD_SHOW_LOGGEDIN_USERS_DESC="Show the number of users logged in for both frontend site and backend control panel"
MOD_STATUS_FIELD_SHOW_LOGGEDIN_USERS_LABEL="Show logged in users"
MOD_STATUS_FIELD_SHOW_LOGGEDIN_USERS_DESC="Show the number of users logged-in for both frontend site and backend control panel"
MOD_STATUS_FIELD_SHOW_LOGGEDIN_USERS_LABEL="Show logged-in users"
MOD_STATUS_FIELD_SHOW_MESSAGES_DESC="Show the messages count for the current user's inbox"
MOD_STATUS_FIELD_SHOW_MESSAGES_LABEL="Show messages"
MOD_STATUS_LOG_OUT="Log out"
MOD_STATUS_MESSAGES="%d messages"
MOD_STATUS_MESSAGES_0="No messages"
MOD_STATUS_MESSAGES_1="%d message"
MOD_STATUS_USERS="%s Logged-in frontend"
MOD_STATUS_USERS_0="None Logged-in frontend"
MOD_STATUS_USERS_1="%s Logged-in frontend"
MOD_STATUS_MESSAGES="%d"
MOD_STATUS_MESSAGES_0="%d"
MOD_STATUS_MESSAGES_1="%d"
MOD_STATUS_USERS="%s Visitors"
MOD_STATUS_USERS_0="%s Visitors"
MOD_STATUS_USERS_1="%s Visitor"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These 6 should probably be simplified 2.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to talk to JM about that he really likes them as is.

Elin

On Sun, Dec 11, 2011 at 3:30 PM, Rouven Weling <
[email protected]

wrote:

MOD_STATUS_FIELD_SHOW_MESSAGES_DESC="Show the messages count for the
current user's inbox"
MOD_STATUS_FIELD_SHOW_MESSAGES_LABEL="Show messages"
MOD_STATUS_LOG_OUT="Log out"
-MOD_STATUS_MESSAGES="%d messages"
-MOD_STATUS_MESSAGES_0="No messages"
-MOD_STATUS_MESSAGES_1="%d message"
-MOD_STATUS_USERS="%s Logged-in frontend"
-MOD_STATUS_USERS_0="None Logged-in frontend"
-MOD_STATUS_USERS_1="%s Logged-in frontend"
+MOD_STATUS_MESSAGES="%d"
+MOD_STATUS_MESSAGES_0="%d"
+MOD_STATUS_MESSAGES_1="%d"
+MOD_STATUS_USERS="%s Visitors"
+MOD_STATUS_USERS_0="%s Visitors"
+MOD_STATUS_USERS_1="%s Visitor"

These 6 should probably be simplified 2.


Reply to this email directly or view it on GitHub:
https://github.com/joomla/joomla-cms/pull/37/files#r285311

MOD_STATUS_XML_DESCRIPTION="This module shows the status of the logged-in users."