Project

General

Profile

Fehler #168 » hebrew.php

shai horn, 08/17/2014 02:04 PM

 
<?php
// $Id: english.php 195 2011-05-31 06:57:32Z sloarch07 $
// English Language Module for v2.3 (translated by the QuiX project)
// Additional translation by sloarch, mic, Paulino Michelazzo

global $_VERSION;

$GLOBALS["charset"] = "UTF-8";
$GLOBALS["text_dir"] = "rtl"; // ('ltr' for left to right, 'rtl' for right to left)
$GLOBALS["date_fmt"] = "Y/m/d H:i";
$GLOBALS["error_msg"] = array(
// error
"error" => "שגיאה(ות)",
"message" => "הודעה(ות)",
"back" => "חזור",

// root
"home" => "תיקיית הבית לא נמצאת, בדוק את ההגדרות שלך.",
"abovehome" => "התיקיה הנוכחית לא יכולה להיות מעל לתיקיית הבית.",
"targetabovehome" => "תיקיית היעד אינה יכולה להיות מעל לתיקיית הבית.",

// exist
"direxist" => "התיקיה אינה קיימת.",
//"filedoesexist" => "הקובץ כבר קיים.",
"fileexist" => "הקובץ לא קיים.",
"itemdoesexist" => "הפריט כבר קיים.",
"itemexist" => "הפריט לא קיים.",
"targetexist" => "תיקיית היעד אינה קיימת.",
"targetdoesexist" => "תיקיית היעד כבר קיימת.",

// open
"opendir" => "לא ניתן לפתוח את התיקיה.",
"readdir" => "לא ניתן לקרוא את תוכן התיקיה.",

// access
"accessdir" => "אין לך הרשאה לגשת לתיקיה זו.",
"accessfile" => "אין לך הרשאה לגשת לקובץ זה.",
"accessitem" => "אין לך הרשאה לגשת לפריט זה.",
"accessfunc" => "אין לך הרשאה להשתמש בפונקציה זו.",
"accesstarget" => "אין לך הרשאה לגשת לתיקיית היעד.",

// actions
"permread" => "קבלת הרשאות נכשלה.",
"permchange" => "CHMOD Failure (This is usually because of a file ownership problem - e.g. if the HTTP user ('wwwrun' or 'nobody') and the FTP user are not the same)",
"openfile" => "פתיחת קובץ נכשלה.",
"savefile" => "שמירת קובץ נכשלה.",
"createfile" => "יצירת קובץ נכשלה.",
"createdir" => "יצירת תיקיה נכשלה.",
"uploadfile" => "העלאת קובץ נכשלה.",
"copyitem" => "העתקה נכשלה.",
"moveitem" => "העברה נכשלה.",
"delitem" => "מחיקה נכשלה.",
"chpass" => "שינוי סיסמה נכשל.",
"deluser" => "הסרת משתמש נכשלה.",
"adduser" => "הוספת משתמש נכשלה.",
"saveuser" => "שמירת משתמש נכשלה.",
"searchnothing" => "עליך להזין ערך כלשהו לחיפוש.",

// misc
"miscnofunc" => "פונקציה לא זמינה.",
"miscfilesize" => "קובץ גדול מהגודל המותר.",
"miscfilepart" => "קובץ הועלה באופן חלקי.",
"miscnoname" => "עליך להזין שם.",
"miscselitems" => "לר בחרת פריט(ים).",
"miscdelitems" => "אתה בטוח שאתה רוצה למחוק את {0} הפריט(ים)?",
"miscdeluser" => "אתה בטוח שאתה רוצה למחוק את המשתמש '{0}'?",
"miscnopassdiff" => "הסיסמה החדשה לא שונה מהנוכחית.",
"miscnopassmatch" => "הסיסמאות לא תואמות.",
"miscfieldmissed" => "לא הזנת שדות חובה.",
"miscnouserpass" => "שם משתמש או סיסמה לא נכונים.",
"miscselfremove" => "אינך יכול להסיר את עצמך.",
"miscuserexist" => "משתמש כבר קיים.",
"miscnofinduser" => "משתמש לא נמצא.",
"extract_noarchive" => "הקובץ אינו קובץ ארכיון.",
"extract_unknowntype" => "סוג ארכיון לא מוכר",
'chmod_none_not_allowed' => 'שינוי הרשאות ל <none> אינו מותר',
'archive_dir_notexists' => 'התיקיה לשמירה שציינת אינה קיימת.',
'archive_dir_unwritable' => 'אנא ציין תיקיה שאליה ישמר הארכיון.',
'archive_creation_failed' => 'שמירת ארכיון נכשלה'

);
$GLOBALS["messages"] = array(
// links
"permlink" => "שנה הרשאות",
"editlink" => "ערוך",
"downlink" => "הורד",
"uplink" => "העלה",
"homelink" => "בית",
"reloadlink" => "טען שוב",
"copylink" => "העתק",
"movelink" => "העבר",
"dellink" => "מחק",
"comprlink" => "הכנס לארכיון",
"adminlink" => "ניהול",
"logoutlink" => "התנתק",
"uploadlink" => "העלאה",
"searchlink" => "חיפוש",
'difflink' => 'שנה',
"extractlink" => "חלץ ארכיון",
'chmodlink' => 'שנה (chmod) הרשאות (תיקיה/קובץ(ים))', // new mic
'mossysinfolink' => 'מידע מערכת eXtplorer (eXtplorer, Server, PHP, mySQL)', // new mic
'logolink' => 'עבור אל אתר eXtplorer (חלון חדש)', // new mic

// list
"nameheader" => "שם",
"sizeheader" => "גודל",
"typeheader" => "סוג",
"modifheader" => "השתנה",
"permheader" => "Perms",
"actionheader" => "פעולות",
"pathheader" => "נתיב",

// buttons
"btncancel" => "ביטול",
"btnsave" => "שמור",
"btnchange" => "שנה",
"btnreset" => "אפס",
"btnclose" => "סגור",
"btnreopen" => "פתח מחדש",
"btncreate" => "צור",
"btnsearch" => "חפש",
"btnupload" => "העלה",
"btncopy" => "העתק",
"btnmove" => "העבר",
"btnlogin" => "התחבר",
"btnlogout" => "התנתק",
"btnadd" => "הוסף",
"btnedit" => "ערוך",
"btnremove" => "הסר",
"btndiff" => "שנה",
// user messages, new in eXtplorer 1.3.0
'renamelink' => 'שנה שם',
'confirm_delete_file' => 'אתה בטוח שאתה רוצה למחוק את הקובץ? <br />%s',
'success_delete_file' => 'פריט(ים) נמחקו בהצלחה.',
'success_rename_file' => 'התיקיה/קובץ %s שונה בהצלחה ל %s.',
// actions
"actdir" => "תיקיה",
"actperms" => "שנה הרשאות",
"actedit" => "ערוך קובץ",
"actsearchresults" => "תוצאות חיפוש",
"actcopyitems" => "העתק פריט(ים)",
"actcopyfrom" => "העתק מ /%s אל /%s ",
"actmoveitems" => "העבר פריט(ים)",
"actmovefrom" => "העבר מ /%s אל /%s ",
"actlogin" => "התחבר",
"actloginheader" => "התחבר כדי להשתמש ב eXtplorer",
"actadmin" => "מנהל",
"actchpwd" => "שנה סיסמה",
"actusers" => "משתמשים",
"actarchive" => "פריט(י) ארכיון",
"actupload" => "בעלה קובץ(ים)",

// misc
"miscitems" => "פריט(ים)",
"miscfree" => "פנוי",
"miscusername" => "שם משתמש",
"miscpassword" => "סיסמה",
"miscoldpass" => "סיסמה ישנה",
"miscnewpass" => "סיסמה חדשה",
"miscconfpass" => "אמת סיסמה",
"miscconfnewpass" => "אמת סיסמה חדשה",
"miscchpass" => "שנה סיסמה",
"mischomedir" => "תיקיית בית",
"mischomeurl" => "קישור בית",
"miscshowhidden" => "הצג פריטים מוסתרים",
"mischidepattern" => "הסתר תבנית",
"miscperms" => "הרשאות",
"miscuseritems" => "(שם, תיקיית בית, הצג פריטים מוסתרים, הרשאות, ארכיון)",
"miscadduser" => "הוסף משתמש",
"miscedituser" => "ערוך משתמש '%s'",
"miscactive" => "ארכיון",
"misclang" => "שפה",
"miscnoresult" => "אין תוצאות זמינות.",
"miscsubdirs" => "חפש בתתי תיקיות",
"miscpermnames" => array("צפיה בלבד","שינוי","שינוי סיסמה","שינוי & עריכת סיסמה","ניהול"),
"miscyesno" => array("כן","לא","כ","ל"),
"miscchmod" => array("בעלים", "קבוצה", "ציבורי"),
'misccontent' => "תכני קובץ",

// from here all new by mic
'miscowner' => 'בעלים',
'miscownerdesc' => '<strong>תיאור:</strong><br />משתמש (UID) /<br />קבוצה (GID)<br />הרשאות נוכחיות:<br /><strong> %s ( %s ) </strong>/<br /><strong> %s ( %s )</strong>',

// sysinfo (new by mic)
'simamsysinfo' => "מידע מערכת eXtplorer",
'sisysteminfo' => 'מידע מערכת',
'sibuilton' => 'מערכת הפעלה',
'sidbversion' => 'גירסת מסד נתונים (MySQL)',
'siphpversion' => 'גירסת PHP',
'siphpupdate' => 'INFORMATION: <span style="color: red;">The PHP version you use is <strong>not</strong> actual!</span><br />To guarantee all functions and features of Mambo and addons,<br />you should use as minimum <strong>PHP.Version 4.3</strong>!',
'siwebserver' => 'Webserver',
'siwebsphpif' => 'WebServer - PHP Interface',
'simamboversion' => 'גירסת eXtplorer',
'siuseragent' => 'גירסת סייר ',
'sirelevantsettings' => 'Important PHP Settings',
'sisafemode' => 'מצב בטוח',
'sibasedir' => 'Open basedir',
'sidisplayerrors' => 'שגיאות PHP',
'sishortopentags' => 'Short Open Tags',
'sifileuploads' => 'File Uploads',
'simagicquotes' => 'Magic Quotes',
'siregglobals' => 'Register Globals',
'sioutputbuf' => 'Output Buffer',
'sisesssavepath' => 'Session Savepath',
'sisessautostart' => 'Session auto start',
'sixmlenabled' => 'XML enabled',
'sizlibenabled' => 'ZLIB enabled',
'sidisabledfuncs' => 'Disabled functions',
'sieditor' => 'WYSIWYG Editor',
'siconfigfile' => 'Config file',
'siphpinfo' => 'PHP Info',
'siphpinformation' => 'PHP Information',
'sipermissions' => 'Permissions',
'sidirperms' => 'Directory permissions',
'sidirpermsmess' => 'To be shure that all functions and features of eXtplorer are working correct, following folders should have permission to write [chmod 0777]',
'sionoff' => array( 'On', 'Off' ),
'extract_warning' => "Do you really want to extract this file? Here?<br />This will overwrite existing files when not used carefully!",
'extract_success' => "Extraction was successful",
'extract_failure' => "Extraction failed",
'overwrite_files' => 'Overwrite existing file(s)?',
"viewlink" => "View",
"actview" => "Showing source of file",
// added by Paulino Michelazzo (paulino@michelazzo.com.br) to fun_chmod.php file
'recurse_subdirs' => 'Recurse into subdirectories?',
// added by Paulino Michelazzo (paulino@michelazzo.com.br) to footer.php file
'check_version' => 'Check for latest version',
// added by Paulino Michelazzo (paulino@michelazzo.com.br) to fun_rename.php file
'rename_file' => 'Rename a directory or file...',
'newname' => 'New Name',
// added by Paulino Michelazzo (paulino@michelazzo.com.br) to fun_edit.php file
'returndir' => 'Return to directory after saving?',
'line' => 'Line',
'column' => 'Column',
'wordwrap' => 'Wordwrap: (IE only)',
'copyfile' => 'Copy file into this filename',
// Bookmarks
'quick_jump' => 'Quick Jump To',
'already_bookmarked' => 'This directory is already bookmarked',
'bookmark_was_added' => 'This directory was added to the bookmark list.',
'not_a_bookmark' => 'This directory is not a bookmark.',
'bookmark_was_removed' => 'This directory was removed from the bookmark list.',
'bookmarkfile_not_writable' => "Failed to %s the bookmark.\n The Bookmark File '%s' \nis not writable.",
'lbl_add_bookmark' => 'Add this Directory as Bookmark',
'lbl_remove_bookmark' => 'Remove this Directory from the Bookmark List',
'enter_alias_name' => 'Please enter the alias name for this bookmark',
'normal_compression' => 'normal compression',
'good_compression' => 'good compression',
'best_compression' => 'best compression',
'no_compression' => 'no compression',
'creating_archive' => 'Creating Archive File...',
'processed_x_files' => 'Processed %s of %s Files',
'ftp_header' => 'Local FTP Authentication',
'ftp_login_lbl' => 'Please enter the login credentials for the FTP server',
'ftp_login_name' => 'FTP User Name',
'ftp_login_pass' => 'FTP Password',
'ftp_hostname_port' => 'FTP Server Hostname and Port <br />(Port is optional)',
'ftp_login_check' => 'Checking FTP connection...',
'ftp_connection_failed' => "The FTP server could not be contacted. \nPlease check that the FTP server is running on your server.",
'ftp_login_failed' => "The FTP login failed. Please check the username and password and try again.",
'switch_file_mode' => 'Current mode: <strong>%s</strong>. You could switch to %s mode.',
'symlink_target' => 'Target of the Symbolic Link',
"permchange" => "CHMOD Success:",
"savefile" => "The File was saved.",
"moveitem" => "Moving succeeded.",
"copyitem" => "Copying succeeded.",
'archive_name' => 'Name of the Archive File',
'archive_saveToDir' => 'Save the Archive in this directory',
'editor_simple' => 'Simple Editor Mode',
'editor_syntaxhighlight' => 'Syntax-Highlighted Mode',

'newlink' => 'New File/Directory',
'show_directories' => 'Show Directories',
'actlogin_success' => 'Login successful!',
'actlogin_failure' => 'Login failed, try again.',
'directory_tree' => 'Directory Tree',
'browsing_directory' => 'Browsing Directory',
'filter_grid' => 'Filter',
'paging_page' => 'Page',
'paging_of_X' => 'of {0}',
'paging_firstpage' => 'First Page',
'paging_lastpage' => 'Last Page',
'paging_nextpage' => 'Next Page',
'paging_prevpage' => 'Previous Page',
'paging_info' => 'Displaying Items {0} - {1} of {2}',
'paging_noitems' => 'No items to display',
'aboutlink' => 'About...',
'password_warning_title' => 'Important - Change your Password!',
'password_warning_text' => 'The user account you are logged in with (admin with password admin) corresponds to the default eXtplorer priviliged account. Your eXtplorer installation is open to intrusion and you should immediately fix this security hole!',
'change_password_success' => 'Your Password has been changed!',
'success' => 'Success',
'failure' => 'Failure',
'dialog_title' => 'Website Dialog',
'upload_processing' => 'Processing Upload, please wait...',
'upload_completed' => 'Upload successful!',
'acttransfer' => 'Transfer from another Server',
'transfer_processing' => 'Processing Server-to-Server Transfer, please wait...',
'transfer_completed' => 'Transfer completed!',
'max_file_size' => 'Maximum File Size',
'max_post_size' => 'Maximum Upload Limit',
'done' => 'Done.',
'permissions_processing' => 'Applying Permissions, please wait...',
'archive_created' => 'The Archive File has been created!',
'save_processing' => 'Saving File...',
'current_user' => 'This script currently runs with the permissions of the following user:',
'your_version' => 'Your Version',
'search_processing' => 'Searching, please wait...',
'url_to_file' => 'URL of the File',
'file' => 'File'
);
?>
(1-1/2)