Code: Select all
<?php
/**
*
* acp_info_auto_gropus [Dutch]
*
* @translated by RdJ1 / vertaald door RdJ1
* @http://www.phpbb.com/community/memberlist.php?mode=viewprofile&u=355570
* @copyright (c) 2008 RdJ1 (this translation / deze vertaling)
*
* @package language
* @version 1.0.0 $
* @copyright (c) 2007 A_Jelly_Doughnut
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* DO NOT CHANGE
*/
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
$lang = array_merge($lang, array(
'AUTO_GROUP' => 'Auto Groep-instellingen',
'GROUP_MIN_POSTS' => 'Minimum berichten-aantal',
'GROUP_MAX_POSTS' => 'Maximum berichten-aantal',
'GROUP_MIN_DAYS' => 'Minimum dagen lidmaatschap',
'GROUP_MAX_DAYS' => 'Maximum dagen lidmaatschap',
'GROUP_MIN_WARNINGS' => 'Minimum aantal waarschuwingen',
'GROUP_MAX_WARNINGS' => 'Maximum aantal waarschuwingen',
'DEFAULT_AUTO_GROUP' => 'Maak automatisch standaardgroep',
'DEFAULT_AUTO_GROUP_EXPLAIN' => 'Deze groep wordt automatisch zijn/haar standaardgroep als de gebruikers worden toegevoegd.',)
);
?>
Is this fixed?RdJ1 wrote:I don't know if it's reported already but I think I've found a bug:
When you uncheck 'Make default automatically' it is checked automatically when you have confirmed and an user that automatically joins a group, will get that as his default group. I don't want that it is their default group at all.
Can you please fix this?
No, not yet.Is this fixed?
Code: Select all
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/d138855/public_html/pruebas/includes/functions_user.php on line 2331
Code: Select all
[phpBB Debug] PHP Notice: in file /adm/index.php on line 149: Cannot modify header information - headers already sent by (output started at /language/es/mods/info_acp_auto_groups.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 151: Cannot modify header information - headers already sent by (output started at /language/es/mods/info_acp_auto_groups.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /language/es/mods/info_acp_auto_groups.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /language/es/mods/info_acp_auto_groups.php:1)
You have empty space(s) before <?php and/or after ?>. When you remove them it's okjesusm wrote:also, I am having troubles with the Spanish translation. I've done it but if i save the file as UTF-8 (with UltraEdit) I get this error:
when I save the file as ASCII, the page is shown well, but all words with 'acutes' are shows bad. Any idea?Code: Select all
[phpBB Debug] PHP Notice: in file /adm/index.php on line 149: Cannot modify header information - headers already sent by (output started at /language/es/mods/info_acp_auto_groups.php:1) [phpBB Debug] PHP Notice: in file /adm/index.php on line 151: Cannot modify header information - headers already sent by (output started at /language/es/mods/info_acp_auto_groups.php:1) [phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /language/es/mods/info_acp_auto_groups.php:1) [phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /language/es/mods/info_acp_auto_groups.php:1)
thanks
No, I have not spaces before or afther PHP tags. The only difference is the encoding of the file, actualy, the way of type the letters with acute.RdJ1 wrote:You have empty space(s) before <?php and/or after ?>. When you remove them it's okjesusm wrote:also, I am having troubles with the Spanish translation. I've done it but if i save the file as UTF-8 (with UltraEdit) I get this error:
when I save the file as ASCII, the page is shown well, but all words with 'acutes' are shows bad. Any idea?Code: Select all
[phpBB Debug] PHP Notice: in file /adm/index.php on line 149: Cannot modify header information - headers already sent by (output started at /language/es/mods/info_acp_auto_groups.php:1) [phpBB Debug] PHP Notice: in file /adm/index.php on line 151: Cannot modify header information - headers already sent by (output started at /language/es/mods/info_acp_auto_groups.php:1) [phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /language/es/mods/info_acp_auto_groups.php:1) [phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /language/es/mods/info_acp_auto_groups.php:1)
thanks
Give me a tip about where to look forA_Jelly_Doughnut wrote:Jesusm: I suspect you left off a comma on that line of functions_user.php when installing it.
Thank you!jmjm003 wrote:Changes are listed in the download.ham1299 wrote:Has this changed from 0.2.3?
I believe it was one file edit and three files to upload.