|
Title: WP Greet Box - Traduções para Português do Brasil (pt_BR) Post by: Isaac Ribeiro on January 17, 2010, 06:19:22 PM Baseado no arquivo "wp-greet-box.pot" da versão 5.5.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.po http://www.isaacribeiro.com.br/wp-content/plugins/wp-greet-box/lang/wp-greet-box-pt_BR.mo Um abraço, Isaac Ribeiro Title: Re: WP Greet Box - Traduções para Português do Brasil (pt_BR) Post by: Thaya on January 23, 2010, 10:09:15 PM Thank you so much! I'll include it as soon as possible!
Title: WP Greet Box - Traduções para Português do Brasil (pt_BR) Post by: Isaac Ribeiro on July 18, 2010, 11:55:25 AM 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.po http://www.isaacribeiro.com.br/wp-content/plugins/wp-greet-box/lang/wp-greet-box-pt_BR.mo Um 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; Title: Re: WP Greet Box - Traduções para Português do Brasil (pt_BR) Post by: Thaya on August 05, 2010, 06:33:53 PM The code and translations have been updated. Thanks Isaac!
|