notification.inc.php 2.7 KB

1234567891011121314151617181920
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $lang_new_item = "&#1578;&#1605; &#1575;&#1590;&#1575;&#1601;&#1577; &#1593;&#1606;&#1589;&#1585; &#1580;&#1583;&#1610;&#1583;";
  5. $lang_title_notification = "&#1605;&#1606;&#1584; &#1586;&#1610;&#1575;&#1585;&#1578;&#1603; &#1575;&#1604;&#1575;&#1582;&#1610;&#1585;&#1577;";
  6. $lang_update_agenda = "&#1605;&#1581;&#1578;&#1608;&#1609; &#1575;&#1604;&#1575;&#1580;&#1606;&#1583;&#1577; &#1578;&#1605; &#1578;&#1581;&#1583;&#1610;&#1579;&#1607;&#1575;";
  7. $lang_new_agenda = "&#1578;&#1605; &#1575;&#1590;&#1575;&#1601;&#1577; &#1593;&#1606;&#1589;&#1585; &#1580;&#1583;&#1610;&#1583; &#1604;&#1604;&#1575;&#1580;&#1606;&#1583;&#1577;";
  8. $lang_update_announcements = "&#1575;&#1604;&#1575;&#1593;&#1604;&#1575;&#1606;&#1575;&#1578; &#1575;&#1604;&#1581;&#1575;&#1604;&#1610;&#1577; &#1578;&#1605; &#1578;&#1581;&#1583;&#1610;&#1579;&#1607;&#1575;";
  9. $lang_new_announcements = "&#1578;&#1605; &#1575;&#1590;&#1575;&#1601;&#1577; &#1575;&#1593;&#1604;&#1575;&#1606; &#1580;&#1583;&#1610;&#1583;";
  10. $lang_new_document = "&#1608;&#1579;&#1610;&#1602;&#1577; &#1580;&#1583;&#1610;&#1583;&#1577; &#1578;&#1605; &#1575;&#1590;&#1575;&#1601;&#1578;&#1607;&#1575;";
  11. $lang_new_exercise = "&#1578;&#1605;&#1575;&#1585;&#1610;&#1606; &#1580;&#1583;&#1610;&#1583;&#1577; &#1605;&#1578;&#1608;&#1601;&#1585;&#1577;";
  12. $lang_update_link = "&#1605;&#1593;&#1604;&#1608;&#1605;&#1575;&#1578; &#1575;&#1604;&#1578;&#1608;&#1589;&#1610;&#1604;&#1577; &#1575;&#1604;&#1581;&#1575;&#1604;&#1610;&#1577; &#1578;&#1605; &#1578;&#1581;&#1583;&#1610;&#1579;&#1607;&#1575;";
  13. $lang_new_link = "&#1578;&#1608;&#1589;&#1610;&#1604;&#1577; &#1580;&#1583;&#1610;&#1583;&#1577; &#1578;&#1605; &#1575;&#1590;&#1575;&#1601;&#1578;&#1607;&#1575;";
  14. $lang_new_forum_topic = "&#1578;&#1605; &#1575;&#1590;&#1575;&#1601;&#1577; &#1605;&#1608;&#1589;&#1608;&#1593; &#1580;&#1583;&#1610;&#1583;";
  15. $lang_new_groupforum_topic = "&#1578;&#1605; &#1575;&#1590;&#1575;&#1601;&#1577; &#1605;&#1608;&#1590;&#1608;&#1593; &#1580;&#1583;&#1610;&#1583; &#1604;&#1604;&#1605;&#1580;&#1605;&#1608;&#1593;&#1577;";
  16. $lang_new_dropbox_file = "&#1575;&#1604;&#1605;&#1604;&#1601; &#1575;&#1604;&#1580;&#1583;&#1610;&#1583; &#1578;&#1605; &#1575;&#1587;&#1578;&#1604;&#1575;&#1605;&#1607;";
  17. $lang_update_dropbox_file = "&#1578;&#1605; &#1578;&#1581;&#1583;&#1610;&#1579; &#1575;&#1604;&#1605;&#1604;&#1601; &#1601;&#1610; &#1575;&#1604;&#1589;&#1606;&#1583;&#1608;&#1602;";
  18. $ForumCategoryAdded = "&#1575;&#1590;&#1575;&#1601;&#1577; &#1601;&#1574;&#1577; &#1575;&#1604;&#1605;&#1606;&#1578;&#1583;&#1609;";
  19. $LearnpathAdded = "&#1578;&#1605; &#1575;&#1590;&#1575;&#1601;&#1577; &#1591;&#1585;&#1610;&#1602; &#1575;&#1604;&#1578;&#1583;&#1585;&#1610;&#1576;";
  20. ?>