blob: c6a7f55be6de8a5b4b1ebdf79453d9e95c02239f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?php
/**
* Hebrew language file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
$lang['discussion'] = 'שיחה';
$lang['back_to_article'] = 'חזור אל המאמר';
$lang['userpage'] = 'דף משתמש';
//Setup VIM: ex: et ts=2 :
|