You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
102 lines
12 KiB
102 lines
12 KiB
<?php
|
|
|
|
$strings['plugin_title'] = "SMS Sending";
|
|
$strings['plugin_comment'] = "When enabled and an email sent successfully, a text message is sent to the user.";
|
|
|
|
$strings['api_key'] = "Clockwork SMS key";
|
|
$strings['api_key_help'] = "This is the Clockwork SMS server security key. <a target='_blank' href='http://www.clockworksms.com/platforms/chamilo/'>Click here</a> to get it.";
|
|
|
|
$strings['tool_enable'] = "Enable SMS sending";
|
|
$strings['tool_enable_help'] = "Choose if you want to enable SMS sending tool.
|
|
Once enabled, they will be sent along with an email the selected SMS message types to the users who had filled their mobile phone number field in their profile<br />";
|
|
|
|
$strings['type'] = "Send SMS when";
|
|
$strings['mobile_phone_number'] = "Mobile Phone (include country dialing code only)";
|
|
|
|
$strings['MessageWelcomeXLoginXPasswordX'] = "A user is added to the platform";
|
|
$strings['MessageXNewFileSharedCourseXByX'] = "A file is added to dropbox";
|
|
$strings['MessageXAccountApprovedConnectX'] = "An account is approved";
|
|
$strings['MessageXNewCourseXBeenCreatedX'] = "A new course is created";
|
|
$strings['MessageXNewUserXSubscribedCourseX'] = "A user is subscribed to a course";
|
|
$strings['MessageXNewCourseSuggestedTeacherX'] = "A new course is suggested";
|
|
$strings['MessageXCourseOpeningRequestCodeXRegistered'] = "A new course opening request is registered";
|
|
$strings['MessageXCourseOpeningRequestCourseCodeXApproved'] = "A new course opening request is approved";
|
|
$strings['MessageXRequestOpenCourseCodeXReject'] = "A new course opening request is rejected";
|
|
$strings['MessageXCourseOpeningRequestCourseCodeX'] = "Additional information is required for a new course opening request";
|
|
$strings['MessageXBeenSubscribedCourseX'] = "A user is added to the course but not registered to it yet";
|
|
$strings['MessageXAssignmentBeenCreatedCourseX'] = "Homework is created";
|
|
$strings['MessageXAccountCreatedUpdatedLoginXPasswordX'] = "A user account is created or updated";
|
|
$strings['MessageXPasswordUpdatedLoginXPasswordX'] = "A user password is updated";
|
|
$strings['MessageXRequestedPasswordChange'] = "A user requests a password change";
|
|
$strings['MessageXReceivedNewPersonalMessages'] = "New personal messages are received in user's inbox or forum";
|
|
$strings['MessageXNewUserXPendingApproval'] = "A new user registration is pending for approval";
|
|
$strings['MessageXXPostedForumXCourseX'] = "A user posts in forum";
|
|
$strings['MessageXXXCheckEmailConnectMoreInfo'] = "An announcement is sent";
|
|
$strings['MessageXXStudentXAnsweredTestX'] = "A student solves an exercise";
|
|
$strings['MessageXXStudentXAnsweredTestXOpenQuestion'] = "A student solves an open question";
|
|
$strings['MessageXXStudentXAnsweredTestXVoiceQuestion'] = "A student solves a voice question";
|
|
$strings['MessageXXAnswerOpenQuestionTestXReviewed'] = "An open question answer is reviewed";
|
|
$strings['MessageXXNewThreadXStartedForumX'] = "A new thread is started in forum";
|
|
$strings['MessageXXNewAnswerPostedXForumX'] = "A new answer is posted in forum";
|
|
$strings['MessageXXNewSystemAnnouncementAdded'] = "A new system announcement is added and the user does not want to send a test email";
|
|
$strings['MessageXTestXNewSystemAnnouncementAdded'] = "A new system announcement is added and the user wants to send a test email";
|
|
$strings['MessageXXSystemAnnouncementUpdate'] = "A new system announcement is updated and the user does not want to send a test email";
|
|
$strings['MessageXTestXSystemAnnouncementUpdate'] = "A new system announcement is updated and the user wants to send a test email";
|
|
$strings['MessageXUserXUploadedAssignmentXCourseXStudentSubmitsPaper'] = "An assignment is uploaded and there is no current session (this will be sent only to coaches)";
|
|
$strings['MessageXUserXUploadedAssignmentXCheckXStudentSubmitsPaper'] = "An assignment is uploaded (this will be sent only to teachers)";
|
|
$strings['MessageXUserXUploadedAssignmentXCourseX'] = "... and there is no current session (this will be sent only to coaches)";
|
|
$strings['MessageXUserXUploadedAssignmentXCheckX'] = "... (this will be sent only to teachers)";
|
|
$strings['MessageXSubscribedSessionX'] = "A session is created or updated and new users are subscribed";
|
|
$strings['MessageXSubscribedSessionXCSV'] = "New users are subscribed to a session importing a CSV file";
|
|
$strings['MessageXUserXSuggestedBeFriends'] = "A friendship invitation is received";
|
|
$strings['MessageXUserXAnsweredInboxMessage'] = "A message reply is received in inbox";
|
|
$strings['MessageXBeenInvitedJoinGroupX'] = "A group join invitation is received";
|
|
$strings['MessageXMessagesSentEditedGroupXEdited'] = "A group topic message is updated";
|
|
$strings['MessageXMessagesSentEditedGroupXAdded'] = "A group topic message is added";
|
|
$strings['MessageXBeenInvitedCompleteSurveyXCourseX'] = "A new survey is created";
|
|
$strings['MessageXReminderAssignmentXCourseXDue'] = "A reminder is sent to students who have not uploaded their assignment yet";
|
|
$strings['MessageXUserDetailsModified'] = "User details have been updated";
|
|
|
|
$strings['WelcomeXLoginXPasswordX'] = "Welcome to %s. Here are your user account details: login: %s, password: %s";
|
|
$strings['XNewFileSharedCourseXByX'] = "%s: A new file has been shared with you in course %s by %s";
|
|
$strings['XAccountApprovedConnectX'] = "%s: Your account has been approved by an administrator. You can now connect to %s";
|
|
$strings['XNewCourseXBeenCreatedX'] = "%s: A new course (%s) has been created by %s";
|
|
$strings['XNewUserXSubscribedCourseX'] = "%s: A new user (%s) has just subscribed to your course (%s)";
|
|
$strings['XNewCourseSuggestedTeacherX'] = "%s: A new course has been suggested by teacher (%s). Please connect to the admin page to review it";
|
|
$strings['XCourseOpeningRequestCodeXRegistered'] = "%s: Your course opening request (code %s) has been registered. You will be informed when it is approved";
|
|
$strings['XCourseOpeningRequestCourseCodeXApproved'] = "%s: Your course opening request for course code %s has been approved. Connect to your portal to use it";
|
|
$strings['XRequestOpenCourseCodeXReject'] = "%s: We are sorry to inform you that your request to open course code %s has been rejected";
|
|
$strings['XCourseOpeningRequestCourseCodeX'] = "%s: Your course opening request for course code %s requires more information. Check e-mail for more info";
|
|
$strings['XBeenSubscribedCourseX'] = "%s: You have been subscribed to course %s";
|
|
$strings['XAssignmentBeenCreatedCourseX'] = "%s: A new assignment has been created in course %s. Please connect for more info";
|
|
$strings['XAccountCreatedUpdatedLoginXPasswordX'] = "%s: Your account has been created or updated. You can now login as %s, password: %s";
|
|
$strings['XPasswordUpdatedLoginXPasswordX'] = "%s: Your password has been updated. You can now login as %s, password: %s";
|
|
$strings['XRequestedPasswordChange'] = "%s: You have requested a password change. Please check your e-mail for more information";
|
|
$strings['XReceivedNewPersonalMessages'] = "%s: You have received new personal messages in your inbox or in the forum. Please check your e-mail for more info";
|
|
$strings['XNewUserXPendingApproval'] = "%s: A new user (%s) registration is pending your approval. Please connect to the admin panel to review";
|
|
$strings['XXPostedForumXCourseX'] = "%s: %s just posted on forum %s in course %s";
|
|
$strings['XXXCheckEmailConnectMoreInfo'] = "%s: %s: %s. Check your e-mail or connect for more info";
|
|
$strings['XXStudentXAnsweredTestX'] = "%s: %s: Student %s has just answered test %s";
|
|
$strings['XXStudentXAnsweredTestXOpenQuestion'] = "%s: %s: Student %s answered test %s's open question. Please connect to review";
|
|
$strings['XXStudentXAnsweredTestXVoiceQuestion'] = "%s: %s: Student %s answered test %s's voice question. Please connect to review";
|
|
$strings['XXAnswerOpenQuestionTestXReviewed'] = "%s: %s: Your answer to an open question in test %s has been reviewed";
|
|
$strings['XXNewThreadXStartedForumX'] = "%s: %s: A new thread (%s) has been started in forum %s";
|
|
$strings['XXNewAnswerPostedXForumX'] = "%s: %s: A new answer has been posted to (%s) in forum %s";
|
|
$strings['XXNewSystemAnnouncementAdded'] = "%s: %s";
|
|
$strings['XTestXNewSystemAnnouncementAdded'] = "%s (test): %s";
|
|
$strings['XXSystemAnnouncementUpdate'] = "%s: %s (update)";
|
|
$strings['XTestXSystemAnnouncementUpdate'] = "%s (test): %s";
|
|
$strings['XUserXUploadedAssignmentXCourseXStudentSubmitsPaper'] = "%s: User %s uploaded assignment %s in course %s";
|
|
$strings['XUserXUploadedAssignmentXCheckXStudentSubmitsPaper'] = "%s: User %s uploaded assignment %s. Check %s";
|
|
$strings['XUserXUploadedAssignmentXCourseX'] = "%s: User %s uploaded assignment %s in course %s";
|
|
$strings['XUserXUploadedAssignmentXCheckX'] = "%s: User %s uploaded assignment %s. Check %s";
|
|
$strings['XSubscribedSessionX'] = "%s: You have been subscribed to session %s";
|
|
$strings['XSubscribedSessionXCSV'] = "%s: You have been subscribed to session %s";
|
|
$strings['XUserXSuggestedBeFriends'] = "%s: User %s suggested you should be friends. Check your inbox or e-mail for details";
|
|
$strings['XUserXAnsweredInboxMessage'] = "%s: User %s just answered your Inbox message";
|
|
$strings['XBeenInvitedJoinGroupX'] = "%s: you have been invited to join group %s. Check your Inbox for details";
|
|
$strings['XMessagesSentEditedGroupXEdited'] = "%s: Messages sent or edited in group %s. Check your Inbox for details";
|
|
$strings['XMessagesSentEditedGroupXAdded'] = "%s: Messages sent or edited in group %s. Check your Inbox for details";
|
|
$strings['XBeenInvitedCompleteSurveyXCourseX'] = "%s: You have been invited to complete survey %s in course %s";
|
|
$strings['XReminderAssignmentXCourseXDue'] = "%s: This is a simple reminder that your assignment (%s) in course %s is still due";
|
|
$strings['XUserDetailsModified'] = "%s: Your user details have been modified. Please check your e-mail for more information";
|
|
|