litefm.php 4.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?php
  2. /*
  3. *
  4. * OGP - Open Game Panel
  5. * Copyright (C) 2008 - 2018 The OGP Development Team
  6. *
  7. * http://www.opengamepanel.org/
  8. *
  9. * This program is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU General Public License
  11. * as published by the Free Software Foundation; either version 2
  12. * of the License, or any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. * GNU General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU General Public License
  20. * along with this program; if not, write to the Free Software
  21. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  22. *
  23. */
  24. define('OGP_LANG_dir_not_found', "תיקיית '%s' לא נמצא מהשרת.");
  25. define('OGP_LANG_filename', "שם קובץ");
  26. define('OGP_LANG_filesize', "גודל קובץ");
  27. define('OGP_LANG_bytes', "בייט");
  28. define('OGP_LANG_owner', "בעלים");
  29. define('OGP_LANG_group', "קבוצה");
  30. define('OGP_LANG_empty_directory', "תיקייה ריקה.");
  31. define('OGP_LANG_currently_viewing', "כרגע צופה בתיקיית '%s'");
  32. define('OGP_LANG_wrote_changes', "שינויים נשמרו בהצלחה.");
  33. define('OGP_LANG_failed_write', "נכשל בכתיבת הקובץ לשרת המרוחק.");
  34. define('OGP_LANG_failed_read', "נכשל בקריאת קובץ מהשרת המרוחק.");
  35. define('OGP_LANG_failed_list', "נכשל באחזרת רשימת תיקיות.");
  36. define('OGP_LANG_level_up', "^עלה רמה אחת^");
  37. define('OGP_LANG_unallowed_char', "תווים לא מאושרים נמצאו מנטיב זה.");
  38. define('OGP_LANG_button_edit', "[ערוך]");
  39. define('OGP_LANG_save', "שמור");
  40. define('OGP_LANG_home_id_missing', "מזהה בית חסר.");
  41. define('OGP_LANG_upload', "העלה");
  42. define('OGP_LANG_upload_failed', "העלאה נכשלה, השגיאה הייתה:%s .");
  43. define('OGP_LANG_can_not_create_upload_folder_path', "לא יכול ליצור נטיב תיקיית העלאה %s");
  44. define('OGP_LANG_url_is_not_accesible_from_agent', "קישור %s לא נגיש מהסוכן הזה");
  45. define('OGP_LANG_upload_file', "העלה קובץ");
  46. define('OGP_LANG_uncompress', "בטל דחיסה");
  47. define('OGP_LANG_create_folder', "צור תיקייה");
  48. define('OGP_LANG_create', "צור");
  49. define('OGP_LANG_delete_item', "למחוק %s?");
  50. define('OGP_LANG_upload_in_progress', "העלאה בתהליך...");
  51. define('OGP_LANG_upload_complete', "העלאה הושלמה.");
  52. define('OGP_LANG_chattr_yes', "נעל קובץ");
  53. define('OGP_LANG_chattr_no', "בטל נעילת קובץ");
  54. define('OGP_LANG_secure_item', "מאובטח/לא מאובטח %s?");
  55. define('OGP_LANG_filesecure', "הבטחת קובץ");
  56. define('OGP_LANG_chattr_locked', "קובץ נעול");
  57. define('OGP_LANG_chattr_unlocked', "קובץ לא נעול");
  58. define('OGP_LANG_rename', "שנה שם");
  59. define('OGP_LANG_move', "הזז");
  60. define('OGP_LANG_copy', "העתק");
  61. define('OGP_LANG_compress', "דחוס");
  62. define('OGP_LANG_create_file', "צור קובץ");
  63. define('OGP_LANG_select_at_least_one_item', "בחר לפחות פריט אחד");
  64. define('OGP_LANG_rename_item', "שנה שם קבצים()");
  65. define('OGP_LANG_move_item', "הזז קבצים()");
  66. define('OGP_LANG_copy_item', "העתק קבצים()");
  67. define('OGP_LANG_compress_item', "דחוס קבצים()");
  68. define('OGP_LANG_uncompress_item', "בטל דחיסת קבצים()");
  69. define('OGP_LANG_archive_name', "שם ארכיון");
  70. define('OGP_LANG_archive_type', "סוג ארכיון");
  71. define('OGP_LANG_file_name', "שם קובץ");
  72. define('OGP_LANG_folder_name', "שם תיקייה");
  73. define('OGP_LANG_compresses_files_separately', "דחוס קבצים לחוד");
  74. define('OGP_LANG_to', "ל");
  75. define('OGP_LANG_upload_to_web', "העלה לאינטרנט");
  76. define('OGP_LANG_transfer_to_server', "העבר לשרת");
  77. define('OGP_LANG_mail_sent_successfully', "אימייל נשלח בהצלחה");
  78. define('OGP_LANG_send_item_by_email', "שלח פריטים() באמצעות אימייל");
  79. define('OGP_LANG_subject', "נושא");
  80. define('OGP_LANG_message', "הודעה");
  81. define('OGP_LANG_dest_email', "יעד אימייל");
  82. define('OGP_LANG_remove', "הסר");
  83. define('OGP_LANG_send_by_email', "שלח באמצעות אימייל");
  84. define('OGP_LANG_send_by_email_info', "בשביל לשלוח קבצים חבילת ה 'mutt' חייבת להיות מותקנת על כל הסוכנים הזמינים");
  85. define('OGP_LANG_settings_updated', "הגדרות עודכנו");
  86. define('OGP_LANG_update_settings', "עדכן הגדרות");
  87. ?>