| 1 | 
           efrain | 
           1 | 
           <?php
  | 
        
        
            | 
            | 
           2 | 
           // This file is part of Moodle - https://moodle.org/
  | 
        
        
            | 
            | 
           3 | 
           //
  | 
        
        
            | 
            | 
           4 | 
           // Moodle is free software: you can redistribute it and/or modify
  | 
        
        
            | 
            | 
           5 | 
           // it under the terms of the GNU General Public License as published by
  | 
        
        
            | 
            | 
           6 | 
           // the Free Software Foundation, either version 3 of the License, or
  | 
        
        
            | 
            | 
           7 | 
           // (at your option) any later version.
  | 
        
        
            | 
            | 
           8 | 
           //
  | 
        
        
            | 
            | 
           9 | 
           // Moodle is distributed in the hope that it will be useful,
  | 
        
        
            | 
            | 
           10 | 
           // but WITHOUT ANY WARRANTY; without even the implied warranty of
  | 
        
        
            | 
            | 
           11 | 
           // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  | 
        
        
            | 
            | 
           12 | 
           // GNU General Public License for more details.
  | 
        
        
            | 
            | 
           13 | 
           //
  | 
        
        
            | 
            | 
           14 | 
           // You should have received a copy of the GNU General Public License
  | 
        
        
            | 
            | 
           15 | 
           // along with Moodle.  If not, see <https://www.gnu.org/licenses/>.
  | 
        
        
            | 
            | 
           16 | 
              | 
        
        
            | 
            | 
           17 | 
           /**
  | 
        
        
            | 
            | 
           18 | 
            * Automatically generated strings for Moodle installer
  | 
        
        
            | 
            | 
           19 | 
            *
  | 
        
        
            | 
            | 
           20 | 
            * Do not edit this file manually! It contains just a subset of strings
  | 
        
        
            | 
            | 
           21 | 
            * needed during the very first steps of installation. This file was
  | 
        
        
            | 
            | 
           22 | 
            * generated automatically by export-installer.php (which is part of AMOS
  | 
        
        
           | 1441 | 
           ariadna | 
           23 | 
            * {@link https://moodledev.io/general/projects/api/amos}) using the
  | 
        
        
            | 
            | 
           24 | 
            * list of strings defined in install/stringnames.txt file.
  | 
        
        
           | 1 | 
           efrain | 
           25 | 
            *
  | 
        
        
            | 
            | 
           26 | 
            * @package   installer
  | 
        
        
           | 1441 | 
           ariadna | 
           27 | 
            * @license   https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  | 
        
        
           | 1 | 
           efrain | 
           28 | 
            */
  | 
        
        
            | 
            | 
           29 | 
              | 
        
        
            | 
            | 
           30 | 
           defined('MOODLE_INTERNAL') || die();
  | 
        
        
            | 
            | 
           31 | 
              | 
        
        
            | 
            | 
           32 | 
           $string['admindirname'] = 'ספריית מנהל המערכת';
  | 
        
        
            | 
            | 
           33 | 
           $string['availablelangs'] = 'חבילות שפה זמינות';
  | 
        
        
            | 
            | 
           34 | 
           $string['chooselanguagehead'] = 'בחירת שפה';
  | 
        
        
            | 
            | 
           35 | 
           $string['chooselanguagesub'] = 'יש לבחור שפה עבור ההתקנה בלבד. תוכל לבחור בשפה שונה לאתר ולמשתמש באחד מהמסכים הבאים.';
  | 
        
        
            | 
            | 
           36 | 
           $string['clialreadyconfigured'] = 'קובץ config.php כבר קיים, אנא השתמש ב
  | 
        
        
            | 
            | 
           37 | 
           admin/cli/install_database.php
  | 
        
        
            | 
            | 
           38 | 
           אם ברצונך להתקין את אתר זה.';
  | 
        
        
            | 
            | 
           39 | 
           $string['clialreadyinstalled'] = 'קובץ ה-config.php קיים כבר, אנא השתמש ב- admin/cli/upgrade.php
  | 
        
        
            | 
            | 
           40 | 
           אם ברצונך לשדרג את האתר שלך.';
  | 
        
        
            | 
            | 
           41 | 
           $string['cliinstallheader'] = 'תוכנית התקנת Moodle {$a} בשורת הפקודה';
  | 
        
        
            | 
            | 
           42 | 
           $string['clitablesexist'] = 'טבלאות מסד הנתונים נוחכות כבר, התקנת CLI לא יכולה להימשך.';
  | 
        
        
            | 
            | 
           43 | 
           $string['databasehost'] = 'מסד הנתונים המארח (host)';
  | 
        
        
            | 
            | 
           44 | 
           $string['databasename'] = 'שם מסד הנתונים';
  | 
        
        
            | 
            | 
           45 | 
           $string['databasetypehead'] = 'בחירת התקן מסד הנתונים';
  | 
        
        
            | 
            | 
           46 | 
           $string['dataroot'] = 'ספריית הנתונים';
  | 
        
        
            | 
            | 
           47 | 
           $string['datarootpermission'] = 'הרשאות תיקיות bתונים (data)';
  | 
        
        
            | 
            | 
           48 | 
           $string['dbprefix'] = 'Tables prefix';
  | 
        
        
            | 
            | 
           49 | 
           $string['dirroot'] = 'ספריית ה-Moodle';
  | 
        
        
            | 
            | 
           50 | 
           $string['environmenthead'] = 'בודק את הסביבה שלך...';
  | 
        
        
            | 
            | 
           51 | 
           $string['environmentsub2'] = 'לכל התקנת Moodle יש דרישות מינימליות לגרסת ה-PHP ומספר הרחבות הכרחי של ה-PHP.
  | 
        
        
            | 
            | 
           52 | 
           בדיקת הסביבה הושלמה לפני התקנת כל אחד ושדרוגו.אם הינך מתקשה, אנא פנה למנהל המערכת בכדי להתקין גרסת PHP חדשה או לאפשר הרחבות PHP.';
  | 
        
        
            | 
            | 
           53 | 
           $string['errorsinenvironment'] = 'בדיקת הסביבה נכשלה!';
  | 
        
        
            | 
            | 
           54 | 
           $string['installation'] = 'התקנה';
  | 
        
        
            | 
            | 
           55 | 
           $string['langdownloaderror'] = 'לצערינו השפה "{$a}" לא הותקנה. תהליך ההתקנה ימשיך באנגלית.';
  | 
        
        
            | 
            | 
           56 | 
           $string['paths'] = 'נתיבים';
  | 
        
        
            | 
            | 
           57 | 
           $string['pathserrcreatedataroot'] = 'ספריית המידע (Data Directory) - ({$a->dataroot}) לא יכולה להיווצר על-ידי המתקין.';
  | 
        
        
            | 
            | 
           58 | 
           $string['pathshead'] = 'נתיבים מאושרים';
  | 
        
        
            | 
            | 
           59 | 
           $string['pathsrodataroot'] = 'ספריית המידע (Data Directory) לא ניתנת לכתיבה.';
  | 
        
        
            | 
            | 
           60 | 
           $string['pathsroparentdataroot'] = 'ספריית האב - ({$a->parent}) לא ניתנת לכתיבה.
  | 
        
        
            | 
            | 
           61 | 
           ספריית המידע (Data Directory) - ({$a->dataroot}) לא יכולה להיווצר על-ידי המתקין.';
  | 
        
        
            | 
            | 
           62 | 
           $string['pathssubdirroot'] = 'הנתיב המלא לספריית ההתקנה של Moodle';
  | 
        
        
            | 
            | 
           63 | 
           $string['pathsunsecuredataroot'] = 'ספריית המידע (Data Directory) לא מאובטחת';
  | 
        
        
            | 
            | 
           64 | 
           $string['pathswrongadmindir'] = 'ספריית ה-admin לא קיימת';
  | 
        
        
            | 
            | 
           65 | 
           $string['phpextension'] = 'הרחבת PHP {$a}';
  | 
        
        
            | 
            | 
           66 | 
           $string['phpversion'] = 'גירסת PHP';
  | 
        
        
            | 
            | 
           67 | 
           $string['welcomep10'] = '{$a->installername} ({$a->installerversion})';
  | 
        
        
            | 
            | 
           68 | 
           $string['welcomep20'] = 'הינך רואה את עמוד זה מפני שהתקנת והפעלת בהלכה את <strong>{$a->packname} {$a->packversion}</strong>
  | 
        
        
            | 
            | 
           69 | 
           חבילה במחשבך. ברכותינו!';
  | 
        
        
            | 
            | 
           70 | 
           $string['welcomep30'] = 'גירסת <strong>{$a->installername}</strong> כוללת את היישומים ליצור סביבה אשר בה <strong> Moodle </strong>
  | 
        
        
            | 
            | 
           71 | 
           יפעל דהיינו:';
  | 
        
        
            | 
            | 
           72 | 
           $string['welcomep40'] = 'החבילה כוללת בנוסף
  | 
        
        
            | 
            | 
           73 | 
           <strong>Moodle {$a->moodlerelease} ({$a->moodleversion})</strong>.';
  | 
        
        
            | 
            | 
           74 | 
           $string['welcomep50'] = 'השימוש בכל היישומים בחבילה זו מפוקח ע"י הרשיונות המתאימים להם. החבילה
  | 
        
        
            | 
            | 
           75 | 
           <strong>{$a->installername}</strong>
  | 
        
        
            | 
            | 
           76 | 
           השלמה היא
  | 
        
        
            | 
            | 
           77 | 
           <a href="http://www.opensource.org/docs/definition_plain.html">קוד פתוח</a>
  | 
        
        
            | 
            | 
           78 | 
           והיא מופצת תחת רשיון
  | 
        
        
            | 
            | 
           79 | 
           <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a>';
  | 
        
        
            | 
            | 
           80 | 
           $string['welcomep60'] = 'העמודים הבאים יובילו אותך בצורה פשוטה דרך כמה צעדים לקביעת הגדרות <strong>Moodle</strong> בשרת.
  | 
        
        
            | 
            | 
           81 | 
           ניתן לאשר הגדרות בררת־המחדל או לשנותם לפי צרכיך.';
  | 
        
        
            | 
            | 
           82 | 
           $string['welcomep70'] = 'לחצו "המשך" למטה כדי להמשיך עם הגדרת ה-<strong>Moodle</strong>';
  | 
        
        
            | 
            | 
           83 | 
           $string['wwwroot'] = 'כתובת האתר';
  |