Quick Featured Images - Version 12.3.3

Version Description

  • Revised translations
Download this release

Release Info

Developer Hinjiriyo
Plugin Icon 128x128 Quick Featured Images
Version 12.3.3
Comparing to
See all releases

Code changes from version 12.3.2 to 12.3.3

README.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Tags: audios, author, categories, custom post types, custom taxonomies, date, featured images, filter, image size, nextgen, remove, taxonomies, thumbnails, videos, posts, pages
5
  Requires at least: 3.8
6
  Tested up to: 4.7.3
7
- Stable tag: 12.3.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -278,6 +278,9 @@ If you want to contribute a translation of the plugin in your language it would
278
 
279
  == Changelog ==
280
 
 
 
 
281
  = 12.3.2 =
282
  * Fixed missing loading of Javascript media API on Preset Default Images page
283
 
@@ -415,6 +418,9 @@ Added spanish translation for the main texts of the plugin
415
 
416
  == Upgrade Notice ==
417
 
 
 
 
418
  = 12.3.2 =
419
  Fixed missing wp_enqueue_media() in Presets
420
 
4
  Tags: audios, author, categories, custom post types, custom taxonomies, date, featured images, filter, image size, nextgen, remove, taxonomies, thumbnails, videos, posts, pages
5
  Requires at least: 3.8
6
  Tested up to: 4.7.3
7
+ Stable tag: 12.3.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
278
 
279
  == Changelog ==
280
 
281
+ = 12.3.3 =
282
+ * Revised translations
283
+
284
  = 12.3.2 =
285
  * Fixed missing loading of Javascript media API on Preset Default Images page
286
 
418
 
419
  == Upgrade Notice ==
420
 
421
+ = 12.3.3 =
422
+ Revised translations
423
+
424
  = 12.3.2 =
425
  Fixed missing wp_enqueue_media() in Presets
426
 
admin/assets/css/admin.css CHANGED
@@ -36,6 +36,9 @@
36
  border: 0 none;
37
  padding: 0;
38
  }
 
 
 
39
 
40
  /*
41
  * Elements
36
  border: 0 none;
37
  padding: 0;
38
  }
39
+ .qfi_w50percent p {
40
+ margin-top: 0;
41
+ }
42
 
43
  /*
44
  * Elements
admin/class-quick-featured-images-admin.php CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @var string
21
  */
22
- protected $plugin_version = '12.3.2';
23
 
24
  /**
25
  * Instance of this class.
19
  *
20
  * @var string
21
  */
22
+ protected $plugin_version = '12.3.3';
23
 
