Admin Columns - Version 2.2.6.4

Version Description

  • [Updated] Portuguese (Brazil) language - thanks to Andr Mcola Machado
Download this release

Release Info

Developer tschutter
Plugin Icon 128x128 Admin Columns
Version 2.2.6.4
Comparing to
See all releases

Code changes from version 2.2.6.3 to 2.2.6.4

classes/column/acf-placeholder.php CHANGED
@@ -29,7 +29,7 @@ class CPAC_Column_ACF_Placeholder extends CPAC_Column {
29
  ?>
30
  <div class="is-disabled">
31
  <p>
32
- <strong><?php _e( 'This feature is only available in Admin Columns Pro - Developer.' ); ?></strong>
33
  </p>
34
  <p>
35
  <?php printf( __( "If you have a developer licence please download & install your ACF add-on from the <a href='%s'>add-ons tab</a>.", 'cpac' ), admin_url( 'options-general.php?page=codepress-admin-columns&tab=addons' ) ); ?>
29
  ?>
30
  <div class="is-disabled">
31
  <p>
32
+ <strong><?php _e( 'This feature is only available in Admin Columns Pro - Business or Developer.' ); ?></strong>
33
  </p>
34
  <p>
35
  <?php printf( __( "If you have a developer licence please download & install your ACF add-on from the <a href='%s'>add-ons tab</a>.", 'cpac' ), admin_url( 'options-general.php?page=codepress-admin-columns&tab=addons' ) ); ?>
classes/settings.php CHANGED
@@ -374,24 +374,19 @@ class CPAC_Settings {
374
  $show_welcome = false !== get_transient('cpac_show_welcome');
375
 
376
  // Should only be set manual
377
- if ( isset( $_GET['info'] ) )
378
  $show_welcome = true;
 
379
 
380
- if ( ! $show_welcome )
381
  return false;
 
382
 
383
  // Set check that welcome should not be displayed.
384
  delete_transient('cpac_show_welcome');
385
 
386
  $tab = !empty( $_GET['info'] ) ? $_GET['info'] : 'whats-new';
387
 
388
- // check if old site used custom field columns
389
- $uses_customfields = $this->uses_custom_fields();
390
- $uses_sortorder = get_option( "cpac_sortable_ac" ) && ! class_exists( 'CAC_Addon_Pro' ) ? true : false;
391
-
392
- $installed_customfields = false;
393
- $installed_sortorder = false;
394
-
395
  ?>
396
 
397
  <div id="cpac-welcome" class="wrap about-wrap">
@@ -411,27 +406,6 @@ class CPAC_Settings {
411
 
412
  <?php if ( 'whats-new' === $tab ) : ?>
413
 
414
- <h3><?php _e( "Addons", 'cpac' ); ?></h3>
415
- <p>
416
- <?php _e( "Addons are now activated by downloading and installing individual plugins. Although these plugins will not be hosted on the wordpress.org repository, each Add-on will continue to receive updates in the usual way.",'cpac'); ?>
417
- </p>
418
- <?php if ( $uses_sortorder ) : ?>
419
- <h4><?php _e( "This website uses the Sortorder Addon. This addon needs to be downloaded." ,'cpac' ); ?></h4>
420
- <div class="cpac-alert cpac-alert-success">
421
- <p>
422
- <?php _e( "Addons are seperate plugins which need to be downloaded.", 'cpac' ); ?> <a href="<?php echo $this->get_settings_url( 'info' ); ?>download-add-ons" class="button-primary" style="display: inline-block;"><?php _e( "Download your Addons", 'cpac'); ?></a>
423
- </p>
424
- </div>
425
- <?php else : ?>
426
- <div class="cpac-alert cpac-alert-success">
427
- <p>
428
- <strong><?php _e( 'This website does not use add-ons', 'cpac' ); ?></strong>. <a target="_blank" href="<?php echo $this->get_url('admincolumnspro'); ?>"><?php _e( 'See our website for Admin Columns Pro.', 'cpac' ); ?></a>
429
- </p>
430
- </div>
431
- <?php endif; ?>
432
-
433
- <hr />
434
-
435
  <h3><?php _e( "Important", 'cpac' ); ?></h3>
436
 
437
  <h4><?php _e( "Database Changes", 'cpac' ); ?></h4>
@@ -455,8 +429,8 @@ class CPAC_Settings {
455
  <?php
456
 
457
  $items = file_get_contents( CPAC_DIR . 'readme.txt' );
458
-
459
- $items = end( explode('= ' . CPAC_VERSION . ' =', $items) );
460
  $items = current( explode("\n\n", $items) );
461
  $items = current( explode("= ", $items) );
462
  $items = array_filter( array_map('trim', explode("*", $items)) );
374
  $show_welcome = false !== get_transient('cpac_show_welcome');
375
 
376
  // Should only be set manual
377
+ if ( isset( $_GET['info'] ) ) {
378
  $show_welcome = true;
379
+ }
380
 
381
+ if ( ! $show_welcome ) {
382
  return false;
383
+ }
384
 
385
  // Set check that welcome should not be displayed.
386
  delete_transient('cpac_show_welcome');
387
 
388
  $tab = !empty( $_GET['info'] ) ? $_GET['info'] : 'whats-new';
389
 
 
 
 
 
 
 
 
390
  ?>
391
 
392
  <div id="cpac-welcome" class="wrap about-wrap">
406
 
407
  <?php if ( 'whats-new' === $tab ) : ?>
408
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
409
  <h3><?php _e( "Important", 'cpac' ); ?></h3>
410
 
411
  <h4><?php _e( "Database Changes", 'cpac' ); ?></h4>
429
  <?php
430
 
431
  $items = file_get_contents( CPAC_DIR . 'readme.txt' );
432
+ $items = explode('= ' . CPAC_VERSION . ' =', $items);
433
+ $items = end( $items );
434
  $items = current( explode("\n\n", $items) );
435
  $items = current( explode("= ", $items) );
436
  $items = array_filter( array_map('trim', explode("*", $items)) );
codepress-admin-columns.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
 
4
  Plugin Name: Codepress Admin Columns
5
- Version: 2.2.6.3
6
  Description: Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface.
7
  Author: Codepress
8
  Author URI: http://www.codepresshq.com
@@ -33,7 +33,7 @@ if ( ! defined( 'ABSPATH' ) ) {
33
  }
34
 
35
  // Plugin information
36
- define( 'CPAC_VERSION', '2.2.6.3' ); // current plugin version
37
  define( 'CPAC_UPGRADE_VERSION', '2.0.0' ); // this is the latest version which requires an upgrade
38
  define( 'CPAC_URL', plugin_dir_url( __FILE__ ) );
39
  define( 'CPAC_DIR', plugin_dir_path( __FILE__ ) );
@@ -393,7 +393,7 @@ class CPAC {
393
  return $links;
394
  }
395
 
396
- array_unshift( $links, '<a href="' . admin_url("options-general.php") . '?page=codepress-admin-columns">' . __( 'Settings' ) . '</a>' );
397
  return $links;
398
  }
399
 
2
  /*
3
 
4
  Plugin Name: Codepress Admin Columns
5
+ Version: 2.2.6.4
6
  Description: Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface.
7
  Author: Codepress
8
  Author URI: http://www.codepresshq.com
33
  }
34
 
35
  // Plugin information
36
+ define( 'CPAC_VERSION', '2.2.6.4' ); // current plugin version
37
  define( 'CPAC_UPGRADE_VERSION', '2.0.0' ); // this is the latest version which requires an upgrade
38
  define( 'CPAC_URL', plugin_dir_url( __FILE__ ) );
39
  define( 'CPAC_DIR', plugin_dir_path( __FILE__ ) );
393
  return $links;
394
  }
395
 
396
+ array_unshift( $links, '<a href="' . esc_url( admin_url( "options-general.php?page=codepress-admin-columns" ) ) . '">' . __( 'Settings' ) . '</a>' );
397
  return $links;
398
  }
399
 
languages/cpac-ar.mo CHANGED
Binary file
languages/cpac-ar.po CHANGED
@@ -6,7 +6,7 @@ msgstr ""
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
  "POT-Creation-Date: 2014-05-22 17:03+0100\n"
9
- "PO-Revision-Date: 2014-06-23 11:39+0100\n"
10
  "Last-Translator: Codepress <info@codepress.nl>\n"
11
  "Language-Team: Arabic (http://www.transifex.com/projects/p/admin-columns/"
12
  "language/ar/)\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "Language: ar\n"
17
  "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
18
  "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
19
- "X-Generator: Poedit 1.6.5\n"
20
  "X-Poedit-Basepath: .\n"
21
  "X-Poedit-KeywordsList: __;_e\n"
22
  "X-Poedit-SourceCharset: UTF-8\n"
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
  "POT-Creation-Date: 2014-05-22 17:03+0100\n"
9
+ "PO-Revision-Date: 2014-08-28 12:17+0100\n"
10
  "Last-Translator: Codepress <info@codepress.nl>\n"
11
  "Language-Team: Arabic (http://www.transifex.com/projects/p/admin-columns/"
12
  "language/ar/)\n"
16
  "Language: ar\n"
17
  "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
18
  "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
19
+ "X-Generator: Poedit 1.6.8\n"
20
  "X-Poedit-Basepath: .\n"
21
  "X-Poedit-KeywordsList: __;_e\n"
22
  "X-Poedit-SourceCharset: UTF-8\n"
languages/cpac-da_DK.mo CHANGED
Binary file
languages/cpac-da_DK.po CHANGED
@@ -7,7 +7,7 @@ msgstr ""
7
  "Project-Id-Version: Admin Columns\n"
8
  "Report-Msgid-Bugs-To: \n"
9
  "POT-Creation-Date: 2014-05-22 17:03+0100\n"
10
- "PO-Revision-Date: 2014-06-23 11:39+0100\n"
11
  "Last-Translator: Codepress <info@codepress.nl>\n"
12
  "Language-Team: Danish (Denmark) (http://www.transifex.com/projects/p/admin-"
13
  "columns/language/da_DK/)\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: da_DK\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
- "X-Generator: Poedit 1.6.5\n"
20
  "X-Poedit-Basepath: .\n"
21
  "X-Poedit-KeywordsList: __;_e\n"
22
  "X-Poedit-SourceCharset: UTF-8\n"
7
  "Project-Id-Version: Admin Columns\n"
8
  "Report-Msgid-Bugs-To: \n"
9
  "POT-Creation-Date: 2014-05-22 17:03+0100\n"
10
+ "PO-Revision-Date: 2014-08-28 12:17+0100\n"
11
  "Last-Translator: Codepress <info@codepress.nl>\n"
12
  "Language-Team: Danish (Denmark) (http://www.transifex.com/projects/p/admin-"
13
  "columns/language/da_DK/)\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: da_DK\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
+ "X-Generator: Poedit 1.6.8\n"
20
  "X-Poedit-Basepath: .\n"
21
  "X-Poedit-KeywordsList: __;_e\n"
22
  "X-Poedit-SourceCharset: UTF-8\n"
languages/cpac-es_ES.mo CHANGED
Binary file
languages/cpac-es_ES.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Codepress Admin Columns\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2014-08-19 21:05+0100\n"
6
- "PO-Revision-Date: 2014-08-19 21:05+0100\n"
7
  "Last-Translator: Codepress <info@codepress.nl>\n"
8
  "Language-Team: Codepress <info@codepress.nl>\n"
9
  "Language: en_GB\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 1.6.7\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
  "X-Poedit-SearchPath-1: ..\n"
3
  "Project-Id-Version: Codepress Admin Columns\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2014-08-19 21:05+0100\n"
6
+ "PO-Revision-Date: 2014-08-28 12:17+0100\n"
7
  "Last-Translator: Codepress <info@codepress.nl>\n"
8
  "Language-Team: Codepress <info@codepress.nl>\n"
9
  "Language: en_GB\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 1.6.8\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
  "X-Poedit-SearchPath-1: ..\n"
languages/cpac-fr_FR.mo CHANGED
Binary file
languages/cpac-fr_FR.po CHANGED
@@ -1,4 +1,4 @@
1
- #
2
  # Translators:
3
  # 16kbit <code@ms-studio.net>, 2014
4
  # Jean-Christophe Brebion <pro@jcbrebion.com>, 2014
@@ -9,20 +9,21 @@ msgstr ""
9
  "Project-Id-Version: Admin Columns\n"
10
  "Report-Msgid-Bugs-To: \n"
11
  "POT-Creation-Date: 2014-05-22 17:03+0100\n"
12
- "PO-Revision-Date: 2014-07-04 14:43+0000\n"
13
- "Last-Translator: Mohamed-Younès BOUMEDIENE <m-boumediene@live.fr>\n"
14
- "Language-Team: French (France) (http://www.transifex.com/projects/p/admin-columns/language/fr_FR/)\n"
 
15
  "MIME-Version: 1.0\n"
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
  "Content-Transfer-Encoding: 8bit\n"
18
  "Language: fr_FR\n"
19
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
20
- "X-Generator: Poedit 1.6.5\n"
21
  "X-Poedit-Basepath: .\n"
22
  "X-Poedit-KeywordsList: __;_e\n"
 
23
  "X-Poedit-SearchPath-0: .\n"
24
  "X-Poedit-SearchPath-1: ..\n"
25
- "X-Poedit-SourceCharset: UTF-8\n"
26
 
27
  #: ../classes/addons.php:117
28
  msgid "Third party plugin integration"
@@ -71,7 +72,9 @@ msgstr "Exemple :"
71
  msgid ""
72
  "Leave empty for WordPress date format, change your <a href=\"%s\">default "
73
  "date format here</a>."
74
- msgstr "Laisser vide pour utiliser le format spécifié par WordPress, modifier votre <a href=\"%s\">votre format de date par défaut ici</a>."
 
 
75
 
76
  #: ../classes/column.php:761
77
  msgid "Documentation on date and time formatting."
@@ -164,7 +167,9 @@ msgstr "Champ ACF"
164
 
165
  #: ../classes/column/acf-placeholder.php:32
166
  msgid "This feature is only available in Admin Columns Pro - Developer."
167
- msgstr "Cette caractéristique est essentiellement disponible pour l'admin colonne Pro - Développeur."
 
 
168
 
169
  #: ../classes/column/acf-placeholder.php:35
170
  #, php-format
@@ -176,8 +181,8 @@ msgstr ""
176
  #: ../classes/column/acf-placeholder.php:38
177
  msgid ""
178
  "Admin Columns Pro - Developer offers full Advanced Custom Fields "
179
- "integeration, allowing you to easily display and edit ACF fields from within"
180
- " your posts overview."
181
  msgstr ""
182
 
183
  #: ../classes/column/acf-placeholder.php:40
@@ -721,7 +726,11 @@ msgid ""
721
  "This plugin is for adding and removing additional columns to the "
722
  "administration screens for post(types), pages, media library, comments, "
723
  "links and users. Change the column's label and reorder them."
724
- msgstr "Cette extension permet l'ajout et la suppression de colonnes additionnelles dans les écrans d'administration pour les articles (types), pages, librairie des médias, commentaires, liens et usagers. Modifier le libellé des colonnes et réarranger leur ordre à votre guise."
 
 
 
 
725
 
726
  #: ../classes/settings.php:279
727
  msgid "Basics"
@@ -734,7 +743,9 @@ msgstr "Modifier l'ordre"
734
  #: ../classes/settings.php:282
735
  msgid ""
736
  "By dragging the columns you can change the order which they will appear in."
737
- msgstr "En déplaçant les colonnes vous modifierez ainsi l'ordre dans lequel ils apparaissent."
 
 
738
 
739
  #: ../classes/settings.php:283
740
  msgid "Change label"
@@ -784,9 +795,10 @@ msgstr "Utile : Ceci affiche les 20 premiers mots de l'article."
784
 
785
  #: ../classes/settings.php:298
786
  msgid ""
787
- "Value: should be an array. This will flatten any ( multi dimensional ) "
788
- "array."
789
- msgstr "Utile : Ce devrait être un tableau. Ce sera n'importe quel tableau (multidimensionnel) flottant."
 
790
 
791
  #: ../classes/settings.php:299
792
  msgid ""
@@ -900,9 +912,11 @@ msgstr "Changements dans la base de données"
900
 
901
  #: ../classes/settings.php:438
902
  msgid ""
903
- "The database has been changed between versions 1 and 2. But we made sure you"
904
- " can still roll back to version 1x without any issues."
905
- msgstr "La base de données à été modifiée entre les versions 1 et 2. Mais nous sommes sûr que vous pouvez retourner à la version 1x sans aucun problème."
 
 
906
 
907
  #: ../classes/settings.php:441
908
  msgid "Make sure you backup your database and then click"
@@ -918,9 +932,9 @@ msgstr "Problèmes potentiels"
918
 
919
  #: ../classes/settings.php:445
920
  msgid ""
921
- "Do to the sizable refactoring the code, surounding Addons and "
922
- "action/filters, your website may not operate correctly. It is important that"
923
- " you read the full"
924
  msgstr ""
925
 
926
  #: ../classes/settings.php:445
@@ -991,7 +1005,9 @@ msgstr "Rétablir les réglages"
991
 
992
  #: ../classes/settings.php:594
993
  msgid "This will delete all column settings and restore the default settings."
994
- msgstr "Cette opération va supprimer tous les paramètres de colonnes et restaure tous les paramètres par défaut."
 
 
995
 
996
  #: ../classes/settings.php:600
997
  msgid "Restore default settings"
@@ -1001,7 +1017,9 @@ msgstr "Restaurer les paramètres par défaut"
1001
  msgid ""
1002
  "Warning! ALL saved admin columns data will be deleted. This cannot be "
1003
  "undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
1004
- msgstr "Attention! Tous les données des colonnes d'administration seront supprimées. Cela n'est pas irréversible. \\'OK\\' supprimer, \\'Annuler\\' arrêter"
 
 
1005
 
1006
  #: ../classes/settings.php:620 ../codepress-admin-columns.php:354
1007
  msgid "Settings"
@@ -1026,8 +1044,8 @@ msgstr "Taxonomie"
1026
  #: ../classes/settings.php:668
1027
  #, php-format
1028
  msgid ""
1029
- "The columns for <strong>%s</strong> are set up via PHP and can therefore not"
1030
- " be edited in the admin panel."
1031
  msgstr ""
1032
 
1033
  #: ../classes/settings.php:678
@@ -1041,8 +1059,8 @@ msgstr "Mettre à jour"
1041
  #: ../classes/settings.php:686
1042
  #, php-format
1043
  msgid ""
1044
- "Warning! The %s columns data will be deleted. This cannot be undone. "
1045
- "\\'OK\\' to delete, \\'Cancel\\' to stop"
1046
  msgstr ""
1047
 
1048
  #: ../classes/settings.php:687
@@ -1203,7 +1221,9 @@ msgstr "Erreur"
1203
  msgid ""
1204
  "Sorry. Something went wrong during the upgrade process. Please report this "
1205
  "on the support forum."
1206
- msgstr "Désoler. Quelque chose ne c'est pas bien déroulé durant la mise à jour. Veuillez reporter cela au support du forum."
 
 
1207
 
1208
  #: ../codepress-admin-columns.php:439
1209
  msgid "Edit columns"
1
+ #
2
  # Translators:
3
  # 16kbit <code@ms-studio.net>, 2014
4
  # Jean-Christophe Brebion <pro@jcbrebion.com>, 2014
9
  "Project-Id-Version: Admin Columns\n"
10
  "Report-Msgid-Bugs-To: \n"
11
  "POT-Creation-Date: 2014-05-22 17:03+0100\n"
12
+ "PO-Revision-Date: 2014-08-28 12:17+0100\n"
13
+ "Last-Translator: Codepress <info@codepress.nl>\n"
14
+ "Language-Team: French (France) (http://www.transifex.com/projects/p/admin-"
15
+ "columns/language/fr_FR/)\n"
16
  "MIME-Version: 1.0\n"
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
  "Content-Transfer-Encoding: 8bit\n"
19
  "Language: fr_FR\n"
20
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
21
+ "X-Generator: Poedit 1.6.8\n"
22
  "X-Poedit-Basepath: .\n"
23
  "X-Poedit-KeywordsList: __;_e\n"
24
+ "X-Poedit-SourceCharset: UTF-8\n"
25
  "X-Poedit-SearchPath-0: .\n"
26
  "X-Poedit-SearchPath-1: ..\n"
 
27
 
28
  #: ../classes/addons.php:117
29
  msgid "Third party plugin integration"
72
  msgid ""
73
  "Leave empty for WordPress date format, change your <a href=\"%s\">default "
74
  "date format here</a>."
75
+ msgstr ""
76
+ "Laisser vide pour utiliser le format spécifié par WordPress, modifier votre "
77
+ "<a href=\"%s\">votre format de date par défaut ici</a>."
78
 
79
  #: ../classes/column.php:761
80
  msgid "Documentation on date and time formatting."
167
 
168
  #: ../classes/column/acf-placeholder.php:32
169
  msgid "This feature is only available in Admin Columns Pro - Developer."
170
+ msgstr ""
171
+ "Cette caractéristique est essentiellement disponible pour l'admin colonne "
172
+ "Pro - Développeur."
173
 
174
  #: ../classes/column/acf-placeholder.php:35
175
  #, php-format
181
  #: ../classes/column/acf-placeholder.php:38
182
  msgid ""
183
  "Admin Columns Pro - Developer offers full Advanced Custom Fields "
184
+ "integeration, allowing you to easily display and edit ACF fields from within "
185
+ "your posts overview."
186
  msgstr ""
187
 
188
  #: ../classes/column/acf-placeholder.php:40
726
  "This plugin is for adding and removing additional columns to the "
727
  "administration screens for post(types), pages, media library, comments, "
728
  "links and users. Change the column's label and reorder them."
729
+ msgstr ""
730
+ "Cette extension permet l'ajout et la suppression de colonnes additionnelles "
731
+ "dans les écrans d'administration pour les articles (types), pages, librairie "
732
+ "des médias, commentaires, liens et usagers. Modifier le libellé des colonnes "
733
+ "et réarranger leur ordre à votre guise."
734
 
735
  #: ../classes/settings.php:279
736
  msgid "Basics"
743
  #: ../classes/settings.php:282
744
  msgid ""
745
  "By dragging the columns you can change the order which they will appear in."
746
+ msgstr ""
747
+ "En déplaçant les colonnes vous modifierez ainsi l'ordre dans lequel ils "
748
+ "apparaissent."
749
 
750
  #: ../classes/settings.php:283
751
  msgid "Change label"
795
 
796
  #: ../classes/settings.php:298
797
  msgid ""
798
+ "Value: should be an array. This will flatten any ( multi dimensional ) array."
799
+ msgstr ""
800
+ "Utile : Ce devrait être un tableau. Ce sera n'importe quel tableau "
801
+ "(multidimensionnel) flottant."
802
 
803
  #: ../classes/settings.php:299
804
  msgid ""
912
 
913
  #: ../classes/settings.php:438
914
  msgid ""
915
+ "The database has been changed between versions 1 and 2. But we made sure you "
916
+ "can still roll back to version 1x without any issues."
917
+ msgstr ""
918
+ "La base de données à été modifiée entre les versions 1 et 2. Mais nous "
919
+ "sommes sûr que vous pouvez retourner à la version 1x sans aucun problème."
920
 
921
  #: ../classes/settings.php:441
922
  msgid "Make sure you backup your database and then click"
932
 
933
  #: ../classes/settings.php:445
934
  msgid ""
935
+ "Do to the sizable refactoring the code, surounding Addons and action/"
936
+ "filters, your website may not operate correctly. It is important that you "
937
+ "read the full"
938
  msgstr ""
939
 
940
  #: ../classes/settings.php:445
1005
 
1006
  #: ../classes/settings.php:594
1007
  msgid "This will delete all column settings and restore the default settings."
1008
+ msgstr ""
1009
+ "Cette opération va supprimer tous les paramètres de colonnes et restaure "
1010
+ "tous les paramètres par défaut."
1011
 
1012
  #: ../classes/settings.php:600
1013
  msgid "Restore default settings"
1017
  msgid ""
1018
  "Warning! ALL saved admin columns data will be deleted. This cannot be "
1019
  "undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
1020
+ msgstr ""
1021
+ "Attention! Tous les données des colonnes d'administration seront supprimées. "
1022
+ "Cela n'est pas irréversible. \\'OK\\' supprimer, \\'Annuler\\' arrêter"
1023
 
1024
  #: ../classes/settings.php:620 ../codepress-admin-columns.php:354
1025
  msgid "Settings"
1044
  #: ../classes/settings.php:668
1045
  #, php-format
1046
  msgid ""
1047
+ "The columns for <strong>%s</strong> are set up via PHP and can therefore not "
1048
+ "be edited in the admin panel."
1049
  msgstr ""
1050
 
1051
  #: ../classes/settings.php:678
1059
  #: ../classes/settings.php:686
1060
  #, php-format
1061
  msgid ""
1062
+ "Warning! The %s columns data will be deleted. This cannot be undone. \\'OK"
1063
+ "\\' to delete, \\'Cancel\\' to stop"
1064
  msgstr ""
1065
 
1066
  #: ../classes/settings.php:687
1221
  msgid ""
1222
  "Sorry. Something went wrong during the upgrade process. Please report this "
1223
  "on the support forum."
1224
+ msgstr ""
1225
+ "Désoler. Quelque chose ne c'est pas bien déroulé durant la mise à jour. "
1226
+ "Veuillez reporter cela au support du forum."
1227
 
1228
  #: ../codepress-admin-columns.php:439
1229
  msgid "Edit columns"
languages/cpac-hu_HU.mo CHANGED
Binary file
languages/cpac-hu_HU.po CHANGED
@@ -6,7 +6,7 @@ msgstr ""
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
  "POT-Creation-Date: 2014-05-22 17:03+0100\n"
9
- "PO-Revision-Date: 2014-06-23 11:39+0100\n"
10
  "Last-Translator: Codepress <info@codepress.nl>\n"
11
  "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/"
12
  "admin-columns/language/hu_HU/)\n"
@@ -15,7 +15,7 @@ msgstr ""
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: hu_HU\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
- "X-Generator: Poedit 1.6.5\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-KeywordsList: __;_e\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
  "POT-Creation-Date: 2014-05-22 17:03+0100\n"
9
+ "PO-Revision-Date: 2014-08-28 12:17+0100\n"
10
  "Last-Translator: Codepress <info@codepress.nl>\n"
11
  "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/"
12
  "admin-columns/language/hu_HU/)\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: hu_HU\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Generator: Poedit 1.6.8\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-KeywordsList: __;_e\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
languages/cpac-ja.mo CHANGED
Binary file
languages/cpac-ja.po CHANGED
@@ -6,7 +6,7 @@ msgstr ""
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
  "POT-Creation-Date: 2014-05-22 17:03+0100\n"
9
- "PO-Revision-Date: 2014-06-23 11:39+0100\n"
10
  "Last-Translator: Codepress <info@codepress.nl>\n"
11
  "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/admin-"
12
  "columns/language/ja_JP/)\n"
@@ -15,7 +15,7 @@ msgstr ""
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: ja_JP\n"
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
- "X-Generator: Poedit 1.6.5\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-KeywordsList: __;_e\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
  "POT-Creation-Date: 2014-05-22 17:03+0100\n"
9
+ "PO-Revision-Date: 2014-08-28 12:17+0100\n"
10
  "Last-Translator: Codepress <info@codepress.nl>\n"
11
  "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/admin-"
12
  "columns/language/ja_JP/)\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: ja_JP\n"
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "X-Generator: Poedit 1.6.8\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-KeywordsList: __;_e\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
languages/cpac-nl_NL.mo CHANGED
Binary file
languages/cpac-nl_NL.po CHANGED
@@ -1,12 +1,12 @@
1
  #
2
  # Translators:
3
- # Tobias Schutter <info@codepress.nl>, 2013
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
  "POT-Creation-Date: 2014-05-22 17:03+0100\n"
9
- "PO-Revision-Date: 2014-06-23 11:39+0100\n"
10
  "Last-Translator: Codepress <info@codepress.nl>\n"
11
  "Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/"
12
  "admin-columns/language/nl_NL/)\n"
@@ -15,7 +15,7 @@ msgstr ""
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: nl_NL\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
- "X-Generator: Poedit 1.6.5\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-KeywordsList: __;_e\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -24,17 +24,17 @@ msgstr ""
24
 
25
  #: ../classes/addons.php:117
26
  msgid "Third party plugin integration"
27
- msgstr ""
28
 
29
  #: ../classes/addons.php:142
30
  msgid "Advanced Custom Fields"
31
- msgstr ""
32
 
33
  #: ../classes/addons.php:143
34
  msgid ""
35
  "Display and edit Advanced Custom Fields fields in the posts overview in "
36
  "seconds!"
37
- msgstr ""
38
 
39
  #: ../classes/column.php:481
40
  msgid "Thumbnail"
@@ -160,7 +160,7 @@ msgstr "standaard"
160
 
161
  #: ../classes/column/acf-placeholder.php:16
162
  msgid "ACF Field"
163
- msgstr ""
164
 
165
  #: ../classes/column/acf-placeholder.php:32
166
  msgid "This feature is only available in Admin Columns Pro - Developer."
@@ -182,7 +182,7 @@ msgstr ""
182
 
183
  #: ../classes/column/acf-placeholder.php:40
184
  msgid "Find out more"
185
- msgstr ""
186
 
187
  #: ../classes/column/comment/actions.php:14
188
  #: ../classes/column/link/actions.php:14
@@ -299,7 +299,7 @@ msgstr "Kleur"
299
 
300
  #: ../classes/column/custom-field.php:68 ../classes/settings.php:305
301
  msgid "Counter"
302
- msgstr ""
303
 
304
  #: ../classes/column/custom-field.php:71 ../classes/column/link/image.php:12
305
  #: ../classes/settings.php:296
@@ -426,11 +426,11 @@ msgstr "Copyright EXIF"
426
 
427
  #: ../classes/column/media/exif-data.php:39
428
  msgid "Focal Length"
429
- msgstr ""
430
 
431
  #: ../classes/column/media/exif-data.php:40
432
  msgid "ISO"
433
- msgstr ""
434
 
435
  #: ../classes/column/media/exif-data.php:41
436
  msgid "Shutter Speed"
@@ -470,7 +470,7 @@ msgstr "Bijwerken van dit item"
470
 
471
  #: ../classes/column/post/actions.php:62
472
  msgid "Restore this item from the Trash"
473
- msgstr ""
474
 
475
  #: ../classes/column/post/actions.php:64
476
  msgid "Move this item to the Trash"
@@ -518,7 +518,7 @@ msgstr "Toon auteur als"
518
 
519
  #: ../classes/column/post/author-name.php:34
520
  msgid "Display Name"
521
- msgstr ""
522
 
523
  #: ../classes/column/post/author-name.php:35
524
  msgid "First Name"
@@ -886,7 +886,7 @@ msgstr ""
886
 
887
  #: ../classes/settings.php:422
888
  msgid "Addons are seperate plugins which need to be downloaded."
889
- msgstr ""
890
 
891
  #: ../classes/settings.php:422
892
  msgid "Download your Addons"
@@ -894,11 +894,11 @@ msgstr "Download je Addons"
894
 
895
  #: ../classes/settings.php:428
896
  msgid "This website does not use add-ons"
897
- msgstr ""
898
 
899
  #: ../classes/settings.php:428
900
  msgid "See our website for Admin Columns Pro."
901
- msgstr ""
902
 
903
  #: ../classes/settings.php:435
904
  msgid "Important"
@@ -947,6 +947,8 @@ msgid ""
947
  "When you have found a bug please <a href=\"%s\">report them to us</a> so we "
948
  "can fix it in the next release."
949
  msgstr ""
 
 
950
 
951
  #: ../classes/settings.php:448
952
  msgid "Important!"
@@ -990,6 +992,8 @@ msgstr "Pas uw Admin Column instellingen aan."
990
  msgid ""
991
  "Show \"Edit Columns\" button on admin screens. Default is <code>off</code>."
992
  msgstr ""
 
 
993
 
994
  #: ../classes/settings.php:553 ../classes/settings.php:682
995
  msgid "Save"
@@ -1023,7 +1027,7 @@ msgstr "Instellingen"
1023
 
1024
  #: ../classes/settings.php:621
1025
  msgid "Add-ons"
1026
- msgstr ""
1027
 
1028
  #: ../classes/settings.php:647
1029
  msgid "Posttypes"
@@ -1031,7 +1035,7 @@ msgstr ""
1031
 
1032
  #: ../classes/settings.php:648
1033
  msgid "Others"
1034
- msgstr ""
1035
 
1036
  #: ../classes/settings.php:649
1037
  msgid "Taxonomies"
@@ -1081,12 +1085,12 @@ msgstr "Voeg import/export toe"
1081
 
1082
  #: ../classes/settings.php:708
1083
  msgid "Add Direct Editing"
1084
- msgstr ""
1085
 
1086
  #: ../classes/settings.php:711
1087
  #, php-format
1088
  msgid "Check out <a href=\"%s\">Admin Columns Pro</a> for more details!"
1089
- msgstr ""
1090
 
1091
  #: ../classes/settings.php:742
1092
  msgid "Support"
@@ -1113,27 +1117,27 @@ msgstr "Voeg Kolom toe"
1113
 
1114
  #: ../classes/settings.php:853
1115
  msgid "Active"
1116
- msgstr ""
1117
 
1118
  #: ../classes/settings.php:854
1119
  msgid "Deactivate"
1120
- msgstr ""
1121
 
1122
  #: ../classes/settings.php:861
1123
  msgid "Installed"
1124
- msgstr ""
1125
 
1126
  #: ../classes/settings.php:862
1127
  msgid "Activate"
1128
- msgstr ""
1129
 
1130
  #: ../classes/settings.php:876
1131
  msgid "Download & Install"
1132
- msgstr ""
1133
 
1134
  #: ../classes/settings.php:881
1135
  msgid "Get this add-on"
1136
- msgstr ""
1137
 
1138
  #: ../classes/storage_model.php:207
1139
  msgid "settings succesfully restored."
1
  #
2
  # Translators:
3
+ # Tobias Schutter <info@codepress.nl>, 2013-2014
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
  "POT-Creation-Date: 2014-05-22 17:03+0100\n"
9
+ "PO-Revision-Date: 2014-08-28 12:17+0100\n"
10
  "Last-Translator: Codepress <info@codepress.nl>\n"
11
  "Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/"
12
  "admin-columns/language/nl_NL/)\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: nl_NL\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Generator: Poedit 1.6.8\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-KeywordsList: __;_e\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
24
 
25
  #: ../classes/addons.php:117
26
  msgid "Third party plugin integration"
27
+ msgstr "Plugin integratie"
28
 
29
  #: ../classes/addons.php:142
30
  msgid "Advanced Custom Fields"
31
+ msgstr "Advanced Custom Fields"
32
 
33
  #: ../classes/addons.php:143
34
  msgid ""
35
  "Display and edit Advanced Custom Fields fields in the posts overview in "
36
  "seconds!"
37
+ msgstr "Toon en bewerk Advanced Custom Fields velden in het post overzicht!"
38
 
39
  #: ../classes/column.php:481
40
  msgid "Thumbnail"
160
 
161
  #: ../classes/column/acf-placeholder.php:16
162
  msgid "ACF Field"
163
+ msgstr "ACF Veld"
164
 
165
  #: ../classes/column/acf-placeholder.php:32
166
  msgid "This feature is only available in Admin Columns Pro - Developer."
182
 
183
  #: ../classes/column/acf-placeholder.php:40
184
  msgid "Find out more"
185
+ msgstr "Meer weten"
186
 
187
  #: ../classes/column/comment/actions.php:14
188
  #: ../classes/column/link/actions.php:14
299
 
300
  #: ../classes/column/custom-field.php:68 ../classes/settings.php:305
301
  msgid "Counter"
302
+ msgstr "Teller"
303
 
304
  #: ../classes/column/custom-field.php:71 ../classes/column/link/image.php:12
305
  #: ../classes/settings.php:296
426
 
427
  #: ../classes/column/media/exif-data.php:39
428
  msgid "Focal Length"
429
+ msgstr "Brandpuntsafstand"
430
 
431
  #: ../classes/column/media/exif-data.php:40
432
  msgid "ISO"
433
+ msgstr "ISO"
434
 
435
  #: ../classes/column/media/exif-data.php:41
436
  msgid "Shutter Speed"
470
 
471
  #: ../classes/column/post/actions.php:62
472
  msgid "Restore this item from the Trash"
473
+ msgstr "Herstel dit item uit de prullenbak"
474
 
475
  #: ../classes/column/post/actions.php:64
476
  msgid "Move this item to the Trash"
518
 
519
  #: ../classes/column/post/author-name.php:34
520
  msgid "Display Name"
521
+ msgstr "Schermnaam"
522
 
523
  #: ../classes/column/post/author-name.php:35
524
  msgid "First Name"
886
 
887
  #: ../classes/settings.php:422
888
  msgid "Addons are seperate plugins which need to be downloaded."
889
+ msgstr "Add-ons zijn aparte plugins die moeten worden gedownload."
890
 
891
  #: ../classes/settings.php:422
892
  msgid "Download your Addons"
894
 
895
  #: ../classes/settings.php:428
896
  msgid "This website does not use add-ons"
897
+ msgstr "Deze website gebruikt geen add-ons"
898
 
899
  #: ../classes/settings.php:428
900
  msgid "See our website for Admin Columns Pro."
901
+ msgstr "Bekijk onze website Admin Column Pro"
902
 
903
  #: ../classes/settings.php:435
904
  msgid "Important"
947
  "When you have found a bug please <a href=\"%s\">report them to us</a> so we "
948
  "can fix it in the next release."
949
  msgstr ""
950
+ "Mocht je een bug vinden, <a href=\"%s\">rapporteer deze aan ons</a> zodat we "
951
+ "die kunnen herstellen in een volgende versie."
952
 
953
  #: ../classes/settings.php:448
954
  msgid "Important!"
992
  msgid ""
993
  "Show \"Edit Columns\" button on admin screens. Default is <code>off</code>."
994
  msgstr ""
995
+ "Toon \"Bewerk Kolommen\" knop op de admin schermen. Standaard waarde is "
996
+ "<code>uit</code>."
997
 
998
  #: ../classes/settings.php:553 ../classes/settings.php:682
999
  msgid "Save"
1027
 
1028
  #: ../classes/settings.php:621
1029
  msgid "Add-ons"
1030
+ msgstr "Add-ons"
1031
 
1032
  #: ../classes/settings.php:647
1033
  msgid "Posttypes"
1035
 
1036
  #: ../classes/settings.php:648
1037
  msgid "Others"
1038
+ msgstr "Overige"
1039
 
1040
  #: ../classes/settings.php:649
1041
  msgid "Taxonomies"
1085
 
1086
  #: ../classes/settings.php:708
1087
  msgid "Add Direct Editing"
1088
+ msgstr "Toevoegen Direct Bewerken"
1089
 
1090
  #: ../classes/settings.php:711
1091
  #, php-format
1092
  msgid "Check out <a href=\"%s\">Admin Columns Pro</a> for more details!"
1093
+ msgstr "Bekijk <a href=\"%s\">Admin Columns Pro</a> voor meer details!"
1094
 
1095
  #: ../classes/settings.php:742
1096
  msgid "Support"
1117
 
1118
  #: ../classes/settings.php:853
1119
  msgid "Active"
1120
+ msgstr "Activeer"
1121
 
1122
  #: ../classes/settings.php:854
1123
  msgid "Deactivate"
1124
+ msgstr "Deactiveer"
1125
 
1126
  #: ../classes/settings.php:861
1127
  msgid "Installed"
1128
+ msgstr "Geinstalleerd"
1129
 
1130
  #: ../classes/settings.php:862
1131
  msgid "Activate"
1132
+ msgstr "Activeer"
1133
 
1134
  #: ../classes/settings.php:876
1135
  msgid "Download & Install"
1136
+ msgstr "Download & Installeer"
1137
 
1138
  #: ../classes/settings.php:881
1139
  msgid "Get this add-on"
1140
+ msgstr "Ga naar deze add-on"
1141
 
1142
  #: ../classes/storage_model.php:207
1143
  msgid "settings succesfully restored."
languages/cpac-pl_PL.mo CHANGED
Binary file
languages/cpac-pl_PL.po CHANGED
@@ -6,7 +6,7 @@ msgstr ""
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
  "POT-Creation-Date: 2014-05-22 17:03+0100\n"
9
- "PO-Revision-Date: 2014-06-23 11:39+0100\n"
10
  "Last-Translator: Codepress <info@codepress.nl>\n"
11
  "Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/admin-"
12
  "columns/language/pl_PL/)\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "Language: pl_PL\n"
17
  "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
18
  "|| n%100>=20) ? 1 : 2);\n"
19
- "X-Generator: Poedit 1.6.5\n"
20
  "X-Poedit-Basepath: .\n"
21
  "X-Poedit-KeywordsList: __;_e\n"
22
  "X-Poedit-SourceCharset: UTF-8\n"
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
  "POT-Creation-Date: 2014-05-22 17:03+0100\n"
9
+ "PO-Revision-Date: 2014-08-28 12:17+0100\n"
10
  "Last-Translator: Codepress <info@codepress.nl>\n"
11
  "Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/admin-"
12
  "columns/language/pl_PL/)\n"
16
  "Language: pl_PL\n"
17
  "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
18
  "|| n%100>=20) ? 1 : 2);\n"
19
+ "X-Generator: Poedit 1.6.8\n"
20
  "X-Poedit-Basepath: .\n"
21
  "X-Poedit-KeywordsList: __;_e\n"
22
  "X-Poedit-SourceCharset: UTF-8\n"
languages/cpac-pt_BR.mo ADDED
Binary file
languages/cpac-pt_BR.po ADDED
@@ -0,0 +1,1274 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # Translators:
3
+ # Adriano Estevam <aestevam@gmail.com>, 2013
4
+ # André Mácola Machado <andremacola@gmail.com>, 2014
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: Admin Columns\n"
8
+ "Report-Msgid-Bugs-To: \n"
9
+ "POT-Creation-Date: 2014-05-22 17:03+0100\n"
10
+ "PO-Revision-Date: 2014-08-28 12:17+0100\n"
11
+ "Last-Translator: Codepress <info@codepress.nl>\n"
12
+ "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/"
13
+ "admin-columns/language/pt_BR/)\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Language: pt_BR\n"
18
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
19
+ "X-Generator: Poedit 1.6.8\n"
20
+ "X-Poedit-Basepath: .\n"
21
+ "X-Poedit-KeywordsList: __;_e\n"
22
+ "X-Poedit-SourceCharset: UTF-8\n"
23
+ "X-Poedit-SearchPath-0: .\n"
24
+ "X-Poedit-SearchPath-1: ..\n"
25
+
26
+ #: ../classes/addons.php:117
27
+ msgid "Third party plugin integration"
28
+ msgstr "Integração com plug-in de terceiros"
29
+
30
+ #: ../classes/addons.php:142
31
+ msgid "Advanced Custom Fields"
32
+ msgstr "Advanced Custom Fields"
33
+
34
+ #: ../classes/addons.php:143
35
+ msgid ""
36
+ "Display and edit Advanced Custom Fields fields in the posts overview in "
37
+ "seconds!"
38
+ msgstr "Exibir e editar campos do ACF na tela de posts em segundos!"
39
+
40
+ #: ../classes/column.php:481
41
+ msgid "Thumbnail"
42
+ msgstr "Miniatura"
43
+
44
+ #: ../classes/column.php:482
45
+ msgid "Medium"
46
+ msgstr "Médio"
47
+
48
+ #: ../classes/column.php:483
49
+ msgid "Large"
50
+ msgstr "Grande"
51
+
52
+ #: ../classes/column.php:484
53
+ msgid "Full"
54
+ msgstr "Original"
55
+
56
+ #: ../classes/column.php:751
57
+ msgid "Date Format"
58
+ msgstr "Formato de Data"
59
+
60
+ #: ../classes/column.php:752
61
+ msgid "This will determine how the date will be displayed."
62
+ msgstr "Determina como a data será mostrada"
63
+
64
+ #: ../classes/column.php:758
65
+ msgid "Example:"
66
+ msgstr "Exemplo"
67
+
68
+ #: ../classes/column.php:760
69
+ #, php-format
70
+ msgid ""
71
+ "Leave empty for WordPress date format, change your <a href=\"%s\">default "
72
+ "date format here</a>."
73
+ msgstr ""
74
+ "Deixe em branco para o formato padrão do Wordpress, mude o <a href=\"%s"
75
+ "\">formato padrão data aqui</a>."
76
+
77
+ #: ../classes/column.php:761
78
+ msgid "Documentation on date and time formatting."
79
+ msgstr "Documentação para formatos de data e hora"
80
+
81
+ #: ../classes/column.php:775
82
+ msgid "Excerpt length"
83
+ msgstr "Tamanho do Resumo"
84
+
85
+ #: ../classes/column.php:776
86
+ msgid "Number of words"
87
+ msgstr "Número de Palavras"
88
+
89
+ #: ../classes/column.php:794
90
+ msgid "Preview size"
91
+ msgstr "Tamanho do preview"
92
+
93
+ #: ../classes/column.php:811 ../classes/storage_model.php:505
94
+ msgid "Custom"
95
+ msgstr "Personalizado"
96
+
97
+ #: ../classes/column.php:814
98
+ msgid "width"
99
+ msgstr "largura"
100
+
101
+ #: ../classes/column.php:817
102
+ msgid "height"
103
+ msgstr "altura"
104
+
105
+ #: ../classes/column.php:831
106
+ msgid "Before"
107
+ msgstr "Antes"
108
+
109
+ #: ../classes/column.php:831
110
+ msgid "This text will appear before the custom field value."
111
+ msgstr "Este texto aparecerá antes do valor do campo personalizado."
112
+
113
+ #: ../classes/column.php:837
114
+ msgid "After"
115
+ msgstr "Depois"
116
+
117
+ #: ../classes/column.php:837
118
+ msgid "This text will appear after the custom field value."
119
+ msgstr "Este texto aparecerá depois do valor do campo personalizado."
120
+
121
+ #: ../classes/column.php:926 ../classes/column/comment/actions.php:96
122
+ #: ../classes/column/link/actions.php:45 ../classes/column/post/actions.php:57
123
+ #: ../classes/column/user/actions.php:66
124
+ msgid "Edit"
125
+ msgstr "Editar"
126
+
127
+ #: ../classes/column.php:927 ../classes/column.php:1005
128
+ #: ../classes/column/user/actions.php:74
129
+ msgid "Remove"
130
+ msgstr "Remover"
131
+
132
+ #: ../classes/column.php:945
133
+ msgid "Type"
134
+ msgstr "Tipo"
135
+
136
+ #: ../classes/column.php:945
137
+ msgid "Choose a column type."
138
+ msgstr "Escolha um tipo."
139
+
140
+ #: ../classes/column.php:945 ../classes/column/comment/ID.php:12
141
+ #: ../classes/column/link/ID.php:12 ../classes/column/media/ID.php:12
142
+ #: ../classes/column/post/ID.php:12
143
+ msgid "ID"
144
+ msgstr "ID"
145
+
146
+ #: ../classes/column.php:955
147
+ msgid "Label"
148
+ msgstr "Titulo"
149
+
150
+ #: ../classes/column.php:955
151
+ msgid "This is the name which will appear as the column header."
152
+ msgstr "Nome que aparecerá no cabeçalho da coluna."
153
+
154
+ #: ../classes/column.php:962 ../classes/column/media/width.php:12
155
+ msgid "Width"
156
+ msgstr "Width"
157
+
158
+ #: ../classes/column.php:964 ../classes/column.php:965
159
+ msgid "default"
160
+ msgstr "padrão"
161
+
162
+ #: ../classes/column/acf-placeholder.php:16
163
+ msgid "ACF Field"
164
+ msgstr "Campo do ACF"
165
+
166
+ #: ../classes/column/acf-placeholder.php:32
167
+ msgid "This feature is only available in Admin Columns Pro - Developer."
168
+ msgstr ""
169
+ "Recurso disponível somente na versão Admin de Colunas Pro - Desenvolvedor."
170
+
171
+ #: ../classes/column/acf-placeholder.php:35
172
+ #, php-format
173
+ msgid ""
174
+ "If you have a developer licence please download & install your ACF add-on "
175
+ "from the <a href='%s'>add-ons tab</a>."
176
+ msgstr ""
177
+ "Se você tem uma licença de desenvolvedor, por favor faça o download e "
178
+ "instale o add-on do ACF a partir da <a href='%s'>aba de add-ons</a>."
179
+
180
+ #: ../classes/column/acf-placeholder.php:38
181
+ msgid ""
182
+ "Admin Columns Pro - Developer offers full Advanced Custom Fields "
183
+ "integeration, allowing you to easily display and edit ACF fields from within "
184
+ "your posts overview."
185
+ msgstr ""
186
+ "Admin de Colunas Pro - Desenvolvedor oferece uma integração completa com o "
187
+ "Advanced Custom Fields, permitindo você facilmente exibir e editar campos do "
188
+ "ACF direto da tela principal de posts."
189
+
190
+ #: ../classes/column/acf-placeholder.php:40
191
+ msgid "Find out more"
192
+ msgstr "Saiba mais."
193
+
194
+ #: ../classes/column/comment/actions.php:14
195
+ #: ../classes/column/link/actions.php:14
196
+ #: ../classes/column/media/actions.php:14
197
+ #: ../classes/column/post/actions.php:14 ../classes/column/user/actions.php:14
198
+ msgid "Actions"
199
+ msgstr "Ações"
200
+
201
+ #: ../classes/column/comment/actions.php:73
202
+ #: ../classes/column/comment/actions.php:78
203
+ msgid "Unapprove"
204
+ msgstr "Desaprovar"
205
+
206
+ #: ../classes/column/comment/actions.php:75
207
+ #: ../classes/column/comment/actions.php:77
208
+ msgid "Approve"
209
+ msgstr "Aprovar"
210
+
211
+ #: ../classes/column/comment/actions.php:86
212
+ #: ../classes/column/post/actions.php:62 ../classes/settings.php:687
213
+ msgid "Restore"
214
+ msgstr "Restaurar"
215
+
216
+ #: ../classes/column/comment/actions.php:90
217
+ #: ../classes/column/post/actions.php:66
218
+ msgid "Delete Permanently"
219
+ msgstr "Excluir permanentemente"
220
+
221
+ #: ../classes/column/comment/actions.php:97
222
+ #: ../classes/column/post/actions.php:58
223
+ msgid "Quick&nbsp;Edit"
224
+ msgstr "Edição&nbsp;rápida"
225
+
226
+ #: ../classes/column/comment/actions.php:98
227
+ msgid "Reply"
228
+ msgstr "Responder"
229
+
230
+ #: ../classes/column/comment/agent.php:12
231
+ msgid "Agent"
232
+ msgstr "Agente"
233
+
234
+ #: ../classes/column/comment/approved.php:12
235
+ #: ../classes/column/post/comment-count.php:31
236
+ msgid "Approved"
237
+ msgstr "Aprovado"
238
+
239
+ #: ../classes/column/comment/author-avatar.php:12
240
+ msgid "Avatar"
241
+ msgstr "Avatar"
242
+
243
+ #: ../classes/column/comment/author-email.php:12
244
+ msgid "Author email"
245
+ msgstr "Email do autor"
246
+
247
+ #: ../classes/column/comment/author-ip.php:12
248
+ msgid "Author IP"
249
+ msgstr "IP do autor"
250
+
251
+ #: ../classes/column/comment/author-url.php:12
252
+ msgid "Author url"
253
+ msgstr "Url do autor"
254
+
255
+ #: ../classes/column/comment/author.php:12
256
+ msgid "Author"
257
+ msgstr "Autor"
258
+
259
+ #: ../classes/column/comment/date-gmt.php:12
260
+ msgid "Date GMT"
261
+ msgstr "Data GMT"
262
+
263
+ #: ../classes/column/comment/date-gmt.php:25
264
+ #: ../classes/column/comment/date.php:25
265
+ #, php-format
266
+ msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
267
+ msgstr "Enviado em <a href=\"%1$s\">%2$s às %3$s</a>"
268
+
269
+ #: ../classes/column/comment/date.php:12 ../classes/column/custom-field.php:69
270
+ #: ../classes/settings.php:300
271
+ msgid "Date"
272
+ msgstr "Data"
273
+
274
+ #: ../classes/column/comment/excerpt.php:13
275
+ #: ../classes/column/custom-field.php:70 ../classes/column/post/excerpt.php:13
276
+ #: ../classes/settings.php:297
277
+ msgid "Excerpt"
278
+ msgstr "Resumo"
279
+
280
+ #: ../classes/column/comment/reply-to.php:12
281
+ msgid "In Reply To"
282
+ msgstr "Em resposta à"
283
+
284
+ #: ../classes/column/comment/word-count.php:12
285
+ #: ../classes/column/post/word-count.php:12
286
+ msgid "Word count"
287
+ msgstr "Contador de palavras"
288
+
289
+ #: ../classes/column/custom-field.php:16
290
+ #: ../classes/column/custom-field.php:384 ../classes/settings.php:290
291
+ msgid "Custom Field"
292
+ msgstr "Campo personalizado"
293
+
294
+ #: ../classes/column/custom-field.php:65 ../classes/settings.php:295
295
+ #: ../classes/storage_model.php:504
296
+ msgid "Default"
297
+ msgstr "Padrão"
298
+
299
+ #: ../classes/column/custom-field.php:66
300
+ msgid "Checkmark (true/false)"
301
+ msgstr "Checkmark (true/false)"
302
+
303
+ #: ../classes/column/custom-field.php:67 ../classes/settings.php:304
304
+ msgid "Color"
305
+ msgstr "Cor"
306
+
307
+ #: ../classes/column/custom-field.php:68 ../classes/settings.php:305
308
+ msgid "Counter"
309
+ msgstr "Contador"
310
+
311
+ #: ../classes/column/custom-field.php:71 ../classes/column/link/image.php:12
312
+ #: ../classes/settings.php:296
313
+ msgid "Image"
314
+ msgstr "Imagem"
315
+
316
+ #: ../classes/column/custom-field.php:72 ../classes/storage_model/media.php:13
317
+ msgid "Media Library"
318
+ msgstr "Biblioteca de mídia"
319
+
320
+ #: ../classes/column/custom-field.php:73 ../classes/settings.php:298
321
+ msgid "Multiple Values"
322
+ msgstr "Vários valores"
323
+
324
+ #: ../classes/column/custom-field.php:74 ../classes/settings.php:299
325
+ msgid "Numeric"
326
+ msgstr "Numerico"
327
+
328
+ #: ../classes/column/custom-field.php:75
329
+ msgid "Post Title (Post ID's)"
330
+ msgstr "Título do Post (Post ID's)"
331
+
332
+ #: ../classes/column/custom-field.php:76
333
+ msgid "Username (User ID's)"
334
+ msgstr "Usuário (User ID's)"
335
+
336
+ #: ../classes/column/custom-field.php:384
337
+ msgid "Select your custom field."
338
+ msgstr "Selecione seu campo personalizado"
339
+
340
+ #: ../classes/column/custom-field.php:394
341
+ msgid "No custom fields available."
342
+ msgstr "Nenhum campo personalizado disponível"
343
+
344
+ #: ../classes/column/custom-field.php:401
345
+ msgid "Field Type"
346
+ msgstr "Tipo de campo"
347
+
348
+ #: ../classes/column/custom-field.php:401
349
+ msgid "This will determine how the value will be displayed."
350
+ msgstr "Isso determinará como o valor será exibido."
351
+
352
+ #: ../classes/column/link/actions.php:46
353
+ #, php-format
354
+ msgid ""
355
+ "You are about to delete this link '%s'\n"
356
+ " 'Cancel' to stop, 'OK' to delete."
357
+ msgstr ""
358
+ "Você está prestes a excluir este link '%s'\n"
359
+ " 'Cancelar' para interromper, 'OK' para excluir."
360
+
361
+ #: ../classes/column/link/actions.php:46 ../classes/column/user/actions.php:72
362
+ msgid "Delete"
363
+ msgstr "Excluir"
364
+
365
+ #: ../classes/column/link/description.php:12
366
+ #: ../classes/column/media/description.php:12
367
+ #: ../classes/column/user/description.php:14
368
+ msgid "Description"
369
+ msgstr "Descrição"
370
+
371
+ #: ../classes/column/link/length.php:12
372
+ msgid "Length"
373
+ msgstr "Quantidade"
374
+
375
+ #: ../classes/column/link/notes.php:13
376
+ msgid "Notes"
377
+ msgstr "Notas"
378
+
379
+ #: ../classes/column/link/owner.php:12
380
+ msgid "Owner"
381
+ msgstr "Proprietário"
382
+
383
+ #: ../classes/column/link/rss.php:12
384
+ msgid "Rss"
385
+ msgstr "Rss"
386
+
387
+ #: ../classes/column/link/target.php:12
388
+ msgid "Target"
389
+ msgstr "Alvo"
390
+
391
+ #: ../classes/column/media/alternate-text.php:12
392
+ msgid "Alt"
393
+ msgstr "Alt"
394
+
395
+ #: ../classes/column/media/available-sizes.php:14
396
+ msgid "Available Sizes"
397
+ msgstr "Tamanhos disponíveis"
398
+
399
+ #: ../classes/column/media/available-sizes.php:37
400
+ msgid "full size"
401
+ msgstr "Tamanho completo"
402
+
403
+ #: ../classes/column/media/caption.php:12
404
+ #: ../classes/column/media/exif-data.php:36
405
+ msgid "Caption"
406
+ msgstr "Subtítulo"
407
+
408
+ #: ../classes/column/media/dimensions.php:12
409
+ msgid "Dimensions"
410
+ msgstr "Dimensões"
411
+
412
+ #: ../classes/column/media/exif-data.php:12
413
+ msgid "EXIF data"
414
+ msgstr "Dados EXIF"
415
+
416
+ #: ../classes/column/media/exif-data.php:33
417
+ msgid "Aperture"
418
+ msgstr "Abertura"
419
+
420
+ #: ../classes/column/media/exif-data.php:34
421
+ msgid "Credit"
422
+ msgstr "Crédito"
423
+
424
+ #: ../classes/column/media/exif-data.php:35
425
+ msgid "Camera"
426
+ msgstr "Câmera"
427
+
428
+ #: ../classes/column/media/exif-data.php:37
429
+ msgid "Timestamp"
430
+ msgstr "Timestamp"
431
+
432
+ #: ../classes/column/media/exif-data.php:38
433
+ msgid "Copyright EXIF"
434
+ msgstr "EXIF Copyright"
435
+
436
+ #: ../classes/column/media/exif-data.php:39
437
+ msgid "Focal Length"
438
+ msgstr "Distância Focal"
439
+
440
+ #: ../classes/column/media/exif-data.php:40
441
+ msgid "ISO"
442
+ msgstr "ISO"
443
+
444
+ #: ../classes/column/media/exif-data.php:41
445
+ msgid "Shutter Speed"
446
+ msgstr "Velocidade do obturador"
447
+
448
+ #: ../classes/column/media/exif-data.php:42
449
+ msgid "Title"
450
+ msgstr "Título"
451
+
452
+ #: ../classes/column/media/file-name.php:12
453
+ msgid "File name"
454
+ msgstr "Nome do arquivo"
455
+
456
+ #: ../classes/column/media/file-size.php:12
457
+ msgid "File size"
458
+ msgstr "Tamanho do arquivo"
459
+
460
+ #: ../classes/column/media/full-path.php:12
461
+ msgid "Full path"
462
+ msgstr "Caminho completo"
463
+
464
+ #: ../classes/column/media/height.php:12
465
+ msgid "Height"
466
+ msgstr "Altura"
467
+
468
+ #: ../classes/column/media/mime-type.php:12
469
+ msgid "Mime type"
470
+ msgstr "Mime type"
471
+
472
+ #: ../classes/column/post/actions.php:57
473
+ msgid "Edit this item"
474
+ msgstr "Editar este ítem"
475
+
476
+ #: ../classes/column/post/actions.php:58
477
+ msgid "Edit this item inline"
478
+ msgstr "Editar este ítem inline"
479
+
480
+ #: ../classes/column/post/actions.php:62
481
+ msgid "Restore this item from the Trash"
482
+ msgstr "Restaurar este ítem da Lixeira"
483
+
484
+ #: ../classes/column/post/actions.php:64
485
+ msgid "Move this item to the Trash"
486
+ msgstr "Mover este ítem para a Lixeira"
487
+
488
+ #: ../classes/column/post/actions.php:64
489
+ #: ../classes/column/post/comment-count.php:34
490
+ #: ../classes/column/post/status.php:38
491
+ msgid "Trash"
492
+ msgstr "Lixeira"
493
+
494
+ #: ../classes/column/post/actions.php:66
495
+ msgid "Delete this item permanently"
496
+ msgstr "Excluir este ítem permanentemente"
497
+
498
+ #: ../classes/column/post/actions.php:71
499
+ #, php-format
500
+ msgid "Preview &#8220;%s&#8221;"
501
+ msgstr "Preview &#8220;%s&#8221;"
502
+
503
+ #: ../classes/column/post/actions.php:71
504
+ msgid "Preview"
505
+ msgstr "Preview"
506
+
507
+ #: ../classes/column/post/actions.php:73
508
+ #, php-format
509
+ msgid "View &#8220;%s&#8221;"
510
+ msgstr "Visualizar &#8220;%s&#8221;"
511
+
512
+ #: ../classes/column/post/actions.php:73 ../classes/storage_model.php:701
513
+ msgid "View"
514
+ msgstr "Visualizar"
515
+
516
+ #: ../classes/column/post/attachment-count.php:12
517
+ msgid "No. of Attachments"
518
+ msgstr "No. de Anexos"
519
+
520
+ #: ../classes/column/post/attachment.php:12
521
+ msgid "Attachment"
522
+ msgstr "Anexos"
523
+
524
+ #: ../classes/column/post/author-name.php:12
525
+ msgid "Display Author As"
526
+ msgstr "Exibir Autor Como"
527
+
528
+ #: ../classes/column/post/author-name.php:34
529
+ msgid "Display Name"
530
+ msgstr "Exibir Nome"
531
+
532
+ #: ../classes/column/post/author-name.php:35
533
+ msgid "First Name"
534
+ msgstr "Primeiro Nome"
535
+
536
+ #: ../classes/column/post/author-name.php:36
537
+ msgid "Last Name"
538
+ msgstr "Sobrenome"
539
+
540
+ #: ../classes/column/post/author-name.php:37
541
+ #: ../classes/column/user/nickname.php:14
542
+ msgid "Nickname"
543
+ msgstr "Apelido"
544
+
545
+ #: ../classes/column/post/author-name.php:38
546
+ msgid "User Login"
547
+ msgstr "Nome de Usuário"
548
+
549
+ #: ../classes/column/post/author-name.php:39
550
+ msgid "User Email"
551
+ msgstr "Email do Usuário"
552
+
553
+ #: ../classes/column/post/author-name.php:40 ../classes/column/user/ID.php:14
554
+ msgid "User ID"
555
+ msgstr "ID do Usuário"
556
+
557
+ #: ../classes/column/post/author-name.php:41
558
+ msgid "First and Last Name"
559
+ msgstr "Nome e Sobrenome"
560
+
561
+ #: ../classes/column/post/author-name.php:118
562
+ msgid "This is the format of the author name."
563
+ msgstr "Este é o formato do nome do autor."
564
+
565
+ #: ../classes/column/post/before-moretag.php:14
566
+ msgid "Before More Tag"
567
+ msgstr "Antes de Mais Tag"
568
+
569
+ #: ../classes/column/post/comment-count.php:14
570
+ msgid "Comment count"
571
+ msgstr "Contagem de Comentário"
572
+
573
+ #: ../classes/column/post/comment-count.php:30
574
+ msgid "Total"
575
+ msgstr "Total"
576
+
577
+ #: ../classes/column/post/comment-count.php:32
578
+ msgid "Pending"
579
+ msgstr "Pendente"
580
+
581
+ #: ../classes/column/post/comment-count.php:33
582
+ msgid "Spam"
583
+ msgstr "Spam"
584
+
585
+ #: ../classes/column/post/comment-count.php:95
586
+ #: ../classes/column/post/comment-status.php:14
587
+ msgid "Comment status"
588
+ msgstr "Status do Comentário"
589
+
590
+ #: ../classes/column/post/comment-count.php:95
591
+ msgid "Select which comment status you like to display."
592
+ msgstr "Selecione qual status de comentário para exibição."
593
+
594
+ #: ../classes/column/post/featured-image.php:14
595
+ msgid "Featured Image"
596
+ msgstr "Imagem Destacada"
597
+
598
+ #: ../classes/column/post/formats.php:14
599
+ msgid "Post Format"
600
+ msgstr "Formato do Post"
601
+
602
+ #: ../classes/column/post/modified.php:14
603
+ msgid "Last modified"
604
+ msgstr "Última modificação"
605
+
606
+ #: ../classes/column/post/order.php:14
607
+ msgid "Page Order"
608
+ msgstr "Ordem da Página"
609
+
610
+ #: ../classes/column/post/page-template.php:12
611
+ msgid "Page Template"
612
+ msgstr "Template da Página"
613
+
614
+ #: ../classes/column/post/parent.php:12
615
+ msgid "Parent"
616
+ msgstr "Pai"
617
+
618
+ #: ../classes/column/post/permalink.php:12
619
+ msgid "Permalink"
620
+ msgstr "Permalink"
621
+
622
+ #: ../classes/column/post/ping-status.php:14
623
+ msgid "Ping status"
624
+ msgstr "Ping status"
625
+
626
+ #: ../classes/column/post/roles.php:14
627
+ msgid "Roles"
628
+ msgstr "Regras"
629
+
630
+ #: ../classes/column/post/slug.php:12
631
+ msgid "Slug"
632
+ msgstr "Slug"
633
+
634
+ #: ../classes/column/post/status.php:14
635
+ msgid "Status"
636
+ msgstr "Status"
637
+
638
+ #: ../classes/column/post/status.php:32
639
+ msgid "Published"
640
+ msgstr "Publicado"
641
+
642
+ #: ../classes/column/post/status.php:33
643
+ msgid "Draft"
644
+ msgstr "Rascunho"
645
+
646
+ #: ../classes/column/post/status.php:34
647
+ msgid "Scheduled"
648
+ msgstr "Agendado"
649
+
650
+ #: ../classes/column/post/status.php:35
651
+ msgid "Private"
652
+ msgstr "Privado"
653
+
654
+ #: ../classes/column/post/status.php:36
655
+ msgid "Pending Review"
656
+ msgstr "Aguardando Revisão"
657
+
658
+ #: ../classes/column/post/status.php:37
659
+ msgid "Auto Draft"
660
+ msgstr "Rascunho Automático"
661
+
662
+ #: ../classes/column/post/sticky.php:14
663
+ msgid "Sticky"
664
+ msgstr "Sticky"
665
+
666
+ #: ../classes/column/taxonomy.php:12 ../classes/column/taxonomy.php:101
667
+ msgid "Taxonomy"
668
+ msgstr "Taxonomia"
669
+
670
+ #: ../classes/column/user/comment-count.php:14
671
+ msgid "Comment Count"
672
+ msgstr "Contagem de Comentário"
673
+
674
+ #: ../classes/column/user/first-name.php:14
675
+ msgid "First name"
676
+ msgstr "Primeiro nome"
677
+
678
+ #: ../classes/column/user/last-name.php:14
679
+ msgid "Last name"
680
+ msgstr "Sobrenome"
681
+
682
+ #: ../classes/column/user/post-count.php:14
683
+ msgid "Post Count"
684
+ msgstr "Contador de Post"
685
+
686
+ #: ../classes/column/user/post-count.php:99
687
+ msgid "Post Type"
688
+ msgstr "Tipo de Post"
689
+
690
+ #: ../classes/column/user/registered.php:14
691
+ msgid "Registered"
692
+ msgstr "Registrado"
693
+
694
+ #: ../classes/column/user/url.php:14
695
+ msgid "Url"
696
+ msgstr "Url"
697
+
698
+ #: ../classes/settings.php:97
699
+ msgid "Add-on successfully activated."
700
+ msgstr "Add-on ativado com sucesso."
701
+
702
+ #: ../classes/settings.php:100
703
+ msgid "Add-on successfully deactivated."
704
+ msgstr "Add-on desativado com sucesso"
705
+
706
+ #: ../classes/settings.php:155
707
+ msgid "Admin Columns Settings"
708
+ msgstr "Configurações do Admin de Colunas"
709
+
710
+ #: ../classes/settings.php:155 ../classes/settings.php:619
711
+ #: ../classes/upgrade.php:83
712
+ msgid "Admin Columns"
713
+ msgstr "Admin de Colunas"
714
+
715
+ #: ../classes/settings.php:203
716
+ #, php-format
717
+ msgid "%s column is already present and can not be duplicated."
718
+ msgstr "%s coluna já está inclusa e não pode ser duplicada."
719
+
720
+ #: ../classes/settings.php:256
721
+ msgid "Default settings succesfully restored."
722
+ msgstr "Configurações padrão restauradas com sucesso."
723
+
724
+ #: ../classes/settings.php:273
725
+ msgid "Overview"
726
+ msgstr "Overview"
727
+
728
+ #: ../classes/settings.php:276
729
+ msgid ""
730
+ "This plugin is for adding and removing additional columns to the "
731
+ "administration screens for post(types), pages, media library, comments, "
732
+ "links and users. Change the column's label and reorder them."
733
+ msgstr ""
734
+ "Este plugin serve para adicionar e remover colunas extras nas telas de "
735
+ "administração de posts(tipos), páginas, biblioteca de mídia, comentários, "
736
+ "links e usuários. Alterar rótulo da coluna e reordená-los."
737
+
738
+ #: ../classes/settings.php:279
739
+ msgid "Basics"
740
+ msgstr "Básicas"
741
+
742
+ #: ../classes/settings.php:281
743
+ msgid "Change order"
744
+ msgstr "Alterar ordem"
745
+
746
+ #: ../classes/settings.php:282
747
+ msgid ""
748
+ "By dragging the columns you can change the order which they will appear in."
749
+ msgstr "Arrastando as colunas você pode alterar a ordem em que elas aparecem."
750
+
751
+ #: ../classes/settings.php:283
752
+ msgid "Change label"
753
+ msgstr "Alterar label"
754
+
755
+ #: ../classes/settings.php:284
756
+ msgid ""
757
+ "By clicking on the triangle you will see the column options. Here you can "
758
+ "change each label of the columns heading."
759
+ msgstr ""
760
+ "Clicando no triângulo você verá as opções da coluna. Você pode alterar cada "
761
+ "rótulo do cabeçalho das colunas."
762
+
763
+ #: ../classes/settings.php:285
764
+ msgid "Change column width"
765
+ msgstr "Alterar tamanho da coluna"
766
+
767
+ #: ../classes/settings.php:286
768
+ msgid ""
769
+ "By clicking on the triangle you will see the column options. By using the "
770
+ "draggable slider you can set the width of the columns in percentages."
771
+ msgstr ""
772
+ "Clicando no triângulo você verá as opções da coluna. Usando o campo de "
773
+ "slider você pode setar a largura da coluna em porcentagem."
774
+
775
+ #: ../classes/settings.php:292
776
+ msgid "'Custom Field' column"
777
+ msgstr "Coluna 'Campo Personalizado'"
778
+
779
+ #: ../classes/settings.php:293
780
+ msgid ""
781
+ "The custom field colum uses the custom fields from posts and users. There "
782
+ "are 10 types which you can set."
783
+ msgstr ""
784
+ "A coluna de campo personalizado usa os campos personalizados dos posts e "
785
+ "usuários. Existem 10 tipos que você pode setar."
786
+
787
+ #: ../classes/settings.php:295
788
+ msgid ""
789
+ "Value: Can be either a string or array. Arrays will be flattened and values "
790
+ "are seperated by a ',' comma."
791
+ msgstr ""
792
+ "Valor: Pode ser uma string ou array. Arrays serão 'flattened' e seus valores "
793
+ "separados por ',' vírgula."
794
+
795
+ #: ../classes/settings.php:296
796
+ msgid ""
797
+ "Value: should contain an image URL or Attachment IDs ( seperated by a ',' "
798
+ "comma )."
799
+ msgstr ""
800
+ "Valor: deverá conter uma URL da imagem ou IDs dos Anexos ( separados por uma "
801
+ "',' vírgula )."
802
+
803
+ #: ../classes/settings.php:297
804
+ msgid "Value: This will show the first 20 words of the Post content."
805
+ msgstr "Valor: Mostrará as primeiras 20 palavras do conteúdo do Post."
806
+
807
+ #: ../classes/settings.php:298
808
+ msgid ""
809
+ "Value: should be an array. This will flatten any ( multi dimensional ) array."
810
+ msgstr ""
811
+ "Valor: Deverá ser um array. Irá 'flatten' qualquer array "
812
+ "( multidimensional )."
813
+
814
+ #: ../classes/settings.php:299
815
+ msgid ""
816
+ "Value: Integers only.<br/>If you have the 'sorting addon' this will be used "
817
+ "for sorting, so you can sort your posts on numeric (custom field) values."
818
+ msgstr ""
819
+ "Valor: Apenas números inteiros.<br/>Se você tem o 'addon de ordenação' isso "
820
+ "vai ser usado para classificação, de modo que você possa ordenar seus posts "
821
+ "em valores numéricos (campo personalizado)."
822
+
823
+ #: ../classes/settings.php:300
824
+ #, php-format
825
+ msgid ""
826
+ "Value: Can be unix time stamp or a date format as described in the <a "
827
+ "href='%s'>Codex</a>. You can change the outputted date format at the <a "
828
+ "href='%s'>general settings</a> page."
829
+ msgstr ""
830
+ "Valor: Pode ser unix timestamp ou um formato de data como relatado no <a "
831
+ "href='%s'>Codex</a>. Você pode mudar o formato de saída da data na página de "
832
+ "<a href='%s'>configurações</a>."
833
+
834
+ #: ../classes/settings.php:301
835
+ msgid "Post Titles"
836
+ msgstr "Títulos do Post"
837
+
838
+ #: ../classes/settings.php:301
839
+ msgid "Value: can be one or more Post ID's (seperated by ',')."
840
+ msgstr "Valor: pode ser um ou mais Post ID's (separado por ',')."
841
+
842
+ #: ../classes/settings.php:302
843
+ msgid "Usernames"
844
+ msgstr "Usuários"
845
+
846
+ #: ../classes/settings.php:302
847
+ msgid "Value: can be one or more User ID's (seperated by ',')."
848
+ msgstr "Valor: pode ser um ou mais ID's dos Usuários (separado por ',')."
849
+
850
+ #: ../classes/settings.php:303
851
+ msgid "Checkmark"
852
+ msgstr "Checkmark"
853
+
854
+ #: ../classes/settings.php:303
855
+ msgid "Value: should be a 1 (one) or 0 (zero)."
856
+ msgstr "Valor: deverá ser 1 (um) u 0 (zero)."
857
+
858
+ #: ../classes/settings.php:304
859
+ msgid "Value: hex value color, such as #808080."
860
+ msgstr "Valor: Valor hexadecimal, ex: #808080."
861
+
862
+ #: ../classes/settings.php:305
863
+ msgid ""
864
+ "Value: Can be either a string or array. This will display a count of the "
865
+ "number of times the meta key is used by the item."
866
+ msgstr ""
867
+ "Valor: Pode ser uma string ou array. Exibirá uma contagem do número de vezes "
868
+ "que a 'meta_key' é usada pelo item."
869
+
870
+ #: ../classes/settings.php:399
871
+ msgid "Welcome to Admin Columns"
872
+ msgstr "Bem vindo ao Admin de Colunas"
873
+
874
+ #: ../classes/settings.php:402
875
+ msgid "Thank you for updating to the latest version!"
876
+ msgstr "Obrigado por atualizar para a última versão!"
877
+
878
+ #: ../classes/settings.php:403
879
+ msgid ""
880
+ "Admin Columns is more polished and enjoyable than ever before. We hope you "
881
+ "like it."
882
+ msgstr ""
883
+ "Admin de Colunas está mais polido e divertido do que nunca. Esperamos que "
884
+ "você goste."
885
+
886
+ #: ../classes/settings.php:408
887
+ msgid "What’s New"
888
+ msgstr "O que há de novo"
889
+
890
+ #: ../classes/settings.php:409
891
+ msgid "Changelog"
892
+ msgstr "Log de Mudanças"
893
+
894
+ #: ../classes/settings.php:414
895
+ msgid "Addons"
896
+ msgstr "Addons"
897
+
898
+ #: ../classes/settings.php:416
899
+ msgid ""
900
+ "Addons are now activated by downloading and installing individual plugins. "
901
+ "Although these plugins will not be hosted on the wordpress.org repository, "
902
+ "each Add-on will continue to receive updates in the usual way."
903
+ msgstr ""
904
+ "Complementos são agora ativados por download e instalação individual de "
905
+ "plugins. No entanto esses plugins não será hospedados no repositório do "
906
+ "wordpress.org, cada complemento continuará a receber atualizações da maneira "
907
+ "usual."
908
+
909
+ #: ../classes/settings.php:419
910
+ msgid ""
911
+ "This website uses the Sortorder Addon. This addon needs to be downloaded."
912
+ msgstr ""
913
+ "Este website usa o Complemento de Ordenação/Classificação que é necessário o "
914
+ "download."
915
+
916
+ #: ../classes/settings.php:422
917
+ msgid "Addons are seperate plugins which need to be downloaded."
918
+ msgstr "Complementos são plugins separados que necessitam ser baixados."
919
+
920
+ #: ../classes/settings.php:422
921
+ msgid "Download your Addons"
922
+ msgstr "Baixe seus Complementos"
923
+
924
+ #: ../classes/settings.php:428
925
+ msgid "This website does not use add-ons"
926
+ msgstr "Este website não usa complementos"
927
+
928
+ #: ../classes/settings.php:428
929
+ msgid "See our website for Admin Columns Pro."
930
+ msgstr "Veja o Admin de Colunas Pro em nosso website."
931
+
932
+ #: ../classes/settings.php:435
933
+ msgid "Important"
934
+ msgstr "Importante"
935
+
936
+ #: ../classes/settings.php:437
937
+ msgid "Database Changes"
938
+ msgstr "Alterações no banco de dados"
939
+
940
+ #: ../classes/settings.php:438
941
+ msgid ""
942
+ "The database has been changed between versions 1 and 2. But we made sure you "
943
+ "can still roll back to version 1x without any issues."
944
+ msgstr ""
945
+ "O banco de dados foi alterado entre as versões 1 e 2, mas nós temos certeza "
946
+ "que você pode voltar para a versão 1x sem nenhum problema."
947
+
948
+ #: ../classes/settings.php:441
949
+ msgid "Make sure you backup your database and then click"
950
+ msgstr ""
951
+ "Verifique se você realizou o backup do banco de dados antes de continuar"
952
+
953
+ #: ../classes/settings.php:441 ../classes/upgrade.php:91
954
+ msgid "Upgrade Database"
955
+ msgstr "Atualização do Banco de Dados"
956
+
957
+ #: ../classes/settings.php:444
958
+ msgid "Potential Issues"
959
+ msgstr "Potenciais Problemas"
960
+
961
+ #: ../classes/settings.php:445
962
+ msgid ""
963
+ "Do to the sizable refactoring the code, surounding Addons and action/"
964
+ "filters, your website may not operate correctly. It is important that you "
965
+ "read the full"
966
+ msgstr ""
967
+ "Faça o refatoramento do seu código em torno dos Complementos e ação/filtros, "
968
+ "seu website poderá não funcionar corretamente. É importante que você leia "
969
+ "por completo"
970
+
971
+ #: ../classes/settings.php:445
972
+ msgid "Migrating from v1 to v2"
973
+ msgstr "Migrando da v1 para v2"
974
+
975
+ #: ../classes/settings.php:445
976
+ msgid "guide to view the full list of changes."
977
+ msgstr "Guia para visualização de todas as alterações."
978
+
979
+ #: ../classes/settings.php:445
980
+ #, php-format
981
+ msgid ""
982
+ "When you have found a bug please <a href=\"%s\">report them to us</a> so we "
983
+ "can fix it in the next release."
984
+ msgstr ""
985
+ "Ao encontrar um bug, por favor <a href=\"%s\">reporte para nós</a> para "
986
+ "arrumarmos na próxima versão."
987
+
988
+ #: ../classes/settings.php:448
989
+ msgid "Important!"
990
+ msgstr "Importante!"
991
+
992
+ #: ../classes/settings.php:448
993
+ msgid ""
994
+ "If you updated the Admin Columns plugin without prior knowledge of such "
995
+ "changes, Please roll back to the latest"
996
+ msgstr ""
997
+ "Se você atualizou o plugin Admin de Colunas sem o devido conhecimento das "
998
+ "mudanças, por favor volte a última versão"
999
+
1000
+ #: ../classes/settings.php:448
1001
+ msgid "version 1"
1002
+ msgstr "versão 1"
1003
+
1004
+ #: ../classes/settings.php:448
1005
+ msgid "of this plugin."
1006
+ msgstr "deste plugin."
1007
+
1008
+ #: ../classes/settings.php:454
1009
+ msgid "Changelog for"
1010
+ msgstr "Log de alterações para"
1011
+
1012
+ #: ../classes/settings.php:469
1013
+ msgid "Learn more"
1014
+ msgstr "Saiba mais"
1015
+
1016
+ #: ../classes/settings.php:479
1017
+ msgid "Start using Admin Columns"
1018
+ msgstr "Comece a usar o Admin de Colunas"
1019
+
1020
+ #: ../classes/settings.php:522
1021
+ msgid "General Settings"
1022
+ msgstr "Configurações"
1023
+
1024
+ #: ../classes/settings.php:523
1025
+ msgid "Customize your Admin Columns settings."
1026
+ msgstr "Customize as configurações do seu Admin de Colunas."
1027
+
1028
+ #: ../classes/settings.php:546
1029
+ msgid ""
1030
+ "Show \"Edit Columns\" button on admin screens. Default is <code>off</code>."
1031
+ msgstr ""
1032
+ "Mostrar botão \"Editar Colunas\" na tela de admin. Padrão é "
1033
+ "<code>desativado</code>."
1034
+
1035
+ #: ../classes/settings.php:553 ../classes/settings.php:682
1036
+ msgid "Save"
1037
+ msgstr "Salvar"
1038
+
1039
+ #: ../classes/settings.php:593
1040
+ msgid "Restore Settings"
1041
+ msgstr "Restaurar Configurações"
1042
+
1043
+ #: ../classes/settings.php:594
1044
+ msgid "This will delete all column settings and restore the default settings."
1045
+ msgstr ""
1046
+ "Apagará todas as configurações de colunas e restaurar a configuração padrão."
1047
+
1048
+ #: ../classes/settings.php:600
1049
+ msgid "Restore default settings"
1050
+ msgstr "Restaurar configuração padrão"
1051
+
1052
+ #: ../classes/settings.php:600
1053
+ msgid ""
1054
+ "Warning! ALL saved admin columns data will be deleted. This cannot be "
1055
+ "undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
1056
+ msgstr ""
1057
+ "Atenção! Todos os dados salvos do administrador de colunas serão excluídos. "
1058
+ "Isto não poderá ser desfeito. \\'OK\\' para excluir, \\'Cancelar\\' para "
1059
+ "interromper"
1060
+
1061
+ #: ../classes/settings.php:620 ../codepress-admin-columns.php:354
1062
+ msgid "Settings"
1063
+ msgstr "Configurações"
1064
+
1065
+ #: ../classes/settings.php:621
1066
+ msgid "Add-ons"
1067
+ msgstr "Complementos"
1068
+
1069
+ #: ../classes/settings.php:647
1070
+ msgid "Posttypes"
1071
+ msgstr "Tipos de Post"
1072
+
1073
+ #: ../classes/settings.php:648
1074
+ msgid "Others"
1075
+ msgstr "Outros"
1076
+
1077
+ #: ../classes/settings.php:649
1078
+ msgid "Taxonomies"
1079
+ msgstr "Taxonomias"
1080
+
1081
+ #: ../classes/settings.php:668
1082
+ #, php-format
1083
+ msgid ""
1084
+ "The columns for <strong>%s</strong> are set up via PHP and can therefore not "
1085
+ "be edited in the admin panel."
1086
+ msgstr ""
1087
+ "As colunas para <strong>%s</strong> são setadas via PHP e portanto não podem "
1088
+ "ser editadas pelo admin"
1089
+
1090
+ #: ../classes/settings.php:678
1091
+ msgid "Store settings"
1092
+ msgstr "Configurações armazenadas"
1093
+
1094
+ #: ../classes/settings.php:682
1095
+ msgid "Update"
1096
+ msgstr "Atualização"
1097
+
1098
+ #: ../classes/settings.php:686
1099
+ #, php-format
1100
+ msgid ""
1101
+ "Warning! The %s columns data will be deleted. This cannot be undone. \\'OK"
1102
+ "\\' to delete, \\'Cancel\\' to stop"
1103
+ msgstr ""
1104
+ "Atenção! Dados das colunas %s serão excluídos. Isto não poderá ser desfeito. "
1105
+ "\\'OK\\' para excluir, \\'Cancelar\\' para interromper"
1106
+
1107
+ #: ../classes/settings.php:687
1108
+ msgid "columns"
1109
+ msgstr "colunas"
1110
+
1111
+ #: ../classes/settings.php:701
1112
+ msgid "Get Admin Columns Pro"
1113
+ msgstr "Obter Admin de Colunas Pro"
1114
+
1115
+ #: ../classes/settings.php:705
1116
+ msgid "Add Sorting"
1117
+ msgstr "Adicionar Classificação"
1118
+
1119
+ #: ../classes/settings.php:706
1120
+ msgid "Add Filtering"
1121
+ msgstr "Adicionar Filtragem"
1122
+
1123
+ #: ../classes/settings.php:707
1124
+ msgid "Add Import/Export"
1125
+ msgstr "Adicionar Importar/Exportar"
1126
+
1127
+ #: ../classes/settings.php:708
1128
+ msgid "Add Direct Editing"
1129
+ msgstr "Adicionar Edição Direta"
1130
+
1131
+ #: ../classes/settings.php:711
1132
+ #, php-format
1133
+ msgid "Check out <a href=\"%s\">Admin Columns Pro</a> for more details!"
1134
+ msgstr "Confira <a href=\"%s\">Admin de Colunas Pro</a> para mais detalhes!"
1135
+
1136
+ #: ../classes/settings.php:742
1137
+ msgid "Support"
1138
+ msgstr "Suporte"
1139
+
1140
+ #: ../classes/settings.php:745
1141
+ msgid "Check the <strong>Help</strong> section in the top-right screen."
1142
+ msgstr ""
1143
+ "Confira a seção de <strong>Ajuda</strong> no canto superior direito da tela."
1144
+
1145
+ #: ../classes/settings.php:748
1146
+ #, php-format
1147
+ msgid ""
1148
+ "For full documentation, bug reports, feature suggestions and other tips <a "
1149
+ "href='%s'>visit the Admin Columns website</a>"
1150
+ msgstr ""
1151
+ "Para a documentação completa, reportação de bugs, sugestões de recursos e "
1152
+ "outras dicas <a href='%s'>visite o site do Admin de Colunas</a>"
1153
+
1154
+ #: ../classes/settings.php:777
1155
+ msgid "Drag and drop to reorder"
1156
+ msgstr "Arrastar e solte para reordenar"
1157
+
1158
+ #: ../classes/settings.php:780
1159
+ msgid "Add Column"
1160
+ msgstr "Adicionar Coluna"
1161
+
1162
+ #: ../classes/settings.php:853
1163
+ msgid "Active"
1164
+ msgstr "Ativar"
1165
+
1166
+ #: ../classes/settings.php:854
1167
+ msgid "Deactivate"
1168
+ msgstr "Desativar"
1169
+
1170
+ #: ../classes/settings.php:861
1171
+ msgid "Installed"
1172
+ msgstr "Instalado"
1173
+
1174
+ #: ../classes/settings.php:862
1175
+ msgid "Activate"
1176
+ msgstr "Ativado"
1177
+
1178
+ #: ../classes/settings.php:876
1179
+ msgid "Download & Install"
1180
+ msgstr "Baixar & Instalar"
1181
+
1182
+ #: ../classes/settings.php:881
1183
+ msgid "Get this add-on"
1184
+ msgstr "Obter este complemento"
1185
+
1186
+ #: ../classes/storage_model.php:207
1187
+ msgid "settings succesfully restored."
1188
+ msgstr "Configurações foram restauradas com sucesso."
1189
+
1190
+ #: ../classes/storage_model.php:222
1191
+ msgid "No columns settings available."
1192
+ msgstr "Nenhuma configuração de colunas disponível."
1193
+
1194
+ #: ../classes/storage_model.php:243
1195
+ #, php-format
1196
+ msgid "You are trying to store the same settings for %s."
1197
+ msgstr "Você está tentando armazenar a mesma configuração para %s."
1198
+
1199
+ #: ../classes/storage_model.php:247
1200
+ #, php-format
1201
+ msgid "Settings for %s updated succesfully."
1202
+ msgstr "Configurações para %s atualizadas com sucesso."
1203
+
1204
+ #: ../classes/storage_model/comment.php:13
1205
+ msgid "Comments"
1206
+ msgstr "Comentários"
1207
+
1208
+ #: ../classes/storage_model/link.php:13
1209
+ msgid "Links"
1210
+ msgstr "Links"
1211
+
1212
+ #: ../classes/storage_model/user.php:13
1213
+ msgid "Users"
1214
+ msgstr "Usuários"
1215
+
1216
+ #: ../classes/upgrade.php:43
1217
+ msgid "Upgrade"
1218
+ msgstr "Atualização"
1219
+
1220
+ #: ../classes/upgrade.php:84
1221
+ msgid "requires a database upgrade"
1222
+ msgstr "exige um upgrade no banco de dados"
1223
+
1224
+ #: ../classes/upgrade.php:87
1225
+ msgid "why?"
1226
+ msgstr "Por que?"
1227
+
1228
+ #: ../classes/upgrade.php:88
1229
+ msgid "Please"
1230
+ msgstr "Por favor"
1231
+
1232
+ #: ../classes/upgrade.php:89
1233
+ msgid "backup your database"
1234
+ msgstr "Faça o backup do seu banco de dados"
1235
+
1236
+ #: ../classes/upgrade.php:90
1237
+ msgid "then click"
1238
+ msgstr "e clique"
1239
+
1240
+ #: ../classes/upgrade.php:298
1241
+ msgid "Migrating Column Settings"
1242
+ msgstr "Migrando as Configurações de Coluna"
1243
+
1244
+ #: ../classes/upgrade.php:334
1245
+ msgid "No Upgrade Required"
1246
+ msgstr "Não é necessária a atualização"
1247
+
1248
+ #: ../classes/upgrade.php:335
1249
+ msgid "Return to welcome screen."
1250
+ msgstr "Retornar para a tela de bem-vindo."
1251
+
1252
+ #: ../classes/upgrade.php:353
1253
+ msgid "Upgrade Complete!"
1254
+ msgstr "Atualização Completa!"
1255
+
1256
+ #: ../classes/upgrade.php:353
1257
+ msgid "Return to settings."
1258
+ msgstr "Retornar para configuração"
1259
+
1260
+ #: ../classes/upgrade.php:354
1261
+ msgid "Error"
1262
+ msgstr "Erro"
1263
+
1264
+ #: ../classes/upgrade.php:355
1265
+ msgid ""
1266
+ "Sorry. Something went wrong during the upgrade process. Please report this "
1267
+ "on the support forum."
1268
+ msgstr ""
1269
+ "Desculpe. Alguma coisa aconteceu durante o processo de atualização. Por "
1270
+ "favor reporte no fórum de suporte."
1271
+
1272
+ #: ../codepress-admin-columns.php:439
1273
+ msgid "Edit columns"
1274
+ msgstr "Editar Colunas"
languages/cpac-sv_SE.mo CHANGED
Binary file
languages/cpac-sv_SE.po CHANGED
@@ -7,7 +7,7 @@ msgstr ""
7
  "Project-Id-Version: Admin Columns\n"
8
  "Report-Msgid-Bugs-To: \n"
9
  "POT-Creation-Date: 2014-05-22 17:03+0100\n"
10
- "PO-Revision-Date: 2014-06-23 11:38+0100\n"
11
  "Last-Translator: Codepress <info@codepress.nl>\n"
12
  "Language-Team: Swedish (Sweden) (http://www.transifex.com/projects/p/admin-"
13
  "columns/language/sv_SE/)\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: sv_SE\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
- "X-Generator: Poedit 1.6.5\n"
20
  "X-Poedit-Basepath: .\n"
21
  "X-Poedit-KeywordsList: __;_e\n"
22
  "X-Poedit-SourceCharset: UTF-8\n"
7
  "Project-Id-Version: Admin Columns\n"
8
  "Report-Msgid-Bugs-To: \n"
9
  "POT-Creation-Date: 2014-05-22 17:03+0100\n"
10
+ "PO-Revision-Date: 2014-08-28 12:17+0100\n"
11
  "Last-Translator: Codepress <info@codepress.nl>\n"
12
  "Language-Team: Swedish (Sweden) (http://www.transifex.com/projects/p/admin-"
13
  "columns/language/sv_SE/)\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: sv_SE\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
+ "X-Generator: Poedit 1.6.8\n"
20
  "X-Poedit-Basepath: .\n"
21
  "X-Poedit-KeywordsList: __;_e\n"
22
  "X-Poedit-SourceCharset: UTF-8\n"
languages/cpac-zh_CN.mo CHANGED
Binary file
languages/cpac-zh_CN.po CHANGED
@@ -6,7 +6,7 @@ msgstr ""
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
  "POT-Creation-Date: 2014-05-22 17:03+0100\n"
9
- "PO-Revision-Date: 2014-06-23 11:38+0100\n"
10
  "Last-Translator: Codepress <info@codepress.nl>\n"
11
  "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/admin-"
12
  "columns/language/zh_CN/)\n"
@@ -15,7 +15,7 @@ msgstr ""
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: zh_CN\n"
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
- "X-Generator: Poedit 1.6.5\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-KeywordsList: __;_e\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
  "POT-Creation-Date: 2014-05-22 17:03+0100\n"
9
+ "PO-Revision-Date: 2014-08-28 12:17+0100\n"
10
  "Last-Translator: Codepress <info@codepress.nl>\n"
11
  "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/admin-"
12
  "columns/language/zh_CN/)\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: zh_CN\n"
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "X-Generator: Poedit 1.6.8\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-KeywordsList: __;_e\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Tags: plugins, wordpress, admin, column, columns, custom columns, custom fields, image, dashboard, sortable, filters, posts, media, users, pages, posttypes, manage columns, wp-admin
5
  Requires at least: 3.5
6
  Tested up to: 3.9.2
7
- Stable tag: 2.2.6.3
8
 
9
  Customise columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface.
10
 
@@ -248,9 +248,12 @@ You can find a list of the available actions and filters (and examples on how to
248
 
249
  == Changelog ==
250
 
 
 
 
251
  = 2.2.6.3 =
252
  * [Updated] Enable 3rd party plugins to set storage_models outside the post listings screens
253
- * [Updated] Spanish lanugage updated - thanks to Andrew Kurtis
254
 
255
  = 2.2.6.2 =
256
  * [Fixed] Fixed “Illegal offset” warning for unset option on edit screen
4
  Tags: plugins, wordpress, admin, column, columns, custom columns, custom fields, image, dashboard, sortable, filters, posts, media, users, pages, posttypes, manage columns, wp-admin
5
  Requires at least: 3.5
6
  Tested up to: 3.9.2
7
+ Stable tag: 2.2.6.4
8
 
9
  Customise columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface.
10
 
248
 
249
  == Changelog ==
250
 
251
+ = 2.2.6.4 =
252
+ * [Updated] Portuguese (Brazil) language - thanks to André Mácola Machado
253
+
254
  = 2.2.6.3 =
255
  * [Updated] Enable 3rd party plugins to set storage_models outside the post listings screens
256
+ * [Updated] Spanish language updated - thanks to Andrew Kurtis
257
 
258
  = 2.2.6.2 =
259
  * [Fixed] Fixed “Illegal offset” warning for unset option on edit screen