| 12345678910111213141516171819202122232425262728293031323334353637 |
- <?php
- /**
- * About English lexicon topic
- *
- * @language en
- * @package modx
- * @subpackage lexicon
- */
- $_lang['help_page_title'] = 'עזרה ותמיכה';
- $_lang['help_main_head'] = 'MODX כאן בשבילך';
- $_lang['help_main_subhead'] = 'See below to get the help you need for your MODX project<br>Find more details at <a href="https://modx.com/community/free-support-options">modx.com/community/free-support-options</a> or call +1 (469) 777-6639';
- $_lang['forums'] = 'פורומים';
- $_lang['forums_title'] = 'פורומים של הקהילה על MODX';
- $_lang['forums_description'] = 'עזרה חינם מהקהילה';
- $_lang['forums_link'] = 'http://forums.modx.com';
- $_lang['docs'] = 'תיעוד - דוקומנטציה';
- $_lang['docs_title'] = 'קרא את המדריך המופלא! (MODX)';
- $_lang['docs_description'] = 'קרא את מדריכי MODX הרשמיים';
- $_lang['docs_link'] = 'https://docs.modx.com/';
- $_lang['bugs'] = 'מעקב באגים';
- $_lang['bugs_title'] = 'דיווח באגים ובקשת תכונות';
- $_lang['bugs_description'] = 'מצאת בעיה? יידע אותנו';
- $_lang['bugs_link'] = 'https://github.com/modxcms/revolution/issues';
- $_lang['support'] = 'תמיכה מסחרית';
- $_lang['support_title'] = 'קנה כרטיס לתמיכה במקרה חירום עכשיו';
- $_lang['support_description'] = 'תמיכה מתועדפת מהמקור';
- $_lang['support_link'] = 'https://modx.com/services/';
- $_lang['email_placeholder'] = 'you@example.com';
- $_lang['email_sub'] = 'השאר מעודכן עם MODX';
- $_lang['email_sub_description'] = 'הרשם לעלון MODX בכדי לקבל את כל החדשות החשובות על MODX. הזן את הדוא"ל להלן, אנו מבטיחים לעולם לא לשלוח דואר זבל.';
- $_lang['email_sub_button'] = 'הרשם';
- $_lang['social_follows'] = 'אתה יכול לעקוב אחרי MODX גם בערוצים האלה';
- $_lang['follow'] = 'עקוב אחרי MODX';
- $_lang['like'] = 'לייק MODX';
- $_lang['circle'] = 'מעגל MODX';
- $_lang['help_about'] = 'The MODX® software you are using is the result of collaboration with an amazing community of users, supporters and developers. Since 2004, the team behind MODX has sponsored and managed it, funding ongoing work through commercial support and commissioned features. You can <a href="https://modx.com/services/" class="supportTicket">buy support from the source</a> to get one hour of emergency support (also usable for two hours non-priority support). Or <a href="mailto:hello@modx.com?subject=MODX Manager Inquiry ">email us</a> if you have another question about MODX in general.';
- $_lang['help_credit'] = 'MODX הינה תוכנת קוד פתוח חופשית תחת רישיון <a href="http://www.gnu.org/licenses/gpl-2.0.html">GPL version 2.0</a> או חדש יותר. כל הזכויות שמורות 2005-[[+current_year]] על שם MODX. MODX הינו סימן מסחרי רשום. עשה את הדבר הנכון - אנא שמור בשלמות על קרדיט זה וכל מידע אחר בדף זה';
|