~ubuntu-branches/ubuntu/breezy/moodle/breezy

« back to all changes in this revision

Viewing changes to lang/ar/block_section_links.php

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Mitchell
  • Date: 2005-10-13 02:00:59 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051013020059-y2qcyo41t7nqppcg
Tags: 1.5.2-1ubuntu1
* Resync with debian (security update)
* changed dependencys to php5
* changed apache dependency to apache2 
* References
  CAN-2005-2247

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?PHP // $Id$ 
2
 
      // block_section_links.php - created with Moodle 1.4 development (2004062401)
3
 
 
4
 
 
5
 
$string['blockname'] = '&#1585;&#1608;&#1575;&#1576;&#1591; &#1575;&#1604;&#1602;&#1587;&#1605;';
6
 
$string['jumptocurrenttopic'] = '&#1575;&#1604;&#1571;&#1606;&#1578;&#1602;&#1575;&#1604; &#1573;&#1604;&#1609; &#1575;&#1604;&#1605;&#1608;&#1590;&#1608;&#1593; &#1575;&#1604;&#1581;&#1575;&#1604;&#1610;';
7
 
$string['jumptocurrentweek'] = '&#1575;&#1604;&#1571;&#1606;&#1578;&#1602;&#1575;&#1604; &#1573;&#1604;&#1609; &#1575;&#1604;&#1571;&#1587;&#1576;&#1608;&#1593; &#1575;&#1604;&#1581;&#1575;&#1604;&#1610;';
8
 
$string['topics'] = '&#1605;&#1608;&#1575;&#1589;&#1610;&#1593;';
9
 
$string['weeks'] = '&#1571;&#1587;&#1575;&#1576;&#1610;&#1593;';
 
2
      // block_section_links.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005040800)
 
3
 
 
4
 
 
5
$string['blockname'] = '����� �����';
 
6
$string['jumptocurrenttopic'] = '�������� ��� ������� ������';
 
7
$string['jumptocurrentweek'] = '�������� ��� ������� ������';
 
8
$string['topics'] = '������';
 
9
$string['weeks'] = '������';
10
10
 
11
11
?>