24
  /**
25
  * Instance of this class.
admin/class-quick-featured-images-settings.php CHANGED
@@ -422,7 +422,7 @@ class Quick_Featured_Images_Settings {
422
  ); // end add_settings_section()
423
 
424
  // register the options for the section
425
- $title = __( 'Which user role may see the plugin', 'quick-featured-images' );
426
  add_settings_field(
427
  // form field name for use in the 'id' attribute of tags
428
  'allowed_roles',
422
  ); // end add_settings_section()
423
 
424
  // register the options for the section
425
+ $title = __( 'Which user role may see the plugin?', 'quick-featured-images' );
426
  add_settings_field(
427
  // form field name for use in the 'id' attribute of tags
428
  'allowed_roles',
admin/views/form_select.php CHANGED
@@ -60,7 +60,7 @@ if ( 'replace' == $this->selected_action ) {
60
  // option for posts without featured image
61
  $key = 'orphans_only';
62
  $label = $this->valid_options[ $key ];
63
- $desc = __( 'Posts with featured images will be ignored, even if the Overwrite option is checked ', 'quick-featured-images' );
64
  ?>
65
  <p>
66
  <input type="checkbox" id="<?php printf( 'qfi_%s', $key ); ?>" name="options[]" value="<?php echo $key; ?>" <?php checked( in_array( $key, $this->selected_options ) ); ?>>
60
  // option for posts without featured image
61
  $key = 'orphans_only';
62
  $label = $this->valid_options[ $key ];
63
+ $desc = __( 'Posts with featured images will be ignored, even if the Overwrite option is checked', 'quick-featured-images' );
64
  ?>
65
  <p>
66
  <input type="checkbox" id="<?php printf( 'qfi_%s', $key ); ?>" name="options[]" value="<?php echo $key; ?>" <?php checked( in_array( $key, $this->selected_options ) ); ?>>
languages/quick-featured-images-ar.mo CHANGED
Binary file
languages/quick-featured-images-ar.po CHANGED
@@ -4,15 +4,15 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Quick Featured Images Pro\n"
6
  "Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
7
- "POT-Creation-Date: 2017-03-18 12:19+0100\n"
8
- "PO-Revision-Date: 2017-03-18 12:19+0100\n"
9
  "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
10
  "Language-Team: m.stehle@gmx.de\n"
11
  "Language: ar\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
- "X-Generator: Poedit 1.8.12\n"
16
  "X-Poedit-KeywordsList: __;_e;_n;_x;esc_html_e;esc_html__;esc_attr_e;"
17
  "esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2\n"
18
  "X-Poedit-Basepath: ..\n"
@@ -100,7 +100,7 @@ msgid "Visibility of the plugin"
100
  msgstr "رؤية البرنامج المساعد"
101
 
102
  #: admin/class-quick-featured-images-settings.php:425
103
- msgid "Which user role may see the plugin"
104
  msgstr "الدور الذي المستخدم قد ترى المساعد"
105
 
106
  #: admin/class-quick-featured-images-settings.php:557
@@ -282,7 +282,7 @@ msgstr "حدد، استبدل، احذف"
282
  msgid "Bulk set, replace and remove featured images for existing posts"
283
  msgstr "لمجموعة دفعة واحدة، حدد واستبدل واحذف الصور البارزة لمقالات موجودة"
284
 
285
- #: admin/class-quick-featured-images-tools.php:1969
286
  msgid "Bulk set as featured image"
287
  msgstr "حدد كصورة بارزة لمجموعة دفعة واحدة"
288
 
@@ -366,7 +366,7 @@ msgstr "تفاصيل"
366
  #: admin/views/form_confirm.php:30 admin/views/section_defaults.php:17
367
  #: admin/views/section_results.php:7
368
  msgid "No."
369
- msgstr "لا."
370
 
371
  #: admin/views/form_confirm.php:31 admin/views/section_results.php:6
372
  msgid "Current Featured Image"
@@ -503,7 +503,7 @@ msgstr "استبدل الصور البارزة الجديدة مكان الحا
503
  #: admin/views/form_select.php:63
504
  msgid ""
505
  "Posts with featured images will be ignored, even if the Overwrite option is "
506
- "checked "
507
  msgstr ""
508
  "المقالات التي لها صور بارزة سيتم تجاهلها، حتى لو كان خيار الاستبدال مفعّل."
509
 
4
  msgstr ""
5
  "Project-Id-Version: Quick Featured Images Pro\n"
6
  "Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
7
+ "POT-Creation-Date: 2017-03-30 22:55+0200\n"
8
+ "PO-Revision-Date: 2017-03-30 22:55+0200\n"
9
  "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
10
  "Language-Team: m.stehle@gmx.de\n"
11
  "Language: ar\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Generator: Poedit 2.0\n"
16
  "X-Poedit-KeywordsList: __;_e;_n;_x;esc_html_e;esc_html__;esc_attr_e;"
17
  "esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2\n"
18
  "X-Poedit-Basepath: ..\n"
100
  msgstr "رؤية البرنامج المساعد"
101
 
102
  #: admin/class-quick-featured-images-settings.php:425
103
+ msgid "Which user role may see the plugin?"
104
  msgstr "الدور الذي المستخدم قد ترى المساعد"
105
 
106
  #: admin/class-quick-featured-images-settings.php:557
282
  msgid "Bulk set, replace and remove featured images for existing posts"
283
  msgstr "لمجموعة دفعة واحدة، حدد واستبدل واحذف الصور البارزة لمقالات موجودة"
284
 
285
+ #: admin/class-quick-featured-images-tools.php:1966
286
  msgid "Bulk set as featured image"
287
  msgstr "حدد كصورة بارزة لمجموعة دفعة واحدة"
288
 
366
  #: admin/views/form_confirm.php:30 admin/views/section_defaults.php:17
367
  #: admin/views/section_results.php:7
368
  msgid "No."
369
+ msgstr "رقم"
370
 
371
  #: admin/views/form_confirm.php:31 admin/views/section_results.php:6
372
  msgid "Current Featured Image"
503
  #: admin/views/form_select.php:63
504
  msgid ""
505
  "Posts with featured images will be ignored, even if the Overwrite option is "
506
+ "checked"
507
  msgstr ""
508
  "المقالات التي لها صور بارزة سيتم تجاهلها، حتى لو كان خيار الاستبدال مفعّل."
509
 
languages/quick-featured-images-de_DE.mo CHANGED
Binary file
languages/quick-featured-images-de_DE.po CHANGED
@@ -4,15 +4,15 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Quick Featured Images\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
7
- "POT-Creation-Date: 2017-03-18 12:19+0100\n"
8
- "PO-Revision-Date: 2017-03-18 12:20+0100\n"
9
  "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
10
  "Language-Team: m.stehle@gmx.de\n"
11
  "Language: de_DE\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
- "X-Generator: Poedit 1.8.12\n"
16
  "X-Poedit-KeywordsList: __;_e;_n;_x;esc_html_e;esc_html__;esc_attr_e;"
17
  "esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2\n"
18
  "X-Poedit-Basepath: ..\n"
@@ -102,7 +102,7 @@ msgid "Visibility of the plugin"
102
  msgstr "Sichtbarkeit des Plugins"
103
 
104
  #: admin/class-quick-featured-images-settings.php:425
105
- msgid "Which user role may see the plugin"
106
  msgstr "Welche Nutzerrolle darf das Plugin sehen?"
107
 
108
  #: admin/class-quick-featured-images-settings.php:557
@@ -157,7 +157,7 @@ msgstr ""
157
 
158
  #: admin/class-quick-featured-images-settings.php:627
159
  msgid "Controls which minimum user role can see the plugin."
160
- msgstr "Regelt, welche Mindestrolle das Plugin sehen kann"
161
 
162
  #: admin/class-quick-featured-images-tools.php:443
163
  #, php-format
@@ -262,7 +262,7 @@ msgstr "Wähle ein Bild aus der Mediathek aus."
262
  #: admin/class-quick-featured-images-tools.php:722
263
  #: admin/views/section_image.php:51
264
  msgid "You have not selected an action."
265
- msgstr "Du hast keine Aktion ausgewählt"
266
 
267
  #: admin/class-quick-featured-images-tools.php:723
268
  msgid "Start again and select which action you want to apply."
@@ -291,7 +291,7 @@ msgstr ""
291
  "Massenweises Hinzufügen, Ersetzen und Entfernen von Beitragsbildern für "
292
  "bestehende Inhalte"
293
 
294
- #: admin/class-quick-featured-images-tools.php:1969
295
  msgid "Bulk set as featured image"
296
  msgstr "Als Beitragsbild setzen"
297
 
@@ -527,7 +527,7 @@ msgstr "Überschreibe bestehende Beitragsbilder mit dem/den neuen"
527
  #: admin/views/form_select.php:63
528
  msgid ""
529
  "Posts with featured images will be ignored, even if the Overwrite option is "
530
- "checked "
531
  msgstr ""
532
  "Beiträge mit Beitragsbildern werden ignoriert, auch wenn die Überschreiben-"
533
  "Option aktiviiert ist"
@@ -940,7 +940,7 @@ msgid ""
940
  "set successfully"
941
  msgstr ""
942
  "Entferne das erste Bild im Inhalt automatisch, nachdem es erfolgreich als "
943
- "Beitragsbild gesetzt wurde."
944
 
945
  #: admin/views/section_defaults.php:487
946
  msgid "Match with a search string in post title"
@@ -948,7 +948,7 @@ msgstr "Passend zum Suchbegriff im Beitragstitel"
948
 
949
  #: admin/views/section_defaults.php:488
950
  msgid "Match with a selected post format"
951
- msgstr "Passend zum ausgewählten Beitragsformat (Post Format)"
952
 
953
  #: admin/views/section_defaults.php:489
954
  msgid "User defined order of rules"
@@ -1008,7 +1008,7 @@ msgid ""
1008
  "wordpress.org!"
1009
  msgstr ""
1010
  "Füge deine Fragen und Ideen zum Quick Featured Images im Forum auf wordpress."
1011
- "org hinzu."
1012
 
1013
  #: admin/views/section_footer.php:57
1014
  msgid "Special thanks for the fine frontend style of the plugin go to"
4
  msgstr ""
5
  "Project-Id-Version: Quick Featured Images\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
7
+ "POT-Creation-Date: 2017-03-30 22:54+0200\n"
8
+ "PO-Revision-Date: 2017-03-30 22:55+0200\n"
9
  "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
10
  "Language-Team: m.stehle@gmx.de\n"
11
  "Language: de_DE\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Generator: Poedit 2.0\n"
16
  "X-Poedit-KeywordsList: __;_e;_n;_x;esc_html_e;esc_html__;esc_attr_e;"
17
  "esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2\n"
18
  "X-Poedit-Basepath: ..\n"
102
  msgstr "Sichtbarkeit des Plugins"
103
 
104
  #: admin/class-quick-featured-images-settings.php:425
105
+ msgid "Which user role may see the plugin?"
106
  msgstr "Welche Nutzerrolle darf das Plugin sehen?"
107
 
108
  #: admin/class-quick-featured-images-settings.php:557
157
 
158
  #: admin/class-quick-featured-images-settings.php:627
159
  msgid "Controls which minimum user role can see the plugin."
160
+ msgstr "Regelt, welche Mindestrolle das Plugin sehen kann."
161
 
162
  #: admin/class-quick-featured-images-tools.php:443
163
  #, php-format
262
  #: admin/class-quick-featured-images-tools.php:722
263
  #: admin/views/section_image.php:51
264
  msgid "You have not selected an action."
265
+ msgstr "Du hast keine Aktion ausgewählt."
266
 
267
  #: admin/class-quick-featured-images-tools.php:723
268
  msgid "Start again and select which action you want to apply."
291
  "Massenweises Hinzufügen, Ersetzen und Entfernen von Beitragsbildern für "
292
  "bestehende Inhalte"
293
 
294
+ #: admin/class-quick-featured-images-tools.php:1966
295
  msgid "Bulk set as featured image"
296
  msgstr "Als Beitragsbild setzen"
297
 
527
  #: admin/views/form_select.php:63
528
  msgid ""
529
  "Posts with featured images will be ignored, even if the Overwrite option is "
530
+ "checked"
531
  msgstr ""
532
  "Beiträge mit Beitragsbildern werden ignoriert, auch wenn die Überschreiben-"
533
  "Option aktiviiert ist"
940
  "set successfully"
941
  msgstr ""
942
  "Entferne das erste Bild im Inhalt automatisch, nachdem es erfolgreich als "
943
+ "Beitragsbild gesetzt wurde"
944
 
945
  #: admin/views/section_defaults.php:487
946
  msgid "Match with a search string in post title"
948
 
949
  #: admin/views/section_defaults.php:488
950
  msgid "Match with a selected post format"
951
+ msgstr "Passend zum ausgewählten Beitragsformat"
952
 
953
  #: admin/views/section_defaults.php:489
954
  msgid "User defined order of rules"
1008
  "wordpress.org!"
1009
  msgstr ""
1010
  "Füge deine Fragen und Ideen zum Quick Featured Images im Forum auf wordpress."
1011
+ "org hinzu!"
1012
 
1013
  #: admin/views/section_footer.php:57
1014
  msgid "Special thanks for the fine frontend style of the plugin go to"
languages/quick-featured-images-es_ES.mo CHANGED
Binary file
languages/quick-featured-images-es_ES.po CHANGED
@@ -4,15 +4,15 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Quick Featured Images Pro\n"
6
  "Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
7
- "POT-Creation-Date: 2017-03-18 12:20+0100\n"
8
- "PO-Revision-Date: 2017-03-18 12:20+0100\n"
9
  "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
10
  "Language-Team: m.stehle@gmx.de\n"
11
  "Language: es_ES\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
- "X-Generator: Poedit 1.8.12\n"
16
  "X-Poedit-KeywordsList: __;_e;_n;_x;esc_html_e;esc_html__;esc_attr_e;"
17
  "esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2\n"
18
  "X-Poedit-Basepath: ..\n"
@@ -37,7 +37,7 @@ msgid ""
37
  msgstr ""
38
  "El plugin requiere la versión %s de WordPress o superior. Por lo tanto "
39
  "WordPress no lo ha activado. Si quieres usar este plugin debes actualizar "
40
- "los archivos de Word Press a la última versión"
41
 
42
  #: admin/class-quick-featured-images-admin.php:484
43
  #, php-format
@@ -107,8 +107,8 @@ msgid "Visibility of the plugin"
107
  msgstr "Visibilidad del plugin"
108
 
109
  #: admin/class-quick-featured-images-settings.php:425
110
- msgid "Which user role may see the plugin"
111
- msgstr "Qué rol de usuario puede ver el plugin"
112
 
113
  #: admin/class-quick-featured-images-settings.php:557
114
  msgid ""
@@ -116,7 +116,7 @@ msgid ""
116
  "post lists."
117
  msgstr ""
118
  "Activa las casillas de verificación (los checkboxes) en cada tipo de post "
119
- "para mostrar las columnas extras en las listas de post"
120
 
121
  #: admin/class-quick-featured-images-settings.php:569
122
  msgid "Minimum user role to see the plugin in the backend"
@@ -157,7 +157,7 @@ msgid ""
157
  msgstr ""
158
  "Las columnas adicionales te ofrecen una rápida visión general de todas las "
159
  "imágenes destacadas usadas por cada post La columna de la imagen destacada "
160
- "es clasificable"
161
 
162
  #: admin/class-quick-featured-images-settings.php:627
163
  msgid "Controls which minimum user role can see the plugin."
@@ -178,15 +178,15 @@ msgstr "Añade el filtro"
178
 
179
  #: admin/class-quick-featured-images-tools.php:546
180
  msgid "Refine"
181
- msgstr "Refine (refinar)"
182
 
183
  #: admin/class-quick-featured-images-tools.php:547
184
  msgid "Confirm"
185
- msgstr "Confirma (confirmar)"
186
 
187
  #: admin/class-quick-featured-images-tools.php:548
188
  msgid "Perform"
189
- msgstr "Realiza (realizar)"
190
 
191
  #: admin/class-quick-featured-images-tools.php:552
192
  msgid "Set the selected image as new featured image"
@@ -239,24 +239,24 @@ msgstr "La altura de la imagen en píxeles es inferior al"
239
  #: admin/class-quick-featured-images-tools.php:710
240
  #, php-format
241
  msgid "The input field %s is empty."
242
- msgstr "La altura de la imagen %s en píxeles es inferior al"
243
 
244
  #: admin/class-quick-featured-images-tools.php:711
245
  msgid "Type in a value into the input field."
246
- msgstr "Escribe el valor en el campo de la entrada"
247
 
248
  #: admin/class-quick-featured-images-tools.php:714
249
  #, php-format
250
  msgid "%s is not defined."
251
- msgstr "%s Escribe el valor en el campo de la entrada"
252
 
253
  #: admin/class-quick-featured-images-tools.php:715
254
  msgid "Check how to define the value."
255
- msgstr "Comprueba cómo definir el valor"
256
 
257
  #: admin/class-quick-featured-images-tools.php:718
258
  msgid "There is no selected image."
259
- msgstr "No hay ninguna imagen seleccionada"
260
 
261
  #: admin/class-quick-featured-images-tools.php:719
262
  msgid "Select an image from the media library."
@@ -265,24 +265,24 @@ msgstr "Selecciona la imagen de Media library (la biblioteca multimedia)."
265
  #: admin/class-quick-featured-images-tools.php:722
266
  #: admin/views/section_image.php:51
267
  msgid "You have not selected an action."
268
- msgstr "No has seleccionado ninguna acción"
269
 
270
  #: admin/class-quick-featured-images-tools.php:723
271
  msgid "Start again and select which action you want to apply."
272
- msgstr "Empieza de nuevo y selecciona la acción que quieres aplicar"
273
 
274
  #: admin/class-quick-featured-images-tools.php:726
275
  #, php-format
276
  msgid "The input field %s has an invalid value."
277
- msgstr "El valor del campo %s de la entrada es inválido"
278
 
279
  #: admin/class-quick-featured-images-tools.php:727
280
  msgid "Type in valid values in the input field."
281
- msgstr "El valor del campo de la entrada es inválido"
282
 
283
  #: admin/class-quick-featured-images-tools.php:731
284
  msgid "Type in values stored by WordPress."
285
- msgstr "Escribe los valores válidos en el campo de la entrada"
286
 
287
  #: admin/class-quick-featured-images-tools.php:1846
288
  msgid "Set, replace, remove"
@@ -294,7 +294,7 @@ msgstr ""
294
  "Configura el bulk, reemplaza y elimina las imágenes destacadas por posts "
295
  "existentes"
296
 
297
- #: admin/class-quick-featured-images-tools.php:1969
298
  msgid "Bulk set as featured image"
299
  msgstr "El bulk configurado como la imagen destacada"
300
 
@@ -316,11 +316,11 @@ msgstr "Selecciona la etiqueta"
316
 
317
  #: admin/views/filter_tag.php:20
318
  msgid "There are no tags in use."
319
- msgstr "No hay ninguna etiqueta en uso"
320
 
321
  #: admin/views/form_back_to_selection.php:2
322
  msgid "Select filters and options again"
323
- msgstr "Selecciona los filtros y las opciones de nuevo."
324
 
325
  #: admin/views/form_back_to_selection.php:3
326
  msgid ""
@@ -389,7 +389,7 @@ msgstr "Los detalles"
389
  #: admin/views/form_confirm.php:30 admin/views/section_defaults.php:17
390
  #: admin/views/section_results.php:7
391
  msgid "No."
392
- msgstr "No"
393
 
394
  #: admin/views/form_confirm.php:31 admin/views/section_results.php:6
395
  msgid "Current Featured Image"
@@ -401,11 +401,11 @@ msgstr "La imagen destacada futura"
401
 
402
  #: admin/views/form_confirm.php:33
403
  msgid "written on"
404
- msgstr "Escrito en"
405
 
406
  #: admin/views/form_confirm.php:34
407
  msgid "by"
408
- msgstr "Por"
409
 
410
  #: admin/views/form_confirm.php:48 admin/views/section_results.php:16
411
  msgid ""
@@ -413,7 +413,7 @@ msgid ""
413
  "post in a new window by clicking on its link in the list."
414
  msgstr ""
415
  "La lista está ordenada alfabéticamente por el titulo de post. Puedes editar "
416
- "post en una ventana nueva al hacer clic en su enlace en la lista"
417
 
418
  #: admin/views/form_confirm.php:111
419
  msgid "Confirm the change"
@@ -512,7 +512,7 @@ msgstr "Utilice CTRL para selección múltiple"
512
 
513
  #: admin/views/form_select.php:37
514
  msgid "Refine your selections"
515
- msgstr "Refina sus selecciones."
516
 
517
  #: admin/views/form_select.php:38 admin/views/form_select.php:48
518
  msgid "You can control the process with the following options."
@@ -520,7 +520,7 @@ msgstr "Puedes controlar el proceso con las opciones siguientes."
520
 
521
  #: admin/views/form_select.php:45
522
  msgid "Optional: Select options"
523
- msgstr "Opcional: selecciona las opciones."
524
 
525
  #: admin/views/form_select.php:47
526
  msgid "Process Options"
@@ -528,15 +528,15 @@ msgstr "Las opciones del proceso"
528
 
529
  #: admin/views/form_select.php:53
530
  msgid "Overwrite existing featured images with new ones"
531
- msgstr "Sobrescribe las imágenes destacadas existentes con otras nuevas."
532
 
533
  #: admin/views/form_select.php:63
534
  msgid ""
535
  "Posts with featured images will be ignored, even if the Overwrite option is "
536
- "checked "
537
  msgstr ""
538
  "Los post que contienen las imágenes destacadas serán ignorados, incluso si "
539
- "la opción Sobrescribe está marcada."
540
 
541
  #: admin/views/form_select.php:72
542
  msgid "There are two more options in the premium version for random images:"
@@ -634,20 +634,20 @@ msgstr ""
634
 
635
  #: admin/views/form_select.php:138
636
  msgid "add the time filter,"
637
- msgstr "Añade el filtro de tiempo"
638
 
639
  #: admin/views/form_select.php:139
640
  msgid "set a small time range,"
641
- msgstr "Establece el período limitado de tiempo."
642
 
643
  #: admin/views/form_select.php:140
644
  msgid "do the process"
645
- msgstr "Realiza el proceso"
646
 
647
  #: admin/views/form_select.php:141
648
  msgid "and repeat it with the next time range as often as needed."
649
  msgstr ""
650
- "Y realízalo de nuevo con el periodo de tiempo siguiente las veces que te "
651
  "sean necesarias."
652
 
653
  #: admin/views/form_select.php:143
@@ -707,7 +707,7 @@ msgstr "Selecciona la acción"
707
 
708
  #: admin/views/form_start.php:21
709
  msgid "Actions with a single image"
710
- msgstr "Las acciones con una sola imagen."
711
 
712
  #: admin/views/form_start.php:22
713
  msgid "These actions require to select an image with the following button."
@@ -751,7 +751,7 @@ msgstr ""
751
 
752
  #: admin/views/form_start.php:67
753
  msgid "Actions with multiple images"
754
- msgstr "Las acciones con imágenes múltiples."
755
 
756
  #: admin/views/form_start.php:68
757
  msgid ""
@@ -774,7 +774,7 @@ msgstr "¿Toma la primera imagen adjunta de post?"
774
 
775
  #: admin/views/section_defaults.php:16
776
  msgid "matches"
777
- msgstr "Las coincidencias"
778
 
779
  #: admin/views/section_defaults.php:59
780
  msgid "Post Type"
@@ -802,7 +802,7 @@ msgstr ""
802
 
803
  #: admin/views/section_defaults.php:235
804
  msgid "An image overwrites an existing image"
805
- msgstr "La imagen sobrescribe la imagen existente."
806
 
807
  #: admin/views/section_defaults.php:239
808
  msgid ""
@@ -810,7 +810,7 @@ msgid ""
810
  "a post"
811
  msgstr ""
812
  "Actívalo para sobrescribir la imagen destacada existente mientras se está "
813
- "guardando el post."
814
 
815
  #: admin/views/section_defaults.php:241
816
  msgid ""
@@ -825,7 +825,7 @@ msgstr ""
825
 
826
  #: admin/views/section_defaults.php:248
827
  msgid "Text with images in WordPress editor"
828
- msgstr "Los textos con imágenes en el editor de WordPress."
829
 
830
  #: admin/views/section_defaults.php:252
831
  msgid ""
@@ -834,7 +834,7 @@ msgid ""
834
  msgstr ""
835
  "Actívalo para usar automáticamente la primera imagen del contenido si está "
836
  "disponible en Media Library como la imagen destacada mientras se está "
837
- "guardando el post."
838
 
839
  #: admin/views/section_defaults.php:254
840
  msgid ""
@@ -878,35 +878,35 @@ msgid ""
878
  "order until a rule and a property of the post fit together:"
879
  msgstr ""
880
  "Independientemente del orden de la lista, las reglas se aplican en el orden "
881
- "siguiente hasta que la regla y la propiedad encajen bien."
882
 
883
  #: admin/views/section_defaults.php:472
884
  msgid "found first content image. If not then..."
885
- msgstr "La primera imagen del contenido encontrada. Si no es así, entonces…."
886
 
887
  #: admin/views/section_defaults.php:473
888
  msgid "matched custom taxonomy. If not then..."
889
- msgstr "La taxonomía correspondiente personalizada. Si no es así entonces….,"
890
 
891
  #: admin/views/section_defaults.php:474
892
  msgid "matched tag. If not then..."
893
- msgstr "La etiqueta correspondiente. Si no es así, entonces…."
894
 
895
  #: admin/views/section_defaults.php:475
896
  msgid "matched category. If not then..."
897
- msgstr "La categoría correspondiente. Si no es así, entonces…."
898
 
899
  #: admin/views/section_defaults.php:476
900
  msgid "matched author. If not then..."
901
- msgstr "El autor correspondiente. Si no es así, entonces….."
902
 
903
  #: admin/views/section_defaults.php:477
904
  msgid "matched post type. If not then..."
905
- msgstr "El autor correspondiente. Si no es así, entonces….."
906
 
907
  #: admin/views/section_defaults.php:478
908
  msgid "no featured image."
909
- msgstr "No hay ninguna imagen destacada"
910
 
911
  #: admin/views/section_defaults.php:480
912
  msgid ""
@@ -1101,11 +1101,11 @@ msgstr "Cambiado con éxito"
1101
 
1102
  #: admin/views/section_results.php:9
1103
  msgid "Unchanged"
1104
- msgstr "Inalterado (sin cambios)"
1105
 
1106
  #: admin/views/section_results.php:70
1107
  msgid "No matches found."
1108
- msgstr "No se han encontrado coincidencias "
1109
 
1110
  #~ msgid "There are no featured images in use."
1111
  #~ msgstr "No hay ninguna imagen destacada en uso."
4
  msgstr ""
5
  "Project-Id-Version: Quick Featured Images Pro\n"
6
  "Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
7
+ "POT-Creation-Date: 2017-03-30 22:56+0200\n"
8
+ "PO-Revision-Date: 2017-03-30 22:56+0200\n"
9
  "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
10
  "Language-Team: m.stehle@gmx.de\n"
11
  "Language: es_ES\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Generator: Poedit 2.0\n"
16
  "X-Poedit-KeywordsList: __;_e;_n;_x;esc_html_e;esc_html__;esc_attr_e;"
17
  "esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2\n"
18
  "X-Poedit-Basepath: ..\n"
37
  msgstr ""
38
  "El plugin requiere la versión %s de WordPress o superior. Por lo tanto "
39
  "WordPress no lo ha activado. Si quieres usar este plugin debes actualizar "
40
+ "los archivos de Word Press a la última versión."
41
 
42
  #: admin/class-quick-featured-images-admin.php:484
43
  #, php-format
107
  msgstr "Visibilidad del plugin"
108
 
109
  #: admin/class-quick-featured-images-settings.php:425
110
+ msgid "Which user role may see the plugin?"
111
+ msgstr "¿Qué rol de usuario puede ver el plugin?"
112
 
113
  #: admin/class-quick-featured-images-settings.php:557
114
  msgid ""
116
  "post lists."
117
  msgstr ""
118
  "Activa las casillas de verificación (los checkboxes) en cada tipo de post "
119
+ "para mostrar las columnas extras en las listas de post."
120
 
121
  #: admin/class-quick-featured-images-settings.php:569
122
  msgid "Minimum user role to see the plugin in the backend"
157
  msgstr ""
158
  "Las columnas adicionales te ofrecen una rápida visión general de todas las "
159
  "imágenes destacadas usadas por cada post La columna de la imagen destacada "
160
+ "es clasificable."
161
 
162
  #: admin/class-quick-featured-images-settings.php:627
163
  msgid "Controls which minimum user role can see the plugin."
178
 
179
  #: admin/class-quick-featured-images-tools.php:546
180
  msgid "Refine"
181
+ msgstr "Refinar"
182
 
183
  #: admin/class-quick-featured-images-tools.php:547
184
  msgid "Confirm"
185
+ msgstr "Confirmar"
186
 
187
  #: admin/class-quick-featured-images-tools.php:548
188
  msgid "Perform"
189
+ msgstr "Realizar"
190
 
191
  #: admin/class-quick-featured-images-tools.php:552
192
  msgid "Set the selected image as new featured image"
239
  #: admin/class-quick-featured-images-tools.php:710
240
  #, php-format
241
  msgid "The input field %s is empty."
242
+ msgstr "El campo de entrada %s está vacío."
243
 
244
  #: admin/class-quick-featured-images-tools.php:711
245
  msgid "Type in a value into the input field."
246
+ msgstr "Escribe el valor en el campo de la entrada."
247
 
248
  #: admin/class-quick-featured-images-tools.php:714
249
  #, php-format
250
  msgid "%s is not defined."
251
+ msgstr "%s no está definido."
252
 
253
  #: admin/class-quick-featured-images-tools.php:715
254
  msgid "Check how to define the value."
255
+ msgstr "Comprueba cómo definir el valor."
256
 
257
  #: admin/class-quick-featured-images-tools.php:718
258
  msgid "There is no selected image."
259
+ msgstr "No hay ninguna imagen seleccionada."
260
 
261
  #: admin/class-quick-featured-images-tools.php:719
262
  msgid "Select an image from the media library."
265
  #: admin/class-quick-featured-images-tools.php:722
266
  #: admin/views/section_image.php:51
267
  msgid "You have not selected an action."
268
+ msgstr "No has seleccionado ninguna acción."
269
 
270
  #: admin/class-quick-featured-images-tools.php:723
271
  msgid "Start again and select which action you want to apply."
272
+ msgstr "Empieza de nuevo y selecciona la acción que quieres aplicar."
273
 
274
  #: admin/class-quick-featured-images-tools.php:726
275
  #, php-format
276
  msgid "The input field %s has an invalid value."
277
+ msgstr "El valor del campo %s de la entrada es inválido."
278
 
279
  #: admin/class-quick-featured-images-tools.php:727
280
  msgid "Type in valid values in the input field."
281
+ msgstr "El valor del campo de la entrada es inválido."
282
 
283
  #: admin/class-quick-featured-images-tools.php:731
284
  msgid "Type in values stored by WordPress."
285
+ msgstr "Escribe los valores válidos en el campo de la entrada."
286
 
287
  #: admin/class-quick-featured-images-tools.php:1846
288
  msgid "Set, replace, remove"
294
  "Configura el bulk, reemplaza y elimina las imágenes destacadas por posts "
295
  "existentes"
296
 
297
+ #: admin/class-quick-featured-images-tools.php:1966
298
  msgid "Bulk set as featured image"
299
  msgstr "El bulk configurado como la imagen destacada"
300
 
316
 
317
  #: admin/views/filter_tag.php:20
318
  msgid "There are no tags in use."
319
+ msgstr "No hay ninguna etiqueta en uso."
320
 
321
  #: admin/views/form_back_to_selection.php:2
322
  msgid "Select filters and options again"
323
+ msgstr "Selecciona los filtros y las opciones de nuevo"
324
 
325
  #: admin/views/form_back_to_selection.php:3
326
  msgid ""
389
  #: admin/views/form_confirm.php:30 admin/views/section_defaults.php:17
390
  #: admin/views/section_results.php:7
391
  msgid "No."
392
+ msgstr "Nro."
393
 
394
  #: admin/views/form_confirm.php:31 admin/views/section_results.php:6
395
  msgid "Current Featured Image"
401
 
402
  #: admin/views/form_confirm.php:33
403
  msgid "written on"
404
+ msgstr "escrito en"
405
 
406
  #: admin/views/form_confirm.php:34
407
  msgid "by"
408
+ msgstr "por"
409
 
410
  #: admin/views/form_confirm.php:48 admin/views/section_results.php:16
411
  msgid ""
413
  "post in a new window by clicking on its link in the list."
414
  msgstr ""
415
  "La lista está ordenada alfabéticamente por el titulo de post. Puedes editar "
416
+ "post en una ventana nueva al hacer clic en su enlace en la lista."
417
 
418
  #: admin/views/form_confirm.php:111
419
  msgid "Confirm the change"
512
 
513
  #: admin/views/form_select.php:37
514
  msgid "Refine your selections"
515
+ msgstr "Refina sus selecciones"
516
 
517
  #: admin/views/form_select.php:38 admin/views/form_select.php:48
518
  msgid "You can control the process with the following options."
520
 
521
  #: admin/views/form_select.php:45
522
  msgid "Optional: Select options"
523
+ msgstr "Opcional: selecciona las opciones"
524
 
525
  #: admin/views/form_select.php:47
526
  msgid "Process Options"
528
 
529
  #: admin/views/form_select.php:53
530
  msgid "Overwrite existing featured images with new ones"
531
+ msgstr "Sobrescribe las imágenes destacadas existentes con otras nuevas"
532
 
533
  #: admin/views/form_select.php:63
534
  msgid ""
535
  "Posts with featured images will be ignored, even if the Overwrite option is "
536
+ "checked"
537
  msgstr ""
538
  "Los post que contienen las imágenes destacadas serán ignorados, incluso si "
539
+ "la opción Sobrescribe está marcada"
540
 
541
  #: admin/views/form_select.php:72
542
  msgid "There are two more options in the premium version for random images:"
634
 
635
  #: admin/views/form_select.php:138
636
  msgid "add the time filter,"
637
+ msgstr "añade el filtro de tiempo,"
638
 
639
  #: admin/views/form_select.php:139
640
  msgid "set a small time range,"
641
+ msgstr "establece el período limitado de tiempo,"
642
 
643
  #: admin/views/form_select.php:140
644
  msgid "do the process"
645
+ msgstr "realiza el proceso"
646
 
647
  #: admin/views/form_select.php:141
648
  msgid "and repeat it with the next time range as often as needed."
649
  msgstr ""
650
+ "y realízalo de nuevo con el periodo de tiempo siguiente las veces que te "
651
  "sean necesarias."
652
 
653
  #: admin/views/form_select.php:143
707
 
708
  #: admin/views/form_start.php:21
709
  msgid "Actions with a single image"
710
+ msgstr "Las acciones con una sola imagen"
711
 
712
  #: admin/views/form_start.php:22
713
  msgid "These actions require to select an image with the following button."
751
 
752
  #: admin/views/form_start.php:67
753
  msgid "Actions with multiple images"
754
+ msgstr "Las acciones con imágenes múltiples"
755
 
756
  #: admin/views/form_start.php:68
757
  msgid ""
774
 
775
  #: admin/views/section_defaults.php:16
776
  msgid "matches"
777
+ msgstr "coincide con"
778
 
779
  #: admin/views/section_defaults.php:59
780
  msgid "Post Type"
802
 
803
  #: admin/views/section_defaults.php:235
804
  msgid "An image overwrites an existing image"
805
+ msgstr "La imagen sobrescribe la imagen existente"
806
 
807
  #: admin/views/section_defaults.php:239
808
  msgid ""
810
  "a post"
811
  msgstr ""
812
  "Actívalo para sobrescribir la imagen destacada existente mientras se está "
813
+ "guardando el post"
814
 
815
  #: admin/views/section_defaults.php:241
816
  msgid ""
825
 
826
  #: admin/views/section_defaults.php:248
827
  msgid "Text with images in WordPress editor"
828
+ msgstr "Los textos con imágenes en el editor de WordPress"
829
 
830
  #: admin/views/section_defaults.php:252
831
  msgid ""
834
  msgstr ""
835
  "Actívalo para usar automáticamente la primera imagen del contenido si está "
836
  "disponible en Media Library como la imagen destacada mientras se está "
837
+ "guardando el post"
838
 
839
  #: admin/views/section_defaults.php:254
840
  msgid ""
878
  "order until a rule and a property of the post fit together:"
879
  msgstr ""
880
  "Independientemente del orden de la lista, las reglas se aplican en el orden "
881
+ "siguiente hasta que la regla y la propiedad encajen bien:"
882
 
883
  #: admin/views/section_defaults.php:472
884
  msgid "found first content image. If not then..."
885
+ msgstr "la primera imagen del contenido encontrada. Si no es así, entonces…."
886
 
887
  #: admin/views/section_defaults.php:473
888
  msgid "matched custom taxonomy. If not then..."
889
+ msgstr "la taxonomía correspondiente personalizada. Si no es así entonces…."
890
 
891
  #: admin/views/section_defaults.php:474
892
  msgid "matched tag. If not then..."
893
+ msgstr "la etiqueta correspondiente. Si no es así, entonces…."
894
 
895
  #: admin/views/section_defaults.php:475
896
  msgid "matched category. If not then..."
897
+ msgstr "la categoría correspondiente. Si no es así, entonces…."
898
 
899
  #: admin/views/section_defaults.php:476
900
  msgid "matched author. If not then..."
901
+ msgstr "el autor correspondiente. Si no es así, entonces….."
902
 
903
  #: admin/views/section_defaults.php:477
904
  msgid "matched post type. If not then..."
905
+ msgstr "el autor correspondiente. Si no es así, entonces….."
906
 
907
  #: admin/views/section_defaults.php:478
908
  msgid "no featured image."
909
+ msgstr "no hay ninguna imagen destacada."
910
 
911
  #: admin/views/section_defaults.php:480
912
  msgid ""
1101
 
1102
  #: admin/views/section_results.php:9
1103
  msgid "Unchanged"
1104
+ msgstr "Sin alterar"
1105
 
1106
  #: admin/views/section_results.php:70
1107
  msgid "No matches found."
1108
+ msgstr "No se han encontrado coincidencias."
1109
 
1110
  #~ msgid "There are no featured images in use."
1111
  #~ msgstr "No hay ninguna imagen destacada en uso."
languages/quick-featured-images-pt_BR.mo CHANGED
Binary file
languages/quick-featured-images-pt_BR.po CHANGED
@@ -4,15 +4,15 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Quick Featured Images\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
7
- "POT-Creation-Date: 2017-03-18 12:20+0100\n"
8
- "PO-Revision-Date: 2017-03-18 12:20+0100\n"
9
  "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
10
  "Language-Team: m.stehle@gmx.de\n"
11
  "Language: pt_BR\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
- "X-Generator: Poedit 1.8.12\n"
16
  "X-Poedit-KeywordsList: __;_e;_n;_x;esc_html_e;esc_html__;esc_attr_e;"
17
  "esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2\n"
18
  "X-Poedit-Basepath: ..\n"
@@ -101,8 +101,8 @@ msgid "Visibility of the plugin"
101
  msgstr "Visibilidade do plugin"
102
 
103
  #: admin/class-quick-featured-images-settings.php:425
104
- msgid "Which user role may see the plugin"
105
- msgstr "Qual função de usuário pode ver o plug-in"
106
 
107
  #: admin/class-quick-featured-images-settings.php:557
108
  msgid ""
@@ -288,7 +288,7 @@ msgstr ""
288
  "Definir, substituir e remover imagens destacadas em massa para posts "
289
  "existentes"
290
 
291
- #: admin/class-quick-featured-images-tools.php:1969
292
  msgid "Bulk set as featured image"
293
  msgstr "Definir imagem destacada em massa"
294
 
@@ -381,7 +381,7 @@ msgstr "Detalhes"
381
  #: admin/views/form_confirm.php:30 admin/views/section_defaults.php:17
382
  #: admin/views/section_results.php:7
383
  msgid "No."
384
- msgstr "Não."
385
 
386
  #: admin/views/form_confirm.php:31 admin/views/section_results.php:6
387
  msgid "Current Featured Image"
@@ -525,10 +525,10 @@ msgstr "Sobrescrever imagens destacadas existentes pelas novas"
525
  #: admin/views/form_select.php:63
526
  msgid ""
527
  "Posts with featured images will be ignored, even if the Overwrite option is "
528
- "checked "
529
  msgstr ""
530
  "Posts com Imagens destacadas serão ignorados, mesmo se a opção Substituir "
531
- "estiver marcada "
532
 
533
  #: admin/views/form_select.php:72
534
  msgid "There are two more options in the premium version for random images:"
@@ -890,7 +890,7 @@ msgstr "combinou o autor. Se não, então..."
890
 
891
  #: admin/views/section_defaults.php:477
892
  msgid "matched post type. If not then..."
893
- msgstr "Combinou o tipo de post. Se não, então..."
894
 
895
  #: admin/views/section_defaults.php:478
896
  msgid "no featured image."
4
  msgstr ""
5
  "Project-Id-Version: Quick Featured Images\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
7
+ "POT-Creation-Date: 2017-03-30 22:57+0200\n"
8
+ "PO-Revision-Date: 2017-03-30 22:57+0200\n"
9
  "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
10
  "Language-Team: m.stehle@gmx.de\n"
11
  "Language: pt_BR\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Generator: Poedit 2.0\n"
16
  "X-Poedit-KeywordsList: __;_e;_n;_x;esc_html_e;esc_html__;esc_attr_e;"
17
  "esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2\n"
18
  "X-Poedit-Basepath: ..\n"
101
  msgstr "Visibilidade do plugin"
102
 
103
  #: admin/class-quick-featured-images-settings.php:425
104
+ msgid "Which user role may see the plugin?"
105
+ msgstr "Qual função de usuário pode ver o plug-in?"
106
 
107
  #: admin/class-quick-featured-images-settings.php:557
108
  msgid ""
288
  "Definir, substituir e remover imagens destacadas em massa para posts "
289
  "existentes"
290
 
291
+ #: admin/class-quick-featured-images-tools.php:1966
292
  msgid "Bulk set as featured image"
293
  msgstr "Definir imagem destacada em massa"
294
 
381
  #: admin/views/form_confirm.php:30 admin/views/section_defaults.php:17
382
  #: admin/views/section_results.php:7
383
  msgid "No."
384
+ msgstr "Nº."
385
 
386
  #: admin/views/form_confirm.php:31 admin/views/section_results.php:6
387
  msgid "Current Featured Image"
525
  #: admin/views/form_select.php:63
526
  msgid ""
527
  "Posts with featured images will be ignored, even if the Overwrite option is "
528
+ "checked"
529
  msgstr ""
530
  "Posts com Imagens destacadas serão ignorados, mesmo se a opção Substituir "
531
+ "estiver marcada"
532
 
533
  #: admin/views/form_select.php:72
534
  msgid "There are two more options in the premium version for random images:"
890
 
891
  #: admin/views/section_defaults.php:477
892
  msgid "matched post type. If not then..."
893
+ msgstr "combinou o tipo de post. Se não, então..."
894
 
895
  #: admin/views/section_defaults.php:478
896
  msgid "no featured image."
languages/quick-featured-images.pot CHANGED
@@ -4,13 +4,13 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Quick Featured Images\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
7
- "POT-Creation-Date: 2017-03-12 22:59+0100\n"
8
- "PO-Revision-Date: 2017-03-12 22:59+0100\n"
9
  "Language-Team: m.stehle@gmx.de\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.8.12\n"
14
  "X-Poedit-KeywordsList: __;_e;_n;_x;esc_html_e;esc_html__;esc_attr_e;"
15
  "esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2\n"
16
  "X-Poedit-Basepath: ..\n"
@@ -31,20 +31,20 @@ msgstr ""
31
  msgid "Welcome to %s! You can find the plugin at %s."
32
  msgstr ""
33
 
34
- #: admin/class-quick-featured-images-columns.php:288
35
- #: admin/class-quick-featured-images-columns.php:408
36
  #, php-format
37
  msgid "Change &#8220;%s&#8221;"
38
  msgstr ""
39
 
40
- #: admin/class-quick-featured-images-columns.php:311
41
- #: admin/class-quick-featured-images-columns.php:409
42
  #, php-format
43
  msgid "Remove &#8220;%s&#8221;"
44
  msgstr ""
45
 
46
- #: admin/class-quick-featured-images-columns.php:333
47
- #: admin/class-quick-featured-images-columns.php:478
48
  #, php-format
49
  msgid "Set image for &#8220;%s&#8221;"
50
  msgstr ""
@@ -87,7 +87,7 @@ msgid "Visibility of the plugin"
87
  msgstr ""
88
 
89
  #: admin/class-quick-featured-images-settings.php:425
90
- msgid "Which user role may see the plugin"
91
  msgstr ""
92
 
93
  #: admin/class-quick-featured-images-settings.php:557
@@ -252,7 +252,7 @@ msgstr ""
252
  msgid "Bulk set, replace and remove featured images for existing posts"
253
  msgstr ""
254
 
255
- #: admin/class-quick-featured-images-tools.php:1969
256
  msgid "Bulk set as featured image"
257
  msgstr ""
258
 
@@ -446,7 +446,7 @@ msgid "Overwrite existing featured images with new ones"
446
  msgstr ""
447
 
448
  #: admin/views/form_select.php:63
449
- msgid "Posts with featured images will be ignored, even if the Overwrite option is checked "
450
  msgstr ""
451
 
452
  #: admin/views/form_select.php:72
4
  msgstr ""
5
  "Project-Id-Version: Quick Featured Images\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
7
+ "POT-Creation-Date: 2017-03-30 22:54+0200\n"
8
+ "PO-Revision-Date: 2017-03-30 22:55+0200\n"
9
  "Language-Team: m.stehle@gmx.de\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 2.0\n"
14
  "X-Poedit-KeywordsList: __;_e;_n;_x;esc_html_e;esc_html__;esc_attr_e;"
15
  "esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2\n"
16
  "X-Poedit-Basepath: ..\n"
31
  msgid "Welcome to %s! You can find the plugin at %s."
32
  msgstr ""
33
 
34
+ #: admin/class-quick-featured-images-columns.php:294
35
+ #: admin/class-quick-featured-images-columns.php:414
36
  #, php-format
37
  msgid "Change &#8220;%s&#8221;"
38
  msgstr ""
39
 
40
+ #: admin/class-quick-featured-images-columns.php:317
41
+ #: admin/class-quick-featured-images-columns.php:415
42
  #, php-format
43
  msgid "Remove &#8220;%s&#8221;"
44
  msgstr ""
45
 
46
+ #: admin/class-quick-featured-images-columns.php:339
47
+ #: admin/class-quick-featured-images-columns.php:484
48
  #, php-format
49
  msgid "Set image for &#8220;%s&#8221;"
50
  msgstr ""
87
  msgstr ""
88
 
89
  #: admin/class-quick-featured-images-settings.php:425
90
+ msgid "Which user role may see the plugin?"
91
  msgstr ""
92
 
93
  #: admin/class-quick-featured-images-settings.php:557
252
  msgid "Bulk set, replace and remove featured images for existing posts"
253
  msgstr ""
254
 
255
+ #: admin/class-quick-featured-images-tools.php:1966
256
  msgid "Bulk set as featured image"
257
  msgstr ""
258
 
446
  msgstr ""
447
 
448
  #: admin/views/form_select.php:63
449
+ msgid "Posts with featured images will be ignored, even if the Overwrite option is checked"
450
  msgstr ""
451
 
452
  #: admin/views/form_select.php:72
quick-featured-images.php CHANGED
@@ -10,7 +10,7 @@
10
  * Plugin Name: Quick Featured Images
11
  * Plugin URI: http://wordpress.org/plugins/quick-featured-images
12
  * Description: Your time-saving Swiss Army Knife for featured images: Set, replace and delete them in bulk, in posts lists and set default images for future posts.
13
- * Version: 12.3.2
14
  * Author: Martin Stehle
15
  * Author URI: http://stehle-internet.de
16
  * Text Domain: quick-featured-images
10
  * Plugin Name: Quick Featured Images
11
  * Plugin URI: http://wordpress.org/plugins/quick-featured-images
12
  * Description: Your time-saving Swiss Army Knife for featured images: Set, replace and delete them in bulk, in posts lists and set default images for future posts.
13
+ * Version: 12.3.3
14
  * Author: Martin Stehle
15
  * Author URI: http://stehle-internet.de
16
  * Text Domain: quick-featured-images