From d928bceab10fc0c2126f6417dff95ed04a37ad4a Mon Sep 17 00:00:00 2001 From: Piwigo-TranslationTeam Date: Fri, 25 Jan 2013 17:40:54 +0000 Subject: [PATCH] [social_buttons] Update pt_BR, thanks to : flaviove git-svn-id: http://piwigo.org/svn/extensions/SocialButtons@20382 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/pt_BR/description.txt | 1 + language/pt_BR/plugin.lang.php | 3 +++ 2 files changed, 4 insertions(+) create mode 100755 language/pt_BR/description.txt diff --git a/language/pt_BR/description.txt b/language/pt_BR/description.txt new file mode 100755 index 0000000..5b025a8 --- /dev/null +++ b/language/pt_BR/description.txt @@ -0,0 +1 @@ +Funções de compartilhamento para Facebook, Twitter, Tumblr e Google+ \ No newline at end of file diff --git a/language/pt_BR/plugin.lang.php b/language/pt_BR/plugin.lang.php index 988d0a8..4c5de32 100644 --- a/language/pt_BR/plugin.lang.php +++ b/language/pt_BR/plugin.lang.php @@ -29,4 +29,7 @@ $lang['Top'] = 'Topo'; $lang['Annotation'] = 'Anotação'; $lang['Shared picture size'] = 'Tamanho da foto compartilhada'; $lang['Via'] = 'Via'; +$lang['Button type'] = 'Tipo de botão'; +$lang['Right bubble'] = 'Bolha a direita'; +$lang['Top bubble'] = 'Bolha no topo'; ?> \ No newline at end of file