Customizing SMF > Modifications and Packages

Staff Page Mod updated for SMF 2.0!

<< < (130/132) > >>

Gavriel:
I don't know if you need it, but I'm posting a brazilian portuguese translation (pt-br). Here it is:

Staff.portuguese_brazilian.php:

--- Code: ---<?php
/*
SMF Staff
Version 1.6
by:vbgamer45
http://www.smfhacks.com
*/

//Staff text strings
$txt['smfstaff_local'] = 'Moderadores Locais';
$txt['smfstaff_lastactive'] = '&Uacute;ltima atividade:';
$txt['smfstaff_forums'] = 'F&oacute;runs:';
$txt['smfstaff_dateregistered'] = 'Data de Registro:';
$txt['smfstaff_contact'] = 'Informaç&otilde;es de Contato:';
$txt['smfstaff_sendpm'] = 'Enviar MP';
$txt['smfstaff_avatar'] = 'Avatar';
$txt['smfstaff_options'] = 'Opç&otilde;es';

$txt['smfstaff_nocatabove'] = 'N&atilde;o h&aacute; nenhum grupo acima do atual.';
$txt['smfstaff_nocatbelow'] = 'N&atilde;o h&aacute; nenhum grupo abaixo do atual.';
$txt['smfstaff_errgroupexists'] = 'Esse grupo &aacute; est&aacute; na staff list.';

$txt['smfstaff_staffsetting'] = 'Configuraç&otilde;es da P&aacute;gina de Staff';
$txt['smfstaff_showavatar'] = 'Mostrar Avatar';
$txt['smfstaff_showlastactive'] = 'Mostrar &Uacute;ltima Atividade';
$txt['smfstaff_showdateregistered'] = 'Mostrar Data de Registro';
$txt['smfstaff_showcontactinfo'] = 'Mostrar Informaç&otilde;es de Contato';
$txt['smfstaff_showlocalmods'] = 'Mostrar Moderadores Locais';

$txt['smfstaff_groupstoshow'] = 'Adicionar grupos &agrave; p&aacute;gina da Staff:';


$txt['smfstaff_groupstoadd'] = 'Grupos que aparecem na p&aacute;gina da Staff:';

$txt['smfstaff_addgroup'] = 'Adicionar Grupo';
$txt['smfstaff_delgroup'] = '[Deletar Grupo]';

$txt['smfstaff_up'] = '[Para cima]';
$txt['smfstaff_down'] = '[Para baixo]';

$txt['smfstaff_savesettings'] = 'Salvar Configuraç&otilde;es';
?>
--- End code ---

staff2.xml:

--- Code: ---<file name="$languagedir/Modifications.portuguese_brazilian.php" error="skip">
<operation error="ignore">
<search position="after"><![CDATA[
?>]]></search>
<add><![CDATA[
// Begin SMF Staff Page Text Strings
$txt['smfstaff_stafflist'] = 'Staff';
$txt['smfstaff_admin'] = 'Configuraç&otilde;es da Lista de Staff';

$txt['permissionname_view_stafflist'] = 'Ver Staff';
$txt['permissionhelp_view_stafflist'] = 'A lista de staff mostra todos os membros da sua staff. Voc&ecirc; pode mudar quais grupos de membros s&atilde;o mostrados indo em Configuraç&otilde;es do F&oacute;rum e procure por Configuraç&otilde;es da Lista de Staff. Essa permiss&atilde;o permite que voc&ecirc; alterne quem pode ver a lista de staff.';
$txt['cannot_view_stafflist'] = 'Voc&ecirc; n&atilde;o pode ver a lista da Staff.';
]]></add>
</operation>
</file>
--- End code ---

SMFHacks.com Team:
Thank you for the translation!

Gavriel:
No problem, thank you for this mod  :)

SoSad:
First of all, Thank you soo much for this mod. :)

Uhmmm, Can I change the name of the menu button into "Staff" instead of "Staff List"?

vbgamer45:
Yes in themes/default/languages/modifications.english.php

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version