plugins/xmlsitemap/language/hebrew_utf-8.php
branchHEAD
changeset 7371 6f0fe25ffbc7
parent 7161 1aa777aacd39
child 8140 84a8d35b9abc
     1.1 --- a/plugins/xmlsitemap/language/hebrew_utf-8.php	Sat Jul 04 14:04:28 2009 +0200
     1.2 +++ b/plugins/xmlsitemap/language/hebrew_utf-8.php	Sun Oct 11 19:18:47 2009 +0200
     1.3 @@ -27,15 +27,11 @@
     1.4  // |                                                                           |
     1.5  // +---------------------------------------------------------------------------|
     1.6  
     1.7 -if (strpos(strtolower($_SERVER['PHP_SELF']), strtolower(__FILE__)) !== FALSE) {
     1.8 -    die ('This file can not be used on its own.');
     1.9 -}
    1.10 -
    1.11  global $LANG32;
    1.12  
    1.13  $LANG_XMLSMAP = array(
    1.14 -    'plugin'            => 'XMLSitemap',
    1.15 -    'admin'		        => 'ניהול XMLSitemap',
    1.16 +    'plugin' => 'XMLSitemap',
    1.17 +    'admin' => 'ניהול XMLSitemap'
    1.18  );
    1.19  
    1.20  // Localization of the Admin Configuration UI
    1.21 @@ -45,31 +41,31 @@
    1.22  );
    1.23  
    1.24  $LANG_confignames['xmlsitemap'] = array(
    1.25 -    'sitemap_file'        => 'שם קובץ Sitemap',
    1.26 +    'sitemap_file' => 'שם קובץ Sitemap',
    1.27      'mobile_sitemap_file' => 'שם קובץ Mobile Sitemap',
    1.28 -    'types'               => 'תוכן ה-sitemap',
    1.29 -    'exclude'             => 'Plugins שלא יכללו ב-sitemap',
    1.30 -    'priorities'          => '',
    1.31 -    'frequencies'         => '',
    1.32 +    'types' => 'תוכן ה-sitemap',
    1.33 +    'exclude' => 'Plugins שלא יכללו ב-sitemap',
    1.34 +    'priorities' => '',
    1.35 +    'frequencies' => ''
    1.36  );
    1.37  
    1.38  $LANG_configsubgroups['xmlsitemap'] = array(
    1.39 -    'sg_main' => 'הגדרות כלליות',
    1.40 +    'sg_main' => 'הגדרות כלליות'
    1.41  );
    1.42  
    1.43  $LANG_fs['xmlsitemap'] = array(
    1.44      'fs_main' => 'ההגדרות הכלליות של XMLSitemap',
    1.45 -    'fs_pri'  => 'עדיפות (ברירת המחדל = 0.5, הכי נמוך = 0.0, הכי גבוה = 1.0)',
    1.46 -    'fs_freq' => 'תדירות עדכונים',
    1.47 +    'fs_pri' => 'עדיפות (ברירת המחדל = 0.5, הכי נמוך = 0.0, הכי גבוה = 1.0)',
    1.48 +    'fs_freq' => 'תדירות עדכונים'
    1.49  );
    1.50  
    1.51  // Note: entries 0, 1, 9, and 12 are the same as in $LANG_configselects['Core']
    1.52  $LANG_configselects['xmlsitemap'] = array(
    1.53      0 => array('כן' => 1, 'לא' => 0),
    1.54 -    1 => array('כן' => TRUE, 'לא' => FALSE),
    1.55 +    1 => array('כן' => true, 'לא' => false),
    1.56      9 => array('הפנייה לעמוד' => 'item', 'הצגת רשימה' => 'list', 'הצגת דף הבית' => 'home', 'הצגת דף הניהול' => 'admin'),
    1.57      12 => array('אין גישה' => 0, 'קריאה בלבד' => 2, 'קריאה וכתיבה' => 3),
    1.58 -    20 => array('תמיד' => 'always', 'כל שעה' => 'hourly', 'יומי' => 'daily', 'שבועי' => 'weekly', 'חודשי' => 'monthly', 'שנתי' => 'yearly', 'אף פעם' => 'never'),
    1.59 +    20 => array('תמיד' => 'always', 'כל שעה' => 'hourly', 'יומי' => 'daily', 'שבועי' => 'weekly', 'חודשי' => 'monthly', 'שנתי' => 'yearly', 'אף פעם' => 'never')
    1.60  );
    1.61  
    1.62  ?>