Ignore:
Timestamp:
Dec 23, 2010, 7:19:58 PM (13 years ago)
Author:
ddtddt
Message:

[trunk] - language - step3 for 2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/LocalFilesEditor/language/he_IL/plugin.lang.php

    r8258 r8259  
    2222// +-----------------------------------------------------------------------+
    2323
    24 $lang['locfiledit_onglet_localconf'] = 'Local config';
    25 $lang['locfiledit_onglet_css'] = 'CSS';
    26 $lang['locfiledit_onglet_tpl'] = 'Templates';
    27 $lang['locfiledit_onglet_lang'] = 'Languages';
    28 $lang['locfiledit_onglet_plug'] = 'Personal Plugin';
    29 $lang['locfiledit_cant_save'] = 'Current file isn\'t writeable. Check if a directory "include/" is writeable (chmod).';
    30 $lang['locfiledit_newfile'] = 'File is not existing and will be created by LocalFiles Editor';
    31 $lang['locfiledit_save_config'] = 'File written successfully.';
    32 $lang['locfiledit_show_default'] = 'Display reference file: ';
    33 $lang['locfiledit_save_bak'] = 'Backup copy will be created on save.';
    34 $lang['locfiledit_saved_bak'] = 'Backup file created (%s)';
    35 $lang['locfiledit_save_file'] = 'Save file';
    36 $lang['locfiledit_choose_file'] = 'Choose the file to be edited';
    37 $lang['locfiledit_edit'] = 'Edit';
    38 $lang['locfiledit_restore'] = 'Restore the backup file';
    39 $lang['locfiledit_restore_confirm'] = 'Please confirm?
    40 Restore won\'t be effective till next save.';
    41 $lang['locfiledit_bak_loaded1'] = 'Backup file loaded.';
    42 $lang['locfiledit_bak_loaded2'] = 'You must save file to restore it.';
    43 $lang['locfiledit_syntax_error'] = 'Syntax error! File can\'t be saved.';
    44 $lang['locfiledit_enable_editarea'] = 'Enable Editarea';
    45 $lang['locfiledit_disable_editarea'] = 'Disable Editarea';
    46 $lang['locfiledit_new_tpl'] = 'Create new file';
    47 $lang['locfiledit_new_filename'] = 'File name';
    48 $lang['locfiledit_model'] = 'Model';
    49 $lang['locfiledit_empty_page'] = 'Empty page';
    50 $lang['locfiledit_parent_directory'] = 'Parent directory';
    51 $lang['locfiledit_filename_error'] = 'Forbidden characters in file name.';
    52 $lang['locfiledit_file_already_exists'] = 'File already exists.';
    53 $lang['locfiledit_model_error'] = 'You must choose a model.';
    54 $lang['locfiledit_empty_filename'] = 'You must fill file name.';
    55 $lang['locfiledit_webmaster_only'] = 'Only webmasters can create or modify local files.';
     24$lang['locfiledit_onglet_localconf'] = 'הגדרות מקומיות';
     25$lang['locfiledit_onglet_css'] = 'גיליונות סגנון מדורגים(CSS)';
     26$lang['locfiledit_onglet_tpl'] = 'תבניות';
     27$lang['locfiledit_onglet_lang'] = 'ספות';
     28$lang['locfiledit_onglet_plug'] = 'תוסף אישי';
     29$lang['locfiledit_cant_save'] = 'לא ניתן לשנות את הקובץ. בדוק אם לתיקיה "include/" יש הרשאות לכתיבה (chmod).';
     30$lang['locfiledit_newfile'] = 'הקובץ לא קיים, הקובץ ייווצר על ידי עורך הקבצים המקומיים (localfile)';
     31$lang['locfiledit_save_config'] = 'הקובץ נכתב בהצלחה.';
     32$lang['locfiledit_show_default'] = 'הצג את ההפניה לקובץ: ';
     33$lang['locfiledit_save_bak'] = 'עותק גיבוי יווצר בעת השמירה.';
     34$lang['locfiledit_saved_bak'] = 'קובץ גיבוי שנוצר (%s)';
     35$lang['locfiledit_save_file'] = 'שמור קובץ';
     36$lang['locfiledit_choose_file'] = 'בחר את הקובץ לעריכה';
     37$lang['locfiledit_edit'] = 'ערוך';
     38$lang['locfiledit_restore'] = 'שחזר את קובץ הגיבוי';
     39$lang['locfiledit_restore_confirm'] = 'אשר בבקשה? שיחזור קובץ הגיבוי לא יהיה אפקטיבי עד השמירה הבאה.';
     40$lang['locfiledit_bak_loaded1'] = 'קובץ גיבוי נטען.';
     41$lang['locfiledit_bak_loaded2'] = 'אתה חייב לשמור את הקובץ בכדי לשחזר.';
     42$lang['locfiledit_syntax_error'] = 'שגיאה תחבירית! לא ניתן לשמור את הקובץ.';
     43$lang['locfiledit_enable_editarea'] = 'אפשר עריכה';
     44$lang['locfiledit_disable_editarea'] = 'בטל עריכה';
     45$lang['locfiledit_new_tpl'] = 'צור קובץ חדש';
     46$lang['locfiledit_new_filename'] = 'שם הקובץ';
     47$lang['locfiledit_model'] = 'דגם';
     48$lang['locfiledit_empty_page'] = 'דף ריק';
     49$lang['locfiledit_parent_directory'] = 'מקור';
     50$lang['locfiledit_filename_error'] = 'אסור תווים בשם הקובץ.';
     51$lang['locfiledit_file_already_exists'] = 'הקובץ כבר קיים.';
     52$lang['locfiledit_model_error'] = 'אתה חייב לחבחור דגם.';
     53$lang['locfiledit_empty_filename'] = 'אתה חייב למלא את שם הקובץ.';
     54$lang['locfiledit_webmaster_only'] = 'רק מנהל האתר יכול ליצור או לשנות קבצים מקומיים.';
     55$lang['locfiledit_filename_error'] = 'אסור להשתמש בתווים מסויימים בשם הקובץ.';
    5656
    5757?>
Note: See TracChangeset for help on using the changeset viewer.