You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
(95) |
Apr
(270) |
May
(111) |
Jun
|
Jul
|
Aug
(64) |
Sep
(130) |
Oct
(319) |
Nov
(17) |
Dec
(191) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
(53) |
Feb
|
Mar
|
Apr
|
May
(6) |
Jun
(387) |
Jul
(102) |
Aug
(247) |
Sep
(120) |
Oct
(1) |
Nov
(8) |
Dec
(21) |
| 2007 |
Jan
(38) |
Feb
(36) |
Mar
|
Apr
(32) |
May
(135) |
Jun
(523) |
Jul
(192) |
Aug
(103) |
Sep
(533) |
Oct
(77) |
Nov
(23) |
Dec
(203) |
| 2008 |
Jan
(312) |
Feb
(1193) |
Mar
(404) |
Apr
(67) |
May
(62) |
Jun
(497) |
Jul
(297) |
Aug
(110) |
Sep
(335) |
Oct
(256) |
Nov
(50) |
Dec
(118) |
| 2009 |
Jan
(67) |
Feb
(10) |
Mar
(1) |
Apr
(1) |
May
|
Jun
(10) |
Jul
(61) |
Aug
|
Sep
(16) |
Oct
(45) |
Nov
(12) |
Dec
(14) |
| 2010 |
Jan
(30) |
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
(7) |
Aug
(7) |
Sep
(5) |
Oct
(5) |
Nov
|
Dec
|
| 2011 |
Jan
(7) |
Feb
(3) |
Mar
(89) |
Apr
(11) |
May
(5) |
Jun
|
Jul
(8) |
Aug
(1) |
Sep
(2) |
Oct
|
Nov
(2) |
Dec
(89) |
| 2012 |
Jan
(7) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(3) |
Oct
(42) |
Nov
(1) |
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
(19) |
Apr
(90) |
May
(38) |
Jun
(235) |
Jul
(38) |
Aug
(10) |
Sep
|
Oct
(29) |
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
(6) |
May
(52) |
Jun
|
Jul
(7) |
Aug
|
Sep
(17) |
Oct
|
Nov
|
Dec
|
|
From: OryNider <ory...@us...> - 2007-12-14 02:13:34
|
Update of /cvsroot/mxbb/core/modules/mx_users/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16751/modules/mx_users/admin Modified Files: admin_users.php Log Message: 10x to Culprit I fixed more bugs ;) Index: admin_users.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_users/admin/admin_users.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** admin_users.php 21 Sep 2007 19:04:39 -0000 1.2 --- admin_users.php 14 Dec 2007 02:13:27 -0000 1.3 *************** *** 297,305 **** $error_msg .= ( ( isset($error_msg) ) ? '<br />' : '' ) . $result['error_msg']; } ! else if ( strtolower(str_replace("\\'", "''", $username)) == strtolower($userdata['username']) ) { $error = TRUE; $error_msg .= ( ( isset($error_msg) ) ? '<br />' : '' ) . $lang['Username_taken']; } } --- 297,307 ---- $error_msg .= ( ( isset($error_msg) ) ? '<br />' : '' ) . $result['error_msg']; } ! /* ! else if ( strtolower(str_replace("\\'", "''", $username)) == strtolower($userdata['username'])) { $error = TRUE; $error_msg .= ( ( isset($error_msg) ) ? '<br />' : '' ) . $lang['Username_taken']; } + */ } |
|
From: OryNider <ory...@us...> - 2007-12-12 19:28:06
|
Update of /cvsroot/mxbb/mx_contact In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24366 Modified Files: mx_contact.php Log Message: :) Index: mx_contact.php =================================================================== RCS file: /cvsroot/mxbb/mx_contact/mx_contact.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_contact.php 12 Dec 2007 18:41:37 -0000 1.1 --- mx_contact.php 12 Dec 2007 19:27:52 -0000 1.2 *************** *** 1,26 **** <?php ! /*************************************************************************** ! * contact.php ! * ----------- ! * Version: 9.0.0 ! * Begin: Sunday, Sept 17, 2006 ! * Copyright: (C) 2006-07, Marcus ! * E-mail: ma...@ph... ! * $id: 21:55 25/06/2007 ! * ! ***************************************************************************/ ! ! /*************************************************************************** ! * ! * 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 ! * (at your option) any later version. ! * ! ***************************************************************************/ if( !defined('IN_PORTAL')) { ! //die("Hacking attempt"); } --- 1,15 ---- <?php ! /** ! * ! * @package mxBB Portal Module - mx_contact ! * @version $Id$ ! * @copyright (c) 2006-2007 [Marcus, ma...@ph...] mxBB Project Team ! * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * ! */ if( !defined('IN_PORTAL')) { ! die("Hacking attempt"); } |
|
From: OryNider <ory...@us...> - 2007-12-12 18:45:42
|
Update of /cvsroot/mxbb/mx_contact/templates/subSilver/images In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5666/images Added Files: icon_mini_contact.gif Log Message: First Version! --- NEW FILE: icon_mini_contact.gif --- (This appears to be a binary file; contents omitted.) |
|
From: OryNider <ory...@us...> - 2007-12-12 18:45:22
|
Update of /cvsroot/mxbb/mx_contact/templates/subSilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5666/admin Added Files: contact_config_body.tpl contact_fullmsg.tpl contact_msgs.tpl Log Message: First Version! --- NEW FILE: contact_msgs.tpl --- <h1>{L_MSGS_TITLE}</h1> <p>{L_MSGS_TEXT}</p> <form method="post" action="{S_MSG_ACTION}"> <table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> <tr> <th class="thCornerL">{L_DATE}</th> <th class="thTop">{L_USER}</th> <th class="thTop">{L_NAME}</th> <th class="thTop">{L_EMAIL}</th> <th class="thTop">{L_MESSAGE}</th> <th class="thTop">{L_IP}</th> <th class="thTop">{L_FILE}</th> <th class="thCornerR">{L_ACTION}</th> </tr> <!-- BEGIN messages --> <tr> <td class="{messages.ROW_CLASS}" align="center" nowrap="nowrap">{messages.DATE}<br />{messages.TIME}</td> <td class="{messages.ROW_CLASS}" align="center" nowrap="nowrap">{messages.USER}</td> <td class="{messages.ROW_CLASS}" align="center" nowrap="nowrap">{messages.NAME}</td> <td class="{messages.ROW_CLASS}" align="center" nowrap="nowrap">{messages.EMAIL}</td> <td class="{messages.ROW_CLASS}">{messages.MESSAGE}</td> <td class="{messages.ROW_CLASS}" align="center" nowrap="nowrap">{messages.IP}</td> <td class="{messages.ROW_CLASS}" align="center" nowrap="nowrap">{messages.U_GET_FILE}<br />{messages.U_REMOVE_FILE}</td> <td class="{messages.ROW_CLASS}" align="center" nowrap="nowrap"><input type="checkbox" name="{messages.S_THIS_ID}[]" value="{messages.MSG_ID}" /></td> </tr> <!-- END messages --> <tr> <td class="catBottom" colspan="8"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td nowrap="nowrap">{PAGE_NUMBER}</td> <td width="100%" align="right">{PAGINATION}</td> <td> <input type="submit" name="delete" value="{L_DELETE}" class="mainoption" /></td> </tr> </table> </td> </tr> </table> </form> <p align="center"><span class="gensmall">{COPYRIGHT}</span></p> --- NEW FILE: contact_config_body.tpl --- <h1>{L_CONTACT_TITLE} <span class="gen">v.{L_VERSION}</span></h1> <p>{L_CONTACT_EXPLAIN}</p> <form action="{S_CONFIG_ACTION}" method="post"> <table width="100%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> <th class="thHead" colspan="2">{L_GENERAL_SETTINGS}</th> </tr> <tr> <td width="40%" class="row1"><b>{L_FORM_ENABLE}</b></td> <td width="60%" class="row2"><input type="radio" name="contact_form_enable" value="1" {S_FORM_ENABLE_YES} /> {L_YES} <input type="radio" name="contact_form_enable" value="0" {S_FORM_ENABLE_NO} /> {L_NO}</td> </tr> <tr> <td width="49%" class="row1"><b>{L_ADMIN_EMAIL}</b><br /><span class="gensmall">{L_ADMIN_EMAIL_EXPLAIN}</span></td> <td width="49%" class="row2"><input class="post" type="text" size="30" maxlength="100" name="contact_admin_email" value="{ADMIN_EMAIL}" /></td> </tr> <tr> <td class="row1"><b>{L_FLOOD_LIMIT}</b><br /><span class="gensmall">{L_FLOOD_LIMIT_EXPLAIN}</span></td> <td class="row2"><input class="post" type="text" size="8" maxlength="4" name="contact_flood_limit" value="{FLOOD_LIMIT}" /> {L_HOURS}</td> </tr> <tr> <td class="row1"><b>{L_CHAR_LIMIT}</b><br /><span class="gensmall">{L_CHAR_LIMIT_EXPLAIN}</span></td> <td class="row2"><input class="post" type="text" size="8" maxlength="4" name="contact_char_limit" value="{CHAR_LIMIT}" /></td> </tr> <tr> <td class="row1"><b>{L_HASH}</b><br /><span class="gensmall">{L_HASH_EXPLAIN}</span></td> <td class="row2"><input type="radio" name="contact_hash" value="1" {S_HASH_YES} /> {L_MD5} <input type="radio" name="contact_hash" value="0" {S_HASH_NO} /> {L_NO_HASH}</td> </tr> <tr> <td class="row1"><b>{L_STORAGE}</b><br /><span class="gensmall">{L_STORAGE_EXPLAIN}</span></td> <td class="row2"><input type="radio" name="contact_storage" value="1" {S_STORE_MSGS_YES} /> {L_YES} <input type="radio" name="contact_storage" value="0" {S_STORE_MSGS_NO} /> {L_NO}</td> </tr> <tr> <td class="row1"><b>{L_PRUNE}</b><br /><span class="gensmall">{L_PRUNE_EXPLAIN}</span></td> <td class="row2"><input type="radio" name="contact_prune" value="1" {S_PRUNE_YES} /> {L_YES} <input type="radio" name="contact_prune" value="0" {S_PRUNE_NO} /> {L_NO}</td> </tr> <tr> <td class="row1"><b>{L_DELETE}</b><br /><span class="gensmall">{L_DELETE_EXPLAIN}</span></td> <td class="row2"><input type="radio" name="contact_delete" value="1" {S_DELETE_FILES_YES} /> {L_YES} <input type="radio" name="contact_delete" value="0" {S_DELETE_FILES_NO} /> {L_NO}</td> </tr> <tr> <th class="thHead" colspan="2">{L_REQ_SETTINGS}</th> </tr> <tr> <td width="40%" class="row1"><b>{L_REQUIRE_RNAME}</b></td> <td width="60%" class="row2"><input type="radio" name="contact_require_rname" value="1" {S_REQUIRE_RNAME_YES} /> {L_YES} <input type="radio" name="contact_require_rname" value="0" {S_REQUIRE_RNAME_NO} /> {L_NO}</td> </tr> <tr> <td class="row1"><b>{L_REQUIRE_EMAIL}</b></td> <td class="row2"><input type="radio" name="contact_require_email" value="1" {S_REQUIRE_EMAIL_YES} /> {L_YES} <input type="radio" name="contact_require_email" value="0" {S_REQUIRE_EMAIL_NO} /> {L_NO}</td> </tr> <tr> <td class="row1"><b>{L_REQUIRE_COMMENTS}</b></td> <td class="row2"><input type="radio" name="contact_require_comments" value="1" {S_REQUIRE_COMMENTS_YES} /> {L_YES} <input type="radio" name="contact_require_comments" value="0" {S_REQUIRE_COMMENTS_NO} /> {L_NO}</td> </tr> <tr> <th class="thHead" colspan="2">{L_THANKYOU_SETTINGS}</th> </tr> <tr> <td class="row1"><b>{L_THANKYOU_OPTION}</b><br /><span class="gensmall">{L_THANKYOU_EXPLAIN}</span></td> <td class="row2"><input type="radio" name="contact_thankyou" value="{THANK_NONE}" {THANK_NONE_CHECKED} />{L_THANK_NONE} <input type="radio" name="contact_thankyou" value="{THANK_MEMBERS}" {THANK_MEMBERS_CHECKED} />{L_THANK_MEMBERS} <input type="radio" name="contact_thankyou" value="{THANK_ALL}" {THANK_ALL_CHECKED} />{L_THANK_ALL}</td> </tr> <!-- BEGIN captcha_config --> <tr> <th class="thHead" colspan="2">{L_CAPTCHA_TITLE}</th> </tr> <tr> <td class="row1"><b>{L_ACTIVATE}</b><br /><span class="gensmall">{L_ACTIVATE_EXPLAIN}</span></td> <td class="row2"><input type="radio" name="contact_captcha" value="1" {S_CAPTCHA_ENABLE} /> {L_ENABLE} <input type="radio" name="contact_captcha" value="0" {S_CAPTCHA_DISABLE} /> {L_DISABLE}</td> </tr> <tr> <td class="row1"><b>{L_CAPTCHA_TYPE}</b><br /><span class="gensmall">{L_CAPTCHA_TYPE_EXPLAIN}</span></td> <td class="row2"><input type="radio" name="contact_captcha_type" value="{TYPE_IMAGE}" {CAPTCHA_TYPE_IMAGE_CHECKED} />{L_IMAGEBG} <input type="radio" name="contact_captcha_type" value="{TYPE_COLOUR}" {CAPTCHA_TYPE_COLOUR_CHECKED} />{L_COLOURED} <input type="radio" name="contact_captcha_type" value="{TYPE_RANDOM}" {CAPTCHA_TYPE_RANDOM_CHECKED} />{L_RANDOM}</td> </tr> <!-- END captcha_config --> <tr> <th class="thHead" colspan="2">{L_ATTACHMENTS}</th> </tr> <tr> <td width="40%" class="row1"><b>{L_PERMIT_ATTACHMENTS}</b></td> <td width="60%" class="row2"><input type="radio" name="contact_permit_attachments" value="1" {S_PERMIT_ATTACHMENTS_YES} /> {L_YES} <input type="radio" name="contact_permit_attachments" value="0" {S_PERMIT_ATTACHMENTS_NO} /> {L_NO}</td> </tr> <tr> <td class="row1" valign="top"><b>{L_AUTH_PERMISSION}</b><br /><span class="gensmall">{L_AUTH_PERMISSION_EXPLAIN}</span></td> <td class="row2"> <table width="100%" cellpadding="2" cellspacing="1" border="0" align="left"> <tr> <td width="20%">{L_ANON}:</td> <td width="80%"><input type="radio" name="contact_auth_guest" value="1" {S_PERM_GUEST_YES} /> {L_YES} <input type="radio" name="contact_auth_guest" value="0" {S_PERM_GUEST_NO} /> {L_NO}</td> </tr> <tr> <td>{L_USER}:</td> <td><input type="radio" name="contact_auth_user" value="1" {S_PERM_USER_YES} /> {L_YES} <input type="radio" name="contact_auth_user" value="0" {S_PERM_USER_NO} /> {L_NO}</td> </tr> <tr> <td>{L_MOD}:</td> <td><input type="radio" name="contact_auth_mod" value="1" {S_PERM_MOD_YES} /> {L_YES} <input type="radio" name="contact_auth_mod" value="0" {S_PERM_MOD_NO} /> {L_NO}</td> </tr> <tr> <td>{L_ADMIN}:</td> <td><input type="radio" name="contact_auth_admin" value="1" {S_PERM_ADMIN_YES} /> {L_YES} <input type="radio" name="contact_auth_admin" value="0" {S_PERM_ADMIN_NO} /> {L_NO}</td> </tr> </table> </td> </tr> <tr> <td class="row1"><b>{L_MAX_FILE_SIZE}</b><br /><span class="gensmall">{L_MAX_FILE_SIZE_EXPLAIN}</span></td> <td class="row2"><input class="post" type="text" size="8" maxlength="10" name="contact_max_file_size" value="{MAX_FILE_SIZE}" /> {L_KB}</td> </tr> <tr> <td class="row1"><b>{L_FILE_ROOT}</b><br /><span class="gensmall">{L_FILE_ROOT_EXPLAIN}</span></td> <td class="row2"><input class="post" type="text" size="25" maxlength="50" name="contact_file_root" value="{FILE_ROOT}" /></td> </tr> <tr> <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td> </tr> </table> </form> <p align="center"><span class="gensmall">{COPYRIGHT}</span></p> --- NEW FILE: contact_fullmsg.tpl --- <span class="gen">{MESSAGE}</span> |
|
From: OryNider <ory...@us...> - 2007-12-12 18:45:22
|
Update of /cvsroot/mxbb/mx_contact/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5666 Added Files: contact_body.tpl Log Message: First Version! --- NEW FILE: contact_body.tpl --- <!-- <table width="100%" cellpadding="2" cellspacing="2" align="center" border="0"> <tr> <td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> » {L_CONTACT_FORM}</span></td> </tr> </table> --> <!-- BEGIN switch_user_logged_out --> <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> <tr> <td class="row2" align="center" colspan="2"><span class="gensmall">{L_INTRODUCTION}</span></td> </tr> </table> <br /> <!-- END switch_user_logged_out --> <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> <form method="POST" enctype="{S_FORM_ENCTYPE}" action="{S_SUBMIT_ACTION}"> <tr> <td colspan="2" class="catHead" height="25" nowrap="nowrap">{L_CONTACT_FORM}</td> </tr> <tr> <td class="row2" colspan="2"><span class="gensmall">{L_FIELDS_REQUIRED}</span></td> </tr> <tr> <td class="row1"><span class="gen"><b>{L_USERNAME}</b></span></td> <td class="row2"><span class="gen"><b>{USERNAME}</b></span></td> </tr> <tr> <td class="row1" width="30%"><label for="real_name"><span class="gen"><b>{L_REAL_NAME}</b></span></label> <!-- BEGIN switch_user_logged_out --> <br /><span class="gensmall">{L_REAL_NAME_EXPLAIN}</span> <!-- END switch_user_logged_out --> </td> <td class="row2" height="30"><input type="text" id="real_name" name="real_name" size="30" maxlength="30" /></td> </tr> <tr> <td class="row1"><label for="email"><span class="gen"><b>{L_EMAIL}</b></span></label><br /> <span class="gensmall">{L_EXPLAIN_EMAIL}</span></td> <td class="row2"><input type="text" id="email" name="email" size="30" maxlength="50" /></td> </tr> <tr> <td class="row1" valign="top"><label for="feedback"><span class="gen"><b>{L_COMMENTS}</b></span></label><br /> <span class="gensmall">{L_COMMENTS_EXPLAIN}{L_FLOOD_EXPLAIN}{L_COMMENTS_LIMIT}</span></td> <td class="row2"><textarea id="feedback" name="feedback" rows="8" cols="35" onkeydown="readout.value=this.value.length;" onkeyup="readout.value=this.value.length;"></textarea> <script type="text/javascript"><!-- document.write('<br /><input name="readout" type="text" size="4" value="0" tabindex="-1" readonly="readonly" /><span class="gensmall">{L_CHARS}</span>'); --></script> </td> </tr> <!-- BEGIN permit_attachments --> <tr> <td class="row1" valign="top"><label for="attachment"><span class="gen"><b>{L_ATTACHMENT}</b></span></label><br /> <span class="gensmall">{L_ATTACHMENT_EXPLAIN}</span></td> <td class="row2"><input type="file" id="attachment" name="attachment" size="30" /></td> </tr> <!-- END permit_attachments --> <!-- BEGIN captcha --> <tr> <td class="row1" valign="top"><label for="code"><span class="gen"><b>{L_CAPTCHA}</b></span></label><br /> <span class="gensmall">{L_CAPTCHA_EXPLAIN}</span></td> <td class="row2"><img src="{CAPTCHA}" alt="" /><br /> <input type="text" id="code" name="code" size="10" maxlength="6" /></td> </tr> <!-- END captcha --> <tr> <td class="row2" align="center" colspan="2"> <span class="gensmall"><b>{L_NOTIFY_IP}</b></span></td> </tr> <tr> <td class="catBottom" colspan="2" align="center"> <input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" name="reset" class="liteoption" /></td> </tr> </form> </table> |
|
From: OryNider <ory...@us...> - 2007-12-12 18:45:13
|
Update of /cvsroot/mxbb/mx_contact/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5226 Added Files: lang_main.php Log Message: First Version! --- NEW FILE: lang_main.php --- <?php /*************************************************************************** * lang_contact.php * ------------------ * Version: 9.0.0 * Begin: Sunday, Sept 17, 2006 * Copyright: (C) 2006-07, Marcus * E-mail: ma...@ph... * $id: 21:20 01/06/2007 * ***************************************************************************/ /*************************************************************************** * * 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 * (at your option) any later version. * ***************************************************************************/ $lang['Contact_intro'] = 'If you have any comments, feedback or suggestions regarding the site, or if you are experiencing problems with registering or logging into your account, please use this form to contact the Admin directly.'; $lang['Username'] = 'Username'; $lang['Real_name'] = 'Real Name'; $lang['Rname_require'] = 'Real Name *'; $lang['E-mail'] = 'E-mail Address'; $lang['E-mail_require'] = 'E-mail Address *'; $lang['Comments'] = 'Comments'; $lang['Comments_require'] = 'Comments *'; $lang['Attachment'] = 'Attachment'; $lang['Feedback'] = 'Feedback received'; $lang['Real_name_explain'] = 'Enter your name here. This helps us contact you better if you are not registered.'; $lang['Explain_email'] = 'Enter your e-mail address here. This is used incase we need to reply to you directly.'; $lang['Comments_explain'] = 'Enter your feedback comments here.'; $lang['Flood_explain'] = '<br /><br />This form has a flood control system in place. You may only submit a form once every %s %s.'; $lang['Comments_limit'] = '<br /><br />The Admin has set a maximum of %s characters allowed in your message.'; $lang['Attachment_explain'] = 'Post an attachment here, if required, and it will be received by the board Admin. Only files that are %sKb or lower are allowed.'; $lang['Guest'] = 'Guest'; $lang['Notify_IP'] = 'Your IP address will be recorded for security purposes.'; $lang['Fields_required'] = 'Fields with a * are required.'; $lang['Contact_form'] = 'Contact Form'; $lang['Empty'] = 'Not Specified'; $lang['hours'] = 'hours'; $lang['hour'] = 'hour'; $lang['Chars'] = ' characters'; $lang['Captcha_code'] = 'Captcha *'; $lang['Captcha_code_explain'] = 'Please confirm the code in the image. This is required to deter spambots.'; // // Errors // $lang['Rname-Empty'] = 'Your real name was not provided.'; $lang['Comments-Empty'] = 'The comments field was not filled in.'; $lang['Comments_exceeded'] = 'Your message is longer than is permitted.'; $lang['Email-Empty'] = 'The e-mail field was not filled in.'; $lang['Email-Check'] = 'Your e-mail address you provided was not valid.'; $lang['Attach-File_exists'] = 'A file already exists with that name from your IP Address.'; $lang['Attach-Too_big'] = 'The attachment you tried to send was too big. Make sure its %sKb or lower.'; $lang['Attach_dud'] = 'The attachment you tried to send does not exist. Please double check your upload link.'; $lang['Attach-Uploaded'] = 'Your attachment was successfully uploaded.'; $lang['Flood_limit'] = 'Sorry, but you must wait %d hour(s) until you can submit another form.'; $lang['Illegal_ext'] = 'This filetype (%s) is not permitted!'; $lang['Unknown_ext'] = 'This filetype (%s) cannot be accepted!'; $lang['zip_advise'] = 'If necessary, please zip the file before resubmitting.'; $lang['POST_ERROR'] = 'Upload Error - please try again!'; $lang['Image_error'] = 'Upload Error - Unable to process this image!'; $lang['Image_zip'] = 'Please zip this type of image before sending it.'; $lang['Code_Empty'] = 'You did not confirm the code image!'; $lang['Code_Wrong'] = 'The code you entered was incorrect!'; $lang['Contact_error'] = '<b>An error occurred when trying to send your feedback!</b>'; $lang['Contact_success'] = '<b>Your message was sent successfully!</b>'; $lang['Click_return_form'] = '<br /><br />Click %sHere%s to return to the Contact Form'; $lang['Contact_Disabled'] = 'The Contact Form is currently Unavailable'; // // Admin // $lang['General_settings'] = 'General Settings'; $lang['Contact_title'] = 'Contact Form'; $lang['Contact_explain'] = 'Use this page to alter the settings and features of the Contact Form, as well as field requirements.'; $lang['Req_settings'] = 'Requirement Settings'; $lang['Attachment_settings'] = 'Attachment Settings'; $lang['Contact_updated'] = 'Contact Configuration Updated Successfully'; $lang['Click_return_contact'] = 'Click %sHere%s to return to the Contact Form configuration'; $lang['Disable'] = 'Disable'; $lang['Form_Enable'] = 'Enable Contact Form'; $lang['kb'] = 'kilobytes'; $lang['Hash'] = 'Attachment Hashing Method'; $lang['Hash_explain'] = 'All uploads can be renamed with a random hash, for increased security.'; $lang['md5'] = 'MD5'; $lang['no_hash'] = 'No Hash'; $lang['auth_permission'] = 'Attachment Permissions'; $lang['auth_perm_explain'] = 'If attachments are permitted you can select who can upload files.'; $lang['auth_guests'] = 'Guests'; $lang['auth_members'] = 'Members'; $lang['auth_mods'] = 'Moderators'; $lang['auth_admins'] = 'Admins'; $lang['Require_rname'] = 'Require Real Name'; $lang['Require_email'] = 'Require E-mail'; $lang['Require_comments'] = 'Require Comments'; $lang['Permit_attachments'] = 'Permit Attachments'; $lang['Prune'] = 'Enable Pruning'; $lang['Prune_explain'] = 'Enable this to delete any SQL entries that have already done their flood limit job to reduce database size.'; $lang['Max_file_size'] = 'Max File Size'; $lang['Max_file_size_explain'] = 'The maximum file size for attachments for storing on your web server. Remember, this cannot exceed your php.ini setting. (%s)'; $lang['File_root'] = 'Attachment File Root'; $lang['File_root_explain'] = 'The folder in which any attachments are saved. The folder must be CHMOD 777 and is relative to the phpBB root path.'; $lang['Flood_limit_admin'] = 'Flood Limit'; $lang['Flood_limit_admin_explain'] = 'This is how long is allowed before a user can submit a new form. Set to \'0\' to disable this function (only recommended for testing).'; $lang['Char_limit_admin'] = 'Maximum Characters'; $lang['Char_limit_admin_explain'] = 'You can set an upper limit as to how many characters can be in a message. Set to \'0\' to disable this option.'; $lang['Captcha'] = 'Captcha Options'; $lang['Activate'] = 'Activate Captcha?'; $lang['Enable'] = 'Enable'; $lang['Disable'] = 'Disable'; $lang['Captcha_explain'] = 'Enable this to require users to enter a code before submitting a form. This will prevent spambots abusing the form.'; $lang['Type'] = 'Captcha Appearance'; $lang['Type_explain'] = 'Select the type of Captcha you want displayed on your form.'; $lang['Image_bg'] = 'Image based'; $lang['Coloured'] = 'Coloured'; $lang['Random'] = 'Random'; $lang['Copyright'] = '"Contact Form" by <a href="http://www.phobbia.net/mods/" target="_phpbb"><b>Ma®©uS</b></a> © 2006-2007<br />(Original mod: darkassasin93)'; // // "Quick Delete" - Added to 7.0.0 // $lang['QDelete'] = 'Quick Delete'; $lang['QDelete_disabled'] = 'Quick Delete option has been Disabled'; $lang['File_Not_Here'] = 'That Attachment does not appear to exist.'; $lang['File_Removed'] = 'The File has been successfully deleted.'; $lang['QDelete_explain'] = 'Allow Admin to Quick Delete Attachments via an E-mail link?'; $lang['Remove_file'] = 'To delete this file, follow this link: %s'; // // "Messages Log" - Added in 8.6.0 // $lang['Admin_email_explain'] = 'If left blank e-mails will be sent to the Site Admin address of this board.'; $lang['Contact_date'] = 'Date'; $lang['Contact_ip'] = 'IP'; $lang['Contact_get'] = '%sGet%s'; $lang['Contact_remove'] = '%sRemove%s'; $lang['Msg_delete'] = 'Delete'; $lang['Contact_msgs_title'] = 'Contact Form :: Messages Log'; $lang['Contact_msgs_text'] = 'These are the messages you have received via your Contact Form, with the newest messages listed first.<br /> • Messages can be reviewed and deleted.<br /> • Attached files can be retrieved and deleted.'; $lang['Msg_del_success'] = 'Message(s) deleted successfully'; $lang['File_del_success'] = 'Attachment deleted successfully'; $lang['Confirm_delete_msg'] = 'Are you sure you want to delete the Message(s)?'; $lang['Confirm_delete_file'] = 'Are you sure you want to delete this Attachment?'; $lang['File_Not_Here'] = 'That Attachment does not appear to exist.'; $lang['Click_return_msglog'] = 'Click %sHere%s to return to the Messages Log'; $lang['Msg_Log'] = 'Messages Log'; $lang['Msg_Log_explain'] = 'Activating this allows you to store messages in your database for reference'; $lang['more'] = 'more'; // // "Thank You" - Added in 8.9.8 // $lang['Thankyou_settings'] = '"Thank You" Settings'; $lang['Thankyou_option'] = 'Thank the Sender'; $lang['Thankyou_explain'] = 'Set as "None" to disable, "Members" for Registered users only to receive this, or "All" for Guests also.'; $lang['Thank_none'] = 'None'; $lang['Thank_members'] = 'Members'; $lang['Thank_all'] = 'All'; $lang['Thankyou_limit'] = 'Sorry, we are unable accept anymore feedback from this e-mail address for 24 hours.'; ?> |
|
From: OryNider <ory...@us...> - 2007-12-12 18:45:12
|
Update of /cvsroot/mxbb/mx_contact/language/lang_english/email In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5226/email Added Files: contact.tpl contact_thanks.tpl Log Message: First Version! --- NEW FILE: contact_thanks.tpl --- Subject: Your feedback confirmation Charset: iso-8859-1 Thank you for your feedback at {SITENAME}, here's a copy for your records. Your message reads: {COMMENTS} --------------------------------------------------------- Security Details Time Sent: {TIMEDATE} (GMT) IP Address: {USER_IP} --- NEW FILE: contact.tpl --- Subject: Feedback received Charset: iso-8859-1 You received some feedback from {SITENAME}'s Contact Form! Username: {USERNAME} Real Name: {REAL_NAME} E-mail: {EMAIL} Comments: {COMMENTS} ---------------------------------------------------------- Attachment: {ATTACHMENT} {DELETE} ---------------------------------------------------------- Security Details Time Sent: {TIMEDATE} (GMT) IP Address: {USER_IP} |
|
From: OryNider <ory...@us...> - 2007-12-12 18:44:51
|
Update of /cvsroot/mxbb/mx_contact/images/captcha In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5208 Added Files: captcha1.png captcha2.png captcha3.png captcha4.png captcha5.png index.html Log Message: First Version! --- NEW FILE: index.html --- --- NEW FILE: captcha1.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: captcha3.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: captcha2.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: captcha5.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: captcha4.png --- (This appears to be a binary file; contents omitted.) |
|
From: OryNider <ory...@us...> - 2007-12-12 18:44:42
|
Update of /cvsroot/mxbb/mx_contact/contrib/xs_updater In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5187 Added Files: xs_contact_form.cfg Log Message: First Version! --- NEW FILE: xs_contact_form.cfg --- <?php // // Auto update file for Contact Form. // $update['contact_form']['update_name'] = 'Contact Form'; $update['contact_form']['update_type'] = XS_UPDATE_MOD; $update['contact_form']['update_url'] = 'http://www.phobbia.net/phpbb/xs/update.txt'; $update['contact_form']['update_version'] = '9.0'; $update['contact_form']['update_item'] = 'contact_form'; ?> |
|
From: OryNider <ory...@us...> - 2007-12-12 18:44:26
|
Update of /cvsroot/mxbb/mx_contact/contrib/language/lang_spanish In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5140 Added Files: lang_main.php lang_main.txt Log Message: First Version! --- NEW FILE: lang_main.txt --- // // Formulario de Contacto // $lang['Viewing_contact_form'] = 'Usando nuestro Formulario de Contacto'; $lang['Contact_form'] = 'Formulario de Contacto'; --- NEW FILE: lang_main.php --- <?php /*************************************************************************** * lang_contact.php - Spanish * ---------------------------- * Version: 9.0.0 * Begin: Sunday, Sept 17, 2006 * Copyright: (C) 2006, Marcus * E-mail: ma...@ph... * $id: 21:23 01/06/2007 * * Translated by: Dogs and things * ***************************************************************************/ /*************************************************************************** * * 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 * (at your option) any later version. * ***************************************************************************/ $lang['Contact_intro'] = 'Si tiene comentarios o sugerencias relacionados con este sitio web o problemas cuando intente registrarse o conectarse, por favor utilice este Formulario de Contacto para ponerse en contacto con el Adminitrador.'; $lang['Username'] = 'Nombre de usuario'; $lang['Real_name'] = 'Nombre real'; $lang['Rname_require'] = 'Nombre real *'; $lang['E-mail'] = 'Dirección de correo eléctronico'; $lang['E-mail_require'] = 'Dirección de correo eléctronico *'; $lang['Comments'] = 'Comentarios'; $lang['Comments_require'] = 'Comentarios *'; $lang['Attachment'] = 'Adjunto'; $lang['Feedback'] = 'Hemos recibido tu sugerencia'; $lang['Real_name_explain'] = 'Introduzca tu nombre aquí. Esto nos ayuda a contactar más fácilmente contigo si no eres un usuario registrado.'; $lang['Explain_email'] = 'Introduzca tu dirección de correo eléctronico aquí. Esto lo usaremos en caso de tener que contactar contigo directamente.'; $lang['Comments_explain'] = 'Introduzca tus sugerencias aquí.'; $lang['Flood_explain'] = '<br /><br />Este sistema usa un sistema de control de "flood". Solamente puedes enviar un formulario cada %s %s.'; $lang['Comments_limit'] = '<br /><br />El Administrador ha establecido un nº máximo de %s carácteres permitido en tu mensaje.'; $lang['Attachment_explain'] = 'Añade un adjunto aquí, en caso necesario, y será recibido por el Administrador del sitio. Solamente se admiten adjuntos con un tamaño de %sKb o menos.'; $lang['Guest'] = 'Invitado'; $lang['Notify_IP'] = 'Tu dirección IP será registrado por razones de seguridad.'; $lang['Fields_required'] = 'Campos con un * son obligatorios.'; $lang['Contact_form'] = 'Formulario de Contacto'; $lang['Empty'] = 'No Especificado'; $lang['hours'] = 'horas'; $lang['hour'] = 'hora'; $lang['Chars'] = ' carácteres'; $lang['Captcha_code'] = 'Captcha *'; $lang['Captcha_code_explain'] = 'Por favor, introduzca el código que ves en la imagen. Esto es obligatorio para evitar robots publicitarios.'; // // Errores // $lang['Rname-Empty'] = 'No has introducido tu nombre real.'; $lang['Comments-Empty'] = 'No rellenaste el campo de sugerencias.'; $lang['Comments_exceeded'] = 'Tu mensaje tiene más carácteres de lo permitido.'; $lang['Email-Empty'] = 'No rellenaste el campo de dirección de correo eléctronico.'; $lang['Email-Check'] = 'Tu dirección de correo eléctronico no es válida.'; $lang['Attach-File_exists'] = 'Ya existe un adjunto con este nombre enviado desde tu dirección IP.'; $lang['Attach-Too_big'] = 'El adjunto que intentas enviar es demasiado grande. Asegúrate de que tiene %sKb o menos.'; $lang['Attach_dud'] = 'El adjunto que intentas enviar no existe. Por favor, revisa el enlace de subida.'; $lang['Attach-Uploaded'] = 'Tu adjunto ha sido subido con éxcito.'; $lang['Flood_limit'] = 'Perdóna, pero debes esperar %d hora(s) antes de que puedas enviar otro formulario.'; $lang['Illegal_ext'] = '¡Este tipo de archivo (%s) no esta permitido!'; $lang['Unknown_ext'] = '¡Este tipo de archivo (%s) no se puede aceptar!'; $lang['zip_advise'] = 'Si es necesario, por favor zip el archivo antes de reenviarlo.'; $lang['POST_ERROR'] = '¡Error de subida - por favor inténtalo de nuevo!'; $lang['Image_error'] = '¡Error de subida - Ha sido imposible procesar esta imagen!'; $lang['Image_zip'] = 'Por favor, zip este tipo de imagen antes de enviarlo.'; $lang['Code_Empty'] = '¡No has introducido el código de la imagen!'; $lang['Code_Wrong'] = 'El código introducido es incorrecto!'; $lang['Contact_error'] = '<b>¡Ha ocurrido un error al intentar enviar tu sugerencia!</b>'; $lang['Contact_success'] = '<b>¡Tu mensaje ha sido enviado con éxcito!</b>'; $lang['Click_return_form'] = '<br /><br />Click %sAquí%s para volver al Formulario de Contacto'; $lang['Contact_Disabled'] = 'En este momento el Formulario de Contacto no esta disponible'; // // Admin // $lang['General_settings'] = 'Configuración General'; $lang['Contact_title'] = 'Formulario de Contacto'; $lang['Contact_explain'] = 'Utiliza esta página para cambiar la configuración del Formulario de Contacto.'; $lang['Req_settings'] = 'Configuración de Requisitos'; $lang['Attachment_settings'] = 'Configuración de Adjuntos'; $lang['Contact_updated'] = 'Configuración de Contacto actualizada con éxcito'; $lang['Click_return_contact'] = 'Click %sAquí%s para volver a la Configuración del Formulario de Contacto'; $lang['Admin_email_explain'] = 'Si dejas esto en blanco los e-mails serán enviados al Administrador del Sitio de este foro.'; $lang['Form_Enable'] = 'Activar Formulario de Contacto'; $lang['kb'] = 'kilobytes'; $lang['Hash'] = 'Método de Hashing de Adjuntos'; $lang['Hash_explain'] = 'Todas las subidas pueden ser renombradas con un Hash aleatorio, para mejorar la seguridad.'; $lang['md5'] = 'MD5'; $lang['no_hash'] = 'No Hash'; $lang['auth_permission'] = 'Permisos de Adjuntos'; $lang['auth_perm_explain'] = 'Cuando Adjuntos están permitidos puedes seleccionar quien puede subir archivos.'; $lang['auth_guests'] = 'Invitados'; $lang['auth_members'] = 'Miembros'; $lang['auth_mods'] = 'Moderadores'; $lang['auth_admins'] = 'Admins'; $lang['Require_rname'] = 'Pedir Nombre Real'; $lang['Require_email'] = 'Pedir correo eléctronico'; $lang['Require_comments'] = 'Pedir Comentarios'; $lang['Permit_attachments'] = 'Permitir Adjuntos'; $lang['Prune'] = 'Activar borrar límites de data de de la tabla Flood'; $lang['Prune_explain'] = 'Activa esto para eliminar cualquier entrada SQL que ya ha hecho su trabajo de limitar el Límite de flood para reducir el tamaño de la base de datos.'; $lang['Max_file_size'] = 'Tamaño Máximo de Archivo'; $lang['Max_file_size_explain'] = 'El tamaño máximo de Adjuntos para guardar en tu servidor web. Recuerda que esto no puede superar tu configuración del php.ini. (%s)'; $lang['File_root'] = 'Directorio Raíz de Archivos Adjuntos'; $lang['File_root_explain'] = 'El directorio en el cual todos los Adjuntos son guardados. Este directorio debe ser CHMOD 777 y es relativo al raíz de phpBB.'; $lang['Flood_limit_admin'] = 'Límite de Flood'; $lang['Flood_limit_admin_explain'] = 'Esto especifica cuanto tiempo debe pasar antes de que un usuario puede enviar un nuevo formulario. Pónlo en \'0\' para desactivar esta función (solamente recommendada para pruebas).'; $lang['Char_limit_admin'] = 'Máximo de Carácteres'; $lang['Char_limit_admin_explain'] = 'Puedes especificar un límite máximo del número de carácteres que puede tener un mensaje. Pónlo en \'0\' para desactivar esta opción.'; $lang['Captcha'] = 'Opciones de Captcha'; $lang['Activate'] = '¿Activar Captcha?'; $lang['Enable'] = 'Activar'; $lang['Disable'] = 'Desactivar'; $lang['Captcha_explain'] = 'Activar para pedir que un usuario debe confirmar un código antes de enviar un formulario. Esto previene que spambots abusan del formulario.'; $lang['Type'] = 'Apariencia del Captcha'; $lang['Type_explain'] = 'Selecciona el tipo de Captcha que quieres mostrar en tu formulario.'; $lang['Image_bg'] = 'Imagen'; $lang['Coloured'] = 'Coloros'; $lang['Random'] = 'Aleatorio'; $lang['Copyright'] = '"Contact Form" by <a href="http://www.phobbia.net/mods/" target="_phpbb"><b>Ma®©uS</b></a> ©2006-2007<br />(Mod Original: darkassasin93)'; // // "Quick Delete" - Added to 7.0.0 // $lang['QDelete'] = 'Borrado Rápido'; $lang['QDelete_disabled'] = 'La opción "Borrado Rápido" ha sido desactivada'; $lang['File_Not_Here'] = 'Parece que este Adjunto no existe.'; $lang['File_Removed'] = 'El archivo ha sido borrado con éxcito.'; $lang['QDelete_explain'] = '¿Permitir Admin el "Borrado Rápido" de Adjuntos mediante un enlace por E-mail?'; $lang['Remove_file'] = 'Para borrar este archivo, siga este enlace: %s'; // // "Messages Log" - Added in 8.6.0 // $lang['Contact_date'] = 'Fecha'; $lang['Contact_ip'] = 'IP'; $lang['Contact_get'] = '%sBajar%s'; $lang['Contact_remove'] = '%sEliminar%s'; $lang['Msg_delete'] = 'Borrar'; $lang['Contact_msgs_title'] = 'Formulario de Contacto :: Lista de Mensajes'; $lang['Contact_msgs_text'] = 'Estos son los mensajes que has recibido a traves de tu Formulario de Contacto, los últimos mensajes aparecen al principio de la lista.<br /> • Los mensajes se pueden revisar y borrar.<br /> • Archivos Adjuntos se pueden revisar y borrar.'; $lang['Msg_del_success'] = 'El Mensaje se ha borrado con éxcito'; $lang['File_del_success'] = 'El Adjunto se ha borrado con éxcito'; $lang['Confirm_delete_msg'] = '¿Estás seguro de que quieres borrar este Mensaje?'; $lang['Confirm_delete_file'] = '¿Estás seguro de que quieres borrar este Adjunto?'; $lang['File_Not_Here'] = 'Parece que este Adjunto no existe.'; $lang['Click_return_msglog'] = 'Click %sAquí%s para volver a la Lista de Mensajes'; $lang['Msg_Log'] = 'Lista de Mensajes'; $lang['Msg_Log_explain'] = 'Activar esto te permita guardar mensajes en tu base de datos'; $lang['more'] = 'más'; // // "Thank You" - Added in 8.9.8 // $lang['Thankyou_settings'] = '"Gracias" Configuración'; $lang['Thankyou_option'] = 'Dar las gracias al remitente'; $lang['Thankyou_explain'] = 'Marcar "Nadie" para desactivar, "Usuarios" para que solamente Usuarios Registrados lo reciben, o "Todos" para incluir Invitados también.'; $lang['Thank_none'] = 'Nadie'; $lang['Thank_members'] = 'Usuarios'; $lang['Thank_all'] = 'Todos'; $lang['Thankyou_limit'] = 'Lo sentimos, no podemos recibir más comentarios desde esta dirección de email durante las próximas 24 horas.'; ?> |
|
From: OryNider <ory...@us...> - 2007-12-12 18:44:26
|
Update of /cvsroot/mxbb/mx_contact/contrib/language/lang_spanish/email In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5140/email Added Files: contact.tpl contact_thanks.tpl Log Message: First Version! --- NEW FILE: contact_thanks.tpl --- (This appears to be a binary file; contents omitted.) --- NEW FILE: contact.tpl --- (This appears to be a binary file; contents omitted.) |
|
From: OryNider <ory...@us...> - 2007-12-12 18:44:12
|
Update of /cvsroot/mxbb/mx_contact/contrib/language/lang_romanian In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4809 Added Files: lang_main.php lang_main.txt Log Message: First Version! --- NEW FILE: lang_main.txt --- // // Formular de Contact // $lang['Viewing_contact_form'] = 'Vizualizare Modul de Contact'; $lang['Contact_form'] = 'Formular de Contact'; --- NEW FILE: lang_main.php --- <?php $lang['Contact_intro'] = 'If you have any comments, feedback or suggestions regarding the site, or if you are experiencing problems with registering or logging into your account, please use this form to contact the Admin directly.'; $lang['Username'] = 'Utilizator'; $lang['Real_name'] = 'Nume Real'; $lang['Rname_require'] = 'Nume Real *'; $lang['E-mail'] = 'Adresã E-mail'; $lang['E-mail_require'] = 'Adresã E-mail *'; $lang['Comments'] = 'Comentarii'; $lang['Comments_require'] = 'Comentarii *'; $lang['Attachment'] = 'Ataºamente'; $lang['Feedback'] = 'Primire Feedback'; $lang['Real_name_explain'] = 'Enter your name here. This helps us contact you better if you are not registered.'; $lang['Explain_email'] = 'Enter your e-mail address here. This is used incase we need to reply to you directly.'; $lang['Comments_explain'] = 'Enter your feedback comments here.'; $lang['Flood_explain'] = '<br /><br />This form has a flood control system in place. You may only submit a form once every %s %s.'; $lang['Comments_limit'] = '<br /><br />The Admin has set a maximum of %s characters allowed in your message.'; $lang['Attachment_explain'] = 'Post an attachment here, if required, and it will be received by the board Admin. Only files that are %sKb or lower are allowed.'; $lang['Guest'] = 'Musafir'; $lang['Notify_IP'] = 'Your IP address will be recorded for security purposes.'; $lang['Fields_required'] = 'Fields with a * are required.'; $lang['Contact_form'] = 'Formular de Contact'; $lang['Empty'] = 'Ne Specificat'; $lang['hours'] = 'ore'; $lang['hour'] = 'orã'; $lang['Chars'] = ' caractere'; $lang['Captcha_code'] = 'Captcha *'; $lang['Captcha_code_explain'] = 'Please confirm the code in the image. This is required to deter spambots.'; // // Errors // $lang['Rname-Empty'] = 'Your real name was not provided.'; $lang['Comments-Empty'] = 'The comments field was not filled in.'; $lang['Comments_exceeded'] = 'Your message is longer than is permitted.'; $lang['Email-Empty'] = 'The e-mail field was not filled in.'; $lang['Email-Check'] = 'Your e-mail address you provided was not valid.'; $lang['Attach-File_exists'] = 'A file already exists with that name from your IP Address.'; $lang['Attach-Too_big'] = 'The attachment you tried to send was too big. Make sure its %sKb or lower.'; $lang['Attach_dud'] = 'The attachment you tried to send does not exist. Please double check your upload link.'; $lang['Attach-Uploaded'] = 'Your attachment was successfully uploaded.'; $lang['Flood_limit'] = 'Sorry, but you must wait %d hour(s) until you can submit another form.'; $lang['Illegal_ext'] = 'This filetype (%s) is not permitted!'; $lang['Unknown_ext'] = 'This filetype (%s) cannot be accepted!'; $lang['zip_advise'] = 'If necessary, please zip the file before resubmitting.'; $lang['POST_ERROR'] = 'Upload Error - please try again!'; $lang['Image_error'] = 'Upload Error - Unable to process this image!'; $lang['Image_zip'] = 'Please zip this type of image before sending it.'; $lang['Code_Empty'] = 'You did not confirm the code image!'; $lang['Code_Wrong'] = 'The code you entered was incorrect!'; $lang['Contact_error'] = '<b>An error occurred when trying to send your feedback!</b>'; $lang['Contact_success'] = '<b>Your message was sent successfully!</b>'; $lang['Click_return_form'] = '<br /><br />Click %sHere%s to return to the Contact Form'; $lang['Contact_Disabled'] = 'The Contact Form is currently Unavailable'; // // Admin // $lang['General_settings'] = 'General Settings'; $lang['Contact_title'] = 'Contact Form'; $lang['Contact_explain'] = 'Use this page to alter the settings and features of the Contact Form, as well as field requirements.'; $lang['Req_settings'] = 'Requirement Settings'; $lang['Attachment_settings'] = 'Attachment Settings'; $lang['Contact_updated'] = 'Contact Configuration Updated Successfully'; $lang['Click_return_contact'] = 'Click %sHere%s to return to the Contact Form configuration'; $lang['Disable'] = 'Disable'; $lang['Form_Enable'] = 'Enable Contact Form'; $lang['kb'] = 'kilobytes'; $lang['Hash'] = 'Attachment Hashing Method'; $lang['Hash_explain'] = 'All uploads can be renamed with a random hash, for increased security.'; $lang['md5'] = 'MD5'; $lang['no_hash'] = 'No Hash'; $lang['auth_permission'] = 'Attachment Permissions'; $lang['auth_perm_explain'] = 'If attachments are permitted you can select who can upload files.'; $lang['auth_guests'] = 'Guests'; $lang['auth_members'] = 'Members'; $lang['auth_mods'] = 'Moderators'; $lang['auth_admins'] = 'Admins'; $lang['Require_rname'] = 'Require Real Name'; $lang['Require_email'] = 'Require E-mail'; $lang['Require_comments'] = 'Require Comments'; $lang['Permit_attachments'] = 'Permit Attachments'; $lang['Prune'] = 'Enable Pruning'; $lang['Prune_explain'] = 'Enable this to delete any SQL entries that have already done their flood limit job to reduce database size.'; $lang['Max_file_size'] = 'Max File Size'; $lang['Max_file_size_explain'] = 'The maximum file size for attachments for storing on your web server. Remember, this cannot exceed your php.ini setting. (%s)'; $lang['File_root'] = 'Attachment File Root'; $lang['File_root_explain'] = 'The folder in which any attachments are saved. The folder must be CHMOD 777 and is relative to the phpBB root path.'; $lang['Flood_limit_admin'] = 'Flood Limit'; $lang['Flood_limit_admin_explain'] = 'This is how long is allowed before a user can submit a new form. Set to \'0\' to disable this function (only recommended for testing).'; $lang['Char_limit_admin'] = 'Maximum Characters'; $lang['Char_limit_admin_explain'] = 'You can set an upper limit as to how many characters can be in a message. Set to \'0\' to disable this option.'; $lang['Captcha'] = 'Captcha Options'; $lang['Activate'] = 'Activate Captcha?'; $lang['Enable'] = 'Enable'; $lang['Disable'] = 'Disable'; $lang['Captcha_explain'] = 'Enable this to require users to enter a code before submitting a form. This will prevent spambots abusing the form.'; $lang['Type'] = 'Captcha Appearance'; $lang['Type_explain'] = 'Select the type of Captcha you want displayed on your form.'; $lang['Image_bg'] = 'Image based'; $lang['Coloured'] = 'Coloured'; $lang['Random'] = 'Random'; $lang['Copyright'] = '"Contact Form" by <a href="http://www.phobbia.net/mods/" target="_phpbb"><b>Ma®©uS</b></a> © 2006-2007<br />(Original mod: darkassasin93)'; // // "Quick Delete" - Added to 7.0.0 // $lang['QDelete'] = 'Quick Delete'; $lang['QDelete_disabled'] = 'Quick Delete option has been Disabled'; $lang['File_Not_Here'] = 'That Attachment does not appear to exist.'; $lang['File_Removed'] = 'The File has been successfully deleted.'; $lang['QDelete_explain'] = 'Allow Admin to Quick Delete Attachments via an E-mail link?'; $lang['Remove_file'] = 'To delete this file, follow this link: %s'; // // "Messages Log" - Added in 8.6.0 // $lang['Admin_email_explain'] = 'If left blank e-mails will be sent to the Site Admin address of this board.'; $lang['Contact_date'] = 'Date'; $lang['Contact_ip'] = 'IP'; $lang['Contact_get'] = '%sGet%s'; $lang['Contact_remove'] = '%sRemove%s'; $lang['Msg_delete'] = 'Delete'; $lang['Contact_msgs_title'] = 'Contact Form :: Messages Log'; $lang['Contact_msgs_text'] = 'These are the messages you have received via your Contact Form, with the newest messages listed first.<br /> • Messages can be reviewed and deleted.<br /> • Attached files can be retrieved and deleted.'; $lang['Msg_del_success'] = 'Message(s) deleted successfully'; $lang['File_del_success'] = 'Attachment deleted successfully'; $lang['Confirm_delete_msg'] = 'Are you sure you want to delete the Message(s)?'; $lang['Confirm_delete_file'] = 'Are you sure you want to delete this Attachment?'; $lang['File_Not_Here'] = 'That Attachment does not appear to exist.'; $lang['Click_return_msglog'] = 'Click %sHere%s to return to the Messages Log'; $lang['Msg_Log'] = 'Messages Log'; $lang['Msg_Log_explain'] = 'Activating this allows you to store messages in your database for reference'; $lang['more'] = 'more'; // // "Thank You" - Added in 8.9.8 // $lang['Thankyou_settings'] = '"Thank You" Settings'; $lang['Thankyou_option'] = 'Thank the Sender'; $lang['Thankyou_explain'] = 'Set as "None" to disable, "Members" for Registered users only to receive this, or "All" for Guests also.'; $lang['Thank_none'] = 'None'; $lang['Thank_members'] = 'Members'; $lang['Thank_all'] = 'All'; $lang['Thankyou_limit'] = 'Sorry, we are unable accept anymore feedback from this e-mail address for 24 hours.'; ?> |
|
From: OryNider <ory...@us...> - 2007-12-12 18:44:09
|
Update of /cvsroot/mxbb/mx_contact/contrib/language/lang_romanian/email In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4809/email Added Files: contact.tpl contact_thanks.tpl index.htm Log Message: First Version! --- NEW FILE: contact_thanks.tpl --- (This appears to be a binary file; contents omitted.) --- NEW FILE: contact.tpl --- Subject: Feedback received Charset: iso-8859-1 You received some feedback from {SITENAME}'s Contact Form! Username: {USERNAME} Real Name: {REAL_NAME} E-mail: {EMAIL} Comments: {COMMENTS} ---------------------------------------------------------- Attachment: {ATTACHMENT} {DELETE} ---------------------------------------------------------- Security Details Time Sent: {TIMEDATE} (GMT) IP Address: {USER_IP} --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
|
From: OryNider <ory...@us...> - 2007-12-12 18:43:56
|
Update of /cvsroot/mxbb/mx_contact/contrib/language/lang_polish In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4695 Added Files: lang_main.php lang_main.txt Log Message: First Version! --- NEW FILE: lang_main.txt --- (This appears to be a binary file; contents omitted.) --- NEW FILE: lang_main.php --- <?php /*************************************************************************** * lang_contact.php * ------------------ * Version: 9.0.0 * Begin: Sunday, Sept 17, 2006 * Copyright: (C) 2006-07, Marcus * E-mail: ma...@ph... * $id: 23:08 21/06/2007 * * Translated by: Kastak * ***************************************************************************/ /*************************************************************************** * * 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 * (at your option) any later version. * ***************************************************************************/ $lang['Contact_intro'] = 'Je¿eli masz jakie¶ pytania, uwagi, b±d¼ propozycje odno¶nie serwisu/forum lub masz jakie¶ problemy (z rejestracj±, logowaniem itp.) u¿yj poni¿szego formularza.'; $lang['Username'] = 'U¿ytkownik'; $lang['Real_name'] = 'Imiê'; $lang['Rname_require'] = 'Imiê *'; $lang['E-mail'] = 'Twój E-mail'; $lang['E-mail_require'] = 'Twój E-mail *'; $lang['Comments'] = 'Wiadomo¶æ'; $lang['Comments_require'] = 'Wiadomo¶æ *'; $lang['Attachment'] = 'Za³±cznik'; $lang['Feedback'] = 'Otrzymano wiadomo¶æ'; $lang['Real_name_explain'] = 'Wpisz swoje imiê. U³atwi nam to kontakt gdy jeste¶ niezarejestrowany.'; $lang['Explain_email'] = 'Wpisz swój E-mail. Na ten adres zostanie wys³ana odpowied¼.'; $lang['Comments_explain'] = 'Wpisz tu tre¶æ swojej wiadomo¶ci'; $lang['Flood_explain'] = '<br /><br />Ten formularz ma w³±czony system anty-floodowy. Mo¿esz wys³aæ tylko jedn± wiadomo¶æ co %s %s.' ; $lang['Comments_limit'] = '<br /><br />Administrator ustawi³ limit %s znaków.'; $lang['Attachment_explain'] = 'Do³±cz do wiadomo¶ci za³±cznik je¶li to konieczne, trafi on do administratora forum. Maksymalny rozmiar pliku to %sKb lub mniejszy.'; $lang['Guest'] = 'Go¶æ'; $lang['Notify_IP'] = 'Twoje IP bêdzie zapisane w celach bezpieczeñstwa.'; $lang['Fields_required'] = 'Pola oznaczone * s± obowi±zkowe.'; $lang['Contact_form'] = 'Formularz Kontaktowy'; $lang['Empty'] = 'Nie podano'; $lang['hours'] = 'godziny'; $lang['hour'] = 'godzinê'; $lang['Chars'] = ' znaków'; $lang['Captcha_code'] = 'Kod zabezpieczaj±cy *'; $lang['Captcha_code_explain'] = 'Przepisz kod z obrazka.'; // // Errors // $lang['Rname-Empty'] = 'Musisz wpisaæ swoje imiê.'; $lang['Comments-Empty'] = 'Musisz wpisaæ wiadomo¶æ.'; $lang['Comments_exceeded'] = 'Twoja wiadomo¶æ jest d³u¿sza ni¿ dozwolony limit.'; $lang['Email-Empty'] = 'Musisz wpisaæ swój adres e-mail.'; $lang['Email-Check'] = 'Adres e-mail jest nieprawid³owy.'; $lang['Attach-File_exists'] = 'Ju¿ istnieje plik o takiej nazwie, który zosta³ wys³any z twojego adresu IP.'; $lang['Attach-Too_big'] = 'Za³±cznik, który próbujesz wys³aæ ma zbyt du¿y rozmiar. Dozwolona maksymalna wielko¶æ pliku to %sKb lub mniejsza.'; $lang['Attach_dud'] = 'Za³±cznik, który próbowa³e¶ wys³aæ nie istnieje. Proszê sprawdziæ ponownie ¶cie¿kê do pliku.'; $lang['Attach-Uploaded'] = 'Twój za³±cznik zosta³ poprawnie dodany.'; $lang['Flood_limit'] = 'Przepraszamy, ale musisz poczekaæ %d godzin(y) zanim bêdziesz móg³ skorzystaæ ponownie z formularza kontaktowego.'; $lang['Illegal_ext'] = 'Ten typ pliku (%s) jest zabroniony!'; $lang['Unknown_ext'] = 'Ten typ pliku (%s) nie mo¿e byæ zaakceptowany!'; $lang['zip_advise'] = 'W razie konieczno¶ci, proszê spakowaæ plik (format zip) przed ponownym wys³aniem.'; $lang['POST_ERROR'] = 'B³±d podczas wysy³ania - proszê spróbowaæ ponownie!'; $lang['Image_error'] = 'B³±d podczas wysy³ania - przetworzenie tego obrazka by³o niemo¿liwe!'; $lang['Image_zip'] = 'Proszê spakowaæ ten typ obrazka przed wys³aniem (format zip).'; $lang['Code_Empty'] = 'Musisz wpisaæ kod z obrazka!'; $lang['Code_Wrong'] = 'Wpisany kod jest niepoprawny!'; $lang['Contact_error'] = '<b>Wyst±pi³ b³±d podczas wysy³ania wiadomo¶ci</b>'; $lang['Contact_success'] = '<b>Wiadomo¶æ zosta³a wys³ana.</b>'; $lang['Click_return_form'] = '<br /><br />Kliknij %sTutaj%s, aby wróciæ do formularza.'; $lang['Contact_Disabled'] = 'Formularz jest obecnie wy³±czony'; // // Admin // $lang['General_settings'] = 'Ustawienia Formularza'; $lang['Contact_title'] = 'Formularz Konktaktowy'; $lang['Contact_explain'] = 'Tutaj mo¿esz zmieniæ ustawienia i wygl±d formularza kontaktowego oraz obowi±zkowe pola.'; $lang['Req_settings'] = 'Wymagane pola'; $lang['Attachment_settings'] = 'Ustawienia Za³±czników'; $lang['Contact_updated'] = 'Zmiany zatwierdzone'; $lang['Click_return_contact'] = 'Kliknij %sTutaj%s aby wróciæ do konfiguracji.'; $lang['Admin_email_explain'] = 'Je¿eli pole pozostanie puste e-maile bêd± wysy³ane do g³ównego administratora forum.'; $lang['Form_Enable'] = 'Formularz w³±czony?'; $lang['kb'] = 'kilobajtów'; $lang['Hash'] = 'Kodowanie za³±czników'; $lang['Hash_explain'] = 'Wszystkie nazwy za³±czanych plików zostan± zmienione na losowy hash dla wiêkszego bezpieczeñstwa.'; $lang['md5'] = 'MD5'; $lang['no_hash'] = 'Brak'; $lang['auth_permission'] = 'Zezwolenia'; $lang['auth_perm_explain'] = 'Je¿eli za³±czniki s± dozwolone, mo¿esz wybraæ kto mo¿e uploadowaæ pliki.'; $lang['auth_guests'] = 'Go¶cie'; $lang['auth_members'] = 'U¿ytkownicy'; $lang['auth_mods'] = 'Moderatorzy'; $lang['auth_admins'] = 'Administratorzy'; $lang['Require_rname'] = 'Imiê'; $lang['Require_email'] = 'E-mail'; $lang['Require_comments'] = 'Wiadomo¶æ'; $lang['Permit_attachments'] = 'Za³±czniki w³±czone?'; $lang['Prune'] = 'W³±cz automatyczne czyszczenie'; $lang['Prune_explain'] = 'W³±cz to, aby wyczy¶ciæ wpisy SQL, które nie s± ju¿ potrzebne dla opcji "Interwa³ Anty-Floodowy", zmniejszy to rozmiar bazy danych.'; $lang['Max_file_size'] = 'Maksymalny rozmiar pliku'; $lang['Max_file_size_explain'] = 'Ustaw maksymalny dozwolony rozmiar pliku (za³±cznika). Pamiêtaj, wielko¶æ za³±cznika nie mo¿e przekraczaæ ustawieñ twojego php.ini. (%s)'; $lang['File_root'] = 'Katalog za³±czników'; $lang['File_root_explain'] = 'Wpisz nazwê folderu, w którym bêd± zapisywane za³±czniki. Folder musi mieæ ustawione CHMOD 777 i znajdowaæ siê w g³ównym katalogu forum.'; $lang['Flood_limit_admin'] = 'Interwa³ Anty-Floodowy'; $lang['Flood_limit_admin_explain'] = 'Ilo¶æ godzin, zanim bêdzie mo¿na wys³aæ nowy e-mail poprzez formularz kontaktowy. Ustaw \'0\', aby wy³±czyæ tê funkcjê (zalecane tylko dla testów).'; $lang['Char_limit_admin'] = 'Maksymalna ilo¶æ znaków'; $lang['Char_limit_admin_explain'] = 'Tutaj mo¿esz ustawiæ limit znaków dopuszczalny w wiadomo¶ci. Ustaw \'0\', aby wy³±czyæ limit.'; $lang['Captcha'] = 'Kod zabezpieczeñ'; $lang['Activate'] = 'Zabezpieczenie aktywne?'; $lang['Enable'] = 'W³±czone'; $lang['Disable'] = 'Wy³±czone'; $lang['Captcha_explain'] = 'W³±cz tê opcjê, aby u¿ytkownicy obowi±zkowo musieli przepisaæ kod z obrazka przed wys³aniem wiadomo¶ci. Zapobiega to przed nadu¿eciem formularza przez spamboty.'; $lang['Type'] = 'Rodzaj obrazka'; $lang['Type_explain'] = 'Wybierz typ obrazka, jaki ma byæ pokazany w twoim formularzu kontaktowym.'; $lang['Image_bg'] = 'Obrazek bazowy'; $lang['Coloured'] = 'Kolorowy'; $lang['Random'] = 'Losowy'; $lang['Copyright'] = '"Formularz kontaktowy" by <a href="http://www.phobbia.net" target="_phpbb"><b>Ma®©uS</b></a> © 2006-2007<br />(Original mod: darkassasin93)'; // // "Quick Delete" - Added to 7.0.0 // $lang['QDelete'] = 'Szybkie usuwanie'; $lang['QDelete_disabled'] = 'Opcja szybkiego usuwania zosta³a wy³±czona'; $lang['File_Not_Here'] = 'Ten za³±cznik najprawdopodobniej nie istnieje'; $lang['File_Removed'] = 'Plik zosta³ usuniêty pomy¶lnie.'; $lang['QDelete_explain'] = 'Zezwoliæ adminowi na szybkie usuwanie za³±cznika poprzez link podany w e-mailu?'; $lang['Remove_file'] = 'Aby usun±æ plik, kliknij na ten link: %s'; // // "Messages Log" - Added in 8.6.0 // $lang['Contact_date'] = 'Data'; $lang['Contact_ip'] = 'IP'; $lang['Contact_get'] = '%sPobierz%s'; $lang['Contact_remove'] = '%sUsuñ%s'; $lang['Msg_delete'] = 'Usuñ'; $lang['Contact_msgs_title'] = 'Formularz kontaktowy :: Logi wiadomo¶ci'; $lang['Contact_msgs_text'] = 'Tutaj znajduj± siê wiadomo¶ci, które zosta³y wys³ane poprzez formularz kontaktowy. Nowsze wiadomo¶ci s± jako pierwsze.<br /> • Wiadomo¶ci mog± zostaæ przegl±dniête i usuniête.<br /> • Za³±czniki mog± zostaæ pobrane na dysk i usuniête.'; $lang['Msg_del_success'] = 'Wiadomo¶ci usuniête'; $lang['File_del_success'] = 'Za³±cznik usuniêty'; $lang['Confirm_delete_msg'] = 'Czy jeste¶ pewien, ¿e chcesz usun±æ wiadomo¶æ(i)?'; $lang['Confirm_delete_file'] = 'Czy jeste¶ pewien, ¿e chcesz usun±æ ten za³±cznik'; $lang['File_Not_Here'] = 'Ten za³±cznik najprawdopodobniej nie istnieje'; $lang['Click_return_msglog'] = 'Kliknij %sTutaj%s, aby powróciæ do Logi wiadomo¶ci'; $lang['Msg_Log'] = 'Logi wiadomo¶ci w³±czone?'; $lang['Msg_Log_explain'] = 'Ta opcja pozwala Ci na zpisywanie wysy³anych e-maili w Twojej bazie danych, podgl±d bêdzie widoczny w Logach Wiadomo¶ci'; $lang['more'] = 'wiêcej'; // // "Thank You" - Added in 8.9.8 // $lang['Thankyou_settings'] = 'Ustawienia "Podziêkowañ"'; $lang['Thankyou_option'] = 'Podziêkuj nadawcy'; $lang['Thankyou_explain'] = 'Ustaw "¯aden", aby wy³±czyæ, "U¿ytkownicy", aby tylko zarejestrowani u¿ytkownicy otrzymywali podziêkowanie lub "Wszyscy", aby równie¿ go¶cie otrzymywali podziêkowanie.'; $lang['Thank_none'] = '¯aden'; $lang['Thank_members'] = 'U¿ytkownicy'; $lang['Thank_all'] = 'Wszyscy'; $lang['Thankyou_limit'] = 'Przepraszamy, ale nie akceptujemy wiêcej wiadomo¶ci z tego adresu e-mail przez najbli¿sze 24 godziny.'; ?> |
|
From: OryNider <ory...@us...> - 2007-12-12 18:43:56
|
Update of /cvsroot/mxbb/mx_contact/contrib/language/lang_polish/email In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4695/email Added Files: contact.tpl contact_thanks.tpl Log Message: First Version! --- NEW FILE: contact_thanks.tpl --- (This appears to be a binary file; contents omitted.) --- NEW FILE: contact.tpl --- (This appears to be a binary file; contents omitted.) |
|
From: OryNider <ory...@us...> - 2007-12-12 18:43:47
|
Update of /cvsroot/mxbb/mx_contact/contrib/language/lang_italian/email In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4664/email Added Files: contact.tpl contact_thanks.tpl Log Message: First Version! --- NEW FILE: contact_thanks.tpl --- Subject: Conferma del tuo commento Charset: iso-8859-1 Grazie per il tuo commento su {SITENAME}, ecco una copia del messaggio per conoscenza. Il tuo messaggio riporta: {COMMENTS} --------------------------------------------------------- Dettagli Sicurezza Ora di invio: {TIMEDATE} (GMT) Indirizzo IP: {USER_IP} --- NEW FILE: contact.tpl --- Subject: Commento ricevuto Charset: iso-8859-1 Hai ricevuto una comunicazione dal Modulo di Contatto di {SITENAME}! Nome Utente: {USERNAME} Nome Completo: {REAL_NAME} E-mail: {EMAIL} Commenti: {COMMENTS} ---------------------------------------------------------- Allegati: {ATTACHMENT} {DELETE} ---------------------------------------------------------- Dettagli di Sicurezza Ora Invio: {TIMEDATE} (GMT) Indirizzo IP: {USER_IP} |
|
From: OryNider <ory...@us...> - 2007-12-12 18:43:47
|
Update of /cvsroot/mxbb/mx_contact/contrib/language/lang_italian In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4664 Added Files: lang_main.php lang_main.txt Log Message: First Version! --- NEW FILE: lang_main.txt --- // // Contattaci // $lang['Viewing_contact_form'] = 'Consultando Modulo di Contatto'; $lang['Contact_form'] = 'Contattaci'; --- NEW FILE: lang_main.php --- <?php /*************************************************************************** * lang_contact.php - Italian * ---------------------------- * Version: 9.0.0 * Begin: Sunday, Sept 17, 2006 * Copyright: (C) 2006, Marcus * E-mail: ma...@ph... * $id: 21:22 01/06/2007 * * Translated by: Cavallino * E-mail: kav...@gm... * ***************************************************************************/ /*************************************************************************** * * 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 * (at your option) any later version. * ***************************************************************************/ $lang['Contact_intro'] = 'Se vuoi esprimere commenti, giudizi o suggerimenti riguardo al sito, oppure se hai riscontrato problemi nella registrazione o nella connessione, utilizza questo modulo per contattare direttamente l\'amministratore.'; $lang['Username'] = 'Nome Utente'; $lang['Real_name'] = 'Nome Completo'; $lang['Rname_require'] = 'Nome Completo *'; $lang['E-mail'] = 'Indirizzo E-mail'; $lang['E-mail_require'] = 'Indirizzo E-mail *'; $lang['Comments'] = 'Commenti'; $lang['Comments_require'] = 'Commenti *'; $lang['Attachment'] = 'Allegato'; $lang['Feedback'] = 'Commento ricevuto'; $lang['Real_name_explain'] = 'Inserisci qui il tuo nome completo.<br />Questo ci aiuterà a contattarti meglio se non sei un utente registrato.'; $lang['Explain_email'] = 'Inserisci qui il tuo indirizzo e-mail.<br />Questo nel caso si renda necessaria una risposta diretta.'; $lang['Comments_explain'] = 'Inserisci qui i tuoi commenti.'; $lang['Flood_explain'] = '<br /><br />Questo modulo ha un sistema di controllo Anti-Flood.<br />Potrai inviare soltanto una richiesta ogni %s %s.'; $lang['Comments_limit'] = '<br /><br />L\'amministratore ha impostato un limite massimo di %s caratteri disponibili per scrivere il tuo messaggio.'; $lang['Attachment_explain'] = 'Se richiesto, inserisci qui un allegato, e sarà ricevuto dall\'amministratore. Sono permessi solo file di dimensione minore o uguale a %sKb.'; $lang['Guest'] = 'Ospite'; $lang['Notify_IP'] = 'Il tuo indirizzo IP sarà registrato per motivi di sicurezza.'; $lang['Fields_required'] = 'I campi contrassegnati con un * sono obbligatori.'; $lang['Contact_form'] = 'Modulo di Contatto'; $lang['Empty'] = 'Non specificato'; $lang['hours'] = 'ore'; $lang['hour'] = 'ora'; $lang['Chars'] = ' caratteri'; $lang['Captcha_code'] = 'Controllo Visuale *'; $lang['Captcha_code_explain'] = 'Per favore conferma il codice in immagine.<br />Questo è richiesto per combattere gli spambot.'; // // Errors // $lang['Rname-Empty'] = 'Il tuo nome completo non è stato inserito.'; $lang['Comments-Empty'] = 'Il campo commenti non è stato inserito.'; $lang['Comments_exceeded'] = 'Il tuo messaggio è più lungo di quanto permesso.'; $lang['Email-Empty'] = 'Il campo e-mail non è stato inserito.'; $lang['Email-Check'] = 'L\'indirizzo e-mail fornito non è valido.'; $lang['Attach-File_exists'] = 'Un file con quel nome esiste già dal tuo Indirizzo IP.'; $lang['Attach-Too_big'] = 'L\'allegato che hai provato ad inviare è troppo grande. Assicurati che sia di %sKb o inferiore.'; $lang['Attach_dud'] = 'L\'allegato che hai provato a caricare non esiste. Prego ricontrollare il link di caricamento.'; $lang['Attach-Uploaded'] = 'L\'allegato è stato caricato correttamente.'; $lang['Flood_limit'] = 'Spiacente, ma devi aspettare %d ora(e) per poter inserire un nuovo modulo.'; $lang['Illegal_ext'] = 'Questo tipo di file (%s) non è permesso!'; $lang['Unknown_ext'] = 'Questo tipo di file (%s) non può essere accettato!'; $lang['zip_advise'] = 'Se necessario, comprimi il file in zip prima di reinserirlo.'; $lang['POST_ERROR'] = 'Errore nel caricamento - Prego riprovare!'; $lang['Image_error'] = 'Errore nel caricamento - Impossibile processare questa immagine!'; $lang['Image_zip'] = 'Per favore comprimi in zip questo tipo di immagine prima di inviarla.'; $lang['Code_Empty'] = 'Non hai confermato il codice in immagine!'; $lang['Code_Wrong'] = 'Il codice inserito è errato!'; $lang['Contact_error'] = '<b>Si è verificato un errore provando ad inviare il tuo commento!</b>'; $lang['Contact_success'] = '<b>Il tuo messaggio è stato inviato correttamente!</b>'; $lang['Click_return_form'] = '<br /><br />Clicca %squi%s per ritornare al Modulo di Contatto'; $lang['Contact_Disabled'] = 'Il Modulo di Contatto è momentaneamente non disponibile'; // // Admin // $lang['General_settings'] = 'Impostazioni Generali'; $lang['Contact_title'] = 'Modulo di Contatto'; $lang['Contact_explain'] = 'Utilizza questa pagina per modificare alcune funzioni del Modulo di Contatto come il limite di Flood o i campi obbligatori.'; $lang['Req_settings'] = 'Impostazioni obbligatorie'; $lang['Attachment_settings'] = 'Impostazioni Allegati'; $lang['Contact_updated'] = 'Configurazione aggiornata correttamente'; $lang['Click_return_contact'] = 'Clicca %squi%s per ritornare alla configurazione del Modulo di Contatto'; $lang['Form_Enable'] = 'Abilita Modulo di Contatto'; $lang['kb'] = 'kilobytes'; $lang['Hash'] = 'Metodo di Hash Allegati'; $lang['Hash_explain'] = 'Tutti i file caricati possono essere rinominati con hash casuale, per aumentare la sicurezza.'; $lang['md5'] = 'MD5'; $lang['no_hash'] = 'No Hash'; $lang['auth_permission'] = 'Autorizzazioni Allegati'; $lang['auth_perm_explain'] = 'Se gli allegati sono permessi puoi selezionare chi può inserire file.'; $lang['auth_guests'] = 'Ospiti'; $lang['auth_members'] = 'Utenti'; $lang['auth_mods'] = 'Moderatori'; $lang['auth_admins'] = 'Amministratori'; $lang['Require_rname'] = 'Nome completo obbligatorio'; $lang['Require_email'] = 'E-mail obbligatoria'; $lang['Require_comments'] = 'Commenti obbligatori'; $lang['Permit_attachments'] = 'Permetti Allegati'; $lang['Prune'] = 'Abilita rimozione automatica'; $lang['Prune_explain'] = 'Abilita questa funzione per eliminare ogni istanza SQL che ha già eseguito il proprio lavoro di limite Flood a scopo di ridurre la dimensione del database.'; $lang['Max_file_size'] = 'Dimensione massima File'; $lang['Max_file_size_explain'] = 'La dimensione massima degli allegati per il loro salvataggio sul tuo Server Web. Ricorda che questo limite non può eccedere quello impostato nel file php.ini. (%s)'; $lang['File_root'] = 'Percorso File Allegati'; $lang['File_root_explain'] = 'Specifica la cartella nella quale sono salvati gli Allegati. La cartella dovrà avere i permessi CHMOD 777 ed è relativa al percorso di root dell\'installazione phpBB.'; $lang['Flood_limit_admin'] = 'Limite Flood'; $lang['Flood_limit_admin_explain'] = 'Questo campo definisce il tempo concesso prima che un utente possa inviare un nuovo modulo. Imposta a \'0\' per disabilitare questa funzione (raccomandato solo per test).'; $lang['Char_limit_admin'] = 'Numero massimo di caratteri'; $lang['Char_limit_admin_explain'] = 'Puoi impostare un limite adeguato su quanti caratteri possono comparire in un messaggio. Imposta a \'0\' per disabilitare questa funzione.'; $lang['Captcha'] = 'Opzioni Controllo Visuale'; $lang['Activate'] = 'Attivare il Controllo Visuale?'; $lang['Enable'] = 'Abilita'; $lang['Disable'] = 'Disabilita'; $lang['Captcha_explain'] = 'Abilita qui per richiedere agli utenti l\'inserimento di un codice prima di poter inviare il modulo. Questo eviterà l\'abuso del modulo dagli spambots.'; $lang['Type'] = 'Aspetto Controllo Visuale'; $lang['Type_explain'] = 'Seleziona il tipo di Controllo Visuale che desideri impostare nel tuo Modulo di Contatto.'; $lang['Image_bg'] = 'Immagine base'; $lang['Coloured'] = 'Colorato'; $lang['Random'] = 'Casuale'; $lang['Copyright'] = '"Contact Form" by <a href="http://www.phobbia.net/mods/" target="_phpbb"><b>Ma®©uS</b></a> © 2006-2007<br />(Original mod: darkassasin93)'; // // "Quick Delete" - Added to 7.0.0 // $lang['QDelete'] = 'Cancella veloce'; $lang['QDelete_disabled'] = 'La cancellazione veloce è stata disabilitata'; $lang['File_Not_Here'] = 'Questo allegato non è presente.'; $lang['File_Removed'] = 'Il file è stato cancellato correttamente.'; $lang['QDelete_explain'] = 'Permetti all\'amministratore di cancellare velocemente gli allegati attraverso un collegamento e-mail?'; $lang['Remove_file'] = 'Per cancellare questo file, segui questo link: %s'; // // "Log Messaggi" - Aggiunto nella 8.6.0 // $lang['Admin_email_explain'] = 'Se lasciato vuoto le e-mail saranno inviate all\'indirizzo dell\'amministratore di questo forum'; $lang['Contact_date'] = 'Data'; $lang['Contact_ip'] = 'IP'; $lang['Contact_get'] = '%sScarica%s'; $lang['Contact_remove'] = '%sRimuovi%s'; $lang['Msg_delete'] = 'Cancella'; $lang['Contact_msgs_title'] = 'Modulo di contatto :: Log Messaggi'; $lang['Contact_msgs_text'] = 'Questi sono i messaggi ricevuti attraverso il tuo modulo di contatto, con quelli più recenti mostrati prima.<br /> • I Messaggi si possono consultare e cancellare.<br /> • I file allegati si possono scaricare e cancellare.'; $lang['Msg_del_success'] = 'Il Messaggio è stato cancellato correttamente'; $lang['File_del_success'] = 'L\'allegato è stato cancellato correttamente'; $lang['Confirm_delete_msg'] = 'Sei sicuro di voler cancellare questo Messaggio?'; $lang['Confirm_delete_file'] = 'Sei sicuro di voler cancellare questo Allegato?'; $lang['File_Not_Here'] = 'L\'allegato non sembra essere presente.'; $lang['Click_return_msglog'] = 'Clicca %squi%s per ritornare ai Log Messaggi'; $lang['Msg_Log'] = 'Log Messaggi'; $lang['Msg_Log_explain'] = 'Attivando questa opzione potrai salvare i Messaggi nel tuo database per riferimento'; $lang['more'] = 'più'; // // "Thank You" - Added in 8.9.8 // $lang['Thankyou_settings'] = 'Impostazioni "Ringraziamento"'; $lang['Thankyou_option'] = 'Ringrazia il mittente'; $lang['Thankyou_explain'] = 'Imposta su "Nessuno" per disattivare, su "Membri" affinchè venga ricevuto solo dagli Utenti Registrati, oppure su "Tutti" per includere anche gli Ospiti.'; $lang['Thank_none'] = 'Nessuno'; $lang['Thank_members'] = 'Membri'; $lang['Thank_all'] = 'Tutti'; $lang['Thankyou_limit'] = 'Spiacente, non possiamo più accettare commenti da questo indirizzo e-mail per 24 ore.'; ?> |
|
From: OryNider <ory...@us...> - 2007-12-12 18:43:34
|
Update of /cvsroot/mxbb/mx_contact/contrib/language/lang_german In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4565 Added Files: lang_main.php lang_main.txt Log Message: First Version! --- NEW FILE: lang_main.txt --- // // Kontaktformular // $lang['Viewing_contact_form'] = 'Kontaktformular anzeigen'; $lang['Contact_form'] = 'Kontaktformular'; --- NEW FILE: lang_main.php --- <?php /*************************************************************************** * lang_contact.php - German * --------------------------- * * Version: 9.0.0 * Begin: Sunday, Sept 17, 2006 * Copyright: (C) 2006, Marcus * E-mail: ma...@ph... * $id: 21:22 01/06/2007 * * Translated by: Lefty74 * Translated by: IPB_Refugee * ***************************************************************************/ /*************************************************************************** * * 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 * (at your option) any later version. * ***************************************************************************/ $lang['Contact_intro'] = 'Solltest Du Kommentare, Feedback oder Vorschläge in Bezug auf diese Seite haben, oder wenn Probleme beim Registrieren oder Einloggen aufgetreten sind, dann benutze bitte dieses Formular, um mit dem Administrator in Kontakt zu treten.'; $lang['Username'] = 'Benutzername'; $lang['Real_name'] = 'Wirklicher Name'; $lang['Rname_require'] = 'Wirklicher Name *'; $lang['E-mail'] = 'E-Mail Adresse'; $lang['E-mail_require'] = 'E-Mail Adresse *'; $lang['Comments'] = 'Kommentar'; $lang['Comments_require'] = 'Kommentar *'; $lang['Attachment'] = 'Attachment'; $lang['Feedback'] = 'Feedback erhalten'; $lang['Real_name_explain'] = 'Trage hier Deinen Namen ein. Dies hilft uns, mit Dir in Kontakt zu treten, falls Du nicht registriert bist.'; $lang['Explain_email'] = 'Trage hier Deine E-Mail Adresse ein. Diese wird benutzt, falls wir Dir direkt antworten müssen.'; $lang['Comments_explain'] = 'Gib hier Dein Feedback oder Deinen Kommentar ein.'; $lang['Flood_explain'] = '<br /><br />Dieses Formular besitzt ein Flood Control System. Du kannst dieses Formular nur einmal alle %s %s absenden.'; $lang['Comments_limit'] = '<br /><br />Der Admin hat maximal %s Zeichen in dieser Nachricht erlaubt.'; $lang['Attachment_explain'] = 'Wenn Du möchtest, kannst Du dem Administrator ein Attachment mitsenden. Nur Dateien mit höchstens %sKb sind erlaubt.'; $lang['Guest'] = 'Gast'; $lang['Notify_IP'] = 'Deine IP-Adresse wird aus Sicherheitsgründen gespeichert.'; $lang['Fields_required'] = 'Felder, die mit einem * gekennzeichnet sind, müssen ausgefüllt werden.'; $lang['Contact_form'] = 'Kontaktformular'; $lang['Empty'] = 'Nicht spezifiziert'; $lang['hours'] = 'Stunden'; $lang['hour'] = 'Stunde'; $lang['Chars'] = ' Zeichen'; $lang['Captcha_code'] = 'Captcha *'; $lang['Captcha_code_explain'] = 'Bitte bestätige den Sicherheitscode. Dies ist erforderlich, um Spambots die Arbeit zu erschweren.'; // // Errors // $lang['Rname-Empty'] = 'Dein wirklicher Name wurde nicht eingegeben.'; $lang['Comments-Empty'] = 'Das Kommentarfeld wurde nicht ausgefüllt.'; $lang['Comments_exceeded'] = 'Deine Nachricht ist länger als erlaubt.'; $lang['Email-Empty'] = 'Das E-Mail-Feld wurde nicht ausgefüllt.'; $lang['Email-Check'] = 'Deine eingegebene E-Mail-Adresse ist nicht gültig.'; $lang['Attach-File_exists'] = 'Eine Datei mit diesem Namen existiert schon von Deiner IP-Adresse.'; $lang['Attach-Too_big'] = 'Das Attachment war zu groß. Stelle sicher, dass die Größe maximal %sKb beträgt.'; $lang['Attach_dud'] = 'Das Attachment, das Du zu senden versucht hast, existiert nicht. Bitte überprüfe Deinen Uploadlink.'; $lang['Attach-Uploaded'] = 'Dein Attachment wurde erfolgreich hochgeladen.'; $lang['Flood_limit'] = 'Sorry, aber aus Sicherheitsgründen musst Du %d Stunde(n) warten, bis Du das Formular erneut benutzen kannst.'; $lang['Illegal_ext'] = 'Dieser Dateityp (%s) ist nicht erlaubt!'; $lang['Unknown_ext'] = 'Dieser Dateityp (%s) kann nicht akzeptiert werden!'; $lang['zip_advise'] = 'Falls notwendig, komprimiere die Datei, bevor Du sie erneut sendest.'; $lang['POST_ERROR'] = 'Upload Fehler - Bitte versuche es noch einmal!'; $lang['Image_error'] = 'Upload Fehler - Es ist nicht möglich, dieses Bild zu bearbeiten!'; $lang['Image_zip'] = 'Bitte komprimiere diesen Bildtyp, bevor Du ihn sendest.'; $lang['Code_Empty'] = 'Du hast den visuellen Sicherheitscode nicht bestätigt!'; $lang['Code_Wrong'] = 'Der eingegebene Code war nicht korrekt!'; $lang['Contact_error'] = '<b>Ein Fehler ist beim Senden Deines Feedbacks aufgetreten!</b>'; $lang['Contact_success'] = '<b>Deine Nachricht wurde erfolgreich gesendet!</b>'; $lang['Click_return_form'] = '<br /><br />Klicke %shier,%s um zum Kontaktformular zurückzukehren.'; $lang['Contact_Disabled'] = 'Das Kontaktformular ist zur Zeit leider nicht verfügbar'; // // Admin // $lang['General_settings'] = 'Generelle Einstellungen'; $lang['Contact_title'] = 'Kontaktformular'; $lang['Contact_explain'] = 'Benutze diese Seite, um die Einstellungen und Eigenschaften sowie die benötigten Felder des Kontaktformulars zu ändern.'; $lang['Req_settings'] = 'Einstellungen der benötigten Felder'; $lang['Attachment_settings'] = 'Einstellungen für Attachments'; $lang['Contact_updated'] = 'Die Konfiguration des Kontaktformulars wurde erfolgreich geändert.'; $lang['Click_return_contact'] = 'Klicke %shier%s, um zur Konfiguration des Kontaktformulars zurückzukehren.'; $lang['Admin_email_explain'] = 'Wenn das Feld nicht ausgefüllt wird, werden die E-Mails an den Administrator dieses Boards gesandt.'; $lang['Form_Enable'] = 'Aktiviere das Kontaktformular'; $lang['kb'] = 'Kilobytes'; $lang['Hash'] = 'Attachment Hashing Methode'; $lang['Hash_explain'] = 'Alle Uploads können mit einem Zufalls-Hash zwecks höherer Sicherheit umbenannt werden.'; $lang['md5'] = 'MD5'; $lang['no_hash'] = 'Kein Hash'; $lang['auth_permission'] = 'Attachmentbefugnisse'; $lang['auth_perm_explain'] = 'Wenn Attachments erlaubt sind, kannst Du auswählen, wer Dateien hochladen darf.'; $lang['auth_guests'] = 'Gäste'; $lang['auth_members'] = 'Benutzer'; $lang['auth_mods'] = 'Moderatoren'; $lang['auth_admins'] = 'Administratoren'; $lang['Require_rname'] = 'Wirklicher Name benötigt'; $lang['Require_email'] = 'E-Mail benötigt'; $lang['Require_comments'] = 'Kommentar benötigt'; $lang['Permit_attachments'] = 'Erlaube Attachments'; $lang['Prune'] = 'Aktiviere automatisches Löschen'; $lang['Prune_explain'] = 'Aktiviere diese Option, um SQL-Einträge zu löschen, die für den Floodschutz nicht mehr benötigt werden.'; $lang['Max_file_size'] = 'Maximale Dateigröße'; $lang['Max_file_size_explain'] = 'Die maximal zulässige Dateigröße je Attachment, das auf Deinem Webspace gespeichert wird. Vergiss nicht, dass der Wert nicht höher als die Einstellung in der php.ini sein kann. (%s)'; $lang['File_root'] = 'Attachment Dateien Ordner'; $lang['File_root_explain'] = 'Der Ordner, in dem die Attachments gespeichert werden. Dieser Ordner muss CHMOD 777 haben und relativ zum phpBB Root-Pfad angegeben werden.'; $lang['Flood_limit_admin'] = 'Flood Limit'; $lang['Flood_limit_admin_explain'] = 'Zeit, die vergehen muss, bevor ein Benutzer das Kontaktformular erneut verwenden kann. Trage \'0\' ein, um diese Funktion zu deaktivieren (nur zum Testen empfohlen).'; $lang['Char_limit_admin'] = 'Maximale Anzahl der Zeichen'; $lang['Char_limit_admin_explain'] = 'Du kannst ein Höchstlimit für Zeichen eingeben, die in einer Nachricht enthalten sein dürfen. Trage \'0\' ein, um diese Option zu deaktivieren.'; $lang['Captcha'] = 'Captcha Optionen'; $lang['Activate'] = 'Aktiviere Captcha?'; $lang['Enable'] = 'Aktiviere'; $lang['Disable'] = 'Deaktiviere'; $lang['Captcha_explain'] = 'Aktiviere diese Option, damit Benutzer einen Code vor dem Senden der Nachricht eingeben müssen. Dies soll verhindern, dass Spambots dieses Formular missbrauchen.'; $lang['Type'] = 'Captcha Aussehen'; $lang['Type_explain'] = 'Wähle die Art des Captchas aus, die Du in Deinem Formular anzeigen möchtest.'; $lang['Image_bg'] = 'Bild basierend'; $lang['Coloured'] = 'Farbig'; $lang['Random'] = 'Zufall'; $lang['Copyright'] = '"Contact Form" by <a href="http://www.phobbia.net/mods/" target="_phpbb"><b>Ma®©uS</b></a> ©2006-2007<br />(Original mod: darkassasin93)'; // // "Quick Delete" - Added to 7.0.0 // $lang['QDelete'] = 'Schnell-Löschung'; $lang['QDelete_disabled'] = 'Die Funktion der Schnell-Löschung wurde deaktiviert.'; $lang['File_Not_Here'] = 'Dieses Attachment scheint nicht zu existieren.'; $lang['File_Removed'] = 'Die Datei wurde erfolgreich gelöscht.'; $lang['QDelete_explain'] = 'Erlaubt dem Administrator, Attachments über einen E-Mail-Link schnell zu löschen.'; $lang['Remove_file'] = 'Um diese Datei zu löschen, klicke auf folgenden Link: %s'; // // "Messages Log" - Added in 8.6.0 // $lang['Contact_date'] = 'Datum'; $lang['Contact_ip'] = 'IP'; $lang['Contact_get'] = '%sSpeichern%s'; $lang['Contact_remove'] = '%sEntfernen%s'; $lang['Msg_delete'] = 'Löschen'; $lang['Contact_msgs_title'] = 'Kontaktformular :: Nachrichten-Log'; $lang['Contact_msgs_text'] = 'Hier findest Du die Nachrichten, die Du über das Kontaktformular erhalten hast, wobei die neuesten Nachrichten zuerst angezeigt werden.<br /> • Die Nachrichten können angesehen und gelöscht werden.<br /> • Angehängte Dateien können gesichert und gelöscht werden.'; $lang['Msg_del_success'] = 'Die Nachricht wurde erfolgreich gelöscht.'; $lang['File_del_success'] = 'Das Attachment wurde erfolgreich gelöscht.'; $lang['Confirm_delete_msg'] = 'Bist Du sicher, dass Du diese Nachricht löschen möchtest?'; $lang['Confirm_delete_file'] = 'Bist Du sicher, dass Du dieses Attachment löschen möchtest?'; $lang['File_Not_Here'] = 'Dieses Attachment scheint nicht zu existieren.'; $lang['Click_return_msglog'] = 'Klicke %shier%s, um zum Nachrichten-Log zurückzukehren.'; $lang['Msg_Log'] = 'Nachrichten-Log'; $lang['Msg_Log_explain'] = 'Die Aktivierung dieser Option erlaubt es, die Nachrichten zu Referenzzwecken in der Datenbank zu speichern.'; $lang['more'] = 'mehr'; // // "Thank You" - Added in 8.9.8 // $lang['Thankyou_settings'] = 'Einstellungen für Dankeschöns'; $lang['Thankyou_option'] = 'Danke dem Absender'; $lang['Thankyou_explain'] = 'Wer soll eine Dankes- bzw. Bestätigungsmail für seine Rückmeldung erhalten?'; $lang['Thank_none'] = 'Niemand'; $lang['Thank_members'] = 'Nur Mitglieder'; $lang['Thank_all'] = 'Jeder'; $lang['Thankyou_limit'] = 'Es tut uns Leid, aber wir können für die Dauer von 24 Stunden von dieser E-Mail-Adresse keine weitere Anfrage akzeptieren.'; ?> |
|
From: OryNider <ory...@us...> - 2007-12-12 18:43:27
|
Update of /cvsroot/mxbb/mx_contact/contrib/language/lang_german/email In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4565/email Added Files: contact.tpl contact_thanks.tpl Log Message: First Version! --- NEW FILE: contact_thanks.tpl --- (This appears to be a binary file; contents omitted.) --- NEW FILE: contact.tpl --- (This appears to be a binary file; contents omitted.) |
|
From: OryNider <ory...@us...> - 2007-12-12 18:43:22
|
Update of /cvsroot/mxbb/mx_contact/contrib/language/lang_french In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4459 Added Files: lang_main.php lang_main.txt Log Message: First Version! --- NEW FILE: lang_main.txt --- // // Contact Formulier // $lang['Viewing_contact_form'] = 'Maakt gebruik van Contact Formulier'; $lang['Contact_form'] = 'Contact Formulier'; --- NEW FILE: lang_main.php --- <?php /*************************************************************************** * lang_contact.php * ------------------ * Version: 9.0.0 * Begin: Sunday, Sept 17, 2006 * Copyright: (C) 2006, Marcus * E-mail: ma...@ph... * $id: 21:21 01/06/2007 * Translated by: Ram (www.phpbb-fr.com) * ***************************************************************************/ /*************************************************************************** * * 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 * (at your option) any later version. * ***************************************************************************/ $lang['Contact_intro'] = 'Si vous avez le moindre commentaires, retour ou suggestions à propos du site, ou si vous avez recontrer des problème avec L\'enregistrement ou logging de votre compte, merci d\'utiliser ce formulaire pour contacer L\'administrateur directement.'; $lang['Username'] = 'Nom d\'utilisateur'; $lang['Real_name'] = 'Nom'; $lang['Rname_require'] = 'Nom *'; $lang['E-mail'] = 'Adresse E-mail'; $lang['E-mail_require'] = 'Adresse E-mail *'; $lang['Comments'] = 'Commentaires'; $lang['Comments_require'] = 'Commentaires *'; $lang['Attachment'] = 'Fichiers Attachés'; $lang['Feedback'] = 'Retour recu'; $lang['Real_name_explain'] = 'Entrer votre nom ici. Cela nous aidera à vous contacter plus facile si vous n\'êtes pas enregistré.'; $lang['Explain_email'] = 'Entrer votre adresse e-mail ici. Utilisée au cas où nous devrions vous répondre directement.'; $lang['Comments_explain'] = 'Entrer vos commentaires ici.'; $lang['Flood_explain'] = '<br /><br />Ce formulaire utilise un système de contrôle de flood. Vous pouvez soumettre votre formulaire une fois toutes les %s %s.'; $lang['Comments_limit'] = '<br /><br />L\'administrateur a entré un nombre de %s caractères maximun pour ce message.'; $lang['Attachment_explain'] = 'Postez votre fichier attaché ici, si requis, et il sera reçu par L\'administrateur du forum. Seulement les fichiers qui font %sKb ou moins peuvent être liés.'; $lang['Guest'] = 'Invité'; $lang['Notify_IP'] = 'Votre adresse IP va être enregistré pour des raisons de sécurité.'; $lang['Fields_required'] = 'Les champs avec un * sont requis.'; $lang['Contact_form'] = 'Formulaire'; $lang['Empty'] = 'Non Specifié'; $lang['hours'] = 'heures'; $lang['hour'] = 'heure'; $lang['Chars'] = ' caractères'; $lang['Captcha_code'] = 'Captcha *'; $lang['Captcha_code_explain'] = 'Merci de confirmer le code de L\'image. Ce champ est requis afin de dissuader le spam des éventuels robots.'; // // Errors // $lang['Rname-Empty'] = 'Votre vrai nom n\'a pas été approuvé.'; $lang['Comments-Empty'] = 'Le champ du commentaire n\'a pas été rempli.'; $lang['Comments_exceeded'] = 'Votre message est plus long que le nombre de caractères spécifiés.'; $lang['Email-Empty'] = 'Le champ du courrier électronique n\'a pas été rempli.'; $lang['Email-Check'] = 'L\'adresse e-mail que vous avez entré n\'est pas valide.'; $lang['Attach-File_exists'] = 'Un fichier existe déjà avec ce nom depuis votre adresse IP.'; $lang['Attach-Too_big'] = 'Le fichier que vous essayez d\'attacher est trop gros. Vérifiez qu\'il pèse %sKb ou moins.'; $lang['Attach_dud'] = 'Le fichier que vous avez essayé d\'envoyer n\'existe pas. Vérifiez votre fichier avant de recommencer.'; $lang['Attach-Uploaded'] = 'Votre fichier a été correctement uploadé.'; $lang['Flood_limit'] = 'Désolé, mais vous d\'avez attendre %d heure(s) avant de pouvoir soumettre à nouveau.'; $lang['Illegal_ext'] = 'Ce type de fichier (%s) n\'est pas permis!'; $lang['Unknown_ext'] = 'Ce type de fichier (%s) ne peut pas être accepté!'; $lang['zip_advise'] = 'Si nécessaire, merci de faire un zip du fichier afin de le soumettre à nouveau.'; $lang['POST_ERROR'] = 'Erreur d\'upload - réessayez!'; $lang['Image_error'] = 'Erreur d\'pload - Incapable de traiter cette image!'; $lang['Image_zip'] = 'Merci de zip l\'image avant de l\'envoyer.'; $lang['Code_Empty'] = 'Vous n\'avez pas confirmer le code sur l\'image!'; $lang['Code_Wrong'] = 'Le code entré est incorrecte!'; $lang['Contact_error'] = '<b>Une erreur est survenue lors de L\'envoie de votre commentaire!</b>'; $lang['Contact_success'] = '<b>Votre message a été envoyé avec succès!</b>'; $lang['Click_return_form'] = '<br /><br />Cliquez %sIci%s pour retourner au formulaire'; $lang['Contact_Disabled'] = 'Le formulaire est actuellement inaccessible.'; // // Admin // $lang['General_settings'] = 'Configuration Général'; $lang['Contact_title'] = 'Formulaire de Contact'; $lang['Contact_explain'] = 'Utilisez cette page pour jouer sur les configurations du Formulaire, ainsi que les conditions des champs.'; $lang['Req_settings'] = 'Configuration requise'; $lang['Attachment_settings'] = 'Configurations des Fichiers Attachés'; $lang['Contact_updated'] = 'Configuration du Contact mis à jour avec succès'; $lang['Click_return_contact'] = 'Cliquez %sICI%s pour retourner à la configuration du Formulaire'; $lang['Disable'] = 'Désactivé'; $lang['Form_Enable'] = 'Activer Le Formulaire'; $lang['kb'] = 'kilobytes'; $lang['Hash'] = 'Attacehment Hashing Méthode'; $lang['Hash_explain'] = 'Chaque uploads peuvent être renommé avec un nom aléatoire, afin d\'augmenter la sécurité.'; $lang['md5'] = 'MD5'; $lang['no_hash'] = 'Pas de Hash'; $lang['auth_permission'] = 'Permissions des Attachments'; $lang['auth_perm_explain'] = 'Si les fichiers attachés sont permis vous pouvez selectionner qui peut uploader des fichiers.'; $lang['auth_guests'] = 'Invités'; $lang['auth_members'] = 'Membres'; $lang['auth_mods'] = 'Modérateurs'; $lang['auth_admins'] = 'Administrateurs'; $lang['Require_rname'] = 'Votre nom est requis'; $lang['Require_email'] = 'Votre e-mail est requis'; $lang['Require_comments'] = 'Votre commentaire est requis'; $lang['Permit_attachments'] = 'Vous pouvez attacher des fichiers'; $lang['Prune'] = 'Activé Pruning'; $lang['Prune_explain'] = 'Activez cette option pour supprimer n\'importe quelles entrées SQL qui ont déjà fait leur "travail" afin de réduire la taille de base de données.'; $lang['Max_file_size'] = 'Taille Maximun des Fichiers'; $lang['Max_file_size_explain'] = 'Taille maximale des fichiers attachés stocker sur votre serveur Web. Souvenez-vous, que cela ne peut pas excéder les configurations de php.ini. (%s)'; $lang['File_root'] = 'Répertoire des Fichiers Attachés'; $lang['File_root_explain'] = 'Le dossier dans lequel les fichers attachés sont stockés. Ce dossier doit être en CHMOD 777 et se trouver à la racine du répertoire de phpBB..'; $lang['Flood_limit_admin'] = 'Limit de Flood'; $lang['Flood_limit_admin_explain'] = 'Duré avant que l\'utilisateur puisse soumettre à nouveau un formulaire. Mettez à \'0\' pour désactiver cette fonction (recommandé seulement pour les tests).'; $lang['Char_limit_admin'] = 'Maximum de Caractères'; $lang['Char_limit_admin_explain'] = 'Fixer un nombre limité de caractères par message. Mettez l\'option à \'0\' pour la désactiver.'; $lang['Captcha'] = 'Configurations de la Confirmation Visuelle'; $lang['Activate'] = 'Activer la Confirmation Visuelle?'; $lang['Enable'] = 'Activé'; $lang['Disable'] = 'Désactivé'; $lang['Captcha_explain'] = 'Activer ceci pour obliger les utilisateurs à entrer un code avant de soumettre leur formulaire. Cela empêchera un éventuel spam.'; $lang['Type'] = 'Apparance du Captcha'; $lang['Type_explain'] = 'Selectionner le type de Captcha que vous voulez montrer sur votre formulaire.'; $lang['Image_bg'] = 'Image basé'; $lang['Coloured'] = 'Coloré'; $lang['Random'] = 'Aléatoire'; $lang['Copyright'] = '"Contact Form" par <a href="http://www.phobbia.net/mods/" target="_phpbb"><b>Ma®©uS</b></a> © 2006-2007<br />(Original mod: darkassasin93)'; // // "Quick Delete" - Added to 7.0.0 // $lang['QDelete'] = 'Quick Delete'; $lang['QDelete_disabled'] = 'L\'option de suppression rapide a été désactivée'; $lang['File_Not_Here'] = 'Cette extension ne semble pas exister.'; $lang['File_Removed'] = 'Le fichier a été correctement supprimé.'; $lang['QDelete_explain'] = 'Permettre à l\'administrateur de supprimer rapidement l\'attachment via le lien de l\'E-mail?'; $lang['Remove_file'] = 'Pour supprimer ce fichier, suivez ce lien: %s'; // // "Messages Log" - Added in 8.6.0 // $lang['Admin_email_explain'] = 'Si il y a aucune adresse dans ce champ, les messages seront envoyés à l\'administrateur de ce forum.'; $lang['Contact_date'] = 'Date'; $lang['Contact_ip'] = 'IP'; $lang['Contact_get'] = '%sTélécharger%s'; $lang['Contact_remove'] = '%sEnlever%s'; $lang['Msg_delete'] = 'Supprimer'; $lang['Contact_msgs_title'] = 'Contact Form :: Messages Log'; $lang['Contact_msgs_text'] = 'Ce sont les messages que vous avez reçu via votre Formulaire, avec les derniers messages en tête de liste.<br /> • Les messages peuvent être vus et supprimés.<br /> • Les fichiers attachés peuvent être recouvrés et supprimés.'; $lang['Msg_del_success'] = 'Le Message a été correctement effacé'; $lang['File_del_success'] = 'Le fichier attaché a été correctement effacé'; $lang['Confirm_delete_msg'] = 'Etes vous sûr de vouloire supprimer ce message?'; $lang['Confirm_delete_file'] = 'Etes vous sûr de vouloire supprimer ce fichier attaché?'; $lang['File_Not_Here'] = 'Ce fichier attaché ne devrait pas exister.'; $lang['Click_return_msglog'] = 'Cliquez %sIci%s pour retourner au Log des Messages'; $lang['Msg_Log'] = 'Messages Log'; $lang['Msg_Log_explain'] = 'Activer cette option vous permet de stocker les messages in votre base de donnée pour servir de référence'; $lang['more'] = 'plus'; // // "Thank You" - Added in 8.9.8 // $lang['Thankyou_settings'] = '"Remerciement" Configuration'; $lang['Thankyou_option'] = 'Remercier l\'envoyeur'; $lang['Thankyou_explain'] = 'Mettre "Aucun" pour désactiver, "Membres" pour que seul les utilisateurs enregistrés le recoivent ou "Tous" pour les invités l\'aient aussi.'; $lang['Thank_none'] = 'Aucun'; $lang['Thank_members'] = 'Membres'; $lang['Thank_all'] = 'Tous'; $lang['Thankyou_limit'] = 'Désolé, nous ne pouvons pas accepter plus de retour depuis cette adresse e-mail pour une durée de 24 heures.'; ?> |
|
From: OryNider <ory...@us...> - 2007-12-12 18:43:15
|
Update of /cvsroot/mxbb/mx_contact/contrib/language/lang_french/email In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4459/email Added Files: contact.tpl contact_thanks.tpl Log Message: First Version! --- NEW FILE: contact_thanks.tpl --- Subject: Your feedback confirmation Charset: iso-8859-1 Merci pour le retour sur {SITENAME}, ceci est une copie de votre rapport. Votre message est: {COMMENTS} --------------------------------------------------------- Details de Sécurité Heure d'envoi: {TIMEDATE} (GMT) Adresse IP: {USER_IP} --- NEW FILE: contact.tpl --- Subject: Feedback received Charset: iso-8859-1 Vous recevez ce message de retour provenant de {SITENAME} via Contact Form! Nom d'utilisateur: {USERNAME} Nom: {REAL_NAME} E-mail: {EMAIL} Commentaires: {COMMENTS} ---------------------------------------------------------- Ficher Attaché: {ATTACHMENT} {DELETE} ---------------------------------------------------------- Détails de sécurité Heure d'envoi: {TIMEDATE} (GMT) Addresse IP: {USER_IP} |
|
From: OryNider <ory...@us...> - 2007-12-12 18:43:01
|
Update of /cvsroot/mxbb/mx_contact/contrib/language/lang_dutch/email In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4020/lang_dutch/email Added Files: contact.tpl contact_thanks.tpl Log Message: First Version! --- NEW FILE: contact_thanks.tpl --- Subject: Je feedback bevestiging Charset: iso-8859-1 Bedankt voor je feedback op {SITENAME}, hier is een copy van je verslagen. Je bericht is: {COMMENTS} --------------------------------------------------------- Veiligheid Details Verzonden tijd: {TIMEDATE} (GMT) IP Address: {USER_IP} --- NEW FILE: contact.tpl --- Subject: Feedback ontvangen Charset: iso-8859-1 Je hebt enige feedback ontvangen van {SITENAME}'s Contact Formulier! Gebruikersnaam: {USERNAME} Echte naam: {REAL_NAME} E-mail: {EMAIL} Commentaar: {COMMENTS} ---------------------------------------------------------- Bijlage: {ATTACHMENT} {DELETE} ---------------------------------------------------------- Veiligheids Details Tijd verzonden: {TIMEDATE} (GMT) IP Adres: {USER_IP} |
|
From: OryNider <ory...@us...> - 2007-12-12 18:43:00
|
Update of /cvsroot/mxbb/mx_contact/contrib/language In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4020 Added Files: readme.txt Log Message: First Version! --- NEW FILE: readme.txt --- Each lang_* folder contains: - lang_contact.php - email/contact.tpl - email/contact_thanks.tpl Upload these to your servers language/lang_* directory. - lang_main.txt EDIT your languages lang_main.php, ADD these lines at the bottom BEFORE the ?> tag. |
|
From: OryNider <ory...@us...> - 2007-12-12 18:43:00
|
Update of /cvsroot/mxbb/mx_contact/contrib/language/lang_dutch In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4020/lang_dutch Added Files: lang_main.php lang_main.txt Log Message: First Version! --- NEW FILE: lang_main.txt --- // // Contact Formulier // $lang['Viewing_contact_form'] = 'Maakt gebruik van Contact Formulier'; $lang['Contact_form'] = 'Contact Formulier'; --- NEW FILE: lang_main.php --- <?php /*************************************************************************** * lang_contact.php * ------------------ * Version: 9.0.0 * Begin: Sunday, Sept 17, 2006 * Copyright: (C) 2006, Marcus * E-mail: ma...@ph... * $id: 21:21 01/06/2007 * * Translated by: Dark Inca * E-mail: dar...@mu... * ***************************************************************************/ /*************************************************************************** * * 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 * (at your option) any later version. * ***************************************************************************/ $lang['Contact_intro'] = 'Als je commentaar of suggesties hebt over de site, of als je problemen hebt met het registreren of inloggen van je account, gebruik dan dit formulier om de Admin zo snel mogelijk te contacteren.'; $lang['Username'] = 'Gebruikersnaam'; $lang['Real_name'] = 'Echte Naam'; $lang['Rname_require'] = 'Echte Naam *'; $lang['E-mail'] = 'E-mail Adres'; $lang['E-mail_require'] = 'E-mail Adres *'; $lang['Comments'] = 'Commentaar'; $lang['Comments_require'] = 'Commentaar *'; $lang['Attachment'] = 'Bijlage'; $lang['Feedback'] = 'Feedback ontvangen'; $lang['Real_name_explain'] = 'Vul je naam hier in. Dit helpt ons je te contacteren als je niet bent geregistreerd.'; $lang['Explain_email'] = 'Vul je e-mail adres hier in. Deze wordt gebruikt indien we je direct willen beantwoorden.'; $lang['Comments_explain'] = 'Vul je feedback commentaar hier in.'; $lang['Flood_explain'] = '<br /><br />Dit formulier heeft een flood controle systeem. Je mag per %s %s dit formulier versturen.'; $lang['Comments_limit'] = '<br /><br />De Admin heeft een maximum van %s karakters toegestaan in je bericht.'; $lang['Attachment_explain'] = 'Post een bijlage hier, indien nodig, en het zal worden ontvangen door de board admin. Alleen bestanden van %sKb of kleiner zijn toegestaan.'; $lang['Guest'] = 'Gast'; $lang['Notify_IP'] = 'Je IP adres zal opgenomen worden voor veiligheids kwesties.'; $lang['Fields_required'] = 'Velden met een * zijn vereist.'; $lang['Contact_form'] = 'Contact Formulier'; $lang['Empty'] = 'Niet ingevuld'; $lang['hours'] = 'uren'; $lang['hour'] = 'uur'; $lang['Chars'] = ' karakters'; $lang['Captcha_code'] = 'Captcha *'; $lang['Captcha_code_explain'] = 'Bevestig de code in de afbeelding. Deze is nodig om spambots tegen te houden.'; // // Errors // $lang['Rname-Empty'] = 'Je echte naam is niet ingevuld.'; $lang['Comments-Empty'] = 'Er is geen commentaar ingevuld'; $lang['Comments_exceeded'] = 'Je bericht is langer dan toegestaan.'; $lang['Email-Empty'] = 'Je e-mail adress is niet ingevuld.'; $lang['Email-Check'] = 'je gegeven e-mail adress is niet geldig.'; $lang['Attach-File_exists'] = 'Het bestand bestaat al met die naam vanaf je IP adres.'; $lang['Attach-Too_big'] = 'De bijlage dat je probeerde te verzenden is te groot. Zorg ervoor dat het kleiner is dan %sKb .'; $lang['Attach_dud'] = 'De bijlage dat je probeerde te verzenden bestaat niet. Controleer je upload link.'; $lang['Attach-Uploaded'] = 'Je bijlage is succesvol geupload.'; $lang['Flood_limit'] = 'Sorry, maar je moet %d u(u)r(en) wachten totdat je een ander formulier kunt versturen.'; $lang['Illegal_ext'] = 'Dit bestandstype (%s) is niet toegestaan!'; $lang['Unknown_ext'] = 'Dit bestandstype %s) kan niet worden geaccepteerd!'; $lang['zip_advise'] = 'Indien nodig, zip het bestand voor dat je het opnieuw verzend.'; $lang['POST_ERROR'] = 'Upload Error - Probeer het aub opnieuw!'; $lang['Image_error'] = 'Upload Error - Onmogelijk om deze afbeelding te verwerken!'; $lang['Image_zip'] = 'Please zip dit type afbeelding voordat je het verzend.'; $lang['Code_Empty'] = 'Je hebt de code afbeelding niet bevestgd!'; $lang['Code_Wrong'] = 'De ingevulde code is niet correct!'; $lang['Contact_error'] = '<b>Er is een error voor gekomen wanneer je je feedback probeerde te verzenden!</b>'; $lang['Contact_success'] = '<b>Je bericht is succesvol verzonden !</b>'; $lang['Click_return_form'] = '<br /><br />Klik %sHier%s om terug te gaan naar het Contact formulier'; $lang['Contact_Disabled'] = 'Het Contact Formulier is momenteel niet beschikbaar'; // // Admin // $lang['General_settings'] = 'Algemene Instellingen'; $lang['Contact_title'] = 'Contact Formulier'; $lang['Contact_explain'] = 'Gebruik deze pagina om instellingen en kenmerken te veranderen van het Contact Formulier, evenal de benodigde velden.'; $lang['Req_settings'] = 'Behoefte Instellingen'; $lang['Attachment_settings'] = 'Bijlage Instellingen'; $lang['Contact_updated'] = 'Contact Configuratie Succesvol geupdate'; $lang['Click_return_contact'] = 'Klik %sHier%s om terug te gaan naar de Contact formulier instellingen'; $lang['Admin_email_explain'] = 'Indien leeg, e-mails zullen worden verzonden naar de hoofdbeheerder van dit forum.'; $lang['Form_Enable'] = 'Activeer contact formulier'; $lang['kb'] = 'kilobytes'; $lang['Hash'] = 'Bijlage Hashing Methode'; $lang['Hash_explain'] = 'Alle uploads kunnen worden hernoemt naar een willekeurige hash, voor verhoogde beveiliging.'; $lang['md5'] = 'MD5'; $lang['no_hash'] = 'Geen Hash'; $lang['auth_permission'] = 'Bijlage Toestemmingen'; $lang['auth_perm_explain'] = 'Als bijlagen toegestaan zijn, dan kan je selecteren wie bestanden kan uploaden.'; $lang['auth_guests'] = 'Gasten'; $lang['auth_members'] = 'Leden'; $lang['auth_mods'] = 'Moderators'; $lang['auth_admins'] = 'Admins'; $lang['Require_rname'] = 'Vereis Echte Naam'; $lang['Require_email'] = 'Vereis E-mail'; $lang['Require_comments'] = 'Vereis Commentaar'; $lang['Permit_attachments'] = 'Sta Bijlagen toe'; $lang['Prune'] = 'Activeer flood limiet tabel opruiming'; $lang['Prune_explain'] = 'Activeer dit om SQL entries te verwijderen die hun flood limiet functie al hebben gedaan, om database grootte te verkleinen.'; $lang['Max_file_size'] = 'Max Bestandsgrootte'; $lang['Max_file_size_explain'] = 'De maximum bestandsgrootte voor bijlages die worden opgeslagen op je webserver . Onthoud dat dit niet je php.ini instellingen kan overschrijven. (%s)'; $lang['File_root'] = 'Bijlage bestands map'; $lang['File_root_explain'] = 'De map waar alle bijlages worden opgeslagen. De map moet worden ge-CHMOD naar 777 en is relatief aan de phpBB map pad.'; $lang['Flood_limit_admin'] = 'Flood Limiet'; $lang['Flood_limit_admin_explain'] = 'Dit is de tijd die toegestaan voordat een gebruiker een nieuw formulier kan versturen. Set naar \'0\' om deze functie uit te schakelen (alleen aanbevolen voor testen).'; $lang['Char_limit_admin'] = 'Maximum Karakters'; $lang['Char_limit_admin_explain'] = 'Je kan de maximum aantal karakters setten die mogelijk zijn in je bericht. Set naar \'0\' om deze functie uit te schakelen.'; $lang['Captcha'] = 'Captcha opties'; $lang['Activate'] = 'Activeer Captcha?'; $lang['Enable'] = 'Inschakelen'; $lang['Disable'] = 'Uitschakelen'; $lang['Captcha_explain'] = 'Schakel deze optie in zodat gebruikers vereist zijn een code in te vullen voordat ze het formulier verzenden. Dit zal voorkomen dat spambots je formulier misbruiken.'; $lang['Type'] = 'Captcha uiterlijk'; $lang['Type_explain'] = 'Selecteer het type van Captcha dat je wilt laten zien op je formulier .'; $lang['Image_bg'] = 'Afbeelding gebaseerd'; $lang['Coloured'] = 'Gekleurd'; $lang['Random'] = 'Willekeurig'; $lang['Copyright'] = '"Contact Formulier" door <a href="http://www.phobbia.net/mods/" target="_phpbb"><b>Ma®©uS</b></a> © 2006-2007<br />(Originele mod: darkassasin93)'; // // "Quick Delete" - Added to 7.0.0 // $lang['QDelete'] = 'Snel verwijderen'; $lang['QDelete_disabled'] = 'De optie snel verwijderen is uitgeschakeld'; $lang['File_Not_Here'] = 'De bijlage lijkt niet te bestaat.'; $lang['File_Removed'] = 'Het bestand is succesvol verwijderd.'; $lang['QDelete_explain'] = 'Sta de Admin toe om bijlages snel te verwijderen via een e-mail link?'; $lang['Remove_file'] = 'Om dit bestande te verwijderen, volg deze link: %s'; // // "Messages Log" - Added in 8.6.0 // $lang['Contact_date'] = 'Datum'; $lang['Contact_ip'] = 'IP'; $lang['Contact_get'] = '%sDownload%s'; $lang['Contact_remove'] = '%sVerwijder%s'; $lang['Msg_delete'] = 'Verwijder'; $lang['Contact_msgs_title'] = 'Contact Formulier :: Berichten log'; $lang['Contact_msgs_text'] = 'Dit zijn de berichten die je hebt ontvangen via je Contact Formulier, met de niewste berichten eerst.<br /> • Berichten kunnen worden bekeken en verwijderd.<br /> • Toegevoegde bestanden kunnen worden opgehaald en verwijderd.'; $lang['Msg_del_success'] = 'Het bericht was succesvol verwijderd.'; $lang['File_del_success'] = 'De bijlage was succesvol verwijderd'; $lang['Confirm_delete_msg'] = 'Ben je zeker dat je dit bericht wilt verwijderen?'; $lang['Confirm_delete_file'] = 'Ben je zeker dat je deze bijlage wilt verwijderen?'; $lang['File_Not_Here'] = 'De bijlage lijkt niet te bestaan.'; $lang['Click_return_msglog'] = 'Klik %sHier%s om terug te keren naar de Berichten Log'; $lang['Msg_Log'] = 'Berichten Log'; $lang['Msg_Log_explain'] = 'Dit activeren laat je toe om berichten op te slaan in je database als referentie'; $lang['more'] = 'meer'; // // "Thank You" - Added in 8.9.8 // $lang['Thankyou_settings'] = '"Bedankt" instellingen'; $lang['Thankyou_option'] = 'Bedank de zender'; $lang['Thankyou_explain'] = 'Stel "Niemand" in om te deactiveren, "Leden" voor alleen geregistreerde gebruikers of "Iedereen" voor ook de gasten.'; $lang['Thank_none'] = 'Niemand'; $lang['Thank_members'] = 'Leden'; $lang['Thank_all'] = 'Iedereen'; $lang['Thankyou_limit'] = 'Sorry, we kunnen niet meer feedback accepteren van dit e-mailadres voor 24 uur.'; ?> |
|
From: OryNider <ory...@us...> - 2007-12-12 18:42:44
|
Update of /cvsroot/mxbb/mx_contact/contrib/images/Captcha sets/solar In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3930/solar Added Files: captcha1.png captcha2.png captcha3.png captcha4.png captcha5.png Log Message: First Version! --- NEW FILE: captcha1.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: captcha3.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: captcha2.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: captcha5.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: captcha4.png --- (This appears to be a binary file; contents omitted.) |