Skip to content

Commit 0f206ec

Browse files
committed
Transifex Language Updates - Generated by own3mall's auto script.
1 parent 5d9a62d commit 0f206ec

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

lang/Italian/modules/support.php

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<?php
2+
/*
3+
*
4+
* OGP - Open Game Panel
5+
* 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.");
35+
define('send', "Send");
36+
define('error', "Error");
37+
define('info', "Info");
38+
?>

0 commit comments

Comments
 (0)