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