Răsfoiți Sursa

Transifex Language Updates - Generated by own3mall's auto script.

own3mall 8 ani în urmă
părinte
comite
6a9eb13799
1 a modificat fișierele cu 96 adăugiri și 0 ștergeri
  1. 96 0
      lang/Greek(Greece)/modules/util.php

+ 96 - 0
lang/Greek(Greece)/modules/util.php

@@ -0,0 +1,96 @@
+<?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', "Utilities");
+define('OGP_LANG_ping', "Ping");
+define('OGP_LANG_traceroute', "Traceroute");
+define('OGP_LANG_network_tools', "Network Tools");
+define('OGP_LANG_sourcemod_admins', "Sourcemod Admins");
+define('OGP_LANG_steam_converter', "SteamID Converter");
+define('OGP_LANG_your_ip', "Your IP Address:");
+define('OGP_LANG_loading_agents', "Loading online Agents...");
+define('OGP_LANG_loading_failed', "Loading Agents failed.");
+define('OGP_LANG_agents_offline', "All Agents are offline.");
+define('OGP_LANG_no_commands', "Sorry, your user account has no commands available.");
+define('OGP_LANG_remote_target', "Target IP Address:");
+define('OGP_LANG_command', "Command:");
+define('OGP_LANG_select_agent', "Select Agent:");
+define('OGP_LANG_chdir_failed', "Error: chdir() returned false.");
+define('OGP_LANG_agent_invalid', "Invalid Agent specified.");
+define('OGP_LANG_networktools_agent_offline', "Unable to execute your command on the selected Agent, because it is offline.");
+define('OGP_LANG_target_empty', "No remote target given.");
+define('OGP_LANG_command_empty', "No command selected.");
+define('OGP_LANG_command_unavilable', "The selected command is unavailable on the selected agent.");
+define('OGP_LANG_target_invalid', "Invalid IP/hostname entered.");
+define('OGP_LANG_exec_failed', "Timed out while waiting for a response.");
+define('OGP_LANG_command_no_access', "You do not have access to this command. This incident will be logged.");
+define('OGP_LANG_command_hacking_attempt', "Blacklisted characters entered. This incident will be logged.");
+define('OGP_LANG_command_bad_characters', "Attempted to execute a command with malicious characters. Input received: %s %s");
+define('OGP_LANG_command_no_permissions', "Attempted to execute a command with insufficient permissions. Input received: %s %s");
+define('OGP_LANG_command_executed', "Successfully sent the following command: %s %s");
+define('OGP_LANG_no_servers', "You have no servers assigned to your account.");
+define('OGP_LANG_select_server', "Select Server:");
+define('OGP_LANG_select_server_option', "Select...");
+define('OGP_LANG_steamid', "Steam ID:");
+define('OGP_LANG_immunity', "Immunity:");
+define('OGP_LANG_sourcemod_perms', "Sourcemod Permissions:");
+define('OGP_LANG_sourcemod_perm_root', "Sourcemod Root Flag");
+define('OGP_LANG_sourcemod_perm_custom', "Sourcemod Custom Flags");
+define('OGP_LANG_sourcemod_flag_a', "Reserved slot access.");
+define('OGP_LANG_sourcemod_flag_b', "Generic admin; required for admins.");
+define('OGP_LANG_sourcemod_flag_c', "Kick other players.");
+define('OGP_LANG_sourcemod_flag_d', "Ban other players.");
+define('OGP_LANG_sourcemod_flag_e', "Remove bans.");
+define('OGP_LANG_sourcemod_flag_f', "Slay/harm other players.");
+define('OGP_LANG_sourcemod_flag_g', "Change the map or major gameplay features.");
+define('OGP_LANG_sourcemod_flag_h', "Change most CVARs.");
+define('OGP_LANG_sourcemod_flag_i', "Execute config files.");
+define('OGP_LANG_sourcemod_flag_j', "Special chat privileges.");
+define('OGP_LANG_sourcemod_flag_k', "Start or create votes.");
+define('OGP_LANG_sourcemod_flag_l', "Set a password on the server.");
+define('OGP_LANG_sourcemod_flag_m', "Use RCON commands.");
+define('OGP_LANG_sourcemod_flag_n', "Change sv_cheats or use cheating commands.");
+define('OGP_LANG_sourcemod_flag_o', "Custom Group 1.");
+define('OGP_LANG_sourcemod_flag_p', "Custom Group 2.");
+define('OGP_LANG_sourcemod_flag_q', "Custom Group 3.");
+define('OGP_LANG_sourcemod_flag_r', "Custom Group 4.");
+define('OGP_LANG_sourcemod_flag_s', "Custom Group 5.");
+define('OGP_LANG_sourcemod_flag_t', "Custom Group 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', "Submit");
+define('OGP_LANG_post_failed', "The POST action failed. Unable to retrieve a response.");
+?>