Skip to content

Commit

Permalink
3.3.0 - Add configuration options to change buttons' symbols and clea…
Browse files Browse the repository at this point in the history
…n some code
  • Loading branch information
Naguissa committed Feb 3, 2022
1 parent d698c32 commit 3179501
Show file tree
Hide file tree
Showing 27 changed files with 248 additions and 127 deletions.
7 changes: 4 additions & 3 deletions gfksx/ThanksForPosts/acp/acp_thanks_info.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@

namespace gfksx\ThanksForPosts\acp;

class acp_thanks_info {
class acp_thanks_info
{

function module() {
function module()
{
return array(
'filename' => '\gfksx\ThanksForPosts\acp\acp_thanks_module',
'title' => 'ACP_THANKS_SETTINGS',
'version' => '3.2.19',
'modes' => array(
'thanks' => array('title' => 'ACP_THANKS_SETTINGS', 'auth' => 'ext_gfksx/ThanksForPosts && acl_a_board', 'cat' => array('ACP_THANKS')),
),
Expand Down
10 changes: 6 additions & 4 deletions gfksx/ThanksForPosts/acp/acp_thanks_module.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ function main($id, $mode)
'thanks_profilelist_view' => array('lang' => 'THANKS_PROFILELIST_VIEW', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true),
'thanks_number' => array('lang' => 'THANKS_NUMBER', 'validate' => 'int:1', 'type' => 'text:4:4', 'explain' => true),
'thanks_top_number' => array('lang' => 'THANKS_TOP_NUMBER', 'validate' => 'int:0', 'type' => 'text:4:6', 'explain' => true),
'thanks_symbol_thanks' => array('lang' => 'THANKS_SYMBOL_THANKS', 'validate' => 'text:1:30', 'type' => 'text:10:30', 'explain' => true),
'thanks_symbol_remove' => array('lang' => 'THANKS_SYMBOL_REMOVE', 'validate' => 'text:1:30', 'type' => 'text:10:30', 'explain' => true)
)
);

Expand All @@ -61,8 +63,9 @@ function main($id, $mode)

$this->new_config = $config;
$cfg_array = utf8_normalize_nfc($request->raw_variable('config', array()));
if ($cfg_array === array()) {
$cfg_array = $this->new_config ;
if ($cfg_array === array())
{
$cfg_array = $this->new_config;
}
$error = array();

Expand Down Expand Up @@ -139,8 +142,7 @@ function main($id, $mode)
if ($vars['explain'] && isset($vars['lang_explain']))
{
$l_explain = $user->lang($vars['lang_explain']);
}
else if ($vars['explain'])
} else if ($vars['explain'])
{
$l_explain = $user->lang($vars['lang'] . '_EXPLAIN');
}
Expand Down
7 changes: 4 additions & 3 deletions gfksx/ThanksForPosts/acp/acp_thanks_refresh_info.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@

namespace gfksx\ThanksForPosts\acp;

class acp_thanks_refresh_info {
class acp_thanks_refresh_info
{

function module() {
function module()
{
return array(
'filename' => '\gfksx\ThanksForPosts\acp\acp_thanks_refresh_module',
'title' => 'ACP_THANKS_REFRESH',
'version' => '3.2.19',
'modes' => array(
'thanks' => array('title' => 'ACP_THANKS_REFRESH', 'auth' => 'ext_gfksx/ThanksForPosts && acl_a_board', 'cat' => array('ACP_THANKS')),
),
Expand Down
7 changes: 4 additions & 3 deletions gfksx/ThanksForPosts/acp/acp_thanks_reput_info.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@

namespace gfksx\ThanksForPosts\acp;

class acp_thanks_reput_info {
class acp_thanks_reput_info
{

function module() {
function module()
{
return array(
'filename' => '\gfksx\ThanksForPosts\acp\acp_thanks_reput_module',
'title' => 'ACP_THANKS_REPUT_SETTINGS',
'version' => '3.2.19',
'modes' => array(
'thanks' => array('title' => 'ACP_THANKS_REPUT_SETTINGS', 'auth' => 'ext_gfksx/ThanksForPosts && acl_a_board', 'cat' => array('ACP_THANKS')),
),
Expand Down
7 changes: 4 additions & 3 deletions gfksx/ThanksForPosts/acp/acp_thanks_truncate_info.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@

namespace gfksx\ThanksForPosts\acp;

class acp_thanks_truncate_info {
class acp_thanks_truncate_info
{

function module() {
function module()
{
return array(
'filename' => '\gfksx\ThanksForPosts\acp\acp_thanks_truncate_module',
'title' => 'ACP_THANKS_TRUNCATE',
'version' => '3.2.19',
'modes' => array(
'thanks' => array('title' => 'ACP_THANKS_TRUNCATE', 'auth' => 'ext_gfksx/ThanksForPosts && acl_a_board', 'cat' => array('ACP_THANKS')),
),
Expand Down
4 changes: 2 additions & 2 deletions gfksx/ThanksForPosts/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"type": "phpbb-extension",
"description": "Adds the ability to thank the author (thanks to cancel), and use the rating system posts/topics/forums based on the issued of thanks.",
"homepage": "https://www.foroelectro.net",
"version": "3.2.19",
"time": "2019-05-31",
"version": "3.3.0",
"time": "2022-02-02",
"license": "GPL-2.0",
"authors": [
{
Expand Down
22 changes: 10 additions & 12 deletions gfksx/ThanksForPosts/core/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -400,13 +400,13 @@ public function get_thanks_text($post_id)
return array(
'THANK_ALT' => $this->user->lang('REMOVE_THANKS'),
'THANK_ALT_SHORT' => $this->user->lang('REMOVE_THANKS_SHORT'),
'THANKS_IMG' => 'fa-recycle',
'THANKS_IMG' => isset($this->config['thanks_symbol_remove']) && !empty($this->config['thanks_symbol_remove']) ? $this->config['thanks_symbol_remove'] : 'fa-recycle',
);
}
return array(
'THANK_ALT' => $this->user->lang('THANK_POST'),
'THANK_ALT_SHORT' => $this->user->lang('THANK_POST_SHORT'),
'THANKS_IMG' => 'fa-thumbs-o-up',
'THANKS_IMG' => isset($this->config['thanks_symbol_thanks']) && !empty($this->config['thanks_symbol_thanks']) ? $this->config['thanks_symbol_thanks'] : 'fa-thumbs-o-up',
);
}

Expand Down Expand Up @@ -511,7 +511,6 @@ public function output_thanks_memberlist($user_id, $ex_fid_ary)
$l_poster_receive_count = ($poster_receive_count) ? $this->user->lang('THANKS', $poster_receive_count) : '';
$l_poster_give_count = ($poster_give_count) ? $this->user->lang('THANKS', $poster_give_count) : '';


$this->template->assign_vars(array(
'POSTER_RECEIVE_COUNT' => $l_poster_receive_count,
'MORE_THANKS' => $further_thanks_text,
Expand All @@ -526,7 +525,6 @@ public function output_thanks_memberlist($user_id, $ex_fid_ary)
));
}


public function output_thanks($poster_id, &$postrow, $row, $topic_data, $forum_id)
{
if (!empty($postrow))
Expand Down Expand Up @@ -597,7 +595,8 @@ public function array_all_thanks($post_list, $forum_id)
FROM (SELECT post_id, COUNT(*) AS tally FROM ' . $this->thanks_table . ' GROUP BY post_id) t';
$result = $this->db->sql_query($sql);
$this->max_post_thanks = (int) $this->db->sql_fetchfield('max_post_thanks');
if ($this->max_post_thanks == 0) {
if ($this->max_post_thanks == 0)
{
$this->max_post_thanks = 1;
}
$this->db->sql_freeresult($result);
Expand Down Expand Up @@ -725,7 +724,8 @@ public function get_max_post_thanks()
FROM (SELECT post_id, COUNT(*) AS tally FROM ' . $this->thanks_table . ' GROUP BY post_id) t';
$result = $this->db->sql_query($sql);
$this->max_post_thanks = (int) $this->db->sql_fetchfield('max_post_thanks');
if ($this->max_post_thanks == 0) {
if ($this->max_post_thanks == 0)
{
$this->max_post_thanks = 1;
}
$this->db->sql_freeresult($result);
Expand Down Expand Up @@ -756,7 +756,6 @@ public function get_toplist_index($ex_fid_ary)
GROUP BY t.poster_id
ORDER BY tally DESC';
break;

}

$result = $this->db->sql_query_limit($sql, (int) $this->config['thanks_top_number']);
Expand Down Expand Up @@ -813,7 +812,8 @@ public function get_max_forum_thanks()
WHERE forum_id <> 0';
$result = $this->db->sql_query($sql);
$this->max_forum_thanks = (int) $this->db->sql_fetchfield('max_forum_thanks');
if ($this->max_forum_thanks == 0) {
if ($this->max_forum_thanks == 0)
{
$this->max_forum_thanks = 1;
}
$this->db->sql_freeresult($result);
Expand Down Expand Up @@ -893,12 +893,10 @@ public function get_reputation_stars_from_rating($rating)
if ($ratingRounded < 1)
{
$output[] = "star-o";
}
elseif (($ratingRounded % 2) === 0)
} elseif (($ratingRounded % 2) === 0)
{
$output[] = "star";
}
else
} else
{
$output[] = "star-half-o";
}
Expand Down
4 changes: 4 additions & 0 deletions gfksx/ThanksForPosts/language/ca/info_acp_thanks.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,8 @@
'THANKS_POST_VIEW_GUESTS_EXPLAIN' => 'Si es actiu, es mostrarán els agraeiments i la valoració (si és activa) als usuaris sense identificar (convidats).',
'THANKS_POST_VIEW_ROBOTS' => 'Mostrar als robots',
'THANKS_POST_VIEW_ROBOTS_EXPLAIN' => 'Si es actiu, es mostrarán els agraeiments i la valoració (si és activa) als usuaris identificats com robots.',
'THANKS_SYMBOL_THANKS' => 'Símbol botó agrair',
'THANKS_SYMBOL_THANKS_EXPLAIN' => 'Símbol de la font FontAwesome per al botó de Gràcies. Per defecte és: fa-thumbs-o-up',
'THANKS_SYMBOL_REMOVE' => 'Símbol botó treure agraïment',
'THANKS_SYMBOL_REMOVE_EXPLAIN' => 'Símbol de la font FontAwesome per al botó Eliminar Gràcies. Per defecte és: fa-recycle'
));
6 changes: 5 additions & 1 deletion gfksx/ThanksForPosts/language/cs/info_acp_thanks.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,9 @@
'THANKS_POST_VIEW_GUESTS' => 'Zobrazit neidentifikovatelným uživatelům (hostům)',
'THANKS_POST_VIEW_GUESTS_EXPLAIN' => 'Pokud je povoleno, zobrazí poděkování a reputaci (pokud je aktivní) neidentifikovatelným uživatelům (hostům).',
'THANKS_POST_VIEW_ROBOTS' => 'Zobrazit pro vyhledávače (boty).',
'THANKS_POST_VIEW_ROBOTS_EXPLAIN' => 'Pokud je povoleno, zobrazí poděkování a reputaci (pokud je aktivníú vyhledávačům (botům).'
'THANKS_POST_VIEW_ROBOTS_EXPLAIN' => 'Pokud je povoleno, zobrazí poděkování a reputaci (pokud je aktivníú vyhledávačům (botům).',
'THANKS_SYMBOL_THANKS' => 'Symbol tlačítka s poděkováním',
'THANKS_SYMBOL_THANKS_EXPLAIN' => 'Symbol z písma FontAwesome pro tlačítko Děkuji. Výchozí hodnota je: fa-thumbs-o-up',
'THANKS_SYMBOL_REMOVE' => 'Odstranit symbol tlačítka s poděkováním',
'THANKS_SYMBOL_REMOVE_EXPLAIN' => 'Symbol z písma FontAwesome pro tlačítko Odebrat Děkuji. Výchozí hodnota je: fa-recycle'
));
6 changes: 5 additions & 1 deletion gfksx/ThanksForPosts/language/de/info_acp_thanks.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,9 @@
'THANKS_POST_VIEW_GUESTS' => 'Zeigen an nicht identifizierte Benutzer (Gäste)',
'THANKS_POST_VIEW_GUESTS_EXPLAIN' => 'Wenn aktiv, zeigt es Dank und Ruf (falls aktiv) an nicht identifizierte Benutzer (Gäste).',
'THANKS_POST_VIEW_ROBOTS' => 'Zeigen an Suchmaschinen (Bots)',
'THANKS_POST_VIEW_ROBOTS_EXPLAIN' => 'Wenn aktiv, zeigt es Dank und Ruf (falls aktiv) an Suchmaschinen (Bots).'
'THANKS_POST_VIEW_ROBOTS_EXPLAIN' => 'Wenn aktiv, zeigt es Dank und Ruf (falls aktiv) an Suchmaschinen (Bots).',
'THANKS_SYMBOL_THANKS' => 'Danke-Button-Symbol',
'THANKS_SYMBOL_THANKS_EXPLAIN' => 'Symbol aus der Schriftart FontAwesome für den Danke-Button. Standard ist: fa-thumbs-o-up',
'THANKS_SYMBOL_REMOVE' => 'Danke-Button-Symbol entfernen',
'THANKS_SYMBOL_REMOVE_EXPLAIN' => 'Symbol aus der FontAwesome-Schriftart für die Danke-Entfernen-Schaltfläche. Standard ist: fa-recycle'
));
6 changes: 5 additions & 1 deletion gfksx/ThanksForPosts/language/de_x_sie/info_acp_thanks.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,9 @@
'THANKS_POST_VIEW_GUESTS' => 'Zeigen an nicht identifizierte Benutzer (Gäste)',
'THANKS_POST_VIEW_GUESTS_EXPLAIN' => 'Wenn aktiv, zeigt es Dank und Ruf (falls aktiv) an nicht identifizierte Benutzer (Gäste).',
'THANKS_POST_VIEW_ROBOTS' => 'Zeigen an Suchmaschinen (Bots)',
'THANKS_POST_VIEW_ROBOTS_EXPLAIN' => 'Wenn aktiv, zeigt es Dank und Ruf (falls aktiv) an Suchmaschinen (Bots).'
'THANKS_POST_VIEW_ROBOTS_EXPLAIN' => 'Wenn aktiv, zeigt es Dank und Ruf (falls aktiv) an Suchmaschinen (Bots).',
'THANKS_SYMBOL_THANKS' => 'Danke-Button-Symbol',
'THANKS_SYMBOL_THANKS_EXPLAIN' => 'Symbol aus der Schriftart FontAwesome für den Danke-Button. Standard ist: fa-thumbs-o-up',
'THANKS_SYMBOL_REMOVE' => 'Danke-Button-Symbol entfernen',
'THANKS_SYMBOL_REMOVE_EXPLAIN' => 'Symbol aus der FontAwesome-Schriftart für die Danke-Entfernen-Schaltfläche. Standard ist: fa-recycle'
));
6 changes: 5 additions & 1 deletion gfksx/ThanksForPosts/language/en/info_acp_thanks.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,9 @@
'THANKS_POST_VIEW_GUESTS' => 'Show to not identified users (guests)',
'THANKS_POST_VIEW_GUESTS_EXPLAIN' => 'If active, it will show thanks and reputation (if active) to not identified users (guests).',
'THANKS_POST_VIEW_ROBOTS' => 'Show to search engines (bots)',
'THANKS_POST_VIEW_ROBOTS_EXPLAIN' => 'If active, it will show thanks and reputation (if active) to search engines (bots).'
'THANKS_POST_VIEW_ROBOTS_EXPLAIN' => 'If active, it will show thanks and reputation (if active) to search engines (bots).',
'THANKS_SYMBOL_THANKS' => 'Thank you button symbol',
'THANKS_SYMBOL_THANKS_EXPLAIN' => 'Symbol from the FontAwesome font for the Thank you button. Default is: fa-thumbs-o-up',
'THANKS_SYMBOL_REMOVE' => 'Remove thanks button symbol',
'THANKS_SYMBOL_REMOVE_EXPLAIN' => 'Symbol from the FontAwesome font for the Thank You Remove button. Default is: fa-recycle'
));
6 changes: 5 additions & 1 deletion gfksx/ThanksForPosts/language/en_us/info_acp_thanks.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,9 @@
'THANKS_POST_VIEW_GUESTS' => 'Show to not identified users (guests)',
'THANKS_POST_VIEW_GUESTS_EXPLAIN' => 'If active, it will show thanks and reputation (if active) to not identified users (guests).',
'THANKS_POST_VIEW_ROBOTS' => 'Show to search engines (bots)',
'THANKS_POST_VIEW_ROBOTS_EXPLAIN' => 'If active, it will show thanks and reputation (if active) to search engines (bots).'
'THANKS_POST_VIEW_ROBOTS_EXPLAIN' => 'If active, it will show thanks and reputation (if active) to search engines (bots).',
'THANKS_SYMBOL_THANKS' => 'Thank you button symbol',
'THANKS_SYMBOL_THANKS_EXPLAIN' => 'Symbol from the FontAwesome font for the Thank you button. Default is: fa-thumbs-o-up',
'THANKS_SYMBOL_REMOVE' => 'Remove thanks button symbol',
'THANKS_SYMBOL_REMOVE_EXPLAIN' => 'Symbol from the FontAwesome font for the Thank You Remove button. Default is: fa-recycle'
));
7 changes: 6 additions & 1 deletion gfksx/ThanksForPosts/language/es/info_acp_thanks.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,10 @@
'THANKS_POST_VIEW_GUESTS' => 'Mostrar a los usuarios no identificados (invitados)',
'THANKS_POST_VIEW_GUESTS_EXPLAIN' => 'Si está activada, se mostrarán los agradecimientos y la valoración (si está activa) a los usuarios sin identificar (invitados).',
'THANKS_POST_VIEW_ROBOTS' => 'Mostrar a los robots',
'THANKS_POST_VIEW_ROBOTS_EXPLAIN' => 'Si está activada, se mostrarán los agradecimientos y la valoración (si está activa) a los robots de búsqueda.'
'THANKS_POST_VIEW_ROBOTS_EXPLAIN' => 'Si está activada, se mostrarán los agradecimientos y la valoración (si está activa) a los robots de búsqueda.',
'THANKS_POST_VIEW_ROBOTS_EXPLAIN' => 'Si está activada, se mostrarán los agradecimientos y la valoración (si está activa) a los robots de búsqueda.',
'THANKS_SYMBOL_THANKS' => 'Símbolo botón agradecer',
'THANKS_SYMBOL_THANKS_EXPLAIN' => 'Símbolo de la fuente FontAwesome para el botón de Gracias. Por defecto es: fa-thumbs-o-up',
'THANKS_SYMBOL_REMOVE' => 'Símbolo botón quitar agradecimiento',
'THANKS_SYMBOL_REMOVE_EXPLAIN' => 'Símbolo de la fuente FontAwesome para el botón de Eliminar Gracias. Por defecto es: fa-recycle'
));
6 changes: 5 additions & 1 deletion gfksx/ThanksForPosts/language/es_x_tu/info_acp_thanks.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,9 @@
'THANKS_POST_VIEW_GUESTS' => 'Mostrar a los usuarios no identificados (invitados)',
'THANKS_POST_VIEW_GUESTS_EXPLAIN' => 'Si está activada, se mostrarán los agradecimientos y la valoración (si está activa) a los usuarios sin identificar (invitados).',
'THANKS_POST_VIEW_ROBOTS' => 'Mostrar a los robots',
'THANKS_POST_VIEW_ROBOTS_EXPLAIN' => 'Si está activada, se mostrarán los agradecimientos y la valoración (si está activa) a los robots de búsqueda.'
'THANKS_POST_VIEW_ROBOTS_EXPLAIN' => 'Si está activada, se mostrarán los agradecimientos y la valoración (si está activa) a los robots de búsqueda.',
'THANKS_SYMBOL_THANKS' => 'Símbolo botón agradecer',
'THANKS_SYMBOL_THANKS_EXPLAIN' => 'Símbolo de la fuente FontAwesome para el botón de Gracias. Por defecto es: fa-thumbs-o-up',
'THANKS_SYMBOL_REMOVE' => 'Símbolo botón quitar agradecimiento',
'THANKS_SYMBOL_REMOVE_EXPLAIN' => 'Símbolo de la fuente FontAwesome para el botón de Eliminar Gracias. Por defecto es: fa-recycle'
));
6 changes: 5 additions & 1 deletion gfksx/ThanksForPosts/language/fr/info_acp_thanks.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,9 @@
'THANKS_POST_VIEW_GUESTS' => 'Montrer aux utilisateurs non identifiés (invités)',
'THANKS_POST_VIEW_GUESTS_EXPLAIN' => "S'il est actif, il affichera des remerciements et une réputation (s'il est actif) aux utilisateurs non identifiés (invités).",
'THANKS_POST_VIEW_ROBOTS' => 'Montrer aux moteurs de recherche (bots)',
'THANKS_POST_VIEW_ROBOTS_EXPLAIN' => "S'il est actif, il affichera remerciements et réputation (s'il est actif) aux moteurs de recherche (bots)."
'THANKS_POST_VIEW_ROBOTS_EXPLAIN' => "S'il est actif, il affichera remerciements et réputation (s'il est actif) aux moteurs de recherche (bots).",
'THANKS_SYMBOL_THANKS' => 'Symbole du bouton de remerciement',
'THANKS_SYMBOL_THANKS_EXPLAIN' => 'Symbole de la police FontAwesome pour le bouton Merci. La valeur par défaut est : fa-thumbs-o-up',
'THANKS_SYMBOL_REMOVE' => 'Supprimer le symbole du bouton de remerciement',
'THANKS_SYMBOL_REMOVE_EXPLAIN' => 'Symbole de la police FontAwesome pour le bouton de remerciement Supprimer. La valeur par défaut est : fa-recycle'
));
6 changes: 5 additions & 1 deletion gfksx/ThanksForPosts/language/hr/info_acp_thanks.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,9 @@
'THANKS_POST_VIEW_GUESTS' => 'Prikaži neidentificirane korisnike (gosti)',
'THANKS_POST_VIEW_GUESTS_EXPLAIN' => 'Ako je aktivno, prikazivat će hvala i ugled (ako je aktivan) da nisu identificirani korisnici (gosti).',
'THANKS_POST_VIEW_ROBOTS' => 'Prikaži tražilicama (robota)',
'THANKS_POST_VIEW_ROBOTS_EXPLAIN' => 'Ako je aktivno, pokazat će hvala i ugled (ako je aktivan) tražilicama (robota).'
'THANKS_POST_VIEW_ROBOTS_EXPLAIN' => 'Ako je aktivno, pokazat će hvala i ugled (ako je aktivan) tražilicama (robota).',
'THANKS_SYMBOL_THANKS' => 'Simbol gumba hvala',
'THANKS_SYMBOL_THANKS_EXPLAIN' => 'Simbol iz FontAwesome fonta za gumb Hvala. Zadano je: fa-thumbs-o-up',
'THANKS_SYMBOL_REMOVE' => 'Ukloni simbol gumba zahvale',
'THANKS_SYMBOL_REMOVE_EXPLAIN' => 'Simbol iz FontAwesome fonta za gumb Hvala Ukloni. Zadana postavka je: fa-recycle'
));
6 changes: 5 additions & 1 deletion gfksx/ThanksForPosts/language/it/info_acp_thanks.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,9 @@
'THANKS_POST_VIEW_GUESTS' => 'Mostra agli utenti ospiti (nessun accesso effettuato)',
'THANKS_POST_VIEW_GUESTS_EXPLAIN' => 'Se abilitato, i ringraziamenti e la reputazione verrà mostarta agli utenti ospiti.',
'THANKS_POST_VIEW_ROBOTS' => 'Mostra ai motori di ricerca (bots)',
'THANKS_POST_VIEW_ROBOTS_EXPLAIN' => 'Se abilitato, i ringraziamenti e la reputazione verrà mostrata ai motori di ricerca (bots).'
'THANKS_POST_VIEW_ROBOTS_EXPLAIN' => 'Se abilitato, i ringraziamenti e la reputazione verrà mostrata ai motori di ricerca (bots).',
'THANKS_SYMBOL_THANKS' => 'Simbolo del pulsante di ringraziamento',
'THANKS_SYMBOL_THANKS_EXPLAIN' => "Simbolo dal font FontAwesome per il pulsante Grazie. L'impostazione predefinita è: fa-thumbs-o-up",
'THANKS_SYMBOL_REMOVE' => 'Rimuovi il simbolo del pulsante di ringraziamento',
'THANKS_SYMBOL_REMOVE_EXPLAIN' => "Simbolo dal font FontAwesome per il pulsante Grazie Rimuovi. L'impostazione predefinita è: fa-recycle"
));
Loading

0 comments on commit 3179501

Please sign in to comment.