Página 1 de 1

[Entregue] Share On

Enviado: 16 Nov 2010, 23:51
por UnionHost
Mod: Share On
Versão: 1.0.1
Descrição: After installing this mod, user can share his posts on Facebook, Twitter, Orkut, Digg, MySpace, Delicious or Technorati.
Link: http://www.phpbb.com/community/viewtopi ... &t=1844865
Download: Em anexo!
Share On - v1.0.1 RC1.rar
language/en/common.php

Código: Selecionar todos

// Mod_Share_On by JesusADS
'SHARE_ON_FACEBOOK'	=> 'Share on Facebook',
'SHARE_ON_TWITTER'	=> 'Share on Twitter',
'SHARE_ON_ORKUT'	=> 'Share on Orkut',
'SHARE_ON_DIGG'		=> 'Share on Digg',
'SHARE_ON_MYSPACE'	=> 'Share on MySpace',
'SHARE_ON_DELICIOUS'	=> 'Share on Delicious',
'SHARE_ON_TECHNORATI'	=> 'Share on Technorati',
// Mod_Share_On


language/en/mods/info_acp_shareon.php

Código: Selecionar todos

<?php

/**
*
* @package - Share On
* @version $Id: info_acp_shareon.php 2010-03-12 02:40 JesusADS $
* @copyright (c) JesusADS ( http://www.puntonokia.com/ )
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* 
*/

/**
* @ignore
*/
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(
    'SO_TITLE'		=> 'SHARE ON MOD Settings',
	'SO_EXPLAIN'	=> 'Configure in which sites you want to share your topics',	
	'SHARE_ON_MOD'	=> 'MOD "Share On"',	
	'SO_CONFIG'		=> 'Settings',
	'SO_SAVED'		=> 'Changes Saved.',
	'SO_SELECT'		=> 'Share On:',
	'SO_STATUS'		=> 'Enable MOD "Share On"',
	'SO_USERLOGGEDIN' => 'Enable MOD "Share On" to Not Logged in Users (Only for Prosilver)',
	'SO_FACEBOOK'	=> 'Facebook',
	'SO_TWITTER'	=> 'Twitter',
	'SO_ORKUT'		=> 'Orkut',
	'SO_DIGG'		=> 'Digg',
	'SO_MYSPACE'	=> 'MySpace',
	'SO_DELICIOUS' 	=> 'Delicious',
	'SO_TECHNORATI'	=> 'Technorati',
	
	// Installation
	'SHAREON_MOD_INSTALLED'	=> 'ShareOn MOD successfully installed',
	'SHAREON_MOD_UPDATED'	=> 'ShareOn MOD successfully updated',
));

?>
Exemplo:

Share on - Prosilver Screenshot

Share on - Prosilver Screenshot (Not logged in Users)

Share on - Subsilver2 Screenshot

Share on - ACP Screenshot

Re: Share On

Enviado: 21 Fev 2011, 14:58
por lovestories
sera q é compativel com o 3.0.8 ? me interessei por esse mod :D

Re: Share On

Enviado: 21 Fev 2011, 19:58
por robra
lovestories escreveu:sera q é compativel com o 3.0.8 ? me interessei por esse mod :D
O compatível com o 3.0.8 é a versão 1.0.2 do SHARE ON: http://www.phpbb.com/community/viewtopi ... &t=2118227

Abraço. ;)

Re: Share On

Enviado: 23 Fev 2011, 22:59
por _Vinny_
Pode baixar a tradução aqui.