You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Copyright (C) 2008 - 2016 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
+
25
+
define('support_email_content', "You have received a support request from %s (%s).<br><br>Server: %s.<br><br>%s");
26
+
define('message_has_been_sent', "Thank you for contacting us! Your message has been received and we will respond to it by email.");
27
+
define('please_describe_your_issue_below', "Please use the form below to request support for your game server.<br>We will respond as soon as possible.");
28
+
define('select_server', "Choose a server");
29
+
define('email_address', "Email address");
30
+
define('subject', "Subject");
31
+
define('message', "Message");
32
+
define('email_must_be_filled_out', "The email address must be filled out.");
33
+
define('subject_must_be_filled_out', "The subject must be filled out.");
34
+
define('message_must_be_filled_out', "The message must be filled out.");
0 commit comments