Version Description
- Fixed Browser bug with Flexible Field: Add Row button works again
- Added Brazilian Translation. Thanks to Marcelo Paoli Graciano - www.paolidesign.com.br
- Reverted input CSS to separate field label / instructions onto new lines.
Download this release
Release Info
Developer | elliotcondon |
Plugin | Advanced Custom Fields |
Version | 3.2.0 |
Comparing to | |
See all releases |
Code changes from version 3.1.9 to 3.2.0
- acf.php +2 -2
- core/fields/date_picker/jquery.ui.datepicker.js +0 -0
- core/fields/date_picker/style.date_picker.css +0 -0
- css/input.css +2 -5
- js/input-actions.js +4 -0
- lang/acf-pt_BR.mo +0 -0
- lang/acf-pt_BR.po +1412 -0
- readme.txt +5 -0
acf.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Advanced Custom Fields
|
4 |
Plugin URI: http://www.advancedcustomfields.com/
|
5 |
Description: Fully customise WordPress edit screens with powerful fields. Boasting a professional interface and a powerfull API, it’s a must have for any web developer working with WordPress.Field types include: Wysiwyg, text, textarea, image, file, select, checkbox, page link, post object, date picker, color picker and more!
|
6 |
-
Version: 3.
|
7 |
Author: Elliot Condon
|
8 |
Author URI: http://www.elliotcondon.com/
|
9 |
License: GPL
|
@@ -46,7 +46,7 @@ class Acf
|
|
46 |
$this->dir = plugins_url('',__FILE__);
|
47 |
$this->siteurl = get_bloginfo('url');
|
48 |
$this->wpadminurl = admin_url();
|
49 |
-
$this->version = '3.
|
50 |
$this->upgrade_version = '3.1.8'; // this is the latest version which requires an upgrade
|
51 |
$this->cache = array(); // basic array cache to hold data throughout the page load
|
52 |
|
3 |
Plugin Name: Advanced Custom Fields
|
4 |
Plugin URI: http://www.advancedcustomfields.com/
|
5 |
Description: Fully customise WordPress edit screens with powerful fields. Boasting a professional interface and a powerfull API, it’s a must have for any web developer working with WordPress.Field types include: Wysiwyg, text, textarea, image, file, select, checkbox, page link, post object, date picker, color picker and more!
|
6 |
+
Version: 3.2.0
|
7 |
Author: Elliot Condon
|
8 |
Author URI: http://www.elliotcondon.com/
|
9 |
License: GPL
|
46 |
$this->dir = plugins_url('',__FILE__);
|
47 |
$this->siteurl = get_bloginfo('url');
|
48 |
$this->wpadminurl = admin_url();
|
49 |
+
$this->version = '3.2.0';
|
50 |
$this->upgrade_version = '3.1.8'; // this is the latest version which requires an upgrade
|
51 |
$this->cache = array(); // basic array cache to hold data throughout the page load
|
52 |
|
core/fields/date_picker/jquery.ui.datepicker.js
CHANGED
File without changes
|
core/fields/date_picker/style.date_picker.css
CHANGED
File without changes
|
css/input.css
CHANGED
@@ -73,8 +73,8 @@
|
|
73 |
font-size: 13px;
|
74 |
font-weight: bold;
|
75 |
padding: 0;
|
76 |
-
margin: 0
|
77 |
-
display:
|
78 |
vertical-align: text-bottom;
|
79 |
}
|
80 |
|
@@ -86,9 +86,6 @@
|
|
86 |
padding-top: 0;
|
87 |
}
|
88 |
|
89 |
-
#poststuff .acf_postbox p.instructions {
|
90 |
-
|
91 |
-
}
|
92 |
|
93 |
/* no box style */
|
94 |
#poststuff .acf_postbox.no_box {
|
73 |
font-size: 13px;
|
74 |
font-weight: bold;
|
75 |
padding: 0;
|
76 |
+
margin: 0 0 3px;
|
77 |
+
display: block;
|
78 |
vertical-align: text-bottom;
|
79 |
}
|
80 |
|
86 |
padding-top: 0;
|
87 |
}
|
88 |
|
|
|
|
|
|
|
89 |
|
90 |
/* no box style */
|
91 |
#poststuff .acf_postbox.no_box {
|
js/input-actions.js
CHANGED
@@ -767,6 +767,10 @@ var acf = {
|
|
767 |
|
768 |
|
769 |
// add row
|
|
|
|
|
|
|
|
|
770 |
$('.acf_flexible_content #fc_add_row').live('focus', function(){
|
771 |
|
772 |
$(this).addClass('active');
|
767 |
|
768 |
|
769 |
// add row
|
770 |
+
$('.acf_flexible_content #fc_add_row').live('click', function(){
|
771 |
+
$(this).trigger('focus');
|
772 |
+
});
|
773 |
+
|
774 |
$('.acf_flexible_content #fc_add_row').live('focus', function(){
|
775 |
|
776 |
$(this).addClass('active');
|
lang/acf-pt_BR.mo
ADDED
Binary file
|
lang/acf-pt_BR.po
ADDED
@@ -0,0 +1,1412 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: \n"
|
4 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/advanced-custom-fields\n"
|
5 |
+
"POT-Creation-Date: 2012-05-12 11:12:49+00:00\n"
|
6 |
+
"PO-Revision-Date: 2012-MO-DA HO:MI+ZONE\n"
|
7 |
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
+
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
13 |
+
"X-Poedit-Language: \n"
|
14 |
+
"X-Poedit-Country: \n"
|
15 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
|
17 |
+
"X-Poedit-Basepath: \n"
|
18 |
+
"X-Poedit-Bookmarks: \n"
|
19 |
+
"X-Poedit-SearchPath-0: .\n"
|
20 |
+
"X-Textdomain-Support: yes"
|
21 |
+
|
22 |
+
#: acf.php:289
|
23 |
+
#: core/admin/meta_box_options.php:83
|
24 |
+
#@ acf
|
25 |
+
msgid "Custom Fields"
|
26 |
+
msgstr "Campos Personalizados"
|
27 |
+
|
28 |
+
#: acf.php:290
|
29 |
+
#@ acf
|
30 |
+
msgid "Settings"
|
31 |
+
msgstr "Configurações"
|
32 |
+
|
33 |
+
#: acf.php:291
|
34 |
+
#@ acf
|
35 |
+
msgid "Upgrade"
|
36 |
+
msgstr "Atualizar"
|
37 |
+
|
38 |
+
#: acf.php:503
|
39 |
+
#@ acf
|
40 |
+
msgid "Fields"
|
41 |
+
msgstr "Campos"
|
42 |
+
|
43 |
+
#: acf.php:504
|
44 |
+
#@ acf
|
45 |
+
msgid "Location"
|
46 |
+
msgstr "Local"
|
47 |
+
|
48 |
+
#: acf.php:504
|
49 |
+
#@ acf
|
50 |
+
msgid "Add Fields to Edit Screens"
|
51 |
+
msgstr "Adicionar Campos para Telas de Edição"
|
52 |
+
|
53 |
+
#: acf.php:505
|
54 |
+
#: core/admin/meta_box_location.php:133
|
55 |
+
#: core/options_page.php:62
|
56 |
+
#: core/options_page.php:74
|
57 |
+
#@ acf
|
58 |
+
msgid "Options"
|
59 |
+
msgstr "Opções"
|
60 |
+
|
61 |
+
#: acf.php:505
|
62 |
+
#@ acf
|
63 |
+
msgid "Customise the edit page"
|
64 |
+
msgstr "Customizar a página de edição"
|
65 |
+
|
66 |
+
#: acf.php:533
|
67 |
+
#: core/api.php:503
|
68 |
+
#: core/everything_fields.php:202
|
69 |
+
#: core/options_page.php:182
|
70 |
+
#@ acf
|
71 |
+
msgid "Validation Failed. One or more fields below are required."
|
72 |
+
msgstr "Validação Falhou. Um ou mais campos abaixo são obrigatórios."
|
73 |
+
|
74 |
+
#: acf.php:859
|
75 |
+
#@ acf
|
76 |
+
msgid "Error: Field Type does not exist!"
|
77 |
+
msgstr "Erro: Tipo de Campo não existe!"
|
78 |
+
|
79 |
+
#: acf.php:2086
|
80 |
+
#@ acf
|
81 |
+
msgid "required"
|
82 |
+
msgstr "obrigatório"
|
83 |
+
|
84 |
+
#: acf.php:2184
|
85 |
+
#@ acf
|
86 |
+
msgid "Parent Page"
|
87 |
+
msgstr "Página Parente"
|
88 |
+
|
89 |
+
#: acf.php:2185
|
90 |
+
#@ acf
|
91 |
+
msgid "Child Page"
|
92 |
+
msgstr "Pagina Filho"
|
93 |
+
|
94 |
+
#: acf.php:2193
|
95 |
+
#@ acf
|
96 |
+
msgid "Default Template"
|
97 |
+
msgstr "Template Padrão"
|
98 |
+
|
99 |
+
#: core/actions/export.php:19
|
100 |
+
#@ acf
|
101 |
+
msgid "No ACF groups selected"
|
102 |
+
msgstr "Nenhum grupo ACF selecionado"
|
103 |
+
|
104 |
+
#: core/actions/init.php:21
|
105 |
+
#: core/actions/init.php:116
|
106 |
+
#: core/admin/page_acf.php:14
|
107 |
+
#@ acf
|
108 |
+
msgid "Advanced Custom Fields"
|
109 |
+
msgstr "Advanced Custom Fields"
|
110 |
+
|
111 |
+
#: core/actions/init.php:21
|
112 |
+
#@ acf
|
113 |
+
msgid "requires a database upgrade"
|
114 |
+
msgstr "necessita uma atualização na base de dados"
|
115 |
+
|
116 |
+
#: core/actions/init.php:21
|
117 |
+
#@ acf
|
118 |
+
msgid "why?"
|
119 |
+
msgstr "porquê?"
|
120 |
+
|
121 |
+
#: core/actions/init.php:21
|
122 |
+
#@ acf
|
123 |
+
msgid "Please"
|
124 |
+
msgstr "Por favor"
|
125 |
+
|
126 |
+
#: core/actions/init.php:21
|
127 |
+
#@ acf
|
128 |
+
msgid "backup your database"
|
129 |
+
msgstr "faça um backup do banco de dados"
|
130 |
+
|
131 |
+
#: core/actions/init.php:21
|
132 |
+
#@ acf
|
133 |
+
msgid "then click"
|
134 |
+
msgstr "então clique"
|
135 |
+
|
136 |
+
#: core/actions/init.php:21
|
137 |
+
#@ acf
|
138 |
+
msgid "Upgrade Database"
|
139 |
+
msgstr "Atualizar Banco de Dados"
|
140 |
+
|
141 |
+
#: core/actions/init.php:47
|
142 |
+
#@ acf
|
143 |
+
msgid "Repeater field deactivated"
|
144 |
+
msgstr "Campo repetidor desativado"
|
145 |
+
|
146 |
+
#: core/actions/init.php:51
|
147 |
+
#@ acf
|
148 |
+
msgid "Options page deactivated"
|
149 |
+
msgstr "Página de opções desativada"
|
150 |
+
|
151 |
+
#: core/actions/init.php:55
|
152 |
+
#@ acf
|
153 |
+
msgid "Flexible Content field deactivated"
|
154 |
+
msgstr "Conteúdo flexível desativado"
|
155 |
+
|
156 |
+
#: core/actions/init.php:59
|
157 |
+
#@ acf
|
158 |
+
msgid "Everything Fields deactivated"
|
159 |
+
msgstr "Campos Gerais desativado"
|
160 |
+
|
161 |
+
#: core/actions/init.php:87
|
162 |
+
#@ acf
|
163 |
+
msgid "Repeater field activated"
|
164 |
+
msgstr "Campo repetidor ativado"
|
165 |
+
|
166 |
+
#: core/actions/init.php:91
|
167 |
+
#@ acf
|
168 |
+
msgid "Options page activated"
|
169 |
+
msgstr "Página de opções ativada"
|
170 |
+
|
171 |
+
#: core/actions/init.php:95
|
172 |
+
#@ acf
|
173 |
+
msgid "Flexible Content field activated"
|
174 |
+
msgstr "Campo de Conteúdo Flexível ativado"
|
175 |
+
|
176 |
+
#: core/actions/init.php:99
|
177 |
+
#@ acf
|
178 |
+
msgid "Everything Fields activated"
|
179 |
+
msgstr "Campos Gerais ativado"
|
180 |
+
|
181 |
+
#: core/actions/init.php:104
|
182 |
+
#@ acf
|
183 |
+
msgid "License key unrecognised"
|
184 |
+
msgstr "Chave de licença desconhecida"
|
185 |
+
|
186 |
+
#: core/actions/init.php:115
|
187 |
+
#@ acf
|
188 |
+
msgid "Field Groups"
|
189 |
+
msgstr "Grupos de Campos"
|
190 |
+
|
191 |
+
#: core/actions/init.php:117
|
192 |
+
#: core/fields/flexible_content.php:257
|
193 |
+
#@ acf
|
194 |
+
msgid "Add New"
|
195 |
+
msgstr "Adicionar Novo"
|
196 |
+
|
197 |
+
#: core/actions/init.php:118
|
198 |
+
#@ acf
|
199 |
+
msgid "Add New Field Group"
|
200 |
+
msgstr "Adicionar Novo Grupo de Campo"
|
201 |
+
|
202 |
+
#: core/actions/init.php:119
|
203 |
+
#@ acf
|
204 |
+
msgid "Edit Field Group"
|
205 |
+
msgstr "Editar Grupo de Campo"
|
206 |
+
|
207 |
+
#: core/actions/init.php:120
|
208 |
+
#@ acf
|
209 |
+
msgid "New Field Group"
|
210 |
+
msgstr "Novo Grupo de Campo"
|
211 |
+
|
212 |
+
#: core/actions/init.php:121
|
213 |
+
#@ acf
|
214 |
+
msgid "View Field Group"
|
215 |
+
msgstr "Ver Grupo de Campo"
|
216 |
+
|
217 |
+
#: core/actions/init.php:122
|
218 |
+
#@ acf
|
219 |
+
msgid "Search Field Groups"
|
220 |
+
msgstr "Pesquisar Grupo de Campo"
|
221 |
+
|
222 |
+
#: core/actions/init.php:123
|
223 |
+
#@ acf
|
224 |
+
msgid "No Field Groups found"
|
225 |
+
msgstr "Nenhum Grupo de Campo encontrado"
|
226 |
+
|
227 |
+
#: core/actions/init.php:124
|
228 |
+
#@ acf
|
229 |
+
msgid "No Field Groups found in Trash"
|
230 |
+
msgstr "Nenhum Grupo de Campo encontrado no Lixo"
|
231 |
+
|
232 |
+
#: core/actions/init.php:153
|
233 |
+
#: core/actions/init.php:156
|
234 |
+
#@ default
|
235 |
+
msgid "Field group updated."
|
236 |
+
msgstr ""
|
237 |
+
|
238 |
+
#: core/actions/init.php:154
|
239 |
+
#@ default
|
240 |
+
msgid "Custom field updated."
|
241 |
+
msgstr ""
|
242 |
+
|
243 |
+
#: core/actions/init.php:155
|
244 |
+
#@ default
|
245 |
+
msgid "Custom field deleted."
|
246 |
+
msgstr ""
|
247 |
+
|
248 |
+
#. translators: %s: date and time of the revision
|
249 |
+
#: core/actions/init.php:158
|
250 |
+
#, php-format
|
251 |
+
#@ default
|
252 |
+
msgid "Field group restored to revision from %s"
|
253 |
+
msgstr ""
|
254 |
+
|
255 |
+
#: core/actions/init.php:159
|
256 |
+
#@ default
|
257 |
+
msgid "Field group published."
|
258 |
+
msgstr ""
|
259 |
+
|
260 |
+
#: core/actions/init.php:160
|
261 |
+
#@ default
|
262 |
+
msgid "Field group saved."
|
263 |
+
msgstr ""
|
264 |
+
|
265 |
+
#: core/actions/init.php:161
|
266 |
+
#@ default
|
267 |
+
msgid "Field group submitted."
|
268 |
+
msgstr ""
|
269 |
+
|
270 |
+
#: core/actions/init.php:162
|
271 |
+
#@ default
|
272 |
+
msgid "Field group scheduled for."
|
273 |
+
msgstr ""
|
274 |
+
|
275 |
+
#: core/actions/init.php:163
|
276 |
+
#@ default
|
277 |
+
msgid "Field group draft updated."
|
278 |
+
msgstr ""
|
279 |
+
|
280 |
+
#: core/actions/init.php:181
|
281 |
+
#@ default
|
282 |
+
msgid "Title"
|
283 |
+
msgstr ""
|
284 |
+
|
285 |
+
#: core/admin/meta_box_fields.php:17
|
286 |
+
#: core/fields/flexible_content.php:245
|
287 |
+
#: core/fields/repeater.php:218
|
288 |
+
#@ acf
|
289 |
+
msgid "New Field"
|
290 |
+
msgstr "Novo Campo"
|
291 |
+
|
292 |
+
#: core/admin/meta_box_fields.php:38
|
293 |
+
#@ acf
|
294 |
+
msgid "Move to trash. Are you sure?"
|
295 |
+
msgstr "Mover para o lixo. Você tem certeza?"
|
296 |
+
|
297 |
+
#: core/admin/meta_box_fields.php:50
|
298 |
+
#: core/fields/flexible_content.php:309
|
299 |
+
#: core/fields/repeater.php:244
|
300 |
+
#@ acf
|
301 |
+
msgid "Field Order"
|
302 |
+
msgstr "Ordem do Campo"
|
303 |
+
|
304 |
+
#: core/admin/meta_box_fields.php:51
|
305 |
+
#: core/admin/meta_box_fields.php:92
|
306 |
+
#: core/fields/flexible_content.php:310
|
307 |
+
#: core/fields/flexible_content.php:357
|
308 |
+
#: core/fields/repeater.php:245
|
309 |
+
#: core/fields/repeater.php:292
|
310 |
+
#@ acf
|
311 |
+
msgid "Field Label"
|
312 |
+
msgstr "Rótulo do Campo"
|
313 |
+
|
314 |
+
#: core/admin/meta_box_fields.php:52
|
315 |
+
#: core/admin/meta_box_fields.php:108
|
316 |
+
#: core/fields/flexible_content.php:311
|
317 |
+
#: core/fields/flexible_content.php:373
|
318 |
+
#: core/fields/repeater.php:246
|
319 |
+
#: core/fields/repeater.php:308
|
320 |
+
#@ acf
|
321 |
+
msgid "Field Name"
|
322 |
+
msgstr "Nome do Campo"
|
323 |
+
|
324 |
+
#: core/admin/meta_box_fields.php:53
|
325 |
+
#: core/admin/meta_box_fields.php:123
|
326 |
+
#: core/admin/page_settings.php:44
|
327 |
+
#: core/fields/flexible_content.php:312
|
328 |
+
#: core/fields/flexible_content.php:388
|
329 |
+
#: core/fields/repeater.php:247
|
330 |
+
#: core/fields/repeater.php:323
|
331 |
+
#@ acf
|
332 |
+
msgid "Field Type"
|
333 |
+
msgstr "Tipo do Campo"
|
334 |
+
|
335 |
+
#: core/admin/meta_box_fields.php:60
|
336 |
+
#@ acf
|
337 |
+
msgid "No fields. Click the <strong>+ Add Field</strong> button to create your first field."
|
338 |
+
msgstr "Nenhum campo. Clique no botão <strong>+ Adicionar Campo</strong> para criar seu primeiro campo."
|
339 |
+
|
340 |
+
#: core/admin/meta_box_fields.php:71
|
341 |
+
#: core/admin/meta_box_fields.php:74
|
342 |
+
#: core/fields/flexible_content.php:336
|
343 |
+
#: core/fields/flexible_content.php:339
|
344 |
+
#: core/fields/repeater.php:270
|
345 |
+
#: core/fields/repeater.php:273
|
346 |
+
#@ acf
|
347 |
+
msgid "Edit this Field"
|
348 |
+
msgstr "Editar esse Campo"
|
349 |
+
|
350 |
+
#: core/admin/meta_box_fields.php:74
|
351 |
+
#: core/fields/flexible_content.php:339
|
352 |
+
#: core/fields/repeater.php:273
|
353 |
+
#@ acf
|
354 |
+
msgid "Edit"
|
355 |
+
msgstr "Editar"
|
356 |
+
|
357 |
+
#: core/admin/meta_box_fields.php:75
|
358 |
+
#: core/fields/flexible_content.php:340
|
359 |
+
#: core/fields/repeater.php:274
|
360 |
+
#@ acf
|
361 |
+
msgid "Read documentation for this field"
|
362 |
+
msgstr "Ler a documentação para esse campo"
|
363 |
+
|
364 |
+
#: core/admin/meta_box_fields.php:75
|
365 |
+
#: core/fields/flexible_content.php:340
|
366 |
+
#: core/fields/repeater.php:274
|
367 |
+
#@ acf
|
368 |
+
msgid "Docs"
|
369 |
+
msgstr "Docs"
|
370 |
+
|
371 |
+
#: core/admin/meta_box_fields.php:76
|
372 |
+
#: core/fields/flexible_content.php:341
|
373 |
+
#: core/fields/repeater.php:275
|
374 |
+
#@ acf
|
375 |
+
msgid "Duplicate this Field"
|
376 |
+
msgstr "Duplicar este Campo"
|
377 |
+
|
378 |
+
#: core/admin/meta_box_fields.php:76
|
379 |
+
#: core/fields/flexible_content.php:341
|
380 |
+
#: core/fields/repeater.php:275
|
381 |
+
#@ acf
|
382 |
+
msgid "Duplicate"
|
383 |
+
msgstr "Duplicar"
|
384 |
+
|
385 |
+
#: core/admin/meta_box_fields.php:77
|
386 |
+
#: core/fields/flexible_content.php:342
|
387 |
+
#: core/fields/repeater.php:276
|
388 |
+
#@ acf
|
389 |
+
msgid "Delete this Field"
|
390 |
+
msgstr "Deletar este Campo"
|
391 |
+
|
392 |
+
#: core/admin/meta_box_fields.php:77
|
393 |
+
#: core/fields/flexible_content.php:258
|
394 |
+
#: core/fields/flexible_content.php:342
|
395 |
+
#: core/fields/repeater.php:276
|
396 |
+
#@ acf
|
397 |
+
msgid "Delete"
|
398 |
+
msgstr "Deletar"
|
399 |
+
|
400 |
+
#: core/admin/meta_box_fields.php:93
|
401 |
+
#: core/fields/flexible_content.php:358
|
402 |
+
#: core/fields/repeater.php:293
|
403 |
+
#@ acf
|
404 |
+
msgid "This is the name which will appear on the EDIT page"
|
405 |
+
msgstr "Esse é o nome que irá aparecer na página de EDIÇÃO"
|
406 |
+
|
407 |
+
#: core/admin/meta_box_fields.php:109
|
408 |
+
#: core/fields/flexible_content.php:374
|
409 |
+
#: core/fields/repeater.php:309
|
410 |
+
#@ acf
|
411 |
+
msgid "Single word, no spaces. Underscores and dashes allowed"
|
412 |
+
msgstr "Palavras simples, sem espaços. Traço inferior (_) e traços (-) permitidos."
|
413 |
+
|
414 |
+
#: core/admin/meta_box_fields.php:136
|
415 |
+
#@ acf
|
416 |
+
msgid "Field Instructions"
|
417 |
+
msgstr "Instruções do Campo"
|
418 |
+
|
419 |
+
#: core/admin/meta_box_fields.php:137
|
420 |
+
#@ acf
|
421 |
+
msgid "Instructions for authors. Shown when submitting data"
|
422 |
+
msgstr "Instrução para os autores. Mostrado quando se está enviando dados."
|
423 |
+
|
424 |
+
#: core/admin/meta_box_fields.php:149
|
425 |
+
#@ acf
|
426 |
+
msgid "Required?"
|
427 |
+
msgstr "Obrigatório?"
|
428 |
+
|
429 |
+
#: core/admin/meta_box_fields.php:172
|
430 |
+
#: core/fields/flexible_content.php:408
|
431 |
+
#: core/fields/repeater.php:343
|
432 |
+
#@ acf
|
433 |
+
msgid "Save Field"
|
434 |
+
msgstr "Salvar Campo"
|
435 |
+
|
436 |
+
#: core/admin/meta_box_fields.php:177
|
437 |
+
#: core/fields/flexible_content.php:413
|
438 |
+
#: core/fields/repeater.php:348
|
439 |
+
#@ acf
|
440 |
+
msgid "Close Field"
|
441 |
+
msgstr "Fechar Campo"
|
442 |
+
|
443 |
+
#: core/admin/meta_box_fields.php:190
|
444 |
+
#: core/fields/flexible_content.php:427
|
445 |
+
#: core/fields/repeater.php:363
|
446 |
+
#@ acf
|
447 |
+
msgid "Drag and drop to reorder"
|
448 |
+
msgstr "Clique e arraste para reorganizar"
|
449 |
+
|
450 |
+
#: core/admin/meta_box_fields.php:191
|
451 |
+
#@ acf
|
452 |
+
msgid "+ Add Field"
|
453 |
+
msgstr "+ Adicionar Campo"
|
454 |
+
|
455 |
+
#: core/admin/meta_box_location.php:25
|
456 |
+
#@ acf
|
457 |
+
msgid "Rules"
|
458 |
+
msgstr "Regras"
|
459 |
+
|
460 |
+
#: core/admin/meta_box_location.php:26
|
461 |
+
#@ acf
|
462 |
+
msgid "Create a set of rules to determine which edit screens will use these advanced custom fields"
|
463 |
+
msgstr "Criar um conjunto de regras para determinar quais telas de edição irão usar esses campos avançados."
|
464 |
+
|
465 |
+
#: core/admin/meta_box_location.php:37
|
466 |
+
#: core/fields/wysiwyg.php:142
|
467 |
+
#@ acf
|
468 |
+
msgid "Basic"
|
469 |
+
msgstr "Básico"
|
470 |
+
|
471 |
+
#: core/admin/meta_box_location.php:38
|
472 |
+
#: core/fields/page_link.php:194
|
473 |
+
#: core/fields/post_object.php:209
|
474 |
+
#: core/fields/relationship.php:246
|
475 |
+
#@ acf
|
476 |
+
msgid "Post Type"
|
477 |
+
msgstr "Tipo de Post"
|
478 |
+
|
479 |
+
#: core/admin/meta_box_location.php:39
|
480 |
+
#@ acf
|
481 |
+
msgid "Logged in User Type"
|
482 |
+
msgstr "Tipo de Usuário Logado"
|
483 |
+
|
484 |
+
#: core/admin/meta_box_location.php:41
|
485 |
+
#@ acf
|
486 |
+
msgid "Page Specific"
|
487 |
+
msgstr "Página Específica"
|
488 |
+
|
489 |
+
#: core/admin/meta_box_location.php:42
|
490 |
+
#@ acf
|
491 |
+
msgid "Page"
|
492 |
+
msgstr "Página"
|
493 |
+
|
494 |
+
#: core/admin/meta_box_location.php:43
|
495 |
+
#@ acf
|
496 |
+
msgid "Page Type"
|
497 |
+
msgstr "Tipo de Página"
|
498 |
+
|
499 |
+
#: core/admin/meta_box_location.php:44
|
500 |
+
#@ acf
|
501 |
+
msgid "Page Parent"
|
502 |
+
msgstr "Página Parente"
|
503 |
+
|
504 |
+
#: core/admin/meta_box_location.php:45
|
505 |
+
#@ acf
|
506 |
+
msgid "Page Template"
|
507 |
+
msgstr "Template de Página"
|
508 |
+
|
509 |
+
#: core/admin/meta_box_location.php:47
|
510 |
+
#@ acf
|
511 |
+
msgid "Post Specific"
|
512 |
+
msgstr "Post Específico"
|
513 |
+
|
514 |
+
#: core/admin/meta_box_location.php:48
|
515 |
+
#@ acf
|
516 |
+
msgid "Post"
|
517 |
+
msgstr "Post"
|
518 |
+
|
519 |
+
#: core/admin/meta_box_location.php:49
|
520 |
+
#@ acf
|
521 |
+
msgid "Post Category"
|
522 |
+
msgstr "Categoria de Post"
|
523 |
+
|
524 |
+
#: core/admin/meta_box_location.php:50
|
525 |
+
#@ acf
|
526 |
+
msgid "Post Format"
|
527 |
+
msgstr "Formato de Post"
|
528 |
+
|
529 |
+
#: core/admin/meta_box_location.php:51
|
530 |
+
#@ acf
|
531 |
+
msgid "Post Taxonomy"
|
532 |
+
msgstr "Taxonomia de Post"
|
533 |
+
|
534 |
+
#: core/admin/meta_box_location.php:53
|
535 |
+
#@ acf
|
536 |
+
msgid "Other"
|
537 |
+
msgstr "Outro"
|
538 |
+
|
539 |
+
#: core/admin/meta_box_location.php:54
|
540 |
+
#@ acf
|
541 |
+
msgid "Taxonomy (Add / Edit)"
|
542 |
+
msgstr "Taxonomia (Adicionar / Editar)"
|
543 |
+
|
544 |
+
#: core/admin/meta_box_location.php:55
|
545 |
+
#@ acf
|
546 |
+
msgid "User (Add / Edit)"
|
547 |
+
msgstr "Usuário (Adicionar / Editar)"
|
548 |
+
|
549 |
+
#: core/admin/meta_box_location.php:56
|
550 |
+
#@ acf
|
551 |
+
msgid "Media (Edit)"
|
552 |
+
msgstr "Mídia (Editar)"
|
553 |
+
|
554 |
+
#: core/admin/meta_box_location.php:64
|
555 |
+
#: core/admin/page_settings.php:92
|
556 |
+
#@ acf
|
557 |
+
msgid "Options Page"
|
558 |
+
msgstr "Página de Opções"
|
559 |
+
|
560 |
+
#: core/admin/meta_box_location.php:86
|
561 |
+
#@ acf
|
562 |
+
msgid "is equal to"
|
563 |
+
msgstr "é igual a"
|
564 |
+
|
565 |
+
#: core/admin/meta_box_location.php:87
|
566 |
+
#@ acf
|
567 |
+
msgid "is not equal to"
|
568 |
+
msgstr "não é igual a"
|
569 |
+
|
570 |
+
#: core/admin/meta_box_location.php:111
|
571 |
+
#@ acf
|
572 |
+
msgid "match"
|
573 |
+
msgstr "iguala"
|
574 |
+
|
575 |
+
#: core/admin/meta_box_location.php:117
|
576 |
+
#@ acf
|
577 |
+
msgid "all"
|
578 |
+
msgstr "todos"
|
579 |
+
|
580 |
+
#: core/admin/meta_box_location.php:118
|
581 |
+
#@ acf
|
582 |
+
msgid "any"
|
583 |
+
msgstr "qualquer"
|
584 |
+
|
585 |
+
#: core/admin/meta_box_location.php:121
|
586 |
+
#@ acf
|
587 |
+
msgid "of the above"
|
588 |
+
msgstr "do acima"
|
589 |
+
|
590 |
+
#: core/admin/meta_box_location.php:134
|
591 |
+
#@ acf
|
592 |
+
msgid "Unlock options add-on with an activation code"
|
593 |
+
msgstr "Destravar o add-on de opções com um código de ativação"
|
594 |
+
|
595 |
+
#: core/admin/meta_box_options.php:13
|
596 |
+
#@ acf
|
597 |
+
msgid "Order No."
|
598 |
+
msgstr "No. de Ordem"
|
599 |
+
|
600 |
+
#: core/admin/meta_box_options.php:14
|
601 |
+
#@ acf
|
602 |
+
msgid "Field groups are created in order <br />from lowest to highest."
|
603 |
+
msgstr "Campos são criados em ordem <br/>do menor para maior."
|
604 |
+
|
605 |
+
#: core/admin/meta_box_options.php:30
|
606 |
+
#@ acf
|
607 |
+
msgid "Position"
|
608 |
+
msgstr "Posição"
|
609 |
+
|
610 |
+
#: core/admin/meta_box_options.php:40
|
611 |
+
#@ acf
|
612 |
+
msgid "Normal"
|
613 |
+
msgstr "Normal"
|
614 |
+
|
615 |
+
#: core/admin/meta_box_options.php:41
|
616 |
+
#@ acf
|
617 |
+
msgid "Side"
|
618 |
+
msgstr "Lado"
|
619 |
+
|
620 |
+
#: core/admin/meta_box_options.php:50
|
621 |
+
#@ acf
|
622 |
+
msgid "Style"
|
623 |
+
msgstr "Estilo"
|
624 |
+
|
625 |
+
#: core/admin/meta_box_options.php:60
|
626 |
+
#@ acf
|
627 |
+
msgid "Standard Metabox"
|
628 |
+
msgstr "Metabox Padrão"
|
629 |
+
|
630 |
+
#: core/admin/meta_box_options.php:61
|
631 |
+
#@ acf
|
632 |
+
msgid "No Metabox"
|
633 |
+
msgstr "Sem Metabox"
|
634 |
+
|
635 |
+
#: core/admin/meta_box_options.php:70
|
636 |
+
#@ acf
|
637 |
+
msgid "Show on page"
|
638 |
+
msgstr "Mostrar na página"
|
639 |
+
|
640 |
+
#: core/admin/meta_box_options.php:71
|
641 |
+
#@ acf
|
642 |
+
msgid "Deselect items to hide them on the edit page"
|
643 |
+
msgstr "De selecionar itens para esconde-los na página de edição"
|
644 |
+
|
645 |
+
#: core/admin/meta_box_options.php:72
|
646 |
+
#@ acf
|
647 |
+
msgid "If multiple ACF groups appear on an edit page, the first ACF group's options will be used. The first ACF group is the one with the lowest order number."
|
648 |
+
msgstr "Se grupos multiplos de ACFs aparecerem na página de edição, as opções do primeiro grupo ACF serão utilizadas. O primeiro grupo ACF é o que tem o menor número de ordem."
|
649 |
+
|
650 |
+
#: core/admin/meta_box_options.php:82
|
651 |
+
#@ acf
|
652 |
+
msgid "Content Editor"
|
653 |
+
msgstr "Editor de Conteúdo"
|
654 |
+
|
655 |
+
#: core/admin/meta_box_options.php:84
|
656 |
+
#@ acf
|
657 |
+
msgid "Discussion"
|
658 |
+
msgstr "Discussão"
|
659 |
+
|
660 |
+
#: core/admin/meta_box_options.php:85
|
661 |
+
#@ acf
|
662 |
+
msgid "Comments"
|
663 |
+
msgstr "Comentários"
|
664 |
+
|
665 |
+
#: core/admin/meta_box_options.php:86
|
666 |
+
#@ acf
|
667 |
+
msgid "Slug"
|
668 |
+
msgstr "Slug"
|
669 |
+
|
670 |
+
#: core/admin/meta_box_options.php:87
|
671 |
+
#@ acf
|
672 |
+
msgid "Author"
|
673 |
+
msgstr "Autor"
|
674 |
+
|
675 |
+
#: core/admin/page_acf.php:16
|
676 |
+
#@ acf
|
677 |
+
msgid "Changelog"
|
678 |
+
msgstr "Log de Mudanças"
|
679 |
+
|
680 |
+
#: core/admin/page_acf.php:17
|
681 |
+
#@ acf
|
682 |
+
msgid "See what's new in"
|
683 |
+
msgstr "Veja o que é novo"
|
684 |
+
|
685 |
+
#: core/admin/page_acf.php:19
|
686 |
+
#@ acf
|
687 |
+
msgid "Resources"
|
688 |
+
msgstr "Recursos"
|
689 |
+
|
690 |
+
#: core/admin/page_acf.php:20
|
691 |
+
#@ acf
|
692 |
+
msgid "Read documentation, learn the functions and find some tips & tricks for your next web project."
|
693 |
+
msgstr "Leia a documentação, aprenda as funções e descubra algumas dicas & truques para o seu próximo projeto web."
|
694 |
+
|
695 |
+
#: core/admin/page_acf.php:21
|
696 |
+
#@ acf
|
697 |
+
msgid "View the ACF website"
|
698 |
+
msgstr "Ver o site do ACF"
|
699 |
+
|
700 |
+
#: core/admin/page_acf.php:26
|
701 |
+
#@ acf
|
702 |
+
msgid "Created by"
|
703 |
+
msgstr "Criado por"
|
704 |
+
|
705 |
+
#: core/admin/page_acf.php:29
|
706 |
+
#@ acf
|
707 |
+
msgid "Vote"
|
708 |
+
msgstr "Votar"
|
709 |
+
|
710 |
+
#: core/admin/page_acf.php:30
|
711 |
+
#@ acf
|
712 |
+
msgid "Follow"
|
713 |
+
msgstr "Seguir"
|
714 |
+
|
715 |
+
#: core/admin/page_settings.php:23
|
716 |
+
#@ acf
|
717 |
+
msgid "Advanced Custom Fields Settings"
|
718 |
+
msgstr "Configurações do Advanced Custom Fields"
|
719 |
+
|
720 |
+
#: core/admin/page_settings.php:40
|
721 |
+
#@ acf
|
722 |
+
msgid "Activate Add-ons."
|
723 |
+
msgstr "Ativar Add-ons."
|
724 |
+
|
725 |
+
#: core/admin/page_settings.php:45
|
726 |
+
#@ acf
|
727 |
+
msgid "Status"
|
728 |
+
msgstr "Status"
|
729 |
+
|
730 |
+
#: core/admin/page_settings.php:46
|
731 |
+
#@ acf
|
732 |
+
msgid "Activation Code"
|
733 |
+
msgstr "Código de Ativação"
|
734 |
+
|
735 |
+
#: core/admin/page_settings.php:52
|
736 |
+
#@ acf
|
737 |
+
msgid "Repeater Field"
|
738 |
+
msgstr "Campo Repetidor"
|
739 |
+
|
740 |
+
#: core/admin/page_settings.php:53
|
741 |
+
#: core/admin/page_settings.php:73
|
742 |
+
#: core/admin/page_settings.php:93
|
743 |
+
#@ acf
|
744 |
+
msgid "Active"
|
745 |
+
msgstr "Ativado"
|
746 |
+
|
747 |
+
#: core/admin/page_settings.php:53
|
748 |
+
#: core/admin/page_settings.php:73
|
749 |
+
#: core/admin/page_settings.php:93
|
750 |
+
#@ acf
|
751 |
+
msgid "Inactive"
|
752 |
+
msgstr "Desativado"
|
753 |
+
|
754 |
+
#: core/admin/page_settings.php:72
|
755 |
+
#@ acf
|
756 |
+
msgid "Flexible Content Field"
|
757 |
+
msgstr "Campo de Conteúdo Flexível"
|
758 |
+
|
759 |
+
#: core/admin/page_settings.php:115
|
760 |
+
#@ acf
|
761 |
+
msgid "Add-ons can be unlocked by purchasing a license key. Each key can be used on multiple sites."
|
762 |
+
msgstr "Add-ons podem ser destravados comprando uma chave de licença. Cada chave pode ser utilizada em vários sites."
|
763 |
+
|
764 |
+
#: core/admin/page_settings.php:115
|
765 |
+
#@ acf
|
766 |
+
msgid "Find Add-ons"
|
767 |
+
msgstr "Encontrar Add-ons"
|
768 |
+
|
769 |
+
#: core/admin/page_settings.php:133
|
770 |
+
#@ acf
|
771 |
+
msgid "Export Field Groups to XML"
|
772 |
+
msgstr "Exportar Grupos de Campos para XML"
|
773 |
+
|
774 |
+
#: core/admin/page_settings.php:166
|
775 |
+
#@ acf
|
776 |
+
msgid "ACF will create a .xml export file which is compatible with the native WP import plugin."
|
777 |
+
msgstr "ACF vai criar um arquivo de exportação .xml que e compatível com o plugin de importação nativo do WP."
|
778 |
+
|
779 |
+
#: core/admin/page_settings.php:169
|
780 |
+
#@ acf
|
781 |
+
msgid "Export XML"
|
782 |
+
msgstr "Exportar XML"
|
783 |
+
|
784 |
+
#: core/admin/page_settings.php:175
|
785 |
+
#@ acf
|
786 |
+
msgid "Import Field Groups"
|
787 |
+
msgstr "Importar Grupos de Campos"
|
788 |
+
|
789 |
+
#: core/admin/page_settings.php:177
|
790 |
+
#@ acf
|
791 |
+
msgid "Navigate to the"
|
792 |
+
msgstr "Navegar para a"
|
793 |
+
|
794 |
+
#: core/admin/page_settings.php:177
|
795 |
+
#@ acf
|
796 |
+
msgid "Import Tool"
|
797 |
+
msgstr "Ferramenta de Importação"
|
798 |
+
|
799 |
+
#: core/admin/page_settings.php:177
|
800 |
+
#@ acf
|
801 |
+
msgid "and select WordPress"
|
802 |
+
msgstr "e selecione WordPress"
|
803 |
+
|
804 |
+
#: core/admin/page_settings.php:178
|
805 |
+
#@ acf
|
806 |
+
msgid "Install WP import plugin if prompted"
|
807 |
+
msgstr "Instale o plugin de importação do WP se necessário"
|
808 |
+
|
809 |
+
#: core/admin/page_settings.php:179
|
810 |
+
#@ acf
|
811 |
+
msgid "Upload and import your exported .xml file"
|
812 |
+
msgstr "Upload e importe o arquivo .xml exportado"
|
813 |
+
|
814 |
+
#: core/admin/page_settings.php:180
|
815 |
+
#@ acf
|
816 |
+
msgid "Select your user and ignore Import Attachments"
|
817 |
+
msgstr "Selecione o seu usuário e ignore Anexos Importados"
|
818 |
+
|
819 |
+
#: core/admin/page_settings.php:181
|
820 |
+
#@ acf
|
821 |
+
msgid "That's it! Happy WordPressing"
|
822 |
+
msgstr "É isso! Feliz WordPressing"
|
823 |
+
|
824 |
+
#: core/admin/page_settings.php:200
|
825 |
+
#@ acf
|
826 |
+
msgid "Export Field Groups to PHP"
|
827 |
+
msgstr "Exportar Grupos de Campos para PHP"
|
828 |
+
|
829 |
+
#: core/admin/page_settings.php:233
|
830 |
+
#@ acf
|
831 |
+
msgid "ACF will create the PHP code to include in your theme"
|
832 |
+
msgstr "ACF vai criar o código PHP para incluir no seu tema"
|
833 |
+
|
834 |
+
#: core/admin/page_settings.php:236
|
835 |
+
#@ acf
|
836 |
+
msgid "Create PHP"
|
837 |
+
msgstr "Criar PHP"
|
838 |
+
|
839 |
+
#: core/admin/page_settings.php:242
|
840 |
+
#: core/admin/page_settings.php:270
|
841 |
+
#@ acf
|
842 |
+
msgid "Register Field Groups with PHP"
|
843 |
+
msgstr "Registrar Grupos de Campos com PHP"
|
844 |
+
|
845 |
+
#: core/admin/page_settings.php:244
|
846 |
+
#: core/admin/page_settings.php:272
|
847 |
+
#@ acf
|
848 |
+
msgid "Copy the PHP code generated"
|
849 |
+
msgstr "Copie o código PHP gerado"
|
850 |
+
|
851 |
+
#: core/admin/page_settings.php:245
|
852 |
+
#: core/admin/page_settings.php:273
|
853 |
+
#@ acf
|
854 |
+
msgid "Paste into your functions.php file"
|
855 |
+
msgstr "Cole no seu arquivo functions.php"
|
856 |
+
|
857 |
+
#: core/admin/page_settings.php:246
|
858 |
+
#: core/admin/page_settings.php:274
|
859 |
+
#@ acf
|
860 |
+
msgid "To activate any Add-ons, edit and use the code in the first few lines."
|
861 |
+
msgstr "Para ativar qualquer Add-on, edite e use o código nas primeiras linhas."
|
862 |
+
|
863 |
+
#: core/admin/page_settings.php:267
|
864 |
+
#@ acf
|
865 |
+
msgid "Back to settings"
|
866 |
+
msgstr "Voltar para configurações"
|
867 |
+
|
868 |
+
#: core/admin/page_settings.php:295
|
869 |
+
#@ acf
|
870 |
+
msgid ""
|
871 |
+
"/**\n"
|
872 |
+
" * Activate Add-ons\n"
|
873 |
+
" * Here you can enter your activation codes to unlock Add-ons to use in your theme. \n"
|
874 |
+
" * Since all activation codes are multi-site licenses, you are allowed to include your key in premium themes. \n"
|
875 |
+
" * Use the commented out code to update the database with your activation code. \n"
|
876 |
+
" * You may place this code inside an IF statement that only runs on theme activation.\n"
|
877 |
+
" */"
|
878 |
+
msgstr ""
|
879 |
+
"/**\n"
|
880 |
+
" * Ativar Add-ons\n"
|
881 |
+
" * Aqui você pode entrar os seus códigos de ativação para destravar Add-ons para usar no seu tema. \n"
|
882 |
+
" * Já que todos os códigos são licenças para múltiplos sites, é permitido que você coloque sua chave em temas premium. \n"
|
883 |
+
" * Use o código comentado para atualizar a base de dados com o seu código de ativação. \n"
|
884 |
+
" * Você pode colocar o código dentro de uma declaração IF que apenas rode com a ativação do tema. \n"
|
885 |
+
" */"
|
886 |
+
|
887 |
+
#: core/admin/page_settings.php:308
|
888 |
+
#@ acf
|
889 |
+
msgid ""
|
890 |
+
"/**\n"
|
891 |
+
" * Register field groups\n"
|
892 |
+
" * The register_field_group function accepts 1 array which holds the relevant data to register a field group\n"
|
893 |
+
" * You may edit the array as you see fit. However, this may result in errors if the array is not compatible with ACF\n"
|
894 |
+
" * This code must run every time the functions.php file is read\n"
|
895 |
+
" */"
|
896 |
+
msgstr ""
|
897 |
+
"/**\n"
|
898 |
+
" * Registra grupos de campos\n"
|
899 |
+
" * A função register_field_group aceita 1 array que contém a informação relevante para registrar o grupo de campo\n"
|
900 |
+
" * Você pode editar o array como você quiser. Entretanto, isso pode resultar em erros se o array não for compatível com o ACF\n"
|
901 |
+
" * Esse código precisa rodar toda vez que o functions.php é lido\n"
|
902 |
+
" */"
|
903 |
+
|
904 |
+
#: core/admin/page_settings.php:336
|
905 |
+
#@ acf
|
906 |
+
msgid "No field groups were selected"
|
907 |
+
msgstr "Nenhum grupo de campos foi selecionado"
|
908 |
+
|
909 |
+
#: core/fields/checkbox.php:21
|
910 |
+
#@ acf
|
911 |
+
msgid "Checkbox"
|
912 |
+
msgstr "Caixa de Seleção"
|
913 |
+
|
914 |
+
#: core/fields/checkbox.php:44
|
915 |
+
#: core/fields/radio.php:45
|
916 |
+
#: core/fields/select.php:50
|
917 |
+
#@ acf
|
918 |
+
msgid "No choices to choose from"
|
919 |
+
msgstr "Nenhum opção para escolher"
|
920 |
+
|
921 |
+
#: core/fields/checkbox.php:102
|
922 |
+
#: core/fields/radio.php:114
|
923 |
+
#: core/fields/select.php:164
|
924 |
+
#@ acf
|
925 |
+
msgid "Choices"
|
926 |
+
msgstr "Escolhas"
|
927 |
+
|
928 |
+
#: core/fields/checkbox.php:103
|
929 |
+
#: core/fields/radio.php:115
|
930 |
+
#: core/fields/select.php:165
|
931 |
+
#@ acf
|
932 |
+
msgid "Enter your choices one per line"
|
933 |
+
msgstr "Entre suas escolhas uma por linha"
|
934 |
+
|
935 |
+
#: core/fields/checkbox.php:105
|
936 |
+
#: core/fields/radio.php:117
|
937 |
+
#: core/fields/select.php:167
|
938 |
+
#@ acf
|
939 |
+
msgid "Red"
|
940 |
+
msgstr "Vermelho"
|
941 |
+
|
942 |
+
#: core/fields/checkbox.php:106
|
943 |
+
#: core/fields/radio.php:118
|
944 |
+
#: core/fields/select.php:168
|
945 |
+
#@ acf
|
946 |
+
msgid "Blue"
|
947 |
+
msgstr "Azul"
|
948 |
+
|
949 |
+
#: core/fields/checkbox.php:108
|
950 |
+
#: core/fields/radio.php:120
|
951 |
+
#: core/fields/select.php:170
|
952 |
+
#@ acf
|
953 |
+
msgid "red : Red"
|
954 |
+
msgstr "vermelho : Vermelho"
|
955 |
+
|
956 |
+
#: core/fields/checkbox.php:109
|
957 |
+
#: core/fields/radio.php:121
|
958 |
+
#: core/fields/select.php:171
|
959 |
+
#@ acf
|
960 |
+
msgid "blue : Blue"
|
961 |
+
msgstr "azul : Azul"
|
962 |
+
|
963 |
+
#: core/fields/color_picker.php:21
|
964 |
+
#@ acf
|
965 |
+
msgid "Color Picker"
|
966 |
+
msgstr "Seletor de Cores"
|
967 |
+
|
968 |
+
#: core/fields/date_picker/date_picker.php:21
|
969 |
+
#@ acf
|
970 |
+
msgid "Date Picker"
|
971 |
+
msgstr "Seletor de Datas"
|
972 |
+
|
973 |
+
#: core/fields/date_picker/date_picker.php:82
|
974 |
+
#@ acf
|
975 |
+
msgid "Date format"
|
976 |
+
msgstr "Formato da data"
|
977 |
+
|
978 |
+
#: core/fields/date_picker/date_picker.php:83
|
979 |
+
#@ acf
|
980 |
+
msgid "eg. dd/mm/yy. read more about"
|
981 |
+
msgstr "ex.: dd/mm/yy. ler mais sobre"
|
982 |
+
|
983 |
+
#: core/fields/file.php:20
|
984 |
+
#@ acf
|
985 |
+
msgid "File"
|
986 |
+
msgstr "Arquivo"
|
987 |
+
|
988 |
+
#: core/fields/file.php:60
|
989 |
+
#@ acf
|
990 |
+
msgid "Remove File"
|
991 |
+
msgstr "Remover Arquivo"
|
992 |
+
|
993 |
+
#: core/fields/file.php:165
|
994 |
+
#@ acf
|
995 |
+
msgid "No File Selected"
|
996 |
+
msgstr "Nenhum Arquivo Selecionado"
|
997 |
+
|
998 |
+
#: core/fields/file.php:165
|
999 |
+
#@ acf
|
1000 |
+
msgid "Add File"
|
1001 |
+
msgstr "Adicionar Arquivo"
|
1002 |
+
|
1003 |
+
#: core/fields/file.php:194
|
1004 |
+
#: core/fields/image.php:177
|
1005 |
+
#@ acf
|
1006 |
+
msgid "Return Value"
|
1007 |
+
msgstr "Valor de Retorno"
|
1008 |
+
|
1009 |
+
#: core/fields/file.php:342
|
1010 |
+
#@ acf
|
1011 |
+
msgid "No files selected"
|
1012 |
+
msgstr "Nenhum arquivo selecionado"
|
1013 |
+
|
1014 |
+
#: core/fields/file.php:419
|
1015 |
+
#@ acf
|
1016 |
+
msgid "Add Selected Files"
|
1017 |
+
msgstr "Adicionar Arquivos Selecionados"
|
1018 |
+
|
1019 |
+
#: core/fields/file.php:445
|
1020 |
+
#@ acf
|
1021 |
+
msgid "Select File"
|
1022 |
+
msgstr "Selecionar Arquivo"
|
1023 |
+
|
1024 |
+
#: core/fields/flexible_content.php:21
|
1025 |
+
#@ acf
|
1026 |
+
msgid "Flexible Content"
|
1027 |
+
msgstr "Conteúdo Flexível"
|
1028 |
+
|
1029 |
+
#: core/fields/flexible_content.php:38
|
1030 |
+
#: core/fields/flexible_content.php:218
|
1031 |
+
#: core/fields/repeater.php:65
|
1032 |
+
#: core/fields/repeater.php:213
|
1033 |
+
#@ acf
|
1034 |
+
msgid "+ Add Row"
|
1035 |
+
msgstr "+ Adicionar Linha"
|
1036 |
+
|
1037 |
+
#: core/fields/flexible_content.php:254
|
1038 |
+
#: core/fields/radio.php:144
|
1039 |
+
#: core/fields/repeater.php:386
|
1040 |
+
#@ acf
|
1041 |
+
msgid "Layout"
|
1042 |
+
msgstr "Layout"
|
1043 |
+
|
1044 |
+
#: core/fields/flexible_content.php:256
|
1045 |
+
#@ acf
|
1046 |
+
msgid "Reorder Layout"
|
1047 |
+
msgstr "Reorganizar Layout"
|
1048 |
+
|
1049 |
+
#: core/fields/flexible_content.php:256
|
1050 |
+
#@ acf
|
1051 |
+
msgid "Reorder"
|
1052 |
+
msgstr "Reorganizar"
|
1053 |
+
|
1054 |
+
#: core/fields/flexible_content.php:257
|
1055 |
+
#@ acf
|
1056 |
+
msgid "Add New Layout"
|
1057 |
+
msgstr "Adicionar Novo Layout"
|
1058 |
+
|
1059 |
+
#: core/fields/flexible_content.php:258
|
1060 |
+
#@ acf
|
1061 |
+
msgid "Delete Layout"
|
1062 |
+
msgstr "Deletar Layout"
|
1063 |
+
|
1064 |
+
#: core/fields/flexible_content.php:268
|
1065 |
+
#@ acf
|
1066 |
+
msgid "Label"
|
1067 |
+
msgstr "Rótulo"
|
1068 |
+
|
1069 |
+
#: core/fields/flexible_content.php:278
|
1070 |
+
#@ acf
|
1071 |
+
msgid "Name"
|
1072 |
+
msgstr "Nome"
|
1073 |
+
|
1074 |
+
#: core/fields/flexible_content.php:288
|
1075 |
+
#@ acf
|
1076 |
+
msgid "Display"
|
1077 |
+
msgstr "Mostrar"
|
1078 |
+
|
1079 |
+
#: core/fields/flexible_content.php:295
|
1080 |
+
#@ acf
|
1081 |
+
msgid "Table"
|
1082 |
+
msgstr "Tabela"
|
1083 |
+
|
1084 |
+
#: core/fields/flexible_content.php:296
|
1085 |
+
#: core/fields/repeater.php:397
|
1086 |
+
#@ acf
|
1087 |
+
msgid "Row"
|
1088 |
+
msgstr "Linha"
|
1089 |
+
|
1090 |
+
#: core/fields/flexible_content.php:320
|
1091 |
+
#: core/fields/repeater.php:255
|
1092 |
+
#@ acf
|
1093 |
+
msgid "No fields. Click the \"+ Add Sub Field button\" to create your first field."
|
1094 |
+
msgstr "Nenhum campo. Clique no botão \" + Adicionar Sub Campo\" para criar seu primeiro campo."
|
1095 |
+
|
1096 |
+
#: core/fields/flexible_content.php:413
|
1097 |
+
#: core/fields/repeater.php:348
|
1098 |
+
#@ acf
|
1099 |
+
msgid "Close Sub Field"
|
1100 |
+
msgstr "Fechar Sub Campo"
|
1101 |
+
|
1102 |
+
#: core/fields/flexible_content.php:428
|
1103 |
+
#: core/fields/repeater.php:364
|
1104 |
+
#@ acf
|
1105 |
+
msgid "+ Add Sub Field"
|
1106 |
+
msgstr "+ Adicionar Sub Campo"
|
1107 |
+
|
1108 |
+
#: core/fields/flexible_content.php:435
|
1109 |
+
#: core/fields/repeater.php:405
|
1110 |
+
#@ acf
|
1111 |
+
msgid "Button Label"
|
1112 |
+
msgstr "Rótulo do Botão"
|
1113 |
+
|
1114 |
+
#: core/fields/image.php:21
|
1115 |
+
#@ acf
|
1116 |
+
msgid "Image"
|
1117 |
+
msgstr "Imagem"
|
1118 |
+
|
1119 |
+
#: core/fields/image.php:153
|
1120 |
+
#@ acf
|
1121 |
+
msgid "No image selected"
|
1122 |
+
msgstr "Nenhuma imagem selecionada"
|
1123 |
+
|
1124 |
+
#: core/fields/image.php:153
|
1125 |
+
#@ acf
|
1126 |
+
msgid "Add Image"
|
1127 |
+
msgstr "Adicionar Imagem"
|
1128 |
+
|
1129 |
+
#: core/fields/image.php:187
|
1130 |
+
#@ acf
|
1131 |
+
msgid "Image URL"
|
1132 |
+
msgstr "URL da Imagem"
|
1133 |
+
|
1134 |
+
#: core/fields/image.php:188
|
1135 |
+
#@ acf
|
1136 |
+
msgid "Attachment ID"
|
1137 |
+
msgstr "ID de Anexo"
|
1138 |
+
|
1139 |
+
#: core/fields/image.php:196
|
1140 |
+
#@ acf
|
1141 |
+
msgid "Preview Size"
|
1142 |
+
msgstr "Tamanho da Pré-visualização"
|
1143 |
+
|
1144 |
+
#: core/fields/image.php:206
|
1145 |
+
#@ acf
|
1146 |
+
msgid "Thumbnail"
|
1147 |
+
msgstr "Miniatura"
|
1148 |
+
|
1149 |
+
#: core/fields/image.php:207
|
1150 |
+
#@ acf
|
1151 |
+
msgid "Medium"
|
1152 |
+
msgstr "Média"
|
1153 |
+
|
1154 |
+
#: core/fields/image.php:208
|
1155 |
+
#@ acf
|
1156 |
+
msgid "Large"
|
1157 |
+
msgstr "Grande"
|
1158 |
+
|
1159 |
+
#: core/fields/image.php:209
|
1160 |
+
#: core/fields/wysiwyg.php:141
|
1161 |
+
#@ acf
|
1162 |
+
msgid "Full"
|
1163 |
+
msgstr "Original"
|
1164 |
+
|
1165 |
+
#: core/fields/image.php:392
|
1166 |
+
#@ acf
|
1167 |
+
msgid "No images selected"
|
1168 |
+
msgstr "Nenhuma imagem selecionada"
|
1169 |
+
|
1170 |
+
#: core/fields/image.php:469
|
1171 |
+
#@ acf
|
1172 |
+
msgid "Add selected Images"
|
1173 |
+
msgstr "Adicionar Imagens selecionadas"
|
1174 |
+
|
1175 |
+
#: core/fields/image.php:495
|
1176 |
+
#@ acf
|
1177 |
+
msgid "Select Image"
|
1178 |
+
msgstr "Selecionar Imagem"
|
1179 |
+
|
1180 |
+
#: core/fields/page_link.php:21
|
1181 |
+
#@ acf
|
1182 |
+
msgid "Page Link"
|
1183 |
+
msgstr "Link da Página"
|
1184 |
+
|
1185 |
+
#: core/fields/page_link.php:71
|
1186 |
+
#: core/fields/post_object.php:64
|
1187 |
+
#: core/fields/select.php:21
|
1188 |
+
#@ acf
|
1189 |
+
msgid "Select"
|
1190 |
+
msgstr "Seleção"
|
1191 |
+
|
1192 |
+
#: core/fields/page_link.php:195
|
1193 |
+
#@ acf
|
1194 |
+
msgid ""
|
1195 |
+
"Filter posts by selecting a post type<br />\n"
|
1196 |
+
"\t\t\t\tTip: deselect all post types to show all post type's posts"
|
1197 |
+
msgstr ""
|
1198 |
+
"Filtra os posts selecionando o tipo de post<br />\n"
|
1199 |
+
"\\\t\\\t\\\t\\\tDica: de selecione todos os tipos de post para mostrar todos os tipos de posts"
|
1200 |
+
|
1201 |
+
#: core/fields/page_link.php:200
|
1202 |
+
#: core/fields/post_object.php:213
|
1203 |
+
#: core/fields/post_object.php:237
|
1204 |
+
#: core/fields/relationship.php:250
|
1205 |
+
#: core/fields/relationship.php:301
|
1206 |
+
#@ acf
|
1207 |
+
msgid "All"
|
1208 |
+
msgstr "Todos"
|
1209 |
+
|
1210 |
+
#: core/fields/page_link.php:223
|
1211 |
+
#: core/fields/post_object.php:281
|
1212 |
+
#: core/fields/select.php:194
|
1213 |
+
#@ acf
|
1214 |
+
msgid "Allow Null?"
|
1215 |
+
msgstr "Permitir Nulo?"
|
1216 |
+
|
1217 |
+
#: core/fields/page_link.php:232
|
1218 |
+
#: core/fields/page_link.php:251
|
1219 |
+
#: core/fields/post_object.php:290
|
1220 |
+
#: core/fields/post_object.php:309
|
1221 |
+
#: core/fields/select.php:203
|
1222 |
+
#: core/fields/select.php:222
|
1223 |
+
#: core/fields/wysiwyg.php:160
|
1224 |
+
#@ acf
|
1225 |
+
msgid "Yes"
|
1226 |
+
msgstr "Sim"
|
1227 |
+
|
1228 |
+
#: core/fields/page_link.php:233
|
1229 |
+
#: core/fields/page_link.php:252
|
1230 |
+
#: core/fields/post_object.php:291
|
1231 |
+
#: core/fields/post_object.php:310
|
1232 |
+
#: core/fields/select.php:204
|
1233 |
+
#: core/fields/select.php:223
|
1234 |
+
#: core/fields/wysiwyg.php:161
|
1235 |
+
#@ acf
|
1236 |
+
msgid "No"
|
1237 |
+
msgstr "Não"
|
1238 |
+
|
1239 |
+
#: core/fields/page_link.php:242
|
1240 |
+
#: core/fields/post_object.php:300
|
1241 |
+
#: core/fields/select.php:213
|
1242 |
+
#@ acf
|
1243 |
+
msgid "Select multiple values?"
|
1244 |
+
msgstr "Selecionar valores múltiplos?"
|
1245 |
+
|
1246 |
+
#: core/fields/post_object.php:21
|
1247 |
+
#@ acf
|
1248 |
+
msgid "Post Object"
|
1249 |
+
msgstr "Objeto do Post"
|
1250 |
+
|
1251 |
+
#: core/fields/post_object.php:231
|
1252 |
+
#: core/fields/relationship.php:295
|
1253 |
+
#@ acf
|
1254 |
+
msgid "Filter from Taxonomy"
|
1255 |
+
msgstr "Filtra pela Taxonomia"
|
1256 |
+
|
1257 |
+
#: core/fields/radio.php:21
|
1258 |
+
#@ acf
|
1259 |
+
msgid "Radio Button"
|
1260 |
+
msgstr "Botão de Rádio"
|
1261 |
+
|
1262 |
+
#: core/fields/radio.php:130
|
1263 |
+
#: core/fields/select.php:180
|
1264 |
+
#: core/fields/text.php:61
|
1265 |
+
#: core/fields/textarea.php:62
|
1266 |
+
#@ acf
|
1267 |
+
msgid "Default Value"
|
1268 |
+
msgstr "Valor Padrão"
|
1269 |
+
|
1270 |
+
#: core/fields/radio.php:154
|
1271 |
+
#@ acf
|
1272 |
+
msgid "Vertical"
|
1273 |
+
msgstr "Vertical"
|
1274 |
+
|
1275 |
+
#: core/fields/radio.php:155
|
1276 |
+
#@ acf
|
1277 |
+
msgid "Horizontal"
|
1278 |
+
msgstr "Horizontal"
|
1279 |
+
|
1280 |
+
#: core/fields/relationship.php:21
|
1281 |
+
#@ acf
|
1282 |
+
msgid "Relationship"
|
1283 |
+
msgstr "Relação"
|
1284 |
+
|
1285 |
+
#: core/fields/relationship.php:134
|
1286 |
+
#@ acf
|
1287 |
+
msgid "Search"
|
1288 |
+
msgstr "Buscar"
|
1289 |
+
|
1290 |
+
#: core/fields/relationship.php:318
|
1291 |
+
#@ acf
|
1292 |
+
msgid "Maximum posts"
|
1293 |
+
msgstr "Posts máximos"
|
1294 |
+
|
1295 |
+
#: core/fields/relationship.php:319
|
1296 |
+
#@ acf
|
1297 |
+
msgid "Set to -1 for infinite"
|
1298 |
+
msgstr "Coloque -1 para infinito"
|
1299 |
+
|
1300 |
+
#: core/fields/repeater.php:21
|
1301 |
+
#@ acf
|
1302 |
+
msgid "Repeater"
|
1303 |
+
msgstr "Repetidor"
|
1304 |
+
|
1305 |
+
#: core/fields/repeater.php:236
|
1306 |
+
#@ acf
|
1307 |
+
msgid "Repeater Fields"
|
1308 |
+
msgstr "Campos Repetidores"
|
1309 |
+
|
1310 |
+
#: core/fields/repeater.php:372
|
1311 |
+
#@ acf
|
1312 |
+
msgid "Row Limit"
|
1313 |
+
msgstr "Limite de Linhas"
|
1314 |
+
|
1315 |
+
#: core/fields/repeater.php:396
|
1316 |
+
#@ acf
|
1317 |
+
msgid "Table (default)"
|
1318 |
+
msgstr "Tabela (padrão)"
|
1319 |
+
|
1320 |
+
#: core/fields/text.php:21
|
1321 |
+
#@ acf
|
1322 |
+
msgid "Text"
|
1323 |
+
msgstr "Texto"
|
1324 |
+
|
1325 |
+
#: core/fields/text.php:75
|
1326 |
+
#: core/fields/textarea.php:76
|
1327 |
+
#@ acf
|
1328 |
+
msgid "Formatting"
|
1329 |
+
msgstr "Formatação"
|
1330 |
+
|
1331 |
+
#: core/fields/text.php:76
|
1332 |
+
#@ acf
|
1333 |
+
msgid "Define how to render html tags"
|
1334 |
+
msgstr "Define como renderizar as tags html"
|
1335 |
+
|
1336 |
+
#: core/fields/text.php:85
|
1337 |
+
#: core/fields/textarea.php:86
|
1338 |
+
#@ acf
|
1339 |
+
msgid "None"
|
1340 |
+
msgstr "Nenhum"
|
1341 |
+
|
1342 |
+
#: core/fields/text.php:86
|
1343 |
+
#: core/fields/textarea.php:88
|
1344 |
+
#@ acf
|
1345 |
+
msgid "HTML"
|
1346 |
+
msgstr "HTML"
|
1347 |
+
|
1348 |
+
#: core/fields/textarea.php:21
|
1349 |
+
#@ acf
|
1350 |
+
msgid "Text Area"
|
1351 |
+
msgstr "Área de Texto"
|
1352 |
+
|
1353 |
+
#: core/fields/textarea.php:77
|
1354 |
+
#@ acf
|
1355 |
+
msgid "Define how to render html tags / new lines"
|
1356 |
+
msgstr "Define como renderizar as tags html / novas linhas"
|
1357 |
+
|
1358 |
+
#: core/fields/textarea.php:87
|
1359 |
+
#@ acf
|
1360 |
+
msgid "auto <br />"
|
1361 |
+
msgstr "auto <br />"
|
1362 |
+
|
1363 |
+
#: core/fields/true_false.php:21
|
1364 |
+
#@ acf
|
1365 |
+
msgid "True / False"
|
1366 |
+
msgstr "Verdadeiro / Falso"
|
1367 |
+
|
1368 |
+
#: core/fields/true_false.php:68
|
1369 |
+
#@ acf
|
1370 |
+
msgid "Message"
|
1371 |
+
msgstr "Mensagem"
|
1372 |
+
|
1373 |
+
#: core/fields/true_false.php:69
|
1374 |
+
#@ acf
|
1375 |
+
msgid "eg. Show extra content"
|
1376 |
+
msgstr "ex.: Mostrar conteúdo extra"
|
1377 |
+
|
1378 |
+
#: core/fields/wysiwyg.php:21
|
1379 |
+
#@ acf
|
1380 |
+
msgid "Wysiwyg Editor"
|
1381 |
+
msgstr "Editor Wysiwyg"
|
1382 |
+
|
1383 |
+
#: core/fields/wysiwyg.php:131
|
1384 |
+
#@ acf
|
1385 |
+
msgid "Toolbar"
|
1386 |
+
msgstr "Barra de Ferramentas"
|
1387 |
+
|
1388 |
+
#: core/fields/wysiwyg.php:150
|
1389 |
+
#@ acf
|
1390 |
+
msgid "Show Media Upload Buttons?"
|
1391 |
+
msgstr "Mostrar Botões de Upload de Mídia?"
|
1392 |
+
|
1393 |
+
#: core/options_page.php:161
|
1394 |
+
#@ acf
|
1395 |
+
msgid "Options Updated"
|
1396 |
+
msgstr "Opções Atualizadas"
|
1397 |
+
|
1398 |
+
#: core/options_page.php:275
|
1399 |
+
#@ acf
|
1400 |
+
msgid "No Custom Field Group found for the options page"
|
1401 |
+
msgstr "Nenhum Grupo de Campos Customizados para a página de opções"
|
1402 |
+
|
1403 |
+
#: core/options_page.php:275
|
1404 |
+
#@ acf
|
1405 |
+
msgid "Create a Custom Field Group"
|
1406 |
+
msgstr "Criar novo Grupo de Campos Customizados"
|
1407 |
+
|
1408 |
+
#: core/options_page.php:286
|
1409 |
+
#@ acf
|
1410 |
+
msgid "Publish"
|
1411 |
+
msgstr "Publicar"
|
1412 |
+
|
readme.txt
CHANGED
@@ -85,6 +85,11 @@ http://www.advancedcustomfields.com/support/
|
|
85 |
|
86 |
== Changelog ==
|
87 |
|
|
|
|
|
|
|
|
|
|
|
88 |
= 3.1.9 =
|
89 |
* Updated Images / JS - Please hard refresh your browser to clear your cache
|
90 |
* Remove caching from acf_field_groups, replace with temp cache
|
85 |
|
86 |
== Changelog ==
|
87 |
|
88 |
+
= 3.2.0 =
|
89 |
+
* Fixed Browser bug with Flexible Field: Add Row button works again
|
90 |
+
* Added Brazilian Translation. Thanks to Marcelo Paoli Graciano - www.paolidesign.com.br
|
91 |
+
* Reverted input CSS to separate field label / instructions onto new lines.
|
92 |
+
|
93 |
= 3.1.9 =
|
94 |
* Updated Images / JS - Please hard refresh your browser to clear your cache
|
95 |
* Remove caching from acf_field_groups, replace with temp cache
|