瀏覽代碼

Updating two language files.

Ivan Tcholakov 14 年之前
父節點
當前提交
fa7d74ec29
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      main/lang/bulgarian/registration.inc.php
  2. 1 0
      main/lang/english/registration.inc.php

+ 1 - 0
main/lang/bulgarian/registration.inc.php

@@ -181,4 +181,5 @@ $YourAccountOnXHasJustBeenApprovedByOneOfOurAdministrators = "Вашият ак
 $HaveFun = "Приятна работа.";
 $YouCanNowLoginAtXUsingTheLoginAndThePasswordYouHaveProvided = "Можете да влезете в %s използвайки Вашите потребителско име и парола.";
 $AreYouSureToEditTheUserStatus = "Сигурни ли сте, че искате да промените статуса на потребителя?";
+$LoginOrEmailAddress = "Потребителско име или e-mail адрес";
 ?>

+ 1 - 0
main/lang/english/registration.inc.php

@@ -183,4 +183,5 @@ $YouCanNowLoginAtXUsingTheLoginAndThePasswordYouHaveProvided = "You can now logi
 $AreYouSureToEditTheUserStatus = "Are you sure to edit the user status?";
 $TheTutorOnlyCanKeepTrackOfStudentsRegisteredInTheCourse = "The tutor can only keep track of all progress of users registered to the course.";
 $TheTeacherCanQualifyEvaluateAndKeepTrackOfAllStudentsEnrolledInTheCourse = "The teacher can qualify, evaluate and keep track of all students enrolled in the course.";
+$LoginOrEmailAddress = "User name or e-mail address";
 ?>