mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 12:33:18 +01:00
16 lines
472 B
PHP
16 lines
472 B
PHP
<?PHP // $Id$
|
|
// message.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005041101)
|
|
|
|
|
|
$string['addcontact'] = 'הוסף איש קשר';
|
|
$string['ago'] = 'לפני $a';
|
|
$string['message'] = 'הודעה';
|
|
$string['messages'] = 'הודעות';
|
|
$string['search'] = 'חפש';
|
|
$string['searchforperson'] = 'חפש מישהו';
|
|
$string['searchmessages'] = 'חפש הודעות';
|
|
$string['sendmessage'] = 'שלח הודעה';
|
|
$string['settings'] = 'הגדרות';
|
|
|
|
?>
|