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