| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?php
- /*
- *
- * OGP - Open Game Panel
- * Copyright (C) 2008 - 2016 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('dashboard_ftp_text', "El cliente FTP puede comprimir archivos y enviarlos por correo electrónico, modificar texto, y mucho más.");
- define('dashboard_addons_manager_text', "Administre todo tipo de servicios con OGP. Elija entre más de 70 servidores suministrados directamente por OGP.");
- define('dashboard_game_monitor_text', "Puede iniciar y parar los servidores, o ver su estado y registros de una forma rápida y sencilla.");
- define('dashboard_support_text', "Utilice el soporte profesional del equipo de OGP en el foro. Obtendrá una gran atención y respuestas rápidas.");
- define('welcome_text', "Bienvenido al panel.<br><br><b>Open Game Panel</b> es un proyecto de código abierto.<br>OGP le permitirá instalar, iniciar, parar y supervisar<br>servidores de juegos y voz.");
- define('any_server_is_online', "Ningun servidor esta en marcha,");
- define('current_map', "Mapa");
- define('server_ip_port', "IP:Puerto");
- define('statistics', "Estadisticas");
- define('servers', "Servidores");
- define('players', "Jugadores");
- define('server_status', "Estado del Servidor");
- define('no_games_to_monitor', "Actualmente no hay servidores de juegos instalados.");
- define('online_servers', "Servidores Online");
- define('add_games_in', "Sí desea añadir servidores vaya a %s");
- define('currently_online', "Ahora En Linea");
- define('game_servers', "Servirdores de Juegos");
- define('select_remote_server', "Select remote server");
- ?>
|