125 lines
No EOL
8.4 KiB
PHP
125 lines
No EOL
8.4 KiB
PHP
<?php
|
||
/*
|
||
*
|
||
* OGP - Open Game Panel
|
||
* Copyright (C) 2008 - 2017 The OGP Development Team
|
||
*
|
||
* http://www.opengamepanel.org/
|
||
*
|
||
* This program is free software; you can redistribute it and/or
|
||
* modify it under the terms of the GNU General Public License
|
||
* as published by the Free Software Foundation; either version 2
|
||
* of the License, or any later version.
|
||
*
|
||
* This program is distributed in the hope that it will be useful,
|
||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
* GNU General Public License for more details.
|
||
*
|
||
* You should have received a copy of the GNU General Public License
|
||
* along with this program; if not, write to the Free Software
|
||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||
*
|
||
*/
|
||
|
||
define('OGP_LANG_module_name', "כלי עזר");
|
||
define('OGP_LANG_ping', "פינג");
|
||
define('OGP_LANG_traceroute', "עקוב מסלול");
|
||
define('OGP_LANG_network_tools', "כלי רשת");
|
||
define('OGP_LANG_sourcemod_admins', "מנהלי סורסמוד");
|
||
define('OGP_LANG_steam_converter', "ממיר סטים איידי");
|
||
define('OGP_LANG_your_ip', "כתובת האייפי שלך:");
|
||
define('OGP_LANG_loading_agents', "טוען סוכנים מקוונים...");
|
||
define('OGP_LANG_loading_failed', "טעינת סוכנים נכשלה.");
|
||
define('OGP_LANG_agents_offline', "כל הסוכנים אינם מקוונים.");
|
||
define('OGP_LANG_no_commands', "סליחה, למשתמש החשבון שלך אין פקודות זמינות.");
|
||
define('OGP_LANG_remote_target', "יעד כתובת אייפי:");
|
||
define('OGP_LANG_command', "פקודה:");
|
||
define('OGP_LANG_select_agent', "בחר סוכן:");
|
||
define('OGP_LANG_chdir_failed', "שגיאה: chdir() החזיר שקר");
|
||
define('OGP_LANG_agent_invalid', "צוין סוכן שגוי.");
|
||
define('OGP_LANG_networktools_agent_offline', "לא ניתן לבצע את הפקודה שלך על הסוכן שנבחר, מכיוון שהוא מכובה.");
|
||
define('OGP_LANG_target_empty', "לא ניתנה מטרה מרוחקת.");
|
||
define('OGP_LANG_command_empty', "לא נבחרה פקודה.");
|
||
define('OGP_LANG_command_unavilable', "הפקודה שנבחרה אינה זמינה בסוכן שנבחר.");
|
||
define('OGP_LANG_target_invalid', "אייפי/שם מארח לא חוקי הוכנס.");
|
||
define('OGP_LANG_exec_failed', "פסק זמן בזמן שהמתין לתגובה.");
|
||
define('OGP_LANG_command_no_access', "אין לך גישה לפקודה זו. האירוע הזה יירשם.");
|
||
define('OGP_LANG_command_hacking_attempt', "הוכנסו תווים ברשימה שחורה. מקרה זה יכתב ביומן.");
|
||
define('OGP_LANG_command_bad_characters', "ניסה לבצע פקודה עם תווים זדוניים. קלט שהתקבל: %s %s");
|
||
define('OGP_LANG_command_no_permissions', "ניסה לבצע פקודה ללא הרשאות מספיקות. קלט שהתקבל: %s %s");
|
||
define('OGP_LANG_command_executed', "הפקודה הבאה נשלחה בהצלחה: %s %s");
|
||
define('OGP_LANG_no_servers', "אין לך שרתים מוקצים לחשבון שלך.");
|
||
define('OGP_LANG_select_server', "בחר שרת:");
|
||
define('OGP_LANG_select_server_option', "בחר...");
|
||
define('OGP_LANG_steamid', "מזהה סטים:");
|
||
define('OGP_LANG_immunity', "חסינות:");
|
||
define('OGP_LANG_sourcemod_perms', "הרשאות הסורסמוד:");
|
||
define('OGP_LANG_sourcemod_perm_root', "Sourcemod Root Flag");
|
||
define('OGP_LANG_sourcemod_perm_custom', "Sourcemod Custom Flags");
|
||
define('OGP_LANG_sourcemod_flag_a', "גישה לסלוטים שמורים.");
|
||
define('OGP_LANG_sourcemod_flag_b', "מנהל כללי; נדרש למנהלים.");
|
||
define('OGP_LANG_sourcemod_flag_c', "העף קיק שחקנים אחרים.");
|
||
define('OGP_LANG_sourcemod_flag_d', "הרחק שחקנים אחרים.");
|
||
define('OGP_LANG_sourcemod_flag_e', "הסר הרחקות - באנים.");
|
||
define('OGP_LANG_sourcemod_flag_f', "להרוג/להזיק לשחקנים אחרים.");
|
||
define('OGP_LANG_sourcemod_flag_g', "שנה את המפה או את תכונות המשחק העיקריות.");
|
||
define('OGP_LANG_sourcemod_flag_h', "שנה את רוב ה CVARS.");
|
||
define('OGP_LANG_sourcemod_flag_i', "הפעל קבצי קונפיג.");
|
||
define('OGP_LANG_sourcemod_flag_j', "הרשאות צאט מיוחדות.");
|
||
define('OGP_LANG_sourcemod_flag_k', "התחל או צור הצבעה.");
|
||
define('OGP_LANG_sourcemod_flag_l', "קבע סיסמה לשרת.");
|
||
define('OGP_LANG_sourcemod_flag_m', "השתמש בפקודות רקון.");
|
||
define('OGP_LANG_sourcemod_flag_n', "שנה sv_cheats או השתמש בפקודות רמאות.");
|
||
define('OGP_LANG_sourcemod_flag_o', "קבוצה מותאמת אישית 1.");
|
||
define('OGP_LANG_sourcemod_flag_p', "קבוצה מותאמת אישית 2.");
|
||
define('OGP_LANG_sourcemod_flag_q', "קבוצה מותאמת אישית 3.");
|
||
define('OGP_LANG_sourcemod_flag_r', "קבוצה מותאמת אישית 4.");
|
||
define('OGP_LANG_sourcemod_flag_s', "קבוצה מותאמת אישית 5.");
|
||
define('OGP_LANG_sourcemod_flag_t', "קבוצה מותאמת אישית 6.");
|
||
define('OGP_LANG_rcon_reload_admins_failed', "Failed to reload the admin cache via RCON; is it online?");
|
||
define('OGP_LANG_reload_admins_failed', "Failed to reload the admin cache; \"sm_reloadadmins\" is an unknown command.");
|
||
define('OGP_LANG_reload_admins_success', "Successfully added %s to admins_simple.ini and reloaded the admin cache.");
|
||
define('OGP_LANG_add_success_no_rcon', "Successfully added %s to your admins_simple.ini file, but unable to reload the admin cache.");
|
||
define('OGP_LANG_writefile_error', "There was an unknown error writing to: %s");
|
||
define('OGP_LANG_remotefile_nonexistent', "Unable to add a new admin. Admin file: %s doesn\'t exist on this server.");
|
||
define('OGP_LANG_empty_flag_list', "You didn\'t select any admin flags.");
|
||
define('OGP_LANG_invalid_steam_format', "The SteamID you entered doesn\'t match the required pattern.");
|
||
define('OGP_LANG_selected_server_offline', "Unable to add an admin, the agent controlling the selected server is offline.");
|
||
define('OGP_LANG_malformed_form', "You submitted a form with malformed hidden elements - unable to add an admin.");
|
||
define('OGP_LANG_empty_form_data', "Please fill out all elements of the form.");
|
||
define('OGP_LANG_server_not_selected', "You haven\'t selected a server.");
|
||
define('OGP_LANG_invalid_steamid', "You have entered an invalid Steam ID.");
|
||
define('OGP_LANG_invalid_immunity', "You entered an invalid immunity value.");
|
||
define('OGP_LANG_submit', "שלח");
|
||
define('OGP_LANG_post_failed', "The POST action failed. Unable to retrieve a response.");
|
||
define('OGP_LANG_amx_mod_admins', "AMX mod X Admins");
|
||
define('OGP_LANG_amx_login_type', "Login Type");
|
||
define('OGP_LANG_amx_login_steamid', "Steam ID");
|
||
define('OGP_LANG_amx_login_nick_pass', "Nickname + Password");
|
||
define('OGP_LANG_nickname', "Nickname");
|
||
define('OGP_LANG_amx_mod_perms', "AMX mod X Permissions:");
|
||
define('OGP_LANG_amx_mod_perm_root', "AMX mod X All Flags.");
|
||
define('OGP_LANG_amx_mod_perm_custom', "AMX mod X Custom Flags.");
|
||
define('OGP_LANG_amx_mod_flag_a', "immunity (can't be kicked/baned/slayed/slaped and affected by other commmands)");
|
||
define('OGP_LANG_amx_mod_flag_b', "reservation (can join on reserved slots)");
|
||
define('OGP_LANG_amx_mod_flag_c', "amx_kick command");
|
||
define('OGP_LANG_amx_mod_flag_d', "amx_ban and amx_unban commands");
|
||
define('OGP_LANG_amx_mod_flag_e', "פקודות amx_slay ו amx_slap");
|
||
define('OGP_LANG_amx_mod_flag_f', "פקודת amx_map");
|
||
define('OGP_LANG_amx_mod_flag_g', "amx_cvar command (not all cvars will be available)");
|
||
define('OGP_LANG_amx_mod_flag_h', "פקודת amx_cfg");
|
||
define('OGP_LANG_amx_mod_flag_i', "amx_chat ופקודות צאט אחרות");
|
||
define('OGP_LANG_amx_mod_flag_j', "amx_vote and other vote commands");
|
||
define('OGP_LANG_amx_mod_flag_k', "access to sv_password cvar (by amx_cvar command)");
|
||
define('OGP_LANG_amx_mod_flag_l', "access to amx_rcon command and rcon_password cvar (by amx_cvar command)");
|
||
define('OGP_LANG_amx_mod_flag_m', "custom level A (for additional plugins)");
|
||
define('OGP_LANG_amx_mod_flag_n', "custom level B");
|
||
define('OGP_LANG_amx_mod_flag_o', "custom level C");
|
||
define('OGP_LANG_amx_mod_flag_p', "custom level D");
|
||
define('OGP_LANG_amx_mod_flag_q', "custom level E");
|
||
define('OGP_LANG_amx_mod_flag_r', "custom level F");
|
||
define('OGP_LANG_amx_mod_flag_s', "custom level G");
|
||
define('OGP_LANG_amx_mod_flag_t', "custom level H");
|
||
define('OGP_LANG_amx_mod_flag_u', "גישת תפריט");
|
||
?>
|