-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdonut-lang-pt.php
More file actions
31 lines (30 loc) · 1.67 KB
/
donut-lang-pt.php
File metadata and controls
31 lines (30 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php
return array(
'donut_theme_settings' => 'Configuração Tema Donut',
'general' => 'Geral',
'options_reset' => 'Reset configuração default',
'options_saved' => 'Configurações salvas',
'hide_this_banner' => 'Ocultar este banner',
'facebook' => 'Facebook',
'twitter' => 'Twitter',
'email' => 'Email',
'pinterest' => 'Pinterest',
'google-plus' => 'Google Plus',
'vk' => 'Vk',
'follow_us_on_x' => 'Siga-nos em ^',
'send_us_an_email' => 'Envie-nos um e-mail',
'donut_theme' => 'Tema Donut',
'donut_discussion_forum' => 'Forum de discussão Donut',
'search_answers' => 'Procure respostas para todas as suas perguntas',
'one_destination' => 'Um descrição para todas suas perguntas',
'get_expert_answers' => 'Veja as respostas dos especialistas',
'responsive_q2a_theme' => 'Impressionante tema q2a',
'ask_us_anything' => 'Pergunte-nos alquer coisa',
'page_not_found_default_text' => 'Oops.. Página não encontrada',
'admin_notes' => 'Por favor, visite a seção "Admin/Configuração Tema Donut" para personalizar o tema Donut.',
'ask_placeholder' => 'Faça sua pergunta',
'ask_button' => 'Pergunte!',
);
/*
Omit PHP closing tag to help avoid accidental output
*/