Baseado no arquivo "wp-greet-box.pot" da
versão 6.0.8, traduzi o WP Greet Box para o idioma Português do Brasil (pt_BR).
Para download dos arquivos de linguagem:
http://www.isaacribeiro.com.br/wp-content/plugins/wp-greet-box/lang/wp-greet-box-pt_BR.pohttp://www.isaacribeiro.com.br/wp-content/plugins/wp-greet-box/lang/wp-greet-box-pt_BR.moUm abraço,
Isaac Ribeiro
Modification Required:
File: includes/admin/generic.php:218
From: <input name="wpgb_options_general[enable_css]" id="enable-css" type="checkbox" <?php checked(1, $this->p->o['enable_css']) ?>/> (<?php _e(
'uncheck to manually manage your own CSS') ?>
To: <input name="wpgb_options_general[enable_css]" id="enable-css" type="checkbox" <?php checked(1, $this->p->o['enable_css']) ?>/> (<?php _e(
'uncheck to manually manage your own CSS', $this->p->name) ?>
File: includes/admin/generic.php:213
From: <input name="wpgb_options_general[debug]" id="debug" type="checkbox" <?php checked(1, $this->p->o['debug']) ?>/> (<?php _e(
'Will always show greet box regardless of settings') ?>)
To: <input name="wpgb_options_general[debug]" id="debug" type="checkbox" <?php checked(1, $this->p->o['debug']) ?>/> (<?php _e(
'Will always show greet box regardless of settings', $this->p->name) ?>)
File: includes/admin/generic.php:223
From: <input name="wpgb_options_general[enable_js]" id="enable-js" type="checkbox" <?php checked(1, $this->p->o['enable_js']) ?>/> (<?php _e(
'uncheck to manually manage your own JS') ?>)
To: <input name="wpgb_options_general[enable_js]" id="enable-js" type="checkbox" <?php checked(1, $this->p->o['enable_js']) ?>/> (<?php _e(
'uncheck to manually manage your own JS', $this->p->name) ?>)
File: includes/wp-greet-box.class.php:448
From: $output .= $before_title . '<a href="'. $permalink .'" rel="bookmark" title="'.__(
'Permanent Link to:') . $title . '">' . $title . '</a>' . $after_title;
To: $output .= $before_title . '<a href="'. $permalink .'" rel="bookmark" title="'.__(
'Permanent Link to:', $this->p->name) . $title . '">' . $title . '</a>' . $after_title;