|
|
@@ -31,7 +31,7 @@ define('steam_converter', "SteamID konvertáló");
|
|
|
define('your_ip', "Az IP címed");
|
|
|
define('loading_agents', "Loading Online Agents...");
|
|
|
define('loading_failed', "Loading Agents Failed.");
|
|
|
-define('agents_offline', "All agents are offline.");
|
|
|
+define('agents_offline', "Az összes Agent offline.");
|
|
|
define('no_commands', "Sorry, your user account has no commands available.");
|
|
|
define('remote_target', "Target Address:");
|
|
|
define('command', "Parancs");
|
|
|
@@ -48,7 +48,7 @@ define('command_no_access', "You do not have access to this command. This incide
|
|
|
define('command_hacking_attempt', "Feketelistás karakterek vannak megadva. Ez az eset naplózásra kerül.");
|
|
|
define('command_bad_characters', "Attempted to execute a command with malicious characters. Input received: %s %s");
|
|
|
define('command_no_permissions', "Attempted to execute a command with insufficient permissions. Input received: %s %s");
|
|
|
-define('command_executed', "Successfully sent the following command: %s %s");
|
|
|
+define('command_executed', "Az alábbi parancs sikeresen elküldve: %s %s");
|
|
|
define('no_servers', "Nincsenek szerverek hozzárendelve a fiókodhoz.");
|
|
|
define('select_server', "Válassz szervert");
|
|
|
define('select_server_option', "Válassz...");
|
|
|
@@ -67,16 +67,16 @@ define('sourcemod_flag_g', "Change the map or major gameplay features.");
|
|
|
define('sourcemod_flag_h', "Change most CVARs.");
|
|
|
define('sourcemod_flag_i', "Konfigurációs fájlok végrehajtása.");
|
|
|
define('sourcemod_flag_j', "Special chat privileges.");
|
|
|
-define('sourcemod_flag_k', "Start or create votes.");
|
|
|
-define('sourcemod_flag_l', "Set a password on the server.");
|
|
|
-define('sourcemod_flag_m', "Use RCON commands.");
|
|
|
+define('sourcemod_flag_k', "Szavazások elindítása vagy létrehozása.");
|
|
|
+define('sourcemod_flag_l', "Jelszó beállítása a szerveren.");
|
|
|
+define('sourcemod_flag_m', "RCON parancsok használata.");
|
|
|
define('sourcemod_flag_n', "Change sv_cheats or use cheating commands.");
|
|
|
-define('sourcemod_flag_o', "Custom Group 1.");
|
|
|
-define('sourcemod_flag_p', "Custom Group 2.");
|
|
|
-define('sourcemod_flag_q', "Custom Group 3.");
|
|
|
-define('sourcemod_flag_r', "Custom Group 4.");
|
|
|
-define('sourcemod_flag_s', "Custom Group 5.");
|
|
|
-define('sourcemod_flag_t', "Custom Group 6.");
|
|
|
+define('sourcemod_flag_o', "1. Egyéni csoport");
|
|
|
+define('sourcemod_flag_p', "2. egyéni csoport.");
|
|
|
+define('sourcemod_flag_q', "3. egyéni csoport.");
|
|
|
+define('sourcemod_flag_r', "4. egyéni csoport.");
|
|
|
+define('sourcemod_flag_s', "5. egyéni csoport.");
|
|
|
+define('sourcemod_flag_t', "6. egyéni csoport.");
|
|
|
define('rcon_reload_admins_failed', "Failed to reload the admin cache via RCON; is it online?");
|
|
|
define('reload_admins_failed', "Failed to reload the admin cache; \"sm_reloadadmins\" is an unknown command.");
|
|
|
define('reload_admins_success', "Successfully added %s to admins_simple.ini and reloaded the admin cache.");
|