userInfo.inc.php 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $langLineNumber = "Line Number";
  6. $langLine = "line";
  7. $langLines = "lines";
  8. $langLineOrLines = "line(s)";
  9. $langMoveUp = "Move up";
  10. $langMoveDown = "Move down";
  11. $langAddNewHeading = "Add new heading";
  12. $langCourseAdministratorOnly = "Teachers only";
  13. $langDefineHeadings = "Define Headings";
  14. $langBackToUsersList = "Back to users list";
  15. $langTracking = "Reporting";
  16. $langCourseManager = "Teacher";
  17. $langModRight = "change rights of";
  18. $langNoAdmin = "has from now on <b>no</b> rights on this page";
  19. $langAllAdmin = "has from now on <b>all</b> rights on this page";
  20. $langModRole = "Change role of";
  21. $langRole = "Description";
  22. $langIsNow = "is from now on";
  23. $langInC = "in this course";
  24. $langFilled = "You have left some fields empty.";
  25. $langUserNo = "The login you chose";
  26. $langTaken = "is already in use. Choose another one.";
  27. $langTutor = "Coach";
  28. $langUnreg = "Unsubscribe";
  29. $langGroupUserManagement = "Groups management";
  30. $langUnregister = "Unregister";
  31. $langAddAUser = "Add a user";
  32. $UsersUnsubscribed = "The selected users have been unsubscribed from the course";
  33. $ThisStudentIsSubscribeThroughASession = "This learner is subscribed in this training through a training session. You cannot edit his information";
  34. $NoDataAvailable = "No data available";
  35. $AddToFriends = "Are you sure you want to add this contact to your friends ?";
  36. $AddPersonalMessage = "Add a personal message";
  37. $Friends = "Friends";
  38. $PersonalData = "Profile";
  39. $Contacts = "Contacts";
  40. $SocialInformationComment = "This screen allows you to organise your contacts";
  41. $AttachContactsToGroup = "Attach contacts to group";
  42. $ContactsList = "Contacts list";
  43. $AttachToGroup = "Add to a group";
  44. $SelectOneContact = "Select one contact";
  45. $SelectOneGroup = "Select one group";
  46. $AttachContactsPersonal = "Add personal contacts";
  47. $AttachContactsToGroupSuccesfuly = "Successfully added contacts to group";
  48. $InvitationDenied = "Invitation denied";
  49. $AddedContactToList = "Added contact to list";
  50. $ContactsGroupsComment = "This screen is a list of contacts sorted by groups";
  51. $YouDontHaveContactsInThisGroup = "No contacts found";
  52. $SelectTheCheckbox = "Select the check box";
  53. $YouDontHaveInvites = "Empty";
  54. $SocialInvitesComment = "Pending invitations.";
  55. $InvitationSentBy = "Invitation sent by";
  56. $RequestContact = "Request contact";
  57. $SocialUnknow = "Unknown";
  58. $SocialParent = "My parents";
  59. $SocialFriend = "My friends";
  60. $SocialGoodFriend = "My real friends";
  61. $SocialEnemy = "My enemies";
  62. $SocialDeleted = "Contact deleted";
  63. $MessageOutboxComment = "Messages sent.";
  64. $MyPersonalData = "My personal data";
  65. $AlterPersonalData = "Alter personal data";
  66. $Invites = "Invitations";
  67. $ContactsGroups = "Group contacts";
  68. $ErrorSendingMessage = "There was an error while trying to send the message.";
  69. $PendingInvitations = "Pending invitations";
  70. $MyInbox = "My inbox";
  71. $ViewSharedProfile = "View shared profile";
  72. $SeeAll = "See all";
  73. $ImagesUploaded = "Uploaded images";
  74. $ExtraInformation = "Extra information";
  75. $SearchContacts = "Search contacts";
  76. $SocialSeeContacts = "See contacts";
  77. $SocialUserInformationAttach = "Please write a message before sending the request";
  78. $MessageInvitationNotSent = "your invitation message has not been sent";
  79. $SocialAddToFriends = "Add to my contacts";
  80. $UserNonRegisteredAtTheCourse = "User not registered in course";
  81. $ChangeContactGroup = "Change contact group";
  82. $Friend = "Friend";
  83. $ViewMySharedProfile = "My shared profile";
  84. $UserStatistics = "Reporting for this user";
  85. $EditUser = "Edit this user";
  86. $ViewUser = "View this user";
  87. $RSSFeeds = "RSS feed";
  88. $NoFriendsInYourContactList = "No friends in your contact list";
  89. $TryAndFindSomeFriends = "Try and find some friends";
  90. $ClearSearchResults = "Clear search results";
  91. $SendInvitation = "Send invitation";
  92. $SocialInvitationToFriends = "Invite to join my group of friends";
  93. $MyCertificates = "My certificates";
  94. $UnsubscribeFromPlatformSuccess = "Your account %s has been completely removed from this portal. Thank you for staying with us for a while. We hope to see you again later.";
  95. $ToChangeYourEmailMustTypeYourPassword = "In order to change your e-mail address, you are required to confirm your password";
  96. $Invitations = "Invitations";
  97. $MyGroups = "My groups";
  98. $Social = "Social";
  99. $Profile = "Profile";
  100. $MyFriends = "My friends";
  101. $Messages = "Messages";
  102. $CreateAgroup = "Create a group";
  103. $UsersGroups = "Users, Groups";
  104. $SorryNoResults = "Sorry no results";
  105. $URL = "URL";
  106. $AddPicture = "Add picture";
  107. $GroupPermissions = "Group Permissions";
  108. $Closed = "Closed";
  109. $AddGroup = "Add group";
  110. $Privacy = "Privacy";
  111. $ThisIsAnOpenGroup = "This is an open group";
  112. $YouShouldCreateATopic = "You should create a topic";
  113. $IAmAnAdmin = "I am an admin";
  114. $NewTopic = "Create thread";
  115. $MessageList = "Messages list";
  116. $EditGroup = "Edit group";
  117. $MemberList = "Members list";
  118. $WaitingList = "Waiting list";
  119. $InviteFriends = "Invite friends";
  120. $Members = "Members";
  121. $Admin = "Administrator";
  122. $AttachmentFiles = "Attachments";
  123. $AddOneMoreFile = "Add one more file";
  124. $MaximunFileSizeX = "Maximun file size: %s";
  125. $ModifyInformation = "Edit information";
  126. $GroupList = "Group List";
  127. $GroupEdit = "Edit group";
  128. $ThereAreNotUsersInTheWaitingList = "There are no users in the waiting list";
  129. $SendInvitationTo = "Send invitation to";
  130. $InviteUsersToGroup = "Invite users to group";
  131. $PostIn = "Posted";
  132. $Reply = "Reply";
  133. $Newest = "Newest";
  134. $Popular = "Popular";
  135. $Moderator = "Moderator";
  136. $DeleteModerator = "Remove moderator";
  137. $UserChangeToModerator = "User updated to moderator";
  138. $IAmAModerator = "I am a moderator";
  139. $ThisIsACloseGroup = "This is a closed group";
  140. $IAmAReader = "I am a reader";
  141. $UserChangeToReader = "User updated to reader";
  142. $AddModerator = "Add as moderator";
  143. $UserDeleted = "The user is deleted";
  144. $JoinGroup = "Join group";
  145. $YouShouldJoinTheGroup = "You should join the group";
  146. $WaitingForAdminResponse = "Waiting for admin response";
  147. $Member = "Member";
  148. $Re = "Re";
  149. $FilesAttachment = "Files attachments";
  150. $GroupWaitingList = "Group waiting list";
  151. $Open = "Open";
  152. $UsersAlreadyInvited = "Users already invited";
  153. $SubscribeUsersToGroup = "Subscribe users to group";
  154. $YouHaveBeenInvitedJoinNow = "You have been invited to join now";
  155. $DenyInvitation = "Deny invitation";
  156. $AcceptInvitation = "Accept invitation";
  157. $GroupsWaitingApproval = "Groups waiting for approval";
  158. $GroupInvitationWasDeny = "Group invitation was denied";
  159. $UserIsSubscribedToThisGroup = "User is subscribed to this group";
  160. $DeleteFromGroup = "Delete from group";
  161. $GroupMembers = "Group members";
  162. $Subscribe = "Subscribe";
  163. $YouAreInvitedToGroupContent = "You are invited to access a group content";
  164. $YouAreInvitedToGroup = "You are invited to group";
  165. $ToSubscribeClickInTheLinkBelow = "To subscribe, click the link below";
  166. $ReturnToInbox = "Return to inbox";
  167. $View = "View";
  168. $Me = "Me";
  169. $ReturnToOutbox = "Return to outbox";
  170. $EditNormalProfile = "Edit normal profile";
  171. $GroupPendingInvitations = "Group pending invitations";
  172. $LeaveGroup = "Leave group";
  173. $UserIsNotSubscribedToThisGroup = "User is not subscribed to this group";
  174. $InvitationReceived = "Invitation received";
  175. $InvitationSent = "Invitation sent";
  176. $YouAlreadySentAnInvitation = "You already sent an invitation";
  177. $UserAdded = "The user is added";
  178. $FilesSizeExceedsX = "Files size exceeds";
  179. $YouShouldWriteASubject = "You should write a subject";
  180. $Topics = "Topics";
  181. $StatusInThisGroup = "Status in this group";
  182. $FriendsOnline = "Friends online";
  183. $GroupDescription = "Group description";
  184. $MyProductions = "My productions";
  185. $YouHaveReceivedANewMessageInTheGroupX = "You have received a new message in group %s";
  186. $ClickHereToSeeMessageGroup = "Click here to see group message";
  187. $OrCopyPasteTheFollowingUrl = "or copy paste the following url :";
  188. $ThereIsANewMessageInTheGroupX = "There is a new message in group %s";
  189. $UserIsAlreadySubscribedToThisGroup = "User is already subscribed to this group";
  190. $AddNormalUser = "Add as simple user";
  191. $DenyEntry = "Deny access";
  192. $YouNeedToHaveFriendsInYourSocialNetwork = "You need to have friends in your social network";
  193. $SeeAllMyGroups = "See all my groups";
  194. $YouAlreadyInviteAllYourContacts = "You already invite all your contacts";
  195. $YouShouldCreateAGroup = "You should create a group";
  196. $MySocialGroups = "My social groups";
  197. $SocialGroups = "Social groups";
  198. $CreateASocialGroup = "Create a social group";
  199. $EditMembersList = "Edit members list";
  200. $IAmAHRM = "I am a human resources manager";
  201. $UnsubscribeFromPlatform = "If you want to unsubscribe completely from this campus and have all your information removed from our database, please click the button below and confirm.";
  202. $UnsubscribeFromPlatformConfirm = "Yes, I want to remove this account completely. No data will remain on the server and I will be unable to login again, unless I create a completely new account.";
  203. ?>