Elgg  Version 1.11
en.php
Go to the documentation of this file.
1 <?php
2 return array(
7  'item:site' => 'Sites',
8 
13  'login' => "Log in",
14  'loginok' => "You have been logged in.",
15  'loginerror' => "We couldn't log you in. Please check your credentials and try again.",
16  'login:empty' => "Username/email and password are required.",
17  'login:baduser' => "Unable to load your user account.",
18  'auth:nopams' => "Internal error. No user authentication method installed.",
19 
20  'logout' => "Log out",
21  'logoutok' => "You have been logged out.",
22  'logouterror' => "We couldn't log you out. Please try again.",
23  'session_expired' => "Your session has expired. Please <a href='javascript:location.reload(true)'>reload</a> the page to log in.",
24  'session_changed_user' => "You have been logged in as another user. You should <a href='javascript:location.reload(true)'>reload</a> the page.",
25 
26  'loggedinrequired' => "You must be logged in to view the requested page.",
27  'adminrequired' => "You must be an administrator to view the requested page.",
28  'membershiprequired' => "You must be a member of this group to view the requested page.",
29  'limited_access' => "You do not have permission to view the requested page.",
30 
31 
36  'exception:title' => "Fatal Error.",
37  'exception:contact_admin' => 'An unrecoverable error has occurred and has been logged. Contact the site administrator with the following information:',
38 
39  'actionundefined' => "The requested action (%s) was not defined in the system.",
40  'actionnotfound' => "The action file for %s was not found.",
41  'actionloggedout' => "Sorry, you cannot perform this action while logged out.",
42  'actionunauthorized' => 'You are unauthorized to perform this action',
43 
44  'ajax:error' => 'Unexpected error while performing an AJAX call. Maybe the connection to the server is lost.',
45  'ajax:not_is_xhr' => 'You cannot access AJAX views directly',
46 
47  'PluginException:MisconfiguredPlugin' => "%s (guid: %s) is a misconfigured plugin. It has been disabled. Please search the Elgg wiki for possible causes (http://learn.elgg.org/).",
48  'PluginException:CannotStart' => '%s (guid: %s) cannot start and has been deactivated. Reason: %s',
49  'PluginException:InvalidID' => "%s is an invalid plugin ID.",
50  'PluginException:InvalidPath' => "%s is an invalid plugin path.",
51  'PluginException:InvalidManifest' => 'Invalid manifest file for plugin %s',
52  'PluginException:InvalidPlugin' => '%s is not a valid plugin.',
53  'PluginException:InvalidPlugin:Details' => '%s is not a valid plugin: %s',
54  'PluginException:NullInstantiated' => 'ElggPlugin cannot be null instantiated. You must pass a GUID, a plugin ID, or a full path.',
55  'ElggPlugin:MissingID' => 'Missing plugin ID (guid %s)',
56  'ElggPlugin:NoPluginPackagePackage' => 'Missing ElggPluginPackage for plugin ID %s (guid %s)',
57  'ElggPluginPackage:InvalidPlugin:MissingFile' => 'The required file "%s" is missing.',
58  'ElggPluginPackage:InvalidPlugin:InvalidId' => 'This plugin\'s directory must be renamed to "%s" to match the ID in its manifest.',
59  'ElggPluginPackage:InvalidPlugin:InvalidDependency' => 'Its manifest contains an invalid dependency type "%s".',
60  'ElggPluginPackage:InvalidPlugin:InvalidProvides' => 'Its manifest contains an invalid provides type "%s".',
61  'ElggPluginPackage:InvalidPlugin:CircularDep' => 'There is an invalid %s dependency "%s" in plugin %s. Plugins cannot conflict with or require something they provide!',
62  'ElggPlugin:Exception:CannotIncludeFile' => 'Cannot include %s for plugin %s (guid: %s) at %s.',
63  'ElggPlugin:Exception:CannotRegisterViews' => 'Cannot open views dir for plugin %s (guid: %s) at %s.',
64  'ElggPlugin:Exception:CannotRegisterLanguages' => 'Cannot register languages for plugin %s (guid: %s) at %s.',
65  'ElggPlugin:Exception:NoID' => 'No ID for plugin guid %s!',
66  'PluginException:NoPluginName' => "The plugin name could not be found",
67  'PluginException:ParserError' => 'Error parsing manifest with API version %s in plugin %s.',
68  'PluginException:NoAvailableParser' => 'Cannot find a parser for manifest API version %s in plugin %s.',
69  'PluginException:ParserErrorMissingRequiredAttribute' => "Missing required '%s' attribute in manifest for plugin %s.",
70  'ElggPlugin:InvalidAndDeactivated' => '%s is an invalid plugin and has been deactivated.',
71 
72  'ElggPlugin:Dependencies:Requires' => 'Requires',
73  'ElggPlugin:Dependencies:Suggests' => 'Suggests',
74  'ElggPlugin:Dependencies:Conflicts' => 'Conflicts',
75  'ElggPlugin:Dependencies:Conflicted' => 'Conflicted',
76  'ElggPlugin:Dependencies:Provides' => 'Provides',
77  'ElggPlugin:Dependencies:Priority' => 'Priority',
78 
79  'ElggPlugin:Dependencies:Elgg' => 'Elgg version',
80  'ElggPlugin:Dependencies:PhpVersion' => 'PHP version',
81  'ElggPlugin:Dependencies:PhpExtension' => 'PHP extension: %s',
82  'ElggPlugin:Dependencies:PhpIni' => 'PHP ini setting: %s',
83  'ElggPlugin:Dependencies:Plugin' => 'Plugin: %s',
84  'ElggPlugin:Dependencies:Priority:After' => 'After %s',
85  'ElggPlugin:Dependencies:Priority:Before' => 'Before %s',
86  'ElggPlugin:Dependencies:Priority:Uninstalled' => '%s is not installed',
87  'ElggPlugin:Dependencies:Suggests:Unsatisfied' => 'Missing',
88 
89  'ElggPlugin:Dependencies:ActiveDependent' => 'There are other plugins that list %s as a dependency. You must disable the following plugins before disabling this one: %s',
90 
91  'ElggMenuBuilder:Trees:NoParents' => 'Menu items found without parents to link them to',
92  'ElggMenuBuilder:Trees:OrphanedChild' => 'Menu item [%s] found with a missing parent[%s]',
93  'ElggMenuBuilder:Trees:DuplicateChild' => 'Duplicate registration found for menu item [%s]',
94 
95  'RegistrationException:EmptyPassword' => 'The password fields cannot be empty',
96  'RegistrationException:PasswordMismatch' => 'Passwords must match',
97  'LoginException:BannedUser' => 'You have been banned from this site and cannot log in',
98  'LoginException:UsernameFailure' => 'We could not log you in. Please check your username/email and password.',
99  'LoginException:PasswordFailure' => 'We could not log you in. Please check your username/email and password.',
100  'LoginException:AccountLocked' => 'Your account has been locked for too many log in failures.',
101  'LoginException:ChangePasswordFailure' => 'Failed current password check.',
102  'LoginException:Unknown' => 'We could not log you in due to an unknown error.',
103 
104  'deprecatedfunction' => 'Warning: This code uses the deprecated function \'%s\' and is not compatible with this version of Elgg',
105 
106  'pageownerunavailable' => 'Warning: The page owner %d is not accessible!',
107  'viewfailure' => 'There was an internal failure in the view %s',
108  'view:missing_param' => "The required parameter '%s' is missing in the view %s",
109  'changebookmark' => 'Please change your bookmark for this page',
110  'noaccess' => 'The content you were trying to view has been removed or you do not have permission to view it.',
111  'error:missing_data' => 'There was some data missing in your request',
112  'save:fail' => 'There was a failure saving your data',
113  'save:success' => 'Your data was saved',
114 
115  'error:default:title' => 'Oops...',
116  'error:default:content' => 'Oops... something went wrong.',
117  'error:400:title' => 'Bad request',
118  'error:400:content' => 'Sorry. The request is invalid or incomplete.',
119  'error:403:title' => 'Forbidden',
120  'error:403:content' => 'Sorry. You are not allowed to access the requested page.',
121  'error:404:title' => 'Page not found',
122  'error:404:content' => 'Sorry. We could not find the page that you requested.',
123 
124  'upload:error:ini_size' => 'The file you tried to upload is too large.',
125  'upload:error:form_size' => 'The file you tried to upload is too large.',
126  'upload:error:partial' => 'The file upload did not complete.',
127  'upload:error:no_file' => 'No file was selected.',
128  'upload:error:no_tmp_dir' => 'Cannot save the uploaded file.',
129  'upload:error:cant_write' => 'Cannot save the uploaded file.',
130  'upload:error:extension' => 'Cannot save the uploaded file.',
131  'upload:error:unknown' => 'The file upload failed.',
132 
133 
138  'name' => "Display name",
139  'email' => "Email address",
140  'username' => "Username",
141  'loginusername' => "Username or email",
142  'password' => "Password",
143  'passwordagain' => "Password (again for verification)",
144  'admin_option' => "Make this user an admin?",
145 
150  'PRIVATE' => "Private",
151  'LOGGED_IN' => "Logged in users",
152  'PUBLIC' => "Public",
153  'LOGGED_OUT' => "Logged out users",
154  'access:friends:label' => "Friends",
155  'access' => "Access",
156  'access:overridenotice' => "Note: Due to group policy, this content will be accessible only by group members.",
157  'access:limited:label' => "Limited",
158  'access:help' => "The access level",
159  'access:read' => "Read access",
160  'access:write' => "Write access",
161  'access:admin_only' => "Administrators only",
162  'access:missing_name' => "Missing access level name",
163  'access:comments:change' => "This discussion is currently visible to a limited audience. Be thoughtful about who you share it with.",
164 
169  'dashboard' => "Dashboard",
170  'dashboard:nowidgets' => "Your dashboard lets you track the activity and content on this site that matters to you.",
171 
172  'widgets:add' => 'Add widgets',
173  'widgets:add:description' => "Click on any widget button below to add it to the page.",
174  'widgets:panel:close' => "Close widgets panel",
175  'widgets:position:fixed' => '(Fixed position on page)',
176  'widget:unavailable' => 'You have already added this widget',
177  'widget:numbertodisplay' => 'Number of items to display',
178 
179  'widget:delete' => 'Remove %s',
180  'widget:edit' => 'Customize this widget',
181 
182  'widgets' => "Widgets",
183  'widget' => "Widget",
184  'item:object:widget' => "Widgets",
185  'widgets:save:success' => "The widget was successfully saved.",
186  'widgets:save:failure' => "We could not save your widget.",
187  'widgets:add:success' => "The widget was successfully added.",
188  'widgets:add:failure' => "We could not add your widget.",
189  'widgets:move:failure' => "We could not store the new widget position.",
190  'widgets:remove:failure' => "Unable to remove this widget",
191 
196  'group' => "Group",
197  'item:group' => "Groups",
198 
203  'user' => "User",
204  'item:user' => "Users",
205 
210  'friends' => "Friends",
211  'friends:yours' => "Your friends",
212  'friends:owned' => "%s's friends",
213  'friend:add' => "Add friend",
214  'friend:remove' => "Remove friend",
215 
216  'friends:add:successful' => "You have successfully added %s as a friend.",
217  'friends:add:failure' => "We couldn't add %s as a friend.",
218 
219  'friends:remove:successful' => "You have successfully removed %s from your friends.",
220  'friends:remove:failure' => "We couldn't remove %s from your friends.",
221 
222  'friends:none' => "No friends yet.",
223  'friends:none:you' => "You don't have any friends yet.",
224 
225  'friends:none:found' => "No friends were found.",
226 
227  'friends:of:none' => "Nobody has added this user as a friend yet.",
228  'friends:of:none:you' => "Nobody has added you as a friend yet. Start adding content and fill in your profile to let people find you!",
229 
230  'friends:of:owned' => "People who have made %s a friend",
231 
232  'friends:of' => "Friends of",
233  'friends:collections' => "Friend collections",
234  'collections:add' => "New collection",
235  'friends:collections:add' => "New friends collection",
236  'friends:addfriends' => "Select friends",
237  'friends:collectionname' => "Collection name",
238  'friends:collectionfriends' => "Friends in collection",
239  'friends:collectionedit' => "Edit this collection",
240  'friends:nocollections' => "You do not have any collections yet.",
241  'friends:collectiondeleted' => "Your collection has been deleted.",
242  'friends:collectiondeletefailed' => "We were unable to delete the collection. Either you don't have permission, or some other problem has occurred.",
243  'friends:collectionadded' => "Your collection was successfully created",
244  'friends:nocollectionname' => "You need to give your collection a name before it can be created.",
245  'friends:collections:members' => "Collection members",
246  'friends:collections:edit' => "Edit collection",
247  'friends:collections:edited' => "Saved collection",
248  'friends:collection:edit_failed' => 'Could not save collection.',
249 
250  'friendspicker:chararray' => 'ABCDEFGHIJKLMNOPQRSTUVWXYZ',
251 
252  'avatar' => 'Avatar',
253  'avatar:noaccess' => "You're not allowed to edit this user's avatar",
254  'avatar:create' => 'Create your avatar',
255  'avatar:edit' => 'Edit avatar',
256  'avatar:preview' => 'Preview',
257  'avatar:upload' => 'Upload a new avatar',
258  'avatar:current' => 'Current avatar',
259  'avatar:remove' => 'Remove your avatar and set the default icon',
260  'avatar:crop:title' => 'Avatar cropping tool',
261  '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)",
262  'avatar:create:instructions' => 'Click and drag a square below to match how you want your avatar cropped. A preview will appear in the box on the right. When you are happy with the preview, click \'Create your avatar\'. This cropped version will be used throughout the site as your avatar.',
263  'avatar:upload:success' => 'Avatar successfully uploaded',
264  'avatar:upload:fail' => 'Avatar upload failed',
265  'avatar:resize:fail' => 'Resize of the avatar failed',
266  'avatar:crop:success' => 'Cropping the avatar succeeded',
267  'avatar:crop:fail' => 'Avatar cropping failed',
268  'avatar:remove:success' => 'Removing the avatar succeeded',
269  'avatar:remove:fail' => 'Avatar remove failed',
270 
271  'profile:edit' => 'Edit profile',
272  'profile:aboutme' => "About me",
273  'profile:description' => "About me",
274  'profile:briefdescription' => "Brief description",
275  'profile:location' => "Location",
276  'profile:skills' => "Skills",
277  'profile:interests' => "Interests",
278  'profile:contactemail' => "Contact email",
279  'profile:phone' => "Telephone",
280  'profile:mobile' => "Mobile phone",
281  'profile:website' => "Website",
282  'profile:twitter' => "Twitter username",
283  'profile:saved' => "Your profile was successfully saved.",
284 
285  'profile:field:text' => 'Short text',
286  'profile:field:longtext' => 'Large text area',
287  'profile:field:tags' => 'Tags',
288  'profile:field:url' => 'Web address',
289  'profile:field:email' => 'Email address',
290  'profile:field:location' => 'Location',
291  'profile:field:date' => 'Date',
292 
293  'admin:appearance:profile_fields' => 'Edit Profile Fields',
294  'profile:edit:default' => 'Edit profile fields',
295  'profile:label' => "Profile label",
296  'profile:type' => "Profile type",
297  'profile:editdefault:delete:fail' => 'Removing profile field failed',
298  'profile:editdefault:delete:success' => 'Profile field deleted',
299  'profile:defaultprofile:reset' => 'Profile fields reset to the system default',
300  'profile:resetdefault' => 'Reset profile fields to system defaults',
301  'profile:resetdefault:confirm' => 'Are you sure you want to delete your custom profile fields?',
302  'profile:explainchangefields' => "You can replace the existing profile fields with your own using the form below. \n\n Give the new profile field a label, for example, 'Favorite team', then select the field type (eg. text, url, tags), and click the 'Add' button. To re-order the fields drag on the handle next to the field label. To edit a field label - click on the label's text to make it editable. \n\n At any time you can revert back to the default profile set up, but you will lose any information already entered into custom fields on profile pages.",
303  'profile:editdefault:success' => 'New profile field added',
304  'profile:editdefault:fail' => 'Default profile could not be saved',
305  'profile:field_too_long' => 'Cannot save your profile information because the "%s" section is too long.',
306  'profile:noaccess' => "You do not have permission to edit this profile.",
307  'profile:invalid_email' => '%s must be a valid email address.',
308 
309 
313  'feed:rss' => 'RSS feed for this page',
317  'link:view' => 'view link',
318  'link:view:all' => 'View all',
319 
320 
324  'river' => "River",
325  'river:friend:user:default' => "%s is now a friend with %s",
326  'river:update:user:avatar' => '%s has a new avatar',
327  'river:update:user:profile' => '%s has updated their profile',
328  'river:noaccess' => 'You do not have permission to view this item.',
329  'river:posted:generic' => '%s posted',
330  'riveritem:single:user' => 'a user',
331  'riveritem:plural:user' => 'some users',
332  'river:ingroup' => 'in the group %s',
333  'river:none' => 'No activity',
334  'river:update' => 'Update for %s',
335  'river:delete' => 'Remove this activity item',
336  'river:delete:success' => 'River item has been deleted',
337  'river:delete:fail' => 'River item could not be deleted',
338  'river:subject:invalid_subject' => 'Invalid user',
339  'activity:owner' => 'View activity',
340 
341  'river:widget:title' => "Activity",
342  'river:widget:description' => "Display latest activity",
343  'river:widget:type' => "Type of activity",
344  'river:widgets:friends' => 'Friends activity',
345  'river:widgets:all' => 'All site activity',
346 
350  'notifications:usersettings' => "Notification settings",
351  'notification:method:email' => 'Email',
352 
353  'notifications:usersettings:save:ok' => "Notification settings were successfully saved.",
354  'notifications:usersettings:save:fail' => "There was a problem saving the notification settings.",
355 
356  'notification:subject' => 'Notification about %s',
357  'notification:body' => 'View the new activity at %s',
358 
363  'search' => "Search",
364  'searchtitle' => "Search: %s",
365  'users:searchtitle' => "Searching for users: %s",
366  'groups:searchtitle' => "Searching for groups: %s",
367  'advancedsearchtitle' => "%s with results matching %s",
368  'notfound' => "No results found.",
369  'next' => "Next",
370  'previous' => "Previous",
371 
372  'viewtype:change' => "Change list type",
373  'viewtype:list' => "List view",
374  'viewtype:gallery' => "Gallery",
375 
376  'tag:search:startblurb' => "Items with tags matching '%s':",
377 
378  'user:search:startblurb' => "Users matching '%s':",
379  'user:search:finishblurb' => "To view more, click here.",
380 
381  'group:search:startblurb' => "Groups matching '%s':",
382  'group:search:finishblurb' => "To view more, click here.",
383  'search:go' => 'Go',
384  'userpicker:only_friends' => 'Only friends',
385 
390  'account' => "Account",
391  'settings' => "Settings",
392  'tools' => "Tools",
393  'settings:edit' => 'Edit settings',
394 
395  'register' => "Register",
396  'registerok' => "You have successfully registered for %s.",
397  'registerbad' => "Your registration was unsuccessful because of an unknown error.",
398  'registerdisabled' => "Registration has been disabled by the system administrator",
399  'register:fields' => 'All fields are required',
400 
401  'registration:notemail' => 'The email address you provided does not appear to be a valid email address.',
402  'registration:userexists' => 'That username already exists',
403  'registration:usernametooshort' => 'Your username must be a minimum of %u characters long.',
404  'registration:usernametoolong' => 'Your username is too long. It can have a maximum of %u characters.',
405  'registration:passwordtooshort' => 'The password must be a minimum of %u characters long.',
406  'registration:dupeemail' => 'This email address has already been registered.',
407  'registration:invalidchars' => 'Sorry, your username contains the character %s which is invalid. The following characters are invalid: %s',
408  'registration:emailnotvalid' => 'Sorry, the email address you entered is invalid on this system',
409  'registration:passwordnotvalid' => 'Sorry, the password you entered is invalid on this system',
410  'registration:usernamenotvalid' => 'Sorry, the username you entered is invalid on this system',
411 
412  'adduser' => "Add User",
413  'adduser:ok' => "You have successfully added a new user.",
414  'adduser:bad' => "The new user could not be created.",
415 
416  'user:set:name' => "Account name settings",
417  'user:name:label' => "Display name",
418  'user:name:success' => "Successfully changed display name on the system.",
419  'user:name:fail' => "Could not change display name on the system.",
420 
421  'user:set:password' => "Account password",
422  'user:current_password:label' => 'Current password',
423  'user:password:label' => "New password",
424  'user:password2:label' => "New password again",
425  'user:password:success' => "Password changed",
426  'user:password:fail' => "Could not change your password on the system.",
427  'user:password:fail:notsame' => "The two passwords are not the same!",
428  'user:password:fail:tooshort' => "Password is too short!",
429  'user:password:fail:incorrect_current_password' => 'The current password entered is incorrect.',
430  'user:changepassword:unknown_user' => 'Invalid user.',
431  'user:changepassword:change_password_confirm' => 'This will change your password.',
432 
433  'user:set:language' => "Language settings",
434  'user:language:label' => "Language",
435  'user:language:success' => "Language settings have been updated.",
436  'user:language:fail' => "Language settings could not be saved.",
437 
438  'user:username:notfound' => 'Username %s not found.',
439 
440  'user:password:lost' => 'Lost password',
441  'user:password:changereq:success' => 'Successfully requested a new password, email sent',
442  'user:password:changereq:fail' => 'Could not request a new password.',
443 
444  'user:password:text' => 'To request a new password, enter your username or email address below and click the Request button.',
445 
446  'user:persistent' => 'Remember me',
447 
448  'walled_garden:welcome' => 'Welcome to',
449 
453  'menu:page:header:administer' => 'Administer',
454  'menu:page:header:configure' => 'Configure',
455  'menu:page:header:develop' => 'Develop',
456  'menu:page:header:default' => 'Other',
457 
458  'admin:view_site' => 'View site',
459  'admin:loggedin' => 'Logged in as %s',
460  'admin:menu' => 'Menu',
461 
462  'admin:configuration:success' => "Your settings have been saved.",
463  'admin:configuration:fail' => "Your settings could not be saved.",
464  'admin:configuration:dataroot:relative_path' => 'Cannot set "%s" as the dataroot because it is not an absolute path.',
465  'admin:configuration:default_limit' => 'The number of items per page must be at least 1.',
466 
467  'admin:unknown_section' => 'Invalid Admin Section.',
468 
469  'admin' => "Administration",
470  '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.",
471 
472  'admin:statistics' => "Statistics",
473  'admin:statistics:overview' => 'Overview',
474  'admin:statistics:server' => 'Server Info',
475  'admin:statistics:cron' => 'Cron',
476  'admin:cron:record' => 'Latest Cron Jobs',
477  'admin:cron:period' => 'Cron period',
478  'admin:cron:friendly' => 'Last completed',
479  'admin:cron:date' => 'Date and time',
480 
481  'admin:appearance' => 'Appearance',
482  'admin:administer_utilities' => 'Utilities',
483  'admin:develop_utilities' => 'Utilities',
484  'admin:configure_utilities' => 'Utilities',
485  'admin:configure_utilities:robots' => 'Robots.txt',
486 
487  'admin:users' => "Users",
488  'admin:users:online' => 'Currently Online',
489  'admin:users:newest' => 'Newest',
490  'admin:users:admins' => 'Administrators',
491  'admin:users:add' => 'Add New User',
492  'admin:users:description' => "This admin panel allows you to control user settings for your site. Choose an option below to get started.",
493  'admin:users:adduser:label' => "Click here to add a new user...",
494  'admin:users:opt:linktext' => "Configure users...",
495  'admin:users:opt:description' => "Configure users and account information. ",
496  'admin:users:find' => 'Find',
497 
498  'admin:administer_utilities:maintenance' => 'Maintenance mode',
499  'admin:upgrades' => 'Upgrades',
500 
501  'admin:settings' => 'Settings',
502  'admin:settings:basic' => 'Basic Settings',
503  'admin:settings:advanced' => 'Advanced Settings',
504  'admin:site:description' => "This admin panel allows you to control global settings for your site. Choose an option below to get started.",
505  'admin:site:opt:linktext' => "Configure site...",
506  'admin:settings:in_settings_file' => 'This setting is configured in settings.php',
507 
508  'admin:legend:security' => 'Security',
509  'admin:site:secret:intro' => 'Elgg uses a key to create security tokens for various purposes.',
510  'admin:site:secret_regenerated' => "Your site secret has been regenerated.",
511  'admin:site:secret:regenerate' => "Regenerate site secret",
512  'admin: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.",
513  'site_secret:current_strength' => 'Key Strength',
514  'site_secret:strength:weak' => "Weak",
515  'site_secret:strength_msg:weak' => "We strongly recommend that you regenerate your site secret.",
516  'site_secret:strength:moderate' => "Moderate",
517  'site_secret:strength_msg:moderate' => "We recommend you regenerate your site secret for the best site security.",
518  'site_secret:strength:strong' => "Strong",
519  'site_secret:strength_msg:strong' => "Your site secret is sufficiently strong. There is no need to regenerate it.",
520 
521  'admin:dashboard' => 'Dashboard',
522  'admin:widget:online_users' => 'Online users',
523  'admin:widget:online_users:help' => 'Lists the users currently on the site',
524  'admin:widget:new_users' => 'New users',
525  'admin:widget:new_users:help' => 'Lists the newest users',
526  'admin:widget:banned_users' => 'Banned users',
527  'admin:widget:banned_users:help' => 'Lists the banned users',
528  'admin:widget:content_stats' => 'Content statistics',
529  'admin:widget:content_stats:help' => 'Keep track of the content created by your users',
530  'admin:widget:cron_status' => 'Cron status',
531  'admin:widget:cron_status:help' => 'Shows the status of the last time cron jobs finished',
532  'widget:content_stats:type' => 'Content type',
533  'widget:content_stats:number' => 'Number',
534 
535  'admin:widget:admin_welcome' => 'Welcome',
536  'admin:widget:admin_welcome:help' => "A short introduction to Elgg's admin area",
537  'admin:widget:admin_welcome:intro' =>
538 'Welcome to Elgg! Right now you are looking at the administration dashboard. It\'s useful for tracking what\'s happening on the site.',
539 
540  'admin:widget:admin_welcome:admin_overview' =>
541 "Navigation for the administration area is provided by the menu to the right. It is organized into
542 three sections:
543  <dl>
544  <dt>Administer</dt><dd>Everyday tasks like monitoring reported content, checking who is online, and viewing statistics.</dd>
545  <dt>Configure</dt><dd>Occasional tasks like setting the site name or activating a plugin.</dd>
546  <dt>Develop</dt><dd>For developers who are building plugins or designing themes. (Requires a developer plugin.)</dd>
547  </dl>
548  ",
549 
550  // argh, this is ugly
551  'admin:widget:admin_welcome:outro' => '<br />Be sure to check out the resources available through the footer links and thank you for using Elgg!',
552 
553  'admin:widget:control_panel' => 'Control panel',
554  'admin:widget:control_panel:help' => "Provides easy access to common controls",
555 
556  'admin:cache:flush' => 'Flush the caches',
557  'admin:cache:flushed' => "The site's caches have been flushed",
558 
559  'admin:footer:faq' => 'Administration FAQ',
560  'admin:footer:manual' => 'Administration Manual',
561  'admin:footer:community_forums' => 'Elgg Community Forums',
562  'admin:footer:blog' => 'Elgg Blog',
563 
564  'admin:plugins:category:all' => 'All plugins',
565  'admin:plugins:category:active' => 'Active plugins',
566  'admin:plugins:category:inactive' => 'Inactive plugins',
567  'admin:plugins:category:admin' => 'Admin',
568  'admin:plugins:category:bundled' => 'Bundled',
569  'admin:plugins:category:nonbundled' => 'Non-bundled',
570  'admin:plugins:category:content' => 'Content',
571  'admin:plugins:category:development' => 'Development',
572  'admin:plugins:category:enhancement' => 'Enhancements',
573  'admin:plugins:category:api' => 'Service/API',
574  'admin:plugins:category:communication' => 'Communication',
575  'admin:plugins:category:security' => 'Security and Spam',
576  'admin:plugins:category:social' => 'Social',
577  'admin:plugins:category:multimedia' => 'Multimedia',
578  'admin:plugins:category:theme' => 'Themes',
579  'admin:plugins:category:widget' => 'Widgets',
580  'admin:plugins:category:utility' => 'Utilities',
581 
582  'admin:plugins:markdown:unknown_plugin' => 'Unknown plugin.',
583  'admin:plugins:markdown:unknown_file' => 'Unknown file.',
584 
585  'admin:notices:could_not_delete' => 'Could not delete notice.',
586  'item:object:admin_notice' => 'Admin notice',
587 
588  'admin:options' => 'Admin options',
589 
594  'plugins:disabled' => 'Plugins are not being loaded because a file named "disabled" is in the mod directory.',
595  'plugins:settings:save:ok' => "Settings for the %s plugin were saved successfully.",
596  'plugins:settings:save:fail' => "There was a problem saving settings for the %s plugin.",
597  'plugins:usersettings:save:ok' => "User settings for the %s plugin were saved successfully.",
598  'plugins:usersettings:save:fail' => "There was a problem saving user settings for the %s plugin.",
599  'item:object:plugin' => 'Plugins',
600 
601  'admin:plugins' => "Plugins",
602  'admin:plugins:activate_all' => 'Activate All',
603  'admin:plugins:deactivate_all' => 'Deactivate All',
604  'admin:plugins:activate' => 'Activate',
605  'admin:plugins:deactivate' => 'Deactivate',
606  'admin:plugins:description' => "This admin panel allows you to control and configure tools installed on your site.",
607  'admin:plugins:opt:linktext' => "Configure tools...",
608  'admin:plugins:opt:description' => "Configure the tools installed on the site. ",
609  'admin:plugins:label:author' => "Author",
610  'admin:plugins:label:copyright' => "Copyright",
611  'admin:plugins:label:categories' => 'Categories',
612  'admin:plugins:label:licence' => "License",
613  'admin:plugins:label:website' => "URL",
614  'admin:plugins:label:repository' => "Code",
615  'admin:plugins:label:bugtracker' => "Report issue",
616  'admin:plugins:label:donate' => "Donate",
617  'admin:plugins:label:moreinfo' => 'more info',
618  'admin:plugins:label:version' => 'Version',
619  'admin:plugins:label:location' => 'Location',
620  'admin:plugins:label:contributors' => 'Contributors',
621  'admin:plugins:label:contributors:name' => 'Name',
622  'admin:plugins:label:contributors:email' => 'E-mail',
623  'admin:plugins:label:contributors:website' => 'Website',
624  'admin:plugins:label:contributors:username' => 'Community username',
625  'admin:plugins:label:contributors:description' => 'Description',
626  'admin:plugins:label:dependencies' => 'Dependencies',
627 
628  'admin:plugins:warning:elgg_version_unknown' => 'This plugin uses a legacy manifest file and does not specify a compatible Elgg version. It probably will not work!',
629  'admin:plugins:warning:unmet_dependencies' => 'This plugin has unmet dependencies and cannot be activated. Check dependencies under more info.',
630  'admin:plugins:warning:invalid' => 'This plugin is invalid: %s',
631  '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.',
632  'admin:plugins:cannot_activate' => 'cannot activate',
633 
634  'admin:plugins:set_priority:yes' => "Reordered %s.",
635  'admin:plugins:set_priority:no' => "Could not reorder %s.",
636  'admin:plugins:set_priority:no_with_msg' => "Could not reorder %s. Error: %s",
637  'admin:plugins:deactivate:yes' => "Deactivated %s.",
638  'admin:plugins:deactivate:no' => "Could not deactivate %s.",
639  'admin:plugins:deactivate:no_with_msg' => "Could not deactivate %s. Error: %s",
640  'admin:plugins:activate:yes' => "Activated %s.",
641  'admin:plugins:activate:no' => "Could not activate %s.",
642  'admin:plugins:activate:no_with_msg' => "Could not activate %s. Error: %s",
643  'admin:plugins:categories:all' => 'All categories',
644  'admin:plugins:plugin_website' => 'Plugin website',
645  'admin:plugins:author' => '%s',
646  'admin:plugins:version' => 'Version %s',
647  'admin:plugin_settings' => 'Plugin Settings',
648  'admin:plugins:warning:unmet_dependencies_active' => 'This plugin is active but has unmet dependencies. You may encounter problems. See "more info" below for details.',
649 
650  'admin:plugins:dependencies:type' => 'Type',
651  'admin:plugins:dependencies:name' => 'Name',
652  'admin:plugins:dependencies:expected_value' => 'Expected Value',
653  'admin:plugins:dependencies:local_value' => 'Actual value',
654  'admin:plugins:dependencies:comment' => 'Comment',
655 
656  'admin:statistics:description' => "This is an overview of statistics on your site. If you need more detailed statistics, a professional administration feature is available.",
657  'admin:statistics:opt:description' => "View statistical information about users and objects on your site.",
658  'admin:statistics:opt:linktext' => "View statistics...",
659  'admin:statistics:label:basic' => "Basic site statistics",
660  'admin:statistics:label:numentities' => "Entities on site",
661  'admin:statistics:label:numusers' => "Number of users",
662  'admin:statistics:label:numonline' => "Number of users online",
663  'admin:statistics:label:onlineusers' => "Users online now",
664  'admin:statistics:label:admins'=>"Admins",
665  'admin:statistics:label:version' => "Elgg version",
666  'admin:statistics:label:version:release' => "Release",
667  'admin:statistics:label:version:version' => "Version",
668 
669  'admin:server:label:php' => 'PHP',
670  'admin:server:label:web_server' => 'Web Server',
671  'admin:server:label:server' => 'Server',
672  'admin:server:label:log_location' => 'Log Location',
673  'admin:server:label:php_version' => 'PHP version',
674  'admin:server:label:php_ini' => 'PHP ini file location',
675  'admin:server:label:php_log' => 'PHP Log',
676  'admin:server:label:mem_avail' => 'Memory available',
677  'admin:server:label:mem_used' => 'Memory used',
678  'admin:server:error_log' => "Web server's error log",
679  'admin:server:label:post_max_size' => 'POST maximum size',
680  'admin:server:label:upload_max_filesize' => 'Upload maximum size',
681  'admin:server:warning:post_max_too_small' => '(Note: post_max_size must be larger than this value to support uploads of this size)',
682 
683  'admin:user:label:search' => "Find users:",
684  'admin:user:label:searchbutton' => "Search",
685 
686  'admin:user:ban:no' => "Can not ban user",
687  'admin:user:ban:yes' => "User banned.",
688  'admin:user:self:ban:no' => "You cannot ban yourself",
689  'admin:user:unban:no' => "Can not unban user",
690  'admin:user:unban:yes' => "User unbanned.",
691  'admin:user:delete:no' => "Can not delete user",
692  'admin:user:delete:yes' => "The user %s has been deleted",
693  'admin:user:self:delete:no' => "You cannot delete yourself",
694 
695  'admin:user:resetpassword:yes' => "Password reset, user notified.",
696  'admin:user:resetpassword:no' => "Password could not be reset.",
697 
698  'admin:user:makeadmin:yes' => "User is now an admin.",
699  'admin:user:makeadmin:no' => "We could not make this user an admin.",
700 
701  'admin:user:removeadmin:yes' => "User is no longer an admin.",
702  'admin:user:removeadmin:no' => "We could not remove administrator privileges from this user.",
703  'admin:user:self:removeadmin:no' => "You cannot remove your own administrator privileges.",
704 
705  'admin:appearance:menu_items' => 'Menu Items',
706  'admin:menu_items:configure' => 'Configure main menu items',
707  'admin:menu_items:description' => 'Select which menu items you want to show as featured links. Unused items will be added as "More" at the end of the list.',
708  'admin:menu_items:hide_toolbar_entries' => 'Remove links from tool bar menu?',
709  'admin:menu_items:saved' => 'Menu items saved.',
710  'admin:add_menu_item' => 'Add a custom menu item',
711  'admin:add_menu_item:description' => 'Fill out the Display name and URL to add custom items to your navigation menu.',
712 
713  'admin:appearance:default_widgets' => 'Default Widgets',
714  'admin:default_widgets:unknown_type' => 'Unknown widget type',
715  'admin:default_widgets:instructions' => 'Add, remove, position, and configure default widgets for the selected widget page.
716 These changes will only affect new users on the site.',
717 
718  'admin:robots.txt:instructions' => "Edit this site's robots.txt file below",
719  'admin:robots.txt:plugins' => "Plugins are adding the following to the robots.txt file",
720  'admin:robots.txt:subdir' => "The robots.txt tool will not work because Elgg is installed in a sub-directory",
721  'admin:robots.txt:physical' => "The robots.txt tool will not work because a physical robots.txt is present",
722 
723  'admin:maintenance_mode:default_message' => 'This site is down for maintenance',
724  'admin:maintenance_mode:instructions' => 'Maintenance mode should be used for upgrades and other large changes to the site.
725  When it is on, only admins can log in and browse the site.',
726  'admin:maintenance_mode:mode_label' => 'Maintenance mode',
727  'admin:maintenance_mode:message_label' => 'Message displayed to users when maintenance mode is on',
728  'admin:maintenance_mode:saved' => 'The maintenance mode settings were saved.',
729  'admin:maintenance_mode:indicator_menu_item' => 'The site is in maintenance mode.',
730  'admin:login' => 'Admin Login',
731 
736  'usersettings:description' => "The user settings panel allows you to control all your personal settings, from user management to how plugins behave. Choose an option below to get started.",
737 
738  'usersettings:statistics' => "Your statistics",
739  'usersettings:statistics:opt:description' => "View statistical information about users and objects on your site.",
740  'usersettings:statistics:opt:linktext' => "Account statistics",
741 
742  'usersettings:user' => "%s's settings",
743  'usersettings:user:opt:description' => "This allows you to control user settings.",
744  'usersettings:user:opt:linktext' => "Change your settings",
745 
746  'usersettings:plugins' => "Tools",
747  'usersettings:plugins:opt:description' => "Configure settings (if any) for your active tools.",
748  'usersettings:plugins:opt:linktext' => "Configure your tools",
749 
750  'usersettings:plugins:description' => "This panel allows you to control and configure the personal settings for the tools installed by your system administrator.",
751  'usersettings:statistics:label:numentities' => "Your content",
752 
753  'usersettings:statistics:yourdetails' => "Your details",
754  'usersettings:statistics:label:name' => "Full name",
755  'usersettings:statistics:label:email' => "Email",
756  'usersettings:statistics:label:membersince' => "Member since",
757  'usersettings:statistics:label:lastlogin' => "Last logged in",
758 
763  'river:all' => 'All Site Activity',
764  'river:mine' => 'My Activity',
765  'river:owner' => 'Activity of %s',
766  'river:friends' => 'Friends Activity',
767  'river:select' => 'Show %s',
768  'river:comments:more' => '+%u more',
769  'river:comments:all' => 'View all %u comments',
770  'river:generic_comment' => 'commented on %s %s',
771 
772  'friends:widget:description' => "Displays some of your friends.",
773  'friends:num_display' => "Number of friends to display",
774  'friends:icon_size' => "Icon size",
775  'friends:tiny' => "tiny",
776  'friends:small' => "small",
777 
782  'icon:size' => "Icon size",
783  'icon:size:topbar' => "Topbar",
784  'icon:size:tiny' => "Tiny",
785  'icon:size:small' => "Small",
786  'icon:size:medium' => "Medium",
787  'icon:size:large' => "Large",
788  'icon:size:master' => "Extra Large",
789 
794  'save' => "Save",
795  'reset' => 'Reset',
796  'publish' => "Publish",
797  'cancel' => "Cancel",
798  'saving' => "Saving ...",
799  'update' => "Update",
800  'preview' => "Preview",
801  'edit' => "Edit",
802  'delete' => "Delete",
803  'accept' => "Accept",
804  'reject' => "Reject",
805  'decline' => "Decline",
806  'approve' => "Approve",
807  'activate' => "Activate",
808  'deactivate' => "Deactivate",
809  'disapprove' => "Disapprove",
810  'revoke' => "Revoke",
811  'load' => "Load",
812  'upload' => "Upload",
813  'download' => "Download",
814  'ban' => "Ban",
815  'unban' => "Unban",
816  'banned' => "Banned",
817  'enable' => "Enable",
818  'disable' => "Disable",
819  'request' => "Request",
820  'complete' => "Complete",
821  'open' => 'Open',
822  'close' => 'Close',
823  'hide' => 'Hide',
824  'show' => 'Show',
825  'reply' => "Reply",
826  'more' => 'More',
827  'more_info' => 'More info',
828  'comments' => 'Comments',
829  'import' => 'Import',
830  'export' => 'Export',
831  'untitled' => 'Untitled',
832  'help' => 'Help',
833  'send' => 'Send',
834  'post' => 'Post',
835  'submit' => 'Submit',
836  'comment' => 'Comment',
837  'upgrade' => 'Upgrade',
838  'sort' => 'Sort',
839  'filter' => 'Filter',
840  'new' => 'New',
841  'add' => 'Add',
842  'create' => 'Create',
843  'remove' => 'Remove',
844  'revert' => 'Revert',
845 
846  'site' => 'Site',
847  'activity' => 'Activity',
848  'members' => 'Members',
849  'menu' => 'Menu',
850 
851  'up' => 'Up',
852  'down' => 'Down',
853  'top' => 'Top',
854  'bottom' => 'Bottom',
855  'right' => 'Right',
856  'left' => 'Left',
857  'back' => 'Back',
858 
859  'invite' => "Invite",
860 
861  'resetpassword' => "Reset password",
862  'changepassword' => "Change password",
863  'makeadmin' => "Make admin",
864  'removeadmin' => "Remove admin",
865 
866  'option:yes' => "Yes",
867  'option:no' => "No",
868 
869  'unknown' => 'Unknown',
870  'never' => 'Never',
871 
872  'active' => 'Active',
873  'total' => 'Total',
874 
875  'ok' => 'OK',
876  'any' => 'Any',
877  'error' => 'Error',
878 
879  'other' => 'Other',
880  'options' => 'Options',
881  'advanced' => 'Advanced',
882 
883  'learnmore' => "Click here to learn more.",
884  'unknown_error' => 'Unknown error',
885 
886  'content' => "content",
887  'content:latest' => 'Latest activity',
888  'content:latest:blurb' => 'Alternatively, click here to view the latest content from across the site.',
889 
890  'link:text' => 'view link',
891 
896  'question:areyousure' => 'Are you sure?',
897 
902  'status' => 'Status',
903  'status:unsaved_draft' => 'Unsaved Draft',
904  'status:draft' => 'Draft',
905  'status:unpublished' => 'Unpublished',
906  'status:published' => 'Published',
907  'status:featured' => 'Featured',
908  'status:open' => 'Open',
909  'status:closed' => 'Closed',
910 
915  'sort:newest' => 'Newest',
916  'sort:popular' => 'Popular',
917  'sort:alpha' => 'Alphabetical',
918  'sort:priority' => 'Priority',
919 
924  'title' => "Title",
925  'description' => "Description",
926  'tags' => "Tags",
927  'all' => "All",
928  'mine' => "Mine",
929 
930  'by' => 'by',
931  'none' => 'none',
932 
933  'annotations' => "Annotations",
934  'relationships' => "Relationships",
935  'metadata' => "Metadata",
936  'tagcloud' => "Tag cloud",
937 
938  'on' => 'On',
939  'off' => 'Off',
940 
945  'edit:this' => 'Edit this',
946  'delete:this' => 'Delete this',
947  'comment:this' => 'Comment on this',
948 
953  'deleteconfirm' => "Are you sure you want to delete this item?",
954  'deleteconfirm:plural' => "Are you sure you want to delete these items?",
955  'fileexists' => "A file has already been uploaded. To replace it, select it below:",
956 
961  'useradd:subject' => 'User account created',
962  'useradd:body' => '
963 %s,
964 
965 A user account has been created for you at %s. To log in, visit:
966 
967 %s
968 
969 And log in with these user credentials:
970 
971 Username: %s
972 Password: %s
973 
974 Once you have logged in, we highly recommend that you change your password.
975 ',
976 
981  'systemmessages:dismiss' => "click to dismiss",
982 
983 
988  'importsuccess' => "Import of data was successful",
989  'importfail' => "OpenDD import of data failed.",
990 
995  'friendlytime:justnow' => "just now",
996  'friendlytime:minutes' => "%s minutes ago",
997  'friendlytime:minutes:singular' => "a minute ago",
998  'friendlytime:hours' => "%s hours ago",
999  'friendlytime:hours:singular' => "an hour ago",
1000  'friendlytime:days' => "%s days ago",
1001  'friendlytime:days:singular' => "yesterday",
1002  'friendlytime:date_format' => 'j F Y @ g:ia',
1003 
1004  'friendlytime:future:minutes' => "in %s minutes",
1005  'friendlytime:future:minutes:singular' => "in a minute",
1006  'friendlytime:future:hours' => "in %s hours",
1007  'friendlytime:future:hours:singular' => "in an hour",
1008  'friendlytime:future:days' => "in %s days",
1009  'friendlytime:future:days:singular' => "tomorrow",
1010 
1011  'date:month:01' => 'January %s',
1012  'date:month:02' => 'February %s',
1013  'date:month:03' => 'March %s',
1014  'date:month:04' => 'April %s',
1015  'date:month:05' => 'May %s',
1016  'date:month:06' => 'June %s',
1017  'date:month:07' => 'July %s',
1018  'date:month:08' => 'August %s',
1019  'date:month:09' => 'September %s',
1020  'date:month:10' => 'October %s',
1021  'date:month:11' => 'November %s',
1022  'date:month:12' => 'December %s',
1023 
1024  'date:weekday:0' => 'Sunday',
1025  'date:weekday:1' => 'Monday',
1026  'date:weekday:2' => 'Tuesday',
1027  'date:weekday:3' => 'Wednesday',
1028  'date:weekday:4' => 'Thursday',
1029  'date:weekday:5' => 'Friday',
1030  'date:weekday:6' => 'Saturday',
1031 
1032  'interval:minute' => 'Every minute',
1033  'interval:fiveminute' => 'Every five minutes',
1034  'interval:fifteenmin' => 'Every fifteen minutes',
1035  'interval:halfhour' => 'Every half hour',
1036  'interval:hourly' => 'Hourly',
1037  'interval:daily' => 'Daily',
1038  'interval:weekly' => 'Weekly',
1039  'interval:monthly' => 'Monthly',
1040  'interval:yearly' => 'Yearly',
1041  'interval:reboot' => 'On reboot',
1042 
1047  'installation:sitename' => "The name of your site:",
1048  'installation:sitedescription' => "Short description of your site (optional):",
1049  'installation:wwwroot' => "The site URL:",
1050  'installation:path' => "The full path of the Elgg installation:",
1051  'installation:dataroot' => "The full path of the data directory:",
1052  'installation:dataroot:warning' => "You must create this directory manually. It should be in a different directory to your Elgg installation.",
1053  'installation:sitepermissions' => "The default access permissions:",
1054  'installation:language' => "The default language for your site:",
1055  'installation:debug' => "Control the amount of information written to the server's log.",
1056  'installation:debug:label' => "Log level:",
1057  'installation:debug:none' => 'Turn off logging (recommended)',
1058  'installation:debug:error' => 'Log only critical errors',
1059  'installation:debug:warning' => 'Log errors and warnings',
1060  'installation:debug:notice' => 'Log all errors, warnings and notices',
1061  'installation:debug:info' => 'Log everything',
1062 
1063  // Walled Garden support
1064  'installation:registration:description' => 'User registration is enabled by default. Turn this off if you do not want people to register on their own.',
1065  'installation:registration:label' => 'Allow new users to register',
1066  'installation:walled_garden:description' => 'Enable this to prevent non-members from viewing the site except for web pages marked as public (such as login and registration).',
1067  'installation:walled_garden:label' => 'Restrict pages to logged-in users',
1068 
1069  'installation:httpslogin' => "Enable this to have user logins performed over HTTPS. This requires an HTTPS enabled web server!",
1070  'installation:httpslogin:label' => "Enable HTTPS logins",
1071  'installation:view' => "Enter the view which will be used as the default for your site or leave this blank for the default view (if in doubt, leave as default):",
1072 
1073  'installation:siteemail' => "Site email address (used when sending system emails):",
1074  'installation:default_limit' => "Default number of items per page",
1075 
1076  '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.",
1077  'installation:allow_user_default_access:description' => "Enable this to allow users to set their own suggested privacy setting that overrides the system suggestion.",
1078  'installation:allow_user_default_access:label' => "Allow user default access",
1079 
1080  'installation:simplecache:description' => "The simple cache increases performance by caching static content including some CSS and JavaScript files.",
1081  'installation:simplecache:label' => "Use simple cache (recommended)",
1082 
1083  'installation:minify:description' => "The simple cache can also improve performance by compressing JavaScript and CSS files. (Requires that simple cache is enabled.)",
1084  'installation:minify_js:label' => "Compress JavaScript (recommended)",
1085  'installation:minify_css:label' => "Compress CSS (recommended)",
1086 
1087  'installation:htaccess:needs_upgrade' => "You must update your .htaccess file so that the path is injected into the GET parameter __elgg_uri (you can use install/config/htaccess.dist as a guide).",
1088  '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.",
1089 
1090  'installation:systemcache:description' => "The system cache decreases the loading time of Elgg by caching data to files.",
1091  'installation:systemcache:label' => "Use system cache (recommended)",
1092 
1093  'admin:legend:system' => 'System',
1094  'admin:legend:caching' => 'Caching',
1095  'admin:legend:content_access' => 'Content Access',
1096  'admin:legend:site_access' => 'Site Access',
1097  'admin:legend:debug' => 'Debugging and Logging',
1098 
1099  'upgrading' => 'Upgrading...',
1100  'upgrade:db' => 'Your database was upgraded.',
1101  'upgrade:core' => 'Your Elgg installation was upgraded.',
1102  'upgrade:unlock' => 'Unlock upgrade',
1103  '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?",
1104  'upgrade:locked' => "Cannot upgrade. Another upgrade is running. To clear the upgrade lock, visit the Admin section.",
1105  'upgrade:unlock:success' => "Upgrade unlocked successfully.",
1106  'upgrade:unable_to_upgrade' => 'Unable to upgrade.',
1107  'upgrade:unable_to_upgrade_info' =>
1108  'This installation cannot be upgraded because legacy views
1109  were detected in the Elgg core views directory. These views have been deprecated and need to be
1110  removed for Elgg to function correctly. If you have not made changes to Elgg core, you can
1111  simply delete the views directory and replace it with the one from the latest
1112  package of Elgg downloaded from <a href="http://elgg.org">elgg.org</a>.<br /><br />
1113 
1114  If you need detailed instructions, please visit the <a href="http://learn.elgg.org/en/stable/admin/upgrading.html">
1115  Upgrading Elgg documentation</a>. If you require assistance, please post to the
1116  <a href="http://community.elgg.org/pg/groups/discussion/">Community Support Forums</a>.',
1117 
1118  'update:twitter_api:deactivated' => 'Twitter API (previously Twitter Service) was deactivated during the upgrade. Please activate it manually if required.',
1119  'update:oauth_api:deactivated' => 'OAuth API (previously OAuth Lib) was deactivated during the upgrade. Please activate it manually if required.',
1120  'upgrade:site_secret_warning:moderate' => "You are encouraged to regenerate your site key to improve system security. See Configure &gt; Settings &gt; Advanced",
1121  'upgrade:site_secret_warning:weak' => "You are strongly encouraged to regenerate your site key to improve system security. See Configure &gt; Settings &gt; Advanced",
1122 
1123  'deprecated:function' => '%s() was deprecated by %s()',
1124 
1125  'admin:pending_upgrades' => 'The site has pending upgrades that require your immediate attention.',
1126  'admin:view_upgrades' => 'View pending upgrades.',
1127  'admin:upgrades' => 'Upgrades',
1128  'item:object:elgg_upgrade' => 'Site upgrades',
1129  'admin:upgrades:none' => 'Your installation is up to date!',
1130 
1131  'upgrade:item_count' => 'There are <b>%s</b> items that need to be upgraded.',
1132  'upgrade:warning' => '<b>Warning:</b> On a large site this upgrade may take a significantly long time!',
1133  'upgrade:success_count' => 'Upgraded:',
1134  'upgrade:error_count' => 'Errors:',
1135  'upgrade:river_update_failed' => 'Failed to update the river entry for item id %s',
1136  'upgrade:timestamp_update_failed' => 'Failed to update the timestamps for item id %s',
1137  'upgrade:finished' => 'Upgrade finished',
1138  '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>',
1139 
1140  // Strings specific for the comments upgrade
1141  'admin:upgrades:comments' => 'Comments upgrade',
1142  'upgrade:comment:create_failed' => 'Failed to convert comment id %s to an entity.',
1143  'admin:upgrades:commentaccess' => 'Comments Access Upgrade',
1144 
1145  // Strings specific for the datadir upgrade
1146  'admin:upgrades:datadirs' => 'Data directory upgrade',
1147 
1148  // Strings specific for the discussion reply upgrade
1149  'admin:upgrades:discussion_replies' => 'Discussion reply upgrade',
1150  'discussion:upgrade:replies:create_failed' => 'Failed to convert discussion reply id %s to an entity.',
1151 
1156  'welcome' => "Welcome",
1157  'welcome:user' => 'Welcome %s',
1158 
1163  'email:from' => 'From',
1164  'email:to' => 'To',
1165  'email:subject' => 'Subject',
1166  'email:body' => 'Body',
1167 
1168  'email:settings' => "Email settings",
1169  'email:address:label' => "Email address",
1170 
1171  'email:save:success' => "New email address saved. Verification is requested.",
1172  'email:save:fail' => "New email address could not be saved.",
1173 
1174  'friend:newfriend:subject' => "%s has made you a friend!",
1175  'friend:newfriend:body' => "%s has made you a friend!
1176 
1177 To view their profile, click here:
1178 
1179 %s
1180 
1181 Please do not reply to this email.",
1182 
1183  'email:changepassword:subject' => "Password changed!",
1184  'email:changepassword:body' => "Hi %s,
1185 
1186 Your password has been changed.",
1187 
1188  'email:resetpassword:subject' => "Password reset!",
1189  'email:resetpassword:body' => "Hi %s,
1190 
1191 Your password has been reset to: %s",
1192 
1193  'email:changereq:subject' => "Request for password change.",
1194  'email:changereq:body' => "Hi %s,
1195 
1196 Somebody (from the IP address %s) has requested a password change for their account.
1197 
1198 If you requested this, click on the link below. Otherwise ignore this email.
1199 
1200 %s
1201 ",
1202 
1207  'default_access:settings' => "Your default access level",
1208  'default_access:label' => "Default access",
1209  'user:default_access:success' => "Your new default access level was saved.",
1210  'user:default_access:failure' => "Your new default access level could not be saved.",
1211 
1216  'comments:count' => "%s comments",
1217  'item:object:comment' => 'Comments',
1218 
1219  'river:comment:object:default' => '%s commented on %s',
1220 
1221  'generic_comments:add' => "Leave a comment",
1222  'generic_comments:edit' => "Edit comment",
1223  'generic_comments:post' => "Post comment",
1224  'generic_comments:text' => "Comment",
1225  'generic_comments:latest' => "Latest comments",
1226  'generic_comment:posted' => "Your comment was successfully posted.",
1227  'generic_comment:updated' => "The comment was successfully updated.",
1228  'generic_comment:deleted' => "The comment was successfully deleted.",
1229  'generic_comment:blank' => "Sorry, you need to actually put something in your comment before we can save it.",
1230  'generic_comment:notfound' => "Sorry, we could not find the specified comment.",
1231  'generic_comment:notfound_fallback' => "Sorry, we could not find the specified comment, but we've forwarded you to the page where it was left.",
1232  'generic_comment:notdeleted' => "Sorry, we could not delete this comment.",
1233  'generic_comment:failure' => "An unexpected error occurred when saving the comment.",
1234  'generic_comment:none' => 'No comments',
1235  'generic_comment:title' => 'Comment by %s',
1236  'generic_comment:on' => '%s on %s',
1237  'generic_comments:latest:posted' => 'posted a',
1238 
1239  'generic_comment:email:subject' => 'You have a new comment!',
1240  'generic_comment:email:body' => "You have a new comment on your item \"%s\" from %s. It reads:
1241 
1242 
1243 %s
1244 
1245 
1246 To reply or view the original item, click here:
1247 
1248 %s
1249 
1250 To view %s's profile, click here:
1251 
1252 %s
1253 
1254 Please do not reply to this email.",
1255 
1260  'byline' => 'By %s',
1261  'entity:default:strapline' => 'Created %s by %s',
1262  'entity:default:missingsupport:popup' => 'This entity cannot be displayed correctly. This may be because it requires support provided by a plugin that is no longer installed.',
1263 
1264  'entity:delete:success' => 'Entity %s has been deleted',
1265  'entity:delete:fail' => 'Entity %s could not be deleted',
1266 
1267  'entity:can_delete:invaliduser' => 'Can not check canDelete for user_guid [%s] as the user does not exist.',
1268 
1273  'actiongatekeeper:missingfields' => 'Form is missing __token or __ts fields',
1274  'actiongatekeeper:tokeninvalid' => "The page you were using had expired. Please try again.",
1275  'actiongatekeeper:timeerror' => 'The page you were using has expired. Please refresh and try again.',
1276  'actiongatekeeper:pluginprevents' => 'Sorry. Your form could not be submitted for an unknown reason.',
1277  'actiongatekeeper:uploadexceeded' => 'The size of file(s) uploaded exceeded the limit set by your site administrator',
1278  'actiongatekeeper:crosssitelogin' => "Sorry, logging in from a different domain is not permitted. Please try again.",
1279 
1284  'word:blacklist' => 'and, the, then, but, she, his, her, him, one, not, also, about, now, hence, however, still, likewise, otherwise, therefore, conversely, rather, consequently, furthermore, nevertheless, instead, meanwhile, accordingly, this, seems, what, whom, whose, whoever, whomever',
1285 
1290  'tag_names:tags' => 'Tags',
1291 
1296  'js:security:token_refresh_failed' => 'Failed to contact %s. You may experience problems saving content. Please refresh this page.',
1297  'js:security:token_refreshed' => 'Connection to %s restored!',
1298  'js:lightbox:current' => "image %s of %s",
1299 
1303  'elgg:powered' => "Powered by Elgg",
1304 
1309  "aa" => "Afar",
1310  "ab" => "Abkhazian",
1311  "af" => "Afrikaans",
1312  "am" => "Amharic",
1313  "ar" => "Arabic",
1314  "as" => "Assamese",
1315  "ay" => "Aymara",
1316  "az" => "Azerbaijani",
1317  "ba" => "Bashkir",
1318  "be" => "Byelorussian",
1319  "bg" => "Bulgarian",
1320  "bh" => "Bihari",
1321  "bi" => "Bislama",
1322  "bn" => "Bengali; Bangla",
1323  "bo" => "Tibetan",
1324  "br" => "Breton",
1325  "ca" => "Catalan",
1326  "cmn" => "Mandarin Chinese", // ISO 639-3
1327  "co" => "Corsican",
1328  "cs" => "Czech",
1329  "cy" => "Welsh",
1330  "da" => "Danish",
1331  "de" => "German",
1332  "dz" => "Bhutani",
1333  "el" => "Greek",
1334  "en" => "English",
1335  "eo" => "Esperanto",
1336  "es" => "Spanish",
1337  "et" => "Estonian",
1338  "eu" => "Basque",
1339  "fa" => "Persian",
1340  "fi" => "Finnish",
1341  "fj" => "Fiji",
1342  "fo" => "Faeroese",
1343  "fr" => "French",
1344  "fy" => "Frisian",
1345  "ga" => "Irish",
1346  "gd" => "Scots / Gaelic",
1347  "gl" => "Galician",
1348  "gn" => "Guarani",
1349  "gu" => "Gujarati",
1350  "he" => "Hebrew",
1351  "ha" => "Hausa",
1352  "hi" => "Hindi",
1353  "hr" => "Croatian",
1354  "hu" => "Hungarian",
1355  "hy" => "Armenian",
1356  "ia" => "Interlingua",
1357  "id" => "Indonesian",
1358  "ie" => "Interlingue",
1359  "ik" => "Inupiak",
1360  //"in" => "Indonesian",
1361  "is" => "Icelandic",
1362  "it" => "Italian",
1363  "iu" => "Inuktitut",
1364  "iw" => "Hebrew (obsolete)",
1365  "ja" => "Japanese",
1366  "ji" => "Yiddish (obsolete)",
1367  "jw" => "Javanese",
1368  "ka" => "Georgian",
1369  "kk" => "Kazakh",
1370  "kl" => "Greenlandic",
1371  "km" => "Cambodian",
1372  "kn" => "Kannada",
1373  "ko" => "Korean",
1374  "ks" => "Kashmiri",
1375  "ku" => "Kurdish",
1376  "ky" => "Kirghiz",
1377  "la" => "Latin",
1378  "ln" => "Lingala",
1379  "lo" => "Laothian",
1380  "lt" => "Lithuanian",
1381  "lv" => "Latvian/Lettish",
1382  "mg" => "Malagasy",
1383  "mi" => "Maori",
1384  "mk" => "Macedonian",
1385  "ml" => "Malayalam",
1386  "mn" => "Mongolian",
1387  "mo" => "Moldavian",
1388  "mr" => "Marathi",
1389  "ms" => "Malay",
1390  "mt" => "Maltese",
1391  "my" => "Burmese",
1392  "na" => "Nauru",
1393  "ne" => "Nepali",
1394  "nl" => "Dutch",
1395  "no" => "Norwegian",
1396  "oc" => "Occitan",
1397  "om" => "(Afan) Oromo",
1398  "or" => "Oriya",
1399  "pa" => "Punjabi",
1400  "pl" => "Polish",
1401  "ps" => "Pashto / Pushto",
1402  "pt" => "Portuguese",
1403  "pt_br" => 'Brazilian Portuguese',
1404  "qu" => "Quechua",
1405  "rm" => "Rhaeto-Romance",
1406  "rn" => "Kirundi",
1407  "ro" => "Romanian",
1408  "ru" => "Russian",
1409  "rw" => "Kinyarwanda",
1410  "sa" => "Sanskrit",
1411  "sd" => "Sindhi",
1412  "sg" => "Sangro",
1413  "sh" => "Serbo-Croatian",
1414  "si" => "Singhalese",
1415  "sk" => "Slovak",
1416  "sl" => "Slovenian",
1417  "sm" => "Samoan",
1418  "sn" => "Shona",
1419  "so" => "Somali",
1420  "sq" => "Albanian",
1421  "sr" => "Serbian",
1422  "ss" => "Siswati",
1423  "st" => "Sesotho",
1424  "su" => "Sundanese",
1425  "sv" => "Swedish",
1426  "sw" => "Swahili",
1427  "ta" => "Tamil",
1428  "te" => "Tegulu",
1429  "tg" => "Tajik",
1430  "th" => "Thai",
1431  "ti" => "Tigrinya",
1432  "tk" => "Turkmen",
1433  "tl" => "Tagalog",
1434  "tn" => "Setswana",
1435  "to" => "Tonga",
1436  "tr" => "Turkish",
1437  "ts" => "Tsonga",
1438  "tt" => "Tatar",
1439  "tw" => "Twi",
1440  "ug" => "Uigur",
1441  "uk" => "Ukrainian",
1442  "ur" => "Urdu",
1443  "uz" => "Uzbek",
1444  "vi" => "Vietnamese",
1445  "vo" => "Volapuk",
1446  "wo" => "Wolof",
1447  "xh" => "Xhosa",
1448  //"y" => "Yiddish",
1449  "yi" => "Yiddish",
1450  "yo" => "Yoruba",
1451  "za" => "Zuang",
1452  "zh" => "Chinese",
1453  "zu" => "Zulu",
1454 );