1.1 --- a/plugins/staticpages/language/hebrew_utf-8.php Sat Oct 31 19:09:16 2009 +0100
1.2 +++ b/plugins/staticpages/language/hebrew_utf-8.php Sat Nov 07 13:16:38 2009 +0100
1.3 @@ -6,7 +6,7 @@
1.4 #
1.5 # Copyright (C) 2009
1.6 # http://lior.weissbrod.com
1.7 -# Version 1.6#1
1.8 +# Version 1.6.1#1
1.9 #
1.10 # This program is free software; you can redistribute it and/or
1.11 # modify it under the terms of the GNU General Public License
1.12 @@ -109,8 +109,9 @@
1.13 'limit_results' => 'הגבלת תוצאות',
1.14 'search' => 'חיפוש',
1.15 'submit' => 'שליחה',
1.16 - 'no_new_pages' => 'No new pages',
1.17 - 'pages' => 'Pages'
1.18 + 'no_new_pages' => 'אין עמודים חדשים',
1.19 + 'pages' => 'עמודים'
1.20 +
1.21 );
1.22
1.23 $PLG_staticpages_MESSAGE15 = 'תגובתכם נשלחה לסקירה ותפורסם כאשר תאושר על ידי המשגיחים.';
1.24 @@ -140,15 +141,15 @@
1.25 'default_permissions' => 'הרשאות ברירת המחדל של עמוד',
1.26 'aftersave' => 'לאחר שמירת עמוד',
1.27 'atom_max_items' => 'הכמות המקסימלית של עמודים בהזנת שירותי רשת',
1.28 - 'meta_tags' => 'Enable Meta Tags',
1.29 - 'newstaticpagesinterval' => 'New Static Page Interval',
1.30 - 'hidenewstaticpages' => 'Hide New Static Pages',
1.31 - 'title_trim_length' => 'Title Trim Length',
1.32 - 'includecenterblocks' => 'Include Center Block Static Pages',
1.33 - 'includephp' => 'Include Static Pages with PHP',
1.34 - 'includesearch' => 'Enable Static Pages in Search',
1.35 - 'includesearchcenterblocks' => 'Include Center Block Static Pages',
1.36 - 'includesearchphp' => 'Include Static Pages with PHP'
1.37 + 'meta_tags' => 'אפשרו תגיות Meta',
1.38 + 'newstaticpagesinterval' => 'מרווח עמוד סטטי חדש',
1.39 + 'hidenewstaticpages' => 'החביאו עמודים סטטיים חדשים',
1.40 + 'title_trim_length' => 'אורך קיצוץ כותרות',
1.41 + 'includecenterblocks' => 'כיללו עמודים סטטיים בקוביות מידע מרכזיות',
1.42 + 'includephp' => 'כיללו עמודים סטטיים עם PHP',
1.43 + 'includesearch' => 'אפשרו עמודים סטטיים בחיפוש',
1.44 + 'includesearchcenterblocks' => 'כיללו עמודים סטטיים בקוביות מידע מרכזיות',
1.45 + 'includesearchphp' => 'כיללו עמודים סטטיים עם PHP'
1.46 );
1.47
1.48 $LANG_configsubgroups['staticpages'] = array(
1.49 @@ -157,19 +158,19 @@
1.50
1.51 $LANG_fs['staticpages'] = array(
1.52 'fs_main' => 'הגדרות ראשיות של עמודים סטטיים',
1.53 - 'fs_whatsnew' => 'What\'s New Block',
1.54 - 'fs_search' => 'Search Results',
1.55 + 'fs_whatsnew' => 'קוביית המידע של מה חדש',
1.56 + 'fs_search' => 'תוצאות חיפוש',
1.57 'fs_permissions' => 'הרשאות ברירת המחדל'
1.58 );
1.59
1.60 // Note: entries 0, 1, 9, and 12 are the same as in $LANG_configselects['Core']
1.61 $LANG_configselects['staticpages'] = array(
1.62 - 0 => array('True' => 1, 'False' => 0),
1.63 - 1 => array('True' => true, 'False' => false),
1.64 - 2 => array('Date' => 'date', 'Page ID' => 'id', 'Title' => 'title'),
1.65 - 3 => array('Date' => 'date', 'Page ID' => 'id', 'Title' => 'title', 'Label' => 'label'),
1.66 - 9 => array('Forward to page' => 'item', 'Display List' => 'list', 'Display Home' => 'home', 'Display Admin' => 'admin'),
1.67 - 12 => array('No access' => 0, 'Read-Only' => 2, 'Read-Write' => 3)
1.68 + 0 => array('כן' => 1, 'לא' => 0),
1.69 + 1 => array('כן' => true, 'לא' => false),
1.70 + 2 => array('תאריך' => 'date', 'קוד זיהוי עמוד' => 'id', 'כותרת' => 'title'),
1.71 + 3 => array('תאריך' => 'date', 'קוד זיהוי עמוד' => 'id', 'כותרת' => 'title', 'תווית' => 'label'),
1.72 + 9 => array('הפנייה לעמוד' => 'item', 'הצגת רשימה' => 'list', 'הצגת דף הבית' => 'home', 'הצגת דף הניהול' => 'admin'),
1.73 + 12 => array('אין גישה' => 0, 'קריאה בלבד' => 2, 'קריאה וכתיבה' => 3)
1.74 );
1.75
1.76 ?>