Subscribe via
Welcome, Guest. Please login or register.
Did you miss your activation email?
 OMNINOGGIN ForumPlugin SupportWP Greet BoxWP Greet Box - Traduções para Português do Brasil (pt_BR)
Pages: [1]
Print
Author Topic: WP Greet Box - Traduções para Português do Brasil (pt_BR)  (Read 816 times)
Isaac Ribeiro
Newbie
*
Posts: 5



View Profile WWW Email
« 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
Logged

Thaya
Administrator
Sr. Member
*****
Posts: 400



View Profile WWW Email
« Reply #1 on: January 23, 2010, 10:09:15 PM »

Thank you so much! I'll include it as soon as possible!
Logged

Isaac Ribeiro
Newbie
*
Posts: 5



View Profile WWW Email
« Reply #2 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;


Logged

Pages: [1]
Print
Jump to: