course_home.inc.php 2.3 KB

1234567891011121314151617181920212223242526
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $langActivate = " &#1578;&#1588;&#1594;&#1610;&#1604; ";
  5. $langDeactivate = " &#1573;&#1576;&#1591;&#1575;&#1604; ";
  6. $langInLnk = " &#1585;&#1608;&#1575;&#1576;&#1591; &#1605;&#1576;&#1591;&#1604;&#1577; ";
  7. $langDelLk = " &#1601;&#1593;&#1604;&#1575; &#1567; &#1607;&#1604; &#1578;&#1585;&#1610;&#1583;&#1608;&#1606; &#1573;&#1586;&#1575;&#1604;&#1577; &#1607;&#1584;&#1607; &#1575;&#1604;&#1585;&#1608;&#1575;&#1576;&#1591;";
  8. $langCourseCreate = "&#1571;&#1606;&#1588;&#1574; &#1605;&#1608;&#1602;&#1593; &#1605;&#1602;&#1585;&#1585;";
  9. $langNameOfTheLink = "&#1575;&#1587;&#1605; &#1575;&#1604;&#1578;&#1608;&#1589;&#1610;&#1604;&#1577;";
  10. $lang_main_categories_list = "&#1575;&#1604;&#1602;&#1575;&#1574;&#1605;&#1577; &#1575;&#1604;&#1585;&#1574;&#1610;&#1587;&#1610;&#1577; &#1604;&#1604;&#1575;&#1602;&#1587;&#1575;&#1605;";
  11. $langCourseAdminOnly = "&#1575;&#1604;&#1605;&#1583;&#1585;&#1587;&#1608;&#1606; &#1601;&#1602;&#1591;";
  12. $PlatformAdminOnly = "&#1604;&#1604;&#1575;&#1583;&#1575;&#1585;&#1610;&#1606; &#1601;&#1602;&#1591;";
  13. $langCombinedCourse = "&#1583;&#1585;&#1587; &#1605;&#1580;&#1605;&#1593;";
  14. $ToolIsNowVisible = "&#1575;&#1604;&#1575;&#1583;&#1608;&#1575;&#1578; &#1575;&#1604;&#1575;&#1606; &#1592;&#1575;&#1607;&#1585;&#1577;";
  15. $ToolIsNowHidden = "&#1575;&#1604;&#1575;&#1583;&#1608;&#1575;&#1578; &#1575;&#1604;&#1575;&#1606; &#1594;&#1610;&#1585; &#1592;&#1575;&#1607;&#1585;&#1577;";
  16. $EditLink = "&#1578;&#1581;&#1583;&#1610;&#1579; &#1575;&#1604;&#1578;&#1608;&#1589;&#1610;&#1604;&#1577;";
  17. $Blog_management = "&#1573;&#1583;&#1575;&#1585;&#1577; &#1605;&#1583;&#1608;&#1606;&#1575;&#1578;";
  18. $Forum = "&#1605;&#1606;&#1578;&#1583;&#1610;&#1575;&#1578;";
  19. $Course_maintenance = "&#1589;&#1610;&#1575;&#1606;&#1577; &#1583;&#1585;&#1587;";
  20. $TOOL_SURVEY = "&#1573;&#1587;&#1578;&#1576;&#1610;&#1575;&#1606;&#1575;&#1578;";
  21. $GreyIcons = "&#1589;&#1606;&#1583;&#1608;&#1602; &#1571;&#1583;&#1608;&#1575;&#1578;";
  22. $Interaction = "&#1578;&#1601;&#1575;&#1593;&#1604;";
  23. $Authoring = "&#1578;&#1571;&#1604;&#1610;&#1601;";
  24. $Administration = "&#1573;&#1583;&#1575;&#1585;&#1577;";
  25. $IntroductionTextUpdated = "&#1604;&#1602;&#1583; &#1581;&#1583;&#1617;&#1579; &#1606;&#1589;&#1617; &#1575;&#1604;&#1605;&#1602;&#1583;&#1605;&#1577; ";
  26. ?>