Elgg  Version master
en.php
Go to the documentation of this file.
1 <?php
8 return array(
13  'item:site:site' => 'Site',
14  'collection:site:site' => 'Sites',
15  'index:content' => '<p>Welcome to your Elgg site.</p><p><strong>Tip:</strong> Many sites use the <code>activity</code> plugin to place a site activity stream on this page.</p>',
16 
21  'login' => "Log in",
22  'loginok' => "You have been logged in.",
23  'login:continue' => "Log in to continue",
24  'login:empty' => "Username/email and password are required.",
25  'login:baduser' => "Unable to load your user account.",
26 
27  'logout' => "Log out",
28  'logoutok' => "You have been logged out.",
29  'logouterror' => "We couldn't log you out. Please try again.",
30  'session_expired' => "Your session has expired. Please <a href='javascript:location.reload(true)'>reload</a> the page to log in.",
31  'session_changed_user' => "You have been logged in as another user. You should <a href='javascript:location.reload(true)'>reload</a> the page.",
32 
33  'loggedinrequired' => "You must be logged in to view the requested page.",
34  'loggedoutrequired' => "You must be logged out to view the requested page.",
35  'adminrequired' => "You must be an administrator to view the requested page.",
36  'membershiprequired' => "You must be a member of this group to view the requested page.",
37  'limited_access' => "You do not have permission to view the requested page.",
38  'invalid_request_signature' => "The URL of the page you are trying to access is invalid or has expired",
39 
44  'exception:title' => "Fatal Error.",
45  'exception:contact_admin' => 'An unrecoverable error has occurred and has been logged. Contact the site administrator with the following information:',
46 
47  'actionnotfound' => "The action file for %s was not found.",
48  'actionunauthorized' => 'You are unauthorized to perform this action',
49 
50  'ajax:error' => 'Unexpected error while performing an AJAX call. Maybe the connection to the server is lost.',
51  'ajax:not_is_xhr' => 'You cannot access AJAX views directly',
52  'ajax:pagination:no_data' => 'No new page data found',
53  'ajax:pagination:load_more' => 'Load more',
54 
55  'ElggEntity:Error:SetSubtype' => 'Use %s instead of the magic setter for "subtype"',
56  'ElggEntity:Error:SetEnabled' => 'Use %s instead of the magic setter for "enabled"',
57  'ElggEntity:Error:SetDeleted' => 'Use %s instead of the magic setter for "deleted"',
58  'ElggUser:Error:SetAdmin' => 'Use %s instead of the magic setter for "admin"',
59  'ElggUser:Error:SetBanned' => 'Use %s instead of the magic setter for "banned"',
60 
61  'PluginException:CannotStart' => '%s (guid: %s) cannot start and has been deactivated. Reason: %s',
62  'PluginException:InvalidID' => "%s is an invalid plugin ID.",
63  'PluginException:PluginMustBeActive' => "Requires plugin '%s' to be active.",
64  'PluginException:PluginMustBeAfter' => "Requires to be positioned after plugin '%s'.",
65  'PluginException:PluginMustBeBefore' => "Requires to be positioned before plugin '%s'.",
66  'ElggPlugin:MissingID' => 'Missing plugin ID (guid %s)',
67  'ElggPlugin:NoPluginComposer' => 'Missing composer.json for plugin ID %s (guid %s)',
68  'ElggPlugin:StartFound' => 'For plugin ID %s a start.php was found. This could indicate a unsupported plugin version.',
69  'ElggPlugin:IdMismatch' => 'This plugin\'s directory must be renamed to "%s" to match the projectname set in the plugin composer.json.',
70  'ElggPlugin:Error' => 'Plugin error',
71  'ElggPlugin:Exception:CannotIncludeFile' => 'Cannot include %s for plugin %s (guid: %s) at %s.',
72  'ElggPlugin:Exception:IncludeFileThrew' => 'Threw exception including %s for plugin %s (guid: %s) at %s.',
73  'ElggPlugin:Exception:CannotRegisterViews' => 'Cannot open views dir for plugin %s (guid: %s) at %s.',
74  'ElggPlugin:InvalidAndDeactivated' => '%s is an invalid plugin and has been deactivated.',
75  'ElggPlugin:activate:BadConfigFormat' => 'Plugin file "elgg-plugin.php" did not return a serializable array.',
76  'ElggPlugin:activate:ConfigSentOutput' => 'Plugin file "elgg-plugin.php" sent output.',
77 
78  'ElggPlugin:Dependencies:ActiveDependent' => 'There are other plugins that list %s as a dependency. You must disable the following plugins before disabling this one: %s',
79  'ElggPlugin:Dependencies:MustBeActive' => 'Must be active',
80  'ElggPlugin:Dependencies:Position' => 'Position',
81 
82  'ElggMenuBuilder:Trees:NoParents' => 'Menu items found without parents to link them to',
83  'ElggMenuBuilder:Trees:OrphanedChild' => 'Menu item [%s] found with a missing parent[%s]',
84  'ElggMenuBuilder:Trees:DuplicateChild' => 'Duplicate registration found for menu item [%s]',
85 
86  'RegistrationException:EmptyPassword' => 'The password fields cannot be empty',
87  'RegistrationException:PasswordMismatch' => 'Passwords must match',
88  'LoginException:BannedUser' => 'You have been banned from this site and cannot log in',
89  'LoginException:UsernameFailure' => 'We could not log you in. Please check your username/email and password.',
90  'LoginException:PasswordFailure' => 'We could not log you in. Please check your username/email and password.',
91  'LoginException:AccountLocked' => 'Your account has been locked for too many log in failures.',
92  'LoginException:ChangePasswordFailure' => 'Failed current password check.',
93  'LoginException:Unknown' => 'We could not log you in due to an unknown error.',
94  'LoginException:AdminValidationPending' => "Your account needs to be validated by a site administrator before you can use it. You'll be notified when your account is validated.",
95  'LoginException:DisabledUser' => "Your account has been disabled. You're not allowed to login.",
96 
97  'UserFetchFailureException' => 'Cannot check permission for user_guid [%s] as the user does not exist.',
98 
99  'PageNotFoundException' => 'The page you are trying to view does not exist or you do not have permissions to view it',
100  'EntityNotFoundException' => 'The content you were trying to access has been removed or you do not have permissions to access it',
101  'EntityPermissionsException' => 'You do not have sufficient permissions for this action',
102  'GatekeeperException' => 'You do not have permissions to view the page you are trying to access',
103  'RegistrationAllowedGatekeeperException:invalid_invitecode' => "The provided invite code is not valid",
104  'BadRequestException' => 'Bad request',
105  'BadRequestException:invalid_host_header' => 'The request contains an invalid HOST header',
106  'BadRequestException:livesearch:no_query' => 'Livesearch requires a query',
107  'ValidationException' => 'Submitted data did not meet the requirements, please check your input',
108  'ValidationException:field:required' => 'Field %s is required, empty data provided',
109  'ValidationException:field:url' => 'Field %s does not meet the URL requirements, please check your input',
110  'LogicException:InterfaceNotImplemented' => '%s must implement %s',
111  'ForbiddenException' => 'You do not have sufficient permissions to view this page',
112  'GoneException' => 'The requested resource is no longer available',
113  'InternalServerErrorException' => 'An unknown error occurred while trying to process your request',
114  'MethodNotAllowedException' => 'The requested method is not allowed for this resource',
115  'NotImplementedException' => 'The requested method is not implemented for this resource',
116  'ServiceUnavailableException' => 'The server could not process your request, please try again later',
117  'TooManyRequestsException' => 'Too many requests, please slow down',
118  'UnauthorizedException' => 'You do not have the valid authentication credentials for the target resource',
119 
120  'Security:InvalidPasswordCharacterRequirementsException' => "The provided password is doesn't meet the character requirements",
121  'Security:InvalidPasswordLengthException' => "The provided password doesn't meet the minimal length requirement of %s characters",
122 
123  'Entity:Subscriptions:InvalidMethodsException' => '%s requires $methods to be a string or an array of strings',
124 
125  'changebookmark' => 'Please change your bookmark for this page',
126  'error:missing_data' => 'There was some data missing in your request',
127  'save:fail' => 'There was a failure saving your data',
128  'save:success' => 'Your data was saved',
129 
130  'error:default:title' => 'Oops...',
131  'error:default:content' => 'Oops... something went wrong.',
132  'error:400:title' => 'Bad request',
133  'error:400:content' => 'Sorry. The request is invalid or incomplete.',
134  'error:401:title' => 'Unauthorized',
135  'error:403:title' => 'Forbidden',
136  'error:403:content' => 'Sorry. You are not allowed to access the requested page.',
137  'error:404:title' => 'Page not found',
138  'error:404:content' => 'Sorry. We could not find the page that you requested.',
139  'error:407:title' => 'Proxy authentication required',
140  'error:500:title' => 'Internal server error',
141  'error:503:title' => 'Service unavailable',
142 
143  'upload:error:ini_size' => 'The file you tried to upload is too large.',
144  'upload:error:form_size' => 'The file you tried to upload is too large.',
145  'upload:error:partial' => 'The file upload did not complete.',
146  'upload:error:no_file' => 'No file was selected.',
147  'upload:error:no_tmp_dir' => 'Cannot save the uploaded file.',
148  'upload:error:cant_write' => 'Cannot save the uploaded file.',
149  'upload:error:extension' => 'Cannot save the uploaded file.',
150  'upload:error:unknown' => 'The file upload failed.',
151 
155  'table_columns:fromView:admin' => 'Admin',
156  'table_columns:fromView:banned' => 'Banned',
157  'table_columns:fromView:checkbox' => 'Select',
158  'table_columns:fromView:container' => 'Container',
159  'table_columns:fromView:entity_menu' => 'Menu',
160  'table_columns:fromView:excerpt' => 'Description',
161  'table_columns:fromView:link' => 'Name/Title',
162  'table_columns:fromView:icon' => 'Icon',
163  'table_columns:fromView:item' => 'Item',
164  'table_columns:fromView:language' => 'Language',
165  'table_columns:fromView:last_action' => 'Last action',
166  'table_columns:fromView:last_login' => 'Last login',
167  'table_columns:fromView:owner' => 'Owner',
168  'table_columns:fromView:prev_last_login' => 'Previous last login',
169  'table_columns:fromView:time_created' => 'Time Created',
170  'table_columns:fromView:time_updated' => 'Time Updated',
171  'table_columns:fromView:unvalidated_menu' => 'Menu',
172  'table_columns:fromView:user' => 'User',
173 
174  'table_columns:fromProperty:description' => 'Description',
175  'table_columns:fromProperty:email' => 'Email',
176  'table_columns:fromProperty:name' => 'Name',
177  'table_columns:fromProperty:type' => 'Type',
178  'table_columns:fromProperty:username' => 'Username',
179  'table_columns:fromProperty:validated' => 'Validated',
180 
181  'table_columns:fromMethod:getSubtype' => 'Subtype',
182  'table_columns:fromMethod:getDisplayName' => 'Name/Title',
183  'table_columns:fromMethod:getMimeType' => 'MIME Type',
184  'table_columns:fromMethod:getSimpleType' => 'Type',
185 
190  'name' => "Display name",
191  'email' => "Email address",
192  'username' => "Username",
193  'loginusername' => "Username or email",
194  'password' => "Password",
195  'passwordagain' => "Password (again for verification)",
196  'admin_option' => "Make this user an admin?",
197  'autogen_password_option' => "Automatically generate a secure password?",
198 
203  'access:label:private' => "Private",
204  'access:label:logged_in' => "Logged in users",
205  'access:label:public' => "Public",
206  'access:label:logged_out' => "Logged out users",
207  'access:label:friends' => "Friends",
208  'access' => "Who can see this",
209  'access:limited:label' => "Limited",
210  'access:help' => "The access level",
211  'access:read' => "Read access",
212  'access:write' => "Write access",
213  'access:admin_only' => "Administrators only",
214 
219  'dashboard' => "Dashboard",
220  'dashboard:nowidgets' => "Your dashboard lets you track the activity and content on this site that matters to you.",
221 
222  'widgets:add' => 'Add widgets',
223  'widgets:add:description' => "Click on any widget button below to add it to the page.",
224  'widget:unavailable' => 'You have already added this widget',
225  'widget:numbertodisplay' => 'Number of items to display',
226 
227  'widget:delete' => 'Remove %s',
228  'widget:edit' => 'Customize this widget',
229 
230  'item:object:widget' => "Widget",
231  'collection:object:widget' => 'Widgets',
232  'widgets:add:success' => "The widget was successfully added.",
233  'widgets:add:failure' => "We could not add your widget.",
234  'widgets:move:failure' => "We could not store the new widget position.",
235  'widgets:remove:failure' => "Unable to remove this widget",
236  'widgets:not_configured' => "This widget is not yet configured",
237 
242  'group' => "Group",
243  'item:group' => "Group",
244  'collection:group' => 'Groups',
245  'item:group:group' => "Group",
246  'collection:group:group' => 'Groups',
247  'groups:tool_gatekeeper' => "The requested functionality is currently not enabled in this group",
248 
253  'user' => "User",
254  'item:user' => "User",
255  'collection:user' => 'Users',
256  'item:user:user' => 'User',
257  'collection:user:user' => 'Users',
258  'notification:user:user:make_admin' => "Send a notification when a user receives admin rights",
259  'notification:user:user:remove_admin' => "Send a notification when the admin rights of a user are revoked",
260  'notification:user:user:unban' => "Send a notification when a user is unbanned",
261 
262  'friends' => "Friends",
263  'collection:friends' => 'Friends\' %s',
264 
265  'avatar' => 'Avatar',
266  'avatar:edit' => 'Edit avatar',
267  'avatar:upload:instructions' => "Your avatar is displayed throughout the site. You can change it as often as you'd like. (File formats accepted: GIF, JPG or PNG)",
268  'avatar:upload:success' => 'Avatar successfully uploaded',
269  'avatar:upload:fail' => 'Avatar upload failed',
270  'avatar:resize:fail' => 'Resize of the avatar failed',
271  'avatar:remove:success' => 'Removing the avatar succeeded',
272  'avatar:remove:fail' => 'Avatar remove failed',
273 
274  'header:remove:success' => 'Removing the header succeeded',
275  'header:remove:fail' => 'Header remove failed',
276  'header:upload:success' => 'Uploading the header succeeded',
277  'header:upload:fail' => 'Header upload failed',
278 
279  'action:user:validate:already' => "%s was already validated",
280  'action:user:validate:success' => "%s has been validated",
281  'action:user:validate:error' => "An error occurred while validating %s",
282 
283  'action:user:login_as' => "Login as",
284  'action:user:logout_as' => "Return to %s",
285 
286  'action:user:login_as:success' => "You are now logged in as %s",
287  'action:user:login_as:unknown' => "Unknown user. Could not login.",
288  'action:user:login_as:error' => "Could not login as %s",
289 
290  'action:admin:user:bulk:ban' => "Successfully banned %s users",
291  'action:admin:user:bulk:unban' => "Successfully unbanned %s users",
292 
296  'feed:rss' => 'RSS',
297  'feed:rss:title' => 'RSS feed for this page',
301  'link:view' => 'view link',
302  'link:view:all' => 'View all',
303  'link:skip_to_main' => 'Skip to main content',
304 
308  'river' => "River",
309  'river:user:friend' => "%s is now a friend with %s",
310  'river:site:site:join' => "%s joined the site",
311  'river:update:user:avatar' => '%s has a new avatar',
312  'river:posted:generic' => '%s posted',
313  'river:ingroup' => 'in the group %s',
314  'river:none' => 'No activity',
315  'river:update' => 'Update for %s',
316  'river:delete' => 'Remove this activity item',
317  'river:delete:success' => 'Activity item has been deleted',
318  'river:delete:fail' => 'Activity item could not be deleted',
319  'river:delete:lack_permission' => 'You lack permission to delete this activity item',
320  'river:subject:invalid_subject' => 'Invalid user',
321  'activity:owner' => 'Activity',
322 
327  'relationship:default' => "%s relates to %s",
328 
332  'notification:method:email' => 'Email',
333  'notification:method:email:from' => '%s (via %s)',
334  'notification:method:delayed_email' => 'Delayed email',
335 
336  'usersettings:notifications:title' => "Notification settings",
337  'usersettings:notifications:users:title' => 'Notifications per user',
338  'usersettings:notifications:users:description' => 'To receive notifications from your friends (on an individual basis) when they create new content, find them below and select the notification method you would like to use.',
339 
340  'usersettings:notifications:menu:page' => "Notification settings",
341  'usersettings:notifications:menu:filter:settings' => "Settings",
342 
343  'usersettings:notifications:default:description' => 'Default notification settings for events from the system',
344  'usersettings:notifications:content_create:description' => 'Default notification settings for new content you created, this can cause notifications when others take action on you content like leaving a comment',
345  'usersettings:notifications:create_comment:description' => "Default notification setting when you comment on content in order to follow the rest of the conversation",
346  'usersettings:notifications:mentions:description' => "Receive a notification when you get @mentioned",
347  'usersettings:notifications:admin_validation_notification:description' => "Receive a notification when a newly registered user needs to be validated",
348 
349  'usersettings:notifications:timed_muting' => "Temporarily disable notifications",
350  'usersettings:notifications:timed_muting:help' => "If you don't wish to receive any notifications during a certain period (for example a holiday) you can set a start and end date to temporarily disable all notifications",
351  'usersettings:notifications:timed_muting:start' => "First day",
352  'usersettings:notifications:timed_muting:end' => "Last day",
353  'usersettings:notifications:timed_muting:warning' => "Currently your notifications are temporarily disabled",
354 
355  'usersettings:notifications:save:ok' => "Notification settings were successfully saved.",
356  'usersettings:notifications:save:fail' => "There was a problem saving the notification settings.",
357 
358  'usersettings:notifications:subscriptions:save:ok' => "Notification subscriptions were successfully saved.",
359  'usersettings:notifications:subscriptions:save:fail' => "There was a problem saving the notification subscriptions.",
360 
361  'notification:default:salutation' => 'Dear %s,',
362  'notification:default:sign-off' => 'Regards,
363 
364 %s',
365  'notification:subject' => 'Notification about %s',
366  'notification:body' => 'View the new activity at %s',
367 
368  'notification:mentions:subject' => '%s mentioned you',
369  'notification:mentions:body' => "%s mentioned you in '%s'.
370 
371 To see the full post, click on the link below:
372 %s",
373 
374  'notifications:delayed_email:subject:daily' => "Daily notifications",
375  'notifications:delayed_email:subject:weekly' => "Weekly notifications",
376  'notifications:delayed_email:body:intro' => "Below is a list of your delayed notifications.",
377 
378  'notifications:subscriptions:record:settings' => 'Show detailed selection',
379  'notifications:subscriptions:no_results' => 'There are no subscription records yet',
380  'notifications:subscriptions:details:no_results' => 'There are no detailed subscriptions to configure.',
381  'notifications:subscriptions:details:reset' => 'Undo selection',
382 
383  'notifications:mute:title' => "Mute notifications",
384  'notifications:mute:description' => "If you no longer wish to receive notifications like the one you received configure one or more of the following reasons to block all notifications:",
385  'notifications:mute:error:content' => "No notification settings could be determined",
386  'notifications:mute:entity' => "about '%s'",
387  'notifications:mute:container' => "from '%s'",
388  'notifications:mute:owner' => "by '%s'",
389  'notifications:mute:actor' => "initiated by '%s'",
390  'notifications:mute:group' => "written in the group '%s'",
391  'notifications:mute:user' => "written by the user '%s'",
392 
393  'notifications:mute:save:success' => "Your notification settings have been saved",
394 
395  'notifications:mute:email:footer' => "Mute these emails",
396 
401  'search' => "Search",
402  'notfound' => "No results found.",
403 
404  'viewtype:change' => "Change list type",
405  'viewtype:list' => "List view",
406  'viewtype:gallery' => "Gallery",
407  'search:go' => 'Go',
408  'userpicker:only_friends' => 'Only friends',
409 
414  'account' => "Account",
415  'settings' => "Settings",
416  'tools' => "Tools",
417  'settings:edit' => 'Edit settings',
418 
419  'register' => "Register",
420  'registerok' => "You have successfully registered for %s.",
421  'registerbad' => "Your registration was unsuccessful because of an unknown error.",
422  'registerdisabled' => "Registration has been disabled by the system administrator",
423  'register:fields' => 'All fields are required',
424 
425  'registration:noname' => 'Display name is required.',
426  'registration:notemail' => 'The email address you provided does not appear to be a valid email address.',
427  'registration:userexists' => 'That username already exists',
428  'registration:usernametooshort' => 'Your username must be a minimum of %u characters long.',
429  'registration:usernametoolong' => 'Your username is too long. It can have a maximum of %u characters.',
430  'registration:dupeemail' => 'This email address has already been registered.',
431  'registration:invalidchars' => 'Sorry, your username contains the character %s which is invalid. The following characters are invalid: %s',
432  'registration:invalidchars:route' => 'Sorry, your username contains the character %s which is invalid.',
433  'registration:emailnotvalid' => 'Sorry, the email address you entered is invalid on this system',
434  'registration:passwordnotvalid' => 'Sorry, the password you entered is invalid on this system',
435  'registration:usernamenotvalid' => 'Sorry, the username you entered is invalid on this system',
436 
437  'adduser:ok' => "You have successfully added a new user.",
438 
439  'user:name:label' => "Display name",
440  'user:name:success' => "Successfully changed display name on the system.",
441  'user:name:fail' => "Could not change display name on the system.",
442  'user:username:success' => "Successfully changed username on the system.",
443  'user:username:fail' => "Could not change username on the system.",
444 
445  'user:set:password' => "Account password",
446  'user:current_password:label' => 'Current password',
447  'user:password:label' => "New password",
448  'user:password2:label' => "New password again",
449  'user:password:success' => "Password changed",
450  'user:changepassword:unknown_user' => 'Invalid user.',
451  'user:changepassword:change_password_confirm' => 'This will change your password.',
452 
453  'user:delete:title' => 'Confirm account deletion',
454  'user:delete:description' => 'Please confirm that you wish to delete the account of %s. Deleting the account will also delete all content (including groups) owned by this user. This might also include related content such as group content, subpages or comments on the content. Below you can view a list of content owned by the user.',
455  'user:delete:confirm' => "I hereby confirm I want to delete this user",
456 
457  'user:color_scheme:label' => "Color scheme",
458  'user:color_scheme:browser' => "Browser preference",
459  'user:color_scheme:success' => "Color scheme has been updated.",
460 
461  'user:language:label' => "Language",
462  'user:language:success' => "Language settings have been updated.",
463 
464  'user:username:notfound' => 'Username %s not found.',
465  'user:username:help' => 'Please be aware that changing a username will change all dynamic user related links',
466 
467  'user:password:lost' => 'Lost password',
468  'user:password:hash_missing' => 'Regretfully, we must ask you to reset your password. We have improved the security of passwords on the site, but were unable to migrate all accounts in the process.',
469  'user:password:changereq:success' => 'Successfully requested a new password, email sent',
470 
471  'user:password:text' => 'To request a new password, enter your username or email address below and click the Request button.',
472 
473  'user:persistent' => 'Remember me',
474 
475  'walled_garden:home' => 'Home',
476 
480  'password:requirements:min_length' => "The password needs to be at least %s characters.",
481  'password:requirements:lower' => "The password needs to have at least %s lower case characters.",
482  'password:requirements:no_lower' => "The password shouldn't contain any lower case characters.",
483  'password:requirements:upper' => "The password needs to have at least %s upper case characters.",
484  'password:requirements:no_upper' => "The password shouldn't contain any upper case characters.",
485  'password:requirements:number' => "The password needs to have at least %s number characters.",
486  'password:requirements:no_number' => "The password shouldn't contain any number characters.",
487  'password:requirements:special' => "The password needs to have at least %s special characters.",
488  'password:requirements:no_special' => "The password shouldn't contain any special characters.",
489 
493  'menu:page:header:administer' => 'Administer',
494  'menu:page:header:configure' => 'Configure',
495  'menu:page:header:utilities' => 'Utilities',
496  'menu:page:header:develop' => 'Develop',
497  'menu:page:header:information' => 'Information',
498  'menu:page:header:default' => 'Other',
499  'menu:page:header:plugin_settings' => 'Plugin Settings',
500 
501  'admin:view_site' => 'View site',
502  'admin:loggedin' => 'Logged in as %s',
503  'admin:menu' => 'Menu',
504 
505  'admin:configuration:success' => "Your settings have been saved.",
506  'admin:configuration:fail' => "Your settings could not be saved.",
507  'admin:configuration:dataroot:relative_path' => 'Cannot set "%s" as the dataroot because it is not an absolute path.',
508 
509  'admin:unknown_section' => 'Invalid Admin Section.',
510 
511  'admin' => "Administration",
512  'admin:header:release' => "Elgg release: %s",
513  'admin:description' => "The admin panel allows you to control all aspects of the system, from user management to how plugins behave. Choose an option below to get started.",
514 
515  'admin:performance' => 'Performance',
516  'admin:performance:label:generic' => 'Generic',
517  'admin:performance:generic:description' => 'Below is a list of performance suggestions / values which could help in tuning your website',
518  'admin:performance:simplecache' => 'Simplecache',
519  'admin:performance:simplecache:settings:warning' => "It's recommended you configure the simplecache setting in the settings.php.
520 Configuring simplecache in the settings.php file improves caching performance.
521 It allows Elgg to skip connecting to the database when serving cached JavaScript and CSS files",
522  'admin:performance:systemcache' => 'Systemcache',
523  'admin:performance:apache:mod_cache' => 'Apache mod_cache',
524  'admin:performance:apache:mod_cache:warning' => 'The mod_cache module provides HTTP-aware caching schemes. This means that the files will be cached according to an instruction specifying how long a page can be considered "fresh".',
525  'admin:performance:php:open_basedir' => 'PHP open_basedir',
526  'admin:performance:php:open_basedir:not_configured' => 'No limitations have been set',
527  'admin:performance:php:open_basedir:warning' => 'A small amount of open_basedir limitations are in effect, this could impact performance.',
528  'admin:performance:php:open_basedir:error' => 'A large amount of open_basedir limitations are in effect, this will probably impact performance.',
529  'admin:performance:php:open_basedir:generic' => 'With open_basedir every file access will be checked against the list of limitations.
530 Since Elgg has a lot of file access this will negatively impact performance. Also PHPs opcache can no longer cache file paths in memory and has to resolve this upon every access.',
531 
532  'admin:statistics' => 'Statistics',
533  'admin:server' => 'Server',
534  'admin:cron' => 'Cron',
535  'admin:cron:record' => 'Latest Cron Jobs',
536  'admin:cron:period' => 'Cron period',
537  'admin:cron:friendly' => 'Last completed',
538  'admin:cron:date' => 'Date and time',
539  'admin:cron:msg' => 'Message',
540  'admin:cron:started' => 'Cron jobs for "%s" started at %s',
541  'admin:cron:started:actual' => 'Cron interval "%s" started processing at %s',
542  'admin:cron:complete' => 'Cron jobs for "%s" completed at %s',
543 
544  'admin:appearance' => 'Appearance',
545  'admin:administer_utilities' => 'Utilities',
546  'admin:develop_utilities' => 'Utilities',
547  'admin:configure_utilities' => 'Utilities',
548  'admin:configure_utilities:robots' => 'Robots.txt',
549 
550  'admin:users' => "Users",
551  'admin:users:online' => 'Currently Online',
552  'admin:users:newest' => 'Newest',
553  'admin:users:admins' => 'Administrators',
554  'admin:users:banned' => 'Banned',
555  'admin:users:searchuser' => 'Search user to make them admin',
556  'admin:users:existingadmins' => 'List of existing admins',
557  'admin:users:add' => 'Add New User',
558  'admin:users:description' => "This admin panel allows you to control user settings for your site. Choose an option below to get started.",
559  'admin:users:adduser:label' => "Click here to add a new user...",
560  'admin:users:opt:linktext' => "Configure users...",
561  'admin:users:opt:description' => "Configure users and account information. ",
562  'admin:users:find' => 'Find',
563  'admin:users:unvalidated' => 'Unvalidated',
564  'admin:users:unvalidated:no_results' => 'No unvalidated users.',
565  'admin:users:unvalidated:registered' => 'Registered: %s',
566  'admin:users:unvalidated:change_email' => 'Change e-mail address',
567  'admin:users:unvalidated:change_email:user' => 'Change e-mail address for: %s',
568  'admin:users:inactive' => 'Inactive',
569  'admin:users:inactive:last_login_before' => "Show users not logged in after",
570  'admin:users:inactive:last_login_before:help' => "This will also show users who have never logged in.",
571  'admin:users:details:attributes' => 'User attributes',
572  'admin:users:details:profile' => 'Profile information',
573  'admin:users:details:profile:no_fields' => 'No profile fields configured',
574  'admin:users:details:profile:no_information' => 'No profile information available',
575  'admin:users:details:statistics' => 'Content statistics',
576 
577  'admin:configure_utilities:maintenance' => 'Maintenance mode',
578  'admin:upgrades' => 'Upgrades',
579  'admin:upgrades:finished' => 'Completed',
580  'admin:upgrades:db' => 'Database upgrades',
581  'admin:upgrades:db:name' => 'Upgrade name',
582  'admin:upgrades:db:start_time' => 'Start time',
583  'admin:upgrades:db:end_time' => 'End time',
584  'admin:upgrades:db:duration' => 'Duration',
585  'admin:upgrades:menu:pending' => 'Pending upgrades',
586  'admin:upgrades:menu:completed' => 'Completed upgrades',
587  'admin:upgrades:menu:db' => 'Database upgrades',
588  'admin:upgrades:menu:run_single' => 'Run this upgrade',
589  'admin:upgrades:run' => 'Run upgrades now',
590  'admin:upgrades:error:invalid_upgrade' => 'Entity %s does not exist or not a valid instance of ElggUpgrade',
591  'admin:upgrades:error:invalid_batch' => 'Batch runner for the upgrade %s (%s) could not be instantiated',
592  'admin:upgrades:completed' => 'Upgrade "%s" completed at %s',
593  'admin:upgrades:completed:errors' => 'Upgrade "%s" completed at %s but encountered %s errors',
594  'admin:upgrades:failed' => 'Upgrade "%s" failed',
595  'admin:action:upgrade:reset:success' => 'Upgrade "%s" was reset',
596 
597  'admin:settings' => 'Settings',
598  'admin:settings:basic' => 'Basic Settings',
599  'admin:settings:i18n' => 'Internationalization',
600  'admin:settings:advanced' => 'Advanced Settings',
601  'admin:settings:users' => 'Users',
602  'admin:site_icons' => "Site Icons",
603  'admin:site_icons:site_icon' => "Site Icon",
604  'admin:site_icons:info' => "Upload an icon related to your site. This icon will be used as a favicon and when showing the site for example as the sender in site notifications.",
605  'admin:site_icons:font_awesome' => "Font Awesome",
606  'admin:site_icons:font_awesome:zip' => "Upload ZIP file",
607  'admin:site_icons:font_awesome:zip:help' => "Here you can upload a Font Awesome download from https://fontawesome.com/download. This webfont will be served locally.",
608  'admin:site_icons:font_awesome:zip:error' => "Uploaded ZIP can not be extracted",
609  'admin:site_icons:font_awesome:remove_zip' => "Remove uploaded font",
610  'admin:theme' => "Theme",
611  'admin:theme:info' => "Various theme variables can be configured on this form. This configuration will override the existing configuration.",
612  'admin:theme:warning' => "Be advised that these changes could potentially break your styling.",
613  'admin:theme:css_variable:name' => "CSS variable",
614  'admin:theme:css_variable:value' => "Value",
615  'admin:site_settings' => "Site Settings",
616  'admin:site:description' => "This admin panel allows you to control global settings for your site. Choose an option below to get started.",
617  'admin:site:opt:linktext' => "Configure site...",
618  'admin:settings:in_settings_file' => 'This setting is configured in settings.php',
619 
620  'site_secret:current_strength' => 'Key Strength',
621  'site_secret:strength:weak' => "Weak",
622  'site_secret:strength_msg:weak' => "We strongly recommend that you regenerate your site secret.",
623  'site_secret:strength:moderate' => "Moderate",
624  'site_secret:strength_msg:moderate' => "We recommend you regenerate your site secret for the best site security.",
625  'site_secret:strength:strong' => "Strong",
626  'site_secret:strength_msg:strong' => "Your site secret is sufficiently strong. There is no need to regenerate it.",
627 
628  'admin:dashboard' => 'Dashboard',
629  'admin:widget:online_users' => 'Online users',
630  'admin:widget:online_users:help' => 'Lists the users currently on the site',
631  'admin:widget:new_users' => 'New users',
632  'admin:widget:new_users:help' => 'Lists the newest users',
633  'admin:widget:banned_users' => 'Banned users',
634  'admin:widget:banned_users:help' => 'Lists the banned users',
635  'admin:widget:content_stats' => 'Content statistics',
636  'admin:widget:content_stats:help' => 'Keep track of the content created by your users',
637  'admin:widget:cron_status' => 'Cron status',
638  'admin:widget:cron_status:help' => 'Shows the status of the last time cron jobs finished',
639  'admin:widget:elgg_blog' => 'Elgg blog',
640  'admin:widget:elgg_blog:help' => 'Shows the latest posts from the Elgg blog',
641  'admin:widget:elgg_blog:no_results' => 'Unable to fetch the latest Elgg news',
642  'admin:statistics:numentities' => 'Content Statistics',
643  'admin:statistics:numentities:type' => 'Content type',
644  'admin:statistics:numentities:number' => 'Number',
645  'admin:statistics:numentities:searchable' => 'Searchable entities',
646  'admin:statistics:numentities:other' => 'Other entities',
647 
648  'admin:statistics:database' => 'Database Information',
649  'admin:statistics:database:table' => 'Table',
650  'admin:statistics:database:row_count' => 'Row count',
651 
652  'admin:statistics:queue' => 'Queue information',
653  'admin:statistics:queue:name' => 'Name',
654  'admin:statistics:queue:row_count' => 'Row count',
655  'admin:statistics:queue:oldest' => 'Oldest record',
656  'admin:statistics:queue:newest' => 'Newest record',
657 
658  'admin:widget:admin_welcome' => 'Welcome',
659  'admin:widget:admin_welcome:help' => "A short introduction to Elgg's admin area",
660  'admin:widget:admin_welcome:intro' => 'Welcome to Elgg! Right now you are looking at the administration dashboard. It\'s useful for tracking what\'s happening on the site.',
661 
662  'admin:widget:admin_welcome:registration' => "Registration for new users is currently disabled! You can enabled this on the %s page.",
663  'admin:widget:admin_welcome:admin_overview' => "Navigation for the administration area is provided by the menu to the right. It is organized into
664 three sections:
665  <dl>
666  <dt>Administer</dt><dd>Basic tasks like managing users, monitoring reported content and activating plugins.</dd>
667  <dt>Configure</dt><dd>Occasional tasks like setting the site name or configuring security preferences.</dd>
668  <dt>Utilities</dt><dd>Various tools to support site maintenance.</dd>
669  <dt>Information</dt><dd>Information about your site like statistics.</dd>
670  <dt>Develop</dt><dd>For developers who are building plugins or debugging the site. (Requires a developer plugin.)</dd>
671  </dl>",
672 
673  // argh, this is ugly
674  'admin:widget:admin_welcome:outro' => '<br />Be sure to check out the resources available through the footer links and thank you for using Elgg!',
675 
676  'admin:widget:control_panel' => 'Control panel',
677  'admin:widget:control_panel:help' => "Provides easy access to common controls",
678 
679  'admin:cache:flush' => 'Flush the caches',
680  'admin:cache:flushed' => "The site's caches have been flushed",
681  'admin:cache:invalidate' => 'Invalidate the caches',
682  'admin:cache:invalidated' => "The site's caches have been invalidated",
683  'admin:cache:clear' => 'Clear the caches',
684  'admin:cache:cleared' => "The site's caches have been cleared",
685  'admin:cache:purge' => 'Purge the caches',
686  'admin:cache:purged' => "The site's caches have been purged",
687 
688  'admin:footer:faq' => 'Administration FAQ',
689  'admin:footer:manual' => 'Administration Manual',
690  'admin:footer:community_forums' => 'Elgg Community Forums',
691  'admin:footer:blog' => 'Elgg Blog',
692 
693  'admin:plugins:category:all' => 'All plugins',
694  'admin:plugins:category:active' => 'Active plugins',
695  'admin:plugins:category:inactive' => 'Inactive plugins',
696  'admin:plugins:category:admin' => 'Admin',
697  'admin:plugins:category:bundled' => 'Bundled',
698  'admin:plugins:category:nonbundled' => 'Non-bundled',
699  'admin:plugins:category:content' => 'Content',
700  'admin:plugins:category:development' => 'Development',
701  'admin:plugins:category:enhancement' => 'Enhancements',
702  'admin:plugins:category:api' => 'Service/API',
703  'admin:plugins:category:communication' => 'Communication',
704  'admin:plugins:category:security' => 'Security and Spam',
705  'admin:plugins:category:social' => 'Social',
706  'admin:plugins:category:multimedia' => 'Multimedia',
707  'admin:plugins:category:theme' => 'Themes',
708  'admin:plugins:category:widget' => 'Widgets',
709  'admin:plugins:category:utility' => 'Utilities',
710 
711  'admin:plugins:markdown:unknown_plugin' => 'Unknown plugin.',
712  'admin:plugins:markdown:unknown_file' => 'Unknown file.',
713 
714  'admin:notices:delete_all' => 'Dismiss all %s notices',
715  'admin:notices:could_not_delete' => 'Could not delete notice.',
716  'item:object:admin_notice' => 'Admin notice',
717  'collection:object:admin_notice' => 'Admin notices',
718 
719  'admin:options' => 'Admin options',
720 
721  'admin:security' => 'Security',
722  'admin:security:information' => 'Information',
723  'admin:security:information:description' => 'On this page you can find a list of security recommendations.',
724  'admin:security:information:https' => 'Is the website protected by HTTPS',
725  'admin:security:information:https:warning' => "It's recommended to protect your website using HTTPS, this helps protect data (eg. passwords) from being sniffed over the internet connection.",
726  'admin:security:information:wwwroot' => 'Website main folder is writable',
727  'admin:security:information:wwwroot:error' => "It's recommended that you install Elgg in a folder which isn't writable by your webserver. Malicious visitors could place unwanted code in your website.",
728  'admin:security:information:validate_input' => 'Input validation',
729  'admin:security:information:validate_input:error' => "Some plugin has disabled the input validation on your website, this will allow users to submit potentially harmfull content (eg. cross-site-scripting, etc)",
730  'admin:security:information:password_length' => 'Minimal password length',
731  'admin:security:information:password_length:warning' => "It's recommended to have a minimal password length of at least 6 characters.",
732  'admin:security:information:username_length' => 'Minimal username length',
733  'admin:security:information:username_length:warning' => "It's recommended to have a minimal username length of at least 4 characters.",
734  'admin:security:information:php:session_gc' => "PHP session cleanup",
735  'admin:security:information:php:session_gc:chance' => "Cleanup chance: %s%%",
736  'admin:security:information:php:session_gc:lifetime' => "Session lifetime %s seconds",
737  'admin:security:information:php:session_gc:error' => "It's recommended to set 'session.gc_probability' and 'session.gc_divisor' in your PHP settings,
738 this will cleanup expired sessions from your database and not allow users to reuse old sessions.",
739  'admin:security:information:htaccess:hardening' => ".htaccess file access hardening",
740  'admin:security:information:htaccess:hardening:help' => "In the .htaccess file access to certain files can be blocked to increase security on your site. For more information look in your .htaccess file.",
741 
742  'admin:security:settings' => 'Settings',
743  'admin:security:settings:description' => 'On this page you can configure some security features. Please read the settings carefully.',
744  'admin:security:settings:label:hardening' => 'Hardening',
745  'admin:security:settings:label:account' => 'Account',
746  'admin:security:settings:label:notifications' => 'Notifications',
747  'admin:security:settings:label:site_secret' => 'Site secret',
748 
749  'admin:security:settings:notify_admins' => 'Notify all site administrators when an admin is added or removed',
750  'admin:security:settings:notify_admins:help' => 'This will send out a notification to all site administrators that one of the admins added/removed a site administrator.',
751 
752  'admin:security:settings:notify_user_admin' => 'Notify the user when the admin role is added or removed',
753  'admin:security:settings:notify_user_admin:help' => 'This will send a notification to the user that the admin role was added to/removed from their account.',
754 
755  'admin:security:settings:notify_user_ban' => 'Notify the user when their account gets (un)banned',
756  'admin:security:settings:notify_user_ban:help' => 'This will send a notification to the user that their account was (un)banned.',
757 
758  'admin:security:settings:notify_user_password' => 'Notify the user when they change their password',
759  'admin:security:settings:notify_user_password:help' => 'This will send a notification to the user when they change their password.',
760 
761  'admin:security:settings:protect_upgrade' => 'Protect upgrade.php',
762  'admin:security:settings:protect_upgrade:help' => 'This will protect upgrade.php so you require a valid token or you\'ll have to be an administrator.',
763  'admin:security:settings:protect_upgrade:token' => 'In order to be able to use the upgrade.php when logged out or as a non admin, the following URL needs to be used:',
764 
765  'admin:security:settings:protect_cron' => 'Protect the /cron URLs',
766  'admin:security:settings:protect_cron:help' => 'This will protect the /cron URLs with a token, only if a valid token is provided will the cron execute.',
767  'admin:security:settings:protect_cron:token' => 'In order to be able to use the /cron URLs the following tokens needs to be used. Please note that each interval has its own token.',
768  'admin:security:settings:protect_cron:toggle' => 'Show/hide cron URLs',
769 
770  'admin:security:settings:disable_password_autocomplete' => 'Disable autocomplete on password fields',
771  'admin:security:settings:disable_password_autocomplete:help' => 'Data entered in these fields will be cached by the browser. An attacker who can access the victim\'s browser could steal this information. This is especially important if the application is commonly used in shared computers such as cyber cafes or airport terminals. If you disable this, password management tools can no longer autofill these fields. The support for the autocomplete attribute can be browser specific.',
772 
773  'admin:security:settings:email_require_password' => 'Require password to change email address',
774  'admin:security:settings:email_require_password:help' => 'When the user wishes to change their email address, require that they provide their current password.',
775 
776  'admin:security:settings:email_require_confirmation' => 'Require confirmation on email address change',
777  'admin:security:settings:email_require_confirmation:help' => 'The new e-mail address needs to be confirmed before the change is in effect. After a successfull change a notification is send to the old e-mail address.',
778 
779  'admin:security:settings:session_bound_entity_icons' => 'Session bound entity icons',
780  'admin:security:settings:session_bound_entity_icons:help' => 'Entity icons can be session bound by default. This means the URLs generated also contain information about the current session.
781 Having icons session bound makes icon urls not shareable between sessions. The side effect is that caching of these urls will only help the active session.',
782 
783  'admin:security:settings:subresource_integrity_enabled' => 'Subresource integrity',
784  'admin:security:settings:subresource_integrity_enabled:help' => 'Adds integrity metadata to subresources such as js and css files. This allows browser to validate the content of the resource.',
785 
786  'admin:security:settings:site_secret:intro' => 'Elgg uses a key to create security tokens for various purposes.',
787  'admin:security:settings:site_secret:regenerate' => "Regenerate site secret",
788  'admin:security:settings:site_secret:regenerate:help' => "Note: Regenerating your site secret may inconvenience some users by invalidating tokens used in \"remember me\" cookies, e-mail validation requests, invitation codes, etc.",
789 
790  'admin:security:settings:minusername' => "Minimal username length",
791  'admin:security:settings:minusername:help' => "Minimal number of characters required in a username",
792 
793  'admin:security:settings:min_password_length' => "Minimal password length",
794  'admin:security:settings:min_password_length:help' => "Minimal number of characters required in a password",
795 
796  'admin:security:settings:min_password_lower' => "Minimal number of lower case characters in a password",
797  'admin:security:settings:min_password_lower:help' => "Configure the minimal number of lower case (a-z) characters that should be present in a password. 0 for not present at all, empty for no requirements.",
798 
799  'admin:security:settings:min_password_upper' => "Minimal number of upper case characters in a password",
800  'admin:security:settings:min_password_upper:help' => "Configure the minimal number of upper case (A-Z) characters that should be present in a password. 0 for not present at all, empty for no requirements.",
801 
802  'admin:security:settings:min_password_number' => "Minimal number of number characters in a password",
803  'admin:security:settings:min_password_number:help' => "Configure the minimal number of number (0-9) characters that should be present in a password. 0 for not present at all, empty for no requirements.",
804 
805  'admin:security:settings:min_password_special' => "Minimal number of special characters in a password",
806  'admin:security:settings:min_password_special:help' => "Configure the minimal number of special (!@$%^&*()<>,.?/[]{}-=_+) characters that should be present in a password. 0 for not present at all, empty for no requirements.",
807 
808  'admin:security:security_txt' => "Security.txt",
809  'admin:security:security_txt:description' => "When a security vulnerability is found in your website, where should it be reported? The security.txt is a standard to help structure the information the security researchers need in order to be able to contact the site administrators with the found vulnerability. More information about the standard can be found at %s. The contents of your security.txt can be found at %s.",
810  'admin:security:security_txt:expired' => "The content of your security.txt is expired, please check if all the information is still up-to-date.",
811  'admin:security:security_txt:contact' => "Contact",
812  'admin:security:security_txt:contact:help' => "A link or e-mail address for people to contact you about security issues. Remember to include 'https://' for URLs, and 'mailto:' for e-mails. See %s",
813  'admin:security:security_txt:expires' => "Expires",
814  'admin:security:security_txt:expires:help' => "The date and time when the content of the security.txt file should be considered stale (so security researchers should then not trust it). Make sure you update this value periodically and keep your file under review. See %s",
815  'admin:security:security_txt:encryption' => "Encryption",
816  'admin:security:security_txt:encryption:help' => "A link to a key which security researchers should use to securely talk to you. Remember to include 'https://'. See %s",
817  'admin:security:security_txt:acknowledgments' => "Acknowledgments",
818  'admin:security:security_txt:acknowledgments:help' => "A link to a web page where you say thank you to security researchers who have helped you. Remember to include 'https://'. See %s",
819  'admin:security:security_txt:language' => "Language",
820  'admin:security:security_txt:language:help' => "A comma-separated list of language codes that your security team speaks. You may include more than one language. See %s",
821  'admin:security:security_txt:canonical' => "Canonical",
822  'admin:security:security_txt:canonical:help' => "The URLs for accessing your security.txt file. It is important to include this if you are digitally signing the security.txt file, so that the location of the security.txt file can be digitally signed too. See %s",
823  'admin:security:security_txt:policy' => "Policy",
824  'admin:security:security_txt:policy:help' => "A link to a policy detailing what security researchers should do when searching for or reporting security issues. Remember to include 'https://'. See %s",
825  'admin:security:security_txt:hiring' => "Hiring",
826  'admin:security:security_txt:hiring:help' => "A link to any security-related job openings in your organisation. Remember to include 'https://'. See %s",
827  'admin:security:security_txt:csaf' => "CSAF",
828  'admin:security:security_txt:csaf:help' => "A link to the provider-metadata.json of your CSAF (Common Security Advisory Framework) provider. Remember to include 'https://'. See %s",
829 
830  'admin:site:secret:regenerated' => "Your site secret has been regenerated",
831  'admin:site:secret:prevented' => "The regeneration of the site secret was prevented",
832 
833  'admin:notification:make_admin:admin:subject' => 'A new site administrator was added to %s',
834  'admin:notification:make_admin:admin:body' => '%s made %s a site administrator of %s.
835 
836 To view the profile of the new administrator, click here:
837 %s',
838 
839  'admin:notification:make_admin:user:subject' => 'You were added as a site administator of %s',
840  'admin:notification:make_admin:user:body' => '%s made you a site administrator of %s.
841 
842 To go to the site, click here:
843 %s',
844  'admin:notification:remove_admin:admin:subject' => 'A site administrator was removed from %s',
845  'admin:notification:remove_admin:admin:body' => '%s removed %s as a site administrator of %s.
846 
847 To view the profile of the old administrator, click here:
848 %s',
849 
850  'admin:notification:remove_admin:user:subject' => 'You were removed as a site administator from %s',
851  'admin:notification:remove_admin:user:body' => '%s removed you as site administrator of %s.
852 
853 To go to the site, click here:
854 %s',
855  'user:notification:validate:subject' => 'Your account on %s is ready for use',
856  'user:notification:validate:body' => 'Your account on %s has been validated. You can now start using it.
857 
858 To go to the site, click here:
859 %s',
860  'user:notification:ban:subject' => 'Your account on %s was banned',
861  'user:notification:ban:body' => 'Your account on %s was banned.
862 
863 To go to the site, click here:
864 %s',
865 
866  'user:notification:unban:subject' => 'Your account on %s is no longer banned',
867  'user:notification:unban:body' => 'Your account on %s is no longer banned. You can use the site again.
868 
869 To go to the site, click here:
870 %s',
871 
872  'user:notification:password_change:subject' => 'Your password has been changed!',
873  'user:notification:password_change:body' => "Your password on '%s' has been changed! If you made this change than you're all set.
874 
875 If you didn't make this change, please reset your password here:
876 %s
877 
878 Or contact a site administrator:
879 %s",
880 
881  'admin:notification:unvalidated_users:subject' => "Users awaiting approval on %s",
882  'admin:notification:unvalidated_users:body' => "%d users of '%s' are awaiting approval by an administrator.
883 
884 See the full list of users here:
885 %s",
886 
891  'plugins:disabled' => 'Plugins are not being loaded because a file named "disabled" is in the mod directory.',
892  'plugins:settings:save:ok' => "Settings for the %s plugin were saved successfully.",
893  'plugins:settings:save:fail' => "There was a problem saving settings for the %s plugin.",
894  'plugins:settings:remove:ok' => "All settings for the %s plugin have been removed",
895  'plugins:settings:remove:fail' => "An error occured while removing all settings for the plugin %s",
896  'plugins:usersettings:save:ok' => "Your settings for %s were saved successfully.",
897  'plugins:usersettings:save:fail' => "There was a problem saving the settings for %s.",
898 
899  'item:object:plugin' => 'Plugin',
900  'collection:object:plugin' => 'Plugins',
901 
902  'plugins:settings:remove:menu:text' => "Remove all settings",
903  'plugins:settings:remove:menu:confirm' => "Are you sure you wish to remove all settings, including user settings from this plugin?",
904 
905  'admin:plugins' => "Plugins",
906  'admin:plugins:activate_all' => 'Activate All',
907  'admin:plugins:deactivate_all' => 'Deactivate All',
908  'admin:plugins:activate' => 'Activate',
909  'admin:plugins:deactivate' => 'Deactivate',
910  'admin:plugins:description' => "This admin panel allows you to control and configure tools installed on your site.",
911  'admin:plugins:opt:linktext' => "Configure tools...",
912  'admin:plugins:opt:description' => "Configure the tools installed on the site. ",
913  'admin:plugins:label:id' => "ID",
914  'admin:plugins:label:name' => "Name",
915  'admin:plugins:label:authors' => "Authors",
916  'admin:plugins:label:copyright' => "Copyright",
917  'admin:plugins:label:categories' => 'Categories',
918  'admin:plugins:label:licence' => "License",
919  'admin:plugins:label:website' => "URL",
920  'admin:plugins:label:info' => "Info",
921  'admin:plugins:label:files' => "Files",
922  'admin:plugins:label:resources' => "Resources",
923  'admin:plugins:label:screenshots' => "Screenshots",
924  'admin:plugins:label:repository' => "Code",
925  'admin:plugins:label:bugtracker' => "Report issue",
926  'admin:plugins:label:donate' => "Donate",
927  'admin:plugins:label:moreinfo' => 'more info',
928  'admin:plugins:label:version' => 'Version',
929  'admin:plugins:label:location' => 'Location',
930  'admin:plugins:label:priority' => 'Priority',
931  'admin:plugins:label:dependencies' => 'Dependencies',
932  'admin:plugins:label:missing_dependency' => 'Missing dependency [%s].',
933 
934  'admin:plugins:warning:unmet_dependencies' => 'This plugin has unmet dependencies and cannot be activated. Check dependencies under more info.',
935  'admin:plugins:warning:invalid' => 'This plugin is invalid: %s',
936  'admin:plugins:warning:invalid:check_docs' => 'Check <a href="http://learn.elgg.org/en/stable/appendix/faqs.html">the Elgg documentation</a> for troubleshooting tips.',
937  'admin:plugins:cannot_activate' => 'cannot activate',
938  'admin:plugins:cannot_deactivate' => 'cannot deactivate',
939  'admin:plugins:already:active' => 'The selected plugin(s) are already active.',
940  'admin:plugins:already:inactive' => 'The selected plugin(s) are already inactive.',
941 
942  'admin:plugins:set_priority:yes' => "Reordered %s.",
943  'admin:plugins:set_priority:no' => "Could not reorder %s.",
944  'admin:plugins:deactivate:yes' => "Deactivated %s.",
945  'admin:plugins:deactivate:no' => "Could not deactivate %s.",
946  'admin:plugins:deactivate:no_with_msg' => "Could not deactivate %s. Error: %s",
947  'admin:plugins:activate:yes' => "Activated %s.",
948  'admin:plugins:activate:no' => "Could not activate %s.",
949  'admin:plugins:activate:no_with_msg' => "Could not activate %s. Error: %s",
950  'admin:plugins:categories:all' => 'All categories',
951  'admin:plugins:plugin_website' => 'Plugin website',
952  'admin:plugins:author' => '%s',
953  'admin:plugins:version' => 'Version %s',
954  'admin:plugin_settings' => 'Plugin Settings',
955  'admin:plugins:warning:unmet_dependencies_active' => 'This plugin is active but has unmet dependencies. You may encounter problems. See "more info" below for details.',
956 
957  'admin:statistics:description' => "This is an overview of statistics on your site. If you need more detailed statistics, a professional administration feature is available.",
958  'admin:statistics:opt:description' => "View statistical information about users and objects on your site.",
959  'admin:statistics:opt:linktext' => "View statistics...",
960  'admin:statistics:label:user' => "User statistics",
961  'admin:statistics:label:numentities' => "Entities on site",
962  'admin:statistics:label:numusers' => "Number of users",
963  'admin:statistics:label:numonline' => "Number of users online",
964  'admin:statistics:label:onlineusers' => "Users online now",
965  'admin:statistics:label:admins' => "Admins",
966  'admin:statistics:label:version' => "Elgg version",
967  'admin:statistics:label:version:release' => "Release",
968  'admin:statistics:label:version:version' => "Database Version",
969  'admin:statistics:label:version:code' => "Code Version",
970 
971  'admin:server:label:elgg' => 'Elgg',
972  'admin:server:label:requirements' => 'Requirements',
973  'admin:server:label:php' => 'PHP',
974  'admin:server:label:phpinfo' => 'Show PHPInfo',
975  'admin:server:label:web_server' => 'Web Server',
976  'admin:server:label:server' => 'Server',
977  'admin:server:label:log_location' => 'Log Location',
978  'admin:server:label:php_version' => 'PHP version',
979  'admin:server:label:php_version:required' => 'Elgg requires a minimal PHP version of 7.1',
980  'admin:server:label:php_version:required_version' => 'Elgg requires a minimal PHP version of %s',
981  'admin:server:label:php_ini' => 'PHP ini file location',
982  'admin:server:label:php_log' => 'PHP Log',
983  'admin:server:label:mem_avail' => 'Memory available',
984  'admin:server:label:mem_used' => 'Memory used',
985  'admin:server:error_log' => "Web server's error log",
986  'admin:server:label:post_max_size' => 'POST maximum size',
987  'admin:server:label:upload_max_filesize' => 'Upload maximum size',
988  'admin:server:warning:post_max_too_small' => '(Note: post_max_size must be larger than this value to support uploads of this size)',
989 
990  'admin:server:label:opcache' => 'OPcache',
991  'admin:server:opcache:inactive' => 'OPcache is not available on this server or it has not yet been enabled.
992 For improved performance, it is recommended that you enable and configure OPcache.',
993 
994  'admin:server:requirements:php_extension' => "PHP extension: %s",
995  'admin:server:requirements:php_extension:required' => "This PHP extension is required for the correct operation of Elgg",
996  'admin:server:requirements:php_extension:recommended' => "This PHP extension is recommended for the optimal operation of Elgg",
997  'admin:server:requirements:rewrite' => ".htaccess rewrite rules",
998  'admin:server:requirements:rewrite:fail' => "Check your .htaccess for the correct rewrite rules",
999 
1000  'admin:server:requirements:database:server' => "Database server",
1001  'admin:server:requirements:database:server:required_version' => "Elgg requires MySQL v%s or higher for its database",
1002  'admin:server:requirements:database:client' => "Database client",
1003  'admin:server:requirements:database:client:required' => "Elgg requires pdo_mysql to connect to the database server",
1004 
1005  'admin:server:requirements:webp' => "WebP Support",
1006 
1007  'admin:server:requirements:gc' => "Session Garbage Collection",
1008  'admin:server:requirements:gc:info' => "If garbage collection is not configured the session table will not be cleaned up. Configure session.gc_divisor and session.gc_probability in your php.ini.",
1009 
1010  'admin:user:label:search' => "Find users:",
1011  'admin:user:label:searchbutton' => "Search",
1012 
1013  'admin:user:ban:no' => "Can not ban user",
1014  'admin:user:ban:yes' => "User banned.",
1015  'admin:user:self:ban:no' => "You cannot ban yourself",
1016  'admin:user:unban:no' => "Can not unban user",
1017  'admin:user:unban:yes' => "User unbanned.",
1018  'admin:user:delete:no' => "Can not delete user",
1019  'admin:user:delete:yes' => "The user %s has been deleted",
1020  'admin:user:self:delete:no' => "You cannot delete yourself",
1021 
1022  'admin:user:resetpassword:yes' => "Password reset, user notified.",
1023  'admin:user:resetpassword:no' => "Password could not be reset.",
1024 
1025  'admin:user:makeadmin:yes' => "User is now an admin.",
1026  'admin:user:makeadmin:no' => "We could not make this user an admin.",
1027 
1028  'admin:user:removeadmin:yes' => "User is no longer an admin.",
1029  'admin:user:removeadmin:no' => "We could not remove administrator privileges from this user.",
1030  'admin:user:self:removeadmin:no' => "You cannot remove your own administrator privileges.",
1031 
1032  'admin:configure_utilities:menu_items' => 'Menu Items',
1033  'admin:menu_items:configure' => 'Configure main menu items',
1034  'admin:menu_items:description' => 'Select the order of site menu items. Unconfigured items will be added to the end of the list.',
1035  'admin:menu_items:hide_toolbar_entries' => 'Remove links from tool bar menu?',
1036  'admin:menu_items:saved' => 'Menu items saved.',
1037  'admin:add_menu_item' => 'Add a custom menu item',
1038  'admin:add_menu_item:description' => 'Fill out the Display name and URL to add custom items to your navigation menu.',
1039 
1040  'admin:configure_utilities:default_widgets' => 'Default Widgets',
1041  'admin:default_widgets:unknown_type' => 'Unknown widget type',
1042  'admin:default_widgets:instructions' => 'Add, remove, position, and configure default widgets for the selected widget page. These changes will only affect new users on the site.',
1043 
1044  'admin:robots.txt:instructions' => "Edit this site's robots.txt file below",
1045  'admin:robots.txt:plugins' => "Plugins are adding the following to the robots.txt file",
1046  'admin:robots.txt:subdir' => "The robots.txt tool will not work because Elgg is installed in a sub-directory",
1047  'admin:robots.txt:physical' => "The robots.txt tool will not work because a physical robots.txt is present",
1048 
1049  'admin:maintenance_mode:default_message' => 'This site is down for maintenance',
1050  'admin:maintenance_mode:instructions' => 'Maintenance mode should be used for upgrades and other large changes to the site. When it is on, only admins can log in and browse the site.',
1051  'admin:maintenance_mode:mode_label' => 'Maintenance mode',
1052  'admin:maintenance_mode:message_label' => 'Message displayed to users when maintenance mode is on',
1053  'admin:maintenance_mode:saved' => 'The maintenance mode settings were saved.',
1054  'admin:maintenance_mode:indicator_menu_item' => 'The site is in maintenance mode.',
1055  'admin:login' => 'Admin Login',
1056 
1061  'usersettings:statistics' => "Your statistics",
1062  'usersettings:statistics:user' => "%s's statistics",
1063  'usersettings:statistics:opt:linktext' => "Account statistics",
1064 
1065  'usersettings:statistics:login_history' => "Login History",
1066  'usersettings:statistics:login_history:date' => "Date",
1067  'usersettings:statistics:login_history:ip' => "IP Address",
1068 
1069  'usersettings:user' => "%s's settings",
1070  'usersettings:user:opt:linktext' => "Change your settings",
1071 
1072  'usersettings:plugins:opt:linktext' => "Configure your tools",
1073 
1074  'usersettings:statistics:yourdetails' => "Your details",
1075  'usersettings:statistics:details:user' => "Details for %s",
1076  'usersettings:statistics:numentities:user' => "Content statistics for %s",
1077  'usersettings:statistics:label:name' => "Full name",
1078  'usersettings:statistics:label:email' => "Email",
1079  'usersettings:statistics:label:lastlogin' => "Last logged in",
1080  'usersettings:statistics:label:membersince' => "Member since",
1081  'usersettings:statistics:label:numentities' => "Your content",
1082 
1083  'usersettings:delayed_email:interval' => "Configure the interval at which delayed email notifications will be delivered",
1084  'usersettings:delayed_email:interval:help' => "All delayed email notifications will be saved up and delivered in one combined mail at the configured interval",
1085 
1090  'river:all' => 'All Site Activity',
1091  'river:mine' => 'My Activity',
1092  'river:owner' => 'Activity of %s',
1093  'river:friends' => 'Friends Activity',
1094  'river:select' => 'Show %s',
1095  'river:comments:all' => 'View all %u comments',
1096 
1101  'icon:size' => "Icon size",
1102  'icon:size:topbar' => "Topbar",
1103  'icon:size:tiny' => "Tiny",
1104  'icon:size:small' => "Small",
1105  'icon:size:medium' => "Medium",
1106  'icon:size:large' => "Large",
1107  'icon:size:master' => "Extra Large",
1108 
1109  'entity:edit:icon:crop_messages:generic' => "The selected image doesn't meet the recommended image dimensions. This could result in low quality icons.",
1110  'entity:edit:icon:crop_messages:width' => "It's recommended to use an image with a minimal width of at least %dpx.",
1111  'entity:edit:icon:crop_messages:height' => "It's recommended to use an image with a minimal height of at least %dpx.",
1112  'entity:edit:icon:crop:img:alt' => "Uploaded image",
1113  'entity:edit:icon:file:label' => "Upload a new icon",
1114  'entity:edit:icon:file:help' => "Leave blank to keep current icon.",
1115  'entity:edit:icon:remove:label' => "Remove icon",
1116 
1117  'entity:edit:header:file:label' => "Upload a new header",
1118  'entity:edit:header:file:help' => "Leave blank to keep current header.",
1119  'entity:edit:header:remove:label' => "Remove header image",
1120 
1125  'save' => "Save",
1126  'save_go' => "Save, and go to %s",
1127  'reset' => 'Reset',
1128  'publish' => "Publish",
1129  'feature' => "Feature",
1130  'unfeature' => "Unfeature",
1131  'cancel' => "Cancel",
1132  'saving' => "Saving ...",
1133  'update' => "Update",
1134  'preview' => "Preview",
1135  'edit' => "Edit",
1136  'delete' => "Delete",
1137  'trash' => "Trash",
1138  'accept' => "Accept",
1139  'reject' => "Reject",
1140  'decline' => "Decline",
1141  'approve' => "Approve",
1142  'activate' => "Activate",
1143  'deactivate' => "Deactivate",
1144  'disapprove' => "Disapprove",
1145  'revoke' => "Revoke",
1146  'load' => "Load",
1147  'upload' => "Upload",
1148  'download' => "Download",
1149  'ban' => "Ban",
1150  'unban' => "Unban",
1151  'banned' => "Banned",
1152  'enable' => "Enable",
1153  'disable' => "Disable",
1154  'request' => "Request",
1155  'complete' => "Complete",
1156  'open' => 'Open',
1157  'close' => 'Close',
1158  'hide' => 'Hide',
1159  'show' => 'Show',
1160  'reply' => "Reply",
1161  'more' => 'More',
1162  'more_info' => 'More info',
1163  'comments' => 'Comments',
1164  'import' => 'Import',
1165  'export' => 'Export',
1166  'untitled' => 'Untitled',
1167  'help' => 'Help',
1168  'send' => 'Send',
1169  'resend' => 'Resend',
1170  'post' => 'Post',
1171  'submit' => 'Submit',
1172  'comment' => 'Comment',
1173  'upgrade' => 'Upgrade',
1174  'sort' => 'Sort',
1175  'filter' => 'Filter',
1176  'new' => 'New',
1177  'add' => 'Add',
1178  'create' => 'Create',
1179  'remove' => 'Remove',
1180  'revert' => 'Revert',
1181  'validate' => 'Validate',
1182  'read_more' => 'Read more',
1183  'next' => 'Next',
1184  'previous' => 'Previous',
1185  'older' => 'Older',
1186  'newer' => 'Newer',
1187 
1188  'site' => 'Site',
1189  'activity' => 'Activity',
1190  'members' => 'Members',
1191  'menu' => 'Menu',
1192  'item' => 'Item',
1193 
1194  'up' => 'Up',
1195  'down' => 'Down',
1196  'top' => 'Top',
1197  'bottom' => 'Bottom',
1198  'right' => 'Right',
1199  'left' => 'Left',
1200  'back' => 'Back',
1201 
1202  'invite' => "Invite",
1203 
1204  'resetpassword' => "Reset password",
1205  'changepassword' => "Change password",
1206  'makeadmin' => "Make admin",
1207  'removeadmin' => "Remove admin",
1208 
1209  'option:yes' => "Yes",
1210  'option:no' => "No",
1211 
1212  'unknown' => 'Unknown',
1213  'never' => 'Never',
1214 
1215  'active' => 'Active',
1216  'total' => 'Total',
1217  'unvalidated' => 'Unvalidated',
1218 
1219  'ok' => 'OK',
1220  'any' => 'Any',
1221  'error' => 'Error',
1222 
1223  'other' => 'Other',
1224  'options' => 'Options',
1225  'advanced' => 'Advanced',
1226 
1227  'learnmore' => "Click here to learn more.",
1228  'unknown_error' => 'Unknown error',
1229 
1230  'content' => "content",
1231  'content:latest' => 'Latest activity',
1232 
1233  'list:out_of_bounds' => "You have reached a part of the list without any content, however there is content available.",
1234  'list:out_of_bounds:link' => "Go back to the first page",
1235  'list:error:getter:user' => 'An error occurred while fetching the content',
1236  'list:error:getter:admin' => "The getter '%s' returned a(n) '%s', however the viewer '%s' requires an array",
1237 
1238  'link:text' => 'view link',
1239 
1240  'scroll_to_top' => 'Scroll to top',
1241 
1246  'question:areyousure' => 'Are you sure?',
1247 
1252  'status' => 'Status',
1253  'status:unsaved_draft' => 'Unsaved Draft',
1254  'status:draft' => 'Draft',
1255  'status:unpublished' => 'Unpublished',
1256  'status:published' => 'Published',
1257  'status:featured' => 'Featured',
1258  'status:open' => 'Open',
1259  'status:closed' => 'Closed',
1260  'status:enabled' => 'Enabled',
1261  'status:disabled' => 'Disabled',
1262  'status:unavailable' => 'Unavailable',
1263  'status:active' => 'Active',
1264  'status:inactive' => 'Inactive',
1265  'status:deleted' => 'Deleted',
1266  'status:trashed' => 'Trashed',
1267 
1272  'sort:newest' => 'Newest',
1273  'sort:oldest' => 'Oldest',
1274  'sort:popular' => 'Popular',
1275  'sort:alpha' => 'Alphabetical',
1276  'sort:priority' => 'Priority',
1277  'sort:relevance' => 'Relevance',
1278  'sort:az' => '%s (A-Z)',
1279  'sort:za' => '%s (Z-A)',
1280 
1285  'title' => "Title",
1286  'description' => "Description",
1287  'tags' => "Tags",
1288  'all' => "All",
1289  'mine' => "Mine",
1290 
1291  'by' => 'by',
1292  'none' => 'none',
1293 
1294  'annotations' => "Annotations",
1295  'relationships' => "Relationships",
1296  'metadata' => "Metadata",
1297  'tagcloud' => "Tag cloud",
1298 
1299  'on' => 'On',
1300  'off' => 'Off',
1301 
1302  'number_counter:decimal_separator' => ".",
1303  'number_counter:thousands_separator' => ",",
1304  'number_counter:view:thousand' => "%sK",
1305  'number_counter:view:million' => "%sM",
1306  'number_counter:view:billion' => "%sB",
1307  'number_counter:view:trillion' => "%sT",
1308 
1313  'edit:this' => 'Edit this',
1314  'delete:this' => 'Delete this',
1315  'trash:this' => 'Trash this',
1316  'restore:this' => 'Restore this',
1317  'restore:this:move' => 'Restore and move this',
1318  'comment:this' => 'Comment on this',
1319 
1324  'deleteconfirm' => "Are you sure you want to delete this item?",
1325  'trashconfirm' => "Are you sure you want to trash this item?",
1326  'restoreconfirm' => "Are you sure you want to restore this item?",
1327  'restoreandmoveconfirm' => "Are you sure you want to restore and move this item?",
1328  'deleteconfirm:plural' => "Are you sure you want to delete these items?",
1329  'fileexists' => "A file has already been uploaded. To replace it, select a new one below",
1330  'input:file:upload_limit' => 'Maximum allowed file size is %s',
1331  'input:container_guid:info' => 'This content will be posted in %s',
1332 
1337  'useradd:subject' => 'User account created',
1338  'useradd:body' => 'A user account has been created for you at %s. To log in, visit:
1339 
1340 %s
1341 
1342 And log in with these user credentials:
1343 
1344 Username: %s
1345 Password: %s
1346 
1347 Once you have logged in, we highly recommend that you change your password.',
1348 
1352  'messages:title:success' => 'Success',
1353  'messages:title:error' => 'Error',
1354  'messages:title:warning' => 'Warning',
1355  'messages:title:help' => 'Help',
1356  'messages:title:notice' => 'Notice',
1357  'messages:title:info' => 'Info',
1358 
1363  'input:date_format' => 'Y-m-d',
1364  'input:date_format:datepicker' => 'yy-mm-dd', // jQuery UI datepicker format
1365  'input:time_format' => 'g:ia',
1366 
1367  'friendlytime:updated' => "%s - Edited",
1368  'friendlytime:updated:title' => "Created at: %s \nUpdated at: %s",
1369 
1370  'friendlytime:justnow' => "just now",
1371  'friendlytime:minutes' => "%s minutes ago",
1372  'friendlytime:minutes:singular' => "a minute ago",
1373  'friendlytime:hours' => "%s hours ago",
1374  'friendlytime:hours:singular' => "an hour ago",
1375  'friendlytime:days' => "%s days ago",
1376  'friendlytime:days:singular' => "yesterday",
1377  'friendlytime:date_format' => 'j F Y @ g:ia',
1378  'friendlytime:date_format:short' => 'j M Y',
1379 
1380  'friendlytime:future:minutes' => "in %s minutes",
1381  'friendlytime:future:minutes:singular' => "in a minute",
1382  'friendlytime:future:hours' => "in %s hours",
1383  'friendlytime:future:hours:singular' => "in an hour",
1384  'friendlytime:future:days' => "in %s days",
1385  'friendlytime:future:days:singular' => "tomorrow",
1386 
1387  'date:month:01' => 'January %s',
1388  'date:month:02' => 'February %s',
1389  'date:month:03' => 'March %s',
1390  'date:month:04' => 'April %s',
1391  'date:month:05' => 'May %s',
1392  'date:month:06' => 'June %s',
1393  'date:month:07' => 'July %s',
1394  'date:month:08' => 'August %s',
1395  'date:month:09' => 'September %s',
1396  'date:month:10' => 'October %s',
1397  'date:month:11' => 'November %s',
1398  'date:month:12' => 'December %s',
1399 
1400  'date:month:short:01' => 'Jan %s',
1401  'date:month:short:02' => 'Feb %s',
1402  'date:month:short:03' => 'Mar %s',
1403  'date:month:short:04' => 'Apr %s',
1404  'date:month:short:05' => 'May %s',
1405  'date:month:short:06' => 'Jun %s',
1406  'date:month:short:07' => 'Jul %s',
1407  'date:month:short:08' => 'Aug %s',
1408  'date:month:short:09' => 'Sep %s',
1409  'date:month:short:10' => 'Oct %s',
1410  'date:month:short:11' => 'Nov %s',
1411  'date:month:short:12' => 'Dec %s',
1412 
1413  'date:weekday:0' => 'Sunday',
1414  'date:weekday:1' => 'Monday',
1415  'date:weekday:2' => 'Tuesday',
1416  'date:weekday:3' => 'Wednesday',
1417  'date:weekday:4' => 'Thursday',
1418  'date:weekday:5' => 'Friday',
1419  'date:weekday:6' => 'Saturday',
1420 
1421  'date:weekday:short:0' => 'Sun',
1422  'date:weekday:short:1' => 'Mon',
1423  'date:weekday:short:2' => 'Tue',
1424  'date:weekday:short:3' => 'Wed',
1425  'date:weekday:short:4' => 'Thu',
1426  'date:weekday:short:5' => 'Fri',
1427  'date:weekday:short:6' => 'Sat',
1428 
1429  'interval:minute' => 'Every minute',
1430  'interval:fiveminute' => 'Every five minutes',
1431  'interval:fifteenmin' => 'Every fifteen minutes',
1432  'interval:halfhour' => 'Every half hour',
1433  'interval:hourly' => 'Hourly',
1434  'interval:daily' => 'Daily',
1435  'interval:weekly' => 'Weekly',
1436  'interval:monthly' => 'Monthly',
1437  'interval:yearly' => 'Yearly',
1438 
1443  'installation:sitename' => "The name of your site:",
1444  'installation:sitedescription' => "Short description of your site (optional):",
1445  'installation:sitedescription:help' => "With bundled plugins this appears only in the description meta tag for search engine results.",
1446  'installation:sitepermissions' => "The default access permissions:",
1447  'installation:language' => "The default language for your site:",
1448  'installation:debug' => "Control the amount of information written to the server's log.",
1449  'installation:debug:label' => "Log level:",
1450  'installation:debug:none' => 'Turn off logging (recommended)',
1451  'installation:debug:error' => 'Log only critical errors',
1452  'installation:debug:warning' => 'Log errors and warnings',
1453  'installation:debug:notice' => 'Log all errors, warnings and notices',
1454  'installation:debug:info' => 'Log everything',
1455 
1456  // Walled Garden support
1457  'installation:registration:description' => 'If enabled, visitors can create their own user accounts.',
1458  'installation:registration:label' => 'Allow visitors to register',
1459  'installation:adminvalidation:description' => 'If enabled, newly registered users require manual validation by an administrator before they can use the site.',
1460  'installation:adminvalidation:label' => 'New users require manual validation by an administrator',
1461  'installation:adminvalidation:notification:description' => 'When enabled, site administrators will get a notification that there are pending user validations. An administrator can disable the notification on their personal settings page.',
1462  'installation:adminvalidation:notification:label' => 'Notify administrators of pending user validations',
1463  'installation:adminvalidation:notification:direct' => 'Direct',
1464  'installation:walled_garden:description' => 'If enabled, logged-out visitors can see only pages marked public (such as login and registration).',
1465  'installation:walled_garden:label' => 'Restrict pages to logged-in users',
1466 
1467  'installation:siteemail' => "Site email address (used when sending system emails):",
1468  'installation:siteemail:help' => "Warning: Do no use an email address that you may have associated with other third-party services, such as ticketing systems, that perform inbound email parsing, as it may expose you and your users to unintentional leakage of private data and security tokens. Ideally, create a new dedicated email address that will serve only this website.",
1469  'installation:default_limit' => "Default number of items per page",
1470 
1471  'admin:site:access:warning' => "This is the privacy setting suggested to users when they create new content. Changing it does not change access to content.",
1472  'installation:allow_user_default_access:description' => "Enable this to allow users to set their own suggested privacy setting that overrides the system suggestion.",
1473  'installation:allow_user_default_access:label' => "Allow user default access",
1474 
1475  'installation:simplecache:description' => "The simple cache increases performance by caching static content including some CSS and JavaScript files.",
1476  'installation:simplecache:label' => "Use simple cache (recommended)",
1477 
1478  'installation:cache_symlink:description' => "The symbolic link to the simple cache directory allows the server to serve static views bypassing the engine, which considerably improves performance and reduces the server load",
1479  'installation:cache_symlink:label' => "Use symbolic link to simple cache directory (recommended)",
1480  'installation:cache_symlink:warning' => "Symbolic link has been established. If, for some reason, you want to remove the link, delete the symbolic link directory from your server",
1481  'installation:cache_symlink:paths' => 'Correctly configured symbolic link must link <i>%s</i> to <i>%s</i>',
1482  'installation:cache_symlink:error' => "Due to your server configuration the symbolic link can not be established automatically. Please refer to the documentation and establish the symbolic link manually.",
1483 
1484  'installation:minify:description' => "The simple cache can also improve performance by compressing JavaScript and CSS files. (Requires that simple cache is enabled.)",
1485  'installation:minify_js:label' => "Compress JavaScript (recommended)",
1486  'installation:minify_css:label' => "Compress CSS (recommended)",
1487 
1488  'installation:htaccess:needs_upgrade' => "You must update your .htaccess file (use install/config/htaccess.dist as a guide).",
1489  'installation:htaccess:localhost:connectionfailed' => "Elgg cannot connect to itself to test rewrite rules properly. Check that curl is working and there are no IP restrictions preventing localhost connections.",
1490 
1491  'installation:systemcache:description' => "The system cache decreases the loading time of Elgg by caching data to files.",
1492  'installation:systemcache:label' => "Use system cache (recommended)",
1493 
1494  'admin:legend:system' => 'System',
1495  'admin:legend:caching' => 'Caching',
1496  'admin:legend:content' => 'Content',
1497  'admin:legend:comments' => 'Comments',
1498  'admin:legend:content_access' => 'Content Access',
1499  'admin:legend:site_access' => 'Site Access',
1500  'admin:legend:debug' => 'Debugging and Logging',
1501 
1502  'config:i18n:allowed_languages' => "Allowed languages",
1503  'config:i18n:allowed_languages:help' => "Only allowed languages can be used by users. English and the site language are always allowed.",
1504  'config:i18n:who_can_change_language' => "Who can change the language",
1505  'config:i18n:who_can_change_language:everyone' => "Everyone",
1506  'config:i18n:who_can_change_language:admin_only' => "Administrators only",
1507  'config:i18n:who_can_change_language:nobody' => "Nobody",
1508 
1509  'config:users:remove_unvalidated_users_days' => "Numbers of days after which unvalidated users will be removed",
1510  'config:users:remove_unvalidated_users_days:help' => "Unvalidated users will automatically be removed after the configured number of days. If left empty the unvalidated users will not be removed automatically.",
1511  'config:users:can_change_username' => "Allow users to change their username",
1512  'config:users:can_change_username:help' => "If not allowed only admins can change a users username",
1513  'config:users:user_joined_river' => "Add a river activity when a user joins the site",
1514  'config:remove_branding:label' => "Remove Elgg branding",
1515  'config:remove_branding:help' => "Throughout the site there are various links and logo's that show this site is made using Elgg. If you remove the branding consider donating on https://elgg.org/about/supporters",
1516  'config:disable_rss:label' => "Disable RSS feeds",
1517  'config:disable_rss:help' => "Disable this to no longer promote the availability of RSS feeds",
1518  'config:friendly_time_number_of_days:label' => "Number of days friendly time is presented",
1519  'config:friendly_time_number_of_days:help' => "You can configure how many days the friendly time notation is used. After the set amount of days the friendly time will change into a regular date format. Setting this to 0 will disable the friendly time format.",
1520  'config:content:comment_box_collapses' => "The comment box collapses after the first comment on content",
1521  'config:content:comment_box_collapses:help' => "This only applies if the comments list is sorted latest first",
1522  'config:content:comments_group_only' => "Only group members can comment on group content",
1523  'config:content:comments_latest_first' => "The comments should be listed with the latest comment first",
1524  'config:content:comments_latest_first:help' => "This controls the default behaviour of the listing of comments on a content detail page. If disabled this will also move the comment box to the end of the comments list",
1525  'config:content:comments_max_depth' => "Maximum levels of threaded comments",
1526  'config:content:comments_max_depth:help' => "When enabled comments can be made on other comments until the configured maximum depth.",
1527  'config:content:comments_max_depth:none' => "No threaded comments allowed",
1528  'config:content:comments_per_page' => "The number of comments per page",
1529  'config:content:pagination_behaviour' => "Default pagination behaviour of lists",
1530  'config:content:pagination_behaviour:help' => "Controls how list data is updated when using pagination. Individual listings can override this default behaviour.",
1531  'config:content:pagination_behaviour:navigate' => "Navigate to the next page",
1532  'config:content:pagination_behaviour:ajax-replace' => "Replace the list data without reloading the full page",
1533  'config:content:pagination_behaviour:ajax-append' => "Append new list data before or after the list",
1534  'config:content:pagination_behaviour:ajax-append-auto' => "Append new list data before or after the list (automatically if scrolled into view)",
1535  'config:content:mentions_display_format' => "Mentions display format",
1536  'config:content:mentions_display_format:help' => "This decides how a mentioned user will be visible in your content",
1537  'config:content:mentions_display_format:username' => "Username",
1538  'config:content:mentions_display_format:display_name' => "Display name",
1539  'config:content:trash_enabled:label' => "Enable trash",
1540  'config:content:trash_enabled:help' => "When deleting an item it can be moved to the trash before it's permanently deleted. Trashed items can be restored by a user.",
1541  'config:content:trash_retention:label' => "Number of days content will remain in the trash once deleted",
1542  'config:content:trash_retention:help' => "You can configure how many days deleted entities are stored in the trash. After the retention period the item in the trash will be permanently deleted. Use 0 to keep trashed items indefinitely.",
1543  'config:email' => "Email",
1544  'config:email_html_part:label' => "Enable HTML mail",
1545  'config:email_html_part:help' => "Outgoing mail will be wrapped in a HTML template",
1546  'config:email_html_part_images:label' => "Replace email images",
1547  'config:email_html_part_images:help' => "Control if and how images in outgoing emails should be processed. When enabled all images will be embedded in the e-mails. Not all e-mail clients support the different options, be sure to test the chosen option.",
1548  'config:email_html_part_images:base64' => "Base64 encoded",
1549  'config:email_html_part_images:attach' => "Attachments",
1550  'config:delayed_email:label' => "Enable delayed email notifications",
1551  'config:delayed_email:help' => "Offer users delayed email notifications to bundle notifications received in a period (daily, weekly)",
1552  'config:message_delay:label' => "System message delay",
1553  'config:message_delay:help' => "Default number of seconds before a success message disappears",
1554  'config:color_schemes_enabled:label' => "Color schemes enabled",
1555  'config:color_schemes_enabled:help' => "Based on a user or browser preference the theme can be switched to different color schemes like a dark mode",
1556 
1557  'upgrading' => 'Upgrading...',
1558  'upgrade:core' => 'Your Elgg installation was upgraded.',
1559  'upgrade:unlock' => 'Unlock upgrade',
1560  'upgrade:unlock:confirm' => "The database is locked for another upgrade. Running concurrent upgrades is dangerous. You should only continue if you know there is not another upgrade running. Unlock?",
1561  'upgrade:terminated' => 'Upgrade has been terminated by an event handler',
1562  'upgrade:locked' => "Cannot upgrade. Another upgrade is running. To clear the upgrade lock, visit the Admin section.",
1563  'upgrade:unlock:success' => "Upgrade unlocked successfully.",
1564 
1565  'admin:pending_upgrades' => 'The site has pending upgrades that require your immediate attention.',
1566  'admin:view_upgrades' => 'View pending upgrades.',
1567  'item:object:elgg_upgrade' => 'Site upgrade',
1568  'collection:object:elgg_upgrade' => 'Site upgrades',
1569  'admin:upgrades:none' => 'Your installation is up to date!',
1570 
1571  'upgrade:success_count' => 'Upgraded:',
1572  'upgrade:error_count' => 'Errors: %s',
1573  'upgrade:finished' => 'Upgrade finished',
1574  'upgrade:finished_with_errors' => '<p>Upgrade finished with errors. Refresh the page and try running the upgrade again.</p></p><br />If the error recurs, check the server error log for possible cause. You can seek help for fixing the error from the <a href="http://community.elgg.org/groups/profile/179063/elgg-technical-support">Technical support group</a> in the Elgg community.</p>',
1575  'upgrade:should_be_skipped' => 'No items to upgrade',
1576  'upgrade:count_items' => '%d items to upgrade',
1577 
1578  // Strings specific for the database guid columns reply upgrade
1579  'admin:upgrades:database_guid_columns' => 'Align database GUID columns',
1580 
1585  'welcome' => "Welcome",
1586  'welcome:user' => 'Welcome %s',
1587 
1592  'email:from' => 'From',
1593  'email:to' => 'To',
1594  'email:subject' => 'Subject',
1595  'email:body' => 'Body',
1596 
1597  'email:settings' => "Email settings",
1598  'email:address:label' => "Email address",
1599  'email:address:help:confirm' => "Pending e-mail address change to '%s', please check the inbox for instructions.",
1600  'email:address:password' => "Password",
1601  'email:address:password:help' => "In order to be able to change your email address you need to provide your current password.",
1602 
1603  'email:save:success' => "New email address saved.",
1604  'email:save:fail' => "New email address could not be saved.",
1605  'email:save:fail:password' => "The password doesn't match your current password, could not change your email address",
1606 
1607  'friend:newfriend:subject' => "%s has made you a friend!",
1608  'friend:newfriend:body' => "%s has made you a friend!
1609 
1610 To view their profile, click here:
1611 
1612 %s",
1613 
1614  'email:changepassword:subject' => "Password changed!",
1615  'email:changepassword:body' => "Your password has been changed.",
1616 
1617  'email:resetpassword:subject' => "Password reset!",
1618  'email:resetpassword:body' => "Your password has been reset to: %s",
1619 
1620  'email:changereq:subject' => "Request for password change.",
1621  'email:changereq:body' => "Somebody (from the IP address %s) has requested a password change for this account.
1622 
1623 If you requested this, click on the link below. Otherwise ignore this email.
1624 
1625 %s",
1626 
1627  'account:email:request:success' => "Your new e-mail address will be saved after confirmation, please check the inbox of '%s' for more instructions.",
1628  'email:request:email:subject' => "Please confirm your e-mail address",
1629  'email:request:email:body' => "You requested to change your e-mail address on '%s'.
1630 If you didn't request this change, you can ignore this email.
1631 
1632 In order to confirm the e-mail address change, please click this link:
1633 %s
1634 
1635 Please note this link is only valid for 1 hour.",
1636 
1637  'account:email:request:error:no_new_email' => "No e-mail address change pending",
1638 
1639  'email:confirm:email:old:subject' => "You're e-mail address was changed",
1640  'email:confirm:email:old:body' => "Your e-mail address on '%s' was changed.
1641 From now on you'll receive notifications on '%s'.
1642 
1643 If you didn't request this change, please contact a site administrator.
1644 %s",
1645 
1646  'email:confirm:email:new:subject' => "You're e-mail address was changed",
1647  'email:confirm:email:new:body' => "Your e-mail address on '%s' was changed.
1648 From now on you'll receive notifications on this e-mail address.
1649 
1650 If you didn't request this change, please contact a site administrator.
1651 %s",
1652 
1653  'account:email:admin:validation_notification' => "Notify me when there are users requiring validation by an administrator",
1654  'account:email:admin:validation_notification:help' => "Because of the site settings, newly registered users require manual validation by an administrator. With this setting you can disable notifications about pending validation requests.",
1655 
1656  'account:validation:pending:title' => "Account validation pending",
1657  'account:validation:pending:content' => "Your account has been registered successfully! However before you can use you account a site administrator needs to validate you account. You'll receive an e-mail when you account is validated.",
1658 
1663  'default_access:settings' => "Your default access level",
1664  'default_access:label' => "Default access",
1665  'user:default_access:success' => "Your new default access level was saved.",
1666 
1671  'comments:count' => "%s comments",
1672  'item:object:comment' => 'Comment',
1673  'collection:object:comment' => 'Comments',
1674  'notification:object:comment:create' => "Send a notification when a comment is created",
1675 
1676  'river:object:default:comment' => '%s commented on %s',
1677 
1678  'generic_comments:add' => "Leave a comment",
1679  'generic_comments:edit' => "Edit comment",
1680  'generic_comments:latest' => "Latest comments",
1681  'generic_comment:login_required' => "Your need to be logged in to be able to comment.",
1682  'generic_comment:posted' => "Your comment was successfully posted.",
1683  'generic_comment:updated' => "The comment was successfully updated.",
1684  'entity:delete:object:comment:success' => "The comment was successfully deleted.",
1685  'generic_comment:blank' => "Sorry, you need to actually put something in your comment before we can save it.",
1686  'generic_comment:notfound' => "Sorry, we could not find the specified comment.",
1687  'generic_comment:failure' => "An unexpected error occurred when saving the comment.",
1688  'generic_comment:none' => 'No comments',
1689  'generic_comment:on' => '%s on %s',
1690  'generic_comment:by_owner' => 'Comment by owner',
1691 
1692  'generic_comment:notification:subject' => 'Re: %s',
1693  'generic_comment:notification:owner:summary' => 'You have a new comment on: %s',
1694  'generic_comment:notification:owner:body' => "You have a new comment. It reads:
1695 
1696 %s
1697 
1698 To reply or view the original item, click here:
1699 %s",
1700 
1701  'generic_comment:notification:user:summary' => 'A new comment on: %s',
1702  'generic_comment:notification:user:body' => "A new comment was made. It reads:
1703 
1704 %s
1705 
1706 To reply or view the original item, click here:
1707 %s",
1708 
1709  'notification:mentions:object:comment:subject' => '%s mentioned you in a comment',
1710  'notification:mentions:object:comment:body' => '%1$s mentioned you in a comment.
1711 
1712 To see the full comment, click on the link below:
1713 %3$s',
1714 
1719  'byline' => 'By %s',
1720  'byline:ingroup' => 'in the group %s',
1721 
1722  'entity:delete:item' => 'Item',
1723  'entity:delete:item_not_found' => 'Item not found.',
1724  'entity:delete:permission_denied' => 'You do not have permissions to delete this item.',
1725  'entity:delete:success' => '%s has been deleted.',
1726  'entity:delete:fail' => '%s could not be deleted.',
1727 
1728  'entity:edit:success' => 'The entity was saved successfully',
1729  'entity:edit:group:success' => 'The group was saved successfully',
1730  'entity:edit:object:success' => 'The object was saved successfully',
1731  'entity:edit:user:success' => 'The user was saved successfully',
1732 
1733  'entity:restore:item' => 'Item',
1734  'entity:restore:item_not_found' => 'Item not found',
1735  'entity:restore:container_permission' => 'You do not have permissions to restore this item to %s',
1736  'entity:restore:permission_denied' => 'You do not have permissions to restore this item',
1737  'entity:restore:success' => '%s has been restored',
1738  'entity:restore:fail' => '%s could not be restored',
1739 
1740  'entity:subscribe' => "Subscribe",
1741  'entity:subscribe:disabled' => "Your default notification settings prevent you from subscribing to this content",
1742  'entity:subscribe:success' => "You've successfully subscribed to %s",
1743  'entity:subscribe:fail' => "An error occured while subscribing to %s",
1744 
1745  'entity:unsubscribe' => "Unsubscribe",
1746  'entity:unsubscribe:success' => "You've successfully unsubscribed from %s",
1747  'entity:unsubscribe:fail' => "An error occured while unsubscribing from %s",
1748 
1749  'entity:mute' => "Mute notifications",
1750  'entity:mute:success' => "You've successfully muted notifications of %s",
1751  'entity:mute:fail' => "An error occured while muting notifications of %s",
1752 
1753  'entity:unmute' => "Unmute notifications",
1754  'entity:unmute:success' => "You've successfully unmuted notifications of %s",
1755  'entity:unmute:fail' => "An error occured while unmuting notifications of %s",
1756 
1757 
1762  'annotation:delete:fail' => "An error occured while removing the annotation",
1763  'annotation:delete:success' => "The annotation was removed successfully",
1764 
1769  'actiongatekeeper:missingfields' => 'Form is missing __token or __ts fields',
1770  'actiongatekeeper:tokeninvalid' => "The page you were using had expired. Please try again.",
1771  'actiongatekeeper:timeerror' => 'The page you were using has expired. Please refresh and try again.',
1772  'actiongatekeeper:pluginprevents' => 'Sorry. Your form could not be submitted for an unknown reason.',
1773  'actiongatekeeper:uploadexceeded' => 'The size of file(s) uploaded exceeded the limit set by your site administrator',
1774 
1779  'js:security:token_refresh_failed' => 'Failed to contact %s. You may experience problems saving content. Please refresh this page.',
1780  'js:lightbox:current' => "image %s of %s",
1781 
1785  'diagnostics:report' => 'Diagnostics Report',
1786  'diagnostics:header' => '========================================================================
1787 Elgg Diagnostic Report
1788 Generated %s by %s
1789 ========================================================================
1790 
1791 ',
1792  'diagnostics:report:basic' => '
1793 Elgg Release %s
1794 
1795 ------------------------------------------------------------------------',
1796  'diagnostics:report:php' => '
1797 PHP info:
1798 %s
1799 ------------------------------------------------------------------------',
1800  'diagnostics:report:md5' => '
1801 Installed files and checksums:
1802 
1803 %s
1804 ------------------------------------------------------------------------',
1805  'diagnostics:report:globals' => '
1806 Global variables:
1807 
1808 %s
1809 ------------------------------------------------------------------------',
1810 
1814  'trash:menu:page' => "Trash",
1815 
1816  'trash:imprint:actor' => "Deleted by: %s",
1817  'trash:imprint:type' => "Type: %s",
1818 
1819  'trash:owner:title' => "Trash",
1820  'trash:owner:title_owner' => "%s's trash",
1821  'trash:group:title' => "%s's trash",
1822 
1823  'trash:no_results' => "No items found in the trash",
1824 
1825  'trash:notice:retention' => "Trashed items will automatically be removed after %s days.",
1826 
1827  'trash:restore:container:owner' => "You can restore this trashed item to your personal section since the original group has also been removed.",
1828  'trash:restore:container:choose' => "Since the original group for this item has been removed, you can choose where to restore the item.",
1829  'trash:restore:container:group' => "Restore in a different group",
1830  'trash:restore:group' => "Search for a group",
1831  'trash:restore:group:help' => "Make sure the selected group has the feature active for the item or an error may occur.",
1832  'trash:restore:owner' => "Restore to the owner (%s)",
1833 
1837  'color_scheme:default' => "Default (Light)",
1838  'color_scheme:dark' => "Dark",
1839 
1843  'elgg:powered' => "Powered by Elgg",
1844  'field:required' => "Required",
1845 
1849  'aria:label:admin:users:search' => "User search",
1850 
1851  'menu:admin_footer:header' => "Admin footer",
1852  'menu:admin_header:header' => "Admin header",
1853  'menu:admin:users:bulk:header' => "Users bulk actions",
1854  'menu:annotation:header' => "Annotation",
1855  'menu:breadcrumbs:header' => "Breadcrumbs",
1856  'menu:comments:header' => "Comments",
1857  'menu:entity:header' => "Entity",
1858  'menu:entity_navigation:header' => "Entity navigation",
1859  'menu:filter:header' => "Filter",
1860  'menu:footer:header' => "Footer",
1861  'menu:login:header' => "Login",
1862  'menu:owner_block:header' => "Owner block",
1863  'menu:page:header' => "Page",
1864  'menu:relationship:header' => "Relationship",
1865  'menu:river:header' => "River",
1866  'menu:site:header' => "Site",
1867  'menu:social:header' => "Social",
1868  'menu:title:header' => "Title",
1869  'menu:title:widgets:header' => "Widget administration",
1870  'menu:topbar:header' => "Topbar",
1871  'menu:user_hover:header' => "User hover",
1872  'menu:user:unvalidated:header' => "Unvalidated user",
1873  'menu:walled_garden:header' => "Walled garden",
1874  'menu:widget:header' => "Widget controls",
1875 
1879  'cli:login:success:log' => "Logged in as %s [guid: %s]",
1880  'cli:response:output' => "Response:",
1881  'cli:option:as' => "Execute the command on behalf of a user with the given username",
1882  'cli:option:language' => "Execute the command in the given language (eg. en, nl or de)",
1883 
1884  'cli:cache:clear:description' => "Clear Elgg caches",
1885  'cli:cache:invalidate:description' => "Invalidate Elgg caches",
1886  'cli:cache:purge:description' => "Purge Elgg caches",
1887 
1888  'cli:cron:description' => "Execute cron handlers for all or specified interval",
1889  'cli:cron:option:interval' => "Name of the interval (e.g. hourly)",
1890  'cli:cron:option:force' => "Force cron commands to run even if they are not yet due",
1891  'cli:cron:option:time' => "Time of the cron initialization",
1892 
1893  'cli:database:seed:description' => "Seeds the database with fake entities",
1894  'cli:database:seed:argument:create' => "Always create new entities during seeding",
1895  'cli:database:seed:option:limit' => "Number of entities to seed",
1896  'cli:database:seed:option:image_folder' => "Path to a local folder containing images for seeding",
1897  'cli:database:seed:option:type' => "Type of entities to (un)seed (%s)",
1898  'cli:database:seed:option:create_since' => "A PHP time string to set the lower bound creation time of seeded entities",
1899  'cli:database:seed:option:create_until' => "A PHP time string to set the upper bound creation time of seeded entities",
1900  'cli:database:seed:log:error:faker' => "This is a developer tool currently intended for testing purposes only. Please refrain from using it.",
1901  'cli:database:seed:log:error:logged_in' => "Database seeding should not be run with a logged in user",
1902  'cli:database:seed:ask:limit' => "How many items to seed for the '%s' seeder",
1903 
1904  'cli:database:seeders:description' => "List all available database seeders with the current count of seeded entities",
1905  'cli:database:seeders:handler' => "Seed handler",
1906  'cli:database:seeders:type' => "Seed type",
1907  'cli:database:seeders:count' => "Seeded count",
1908 
1909  'cli:database:unseed:description' => "Removes seeded fake entities from the database",
1910 
1911  'cli:plugins:activate:description' => "Activate plugin(s)",
1912  'cli:plugins:activate:option:force' => "Resolve conflicts by deactivating conflicting plugins and enabling required ones",
1913  'cli:plugins:activate:argument:plugins' => "Plugin IDs to be activated",
1914  'cli:plugins:activate:progress:start' => "Activating plugins",
1915 
1916  'cli:plugins:deactivate:description' => "Deactivate plugin(s)",
1917  'cli:plugins:deactivate:option:force' => "Force deactivation of all dependent plugins",
1918  'cli:plugins:deactivate:argument:plugins' => "Plugin IDs to be deactivated",
1919  'cli:plugins:deactivate:progress:start' => "Deactivating plugins",
1920 
1921  'cli:plugins:list:description' => "List all plugins installed on the site",
1922  'cli:plugins:list:option:status' => "Plugin status ( %s )",
1923  'cli:plugins:list:option:refresh' => "Refresh plugin list with recently installed plugins",
1924  'cli:plugins:list:error:status' => "%s is not a valid status. Allowed options are: %s",
1925 
1926  'cli:upgrade:description' => "Run system upgrades",
1927  'cli:upgrade:option:force' => "Force the upgrades to run even if currently an upgrade is already running.",
1928  'cli:upgrade:argument:async' => "Execute pending asynchronous upgrades",
1929  'cli:upgrade:system:upgraded' => "System upgrades have been executed",
1930  'cli:upgrade:system:failed' => "System upgrades have failed",
1931  'cli:upgrade:async:upgraded' => "Asynchronous upgrades have been executed",
1932  'cli:upgrade:aysnc:failed' => "Asynchronous upgrades have failed",
1933 
1934  'cli:upgrade:batch:description' => "Executes one or more upgrades",
1935  'cli:upgrade:batch:argument:upgrades' => "One or more upgrades (class names) to be executed",
1936  'cli:upgrade:batch:option:force' => "Run upgrade even if it has been completed before",
1937  'cli:upgrade:batch:finished' => "Running upgrades finished",
1938  'cli:upgrade:batch:notfound' => "No upgrade class found for %s",
1939 
1940  'cli:upgrade:list:description' => "Lists all upgrades in the system",
1941  'cli:upgrade:list:completed' => "Completed upgrades",
1942  'cli:upgrade:list:pending' => "Pending upgrades",
1943  'cli:upgrade:list:notfound' => "No upgrades found",
1944 
1949  "aa" => "Afar",
1950  "ab" => "Abkhazian",
1951  "af" => "Afrikaans",
1952  "am" => "Amharic",
1953  "ar" => "Arabic",
1954  "as" => "Assamese",
1955  "ay" => "Aymara",
1956  "az" => "Azerbaijani",
1957  "ba" => "Bashkir",
1958  "be" => "Belarusian",
1959  "bg" => "Bulgarian",
1960  "bh" => "Bihari",
1961  "bi" => "Bislama",
1962  "bn" => "Bengali / Bangla",
1963  "bo" => "Tibetan",
1964  "br" => "Breton",
1965  "ca" => "Catalan",
1966  "cmn" => "Mandarin Chinese", // ISO 639-3
1967  "co" => "Corsican",
1968  "cs" => "Czech",
1969  "cy" => "Welsh",
1970  "da" => "Danish",
1971  "de" => "German",
1972  "dz" => "Dzongkha",
1973  "el" => "Greek",
1974  "en" => "English",
1975  "eo" => "Esperanto",
1976  "es" => "Spanish",
1977  "et" => "Estonian",
1978  "eu" => "Basque",
1979  "eu_es" => "Basque (Spain)",
1980  "fa" => "Persian",
1981  "fi" => "Finnish",
1982  "fj" => "Fiji",
1983  "fo" => "Faroese",
1984  "fr" => "French",
1985  "fy" => "Frisian",
1986  "ga" => "Irish",
1987  "gd" => "(Scottish) Gaelic",
1988  "gl" => "Galician",
1989  "gn" => "Guarani",
1990  "gu" => "Gujarati",
1991  "he" => "Hebrew",
1992  "ha" => "Hausa",
1993  "hi" => "Hindi",
1994  "hr" => "Croatian",
1995  "hu" => "Hungarian",
1996  "hy" => "Armenian",
1997  "ia" => "Interlingua",
1998  "id" => "Indonesian",
1999  "ie" => "Interlingue",
2000  "ik" => "Inupiaq",
2001  "is" => "Icelandic",
2002  "it" => "Italian",
2003  "iu" => "Inuktitut",
2004  "iw" => "Hebrew (obsolete)",
2005  "ja" => "Japanese",
2006  "ji" => "Yiddish (obsolete)",
2007  "jw" => "Javanese",
2008  "ka" => "Georgian",
2009  "kk" => "Kazakh",
2010  "kl" => "Greenlandic",
2011  "km" => "Cambodian",
2012  "kn" => "Kannada",
2013  "ko" => "Korean",
2014  "ks" => "Kashmiri",
2015  "ku" => "Kurdish",
2016  "ky" => "Kirghiz",
2017  "la" => "Latin",
2018  "ln" => "Lingala",
2019  "lo" => "Lao",
2020  "lt" => "Lithuanian",
2021  "lv" => "Latvian",
2022  "mg" => "Malagasy",
2023  "mi" => "Maori",
2024  "mk" => "Macedonian",
2025  "ml" => "Malayalam",
2026  "mn" => "Mongolian",
2027  "mo" => "Moldavian",
2028  "mr" => "Marathi",
2029  "ms" => "Malay",
2030  "mt" => "Maltese",
2031  "my" => "Burmese",
2032  "na" => "Nauru",
2033  "ne" => "Nepali",
2034  "nl" => "Dutch",
2035  "no" => "Norwegian",
2036  "oc" => "Occitan",
2037  "om" => "(Afan) Oromo",
2038  "or" => "Oriya",
2039  "pa" => "Punjabi",
2040  "pl" => "Polish",
2041  "ps" => "Pashto / Pushto",
2042  "pt" => "Portuguese",
2043  "pt_br" => "Portuguese (Brazil)",
2044  "qu" => "Quechua",
2045  "rm" => "Romansh",
2046  "rn" => "Kirundi",
2047  "ro" => "Romanian",
2048  "ro_ro" => "Romanian (Romania)",
2049  "ru" => "Russian",
2050  "rw" => "Kinyarwanda",
2051  "sa" => "Sanskrit",
2052  "sd" => "Sindhi",
2053  "sg" => "Sango",
2054  "sh" => "Serbo-Croatian",
2055  "si" => "Sinhalese",
2056  "sk" => "Slovak",
2057  "sl" => "Slovenian",
2058  "sm" => "Samoan",
2059  "sn" => "Shona",
2060  "so" => "Somali",
2061  "sq" => "Albanian",
2062  "sr" => "Serbian",
2063  "sr_latin" => "Serbian (Latin)",
2064  "ss" => "Siswati",
2065  "st" => "Sesotho",
2066  "su" => "Sundanese",
2067  "sv" => "Swedish",
2068  "sw" => "Swahili",
2069  "ta" => "Tamil",
2070  "te" => "Tegulu",
2071  "tg" => "Tajik",
2072  "th" => "Thai",
2073  "ti" => "Tigrinya",
2074  "tk" => "Turkmen",
2075  "tl" => "Tagalog",
2076  "tn" => "Tswana",
2077  "to" => "Tonga",
2078  "tr" => "Turkish",
2079  "ts" => "Tsonga",
2080  "tt" => "Tatar",
2081  "tw" => "Twi",
2082  "ug" => "Uighur",
2083  "uk" => "Ukrainian",
2084  "ur" => "Urdu",
2085  "uz" => "Uzbek",
2086  "vi" => "Vietnamese",
2087  "vo" => "Volapuk",
2088  "wo" => "Wolof",
2089  "xh" => "Xhosa",
2090  //"y" => "Yiddish",
2091  "yi" => "Yiddish",
2092  "yo" => "Yoruba",
2093  "za" => "Zhuang",
2094  "zh" => "Chinese",
2095  "zh_hans" => "Chinese Simplified",
2096  "zu" => "Zulu",
2097 
2101  "core:upgrade:2017080900:title" => "Alter database encoding for multi-byte support",
2102  "core:upgrade:2017080900:description" => "Alters database and table encoding to utf8mb4, in order to support multi-byte characters such as emoji",
2103 
2104  "core:upgrade:2020102301:title" => "Remove the diagnostics plugin",
2105  "core:upgrade:2020102301:description" => "Deletes the entity associated with the Diagnostics plugin removed in Elgg 4.0",
2106 
2107  "core:upgrade:2021022401:title" => "Migrate notification subscriptions",
2108  "core:upgrade:2021022401:description" => "Notification subscriptions are stored differently in the database. Use this upgrade to migrate all subscriptions to the new form.",
2109 
2110  "core:upgrade:2021040701:title" => "Migrate user notification settings",
2111  "core:upgrade:2021040701:description" => "In order to have a more developer friendly way to store notification settings of a user a migration is needed to the new naming convention.",
2112 
2113  'core:upgrade:2021040801:title' => "Migrate Access collection notification preferences",
2114  'core:upgrade:2021040801:description' => "A new way to store notification preferences has been introduced. This upgrade migrates the old settings to the new logic.",
2115 
2116  'core:upgrade:2021041901:title' => "Remove the notifications plugin",
2117  'core:upgrade:2021041901:description' => "Deletes the entity associated with the Notifications plugin removed in Elgg 4.0",
2118 
2119  'core:upgrade:2021060401:title' => "Add content owners to the subscribers",
2120  'core:upgrade:2021060401:description' => "Content owners should be subscribed on their own content, this upgrade migrates all old content.",
2121 
2122  'core:upgrade:2023011701:title' => "Remove orphaned threaded comments",
2123  'core:upgrade:2023011701:description' => "Due to an error in how threaded comments were removed, there was a chance to create orphaned comments, this upgrade will remove those orphans.",
2124 
2125  'core:upgrade:2024020101:title' => "Migrate icon cropping coordinates",
2126  'core:upgrade:2024020101:description' => "Cropping coordinates are stored in a uniform way, this upgrade migrates the old x1, x2, y1 and y2 metadata values",
2127 
2128  'core:upgrade:2024020901:title' => "Remove icontime metadata",
2129  'core:upgrade:2024020901:description' => "Remove the unreliable metadata icontime from the database",
2130 
2131  'core:upgrade:2024070201:title' => "Migrate debug config",
2132  'core:upgrade:2024070201:description' => "Changes the database config value for debug logging to a supported value",
2133 
2134  'core:upgrade:2024071001:title' => "Migrate admin validation notification preference",
2135  'core:upgrade:2024071001:description' => "Moves the storage of the admin notification preference to notifications settings",
2136 
2137  'core:upgrade:2025060201:title' => "Store correct database value for boolean values",
2138  'core:upgrade:2025060201:description' => "In the annotations and metadata table the value for a falsy boolean value was stored incorrect",
2139 );