Go to the documentation of this file. 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>',
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.",
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.",
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",
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:',
47 'actionnotfound' =>
"The action file for %s was not found.",
48 'actionunauthorized' =>
'You are unauthorized to perform this action',
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',
55 'ElggEntity:Error:SetSubtype' =>
'Use %s instead of the magic setter for "subtype"',
56 'ElggEntity:Error:SetEnabled' =>
'Use %s instead of the magic setter for "enabled"',
57 'ElggEntity:Error:SetDeleted' =>
'Use %s instead of the magic setter for "deleted"',
58 'ElggUser:Error:SetAdmin' =>
'Use %s instead of the magic setter for "admin"',
59 'ElggUser:Error:SetBanned' =>
'Use %s instead of the magic setter for "banned"',
61 'PluginException:CannotStart' =>
'%s (guid: %s) cannot start and has been deactivated. Reason: %s',
62 'PluginException:InvalidID' =>
"%s is an invalid plugin ID.",
63 'PluginException:PluginMustBeActive' =>
"Requires plugin '%s' to be active.",
64 'PluginException:PluginMustBeAfter' =>
"Requires to be positioned after plugin '%s'.",
65 'PluginException:PluginMustBeBefore' =>
"Requires to be positioned before plugin '%s'.",
66 'ElggPlugin:MissingID' =>
'Missing plugin ID (guid %s)',
67 'ElggPlugin:NoPluginComposer' =>
'Missing composer.json for plugin ID %s (guid %s)',
68 'ElggPlugin:StartFound' =>
'For plugin ID %s a start.php was found. This could indicate a unsupported plugin version.',
69 'ElggPlugin:IdMismatch' =>
'This plugin\'s directory must be renamed to "%s" to match the projectname set in the plugin composer.json.',
70 'ElggPlugin:Error' =>
'Plugin error',
71 'ElggPlugin:Exception:CannotIncludeFile' =>
'Cannot include %s for plugin %s (guid: %s) at %s.',
72 'ElggPlugin:Exception:IncludeFileThrew' =>
'Threw exception including %s for plugin %s (guid: %s) at %s.',
73 'ElggPlugin:Exception:CannotRegisterViews' =>
'Cannot open views dir for plugin %s (guid: %s) at %s.',
74 'ElggPlugin:InvalidAndDeactivated' =>
'%s is an invalid plugin and has been deactivated.',
75 'ElggPlugin:activate:BadConfigFormat' =>
'Plugin file "elgg-plugin.php" did not return a serializable array.',
76 'ElggPlugin:activate:ConfigSentOutput' =>
'Plugin file "elgg-plugin.php" sent output.',
78 'ElggPlugin:Dependencies:ActiveDependent' =>
'There are other plugins that list %s as a dependency. You must disable the following plugins before disabling this one: %s',
79 'ElggPlugin:Dependencies:MustBeActive' =>
'Must be active',
80 'ElggPlugin:Dependencies:Position' =>
'Position',
82 'ElggMenuBuilder:Trees:NoParents' =>
'Menu items found without parents to link them to',
83 'ElggMenuBuilder:Trees:OrphanedChild' =>
'Menu item [%s] found with a missing parent[%s]',
84 'ElggMenuBuilder:Trees:DuplicateChild' =>
'Duplicate registration found for menu item [%s]',
86 'RegistrationException:EmptyPassword' =>
'The password fields cannot be empty',
87 'RegistrationException:PasswordMismatch' =>
'Passwords must match',
88 'LoginException:BannedUser' =>
'You have been banned from this site and cannot log in',
89 'LoginException:UsernameFailure' =>
'We could not log you in. Please check your username/email and password.',
90 'LoginException:PasswordFailure' =>
'We could not log you in. Please check your username/email and password.',
91 'LoginException:AccountLocked' =>
'Your account has been locked for too many log in failures.',
92 'LoginException:ChangePasswordFailure' =>
'Failed current password check.',
93 'LoginException:Unknown' =>
'We could not log you in due to an unknown error.',
94 'LoginException:AdminValidationPending' =>
"Your account needs to be validated by a site administrator before you can use it. You'll be notified when your account is validated.",
95 'LoginException:DisabledUser' =>
"Your account has been disabled. You're not allowed to login.",
97 'UserFetchFailureException' =>
'Cannot check permission for user_guid [%s] as the user does not exist.',
99 'PageNotFoundException' =>
'The page you are trying to view does not exist or you do not have permissions to view it',
100 'EntityNotFoundException' =>
'The content you were trying to access has been removed or you do not have permissions to access it.',
101 'EntityPermissionsException' =>
'You do not have sufficient permissions for this action.',
102 'GatekeeperException' =>
'You do not have permissions to view the page you are trying to access',
103 'RegistrationAllowedGatekeeperException:invalid_invitecode' =>
"The provided invite code is not valid",
104 'BadRequestException' =>
'Bad request',
105 'BadRequestException:invalid_host_header' =>
'The request contains an invalid HOST header',
106 'BadRequestException:livesearch:no_query' =>
'Livesearch requires a query',
107 'ValidationException' =>
'Submitted data did not meet the requirements, please check your input.',
108 'LogicException:InterfaceNotImplemented' =>
'%s must implement %s',
110 'Security:InvalidPasswordCharacterRequirementsException' =>
"The provided password is doesn't meet the character requirements",
111 'Security:InvalidPasswordLengthException' =>
"The provided password doesn't meet the minimal length requirement of %s characters",
113 'Entity:Subscriptions:InvalidMethodsException' =>
'%s requires $methods to be a string or an array of strings',
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',
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',
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.',
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',
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',
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',
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?",
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",
209 'dashboard' =>
"Dashboard",
210 'dashboard:nowidgets' =>
"Your dashboard lets you track the activity and content on this site that matters to you.",
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',
217 'widget:delete' =>
'Remove %s',
218 'widget:edit' =>
'Customize this widget',
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",
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",
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",
252 'friends' =>
"Friends",
253 'collection:friends' =>
'Friends\' %s',
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',
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',
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",
273 'action:user:login_as' =>
"Login as",
274 'action:user:logout_as' =>
"Return to %s",
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",
280 'action:admin:user:bulk:ban' =>
"Successfully banned %s users",
281 'action:admin:user:bulk:unban' =>
"Successfully unbanned %s users",
287 'feed:rss:title' =>
'RSS feed for this page',
291 'link:view' =>
'view link',
292 'link:view:all' =>
'View all',
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',
317 'relationship:default' =>
"%s relates to %s",
322 'notification:method:email' =>
'Email',
323 'notification:method:email:from' =>
'%s (via %s)',
324 'notification:method:delayed_email' =>
'Delayed email',
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.',
330 'usersettings:notifications:menu:page' =>
"Notification settings",
331 'usersettings:notifications:menu:filter:settings' =>
"Settings",
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 'usersettings:notifications:admin_validation_notification:description' =>
"Receive a notification when a newly registered user needs to be validated",
339 'usersettings:notifications:timed_muting' =>
"Temporarily disable notifications",
340 '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",
341 'usersettings:notifications:timed_muting:start' =>
"First day",
342 'usersettings:notifications:timed_muting:end' =>
"Last day",
343 'usersettings:notifications:timed_muting:warning' =>
"Currently your notifications are temporarily disabled",
345 'usersettings:notifications:save:ok' =>
"Notification settings were successfully saved.",
346 'usersettings:notifications:save:fail' =>
"There was a problem saving the notification settings.",
348 'usersettings:notifications:subscriptions:save:ok' =>
"Notification subscriptions were successfully saved.",
349 'usersettings:notifications:subscriptions:save:fail' =>
"There was a problem saving the notification subscriptions.",
351 'notification:default:salutation' =>
'Dear %s,',
352 'notification:default:sign-off' =>
'Regards, 355 'notification:subject' =>
'Notification about %s',
356 'notification:body' =>
'View the new activity at %s',
358 'notification:mentions:subject' =>
'%s mentioned you',
359 'notification:mentions:body' =>
"%s mentioned you in '%s'. 361 To see the full post, click on the link below: 364 'notifications:delayed_email:subject:daily' =>
"Daily notifications",
365 'notifications:delayed_email:subject:weekly' =>
"Weekly notifications",
366 'notifications:delayed_email:body:intro' =>
"Below is a list of your delayed notifications.",
368 'notifications:subscriptions:record:settings' =>
'Show detailed selection',
369 'notifications:subscriptions:no_results' =>
'There are no subscription records yet',
370 'notifications:subscriptions:details:no_results' =>
'There are no detailed subscriptions to configure.',
371 'notifications:subscriptions:details:reset' =>
'Undo selection',
373 'notifications:mute:title' =>
"Mute notifications",
374 '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:",
375 'notifications:mute:error:content' =>
"No notification settings could be determined",
376 'notifications:mute:entity' =>
"about '%s'",
377 'notifications:mute:container' =>
"from '%s'",
378 'notifications:mute:owner' =>
"by '%s'",
379 'notifications:mute:actor' =>
"initiated by '%s'",
380 'notifications:mute:group' =>
"written in the group '%s'",
381 'notifications:mute:user' =>
"written by the user '%s'",
383 'notifications:mute:save:success' =>
"Your notification settings have been saved",
385 'notifications:mute:email:footer' =>
"Mute these emails",
391 'search' =>
"Search",
392 'notfound' =>
"No results found.",
394 'viewtype:change' =>
"Change list type",
395 'viewtype:list' =>
"List view",
396 'viewtype:gallery' =>
"Gallery",
398 'userpicker:only_friends' =>
'Only friends',
404 'account' =>
"Account",
405 'settings' =>
"Settings",
407 'settings:edit' =>
'Edit settings',
409 'register' =>
"Register",
410 'registerok' =>
"You have successfully registered for %s.",
411 'registerbad' =>
"Your registration was unsuccessful because of an unknown error.",
412 'registerdisabled' =>
"Registration has been disabled by the system administrator",
413 'register:fields' =>
'All fields are required',
415 'registration:noname' =>
'Display name is required.',
416 'registration:notemail' =>
'The email address you provided does not appear to be a valid email address.',
417 'registration:userexists' =>
'That username already exists',
418 'registration:usernametooshort' =>
'Your username must be a minimum of %u characters long.',
419 'registration:usernametoolong' =>
'Your username is too long. It can have a maximum of %u characters.',
420 'registration:dupeemail' =>
'This email address has already been registered.',
421 'registration:invalidchars' =>
'Sorry, your username contains the character %s which is invalid. The following characters are invalid: %s',
422 'registration:invalidchars:route' =>
'Sorry, your username contains the character %s which is invalid.',
423 'registration:emailnotvalid' =>
'Sorry, the email address you entered is invalid on this system',
424 'registration:passwordnotvalid' =>
'Sorry, the password you entered is invalid on this system',
425 'registration:usernamenotvalid' =>
'Sorry, the username you entered is invalid on this system',
427 'adduser:ok' =>
"You have successfully added a new user.",
429 'user:set:name' =>
"Account name settings",
430 'user:name:label' =>
"Display name",
431 'user:name:success' =>
"Successfully changed display name on the system.",
432 'user:name:fail' =>
"Could not change display name on the system.",
433 'user:username:success' =>
"Successfully changed username on the system.",
434 'user:username:fail' =>
"Could not change username on the system.",
436 'user:set:password' =>
"Account password",
437 'user:current_password:label' =>
'Current password',
438 'user:password:label' =>
"New password",
439 'user:password2:label' =>
"New password again",
440 'user:password:success' =>
"Password changed",
441 'user:changepassword:unknown_user' =>
'Invalid user.',
442 'user:changepassword:change_password_confirm' =>
'This will change your password.',
444 'user:delete:title' =>
'Confirm account deletion',
445 '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.',
446 'user:delete:confirm' =>
"I hereby confirm I want to delete this user",
448 'user:set:language' =>
"Language settings",
449 'user:language:label' =>
"Language",
450 'user:language:success' =>
"Language settings have been updated.",
452 'user:username:notfound' =>
'Username %s not found.',
453 'user:username:help' =>
'Please be aware that changing a username will change all dynamic user related links',
455 'user:password:lost' =>
'Lost password',
456 '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.',
457 'user:password:changereq:success' =>
'Successfully requested a new password, email sent',
459 'user:password:text' =>
'To request a new password, enter your username or email address below and click the Request button.',
461 'user:persistent' =>
'Remember me',
463 'walled_garden:home' =>
'Home',
468 'password:requirements:min_length' =>
"The password needs to be at least %s characters.",
469 'password:requirements:lower' =>
"The password needs to have at least %s lower case characters.",
470 'password:requirements:no_lower' =>
"The password shouldn't contain any lower case characters.",
471 'password:requirements:upper' =>
"The password needs to have at least %s upper case characters.",
472 'password:requirements:no_upper' =>
"The password shouldn't contain any upper case characters.",
473 'password:requirements:number' =>
"The password needs to have at least %s number characters.",
474 'password:requirements:no_number' =>
"The password shouldn't contain any number characters.",
475 'password:requirements:special' =>
"The password needs to have at least %s special characters.",
476 'password:requirements:no_special' =>
"The password shouldn't contain any special characters.",
481 'menu:page:header:administer' =>
'Administer',
482 'menu:page:header:configure' =>
'Configure',
483 'menu:page:header:utilities' =>
'Utilities',
484 'menu:page:header:develop' =>
'Develop',
485 'menu:page:header:information' =>
'Information',
486 'menu:page:header:default' =>
'Other',
487 'menu:page:header:plugin_settings' =>
'Plugin Settings',
489 'admin:view_site' =>
'View site',
490 'admin:loggedin' =>
'Logged in as %s',
491 'admin:menu' =>
'Menu',
493 'admin:configuration:success' =>
"Your settings have been saved.",
494 'admin:configuration:fail' =>
"Your settings could not be saved.",
495 'admin:configuration:dataroot:relative_path' =>
'Cannot set "%s" as the dataroot because it is not an absolute path.',
496 'admin:configuration:default_limit' =>
'The number of items per page must be at least 1.',
498 'admin:unknown_section' =>
'Invalid Admin Section.',
500 'admin' =>
"Administration",
501 'admin:header:release' =>
"Elgg release: %s",
502 '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.",
504 'admin:performance' =>
'Performance',
505 'admin:performance:label:generic' =>
'Generic',
506 'admin:performance:generic:description' =>
'Below is a list of performance suggestions / values which could help in tuning your website',
507 'admin:performance:simplecache' =>
'Simplecache',
508 'admin:performance:simplecache:settings:warning' =>
"It's recommended you configure the simplecache setting in the settings.php. 509 Configuring simplecache in the settings.php file improves caching performance. 510 It allows Elgg to skip connecting to the database when serving cached JavaScript and CSS files",
511 'admin:performance:systemcache' =>
'Systemcache',
512 'admin:performance:apache:mod_cache' =>
'Apache mod_cache',
513 '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".',
514 'admin:performance:php:open_basedir' =>
'PHP open_basedir',
515 'admin:performance:php:open_basedir:not_configured' =>
'No limitations have been set',
516 'admin:performance:php:open_basedir:warning' =>
'A small amount of open_basedir limitations are in effect, this could impact performance.',
517 'admin:performance:php:open_basedir:error' =>
'A large amount of open_basedir limitations are in effect, this will probably impact performance.',
518 'admin:performance:php:open_basedir:generic' =>
'With open_basedir every file access will be checked against the list of limitations. 519 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.',
521 'admin:statistics' =>
'Statistics',
522 'admin:server' =>
'Server',
523 'admin:cron' =>
'Cron',
524 'admin:cron:record' =>
'Latest Cron Jobs',
525 'admin:cron:period' =>
'Cron period',
526 'admin:cron:friendly' =>
'Last completed',
527 'admin:cron:date' =>
'Date and time',
528 'admin:cron:msg' =>
'Message',
529 'admin:cron:started' =>
'Cron jobs for "%s" started at %s',
530 'admin:cron:started:actual' =>
'Cron interval "%s" started processing at %s',
531 'admin:cron:complete' =>
'Cron jobs for "%s" completed at %s',
533 'admin:appearance' =>
'Appearance',
534 'admin:administer_utilities' =>
'Utilities',
535 'admin:develop_utilities' =>
'Utilities',
536 'admin:configure_utilities' =>
'Utilities',
537 'admin:configure_utilities:robots' =>
'Robots.txt',
539 'admin:users' =>
"Users",
540 'admin:users:online' =>
'Currently Online',
541 'admin:users:newest' =>
'Newest',
542 'admin:users:admins' =>
'Administrators',
543 'admin:users:banned' =>
'Banned',
544 'admin:users:searchuser' =>
'Search user to make them admin',
545 'admin:users:existingadmins' =>
'List of existing admins',
546 'admin:users:add' =>
'Add New User',
547 'admin:users:description' =>
"This admin panel allows you to control user settings for your site. Choose an option below to get started.",
548 'admin:users:adduser:label' =>
"Click here to add a new user...",
549 'admin:users:opt:linktext' =>
"Configure users...",
550 'admin:users:opt:description' =>
"Configure users and account information. ",
551 'admin:users:find' =>
'Find',
552 'admin:users:unvalidated' =>
'Unvalidated',
553 'admin:users:unvalidated:no_results' =>
'No unvalidated users.',
554 'admin:users:unvalidated:registered' =>
'Registered: %s',
555 'admin:users:unvalidated:change_email' =>
'Change e-mail address',
556 'admin:users:unvalidated:change_email:user' =>
'Change e-mail address for: %s',
557 'admin:users:inactive' =>
'Inactive',
558 'admin:users:inactive:last_login_before' =>
"Show users not logged in after",
559 'admin:users:inactive:last_login_before:help' =>
"This will also show users who have never logged in.",
560 'admin:users:details:attributes' =>
'User attributes',
561 'admin:users:details:profile' =>
'Profile information',
562 'admin:users:details:profile:no_fields' =>
'No profile fields configured',
563 'admin:users:details:profile:no_information' =>
'No profile information available',
564 'admin:users:details:statistics' =>
'Content statistics',
566 'admin:configure_utilities:maintenance' =>
'Maintenance mode',
567 'admin:upgrades' =>
'Upgrades',
568 'admin:upgrades:finished' =>
'Completed',
569 'admin:upgrades:db' =>
'Database upgrades',
570 'admin:upgrades:db:name' =>
'Upgrade name',
571 'admin:upgrades:db:start_time' =>
'Start time',
572 'admin:upgrades:db:end_time' =>
'End time',
573 'admin:upgrades:db:duration' =>
'Duration',
574 'admin:upgrades:menu:pending' =>
'Pending upgrades',
575 'admin:upgrades:menu:completed' =>
'Completed upgrades',
576 'admin:upgrades:menu:db' =>
'Database upgrades',
577 'admin:upgrades:menu:run_single' =>
'Run this upgrade',
578 'admin:upgrades:run' =>
'Run upgrades now',
579 'admin:upgrades:error:invalid_upgrade' =>
'Entity %s does not exist or not a valid instance of ElggUpgrade',
580 'admin:upgrades:error:invalid_batch' =>
'Batch runner for the upgrade %s (%s) could not be instantiated',
581 'admin:upgrades:completed' =>
'Upgrade "%s" completed at %s',
582 'admin:upgrades:completed:errors' =>
'Upgrade "%s" completed at %s but encountered %s errors',
583 'admin:upgrades:failed' =>
'Upgrade "%s" failed',
584 'admin:action:upgrade:reset:success' =>
'Upgrade "%s" was reset',
586 'admin:settings' =>
'Settings',
587 'admin:settings:basic' =>
'Basic Settings',
588 'admin:settings:i18n' =>
'Internationalization',
589 'admin:settings:advanced' =>
'Advanced Settings',
590 'admin:settings:users' =>
'Users',
591 'admin:site_icons' =>
"Site Icons",
592 'admin:site_icons:site_icon' =>
"Site Icon",
593 '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.",
594 'admin:site_icons:font_awesome' =>
"Font Awesome",
595 'admin:site_icons:font_awesome:zip' =>
"Upload ZIP file",
596 '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.",
597 'admin:site_icons:font_awesome:zip:error' =>
"Uploaded ZIP can not be extracted",
598 'admin:site_icons:font_awesome:remove_zip' =>
"Remove uploaded font",
599 'admin:theme' =>
"Theme",
600 'admin:theme:info' =>
"Various theme variables can be configured on this form. This configuration will override the existing configuration.",
601 'admin:theme:warning' =>
"Be advised that these changes could potentially break your styling.",
602 'admin:theme:css_variable:name' =>
"CSS variable",
603 'admin:theme:css_variable:value' =>
"Value",
604 'admin:site_settings' =>
"Site Settings",
605 'admin:site:description' =>
"This admin panel allows you to control global settings for your site. Choose an option below to get started.",
606 'admin:site:opt:linktext' =>
"Configure site...",
607 'admin:settings:in_settings_file' =>
'This setting is configured in settings.php',
609 'site_secret:current_strength' =>
'Key Strength',
610 'site_secret:strength:weak' =>
"Weak",
611 'site_secret:strength_msg:weak' =>
"We strongly recommend that you regenerate your site secret.",
612 'site_secret:strength:moderate' =>
"Moderate",
613 'site_secret:strength_msg:moderate' =>
"We recommend you regenerate your site secret for the best site security.",
614 'site_secret:strength:strong' =>
"Strong",
615 'site_secret:strength_msg:strong' =>
"Your site secret is sufficiently strong. There is no need to regenerate it.",
617 'admin:dashboard' =>
'Dashboard',
618 'admin:widget:online_users' =>
'Online users',
619 'admin:widget:online_users:help' =>
'Lists the users currently on the site',
620 'admin:widget:new_users' =>
'New users',
621 'admin:widget:new_users:help' =>
'Lists the newest users',
622 'admin:widget:banned_users' =>
'Banned users',
623 'admin:widget:banned_users:help' =>
'Lists the banned users',
624 'admin:widget:content_stats' =>
'Content statistics',
625 'admin:widget:content_stats:help' =>
'Keep track of the content created by your users',
626 'admin:widget:cron_status' =>
'Cron status',
627 'admin:widget:cron_status:help' =>
'Shows the status of the last time cron jobs finished',
628 'admin:widget:elgg_blog' =>
'Elgg blog',
629 'admin:widget:elgg_blog:help' =>
'Shows the latest posts from the Elgg blog',
630 'admin:widget:elgg_blog:no_results' =>
'Unable to fetch the latest Elgg news',
631 'admin:statistics:numentities' =>
'Content Statistics',
632 'admin:statistics:numentities:type' =>
'Content type',
633 'admin:statistics:numentities:number' =>
'Number',
634 'admin:statistics:numentities:searchable' =>
'Searchable entities',
635 'admin:statistics:numentities:other' =>
'Other entities',
637 'admin:statistics:database' =>
'Database Information',
638 'admin:statistics:database:table' =>
'Table',
639 'admin:statistics:database:row_count' =>
'Row count',
641 'admin:statistics:queue' =>
'Queue information',
642 'admin:statistics:queue:name' =>
'Name',
643 'admin:statistics:queue:row_count' =>
'Row count',
644 'admin:statistics:queue:oldest' =>
'Oldest record',
645 'admin:statistics:queue:newest' =>
'Newest record',
647 'admin:widget:admin_welcome' =>
'Welcome',
648 'admin:widget:admin_welcome:help' =>
"A short introduction to Elgg's admin area",
649 '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.',
651 'admin:widget:admin_welcome:registration' =>
"Registration for new users is currently disabled! You can enabled this on the %s page.",
652 'admin:widget:admin_welcome:admin_overview' =>
"Navigation for the administration area is provided by the menu to the right. It is organized into 655 <dt>Administer</dt><dd>Basic tasks like managing users, monitoring reported content and activating plugins.</dd> 656 <dt>Configure</dt><dd>Occasional tasks like setting the site name or configuring security preferences.</dd> 657 <dt>Utilities</dt><dd>Various tools to support site maintenance.</dd> 658 <dt>Information</dt><dd>Information about your site like statistics.</dd> 659 <dt>Develop</dt><dd>For developers who are building plugins or debugging the site. (Requires a developer plugin.)</dd> 663 'admin:widget:admin_welcome:outro' =>
'<br />Be sure to check out the resources available through the footer links and thank you for using Elgg!',
665 'admin:widget:control_panel' =>
'Control panel',
666 'admin:widget:control_panel:help' =>
"Provides easy access to common controls",
668 'admin:cache:flush' =>
'Flush the caches',
669 'admin:cache:flushed' =>
"The site's caches have been flushed",
670 'admin:cache:invalidate' =>
'Invalidate the caches',
671 'admin:cache:invalidated' =>
"The site's caches have been invalidated",
672 'admin:cache:clear' =>
'Clear the caches',
673 'admin:cache:cleared' =>
"The site's caches have been cleared",
674 'admin:cache:purge' =>
'Purge the caches',
675 'admin:cache:purged' =>
"The site's caches have been purged",
677 'admin:footer:faq' =>
'Administration FAQ',
678 'admin:footer:manual' =>
'Administration Manual',
679 'admin:footer:community_forums' =>
'Elgg Community Forums',
680 'admin:footer:blog' =>
'Elgg Blog',
682 'admin:plugins:category:all' =>
'All plugins',
683 'admin:plugins:category:active' =>
'Active plugins',
684 'admin:plugins:category:inactive' =>
'Inactive plugins',
685 'admin:plugins:category:admin' =>
'Admin',
686 'admin:plugins:category:bundled' =>
'Bundled',
687 'admin:plugins:category:nonbundled' =>
'Non-bundled',
688 'admin:plugins:category:content' =>
'Content',
689 'admin:plugins:category:development' =>
'Development',
690 'admin:plugins:category:enhancement' =>
'Enhancements',
691 'admin:plugins:category:api' =>
'Service/API',
692 'admin:plugins:category:communication' =>
'Communication',
693 'admin:plugins:category:security' =>
'Security and Spam',
694 'admin:plugins:category:social' =>
'Social',
695 'admin:plugins:category:multimedia' =>
'Multimedia',
696 'admin:plugins:category:theme' =>
'Themes',
697 'admin:plugins:category:widget' =>
'Widgets',
698 'admin:plugins:category:utility' =>
'Utilities',
700 'admin:plugins:markdown:unknown_plugin' =>
'Unknown plugin.',
701 'admin:plugins:markdown:unknown_file' =>
'Unknown file.',
703 'admin:notices:delete_all' =>
'Dismiss all %s notices',
704 'admin:notices:could_not_delete' =>
'Could not delete notice.',
705 'item:object:admin_notice' =>
'Admin notice',
706 'collection:object:admin_notice' =>
'Admin notices',
708 'admin:options' =>
'Admin options',
710 'admin:security' =>
'Security',
711 'admin:security:information' =>
'Information',
712 'admin:security:information:description' =>
'On this page you can find a list of security recommendations.',
713 'admin:security:information:https' =>
'Is the website protected by HTTPS',
714 '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.",
715 'admin:security:information:wwwroot' =>
'Website main folder is writable',
716 '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.",
717 'admin:security:information:validate_input' =>
'Input validation',
718 '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)",
719 'admin:security:information:password_length' =>
'Minimal password length',
720 'admin:security:information:password_length:warning' =>
"It's recommended to have a minimal password length of at least 6 characters.",
721 'admin:security:information:username_length' =>
'Minimal username length',
722 'admin:security:information:username_length:warning' =>
"It's recommended to have a minimal username length of at least 4 characters.",
723 'admin:security:information:php:session_gc' =>
"PHP session cleanup",
724 'admin:security:information:php:session_gc:chance' =>
"Cleanup chance: %s%%",
725 'admin:security:information:php:session_gc:lifetime' =>
"Session lifetime %s seconds",
726 'admin:security:information:php:session_gc:error' =>
"It's recommended to set 'session.gc_probability' and 'session.gc_divisor' in your PHP settings, 727 this will cleanup expired sessions from your database and not allow users to reuse old sessions.",
728 'admin:security:information:htaccess:hardening' =>
".htaccess file access hardening",
729 '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.",
731 'admin:security:settings' =>
'Settings',
732 'admin:security:settings:description' =>
'On this page you can configure some security features. Please read the settings carefully.',
733 'admin:security:settings:label:hardening' =>
'Hardening',
734 'admin:security:settings:label:account' =>
'Account',
735 'admin:security:settings:label:notifications' =>
'Notifications',
736 'admin:security:settings:label:site_secret' =>
'Site secret',
738 'admin:security:settings:notify_admins' =>
'Notify all site administrators when an admin is added or removed',
739 '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.',
741 'admin:security:settings:notify_user_admin' =>
'Notify the user when the admin role is added or removed',
742 '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.',
744 'admin:security:settings:notify_user_ban' =>
'Notify the user when their account gets (un)banned',
745 'admin:security:settings:notify_user_ban:help' =>
'This will send a notification to the user that their account was (un)banned.',
747 'admin:security:settings:notify_user_password' =>
'Notify the user when they change their password',
748 'admin:security:settings:notify_user_password:help' =>
'This will send a notification to the user when they change their password.',
750 'admin:security:settings:protect_upgrade' =>
'Protect upgrade.php',
751 '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.',
752 '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:',
754 'admin:security:settings:protect_cron' =>
'Protect the /cron URLs',
755 '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.',
756 '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.',
757 'admin:security:settings:protect_cron:toggle' =>
'Show/hide cron URLs',
759 'admin:security:settings:disable_password_autocomplete' =>
'Disable autocomplete on password fields',
760 '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.',
762 'admin:security:settings:email_require_password' =>
'Require password to change email address',
763 'admin:security:settings:email_require_password:help' =>
'When the user wishes to change their email address, require that they provide their current password.',
765 'admin:security:settings:email_require_confirmation' =>
'Require confirmation on email address change',
766 '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.',
768 'admin:security:settings:session_bound_entity_icons' =>
'Session bound entity icons',
769 '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. 770 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.',
772 'admin:security:settings:subresource_integrity_enabled' =>
'Subresource integrity',
773 '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.',
775 'admin:security:settings:site_secret:intro' =>
'Elgg uses a key to create security tokens for various purposes.',
776 'admin:security:settings:site_secret:regenerate' =>
"Regenerate site secret",
777 '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.",
779 'admin:security:settings:minusername' =>
"Minimal username length",
780 'admin:security:settings:minusername:help' =>
"Minimal number of characters required in a username",
782 'admin:security:settings:min_password_length' =>
"Minimal password length",
783 'admin:security:settings:min_password_length:help' =>
"Minimal number of characters required in a password",
785 'admin:security:settings:min_password_lower' =>
"Minimal number of lower case characters in a password",
786 '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.",
788 'admin:security:settings:min_password_upper' =>
"Minimal number of upper case characters in a password",
789 '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.",
791 'admin:security:settings:min_password_number' =>
"Minimal number of number characters in a password",
792 '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.",
794 'admin:security:settings:min_password_special' =>
"Minimal number of special characters in a password",
795 '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.",
797 'admin:security:security_txt' =>
"Security.txt",
798 '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.",
799 'admin:security:security_txt:expired' =>
"The content of your security.txt is expired, please check if all the information is still up-to-date.",
800 'admin:security:security_txt:contact' =>
"Contact",
801 '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",
802 'admin:security:security_txt:expires' =>
"Expires",
803 '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",
804 'admin:security:security_txt:encryption' =>
"Encryption",
805 '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",
806 'admin:security:security_txt:acknowledgments' =>
"Acknowledgments",
807 '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",
808 'admin:security:security_txt:language' =>
"Language",
809 '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",
810 'admin:security:security_txt:canonical' =>
"Canonical",
811 '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",
812 'admin:security:security_txt:policy' =>
"Policy",
813 '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",
814 'admin:security:security_txt:hiring' =>
"Hiring",
815 'admin:security:security_txt:hiring:help' =>
"A link to any security-related job openings in your organisation. Remember to include 'https://'. See %s",
816 'admin:security:security_txt:csaf' =>
"CSAF",
817 '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",
819 'admin:site:secret:regenerated' =>
"Your site secret has been regenerated",
820 'admin:site:secret:prevented' =>
"The regeneration of the site secret was prevented",
822 'admin:notification:make_admin:admin:subject' =>
'A new site administrator was added to %s',
823 'admin:notification:make_admin:admin:body' =>
'%s made %s a site administrator of %s. 825 To view the profile of the new administrator, click here: 828 'admin:notification:make_admin:user:subject' =>
'You were added as a site administator of %s',
829 'admin:notification:make_admin:user:body' =>
'%s made you a site administrator of %s. 831 To go to the site, click here: 833 'admin:notification:remove_admin:admin:subject' =>
'A site administrator was removed from %s',
834 'admin:notification:remove_admin:admin:body' =>
'%s removed %s as a site administrator of %s. 836 To view the profile of the old administrator, click here: 839 'admin:notification:remove_admin:user:subject' =>
'You were removed as a site administator from %s',
840 'admin:notification:remove_admin:user:body' =>
'%s removed you as site administrator of %s. 842 To go to the site, click here: 844 'user:notification:validate:subject' =>
'Your account on %s is ready for use',
845 'user:notification:validate:body' =>
'Your account on %s has been validated. You can now start using it. 847 To go to the site, click here: 849 'user:notification:ban:subject' =>
'Your account on %s was banned',
850 'user:notification:ban:body' =>
'Your account on %s was banned. 852 To go to the site, click here: 855 'user:notification:unban:subject' =>
'Your account on %s is no longer banned',
856 'user:notification:unban:body' =>
'Your account on %s is no longer banned. You can use the site again. 858 To go to the site, click here: 861 'user:notification:password_change:subject' =>
'Your password has been changed!',
862 'user:notification:password_change:body' =>
"Your password on '%s' has been changed! If you made this change than you're all set. 864 If you didn't make this change, please reset your password here: 867 Or contact a site administrator: 870 'admin:notification:unvalidated_users:subject' =>
"Users awaiting approval on %s",
871 'admin:notification:unvalidated_users:body' =>
"%d users of '%s' are awaiting approval by an administrator. 873 See the full list of users here: 880 'plugins:disabled' =>
'Plugins are not being loaded because a file named "disabled" is in the mod directory.',
881 'plugins:settings:save:ok' =>
"Settings for the %s plugin were saved successfully.",
882 'plugins:settings:save:fail' =>
"There was a problem saving settings for the %s plugin.",
883 'plugins:settings:remove:ok' =>
"All settings for the %s plugin have been removed",
884 'plugins:settings:remove:fail' =>
"An error occured while removing all settings for the plugin %s",
885 'plugins:usersettings:save:ok' =>
"User settings for the %s plugin were saved successfully.",
886 'plugins:usersettings:save:fail' =>
"There was a problem saving user settings for the %s plugin.",
888 'item:object:plugin' =>
'Plugin',
889 'collection:object:plugin' =>
'Plugins',
891 'plugins:settings:remove:menu:text' =>
"Remove all settings",
892 'plugins:settings:remove:menu:confirm' =>
"Are you sure you wish to remove all settings, including user settings from this plugin?",
894 'admin:plugins' =>
"Plugins",
895 'admin:plugins:activate_all' =>
'Activate All',
896 'admin:plugins:deactivate_all' =>
'Deactivate All',
897 'admin:plugins:activate' =>
'Activate',
898 'admin:plugins:deactivate' =>
'Deactivate',
899 'admin:plugins:description' =>
"This admin panel allows you to control and configure tools installed on your site.",
900 'admin:plugins:opt:linktext' =>
"Configure tools...",
901 'admin:plugins:opt:description' =>
"Configure the tools installed on the site. ",
902 'admin:plugins:label:id' =>
"ID",
903 'admin:plugins:label:name' =>
"Name",
904 'admin:plugins:label:authors' =>
"Authors",
905 'admin:plugins:label:copyright' =>
"Copyright",
906 'admin:plugins:label:categories' =>
'Categories',
907 'admin:plugins:label:licence' =>
"License",
908 'admin:plugins:label:website' =>
"URL",
909 'admin:plugins:label:info' =>
"Info",
910 'admin:plugins:label:files' =>
"Files",
911 'admin:plugins:label:resources' =>
"Resources",
912 'admin:plugins:label:screenshots' =>
"Screenshots",
913 'admin:plugins:label:repository' =>
"Code",
914 'admin:plugins:label:bugtracker' =>
"Report issue",
915 'admin:plugins:label:donate' =>
"Donate",
916 'admin:plugins:label:moreinfo' =>
'more info',
917 'admin:plugins:label:version' =>
'Version',
918 'admin:plugins:label:location' =>
'Location',
919 'admin:plugins:label:priority' =>
'Priority',
920 'admin:plugins:label:dependencies' =>
'Dependencies',
921 'admin:plugins:label:missing_dependency' =>
'Missing dependency [%s].',
923 'admin:plugins:warning:unmet_dependencies' =>
'This plugin has unmet dependencies and cannot be activated. Check dependencies under more info.',
924 'admin:plugins:warning:invalid' =>
'This plugin is invalid: %s',
925 '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.',
926 'admin:plugins:cannot_activate' =>
'cannot activate',
927 'admin:plugins:cannot_deactivate' =>
'cannot deactivate',
928 'admin:plugins:already:active' =>
'The selected plugin(s) are already active.',
929 'admin:plugins:already:inactive' =>
'The selected plugin(s) are already inactive.',
931 'admin:plugins:set_priority:yes' =>
"Reordered %s.",
932 'admin:plugins:set_priority:no' =>
"Could not reorder %s.",
933 'admin:plugins:deactivate:yes' =>
"Deactivated %s.",
934 'admin:plugins:deactivate:no' =>
"Could not deactivate %s.",
935 'admin:plugins:deactivate:no_with_msg' =>
"Could not deactivate %s. Error: %s",
936 'admin:plugins:activate:yes' =>
"Activated %s.",
937 'admin:plugins:activate:no' =>
"Could not activate %s.",
938 'admin:plugins:activate:no_with_msg' =>
"Could not activate %s. Error: %s",
939 'admin:plugins:categories:all' =>
'All categories',
940 'admin:plugins:plugin_website' =>
'Plugin website',
941 'admin:plugins:author' =>
'%s',
942 'admin:plugins:version' =>
'Version %s',
943 'admin:plugin_settings' =>
'Plugin Settings',
944 'admin:plugins:warning:unmet_dependencies_active' =>
'This plugin is active but has unmet dependencies. You may encounter problems. See "more info" below for details.',
946 'admin:statistics:description' =>
"This is an overview of statistics on your site. If you need more detailed statistics, a professional administration feature is available.",
947 'admin:statistics:opt:description' =>
"View statistical information about users and objects on your site.",
948 'admin:statistics:opt:linktext' =>
"View statistics...",
949 'admin:statistics:label:user' =>
"User statistics",
950 'admin:statistics:label:numentities' =>
"Entities on site",
951 'admin:statistics:label:numusers' =>
"Number of users",
952 'admin:statistics:label:numonline' =>
"Number of users online",
953 'admin:statistics:label:onlineusers' =>
"Users online now",
954 'admin:statistics:label:admins' =>
"Admins",
955 'admin:statistics:label:version' =>
"Elgg version",
956 'admin:statistics:label:version:release' =>
"Release",
957 'admin:statistics:label:version:version' =>
"Database Version",
958 'admin:statistics:label:version:code' =>
"Code Version",
960 'admin:server:label:elgg' =>
'Elgg',
961 'admin:server:label:requirements' =>
'Requirements',
962 'admin:server:label:php' =>
'PHP',
963 'admin:server:label:phpinfo' =>
'Show PHPInfo',
964 'admin:server:label:web_server' =>
'Web Server',
965 'admin:server:label:server' =>
'Server',
966 'admin:server:label:log_location' =>
'Log Location',
967 'admin:server:label:php_version' =>
'PHP version',
968 'admin:server:label:php_version:required' =>
'Elgg requires a minimal PHP version of 7.1',
969 'admin:server:label:php_version:required_version' =>
'Elgg requires a minimal PHP version of %s',
970 'admin:server:label:php_ini' =>
'PHP ini file location',
971 'admin:server:label:php_log' =>
'PHP Log',
972 'admin:server:label:mem_avail' =>
'Memory available',
973 'admin:server:label:mem_used' =>
'Memory used',
974 'admin:server:error_log' =>
"Web server's error log",
975 'admin:server:label:post_max_size' =>
'POST maximum size',
976 'admin:server:label:upload_max_filesize' =>
'Upload maximum size',
977 'admin:server:warning:post_max_too_small' =>
'(Note: post_max_size must be larger than this value to support uploads of this size)',
978 'admin:server:label:memcache' =>
'Memcache',
979 'admin:server:memcache:inactive' =>
'Memcache is not setup on this server or it has not yet been configured in Elgg config. 980 For improved performance, it is recommended that you enable and configure memcache (or redis).',
982 'admin:server:label:redis' =>
'Redis',
983 'admin:server:redis:inactive' =>
'Redis is not setup on this server or it has not yet been configured in Elgg config. 984 For improved performance, it is recommended that you enable and configure redis (or memcache).',
986 'admin:server:label:opcache' =>
'OPcache',
987 'admin:server:opcache:inactive' =>
'OPcache is not available on this server or it has not yet been enabled. 988 For improved performance, it is recommended that you enable and configure OPcache.',
990 'admin:server:requirements:php_extension' =>
"PHP extension: %s",
991 'admin:server:requirements:php_extension:required' =>
"This PHP extension is required for the correct operation of Elgg",
992 'admin:server:requirements:php_extension:recommended' =>
"This PHP extension is recommended for the optimal operation of Elgg",
993 'admin:server:requirements:rewrite' =>
".htaccess rewrite rules",
994 'admin:server:requirements:rewrite:fail' =>
"Check your .htaccess for the correct rewrite rules",
996 'admin:server:requirements:database:server' =>
"Database server",
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",
1001 'admin:server:requirements:webp' =>
"WebP Support",
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.",
1006 'admin:user:label:search' =>
"Find users:",
1007 'admin:user:label:searchbutton' =>
"Search",
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",
1018 'admin:user:resetpassword:yes' =>
"Password reset, user notified.",
1019 'admin:user:resetpassword:no' =>
"Password could not be reset.",
1021 'admin:user:makeadmin:yes' =>
"User is now an admin.",
1022 'admin:user:makeadmin:no' =>
"We could not make this user an admin.",
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.",
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.',
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.',
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",
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',
1057 'usersettings:statistics' =>
"Your statistics",
1058 'usersettings:statistics:user' =>
"%s's statistics",
1059 'usersettings:statistics:opt:linktext' =>
"Account statistics",
1061 'usersettings:statistics:login_history' =>
"Login History",
1062 'usersettings:statistics:login_history:date' =>
"Date",
1063 'usersettings:statistics:login_history:ip' =>
"IP Address",
1065 'usersettings:user' =>
"%s's settings",
1066 'usersettings:user:opt:linktext' =>
"Change your settings",
1068 'usersettings:plugins:opt:linktext' =>
"Configure your tools",
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",
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",
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',
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",
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",
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",
1122 'save_go' =>
"Save, and go to %s",
1124 'publish' =>
"Publish",
1125 'feature' =>
"Feature",
1126 'unfeature' =>
"Unfeature",
1127 'cancel' =>
"Cancel",
1128 'saving' =>
"Saving ...",
1129 'update' =>
"Update",
1130 'preview' =>
"Preview",
1132 'delete' =>
"Delete",
1134 'accept' =>
"Accept",
1135 'reject' =>
"Reject",
1136 'decline' =>
"Decline",
1137 'approve' =>
"Approve",
1138 'activate' =>
"Activate",
1139 'deactivate' =>
"Deactivate",
1140 'disapprove' =>
"Disapprove",
1141 'revoke' =>
"Revoke",
1143 'upload' =>
"Upload",
1144 'download' =>
"Download",
1147 'banned' =>
"Banned",
1148 'enable' =>
"Enable",
1149 'disable' =>
"Disable",
1150 'request' =>
"Request",
1151 'complete' =>
"Complete",
1158 'more_info' =>
'More info',
1159 'comments' =>
'Comments',
1160 'import' =>
'Import',
1161 'export' =>
'Export',
1162 'untitled' =>
'Untitled',
1165 'resend' =>
'Resend',
1167 'submit' =>
'Submit',
1168 'comment' =>
'Comment',
1169 'upgrade' =>
'Upgrade',
1171 'filter' =>
'Filter',
1174 'create' =>
'Create',
1175 'remove' =>
'Remove',
1176 'revert' =>
'Revert',
1177 'validate' =>
'Validate',
1178 'read_more' =>
'Read more',
1180 'previous' =>
'Previous',
1185 'activity' =>
'Activity',
1186 'members' =>
'Members',
1193 'bottom' =>
'Bottom',
1198 'invite' =>
"Invite",
1200 'resetpassword' =>
"Reset password",
1201 'changepassword' =>
"Change password",
1202 'makeadmin' =>
"Make admin",
1203 'removeadmin' =>
"Remove admin",
1205 'option:yes' =>
"Yes",
1206 'option:no' =>
"No",
1208 'unknown' =>
'Unknown',
1211 'active' =>
'Active',
1213 'unvalidated' =>
'Unvalidated',
1220 'options' =>
'Options',
1221 'advanced' =>
'Advanced',
1223 'learnmore' =>
"Click here to learn more.",
1224 'unknown_error' =>
'Unknown error',
1226 'content' =>
"content",
1227 'content:latest' =>
'Latest activity',
1229 'list:out_of_bounds' =>
"You have reached a part of the list without any content, however there is content available.",
1230 'list:out_of_bounds:link' =>
"Go back to the first page",
1231 'list:error:getter:user' =>
'An error occurred while fetching the content',
1232 'list:error:getter:admin' =>
"The getter '%s' returned a(n) '%s', however the viewer '%s' requires an array",
1234 'link:text' =>
'view link',
1236 'scroll_to_top' =>
'Scroll to top',
1242 'question:areyousure' =>
'Are you sure?',
1248 'status' =>
'Status',
1249 'status:unsaved_draft' =>
'Unsaved Draft',
1250 'status:draft' =>
'Draft',
1251 'status:unpublished' =>
'Unpublished',
1252 'status:published' =>
'Published',
1253 'status:featured' =>
'Featured',
1254 'status:open' =>
'Open',
1255 'status:closed' =>
'Closed',
1256 'status:enabled' =>
'Enabled',
1257 'status:disabled' =>
'Disabled',
1258 'status:unavailable' =>
'Unavailable',
1259 'status:active' =>
'Active',
1260 'status:inactive' =>
'Inactive',
1261 'status:deleted' =>
'Deleted',
1262 'status:trashed' =>
'Trashed',
1268 'sort:newest' =>
'Newest',
1269 'sort:oldest' =>
'Oldest',
1270 'sort:popular' =>
'Popular',
1271 'sort:alpha' =>
'Alphabetical',
1272 'sort:priority' =>
'Priority',
1273 'sort:relevance' =>
'Relevance',
1274 'sort:az' =>
'%s (A-Z)',
1275 'sort:za' =>
'%s (Z-A)',
1282 'description' =>
"Description",
1290 'annotations' =>
"Annotations",
1291 'relationships' =>
"Relationships",
1292 'metadata' =>
"Metadata",
1293 'tagcloud' =>
"Tag cloud",
1298 'number_counter:decimal_separator' =>
".",
1299 'number_counter:thousands_separator' =>
",",
1300 'number_counter:view:thousand' =>
"%sK",
1301 'number_counter:view:million' =>
"%sM",
1302 'number_counter:view:billion' =>
"%sB",
1303 'number_counter:view:trillion' =>
"%sT",
1309 'edit:this' =>
'Edit this',
1310 'delete:this' =>
'Delete this',
1311 'trash:this' =>
'Trash this',
1312 'restore:this' =>
'Restore this',
1313 'restore:this:move' =>
'Restore and move this',
1314 'comment:this' =>
'Comment on this',
1320 'deleteconfirm' =>
"Are you sure you want to delete this item?",
1321 'trashconfirm' =>
"Are you sure you want to trash this item?",
1322 'restoreconfirm' =>
"Are you sure you want to restore this item?",
1323 'restoreandmoveconfirm' =>
"Are you sure you want to restore and move this item?",
1324 'deleteconfirm:plural' =>
"Are you sure you want to delete these items?",
1325 'fileexists' =>
"A file has already been uploaded. To replace it, select a new one below",
1326 'input:file:upload_limit' =>
'Maximum allowed file size is %s',
1327 'input:container_guid:info' =>
'This content will be posted in %s',
1333 'useradd:subject' =>
'User account created',
1334 'useradd:body' =>
'A user account has been created for you at %s. To log in, visit: 1338 And log in with these user credentials: 1343 Once you have logged in, we highly recommend that you change your password.',
1348 'messages:title:success' =>
'Success',
1349 'messages:title:error' =>
'Error',
1350 'messages:title:warning' =>
'Warning',
1351 'messages:title:help' =>
'Help',
1352 'messages:title:notice' =>
'Notice',
1353 'messages:title:info' =>
'Info',
1359 'input:date_format' =>
'Y-m-d',
1360 'input:date_format:datepicker' =>
'yy-mm-dd',
1361 'input:time_format' =>
'g:ia',
1363 'friendlytime:updated' =>
"%s - Edited",
1364 'friendlytime:updated:title' =>
"Created at: %s \nUpdated at: %s",
1366 'friendlytime:justnow' =>
"just now",
1367 'friendlytime:minutes' =>
"%s minutes ago",
1368 'friendlytime:minutes:singular' =>
"a minute ago",
1369 'friendlytime:hours' =>
"%s hours ago",
1370 'friendlytime:hours:singular' =>
"an hour ago",
1371 'friendlytime:days' =>
"%s days ago",
1372 'friendlytime:days:singular' =>
"yesterday",
1373 'friendlytime:date_format' =>
'j F Y @ g:ia',
1374 'friendlytime:date_format:short' =>
'j M Y',
1376 'friendlytime:future:minutes' =>
"in %s minutes",
1377 'friendlytime:future:minutes:singular' =>
"in a minute",
1378 'friendlytime:future:hours' =>
"in %s hours",
1379 'friendlytime:future:hours:singular' =>
"in an hour",
1380 'friendlytime:future:days' =>
"in %s days",
1381 'friendlytime:future:days:singular' =>
"tomorrow",
1383 'date:month:01' =>
'January %s',
1384 'date:month:02' =>
'February %s',
1385 'date:month:03' =>
'March %s',
1386 'date:month:04' =>
'April %s',
1387 'date:month:05' =>
'May %s',
1388 'date:month:06' =>
'June %s',
1389 'date:month:07' =>
'July %s',
1390 'date:month:08' =>
'August %s',
1391 'date:month:09' =>
'September %s',
1392 'date:month:10' =>
'October %s',
1393 'date:month:11' =>
'November %s',
1394 'date:month:12' =>
'December %s',
1396 'date:month:short:01' =>
'Jan %s',
1397 'date:month:short:02' =>
'Feb %s',
1398 'date:month:short:03' =>
'Mar %s',
1399 'date:month:short:04' =>
'Apr %s',
1400 'date:month:short:05' =>
'May %s',
1401 'date:month:short:06' =>
'Jun %s',
1402 'date:month:short:07' =>
'Jul %s',
1403 'date:month:short:08' =>
'Aug %s',
1404 'date:month:short:09' =>
'Sep %s',
1405 'date:month:short:10' =>
'Oct %s',
1406 'date:month:short:11' =>
'Nov %s',
1407 'date:month:short:12' =>
'Dec %s',
1409 'date:weekday:0' =>
'Sunday',
1410 'date:weekday:1' =>
'Monday',
1411 'date:weekday:2' =>
'Tuesday',
1412 'date:weekday:3' =>
'Wednesday',
1413 'date:weekday:4' =>
'Thursday',
1414 'date:weekday:5' =>
'Friday',
1415 'date:weekday:6' =>
'Saturday',
1417 'date:weekday:short:0' =>
'Sun',
1418 'date:weekday:short:1' =>
'Mon',
1419 'date:weekday:short:2' =>
'Tue',
1420 'date:weekday:short:3' =>
'Wed',
1421 'date:weekday:short:4' =>
'Thu',
1422 'date:weekday:short:5' =>
'Fri',
1423 'date:weekday:short:6' =>
'Sat',
1425 'interval:minute' =>
'Every minute',
1426 'interval:fiveminute' =>
'Every five minutes',
1427 'interval:fifteenmin' =>
'Every fifteen minutes',
1428 'interval:halfhour' =>
'Every half hour',
1429 'interval:hourly' =>
'Hourly',
1430 'interval:daily' =>
'Daily',
1431 'interval:weekly' =>
'Weekly',
1432 'interval:monthly' =>
'Monthly',
1433 'interval:yearly' =>
'Yearly',
1439 'installation:sitename' =>
"The name of your site:",
1440 'installation:sitedescription' =>
"Short description of your site (optional):",
1441 'installation:sitedescription:help' =>
"With bundled plugins this appears only in the description meta tag for search engine results.",
1442 'installation:sitepermissions' =>
"The default access permissions:",
1443 'installation:language' =>
"The default language for your site:",
1444 'installation:debug' =>
"Control the amount of information written to the server's log.",
1445 'installation:debug:label' =>
"Log level:",
1446 'installation:debug:none' =>
'Turn off logging (recommended)',
1447 'installation:debug:error' =>
'Log only critical errors',
1448 'installation:debug:warning' =>
'Log errors and warnings',
1449 'installation:debug:notice' =>
'Log all errors, warnings and notices',
1450 'installation:debug:info' =>
'Log everything',
1453 'installation:registration:description' =>
'If enabled, visitors can create their own user accounts.',
1454 'installation:registration:label' =>
'Allow visitors to register',
1455 'installation:adminvalidation:description' =>
'If enabled, newly registered users require manual validation by an administrator before they can use the site.',
1456 'installation:adminvalidation:label' =>
'New users require manual validation by an administrator',
1457 '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.',
1458 'installation:adminvalidation:notification:label' =>
'Notify administrators of pending user validations',
1459 'installation:adminvalidation:notification:direct' =>
'Direct',
1460 'installation:walled_garden:description' =>
'If enabled, logged-out visitors can see only pages marked public (such as login and registration).',
1461 'installation:walled_garden:label' =>
'Restrict pages to logged-in users',
1463 'installation:siteemail' =>
"Site email address (used when sending system emails):",
1464 '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.",
1465 'installation:default_limit' =>
"Default number of items per page",
1467 '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.",
1468 'installation:allow_user_default_access:description' =>
"Enable this to allow users to set their own suggested privacy setting that overrides the system suggestion.",
1469 'installation:allow_user_default_access:label' =>
"Allow user default access",
1471 'installation:simplecache:description' =>
"The simple cache increases performance by caching static content including some CSS and JavaScript files.",
1472 'installation:simplecache:label' =>
"Use simple cache (recommended)",
1474 '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",
1475 'installation:cache_symlink:label' =>
"Use symbolic link to simple cache directory (recommended)",
1476 '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",
1477 'installation:cache_symlink:paths' =>
'Correctly configured symbolic link must link <i>%s</i> to <i>%s</i>',
1478 '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.",
1480 'installation:minify:description' =>
"The simple cache can also improve performance by compressing JavaScript and CSS files. (Requires that simple cache is enabled.)",
1481 'installation:minify_js:label' =>
"Compress JavaScript (recommended)",
1482 'installation:minify_css:label' =>
"Compress CSS (recommended)",
1484 'installation:htaccess:needs_upgrade' =>
"You must update your .htaccess file (use install/config/htaccess.dist as a guide).",
1485 '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.",
1487 'installation:systemcache:description' =>
"The system cache decreases the loading time of Elgg by caching data to files.",
1488 'installation:systemcache:label' =>
"Use system cache (recommended)",
1490 'admin:legend:system' =>
'System',
1491 'admin:legend:caching' =>
'Caching',
1492 'admin:legend:content' =>
'Content',
1493 'admin:legend:comments' =>
'Comments',
1494 'admin:legend:content_access' =>
'Content Access',
1495 'admin:legend:site_access' =>
'Site Access',
1496 'admin:legend:debug' =>
'Debugging and Logging',
1498 'config:i18n:allowed_languages' =>
"Allowed languages",
1499 'config:i18n:allowed_languages:help' =>
"Only allowed languages can be used by users. English and the site language are always allowed.",
1500 'config:i18n:who_can_change_language' =>
"Who can change the language",
1501 'config:i18n:who_can_change_language:everyone' =>
"Everyone",
1502 'config:i18n:who_can_change_language:admin_only' =>
"Administrators only",
1503 'config:i18n:who_can_change_language:nobody' =>
"Nobody",
1505 'config:users:remove_unvalidated_users_days' =>
"Numbers of days after which unvalidated users will be removed",
1506 '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.",
1507 'config:users:can_change_username' =>
"Allow users to change their username",
1508 'config:users:can_change_username:help' =>
"If not allowed only admins can change a users username",
1509 'config:users:user_joined_river' =>
"Add a river activity when a user joins the site",
1510 'config:remove_branding:label' =>
"Remove Elgg branding",
1511 '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",
1512 'config:disable_rss:label' =>
"Disable RSS feeds",
1513 'config:disable_rss:help' =>
"Disable this to no longer promote the availability of RSS feeds",
1514 'config:friendly_time_number_of_days:label' =>
"Number of days friendly time is presented",
1515 '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.",
1516 'config:content:comment_box_collapses' =>
"The comment box collapses after the first comment on content",
1517 'config:content:comment_box_collapses:help' =>
"This only applies if the comments list is sorted latest first",
1518 'config:content:comments_group_only' =>
"Only group members can comment on group content",
1519 'config:content:comments_latest_first' =>
"The comments should be listed with the latest comment first",
1520 '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",
1521 'config:content:comments_max_depth' =>
"Maximum levels of threaded comments",
1522 'config:content:comments_max_depth:help' =>
"When enabled comments can be made on other comments until the configured maximum depth.",
1523 'config:content:comments_max_depth:none' =>
"No threaded comments allowed",
1524 'config:content:comments_per_page' =>
"The number of comments per page",
1525 'config:content:pagination_behaviour' =>
"Default pagination behaviour of lists",
1526 'config:content:pagination_behaviour:help' =>
"Controls how list data is updated when using pagination. Individual listings can override this default behaviour.",
1527 'config:content:pagination_behaviour:navigate' =>
"Navigate to the next page",
1528 'config:content:pagination_behaviour:ajax-replace' =>
"Replace the list data without reloading the full page",
1529 'config:content:pagination_behaviour:ajax-append' =>
"Append new list data before or after the list",
1530 'config:content:pagination_behaviour:ajax-append-auto' =>
"Append new list data before or after the list (automatically if scrolled into view)",
1531 'config:content:mentions_display_format' =>
"Mentions display format",
1532 'config:content:mentions_display_format:help' =>
"This decides how a mentioned user will be visible in your content",
1533 'config:content:mentions_display_format:username' =>
"Username",
1534 'config:content:mentions_display_format:display_name' =>
"Display name",
1535 'config:content:trash_enabled:label' =>
"Enable trash",
1536 'config:content:trash_enabled:help' =>
"When deleting an item it can be moved to the trash before it's permanently deleted. Trashed items can be restored by a user.",
1537 'config:content:trash_retention:label' =>
"Number of days content will remain in the trash once deleted",
1538 'config:content:trash_retention:help' =>
"You can configure how many days deleted entities are stored in the trash. After the retention period the item in the trash will be permanently deleted. Use 0 to keep trashed items indefinitely.",
1539 'config:email' =>
"Email",
1540 'config:email_html_part:label' =>
"Enable HTML mail",
1541 'config:email_html_part:help' =>
"Outgoing mail will be wrapped in a HTML template",
1542 'config:email_html_part_images:label' =>
"Replace email images",
1543 '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.",
1544 'config:email_html_part_images:base64' =>
"Base64 encoded",
1545 'config:email_html_part_images:attach' =>
"Attachments",
1546 'config:delayed_email:label' =>
"Enable delayed email notifications",
1547 'config:delayed_email:help' =>
"Offer users delayed email notifications to bundle notifications received in a period (daily, weekly)",
1548 'config:message_delay:label' =>
"System message delay",
1549 'config:message_delay:help' =>
"Default number of seconds before a success message disappears",
1551 'upgrading' =>
'Upgrading...',
1552 'upgrade:core' =>
'Your Elgg installation was upgraded.',
1553 'upgrade:unlock' =>
'Unlock upgrade',
1554 '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?",
1555 'upgrade:terminated' =>
'Upgrade has been terminated by an event handler',
1556 'upgrade:locked' =>
"Cannot upgrade. Another upgrade is running. To clear the upgrade lock, visit the Admin section.",
1557 'upgrade:unlock:success' =>
"Upgrade unlocked successfully.",
1559 'admin:pending_upgrades' =>
'The site has pending upgrades that require your immediate attention.',
1560 'admin:view_upgrades' =>
'View pending upgrades.',
1561 'item:object:elgg_upgrade' =>
'Site upgrade',
1562 'collection:object:elgg_upgrade' =>
'Site upgrades',
1563 'admin:upgrades:none' =>
'Your installation is up to date!',
1565 'upgrade:success_count' =>
'Upgraded:',
1566 'upgrade:error_count' =>
'Errors: %s',
1567 'upgrade:finished' =>
'Upgrade finished',
1568 '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>',
1569 'upgrade:should_be_skipped' =>
'No items to upgrade',
1570 'upgrade:count_items' =>
'%d items to upgrade',
1573 'admin:upgrades:database_guid_columns' =>
'Align database GUID columns',
1579 'welcome' =>
"Welcome",
1580 'welcome:user' =>
'Welcome %s',
1586 'email:from' =>
'From',
1588 'email:subject' =>
'Subject',
1589 'email:body' =>
'Body',
1591 'email:settings' =>
"Email settings",
1592 'email:address:label' =>
"Email address",
1593 'email:address:help:confirm' =>
"Pending e-mail address change to '%s', please check the inbox for instructions.",
1594 'email:address:password' =>
"Password",
1595 'email:address:password:help' =>
"In order to be able to change your email address you need to provide your current password.",
1597 'email:save:success' =>
"New email address saved.",
1598 'email:save:fail' =>
"New email address could not be saved.",
1599 'email:save:fail:password' =>
"The password doesn't match your current password, could not change your email address",
1601 'friend:newfriend:subject' =>
"%s has made you a friend!",
1602 'friend:newfriend:body' =>
"%s has made you a friend! 1604 To view their profile, click here: 1608 'email:changepassword:subject' =>
"Password changed!",
1609 'email:changepassword:body' =>
"Your password has been changed.",
1611 'email:resetpassword:subject' =>
"Password reset!",
1612 'email:resetpassword:body' =>
"Your password has been reset to: %s",
1614 'email:changereq:subject' =>
"Request for password change.",
1615 'email:changereq:body' =>
"Somebody (from the IP address %s) has requested a password change for this account. 1617 If you requested this, click on the link below. Otherwise ignore this email. 1621 'account:email:request:success' =>
"Your new e-mail address will be saved after confirmation, please check the inbox of '%s' for more instructions.",
1622 'email:request:email:subject' =>
"Please confirm your e-mail address",
1623 'email:request:email:body' =>
"You requested to change your e-mail address on '%s'. 1624 If you didn't request this change, you can ignore this email. 1626 In order to confirm the e-mail address change, please click this link: 1629 Please note this link is only valid for 1 hour.",
1631 'account:email:request:error:no_new_email' =>
"No e-mail address change pending",
1633 'email:confirm:email:old:subject' =>
"You're e-mail address was changed",
1634 'email:confirm:email:old:body' =>
"Your e-mail address on '%s' was changed. 1635 From now on you'll receive notifications on '%s'. 1637 If you didn't request this change, please contact a site administrator. 1640 'email:confirm:email:new:subject' =>
"You're e-mail address was changed",
1641 'email:confirm:email:new:body' =>
"Your e-mail address on '%s' was changed. 1642 From now on you'll receive notifications on this e-mail address. 1644 If you didn't request this change, please contact a site administrator. 1647 'account:email:admin:validation_notification' =>
"Notify me when there are users requiring validation by an administrator",
1648 '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.",
1650 'account:validation:pending:title' =>
"Account validation pending",
1651 '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.",
1657 'default_access:settings' =>
"Your default access level",
1658 'default_access:label' =>
"Default access",
1659 'user:default_access:success' =>
"Your new default access level was saved.",
1660 'user:default_access:failure' =>
"Your new default access level could not be saved.",
1666 'comments:count' =>
"%s comments",
1667 'item:object:comment' =>
'Comment',
1668 'collection:object:comment' =>
'Comments',
1669 'notification:object:comment:create' =>
"Send a notification when a comment is created",
1671 'river:object:default:comment' =>
'%s commented on %s',
1673 'generic_comments:add' =>
"Leave a comment",
1674 'generic_comments:edit' =>
"Edit comment",
1675 'generic_comments:latest' =>
"Latest comments",
1676 'generic_comment:login_required' =>
"Your need to be logged in to be able to comment.",
1677 'generic_comment:posted' =>
"Your comment was successfully posted.",
1678 'generic_comment:updated' =>
"The comment was successfully updated.",
1679 'entity:delete:object:comment:success' =>
"The comment was successfully deleted.",
1680 'generic_comment:blank' =>
"Sorry, you need to actually put something in your comment before we can save it.",
1681 'generic_comment:notfound' =>
"Sorry, we could not find the specified comment.",
1682 'generic_comment:failure' =>
"An unexpected error occurred when saving the comment.",
1683 'generic_comment:none' =>
'No comments',
1684 'generic_comment:on' =>
'%s on %s',
1685 'generic_comment:by_owner' =>
'Comment by owner',
1687 'generic_comment:notification:subject' =>
'Re: %s',
1688 'generic_comment:notification:owner:summary' =>
'You have a new comment on: %s',
1689 'generic_comment:notification:owner:body' =>
"You have a new comment. It reads: 1693 To reply or view the original item, click here: 1696 'generic_comment:notification:user:summary' =>
'A new comment on: %s',
1697 'generic_comment:notification:user:body' =>
"A new comment was made. It reads: 1701 To reply or view the original item, click here: 1704 'notification:mentions:object:comment:subject' =>
'%s mentioned you in a comment',
1705 'notification:mentions:object:comment:body' =>
'%1$s mentioned you in a comment. 1707 To see the full comment, click on the link below: 1714 'byline' =>
'By %s',
1715 'byline:ingroup' =>
'in the group %s',
1717 'entity:delete:item' =>
'Item',
1718 'entity:delete:item_not_found' =>
'Item not found.',
1719 'entity:delete:permission_denied' =>
'You do not have permissions to delete this item.',
1720 'entity:delete:success' =>
'%s has been deleted.',
1721 'entity:delete:fail' =>
'%s could not be deleted.',
1723 'entity:restore:item' =>
'Item',
1724 'entity:restore:item_not_found' =>
'Item not found',
1725 'entity:restore:container_permission' =>
'You do not have permissions to restore this item to %s',
1726 'entity:restore:permission_denied' =>
'You do not have permissions to restore this item',
1727 'entity:restore:success' =>
'%s has been restored',
1728 'entity:restore:fail' =>
'%s could not be restored',
1730 'entity:subscribe' =>
"Subscribe",
1731 'entity:subscribe:disabled' =>
"Your default notification settings prevent you from subscribing to this content",
1732 'entity:subscribe:success' =>
"You've successfully subscribed to %s",
1733 'entity:subscribe:fail' =>
"An error occured while subscribing to %s",
1735 'entity:unsubscribe' =>
"Unsubscribe",
1736 'entity:unsubscribe:success' =>
"You've successfully unsubscribed from %s",
1737 'entity:unsubscribe:fail' =>
"An error occured while unsubscribing from %s",
1739 'entity:mute' =>
"Mute notifications",
1740 'entity:mute:success' =>
"You've successfully muted notifications of %s",
1741 'entity:mute:fail' =>
"An error occured while muting notifications of %s",
1743 'entity:unmute' =>
"Unmute notifications",
1744 'entity:unmute:success' =>
"You've successfully unmuted notifications of %s",
1745 'entity:unmute:fail' =>
"An error occured while unmuting notifications of %s",
1751 'annotation:delete:fail' =>
"An error occured while removing the annotation",
1752 'annotation:delete:success' =>
"The annotation was removed successfully",
1758 'actiongatekeeper:missingfields' =>
'Form is missing __token or __ts fields',
1759 'actiongatekeeper:tokeninvalid' =>
"The page you were using had expired. Please try again.",
1760 'actiongatekeeper:timeerror' =>
'The page you were using has expired. Please refresh and try again.',
1761 'actiongatekeeper:pluginprevents' =>
'Sorry. Your form could not be submitted for an unknown reason.',
1762 'actiongatekeeper:uploadexceeded' =>
'The size of file(s) uploaded exceeded the limit set by your site administrator',
1768 'js:security:token_refresh_failed' =>
'Failed to contact %s. You may experience problems saving content. Please refresh this page.',
1769 'js:lightbox:current' =>
"image %s of %s",
1774 'diagnostics:report' =>
'Diagnostics Report',
1775 'diagnostics:header' =>
'======================================================================== 1776 Elgg Diagnostic Report 1778 ======================================================================== 1781 'diagnostics:report:basic' =>
' 1784 ------------------------------------------------------------------------',
1785 'diagnostics:report:php' =>
' 1788 ------------------------------------------------------------------------',
1789 'diagnostics:report:md5' =>
' 1790 Installed files and checksums: 1793 ------------------------------------------------------------------------',
1794 'diagnostics:report:globals' =>
' 1798 ------------------------------------------------------------------------',
1803 'trash:menu:page' =>
"Trash",
1805 'trash:imprint:actor' =>
"Deleted by: %s",
1806 'trash:imprint:type' =>
"Type: %s",
1808 'trash:owner:title' =>
"Trash",
1809 'trash:owner:title_owner' =>
"%s's trash",
1810 'trash:group:title' =>
"%s's trash",
1812 'trash:no_results' =>
"No items found in the trash",
1814 'trash:notice:retention' =>
"Trashed items will automatically be removed after %s days.",
1816 'trash:restore:container:owner' =>
"You can restore this trashed item to your personal section since the original group has also been removed.",
1817 'trash:restore:container:choose' =>
"Since the original group for this item has been removed, you can choose where to restore the item.",
1818 'trash:restore:container:group' =>
"Restore in a different group",
1819 'trash:restore:group' =>
"Search for a group",
1820 'trash:restore:group:help' =>
"Make sure the selected group has the feature active for the item or an error may occur.",
1821 'trash:restore:owner' =>
"Restore to the owner (%s)",
1826 'elgg:powered' =>
"Powered by Elgg",
1827 'field:required' =>
"Required",
1832 'aria:label:admin:users:search' =>
"User search",
1834 'menu:admin_footer:header' =>
"Admin footer",
1835 'menu:admin_header:header' =>
"Admin header",
1836 'menu:admin:users:bulk:header' =>
"Users bulk actions",
1837 'menu:annotation:header' =>
"Annotation",
1838 'menu:breadcrumbs:header' =>
"Breadcrumbs",
1839 'menu:comments:header' =>
"Comments",
1840 'menu:entity:header' =>
"Entity",
1841 'menu:entity_navigation:header' =>
"Entity navigation",
1842 'menu:filter:header' =>
"Filter",
1843 'menu:footer:header' =>
"Footer",
1844 'menu:login:header' =>
"Login",
1845 'menu:owner_block:header' =>
"Owner block",
1846 'menu:page:header' =>
"Page",
1847 'menu:relationship:header' =>
"Relationship",
1848 'menu:river:header' =>
"River",
1849 'menu:site:header' =>
"Site",
1850 'menu:social:header' =>
"Social",
1851 'menu:title:header' =>
"Title",
1852 'menu:title:widgets:header' =>
"Widget administration",
1853 'menu:topbar:header' =>
"Topbar",
1854 'menu:user_hover:header' =>
"User hover",
1855 'menu:user:unvalidated:header' =>
"Unvalidated user",
1856 'menu:walled_garden:header' =>
"Walled garden",
1857 'menu:widget:header' =>
"Widget controls",
1862 'cli:login:success:log' =>
"Logged in as %s [guid: %s]",
1863 'cli:response:output' =>
"Response:",
1864 'cli:option:as' =>
"Execute the command on behalf of a user with the given username",
1865 'cli:option:language' =>
"Execute the command in the given language (eg. en, nl or de)",
1867 'cli:cache:clear:description' =>
"Clear Elgg caches",
1868 'cli:cache:invalidate:description' =>
"Invalidate Elgg caches",
1869 'cli:cache:purge:description' =>
"Purge Elgg caches",
1871 'cli:cron:description' =>
"Execute cron handlers for all or specified interval",
1872 'cli:cron:option:interval' =>
"Name of the interval (e.g. hourly)",
1873 'cli:cron:option:force' =>
"Force cron commands to run even if they are not yet due",
1874 'cli:cron:option:time' =>
"Time of the cron initialization",
1876 'cli:database:seed:description' =>
"Seeds the database with fake entities",
1877 'cli:database:seed:argument:create' =>
"Always create new entities during seeding",
1878 'cli:database:seed:option:limit' =>
"Number of entities to seed",
1879 'cli:database:seed:option:image_folder' =>
"Path to a local folder containing images for seeding",
1880 'cli:database:seed:option:type' =>
"Type of entities to (un)seed (%s)",
1881 'cli:database:seed:option:create_since' =>
"A PHP time string to set the lower bound creation time of seeded entities",
1882 'cli:database:seed:option:create_until' =>
"A PHP time string to set the upper bound creation time of seeded entities",
1883 'cli:database:seed:log:error:faker' =>
"This is a developer tool currently intended for testing purposes only. Please refrain from using it.",
1884 'cli:database:seed:log:error:logged_in' =>
"Database seeding should not be run with a logged in user",
1885 'cli:database:seed:ask:limit' =>
"How many items to seed for the '%s' seeder",
1887 'cli:database:seeders:description' =>
"List all available database seeders with the current count of seeded entities",
1888 'cli:database:seeders:handler' =>
"Seed handler",
1889 'cli:database:seeders:type' =>
"Seed type",
1890 'cli:database:seeders:count' =>
"Seeded count",
1892 'cli:database:unseed:description' =>
"Removes seeded fake entities from the database",
1894 'cli:plugins:activate:description' =>
"Activate plugin(s)",
1895 'cli:plugins:activate:option:force' =>
"Resolve conflicts by deactivating conflicting plugins and enabling required ones",
1896 'cli:plugins:activate:argument:plugins' =>
"Plugin IDs to be activated",
1897 'cli:plugins:activate:progress:start' =>
"Activating plugins",
1899 'cli:plugins:deactivate:description' =>
"Deactivate plugin(s)",
1900 'cli:plugins:deactivate:option:force' =>
"Force deactivation of all dependent plugins",
1901 'cli:plugins:deactivate:argument:plugins' =>
"Plugin IDs to be deactivated",
1902 'cli:plugins:deactivate:progress:start' =>
"Deactivating plugins",
1904 'cli:plugins:list:description' =>
"List all plugins installed on the site",
1905 'cli:plugins:list:option:status' =>
"Plugin status ( %s )",
1906 'cli:plugins:list:option:refresh' =>
"Refresh plugin list with recently installed plugins",
1907 'cli:plugins:list:error:status' =>
"%s is not a valid status. Allowed options are: %s",
1909 'cli:upgrade:description' =>
"Run system upgrades",
1910 'cli:upgrade:option:force' =>
"Force the upgrades to run even if currently an upgrade is already running.",
1911 'cli:upgrade:argument:async' =>
"Execute pending asynchronous upgrades",
1912 'cli:upgrade:system:upgraded' =>
"System upgrades have been executed",
1913 'cli:upgrade:system:failed' =>
"System upgrades have failed",
1914 'cli:upgrade:async:upgraded' =>
"Asynchronous upgrades have been executed",
1915 'cli:upgrade:aysnc:failed' =>
"Asynchronous upgrades have failed",
1917 'cli:upgrade:batch:description' =>
"Executes one or more upgrades",
1918 'cli:upgrade:batch:argument:upgrades' =>
"One or more upgrades (class names) to be executed",
1919 'cli:upgrade:batch:option:force' =>
"Run upgrade even if it has been completed before",
1920 'cli:upgrade:batch:finished' =>
"Running upgrades finished",
1921 'cli:upgrade:batch:notfound' =>
"No upgrade class found for %s",
1923 'cli:upgrade:list:description' =>
"Lists all upgrades in the system",
1924 'cli:upgrade:list:completed' =>
"Completed upgrades",
1925 'cli:upgrade:list:pending' =>
"Pending upgrades",
1926 'cli:upgrade:list:notfound' =>
"No upgrades found",
1933 "ab" =>
"Abkhazian",
1934 "af" =>
"Afrikaans",
1939 "az" =>
"Azerbaijani",
1941 "be" =>
"Belarusian",
1942 "bg" =>
"Bulgarian",
1945 "bn" =>
"Bengali / Bangla",
1949 "cmn" =>
"Mandarin Chinese",
1958 "eo" =>
"Esperanto",
1962 "eu_es" =>
"Basque (Spain)",
1970 "gd" =>
"(Scottish) Gaelic",
1978 "hu" =>
"Hungarian",
1980 "ia" =>
"Interlingua",
1981 "id" =>
"Indonesian",
1982 "ie" =>
"Interlingue",
1984 "is" =>
"Icelandic",
1986 "iu" =>
"Inuktitut",
1987 "iw" =>
"Hebrew (obsolete)",
1989 "ji" =>
"Yiddish (obsolete)",
1993 "kl" =>
"Greenlandic",
1994 "km" =>
"Cambodian",
2003 "lt" =>
"Lithuanian",
2007 "mk" =>
"Macedonian",
2008 "ml" =>
"Malayalam",
2009 "mn" =>
"Mongolian",
2010 "mo" =>
"Moldavian",
2018 "no" =>
"Norwegian",
2020 "om" =>
"(Afan) Oromo",
2024 "ps" =>
"Pashto / Pushto",
2025 "pt" =>
"Portuguese",
2026 "pt_br" =>
"Portuguese (Brazil)",
2031 "ro_ro" =>
"Romanian (Romania)",
2033 "rw" =>
"Kinyarwanda",
2037 "sh" =>
"Serbo-Croatian",
2038 "si" =>
"Sinhalese",
2040 "sl" =>
"Slovenian",
2046 "sr_latin" =>
"Serbian (Latin)",
2049 "su" =>
"Sundanese",
2066 "uk" =>
"Ukrainian",
2069 "vi" =>
"Vietnamese",
2078 "zh_hans" =>
"Chinese Simplified",
2084 "core:upgrade:2017080900:title" =>
"Alter database encoding for multi-byte support",
2085 "core:upgrade:2017080900:description" =>
"Alters database and table encoding to utf8mb4, in order to support multi-byte characters such as emoji",
2087 "core:upgrade:2020102301:title" =>
"Remove the diagnostics plugin",
2088 "core:upgrade:2020102301:description" =>
"Deletes the entity associated with the Diagnostics plugin removed in Elgg 4.0",
2090 "core:upgrade:2021022401:title" =>
"Migrate notification subscriptions",
2091 "core:upgrade:2021022401:description" =>
"Notification subscriptions are stored differently in the database. Use this upgrade to migrate all subscriptions to the new form.",
2093 "core:upgrade:2021040701:title" =>
"Migrate user notification settings",
2094 "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.",
2096 'core:upgrade:2021040801:title' =>
"Migrate Access collection notification preferences",
2097 'core:upgrade:2021040801:description' =>
"A new way to store notification preferences has been introduced. This upgrade migrates the old settings to the new logic.",
2099 'core:upgrade:2021041901:title' =>
"Remove the notifications plugin",
2100 'core:upgrade:2021041901:description' =>
"Deletes the entity associated with the Notifications plugin removed in Elgg 4.0",
2102 'core:upgrade:2021060401:title' =>
"Add content owners to the subscribers",
2103 'core:upgrade:2021060401:description' =>
"Content owners should be subscribed on their own content, this upgrade migrates all old content.",
2105 'core:upgrade:2023011701:title' =>
"Remove orphaned threaded comments",
2106 '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.",
2108 'core:upgrade:2024020101:title' =>
"Migrate icon cropping coordinates",
2109 'core:upgrade:2024020101:description' =>
"Cropping coordinates are stored in a uniform way, this upgrade migrates the old x1, x2, y1 and y2 metadata values",
2111 'core:upgrade:2024020901:title' =>
"Remove icontime metadata",
2112 'core:upgrade:2024020901:description' =>
"Remove the unreliable metadata icontime from the database",
2114 'core:upgrade:2024070201:title' =>
"Migrate debug config",
2115 'core:upgrade:2024070201:description' =>
"Changes the database config value for debug logging to a supported value",
2117 'core:upgrade:2024071001:title' =>
"Migrate admin validation notification preference",
2118 'core:upgrade:2024071001:description' =>
"Moves the storage of the admin notification preference to notifications settings",