Quick Featured Images - Version 13.5.5

Version Description

  • new branding
  • Tested successfully with WordPress 5.6.2
  • Tested successfully with WordPress 5.7
Download this release

Release Info

Developer kybernetikservices
Plugin Icon 128x128 Quick Featured Images
Version 13.5.5
Comparing to
See all releases

Code changes from version 13.5.4 to 13.5.5

README.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Quick Featured Images ===
2
- Contributors: Hinjiriyo
3
  Tags: featured image,featured images,bulk set,automatic,thumbnails
4
  Requires at least: 3.8
5
  Requires PHP: 5.2
6
- Tested up to: 5.6
7
- Stable tag: 13.5.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -239,6 +239,11 @@ If you want to contribute a translation of the plugin in your language it would
239
 
240
  == Changelog ==
241
 
 
 
 
 
 
242
  = 13.5.4 =
243
  * Fixed assignments errors in the image column on the post overview page
244
 
1
  === Quick Featured Images ===
2
+ Contributors: kybernetikservices,Hinjiriyo
3
  Tags: featured image,featured images,bulk set,automatic,thumbnails
4
  Requires at least: 3.8
5
  Requires PHP: 5.2
6
+ Tested up to: 5.7
7
+ Stable tag: 13.5.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
239
 
240
  == Changelog ==
241
 
242
+ = 13.5.5 =
243
+ * new branding
244
+ * Tested successfully with WordPress 5.6.2
245
+ * Tested successfully with WordPress 5.7
246
+
247
  = 13.5.4 =
248
  * Fixed assignments errors in the image column on the post overview page
249
 
admin/class-quick-featured-images-admin.php CHANGED
@@ -3,10 +3,10 @@
3
  * Quick Featured Images
4
  *
5
  * @package Quick_Featured_Images
6
- * @author Martin Stehle <shop@stehle-internet.de>
7
  * @license GPL-2.0+
8
- * @link http://stehle-internet.de
9
- * @copyright 2014 Martin Stehle
10
  */
11
  // Exit if accessed directly
12
  if ( ! defined( 'ABSPATH' ) ) exit;
3
  * Quick Featured Images
4
  *
5
  * @package Quick_Featured_Images
6
+ * @author Kybernetik Services <wordpress@kybernetik.com.de>
7
  * @license GPL-2.0+
8
+ * @link https://www.kybernetik-services.com
9
+ * @copyright 2014 Kybernetik Services
10
  */
11
  // Exit if accessed directly
12
  if ( ! defined( 'ABSPATH' ) ) exit;
admin/class-quick-featured-images-columns.php CHANGED
@@ -3,7 +3,7 @@
3
  * Quick Featured Images
4
  *
5
  * @package Quick_Featured_Images_Columns
6
- * @author Martin Stehle <shop@stehle-internet.de>
7
  * @license GPL-2.0+
8
  * @link http://wordpress.org/plugins/quick-featured-images/
9
  * @copyright 2014
@@ -13,7 +13,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
13
 
14
  /**
15
  * @package Quick_Featured_Images_Columns
16
- * @author Martin Stehle <shop@stehle-internet.de>
17
  */
18
  class Quick_Featured_Images_Columns {
19
 
3
  * Quick Featured Images
4
  *
5
  * @package Quick_Featured_Images_Columns
6
+ * @author Kybernetik Services <wordpress@kybernetik.com.de>
7
  * @license GPL-2.0+
8
  * @link http://wordpress.org/plugins/quick-featured-images/
9
  * @copyright 2014
13
 
14
  /**
15
  * @package Quick_Featured_Images_Columns
16
+ * @author Kybernetik Services <wordpress@kybernetik.com.de>
17
  */
18
  class Quick_Featured_Images_Columns {
19
 
admin/class-quick-featured-images-defaults.php CHANGED
@@ -3,7 +3,7 @@
3
  * Quick Featured Images
4
  *
5
  * @package Quick_Featured_Images_Defaults
6
- * @author Martin Stehle <shop@stehle-internet.de>
7
  * @license GPL-2.0+
8
  * @link http://wordpress.org/plugins/quick-featured-images/
9
  * @copyright 2014
@@ -13,7 +13,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
13
 
14
  /**
15
  * @package Quick_Featured_Images_Defaults
16
- * @author Martin Stehle <shop@stehle-internet.de>
17
  */
18
  class Quick_Featured_Images_Defaults {
19
 
3
  * Quick Featured Images
4
  *
5
  * @package Quick_Featured_Images_Defaults
6
+ * @author Kybernetik Services <wordpress@kybernetik.com.de>
7
  * @license GPL-2.0+
8
  * @link http://wordpress.org/plugins/quick-featured-images/
9
  * @copyright 2014
13
 
14
  /**
15
  * @package Quick_Featured_Images_Defaults
16
+ * @author Kybernetik Services <wordpress@kybernetik.com.de>
17
  */
18
  class Quick_Featured_Images_Defaults {
19
 
admin/class-quick-featured-images-settings.php CHANGED
@@ -3,7 +3,7 @@
3
  * Quick Featured Images
4
  *
5
  * @package Quick_Featured_Images_Settings
6
- * @author Martin Stehle <shop@stehle-internet.de>
7
  * @license GPL-2.0+
8
  * @link http://wordpress.org/plugins/quick-featured-images/
9
  * @copyright 2014
@@ -13,7 +13,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
13
 
14
  /**
15
  * @package Quick_Featured_Images_Settings
16
- * @author Martin Stehle <shop@stehle-internet.de>
17
  */
18
  class Quick_Featured_Images_Settings {
19
 
3
  * Quick Featured Images
4
  *
5
  * @package Quick_Featured_Images_Settings
6
+ * @author Kybernetik Services <wordpress@kybernetik.com.de>
7
  * @license GPL-2.0+
8
  * @link http://wordpress.org/plugins/quick-featured-images/
9
  * @copyright 2014
13
 
14
  /**
15
  * @package Quick_Featured_Images_Settings
16
+ * @author Kybernetik Services <wordpress@kybernetik.com.de>
17
  */
18
  class Quick_Featured_Images_Settings {
19
 
admin/class-quick-featured-images-tools.php CHANGED
@@ -1,10 +1,10 @@
1
  <?php
2
  /**
3
  * @package Quick_Featured_Images_Tools
4
- * @author Martin Stehle <shop@stehle-internet.de>
5
  * @license GPL-2.0+
6
- * @link http://stehle-internet.de
7
- * @copyright 2014 Martin Stehle
8
  */
9
  // Exit if accessed directly
10
  if ( ! defined( 'ABSPATH' ) ) exit;
1
  <?php
2
  /**
3
  * @package Quick_Featured_Images_Tools
4
+ * @author Kybernetik Services <wordpress@kybernetik.com.de>
5
  * @license GPL-2.0+
6
+ * @link https://www.kybernetik-services.com
7
+ * @copyright 2014 Kybernetik Services
8
  */
9
  // Exit if accessed directly
10
  if ( ! defined( 'ABSPATH' ) ) exit;
admin/views/section_defaults.php CHANGED
@@ -3,7 +3,7 @@
3
  * Options Page For Default Images
4
  *
5
  * @package Quick_Featured_Images_Defaults
6
- * @author Martin Stehle <shop@stehle-internet.de>
7
  * @license GPL-2.0+
8
  * @link http://wordpress.org/plugins/quick-featured-images/
9
  * @copyright 2014
3
  * Options Page For Default Images
4
  *
5
  * @package Quick_Featured_Images_Defaults
6
+ * @author Kybernetik Services <wordpress@kybernetik.com.de>
7
  * @license GPL-2.0+
8
  * @link http://wordpress.org/plugins/quick-featured-images/
9
  * @copyright 2014
admin/views/section_footer.php CHANGED
@@ -3,10 +3,10 @@
3
  * Represents the footer for the admin page
4
  *
5
  * @package Quick_Featured_Images
6
- * @author Martin Stehle <shop@stehle-internet.de>
7
  * @license GPL-2.0+
8
- * @link http://stehle-internet.de
9
- * @copyright 2013 Martin Stehle
10
  */
11
  ?>
12
  </div><!-- .qfi_content -->
3
  * Represents the footer for the admin page
4
  *
5
  * @package Quick_Featured_Images
6
+ * @author Kybernetik Services <wordpress@kybernetik.com.de>
7
  * @license GPL-2.0+
8
+ * @link https://www.kybernetik-services.com
9
+ * @copyright 2013 Kybernetik Services
10
  */
11
  ?>
12
  </div><!-- .qfi_content -->
admin/views/section_header.php CHANGED
@@ -3,10 +3,10 @@
3
  * Represents the header for the admin page
4
  *
5
  * @package Quick_Featured_Images
6
- * @author Martin Stehle <shop@stehle-internet.de>
7
  * @license GPL-2.0+
8
- * @link http://stehle-internet.de
9
- * @copyright 2014 Martin Stehle
10
  */
11
  ?>
12
 
3
  * Represents the header for the admin page
4
  *
5
  * @package Quick_Featured_Images
6
+ * @author Kybernetik Services <wordpress@kybernetik.com.de>
7
  * @license GPL-2.0+
8
+ * @link https://www.kybernetik-services.com
9
+ * @copyright 2014 Kybernetik Services
10
  */
11
  ?>
12
 
admin/views/section_header_progress.php CHANGED
@@ -3,10 +3,10 @@
3
  * Represents the header for the admin page
4
  *
5
  * @package Quick_Featured_Images
6
- * @author Martin Stehle <shop@stehle-internet.de>
7
  * @license GPL-2.0+
8
- * @link http://stehle-internet.de
9
- * @copyright 2013 Martin Stehle
10
  */
11
  ?>
12
 
3
  * Represents the header for the admin page
4
  *
5
  * @package Quick_Featured_Images
6
+ * @author Kybernetik Services <wordpress@kybernetik.com.de>
7
  * @license GPL-2.0+
8
+ * @link https://www.kybernetik-services.com
9
+ * @copyright 2013 Kybernetik Services
10
  */
11
  ?>
12
 
admin/views/section_overview.php CHANGED
@@ -3,7 +3,7 @@
3
  * Options Page
4
  *
5
  * @package Quick_Featured_Images_Admin
6
- * @author Martin Stehle <shop@stehle-internet.de>
7
  * @license GPL-2.0+
8
  * @link http://wordpress.org/plugins/quick-featured-images/
9
  * @copyright 2014
3
  * Options Page
4
  *
5
  * @package Quick_Featured_Images_Admin
6
+ * @author Kybernetik Services <wordpress@kybernetik.com.de>
7
  * @license GPL-2.0+
8
  * @link http://wordpress.org/plugins/quick-featured-images/
9
  * @copyright 2014
admin/views/section_settings.php CHANGED
@@ -3,7 +3,7 @@
3
  * Options Page
4
  *
5
  * @package Quick_Featured_Images_Settings
6
- * @author Martin Stehle <shop@stehle-internet.de>
7
  * @license GPL-2.0+
8
  * @link http://wordpress.org/plugins/quick-featured-images/
9
  * @copyright 2014
3
  * Options Page
4
  *
5
  * @package Quick_Featured_Images_Settings
6
+ * @author Kybernetik Services <wordpress@kybernetik.com.de>
7
  * @license GPL-2.0+
8
  * @link http://wordpress.org/plugins/quick-featured-images/
9
  * @copyright 2014
languages/quick-featured-images-ca.mo CHANGED
Binary file
languages/quick-featured-images-ca.po CHANGED
@@ -5,115 +5,65 @@ msgstr ""
5
  "Project-Id-Version: Traducción a Catalán by Ibidem Group\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
7
  "POT-Creation-Date: 2020-12-16 16:03+0100\n"
8
- "PO-Revision-Date: 2020-12-16 16:03+0100\n"
9
  "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
10
- "Language-Team: IBIDEM GROUP <https://www.ibidemgroup.com>\n"
11
- "Language: ca_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.4.2\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"
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
- #: admin/class-quick-featured-images-admin.php:215
23
- msgid ""
24
- "Your time-saving Swiss Army Knife for featured images: Set, replace and "
25
- "delete them in bulk, in posts lists and set default images for future posts."
26
- msgstr ""
27
- "La seva navalla suïssa per a les imatges destacades: establir, reemplaçar i "
28
- "eliminar en grup o en llistes de publicacions, i establir imatges "
29
- "predeterminades per a futures publicacions."
30
-
31
- #: admin/class-quick-featured-images-admin.php:278
32
  #, php-format
33
- msgid ""
34
- "The plugin requires WordPress version %s or higher. Therefore, WordPress did "
35
- "not activate it. If you want to use this plugin update the Wordpress files "
36
- "to the latest version."
37
- msgstr ""
38
- "El connector requereix una versió de WordPress %s o superior. Per tant, "
39
- "WordPress no ho va activar. Si voleu utilitzar aquest plugin, heu "
40
- "d'actualitzar els arxius de Wordpress a l'última versió."
41
 
42
- #: admin/class-quick-featured-images-admin.php:484
43
  #, php-format
44
- msgid "Welcome to %s! You can find the plugin at %s."
45
- msgstr "Benvinguts a %s! Podeu trobar el plugin a %s."
46
 
47
  #: admin/class-quick-featured-images-columns.php:278
48
  msgid "(external image)"
49
  msgstr "(imatge externa)"
50
 
51
- #: admin/class-quick-featured-images-columns.php:279
52
- #, php-format
53
- msgid "Change &#8220;%s&#8221;"
54
- msgstr "Canviar &#8220;%s&#8221;"
55
-
56
- #: admin/class-quick-featured-images-columns.php:280
57
- #, php-format
58
- msgid "Remove &#8220;%s&#8221;"
59
- msgstr "Suprimir &#8220;%s&#8221;"
60
-
61
- #: admin/class-quick-featured-images-columns.php:281
62
- #, php-format
63
- msgid "Set image for &#8220;%s&#8221;"
64
- msgstr "Estableix la imatge per a &#8220;%s&#8221;"
65
-
66
- #: admin/class-quick-featured-images-columns.php:646
67
- msgid "Featured image for"
68
- msgstr ""
69
-
70
- #: admin/class-quick-featured-images-defaults.php:277
71
- msgid "Preset Featured Images"
72
- msgstr "Imatges destacades predefinides"
73
-
74
- #: admin/class-quick-featured-images-defaults.php:288
75
- msgid "Set default featured images for future posts"
76
- msgstr "Definir imatges destacades predeterminades per a publicacions futures"
77
-
78
- #: admin/class-quick-featured-images-settings.php:232
79
- msgid "Set the visibility of columns of featured images in posts lists"
80
- msgstr ""
81
- "Definir la visibilitat de les columnes d'imatges destacades a les llistes de "
82
- "publicacions"
83
-
84
- #: admin/class-quick-featured-images-settings.php:383
85
- msgid "Columns for featured images in posts lists"
86
- msgstr "Columnes d'imatges destacades a les llistes de publicacions"
87
-
88
- #: admin/class-quick-featured-images-settings.php:391
89
- msgid "Show additional column for featured images in lists of"
90
  msgstr ""
91
- "Mostra la columna addicional per a les imatges destacades a les llistes de"
 
 
 
92
 
93
- #: admin/class-quick-featured-images-settings.php:396
94
- msgid "Posts list with image column"
95
- msgstr "Llista de publicacions amb columna d'imatge"
96
 
97
- #: admin/class-quick-featured-images-settings.php:419
98
- msgid "Column in the library for posts with assigned featured image"
99
- msgstr ""
100
 
101
- #: admin/class-quick-featured-images-settings.php:427
102
- msgid "Show additional column in the library for posts with featured images"
103
- msgstr ""
104
 
105
- #: admin/class-quick-featured-images-settings.php:432
106
- msgid "Post list column in the library"
 
 
 
 
107
  msgstr ""
108
 
109
- #: admin/class-quick-featured-images-settings.php:455
110
- msgid "Visibility of the plugin"
111
- msgstr "Visibilitat del plugin"
112
-
113
- #: admin/class-quick-featured-images-settings.php:463
114
- msgid "Which user role may see the plugin?"
115
- msgstr "Quin rol d'usuari pot veure el connector?"
116
-
117
  #: admin/class-quick-featured-images-settings.php:596
118
  msgid ""
119
  "Activate the checkboxes at each post type to show the extra columns in the "
@@ -122,234 +72,277 @@ msgstr ""
122
  "Activeu les caselles de selecció de cada tipus d'entrada per mostrar les "
123
  "columnes addicionals a les llistes de correus."
124
 
125
- #: admin/class-quick-featured-images-settings.php:615
126
  msgid ""
127
- "Display a new column in the media library with the titles of the posts for "
128
- "which the corresponding image is set as featured image"
129
  msgstr ""
 
 
130
 
131
- #: admin/class-quick-featured-images-settings.php:618
132
  msgid ""
133
- "Activate the checkbox to show the extra column in the media library. If you "
134
- "would not see the new column in the library switch the appereance of the "
135
- "library to List mode. The post titles are links to the respective post edit "
136
- "page."
137
  msgstr ""
 
 
 
138
 
139
- #: admin/class-quick-featured-images-settings.php:630
140
- msgid "Minimum user role to see the plugin in the backend"
141
- msgstr "Rol mínim de l'usuari per veure el connector al backend"
142
 
143
- #: admin/class-quick-featured-images-settings.php:666
144
- msgid "Select the minimum user role a user must have to see the plugin."
145
- msgstr ""
146
- "Seleccioneu el rol mínim d'usuari que un usuari ha de tenir per veure el "
147
- "connector."
148
 
149
- #: admin/class-quick-featured-images-settings.php:671
150
- #, php-format
151
- msgid ""
152
- "The rules as set in &#8220;%s&#8221; work on posts independently of this "
153
- "setting."
154
- msgstr ""
155
- "Les regles establertes en \"%s\" funcionen en llocs independentment d'aquest "
156
- "entorn."
157
 
158
- #: admin/class-quick-featured-images-settings.php:676
 
 
 
 
159
  msgid ""
160
- "This setting controls as well whether a user will see in an image column the "
161
- "thumbnails with action links or the thumbnails only. To switch image columns "
162
- "on and off use the section above."
163
  msgstr ""
164
- "Aquesta opció de configuració controla també si un usuari veurà en una "
165
- "columna d'imatge les miniatures amb enllaços d'acció o només les miniatures. "
166
- "Per activar i desactivar les columnes d'imatge, utilitzeu la secció anterior."
167
 
168
- #: admin/class-quick-featured-images-settings.php:677
169
- msgid "This page is accessible for administrators only."
170
- msgstr "Aquesta pàgina només és accessible per als administradors."
171
 
172
- #: admin/class-quick-featured-images-settings.php:687
173
- msgid ""
174
- "The additional columns give you a quick overview about all used featured "
175
- "images for every post. The Featured Image column is sortable."
176
  msgstr ""
177
- "Les columnes addicionals us donen una visió general ràpida sobre totes les "
178
- "imatges destacades utilitzades per a cada publicació. La columna Imatge "
179
- "destacada es pot ordenar."
180
 
181
- #: admin/class-quick-featured-images-settings.php:696
182
- msgid "Controls which minimum user role can see the plugin."
183
- msgstr "Controla quina funció mínima d'usuari pot veure el connector."
184
 
185
- #: admin/class-quick-featured-images-settings.php:705
186
- msgid ""
187
- "The additional column in the media library lists all posts for which the "
188
- "image is set as featured."
189
- msgstr ""
190
 
191
- #: admin/class-quick-featured-images-tools.php:473
192
  #, php-format
193
- msgid "Wrong image ID %d"
194
- msgstr "ID d'imatge incorrecte %d"
195
 
196
- #: admin/class-quick-featured-images-tools.php:575
197
- msgid "Select"
198
- msgstr "Seleccionar"
199
 
200
- #: admin/class-quick-featured-images-tools.php:576
201
- msgid "Add filter"
202
- msgstr "Afegir filtre"
203
 
204
- #: admin/class-quick-featured-images-tools.php:577
205
- msgid "Refine"
206
- msgstr "Refinar"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
207
 
208
  #: admin/class-quick-featured-images-tools.php:578
209
  msgid "Confirm"
210
  msgstr "Confirmar"
211
 
212
- #: admin/class-quick-featured-images-tools.php:579
213
- msgid "Perform"
214
- msgstr "Realitzar"
215
 
216
- #: admin/class-quick-featured-images-tools.php:583
217
- msgid "Set the selected image as new featured image"
218
- msgstr "Estableix la imatge seleccionada com a nova imatge destacada"
219
 
220
- #: admin/class-quick-featured-images-tools.php:584
221
- msgid "Replace featured images by the selected image"
222
- msgstr "Substitueix les imatges destacades per la imatge seleccionada"
223
 
224
- #: admin/class-quick-featured-images-tools.php:585
225
- msgid "Remove the selected image as featured image"
226
- msgstr "Eliminar la imatge seleccionada com a imatge destacada"
227
-
228
- #: admin/class-quick-featured-images-tools.php:588
229
- msgid "Remove any image as featured image"
230
- msgstr "Eliminar qualsevol imatge com a imatge destacada"
231
-
232
- #: admin/class-quick-featured-images-tools.php:589
233
- msgid "Remove all featured images without existing image files"
234
- msgstr "Eliminar totes les imatges destacades sense fitxers d'imatge existents"
235
-
236
- #: admin/class-quick-featured-images-tools.php:592
237
- msgid "Set multiple images randomly as featured images"
238
- msgstr "Establir diverses imatges aleatòriament com a imatges destacades"
239
 
240
- #: admin/class-quick-featured-images-tools.php:596
241
- msgid "Overwrite featured images"
242
- msgstr "Sobreescriure les imatges destacades"
243
 
244
- #: admin/class-quick-featured-images-tools.php:597
245
- msgid "Consider only posts without any featured image"
246
- msgstr "Només entrades sense cap imatge destacada"
247
 
248
- #: admin/class-quick-featured-images-tools.php:601
249
- msgid "Post Type Filter"
250
- msgstr "Filtre de tipus de publicació"
 
 
 
 
251
 
252
- #: admin/class-quick-featured-images-tools.php:602
253
- msgid "Category Filter"
254
- msgstr "Filtre de categoria"
255
 
256
- #: admin/class-quick-featured-images-tools.php:603
257
- msgid "Tag Filter"
258
- msgstr "Filtre d'etiquetes"
 
 
259
 
260
- #: admin/class-quick-featured-images-tools.php:632
261
- msgid "Image width in pixels lower than"
262
- msgstr "Amplada de la imatge en píxels inferior a"
263
 
264
- #: admin/class-quick-featured-images-tools.php:633
265
- msgid "Image height in pixels lower than"
266
- msgstr "Alçada de la imatge en píxels inferiors a"
267
 
268
- #: admin/class-quick-featured-images-tools.php:742
269
  #, php-format
270
- msgid "The input field %s is empty."
271
- msgstr "El camp d'%s és buit."
272
 
273
- #: admin/class-quick-featured-images-tools.php:743
274
- msgid "Type in a value into the input field."
275
- msgstr "Escriviu un valor al camp d'entrada."
276
 
277
- #: admin/class-quick-featured-images-tools.php:746
278
- #, php-format
279
- msgid "%s is not defined."
280
- msgstr "%s no està definida."
 
 
 
 
 
 
281
 
282
- #: admin/class-quick-featured-images-tools.php:747
283
- msgid "Check how to define the value."
284
- msgstr "Comproveu com definir el valor."
 
 
 
 
 
 
 
 
 
285
 
286
- #: admin/class-quick-featured-images-tools.php:750
287
- msgid "There is no selected image."
288
- msgstr "No hi ha cap imatge seleccionada."
289
 
290
- #: admin/class-quick-featured-images-tools.php:751
291
- msgid "Select an image from the media library."
292
- msgstr "Seleccionar una imatge de la biblioteca multimèdia."
 
293
 
294
- #: admin/class-quick-featured-images-tools.php:754
295
- #: admin/views/section_image.php:51
296
- msgid "You have not selected an action."
297
- msgstr "No heu seleccionat cap acció."
298
 
299
- #: admin/class-quick-featured-images-tools.php:755
300
- msgid "Start again and select which action you want to apply."
301
- msgstr "Tornar a començar i selecciona quina acció vols aplicar."
302
 
303
- #: admin/class-quick-featured-images-tools.php:758
304
- #, php-format
305
- msgid "The input field %s has an invalid value."
306
- msgstr "El camp d'%s té un valor no vàlid."
307
 
308
- #: admin/class-quick-featured-images-tools.php:759
309
- msgid "Type in valid values in the input field."
310
- msgstr "Escrivu valors vàlids al camp d'entrada."
 
 
 
 
311
 
312
- #: admin/class-quick-featured-images-tools.php:763
313
- msgid "Type in values stored by WordPress."
314
- msgstr "Escriviu els valors emmagatzemats per WordPress."
315
 
316
- #: admin/class-quick-featured-images-tools.php:1937
317
- msgid "Set, replace, remove"
318
- msgstr "Definir, reemplaçar, suprimir"
319
 
320
- #: admin/class-quick-featured-images-tools.php:1948
321
- msgid "Bulk set, replace and remove featured images for existing posts"
 
 
 
322
  msgstr ""
323
- "Conjunt massiu, substituir i eliminar imatges destacades per als missatges "
324
- "existents"
 
325
 
326
- #: admin/class-quick-featured-images-tools.php:2057
327
- msgid "Bulk set as featured image"
328
- msgstr "Conjunt massiu com a imatge destacada"
329
-
330
- #: admin/views/filter_category.php:3
331
- msgid "Select a category"
332
- msgstr "Seleccionar categoria"
 
 
 
333
 
334
- #: admin/views/filter_category.php:14
335
- msgid "The selection of a category includes all of its subcategories."
 
 
 
 
336
  msgstr ""
 
 
 
 
337
 
338
- #: admin/views/filter_post_types.php:2
339
- msgid "Select post types"
340
- msgstr "Seleccioneu els tipus d'entrada"
341
 
342
- #: admin/views/filter_tag.php:7
343
- msgid "Select a tag"
344
- msgstr "Seleccioneu una etiqueta"
345
 
346
- #: admin/views/filter_tag.php:20
347
- msgid "There are no tags in use."
348
- msgstr "No hi ha etiquetes en ús."
349
 
350
- #: admin/views/form_back_to_selection.php:2
351
- msgid "Select filters and options again"
352
- msgstr "Torna a seleccionar filtres i opcions"
 
 
 
 
 
 
 
 
353
 
354
  #: admin/views/form_back_to_selection.php:3
355
  msgid ""
@@ -358,123 +351,95 @@ msgid ""
358
  msgstr ""
359
  "Si voleu canviar la vostra antiga selecció, torneu a fer clic en aquest botó."
360
 
361
- #: admin/views/form_back_to_selection.php:42
362
- msgid "Modify selection"
363
- msgstr "Modifica la selecció"
364
-
365
- #: admin/views/form_confirm.php:1
366
- msgid "Preview of your selection"
367
- msgstr "Visualització prèvia de la selecció"
368
-
369
- #: admin/views/form_confirm.php:2
370
- #, php-format
371
- msgid "%d matches found"
372
- msgstr "%d coincidencies trobades"
373
 
374
- #: admin/views/form_confirm.php:12
375
- msgid ""
376
- "Should the entries of featured images without image files be removed from "
377
- "the database?"
378
- msgstr ""
379
- "S'han d'eliminar les entrades d'imatges destacades sense fitxers d'imatge de "
380
- "la base de dades?"
381
 
382
- #: admin/views/form_confirm.php:15 admin/views/section_results.php:16
383
- msgid "Details"
384
- msgstr "Detalls"
385
 
386
- #: admin/views/form_confirm.php:16 admin/views/section_defaults.php:17
387
- #: admin/views/section_results.php:18
388
- msgid "No."
389
- msgstr "No."
390
 
391
- #: admin/views/form_confirm.php:17 admin/views/section_results.php:17
392
- msgid "Current Featured Image"
393
- msgstr "Imatge destacada actual"
394
 
395
- #: admin/views/form_confirm.php:18
396
- msgid "Future Featured Image"
397
- msgstr "Imatge destacada futura"
 
 
 
 
398
 
399
- #: admin/views/form_confirm.php:19
400
- msgid "written on"
401
- msgstr "escrit en"
402
 
403
- #: admin/views/form_confirm.php:20
404
- msgid "by"
405
- msgstr "per"
406
 
407
- #: admin/views/form_confirm.php:35
408
- msgid "Should the selected image be set as featured image to all listed posts?"
409
- msgstr ""
410
- "S'ha d'establir la imatge seleccionada com a imatge destacada a tots els "
411
- "missatges llistats?"
412
 
413
- #: admin/views/form_confirm.php:38
414
- msgid ""
415
- "Should the selected images be set randomly as featured images to all listed "
416
- "posts?"
417
- msgstr ""
418
- "Les imatges seleccionades s'han d'establir aleatòriament com a imatges "
419
- "destacades a tots els missatges llistats?"
420
 
421
- #: admin/views/form_confirm.php:41
422
- msgid ""
423
- "Should the current set featured image be replaced by the selected image at "
424
- "all listed posts?"
425
- msgstr ""
426
- "La imatge destacada del conjunt actual ha de ser substituïda per la imatge "
427
- "seleccionada en tots els missatges llistats?"
428
 
429
- #: admin/views/form_confirm.php:44
430
- msgid "Should the selected image be removed from all listed posts?"
431
- msgstr ""
432
- "S'ha de suprimir la imatge seleccionada de tots els missatges de la llista?"
433
 
434
- #: admin/views/form_confirm.php:47
435
- msgid "Should the future images be set as featured images at all listed posts?"
436
- msgstr ""
437
- "S'han d'establir les imatges futures com a imatges destacades en tots els "
438
- "missatges llistats?"
439
 
440
- #: admin/views/form_confirm.php:50
441
- msgid "Should the added featured images be removed from all listed posts?"
442
- msgstr ""
443
- "S'han de suprimir les imatges destacades afegides de tots els missatges "
444
- "llistats?"
445
 
446
- #: admin/views/form_confirm.php:54 admin/views/section_results.php:27
447
- msgid ""
448
- "The list is in alphabetical order according to post title. You can edit a "
449
- "post in a new window by clicking on its link in the list."
450
- msgstr ""
451
- "La llista està en ordre alfabètic segons el títol posterior. Podeu editar "
452
- "una publicació en una finestra nova fent clic al seu enllaç de la llista."
453
 
454
- #: admin/views/form_confirm.php:120
455
- msgid "Confirm the change"
456
- msgstr "Confirma el canvi"
457
 
458
- #: admin/views/form_confirm.php:121
459
- msgid "You can not undo the operation!"
460
- msgstr "No es pot desfer l'operació!"
461
 
462
- #: admin/views/form_confirm.php:182 admin/views/section_errormsg.php:8
463
- #: admin/views/section_results.php:86
464
- msgid "Start again"
465
- msgstr "Torna a començar"
466
 
467
- #: admin/views/form_confirm.php:182
468
- msgid "or refine your selection with the following form fields."
469
- msgstr "o refinar la vostra selecció amb els camps de formulari següents."
470
 
471
- #: admin/views/form_refine.php:1
472
- msgid "Refine your selection"
473
- msgstr "Refina la teva selecció"
 
474
 
475
- #: admin/views/form_refine.php:8
476
- msgid "Refine filters"
477
- msgstr "Refinar filtres"
 
478
 
479
  #: admin/views/form_refine.php:9
480
  msgid ""
@@ -483,88 +448,65 @@ msgstr ""
483
  "Ara podeu trobar missatges i pàgines fent coincidir paràmetres. "
484
  "Perfecciona'ls aquí."
485
 
486
- #: admin/views/form_refine.php:10
487
- msgid "Whatever you do: You can confirm your choice on the next page."
488
- msgstr ""
489
- "Facis el que facis: pots confirmar la teva elecció a la pàgina següent."
490
-
491
- #: admin/views/form_refine.php:18
492
- #, php-format
493
- msgid "File %s is not available."
494
- msgstr "El %s fitxer no està disponible."
495
-
496
- #: admin/views/form_refine.php:48 admin/views/form_select.php:29
497
- msgid "Preview filtering"
498
- msgstr "Visualització prèvia de filtratge"
499
-
500
- #: admin/views/form_refine.php:54
501
  msgid ""
502
- "There are no selected filters. Modify your filter selection or just go on by "
503
- "clicking on the next button."
504
  msgstr ""
505
- "No hi ha filtres seleccionats. Modifiqueu la selecció de filtres o "
506
- "simplement se'n va fent clic al botó següent."
507
 
508
- #: admin/views/form_select.php:9 admin/views/form_start.php:4
509
- #: admin/views/section_defaults.php:217
510
- msgid "Notice"
511
- msgstr "Anotació"
512
 
513
- #: admin/views/form_select.php:11
514
- msgid ""
515
- "You did not have selected an image from the list below. To go on select at "
516
- "least one image you want to replace by the selected image."
517
- msgstr ""
518
- "No heu seleccionat una imatge de la llista següent. Per continuar "
519
- "seleccionant com a mínim una imatge que voleu reemplaçar per la imatge "
520
- "seleccionada."
521
 
522
- #: admin/views/form_select.php:17
523
- msgid "Select the featured images you want to replace by the selected image."
524
- msgstr ""
525
- "Seleccioneu les imatges destacades que voleu reemplaçar per la imatge "
526
- "seleccionada."
527
 
528
- #: admin/views/form_select.php:18
529
- msgid "You can select multiple images. Select at least one image."
530
- msgstr ""
531
- "Podeu seleccionar diverses imatges. Seleccioneu com a mínim una imatge."
532
 
533
- #: admin/views/form_select.php:19 admin/views/form_start.php:80
534
- msgid ""
535
- "To select multiple images click on the button and use the CTRL key while "
536
- "clicking on the images."
537
- msgstr ""
538
- "Per seleccionar diverses imatges feu clic al botó i utilitzeu la tecla CTRL "
539
- "mentre feu clic a les imatges."
540
 
541
- #: admin/views/form_select.php:23 admin/views/form_start.php:84
542
- msgid "Choose Images"
543
- msgstr "Tria imatges"
544
 
545
- #: admin/views/form_select.php:31 admin/views/form_start.php:119
546
- msgid "Use CTRL for multiple choice"
547
- msgstr "Usa CTRL per a una opció múltiple"
548
 
549
- #: admin/views/form_select.php:37
550
- msgid "Refine your selections"
551
- msgstr "Refina les teves seleccions"
552
 
553
- #: admin/views/form_select.php:38 admin/views/form_select.php:48
554
- msgid "You can control the process with the following options."
555
- msgstr "Podeu controlar el procés amb les opcions següents."
556
 
557
- #: admin/views/form_select.php:45
558
- msgid "Optional: Select options"
559
- msgstr "Opcional: seleccioneu les opcions"
560
 
561
- #: admin/views/form_select.php:47
562
- msgid "Process Options"
563
- msgstr "Opcions de procés"
 
 
 
 
564
 
565
- #: admin/views/form_select.php:53
566
- msgid "Overwrite existing featured images with new ones"
567
- msgstr "Sobreescriu les imatges destacades existents amb les noves"
568
 
569
  #: admin/views/form_select.php:63
570
  msgid ""
@@ -574,43 +516,82 @@ msgstr ""
574
  "S' ignoraran els missatges amb imatges destacades, fins i tot si l' opció "
575
  "Sobreescriu està marcada"
576
 
577
- #: admin/views/form_select.php:72
578
- msgid "There are two more options in the Pro version for random images:"
579
- msgstr "Hi ha dues opcions més a la versió Pro per a imatges aleatòries:"
 
 
 
 
580
 
581
- #: admin/views/form_select.php:74
582
- msgid "Use each selected image only once"
583
- msgstr "Usa cada imatge seleccionada només una vegada"
584
 
585
- #: admin/views/form_select.php:75
586
- msgid "Remove excess featured images after all selected images are used"
587
- msgstr ""
588
- "Elimina l'excés d'imatges destacades després d'utilitzar totes les imatges "
589
- "seleccionades"
590
 
591
- #: admin/views/form_select.php:85
592
- msgid "Optional: Add a filter"
593
- msgstr "Opcional: afegeix un filtre"
594
 
595
- #: admin/views/form_select.php:87
596
- msgid "Select filters"
597
- msgstr "Seleccioneu filtres"
598
 
599
- #: admin/views/form_select.php:88
600
- msgid ""
601
- "If you want select one of the following filters to narrow down the set of "
602
- "concerned posts and pages."
603
- msgstr ""
604
- "Si voleu seleccionar un dels filtres següents per reduir el conjunt de "
605
- "publicacions i pàgines corresponents."
606
 
607
- #: admin/views/form_select.php:89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
608
  msgid ""
609
- "You can select multiple filters. They will return an intersection of their "
610
- "results."
611
  msgstr ""
612
- "Podeu seleccionar diversos filtres. Tornaran una intersecció dels seus "
613
- "resultats."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
614
 
615
  #: admin/views/form_select.php:94
616
  msgid "Search by post type. By default all posts and pages will be affected."
@@ -626,109 +607,151 @@ msgstr "Cercar missatges per categoria"
626
  msgid "Search posts by tag"
627
  msgstr "Cercar publicacions per etiqueta"
628
 
629
- #: admin/views/form_select.php:114
630
- msgid "If you encounter a white, blank page, read this"
631
- msgstr "Si trobeu una pàgina en blanc i en blanc, llegiu aquesta"
632
 
633
- #: admin/views/form_select.php:115
634
- #| msgid ""
635
- #| "Facing a white blank page while trying to treat thousands of posts is the "
636
- #| "effect of limited memory capacities on the website server. Instead of "
637
- #| "treating a huge amount of posts in one single go try to treat small "
638
- #| "amounts of posts multiple times successively. To achieve that do:"
 
 
 
 
 
 
 
 
 
 
 
639
  msgid ""
640
- "Facing a white blank page while trying to treat thousands of posts is the "
641
- "effect of limited memory capacities on the website server. Instead of "
642
- "treating a huge amount of posts in one single go try to treat small amounts "
643
- "of posts multiple times successively."
644
  msgstr ""
 
 
645
 
646
- #: admin/views/form_select.php:116
647
- #| msgid ""
648
- #| "This way is not as fast as one single run, but still much faster than "
649
- #| "setting the images for each post manually."
650
- msgid ""
651
- "To achieve that use the filters and repeat the process until your task is "
652
- "done. This way is not as fast as one single run, but still much faster than "
653
- "setting the images for each post manually."
 
 
 
 
 
 
654
  msgstr ""
 
 
655
 
656
- #: admin/views/form_select.php:121
657
  msgid ""
658
- "On the next page you can refine the filters. If you did not select any "
659
- "filter you will go to the preview list directly."
660
  msgstr ""
661
- "A la pàgina següent podeu definir millor els filtres. Si no heu seleccionat "
662
- "cap filtre, aneu directament a la llista de previsualització."
663
 
664
- #: admin/views/form_start.php:6 admin/views/section_defaults.php:219
665
- msgid ""
666
- "The current theme does not support featured images. Anyway you can use this "
667
- "plugin. The effects are stored and will be visible in a theme which supports "
668
- "featured images."
669
  msgstr ""
670
- "El tema actual no admet imatges destacades. De tota manera pot utilitzar "
671
- "aquest plugin. Els efectes s'emmagatzemen i seran visibles en un tema que "
672
- "suporta imatges destacades."
673
 
674
- #: admin/views/form_start.php:12
675
- msgid "What do you want to do?"
676
- msgstr "Què vols fer?"
677
 
678
- #: admin/views/form_start.php:14
679
- msgid ""
680
- "Here you can add, replace and delete featured images to your posts. Select "
681
- "one of the following actions and, if necessary, one or more images."
 
 
 
 
 
 
 
 
 
 
 
682
  msgstr ""
683
- "Aquí pot afegir, reemplaçar i suprimir imatges presentades als seus correus. "
684
- "Seleccioneu una de les accions següents i, si cal, una o més imatges."
685
 
686
- #: admin/views/form_start.php:15
687
- msgid "Whatever you select: You can refine your choice on the next page."
 
 
 
 
688
  msgstr ""
689
- "El que seleccioneu: podeu definir millor la vostra elecció a la pàgina "
690
- "següent."
691
 
692
- #: admin/views/form_start.php:17
693
- msgid "Important advice"
694
- msgstr "Consells importants"
 
 
 
 
695
 
696
- #: admin/views/form_start.php:18
697
  msgid ""
698
- "There is no undo function! It is strongly recommended that you make a backup "
699
- "of the WordPress database before you perform mass changes."
700
  msgstr ""
701
- "No hi ha cap funció desfer! És molt recomanable fer una còpia de seguretat "
702
- "de la base de dades de WordPress abans de realitzar canvis massius."
703
 
704
- #: admin/views/form_start.php:20
705
- msgid "Select action"
706
- msgstr "Seleccioneu l'acció"
 
 
707
 
708
- #: admin/views/form_start.php:21
709
- msgid "Actions with a single image"
710
- msgstr "Accions amb una sola imatge"
 
711
 
712
- #: admin/views/form_start.php:22
713
- msgid "These actions require to select an image with the following button."
714
  msgstr ""
715
- "Aquestes accions requereixen seleccionar una imatge amb el botó següent."
 
716
 
717
- #: admin/views/form_start.php:35
718
  msgid ""
719
- "Select the image you want to add to, replace or delete from posts and pages "
720
- "by clicking on the following button."
721
  msgstr ""
722
- "Seleccioneu la imatge que voleu afegir, substituïr o suprimir de les "
723
- "publicacions i les pàgines, fent clic al botó següent."
724
 
725
- #: admin/views/form_start.php:57
726
- msgid "Choose Image"
727
- msgstr "Selecció d'imatge"
 
728
 
729
- #: admin/views/form_start.php:61
730
- msgid "If the button does not work, read this:"
731
- msgstr "Si el botó no funciona, llegiu això:"
 
 
 
 
732
 
733
  #: admin/views/form_start.php:62
734
  msgid ""
@@ -739,398 +762,297 @@ msgstr ""
739
  "instal·lacions de WordPress. Si aquest ha de ser el cas pot prendre una "
740
  "altra manera:"
741
 
742
- #: admin/views/form_start.php:63
743
- msgid ""
744
- "1. Go to the media library. 2. Move the mouse over the desired image. "
745
- "Further links are appearing, among them the link &quot;Bulk set as featured "
746
- "image&quot;. 3. After a click on it you can move on in this plugin."
747
- msgstr ""
748
- "1. Aneu a la biblioteca multimèdia. 2. Moveu el ratolí sobre la imatge "
749
- "desitjada. Apareixen més enllaços, entre ells l'enllaç &amp; quot;Conjunt "
750
- "massiu com a imatge destacada&amp;quot;. 3. Després d'un clic en ell es pot "
751
- "seguir endavant en aquest plugin."
752
-
753
- #: admin/views/form_start.php:67
754
- msgid "Actions with multiple images"
755
- msgstr "Accions amb diverses imatges"
756
-
757
- #: admin/views/form_start.php:68
758
- msgid ""
759
- "These actions require at least one selected image with the following button."
760
- msgstr ""
761
- "Aquestes accions requereixen almenys una imatge seleccionada amb el botó "
762
- "següent."
763
-
764
- #: admin/views/form_start.php:101
765
- msgid "Actions without any selected image"
766
- msgstr "Accions sense cap imatge seleccionada"
767
-
768
- #: admin/views/form_start.php:102
769
- msgid "These actions do not require a selected image."
770
- msgstr "Aquestes accions no requereixen una imatge seleccionada."
771
 
772
- #: admin/views/section_defaults.php:16
773
- msgid "matches"
774
- msgstr "coincidències"
775
 
776
- #: admin/views/section_defaults.php:59
777
- msgid "Post Type"
778
- msgstr "Tipus d'entrada"
779
 
780
- #: admin/views/section_defaults.php:208
781
- msgid "Default featured images for future posts"
782
- msgstr "Imatges destacades per defecte per a futures publicacions"
783
 
784
- #: admin/views/section_defaults.php:210
785
  msgid ""
786
- "Define the rules to use images as default featured images automatically "
787
- "every time a post is saved."
788
  msgstr ""
789
- "Definiu les regles per utilitzar les imatges com a imatges destacades per "
790
- "defecte automàticament cada vegada que es desa una publicació."
791
 
792
- #: admin/views/section_defaults.php:211
793
  msgid ""
794
- "To use a rule choose the image and set both the taxonomy and the value. A "
795
- "rule which is defined only partially will be ignored."
796
  msgstr ""
797
- "Per utilitzar una regla, trieu la imatge i definiu tant la taxonomia com el "
798
- "valor. S'ignorarà parcialment una norma que només es defineix parcialment."
799
-
800
- #: admin/views/section_defaults.php:238
801
- msgid "An image overwrites an existing image"
802
- msgstr "Una imatge sobreescriu una imatge existent"
803
 
804
- #: admin/views/section_defaults.php:242
805
  msgid ""
806
- "Activate to automatically overwrite an existing featured image while saving "
807
- "a post"
 
808
  msgstr ""
809
- "Activar per sobreescriure automàticament una imatge destacada existent en "
810
- "desar una publicació"
 
811
 
812
- #: admin/views/section_defaults.php:244
813
- msgid ""
814
- "If activated the rule is used automatically while saving a post to overwrite "
815
- "an existing featured image with the new one based on the following rules. Do "
816
- "not use this if you want to keep manually set featured images."
817
- msgstr ""
818
- "Si s'activa la regla s'utilitza automàticament mentre es desa una publicació "
819
- "per sobreescriure una imatge destacada existent amb la nova en funció de les "
820
- "regles següents. No utilitzeu això si voleu conservar manualment les imatges "
821
- "destacades."
822
 
823
- #: admin/views/section_defaults.php:251
824
- msgid "Text with images in WordPress editor"
825
- msgstr "Text amb imatges a l'editor de WordPress"
 
826
 
827
- #: admin/views/section_defaults.php:255
828
  msgid ""
829
- "Activate to automatically use the first content image if available in the "
830
- "media library as featured image while saving a post"
831
  msgstr ""
832
- "Activa per utilitzar automàticament la primera imatge de contingut si està "
833
- "disponible a la biblioteca multimèdia com a imatge destacada mentre desa una "
834
- "publicació"
835
 
836
- #: admin/views/section_defaults.php:257
 
837
  msgid ""
838
- "If activated the rule is used automatically while saving a post to set the "
839
- "first content image - if available in the media library - as the featured "
840
- "image of the post. If the post has no content images the next rules will be "
841
- "applied."
842
  msgstr ""
843
- "Si s'activa la regla s'utilitza automàticament mentre es desa una publicació "
844
- "per definir la primera imatge de contingut - si està disponible a la "
845
- "biblioteca multimèdia - com la imatge destacada de la publicació. Si la "
846
- "publicació no té imatges de contingut, s'aplicaran les regles següents."
847
-
848
- #: admin/views/section_defaults.php:258
849
- msgid "For which post types should this rule be applied?"
850
- msgstr "Per a quins tipus de publicació s'ha d'aplicar aquesta regla?"
851
 
852
- #: admin/views/section_defaults.php:285
 
853
  msgid ""
854
- "Select at least one post type, otherwise all post types will be considered."
 
855
  msgstr ""
856
- "Seleccioneu com a mínim un tipus d'entrada, en cas contrari es consideraran "
857
- "tots els tipus d'entrada."
858
-
859
- #: admin/views/section_defaults.php:491
860
- msgid "Add rule"
861
- msgstr "Afegir regla"
862
-
863
- #: admin/views/section_defaults.php:496
864
- msgid "Are you sure to remove this rule?"
865
- msgstr "Esteu segur de suprimir aquesta regla?"
866
-
867
- #: admin/views/section_defaults.php:499
868
- msgid "How the rules work"
869
- msgstr "Com funcionen les regles"
870
 
871
- #: admin/views/section_defaults.php:500
872
- msgid ""
873
- "Every time you save a post the post get the featured image if one of the "
874
- "following rules match a property of the post. You can also set rules for "
875
- "pages and all other current post types which support featured images."
876
  msgstr ""
877
- "Cada vegada que deseu una publicació, la publicació obté la imatge destacada "
878
- "si una de les regles següents coincideix amb una propietat de la publicació. "
879
- "També podeu definir regles per a les pàgines i tots els altres tipus "
880
- "d'entrada actuals que admeten imatges destacades."
881
 
882
- #: admin/views/section_defaults.php:501
883
  msgid ""
884
- "Regardless of the order in the list the rules are applied in the following "
885
- "order until a rule and a property of the post fit together:"
886
  msgstr ""
887
- "Independentment de l'ordre de la llista, les regles s'apliquen en l'ordre "
888
- "següent fins que una regla i una propietat del lloc encaixin:"
889
-
890
- #: admin/views/section_defaults.php:503
891
- msgid "found first content image. If not then..."
892
- msgstr "s'ha trobat la primera imatge de contingut. Si no llavors..."
893
-
894
- #: admin/views/section_defaults.php:504
895
- msgid "matched custom taxonomy. If not then..."
896
- msgstr "taxaonomia personalitzada aparellada. Si no llavors..."
897
-
898
- #: admin/views/section_defaults.php:505
899
- msgid "matched tag. If not then..."
900
- msgstr "etiqueta aparellada. Si no llavors..."
901
-
902
- #: admin/views/section_defaults.php:506
903
- msgid "matched category. If not then..."
904
- msgstr "categoria aparellada. Si no llavors..."
905
-
906
- #: admin/views/section_defaults.php:507
907
- msgid "matched author. If not then..."
908
- msgstr "l'autor. Si no llavors..."
909
 
910
- #: admin/views/section_defaults.php:508
911
- msgid "matched post type. If not then..."
912
- msgstr "tipus de publicació aparellat. Si no llavors..."
913
 
914
- #: admin/views/section_defaults.php:509
915
- msgid "no featured image."
916
- msgstr "no hi ha cap imatge destacada."
917
 
918
- #: admin/views/section_defaults.php:511
919
  msgid ""
920
- "Bear in mind that if two or more rules with the same taxonomy would fit to "
921
- "the post it is unforeseeable which image will become the featured image."
922
  msgstr ""
923
- "Tingueu en compte que si dues o més regles amb la mateixa taxonomia "
924
- "s'ajusten al lloc és imprevisible quina imatge es convertirà en la imatge "
925
- "destacada."
 
 
 
926
 
927
- #: admin/views/section_defaults.php:512
928
- msgid "Additional rules in the Pro version"
929
- msgstr "Regles addicionals en la versió Pro"
 
 
 
930
 
931
- #: admin/views/section_defaults.php:514
932
- msgid "Multiple images to set them randomly as featured image"
933
- msgstr "Diverses imatges per definir-les aleatòriament com a imatge destacada"
 
934
 
935
- #: admin/views/section_defaults.php:515
936
- msgid "Random featured images at each page load"
937
- msgstr "Imatges destacades aleatòries a cada càrrega de pàgina"
938
 
939
- #: admin/views/section_defaults.php:516
940
  msgid ""
941
- "The first content image can be also an image from an external server to set "
942
- "it as automated featured image"
 
943
  msgstr ""
944
- "La primera imatge de contingut també pot ser una imatge d'un servidor extern "
945
- "per definir-la com a imatge destacada automàtica"
 
946
 
947
- #: admin/views/section_defaults.php:517
 
 
 
948
  msgid ""
949
- "Remove the first content image automatically after the featured image was "
950
- "set successfully"
 
951
  msgstr ""
952
- "Elimineu la primera imatge de contingut automàticament després que la imatge "
953
- "destacada s'ha definit correctament"
954
-
955
- #: admin/views/section_defaults.php:518
956
- msgid "Match with a search string in post title"
957
- msgstr "Coincideix amb una cadena de cerca al títol de l'entrada"
958
 
959
- #: admin/views/section_defaults.php:519
960
- msgid "Match with a selected post format"
961
- msgstr "Coincideix amb un format de publicació seleccionat"
 
 
 
 
962
 
963
- #: admin/views/section_defaults.php:520
964
- msgid "User defined order of rules"
965
- msgstr "Ordre definit per l'usuari de les normes"
 
 
 
 
966
 
967
- #: admin/views/section_defaults.php:521
968
- msgid "Import your rules from this plugin into the Pro plugin"
969
- msgstr "Importa les teves regles des d' aquest connector al connector Pro"
970
 
971
- #: admin/views/section_errormsg.php:1
972
- msgid "Error"
973
- msgstr "Error"
974
 
975
- #: admin/views/section_errormsg.php:3
976
- msgid "Reason"
977
- msgstr "Raó"
978
 
979
- #: admin/views/section_errormsg.php:5
980
- msgid "Solution"
981
- msgstr "Solució"
982
 
983
- #: admin/views/section_footer.php:16
984
- msgid "Credits and informations"
985
- msgstr "Crèdits i informacions"
986
 
987
- #: admin/views/section_footer.php:18 admin/views/section_results.php:87
988
- msgid "Do you like the plugin?"
989
- msgstr "T'agrada el connector?"
 
990
 
991
- #: admin/views/section_footer.php:18 admin/views/section_results.php:88
992
- msgid "Please rate it at wordpress.org!"
993
- msgstr "Si us plau, valori'l a wordpress.org!"
 
994
 
995
- #: admin/views/section_footer.php:19
996
- msgid "Do you need support or have an idea for the plugin?"
997
- msgstr "Necessites suport o tens una idea per al connector?"
998
 
999
- #: admin/views/section_footer.php:19
1000
- msgid ""
1001
- "Post your questions and ideas about Quick Featured Images in the forum at "
1002
- "wordpress.org!"
1003
  msgstr ""
1004
- "Publica les teves preguntes i idees sobre imatges ràpides destacades en el "
1005
- "fòrum a wordpress.org!"
1006
 
1007
- #: admin/views/section_footer.php:20
1008
- msgid ""
1009
- "Let the thumbnails appear in the widget of the most recent posts with this "
1010
- "fast plugin"
1011
  msgstr ""
1012
- "Deixeu que les miniatures apareguin en el widget dels missatges més recents "
1013
- "amb aquest connector ràpid"
1014
 
1015
- #: admin/views/section_footer.php:20
1016
- #, php-format
1017
- msgid "Download plugin %s at %s!"
1018
- msgstr "Descarregar plugin %s a %s!"
1019
 
1020
- #: admin/views/section_header_progress.php:15
1021
- msgid "Progress bar"
1022
- msgstr "Barra de progrés"
 
 
 
 
 
1023
 
1024
  #: admin/views/section_header_progress.php:17
1025
  msgid "You are here"
1026
  msgstr "Ets aquí"
1027
 
1028
- #: admin/views/section_image.php:1
1029
- msgid "Your selection"
1030
- msgstr "La teva selecció"
1031
 
1032
- #: admin/views/section_image.php:9
1033
- msgid "Your selected thumbnail"
1034
- msgstr "Miniatura seleccionada"
1035
 
1036
- #: admin/views/section_image.php:12
1037
- msgid "Image title"
1038
- msgstr "Títol de la imatge"
 
 
 
 
1039
 
1040
- #: admin/views/section_image.php:14 admin/views/section_image.php:36
1041
- msgid "If wrong image start again"
1042
- msgstr "Si l'imatge es incorrecta, torni a començar"
 
1043
 
1044
- #: admin/views/section_image.php:23
1045
- msgid "Your selected thumbnails"
1046
- msgstr "Miniatures seleccionades"
 
 
 
 
 
 
 
 
 
 
1047
 
1048
  #: admin/views/section_image.php:42
1049
  msgid "Your selected action"
1050
  msgstr "Acció seleccionada"
1051
 
1052
- #: admin/views/section_image.php:55
1053
- msgid "If wrong action start again"
1054
- msgstr "Si l'acció es incorrecta, torni a començar"
1055
-
1056
- #: admin/views/section_image.php:68
1057
- msgid "Your selected options"
1058
- msgstr "Opcions seleccionades"
1059
-
1060
- #: admin/views/section_image.php:84
1061
- msgid "No selected options"
1062
- msgstr "No hi ha opcions seleccionades"
1063
-
1064
  #: admin/views/section_image.php:90
1065
  msgid "Your selected filters"
1066
  msgstr "Filtres seleccionats"
1067
 
1068
- #: admin/views/section_image.php:106
1069
- msgid "No selected filters"
1070
- msgstr "No hi ha filtres seleccionats"
1071
-
1072
- #: admin/views/section_overview.php:17
1073
- msgid "Manage featured images in a quick way"
1074
- msgstr "Gestionar les imatges destacades d'una manera ràpida"
1075
-
1076
- #: admin/views/section_results.php:1
1077
- msgid "Results of the action"
1078
- msgstr "Resultats de l'acció"
1079
-
1080
- #: admin/views/section_results.php:19
1081
- msgid "Changed successfully"
1082
- msgstr "S'ha canviat correctament"
1083
-
1084
- #: admin/views/section_results.php:20
1085
- msgid "Unchanged"
1086
- msgstr "No s'ha canviat res"
1087
-
1088
- #: admin/views/section_results.php:82
1089
- msgid "No matches found."
1090
- msgstr "No s'ha trobat cap coincidència."
1091
-
1092
- #~ msgid "add the time filter,"
1093
- #~ msgstr "afegeix el filtre de temps,"
1094
-
1095
- #~ msgid "set a small time range,"
1096
- #~ msgstr "establir un petit interval de temps,"
1097
-
1098
- #~ msgid "do the process"
1099
- #~ msgstr "fer el procés"
1100
-
1101
- #~ msgid "and repeat it with the next time range as often as needed."
1102
- #~ msgstr ""
1103
- #~ "i repetiu-lo amb el següent interval de temps tantes vegades com sigui "
1104
- #~ "necessari."
1105
-
1106
- #~ msgid "Get the Pro version"
1107
- #~ msgstr "Obtenir la versió Pro"
1108
-
1109
- #~ msgid "/"
1110
- #~ msgstr "/"
1111
-
1112
- #~ msgid "Are you looking for more options and more filters?"
1113
- #~ msgstr "Esteu cercant més opcions i més filtres?"
1114
-
1115
- #~ msgid "Do you want to assign the first image of each post?"
1116
- #~ msgstr "Voleu assignar la primera imatge de cada publicació?"
1117
-
1118
- #~ msgid "Do you want to use external featured images, e.g. from a CDN?"
1119
- #~ msgstr ""
1120
- #~ "Voleu utilitzar imatges destacades externes, per exemple, des d'un CDN?"
1121
 
1122
- #~ msgid ""
1123
- #~ "The plugin is for free. But the plugin author would be delighted to your "
1124
- #~ "small contribution."
1125
- #~ msgstr ""
1126
- #~ "El plugin és de franc. Però l'autor plugin estaria encantat amb la seva "
1127
- #~ "petita contribució."
1128
 
1129
- #~ msgid "Donation Button"
1130
- #~ msgstr "Botó de donació"
 
1131
 
1132
- #~ msgid "Donate with PayPal"
1133
- #~ msgstr "Donar amb PayPal"
 
1134
 
1135
- #~ msgid "The Pro version"
1136
- #~ msgstr "La versió Pro"
 
 
 
 
 
 
 
5
  "Project-Id-Version: Traducción a Catalán by Ibidem Group\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
7
  "POT-Creation-Date: 2020-12-16 16:03+0100\n"
8
+ "PO-Revision-Date: 2021-02-21 20:01+0000\n"
9
  "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
10
+ "Language-Team: Catalan\n"
11
+ "Language: ca\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: Loco https://localise.biz/\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"
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
+ #: admin/views/form_confirm.php:2
 
 
 
 
 
 
 
 
 
23
  #, php-format
24
+ msgid "%d matches found"
25
+ msgstr "%d coincidencies trobades"
 
 
 
 
 
 
26
 
27
+ #: admin/class-quick-featured-images-tools.php:746
28
  #, php-format
29
+ msgid "%s is not defined."
30
+ msgstr "%s no està definida."
31
 
32
  #: admin/class-quick-featured-images-columns.php:278
33
  msgid "(external image)"
34
  msgstr "(imatge externa)"
35
 
36
+ #: admin/views/form_start.php:63
37
+ msgid ""
38
+ "1. Go to the media library. 2. Move the mouse over the desired image. "
39
+ "Further links are appearing, among them the link &quot;Bulk set as featured "
40
+ "image&quot;. 3. After a click on it you can move on in this plugin."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  msgstr ""
42
+ "1. Aneu a la biblioteca multimèdia. 2. Moveu el ratolí sobre la imatge "
43
+ "desitjada. Apareixen més enllaços, entre ells l'enllaç &amp; quot;Conjunt "
44
+ "massiu com a imatge destacada&amp;quot;. 3. Després d'un clic en ell es pot "
45
+ "seguir endavant en aquest plugin."
46
 
47
+ #: admin/views/form_start.php:21
48
+ msgid "Actions with a single image"
49
+ msgstr "Accions amb una sola imatge"
50
 
51
+ #: admin/views/form_start.php:67
52
+ msgid "Actions with multiple images"
53
+ msgstr "Accions amb diverses imatges"
54
 
55
+ #: admin/views/form_start.php:101
56
+ msgid "Actions without any selected image"
57
+ msgstr "Accions sense cap imatge seleccionada"
58
 
59
+ #: admin/class-quick-featured-images-settings.php:618
60
+ msgid ""
61
+ "Activate the checkbox to show the extra column in the media library. If you "
62
+ "would not see the new column in the library switch the appereance of the "
63
+ "library to List mode. The post titles are links to the respective post edit "
64
+ "page."
65
  msgstr ""
66
 
 
 
 
 
 
 
 
 
67
  #: admin/class-quick-featured-images-settings.php:596
68
  msgid ""
69
  "Activate the checkboxes at each post type to show the extra columns in the "
72
  "Activeu les caselles de selecció de cada tipus d'entrada per mostrar les "
73
  "columnes addicionals a les llistes de correus."
74
 
75
+ #: admin/views/section_defaults.php:242
76
  msgid ""
77
+ "Activate to automatically overwrite an existing featured image while saving "
78
+ "a post"
79
  msgstr ""
80
+ "Activar per sobreescriure automàticament una imatge destacada existent en "
81
+ "desar una publicació"
82
 
83
+ #: admin/views/section_defaults.php:255
84
  msgid ""
85
+ "Activate to automatically use the first content image if available in the "
86
+ "media library as featured image while saving a post"
 
 
87
  msgstr ""
88
+ "Activa per utilitzar automàticament la primera imatge de contingut si està "
89
+ "disponible a la biblioteca multimèdia com a imatge destacada mentre desa una "
90
+ "publicació"
91
 
92
+ #: admin/class-quick-featured-images-tools.php:576
93
+ msgid "Add filter"
94
+ msgstr "Afegir filtre"
95
 
96
+ #: admin/views/section_defaults.php:491
97
+ msgid "Add rule"
98
+ msgstr "Afegir regla"
 
 
99
 
100
+ #: admin/views/section_defaults.php:238
101
+ msgid "An image overwrites an existing image"
102
+ msgstr "Una imatge sobreescriu una imatge existent"
 
 
 
 
 
103
 
104
+ #: admin/views/section_defaults.php:496
105
+ msgid "Are you sure to remove this rule?"
106
+ msgstr "Esteu segur de suprimir aquesta regla?"
107
+
108
+ #: admin/views/section_defaults.php:511
109
  msgid ""
110
+ "Bear in mind that if two or more rules with the same taxonomy would fit to "
111
+ "the post it is unforeseeable which image will become the featured image."
 
112
  msgstr ""
113
+ "Tingueu en compte que si dues o més regles amb la mateixa taxonomia "
114
+ "s'ajusten al lloc és imprevisible quina imatge es convertirà en la imatge "
115
+ "destacada."
116
 
117
+ #: admin/class-quick-featured-images-tools.php:2057
118
+ msgid "Bulk set as featured image"
119
+ msgstr "Conjunt massiu com a imatge destacada"
120
 
121
+ #: admin/class-quick-featured-images-tools.php:1948
122
+ msgid "Bulk set, replace and remove featured images for existing posts"
 
 
123
  msgstr ""
124
+ "Conjunt massiu, substituir i eliminar imatges destacades per als missatges "
125
+ "existents"
 
126
 
127
+ #: admin/views/form_confirm.php:20
128
+ msgid "by"
129
+ msgstr "per"
130
 
131
+ #: admin/class-quick-featured-images-tools.php:602
132
+ msgid "Category Filter"
133
+ msgstr "Filtre de categoria"
 
 
134
 
135
+ #: admin/class-quick-featured-images-columns.php:279
136
  #, php-format
137
+ msgid "Change &#8220;%s&#8221;"
138
+ msgstr "Canviar &#8220;%s&#8221;"
139
 
140
+ #: admin/views/section_results.php:19
141
+ msgid "Changed successfully"
142
+ msgstr "S'ha canviat correctament"
143
 
144
+ #: admin/class-quick-featured-images-tools.php:747
145
+ msgid "Check how to define the value."
146
+ msgstr "Comproveu com definir el valor."
147
 
148
+ #: admin/views/form_start.php:57
149
+ msgid "Choose Image"
150
+ msgstr "Selecció d'imatge"
151
+
152
+ #: admin/views/form_select.php:23 admin/views/form_start.php:84
153
+ msgid "Choose Images"
154
+ msgstr "Tria imatges"
155
+
156
+ #. title of the section.
157
+ #: admin/class-quick-featured-images-settings.php:419
158
+ msgid "Column in the library for posts with assigned featured image"
159
+ msgstr ""
160
+
161
+ #. title of the section.
162
+ #: admin/class-quick-featured-images-settings.php:383
163
+ msgid "Columns for featured images in posts lists"
164
+ msgstr "Columnes d'imatges destacades a les llistes de publicacions"
165
 
166
  #: admin/class-quick-featured-images-tools.php:578
167
  msgid "Confirm"
168
  msgstr "Confirmar"
169
 
170
+ #: admin/views/form_confirm.php:120
171
+ msgid "Confirm the change"
172
+ msgstr "Confirma el canvi"
173
 
174
+ #: admin/class-quick-featured-images-tools.php:597
175
+ msgid "Consider only posts without any featured image"
176
+ msgstr "Només entrades sense cap imatge destacada"
177
 
178
+ #: admin/class-quick-featured-images-settings.php:696
179
+ msgid "Controls which minimum user role can see the plugin."
180
+ msgstr "Controla quina funció mínima d'usuari pot veure el connector."
181
 
182
+ #: admin/views/section_footer.php:16
183
+ msgid "Credits and informations"
184
+ msgstr "Crèdits i informacions"
 
 
 
 
 
 
 
 
 
 
 
 
185
 
186
+ #: admin/views/form_confirm.php:17 admin/views/section_results.php:17
187
+ msgid "Current Featured Image"
188
+ msgstr "Imatge destacada actual"
189
 
190
+ #: admin/views/section_defaults.php:208
191
+ msgid "Default featured images for future posts"
192
+ msgstr "Imatges destacades per defecte per a futures publicacions"
193
 
194
+ #: admin/views/section_defaults.php:210
195
+ msgid ""
196
+ "Define the rules to use images as default featured images automatically "
197
+ "every time a post is saved."
198
+ msgstr ""
199
+ "Definiu les regles per utilitzar les imatges com a imatges destacades per "
200
+ "defecte automàticament cada vegada que es desa una publicació."
201
 
202
+ #: admin/views/form_confirm.php:15 admin/views/section_results.php:16
203
+ msgid "Details"
204
+ msgstr "Detalls"
205
 
206
+ #: admin/class-quick-featured-images-settings.php:615
207
+ msgid ""
208
+ "Display a new column in the media library with the titles of the posts for "
209
+ "which the corresponding image is set as featured image"
210
+ msgstr ""
211
 
212
+ #: admin/views/section_footer.php:18 admin/views/section_results.php:87
213
+ msgid "Do you like the plugin?"
214
+ msgstr "T'agrada el connector?"
215
 
216
+ #: admin/views/section_footer.php:19
217
+ msgid "Do you need support or have an idea for the plugin?"
218
+ msgstr "Necessites suport o tens una idea per al connector?"
219
 
220
+ #: admin/views/section_footer.php:20
221
  #, php-format
222
+ msgid "Download plugin %s at %s!"
223
+ msgstr "Descarregar plugin %s a %s!"
224
 
225
+ #: admin/views/section_errormsg.php:1
226
+ msgid "Error"
227
+ msgstr "Error"
228
 
229
+ #: admin/views/section_defaults.php:500
230
+ msgid ""
231
+ "Every time you save a post the post get the featured image if one of the "
232
+ "following rules match a property of the post. You can also set rules for "
233
+ "pages and all other current post types which support featured images."
234
+ msgstr ""
235
+ "Cada vegada que deseu una publicació, la publicació obté la imatge destacada "
236
+ "si una de les regles següents coincideix amb una propietat de la publicació. "
237
+ "També podeu definir regles per a les pàgines i tots els altres tipus "
238
+ "d'entrada actuals que admeten imatges destacades."
239
 
240
+ #: admin/views/form_select.php:115
241
+ #| msgid ""
242
+ #| "Facing a white blank page while trying to treat thousands of posts is the "
243
+ #| "effect of limited memory capacities on the website server. Instead of "
244
+ #| "treating a huge amount of posts in one single go try to treat small "
245
+ #| "amounts of posts multiple times successively. To achieve that do:"
246
+ msgid ""
247
+ "Facing a white blank page while trying to treat thousands of posts is the "
248
+ "effect of limited memory capacities on the website server. Instead of "
249
+ "treating a huge amount of posts in one single go try to treat small amounts "
250
+ "of posts multiple times successively."
251
+ msgstr ""
252
 
253
+ #: admin/class-quick-featured-images-columns.php:652
254
+ msgid "Featured image for"
255
+ msgstr ""
256
 
257
+ #: admin/views/form_refine.php:18
258
+ #, php-format
259
+ msgid "File %s is not available."
260
+ msgstr "El %s fitxer no està disponible."
261
 
262
+ #: admin/views/section_defaults.php:258
263
+ msgid "For which post types should this rule be applied?"
264
+ msgstr "Per a quins tipus de publicació s'ha d'aplicar aquesta regla?"
 
265
 
266
+ #: admin/views/section_defaults.php:503
267
+ msgid "found first content image. If not then..."
268
+ msgstr "s'ha trobat la primera imatge de contingut. Si no llavors..."
269
 
270
+ #: admin/views/form_confirm.php:18
271
+ msgid "Future Featured Image"
272
+ msgstr "Imatge destacada futura"
 
273
 
274
+ #: admin/views/form_start.php:14
275
+ msgid ""
276
+ "Here you can add, replace and delete featured images to your posts. Select "
277
+ "one of the following actions and, if necessary, one or more images."
278
+ msgstr ""
279
+ "Aquí pot afegir, reemplaçar i suprimir imatges presentades als seus correus. "
280
+ "Seleccioneu una de les accions següents i, si cal, una o més imatges."
281
 
282
+ #: admin/views/section_defaults.php:499
283
+ msgid "How the rules work"
284
+ msgstr "Com funcionen les regles"
285
 
286
+ #. URI of the plugin
287
+ msgid "http://wordpress.org/plugins/quick-featured-images"
288
+ msgstr "http://wordpress.org/plugins/quick-featured-images"
289
 
290
+ #. Author URI of the plugin
291
+ msgid ""
292
+ "https://www.kybernetik-services.com/?"
293
+ "utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-"
294
+ "images&utm_content=author"
295
  msgstr ""
296
+ "https://www.kybernetik-services.com/?"
297
+ "utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-"
298
+ "images&utm_content=author"
299
 
300
+ #: admin/views/section_defaults.php:244
301
+ msgid ""
302
+ "If activated the rule is used automatically while saving a post to overwrite "
303
+ "an existing featured image with the new one based on the following rules. Do "
304
+ "not use this if you want to keep manually set featured images."
305
+ msgstr ""
306
+ "Si s'activa la regla s'utilitza automàticament mentre es desa una publicació "
307
+ "per sobreescriure una imatge destacada existent amb la nova en funció de les "
308
+ "regles següents. No utilitzeu això si voleu conservar manualment les imatges "
309
+ "destacades."
310
 
311
+ #: admin/views/section_defaults.php:257
312
+ msgid ""
313
+ "If activated the rule is used automatically while saving a post to set the "
314
+ "first content image - if available in the media library - as the featured "
315
+ "image of the post. If the post has no content images the next rules will be "
316
+ "applied."
317
  msgstr ""
318
+ "Si s'activa la regla s'utilitza automàticament mentre es desa una publicació "
319
+ "per definir la primera imatge de contingut - si està disponible a la "
320
+ "biblioteca multimèdia - com la imatge destacada de la publicació. Si la "
321
+ "publicació no té imatges de contingut, s'aplicaran les regles següents."
322
 
323
+ #: admin/views/form_start.php:61
324
+ msgid "If the button does not work, read this:"
325
+ msgstr "Si el botó no funciona, llegiu això:"
326
 
327
+ #: admin/views/section_image.php:55
328
+ msgid "If wrong action start again"
329
+ msgstr "Si l'acció es incorrecta, torni a començar"
330
 
331
+ #: admin/views/section_image.php:14 admin/views/section_image.php:36
332
+ msgid "If wrong image start again"
333
+ msgstr "Si l'imatge es incorrecta, torni a començar"
334
 
335
+ #: admin/views/form_select.php:114
336
+ msgid "If you encounter a white, blank page, read this"
337
+ msgstr "Si trobeu una pàgina en blanc i en blanc, llegiu aquesta"
338
+
339
+ #: admin/views/form_select.php:88
340
+ msgid ""
341
+ "If you want select one of the following filters to narrow down the set of "
342
+ "concerned posts and pages."
343
+ msgstr ""
344
+ "Si voleu seleccionar un dels filtres següents per reduir el conjunt de "
345
+ "publicacions i pàgines corresponents."
346
 
347
  #: admin/views/form_back_to_selection.php:3
348
  msgid ""
351
  msgstr ""
352
  "Si voleu canviar la vostra antiga selecció, torneu a fer clic en aquest botó."
353
 
354
+ #: admin/class-quick-featured-images-tools.php:633
355
+ msgid "Image height in pixels lower than"
356
+ msgstr "Alçada de la imatge en píxels inferiors a"
 
 
 
 
 
 
 
 
 
357
 
358
+ #: admin/views/section_image.php:12
359
+ msgid "Image title"
360
+ msgstr "Títol de la imatge"
 
 
 
 
361
 
362
+ #: admin/class-quick-featured-images-tools.php:632
363
+ msgid "Image width in pixels lower than"
364
+ msgstr "Amplada de la imatge en píxels inferior a"
365
 
366
+ #: admin/views/form_start.php:17
367
+ msgid "Important advice"
368
+ msgstr "Consells importants"
 
369
 
370
+ #. Author of the plugin
371
+ msgid "Kybernetik Services"
372
+ msgstr "Kybernetik Services"
373
 
374
+ #: admin/views/section_footer.php:20
375
+ msgid ""
376
+ "Let the thumbnails appear in the widget of the most recent posts with this "
377
+ "fast plugin"
378
+ msgstr ""
379
+ "Deixeu que les miniatures apareguin en el widget dels missatges més recents "
380
+ "amb aquest connector ràpid"
381
 
382
+ #: admin/views/section_overview.php:17
383
+ msgid "Manage featured images in a quick way"
384
+ msgstr "Gestionar les imatges destacades d'una manera ràpida"
385
 
386
+ #: admin/views/section_defaults.php:507
387
+ msgid "matched author. If not then..."
388
+ msgstr "l'autor. Si no llavors..."
389
 
390
+ #: admin/views/section_defaults.php:506
391
+ msgid "matched category. If not then..."
392
+ msgstr "categoria aparellada. Si no llavors..."
 
 
393
 
394
+ #: admin/views/section_defaults.php:504
395
+ msgid "matched custom taxonomy. If not then..."
396
+ msgstr "taxaonomia personalitzada aparellada. Si no llavors..."
 
 
 
 
397
 
398
+ #: admin/views/section_defaults.php:508
399
+ msgid "matched post type. If not then..."
400
+ msgstr "tipus de publicació aparellat. Si no llavors..."
 
 
 
 
401
 
402
+ #: admin/views/section_defaults.php:505
403
+ msgid "matched tag. If not then..."
404
+ msgstr "etiqueta aparellada. Si no llavors..."
 
405
 
406
+ #: admin/views/section_defaults.php:16
407
+ msgid "matches"
408
+ msgstr "coincidències"
 
 
409
 
410
+ #: admin/class-quick-featured-images-settings.php:630
411
+ msgid "Minimum user role to see the plugin in the backend"
412
+ msgstr "Rol mínim de l'usuari per veure el connector al backend"
 
 
413
 
414
+ #: admin/views/form_back_to_selection.php:42
415
+ msgid "Modify selection"
416
+ msgstr "Modifica la selecció"
 
 
 
 
417
 
418
+ #: admin/views/section_defaults.php:509
419
+ msgid "no featured image."
420
+ msgstr "no hi ha cap imatge destacada."
421
 
422
+ #: admin/views/section_results.php:82
423
+ msgid "No matches found."
424
+ msgstr "No s'ha trobat cap coincidència."
425
 
426
+ #: admin/views/section_image.php:106
427
+ msgid "No selected filters"
428
+ msgstr "No hi ha filtres seleccionats"
 
429
 
430
+ #: admin/views/section_image.php:84
431
+ msgid "No selected options"
432
+ msgstr "No hi ha opcions seleccionades"
433
 
434
+ #: admin/views/form_confirm.php:16 admin/views/section_defaults.php:17
435
+ #: admin/views/section_results.php:18
436
+ msgid "No."
437
+ msgstr "No."
438
 
439
+ #: admin/views/form_select.php:9 admin/views/form_start.php:4
440
+ #: admin/views/section_defaults.php:217
441
+ msgid "Notice"
442
+ msgstr "Anotació"
443
 
444
  #: admin/views/form_refine.php:9
445
  msgid ""
448
  "Ara podeu trobar missatges i pàgines fent coincidir paràmetres. "
449
  "Perfecciona'ls aquí."
450
 
451
+ #: admin/views/form_select.php:121
 
 
 
 
 
 
 
 
 
 
 
 
 
 
452
  msgid ""
453
+ "On the next page you can refine the filters. If you did not select any "
454
+ "filter you will go to the preview list directly."
455
  msgstr ""
456
+ "A la pàgina següent podeu definir millor els filtres. Si no heu seleccionat "
457
+ "cap filtre, aneu directament a la llista de previsualització."
458
 
459
+ #: admin/views/form_select.php:85
460
+ msgid "Optional: Add a filter"
461
+ msgstr "Opcional: afegeix un filtre"
 
462
 
463
+ #: admin/views/form_select.php:45
464
+ msgid "Optional: Select options"
465
+ msgstr "Opcional: seleccioneu les opcions"
 
 
 
 
 
466
 
467
+ #: admin/views/form_confirm.php:182
468
+ msgid "or refine your selection with the following form fields."
469
+ msgstr "o refinar la vostra selecció amb els camps de formulari següents."
 
 
470
 
471
+ #: admin/views/form_select.php:53
472
+ msgid "Overwrite existing featured images with new ones"
473
+ msgstr "Sobreescriu les imatges destacades existents amb les noves"
 
474
 
475
+ #: admin/class-quick-featured-images-tools.php:596
476
+ msgid "Overwrite featured images"
477
+ msgstr "Sobreescriure les imatges destacades"
 
 
 
 
478
 
479
+ #: admin/class-quick-featured-images-tools.php:579
480
+ msgid "Perform"
481
+ msgstr "Realitzar"
482
 
483
+ #: admin/views/section_footer.php:18 admin/views/section_results.php:88
484
+ msgid "Please rate it at wordpress.org!"
485
+ msgstr "Si us plau, valori'l a wordpress.org!"
486
 
487
+ #: admin/class-quick-featured-images-settings.php:432
488
+ msgid "Post list column in the library"
489
+ msgstr ""
490
 
491
+ #: admin/views/section_defaults.php:59
492
+ msgid "Post Type"
493
+ msgstr "Tipus d'entrada"
494
 
495
+ #: admin/class-quick-featured-images-tools.php:601
496
+ msgid "Post Type Filter"
497
+ msgstr "Filtre de tipus de publicació"
498
 
499
+ #: admin/views/section_footer.php:19
500
+ msgid ""
501
+ "Post your questions and ideas about Quick Featured Images in the forum at "
502
+ "wordpress.org!"
503
+ msgstr ""
504
+ "Publica les teves preguntes i idees sobre imatges ràpides destacades en el "
505
+ "fòrum a wordpress.org!"
506
 
507
+ #: admin/class-quick-featured-images-settings.php:396
508
+ msgid "Posts list with image column"
509
+ msgstr "Llista de publicacions amb columna d'imatge"
510
 
511
  #: admin/views/form_select.php:63
512
  msgid ""
516
  "S' ignoraran els missatges amb imatges destacades, fins i tot si l' opció "
517
  "Sobreescriu està marcada"
518
 
519
+ #: admin/class-quick-featured-images-defaults.php:277
520
+ msgid "Preset Featured Images"
521
+ msgstr "Imatges destacades predefinides"
522
+
523
+ #: admin/views/form_refine.php:48 admin/views/form_select.php:29
524
+ msgid "Preview filtering"
525
+ msgstr "Visualització prèvia de filtratge"
526
 
527
+ #: admin/views/form_confirm.php:1
528
+ msgid "Preview of your selection"
529
+ msgstr "Visualització prèvia de la selecció"
530
 
531
+ #: admin/views/form_select.php:47
532
+ msgid "Process Options"
533
+ msgstr "Opcions de procés"
 
 
534
 
535
+ #: admin/views/section_header_progress.php:15
536
+ msgid "Progress bar"
537
+ msgstr "Barra de progrés"
538
 
539
+ #. Name of the plugin
540
+ msgid "Quick Featured Images"
541
+ msgstr "Quick Featured Images"
542
 
543
+ #: admin/views/section_errormsg.php:3
544
+ msgid "Reason"
545
+ msgstr "Raó"
 
 
 
 
546
 
547
+ #: admin/class-quick-featured-images-tools.php:577
548
+ msgid "Refine"
549
+ msgstr "Refinar"
550
+
551
+ #: admin/views/form_refine.php:8
552
+ msgid "Refine filters"
553
+ msgstr "Refinar filtres"
554
+
555
+ #: admin/views/form_refine.php:1
556
+ msgid "Refine your selection"
557
+ msgstr "Refina la teva selecció"
558
+
559
+ #: admin/views/form_select.php:37
560
+ msgid "Refine your selections"
561
+ msgstr "Refina les teves seleccions"
562
+
563
+ #: admin/views/section_defaults.php:501
564
  msgid ""
565
+ "Regardless of the order in the list the rules are applied in the following "
566
+ "order until a rule and a property of the post fit together:"
567
  msgstr ""
568
+ "Independentment de l'ordre de la llista, les regles s'apliquen en l'ordre "
569
+ "següent fins que una regla i una propietat del lloc encaixin:"
570
+
571
+ #: admin/class-quick-featured-images-columns.php:280
572
+ #, php-format
573
+ msgid "Remove &#8220;%s&#8221;"
574
+ msgstr "Suprimir &#8220;%s&#8221;"
575
+
576
+ #: admin/class-quick-featured-images-tools.php:589
577
+ msgid "Remove all featured images without existing image files"
578
+ msgstr "Eliminar totes les imatges destacades sense fitxers d'imatge existents"
579
+
580
+ #: admin/class-quick-featured-images-tools.php:588
581
+ msgid "Remove any image as featured image"
582
+ msgstr "Eliminar qualsevol imatge com a imatge destacada"
583
+
584
+ #: admin/class-quick-featured-images-tools.php:585
585
+ msgid "Remove the selected image as featured image"
586
+ msgstr "Eliminar la imatge seleccionada com a imatge destacada"
587
+
588
+ #: admin/class-quick-featured-images-tools.php:584
589
+ msgid "Replace featured images by the selected image"
590
+ msgstr "Substitueix les imatges destacades per la imatge seleccionada"
591
+
592
+ #: admin/views/section_results.php:1
593
+ msgid "Results of the action"
594
+ msgstr "Resultats de l'acció"
595
 
596
  #: admin/views/form_select.php:94
597
  msgid "Search by post type. By default all posts and pages will be affected."
607
  msgid "Search posts by tag"
608
  msgstr "Cercar publicacions per etiqueta"
609
 
610
+ #: admin/class-quick-featured-images-tools.php:575
611
+ msgid "Select"
612
+ msgstr "Seleccionar"
613
 
614
+ #: admin/views/filter_category.php:3
615
+ msgid "Select a category"
616
+ msgstr "Seleccionar categoria"
617
+
618
+ #: admin/views/filter_tag.php:7
619
+ msgid "Select a tag"
620
+ msgstr "Seleccioneu una etiqueta"
621
+
622
+ #: admin/views/form_start.php:20
623
+ msgid "Select action"
624
+ msgstr "Seleccioneu l'acció"
625
+
626
+ #: admin/class-quick-featured-images-tools.php:751
627
+ msgid "Select an image from the media library."
628
+ msgstr "Seleccionar una imatge de la biblioteca multimèdia."
629
+
630
+ #: admin/views/section_defaults.php:285
631
  msgid ""
632
+ "Select at least one post type, otherwise all post types will be considered."
 
 
 
633
  msgstr ""
634
+ "Seleccioneu com a mínim un tipus d'entrada, en cas contrari es consideraran "
635
+ "tots els tipus d'entrada."
636
 
637
+ #: admin/views/form_select.php:87
638
+ msgid "Select filters"
639
+ msgstr "Seleccioneu filtres"
640
+
641
+ #: admin/views/form_back_to_selection.php:2
642
+ msgid "Select filters and options again"
643
+ msgstr "Torna a seleccionar filtres i opcions"
644
+
645
+ #: admin/views/filter_post_types.php:2
646
+ msgid "Select post types"
647
+ msgstr "Seleccioneu els tipus d'entrada"
648
+
649
+ #: admin/views/form_select.php:17
650
+ msgid "Select the featured images you want to replace by the selected image."
651
  msgstr ""
652
+ "Seleccioneu les imatges destacades que voleu reemplaçar per la imatge "
653
+ "seleccionada."
654
 
655
+ #: admin/views/form_start.php:35
656
  msgid ""
657
+ "Select the image you want to add to, replace or delete from posts and pages "
658
+ "by clicking on the following button."
659
  msgstr ""
660
+ "Seleccioneu la imatge que voleu afegir, substituïr o suprimir de les "
661
+ "publicacions i les pàgines, fent clic al botó següent."
662
 
663
+ #: admin/class-quick-featured-images-settings.php:666
664
+ msgid "Select the minimum user role a user must have to see the plugin."
 
 
 
665
  msgstr ""
666
+ "Seleccioneu el rol mínim d'usuari que un usuari ha de tenir per veure el "
667
+ "connector."
 
668
 
669
+ #: admin/class-quick-featured-images-defaults.php:288
670
+ msgid "Set default featured images for future posts"
671
+ msgstr "Definir imatges destacades predeterminades per a publicacions futures"
672
 
673
+ #: admin/class-quick-featured-images-columns.php:281
674
+ #, php-format
675
+ msgid "Set image for &#8220;%s&#8221;"
676
+ msgstr "Estableix la imatge per a &#8220;%s&#8221;"
677
+
678
+ #: admin/class-quick-featured-images-tools.php:592
679
+ msgid "Set multiple images randomly as featured images"
680
+ msgstr "Establir diverses imatges aleatòriament com a imatges destacades"
681
+
682
+ #: admin/class-quick-featured-images-tools.php:583
683
+ msgid "Set the selected image as new featured image"
684
+ msgstr "Estableix la imatge seleccionada com a nova imatge destacada"
685
+
686
+ #: admin/class-quick-featured-images-settings.php:232
687
+ msgid "Set the visibility of columns of featured images in posts lists"
688
  msgstr ""
689
+ "Definir la visibilitat de les columnes d'imatges destacades a les llistes de "
690
+ "publicacions"
691
 
692
+ #: admin/class-quick-featured-images-tools.php:1937
693
+ msgid "Set, replace, remove"
694
+ msgstr "Definir, reemplaçar, suprimir"
695
+
696
+ #: admin/views/form_confirm.php:50
697
+ msgid "Should the added featured images be removed from all listed posts?"
698
  msgstr ""
699
+ "S'han de suprimir les imatges destacades afegides de tots els missatges "
700
+ "llistats?"
701
 
702
+ #: admin/views/form_confirm.php:41
703
+ msgid ""
704
+ "Should the current set featured image be replaced by the selected image at "
705
+ "all listed posts?"
706
+ msgstr ""
707
+ "La imatge destacada del conjunt actual ha de ser substituïda per la imatge "
708
+ "seleccionada en tots els missatges llistats?"
709
 
710
+ #: admin/views/form_confirm.php:12
711
  msgid ""
712
+ "Should the entries of featured images without image files be removed from "
713
+ "the database?"
714
  msgstr ""
715
+ "S'han d'eliminar les entrades d'imatges destacades sense fitxers d'imatge de "
716
+ "la base de dades?"
717
 
718
+ #: admin/views/form_confirm.php:47
719
+ msgid "Should the future images be set as featured images at all listed posts?"
720
+ msgstr ""
721
+ "S'han d'establir les imatges futures com a imatges destacades en tots els "
722
+ "missatges llistats?"
723
 
724
+ #: admin/views/form_confirm.php:44
725
+ msgid "Should the selected image be removed from all listed posts?"
726
+ msgstr ""
727
+ "S'ha de suprimir la imatge seleccionada de tots els missatges de la llista?"
728
 
729
+ #: admin/views/form_confirm.php:35
730
+ msgid "Should the selected image be set as featured image to all listed posts?"
731
  msgstr ""
732
+ "S'ha d'establir la imatge seleccionada com a imatge destacada a tots els "
733
+ "missatges llistats?"
734
 
735
+ #: admin/views/form_confirm.php:38
736
  msgid ""
737
+ "Should the selected images be set randomly as featured images to all listed "
738
+ "posts?"
739
  msgstr ""
740
+ "Les imatges seleccionades s'han d'establir aleatòriament com a imatges "
741
+ "destacades a tots els missatges llistats?"
742
 
743
+ #: admin/class-quick-featured-images-settings.php:391
744
+ msgid "Show additional column for featured images in lists of"
745
+ msgstr ""
746
+ "Mostra la columna addicional per a les imatges destacades a les llistes de"
747
 
748
+ #: admin/class-quick-featured-images-settings.php:427
749
+ msgid "Show additional column in the library for posts with featured images"
750
+ msgstr ""
751
+
752
+ #: admin/views/section_errormsg.php:5
753
+ msgid "Solution"
754
+ msgstr "Solució"
755
 
756
  #: admin/views/form_start.php:62
757
  msgid ""
762
  "instal·lacions de WordPress. Si aquest ha de ser el cas pot prendre una "
763
  "altra manera:"
764
 
765
+ #: admin/views/form_confirm.php:182 admin/views/section_errormsg.php:8
766
+ #: admin/views/section_results.php:86
767
+ msgid "Start again"
768
+ msgstr "Torna a començar"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
769
 
770
+ #: admin/class-quick-featured-images-tools.php:755
771
+ msgid "Start again and select which action you want to apply."
772
+ msgstr "Tornar a començar i selecciona quina acció vols aplicar."
773
 
774
+ #: admin/class-quick-featured-images-tools.php:603
775
+ msgid "Tag Filter"
776
+ msgstr "Filtre d'etiquetes"
777
 
778
+ #: admin/views/section_defaults.php:251
779
+ msgid "Text with images in WordPress editor"
780
+ msgstr "Text amb imatges a l'editor de WordPress"
781
 
782
+ #: admin/class-quick-featured-images-settings.php:705
783
  msgid ""
784
+ "The additional column in the media library lists all posts for which the "
785
+ "image is set as featured."
786
  msgstr ""
 
 
787
 
788
+ #: admin/class-quick-featured-images-settings.php:687
789
  msgid ""
790
+ "The additional columns give you a quick overview about all used featured "
791
+ "images for every post. The Featured Image column is sortable."
792
  msgstr ""
793
+ "Les columnes addicionals us donen una visió general ràpida sobre totes les "
794
+ "imatges destacades utilitzades per a cada publicació. La columna Imatge "
795
+ "destacada es pot ordenar."
 
 
 
796
 
797
+ #: admin/views/form_start.php:6 admin/views/section_defaults.php:219
798
  msgid ""
799
+ "The current theme does not support featured images. Anyway you can use this "
800
+ "plugin. The effects are stored and will be visible in a theme which supports "
801
+ "featured images."
802
  msgstr ""
803
+ "El tema actual no admet imatges destacades. De tota manera pot utilitzar "
804
+ "aquest plugin. Els efectes s'emmagatzemen i seran visibles en un tema que "
805
+ "suporta imatges destacades."
806
 
807
+ #: admin/class-quick-featured-images-tools.php:758
808
+ #, php-format
809
+ msgid "The input field %s has an invalid value."
810
+ msgstr "El camp d'%s un valor no vàlid."
 
 
 
 
 
 
811
 
812
+ #: admin/class-quick-featured-images-tools.php:742
813
+ #, php-format
814
+ msgid "The input field %s is empty."
815
+ msgstr "El camp d'%s és buit."
816
 
817
+ #: admin/views/form_confirm.php:54 admin/views/section_results.php:27
818
  msgid ""
819
+ "The list is in alphabetical order according to post title. You can edit a "
820
+ "post in a new window by clicking on its link in the list."
821
  msgstr ""
822
+ "La llista està en ordre alfabètic segons el títol posterior. Podeu editar "
823
+ "una publicació en una finestra nova fent clic al seu enllaç de la llista."
 
824
 
825
+ #: admin/class-quick-featured-images-admin.php:278
826
+ #, php-format
827
  msgid ""
828
+ "The plugin requires WordPress version %s or higher. Therefore, WordPress did "
829
+ "not activate it. If you want to use this plugin update the Wordpress files "
830
+ "to the latest version."
 
831
  msgstr ""
832
+ "El connector requereix una versió de WordPress %s o superior. Per tant, "
833
+ "WordPress no ho va activar. Si voleu utilitzar aquest plugin, heu "
834
+ "d'actualitzar els arxius de Wordpress a l'última versió."
 
 
 
 
 
835
 
836
+ #: admin/class-quick-featured-images-settings.php:671
837
+ #, php-format
838
  msgid ""
839
+ "The rules as set in &#8220;%s&#8221; work on posts independently of this "
840
+ "setting."
841
  msgstr ""
842
+ "Les regles establertes en \"%s\" funcionen en llocs independentment d'aquest "
843
+ "entorn."
 
 
 
 
 
 
 
 
 
 
 
 
844
 
845
+ #: admin/views/filter_category.php:14
846
+ msgid "The selection of a category includes all of its subcategories."
 
 
 
847
  msgstr ""
 
 
 
 
848
 
849
+ #: admin/views/form_refine.php:54
850
  msgid ""
851
+ "There are no selected filters. Modify your filter selection or just go on by "
852
+ "clicking on the next button."
853
  msgstr ""
854
+ "No hi ha filtres seleccionats. Modifiqueu la selecció de filtres o "
855
+ "simplement se'n va fent clic al botó següent."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
856
 
857
+ #: admin/views/filter_tag.php:20
858
+ msgid "There are no tags in use."
859
+ msgstr "No hi ha etiquetes en ús."
860
 
861
+ #: admin/class-quick-featured-images-tools.php:750
862
+ msgid "There is no selected image."
863
+ msgstr "No hi ha cap imatge seleccionada."
864
 
865
+ #: admin/views/form_start.php:18
866
  msgid ""
867
+ "There is no undo function! It is strongly recommended that you make a backup "
868
+ "of the WordPress database before you perform mass changes."
869
  msgstr ""
870
+ "No hi ha cap funció desfer! És molt recomanable fer una còpia de seguretat "
871
+ "de la base de dades de WordPress abans de realitzar canvis massius."
872
+
873
+ #: admin/views/form_start.php:102
874
+ msgid "These actions do not require a selected image."
875
+ msgstr "Aquestes accions no requereixen una imatge seleccionada."
876
 
877
+ #: admin/views/form_start.php:68
878
+ msgid ""
879
+ "These actions require at least one selected image with the following button."
880
+ msgstr ""
881
+ "Aquestes accions requereixen almenys una imatge seleccionada amb el botó "
882
+ "següent."
883
 
884
+ #: admin/views/form_start.php:22
885
+ msgid "These actions require to select an image with the following button."
886
+ msgstr ""
887
+ "Aquestes accions requereixen seleccionar una imatge amb el botó següent."
888
 
889
+ #: admin/class-quick-featured-images-settings.php:677
890
+ msgid "This page is accessible for administrators only."
891
+ msgstr "Aquesta pàgina només és accessible per als administradors."
892
 
893
+ #: admin/class-quick-featured-images-settings.php:676
894
  msgid ""
895
+ "This setting controls as well whether a user will see in an image column the "
896
+ "thumbnails with action links or the thumbnails only. To switch image columns "
897
+ "on and off use the section above."
898
  msgstr ""
899
+ "Aquesta opció de configuració controla també si un usuari veurà en una "
900
+ "columna d'imatge les miniatures amb enllaços d'acció o només les miniatures. "
901
+ "Per activar i desactivar les columnes d'imatge, utilitzeu la secció anterior."
902
 
903
+ #: admin/views/form_select.php:116
904
+ #| msgid ""
905
+ #| "This way is not as fast as one single run, but still much faster than "
906
+ #| "setting the images for each post manually."
907
  msgid ""
908
+ "To achieve that use the filters and repeat the process until your task is "
909
+ "done. This way is not as fast as one single run, but still much faster than "
910
+ "setting the images for each post manually."
911
  msgstr ""
 
 
 
 
 
 
912
 
913
+ #: admin/views/form_select.php:19 admin/views/form_start.php:80
914
+ msgid ""
915
+ "To select multiple images click on the button and use the CTRL key while "
916
+ "clicking on the images."
917
+ msgstr ""
918
+ "Per seleccionar diverses imatges feu clic al botó i utilitzeu la tecla CTRL "
919
+ "mentre feu clic a les imatges."
920
 
921
+ #: admin/views/section_defaults.php:211
922
+ msgid ""
923
+ "To use a rule choose the image and set both the taxonomy and the value. A "
924
+ "rule which is defined only partially will be ignored."
925
+ msgstr ""
926
+ "Per utilitzar una regla, trieu la imatge i definiu tant la taxonomia com el "
927
+ "valor. S'ignorarà parcialment una norma que només es defineix parcialment."
928
 
929
+ #: admin/class-quick-featured-images-tools.php:743
930
+ msgid "Type in a value into the input field."
931
+ msgstr "Escriviu un valor al camp d'entrada."
932
 
933
+ #: admin/class-quick-featured-images-tools.php:759
934
+ msgid "Type in valid values in the input field."
935
+ msgstr "Escrivu valors vàlids al camp d'entrada."
936
 
937
+ #: admin/class-quick-featured-images-tools.php:763
938
+ msgid "Type in values stored by WordPress."
939
+ msgstr "Escriviu els valors emmagatzemats per WordPress."
940
 
941
+ #: admin/views/section_results.php:20
942
+ msgid "Unchanged"
943
+ msgstr "No s'ha canviat res"
944
 
945
+ #: admin/views/form_select.php:31 admin/views/form_start.php:119
946
+ msgid "Use CTRL for multiple choice"
947
+ msgstr "Usa CTRL per a una opció múltiple"
948
 
949
+ #. title of the section.
950
+ #: admin/class-quick-featured-images-settings.php:455
951
+ msgid "Visibility of the plugin"
952
+ msgstr "Visibilitat del plugin"
953
 
954
+ #: admin/class-quick-featured-images-admin.php:484
955
+ #, php-format
956
+ msgid "Welcome to %s! You can find the plugin at %s."
957
+ msgstr "Benvinguts a %s! Podeu trobar el plugin a %s."
958
 
959
+ #: admin/views/form_start.php:12
960
+ msgid "What do you want to do?"
961
+ msgstr "Què vols fer?"
962
 
963
+ #: admin/views/form_refine.php:10
964
+ msgid "Whatever you do: You can confirm your choice on the next page."
 
 
965
  msgstr ""
966
+ "Facis el que facis: pots confirmar la teva elecció a la pàgina següent."
 
967
 
968
+ #: admin/views/form_start.php:15
969
+ msgid "Whatever you select: You can refine your choice on the next page."
 
 
970
  msgstr ""
971
+ "El que seleccioneu: podeu definir millor la vostra elecció a la pàgina "
972
+ "següent."
973
 
974
+ #: admin/class-quick-featured-images-settings.php:463
975
+ msgid "Which user role may see the plugin?"
976
+ msgstr "Quin rol d'usuari pot veure el connector?"
 
977
 
978
+ #: admin/views/form_confirm.php:19
979
+ msgid "written on"
980
+ msgstr "escrit en"
981
+
982
+ #: admin/class-quick-featured-images-tools.php:473
983
+ #, php-format
984
+ msgid "Wrong image ID %d"
985
+ msgstr "ID d'imatge incorrecte %d"
986
 
987
  #: admin/views/section_header_progress.php:17
988
  msgid "You are here"
989
  msgstr "Ets aquí"
990
 
991
+ #: admin/views/form_select.php:38 admin/views/form_select.php:48
992
+ msgid "You can control the process with the following options."
993
+ msgstr "Podeu controlar el procés amb les opcions següents."
994
 
995
+ #: admin/views/form_confirm.php:121
996
+ msgid "You can not undo the operation!"
997
+ msgstr "No es pot desfer l'operació!"
998
 
999
+ #: admin/views/form_select.php:89
1000
+ msgid ""
1001
+ "You can select multiple filters. They will return an intersection of their "
1002
+ "results."
1003
+ msgstr ""
1004
+ "Podeu seleccionar diversos filtres. Tornaran una intersecció dels seus "
1005
+ "resultats."
1006
 
1007
+ #: admin/views/form_select.php:18
1008
+ msgid "You can select multiple images. Select at least one image."
1009
+ msgstr ""
1010
+ "Podeu seleccionar diverses imatges. Seleccioneu com a mínim una imatge."
1011
 
1012
+ #: admin/views/form_select.php:11
1013
+ msgid ""
1014
+ "You did not have selected an image from the list below. To go on select at "
1015
+ "least one image you want to replace by the selected image."
1016
+ msgstr ""
1017
+ "No heu seleccionat una imatge de la llista següent. Per continuar "
1018
+ "seleccionant com a mínim una imatge que voleu reemplaçar per la imatge "
1019
+ "seleccionada."
1020
+
1021
+ #: admin/class-quick-featured-images-tools.php:754
1022
+ #: admin/views/section_image.php:51
1023
+ msgid "You have not selected an action."
1024
+ msgstr "No heu seleccionat cap acció."
1025
 
1026
  #: admin/views/section_image.php:42
1027
  msgid "Your selected action"
1028
  msgstr "Acció seleccionada"
1029
 
 
 
 
 
 
 
 
 
 
 
 
 
1030
  #: admin/views/section_image.php:90
1031
  msgid "Your selected filters"
1032
  msgstr "Filtres seleccionats"
1033
 
1034
+ #: admin/views/section_image.php:68
1035
+ msgid "Your selected options"
1036
+ msgstr "Opcions seleccionades"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1037
 
1038
+ #: admin/views/section_image.php:9
1039
+ msgid "Your selected thumbnail"
1040
+ msgstr "Miniatura seleccionada"
 
 
 
1041
 
1042
+ #: admin/views/section_image.php:23
1043
+ msgid "Your selected thumbnails"
1044
+ msgstr "Miniatures seleccionades"
1045
 
1046
+ #: admin/views/section_image.php:1
1047
+ msgid "Your selection"
1048
+ msgstr "La teva selecció"
1049
 
1050
+ #. Description of the plugin
1051
+ #: admin/class-quick-featured-images-admin.php:215
1052
+ msgid ""
1053
+ "Your time-saving Swiss Army Knife for featured images: Set, replace and "
1054
+ "delete them in bulk, in posts lists and set default images for future posts."
1055
+ msgstr ""
1056
+ "La seva navalla suïssa per a les imatges destacades: establir, reemplaçar i "
1057
+ "eliminar en grup o en llistes de publicacions, i establir imatges "
1058
+ "predeterminades per a futures publicacions."
languages/quick-featured-images-de_DE.mo CHANGED
Binary file
languages/quick-featured-images-de_DE.po CHANGED
@@ -5,114 +5,64 @@ 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: 2020-12-16 16:04+0100\n"
8
- "PO-Revision-Date: 2020-12-16 16:05+0100\n"
9
  "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
10
- "Language-Team: Martin Stehle <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.4.2\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"
19
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
- #: admin/class-quick-featured-images-admin.php:215
23
- msgid ""
24
- "Your time-saving Swiss Army Knife for featured images: Set, replace and "
25
- "delete them in bulk, in posts lists and set default images for future posts."
26
- msgstr ""
27
- "Dein Schweizer Taschenmesser für Beitragsbilder: Setze, ersetze und lösche "
28
- "sie massenhaft, in Beitragslisten und definiere Standardbilder für "
29
- "zukünftige Beiträge."
30
-
31
- #: admin/class-quick-featured-images-admin.php:278
32
  #, php-format
33
- msgid ""
34
- "The plugin requires WordPress version %s or higher. Therefore, WordPress did "
35
- "not activate it. If you want to use this plugin update the Wordpress files "
36
- "to the latest version."
37
- msgstr ""
38
- "Das Plugin erfordert WordPress Version %s oder höher. Daher hat WordPress "
39
- "es nicht aktiviert. Falls du dieses Plugin nutzen willst, aktualisiere die "
40
- "WordPress-Dateien auf die neueste Version."
41
 
42
- #: admin/class-quick-featured-images-admin.php:484
43
  #, php-format
44
- msgid "Welcome to %s! You can find the plugin at %s."
45
- msgstr "Willkommen zu %s! Du kannst das Plugin finden unter %s."
46
 
47
  #: admin/class-quick-featured-images-columns.php:278
48
  msgid "(external image)"
49
  msgstr "(externes Bild)"
50
 
51
- #: admin/class-quick-featured-images-columns.php:279
52
- #, php-format
53
- msgid "Change &#8220;%s&#8221;"
54
- msgstr "Ändere &#8220;%s&#8221;"
55
-
56
- #: admin/class-quick-featured-images-columns.php:280
57
- #, php-format
58
- msgid "Remove &#8220;%s&#8221;"
59
- msgstr "Lösche &#8220;%s&#8221;"
60
-
61
- #: admin/class-quick-featured-images-columns.php:281
62
- #, php-format
63
- msgid "Set image for &#8220;%s&#8221;"
64
- msgstr "Stelle Bild für &#8220;%s&#8221; ein"
65
-
66
- #: admin/class-quick-featured-images-columns.php:646
67
- msgid "Featured image for"
68
- msgstr ""
69
-
70
- #: admin/class-quick-featured-images-defaults.php:277
71
- msgid "Preset Featured Images"
72
- msgstr "Voreingestellte Beitragsbilder"
73
-
74
- #: admin/class-quick-featured-images-defaults.php:288
75
- msgid "Set default featured images for future posts"
76
- msgstr "Stelle vorgegebene Beitragsbilder für zukünftige Inhalte ein"
77
-
78
- #: admin/class-quick-featured-images-settings.php:232
79
- msgid "Set the visibility of columns of featured images in posts lists"
80
  msgstr ""
81
- "Stelle die Sichtbarkeit der Spalten für Beitragsbilder in "
82
- "Beitragsübersichten ein"
83
-
84
- #: admin/class-quick-featured-images-settings.php:383
85
- msgid "Columns for featured images in posts lists"
86
- msgstr "Spalten für Beitragsbilder in Beitragsübersichten"
87
-
88
- #: admin/class-quick-featured-images-settings.php:391
89
- msgid "Show additional column for featured images in lists of"
90
- msgstr "Zeige eine zusätzliche Spalte für Beitragsbilder in Übersichten"
91
 
92
- #: admin/class-quick-featured-images-settings.php:396
93
- msgid "Posts list with image column"
94
- msgstr "Inhaltsliste mit Bildspalte"
95
 
96
- #: admin/class-quick-featured-images-settings.php:419
97
- msgid "Column in the library for posts with assigned featured image"
98
- msgstr ""
99
 
100
- #: admin/class-quick-featured-images-settings.php:427
101
- msgid "Show additional column in the library for posts with featured images"
102
- msgstr ""
103
 
104
- #: admin/class-quick-featured-images-settings.php:432
105
- msgid "Post list column in the library"
 
 
 
 
106
  msgstr ""
107
 
108
- #: admin/class-quick-featured-images-settings.php:455
109
- msgid "Visibility of the plugin"
110
- msgstr "Sichtbarkeit des Plugins"
111
-
112
- #: admin/class-quick-featured-images-settings.php:463
113
- msgid "Which user role may see the plugin?"
114
- msgstr "Welche Nutzerrolle darf das Plugin sehen?"
115
-
116
  #: admin/class-quick-featured-images-settings.php:596
117
  msgid ""
118
  "Activate the checkboxes at each post type to show the extra columns in the "
@@ -121,235 +71,277 @@ msgstr ""
121
  "Aktiviere die Checkboxen bei jedem Inhaltstyp, um die zusätzliche Spalte in "
122
  "den Beitragsübersichten anzuzeigen."
123
 
124
- #: admin/class-quick-featured-images-settings.php:615
125
  msgid ""
126
- "Display a new column in the media library with the titles of the posts for "
127
- "which the corresponding image is set as featured image"
128
  msgstr ""
 
 
129
 
130
- #: admin/class-quick-featured-images-settings.php:618
131
  msgid ""
132
- "Activate the checkbox to show the extra column in the media library. If you "
133
- "would not see the new column in the library switch the appereance of the "
134
- "library to List mode. The post titles are links to the respective post edit "
135
- "page."
136
  msgstr ""
 
 
137
 
138
- #: admin/class-quick-featured-images-settings.php:630
139
- msgid "Minimum user role to see the plugin in the backend"
140
- msgstr "Mindestrolle, um das Plugin im Backend zu sehen"
141
 
142
- #: admin/class-quick-featured-images-settings.php:666
143
- msgid "Select the minimum user role a user must have to see the plugin."
144
- msgstr ""
145
- "Stelle die Mindestrolle ein, die ein Nutzer haben muss, um das Plugin zu "
146
- "sehen."
147
 
148
- #: admin/class-quick-featured-images-settings.php:671
149
- #, php-format
150
- msgid ""
151
- "The rules as set in &#8220;%s&#8221; work on posts independently of this "
152
- "setting."
153
- msgstr ""
154
- "Die Regeln, wie in &#8220;%s&#8221; eingestellt, funktionieren unabhängig "
155
- "von dieser Einstellung."
156
 
157
- #: admin/class-quick-featured-images-settings.php:676
 
 
 
 
158
  msgid ""
159
- "This setting controls as well whether a user will see in an image column the "
160
- "thumbnails with action links or the thumbnails only. To switch image columns "
161
- "on and off use the section above."
162
  msgstr ""
163
- "Diese Einstellung steuert auch, ob ein Nutzer in einer Bilderspalte die "
164
- "Vorschaubilder mit zusätzlichen Optionen oder nur die Vorschaubilder sehen "
165
- "wird. Um die Bilderspalten an- und auszuschalten, nutze den oberen Abschnitt."
166
 
167
- #: admin/class-quick-featured-images-settings.php:677
168
- msgid "This page is accessible for administrators only."
169
- msgstr "Diese Seite ist nur Administratoren zugänglich."
170
 
171
- #: admin/class-quick-featured-images-settings.php:687
172
- msgid ""
173
- "The additional columns give you a quick overview about all used featured "
174
- "images for every post. The Featured Image column is sortable."
175
  msgstr ""
176
- "Die zusätzlichen Spalten geben dir einen schnellen Überblick über alle "
177
- "verwendeten Beitragsbilder eines jeden Beitrags. Die Spalte der "
178
- "Beitragsbilder ist sortierbar."
179
 
180
- #: admin/class-quick-featured-images-settings.php:696
181
- msgid "Controls which minimum user role can see the plugin."
182
- msgstr "Regelt, welche Mindestrolle das Plugin sehen kann."
183
 
184
- #: admin/class-quick-featured-images-settings.php:705
185
- msgid ""
186
- "The additional column in the media library lists all posts for which the "
187
- "image is set as featured."
188
- msgstr ""
189
 
190
- #: admin/class-quick-featured-images-tools.php:473
191
  #, php-format
192
- msgid "Wrong image ID %d"
193
- msgstr "Falsche Bild-ID %d"
194
 
195
- #: admin/class-quick-featured-images-tools.php:575
196
- msgid "Select"
197
- msgstr "Auswählen"
198
 
199
- #: admin/class-quick-featured-images-tools.php:576
200
- msgid "Add filter"
201
- msgstr "Filter hinzufügen"
202
 
203
- #: admin/class-quick-featured-images-tools.php:577
204
- msgid "Refine"
205
- msgstr "Verfeinern"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
206
 
207
  #: admin/class-quick-featured-images-tools.php:578
208
  msgid "Confirm"
209
  msgstr "Bestätigen"
210
 
211
- #: admin/class-quick-featured-images-tools.php:579
212
- msgid "Perform"
213
- msgstr "Umsetzen"
214
-
215
- #: admin/class-quick-featured-images-tools.php:583
216
- msgid "Set the selected image as new featured image"
217
- msgstr "Füge das ausgewählte Bild als neues Beitragsbild hinzu"
218
 
219
- #: admin/class-quick-featured-images-tools.php:584
220
- msgid "Replace featured images by the selected image"
221
- msgstr "Ersetze mindestens ein Beitragsbild durch das ausgewählte Bild"
222
 
223
- #: admin/class-quick-featured-images-tools.php:585
224
- msgid "Remove the selected image as featured image"
225
- msgstr "Entferne das ausgewählte Bild als Beitragsbild"
226
 
227
- #: admin/class-quick-featured-images-tools.php:588
228
- msgid "Remove any image as featured image"
229
- msgstr "Entferne jedes Bild als Beitragsbild"
230
-
231
- #: admin/class-quick-featured-images-tools.php:589
232
- msgid "Remove all featured images without existing image files"
233
- msgstr "Entferne alle Beitragsbilder ohne vorhandene Bilddateien"
234
-
235
- #: admin/class-quick-featured-images-tools.php:592
236
- msgid "Set multiple images randomly as featured images"
237
- msgstr ""
238
- "Füge mehrere Bilder in zufälliger Ordnung als neue Beitragsbilder hinzu"
239
 
240
- #: admin/class-quick-featured-images-tools.php:596
241
- msgid "Overwrite featured images"
242
- msgstr "Überschreibe Beitragsbilder"
243
 
244
- #: admin/class-quick-featured-images-tools.php:597
245
- msgid "Consider only posts without any featured image"
246
- msgstr "Berücksichtige nur Beiträge ohne Beitragsbild"
247
 
248
- #: admin/class-quick-featured-images-tools.php:601
249
- msgid "Post Type Filter"
250
- msgstr "Inhaltstypfilter"
 
 
 
 
251
 
252
- #: admin/class-quick-featured-images-tools.php:602
253
- msgid "Category Filter"
254
- msgstr "Kategorienfilter"
255
 
256
- #: admin/class-quick-featured-images-tools.php:603
257
- msgid "Tag Filter"
258
- msgstr "Schlagwortfilter"
 
 
259
 
260
- #: admin/class-quick-featured-images-tools.php:632
261
- msgid "Image width in pixels lower than"
262
- msgstr "Bildbreite in Pixeln kleiner als"
263
 
264
- #: admin/class-quick-featured-images-tools.php:633
265
- msgid "Image height in pixels lower than"
266
- msgstr "Bildhöhe in Pixeln kleiner als"
267
 
268
- #: admin/class-quick-featured-images-tools.php:742
269
  #, php-format
270
- msgid "The input field %s is empty."
271
- msgstr "Das Eingabefeld %s ist leer."
272
 
273
- #: admin/class-quick-featured-images-tools.php:743
274
- msgid "Type in a value into the input field."
275
- msgstr "Gebe in das Eingabefeld einen Wert ein."
276
 
277
- #: admin/class-quick-featured-images-tools.php:746
278
- #, php-format
279
- msgid "%s is not defined."
280
- msgstr "%s ist nicht definiert."
 
 
 
 
 
 
281
 
282
- #: admin/class-quick-featured-images-tools.php:747
283
- msgid "Check how to define the value."
284
- msgstr "Prüfe nach, wie der Wert gesetzt wird."
 
 
 
 
 
 
 
 
 
285
 
286
- #: admin/class-quick-featured-images-tools.php:750
287
- msgid "There is no selected image."
288
- msgstr "Es gibt kein ausgewähltes Bild."
289
 
290
- #: admin/class-quick-featured-images-tools.php:751
291
- msgid "Select an image from the media library."
292
- msgstr "Wähle ein Bild aus der Mediathek aus."
 
293
 
294
- #: admin/class-quick-featured-images-tools.php:754
295
- #: admin/views/section_image.php:51
296
- msgid "You have not selected an action."
297
- msgstr "Du hast keine Aktion ausgewählt."
298
 
299
- #: admin/class-quick-featured-images-tools.php:755
300
- msgid "Start again and select which action you want to apply."
301
- msgstr "Fange neu an und wähle aus, welche Aktion du anwenden willst."
302
 
303
- #: admin/class-quick-featured-images-tools.php:758
304
- #, php-format
305
- msgid "The input field %s has an invalid value."
306
- msgstr "Das Eingabefeld %s hat einen ungültigen Wert."
307
 
308
- #: admin/class-quick-featured-images-tools.php:759
309
- msgid "Type in valid values in the input field."
310
- msgstr "Gebe einen gültigen Wert in das Eingabefeld ein."
 
 
 
 
 
311
 
312
- #: admin/class-quick-featured-images-tools.php:763
313
- msgid "Type in values stored by WordPress."
314
- msgstr "Gebe von WordPress gespeicherte Werte ein."
315
 
316
- #: admin/class-quick-featured-images-tools.php:1937
317
- msgid "Set, replace, remove"
318
- msgstr "Setzen, tauschen, löschen"
319
 
320
- #: admin/class-quick-featured-images-tools.php:1948
321
- msgid "Bulk set, replace and remove featured images for existing posts"
 
 
 
322
  msgstr ""
323
- "Massenweises Hinzufügen, Ersetzen und Entfernen von Beitragsbildern für "
324
- "bestehende Inhalte"
 
325
 
326
- #: admin/class-quick-featured-images-tools.php:2057
327
- msgid "Bulk set as featured image"
328
- msgstr "Als Beitragsbild setzen"
329
-
330
- #: admin/views/filter_category.php:3
331
- msgid "Select a category"
332
- msgstr "Wähle eine Kategorie aus"
 
 
 
333
 
334
- #: admin/views/filter_category.php:14
335
- msgid "The selection of a category includes all of its subcategories."
 
 
 
 
336
  msgstr ""
 
 
 
 
337
 
338
- #: admin/views/filter_post_types.php:2
339
- msgid "Select post types"
340
- msgstr "Wähle die Inhaltstypen (Post Types) aus"
341
 
342
- #: admin/views/filter_tag.php:7
343
- msgid "Select a tag"
344
- msgstr "Wähle ein Schlagwort aus"
345
 
346
- #: admin/views/filter_tag.php:20
347
- msgid "There are no tags in use."
348
- msgstr "Zur Zeit werden keine Schlagwörter genutzt."
349
 
350
- #: admin/views/form_back_to_selection.php:2
351
- msgid "Select filters and options again"
352
- msgstr "Filter und Optionen nochmals auswählen"
 
 
 
 
 
 
 
 
353
 
354
  #: admin/views/form_back_to_selection.php:3
355
  msgid ""
@@ -359,120 +351,95 @@ msgstr ""
359
  "Falls Du deine vorige Auswahl ändern willst, gehe zurück per Klick auf diese "
360
  "Schaltfläche."
361
 
362
- #: admin/views/form_back_to_selection.php:42
363
- msgid "Modify selection"
364
- msgstr "Auswahl ändern"
365
-
366
- #: admin/views/form_confirm.php:1
367
- msgid "Preview of your selection"
368
- msgstr "Vorschau deiner Auswahl"
369
-
370
- #: admin/views/form_confirm.php:2
371
- #, php-format
372
- msgid "%d matches found"
373
- msgstr "%d Treffer gefunden"
374
 
375
- #: admin/views/form_confirm.php:12
376
- msgid ""
377
- "Should the entries of featured images without image files be removed from "
378
- "the database?"
379
- msgstr ""
380
- "Sollten die Einträge der Beitragsbilder ohne vorhandene Dateien von der "
381
- "Datenbank entfernt werden?"
382
 
383
- #: admin/views/form_confirm.php:15 admin/views/section_results.php:16
384
- msgid "Details"
385
- msgstr "Details"
386
 
387
- #: admin/views/form_confirm.php:16 admin/views/section_defaults.php:17
388
- #: admin/views/section_results.php:18
389
- msgid "No."
390
- msgstr "Nr."
391
 
392
- #: admin/views/form_confirm.php:17 admin/views/section_results.php:17
393
- msgid "Current Featured Image"
394
- msgstr "Aktuelles Beitragsbild"
395
 
396
- #: admin/views/form_confirm.php:18
397
- msgid "Future Featured Image"
398
- msgstr "Zukünftiges Beitragsbild"
 
 
 
 
399
 
400
- #: admin/views/form_confirm.php:19
401
- msgid "written on"
402
- msgstr "geschrieben am"
403
 
404
- #: admin/views/form_confirm.php:20
405
- msgid "by"
406
- msgstr "von"
407
 
408
- #: admin/views/form_confirm.php:35
409
- msgid "Should the selected image be set as featured image to all listed posts?"
410
- msgstr ""
411
- "Sollte das ausgewählte Bild allen gelisteten Beiträgen als Beitragsbild "
412
- "hinzugefügt werden?"
413
 
414
- #: admin/views/form_confirm.php:38
415
- msgid ""
416
- "Should the selected images be set randomly as featured images to all listed "
417
- "posts?"
418
- msgstr ""
419
- "Sollten die ausgewählten Bilder bei allen gelisteten Beiträgen zufällig "
420
- "hinzugefügt werden?"
421
 
422
- #: admin/views/form_confirm.php:41
423
- msgid ""
424
- "Should the current set featured image be replaced by the selected image at "
425
- "all listed posts?"
426
- msgstr ""
427
- "Sollte das aktuell gesetzte Beitragsbild durch das ausgewählte Bild bei "
428
- "allen gelisteten Beiträgen ausgetauscht werden?"
429
 
430
- #: admin/views/form_confirm.php:44
431
- msgid "Should the selected image be removed from all listed posts?"
432
- msgstr ""
433
- "Sollte das ausgewählte Bild von allen gelisteten Beiträgen entfernt werden?"
434
 
435
- #: admin/views/form_confirm.php:47
436
- msgid "Should the future images be set as featured images at all listed posts?"
437
- msgstr "Sollten die vorgeschlagene Bilder als Beitragsbilder gesetzt werden?"
438
 
439
- #: admin/views/form_confirm.php:50
440
- msgid "Should the added featured images be removed from all listed posts?"
441
- msgstr ""
442
- "Sollte das ausgewählte Bild von allen gelisteten Beiträgen entfernt werden?"
443
 
444
- #: admin/views/form_confirm.php:54 admin/views/section_results.php:27
445
- msgid ""
446
- "The list is in alphabetical order according to post title. You can edit a "
447
- "post in a new window by clicking on its link in the list."
448
- msgstr ""
449
- "Die Liste ist alphabetisch nach Titel sortiert. Du kannst einen Beitrag in "
450
- "einem neuen Fenster bearbeiten per Klick auf seinen Link in der Liste."
451
 
452
- #: admin/views/form_confirm.php:120
453
- msgid "Confirm the change"
454
- msgstr "Änderung bestätigen"
455
 
456
- #: admin/views/form_confirm.php:121
457
- msgid "You can not undo the operation!"
458
- msgstr "Du kannst die Aktion nicht rückgängig machen!"
459
 
460
- #: admin/views/form_confirm.php:182 admin/views/section_errormsg.php:8
461
- #: admin/views/section_results.php:86
462
- msgid "Start again"
463
- msgstr "Beginne neu"
464
 
465
- #: admin/views/form_confirm.php:182
466
- msgid "or refine your selection with the following form fields."
467
- msgstr "oder verfeinere deine Auswahl mit dem folgenden Feldern."
468
 
469
- #: admin/views/form_refine.php:1
470
- msgid "Refine your selection"
471
- msgstr "Verfeinere deine Auswahl"
 
472
 
473
- #: admin/views/form_refine.php:8
474
- msgid "Refine filters"
475
- msgstr "Filter verfeinern"
 
476
 
477
  #: admin/views/form_refine.php:9
478
  msgid ""
@@ -481,88 +448,65 @@ msgstr ""
481
  "Jetzt kannst du die Beiträge und Seiten auf die passenden Parameter "
482
  "eingrenzen. Stelle sie hier ein."
483
 
484
- #: admin/views/form_refine.php:10
485
- msgid "Whatever you do: You can confirm your choice on the next page."
486
- msgstr ""
487
- "Was immer du machst: Du kannst deine Auswahl auf der folgenden Seite "
488
- "überprüfen."
489
-
490
- #: admin/views/form_refine.php:18
491
- #, php-format
492
- msgid "File %s is not available."
493
- msgstr "Datei %s ist nicht vorhanden."
494
-
495
- #: admin/views/form_refine.php:48 admin/views/form_select.php:29
496
- msgid "Preview filtering"
497
- msgstr "Auswahl überprüfen"
498
-
499
- #: admin/views/form_refine.php:54
500
  msgid ""
501
- "There are no selected filters. Modify your filter selection or just go on by "
502
- "clicking on the next button."
503
  msgstr ""
504
- "Du hast keinen Filter ausgewählt. Ändere deine Filterauswahl oder gehe "
505
- "weiter per Klick auf die nächste Schaltfläche."
506
-
507
- #: admin/views/form_select.php:9 admin/views/form_start.php:4
508
- #: admin/views/section_defaults.php:217
509
- msgid "Notice"
510
- msgstr "Hinweis"
511
 
512
- #: admin/views/form_select.php:11
513
- msgid ""
514
- "You did not have selected an image from the list below. To go on select at "
515
- "least one image you want to replace by the selected image."
516
- msgstr ""
517
- "Du hast kein Bild aus der untenstehenden Liste ausgewählt. Um weiter zu "
518
- "kommen, wähle mindestens ein Bild aus, das durch das ausgewählte Bild "
519
- "ausgetauscht werden soll."
520
 
521
- #: admin/views/form_select.php:17
522
- msgid "Select the featured images you want to replace by the selected image."
523
- msgstr ""
524
- "Wähle die Beitragsbilder aus, das du durch das ausgewählte Bild ersetzen "
525
- "willst."
526
 
527
- #: admin/views/form_select.php:18
528
- msgid "You can select multiple images. Select at least one image."
529
- msgstr "Du kannst mehrere Bilder auswählen. Wähle mindestens ein Bild aus."
530
 
531
- #: admin/views/form_select.php:19 admin/views/form_start.php:80
532
- msgid ""
533
- "To select multiple images click on the button and use the CTRL key while "
534
- "clicking on the images."
535
- msgstr ""
536
- "Um mehrere Bilder auszuwählen, klicke auf die Schaltfläche und halte die "
537
- "STRG-Taste beim Klicken auf die Bilder gedrückt."
538
 
539
- #: admin/views/form_select.php:23 admin/views/form_start.php:84
540
- msgid "Choose Images"
541
- msgstr "Bilder auswählen"
542
 
543
- #: admin/views/form_select.php:31 admin/views/form_start.php:119
544
- msgid "Use CTRL for multiple choice"
545
- msgstr "Drücke STRG für Mehrfachauswahl"
546
 
547
- #: admin/views/form_select.php:37
548
- msgid "Refine your selections"
549
- msgstr "Verfeinere deine Auswahl"
550
 
551
- #: admin/views/form_select.php:38 admin/views/form_select.php:48
552
- msgid "You can control the process with the following options."
553
- msgstr "Du kannst den Vorgang mit den folgenden Einstellungen steuern."
554
 
555
- #: admin/views/form_select.php:45
556
- msgid "Optional: Select options"
557
- msgstr "Optional: Wähle Optionen aus"
558
 
559
- #: admin/views/form_select.php:47
560
- msgid "Process Options"
561
- msgstr "Einstellmöglichkeiten"
562
 
563
- #: admin/views/form_select.php:53
564
- msgid "Overwrite existing featured images with new ones"
565
- msgstr "Überschreibe bestehende Beitragsbilder mit dem/den neuen"
 
 
 
 
 
 
 
 
566
 
567
  #: admin/views/form_select.php:63
568
  msgid ""
@@ -572,43 +516,83 @@ msgstr ""
572
  "Beiträge mit Beitragsbildern werden ignoriert, auch wenn die Überschreiben-"
573
  "Option aktiviiert ist"
574
 
575
- #: admin/views/form_select.php:72
576
- msgid "There are two more options in the Pro version for random images:"
577
- msgstr "In der Pro-Version gibt es zwei weitere Optionen für Zufallsbilder:"
 
 
 
 
578
 
579
- #: admin/views/form_select.php:74
580
- msgid "Use each selected image only once"
581
- msgstr "Verwende jedes ausgewählte Bild nur einmal"
582
 
583
- #: admin/views/form_select.php:75
584
- msgid "Remove excess featured images after all selected images are used"
585
- msgstr ""
586
- "Lösche überzählige Beitragsbilder, nachdem alle ausgewählten Bilder "
587
- "verwendet wurden"
588
 
589
- #: admin/views/form_select.php:85
590
- msgid "Optional: Add a filter"
591
- msgstr "Optional: Füge einen Filter hinzu"
592
 
593
- #: admin/views/form_select.php:87
594
- msgid "Select filters"
595
- msgstr "Filter auswählen"
596
 
597
- #: admin/views/form_select.php:88
598
- msgid ""
599
- "If you want select one of the following filters to narrow down the set of "
600
- "concerned posts and pages."
601
- msgstr ""
602
- "Falls gewünscht, wähle eines der folgenden Filter, um die Auswahl der "
603
- "betreffenden Beiträge und Seiten einzugrenzen."
604
 
605
- #: admin/views/form_select.php:89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
606
  msgid ""
607
- "You can select multiple filters. They will return an intersection of their "
608
- "results."
609
  msgstr ""
610
- "Du kannst mehrere Filter auswählen. Sie geben eine Schnittmenge ihrer "
611
- "Ergebnisse zurück."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
612
 
613
  #: admin/views/form_select.php:94
614
  msgid "Search by post type. By default all posts and pages will be affected."
@@ -624,113 +608,149 @@ msgstr "Suchen nach Kategorie"
624
  msgid "Search posts by tag"
625
  msgstr "Suchen nach Schlagwort"
626
 
627
- #: admin/views/form_select.php:114
628
- msgid "If you encounter a white, blank page, read this"
629
- msgstr "Sollte dir die weiße, leere Seite begegnen, lese das"
630
 
631
- #: admin/views/form_select.php:115
632
- #| msgid ""
633
- #| "Facing a white blank page while trying to treat thousands of posts is the "
634
- #| "effect of limited memory capacities on the website server. Instead of "
635
- #| "treating a huge amount of posts in one single go try to treat small "
636
- #| "amounts of posts multiple times successively. To achieve that do:"
 
 
 
 
 
 
 
 
 
 
 
637
  msgid ""
638
- "Facing a white blank page while trying to treat thousands of posts is the "
639
- "effect of limited memory capacities on the website server. Instead of "
640
- "treating a huge amount of posts in one single go try to treat small amounts "
641
- "of posts multiple times successively."
642
  msgstr ""
 
 
643
 
644
- #: admin/views/form_select.php:116
645
- #| msgid ""
646
- #| "This way is not as fast as one single run, but still much faster than "
647
- #| "setting the images for each post manually."
648
- msgid ""
649
- "To achieve that use the filters and repeat the process until your task is "
650
- "done. This way is not as fast as one single run, but still much faster than "
651
- "setting the images for each post manually."
 
 
 
 
 
 
652
  msgstr ""
 
 
653
 
654
- #: admin/views/form_select.php:121
655
  msgid ""
656
- "On the next page you can refine the filters. If you did not select any "
657
- "filter you will go to the preview list directly."
658
  msgstr ""
659
- "Auf der nächsten Seite kannst du die Filter verfeinern. Falls du keine "
660
- "Filter ausgewählt hast, kommst du direkt zur Vorschau."
 
661
 
662
- #: admin/views/form_start.php:6 admin/views/section_defaults.php:219
663
- msgid ""
664
- "The current theme does not support featured images. Anyway you can use this "
665
- "plugin. The effects are stored and will be visible in a theme which supports "
666
- "featured images."
667
  msgstr ""
668
- "Das aktuelle Theme unterstützt keine Beitragsbilder. Jedoch kannst du das "
669
- "Plugin nutzen. Die Auswirkungen werden gespeichert und werden in einem "
670
- "Theme, das Beitragsbilder unterstützt, sichtbar."
671
 
672
- #: admin/views/form_start.php:12
673
- msgid "What do you want to do?"
674
- msgstr "Was willst du umsetzen?"
675
 
676
- #: admin/views/form_start.php:14
677
- msgid ""
678
- "Here you can add, replace and delete featured images to your posts. Select "
679
- "one of the following actions and, if necessary, one or more images."
 
 
 
680
  msgstr ""
681
- "Hier kannst du zu deinen Inhalten Beitragsbilder hinzufügen, ersetzen und "
682
- "löschen. Wähle eine der folgenden Aktionen aus und, wo notwendig, eines oder "
683
- "mehrere Bilder."
684
 
685
- #: admin/views/form_start.php:15
686
- msgid "Whatever you select: You can refine your choice on the next page."
 
 
 
 
687
  msgstr ""
688
- "Was du auch auswählst: Du kannst deine Auswahl auf der folgenden Seite "
689
- "verfeinern."
690
 
691
- #: admin/views/form_start.php:17
692
- msgid "Important advice"
693
- msgstr "Wichtiger Hinweis"
694
 
695
- #: admin/views/form_start.php:18
 
 
 
 
 
696
  msgid ""
697
- "There is no undo function! It is strongly recommended that you make a backup "
698
- "of the WordPress database before you perform mass changes."
699
  msgstr ""
700
- "Es gibt keine Rücksetzfunktion! Es ist dringend empfohlen, dass du eine "
701
- "Sicherung der WordPress-Datenbank erstellst, bevor du massenweise Änderungen "
702
- "durchführst."
 
 
 
 
 
 
 
703
 
704
- #: admin/views/form_start.php:20
705
- msgid "Select action"
706
- msgstr "Aktion auswählen"
707
 
708
- #: admin/views/form_start.php:21
709
- msgid "Actions with a single image"
710
- msgstr "Aktionen mit einem einzelnen Bild"
 
711
 
712
- #: admin/views/form_start.php:22
713
- msgid "These actions require to select an image with the following button."
714
  msgstr ""
715
- "Diese Aktionen erfordern ein mit der folgenden Schaltfläche ausgewähltes "
716
- "Bild."
717
 
718
- #: admin/views/form_start.php:35
719
  msgid ""
720
- "Select the image you want to add to, replace or delete from posts and pages "
721
- "by clicking on the following button."
722
  msgstr ""
723
- "Wähle das Bild aus, das du als Beitragsbild hinzufügen, austauschen oder von "
724
- "Beiträgen und Seiten entfernen willst durch Klick auf die folgende "
725
- "Schaltfläche."
726
 
727
- #: admin/views/form_start.php:57
728
- msgid "Choose Image"
729
- msgstr "Bild auswählen"
730
 
731
- #: admin/views/form_start.php:61
732
- msgid "If the button does not work, read this:"
733
- msgstr "Sollte die Schaltfläche nicht funktionieren, hier ein Tipp:"
 
 
 
 
734
 
735
  #: admin/views/form_start.php:62
736
  msgid ""
@@ -741,408 +761,299 @@ msgstr ""
741
  "WordPress-Installation funktionieren würde. Sollte das hier der Fall sein, "
742
  "kannst du einen anderen Weg gehen:"
743
 
744
- #: admin/views/form_start.php:63
745
- msgid ""
746
- "1. Go to the media library. 2. Move the mouse over the desired image. "
747
- "Further links are appearing, among them the link &quot;Bulk set as featured "
748
- "image&quot;. 3. After a click on it you can move on in this plugin."
749
- msgstr ""
750
- "1. Gehe in die Mediathek. 2. Fahre mit der Maus über das gewünschte Bild. Es "
751
- "erscheinen weitere Links, darunter der Link &quot;Als Beitragsbild "
752
- "setzen&quot;. 3. Nach Klick darauf kannst du im Plugin fortfahren."
753
-
754
- #: admin/views/form_start.php:67
755
- msgid "Actions with multiple images"
756
- msgstr "Aktionen mit mehreren Bildern"
757
-
758
- #: admin/views/form_start.php:68
759
- msgid ""
760
- "These actions require at least one selected image with the following button."
761
- msgstr ""
762
- "Diese Aktionen erfordern mindestens ein mit der folgenden Schaltfläche "
763
- "ausgewähltes Bild."
764
-
765
- #: admin/views/form_start.php:101
766
- msgid "Actions without any selected image"
767
- msgstr "Aktionen ohne ausgewähltes Bild"
768
-
769
- #: admin/views/form_start.php:102
770
- msgid "These actions do not require a selected image."
771
- msgstr "Diese Aktionen erfordern kein ausgewähltes Bild."
772
 
773
- #: admin/views/section_defaults.php:16
774
- msgid "matches"
775
- msgstr "ist"
776
 
777
- #: admin/views/section_defaults.php:59
778
- msgid "Post Type"
779
- msgstr "Inhaltstyp"
780
 
781
- #: admin/views/section_defaults.php:208
782
- msgid "Default featured images for future posts"
783
- msgstr "Standard-Beitragsbilder für zukünftige Inhalte"
784
 
785
- #: admin/views/section_defaults.php:210
786
  msgid ""
787
- "Define the rules to use images as default featured images automatically "
788
- "every time a post is saved."
789
  msgstr ""
790
- "Stelle die Regeln ein, um bei jedem Speichern eines Beitrags Bilder als "
791
- "voreingestellte Beitragsbilder automatisch zu setzen."
792
 
793
- #: admin/views/section_defaults.php:211
794
  msgid ""
795
- "To use a rule choose the image and set both the taxonomy and the value. A "
796
- "rule which is defined only partially will be ignored."
797
  msgstr ""
798
- "Definiere eine Regel, indem du sowohl ein Bild auswählst als auch eine "
799
- "Taxonomie und einen Wert. Eine unvollständig angegebene Regel wird ignoriert."
800
-
801
- #: admin/views/section_defaults.php:238
802
- msgid "An image overwrites an existing image"
803
- msgstr "Ein Bild überschreibt ein bestehendes Bild"
804
 
805
- #: admin/views/section_defaults.php:242
806
  msgid ""
807
- "Activate to automatically overwrite an existing featured image while saving "
808
- "a post"
 
809
  msgstr ""
810
- "Überschreibe ein bestehendes Beitragsbild automatisch beim Speichern eines "
811
- "Beitrags"
 
812
 
813
- #: admin/views/section_defaults.php:244
814
- msgid ""
815
- "If activated the rule is used automatically while saving a post to overwrite "
816
- "an existing featured image with the new one based on the following rules. Do "
817
- "not use this if you want to keep manually set featured images."
818
- msgstr ""
819
- "Falls aktiviert, wird die Regel automatisch beim Speichern eines Beitrags "
820
- "angewandt, um ein bestehendes Beitragsbild mit einem neuen auf Grundlage der "
821
- "folgenden Regeln zu überschreiben. Verwende diese Option nicht, wenn du "
822
- "manuell gesetzte Beitragsbilder beibehalten willst."
823
 
824
- #: admin/views/section_defaults.php:251
825
- msgid "Text with images in WordPress editor"
826
- msgstr "Text mit Bildern im WordPress-Editor"
 
827
 
828
- #: admin/views/section_defaults.php:255
829
  msgid ""
830
- "Activate to automatically use the first content image if available in the "
831
- "media library as featured image while saving a post"
832
  msgstr ""
833
- "Verwende erstes Inhaltsbild - sofern in der Mediathek vorhanden - als "
834
- "Beitragsbild automatisch beim Speichern eines Beitrags"
835
 
836
- #: admin/views/section_defaults.php:257
 
837
  msgid ""
838
- "If activated the rule is used automatically while saving a post to set the "
839
- "first content image - if available in the media library - as the featured "
840
- "image of the post. If the post has no content images the next rules will be "
841
- "applied."
842
  msgstr ""
843
- "Falls aktiviert, wird die Regel beim Speichern eines Beitrags automatisch "
844
- "angewandt, um das erste Bild im Inhalt - sofern in der Mediathek vorhanden - "
845
- "als Beitragsbild des Beitrags zu setzen. Sollte der Inhalt kein Bild "
846
- "enthalten, werden die nächsten Regeln angewandt."
847
-
848
- #: admin/views/section_defaults.php:258
849
- msgid "For which post types should this rule be applied?"
850
- msgstr "Für welche Inhaltstypen sollte diese Regel angewendet werden?"
851
 
852
- #: admin/views/section_defaults.php:285
 
853
  msgid ""
854
- "Select at least one post type, otherwise all post types will be considered."
 
855
  msgstr ""
856
- "Wähle mindestens einen Inhaltstyp, sonst werden alle Inhaltstypen "
857
- "berücksichtigt."
858
-
859
- #: admin/views/section_defaults.php:491
860
- msgid "Add rule"
861
- msgstr "Regel hinzufügen"
862
-
863
- #: admin/views/section_defaults.php:496
864
- msgid "Are you sure to remove this rule?"
865
- msgstr "Willst du diese Regel wirklich löschen?"
866
-
867
- #: admin/views/section_defaults.php:499
868
- msgid "How the rules work"
869
- msgstr "Wie die Regeln funktionieren"
870
 
871
- #: admin/views/section_defaults.php:500
872
- msgid ""
873
- "Every time you save a post the post get the featured image if one of the "
874
- "following rules match a property of the post. You can also set rules for "
875
- "pages and all other current post types which support featured images."
876
  msgstr ""
877
- "Jedesmal, wenn du einen Beitrag speicherst, erhält der Beitrag das "
878
- "Beitragsbild, falls eine der folgenden Regeln auf eine seiner Eigenschaften "
879
- "zutrifft. Du kannst die Regeln auch für Seiten und alle anderen "
880
- "Inhaltstypen, die Beitragsbilder unterstützen, setzen."
881
 
882
- #: admin/views/section_defaults.php:501
883
  msgid ""
884
- "Regardless of the order in the list the rules are applied in the following "
885
- "order until a rule and a property of the post fit together:"
886
  msgstr ""
887
- "Unabhängig von der Reihenfolge in der Liste werden die Regeln nach folgender "
888
- "Reihenfolge angewandt, bis eine Regel und eine Eigenschaft des Beitrags "
889
- "übereinstimmen:"
890
-
891
- #: admin/views/section_defaults.php:503
892
- msgid "found first content image. If not then..."
893
- msgstr "erstes gefundenes Bild im Beitrag. Wenn nicht, dann..."
894
-
895
- #: admin/views/section_defaults.php:504
896
- msgid "matched custom taxonomy. If not then..."
897
- msgstr "passende eigene Taxonomie. Wenn nicht, dann..."
898
-
899
- #: admin/views/section_defaults.php:505
900
- msgid "matched tag. If not then..."
901
- msgstr "passendes Schlagwort. Wenn nicht, dann..."
902
-
903
- #: admin/views/section_defaults.php:506
904
- msgid "matched category. If not then..."
905
- msgstr "passende Kategorie. Wenn nicht, dann..."
906
-
907
- #: admin/views/section_defaults.php:507
908
- msgid "matched author. If not then..."
909
- msgstr "passender Autor. Wenn nicht, dann..."
910
 
911
- #: admin/views/section_defaults.php:508
912
- msgid "matched post type. If not then..."
913
- msgstr "passender Inhaltstyp. Wenn nicht, dann..."
914
 
915
- #: admin/views/section_defaults.php:509
916
- msgid "no featured image."
917
- msgstr "kein Beitragsbild."
918
 
919
- #: admin/views/section_defaults.php:511
920
  msgid ""
921
- "Bear in mind that if two or more rules with the same taxonomy would fit to "
922
- "the post it is unforeseeable which image will become the featured image."
923
  msgstr ""
924
- "Behalte im Hinterkopf, dass falls zwei oder mehr Regeln derselben Taxonomie "
925
- "zu einen Beitrag passen sollten, es nicht voraussagbar ist, welches Bild zum "
926
- "Beitragsbild wird."
 
 
 
 
927
 
928
- #: admin/views/section_defaults.php:512
929
- msgid "Additional rules in the Pro version"
930
- msgstr "Zusätzliche Regeln in der Pro-Version"
 
 
 
931
 
932
- #: admin/views/section_defaults.php:514
933
- msgid "Multiple images to set them randomly as featured image"
934
- msgstr "Mehrere Bilder als zufällige neue Beitragsbilder einstellen"
 
 
935
 
936
- #: admin/views/section_defaults.php:515
937
- msgid "Random featured images at each page load"
938
- msgstr "Zufällige Beitragsbilder bei jedem Seitenaufruf"
939
 
940
- #: admin/views/section_defaults.php:516
941
  msgid ""
942
- "The first content image can be also an image from an external server to set "
943
- "it as automated featured image"
 
944
  msgstr ""
945
- "Das erste Bild im Beitrag kann auch von einem externen Server sein, um es "
946
- "als Beitragsbild zu setzen"
 
947
 
948
- #: admin/views/section_defaults.php:517
 
 
 
949
  msgid ""
950
- "Remove the first content image automatically after the featured image was "
951
- "set successfully"
 
952
  msgstr ""
953
- "Entferne das erste Bild im Inhalt automatisch, nachdem es erfolgreich als "
954
- "Beitragsbild gesetzt wurde"
955
-
956
- #: admin/views/section_defaults.php:518
957
- msgid "Match with a search string in post title"
958
- msgstr "Passend zum Suchbegriff im Beitragstitel"
959
 
960
- #: admin/views/section_defaults.php:519
961
- msgid "Match with a selected post format"
962
- msgstr "Passend zum ausgewählten Beitragsformat"
 
 
 
 
963
 
964
- #: admin/views/section_defaults.php:520
965
- msgid "User defined order of rules"
966
- msgstr "Benutzerdefinierte Reihenfolge der Regeln"
 
 
 
 
967
 
968
- #: admin/views/section_defaults.php:521
969
- msgid "Import your rules from this plugin into the Pro plugin"
970
- msgstr "Importiere deine Regeln von diesem Plugin in das Pro-Plugin"
971
 
972
- #: admin/views/section_errormsg.php:1
973
- msgid "Error"
974
- msgstr "Fehler"
975
 
976
- #: admin/views/section_errormsg.php:3
977
- msgid "Reason"
978
- msgstr "Grund"
979
 
980
- #: admin/views/section_errormsg.php:5
981
- msgid "Solution"
982
- msgstr "Lösung"
983
 
984
- #: admin/views/section_footer.php:16
985
- msgid "Credits and informations"
986
- msgstr "Danksagungen und Hinweise"
987
 
988
- #: admin/views/section_footer.php:18 admin/views/section_results.php:87
989
- msgid "Do you like the plugin?"
990
- msgstr "Gefällt dir das Plugin?"
 
991
 
992
- #: admin/views/section_footer.php:18 admin/views/section_results.php:88
993
- msgid "Please rate it at wordpress.org!"
994
- msgstr "Bewerte es auf wordpress.org!"
 
995
 
996
- #: admin/views/section_footer.php:19
997
- msgid "Do you need support or have an idea for the plugin?"
998
- msgstr "Brauchst du Unterstützung oder hast du eine Idee zum Plugin?"
999
 
1000
- #: admin/views/section_footer.php:19
1001
- msgid ""
1002
- "Post your questions and ideas about Quick Featured Images in the forum at "
1003
- "wordpress.org!"
1004
  msgstr ""
1005
- "Füge deine Fragen und Ideen zum Quick Featured Images im Forum auf wordpress."
1006
- "org hinzu!"
1007
 
1008
- #: admin/views/section_footer.php:20
1009
- msgid ""
1010
- "Let the thumbnails appear in the widget of the most recent posts with this "
1011
- "fast plugin"
1012
  msgstr ""
1013
- "Zeige die Vorschaubilder im Widget Letzte Beiträge an mit diesem schnellen "
1014
- "Plugin"
1015
 
1016
- #: admin/views/section_footer.php:20
1017
- #, php-format
1018
- msgid "Download plugin %s at %s!"
1019
- msgstr "Lade Plugin %s von %s herunter!"
1020
 
1021
- #: admin/views/section_header_progress.php:15
1022
- msgid "Progress bar"
1023
- msgstr "Fortschrittsanzeige"
 
 
 
 
 
1024
 
1025
  #: admin/views/section_header_progress.php:17
1026
  msgid "You are here"
1027
  msgstr "Du bist hier"
1028
 
1029
- #: admin/views/section_image.php:1
1030
- msgid "Your selection"
1031
- msgstr "Deine Auswahl"
1032
 
1033
- #: admin/views/section_image.php:9
1034
- msgid "Your selected thumbnail"
1035
- msgstr "Dein ausgewähltes Vorschaubild"
1036
 
1037
- #: admin/views/section_image.php:12
1038
- msgid "Image title"
1039
- msgstr "Bildtitel"
 
 
 
 
1040
 
1041
- #: admin/views/section_image.php:14 admin/views/section_image.php:36
1042
- msgid "If wrong image start again"
1043
- msgstr "Falsches Bild? Beginne neu"
1044
 
1045
- #: admin/views/section_image.php:23
1046
- msgid "Your selected thumbnails"
1047
- msgstr "Deine ausgewählten Vorschaubilder"
 
 
 
 
 
 
 
 
 
 
1048
 
1049
  #: admin/views/section_image.php:42
1050
  msgid "Your selected action"
1051
  msgstr "Deine ausgewählte Aktion"
1052
 
1053
- #: admin/views/section_image.php:55
1054
- msgid "If wrong action start again"
1055
- msgstr "Falsche Aktion? Beginne neu"
1056
-
1057
- #: admin/views/section_image.php:68
1058
- msgid "Your selected options"
1059
- msgstr "Deine ausgewählten Optionen"
1060
-
1061
- #: admin/views/section_image.php:84
1062
- msgid "No selected options"
1063
- msgstr "Keine ausgewählten Optionen"
1064
-
1065
  #: admin/views/section_image.php:90
1066
  msgid "Your selected filters"
1067
  msgstr "Deine ausgewählten Filter"
1068
 
1069
- #: admin/views/section_image.php:106
1070
- msgid "No selected filters"
1071
- msgstr "Keine ausgewählten Filter"
1072
-
1073
- #: admin/views/section_overview.php:17
1074
- msgid "Manage featured images in a quick way"
1075
- msgstr "Verwalte Beitragsbilder auf schnelle Art"
1076
-
1077
- #: admin/views/section_results.php:1
1078
- msgid "Results of the action"
1079
- msgstr "Ergebnisse der Aktion"
1080
-
1081
- #: admin/views/section_results.php:19
1082
- msgid "Changed successfully"
1083
- msgstr "Erfolgreich geändert"
1084
-
1085
- #: admin/views/section_results.php:20
1086
- msgid "Unchanged"
1087
- msgstr "Nicht geändert"
1088
-
1089
- #: admin/views/section_results.php:82
1090
- msgid "No matches found."
1091
- msgstr "Keine Treffer gefunden."
1092
-
1093
- #~ msgid "add the time filter,"
1094
- #~ msgstr "füge den Zeitfilter hinzu,"
1095
-
1096
- #~ msgid "set a small time range,"
1097
- #~ msgstr "stelle einen kurzen Zeitraum ein,"
1098
-
1099
- #~ msgid "do the process"
1100
- #~ msgstr "führe den Prozess durch"
1101
-
1102
- #~ msgid "and repeat it with the next time range as often as needed."
1103
- #~ msgstr "und wiederhole ihn mit dem nächsten Zeitraum so oft wie nötig."
1104
-
1105
- #~ msgid "Get the Pro version"
1106
- #~ msgstr "Hole dir die Pro-Version"
1107
-
1108
- # Path to language site
1109
- #~ msgid "/"
1110
- #~ msgstr "/de"
1111
-
1112
- #~ msgid "Are you looking for more options and more filters?"
1113
- #~ msgstr "Suchst du nach mehr Optionen und mehr Filtern?"
1114
-
1115
- #~ msgid "Do you want to assign the first image of each post?"
1116
- #~ msgstr "Willst du das erste Bild jeden Beitrags als Beitragsbild setzen?"
1117
-
1118
- #~ msgid "Do you want to use external featured images, e.g. from a CDN?"
1119
- #~ msgstr ""
1120
- #~ "Willst du externe Bilder als Beitragsbilder setzen, z.B. von einem CDN?"
1121
-
1122
- #~ msgid ""
1123
- #~ "The plugin is for free. But the plugin author would be delighted to your "
1124
- #~ "small contribution."
1125
- #~ msgstr ""
1126
- #~ "Das Plugin ist kostenlos. Doch der Plugin-Autor würde sich über einen "
1127
- #~ "Obolus freuen."
1128
-
1129
- #~ msgid "Donation Button"
1130
- #~ msgstr "Spendenschaltfläche"
1131
-
1132
- #~ msgid "Donate with PayPal"
1133
- #~ msgstr "Mittels PayPal spenden"
1134
-
1135
- #~ msgid "The Pro version"
1136
- #~ msgstr "Die Pro-Version"
1137
 
1138
- #~ msgid "Changes saved."
1139
- #~ msgstr "Änderungen gespeichert."
 
1140
 
1141
- #~ msgid "No changes were saved."
1142
- #~ msgstr "Keine Änderungen gespeichert."
 
1143
 
1144
- #~ msgid "You can select posts and pages."
1145
- #~ msgstr "Du kannst Beiträge und Seiten auswählen."
 
1146
 
1147
- #~ msgid "Special thanks for the fine frontend style of the plugin go to"
1148
- #~ msgstr "Besonderen Dank für das schöne Design des Plugins geht an"
 
 
 
 
 
 
 
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: 2020-12-16 16:04+0100\n"
8
+ "PO-Revision-Date: 2021-02-21 20:00+0000\n"
9
  "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
10
+ "Language-Team: Deutsch\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: Loco https://localise.biz/\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"
19
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
+ #: admin/views/form_confirm.php:2
 
 
 
 
 
 
 
 
 
23
  #, php-format
24
+ msgid "%d matches found"
25
+ msgstr "%d Treffer gefunden"
 
 
 
 
 
 
26
 
27
+ #: admin/class-quick-featured-images-tools.php:746
28
  #, php-format
29
+ msgid "%s is not defined."
30
+ msgstr "%s ist nicht definiert."
31
 
32
  #: admin/class-quick-featured-images-columns.php:278
33
  msgid "(external image)"
34
  msgstr "(externes Bild)"
35
 
36
+ #: admin/views/form_start.php:63
37
+ msgid ""
38
+ "1. Go to the media library. 2. Move the mouse over the desired image. "
39
+ "Further links are appearing, among them the link &quot;Bulk set as featured "
40
+ "image&quot;. 3. After a click on it you can move on in this plugin."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  msgstr ""
42
+ "1. Gehe in die Mediathek. 2. Fahre mit der Maus über das gewünschte Bild. Es "
43
+ "erscheinen weitere Links, darunter der Link &quot;Als Beitragsbild "
44
+ "setzen&quot;. 3. Nach Klick darauf kannst du im Plugin fortfahren."
 
 
 
 
 
 
 
45
 
46
+ #: admin/views/form_start.php:21
47
+ msgid "Actions with a single image"
48
+ msgstr "Aktionen mit einem einzelnen Bild"
49
 
50
+ #: admin/views/form_start.php:67
51
+ msgid "Actions with multiple images"
52
+ msgstr "Aktionen mit mehreren Bildern"
53
 
54
+ #: admin/views/form_start.php:101
55
+ msgid "Actions without any selected image"
56
+ msgstr "Aktionen ohne ausgewähltes Bild"
57
 
58
+ #: admin/class-quick-featured-images-settings.php:618
59
+ msgid ""
60
+ "Activate the checkbox to show the extra column in the media library. If you "
61
+ "would not see the new column in the library switch the appereance of the "
62
+ "library to List mode. The post titles are links to the respective post edit "
63
+ "page."
64
  msgstr ""
65
 
 
 
 
 
 
 
 
 
66
  #: admin/class-quick-featured-images-settings.php:596
67
  msgid ""
68
  "Activate the checkboxes at each post type to show the extra columns in the "
71
  "Aktiviere die Checkboxen bei jedem Inhaltstyp, um die zusätzliche Spalte in "
72
  "den Beitragsübersichten anzuzeigen."
73
 
74
+ #: admin/views/section_defaults.php:242
75
  msgid ""
76
+ "Activate to automatically overwrite an existing featured image while saving "
77
+ "a post"
78
  msgstr ""
79
+ "Überschreibe ein bestehendes Beitragsbild automatisch beim Speichern eines "
80
+ "Beitrags"
81
 
82
+ #: admin/views/section_defaults.php:255
83
  msgid ""
84
+ "Activate to automatically use the first content image if available in the "
85
+ "media library as featured image while saving a post"
 
 
86
  msgstr ""
87
+ "Verwende erstes Inhaltsbild - sofern in der Mediathek vorhanden - als "
88
+ "Beitragsbild automatisch beim Speichern eines Beitrags"
89
 
90
+ #: admin/class-quick-featured-images-tools.php:576
91
+ msgid "Add filter"
92
+ msgstr "Filter hinzufügen"
93
 
94
+ #: admin/views/section_defaults.php:491
95
+ msgid "Add rule"
96
+ msgstr "Regel hinzufügen"
 
 
97
 
98
+ #: admin/views/section_defaults.php:238
99
+ msgid "An image overwrites an existing image"
100
+ msgstr "Ein Bild überschreibt ein bestehendes Bild"
 
 
 
 
 
101
 
102
+ #: admin/views/section_defaults.php:496
103
+ msgid "Are you sure to remove this rule?"
104
+ msgstr "Willst du diese Regel wirklich löschen?"
105
+
106
+ #: admin/views/section_defaults.php:511
107
  msgid ""
108
+ "Bear in mind that if two or more rules with the same taxonomy would fit to "
109
+ "the post it is unforeseeable which image will become the featured image."
 
110
  msgstr ""
111
+ "Behalte im Hinterkopf, dass falls zwei oder mehr Regeln derselben Taxonomie "
112
+ "zu einen Beitrag passen sollten, es nicht voraussagbar ist, welches Bild zum "
113
+ "Beitragsbild wird."
114
 
115
+ #: admin/class-quick-featured-images-tools.php:2057
116
+ msgid "Bulk set as featured image"
117
+ msgstr "Als Beitragsbild setzen"
118
 
119
+ #: admin/class-quick-featured-images-tools.php:1948
120
+ msgid "Bulk set, replace and remove featured images for existing posts"
 
 
121
  msgstr ""
122
+ "Massenweises Hinzufügen, Ersetzen und Entfernen von Beitragsbildern für "
123
+ "bestehende Inhalte"
 
124
 
125
+ #: admin/views/form_confirm.php:20
126
+ msgid "by"
127
+ msgstr "von"
128
 
129
+ #: admin/class-quick-featured-images-tools.php:602
130
+ msgid "Category Filter"
131
+ msgstr "Kategorienfilter"
 
 
132
 
133
+ #: admin/class-quick-featured-images-columns.php:279
134
  #, php-format
135
+ msgid "Change &#8220;%s&#8221;"
136
+ msgstr "Ändere &#8220;%s&#8221;"
137
 
138
+ #: admin/views/section_results.php:19
139
+ msgid "Changed successfully"
140
+ msgstr "Erfolgreich geändert"
141
 
142
+ #: admin/class-quick-featured-images-tools.php:747
143
+ msgid "Check how to define the value."
144
+ msgstr "Prüfe nach, wie der Wert gesetzt wird."
145
 
146
+ #: admin/views/form_start.php:57
147
+ msgid "Choose Image"
148
+ msgstr "Bild auswählen"
149
+
150
+ #: admin/views/form_select.php:23 admin/views/form_start.php:84
151
+ msgid "Choose Images"
152
+ msgstr "Bilder auswählen"
153
+
154
+ #. title of the section.
155
+ #: admin/class-quick-featured-images-settings.php:419
156
+ msgid "Column in the library for posts with assigned featured image"
157
+ msgstr ""
158
+
159
+ #. title of the section.
160
+ #: admin/class-quick-featured-images-settings.php:383
161
+ msgid "Columns for featured images in posts lists"
162
+ msgstr "Spalten für Beitragsbilder in Beitragsübersichten"
163
 
164
  #: admin/class-quick-featured-images-tools.php:578
165
  msgid "Confirm"
166
  msgstr "Bestätigen"
167
 
168
+ #: admin/views/form_confirm.php:120
169
+ msgid "Confirm the change"
170
+ msgstr "Änderung bestätigen"
 
 
 
 
171
 
172
+ #: admin/class-quick-featured-images-tools.php:597
173
+ msgid "Consider only posts without any featured image"
174
+ msgstr "Berücksichtige nur Beiträge ohne Beitragsbild"
175
 
176
+ #: admin/class-quick-featured-images-settings.php:696
177
+ msgid "Controls which minimum user role can see the plugin."
178
+ msgstr "Regelt, welche Mindestrolle das Plugin sehen kann."
179
 
180
+ #: admin/views/section_footer.php:16
181
+ msgid "Credits and informations"
182
+ msgstr "Danksagungen und Hinweise"
 
 
 
 
 
 
 
 
 
183
 
184
+ #: admin/views/form_confirm.php:17 admin/views/section_results.php:17
185
+ msgid "Current Featured Image"
186
+ msgstr "Aktuelles Beitragsbild"
187
 
188
+ #: admin/views/section_defaults.php:208
189
+ msgid "Default featured images for future posts"
190
+ msgstr "Standard-Beitragsbilder für zukünftige Inhalte"
191
 
192
+ #: admin/views/section_defaults.php:210
193
+ msgid ""
194
+ "Define the rules to use images as default featured images automatically "
195
+ "every time a post is saved."
196
+ msgstr ""
197
+ "Stelle die Regeln ein, um bei jedem Speichern eines Beitrags Bilder als "
198
+ "voreingestellte Beitragsbilder automatisch zu setzen."
199
 
200
+ #: admin/views/form_confirm.php:15 admin/views/section_results.php:16
201
+ msgid "Details"
202
+ msgstr "Details"
203
 
204
+ #: admin/class-quick-featured-images-settings.php:615
205
+ msgid ""
206
+ "Display a new column in the media library with the titles of the posts for "
207
+ "which the corresponding image is set as featured image"
208
+ msgstr ""
209
 
210
+ #: admin/views/section_footer.php:18 admin/views/section_results.php:87
211
+ msgid "Do you like the plugin?"
212
+ msgstr "Gefällt dir das Plugin?"
213
 
214
+ #: admin/views/section_footer.php:19
215
+ msgid "Do you need support or have an idea for the plugin?"
216
+ msgstr "Brauchst du Unterstützung oder hast du eine Idee zum Plugin?"
217
 
218
+ #: admin/views/section_footer.php:20
219
  #, php-format
220
+ msgid "Download plugin %s at %s!"
221
+ msgstr "Lade Plugin %s von %s herunter!"
222
 
223
+ #: admin/views/section_errormsg.php:1
224
+ msgid "Error"
225
+ msgstr "Fehler"
226
 
227
+ #: admin/views/section_defaults.php:500
228
+ msgid ""
229
+ "Every time you save a post the post get the featured image if one of the "
230
+ "following rules match a property of the post. You can also set rules for "
231
+ "pages and all other current post types which support featured images."
232
+ msgstr ""
233
+ "Jedesmal, wenn du einen Beitrag speicherst, erhält der Beitrag das "
234
+ "Beitragsbild, falls eine der folgenden Regeln auf eine seiner Eigenschaften "
235
+ "zutrifft. Du kannst die Regeln auch für Seiten und alle anderen Inhaltstypen,"
236
+ " die Beitragsbilder unterstützen, setzen."
237
 
238
+ #: admin/views/form_select.php:115
239
+ #| msgid ""
240
+ #| "Facing a white blank page while trying to treat thousands of posts is the "
241
+ #| "effect of limited memory capacities on the website server. Instead of "
242
+ #| "treating a huge amount of posts in one single go try to treat small "
243
+ #| "amounts of posts multiple times successively. To achieve that do:"
244
+ msgid ""
245
+ "Facing a white blank page while trying to treat thousands of posts is the "
246
+ "effect of limited memory capacities on the website server. Instead of "
247
+ "treating a huge amount of posts in one single go try to treat small amounts "
248
+ "of posts multiple times successively."
249
+ msgstr ""
250
 
251
+ #: admin/class-quick-featured-images-columns.php:652
252
+ msgid "Featured image for"
253
+ msgstr ""
254
 
255
+ #: admin/views/form_refine.php:18
256
+ #, php-format
257
+ msgid "File %s is not available."
258
+ msgstr "Datei %s ist nicht vorhanden."
259
 
260
+ #: admin/views/section_defaults.php:258
261
+ msgid "For which post types should this rule be applied?"
262
+ msgstr "Für welche Inhaltstypen sollte diese Regel angewendet werden?"
 
263
 
264
+ #: admin/views/section_defaults.php:503
265
+ msgid "found first content image. If not then..."
266
+ msgstr "erstes gefundenes Bild im Beitrag. Wenn nicht, dann..."
267
 
268
+ #: admin/views/form_confirm.php:18
269
+ msgid "Future Featured Image"
270
+ msgstr "Zukünftiges Beitragsbild"
 
271
 
272
+ #: admin/views/form_start.php:14
273
+ msgid ""
274
+ "Here you can add, replace and delete featured images to your posts. Select "
275
+ "one of the following actions and, if necessary, one or more images."
276
+ msgstr ""
277
+ "Hier kannst du zu deinen Inhalten Beitragsbilder hinzufügen, ersetzen und "
278
+ "löschen. Wähle eine der folgenden Aktionen aus und, wo notwendig, eines oder "
279
+ "mehrere Bilder."
280
 
281
+ #: admin/views/section_defaults.php:499
282
+ msgid "How the rules work"
283
+ msgstr "Wie die Regeln funktionieren"
284
 
285
+ #. URI of the plugin
286
+ msgid "http://wordpress.org/plugins/quick-featured-images"
287
+ msgstr "http://wordpress.org/plugins/quick-featured-images"
288
 
289
+ #. Author URI of the plugin
290
+ msgid ""
291
+ "https://www.kybernetik-services.com/?"
292
+ "utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-"
293
+ "images&utm_content=author"
294
  msgstr ""
295
+ "https://www.kybernetik-services.com/?"
296
+ "utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-"
297
+ "images&utm_content=author"
298
 
299
+ #: admin/views/section_defaults.php:244
300
+ msgid ""
301
+ "If activated the rule is used automatically while saving a post to overwrite "
302
+ "an existing featured image with the new one based on the following rules. Do "
303
+ "not use this if you want to keep manually set featured images."
304
+ msgstr ""
305
+ "Falls aktiviert, wird die Regel automatisch beim Speichern eines Beitrags "
306
+ "angewandt, um ein bestehendes Beitragsbild mit einem neuen auf Grundlage der "
307
+ "folgenden Regeln zu überschreiben. Verwende diese Option nicht, wenn du "
308
+ "manuell gesetzte Beitragsbilder beibehalten willst."
309
 
310
+ #: admin/views/section_defaults.php:257
311
+ msgid ""
312
+ "If activated the rule is used automatically while saving a post to set the "
313
+ "first content image - if available in the media library - as the featured "
314
+ "image of the post. If the post has no content images the next rules will be "
315
+ "applied."
316
  msgstr ""
317
+ "Falls aktiviert, wird die Regel beim Speichern eines Beitrags automatisch "
318
+ "angewandt, um das erste Bild im Inhalt - sofern in der Mediathek vorhanden - "
319
+ "als Beitragsbild des Beitrags zu setzen. Sollte der Inhalt kein Bild "
320
+ "enthalten, werden die nächsten Regeln angewandt."
321
 
322
+ #: admin/views/form_start.php:61
323
+ msgid "If the button does not work, read this:"
324
+ msgstr "Sollte die Schaltfläche nicht funktionieren, hier ein Tipp:"
325
 
326
+ #: admin/views/section_image.php:55
327
+ msgid "If wrong action start again"
328
+ msgstr "Falsche Aktion? Beginne neu"
329
 
330
+ #: admin/views/section_image.php:14 admin/views/section_image.php:36
331
+ msgid "If wrong image start again"
332
+ msgstr "Falsches Bild? Beginne neu"
333
 
334
+ #: admin/views/form_select.php:114
335
+ msgid "If you encounter a white, blank page, read this"
336
+ msgstr "Sollte dir die weiße, leere Seite begegnen, lese das"
337
+
338
+ #: admin/views/form_select.php:88
339
+ msgid ""
340
+ "If you want select one of the following filters to narrow down the set of "
341
+ "concerned posts and pages."
342
+ msgstr ""
343
+ "Falls gewünscht, wähle eines der folgenden Filter, um die Auswahl der "
344
+ "betreffenden Beiträge und Seiten einzugrenzen."
345
 
346
  #: admin/views/form_back_to_selection.php:3
347
  msgid ""
351
  "Falls Du deine vorige Auswahl ändern willst, gehe zurück per Klick auf diese "
352
  "Schaltfläche."
353
 
354
+ #: admin/class-quick-featured-images-tools.php:633
355
+ msgid "Image height in pixels lower than"
356
+ msgstr "Bildhöhe in Pixeln kleiner als"
 
 
 
 
 
 
 
 
 
357
 
358
+ #: admin/views/section_image.php:12
359
+ msgid "Image title"
360
+ msgstr "Bildtitel"
 
 
 
 
361
 
362
+ #: admin/class-quick-featured-images-tools.php:632
363
+ msgid "Image width in pixels lower than"
364
+ msgstr "Bildbreite in Pixeln kleiner als"
365
 
366
+ #: admin/views/form_start.php:17
367
+ msgid "Important advice"
368
+ msgstr "Wichtiger Hinweis"
 
369
 
370
+ #. Author of the plugin
371
+ msgid "Kybernetik Services"
372
+ msgstr "Kybernetik Services"
373
 
374
+ #: admin/views/section_footer.php:20
375
+ msgid ""
376
+ "Let the thumbnails appear in the widget of the most recent posts with this "
377
+ "fast plugin"
378
+ msgstr ""
379
+ "Zeige die Vorschaubilder im Widget Letzte Beiträge an mit diesem schnellen "
380
+ "Plugin"
381
 
382
+ #: admin/views/section_overview.php:17
383
+ msgid "Manage featured images in a quick way"
384
+ msgstr "Verwalte Beitragsbilder auf schnelle Art"
385
 
386
+ #: admin/views/section_defaults.php:507
387
+ msgid "matched author. If not then..."
388
+ msgstr "passender Autor. Wenn nicht, dann..."
389
 
390
+ #: admin/views/section_defaults.php:506
391
+ msgid "matched category. If not then..."
392
+ msgstr "passende Kategorie. Wenn nicht, dann..."
 
 
393
 
394
+ #: admin/views/section_defaults.php:504
395
+ msgid "matched custom taxonomy. If not then..."
396
+ msgstr "passende eigene Taxonomie. Wenn nicht, dann..."
 
 
 
 
397
 
398
+ #: admin/views/section_defaults.php:508
399
+ msgid "matched post type. If not then..."
400
+ msgstr "passender Inhaltstyp. Wenn nicht, dann..."
 
 
 
 
401
 
402
+ #: admin/views/section_defaults.php:505
403
+ msgid "matched tag. If not then..."
404
+ msgstr "passendes Schlagwort. Wenn nicht, dann..."
 
405
 
406
+ #: admin/views/section_defaults.php:16
407
+ msgid "matches"
408
+ msgstr "ist"
409
 
410
+ #: admin/class-quick-featured-images-settings.php:630
411
+ msgid "Minimum user role to see the plugin in the backend"
412
+ msgstr "Mindestrolle, um das Plugin im Backend zu sehen"
 
413
 
414
+ #: admin/views/form_back_to_selection.php:42
415
+ msgid "Modify selection"
416
+ msgstr "Auswahl ändern"
 
 
 
 
417
 
418
+ #: admin/views/section_defaults.php:509
419
+ msgid "no featured image."
420
+ msgstr "kein Beitragsbild."
421
 
422
+ #: admin/views/section_results.php:82
423
+ msgid "No matches found."
424
+ msgstr "Keine Treffer gefunden."
425
 
426
+ #: admin/views/section_image.php:106
427
+ msgid "No selected filters"
428
+ msgstr "Keine ausgewählten Filter"
 
429
 
430
+ #: admin/views/section_image.php:84
431
+ msgid "No selected options"
432
+ msgstr "Keine ausgewählten Optionen"
433
 
434
+ #: admin/views/form_confirm.php:16 admin/views/section_defaults.php:17
435
+ #: admin/views/section_results.php:18
436
+ msgid "No."
437
+ msgstr "Nr."
438
 
439
+ #: admin/views/form_select.php:9 admin/views/form_start.php:4
440
+ #: admin/views/section_defaults.php:217
441
+ msgid "Notice"
442
+ msgstr "Hinweis"
443
 
444
  #: admin/views/form_refine.php:9
445
  msgid ""
448
  "Jetzt kannst du die Beiträge und Seiten auf die passenden Parameter "
449
  "eingrenzen. Stelle sie hier ein."
450
 
451
+ #: admin/views/form_select.php:121
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
452
  msgid ""
453
+ "On the next page you can refine the filters. If you did not select any "
454
+ "filter you will go to the preview list directly."
455
  msgstr ""
456
+ "Auf der nächsten Seite kannst du die Filter verfeinern. Falls du keine "
457
+ "Filter ausgewählt hast, kommst du direkt zur Vorschau."
 
 
 
 
 
458
 
459
+ #: admin/views/form_select.php:85
460
+ msgid "Optional: Add a filter"
461
+ msgstr "Optional: Füge einen Filter hinzu"
 
 
 
 
 
462
 
463
+ #: admin/views/form_select.php:45
464
+ msgid "Optional: Select options"
465
+ msgstr "Optional: Wähle Optionen aus"
 
 
466
 
467
+ #: admin/views/form_confirm.php:182
468
+ msgid "or refine your selection with the following form fields."
469
+ msgstr "oder verfeinere deine Auswahl mit dem folgenden Feldern."
470
 
471
+ #: admin/views/form_select.php:53
472
+ msgid "Overwrite existing featured images with new ones"
473
+ msgstr "Überschreibe bestehende Beitragsbilder mit dem/den neuen"
 
 
 
 
474
 
475
+ #: admin/class-quick-featured-images-tools.php:596
476
+ msgid "Overwrite featured images"
477
+ msgstr "Überschreibe Beitragsbilder"
478
 
479
+ #: admin/class-quick-featured-images-tools.php:579
480
+ msgid "Perform"
481
+ msgstr "Umsetzen"
482
 
483
+ #: admin/views/section_footer.php:18 admin/views/section_results.php:88
484
+ msgid "Please rate it at wordpress.org!"
485
+ msgstr "Bewerte es auf wordpress.org!"
486
 
487
+ #: admin/class-quick-featured-images-settings.php:432
488
+ msgid "Post list column in the library"
489
+ msgstr ""
490
 
491
+ #: admin/views/section_defaults.php:59
492
+ msgid "Post Type"
493
+ msgstr "Inhaltstyp"
494
 
495
+ #: admin/class-quick-featured-images-tools.php:601
496
+ msgid "Post Type Filter"
497
+ msgstr "Inhaltstypfilter"
498
 
499
+ #: admin/views/section_footer.php:19
500
+ msgid ""
501
+ "Post your questions and ideas about Quick Featured Images in the forum at "
502
+ "wordpress.org!"
503
+ msgstr ""
504
+ "Füge deine Fragen und Ideen zum Quick Featured Images im Forum auf wordpress."
505
+ "org hinzu!"
506
+
507
+ #: admin/class-quick-featured-images-settings.php:396
508
+ msgid "Posts list with image column"
509
+ msgstr "Inhaltsliste mit Bildspalte"
510
 
511
  #: admin/views/form_select.php:63
512
  msgid ""
516
  "Beiträge mit Beitragsbildern werden ignoriert, auch wenn die Überschreiben-"
517
  "Option aktiviiert ist"
518
 
519
+ #: admin/class-quick-featured-images-defaults.php:277
520
+ msgid "Preset Featured Images"
521
+ msgstr "Voreingestellte Beitragsbilder"
522
+
523
+ #: admin/views/form_refine.php:48 admin/views/form_select.php:29
524
+ msgid "Preview filtering"
525
+ msgstr "Auswahl überprüfen"
526
 
527
+ #: admin/views/form_confirm.php:1
528
+ msgid "Preview of your selection"
529
+ msgstr "Vorschau deiner Auswahl"
530
 
531
+ #: admin/views/form_select.php:47
532
+ msgid "Process Options"
533
+ msgstr "Einstellmöglichkeiten"
 
 
534
 
535
+ #: admin/views/section_header_progress.php:15
536
+ msgid "Progress bar"
537
+ msgstr "Fortschrittsanzeige"
538
 
539
+ #. Name of the plugin
540
+ msgid "Quick Featured Images"
541
+ msgstr "Quick Featured Images"
542
 
543
+ #: admin/views/section_errormsg.php:3
544
+ msgid "Reason"
545
+ msgstr "Grund"
 
 
 
 
546
 
547
+ #: admin/class-quick-featured-images-tools.php:577
548
+ msgid "Refine"
549
+ msgstr "Verfeinern"
550
+
551
+ #: admin/views/form_refine.php:8
552
+ msgid "Refine filters"
553
+ msgstr "Filter verfeinern"
554
+
555
+ #: admin/views/form_refine.php:1
556
+ msgid "Refine your selection"
557
+ msgstr "Verfeinere deine Auswahl"
558
+
559
+ #: admin/views/form_select.php:37
560
+ msgid "Refine your selections"
561
+ msgstr "Verfeinere deine Auswahl"
562
+
563
+ #: admin/views/section_defaults.php:501
564
  msgid ""
565
+ "Regardless of the order in the list the rules are applied in the following "
566
+ "order until a rule and a property of the post fit together:"
567
  msgstr ""
568
+ "Unabhängig von der Reihenfolge in der Liste werden die Regeln nach folgender "
569
+ "Reihenfolge angewandt, bis eine Regel und eine Eigenschaft des Beitrags "
570
+ "übereinstimmen:"
571
+
572
+ #: admin/class-quick-featured-images-columns.php:280
573
+ #, php-format
574
+ msgid "Remove &#8220;%s&#8221;"
575
+ msgstr "Lösche &#8220;%s&#8221;"
576
+
577
+ #: admin/class-quick-featured-images-tools.php:589
578
+ msgid "Remove all featured images without existing image files"
579
+ msgstr "Entferne alle Beitragsbilder ohne vorhandene Bilddateien"
580
+
581
+ #: admin/class-quick-featured-images-tools.php:588
582
+ msgid "Remove any image as featured image"
583
+ msgstr "Entferne jedes Bild als Beitragsbild"
584
+
585
+ #: admin/class-quick-featured-images-tools.php:585
586
+ msgid "Remove the selected image as featured image"
587
+ msgstr "Entferne das ausgewählte Bild als Beitragsbild"
588
+
589
+ #: admin/class-quick-featured-images-tools.php:584
590
+ msgid "Replace featured images by the selected image"
591
+ msgstr "Ersetze mindestens ein Beitragsbild durch das ausgewählte Bild"
592
+
593
+ #: admin/views/section_results.php:1
594
+ msgid "Results of the action"
595
+ msgstr "Ergebnisse der Aktion"
596
 
597
  #: admin/views/form_select.php:94
598
  msgid "Search by post type. By default all posts and pages will be affected."
608
  msgid "Search posts by tag"
609
  msgstr "Suchen nach Schlagwort"
610
 
611
+ #: admin/class-quick-featured-images-tools.php:575
612
+ msgid "Select"
613
+ msgstr "Auswählen"
614
 
615
+ #: admin/views/filter_category.php:3
616
+ msgid "Select a category"
617
+ msgstr "Wähle eine Kategorie aus"
618
+
619
+ #: admin/views/filter_tag.php:7
620
+ msgid "Select a tag"
621
+ msgstr "Wähle ein Schlagwort aus"
622
+
623
+ #: admin/views/form_start.php:20
624
+ msgid "Select action"
625
+ msgstr "Aktion auswählen"
626
+
627
+ #: admin/class-quick-featured-images-tools.php:751
628
+ msgid "Select an image from the media library."
629
+ msgstr "Wähle ein Bild aus der Mediathek aus."
630
+
631
+ #: admin/views/section_defaults.php:285
632
  msgid ""
633
+ "Select at least one post type, otherwise all post types will be considered."
 
 
 
634
  msgstr ""
635
+ "Wähle mindestens einen Inhaltstyp, sonst werden alle Inhaltstypen "
636
+ "berücksichtigt."
637
 
638
+ #: admin/views/form_select.php:87
639
+ msgid "Select filters"
640
+ msgstr "Filter auswählen"
641
+
642
+ #: admin/views/form_back_to_selection.php:2
643
+ msgid "Select filters and options again"
644
+ msgstr "Filter und Optionen nochmals auswählen"
645
+
646
+ #: admin/views/filter_post_types.php:2
647
+ msgid "Select post types"
648
+ msgstr "Wähle die Inhaltstypen (Post Types) aus"
649
+
650
+ #: admin/views/form_select.php:17
651
+ msgid "Select the featured images you want to replace by the selected image."
652
  msgstr ""
653
+ "Wähle die Beitragsbilder aus, das du durch das ausgewählte Bild ersetzen "
654
+ "willst."
655
 
656
+ #: admin/views/form_start.php:35
657
  msgid ""
658
+ "Select the image you want to add to, replace or delete from posts and pages "
659
+ "by clicking on the following button."
660
  msgstr ""
661
+ "Wähle das Bild aus, das du als Beitragsbild hinzufügen, austauschen oder von "
662
+ "Beiträgen und Seiten entfernen willst durch Klick auf die folgende "
663
+ "Schaltfläche."
664
 
665
+ #: admin/class-quick-featured-images-settings.php:666
666
+ msgid "Select the minimum user role a user must have to see the plugin."
 
 
 
667
  msgstr ""
668
+ "Stelle die Mindestrolle ein, die ein Nutzer haben muss, um das Plugin zu "
669
+ "sehen."
 
670
 
671
+ #: admin/class-quick-featured-images-defaults.php:288
672
+ msgid "Set default featured images for future posts"
673
+ msgstr "Stelle vorgegebene Beitragsbilder für zukünftige Inhalte ein"
674
 
675
+ #: admin/class-quick-featured-images-columns.php:281
676
+ #, php-format
677
+ msgid "Set image for &#8220;%s&#8221;"
678
+ msgstr "Stelle Bild für &#8220;%s&#8221; ein"
679
+
680
+ #: admin/class-quick-featured-images-tools.php:592
681
+ msgid "Set multiple images randomly as featured images"
682
  msgstr ""
683
+ "Füge mehrere Bilder in zufälliger Ordnung als neue Beitragsbilder hinzu"
 
 
684
 
685
+ #: admin/class-quick-featured-images-tools.php:583
686
+ msgid "Set the selected image as new featured image"
687
+ msgstr "Füge das ausgewählte Bild als neues Beitragsbild hinzu"
688
+
689
+ #: admin/class-quick-featured-images-settings.php:232
690
+ msgid "Set the visibility of columns of featured images in posts lists"
691
  msgstr ""
692
+ "Stelle die Sichtbarkeit der Spalten für Beitragsbilder in "
693
+ "Beitragsübersichten ein"
694
 
695
+ #: admin/class-quick-featured-images-tools.php:1937
696
+ msgid "Set, replace, remove"
697
+ msgstr "Setzen, tauschen, löschen"
698
 
699
+ #: admin/views/form_confirm.php:50
700
+ msgid "Should the added featured images be removed from all listed posts?"
701
+ msgstr ""
702
+ "Sollte das ausgewählte Bild von allen gelisteten Beiträgen entfernt werden?"
703
+
704
+ #: admin/views/form_confirm.php:41
705
  msgid ""
706
+ "Should the current set featured image be replaced by the selected image at "
707
+ "all listed posts?"
708
  msgstr ""
709
+ "Sollte das aktuell gesetzte Beitragsbild durch das ausgewählte Bild bei "
710
+ "allen gelisteten Beiträgen ausgetauscht werden?"
711
+
712
+ #: admin/views/form_confirm.php:12
713
+ msgid ""
714
+ "Should the entries of featured images without image files be removed from "
715
+ "the database?"
716
+ msgstr ""
717
+ "Sollten die Einträge der Beitragsbilder ohne vorhandene Dateien von der "
718
+ "Datenbank entfernt werden?"
719
 
720
+ #: admin/views/form_confirm.php:47
721
+ msgid "Should the future images be set as featured images at all listed posts?"
722
+ msgstr "Sollten die vorgeschlagene Bilder als Beitragsbilder gesetzt werden?"
723
 
724
+ #: admin/views/form_confirm.php:44
725
+ msgid "Should the selected image be removed from all listed posts?"
726
+ msgstr ""
727
+ "Sollte das ausgewählte Bild von allen gelisteten Beiträgen entfernt werden?"
728
 
729
+ #: admin/views/form_confirm.php:35
730
+ msgid "Should the selected image be set as featured image to all listed posts?"
731
  msgstr ""
732
+ "Sollte das ausgewählte Bild allen gelisteten Beiträgen als Beitragsbild "
733
+ "hinzugefügt werden?"
734
 
735
+ #: admin/views/form_confirm.php:38
736
  msgid ""
737
+ "Should the selected images be set randomly as featured images to all listed "
738
+ "posts?"
739
  msgstr ""
740
+ "Sollten die ausgewählten Bilder bei allen gelisteten Beiträgen zufällig "
741
+ "hinzugefügt werden?"
 
742
 
743
+ #: admin/class-quick-featured-images-settings.php:391
744
+ msgid "Show additional column for featured images in lists of"
745
+ msgstr "Zeige eine zusätzliche Spalte für Beitragsbilder in Übersichten"
746
 
747
+ #: admin/class-quick-featured-images-settings.php:427
748
+ msgid "Show additional column in the library for posts with featured images"
749
+ msgstr ""
750
+
751
+ #: admin/views/section_errormsg.php:5
752
+ msgid "Solution"
753
+ msgstr "Lösung"
754
 
755
  #: admin/views/form_start.php:62
756
  msgid ""
761
  "WordPress-Installation funktionieren würde. Sollte das hier der Fall sein, "
762
  "kannst du einen anderen Weg gehen:"
763
 
764
+ #: admin/views/form_confirm.php:182 admin/views/section_errormsg.php:8
765
+ #: admin/views/section_results.php:86
766
+ msgid "Start again"
767
+ msgstr "Beginne neu"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
768
 
769
+ #: admin/class-quick-featured-images-tools.php:755
770
+ msgid "Start again and select which action you want to apply."
771
+ msgstr "Fange neu an und wähle aus, welche Aktion du anwenden willst."
772
 
773
+ #: admin/class-quick-featured-images-tools.php:603
774
+ msgid "Tag Filter"
775
+ msgstr "Schlagwortfilter"
776
 
777
+ #: admin/views/section_defaults.php:251
778
+ msgid "Text with images in WordPress editor"
779
+ msgstr "Text mit Bildern im WordPress-Editor"
780
 
781
+ #: admin/class-quick-featured-images-settings.php:705
782
  msgid ""
783
+ "The additional column in the media library lists all posts for which the "
784
+ "image is set as featured."
785
  msgstr ""
 
 
786
 
787
+ #: admin/class-quick-featured-images-settings.php:687
788
  msgid ""
789
+ "The additional columns give you a quick overview about all used featured "
790
+ "images for every post. The Featured Image column is sortable."
791
  msgstr ""
792
+ "Die zusätzlichen Spalten geben dir einen schnellen Überblick über alle "
793
+ "verwendeten Beitragsbilder eines jeden Beitrags. Die Spalte der "
794
+ "Beitragsbilder ist sortierbar."
 
 
 
795
 
796
+ #: admin/views/form_start.php:6 admin/views/section_defaults.php:219
797
  msgid ""
798
+ "The current theme does not support featured images. Anyway you can use this "
799
+ "plugin. The effects are stored and will be visible in a theme which supports "
800
+ "featured images."
801
  msgstr ""
802
+ "Das aktuelle Theme unterstützt keine Beitragsbilder. Jedoch kannst du das "
803
+ "Plugin nutzen. Die Auswirkungen werden gespeichert und werden in einem Theme,"
804
+ " das Beitragsbilder unterstützt, sichtbar."
805
 
806
+ #: admin/class-quick-featured-images-tools.php:758
807
+ #, php-format
808
+ msgid "The input field %s has an invalid value."
809
+ msgstr "Das Eingabefeld %s hat einen ungültigen Wert."
 
 
 
 
 
 
810
 
811
+ #: admin/class-quick-featured-images-tools.php:742
812
+ #, php-format
813
+ msgid "The input field %s is empty."
814
+ msgstr "Das Eingabefeld %s ist leer."
815
 
816
+ #: admin/views/form_confirm.php:54 admin/views/section_results.php:27
817
  msgid ""
818
+ "The list is in alphabetical order according to post title. You can edit a "
819
+ "post in a new window by clicking on its link in the list."
820
  msgstr ""
821
+ "Die Liste ist alphabetisch nach Titel sortiert. Du kannst einen Beitrag in "
822
+ "einem neuen Fenster bearbeiten per Klick auf seinen Link in der Liste."
823
 
824
+ #: admin/class-quick-featured-images-admin.php:278
825
+ #, php-format
826
  msgid ""
827
+ "The plugin requires WordPress version %s or higher. Therefore, WordPress did "
828
+ "not activate it. If you want to use this plugin update the Wordpress files "
829
+ "to the latest version."
 
830
  msgstr ""
831
+ "Das Plugin erfordert WordPress Version %s oder höher. Daher hat WordPress "
832
+ "es nicht aktiviert. Falls du dieses Plugin nutzen willst, aktualisiere die "
833
+ "WordPress-Dateien auf die neueste Version."
 
 
 
 
 
834
 
835
+ #: admin/class-quick-featured-images-settings.php:671
836
+ #, php-format
837
  msgid ""
838
+ "The rules as set in &#8220;%s&#8221; work on posts independently of this "
839
+ "setting."
840
  msgstr ""
841
+ "Die Regeln, wie in &#8220;%s&#8221; eingestellt, funktionieren unabhängig "
842
+ "von dieser Einstellung."
 
 
 
 
 
 
 
 
 
 
 
 
843
 
844
+ #: admin/views/filter_category.php:14
845
+ msgid "The selection of a category includes all of its subcategories."
 
 
 
846
  msgstr ""
 
 
 
 
847
 
848
+ #: admin/views/form_refine.php:54
849
  msgid ""
850
+ "There are no selected filters. Modify your filter selection or just go on by "
851
+ "clicking on the next button."
852
  msgstr ""
853
+ "Du hast keinen Filter ausgewählt. Ändere deine Filterauswahl oder gehe "
854
+ "weiter per Klick auf die nächste Schaltfläche."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
855
 
856
+ #: admin/views/filter_tag.php:20
857
+ msgid "There are no tags in use."
858
+ msgstr "Zur Zeit werden keine Schlagwörter genutzt."
859
 
860
+ #: admin/class-quick-featured-images-tools.php:750
861
+ msgid "There is no selected image."
862
+ msgstr "Es gibt kein ausgewähltes Bild."
863
 
864
+ #: admin/views/form_start.php:18
865
  msgid ""
866
+ "There is no undo function! It is strongly recommended that you make a backup "
867
+ "of the WordPress database before you perform mass changes."
868
  msgstr ""
869
+ "Es gibt keine Rücksetzfunktion! Es ist dringend empfohlen, dass du eine "
870
+ "Sicherung der WordPress-Datenbank erstellst, bevor du massenweise Änderungen "
871
+ "durchführst."
872
+
873
+ #: admin/views/form_start.php:102
874
+ msgid "These actions do not require a selected image."
875
+ msgstr "Diese Aktionen erfordern kein ausgewähltes Bild."
876
 
877
+ #: admin/views/form_start.php:68
878
+ msgid ""
879
+ "These actions require at least one selected image with the following button."
880
+ msgstr ""
881
+ "Diese Aktionen erfordern mindestens ein mit der folgenden Schaltfläche "
882
+ "ausgewähltes Bild."
883
 
884
+ #: admin/views/form_start.php:22
885
+ msgid "These actions require to select an image with the following button."
886
+ msgstr ""
887
+ "Diese Aktionen erfordern ein mit der folgenden Schaltfläche ausgewähltes "
888
+ "Bild."
889
 
890
+ #: admin/class-quick-featured-images-settings.php:677
891
+ msgid "This page is accessible for administrators only."
892
+ msgstr "Diese Seite ist nur Administratoren zugänglich."
893
 
894
+ #: admin/class-quick-featured-images-settings.php:676
895
  msgid ""
896
+ "This setting controls as well whether a user will see in an image column the "
897
+ "thumbnails with action links or the thumbnails only. To switch image columns "
898
+ "on and off use the section above."
899
  msgstr ""
900
+ "Diese Einstellung steuert auch, ob ein Nutzer in einer Bilderspalte die "
901
+ "Vorschaubilder mit zusätzlichen Optionen oder nur die Vorschaubilder sehen "
902
+ "wird. Um die Bilderspalten an- und auszuschalten, nutze den oberen Abschnitt."
903
 
904
+ #: admin/views/form_select.php:116
905
+ #| msgid ""
906
+ #| "This way is not as fast as one single run, but still much faster than "
907
+ #| "setting the images for each post manually."
908
  msgid ""
909
+ "To achieve that use the filters and repeat the process until your task is "
910
+ "done. This way is not as fast as one single run, but still much faster than "
911
+ "setting the images for each post manually."
912
  msgstr ""
 
 
 
 
 
 
913
 
914
+ #: admin/views/form_select.php:19 admin/views/form_start.php:80
915
+ msgid ""
916
+ "To select multiple images click on the button and use the CTRL key while "
917
+ "clicking on the images."
918
+ msgstr ""
919
+ "Um mehrere Bilder auszuwählen, klicke auf die Schaltfläche und halte die "
920
+ "STRG-Taste beim Klicken auf die Bilder gedrückt."
921
 
922
+ #: admin/views/section_defaults.php:211
923
+ msgid ""
924
+ "To use a rule choose the image and set both the taxonomy and the value. A "
925
+ "rule which is defined only partially will be ignored."
926
+ msgstr ""
927
+ "Definiere eine Regel, indem du sowohl ein Bild auswählst als auch eine "
928
+ "Taxonomie und einen Wert. Eine unvollständig angegebene Regel wird ignoriert."
929
 
930
+ #: admin/class-quick-featured-images-tools.php:743
931
+ msgid "Type in a value into the input field."
932
+ msgstr "Gebe in das Eingabefeld einen Wert ein."
933
 
934
+ #: admin/class-quick-featured-images-tools.php:759
935
+ msgid "Type in valid values in the input field."
936
+ msgstr "Gebe einen gültigen Wert in das Eingabefeld ein."
937
 
938
+ #: admin/class-quick-featured-images-tools.php:763
939
+ msgid "Type in values stored by WordPress."
940
+ msgstr "Gebe von WordPress gespeicherte Werte ein."
941
 
942
+ #: admin/views/section_results.php:20
943
+ msgid "Unchanged"
944
+ msgstr "Nicht geändert"
945
 
946
+ #: admin/views/form_select.php:31 admin/views/form_start.php:119
947
+ msgid "Use CTRL for multiple choice"
948
+ msgstr "Drücke STRG für Mehrfachauswahl"
949
 
950
+ #. title of the section.
951
+ #: admin/class-quick-featured-images-settings.php:455
952
+ msgid "Visibility of the plugin"
953
+ msgstr "Sichtbarkeit des Plugins"
954
 
955
+ #: admin/class-quick-featured-images-admin.php:484
956
+ #, php-format
957
+ msgid "Welcome to %s! You can find the plugin at %s."
958
+ msgstr "Willkommen zu %s! Du kannst das Plugin finden unter %s."
959
 
960
+ #: admin/views/form_start.php:12
961
+ msgid "What do you want to do?"
962
+ msgstr "Was willst du umsetzen?"
963
 
964
+ #: admin/views/form_refine.php:10
965
+ msgid "Whatever you do: You can confirm your choice on the next page."
 
 
966
  msgstr ""
967
+ "Was immer du machst: Du kannst deine Auswahl auf der folgenden Seite "
968
+ "überprüfen."
969
 
970
+ #: admin/views/form_start.php:15
971
+ msgid "Whatever you select: You can refine your choice on the next page."
 
 
972
  msgstr ""
973
+ "Was du auch auswählst: Du kannst deine Auswahl auf der folgenden Seite "
974
+ "verfeinern."
975
 
976
+ #: admin/class-quick-featured-images-settings.php:463
977
+ msgid "Which user role may see the plugin?"
978
+ msgstr "Welche Nutzerrolle darf das Plugin sehen?"
 
979
 
980
+ #: admin/views/form_confirm.php:19
981
+ msgid "written on"
982
+ msgstr "geschrieben am"
983
+
984
+ #: admin/class-quick-featured-images-tools.php:473
985
+ #, php-format
986
+ msgid "Wrong image ID %d"
987
+ msgstr "Falsche Bild-ID %d"
988
 
989
  #: admin/views/section_header_progress.php:17
990
  msgid "You are here"
991
  msgstr "Du bist hier"
992
 
993
+ #: admin/views/form_select.php:38 admin/views/form_select.php:48
994
+ msgid "You can control the process with the following options."
995
+ msgstr "Du kannst den Vorgang mit den folgenden Einstellungen steuern."
996
 
997
+ #: admin/views/form_confirm.php:121
998
+ msgid "You can not undo the operation!"
999
+ msgstr "Du kannst die Aktion nicht rückgängig machen!"
1000
 
1001
+ #: admin/views/form_select.php:89
1002
+ msgid ""
1003
+ "You can select multiple filters. They will return an intersection of their "
1004
+ "results."
1005
+ msgstr ""
1006
+ "Du kannst mehrere Filter auswählen. Sie geben eine Schnittmenge ihrer "
1007
+ "Ergebnisse zurück."
1008
 
1009
+ #: admin/views/form_select.php:18
1010
+ msgid "You can select multiple images. Select at least one image."
1011
+ msgstr "Du kannst mehrere Bilder auswählen. Wähle mindestens ein Bild aus."
1012
 
1013
+ #: admin/views/form_select.php:11
1014
+ msgid ""
1015
+ "You did not have selected an image from the list below. To go on select at "
1016
+ "least one image you want to replace by the selected image."
1017
+ msgstr ""
1018
+ "Du hast kein Bild aus der untenstehenden Liste ausgewählt. Um weiter zu "
1019
+ "kommen, wähle mindestens ein Bild aus, das durch das ausgewählte Bild "
1020
+ "ausgetauscht werden soll."
1021
+
1022
+ #: admin/class-quick-featured-images-tools.php:754
1023
+ #: admin/views/section_image.php:51
1024
+ msgid "You have not selected an action."
1025
+ msgstr "Du hast keine Aktion ausgewählt."
1026
 
1027
  #: admin/views/section_image.php:42
1028
  msgid "Your selected action"
1029
  msgstr "Deine ausgewählte Aktion"
1030
 
 
 
 
 
 
 
 
 
 
 
 
 
1031
  #: admin/views/section_image.php:90
1032
  msgid "Your selected filters"
1033
  msgstr "Deine ausgewählten Filter"
1034
 
1035
+ #: admin/views/section_image.php:68
1036
+ msgid "Your selected options"
1037
+ msgstr "Deine ausgewählten Optionen"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1038
 
1039
+ #: admin/views/section_image.php:9
1040
+ msgid "Your selected thumbnail"
1041
+ msgstr "Dein ausgewähltes Vorschaubild"
1042
 
1043
+ #: admin/views/section_image.php:23
1044
+ msgid "Your selected thumbnails"
1045
+ msgstr "Deine ausgewählten Vorschaubilder"
1046
 
1047
+ #: admin/views/section_image.php:1
1048
+ msgid "Your selection"
1049
+ msgstr "Deine Auswahl"
1050
 
1051
+ #. Description of the plugin
1052
+ #: admin/class-quick-featured-images-admin.php:215
1053
+ msgid ""
1054
+ "Your time-saving Swiss Army Knife for featured images: Set, replace and "
1055
+ "delete them in bulk, in posts lists and set default images for future posts."
1056
+ msgstr ""
1057
+ "Dein Schweizer Taschenmesser für Beitragsbilder: Setze, ersetze und lösche "
1058
+ "sie massenhaft, in Beitragslisten und definiere Standardbilder für "
1059
+ "zukünftige Beiträge."
languages/quick-featured-images-el.mo CHANGED
Binary file
languages/quick-featured-images-el.po CHANGED
@@ -3,114 +3,65 @@ msgstr ""
3
  "Project-Id-Version: Quick Featured Images\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
5
  "POT-Creation-Date: 2020-12-16 16:05+0100\n"
6
- "PO-Revision-Date: 2020-12-16 16:05+0100\n"
7
  "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
8
  "Language-Team: Greek\n"
9
  "Language: el\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.4.2\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"
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: admin/class-quick-featured-images-admin.php:215
21
- msgid ""
22
- "Your time-saving Swiss Army Knife for featured images: Set, replace and "
23
- "delete them in bulk, in posts lists and set default images for future posts."
24
- msgstr ""
25
- "Ο Ελβετικός σουγιάς που σας γλιτώνει χρόνο για τις προβεβλημένες εικόνες: "
26
- "Ορίστε, αντικαταστήστε και διαγράψτε τις μαζικά, σε λίστες άρθρων και ορίστε "
27
- "προεπιλεγμένες εικόνες για τα μελλοντικά άρθρα."
28
-
29
- #: admin/class-quick-featured-images-admin.php:278
30
  #, php-format
31
- msgid ""
32
- "The plugin requires WordPress version %s or higher. Therefore, WordPress did "
33
- "not activate it. If you want to use this plugin update the Wordpress files "
34
- "to the latest version."
35
- msgstr ""
36
- "Το πρόσθετο απαιτεί την έκδοση %s ή μεγαλύτερη του Wordpress. Γι'αυτό το "
37
- "Wordpress δεν το ενεργοποίησε. Αν θέλετε να χρησιμοποιήσετε αυτό το "
38
- "πρόσθετο, ενημερώστε τα αρχεία του Wordpress στην πιο πρόσφατη έκδοση."
39
 
40
- #: admin/class-quick-featured-images-admin.php:484
41
  #, php-format
42
- msgid "Welcome to %s! You can find the plugin at %s."
43
- msgstr "Καλώς ήλθατε στο %s! Μπορείτε να βρείτε το πρόσθετο στο %s."
44
 
45
  #: admin/class-quick-featured-images-columns.php:278
46
  msgid "(external image)"
47
  msgstr "(εξωτερική εικόνα)"
48
 
49
- #: admin/class-quick-featured-images-columns.php:279
50
- #, php-format
51
- msgid "Change &#8220;%s&#8221;"
52
- msgstr "Αλλάξτε &#8220;%s&#8221;"
53
-
54
- #: admin/class-quick-featured-images-columns.php:280
55
- #, php-format
56
- msgid "Remove &#8220;%s&#8221;"
57
- msgstr "Αφαιρέστε &#8220;%s&#8221;"
58
-
59
- #: admin/class-quick-featured-images-columns.php:281
60
- #, php-format
61
- msgid "Set image for &#8220;%s&#8221;"
62
- msgstr "Ορίστε εικόνα για &#8220;%s&#8221;"
63
-
64
- #: admin/class-quick-featured-images-columns.php:646
65
- msgid "Featured image for"
66
- msgstr ""
67
-
68
- #: admin/class-quick-featured-images-defaults.php:277
69
- msgid "Preset Featured Images"
70
- msgstr "Προεπιλογή προβεβλημένων εικόνων"
71
-
72
- #: admin/class-quick-featured-images-defaults.php:288
73
- msgid "Set default featured images for future posts"
74
- msgstr "Ορίστε την προεπιλογή για προβεβλημένες εικόνες των μελλοντικών άρθρων"
75
-
76
- #: admin/class-quick-featured-images-settings.php:232
77
- msgid "Set the visibility of columns of featured images in posts lists"
78
  msgstr ""
79
- "Ορίστε την ορατότητα των στηλών των προβεβλημένων εικόνων στις λίστες των "
80
- "άρθρων"
81
-
82
- #: admin/class-quick-featured-images-settings.php:383
83
- msgid "Columns for featured images in posts lists"
84
- msgstr "Στήλες για προβεβλημένες εικόνες στις λίστες των άρθρων"
85
-
86
- #: admin/class-quick-featured-images-settings.php:391
87
- msgid "Show additional column for featured images in lists of"
88
- msgstr "Εμφάνιση πρόσθετης στήλης για προβεβλημένες εικόνες σε λίστες των"
89
 
90
- #: admin/class-quick-featured-images-settings.php:396
91
- msgid "Posts list with image column"
92
- msgstr "Λίστα άρθρων με στήλη εικόνας"
93
 
94
- #: admin/class-quick-featured-images-settings.php:419
95
- msgid "Column in the library for posts with assigned featured image"
96
- msgstr ""
97
 
98
- #: admin/class-quick-featured-images-settings.php:427
99
- msgid "Show additional column in the library for posts with featured images"
100
- msgstr ""
101
 
102
- #: admin/class-quick-featured-images-settings.php:432
103
- msgid "Post list column in the library"
 
 
 
 
104
  msgstr ""
105
 
106
- #: admin/class-quick-featured-images-settings.php:455
107
- msgid "Visibility of the plugin"
108
- msgstr "Ορατότητα του πρόσθετου"
109
-
110
- #: admin/class-quick-featured-images-settings.php:463
111
- msgid "Which user role may see the plugin?"
112
- msgstr "Ποιο προφίλ χρήστη μπορεί να δει το πρόσθετο;"
113
-
114
  #: admin/class-quick-featured-images-settings.php:596
115
  msgid ""
116
  "Activate the checkboxes at each post type to show the extra columns in the "
@@ -119,234 +70,278 @@ msgstr ""
119
  "Επιλέξτε κάθε τύπο άρθρου για να εμφανιστούν εξτρά στήλες στις λίστες των "
120
  "άρθρων."
121
 
122
- #: admin/class-quick-featured-images-settings.php:615
123
  msgid ""
124
- "Display a new column in the media library with the titles of the posts for "
125
- "which the corresponding image is set as featured image"
126
  msgstr ""
 
 
127
 
128
- #: admin/class-quick-featured-images-settings.php:618
129
  msgid ""
130
- "Activate the checkbox to show the extra column in the media library. If you "
131
- "would not see the new column in the library switch the appereance of the "
132
- "library to List mode. The post titles are links to the respective post edit "
133
- "page."
134
  msgstr ""
 
 
 
135
 
136
- #: admin/class-quick-featured-images-settings.php:630
137
- msgid "Minimum user role to see the plugin in the backend"
138
- msgstr "Ελάχιστος ρόλος χρήστη για να βλέπει το πρόσθετο στη διαχείριση"
139
 
140
- #: admin/class-quick-featured-images-settings.php:666
141
- msgid "Select the minimum user role a user must have to see the plugin."
142
- msgstr ""
143
- "Επιλέξτε τον ελάχιστο ρόλο χρήστη που πρέπει να ισχύει ώστε να εμφανίζεται "
144
- "το πρόσθετο."
145
 
146
- #: admin/class-quick-featured-images-settings.php:671
147
- #, php-format
148
- msgid ""
149
- "The rules as set in &#8220;%s&#8221; work on posts independently of this "
150
- "setting."
151
- msgstr ""
152
- "Οι κανόνες όπως ορίστηκαν στο &#8220;%s&#8221; εφαρμόζονται στα άρθρα "
153
- "ανεξάρτητα από αυτή τη ρύθμιση."
154
 
155
- #: admin/class-quick-featured-images-settings.php:676
 
 
 
 
156
  msgid ""
157
- "This setting controls as well whether a user will see in an image column the "
158
- "thumbnails with action links or the thumbnails only. To switch image columns "
159
- "on and off use the section above."
160
  msgstr ""
161
- "Αυτή η ρύθμιση ελέγχει αν ο χρήστης θα βλέπει τις μικρογραφίες σε μια στήλη "
162
- "εικόνων με συνδέσμους ενεργειών ή μόνο τις μικρογραφίες. Για την "
163
- "ενεργοποίηση ή όχι χρησιμοποιήστε τη ρύθμιση πιο πάνω."
164
 
165
- #: admin/class-quick-featured-images-settings.php:677
166
- msgid "This page is accessible for administrators only."
167
- msgstr "Αυτή η σελίδα είναι προσβάσιμη μόνο σε διαχειριστές."
168
 
169
- #: admin/class-quick-featured-images-settings.php:687
170
- msgid ""
171
- "The additional columns give you a quick overview about all used featured "
172
- "images for every post. The Featured Image column is sortable."
173
  msgstr ""
174
- "Οι πρόσθετες στήλες, σας δίνουν μια γρήγορη επισκόπηση για όλες τις "
175
- "προβεβλημένες εικόνες σε χρήση για κάθε άρθρο. Η στήλη είναι ταξινομήσιμη."
176
 
177
- #: admin/class-quick-featured-images-settings.php:696
178
- msgid "Controls which minimum user role can see the plugin."
179
- msgstr "Ελέγχει τον ελάχιστο ρόλο χρήστη που μπορεί να δει το πρόσθετο."
180
 
181
- #: admin/class-quick-featured-images-settings.php:705
182
- msgid ""
183
- "The additional column in the media library lists all posts for which the "
184
- "image is set as featured."
185
- msgstr ""
186
 
187
- #: admin/class-quick-featured-images-tools.php:473
188
  #, php-format
189
- msgid "Wrong image ID %d"
190
- msgstr "Λάθος ταυτότητα εικόνας %d"
191
 
192
- #: admin/class-quick-featured-images-tools.php:575
193
- msgid "Select"
194
- msgstr "Επιλέξτε"
195
 
196
- #: admin/class-quick-featured-images-tools.php:576
197
- msgid "Add filter"
198
- msgstr "Προσθήκη φίλτρου"
199
 
200
- #: admin/class-quick-featured-images-tools.php:577
201
- msgid "Refine"
202
- msgstr "Βελτιστοποίηση"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
203
 
204
  #: admin/class-quick-featured-images-tools.php:578
205
  msgid "Confirm"
206
  msgstr "Επιβεβαίωση"
207
 
208
- #: admin/class-quick-featured-images-tools.php:579
209
- msgid "Perform"
210
- msgstr "Εκτέλεση"
211
-
212
- #: admin/class-quick-featured-images-tools.php:583
213
- msgid "Set the selected image as new featured image"
214
- msgstr "Ορίστε την επιλεγμένη εικόνα ως νέα προβεβλημένη εικόνα"
215
 
216
- #: admin/class-quick-featured-images-tools.php:584
217
- msgid "Replace featured images by the selected image"
218
- msgstr "Αντικατάσταση προβεβλημένων εικόνων με την επιλεγμένη εικόνα"
219
 
220
- #: admin/class-quick-featured-images-tools.php:585
221
- msgid "Remove the selected image as featured image"
222
- msgstr "Αφαίρεση της επιλεγμένης εικόνας ως προβεβλημένης"
223
 
224
- #: admin/class-quick-featured-images-tools.php:588
225
- msgid "Remove any image as featured image"
226
- msgstr "Αφαίρεση οποιασδήποτε εικόνας ως προβεβλημένης"
227
-
228
- #: admin/class-quick-featured-images-tools.php:589
229
- msgid "Remove all featured images without existing image files"
230
- msgstr ""
231
- "Αφαίρεση όλων των προβεβλημένων εικόνων που δεν έχουν τα αρχεία εικόνων"
232
-
233
- #: admin/class-quick-featured-images-tools.php:592
234
- msgid "Set multiple images randomly as featured images"
235
- msgstr "Τυχαίος ορισμός πολλαπλών εικόνων ως προβεβλημένων"
236
 
237
- #: admin/class-quick-featured-images-tools.php:596
238
- msgid "Overwrite featured images"
239
- msgstr "Αντικατάσταση προβεβλημένων εικόνων"
240
 
241
- #: admin/class-quick-featured-images-tools.php:597
242
- msgid "Consider only posts without any featured image"
243
- msgstr "Να ληφθούν υπ' όψη μόνο τα άρθρα χωρίς προβεβλημένη εικόνα"
244
 
245
- #: admin/class-quick-featured-images-tools.php:601
246
- msgid "Post Type Filter"
247
- msgstr "Φίλτρο τύπου άρθρου"
 
 
 
 
248
 
249
- #: admin/class-quick-featured-images-tools.php:602
250
- msgid "Category Filter"
251
- msgstr "Φίλτρο κατηγορίας"
252
 
253
- #: admin/class-quick-featured-images-tools.php:603
254
- msgid "Tag Filter"
255
- msgstr "Φίλτρο ετικέτας"
 
 
256
 
257
- #: admin/class-quick-featured-images-tools.php:632
258
- msgid "Image width in pixels lower than"
259
- msgstr "Πλάτος εικόνας σε pixel μικρότερο από"
260
 
261
- #: admin/class-quick-featured-images-tools.php:633
262
- msgid "Image height in pixels lower than"
263
- msgstr "Ύψος εικόνας σε pixel μικρότερο από"
264
 
265
- #: admin/class-quick-featured-images-tools.php:742
266
  #, php-format
267
- msgid "The input field %s is empty."
268
- msgstr "Το πεδίο %s είναι άδειο."
269
 
270
- #: admin/class-quick-featured-images-tools.php:743
271
- msgid "Type in a value into the input field."
272
- msgstr "Δώστε μια τιμή στο πεδίο."
273
 
274
- #: admin/class-quick-featured-images-tools.php:746
275
- #, php-format
276
- msgid "%s is not defined."
277
- msgstr "%s δεν ορίστηκε."
 
 
 
 
 
 
278
 
279
- #: admin/class-quick-featured-images-tools.php:747
280
- msgid "Check how to define the value."
281
- msgstr "Ελέγξτε πως θα ορίσετε την τιμή."
 
 
 
 
 
 
 
 
 
282
 
283
- #: admin/class-quick-featured-images-tools.php:750
284
- msgid "There is no selected image."
285
- msgstr "Δεν επιλέχθηκε εικόνα."
286
 
287
- #: admin/class-quick-featured-images-tools.php:751
288
- msgid "Select an image from the media library."
289
- msgstr "Επιλέξτε μια εικόνα από την συλλογή."
 
290
 
291
- #: admin/class-quick-featured-images-tools.php:754
292
- #: admin/views/section_image.php:51
293
- msgid "You have not selected an action."
294
- msgstr "Δεν επιλέξατε ενέργεια."
295
 
296
- #: admin/class-quick-featured-images-tools.php:755
297
- msgid "Start again and select which action you want to apply."
298
- msgstr "Ξεκινήστε πάλι και επιλέξτε ποια ενέργεια θέλετε να εφαρμόσετε."
299
 
300
- #: admin/class-quick-featured-images-tools.php:758
301
- #, php-format
302
- msgid "The input field %s has an invalid value."
303
- msgstr "Το πεδίο %s έχει λανθασμένη τιμή."
304
 
305
- #: admin/class-quick-featured-images-tools.php:759
306
- msgid "Type in valid values in the input field."
307
- msgstr "Δώστε έγκυρες τιμές στο πεδίο."
 
 
 
 
 
308
 
309
- #: admin/class-quick-featured-images-tools.php:763
310
- msgid "Type in values stored by WordPress."
311
- msgstr "Δώστε αποθηκευμένες τιμές από το WordPress."
312
 
313
- #: admin/class-quick-featured-images-tools.php:1937
314
- msgid "Set, replace, remove"
315
- msgstr "Ορίστε, αντικαταστήστε, αφαιρέστε"
316
 
317
- #: admin/class-quick-featured-images-tools.php:1948
318
- msgid "Bulk set, replace and remove featured images for existing posts"
 
 
 
319
  msgstr ""
320
- "Μαζικός ορισμός, αντικατάσταση και αφαίρεση προβεβλημένων εικόνων για "
321
- "υπάρχοντα άρθρα"
322
-
323
- #: admin/class-quick-featured-images-tools.php:2057
324
- msgid "Bulk set as featured image"
325
- msgstr "Μαζικός ορισμός ως προβεβλημένης εικόνας"
326
 
327
- #: admin/views/filter_category.php:3
328
- msgid "Select a category"
329
- msgstr "Επιλέξτε μια κατηγορία"
 
 
 
 
 
 
 
330
 
331
- #: admin/views/filter_category.php:14
332
- msgid "The selection of a category includes all of its subcategories."
 
 
 
 
333
  msgstr ""
 
 
 
 
334
 
335
- #: admin/views/filter_post_types.php:2
336
- msgid "Select post types"
337
- msgstr "Επιλέξτε τύπους άρθρων"
338
 
339
- #: admin/views/filter_tag.php:7
340
- msgid "Select a tag"
341
- msgstr "Επιλογή ετικέτας"
342
 
343
- #: admin/views/filter_tag.php:20
344
- msgid "There are no tags in use."
345
- msgstr "Δεν χρησιμοποιούνται ετικέτες."
346
 
347
- #: admin/views/form_back_to_selection.php:2
348
- msgid "Select filters and options again"
349
- msgstr "Επιλέξτε ξανά φίλτρα και ρυθμίσεις"
 
 
 
 
 
 
 
 
350
 
351
  #: admin/views/form_back_to_selection.php:3
352
  msgid ""
@@ -356,116 +351,95 @@ msgstr ""
356
  "Αν θέλετε να αλλάξετε τις επιλογές σας, απλά πηγαίνετε πίσω κάνοντας κλικ σε "
357
  "αυτό το κουμπί."
358
 
359
- #: admin/views/form_back_to_selection.php:42
360
- msgid "Modify selection"
361
- msgstr "Αλλαγή επιλογής"
362
-
363
- #: admin/views/form_confirm.php:1
364
- msgid "Preview of your selection"
365
- msgstr "Προεπισκόπηση επιλογής"
366
-
367
- #: admin/views/form_confirm.php:2
368
- #, php-format
369
- msgid "%d matches found"
370
- msgstr "Βρέθηκαν %d αντιστοιχίσεις"
371
 
372
- #: admin/views/form_confirm.php:12
373
- msgid ""
374
- "Should the entries of featured images without image files be removed from "
375
- "the database?"
376
- msgstr ""
377
- "Οι καταχωρήσεις προβεβλημένων εικόνων χωρίς εικόνες, να αφαιρεθούν από τη "
378
- "βάση;"
379
 
380
- #: admin/views/form_confirm.php:15 admin/views/section_results.php:16
381
- msgid "Details"
382
- msgstr "Λεπτομέρειες"
383
 
384
- #: admin/views/form_confirm.php:16 admin/views/section_defaults.php:17
385
- #: admin/views/section_results.php:18
386
- msgid "No."
387
- msgstr "Όχι."
388
 
389
- #: admin/views/form_confirm.php:17 admin/views/section_results.php:17
390
- msgid "Current Featured Image"
391
- msgstr "Τρέχουσα προβεβλημένη εικόνα"
392
 
393
- #: admin/views/form_confirm.php:18
394
- msgid "Future Featured Image"
395
- msgstr "Μελλοντική προβεβλημένη εικόνα"
 
 
 
 
396
 
397
- #: admin/views/form_confirm.php:19
398
- msgid "written on"
399
- msgstr "γράφτηκε την"
400
 
401
- #: admin/views/form_confirm.php:20
402
- msgid "by"
403
- msgstr "από"
404
 
405
- #: admin/views/form_confirm.php:35
406
- msgid "Should the selected image be set as featured image to all listed posts?"
407
- msgstr "Να οριστεί η εικόνα ως προβεβλημένη στα επιλεγμένα άρθρα;"
408
 
409
- #: admin/views/form_confirm.php:38
410
- msgid ""
411
- "Should the selected images be set randomly as featured images to all listed "
412
- "posts?"
413
- msgstr "Να οριστούν οι εικόνες ως προβεβλημένες στα επιλεγμένα άρθρα;"
414
 
415
- #: admin/views/form_confirm.php:41
416
- msgid ""
417
- "Should the current set featured image be replaced by the selected image at "
418
- "all listed posts?"
419
- msgstr ""
420
- "Να αντικατασταθεί το τρέχον σετ προβεβλημένων εικόνων από την επιλεγμένη "
421
- "εικόνα στα άρθρα;"
422
 
423
- #: admin/views/form_confirm.php:44
424
- msgid "Should the selected image be removed from all listed posts?"
425
- msgstr "Να αφαιρεθεί η εικόνα από όλα τα επιλεγμένα άρθρα;"
426
 
427
- #: admin/views/form_confirm.php:47
428
- msgid "Should the future images be set as featured images at all listed posts?"
429
- msgstr ""
430
- "Να οριστούν οι μελλοντικές εικόνες ως προβεβλημένες στα επιλεγμένα άρθρα;"
431
 
432
- #: admin/views/form_confirm.php:50
433
- msgid "Should the added featured images be removed from all listed posts?"
434
- msgstr ""
435
- "Να αφαιρεθούν οι πρόσθετες προβεβλημένες εικόνας από όλα τα επιλεγμένα άρθρα;"
436
 
437
- #: admin/views/form_confirm.php:54 admin/views/section_results.php:27
438
- msgid ""
439
- "The list is in alphabetical order according to post title. You can edit a "
440
- "post in a new window by clicking on its link in the list."
441
- msgstr ""
442
- "Η λίστα είναι σε αλφαβητική σειρά σύμφωνα με τον τίτλο του άρθρου. Μπορείτε "
443
- "να επεξεργαστείτε ένα άρθρο σε νέο παράθυρο κλικάροντάς τον σύνδεσμό του."
444
 
445
- #: admin/views/form_confirm.php:120
446
- msgid "Confirm the change"
447
- msgstr "Επιβεβαιώστε την αλλαγή"
448
 
449
- #: admin/views/form_confirm.php:121
450
- msgid "You can not undo the operation!"
451
- msgstr "Δεν μπορείτε να αναιρέσετε την ενέργεια!"
452
 
453
- #: admin/views/form_confirm.php:182 admin/views/section_errormsg.php:8
454
- #: admin/views/section_results.php:86
455
- msgid "Start again"
456
- msgstr "Αρχίστε ξανά"
457
 
458
- #: admin/views/form_confirm.php:182
459
- msgid "or refine your selection with the following form fields."
460
- msgstr "ή βελτιστοποιήστε την επιλογή με τα ακόλουθα πεδία."
461
 
462
- #: admin/views/form_refine.php:1
463
- msgid "Refine your selection"
464
- msgstr "Βελτιστοποιήστε την επιλογή"
 
465
 
466
- #: admin/views/form_refine.php:8
467
- msgid "Refine filters"
468
- msgstr "Φίλτρα βελτιστοποίησης"
 
469
 
470
  #: admin/views/form_refine.php:9
471
  msgid ""
@@ -474,134 +448,151 @@ msgstr ""
474
  "Τώρα μπορείτε να βρείτε άρθρα και σελίδες ταιριάζοντας παραμέτρους. "
475
  "Βελτιστοποιήστε τις εδώ."
476
 
477
- #: admin/views/form_refine.php:10
478
- msgid "Whatever you do: You can confirm your choice on the next page."
 
 
479
  msgstr ""
480
- "Ό,τι και αν κάνετε: Μπορείτε να επιβεβαιώσετε την επιλογή σας στην επόμενη "
481
- "σελίδα."
482
 
483
- #: admin/views/form_refine.php:18
484
- #, php-format
485
- msgid "File %s is not available."
486
- msgstr "Το αρχείο %s δεν είναι διαθέσιμο."
487
 
488
- #: admin/views/form_refine.php:48 admin/views/form_select.php:29
489
- msgid "Preview filtering"
490
- msgstr "Προεπισκόπηση φίλτρου"
491
 
492
- #: admin/views/form_refine.php:54
493
- msgid ""
494
- "There are no selected filters. Modify your filter selection or just go on by "
495
- "clicking on the next button."
496
- msgstr ""
497
- "Δεν επιλέχθηκαν φίλτρα. Διαμορφώστε τα φίλτρα σας ή απλά συνεχίστε πατώντας "
498
- "το επόμενο κουμπί."
499
 
500
- #: admin/views/form_select.php:9 admin/views/form_start.php:4
501
- #: admin/views/section_defaults.php:217
502
- msgid "Notice"
503
- msgstr "Επισήμανση"
504
 
505
- #: admin/views/form_select.php:11
506
- msgid ""
507
- "You did not have selected an image from the list below. To go on select at "
508
- "least one image you want to replace by the selected image."
509
- msgstr ""
510
- "Δεν επιλέξατε εικόνα από την παρακάτω λίστα. Για να συνεχίσετε, επιλέξτε "
511
- "τουλάχιστο μια εικόνα που θέλετε να αντικατασταθεί από την επιλεγμένη εικόνα."
512
 
513
- #: admin/views/form_select.php:17
514
- msgid "Select the featured images you want to replace by the selected image."
515
- msgstr ""
516
- "Επιλέξτε τις προβεβλημένες εικόνες που θέλετε να αντικαταστήσετε με την "
517
- "επιλεγμένη εικόνα."
518
 
519
- #: admin/views/form_select.php:18
520
- msgid "You can select multiple images. Select at least one image."
 
 
 
 
521
  msgstr ""
522
- "Μπορείτε να επιλέξετε πολλαπλές εικόνες. Επιλέξτε τουλάχιστο μια εικόνα."
523
 
524
- #: admin/views/form_select.php:19 admin/views/form_start.php:80
 
 
 
 
 
 
 
 
525
  msgid ""
526
- "To select multiple images click on the button and use the CTRL key while "
527
- "clicking on the images."
528
  msgstr ""
529
- "Για να επιλέξετε πολλαπλές εικόνες, κάντε κλικ στο κουμπί και χρησιμοποιήστε "
530
- "το CTRL καθώς κάνετε τις επιλογές."
531
 
532
- #: admin/views/form_select.php:23 admin/views/form_start.php:84
533
- msgid "Choose Images"
534
- msgstr "Επιλέξτε εικόνες"
535
 
536
- #: admin/views/form_select.php:31 admin/views/form_start.php:119
537
- msgid "Use CTRL for multiple choice"
538
- msgstr "Χρησιμοποιήστε το CTRL για πολλαπλές επιλογές"
 
 
 
 
539
 
540
- #: admin/views/form_select.php:37
541
- msgid "Refine your selections"
542
- msgstr "Βελτιστοποιήστε τις επιλογές"
543
 
544
- #: admin/views/form_select.php:38 admin/views/form_select.php:48
545
- msgid "You can control the process with the following options."
546
- msgstr "Μπορείτε να ελέγξετε τη διαδικασία με τις ακόλουθες επιλογές."
547
 
548
- #: admin/views/form_select.php:45
549
- msgid "Optional: Select options"
550
- msgstr "Προεραιτικό: Κάντε επιλογές"
551
 
552
  #: admin/views/form_select.php:47
553
  msgid "Process Options"
554
  msgstr "Επιλογές επεξεργασίας"
555
 
556
- #: admin/views/form_select.php:53
557
- msgid "Overwrite existing featured images with new ones"
558
- msgstr "Αντικατάσταση υπαρχόντων προβεβλημένων εικόνων, με νέες"
559
 
560
- #: admin/views/form_select.php:63
561
- msgid ""
562
- "Posts with featured images will be ignored, even if the Overwrite option is "
563
- "checked"
564
  msgstr ""
565
- "Άρθρα με προβεβλημένες εικόνες θα αγνοηθούν, ακόμη και αν η επιλογή της "
566
- "αντικατάστασης είναι επιλεγμένη"
567
 
568
- #: admin/views/form_select.php:72
569
- msgid "There are two more options in the Pro version for random images:"
570
- msgstr "Υπάρχουν δύο ακόμη επιλογές στην Pro έκδοση για τυχαίες εικόνες:"
571
 
572
- #: admin/views/form_select.php:74
573
- msgid "Use each selected image only once"
574
- msgstr "Χρησιμοποιείστε κάθε επιλεγμένη εικόνα μόνο μια φορά"
575
 
576
- #: admin/views/form_select.php:75
577
- msgid "Remove excess featured images after all selected images are used"
578
- msgstr ""
579
- "Αφαίρεση επιπλέον προβεβλημένων εικόνων μετά τη πλήρη χρήση των επιλεγμένων "
580
- "εικόνων"
581
 
582
- #: admin/views/form_select.php:85
583
- msgid "Optional: Add a filter"
584
- msgstr "Προεραιτικό: Προσθέστε ένα φίλτρο"
585
 
586
- #: admin/views/form_select.php:87
587
- msgid "Select filters"
588
- msgstr "Επιλογή φίλτρων"
589
 
590
- #: admin/views/form_select.php:88
591
  msgid ""
592
- "If you want select one of the following filters to narrow down the set of "
593
- "concerned posts and pages."
594
  msgstr ""
595
- "Αν θέλετε, επιλέξετε ένα από τα κάτωθι φίλτρα για να περιορίσετε τα άρθρα "
596
- "και τις σελίδες που σας ενδιαφέρουν."
597
 
598
- #: admin/views/form_select.php:89
599
- msgid ""
600
- "You can select multiple filters. They will return an intersection of their "
601
- "results."
 
 
 
602
  msgstr ""
603
- "Μπορείτε να επιλέξετε πολλαπλά φίλτρα. Θα επιστρέψουν έναν συνδυασμό των "
604
- "αποτελεσμάτων."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
605
 
606
  #: admin/views/form_select.php:94
607
  msgid "Search by post type. By default all posts and pages will be affected."
@@ -617,96 +608,49 @@ msgstr "Αναζήτηση άρθρων βάσει κατηγορίας"
617
  msgid "Search posts by tag"
618
  msgstr "Αναζήτηση άρθρων βάση ετικέτας"
619
 
620
- #: admin/views/form_select.php:114
621
- msgid "If you encounter a white, blank page, read this"
622
- msgstr "Αν αντιμετωπίσετε μια λευκή, κενή σελίδα, διαβάστε αυτό"
623
-
624
- #: admin/views/form_select.php:115
625
- #| msgid ""
626
- #| "Facing a white blank page while trying to treat thousands of posts is the "
627
- #| "effect of limited memory capacities on the website server. Instead of "
628
- #| "treating a huge amount of posts in one single go try to treat small "
629
- #| "amounts of posts multiple times successively. To achieve that do:"
630
- msgid ""
631
- "Facing a white blank page while trying to treat thousands of posts is the "
632
- "effect of limited memory capacities on the website server. Instead of "
633
- "treating a huge amount of posts in one single go try to treat small amounts "
634
- "of posts multiple times successively."
635
- msgstr ""
636
 
637
- #: admin/views/form_select.php:116
638
- #| msgid ""
639
- #| "This way is not as fast as one single run, but still much faster than "
640
- #| "setting the images for each post manually."
641
- msgid ""
642
- "To achieve that use the filters and repeat the process until your task is "
643
- "done. This way is not as fast as one single run, but still much faster than "
644
- "setting the images for each post manually."
645
- msgstr ""
646
 
647
- #: admin/views/form_select.php:121
648
- msgid ""
649
- "On the next page you can refine the filters. If you did not select any "
650
- "filter you will go to the preview list directly."
651
- msgstr ""
652
- "Στην επόμενη σελίδα μπορείτε να βελτιστοποιήσετε τα φίλτρα. Αν δεν επιλέξατε "
653
- "κάποιο, θα οδηγηθείτε άμεσα στην λίστα προεπισκόπησης."
654
 
655
- #: admin/views/form_start.php:6 admin/views/section_defaults.php:219
656
- msgid ""
657
- "The current theme does not support featured images. Anyway you can use this "
658
- "plugin. The effects are stored and will be visible in a theme which supports "
659
- "featured images."
660
- msgstr ""
661
- "Το τρέχον θέμα δεν υποστηρίζει προβεβλημένες εικόνες. Μπορείτε όμως να "
662
- "χρησιμοποιήσετε το πρόσθετο. Τα αποτελέσματα θα αποθηκευτούν και θα "
663
- "εμφανιστούν όταν χρησιμοποιηθεί ένα θέμα που κάνει χρήση προβεβλημένων "
664
- "εικόνων."
665
 
666
- #: admin/views/form_start.php:12
667
- msgid "What do you want to do?"
668
- msgstr "Τι θέλετε να κάνετε;"
669
 
670
- #: admin/views/form_start.php:14
671
  msgid ""
672
- "Here you can add, replace and delete featured images to your posts. Select "
673
- "one of the following actions and, if necessary, one or more images."
674
- msgstr ""
675
- "Εδώ μπορείτε να προσθέσετε, αντικαταστήσετε και διαγράψετε τις προβεβλημένες "
676
- "εικόνες στα άρθρα σας. Επιλέξτε μια από τις ακόλουθες ενέργειες και -αν "
677
- "είναι αναγκαίο- μια ή περισσότερες εικόνες."
678
-
679
- #: admin/views/form_start.php:15
680
- msgid "Whatever you select: You can refine your choice on the next page."
681
  msgstr ""
682
- "Ό,τι και αν επιλέξετε: Μπορείτε να βελτιστοποιήσετε την επιλογή σας στην "
683
- "επόμενη σελίδα."
684
-
685
- #: admin/views/form_start.php:17
686
- msgid "Important advice"
687
- msgstr "Σημαντική συμβουλή"
688
 
689
- #: admin/views/form_start.php:18
690
- msgid ""
691
- "There is no undo function! It is strongly recommended that you make a backup "
692
- "of the WordPress database before you perform mass changes."
693
- msgstr ""
694
- "Δεν υπάρχει δυνατότητα αναίρεσης! Συνιστάται να κάνετε αντίγραφο ασφαλείας "
695
- "της βάσης δεδομένων του WordPress, πριν κάνετε μαζικές αλλαγές."
696
 
697
- #: admin/views/form_start.php:20
698
- msgid "Select action"
699
- msgstr "Επιλέξτε ενέργεια"
700
 
701
- #: admin/views/form_start.php:21
702
- msgid "Actions with a single image"
703
- msgstr "Ενέργειες με μονή εικόνα"
704
 
705
- #: admin/views/form_start.php:22
706
- msgid "These actions require to select an image with the following button."
707
  msgstr ""
708
- "Αυτές οι ενέργειες προϋποθέτουν να επιλέξετε μια εικόνα με το ακόλουθο "
709
- "κουμπί."
710
 
711
  #: admin/views/form_start.php:35
712
  msgid ""
@@ -716,425 +660,392 @@ msgstr ""
716
  "Επιλέξτε την εικόνα που θέλετε να προσθέσετε, αντικαταστήσετε ή διαγράψετε "
717
  "από τα άρθρα και τις σελίδες σας, κάνοντας κλικ στο ακόλουθο κουμπί."
718
 
719
- #: admin/views/form_start.php:57
720
- msgid "Choose Image"
721
- msgstr "Επιλέξτε εικόνα"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
722
 
723
- #: admin/views/form_start.php:61
724
- msgid "If the button does not work, read this:"
725
- msgstr "Αν το κουμπί δε δουλεύει, διαβάστε αυτό:"
726
 
727
- #: admin/views/form_start.php:62
728
- msgid ""
729
- "Some users reported that this button would not work in some WordPress "
730
- "installations. If this should be the case you can take another way:"
731
  msgstr ""
732
- "Κάποιοι χρήστες ανέφεραν ότι αυτό το κουμπί δε δουλεύει σε κάποιες "
733
- "εγκαταστάσεις του WordPress. Αν συμβαίνει αυτό, μπορείτε να κάνετε κάτι "
734
- "διαφορετικό:"
735
 
736
- #: admin/views/form_start.php:63
737
  msgid ""
738
- "1. Go to the media library. 2. Move the mouse over the desired image. "
739
- "Further links are appearing, among them the link &quot;Bulk set as featured "
740
- "image&quot;. 3. After a click on it you can move on in this plugin."
741
  msgstr ""
742
- "1. Πηγαίνετε στη συλλογή μέσων. 2. Επιλέξτε την επιθυμητή εικόνα. "
743
- "Εμφανίζονται σύνδεσμοι, μεταξύ των οποίων ο σύνδεσμος &quot;Μαζικός ορισμός "
744
- "ως προβεβλημένης εικόνας&quot;. 3. Αφ' ότου το κάνετε κλικ, μπορείτε να "
745
- "συνεχίσετε με το πρόσθετο."
746
-
747
- #: admin/views/form_start.php:67
748
- msgid "Actions with multiple images"
749
- msgstr "Ενέργειες με πολλαπλές εικόνες"
750
 
751
- #: admin/views/form_start.php:68
752
  msgid ""
753
- "These actions require at least one selected image with the following button."
 
754
  msgstr ""
755
- "Αυτές οι ενέργειες προϋποθέτουν την επιλογή τουλάχιστον μιας εικόνας με το "
756
- "ακόλουθο κουμπί."
757
 
758
- #: admin/views/form_start.php:101
759
- msgid "Actions without any selected image"
760
- msgstr "Ενέργειες χωρίς επιλεγμένη εικόνα"
 
761
 
762
- #: admin/views/form_start.php:102
763
- msgid "These actions do not require a selected image."
764
- msgstr "Αυτές οι ενέργειες δεν απαιτούν επιλογή εικόνας."
765
 
766
- #: admin/views/section_defaults.php:16
767
- msgid "matches"
768
- msgstr "αντιστοιχίσεις"
769
 
770
- #: admin/views/section_defaults.php:59
771
- msgid "Post Type"
772
- msgstr "Τύπος άρθρου"
 
 
773
 
774
- #: admin/views/section_defaults.php:208
775
- msgid "Default featured images for future posts"
776
- msgstr "Προεπιλεγμένες προβεβλημένες εικόνες για μελλοντικά άρθρα"
777
 
778
- #: admin/views/section_defaults.php:210
779
- msgid ""
780
- "Define the rules to use images as default featured images automatically "
781
- "every time a post is saved."
782
  msgstr ""
783
- "Ορίστε τους κανόνες για την προεπιλεγμένη αυτόματη χρήση εικόνων ως "
784
- "προβεβλημένες, κάθε φορά που αποθηκεύεται ένα άρθρο."
785
 
786
- #: admin/views/section_defaults.php:211
 
 
 
 
787
  msgid ""
788
- "To use a rule choose the image and set both the taxonomy and the value. A "
789
- "rule which is defined only partially will be ignored."
790
  msgstr ""
791
- "Για να κάνετε χρήση ενός κανόνα, επιλέξτε την εικόνα και ορίστε την "
792
- "ταξινόμηση και τη τιμή. Αν ο κανόνας οριστεί μερικώς, θα αγνοηθεί."
 
793
 
794
- #: admin/views/section_defaults.php:238
795
- msgid "An image overwrites an existing image"
796
- msgstr "Μια εικόνα αντικαθιστά την υπάρχουσα εικόνα"
 
797
 
798
- #: admin/views/section_defaults.php:242
799
- msgid ""
800
- "Activate to automatically overwrite an existing featured image while saving "
801
- "a post"
802
- msgstr ""
803
- "Ενεργοποιείστε για να αντικαταστήσετε αυτόματα μια υπάρχουσα προβεβλημένη "
804
- "εικόνα καθώς αποθηκεύετε ένα άρθρο"
805
 
806
- #: admin/views/section_defaults.php:244
807
- msgid ""
808
- "If activated the rule is used automatically while saving a post to overwrite "
809
- "an existing featured image with the new one based on the following rules. Do "
810
- "not use this if you want to keep manually set featured images."
811
- msgstr ""
812
- "Αν ενεργοποιηθεί, ο κανόνας χρησιμοποιείται αυτόματα κατά την αποθήκευση "
813
- "ενός άρθρου, για να αντικαταστήσει μια υπάρχουσα προβεβλημένη εικόνα με τη "
814
- "νέα, βάσει των ακόλουθων κανόνων. Μην το χρησιμοποιείτε αν θέλετε να ορίζετε "
815
- "χειροκίνητα τις προβεβλημένες εικόνες."
816
 
817
  #: admin/views/section_defaults.php:251
818
  msgid "Text with images in WordPress editor"
819
  msgstr "Κείμενο με εικόνες στον διορθωτή του WordPress"
820
 
821
- #: admin/views/section_defaults.php:255
822
  msgid ""
823
- "Activate to automatically use the first content image if available in the "
824
- "media library as featured image while saving a post"
825
  msgstr ""
826
- "Ενεργοποιήστε για να κάνετε αυτόματα τη χρήση της πρώτης εικόνας "
827
- "περιεχομένου, αν είναι διαθέσιμη στη συλλογή πολυμέσων, ως προβεβλημένης "
828
- "κατά την αποθήκευση του άρθρου"
829
 
830
- #: admin/views/section_defaults.php:257
831
  msgid ""
832
- "If activated the rule is used automatically while saving a post to set the "
833
- "first content image - if available in the media library - as the featured "
834
- "image of the post. If the post has no content images the next rules will be "
835
- "applied."
836
  msgstr ""
837
- "Εάν ενεργοποιηθεί, ο κανόνας χρησιμοποιείται αυτόματα κατά την αποθήκευση "
838
- "ενός άρθρου, για να οριστεί η πρώτη εικόνα περιεχομένου - εάν είναι "
839
- "διαθέσιμη στη συλλογή πολυμέσων - ως προβεβλημένη εικόνα του άρθρου. Εάν δεν "
840
- "έχει εικόνες περιεχομένου, θα εφαρμοστούν οι επόμενοι κανόνες."
841
-
842
- #: admin/views/section_defaults.php:258
843
- msgid "For which post types should this rule be applied?"
844
- msgstr "Σε ποιους τύπους άρθρων να εφαρμοστεί αυτός ο κανόνας;"
845
 
846
- #: admin/views/section_defaults.php:285
847
  msgid ""
848
- "Select at least one post type, otherwise all post types will be considered."
 
 
849
  msgstr ""
850
- "Επιλέξτε τουλάχιστο έναν τύπο άρθρου, αλλιώς όλοι οι τύποι θα συμπεριληφθούν."
851
-
852
- #: admin/views/section_defaults.php:491
853
- msgid "Add rule"
854
- msgstr "Προσθήκη κανόνα"
855
 
856
- #: admin/views/section_defaults.php:496
857
- msgid "Are you sure to remove this rule?"
858
- msgstr "Είστε βέβαιοι ότι θέλετε να αφαιρέσετε αυτόν τον κανόνα;"
 
859
 
860
- #: admin/views/section_defaults.php:499
861
- msgid "How the rules work"
862
- msgstr "Πώς δουλεύουν οι κανόνες"
 
863
 
864
- #: admin/views/section_defaults.php:500
865
  msgid ""
866
- "Every time you save a post the post get the featured image if one of the "
867
- "following rules match a property of the post. You can also set rules for "
868
- "pages and all other current post types which support featured images."
869
  msgstr ""
870
- "Κάθε φορά που αποθηκεύετε ένα άρθρο, παίρνει την προβεβλημένη εικόνα αν ένας "
871
- "από τους ακόλουθους κανόνες ταιριάζει με μια ιδιότητα του άρθρου. Μπορείτε "
872
- "επίσης να ορίσετε κανόνες για τις σελίδες και τους άλλους τύπους άρθρων που "
873
- "υποστηρίζουν προβεβλημένες εικόνες."
874
 
875
- #: admin/views/section_defaults.php:501
 
876
  msgid ""
877
- "Regardless of the order in the list the rules are applied in the following "
878
- "order until a rule and a property of the post fit together:"
 
879
  msgstr ""
880
- "Ανεξάρτητα από τη σειρά στην λίστα, οι κανόνες εφαρμόζονται με την ακόλουθη "
881
- "σειρά έως ότου ένας κανόνας και μια ιδιότητα του άρθρου να ταιριάξουν:"
882
-
883
- #: admin/views/section_defaults.php:503
884
- msgid "found first content image. If not then..."
885
- msgstr "βρέθηκε πρώτη εικόνα περιεχομένου. Αν όχι τότε..."
886
-
887
- #: admin/views/section_defaults.php:504
888
- msgid "matched custom taxonomy. If not then..."
889
- msgstr "αντιστοίχιση προσαρμοσμένης ταξινόμησης. Αν όχι τότε..."
890
 
891
- #: admin/views/section_defaults.php:505
892
- msgid "matched tag. If not then..."
893
- msgstr "αντιστοιχισμένη ετικέτα. Αν όχι τότε..."
 
 
 
 
 
894
 
895
- #: admin/views/section_defaults.php:506
896
- msgid "matched category. If not then..."
897
- msgstr "αντιστοιχισμένη κατηγορία. Αν όχι τότε..."
898
 
899
- #: admin/views/section_defaults.php:507
900
- msgid "matched author. If not then..."
901
- msgstr "αντιστοιχισμένος συντάκτης. Αν όχι τότε..."
 
 
 
 
902
 
903
- #: admin/views/section_defaults.php:508
904
- msgid "matched post type. If not then..."
905
- msgstr "αντιστοιχισμένος τύπος άρθρου. Αν όχι τότε..."
906
 
907
- #: admin/views/section_defaults.php:509
908
- msgid "no featured image."
909
- msgstr "χωρίς προβεβλημένη εικόνα."
910
 
911
- #: admin/views/section_defaults.php:511
912
  msgid ""
913
- "Bear in mind that if two or more rules with the same taxonomy would fit to "
914
- "the post it is unforeseeable which image will become the featured image."
915
  msgstr ""
916
- "Να έχετε υπ' όψη ότι αν δύο ή περισσότεροι κανόνες με την ίδια ταξινόμηση "
917
- "ταιριάζουν στο άρθρο δεν είναι προβλέψιμο ποια εικόνα θα χρησιμοποιηθεί ως "
918
- "προβεβλημένη."
 
 
 
919
 
920
- #: admin/views/section_defaults.php:512
921
- msgid "Additional rules in the Pro version"
922
- msgstr "Πρόσθετοι κανόνες στην Pro έκδοση"
 
 
 
923
 
924
- #: admin/views/section_defaults.php:514
925
- msgid "Multiple images to set them randomly as featured image"
926
- msgstr "Πολλαπλές εικόνες να οριστούν τυχαία ως προβεβλημένες"
 
 
927
 
928
- #: admin/views/section_defaults.php:515
929
- msgid "Random featured images at each page load"
930
- msgstr "Τυχαίες προβεβλημένες εικόνες σε κάθε φόρτωση σελίδας"
931
 
932
- #: admin/views/section_defaults.php:516
933
  msgid ""
934
- "The first content image can be also an image from an external server to set "
935
- "it as automated featured image"
 
936
  msgstr ""
937
- "Η πρώτη εικόνα περιεχομένου μπορεί να είναι εικόνα από εξωτερικό server και "
938
- "να οριστεί αυτόματα ως προβεβλημένη"
 
939
 
940
- #: admin/views/section_defaults.php:517
 
 
 
941
  msgid ""
942
- "Remove the first content image automatically after the featured image was "
943
- "set successfully"
 
944
  msgstr ""
945
- "Αφαίρεση της πρώτης εικόνας περιεχομένου αυτόματα, μετά τον επιτυχημένο "
946
- "ορισμό της ως προβεβλημένης"
947
-
948
- #: admin/views/section_defaults.php:518
949
- msgid "Match with a search string in post title"
950
- msgstr "Αντιστοίχιση με κείμενο αναζήτησης στον τίτλο άρθρου"
951
 
952
- #: admin/views/section_defaults.php:519
953
- msgid "Match with a selected post format"
954
- msgstr "Αντιστοίχιση με επιλεγμένο τύπο άρθρου"
 
 
 
 
955
 
956
- #: admin/views/section_defaults.php:520
957
- msgid "User defined order of rules"
958
- msgstr "Σειρά κανόνων ορισμένη από τον χρήστη"
 
 
 
 
959
 
960
- #: admin/views/section_defaults.php:521
961
- msgid "Import your rules from this plugin into the Pro plugin"
962
- msgstr "Εισάγετε τους κανόνες από αυτό το πρόσθετο στο Pro"
963
 
964
- #: admin/views/section_errormsg.php:1
965
- msgid "Error"
966
- msgstr "Σφάλμα"
967
 
968
- #: admin/views/section_errormsg.php:3
969
- msgid "Reason"
970
- msgstr "Αιτία"
971
 
972
- #: admin/views/section_errormsg.php:5
973
- msgid "Solution"
974
- msgstr "Λύση"
975
 
976
- #: admin/views/section_footer.php:16
977
- msgid "Credits and informations"
978
- msgstr "Ευχαριστίες και πληροφορίες"
979
 
980
- #: admin/views/section_footer.php:18 admin/views/section_results.php:87
981
- msgid "Do you like the plugin?"
982
- msgstr "Σας άρεσε το πρόσθετο;"
 
983
 
984
- #: admin/views/section_footer.php:18 admin/views/section_results.php:88
985
- msgid "Please rate it at wordpress.org!"
986
- msgstr "Παρακαλώ αξιολογήστε το στο wordpress.org!"
 
987
 
988
- #: admin/views/section_footer.php:19
989
- msgid "Do you need support or have an idea for the plugin?"
990
- msgstr "Χρειάζεστε υποστήριξη ή έχετε μια ιδέα για το πρόσθετο;"
991
 
992
- #: admin/views/section_footer.php:19
993
- msgid ""
994
- "Post your questions and ideas about Quick Featured Images in the forum at "
995
- "wordpress.org!"
996
  msgstr ""
997
- "Κάντε τις ερωτήσεις και τις ιδέες σας για το Quick Featured Images στο "
998
- "φόρουμ του wordpress.org!"
999
 
1000
- #: admin/views/section_footer.php:20
1001
- msgid ""
1002
- "Let the thumbnails appear in the widget of the most recent posts with this "
1003
- "fast plugin"
1004
  msgstr ""
1005
- "Επιτρέψτε τις μικρογραφίες να εμφανίζονται στη μικροεφαρμογή των πιο "
1006
- "πρόσφατων άρθρων με αυτό το γρήγορο πρόσθετο"
1007
 
1008
- #: admin/views/section_footer.php:20
1009
- #, php-format
1010
- msgid "Download plugin %s at %s!"
1011
- msgstr "Κάντε λήψη του %s πρόσθετου στο %s!"
1012
 
1013
- #: admin/views/section_header_progress.php:15
1014
- msgid "Progress bar"
1015
- msgstr "Μπάρα προόδου"
 
 
 
 
 
1016
 
1017
  #: admin/views/section_header_progress.php:17
1018
  msgid "You are here"
1019
  msgstr "Είστε εδώ"
1020
 
1021
- #: admin/views/section_image.php:1
1022
- msgid "Your selection"
1023
- msgstr "Η επιλογή σας"
1024
 
1025
- #: admin/views/section_image.php:9
1026
- msgid "Your selected thumbnail"
1027
- msgstr "Η επιλεγμένη σας μικρογραφία"
1028
 
1029
- #: admin/views/section_image.php:12
1030
- msgid "Image title"
1031
- msgstr "Τίτλος εικόνας"
 
 
 
 
1032
 
1033
- #: admin/views/section_image.php:14 admin/views/section_image.php:36
1034
- msgid "If wrong image start again"
1035
- msgstr "Αν είναι λάθος η εικόνα, αρχίστε ξανά"
 
1036
 
1037
- #: admin/views/section_image.php:23
1038
- msgid "Your selected thumbnails"
1039
- msgstr "Οι επιλεγμένες σας μικρογραφίες"
 
 
 
 
 
 
 
 
 
1040
 
1041
  #: admin/views/section_image.php:42
1042
  msgid "Your selected action"
1043
  msgstr "Η επιλεγμένη σας ενέργεια"
1044
 
1045
- #: admin/views/section_image.php:55
1046
- msgid "If wrong action start again"
1047
- msgstr "Αν είναι λάθος, αρχίστε ξανά"
1048
-
1049
- #: admin/views/section_image.php:68
1050
- msgid "Your selected options"
1051
- msgstr "Οι επιλογές σας"
1052
-
1053
- #: admin/views/section_image.php:84
1054
- msgid "No selected options"
1055
- msgstr "Καμιά επιλογή"
1056
-
1057
  #: admin/views/section_image.php:90
1058
  msgid "Your selected filters"
1059
  msgstr "Τα επιλεγμένα σας φίλτρα"
1060
 
1061
- #: admin/views/section_image.php:106
1062
- msgid "No selected filters"
1063
- msgstr "Καμία επιλογή φίλτρου"
1064
-
1065
- #: admin/views/section_overview.php:17
1066
- msgid "Manage featured images in a quick way"
1067
- msgstr "Διαχειριστείτε, με γρήγορο τρόπο, τις προβεβλημένες εικόνες"
1068
-
1069
- #: admin/views/section_results.php:1
1070
- msgid "Results of the action"
1071
- msgstr "Αποτελέσματα της ενέργειας"
1072
-
1073
- #: admin/views/section_results.php:19
1074
- msgid "Changed successfully"
1075
- msgstr "Αλλάχτηκε επιτυχώς"
1076
-
1077
- #: admin/views/section_results.php:20
1078
- msgid "Unchanged"
1079
- msgstr "Χωρίς αλλαγή"
1080
-
1081
- #: admin/views/section_results.php:82
1082
- msgid "No matches found."
1083
- msgstr "Δε βρέθηκαν αντιστοιχίσεις."
1084
-
1085
- #~ msgid "add the time filter,"
1086
- #~ msgstr "ορίστε το φίλτρο χρόνου,"
1087
-
1088
- #~ msgid "set a small time range,"
1089
- #~ msgstr "ορίστε μια μικρή χρονική περίοδο,"
1090
-
1091
- #~ msgid "do the process"
1092
- #~ msgstr "κάντε την επεξεργασία"
1093
-
1094
- #~ msgid "and repeat it with the next time range as often as needed."
1095
- #~ msgstr "και επαναλάβετε αλλάζοντας τη χρονική περίοδο."
1096
-
1097
- #~ msgid "Get the Pro version"
1098
- #~ msgstr "Πάρτε την Pro έκδοση"
1099
-
1100
- #~ msgid "/"
1101
- #~ msgstr "/"
1102
-
1103
- #~ msgid "Are you looking for more options and more filters?"
1104
- #~ msgstr "Ψάχνετε για περισσότερες επιλογές και φίλτρα;"
1105
-
1106
- #~ msgid "Do you want to assign the first image of each post?"
1107
- #~ msgstr "Θέλετε να ορίσετε την πρώτη εικόνα κάθε άρθρου;"
1108
-
1109
- #~ msgid "Do you want to use external featured images, e.g. from a CDN?"
1110
- #~ msgstr ""
1111
- #~ "Θέλετε να χρησιμοποιήσετε εξωτερικές χαρακτηριστικές εικόνες, π.χ. από "
1112
- #~ "ένα CDN;"
1113
-
1114
- #~ msgid ""
1115
- #~ "The plugin is for free. But the plugin author would be delighted to your "
1116
- #~ "small contribution."
1117
- #~ msgstr ""
1118
- #~ "Αυτό το πρόσθετο είναι δωρεάν. Αλλά ο συντάκτης του, θα ήταν ευγνώμων για "
1119
- #~ "τη μικρή σας συνεισφορά."
1120
-
1121
- #~ msgid "Donation Button"
1122
- #~ msgstr "Κουμπί δωρεάς"
1123
-
1124
- #~ msgid "Donate with PayPal"
1125
- #~ msgstr "Κάντε δωρεά με το PayPal"
1126
-
1127
- #~ msgid "The Pro version"
1128
- #~ msgstr "Η Pro έκδοση"
1129
 
1130
- #~ msgid "Changes saved."
1131
- #~ msgstr "Οι αλλαγές αποθηκεύτηκαν."
 
1132
 
1133
- #~ msgid "No changes were saved."
1134
- #~ msgstr "Δεν αποθηκεύτηκε καμία αλλαγή."
 
1135
 
1136
- #~ msgid "Special thanks for the fine frontend style of the plugin go to"
1137
- #~ msgstr "Ειδικές ευχαριστίες για το τέλειο στυλ του πρόσθετου στην"
 
1138
 
1139
- #~ msgid "You can select posts and pages."
1140
- #~ msgstr "Μπορείτε να επιλέξετε άρθρα και σελίδες."
 
 
 
 
 
 
 
3
  "Project-Id-Version: Quick Featured Images\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
5
  "POT-Creation-Date: 2020-12-16 16:05+0100\n"
6
+ "PO-Revision-Date: 2021-02-21 20:01+0000\n"
7
  "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
8
  "Language-Team: Greek\n"
9
  "Language: el\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: Loco https://localise.biz/\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"
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: admin/views/form_confirm.php:2
 
 
 
 
 
 
 
 
 
21
  #, php-format
22
+ msgid "%d matches found"
23
+ msgstr "Βρέθηκαν %d αντιστοιχίσεις"
 
 
 
 
 
 
24
 
25
+ #: admin/class-quick-featured-images-tools.php:746
26
  #, php-format
27
+ msgid "%s is not defined."
28
+ msgstr "%s δεν ορίστηκε."
29
 
30
  #: admin/class-quick-featured-images-columns.php:278
31
  msgid "(external image)"
32
  msgstr "(εξωτερική εικόνα)"
33
 
34
+ #: admin/views/form_start.php:63
35
+ msgid ""
36
+ "1. Go to the media library. 2. Move the mouse over the desired image. "
37
+ "Further links are appearing, among them the link &quot;Bulk set as featured "
38
+ "image&quot;. 3. After a click on it you can move on in this plugin."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  msgstr ""
40
+ "1. Πηγαίνετε στη συλλογή μέσων. 2. Επιλέξτε την επιθυμητή εικόνα. "
41
+ "Εμφανίζονται σύνδεσμοι, μεταξύ των οποίων ο σύνδεσμος &quot;Μαζικός ορισμός "
42
+ "ως προβεβλημένης εικόνας&quot;. 3. Αφ' ότου το κάνετε κλικ, μπορείτε να "
43
+ "συνεχίσετε με το πρόσθετο."
 
 
 
 
 
 
44
 
45
+ #: admin/views/form_start.php:21
46
+ msgid "Actions with a single image"
47
+ msgstr "Ενέργειες με μονή εικόνα"
48
 
49
+ #: admin/views/form_start.php:67
50
+ msgid "Actions with multiple images"
51
+ msgstr "Ενέργειες με πολλαπλές εικόνες"
52
 
53
+ #: admin/views/form_start.php:101
54
+ msgid "Actions without any selected image"
55
+ msgstr "Ενέργειες χωρίς επιλεγμένη εικόνα"
56
 
57
+ #: admin/class-quick-featured-images-settings.php:618
58
+ msgid ""
59
+ "Activate the checkbox to show the extra column in the media library. If you "
60
+ "would not see the new column in the library switch the appereance of the "
61
+ "library to List mode. The post titles are links to the respective post edit "
62
+ "page."
63
  msgstr ""
64
 
 
 
 
 
 
 
 
 
65
  #: admin/class-quick-featured-images-settings.php:596
66
  msgid ""
67
  "Activate the checkboxes at each post type to show the extra columns in the "
70
  "Επιλέξτε κάθε τύπο άρθρου για να εμφανιστούν εξτρά στήλες στις λίστες των "
71
  "άρθρων."
72
 
73
+ #: admin/views/section_defaults.php:242
74
  msgid ""
75
+ "Activate to automatically overwrite an existing featured image while saving "
76
+ "a post"
77
  msgstr ""
78
+ "Ενεργοποιείστε για να αντικαταστήσετε αυτόματα μια υπάρχουσα προβεβλημένη "
79
+ "εικόνα καθώς αποθηκεύετε ένα άρθρο"
80
 
81
+ #: admin/views/section_defaults.php:255
82
  msgid ""
83
+ "Activate to automatically use the first content image if available in the "
84
+ "media library as featured image while saving a post"
 
 
85
  msgstr ""
86
+ "Ενεργοποιήστε για να κάνετε αυτόματα τη χρήση της πρώτης εικόνας "
87
+ "περιεχομένου, αν είναι διαθέσιμη στη συλλογή πολυμέσων, ως προβεβλημένης "
88
+ "κατά την αποθήκευση του άρθρου"
89
 
90
+ #: admin/class-quick-featured-images-tools.php:576
91
+ msgid "Add filter"
92
+ msgstr "Προσθήκη φίλτρου"
93
 
94
+ #: admin/views/section_defaults.php:491
95
+ msgid "Add rule"
96
+ msgstr "Προσθήκη κανόνα"
 
 
97
 
98
+ #: admin/views/section_defaults.php:238
99
+ msgid "An image overwrites an existing image"
100
+ msgstr "Μια εικόνα αντικαθιστά την υπάρχουσα εικόνα"
 
 
 
 
 
101
 
102
+ #: admin/views/section_defaults.php:496
103
+ msgid "Are you sure to remove this rule?"
104
+ msgstr "Είστε βέβαιοι ότι θέλετε να αφαιρέσετε αυτόν τον κανόνα;"
105
+
106
+ #: admin/views/section_defaults.php:511
107
  msgid ""
108
+ "Bear in mind that if two or more rules with the same taxonomy would fit to "
109
+ "the post it is unforeseeable which image will become the featured image."
 
110
  msgstr ""
111
+ "Να έχετε υπ' όψη ότι αν δύο ή περισσότεροι κανόνες με την ίδια ταξινόμηση "
112
+ "ταιριάζουν στο άρθρο δεν είναι προβλέψιμο ποια εικόνα θα χρησιμοποιηθεί ως "
113
+ "προβεβλημένη."
114
 
115
+ #: admin/class-quick-featured-images-tools.php:2057
116
+ msgid "Bulk set as featured image"
117
+ msgstr "Μαζικός ορισμός ως προβεβλημένης εικόνας"
118
 
119
+ #: admin/class-quick-featured-images-tools.php:1948
120
+ msgid "Bulk set, replace and remove featured images for existing posts"
 
 
121
  msgstr ""
122
+ "Μαζικός ορισμός, αντικατάσταση και αφαίρεση προβεβλημένων εικόνων για "
123
+ "υπάρχοντα άρθρα"
124
 
125
+ #: admin/views/form_confirm.php:20
126
+ msgid "by"
127
+ msgstr "από"
128
 
129
+ #: admin/class-quick-featured-images-tools.php:602
130
+ msgid "Category Filter"
131
+ msgstr "Φίλτρο κατηγορίας"
 
 
132
 
133
+ #: admin/class-quick-featured-images-columns.php:279
134
  #, php-format
135
+ msgid "Change &#8220;%s&#8221;"
136
+ msgstr "Αλλάξτε &#8220;%s&#8221;"
137
 
138
+ #: admin/views/section_results.php:19
139
+ msgid "Changed successfully"
140
+ msgstr "Αλλάχτηκε επιτυχώς"
141
 
142
+ #: admin/class-quick-featured-images-tools.php:747
143
+ msgid "Check how to define the value."
144
+ msgstr "Ελέγξτε πως θα ορίσετε την τιμή."
145
 
146
+ #: admin/views/form_start.php:57
147
+ msgid "Choose Image"
148
+ msgstr "Επιλέξτε εικόνα"
149
+
150
+ #: admin/views/form_select.php:23 admin/views/form_start.php:84
151
+ msgid "Choose Images"
152
+ msgstr "Επιλέξτε εικόνες"
153
+
154
+ #. title of the section.
155
+ #: admin/class-quick-featured-images-settings.php:419
156
+ msgid "Column in the library for posts with assigned featured image"
157
+ msgstr ""
158
+
159
+ #. title of the section.
160
+ #: admin/class-quick-featured-images-settings.php:383
161
+ msgid "Columns for featured images in posts lists"
162
+ msgstr "Στήλες για προβεβλημένες εικόνες στις λίστες των άρθρων"
163
 
164
  #: admin/class-quick-featured-images-tools.php:578
165
  msgid "Confirm"
166
  msgstr "Επιβεβαίωση"
167
 
168
+ #: admin/views/form_confirm.php:120
169
+ msgid "Confirm the change"
170
+ msgstr "Επιβεβαιώστε την αλλαγή"
 
 
 
 
171
 
172
+ #: admin/class-quick-featured-images-tools.php:597
173
+ msgid "Consider only posts without any featured image"
174
+ msgstr "Να ληφθούν υπ' όψη μόνο τα άρθρα χωρίς προβεβλημένη εικόνα"
175
 
176
+ #: admin/class-quick-featured-images-settings.php:696
177
+ msgid "Controls which minimum user role can see the plugin."
178
+ msgstr "Ελέγχει τον ελάχιστο ρόλο χρήστη που μπορεί να δει το πρόσθετο."
179
 
180
+ #: admin/views/section_footer.php:16
181
+ msgid "Credits and informations"
182
+ msgstr "Ευχαριστίες και πληροφορίες"
 
 
 
 
 
 
 
 
 
183
 
184
+ #: admin/views/form_confirm.php:17 admin/views/section_results.php:17
185
+ msgid "Current Featured Image"
186
+ msgstr "Τρέχουσα προβεβλημένη εικόνα"
187
 
188
+ #: admin/views/section_defaults.php:208
189
+ msgid "Default featured images for future posts"
190
+ msgstr "Προεπιλεγμένες προβεβλημένες εικόνες για μελλοντικά άρθρα"
191
 
192
+ #: admin/views/section_defaults.php:210
193
+ msgid ""
194
+ "Define the rules to use images as default featured images automatically "
195
+ "every time a post is saved."
196
+ msgstr ""
197
+ "Ορίστε τους κανόνες για την προεπιλεγμένη αυτόματη χρήση εικόνων ως "
198
+ "προβεβλημένες, κάθε φορά που αποθηκεύεται ένα άρθρο."
199
 
200
+ #: admin/views/form_confirm.php:15 admin/views/section_results.php:16
201
+ msgid "Details"
202
+ msgstr "Λεπτομέρειες"
203
 
204
+ #: admin/class-quick-featured-images-settings.php:615
205
+ msgid ""
206
+ "Display a new column in the media library with the titles of the posts for "
207
+ "which the corresponding image is set as featured image"
208
+ msgstr ""
209
 
210
+ #: admin/views/section_footer.php:18 admin/views/section_results.php:87
211
+ msgid "Do you like the plugin?"
212
+ msgstr "Σας άρεσε το πρόσθετο;"
213
 
214
+ #: admin/views/section_footer.php:19
215
+ msgid "Do you need support or have an idea for the plugin?"
216
+ msgstr "Χρειάζεστε υποστήριξη ή έχετε μια ιδέα για το πρόσθετο;"
217
 
218
+ #: admin/views/section_footer.php:20
219
  #, php-format
220
+ msgid "Download plugin %s at %s!"
221
+ msgstr "Κάντε λήψη του %s πρόσθετου στο %s!"
222
 
223
+ #: admin/views/section_errormsg.php:1
224
+ msgid "Error"
225
+ msgstr "Σφάλμα"
226
 
227
+ #: admin/views/section_defaults.php:500
228
+ msgid ""
229
+ "Every time you save a post the post get the featured image if one of the "
230
+ "following rules match a property of the post. You can also set rules for "
231
+ "pages and all other current post types which support featured images."
232
+ msgstr ""
233
+ "Κάθε φορά που αποθηκεύετε ένα άρθρο, παίρνει την προβεβλημένη εικόνα αν ένας "
234
+ "από τους ακόλουθους κανόνες ταιριάζει με μια ιδιότητα του άρθρου. Μπορείτε "
235
+ "επίσης να ορίσετε κανόνες για τις σελίδες και τους άλλους τύπους άρθρων που "
236
+ "υποστηρίζουν προβεβλημένες εικόνες."
237
 
238
+ #: admin/views/form_select.php:115
239
+ #| msgid ""
240
+ #| "Facing a white blank page while trying to treat thousands of posts is the "
241
+ #| "effect of limited memory capacities on the website server. Instead of "
242
+ #| "treating a huge amount of posts in one single go try to treat small "
243
+ #| "amounts of posts multiple times successively. To achieve that do:"
244
+ msgid ""
245
+ "Facing a white blank page while trying to treat thousands of posts is the "
246
+ "effect of limited memory capacities on the website server. Instead of "
247
+ "treating a huge amount of posts in one single go try to treat small amounts "
248
+ "of posts multiple times successively."
249
+ msgstr ""
250
 
251
+ #: admin/class-quick-featured-images-columns.php:652
252
+ msgid "Featured image for"
253
+ msgstr ""
254
 
255
+ #: admin/views/form_refine.php:18
256
+ #, php-format
257
+ msgid "File %s is not available."
258
+ msgstr "Το αρχείο %s δεν είναι διαθέσιμο."
259
 
260
+ #: admin/views/section_defaults.php:258
261
+ msgid "For which post types should this rule be applied?"
262
+ msgstr "Σε ποιους τύπους άρθρων να εφαρμοστεί αυτός ο κανόνας;"
 
263
 
264
+ #: admin/views/section_defaults.php:503
265
+ msgid "found first content image. If not then..."
266
+ msgstr "βρέθηκε πρώτη εικόνα περιεχομένου. Αν όχι τότε..."
267
 
268
+ #: admin/views/form_confirm.php:18
269
+ msgid "Future Featured Image"
270
+ msgstr "Μελλοντική προβεβλημένη εικόνα"
 
271
 
272
+ #: admin/views/form_start.php:14
273
+ msgid ""
274
+ "Here you can add, replace and delete featured images to your posts. Select "
275
+ "one of the following actions and, if necessary, one or more images."
276
+ msgstr ""
277
+ "Εδώ μπορείτε να προσθέσετε, αντικαταστήσετε και διαγράψετε τις προβεβλημένες "
278
+ "εικόνες στα άρθρα σας. Επιλέξτε μια από τις ακόλουθες ενέργειες και -αν "
279
+ "είναι αναγκαίο- μια ή περισσότερες εικόνες."
280
 
281
+ #: admin/views/section_defaults.php:499
282
+ msgid "How the rules work"
283
+ msgstr "Πώς δουλεύουν οι κανόνες"
284
 
285
+ #. URI of the plugin
286
+ msgid "http://wordpress.org/plugins/quick-featured-images"
287
+ msgstr "http://wordpress.org/plugins/quick-featured-images"
288
 
289
+ #. Author URI of the plugin
290
+ msgid ""
291
+ "https://www.kybernetik-services.com/?"
292
+ "utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-"
293
+ "images&utm_content=author"
294
  msgstr ""
295
+ "https://www.kybernetik-services.com/?"
296
+ "utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-"
297
+ "images&utm_content=author"
 
 
 
298
 
299
+ #: admin/views/section_defaults.php:244
300
+ msgid ""
301
+ "If activated the rule is used automatically while saving a post to overwrite "
302
+ "an existing featured image with the new one based on the following rules. Do "
303
+ "not use this if you want to keep manually set featured images."
304
+ msgstr ""
305
+ "Αν ενεργοποιηθεί, ο κανόνας χρησιμοποιείται αυτόματα κατά την αποθήκευση "
306
+ "ενός άρθρου, για να αντικαταστήσει μια υπάρχουσα προβεβλημένη εικόνα με τη "
307
+ "νέα, βάσει των ακόλουθων κανόνων. Μην το χρησιμοποιείτε αν θέλετε να ορίζετε "
308
+ "χειροκίνητα τις προβεβλημένες εικόνες."
309
 
310
+ #: admin/views/section_defaults.php:257
311
+ msgid ""
312
+ "If activated the rule is used automatically while saving a post to set the "
313
+ "first content image - if available in the media library - as the featured "
314
+ "image of the post. If the post has no content images the next rules will be "
315
+ "applied."
316
  msgstr ""
317
+ "Εάν ενεργοποιηθεί, ο κανόνας χρησιμοποιείται αυτόματα κατά την αποθήκευση "
318
+ "ενός άρθρου, για να οριστεί η πρώτη εικόνα περιεχομένου - εάν είναι "
319
+ "διαθέσιμη στη συλλογή πολυμέσων - ως προβεβλημένη εικόνα του άρθρου. Εάν δεν "
320
+ "έχει εικόνες περιεχομένου, θα εφαρμοστούν οι επόμενοι κανόνες."
321
 
322
+ #: admin/views/form_start.php:61
323
+ msgid "If the button does not work, read this:"
324
+ msgstr "Αν το κουμπί δε δουλεύει, διαβάστε αυτό:"
325
 
326
+ #: admin/views/section_image.php:55
327
+ msgid "If wrong action start again"
328
+ msgstr "Αν είναι λάθος, αρχίστε ξανά"
329
 
330
+ #: admin/views/section_image.php:14 admin/views/section_image.php:36
331
+ msgid "If wrong image start again"
332
+ msgstr "Αν είναι λάθος η εικόνα, αρχίστε ξανά"
333
 
334
+ #: admin/views/form_select.php:114
335
+ msgid "If you encounter a white, blank page, read this"
336
+ msgstr "Αν αντιμετωπίσετε μια λευκή, κενή σελίδα, διαβάστε αυτό"
337
+
338
+ #: admin/views/form_select.php:88
339
+ msgid ""
340
+ "If you want select one of the following filters to narrow down the set of "
341
+ "concerned posts and pages."
342
+ msgstr ""
343
+ "Αν θέλετε, επιλέξετε ένα από τα κάτωθι φίλτρα για να περιορίσετε τα άρθρα "
344
+ "και τις σελίδες που σας ενδιαφέρουν."
345
 
346
  #: admin/views/form_back_to_selection.php:3
347
  msgid ""
351
  "Αν θέλετε να αλλάξετε τις επιλογές σας, απλά πηγαίνετε πίσω κάνοντας κλικ σε "
352
  "αυτό το κουμπί."
353
 
354
+ #: admin/class-quick-featured-images-tools.php:633
355
+ msgid "Image height in pixels lower than"
356
+ msgstr "Ύψος εικόνας σε pixel μικρότερο από"
 
 
 
 
 
 
 
 
 
357
 
358
+ #: admin/views/section_image.php:12
359
+ msgid "Image title"
360
+ msgstr "Τίτλος εικόνας"
 
 
 
 
361
 
362
+ #: admin/class-quick-featured-images-tools.php:632
363
+ msgid "Image width in pixels lower than"
364
+ msgstr "Πλάτος εικόνας σε pixel μικρότερο από"
365
 
366
+ #: admin/views/form_start.php:17
367
+ msgid "Important advice"
368
+ msgstr "Σημαντική συμβουλή"
 
369
 
370
+ #. Author of the plugin
371
+ msgid "Kybernetik Services"
372
+ msgstr "Kybernetik Services"
373
 
374
+ #: admin/views/section_footer.php:20
375
+ msgid ""
376
+ "Let the thumbnails appear in the widget of the most recent posts with this "
377
+ "fast plugin"
378
+ msgstr ""
379
+ "Επιτρέψτε τις μικρογραφίες να εμφανίζονται στη μικροεφαρμογή των πιο "
380
+ "πρόσφατων άρθρων με αυτό το γρήγορο πρόσθετο"
381
 
382
+ #: admin/views/section_overview.php:17
383
+ msgid "Manage featured images in a quick way"
384
+ msgstr "Διαχειριστείτε, με γρήγορο τρόπο, τις προβεβλημένες εικόνες"
385
 
386
+ #: admin/views/section_defaults.php:507
387
+ msgid "matched author. If not then..."
388
+ msgstr "αντιστοιχισμένος συντάκτης. Αν όχι τότε..."
389
 
390
+ #: admin/views/section_defaults.php:506
391
+ msgid "matched category. If not then..."
392
+ msgstr "αντιστοιχισμένη κατηγορία. Αν όχι τότε..."
393
 
394
+ #: admin/views/section_defaults.php:504
395
+ msgid "matched custom taxonomy. If not then..."
396
+ msgstr "αντιστοίχιση προσαρμοσμένης ταξινόμησης. Αν όχι τότε..."
 
 
397
 
398
+ #: admin/views/section_defaults.php:508
399
+ msgid "matched post type. If not then..."
400
+ msgstr "αντιστοιχισμένος τύπος άρθρου. Αν όχι τότε..."
 
 
 
 
401
 
402
+ #: admin/views/section_defaults.php:505
403
+ msgid "matched tag. If not then..."
404
+ msgstr "αντιστοιχισμένη ετικέτα. Αν όχι τότε..."
405
 
406
+ #: admin/views/section_defaults.php:16
407
+ msgid "matches"
408
+ msgstr "αντιστοιχίσεις"
 
409
 
410
+ #: admin/class-quick-featured-images-settings.php:630
411
+ msgid "Minimum user role to see the plugin in the backend"
412
+ msgstr "Ελάχιστος ρόλος χρήστη για να βλέπει το πρόσθετο στη διαχείριση"
 
413
 
414
+ #: admin/views/form_back_to_selection.php:42
415
+ msgid "Modify selection"
416
+ msgstr "Αλλαγή επιλογής"
 
 
 
 
417
 
418
+ #: admin/views/section_defaults.php:509
419
+ msgid "no featured image."
420
+ msgstr "χωρίς προβεβλημένη εικόνα."
421
 
422
+ #: admin/views/section_results.php:82
423
+ msgid "No matches found."
424
+ msgstr "Δε βρέθηκαν αντιστοιχίσεις."
425
 
426
+ #: admin/views/section_image.php:106
427
+ msgid "No selected filters"
428
+ msgstr "Καμία επιλογή φίλτρου"
 
429
 
430
+ #: admin/views/section_image.php:84
431
+ msgid "No selected options"
432
+ msgstr "Καμιά επιλογή"
433
 
434
+ #: admin/views/form_confirm.php:16 admin/views/section_defaults.php:17
435
+ #: admin/views/section_results.php:18
436
+ msgid "No."
437
+ msgstr "Όχι."
438
 
439
+ #: admin/views/form_select.php:9 admin/views/form_start.php:4
440
+ #: admin/views/section_defaults.php:217
441
+ msgid "Notice"
442
+ msgstr "Επισήμανση"
443
 
444
  #: admin/views/form_refine.php:9
445
  msgid ""
448
  "Τώρα μπορείτε να βρείτε άρθρα και σελίδες ταιριάζοντας παραμέτρους. "
449
  "Βελτιστοποιήστε τις εδώ."
450
 
451
+ #: admin/views/form_select.php:121
452
+ msgid ""
453
+ "On the next page you can refine the filters. If you did not select any "
454
+ "filter you will go to the preview list directly."
455
  msgstr ""
456
+ "Στην επόμενη σελίδα μπορείτε να βελτιστοποιήσετε τα φίλτρα. Αν δεν επιλέξατε "
457
+ "κάποιο, θα οδηγηθείτε άμεσα στην λίστα προεπισκόπησης."
458
 
459
+ #: admin/views/form_select.php:85
460
+ msgid "Optional: Add a filter"
461
+ msgstr "Προεραιτικό: Προσθέστε ένα φίλτρο"
 
462
 
463
+ #: admin/views/form_select.php:45
464
+ msgid "Optional: Select options"
465
+ msgstr "Προεραιτικό: Κάντε επιλογές"
466
 
467
+ #: admin/views/form_confirm.php:182
468
+ msgid "or refine your selection with the following form fields."
469
+ msgstr "ή βελτιστοποιήστε την επιλογή με τα ακόλουθα πεδία."
 
 
 
 
470
 
471
+ #: admin/views/form_select.php:53
472
+ msgid "Overwrite existing featured images with new ones"
473
+ msgstr "Αντικατάσταση υπαρχόντων προβεβλημένων εικόνων, με νέες"
 
474
 
475
+ #: admin/class-quick-featured-images-tools.php:596
476
+ msgid "Overwrite featured images"
477
+ msgstr "Αντικατάσταση προβεβλημένων εικόνων"
 
 
 
 
478
 
479
+ #: admin/class-quick-featured-images-tools.php:579
480
+ msgid "Perform"
481
+ msgstr "Εκτέλεση"
 
 
482
 
483
+ #: admin/views/section_footer.php:18 admin/views/section_results.php:88
484
+ msgid "Please rate it at wordpress.org!"
485
+ msgstr "Παρακαλώ αξιολογήστε το στο wordpress.org!"
486
+
487
+ #: admin/class-quick-featured-images-settings.php:432
488
+ msgid "Post list column in the library"
489
  msgstr ""
 
490
 
491
+ #: admin/views/section_defaults.php:59
492
+ msgid "Post Type"
493
+ msgstr "Τύπος άρθρου"
494
+
495
+ #: admin/class-quick-featured-images-tools.php:601
496
+ msgid "Post Type Filter"
497
+ msgstr "Φίλτρο τύπου άρθρου"
498
+
499
+ #: admin/views/section_footer.php:19
500
  msgid ""
501
+ "Post your questions and ideas about Quick Featured Images in the forum at "
502
+ "wordpress.org!"
503
  msgstr ""
504
+ "Κάντε τις ερωτήσεις και τις ιδέες σας για το Quick Featured Images στο "
505
+ "φόρουμ του wordpress.org!"
506
 
507
+ #: admin/class-quick-featured-images-settings.php:396
508
+ msgid "Posts list with image column"
509
+ msgstr "Λίστα άρθρων με στήλη εικόνας"
510
 
511
+ #: admin/views/form_select.php:63
512
+ msgid ""
513
+ "Posts with featured images will be ignored, even if the Overwrite option is "
514
+ "checked"
515
+ msgstr ""
516
+ "Άρθρα με προβεβλημένες εικόνες θα αγνοηθούν, ακόμη και αν η επιλογή της "
517
+ "αντικατάστασης είναι επιλεγμένη"
518
 
519
+ #: admin/class-quick-featured-images-defaults.php:277
520
+ msgid "Preset Featured Images"
521
+ msgstr "Προεπιλογή προβεβλημένων εικόνων"
522
 
523
+ #: admin/views/form_refine.php:48 admin/views/form_select.php:29
524
+ msgid "Preview filtering"
525
+ msgstr "Προεπισκόπηση φίλτρου"
526
 
527
+ #: admin/views/form_confirm.php:1
528
+ msgid "Preview of your selection"
529
+ msgstr "Προεπισκόπηση επιλογής"
530
 
531
  #: admin/views/form_select.php:47
532
  msgid "Process Options"
533
  msgstr "Επιλογές επεξεργασίας"
534
 
535
+ #: admin/views/section_header_progress.php:15
536
+ msgid "Progress bar"
537
+ msgstr "Μπάρα προόδου"
538
 
539
+ #. Name of the plugin
540
+ msgid "Quick Featured Images"
 
 
541
  msgstr ""
 
 
542
 
543
+ #: admin/views/section_errormsg.php:3
544
+ msgid "Reason"
545
+ msgstr "Αιτία"
546
 
547
+ #: admin/class-quick-featured-images-tools.php:577
548
+ msgid "Refine"
549
+ msgstr "Βελτιστοποίηση"
550
 
551
+ #: admin/views/form_refine.php:8
552
+ msgid "Refine filters"
553
+ msgstr "Φίλτρα βελτιστοποίησης"
 
 
554
 
555
+ #: admin/views/form_refine.php:1
556
+ msgid "Refine your selection"
557
+ msgstr "Βελτιστοποιήστε την επιλογή"
558
 
559
+ #: admin/views/form_select.php:37
560
+ msgid "Refine your selections"
561
+ msgstr "Βελτιστοποιήστε τις επιλογές"
562
 
563
+ #: admin/views/section_defaults.php:501
564
  msgid ""
565
+ "Regardless of the order in the list the rules are applied in the following "
566
+ "order until a rule and a property of the post fit together:"
567
  msgstr ""
568
+ "Ανεξάρτητα από τη σειρά στην λίστα, οι κανόνες εφαρμόζονται με την ακόλουθη "
569
+ "σειρά έως ότου ένας κανόνας και μια ιδιότητα του άρθρου να ταιριάξουν:"
570
 
571
+ #: admin/class-quick-featured-images-columns.php:280
572
+ #, php-format
573
+ msgid "Remove &#8220;%s&#8221;"
574
+ msgstr "Αφαιρέστε &#8220;%s&#8221;"
575
+
576
+ #: admin/class-quick-featured-images-tools.php:589
577
+ msgid "Remove all featured images without existing image files"
578
  msgstr ""
579
+ "Αφαίρεση όλων των προβεβλημένων εικόνων που δεν έχουν τα αρχεία εικόνων"
580
+
581
+ #: admin/class-quick-featured-images-tools.php:588
582
+ msgid "Remove any image as featured image"
583
+ msgstr "Αφαίρεση οποιασδήποτε εικόνας ως προβεβλημένης"
584
+
585
+ #: admin/class-quick-featured-images-tools.php:585
586
+ msgid "Remove the selected image as featured image"
587
+ msgstr "Αφαίρεση της επιλεγμένης εικόνας ως προβεβλημένης"
588
+
589
+ #: admin/class-quick-featured-images-tools.php:584
590
+ msgid "Replace featured images by the selected image"
591
+ msgstr "Αντικατάσταση προβεβλημένων εικόνων με την επιλεγμένη εικόνα"
592
+
593
+ #: admin/views/section_results.php:1
594
+ msgid "Results of the action"
595
+ msgstr "Αποτελέσματα της ενέργειας"
596
 
597
  #: admin/views/form_select.php:94
598
  msgid "Search by post type. By default all posts and pages will be affected."
608
  msgid "Search posts by tag"
609
  msgstr "Αναζήτηση άρθρων βάση ετικέτας"
610
 
611
+ #: admin/class-quick-featured-images-tools.php:575
612
+ msgid "Select"
613
+ msgstr "Επιλέξτε"
 
 
 
 
 
 
 
 
 
 
 
 
 
614
 
615
+ #: admin/views/filter_category.php:3
616
+ msgid "Select a category"
617
+ msgstr "Επιλέξτε μια κατηγορία"
 
 
 
 
 
 
618
 
619
+ #: admin/views/filter_tag.php:7
620
+ msgid "Select a tag"
621
+ msgstr "Επιλογή ετικέτας"
 
 
 
 
622
 
623
+ #: admin/views/form_start.php:20
624
+ msgid "Select action"
625
+ msgstr "Επιλέξτε ενέργεια"
 
 
 
 
 
 
 
626
 
627
+ #: admin/class-quick-featured-images-tools.php:751
628
+ msgid "Select an image from the media library."
629
+ msgstr "Επιλέξτε μια εικόνα από την συλλογή."
630
 
631
+ #: admin/views/section_defaults.php:285
632
  msgid ""
633
+ "Select at least one post type, otherwise all post types will be considered."
 
 
 
 
 
 
 
 
634
  msgstr ""
635
+ "Επιλέξτε τουλάχιστο έναν τύπο άρθρου, αλλιώς όλοι οι τύποι θα συμπεριληφθούν."
 
 
 
 
 
636
 
637
+ #: admin/views/form_select.php:87
638
+ msgid "Select filters"
639
+ msgstr "Επιλογή φίλτρων"
 
 
 
 
640
 
641
+ #: admin/views/form_back_to_selection.php:2
642
+ msgid "Select filters and options again"
643
+ msgstr "Επιλέξτε ξανά φίλτρα και ρυθμίσεις"
644
 
645
+ #: admin/views/filter_post_types.php:2
646
+ msgid "Select post types"
647
+ msgstr "Επιλέξτε τύπους άρθρων"
648
 
649
+ #: admin/views/form_select.php:17
650
+ msgid "Select the featured images you want to replace by the selected image."
651
  msgstr ""
652
+ "Επιλέξτε τις προβεβλημένες εικόνες που θέλετε να αντικαταστήσετε με την "
653
+ "επιλεγμένη εικόνα."
654
 
655
  #: admin/views/form_start.php:35
656
  msgid ""
660
  "Επιλέξτε την εικόνα που θέλετε να προσθέσετε, αντικαταστήσετε ή διαγράψετε "
661
  "από τα άρθρα και τις σελίδες σας, κάνοντας κλικ στο ακόλουθο κουμπί."
662
 
663
+ #: admin/class-quick-featured-images-settings.php:666
664
+ msgid "Select the minimum user role a user must have to see the plugin."
665
+ msgstr ""
666
+ "Επιλέξτε τον ελάχιστο ρόλο χρήστη που πρέπει να ισχύει ώστε να εμφανίζεται "
667
+ "το πρόσθετο."
668
+
669
+ #: admin/class-quick-featured-images-defaults.php:288
670
+ msgid "Set default featured images for future posts"
671
+ msgstr "Ορίστε την προεπιλογή για προβεβλημένες εικόνες των μελλοντικών άρθρων"
672
+
673
+ #: admin/class-quick-featured-images-columns.php:281
674
+ #, php-format
675
+ msgid "Set image for &#8220;%s&#8221;"
676
+ msgstr "Ορίστε εικόνα για &#8220;%s&#8221;"
677
+
678
+ #: admin/class-quick-featured-images-tools.php:592
679
+ msgid "Set multiple images randomly as featured images"
680
+ msgstr "Τυχαίος ορισμός πολλαπλών εικόνων ως προβεβλημένων"
681
+
682
+ #: admin/class-quick-featured-images-tools.php:583
683
+ msgid "Set the selected image as new featured image"
684
+ msgstr "Ορίστε την επιλεγμένη εικόνα ως νέα προβεβλημένη εικόνα"
685
+
686
+ #: admin/class-quick-featured-images-settings.php:232
687
+ msgid "Set the visibility of columns of featured images in posts lists"
688
+ msgstr ""
689
+ "Ορίστε την ορατότητα των στηλών των προβεβλημένων εικόνων στις λίστες των "
690
+ "άρθρων"
691
 
692
+ #: admin/class-quick-featured-images-tools.php:1937
693
+ msgid "Set, replace, remove"
694
+ msgstr "Ορίστε, αντικαταστήστε, αφαιρέστε"
695
 
696
+ #: admin/views/form_confirm.php:50
697
+ msgid "Should the added featured images be removed from all listed posts?"
 
 
698
  msgstr ""
699
+ "Να αφαιρεθούν οι πρόσθετες προβεβλημένες εικόνας από όλα τα επιλεγμένα άρθρα;"
 
 
700
 
701
+ #: admin/views/form_confirm.php:41
702
  msgid ""
703
+ "Should the current set featured image be replaced by the selected image at "
704
+ "all listed posts?"
 
705
  msgstr ""
706
+ "Να αντικατασταθεί το τρέχον σετ προβεβλημένων εικόνων από την επιλεγμένη "
707
+ "εικόνα στα άρθρα;"
 
 
 
 
 
 
708
 
709
+ #: admin/views/form_confirm.php:12
710
  msgid ""
711
+ "Should the entries of featured images without image files be removed from "
712
+ "the database?"
713
  msgstr ""
714
+ "Οι καταχωρήσεις προβεβλημένων εικόνων χωρίς εικόνες, να αφαιρεθούν από τη "
715
+ "βάση;"
716
 
717
+ #: admin/views/form_confirm.php:47
718
+ msgid "Should the future images be set as featured images at all listed posts?"
719
+ msgstr ""
720
+ "Να οριστούν οι μελλοντικές εικόνες ως προβεβλημένες στα επιλεγμένα άρθρα;"
721
 
722
+ #: admin/views/form_confirm.php:44
723
+ msgid "Should the selected image be removed from all listed posts?"
724
+ msgstr "Να αφαιρεθεί η εικόνα από όλα τα επιλεγμένα άρθρα;"
725
 
726
+ #: admin/views/form_confirm.php:35
727
+ msgid "Should the selected image be set as featured image to all listed posts?"
728
+ msgstr "Να οριστεί η εικόνα ως προβεβλημένη στα επιλεγμένα άρθρα;"
729
 
730
+ #: admin/views/form_confirm.php:38
731
+ msgid ""
732
+ "Should the selected images be set randomly as featured images to all listed "
733
+ "posts?"
734
+ msgstr "Να οριστούν οι εικόνες ως προβεβλημένες στα επιλεγμένα άρθρα;"
735
 
736
+ #: admin/class-quick-featured-images-settings.php:391
737
+ msgid "Show additional column for featured images in lists of"
738
+ msgstr "Εμφάνιση πρόσθετης στήλης για προβεβλημένες εικόνες σε λίστες των"
739
 
740
+ #: admin/class-quick-featured-images-settings.php:427
741
+ msgid "Show additional column in the library for posts with featured images"
 
 
742
  msgstr ""
 
 
743
 
744
+ #: admin/views/section_errormsg.php:5
745
+ msgid "Solution"
746
+ msgstr "Λύση"
747
+
748
+ #: admin/views/form_start.php:62
749
  msgid ""
750
+ "Some users reported that this button would not work in some WordPress "
751
+ "installations. If this should be the case you can take another way:"
752
  msgstr ""
753
+ "Κάποιοι χρήστες ανέφεραν ότι αυτό το κουμπί δε δουλεύει σε κάποιες "
754
+ "εγκαταστάσεις του WordPress. Αν συμβαίνει αυτό, μπορείτε να κάνετε κάτι "
755
+ "διαφορετικό:"
756
 
757
+ #: admin/views/form_confirm.php:182 admin/views/section_errormsg.php:8
758
+ #: admin/views/section_results.php:86
759
+ msgid "Start again"
760
+ msgstr "Αρχίστε ξανά"
761
 
762
+ #: admin/class-quick-featured-images-tools.php:755
763
+ msgid "Start again and select which action you want to apply."
764
+ msgstr "Ξεκινήστε πάλι και επιλέξτε ποια ενέργεια θέλετε να εφαρμόσετε."
 
 
 
 
765
 
766
+ #: admin/class-quick-featured-images-tools.php:603
767
+ msgid "Tag Filter"
768
+ msgstr "Φίλτρο ετικέτας"
 
 
 
 
 
 
 
769
 
770
  #: admin/views/section_defaults.php:251
771
  msgid "Text with images in WordPress editor"
772
  msgstr "Κείμενο με εικόνες στον διορθωτή του WordPress"
773
 
774
+ #: admin/class-quick-featured-images-settings.php:705
775
  msgid ""
776
+ "The additional column in the media library lists all posts for which the "
777
+ "image is set as featured."
778
  msgstr ""
 
 
 
779
 
780
+ #: admin/class-quick-featured-images-settings.php:687
781
  msgid ""
782
+ "The additional columns give you a quick overview about all used featured "
783
+ "images for every post. The Featured Image column is sortable."
 
 
784
  msgstr ""
785
+ "Οι πρόσθετες στήλες, σας δίνουν μια γρήγορη επισκόπηση για όλες τις "
786
+ "προβεβλημένες εικόνες σε χρήση για κάθε άρθρο. Η στήλη είναι ταξινομήσιμη."
 
 
 
 
 
 
787
 
788
+ #: admin/views/form_start.php:6 admin/views/section_defaults.php:219
789
  msgid ""
790
+ "The current theme does not support featured images. Anyway you can use this "
791
+ "plugin. The effects are stored and will be visible in a theme which supports "
792
+ "featured images."
793
  msgstr ""
794
+ "Το τρέχον θέμα δεν υποστηρίζει προβεβλημένες εικόνες. Μπορείτε όμως να "
795
+ "χρησιμοποιήσετε το πρόσθετο. Τα αποτελέσματα θα αποθηκευτούν και θα "
796
+ "εμφανιστούν όταν χρησιμοποιηθεί ένα θέμα που κάνει χρήση προβεβλημένων "
797
+ "εικόνων."
 
798
 
799
+ #: admin/class-quick-featured-images-tools.php:758
800
+ #, php-format
801
+ msgid "The input field %s has an invalid value."
802
+ msgstr "Το πεδίο %s έχει λανθασμένη τιμή."
803
 
804
+ #: admin/class-quick-featured-images-tools.php:742
805
+ #, php-format
806
+ msgid "The input field %s is empty."
807
+ msgstr "Το πεδίο %s είναι άδειο."
808
 
809
+ #: admin/views/form_confirm.php:54 admin/views/section_results.php:27
810
  msgid ""
811
+ "The list is in alphabetical order according to post title. You can edit a "
812
+ "post in a new window by clicking on its link in the list."
 
813
  msgstr ""
814
+ "Η λίστα είναι σε αλφαβητική σειρά σύμφωνα με τον τίτλο του άρθρου. Μπορείτε "
815
+ "να επεξεργαστείτε ένα άρθρο σε νέο παράθυρο κλικάροντάς τον σύνδεσμό του."
 
 
816
 
817
+ #: admin/class-quick-featured-images-admin.php:278
818
+ #, php-format
819
  msgid ""
820
+ "The plugin requires WordPress version %s or higher. Therefore, WordPress did "
821
+ "not activate it. If you want to use this plugin update the Wordpress files "
822
+ "to the latest version."
823
  msgstr ""
824
+ "Το πρόσθετο απαιτεί την έκδοση %s ή μεγαλύτερη του Wordpress. Γι'αυτό το "
825
+ "Wordpress δεν το ενεργοποίησε. Αν θέλετε να χρησιμοποιήσετε αυτό το πρόσθετο,"
826
+ " ενημερώστε τα αρχεία του Wordpress στην πιο πρόσφατη έκδοση."
 
 
 
 
 
 
 
827
 
828
+ #: admin/class-quick-featured-images-settings.php:671
829
+ #, php-format
830
+ msgid ""
831
+ "The rules as set in &#8220;%s&#8221; work on posts independently of this "
832
+ "setting."
833
+ msgstr ""
834
+ "Οι κανόνες όπως ορίστηκαν στο &#8220;%s&#8221; εφαρμόζονται στα άρθρα "
835
+ "ανεξάρτητα από αυτή τη ρύθμιση."
836
 
837
+ #: admin/views/filter_category.php:14
838
+ msgid "The selection of a category includes all of its subcategories."
839
+ msgstr ""
840
 
841
+ #: admin/views/form_refine.php:54
842
+ msgid ""
843
+ "There are no selected filters. Modify your filter selection or just go on by "
844
+ "clicking on the next button."
845
+ msgstr ""
846
+ "Δεν επιλέχθηκαν φίλτρα. Διαμορφώστε τα φίλτρα σας ή απλά συνεχίστε πατώντας "
847
+ "το επόμενο κουμπί."
848
 
849
+ #: admin/views/filter_tag.php:20
850
+ msgid "There are no tags in use."
851
+ msgstr "Δεν χρησιμοποιούνται ετικέτες."
852
 
853
+ #: admin/class-quick-featured-images-tools.php:750
854
+ msgid "There is no selected image."
855
+ msgstr "Δεν επιλέχθηκε εικόνα."
856
 
857
+ #: admin/views/form_start.php:18
858
  msgid ""
859
+ "There is no undo function! It is strongly recommended that you make a backup "
860
+ "of the WordPress database before you perform mass changes."
861
  msgstr ""
862
+ "Δεν υπάρχει δυνατότητα αναίρεσης! Συνιστάται να κάνετε αντίγραφο ασφαλείας "
863
+ "της βάσης δεδομένων του WordPress, πριν κάνετε μαζικές αλλαγές."
864
+
865
+ #: admin/views/form_start.php:102
866
+ msgid "These actions do not require a selected image."
867
+ msgstr "Αυτές οι ενέργειες δεν απαιτούν επιλογή εικόνας."
868
 
869
+ #: admin/views/form_start.php:68
870
+ msgid ""
871
+ "These actions require at least one selected image with the following button."
872
+ msgstr ""
873
+ "Αυτές οι ενέργειες προϋποθέτουν την επιλογή τουλάχιστον μιας εικόνας με το "
874
+ "ακόλουθο κουμπί."
875
 
876
+ #: admin/views/form_start.php:22
877
+ msgid "These actions require to select an image with the following button."
878
+ msgstr ""
879
+ "Αυτές οι ενέργειες προϋποθέτουν να επιλέξετε μια εικόνα με το ακόλουθο "
880
+ "κουμπί."
881
 
882
+ #: admin/class-quick-featured-images-settings.php:677
883
+ msgid "This page is accessible for administrators only."
884
+ msgstr "Αυτή η σελίδα είναι προσβάσιμη μόνο σε διαχειριστές."
885
 
886
+ #: admin/class-quick-featured-images-settings.php:676
887
  msgid ""
888
+ "This setting controls as well whether a user will see in an image column the "
889
+ "thumbnails with action links or the thumbnails only. To switch image columns "
890
+ "on and off use the section above."
891
  msgstr ""
892
+ "Αυτή η ρύθμιση ελέγχει αν ο χρήστης θα βλέπει τις μικρογραφίες σε μια στήλη "
893
+ "εικόνων με συνδέσμους ενεργειών ή μόνο τις μικρογραφίες. Για την "
894
+ "ενεργοποίηση ή όχι χρησιμοποιήστε τη ρύθμιση πιο πάνω."
895
 
896
+ #: admin/views/form_select.php:116
897
+ #| msgid ""
898
+ #| "This way is not as fast as one single run, but still much faster than "
899
+ #| "setting the images for each post manually."
900
  msgid ""
901
+ "To achieve that use the filters and repeat the process until your task is "
902
+ "done. This way is not as fast as one single run, but still much faster than "
903
+ "setting the images for each post manually."
904
  msgstr ""
 
 
 
 
 
 
905
 
906
+ #: admin/views/form_select.php:19 admin/views/form_start.php:80
907
+ msgid ""
908
+ "To select multiple images click on the button and use the CTRL key while "
909
+ "clicking on the images."
910
+ msgstr ""
911
+ "Για να επιλέξετε πολλαπλές εικόνες, κάντε κλικ στο κουμπί και χρησιμοποιήστε "
912
+ "το CTRL καθώς κάνετε τις επιλογές."
913
 
914
+ #: admin/views/section_defaults.php:211
915
+ msgid ""
916
+ "To use a rule choose the image and set both the taxonomy and the value. A "
917
+ "rule which is defined only partially will be ignored."
918
+ msgstr ""
919
+ "Για να κάνετε χρήση ενός κανόνα, επιλέξτε την εικόνα και ορίστε την "
920
+ "ταξινόμηση και τη τιμή. Αν ο κανόνας οριστεί μερικώς, θα αγνοηθεί."
921
 
922
+ #: admin/class-quick-featured-images-tools.php:743
923
+ msgid "Type in a value into the input field."
924
+ msgstr "Δώστε μια τιμή στο πεδίο."
925
 
926
+ #: admin/class-quick-featured-images-tools.php:759
927
+ msgid "Type in valid values in the input field."
928
+ msgstr "Δώστε έγκυρες τιμές στο πεδίο."
929
 
930
+ #: admin/class-quick-featured-images-tools.php:763
931
+ msgid "Type in values stored by WordPress."
932
+ msgstr "Δώστε αποθηκευμένες τιμές από το WordPress."
933
 
934
+ #: admin/views/section_results.php:20
935
+ msgid "Unchanged"
936
+ msgstr "Χωρίς αλλαγή"
937
 
938
+ #: admin/views/form_select.php:31 admin/views/form_start.php:119
939
+ msgid "Use CTRL for multiple choice"
940
+ msgstr "Χρησιμοποιήστε το CTRL για πολλαπλές επιλογές"
941
 
942
+ #. title of the section.
943
+ #: admin/class-quick-featured-images-settings.php:455
944
+ msgid "Visibility of the plugin"
945
+ msgstr "Ορατότητα του πρόσθετου"
946
 
947
+ #: admin/class-quick-featured-images-admin.php:484
948
+ #, php-format
949
+ msgid "Welcome to %s! You can find the plugin at %s."
950
+ msgstr "Καλώς ήλθατε στο %s! Μπορείτε να βρείτε το πρόσθετο στο %s."
951
 
952
+ #: admin/views/form_start.php:12
953
+ msgid "What do you want to do?"
954
+ msgstr "Τι θέλετε να κάνετε;"
955
 
956
+ #: admin/views/form_refine.php:10
957
+ msgid "Whatever you do: You can confirm your choice on the next page."
 
 
958
  msgstr ""
959
+ "Ό,τι και αν κάνετε: Μπορείτε να επιβεβαιώσετε την επιλογή σας στην επόμενη "
960
+ "σελίδα."
961
 
962
+ #: admin/views/form_start.php:15
963
+ msgid "Whatever you select: You can refine your choice on the next page."
 
 
964
  msgstr ""
965
+ "Ό,τι και αν επιλέξετε: Μπορείτε να βελτιστοποιήσετε την επιλογή σας στην "
966
+ "επόμενη σελίδα."
967
 
968
+ #: admin/class-quick-featured-images-settings.php:463
969
+ msgid "Which user role may see the plugin?"
970
+ msgstr "Ποιο προφίλ χρήστη μπορεί να δει το πρόσθετο;"
 
971
 
972
+ #: admin/views/form_confirm.php:19
973
+ msgid "written on"
974
+ msgstr "γράφτηκε την"
975
+
976
+ #: admin/class-quick-featured-images-tools.php:473
977
+ #, php-format
978
+ msgid "Wrong image ID %d"
979
+ msgstr "Λάθος ταυτότητα εικόνας %d"
980
 
981
  #: admin/views/section_header_progress.php:17
982
  msgid "You are here"
983
  msgstr "Είστε εδώ"
984
 
985
+ #: admin/views/form_select.php:38 admin/views/form_select.php:48
986
+ msgid "You can control the process with the following options."
987
+ msgstr "Μπορείτε να ελέγξετε τη διαδικασία με τις ακόλουθες επιλογές."
988
 
989
+ #: admin/views/form_confirm.php:121
990
+ msgid "You can not undo the operation!"
991
+ msgstr "Δεν μπορείτε να αναιρέσετε την ενέργεια!"
992
 
993
+ #: admin/views/form_select.php:89
994
+ msgid ""
995
+ "You can select multiple filters. They will return an intersection of their "
996
+ "results."
997
+ msgstr ""
998
+ "Μπορείτε να επιλέξετε πολλαπλά φίλτρα. Θα επιστρέψουν έναν συνδυασμό των "
999
+ "αποτελεσμάτων."
1000
 
1001
+ #: admin/views/form_select.php:18
1002
+ msgid "You can select multiple images. Select at least one image."
1003
+ msgstr ""
1004
+ "Μπορείτε να επιλέξετε πολλαπλές εικόνες. Επιλέξτε τουλάχιστο μια εικόνα."
1005
 
1006
+ #: admin/views/form_select.php:11
1007
+ msgid ""
1008
+ "You did not have selected an image from the list below. To go on select at "
1009
+ "least one image you want to replace by the selected image."
1010
+ msgstr ""
1011
+ "Δεν επιλέξατε εικόνα από την παρακάτω λίστα. Για να συνεχίσετε, επιλέξτε "
1012
+ "τουλάχιστο μια εικόνα που θέλετε να αντικατασταθεί από την επιλεγμένη εικόνα."
1013
+
1014
+ #: admin/class-quick-featured-images-tools.php:754
1015
+ #: admin/views/section_image.php:51
1016
+ msgid "You have not selected an action."
1017
+ msgstr "Δεν επιλέξατε ενέργεια."
1018
 
1019
  #: admin/views/section_image.php:42
1020
  msgid "Your selected action"
1021
  msgstr "Η επιλεγμένη σας ενέργεια"
1022
 
 
 
 
 
 
 
 
 
 
 
 
 
1023
  #: admin/views/section_image.php:90
1024
  msgid "Your selected filters"
1025
  msgstr "Τα επιλεγμένα σας φίλτρα"
1026
 
1027
+ #: admin/views/section_image.php:68
1028
+ msgid "Your selected options"
1029
+ msgstr "Οι επιλογές σας"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1030
 
1031
+ #: admin/views/section_image.php:9
1032
+ msgid "Your selected thumbnail"
1033
+ msgstr "Η επιλεγμένη σας μικρογραφία"
1034
 
1035
+ #: admin/views/section_image.php:23
1036
+ msgid "Your selected thumbnails"
1037
+ msgstr "Οι επιλεγμένες σας μικρογραφίες"
1038
 
1039
+ #: admin/views/section_image.php:1
1040
+ msgid "Your selection"
1041
+ msgstr "Η επιλογή σας"
1042
 
1043
+ #. Description of the plugin
1044
+ #: admin/class-quick-featured-images-admin.php:215
1045
+ msgid ""
1046
+ "Your time-saving Swiss Army Knife for featured images: Set, replace and "
1047
+ "delete them in bulk, in posts lists and set default images for future posts."
1048
+ msgstr ""
1049
+ "Ο Ελβετικός σουγιάς που σας γλιτώνει χρόνο για τις προβεβλημένες εικόνες: "
1050
+ "Ορίστε, αντικαταστήστε και διαγράψτε τις μαζικά, σε λίστες άρθρων και ορίστε "
1051
+ "προεπιλεγμένες εικόνες για τα μελλοντικά άρθρα."
languages/quick-featured-images-es_ES.mo CHANGED
Binary file
languages/quick-featured-images-es_ES.po CHANGED
@@ -5,119 +5,65 @@ msgstr ""
5
  "Project-Id-Version: Quick Featured Images Pro\n"
6
  "Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
7
  "POT-Creation-Date: 2020-12-16 16:05+0100\n"
8
- "PO-Revision-Date: 2020-12-16 16:05+0100\n"
9
  "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
10
- "Language-Team: Martin Stehle <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.4.2\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"
19
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
- #: admin/class-quick-featured-images-admin.php:215
23
- msgid ""
24
- "Your time-saving Swiss Army Knife for featured images: Set, replace and "
25
- "delete them in bulk, in posts lists and set default images for future posts."
26
- msgstr ""
27
- "Tu ahorro de tiempo, la navaja suiza para las imágenes destacadas: "
28
- "Establécelas, reemplázalas y bórralas a granel, en la lista de mensajes y "
29
- "configurar imágenes por defecto para mensajes futuros."
30
-
31
- #: admin/class-quick-featured-images-admin.php:278
32
  #, php-format
33
- msgid ""
34
- "The plugin requires WordPress version %s or higher. Therefore, WordPress did "
35
- "not activate it. If you want to use this plugin update the Wordpress files "
36
- "to the latest version."
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
44
- msgid "Welcome to %s! You can find the plugin at %s."
45
- msgstr "Bienvenido a %s! Puedes encontrar el plugin en %s."
46
 
47
  #: admin/class-quick-featured-images-columns.php:278
48
  msgid "(external image)"
49
  msgstr "(imagen externa)"
50
 
51
- #: admin/class-quick-featured-images-columns.php:279
52
- #, php-format
53
- msgid "Change &#8220;%s&#8221;"
54
- msgstr "Cambia &#8220;%s&#8221;"
55
-
56
- #: admin/class-quick-featured-images-columns.php:280
57
- #, php-format
58
- msgid "Remove &#8220;%s&#8221;"
59
- msgstr "Eliminar &#8220;%s&#8221;"
60
-
61
- #: admin/class-quick-featured-images-columns.php:281
62
- #, php-format
63
- msgid "Set image for &#8220;%s&#8221;"
64
- msgstr "Establecer imagen para &#8220;%s&#8221;"
65
-
66
- #: admin/class-quick-featured-images-columns.php:646
67
- msgid "Featured image for"
68
- msgstr ""
69
-
70
- #: admin/class-quick-featured-images-defaults.php:277
71
- msgid "Preset Featured Images"
72
- msgstr "Restablece las imágenes destacadas"
73
-
74
- #: admin/class-quick-featured-images-defaults.php:288
75
- msgid "Set default featured images for future posts"
76
- msgstr ""
77
- "Establece las imágenes destacadas predeterminadas para los futuros posts"
78
-
79
- #: admin/class-quick-featured-images-settings.php:232
80
- msgid "Set the visibility of columns of featured images in posts lists"
81
- msgstr ""
82
- "Establece la visibilidad de las columnas de imágenes destacadas en las "
83
- "listas de post"
84
-
85
- #: admin/class-quick-featured-images-settings.php:383
86
- msgid "Columns for featured images in posts lists"
87
- msgstr "Las columnas para las imágenes destacadas en las listas de posts"
88
-
89
- #: admin/class-quick-featured-images-settings.php:391
90
- msgid "Show additional column for featured images in lists of"
91
  msgstr ""
92
- "Muestra las columnas adicionales para las imágenes destacadas en las listas "
93
- "de"
 
 
94
 
95
- #: admin/class-quick-featured-images-settings.php:396
96
- msgid "Posts list with image column"
97
- msgstr ""
98
- "Muestra las columnas adicionales para las imágenes destacadas en las listas "
99
- "de"
100
 
101
- #: admin/class-quick-featured-images-settings.php:419
102
- msgid "Column in the library for posts with assigned featured image"
103
- msgstr ""
104
 
105
- #: admin/class-quick-featured-images-settings.php:427
106
- msgid "Show additional column in the library for posts with featured images"
107
- msgstr ""
108
 
109
- #: admin/class-quick-featured-images-settings.php:432
110
- msgid "Post list column in the library"
 
 
 
 
111
  msgstr ""
112
 
113
- #: admin/class-quick-featured-images-settings.php:455
114
- msgid "Visibility of the plugin"
115
- msgstr "Visibilidad del plugin"
116
-
117
- #: admin/class-quick-featured-images-settings.php:463
118
- msgid "Which user role may see the plugin?"
119
- msgstr "¿Qué rol de usuario puede ver el plugin?"
120
-
121
  #: admin/class-quick-featured-images-settings.php:596
122
  msgid ""
123
  "Activate the checkboxes at each post type to show the extra columns in the "
@@ -126,234 +72,278 @@ msgstr ""
126
  "Activa las casillas de verificación (los checkboxes) en cada tipo de "
127
  "contenido para mostrar las columnas extras en las listas de post."
128
 
129
- #: admin/class-quick-featured-images-settings.php:615
130
  msgid ""
131
- "Display a new column in the media library with the titles of the posts for "
132
- "which the corresponding image is set as featured image"
133
  msgstr ""
 
 
134
 
135
- #: admin/class-quick-featured-images-settings.php:618
136
  msgid ""
137
- "Activate the checkbox to show the extra column in the media library. If you "
138
- "would not see the new column in the library switch the appereance of the "
139
- "library to List mode. The post titles are links to the respective post edit "
140
- "page."
141
  msgstr ""
 
 
 
142
 
143
- #: admin/class-quick-featured-images-settings.php:630
144
- msgid "Minimum user role to see the plugin in the backend"
145
- msgstr "Papel del usuario mínima para ver el plugin en el backend"
146
 
147
- #: admin/class-quick-featured-images-settings.php:666
148
- msgid "Select the minimum user role a user must have to see the plugin."
149
- msgstr ""
150
- "Selecciona el rol de usuario mínimo un usuario debe tener para ver el plugin."
151
 
152
- #: admin/class-quick-featured-images-settings.php:671
153
- #, php-format
154
- msgid ""
155
- "The rules as set in &#8220;%s&#8221; work on posts independently of this "
156
- "setting."
157
- msgstr ""
158
- "Las normas que figuran en &#8220;%s&#8221; funciona en los mensajes "
159
- "independientemente de este ajuste."
160
 
161
- #: admin/class-quick-featured-images-settings.php:676
 
 
 
 
162
  msgid ""
163
- "This setting controls as well whether a user will see in an image column the "
164
- "thumbnails with action links or the thumbnails only. To switch image columns "
165
- "on and off use the section above."
166
  msgstr ""
167
- "Este ajuste controla así si un usuario verá en una columna de imagen "
168
- "destacada con los enlaces de acción o sólo las imágenes destacadas. Para "
169
- "controlar la columna usando la porción superior."
170
 
171
- #: admin/class-quick-featured-images-settings.php:677
172
- msgid "This page is accessible for administrators only."
173
- msgstr "Esta página es accesible sólo para los administradores."
174
 
175
- #: admin/class-quick-featured-images-settings.php:687
176
- msgid ""
177
- "The additional columns give you a quick overview about all used featured "
178
- "images for every post. The Featured Image column is sortable."
179
  msgstr ""
180
- "Las columnas adicionales te ofrecen una rápida visión general de todas las "
181
- "imágenes destacadas usadas por cada post La columna de la imagen destacada "
182
- "es clasificable."
183
 
184
- #: admin/class-quick-featured-images-settings.php:696
185
- msgid "Controls which minimum user role can see the plugin."
186
- msgstr "Controla qué papel mínimo el usuario puede ver el plugin."
187
 
188
- #: admin/class-quick-featured-images-settings.php:705
189
- msgid ""
190
- "The additional column in the media library lists all posts for which the "
191
- "image is set as featured."
192
- msgstr ""
193
 
194
- #: admin/class-quick-featured-images-tools.php:473
195
  #, php-format
196
- msgid "Wrong image ID %d"
197
- msgstr "La identificación de la imagen incorrecta ID %d"
198
 
199
- #: admin/class-quick-featured-images-tools.php:575
200
- msgid "Select"
201
- msgstr "Selecciona"
202
 
203
- #: admin/class-quick-featured-images-tools.php:576
204
- msgid "Add filter"
205
- msgstr "Añade el filtro"
206
 
207
- #: admin/class-quick-featured-images-tools.php:577
208
- msgid "Refine"
209
- msgstr "Refinar"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
210
 
211
  #: admin/class-quick-featured-images-tools.php:578
212
  msgid "Confirm"
213
  msgstr "Confirmar"
214
 
215
- #: admin/class-quick-featured-images-tools.php:579
216
- msgid "Perform"
217
- msgstr "Realizar"
218
-
219
- #: admin/class-quick-featured-images-tools.php:583
220
- msgid "Set the selected image as new featured image"
221
- msgstr "Establece la imagen seleccionada como la imagen destacada nueva"
222
 
223
- #: admin/class-quick-featured-images-tools.php:584
224
- msgid "Replace featured images by the selected image"
225
- msgstr "Reemplaza las imágenes destacadas por la imagen seleccionada"
226
 
227
- #: admin/class-quick-featured-images-tools.php:585
228
- msgid "Remove the selected image as featured image"
229
- msgstr "Elimina la imagen seleccionada como la imagen destacada"
230
-
231
- #: admin/class-quick-featured-images-tools.php:588
232
- msgid "Remove any image as featured image"
233
- msgstr "Elimina cualquiera imagen como la imagen destacada"
234
-
235
- #: admin/class-quick-featured-images-tools.php:589
236
- msgid "Remove all featured images without existing image files"
237
- msgstr ""
238
- "Eliminar todas las imágenes destacadas sin archivos de imagen existentes"
239
 
240
- #: admin/class-quick-featured-images-tools.php:592
241
- msgid "Set multiple images randomly as featured images"
242
- msgstr "Establece las imágenes múltiples al azar como la imagen destacada"
243
 
244
- #: admin/class-quick-featured-images-tools.php:596
245
- msgid "Overwrite featured images"
246
- msgstr "Sobrescribe las imágenes destacadas"
247
 
248
- #: admin/class-quick-featured-images-tools.php:597
249
- msgid "Consider only posts without any featured image"
250
- msgstr "Considera solamente posts sin cualquier imagen destacada"
251
 
252
- #: admin/class-quick-featured-images-tools.php:601
253
- msgid "Post Type Filter"
254
- msgstr "El filtro de tipo de contenido"
 
 
 
 
255
 
256
- #: admin/class-quick-featured-images-tools.php:602
257
- msgid "Category Filter"
258
- msgstr "El filtro de la categoría"
259
 
260
- #: admin/class-quick-featured-images-tools.php:603
261
- msgid "Tag Filter"
262
- msgstr "El filtro de las etiquetas"
 
 
263
 
264
- #: admin/class-quick-featured-images-tools.php:632
265
- msgid "Image width in pixels lower than"
266
- msgstr "El tipo del campo personalizado"
267
 
268
- #: admin/class-quick-featured-images-tools.php:633
269
- msgid "Image height in pixels lower than"
270
- msgstr "La altura de la imagen en píxeles es inferior al"
271
 
272
- #: admin/class-quick-featured-images-tools.php:742
273
  #, php-format
274
- msgid "The input field %s is empty."
275
- msgstr "El campo de entrada %s está vacío."
276
 
277
- #: admin/class-quick-featured-images-tools.php:743
278
- msgid "Type in a value into the input field."
279
- msgstr "Escribe el valor en el campo de la entrada."
280
 
281
- #: admin/class-quick-featured-images-tools.php:746
282
- #, php-format
283
- msgid "%s is not defined."
284
- msgstr "%s no está definido."
 
 
 
 
 
 
285
 
286
- #: admin/class-quick-featured-images-tools.php:747
287
- msgid "Check how to define the value."
288
- msgstr "Comprueba cómo definir el valor."
 
 
 
 
 
 
 
 
 
289
 
290
- #: admin/class-quick-featured-images-tools.php:750
291
- msgid "There is no selected image."
292
- msgstr "No hay ninguna imagen seleccionada."
293
 
294
- #: admin/class-quick-featured-images-tools.php:751
295
- msgid "Select an image from the media library."
296
- msgstr "Selecciona la imagen de Media library (la biblioteca multimedia)."
 
297
 
298
- #: admin/class-quick-featured-images-tools.php:754
299
- #: admin/views/section_image.php:51
300
- msgid "You have not selected an action."
301
- msgstr "No has seleccionado ninguna acción."
302
 
303
- #: admin/class-quick-featured-images-tools.php:755
304
- msgid "Start again and select which action you want to apply."
305
- msgstr "Empieza de nuevo y selecciona la acción que quieres aplicar."
306
 
307
- #: admin/class-quick-featured-images-tools.php:758
308
- #, php-format
309
- msgid "The input field %s has an invalid value."
310
- msgstr "El valor del campo %s de la entrada es inválido."
311
 
312
- #: admin/class-quick-featured-images-tools.php:759
313
- msgid "Type in valid values in the input field."
314
- msgstr "El valor del campo de la entrada es inválido."
 
 
 
 
 
315
 
316
- #: admin/class-quick-featured-images-tools.php:763
317
- msgid "Type in values stored by WordPress."
318
- msgstr "Escribe los valores válidos en el campo de la entrada."
319
 
320
- #: admin/class-quick-featured-images-tools.php:1937
321
- msgid "Set, replace, remove"
322
- msgstr "Establece, reemplaza, elimina"
323
 
324
- #: admin/class-quick-featured-images-tools.php:1948
325
- msgid "Bulk set, replace and remove featured images for existing posts"
 
 
 
326
  msgstr ""
327
- "Configura el bulk, reemplaza y elimina las imágenes destacadas por posts "
328
- "existentes"
329
-
330
- #: admin/class-quick-featured-images-tools.php:2057
331
- msgid "Bulk set as featured image"
332
- msgstr "El bulk configurado como la imagen destacada"
333
 
334
- #: admin/views/filter_category.php:3
335
- msgid "Select a category"
336
- msgstr "Selecciona la categoría"
 
 
 
 
 
 
 
337
 
338
- #: admin/views/filter_category.php:14
339
- msgid "The selection of a category includes all of its subcategories."
 
 
 
 
340
  msgstr ""
 
 
 
 
 
341
 
342
- #: admin/views/filter_post_types.php:2
343
- msgid "Select post types"
344
- msgstr "Selecciona el tipo de contenido"
345
 
346
- #: admin/views/filter_tag.php:7
347
- msgid "Select a tag"
348
- msgstr "Selecciona la etiqueta"
349
 
350
- #: admin/views/filter_tag.php:20
351
- msgid "There are no tags in use."
352
- msgstr "No hay ninguna etiqueta en uso."
353
 
354
- #: admin/views/form_back_to_selection.php:2
355
- msgid "Select filters and options again"
356
- msgstr "Selecciona los filtros y las opciones de nuevo"
 
 
 
 
 
 
 
 
357
 
358
  #: admin/views/form_back_to_selection.php:3
359
  msgid ""
@@ -363,123 +353,95 @@ msgstr ""
363
  "Si quieres cambiar de su selección antigua, vuelve atrás haciendo clic en "
364
  "ese botón."
365
 
366
- #: admin/views/form_back_to_selection.php:42
367
- msgid "Modify selection"
368
- msgstr "Modifica la selección"
369
-
370
- #: admin/views/form_confirm.php:1
371
- msgid "Preview of your selection"
372
- msgstr "La vista previa de su selección"
373
-
374
- #: admin/views/form_confirm.php:2
375
- #, php-format
376
- msgid "%d matches found"
377
- msgstr "%d Las coincidencias encontradas"
378
 
379
- #: admin/views/form_confirm.php:12
380
- msgid ""
381
- "Should the entries of featured images without image files be removed from "
382
- "the database?"
383
- msgstr ""
384
- "¿Deberían eliminarse de la base de datos las entradas de imágenes destacadas "
385
- "sin archivos de imagen?"
386
 
387
- #: admin/views/form_confirm.php:15 admin/views/section_results.php:16
388
- msgid "Details"
389
- msgstr "Los detalles"
390
 
391
- #: admin/views/form_confirm.php:16 admin/views/section_defaults.php:17
392
- #: admin/views/section_results.php:18
393
- msgid "No."
394
- msgstr "Nro."
395
 
396
- #: admin/views/form_confirm.php:17 admin/views/section_results.php:17
397
- msgid "Current Featured Image"
398
- msgstr "La imagen destacada actual"
399
 
400
- #: admin/views/form_confirm.php:18
401
- msgid "Future Featured Image"
402
- msgstr "La imagen destacada futura"
 
 
 
 
403
 
404
- #: admin/views/form_confirm.php:19
405
- msgid "written on"
406
- msgstr "escrito en"
407
 
408
- #: admin/views/form_confirm.php:20
409
- msgid "by"
410
- msgstr "por"
411
 
412
- #: admin/views/form_confirm.php:35
413
- msgid "Should the selected image be set as featured image to all listed posts?"
414
- msgstr ""
415
- "¿Debería la imagen seleccionada estar establecida como la imagen destacada "
416
- "en todos los post listados?"
417
 
418
- #: admin/views/form_confirm.php:38
419
- msgid ""
420
- "Should the selected images be set randomly as featured images to all listed "
421
- "posts?"
422
- msgstr ""
423
- "¿Deberían las imágenes seleccionadas estar establecidas al azar como las "
424
- "imágenes destacadas en todos los post listados?"
425
 
426
- #: admin/views/form_confirm.php:41
427
- msgid ""
428
- "Should the current set featured image be replaced by the selected image at "
429
- "all listed posts?"
430
- msgstr ""
431
- "¿Debería la imagen destacada actual ser reemplazada por la imagen "
432
- "seleccionada en todos los post listados?"
433
 
434
- #: admin/views/form_confirm.php:44
435
- msgid "Should the selected image be removed from all listed posts?"
436
- msgstr ""
437
- "¿Debería la imagen seleccionada ser eliminada de todos los post listados?"
438
 
439
- #: admin/views/form_confirm.php:47
440
- msgid "Should the future images be set as featured images at all listed posts?"
441
- msgstr ""
442
- "¿Deberían las imágenes futuras estar establecidas como las imágenes "
443
- "destacadas en todos los post listados?"
444
 
445
- #: admin/views/form_confirm.php:50
446
- msgid "Should the added featured images be removed from all listed posts?"
447
- msgstr ""
448
- "¿Deberían las imágenes destacadas añadidas ser eliminadas de todos los post "
449
- "listados?"
450
 
451
- #: admin/views/form_confirm.php:54 admin/views/section_results.php:27
452
- msgid ""
453
- "The list is in alphabetical order according to post title. You can edit a "
454
- "post in a new window by clicking on its link in the list."
455
- msgstr ""
456
- "La lista está ordenada alfabéticamente por el titulo de post. Puedes editar "
457
- "post en una ventana nueva al hacer clic en su enlace en la lista."
458
 
459
- #: admin/views/form_confirm.php:120
460
- msgid "Confirm the change"
461
- msgstr "Confirma el cambio"
462
 
463
- #: admin/views/form_confirm.php:121
464
- msgid "You can not undo the operation!"
465
- msgstr "¡No puedes deshacer la operación!"
466
 
467
- #: admin/views/form_confirm.php:182 admin/views/section_errormsg.php:8
468
- #: admin/views/section_results.php:86
469
- msgid "Start again"
470
- msgstr "Empieza de nuevo"
471
 
472
- #: admin/views/form_confirm.php:182
473
- msgid "or refine your selection with the following form fields."
474
- msgstr "o refina su selección con los siguientes campos del formulario."
475
 
476
- #: admin/views/form_refine.php:1
477
- msgid "Refine your selection"
478
- msgstr "Refina su selección"
 
479
 
480
- #: admin/views/form_refine.php:8
481
- msgid "Refine filters"
482
- msgstr "Refina los filtros"
 
483
 
484
  #: admin/views/form_refine.php:9
485
  msgid ""
@@ -488,88 +450,67 @@ msgstr ""
488
  "Ahora puedes encontrar los post y las páginas mediante los parámetros de "
489
  "correspondencia. Refínalos aquí."
490
 
491
- #: admin/views/form_refine.php:10
492
- msgid "Whatever you do: You can confirm your choice on the next page."
493
- msgstr "Haga lo que haga: Puedes confirmar su elección en la página siguiente."
494
-
495
- #: admin/views/form_refine.php:18
496
- #, php-format
497
- msgid "File %s is not available."
498
- msgstr "El %s archivo no está disponible."
499
-
500
- #: admin/views/form_refine.php:48 admin/views/form_select.php:29
501
- msgid "Preview filtering"
502
- msgstr "La vista previa de filtrado"
503
-
504
- #: admin/views/form_refine.php:54
505
  msgid ""
506
- "There are no selected filters. Modify your filter selection or just go on by "
507
- "clicking on the next button."
508
  msgstr ""
509
- "No hay ningún filtro seleccionado. Modifica su selección de los filtros o "
510
- "simplemente continúa haciendo clic en el botón siguiente."
511
 
512
- #: admin/views/form_select.php:9 admin/views/form_start.php:4
513
- #: admin/views/section_defaults.php:217
514
- msgid "Notice"
515
- msgstr "Un aviso"
516
 
517
- #: admin/views/form_select.php:11
518
- msgid ""
519
- "You did not have selected an image from the list below. To go on select at "
520
- "least one image you want to replace by the selected image."
521
- msgstr ""
522
- "No has seleccionado la imagen de la lista que aparece a continuación. Para "
523
- "continuar, selecciona por lo menos una imagen que quieres reemplazar por la "
524
- "imagen seleccionada."
525
 
526
- #: admin/views/form_select.php:17
527
- msgid "Select the featured images you want to replace by the selected image."
528
- msgstr ""
529
- "Selecciona las imágenes destacadas que quieres reemplazar por la imagen "
530
- "seleccionada."
531
 
532
- #: admin/views/form_select.php:18
533
- msgid "You can select multiple images. Select at least one image."
534
- msgstr ""
535
- "Puedes seleccionar las imágenes múltiples. Selecciona una imagen por lo "
536
- "menos."
537
 
538
- #: admin/views/form_select.php:19 admin/views/form_start.php:80
539
- msgid ""
540
- "To select multiple images click on the button and use the CTRL key while "
541
- "clicking on the images."
542
- msgstr ""
543
- "Para seleccionar las imágenes múltiples, haz el clic en el botón y usa la "
544
- "tecla CTRL mientras estás haciendo clic en las imágenes."
545
 
546
- #: admin/views/form_select.php:23 admin/views/form_start.php:84
547
- msgid "Choose Images"
548
- msgstr "Selecciona las imágenes"
549
 
550
- #: admin/views/form_select.php:31 admin/views/form_start.php:119
551
- msgid "Use CTRL for multiple choice"
552
- msgstr "Utilice CTRL para selección múltiple"
553
 
554
- #: admin/views/form_select.php:37
555
- msgid "Refine your selections"
556
- msgstr "Refina sus selecciones"
557
 
558
- #: admin/views/form_select.php:38 admin/views/form_select.php:48
559
- msgid "You can control the process with the following options."
560
- msgstr "Puedes controlar el proceso con las opciones siguientes."
561
 
562
- #: admin/views/form_select.php:45
563
- msgid "Optional: Select options"
564
- msgstr "Opcional: selecciona las opciones"
565
 
566
- #: admin/views/form_select.php:47
567
- msgid "Process Options"
568
- msgstr "Las opciones del proceso"
 
 
 
 
569
 
570
- #: admin/views/form_select.php:53
571
- msgid "Overwrite existing featured images with new ones"
572
- msgstr "Sobrescribe las imágenes destacadas existentes con otras nuevas"
 
 
573
 
574
  #: admin/views/form_select.php:63
575
  msgid ""
@@ -579,41 +520,83 @@ msgstr ""
579
  "Los post que contienen las imágenes destacadas serán ignorados, incluso si "
580
  "la opción Sobrescribe está marcada"
581
 
582
- #: admin/views/form_select.php:72
583
- msgid "There are two more options in the Pro version for random images:"
584
- msgstr "Hay dos opciones más en la versión Pro para imágenes aleatorias:"
585
 
586
- #: admin/views/form_select.php:74
587
- msgid "Use each selected image only once"
588
- msgstr "Usa cada imagen seleccionada solo una vez"
589
 
590
- #: admin/views/form_select.php:75
591
- msgid "Remove excess featured images after all selected images are used"
592
- msgstr "Reemplaza las imágenes destacadas por la imagen seleccionada"
593
 
594
- #: admin/views/form_select.php:85
595
- msgid "Optional: Add a filter"
596
- msgstr "Opcional: Añade el filtro"
597
 
598
- #: admin/views/form_select.php:87
599
- msgid "Select filters"
600
- msgstr "Selecciona los filtros"
601
 
602
- #: admin/views/form_select.php:88
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
603
  msgid ""
604
- "If you want select one of the following filters to narrow down the set of "
605
- "concerned posts and pages."
606
  msgstr ""
607
- "Si quieres, selecciona uno de los filtros siguientes para limitar el "
608
- "conjunto de los post y páginas correspondientes."
609
 
610
- #: admin/views/form_select.php:89
611
- msgid ""
612
- "You can select multiple filters. They will return an intersection of their "
613
- "results."
 
 
 
614
  msgstr ""
615
- "Puedes seleccionar los filtros múltiples. Ellos devolverán la intersección "
616
- "de sus resultados."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
617
 
618
  #: admin/views/form_select.php:94
619
  msgid "Search by post type. By default all posts and pages will be affected."
@@ -629,111 +612,152 @@ msgstr "Busca los post por la categoría"
629
  msgid "Search posts by tag"
630
  msgstr "Busca los post por la etiqueta"
631
 
632
- #: admin/views/form_select.php:114
633
- msgid "If you encounter a white, blank page, read this"
634
- msgstr "Si surge la página en blanco, lee esto"
635
 
636
- #: admin/views/form_select.php:115
637
- #| msgid ""
638
- #| "Facing a white blank page while trying to treat thousands of posts is the "
639
- #| "effect of limited memory capacities on the website server. Instead of "
640
- #| "treating a huge amount of posts in one single go try to treat small "
641
- #| "amounts of posts multiple times successively. To achieve that do:"
 
 
 
 
 
 
 
 
 
 
 
642
  msgid ""
643
- "Facing a white blank page while trying to treat thousands of posts is the "
644
- "effect of limited memory capacities on the website server. Instead of "
645
- "treating a huge amount of posts in one single go try to treat small amounts "
646
- "of posts multiple times successively."
647
  msgstr ""
 
 
648
 
649
- #: admin/views/form_select.php:116
650
- #| msgid ""
651
- #| "This way is not as fast as one single run, but still much faster than "
652
- #| "setting the images for each post manually."
653
- msgid ""
654
- "To achieve that use the filters and repeat the process until your task is "
655
- "done. This way is not as fast as one single run, but still much faster than "
656
- "setting the images for each post manually."
 
 
 
 
 
 
657
  msgstr ""
 
 
658
 
659
- #: admin/views/form_select.php:121
660
  msgid ""
661
- "On the next page you can refine the filters. If you did not select any "
662
- "filter you will go to the preview list directly."
663
  msgstr ""
664
- "El la página siguiente puedes refinar sus filtros. Si no has seleccionado "
665
- "ningún, filtro te vas a la lista previa directamente."
666
 
667
- #: admin/views/form_start.php:6 admin/views/section_defaults.php:219
668
- msgid ""
669
- "The current theme does not support featured images. Anyway you can use this "
670
- "plugin. The effects are stored and will be visible in a theme which supports "
671
- "featured images."
672
  msgstr ""
673
- "El tema actual no soporta las imágenes destacadas. Sea lo que sea, puedes "
674
- "usar este plugin. Los efectos son almacenados y serán visibles en el tema "
675
- "que soporta las imágenes destacadas."
676
 
677
- #: admin/views/form_start.php:12
678
- msgid "What do you want to do?"
679
- msgstr "¿Qué quieres hacer?"
 
680
 
681
- #: admin/views/form_start.php:14
682
- msgid ""
683
- "Here you can add, replace and delete featured images to your posts. Select "
684
- "one of the following actions and, if necessary, one or more images."
 
 
 
 
 
 
 
 
 
 
 
685
  msgstr ""
686
- "Aquí puedes añadir, reemplazar y borrar las imágenes destacadas en tus post. "
687
- "Selecciona una de las acciones siguientes, y si es necesario, una o más "
688
- "imágenes."
689
 
690
- #: admin/views/form_start.php:15
691
- msgid "Whatever you select: You can refine your choice on the next page."
 
 
 
 
692
  msgstr ""
693
- "Cualquier cosa que selecciones: puedes refinar su selección en la página "
694
- "siguiente."
695
 
696
- #: admin/views/form_start.php:17
697
- msgid "Important advice"
698
- msgstr "Un consejo importante"
 
 
 
 
699
 
700
- #: admin/views/form_start.php:18
701
  msgid ""
702
- "There is no undo function! It is strongly recommended that you make a backup "
703
- "of the WordPress database before you perform mass changes."
704
  msgstr ""
705
- "¡No hay función ‘’ deshacer’’! Se recomienda encarecidamente que hagas una "
706
- "copia de seguridad de la base de datos de WordPress antes de que realices "
707
- "modificaciones en masa."
708
 
709
- #: admin/views/form_start.php:20
710
- msgid "Select action"
711
- msgstr "Selecciona la acción"
 
 
712
 
713
- #: admin/views/form_start.php:21
714
- msgid "Actions with a single image"
715
- msgstr "Las acciones con una sola imagen"
 
716
 
717
- #: admin/views/form_start.php:22
718
- msgid "These actions require to select an image with the following button."
719
  msgstr ""
720
- "Estas acciones requieren que se seleccione una imagen con el siguiente botón."
 
721
 
722
- #: admin/views/form_start.php:35
723
  msgid ""
724
- "Select the image you want to add to, replace or delete from posts and pages "
725
- "by clicking on the following button."
726
  msgstr ""
727
- "Selecciona la imagen que quieres añadir, reemplazar o borrar de post o "
728
- "páginas, haciendo clic en siguiente botón."
729
 
730
- #: admin/views/form_start.php:57
731
- msgid "Choose Image"
732
- msgstr "Selecciona la imagen"
 
 
733
 
734
- #: admin/views/form_start.php:61
735
- msgid "If the button does not work, read this:"
736
- msgstr "Si el botón no funciona, lee lo siguiente:"
 
 
 
 
737
 
738
  #: admin/views/form_start.php:62
739
  msgid ""
@@ -743,411 +767,298 @@ msgstr ""
743
  "Algunos usuarios han reportado que ese botón no funciona en algunas "
744
  "instalaciones de WordPress. Si es así, puedes tomar otro camino:"
745
 
746
- #: admin/views/form_start.php:63
747
- msgid ""
748
- "1. Go to the media library. 2. Move the mouse over the desired image. "
749
- "Further links are appearing, among them the link &quot;Bulk set as featured "
750
- "image&quot;. 3. After a click on it you can move on in this plugin."
751
- msgstr ""
752
- "1. Ve a MediaLibrary (biblioteca multimedia) 2. Mueva el ratón sobre la "
753
- "imagen deseada. Los enlaces siguientes están apareciendo, entre ellos el "
754
- "enlace &quot;Bulk establecido como la imagen destacada image&quot;. 3. Al "
755
- "hacer el clic en el enlace, puedes seguir adelante en este plugin."
756
-
757
- #: admin/views/form_start.php:67
758
- msgid "Actions with multiple images"
759
- msgstr "Las acciones con imágenes múltiples"
760
-
761
- #: admin/views/form_start.php:68
762
- msgid ""
763
- "These actions require at least one selected image with the following button."
764
- msgstr ""
765
- "Estas acciones requieren por lo menos una imagen seleccionada por el "
766
- "siguiente botón."
767
-
768
- #: admin/views/form_start.php:101
769
- msgid "Actions without any selected image"
770
- msgstr "Las acciones sin imagen seleccionada"
771
-
772
- #: admin/views/form_start.php:102
773
- msgid "These actions do not require a selected image."
774
- msgstr "Estas acciones no requieren la imagen seleccionada."
775
 
776
- #: admin/views/section_defaults.php:16
777
- msgid "matches"
778
- msgstr "coincide con"
779
 
780
- #: admin/views/section_defaults.php:59
781
- msgid "Post Type"
782
- msgstr "El tipo de contenido"
783
 
784
- #: admin/views/section_defaults.php:208
785
- msgid "Default featured images for future posts"
786
- msgstr "Las imágenes destacadas predeterminadas para los post futuros"
787
 
788
- #: admin/views/section_defaults.php:210
789
  msgid ""
790
- "Define the rules to use images as default featured images automatically "
791
- "every time a post is saved."
792
  msgstr ""
793
- "Define las reglas de usar imágenes como las imágenes destacadas "
794
- "predeterminadas automáticamente cada vez que se guarda un post."
795
 
796
- #: admin/views/section_defaults.php:211
797
  msgid ""
798
- "To use a rule choose the image and set both the taxonomy and the value. A "
799
- "rule which is defined only partially will be ignored."
800
  msgstr ""
801
- "Para usar la regla, elige la imagen y establece la taxonomía y el valor. La "
802
- "regla que es sólo parcialmente definida, será ignorada."
803
-
804
- #: admin/views/section_defaults.php:238
805
- msgid "An image overwrites an existing image"
806
- msgstr "La imagen sobrescribe la imagen existente"
807
 
808
- #: admin/views/section_defaults.php:242
809
  msgid ""
810
- "Activate to automatically overwrite an existing featured image while saving "
811
- "a post"
 
812
  msgstr ""
813
- "Actívalo para sobrescribir la imagen destacada existente mientras se está "
814
- "guardando el post"
 
815
 
816
- #: admin/views/section_defaults.php:244
817
- msgid ""
818
- "If activated the rule is used automatically while saving a post to overwrite "
819
- "an existing featured image with the new one based on the following rules. Do "
820
- "not use this if you want to keep manually set featured images."
821
- msgstr ""
822
- "Una vez activada, la regla se usa automáticamente mientras se está guardando "
823
- "el post, para sobrescribir la imagen destacada con la nueva basada en las "
824
- "reglas siguientes. No uses esta función si quieres mantener el "
825
- "establecimiento de las imágenes destacadas de forma manual."
826
 
827
- #: admin/views/section_defaults.php:251
828
- msgid "Text with images in WordPress editor"
829
- msgstr "Los textos con imágenes en el editor de WordPress"
 
830
 
831
- #: admin/views/section_defaults.php:255
832
  msgid ""
833
- "Activate to automatically use the first content image if available in the "
834
- "media library as featured image while saving a post"
835
  msgstr ""
836
- "Actívalo para usar automáticamente la primera imagen del contenido si está "
837
- "disponible en Media Library como la imagen destacada mientras se está "
838
- "guardando el post"
839
 
840
- #: admin/views/section_defaults.php:257
 
841
  msgid ""
842
- "If activated the rule is used automatically while saving a post to set the "
843
- "first content image - if available in the media library - as the featured "
844
- "image of the post. If the post has no content images the next rules will be "
845
- "applied."
846
  msgstr ""
847
- "Una vez activada, la regla se usa automáticamente mientras se está guardando "
848
- "el post para establecer la primera imagen de contenido-si está disponible en "
849
- "MediaLibrary (biblioteca multimedia)- como la imagen destacada del post.Si "
850
- "el post no tiene las imágenes del contenido se aplicarán las reglas "
851
- "siguientes."
852
-
853
- #: admin/views/section_defaults.php:258
854
- msgid "For which post types should this rule be applied?"
855
- msgstr "¿Para qué tipos de contenidos debe aplicarse esta regla?"
856
 
857
- #: admin/views/section_defaults.php:285
 
858
  msgid ""
859
- "Select at least one post type, otherwise all post types will be considered."
 
860
  msgstr ""
861
- "Seleccione al menos un tipo de contenido, de lo contrario se considerarán "
862
- "todos los tipos de contenidos."
863
-
864
- #: admin/views/section_defaults.php:491
865
- msgid "Add rule"
866
- msgstr "Añade la regla"
867
-
868
- #: admin/views/section_defaults.php:496
869
- msgid "Are you sure to remove this rule?"
870
- msgstr "¿Estás seguro de que deseas eliminar esta regla?"
871
-
872
- #: admin/views/section_defaults.php:499
873
- msgid "How the rules work"
874
- msgstr "Cómo funcionan las reglas"
875
 
876
- #: admin/views/section_defaults.php:500
877
- msgid ""
878
- "Every time you save a post the post get the featured image if one of the "
879
- "following rules match a property of the post. You can also set rules for "
880
- "pages and all other current post types which support featured images."
881
  msgstr ""
882
- "Cada vez que guardas el post, el post obtiene la imagen destacada si una de "
883
- "las reglas siguientes coincide con la propiedad del post. También puedes "
884
- "establecer las reglas para las páginas y todos otros tipos de contenidos "
885
- "actuales que soportan imágenes destacadas."
886
 
887
- #: admin/views/section_defaults.php:501
888
  msgid ""
889
- "Regardless of the order in the list the rules are applied in the following "
890
- "order until a rule and a property of the post fit together:"
891
  msgstr ""
892
- "Independientemente del orden de la lista, las reglas se aplican en el orden "
893
- "siguiente hasta que la regla y la propiedad encajen bien:"
894
-
895
- #: admin/views/section_defaults.php:503
896
- msgid "found first content image. If not then..."
897
- msgstr "la primera imagen del contenido encontrada. Si no es así, entonces…."
898
-
899
- #: admin/views/section_defaults.php:504
900
- msgid "matched custom taxonomy. If not then..."
901
- msgstr "la taxonomía correspondiente personalizada. Si no es así entonces…."
902
-
903
- #: admin/views/section_defaults.php:505
904
- msgid "matched tag. If not then..."
905
- msgstr "la etiqueta correspondiente. Si no es así, entonces…."
906
-
907
- #: admin/views/section_defaults.php:506
908
- msgid "matched category. If not then..."
909
- msgstr "la categoría correspondiente. Si no es así, entonces…."
910
-
911
- #: admin/views/section_defaults.php:507
912
- msgid "matched author. If not then..."
913
- msgstr "el autor correspondiente. Si no es así, entonces….."
914
-
915
- #: admin/views/section_defaults.php:508
916
- msgid "matched post type. If not then..."
917
- msgstr "el tipo de contenido correspondiente. Si no es así, entonces….."
918
 
919
- #: admin/views/section_defaults.php:509
920
- msgid "no featured image."
921
- msgstr "no hay ninguna imagen destacada."
922
 
923
- #: admin/views/section_defaults.php:511
 
 
 
 
924
  msgid ""
925
- "Bear in mind that if two or more rules with the same taxonomy would fit to "
926
- "the post it is unforeseeable which image will become the featured image."
927
  msgstr ""
928
- "Ten en cuenta que si dos reglas o más de misma taxonomía encajan en el post, "
929
- "es imprevisible cual imagen llegará a ser la imagen destacada."
 
 
 
 
 
930
 
931
- #: admin/views/section_defaults.php:512
932
- msgid "Additional rules in the Pro version"
933
- msgstr "Reglas adicionales en la Pro versión"
 
 
 
934
 
935
- #: admin/views/section_defaults.php:514
936
- msgid "Multiple images to set them randomly as featured image"
937
  msgstr ""
938
- "Múltiples imágenes para definirlas aleatoriamente como imagen destacada"
939
 
940
- #: admin/views/section_defaults.php:515
941
- msgid "Random featured images at each page load"
942
- msgstr "Imágenes aleatorias en cada carga de página"
943
 
944
- #: admin/views/section_defaults.php:516
945
  msgid ""
946
- "The first content image can be also an image from an external server to set "
947
- "it as automated featured image"
 
948
  msgstr ""
949
- "La primera imagen de contenido puede ser también una imagen desde un "
950
- "servidor externo para configurarlo como automatizado imágen destacada"
 
951
 
952
- #: admin/views/section_defaults.php:517
 
 
 
953
  msgid ""
954
- "Remove the first content image automatically after the featured image was "
955
- "set successfully"
 
956
  msgstr ""
957
- "Eliminar la primera imagen de contenido automáticamente después de que la "
958
- "imagen destacada se haya configurado correctamente"
959
 
960
- #: admin/views/section_defaults.php:518
961
- msgid "Match with a search string in post title"
962
- msgstr "El término de búsqueda en el título de la entrada"
 
 
 
 
963
 
964
- #: admin/views/section_defaults.php:519
965
- msgid "Match with a selected post format"
966
- msgstr "Coincide con un formato de entrada seleccionado"
 
 
 
 
967
 
968
- #: admin/views/section_defaults.php:520
969
- msgid "User defined order of rules"
970
- msgstr "La orden de encargo de las reglas"
971
 
972
- #: admin/views/section_defaults.php:521
973
- msgid "Import your rules from this plugin into the Pro plugin"
974
- msgstr "Importe sus reglas desde este complemento al complemento Pro"
975
 
976
- #: admin/views/section_errormsg.php:1
977
- msgid "Error"
978
- msgstr "Error"
979
 
980
- #: admin/views/section_errormsg.php:3
981
- msgid "Reason"
982
- msgstr "La razón"
983
 
984
- #: admin/views/section_errormsg.php:5
985
- msgid "Solution"
986
- msgstr "La solución"
987
 
988
- #: admin/views/section_footer.php:16
989
- msgid "Credits and informations"
990
- msgstr "Los créditos y las informaciones"
 
991
 
992
- #: admin/views/section_footer.php:18 admin/views/section_results.php:87
993
- msgid "Do you like the plugin?"
994
- msgstr "¿Te gusta el plugin?"
 
995
 
996
- #: admin/views/section_footer.php:18 admin/views/section_results.php:88
997
- msgid "Please rate it at wordpress.org!"
998
- msgstr "¡Por favor califícalo en at wordpress.org!"
999
 
1000
- #: admin/views/section_footer.php:19
1001
- msgid "Do you need support or have an idea for the plugin?"
1002
- msgstr "¿Necesitas el soporte, o tienes alguna idea sobre el plugin?"
1003
 
1004
- #: admin/views/section_footer.php:19
1005
- msgid ""
1006
- "Post your questions and ideas about Quick Featured Images in the forum at "
1007
- "wordpress.org!"
1008
  msgstr ""
1009
- "¡Envía sus preguntas e ideas sobre Quick Featured Images al foro en "
1010
- "wordpress.org!"
1011
 
1012
- #: admin/views/section_footer.php:20
1013
- msgid ""
1014
- "Let the thumbnails appear in the widget of the most recent posts with this "
1015
- "fast plugin"
1016
- msgstr ""
1017
- "Deje que las imágenes en miniatura aparecen en el widget de los mensajes más "
1018
- "recientes con este plugin rápida"
1019
 
1020
- #: admin/views/section_footer.php:20
1021
- #, php-format
1022
- msgid "Download plugin %s at %s!"
1023
- msgstr "Descargar plugin %s en %s!"
1024
 
1025
- #: admin/views/section_header_progress.php:15
1026
- msgid "Progress bar"
1027
- msgstr "La barra de progreso"
 
1028
 
1029
  #: admin/views/section_header_progress.php:17
1030
  msgid "You are here"
1031
  msgstr "Tu estas aquí"
1032
 
1033
- #: admin/views/section_image.php:1
1034
- msgid "Your selection"
1035
- msgstr "Tu selección"
1036
 
1037
- #: admin/views/section_image.php:9
1038
- msgid "Your selected thumbnail"
1039
- msgstr "Tu miniatura seleccionada"
1040
 
1041
- #: admin/views/section_image.php:12
1042
- msgid "Image title"
1043
- msgstr "El titulo de la imagen"
 
 
 
 
1044
 
1045
- #: admin/views/section_image.php:14 admin/views/section_image.php:36
1046
- msgid "If wrong image start again"
1047
- msgstr "Si la imagen es equivocada empieza de nuevo"
 
 
1048
 
1049
- #: admin/views/section_image.php:23
1050
- msgid "Your selected thumbnails"
1051
- msgstr "Tus miniaturas seleccionadas"
 
 
 
 
 
 
 
 
 
 
1052
 
1053
  #: admin/views/section_image.php:42
1054
  msgid "Your selected action"
1055
  msgstr "Tu acción seleccionada"
1056
 
1057
- #: admin/views/section_image.php:55
1058
- msgid "If wrong action start again"
1059
- msgstr "Si la acción es equivocada empieza de nuevo"
1060
-
1061
- #: admin/views/section_image.php:68
1062
- msgid "Your selected options"
1063
- msgstr "Tus opciones seleccionadas"
1064
-
1065
- #: admin/views/section_image.php:84
1066
- msgid "No selected options"
1067
- msgstr "No hay opciones seleccionadas"
1068
-
1069
  #: admin/views/section_image.php:90
1070
  msgid "Your selected filters"
1071
  msgstr "Tus filtros seleccionados"
1072
 
1073
- #: admin/views/section_image.php:106
1074
- msgid "No selected filters"
1075
- msgstr "No hay filtros seleccionados"
1076
-
1077
- #: admin/views/section_overview.php:17
1078
- msgid "Manage featured images in a quick way"
1079
- msgstr "Gestiona las imágenes destacadas de manera rápida"
1080
-
1081
- #: admin/views/section_results.php:1
1082
- msgid "Results of the action"
1083
- msgstr "Los resultados de la acción"
1084
-
1085
- #: admin/views/section_results.php:19
1086
- msgid "Changed successfully"
1087
- msgstr "Cambiado con éxito"
1088
-
1089
- #: admin/views/section_results.php:20
1090
- msgid "Unchanged"
1091
- msgstr "Sin alterar"
1092
-
1093
- #: admin/views/section_results.php:82
1094
- msgid "No matches found."
1095
- msgstr "No se han encontrado coincidencias."
1096
-
1097
- #~ msgid "add the time filter,"
1098
- #~ msgstr "añade el filtro de tiempo,"
1099
-
1100
- #~ msgid "set a small time range,"
1101
- #~ msgstr "establece el período limitado de tiempo,"
1102
-
1103
- #~ msgid "do the process"
1104
- #~ msgstr "realiza el proceso"
1105
-
1106
- #~ msgid "and repeat it with the next time range as often as needed."
1107
- #~ msgstr ""
1108
- #~ "y realízalo de nuevo con el periodo de tiempo siguiente las veces que te "
1109
- #~ "sean necesarias."
1110
-
1111
- #~ msgid "Get the Pro version"
1112
- #~ msgstr "Obtener la Pro versión"
1113
-
1114
- #~ msgid "/"
1115
- #~ msgstr "/"
1116
-
1117
- #~ msgid "Are you looking for more options and more filters?"
1118
- #~ msgstr "¿Buscas más opciones y más filtros de búsqueda?"
1119
-
1120
- #~ msgid "Do you want to assign the first image of each post?"
1121
- #~ msgstr "¿Toma la primera imagen adjunta de post?"
1122
-
1123
- #~ msgid "Do you want to use external featured images, e.g. from a CDN?"
1124
- #~ msgstr "¿Desea usar imágenes destacadas externas, p. de un CDN?"
1125
-
1126
- #~ msgid ""
1127
- #~ "The plugin is for free. But the plugin author would be delighted to your "
1128
- #~ "small contribution."
1129
- #~ msgstr ""
1130
- #~ "El plugin es gratis. Pero el autor del plugin estaría encantado de su "
1131
- #~ "pequeña contribución."
1132
-
1133
- #~ msgid "Donation Button"
1134
- #~ msgstr "Botón de donación"
1135
-
1136
- #~ msgid "Donate with PayPal"
1137
- #~ msgstr "Donar con PayPal"
1138
-
1139
- #~ msgid "The Pro version"
1140
- #~ msgstr "La Pro versión"
1141
 
1142
- #~ msgid "Changes saved."
1143
- #~ msgstr "Los cambios están guardados."
 
1144
 
1145
- #~ msgid "No changes were saved."
1146
- #~ msgstr "No hay ningún cambio guardado."
 
1147
 
1148
- #~ msgid "You can select posts and pages."
1149
- #~ msgstr "Puedes seleccionar posts y páginas."
 
1150
 
1151
- #~ msgid "Special thanks for the fine frontend style of the plugin go to"
1152
- #~ msgstr ""
1153
- #~ "Un agradecimiento especial por el estilo elegante de interfaz del plugin a"
 
 
 
 
 
 
5
  "Project-Id-Version: Quick Featured Images Pro\n"
6
  "Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
7
  "POT-Creation-Date: 2020-12-16 16:05+0100\n"
8
+ "PO-Revision-Date: 2021-02-21 20:02+0000\n"
9
  "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
10
+ "Language-Team: Spanish (Spain)\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: Loco https://localise.biz/\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"
19
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
+ #: admin/views/form_confirm.php:2
 
 
 
 
 
 
 
 
 
23
  #, php-format
24
+ msgid "%d matches found"
25
+ msgstr "%d Las coincidencias encontradas"
 
 
 
 
 
 
26
 
27
+ #: admin/class-quick-featured-images-tools.php:746
28
  #, php-format
29
+ msgid "%s is not defined."
30
+ msgstr "%s no está definido."
31
 
32
  #: admin/class-quick-featured-images-columns.php:278
33
  msgid "(external image)"
34
  msgstr "(imagen externa)"
35
 
36
+ #: admin/views/form_start.php:63
37
+ msgid ""
38
+ "1. Go to the media library. 2. Move the mouse over the desired image. "
39
+ "Further links are appearing, among them the link &quot;Bulk set as featured "
40
+ "image&quot;. 3. After a click on it you can move on in this plugin."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  msgstr ""
42
+ "1. Ve a MediaLibrary (biblioteca multimedia) 2. Mueva el ratón sobre la "
43
+ "imagen deseada. Los enlaces siguientes están apareciendo, entre ellos el "
44
+ "enlace &quot;Bulk establecido como la imagen destacada image&quot;. 3. Al "
45
+ "hacer el clic en el enlace, puedes seguir adelante en este plugin."
46
 
47
+ #: admin/views/form_start.php:21
48
+ msgid "Actions with a single image"
49
+ msgstr "Las acciones con una sola imagen"
 
 
50
 
51
+ #: admin/views/form_start.php:67
52
+ msgid "Actions with multiple images"
53
+ msgstr "Las acciones con imágenes múltiples"
54
 
55
+ #: admin/views/form_start.php:101
56
+ msgid "Actions without any selected image"
57
+ msgstr "Las acciones sin imagen seleccionada"
58
 
59
+ #: admin/class-quick-featured-images-settings.php:618
60
+ msgid ""
61
+ "Activate the checkbox to show the extra column in the media library. If you "
62
+ "would not see the new column in the library switch the appereance of the "
63
+ "library to List mode. The post titles are links to the respective post edit "
64
+ "page."
65
  msgstr ""
66
 
 
 
 
 
 
 
 
 
67
  #: admin/class-quick-featured-images-settings.php:596
68
  msgid ""
69
  "Activate the checkboxes at each post type to show the extra columns in the "
72
  "Activa las casillas de verificación (los checkboxes) en cada tipo de "
73
  "contenido para mostrar las columnas extras en las listas de post."
74
 
75
+ #: admin/views/section_defaults.php:242
76
  msgid ""
77
+ "Activate to automatically overwrite an existing featured image while saving "
78
+ "a post"
79
  msgstr ""
80
+ "Actívalo para sobrescribir la imagen destacada existente mientras se está "
81
+ "guardando el post"
82
 
83
+ #: admin/views/section_defaults.php:255
84
  msgid ""
85
+ "Activate to automatically use the first content image if available in the "
86
+ "media library as featured image while saving a post"
 
 
87
  msgstr ""
88
+ "Actívalo para usar automáticamente la primera imagen del contenido si está "
89
+ "disponible en Media Library como la imagen destacada mientras se está "
90
+ "guardando el post"
91
 
92
+ #: admin/class-quick-featured-images-tools.php:576
93
+ msgid "Add filter"
94
+ msgstr "Añade el filtro"
95
 
96
+ #: admin/views/section_defaults.php:491
97
+ msgid "Add rule"
98
+ msgstr "Añade la regla"
 
99
 
100
+ #: admin/views/section_defaults.php:238
101
+ msgid "An image overwrites an existing image"
102
+ msgstr "La imagen sobrescribe la imagen existente"
 
 
 
 
 
103
 
104
+ #: admin/views/section_defaults.php:496
105
+ msgid "Are you sure to remove this rule?"
106
+ msgstr "¿Estás seguro de que deseas eliminar esta regla?"
107
+
108
+ #: admin/views/section_defaults.php:511
109
  msgid ""
110
+ "Bear in mind that if two or more rules with the same taxonomy would fit to "
111
+ "the post it is unforeseeable which image will become the featured image."
 
112
  msgstr ""
113
+ "Ten en cuenta que si dos reglas o más de misma taxonomía encajan en el post, "
114
+ "es imprevisible cual imagen llegará a ser la imagen destacada."
 
115
 
116
+ #: admin/class-quick-featured-images-tools.php:2057
117
+ msgid "Bulk set as featured image"
118
+ msgstr "El bulk configurado como la imagen destacada"
119
 
120
+ #: admin/class-quick-featured-images-tools.php:1948
121
+ msgid "Bulk set, replace and remove featured images for existing posts"
 
 
122
  msgstr ""
123
+ "Configura el bulk, reemplaza y elimina las imágenes destacadas por posts "
124
+ "existentes"
 
125
 
126
+ #: admin/views/form_confirm.php:20
127
+ msgid "by"
128
+ msgstr "por"
129
 
130
+ #: admin/class-quick-featured-images-tools.php:602
131
+ msgid "Category Filter"
132
+ msgstr "El filtro de la categoría"
 
 
133
 
134
+ #: admin/class-quick-featured-images-columns.php:279
135
  #, php-format
136
+ msgid "Change &#8220;%s&#8221;"
137
+ msgstr "Cambia &#8220;%s&#8221;"
138
 
139
+ #: admin/views/section_results.php:19
140
+ msgid "Changed successfully"
141
+ msgstr "Cambiado con éxito"
142
 
143
+ #: admin/class-quick-featured-images-tools.php:747
144
+ msgid "Check how to define the value."
145
+ msgstr "Comprueba cómo definir el valor."
146
 
147
+ #: admin/views/form_start.php:57
148
+ msgid "Choose Image"
149
+ msgstr "Selecciona la imagen"
150
+
151
+ #: admin/views/form_select.php:23 admin/views/form_start.php:84
152
+ msgid "Choose Images"
153
+ msgstr "Selecciona las imágenes"
154
+
155
+ #. title of the section.
156
+ #: admin/class-quick-featured-images-settings.php:419
157
+ msgid "Column in the library for posts with assigned featured image"
158
+ msgstr ""
159
+
160
+ #. title of the section.
161
+ #: admin/class-quick-featured-images-settings.php:383
162
+ msgid "Columns for featured images in posts lists"
163
+ msgstr "Las columnas para las imágenes destacadas en las listas de posts"
164
 
165
  #: admin/class-quick-featured-images-tools.php:578
166
  msgid "Confirm"
167
  msgstr "Confirmar"
168
 
169
+ #: admin/views/form_confirm.php:120
170
+ msgid "Confirm the change"
171
+ msgstr "Confirma el cambio"
 
 
 
 
172
 
173
+ #: admin/class-quick-featured-images-tools.php:597
174
+ msgid "Consider only posts without any featured image"
175
+ msgstr "Considera solamente posts sin cualquier imagen destacada"
176
 
177
+ #: admin/class-quick-featured-images-settings.php:696
178
+ msgid "Controls which minimum user role can see the plugin."
179
+ msgstr "Controla qué papel mínimo el usuario puede ver el plugin."
 
 
 
 
 
 
 
 
 
180
 
181
+ #: admin/views/section_footer.php:16
182
+ msgid "Credits and informations"
183
+ msgstr "Los créditos y las informaciones"
184
 
185
+ #: admin/views/form_confirm.php:17 admin/views/section_results.php:17
186
+ msgid "Current Featured Image"
187
+ msgstr "La imagen destacada actual"
188
 
189
+ #: admin/views/section_defaults.php:208
190
+ msgid "Default featured images for future posts"
191
+ msgstr "Las imágenes destacadas predeterminadas para los post futuros"
192
 
193
+ #: admin/views/section_defaults.php:210
194
+ msgid ""
195
+ "Define the rules to use images as default featured images automatically "
196
+ "every time a post is saved."
197
+ msgstr ""
198
+ "Define las reglas de usar imágenes como las imágenes destacadas "
199
+ "predeterminadas automáticamente cada vez que se guarda un post."
200
 
201
+ #: admin/views/form_confirm.php:15 admin/views/section_results.php:16
202
+ msgid "Details"
203
+ msgstr "Los detalles"
204
 
205
+ #: admin/class-quick-featured-images-settings.php:615
206
+ msgid ""
207
+ "Display a new column in the media library with the titles of the posts for "
208
+ "which the corresponding image is set as featured image"
209
+ msgstr ""
210
 
211
+ #: admin/views/section_footer.php:18 admin/views/section_results.php:87
212
+ msgid "Do you like the plugin?"
213
+ msgstr "¿Te gusta el plugin?"
214
 
215
+ #: admin/views/section_footer.php:19
216
+ msgid "Do you need support or have an idea for the plugin?"
217
+ msgstr "¿Necesitas el soporte, o tienes alguna idea sobre el plugin?"
218
 
219
+ #: admin/views/section_footer.php:20
220
  #, php-format
221
+ msgid "Download plugin %s at %s!"
222
+ msgstr "Descargar plugin %s en %s!"
223
 
224
+ #: admin/views/section_errormsg.php:1
225
+ msgid "Error"
226
+ msgstr "Error"
227
 
228
+ #: admin/views/section_defaults.php:500
229
+ msgid ""
230
+ "Every time you save a post the post get the featured image if one of the "
231
+ "following rules match a property of the post. You can also set rules for "
232
+ "pages and all other current post types which support featured images."
233
+ msgstr ""
234
+ "Cada vez que guardas el post, el post obtiene la imagen destacada si una de "
235
+ "las reglas siguientes coincide con la propiedad del post. También puedes "
236
+ "establecer las reglas para las páginas y todos otros tipos de contenidos "
237
+ "actuales que soportan imágenes destacadas."
238
 
239
+ #: admin/views/form_select.php:115
240
+ #| msgid ""
241
+ #| "Facing a white blank page while trying to treat thousands of posts is the "
242
+ #| "effect of limited memory capacities on the website server. Instead of "
243
+ #| "treating a huge amount of posts in one single go try to treat small "
244
+ #| "amounts of posts multiple times successively. To achieve that do:"
245
+ msgid ""
246
+ "Facing a white blank page while trying to treat thousands of posts is the "
247
+ "effect of limited memory capacities on the website server. Instead of "
248
+ "treating a huge amount of posts in one single go try to treat small amounts "
249
+ "of posts multiple times successively."
250
+ msgstr ""
251
 
252
+ #: admin/class-quick-featured-images-columns.php:652
253
+ msgid "Featured image for"
254
+ msgstr ""
255
 
256
+ #: admin/views/form_refine.php:18
257
+ #, php-format
258
+ msgid "File %s is not available."
259
+ msgstr "El %s archivo no está disponible."
260
 
261
+ #: admin/views/section_defaults.php:258
262
+ msgid "For which post types should this rule be applied?"
263
+ msgstr "¿Para qué tipos de contenidos debe aplicarse esta regla?"
 
264
 
265
+ #: admin/views/section_defaults.php:503
266
+ msgid "found first content image. If not then..."
267
+ msgstr "la primera imagen del contenido encontrada. Si no es así, entonces…."
268
 
269
+ #: admin/views/form_confirm.php:18
270
+ msgid "Future Featured Image"
271
+ msgstr "La imagen destacada futura"
 
272
 
273
+ #: admin/views/form_start.php:14
274
+ msgid ""
275
+ "Here you can add, replace and delete featured images to your posts. Select "
276
+ "one of the following actions and, if necessary, one or more images."
277
+ msgstr ""
278
+ "Aquí puedes añadir, reemplazar y borrar las imágenes destacadas en tus post. "
279
+ "Selecciona una de las acciones siguientes, y si es necesario, una o más "
280
+ "imágenes."
281
 
282
+ #: admin/views/section_defaults.php:499
283
+ msgid "How the rules work"
284
+ msgstr "Cómo funcionan las reglas"
285
 
286
+ #. URI of the plugin
287
+ msgid "http://wordpress.org/plugins/quick-featured-images"
288
+ msgstr "http://wordpress.org/plugins/quick-featured-images"
289
 
290
+ #. Author URI of the plugin
291
+ msgid ""
292
+ "https://www.kybernetik-services.com/?"
293
+ "utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-"
294
+ "images&utm_content=author"
295
  msgstr ""
296
+ "https://www.kybernetik-services.com/?"
297
+ "utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-"
298
+ "images&utm_content=author"
 
 
 
299
 
300
+ #: admin/views/section_defaults.php:244
301
+ msgid ""
302
+ "If activated the rule is used automatically while saving a post to overwrite "
303
+ "an existing featured image with the new one based on the following rules. Do "
304
+ "not use this if you want to keep manually set featured images."
305
+ msgstr ""
306
+ "Una vez activada, la regla se usa automáticamente mientras se está guardando "
307
+ "el post, para sobrescribir la imagen destacada con la nueva basada en las "
308
+ "reglas siguientes. No uses esta función si quieres mantener el "
309
+ "establecimiento de las imágenes destacadas de forma manual."
310
 
311
+ #: admin/views/section_defaults.php:257
312
+ msgid ""
313
+ "If activated the rule is used automatically while saving a post to set the "
314
+ "first content image - if available in the media library - as the featured "
315
+ "image of the post. If the post has no content images the next rules will be "
316
+ "applied."
317
  msgstr ""
318
+ "Una vez activada, la regla se usa automáticamente mientras se está guardando "
319
+ "el post para establecer la primera imagen de contenido-si está disponible en "
320
+ "MediaLibrary (biblioteca multimedia)- como la imagen destacada del post.Si "
321
+ "el post no tiene las imágenes del contenido se aplicarán las reglas "
322
+ "siguientes."
323
 
324
+ #: admin/views/form_start.php:61
325
+ msgid "If the button does not work, read this:"
326
+ msgstr "Si el botón no funciona, lee lo siguiente:"
327
 
328
+ #: admin/views/section_image.php:55
329
+ msgid "If wrong action start again"
330
+ msgstr "Si la acción es equivocada empieza de nuevo"
331
 
332
+ #: admin/views/section_image.php:14 admin/views/section_image.php:36
333
+ msgid "If wrong image start again"
334
+ msgstr "Si la imagen es equivocada empieza de nuevo"
335
 
336
+ #: admin/views/form_select.php:114
337
+ msgid "If you encounter a white, blank page, read this"
338
+ msgstr "Si surge la página en blanco, lee esto"
339
+
340
+ #: admin/views/form_select.php:88
341
+ msgid ""
342
+ "If you want select one of the following filters to narrow down the set of "
343
+ "concerned posts and pages."
344
+ msgstr ""
345
+ "Si quieres, selecciona uno de los filtros siguientes para limitar el "
346
+ "conjunto de los post y páginas correspondientes."
347
 
348
  #: admin/views/form_back_to_selection.php:3
349
  msgid ""
353
  "Si quieres cambiar de su selección antigua, vuelve atrás haciendo clic en "
354
  "ese botón."
355
 
356
+ #: admin/class-quick-featured-images-tools.php:633
357
+ msgid "Image height in pixels lower than"
358
+ msgstr "La altura de la imagen en píxeles es inferior al"
 
 
 
 
 
 
 
 
 
359
 
360
+ #: admin/views/section_image.php:12
361
+ msgid "Image title"
362
+ msgstr "El titulo de la imagen"
 
 
 
 
363
 
364
+ #: admin/class-quick-featured-images-tools.php:632
365
+ msgid "Image width in pixels lower than"
366
+ msgstr "El tipo del campo personalizado"
367
 
368
+ #: admin/views/form_start.php:17
369
+ msgid "Important advice"
370
+ msgstr "Un consejo importante"
 
371
 
372
+ #. Author of the plugin
373
+ msgid "Kybernetik Services"
374
+ msgstr "Kybernetik Services"
375
 
376
+ #: admin/views/section_footer.php:20
377
+ msgid ""
378
+ "Let the thumbnails appear in the widget of the most recent posts with this "
379
+ "fast plugin"
380
+ msgstr ""
381
+ "Deje que las imágenes en miniatura aparecen en el widget de los mensajes más "
382
+ "recientes con este plugin rápida"
383
 
384
+ #: admin/views/section_overview.php:17
385
+ msgid "Manage featured images in a quick way"
386
+ msgstr "Gestiona las imágenes destacadas de manera rápida"
387
 
388
+ #: admin/views/section_defaults.php:507
389
+ msgid "matched author. If not then..."
390
+ msgstr "el autor correspondiente. Si no es así, entonces….."
391
 
392
+ #: admin/views/section_defaults.php:506
393
+ msgid "matched category. If not then..."
394
+ msgstr "la categoría correspondiente. Si no es así, entonces…."
 
 
395
 
396
+ #: admin/views/section_defaults.php:504
397
+ msgid "matched custom taxonomy. If not then..."
398
+ msgstr "la taxonomía correspondiente personalizada. Si no es así entonces…."
 
 
 
 
399
 
400
+ #: admin/views/section_defaults.php:508
401
+ msgid "matched post type. If not then..."
402
+ msgstr "el tipo de contenido correspondiente. Si no es así, entonces….."
 
 
 
 
403
 
404
+ #: admin/views/section_defaults.php:505
405
+ msgid "matched tag. If not then..."
406
+ msgstr "la etiqueta correspondiente. Si no es así, entonces…."
 
407
 
408
+ #: admin/views/section_defaults.php:16
409
+ msgid "matches"
410
+ msgstr "coincide con"
 
 
411
 
412
+ #: admin/class-quick-featured-images-settings.php:630
413
+ msgid "Minimum user role to see the plugin in the backend"
414
+ msgstr "Papel del usuario mínima para ver el plugin en el backend"
 
 
415
 
416
+ #: admin/views/form_back_to_selection.php:42
417
+ msgid "Modify selection"
418
+ msgstr "Modifica la selección"
 
 
 
 
419
 
420
+ #: admin/views/section_defaults.php:509
421
+ msgid "no featured image."
422
+ msgstr "no hay ninguna imagen destacada."
423
 
424
+ #: admin/views/section_results.php:82
425
+ msgid "No matches found."
426
+ msgstr "No se han encontrado coincidencias."
427
 
428
+ #: admin/views/section_image.php:106
429
+ msgid "No selected filters"
430
+ msgstr "No hay filtros seleccionados"
 
431
 
432
+ #: admin/views/section_image.php:84
433
+ msgid "No selected options"
434
+ msgstr "No hay opciones seleccionadas"
435
 
436
+ #: admin/views/form_confirm.php:16 admin/views/section_defaults.php:17
437
+ #: admin/views/section_results.php:18
438
+ msgid "No."
439
+ msgstr "Nro."
440
 
441
+ #: admin/views/form_select.php:9 admin/views/form_start.php:4
442
+ #: admin/views/section_defaults.php:217
443
+ msgid "Notice"
444
+ msgstr "Un aviso"
445
 
446
  #: admin/views/form_refine.php:9
447
  msgid ""
450
  "Ahora puedes encontrar los post y las páginas mediante los parámetros de "
451
  "correspondencia. Refínalos aquí."
452
 
453
+ #: admin/views/form_select.php:121
 
 
 
 
 
 
 
 
 
 
 
 
 
454
  msgid ""
455
+ "On the next page you can refine the filters. If you did not select any "
456
+ "filter you will go to the preview list directly."
457
  msgstr ""
458
+ "El la página siguiente puedes refinar sus filtros. Si no has seleccionado "
459
+ "ningún, filtro te vas a la lista previa directamente."
460
 
461
+ #: admin/views/form_select.php:85
462
+ msgid "Optional: Add a filter"
463
+ msgstr "Opcional: Añade el filtro"
 
464
 
465
+ #: admin/views/form_select.php:45
466
+ msgid "Optional: Select options"
467
+ msgstr "Opcional: selecciona las opciones"
 
 
 
 
 
468
 
469
+ #: admin/views/form_confirm.php:182
470
+ msgid "or refine your selection with the following form fields."
471
+ msgstr "o refina su selección con los siguientes campos del formulario."
 
 
472
 
473
+ #: admin/views/form_select.php:53
474
+ msgid "Overwrite existing featured images with new ones"
475
+ msgstr "Sobrescribe las imágenes destacadas existentes con otras nuevas"
 
 
476
 
477
+ #: admin/class-quick-featured-images-tools.php:596
478
+ msgid "Overwrite featured images"
479
+ msgstr "Sobrescribe las imágenes destacadas"
 
 
 
 
480
 
481
+ #: admin/class-quick-featured-images-tools.php:579
482
+ msgid "Perform"
483
+ msgstr "Realizar"
484
 
485
+ #: admin/views/section_footer.php:18 admin/views/section_results.php:88
486
+ msgid "Please rate it at wordpress.org!"
487
+ msgstr "¡Por favor califícalo en at wordpress.org!"
488
 
489
+ #: admin/class-quick-featured-images-settings.php:432
490
+ msgid "Post list column in the library"
491
+ msgstr ""
492
 
493
+ #: admin/views/section_defaults.php:59
494
+ msgid "Post Type"
495
+ msgstr "El tipo de contenido"
496
 
497
+ #: admin/class-quick-featured-images-tools.php:601
498
+ msgid "Post Type Filter"
499
+ msgstr "El filtro de tipo de contenido"
500
 
501
+ #: admin/views/section_footer.php:19
502
+ msgid ""
503
+ "Post your questions and ideas about Quick Featured Images in the forum at "
504
+ "wordpress.org!"
505
+ msgstr ""
506
+ "¡Envía sus preguntas e ideas sobre Quick Featured Images al foro en "
507
+ "wordpress.org!"
508
 
509
+ #: admin/class-quick-featured-images-settings.php:396
510
+ msgid "Posts list with image column"
511
+ msgstr ""
512
+ "Muestra las columnas adicionales para las imágenes destacadas en las listas "
513
+ "de"
514
 
515
  #: admin/views/form_select.php:63
516
  msgid ""
520
  "Los post que contienen las imágenes destacadas serán ignorados, incluso si "
521
  "la opción Sobrescribe está marcada"
522
 
523
+ #: admin/class-quick-featured-images-defaults.php:277
524
+ msgid "Preset Featured Images"
525
+ msgstr "Restablece las imágenes destacadas"
526
 
527
+ #: admin/views/form_refine.php:48 admin/views/form_select.php:29
528
+ msgid "Preview filtering"
529
+ msgstr "La vista previa de filtrado"
530
 
531
+ #: admin/views/form_confirm.php:1
532
+ msgid "Preview of your selection"
533
+ msgstr "La vista previa de su selección"
534
 
535
+ #: admin/views/form_select.php:47
536
+ msgid "Process Options"
537
+ msgstr "Las opciones del proceso"
538
 
539
+ #: admin/views/section_header_progress.php:15
540
+ msgid "Progress bar"
541
+ msgstr "La barra de progreso"
542
 
543
+ #. Name of the plugin
544
+ msgid "Quick Featured Images"
545
+ msgstr "Quick Featured Images"
546
+
547
+ #: admin/views/section_errormsg.php:3
548
+ msgid "Reason"
549
+ msgstr "La razón"
550
+
551
+ #: admin/class-quick-featured-images-tools.php:577
552
+ msgid "Refine"
553
+ msgstr "Refinar"
554
+
555
+ #: admin/views/form_refine.php:8
556
+ msgid "Refine filters"
557
+ msgstr "Refina los filtros"
558
+
559
+ #: admin/views/form_refine.php:1
560
+ msgid "Refine your selection"
561
+ msgstr "Refina su selección"
562
+
563
+ #: admin/views/form_select.php:37
564
+ msgid "Refine your selections"
565
+ msgstr "Refina sus selecciones"
566
+
567
+ #: admin/views/section_defaults.php:501
568
  msgid ""
569
+ "Regardless of the order in the list the rules are applied in the following "
570
+ "order until a rule and a property of the post fit together:"
571
  msgstr ""
572
+ "Independientemente del orden de la lista, las reglas se aplican en el orden "
573
+ "siguiente hasta que la regla y la propiedad encajen bien:"
574
 
575
+ #: admin/class-quick-featured-images-columns.php:280
576
+ #, php-format
577
+ msgid "Remove &#8220;%s&#8221;"
578
+ msgstr "Eliminar &#8220;%s&#8221;"
579
+
580
+ #: admin/class-quick-featured-images-tools.php:589
581
+ msgid "Remove all featured images without existing image files"
582
  msgstr ""
583
+ "Eliminar todas las imágenes destacadas sin archivos de imagen existentes"
584
+
585
+ #: admin/class-quick-featured-images-tools.php:588
586
+ msgid "Remove any image as featured image"
587
+ msgstr "Elimina cualquiera imagen como la imagen destacada"
588
+
589
+ #: admin/class-quick-featured-images-tools.php:585
590
+ msgid "Remove the selected image as featured image"
591
+ msgstr "Elimina la imagen seleccionada como la imagen destacada"
592
+
593
+ #: admin/class-quick-featured-images-tools.php:584
594
+ msgid "Replace featured images by the selected image"
595
+ msgstr "Reemplaza las imágenes destacadas por la imagen seleccionada"
596
+
597
+ #: admin/views/section_results.php:1
598
+ msgid "Results of the action"
599
+ msgstr "Los resultados de la acción"
600
 
601
  #: admin/views/form_select.php:94
602
  msgid "Search by post type. By default all posts and pages will be affected."
612
  msgid "Search posts by tag"
613
  msgstr "Busca los post por la etiqueta"
614
 
615
+ #: admin/class-quick-featured-images-tools.php:575
616
+ msgid "Select"
617
+ msgstr "Selecciona"
618
 
619
+ #: admin/views/filter_category.php:3
620
+ msgid "Select a category"
621
+ msgstr "Selecciona la categoría"
622
+
623
+ #: admin/views/filter_tag.php:7
624
+ msgid "Select a tag"
625
+ msgstr "Selecciona la etiqueta"
626
+
627
+ #: admin/views/form_start.php:20
628
+ msgid "Select action"
629
+ msgstr "Selecciona la acción"
630
+
631
+ #: admin/class-quick-featured-images-tools.php:751
632
+ msgid "Select an image from the media library."
633
+ msgstr "Selecciona la imagen de Media library (la biblioteca multimedia)."
634
+
635
+ #: admin/views/section_defaults.php:285
636
  msgid ""
637
+ "Select at least one post type, otherwise all post types will be considered."
 
 
 
638
  msgstr ""
639
+ "Seleccione al menos un tipo de contenido, de lo contrario se considerarán "
640
+ "todos los tipos de contenidos."
641
 
642
+ #: admin/views/form_select.php:87
643
+ msgid "Select filters"
644
+ msgstr "Selecciona los filtros"
645
+
646
+ #: admin/views/form_back_to_selection.php:2
647
+ msgid "Select filters and options again"
648
+ msgstr "Selecciona los filtros y las opciones de nuevo"
649
+
650
+ #: admin/views/filter_post_types.php:2
651
+ msgid "Select post types"
652
+ msgstr "Selecciona el tipo de contenido"
653
+
654
+ #: admin/views/form_select.php:17
655
+ msgid "Select the featured images you want to replace by the selected image."
656
  msgstr ""
657
+ "Selecciona las imágenes destacadas que quieres reemplazar por la imagen "
658
+ "seleccionada."
659
 
660
+ #: admin/views/form_start.php:35
661
  msgid ""
662
+ "Select the image you want to add to, replace or delete from posts and pages "
663
+ "by clicking on the following button."
664
  msgstr ""
665
+ "Selecciona la imagen que quieres añadir, reemplazar o borrar de post o "
666
+ "páginas, haciendo clic en siguiente botón."
667
 
668
+ #: admin/class-quick-featured-images-settings.php:666
669
+ msgid "Select the minimum user role a user must have to see the plugin."
 
 
 
670
  msgstr ""
671
+ "Selecciona el rol de usuario mínimo un usuario debe tener para ver el plugin."
 
 
672
 
673
+ #: admin/class-quick-featured-images-defaults.php:288
674
+ msgid "Set default featured images for future posts"
675
+ msgstr ""
676
+ "Establece las imágenes destacadas predeterminadas para los futuros posts"
677
 
678
+ #: admin/class-quick-featured-images-columns.php:281
679
+ #, php-format
680
+ msgid "Set image for &#8220;%s&#8221;"
681
+ msgstr "Establecer imagen para &#8220;%s&#8221;"
682
+
683
+ #: admin/class-quick-featured-images-tools.php:592
684
+ msgid "Set multiple images randomly as featured images"
685
+ msgstr "Establece las imágenes múltiples al azar como la imagen destacada"
686
+
687
+ #: admin/class-quick-featured-images-tools.php:583
688
+ msgid "Set the selected image as new featured image"
689
+ msgstr "Establece la imagen seleccionada como la imagen destacada nueva"
690
+
691
+ #: admin/class-quick-featured-images-settings.php:232
692
+ msgid "Set the visibility of columns of featured images in posts lists"
693
  msgstr ""
694
+ "Establece la visibilidad de las columnas de imágenes destacadas en las "
695
+ "listas de post"
 
696
 
697
+ #: admin/class-quick-featured-images-tools.php:1937
698
+ msgid "Set, replace, remove"
699
+ msgstr "Establece, reemplaza, elimina"
700
+
701
+ #: admin/views/form_confirm.php:50
702
+ msgid "Should the added featured images be removed from all listed posts?"
703
  msgstr ""
704
+ "¿Deberían las imágenes destacadas añadidas ser eliminadas de todos los post "
705
+ "listados?"
706
 
707
+ #: admin/views/form_confirm.php:41
708
+ msgid ""
709
+ "Should the current set featured image be replaced by the selected image at "
710
+ "all listed posts?"
711
+ msgstr ""
712
+ "¿Debería la imagen destacada actual ser reemplazada por la imagen "
713
+ "seleccionada en todos los post listados?"
714
 
715
+ #: admin/views/form_confirm.php:12
716
  msgid ""
717
+ "Should the entries of featured images without image files be removed from "
718
+ "the database?"
719
  msgstr ""
720
+ "¿Deberían eliminarse de la base de datos las entradas de imágenes destacadas "
721
+ "sin archivos de imagen?"
 
722
 
723
+ #: admin/views/form_confirm.php:47
724
+ msgid "Should the future images be set as featured images at all listed posts?"
725
+ msgstr ""
726
+ "¿Deberían las imágenes futuras estar establecidas como las imágenes "
727
+ "destacadas en todos los post listados?"
728
 
729
+ #: admin/views/form_confirm.php:44
730
+ msgid "Should the selected image be removed from all listed posts?"
731
+ msgstr ""
732
+ "¿Debería la imagen seleccionada ser eliminada de todos los post listados?"
733
 
734
+ #: admin/views/form_confirm.php:35
735
+ msgid "Should the selected image be set as featured image to all listed posts?"
736
  msgstr ""
737
+ "¿Debería la imagen seleccionada estar establecida como la imagen destacada "
738
+ "en todos los post listados?"
739
 
740
+ #: admin/views/form_confirm.php:38
741
  msgid ""
742
+ "Should the selected images be set randomly as featured images to all listed "
743
+ "posts?"
744
  msgstr ""
745
+ "¿Deberían las imágenes seleccionadas estar establecidas al azar como las "
746
+ "imágenes destacadas en todos los post listados?"
747
 
748
+ #: admin/class-quick-featured-images-settings.php:391
749
+ msgid "Show additional column for featured images in lists of"
750
+ msgstr ""
751
+ "Muestra las columnas adicionales para las imágenes destacadas en las listas "
752
+ "de"
753
 
754
+ #: admin/class-quick-featured-images-settings.php:427
755
+ msgid "Show additional column in the library for posts with featured images"
756
+ msgstr ""
757
+
758
+ #: admin/views/section_errormsg.php:5
759
+ msgid "Solution"
760
+ msgstr "La solución"
761
 
762
  #: admin/views/form_start.php:62
763
  msgid ""
767
  "Algunos usuarios han reportado que ese botón no funciona en algunas "
768
  "instalaciones de WordPress. Si es así, puedes tomar otro camino:"
769
 
770
+ #: admin/views/form_confirm.php:182 admin/views/section_errormsg.php:8
771
+ #: admin/views/section_results.php:86
772
+ msgid "Start again"
773
+ msgstr "Empieza de nuevo"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
774
 
775
+ #: admin/class-quick-featured-images-tools.php:755
776
+ msgid "Start again and select which action you want to apply."
777
+ msgstr "Empieza de nuevo y selecciona la acción que quieres aplicar."
778
 
779
+ #: admin/class-quick-featured-images-tools.php:603
780
+ msgid "Tag Filter"
781
+ msgstr "El filtro de las etiquetas"
782
 
783
+ #: admin/views/section_defaults.php:251
784
+ msgid "Text with images in WordPress editor"
785
+ msgstr "Los textos con imágenes en el editor de WordPress"
786
 
787
+ #: admin/class-quick-featured-images-settings.php:705
788
  msgid ""
789
+ "The additional column in the media library lists all posts for which the "
790
+ "image is set as featured."
791
  msgstr ""
 
 
792
 
793
+ #: admin/class-quick-featured-images-settings.php:687
794
  msgid ""
795
+ "The additional columns give you a quick overview about all used featured "
796
+ "images for every post. The Featured Image column is sortable."
797
  msgstr ""
798
+ "Las columnas adicionales te ofrecen una rápida visión general de todas las "
799
+ "imágenes destacadas usadas por cada post La columna de la imagen destacada "
800
+ "es clasificable."
 
 
 
801
 
802
+ #: admin/views/form_start.php:6 admin/views/section_defaults.php:219
803
  msgid ""
804
+ "The current theme does not support featured images. Anyway you can use this "
805
+ "plugin. The effects are stored and will be visible in a theme which supports "
806
+ "featured images."
807
  msgstr ""
808
+ "El tema actual no soporta las imágenes destacadas. Sea lo que sea, puedes "
809
+ "usar este plugin. Los efectos son almacenados y serán visibles en el tema "
810
+ "que soporta las imágenes destacadas."
811
 
812
+ #: admin/class-quick-featured-images-tools.php:758
813
+ #, php-format
814
+ msgid "The input field %s has an invalid value."
815
+ msgstr "El valor del campo %s de la entrada es inválido."
 
 
 
 
 
 
816
 
817
+ #: admin/class-quick-featured-images-tools.php:742
818
+ #, php-format
819
+ msgid "The input field %s is empty."
820
+ msgstr "El campo de entrada %s está vacío."
821
 
822
+ #: admin/views/form_confirm.php:54 admin/views/section_results.php:27
823
  msgid ""
824
+ "The list is in alphabetical order according to post title. You can edit a "
825
+ "post in a new window by clicking on its link in the list."
826
  msgstr ""
827
+ "La lista está ordenada alfabéticamente por el titulo de post. Puedes editar "
828
+ "post en una ventana nueva al hacer clic en su enlace en la lista."
 
829
 
830
+ #: admin/class-quick-featured-images-admin.php:278
831
+ #, php-format
832
  msgid ""
833
+ "The plugin requires WordPress version %s or higher. Therefore, WordPress did "
834
+ "not activate it. If you want to use this plugin update the Wordpress files "
835
+ "to the latest version."
 
836
  msgstr ""
837
+ "El plugin requiere la versión %s de WordPress o superior. Por lo tanto "
838
+ "WordPress no lo ha activado. Si quieres usar este plugin debes actualizar "
839
+ "los archivos de Word Press a la última versión."
 
 
 
 
 
 
840
 
841
+ #: admin/class-quick-featured-images-settings.php:671
842
+ #, php-format
843
  msgid ""
844
+ "The rules as set in &#8220;%s&#8221; work on posts independently of this "
845
+ "setting."
846
  msgstr ""
847
+ "Las normas que figuran en &#8220;%s&#8221; funciona en los mensajes "
848
+ "independientemente de este ajuste."
 
 
 
 
 
 
 
 
 
 
 
 
849
 
850
+ #: admin/views/filter_category.php:14
851
+ msgid "The selection of a category includes all of its subcategories."
 
 
 
852
  msgstr ""
 
 
 
 
853
 
854
+ #: admin/views/form_refine.php:54
855
  msgid ""
856
+ "There are no selected filters. Modify your filter selection or just go on by "
857
+ "clicking on the next button."
858
  msgstr ""
859
+ "No hay ningún filtro seleccionado. Modifica su selección de los filtros o "
860
+ "simplemente continúa haciendo clic en el botón siguiente."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
861
 
862
+ #: admin/views/filter_tag.php:20
863
+ msgid "There are no tags in use."
864
+ msgstr "No hay ninguna etiqueta en uso."
865
 
866
+ #: admin/class-quick-featured-images-tools.php:750
867
+ msgid "There is no selected image."
868
+ msgstr "No hay ninguna imagen seleccionada."
869
+
870
+ #: admin/views/form_start.php:18
871
  msgid ""
872
+ "There is no undo function! It is strongly recommended that you make a backup "
873
+ "of the WordPress database before you perform mass changes."
874
  msgstr ""
875
+ "¡No hay función ‘’ deshacer’’! Se recomienda encarecidamente que hagas una "
876
+ "copia de seguridad de la base de datos de WordPress antes de que realices "
877
+ "modificaciones en masa."
878
+
879
+ #: admin/views/form_start.php:102
880
+ msgid "These actions do not require a selected image."
881
+ msgstr "Estas acciones no requieren la imagen seleccionada."
882
 
883
+ #: admin/views/form_start.php:68
884
+ msgid ""
885
+ "These actions require at least one selected image with the following button."
886
+ msgstr ""
887
+ "Estas acciones requieren por lo menos una imagen seleccionada por el "
888
+ "siguiente botón."
889
 
890
+ #: admin/views/form_start.php:22
891
+ msgid "These actions require to select an image with the following button."
892
  msgstr ""
893
+ "Estas acciones requieren que se seleccione una imagen con el siguiente botón."
894
 
895
+ #: admin/class-quick-featured-images-settings.php:677
896
+ msgid "This page is accessible for administrators only."
897
+ msgstr "Esta página es accesible sólo para los administradores."
898
 
899
+ #: admin/class-quick-featured-images-settings.php:676
900
  msgid ""
901
+ "This setting controls as well whether a user will see in an image column the "
902
+ "thumbnails with action links or the thumbnails only. To switch image columns "
903
+ "on and off use the section above."
904
  msgstr ""
905
+ "Este ajuste controla así si un usuario verá en una columna de imagen "
906
+ "destacada con los enlaces de acción o sólo las imágenes destacadas. Para "
907
+ "controlar la columna usando la porción superior."
908
 
909
+ #: admin/views/form_select.php:116
910
+ #| msgid ""
911
+ #| "This way is not as fast as one single run, but still much faster than "
912
+ #| "setting the images for each post manually."
913
  msgid ""
914
+ "To achieve that use the filters and repeat the process until your task is "
915
+ "done. This way is not as fast as one single run, but still much faster than "
916
+ "setting the images for each post manually."
917
  msgstr ""
 
 
918
 
919
+ #: admin/views/form_select.php:19 admin/views/form_start.php:80
920
+ msgid ""
921
+ "To select multiple images click on the button and use the CTRL key while "
922
+ "clicking on the images."
923
+ msgstr ""
924
+ "Para seleccionar las imágenes múltiples, haz el clic en el botón y usa la "
925
+ "tecla CTRL mientras estás haciendo clic en las imágenes."
926
 
927
+ #: admin/views/section_defaults.php:211
928
+ msgid ""
929
+ "To use a rule choose the image and set both the taxonomy and the value. A "
930
+ "rule which is defined only partially will be ignored."
931
+ msgstr ""
932
+ "Para usar la regla, elige la imagen y establece la taxonomía y el valor. La "
933
+ "regla que es sólo parcialmente definida, será ignorada."
934
 
935
+ #: admin/class-quick-featured-images-tools.php:743
936
+ msgid "Type in a value into the input field."
937
+ msgstr "Escribe el valor en el campo de la entrada."
938
 
939
+ #: admin/class-quick-featured-images-tools.php:759
940
+ msgid "Type in valid values in the input field."
941
+ msgstr "El valor del campo de la entrada es inválido."
942
 
943
+ #: admin/class-quick-featured-images-tools.php:763
944
+ msgid "Type in values stored by WordPress."
945
+ msgstr "Escribe los valores válidos en el campo de la entrada."
946
 
947
+ #: admin/views/section_results.php:20
948
+ msgid "Unchanged"
949
+ msgstr "Sin alterar"
950
 
951
+ #: admin/views/form_select.php:31 admin/views/form_start.php:119
952
+ msgid "Use CTRL for multiple choice"
953
+ msgstr "Utilice CTRL para selección múltiple"
954
 
955
+ #. title of the section.
956
+ #: admin/class-quick-featured-images-settings.php:455
957
+ msgid "Visibility of the plugin"
958
+ msgstr "Visibilidad del plugin"
959
 
960
+ #: admin/class-quick-featured-images-admin.php:484
961
+ #, php-format
962
+ msgid "Welcome to %s! You can find the plugin at %s."
963
+ msgstr "Bienvenido a %s! Puedes encontrar el plugin en %s."
964
 
965
+ #: admin/views/form_start.php:12
966
+ msgid "What do you want to do?"
967
+ msgstr "¿Qué quieres hacer?"
968
 
969
+ #: admin/views/form_refine.php:10
970
+ msgid "Whatever you do: You can confirm your choice on the next page."
971
+ msgstr "Haga lo que haga: Puedes confirmar su elección en la página siguiente."
972
 
973
+ #: admin/views/form_start.php:15
974
+ msgid "Whatever you select: You can refine your choice on the next page."
 
 
975
  msgstr ""
976
+ "Cualquier cosa que selecciones: puedes refinar su selección en la página "
977
+ "siguiente."
978
 
979
+ #: admin/class-quick-featured-images-settings.php:463
980
+ msgid "Which user role may see the plugin?"
981
+ msgstr "¿Qué rol de usuario puede ver el plugin?"
 
 
 
 
982
 
983
+ #: admin/views/form_confirm.php:19
984
+ msgid "written on"
985
+ msgstr "escrito en"
 
986
 
987
+ #: admin/class-quick-featured-images-tools.php:473
988
+ #, php-format
989
+ msgid "Wrong image ID %d"
990
+ msgstr "La identificación de la imagen incorrecta ID %d"
991
 
992
  #: admin/views/section_header_progress.php:17
993
  msgid "You are here"
994
  msgstr "Tu estas aquí"
995
 
996
+ #: admin/views/form_select.php:38 admin/views/form_select.php:48
997
+ msgid "You can control the process with the following options."
998
+ msgstr "Puedes controlar el proceso con las opciones siguientes."
999
 
1000
+ #: admin/views/form_confirm.php:121
1001
+ msgid "You can not undo the operation!"
1002
+ msgstr "¡No puedes deshacer la operación!"
1003
 
1004
+ #: admin/views/form_select.php:89
1005
+ msgid ""
1006
+ "You can select multiple filters. They will return an intersection of their "
1007
+ "results."
1008
+ msgstr ""
1009
+ "Puedes seleccionar los filtros múltiples. Ellos devolverán la intersección "
1010
+ "de sus resultados."
1011
 
1012
+ #: admin/views/form_select.php:18
1013
+ msgid "You can select multiple images. Select at least one image."
1014
+ msgstr ""
1015
+ "Puedes seleccionar las imágenes múltiples. Selecciona una imagen por lo "
1016
+ "menos."
1017
 
1018
+ #: admin/views/form_select.php:11
1019
+ msgid ""
1020
+ "You did not have selected an image from the list below. To go on select at "
1021
+ "least one image you want to replace by the selected image."
1022
+ msgstr ""
1023
+ "No has seleccionado la imagen de la lista que aparece a continuación. Para "
1024
+ "continuar, selecciona por lo menos una imagen que quieres reemplazar por la "
1025
+ "imagen seleccionada."
1026
+
1027
+ #: admin/class-quick-featured-images-tools.php:754
1028
+ #: admin/views/section_image.php:51
1029
+ msgid "You have not selected an action."
1030
+ msgstr "No has seleccionado ninguna acción."
1031
 
1032
  #: admin/views/section_image.php:42
1033
  msgid "Your selected action"
1034
  msgstr "Tu acción seleccionada"
1035
 
 
 
 
 
 
 
 
 
 
 
 
 
1036
  #: admin/views/section_image.php:90
1037
  msgid "Your selected filters"
1038
  msgstr "Tus filtros seleccionados"
1039
 
1040
+ #: admin/views/section_image.php:68
1041
+ msgid "Your selected options"
1042
+ msgstr "Tus opciones seleccionadas"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1043
 
1044
+ #: admin/views/section_image.php:9
1045
+ msgid "Your selected thumbnail"
1046
+ msgstr "Tu miniatura seleccionada"
1047
 
1048
+ #: admin/views/section_image.php:23
1049
+ msgid "Your selected thumbnails"
1050
+ msgstr "Tus miniaturas seleccionadas"
1051
 
1052
+ #: admin/views/section_image.php:1
1053
+ msgid "Your selection"
1054
+ msgstr "Tu selección"
1055
 
1056
+ #. Description of the plugin
1057
+ #: admin/class-quick-featured-images-admin.php:215
1058
+ msgid ""
1059
+ "Your time-saving Swiss Army Knife for featured images: Set, replace and "
1060
+ "delete them in bulk, in posts lists and set default images for future posts."
1061
+ msgstr ""
1062
+ "Tu ahorro de tiempo, la navaja suiza para las imágenes destacadas: "
1063
+ "Establécelas, reemplázalas y bórralas a granel, en la lista de mensajes y "
1064
+ "configurar imágenes por defecto para mensajes futuros."
languages/quick-featured-images-fr_FR.mo CHANGED
Binary file
languages/quick-featured-images-fr_FR.po CHANGED
@@ -5,114 +5,65 @@ 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: 2020-12-16 16:06+0100\n"
8
- "PO-Revision-Date: 2020-12-16 16:06+0100\n"
9
  "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
10
- "Language-Team: Martin Stehle <m.stehle@gmx.de>\n"
11
  "Language: fr_FR\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.4.2\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"
19
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
- #: admin/class-quick-featured-images-admin.php:215
23
- msgid ""
24
- "Your time-saving Swiss Army Knife for featured images: Set, replace and "
25
- "delete them in bulk, in posts lists and set default images for future posts."
26
- msgstr ""
27
- "Votre Couteau Suisse pour les « images mises en avant » : régler, remplacer, "
28
- "supprimer en masse dans les listes d’articles, et installer les « images "
29
- "mises en avant » par défaut pour les futurs articles."
30
-
31
- #: admin/class-quick-featured-images-admin.php:278
32
  #, php-format
33
- msgid ""
34
- "The plugin requires WordPress version %s or higher. Therefore, WordPress did "
35
- "not activate it. If you want to use this plugin update the Wordpress files "
36
- "to the latest version."
37
- msgstr ""
38
- "Ce plugin nécessite au minimum la version %s de WordPress. Il n'a donc pas "
39
- "été activé. Pour l'utiliser, mettez WordPress à jour."
40
 
41
- #: admin/class-quick-featured-images-admin.php:484
42
  #, php-format
43
- msgid "Welcome to %s! You can find the plugin at %s."
44
- msgstr "Bienvenue, %s! Vous pouvez trouver l’extension à %s."
45
 
46
  #: admin/class-quick-featured-images-columns.php:278
47
  msgid "(external image)"
48
  msgstr "(image externe)"
49
 
50
- #: admin/class-quick-featured-images-columns.php:279
51
- #, php-format
52
- msgid "Change &#8220;%s&#8221;"
53
- msgstr "Changer &#8220;%s&#8221;"
54
-
55
- #: admin/class-quick-featured-images-columns.php:280
56
- #, php-format
57
- msgid "Remove &#8220;%s&#8221;"
58
- msgstr "Supprimer &#8220;%s&#8221;"
59
-
60
- #: admin/class-quick-featured-images-columns.php:281
61
- #, php-format
62
- msgid "Set image for &#8220;%s&#8221;"
63
- msgstr "Définir l'image pour &#8220;%s&#8221;"
64
-
65
- #: admin/class-quick-featured-images-columns.php:646
66
- msgid "Featured image for"
67
- msgstr ""
68
-
69
- #: admin/class-quick-featured-images-defaults.php:277
70
- msgid "Preset Featured Images"
71
- msgstr "Préparer les images en avant"
72
-
73
- #: admin/class-quick-featured-images-defaults.php:288
74
- msgid "Set default featured images for future posts"
75
- msgstr "Définir l’image en avant par défaut pour les futurs articles"
76
-
77
- #: admin/class-quick-featured-images-settings.php:232
78
- msgid "Set the visibility of columns of featured images in posts lists"
79
- msgstr ""
80
- "Afficher la colonne « images mises en avant » dans la liste des articles"
81
-
82
- #: admin/class-quick-featured-images-settings.php:383
83
- msgid "Columns for featured images in posts lists"
84
- msgstr "Colonnes pour les « images mises en avant » dans les listes d’articles"
85
-
86
- #: admin/class-quick-featured-images-settings.php:391
87
- msgid "Show additional column for featured images in lists of"
88
  msgstr ""
89
- "Afficher une colonne supplémentaire pour les \"images en avant\" dans les "
90
- "listes de"
 
 
91
 
92
- #: admin/class-quick-featured-images-settings.php:396
93
- msgid "Posts list with image column"
94
- msgstr "Liste des articles avec la colonne d'images"
95
 
96
- #: admin/class-quick-featured-images-settings.php:419
97
- msgid "Column in the library for posts with assigned featured image"
98
- msgstr ""
99
 
100
- #: admin/class-quick-featured-images-settings.php:427
101
- msgid "Show additional column in the library for posts with featured images"
102
- msgstr ""
103
 
104
- #: admin/class-quick-featured-images-settings.php:432
105
- msgid "Post list column in the library"
 
 
 
 
106
  msgstr ""
107
 
108
- #: admin/class-quick-featured-images-settings.php:455
109
- msgid "Visibility of the plugin"
110
- msgstr "Visibilité du plugin"
111
-
112
- #: admin/class-quick-featured-images-settings.php:463
113
- msgid "Which user role may see the plugin?"
114
- msgstr "Quel niveau d’utilisateur peut voir l’extension ?"
115
-
116
  #: admin/class-quick-featured-images-settings.php:596
117
  msgid ""
118
  "Activate the checkboxes at each post type to show the extra columns in the "
@@ -121,233 +72,281 @@ msgstr ""
121
  "Activer les checkboxes dans chaque type de contenu pour voir les colonnes "
122
  "supplémentaires dans les listes d'articles."
123
 
124
- #: admin/class-quick-featured-images-settings.php:615
125
  msgid ""
126
- "Display a new column in the media library with the titles of the posts for "
127
- "which the corresponding image is set as featured image"
128
  msgstr ""
 
 
129
 
130
- #: admin/class-quick-featured-images-settings.php:618
131
  msgid ""
132
- "Activate the checkbox to show the extra column in the media library. If you "
133
- "would not see the new column in the library switch the appereance of the "
134
- "library to List mode. The post titles are links to the respective post edit "
135
- "page."
136
  msgstr ""
 
 
 
137
 
138
- #: admin/class-quick-featured-images-settings.php:630
139
- msgid "Minimum user role to see the plugin in the backend"
140
- msgstr "Niveau minimum requis pour voir le plugin"
141
 
142
- #: admin/class-quick-featured-images-settings.php:666
143
- msgid "Select the minimum user role a user must have to see the plugin."
144
- msgstr ""
145
- "Sélectionner le niveau minimum que doit avoir l'utilisateur pour voir le "
146
- "plugin."
147
 
148
- #: admin/class-quick-featured-images-settings.php:671
149
- #, php-format
150
- msgid ""
151
- "The rules as set in &#8220;%s&#8221; work on posts independently of this "
152
- "setting."
153
- msgstr ""
154
- "Les règles telles que définies à &#8220;%s&#8221; sont appliquées aux "
155
- "articles indépendement de ce règlage."
156
 
157
- #: admin/class-quick-featured-images-settings.php:676
 
 
 
 
158
  msgid ""
159
- "This setting controls as well whether a user will see in an image column the "
160
- "thumbnails with action links or the thumbnails only. To switch image columns "
161
- "on and off use the section above."
162
  msgstr ""
163
- "Ce paramètre contrôle si l'utilisateur verra la vignette et les liens de "
164
- "modification dans la colonne d'images, ou bien la vignette seule. Pour "
165
- "afficher/supprimer la colonne d'images, utiliser la section ci-dessus."
166
 
167
- #: admin/class-quick-featured-images-settings.php:677
168
- msgid "This page is accessible for administrators only."
169
- msgstr "Cette page est accessible uniquement aux administrateurs."
170
 
171
- #: admin/class-quick-featured-images-settings.php:687
172
- msgid ""
173
- "The additional columns give you a quick overview about all used featured "
174
- "images for every post. The Featured Image column is sortable."
175
  msgstr ""
176
- "Les colonnes additionnelles vous montrent les \"images en avant\"pour chaque "
177
- "article. La colonne de l' \"image en avant\" peut être tréee."
178
 
179
- #: admin/class-quick-featured-images-settings.php:696
180
- msgid "Controls which minimum user role can see the plugin."
181
- msgstr "Controle quels niveaux d'autorisation peuvent voir le plugin."
182
 
183
- #: admin/class-quick-featured-images-settings.php:705
184
- msgid ""
185
- "The additional column in the media library lists all posts for which the "
186
- "image is set as featured."
187
- msgstr ""
188
 
189
- #: admin/class-quick-featured-images-tools.php:473
190
  #, php-format
191
- msgid "Wrong image ID %d"
192
- msgstr "Numéro d'image %d invalide"
193
 
194
- #: admin/class-quick-featured-images-tools.php:575
195
- msgid "Select"
196
- msgstr "Sélectionner"
197
 
198
- #: admin/class-quick-featured-images-tools.php:576
199
- msgid "Add filter"
200
- msgstr "Ajouter un filtre"
201
 
202
- #: admin/class-quick-featured-images-tools.php:577
203
- msgid "Refine"
204
- msgstr "Peaufiner"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
205
 
206
  #: admin/class-quick-featured-images-tools.php:578
207
  msgid "Confirm"
208
  msgstr "Valider"
209
 
210
- #: admin/class-quick-featured-images-tools.php:579
211
- msgid "Perform"
212
- msgstr "Exécuter"
213
 
214
- #: admin/class-quick-featured-images-tools.php:583
215
- msgid "Set the selected image as new featured image"
216
- msgstr "Installer l'image sélectionnée comme nouvelle image en avant"
217
 
218
- #: admin/class-quick-featured-images-tools.php:584
219
- msgid "Replace featured images by the selected image"
220
- msgstr "Remplacer les \"images en avant\" par l'image sélectionnée"
221
 
222
- #: admin/class-quick-featured-images-tools.php:585
223
- msgid "Remove the selected image as featured image"
224
- msgstr "Supprimer \"image en avant\" selectionnée"
225
-
226
- #: admin/class-quick-featured-images-tools.php:588
227
- msgid "Remove any image as featured image"
228
- msgstr "Supprimer toutes les images en avant"
229
-
230
- #: admin/class-quick-featured-images-tools.php:589
231
- msgid "Remove all featured images without existing image files"
232
- msgstr "Retirer les « images mises en avant » sans fichier image"
233
-
234
- #: admin/class-quick-featured-images-tools.php:592
235
- msgid "Set multiple images randomly as featured images"
236
- msgstr "Installer au hasard des images comme images en avant"
237
 
238
- #: admin/class-quick-featured-images-tools.php:596
239
- msgid "Overwrite featured images"
240
- msgstr "Remplacer les images en avant"
241
 
242
- #: admin/class-quick-featured-images-tools.php:597
243
- msgid "Consider only posts without any featured image"
244
- msgstr "Ne considérer que les articles sans image en avant"
245
 
246
- #: admin/class-quick-featured-images-tools.php:601
247
- msgid "Post Type Filter"
248
- msgstr "Filtre de type de contenu"
 
 
 
 
249
 
250
- #: admin/class-quick-featured-images-tools.php:602
251
- msgid "Category Filter"
252
- msgstr "Filtre de catégorie"
253
 
254
- #: admin/class-quick-featured-images-tools.php:603
255
- msgid "Tag Filter"
256
- msgstr "Filtre d'étiquette"
 
 
257
 
258
- #: admin/class-quick-featured-images-tools.php:632
259
- msgid "Image width in pixels lower than"
260
- msgstr "Largeur d'image en pixels inférieure à"
261
 
262
- #: admin/class-quick-featured-images-tools.php:633
263
- msgid "Image height in pixels lower than"
264
- msgstr "Hauteur d'image en pixels inférieure à"
 
265
 
266
- #: admin/class-quick-featured-images-tools.php:742
267
  #, php-format
268
- msgid "The input field %s is empty."
269
- msgstr "Le champ %s est vide."
270
 
271
- #: admin/class-quick-featured-images-tools.php:743
272
- msgid "Type in a value into the input field."
273
- msgstr "Entrer une valeur dans le champ de saisie."
274
 
275
- #: admin/class-quick-featured-images-tools.php:746
276
- #, php-format
277
- msgid "%s is not defined."
278
- msgstr "%s n'est pas défini."
 
 
 
 
 
 
 
279
 
280
- #: admin/class-quick-featured-images-tools.php:747
281
- msgid "Check how to define the value."
282
- msgstr "Voir comment définir la valeur."
 
 
 
 
 
 
 
 
 
283
 
284
- #: admin/class-quick-featured-images-tools.php:750
285
- msgid "There is no selected image."
286
- msgstr "Pas d'image sélectionnée."
287
 
288
- #: admin/class-quick-featured-images-tools.php:751
289
- msgid "Select an image from the media library."
290
- msgstr "Choisir une image dans la bibliothèque de médias."
 
291
 
292
- #: admin/class-quick-featured-images-tools.php:754
293
- #: admin/views/section_image.php:51
294
- msgid "You have not selected an action."
295
- msgstr "Vous n'avez pas fait de choix d'action."
296
 
297
- #: admin/class-quick-featured-images-tools.php:755
298
- msgid "Start again and select which action you want to apply."
299
- msgstr "Recommencer et choisir une action a effectuer."
300
 
301
- #: admin/class-quick-featured-images-tools.php:758
302
- #, php-format
303
- msgid "The input field %s has an invalid value."
304
- msgstr "Valeur incorrecte dans le champ %s."
305
 
306
- #: admin/class-quick-featured-images-tools.php:759
307
- msgid "Type in valid values in the input field."
308
- msgstr "Entrez une valeur correcte."
 
 
 
 
 
309
 
310
- #: admin/class-quick-featured-images-tools.php:763
311
- msgid "Type in values stored by WordPress."
312
- msgstr "Indiquez dans les valeurs de WordPress."
313
 
314
- #: admin/class-quick-featured-images-tools.php:1937
315
- msgid "Set, replace, remove"
316
- msgstr "Definir, remplacer, supprimer"
317
 
318
- #: admin/class-quick-featured-images-tools.php:1948
319
- msgid "Bulk set, replace and remove featured images for existing posts"
 
 
 
320
  msgstr ""
321
- "Traitement en masse: Installation, remplacement, suppression d'images en "
322
- "avant dans des articles existants"
 
323
 
324
- #: admin/class-quick-featured-images-tools.php:2057
325
- msgid "Bulk set as featured image"
326
- msgstr "Traitement en masse: Installation comme images en avant"
327
-
328
- #: admin/views/filter_category.php:3
329
- msgid "Select a category"
330
- msgstr "Sélectionner une catégorie"
 
 
 
331
 
332
- #: admin/views/filter_category.php:14
333
- msgid "The selection of a category includes all of its subcategories."
 
 
 
 
334
  msgstr ""
 
 
 
 
 
335
 
336
- #: admin/views/filter_post_types.php:2
337
- msgid "Select post types"
338
- msgstr "Choisir le type de contenu"
339
 
340
- #: admin/views/filter_tag.php:7
341
- msgid "Select a tag"
342
- msgstr "Sélectionner une étiquette"
343
 
344
- #: admin/views/filter_tag.php:20
345
- msgid "There are no tags in use."
346
- msgstr "Il n'y a pas d'étiquette utilisée."
347
 
348
- #: admin/views/form_back_to_selection.php:2
349
- msgid "Select filters and options again"
350
- msgstr "Sélectionner à nouveau les filtres et options"
 
 
 
 
 
 
 
 
351
 
352
  #: admin/views/form_back_to_selection.php:3
353
  msgid ""
@@ -357,125 +356,95 @@ msgstr ""
357
  "Si vous voulez changer votre précédente sélection revenez en arrière en "
358
  "cliquant sur ce bouton."
359
 
360
- #: admin/views/form_back_to_selection.php:42
361
- msgid "Modify selection"
362
- msgstr "Changer la sélection"
363
-
364
- #: admin/views/form_confirm.php:1
365
- msgid "Preview of your selection"
366
- msgstr "Prévisualisation de votre sélection"
367
-
368
- #: admin/views/form_confirm.php:2
369
- #, php-format
370
- msgid "%d matches found"
371
- msgstr "%d résultats trouvés"
372
 
373
- #: admin/views/form_confirm.php:12
374
- msgid ""
375
- "Should the entries of featured images without image files be removed from "
376
- "the database?"
377
- msgstr ""
378
- "Les entrées d'images en avant sans fichier d'images doivent-elles être "
379
- "supprimées de la base?"
380
 
381
- #: admin/views/form_confirm.php:15 admin/views/section_results.php:16
382
- msgid "Details"
383
- msgstr "Détails"
384
 
385
- #: admin/views/form_confirm.php:16 admin/views/section_defaults.php:17
386
- #: admin/views/section_results.php:18
387
- msgid "No."
388
- msgstr "Aucun."
389
 
390
- #: admin/views/form_confirm.php:17 admin/views/section_results.php:17
391
- msgid "Current Featured Image"
392
- msgstr "Image en avant actuelle"
393
 
394
- #: admin/views/form_confirm.php:18
395
- msgid "Future Featured Image"
396
- msgstr "Future image en avant"
 
 
 
 
397
 
398
- #: admin/views/form_confirm.php:19
399
- msgid "written on"
400
- msgstr "écrit le"
401
 
402
- #: admin/views/form_confirm.php:20
403
- msgid "by"
404
- msgstr "par"
405
 
406
- #: admin/views/form_confirm.php:35
407
- msgid "Should the selected image be set as featured image to all listed posts?"
408
- msgstr ""
409
- "L’image en avant sélectionnée doit-elle être installée comme image mise en "
410
- "avant pour l’ensemble des articles listés ?"
411
 
412
- #: admin/views/form_confirm.php:38
413
- msgid ""
414
- "Should the selected images be set randomly as featured images to all listed "
415
- "posts?"
416
- msgstr ""
417
- "Les images sélectionnées doivent-elle être choisies au hasard comme image "
418
- "mise en avant pour l’ensemble des articles listés ?"
419
 
420
- #: admin/views/form_confirm.php:41
421
- msgid ""
422
- "Should the current set featured image be replaced by the selected image at "
423
- "all listed posts?"
424
- msgstr ""
425
- "L’image mise en avant actuellement sélectionnée doit-elle être remplacée par "
426
- "l’image sélectionnée dans l’ensemble des articles listés ?"
427
 
428
- #: admin/views/form_confirm.php:44
429
- msgid "Should the selected image be removed from all listed posts?"
430
- msgstr ""
431
- "L'image sélectionnée doit-elle être supprimée dans l’ensemble des articles "
432
- "listés ?"
433
 
434
- #: admin/views/form_confirm.php:47
435
- msgid "Should the future images be set as featured images at all listed posts?"
436
- msgstr ""
437
- "La future image doit-elle être installée comme image mise en avant pour "
438
- "l’ensemble des articles listés ?"
439
 
440
- #: admin/views/form_confirm.php:50
441
- msgid "Should the added featured images be removed from all listed posts?"
442
- msgstr ""
443
- "Les images mises en avant ajoutées doivent-elles être supprimées de "
444
- "l’ensemble des articles listés ?"
445
 
446
- #: admin/views/form_confirm.php:54 admin/views/section_results.php:27
447
- msgid ""
448
- "The list is in alphabetical order according to post title. You can edit a "
449
- "post in a new window by clicking on its link in the list."
450
- msgstr ""
451
- "Le classement est fait par ordre alphabétique selon le titre de l'article. "
452
- "Vous pouvez éditer un article dans une nouvelle fenêtre en cliquant sur son "
453
- "lien dans la liste."
454
 
455
- #: admin/views/form_confirm.php:120
456
- msgid "Confirm the change"
457
- msgstr "Confirmer le changement"
458
 
459
- #: admin/views/form_confirm.php:121
460
- msgid "You can not undo the operation!"
461
- msgstr "Vous ne pouvez pas annuler l’opération !"
462
 
463
- #: admin/views/form_confirm.php:182 admin/views/section_errormsg.php:8
464
- #: admin/views/section_results.php:86
465
- msgid "Start again"
466
- msgstr "Recommencer"
467
 
468
- #: admin/views/form_confirm.php:182
469
- msgid "or refine your selection with the following form fields."
470
- msgstr "ou affinez votre sélection avec les champs suivants."
471
 
472
- #: admin/views/form_refine.php:1
473
- msgid "Refine your selection"
474
- msgstr "Affiner votre sélection"
 
475
 
476
- #: admin/views/form_refine.php:8
477
- msgid "Refine filters"
478
- msgstr "Affiner les filtres"
 
479
 
480
  #: admin/views/form_refine.php:9
481
  msgid ""
@@ -484,88 +453,65 @@ msgstr ""
484
  "Vous pouvez maintenant trouver articles et pages par correspondance de "
485
  "paramètres. Affinez-les ici."
486
 
487
- #: admin/views/form_refine.php:10
488
- msgid "Whatever you do: You can confirm your choice on the next page."
489
- msgstr ""
490
- "Quelque soit votre action, vous pouvez confirmer votre choix sur la page "
491
- "suivante."
492
-
493
- #: admin/views/form_refine.php:18
494
- #, php-format
495
- msgid "File %s is not available."
496
- msgstr "Le fichier %s n'est pas disponible."
497
-
498
- #: admin/views/form_refine.php:48 admin/views/form_select.php:29
499
- msgid "Preview filtering"
500
- msgstr "Prévisualiser le filtrage"
501
-
502
- #: admin/views/form_refine.php:54
503
  msgid ""
504
- "There are no selected filters. Modify your filter selection or just go on by "
505
- "clicking on the next button."
506
  msgstr ""
507
- "Il n'y a pas de filtre sélectionné. Modifiez votre sélection ou continuez en "
508
- "cliquant sur le bouton suite."
509
-
510
- #: admin/views/form_select.php:9 admin/views/form_start.php:4
511
- #: admin/views/section_defaults.php:217
512
- msgid "Notice"
513
- msgstr "Avertissement"
514
 
515
- #: admin/views/form_select.php:11
516
- msgid ""
517
- "You did not have selected an image from the list below. To go on select at "
518
- "least one image you want to replace by the selected image."
519
- msgstr ""
520
- "Vous n'avez pas choisi d'image dans la liste ci-dessous. Pour continuer vous "
521
- "devez choisir au moins une image que vous voulez remplacer par l'image "
522
- "sélectionnée."
523
 
524
- #: admin/views/form_select.php:17
525
- msgid "Select the featured images you want to replace by the selected image."
526
- msgstr ""
527
- "Choisissez l'image en avant que vous voulez remplacer par l'image "
528
- "selectionnée."
529
 
530
- #: admin/views/form_select.php:18
531
- msgid "You can select multiple images. Select at least one image."
532
- msgstr "Vous pouvez sélectionner plusieurs images. Choisissez-en au moins une."
533
 
534
- #: admin/views/form_select.php:19 admin/views/form_start.php:80
535
- msgid ""
536
- "To select multiple images click on the button and use the CTRL key while "
537
- "clicking on the images."
538
- msgstr ""
539
- "Pour sélectionner plusieurs images cliquez sur le bouton et maintenez "
540
- "enfoncee la touche CTRL de votre clavier en cliquant sur les images."
541
 
542
- #: admin/views/form_select.php:23 admin/views/form_start.php:84
543
- msgid "Choose Images"
544
- msgstr "Choisir les images"
545
 
546
- #: admin/views/form_select.php:31 admin/views/form_start.php:119
547
- msgid "Use CTRL for multiple choice"
548
- msgstr "Utilisez CTRL pour un choix multiple"
549
 
550
- #: admin/views/form_select.php:37
551
- msgid "Refine your selections"
552
- msgstr "Affinez votre sélection"
553
 
554
- #: admin/views/form_select.php:38 admin/views/form_select.php:48
555
- msgid "You can control the process with the following options."
556
- msgstr "Contrôlez le processus avec les fonctions suivantes."
557
 
558
- #: admin/views/form_select.php:45
559
- msgid "Optional: Select options"
560
- msgstr "Option: Choix des options"
561
 
562
- #: admin/views/form_select.php:47
563
- msgid "Process Options"
564
- msgstr "Option du processus"
565
 
566
- #: admin/views/form_select.php:53
567
- msgid "Overwrite existing featured images with new ones"
568
- msgstr "Remplacer les images en avant existantes par des nouvelles"
 
 
 
 
 
 
 
 
569
 
570
  #: admin/views/form_select.php:63
571
  msgid ""
@@ -575,43 +521,82 @@ msgstr ""
575
  "Les articles avec des images en avant seront ignorés, même si l'option "
576
  "Remplacer est sélectionnée"
577
 
578
- #: admin/views/form_select.php:72
579
- msgid "There are two more options in the Pro version for random images:"
580
- msgstr ""
581
- "Il existe deux autres options dans la version Pro pour les images "
582
- "aléatoires :"
583
 
584
- #: admin/views/form_select.php:74
585
- msgid "Use each selected image only once"
586
- msgstr "N'utiliser qu'une seule fois chaque image sélectionnée"
587
 
588
- #: admin/views/form_select.php:75
589
- msgid "Remove excess featured images after all selected images are used"
590
- msgstr ""
591
- "Retirer les images mises en avant excédentaires avant que toutes les images "
592
- "sélectionnées ne soient utilisées."
593
 
594
- #: admin/views/form_select.php:85
595
- msgid "Optional: Add a filter"
596
- msgstr "Option : ajouter un filtre"
597
 
598
- #: admin/views/form_select.php:87
599
- msgid "Select filters"
600
- msgstr "Sélectionner les filtres"
601
 
602
- #: admin/views/form_select.php:88
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
603
  msgid ""
604
- "If you want select one of the following filters to narrow down the set of "
605
- "concerned posts and pages."
606
  msgstr ""
607
- "Si vous voulez, choisissez un des filtres suivants pour réduire la liste des "
608
- "articles et pages concernés."
609
 
610
- #: admin/views/form_select.php:89
611
- msgid ""
612
- "You can select multiple filters. They will return an intersection of their "
613
- "results."
614
- msgstr "Vous pouvez choisir plusieurs filtres."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
615
 
616
  #: admin/views/form_select.php:94
617
  msgid "Search by post type. By default all posts and pages will be affected."
@@ -627,108 +612,152 @@ msgstr "Recherche des articles par catégorie"
627
  msgid "Search posts by tag"
628
  msgstr "Recherche des articles par étiquette"
629
 
630
- #: admin/views/form_select.php:114
631
- msgid "If you encounter a white, blank page, read this"
632
- msgstr "En cas de page vide lisez ceci"
633
 
634
- #: admin/views/form_select.php:115
635
- #| msgid ""
636
- #| "Facing a white blank page while trying to treat thousands of posts is the "
637
- #| "effect of limited memory capacities on the website server. Instead of "
638
- #| "treating a huge amount of posts in one single go try to treat small "
639
- #| "amounts of posts multiple times successively. To achieve that do:"
 
 
 
 
 
 
 
 
 
 
 
640
  msgid ""
641
- "Facing a white blank page while trying to treat thousands of posts is the "
642
- "effect of limited memory capacities on the website server. Instead of "
643
- "treating a huge amount of posts in one single go try to treat small amounts "
644
- "of posts multiple times successively."
645
  msgstr ""
 
 
646
 
647
- #: admin/views/form_select.php:116
648
- #| msgid ""
649
- #| "This way is not as fast as one single run, but still much faster than "
650
- #| "setting the images for each post manually."
651
- msgid ""
652
- "To achieve that use the filters and repeat the process until your task is "
653
- "done. This way is not as fast as one single run, but still much faster than "
654
- "setting the images for each post manually."
 
 
 
 
 
 
655
  msgstr ""
 
 
656
 
657
- #: admin/views/form_select.php:121
658
  msgid ""
659
- "On the next page you can refine the filters. If you did not select any "
660
- "filter you will go to the preview list directly."
661
  msgstr ""
662
- "Sur la page suivante vous pouvez redéfinir les filtres. Si vous n'en "
663
- "choisissez aucun vous irez directement sur la prévisualisation de la liste."
664
 
665
- #: admin/views/form_start.php:6 admin/views/section_defaults.php:219
666
- msgid ""
667
- "The current theme does not support featured images. Anyway you can use this "
668
- "plugin. The effects are stored and will be visible in a theme which supports "
669
- "featured images."
670
  msgstr ""
671
- "Le thème actuel ne supporte pas les images en avant. Vous pouvez toutefois "
672
- "utiliser ce plugin. Les modifications seront stockées et pourront être "
673
- "utilisées dans un thème qui supporte les images en avant."
674
 
675
- #: admin/views/form_start.php:12
676
- msgid "What do you want to do?"
677
- msgstr "Que voulez-vous faire ?"
678
 
679
- #: admin/views/form_start.php:14
680
- msgid ""
681
- "Here you can add, replace and delete featured images to your posts. Select "
682
- "one of the following actions and, if necessary, one or more images."
 
 
 
 
 
 
 
 
 
 
 
683
  msgstr ""
684
- "Vous pouvez ici ajouter, remplacer et supprimer les images en avant de vos "
685
- "messages. Chosissez une des actions suivantes et si nécessaire, une ou "
686
- "plusieurs images."
687
 
688
- #: admin/views/form_start.php:15
689
- msgid "Whatever you select: You can refine your choice on the next page."
 
 
 
 
690
  msgstr ""
691
- "Quelque soit votre choix, vous pourrez le changer sur la page suivante."
 
692
 
693
- #: admin/views/form_start.php:17
694
- msgid "Important advice"
695
- msgstr "Conseil important"
 
 
 
 
696
 
697
- #: admin/views/form_start.php:18
698
  msgid ""
699
- "There is no undo function! It is strongly recommended that you make a backup "
700
- "of the WordPress database before you perform mass changes."
701
  msgstr ""
702
- "Vous ne pouvez pas annuler cette action. Il est recommendé de sauvegarder la "
703
- "base de données WordPress avant d'effectuer des changements en batch."
704
 
705
- #: admin/views/form_start.php:20
706
- msgid "Select action"
707
- msgstr "Choisissez une action"
 
 
708
 
709
- #: admin/views/form_start.php:21
710
- msgid "Actions with a single image"
711
- msgstr "Actions avec une seule image"
 
 
712
 
713
- #: admin/views/form_start.php:22
714
- msgid "These actions require to select an image with the following button."
715
- msgstr "Ces actions impliquent de choisir une image avec le bouton suivant."
 
 
716
 
717
- #: admin/views/form_start.php:35
718
  msgid ""
719
- "Select the image you want to add to, replace or delete from posts and pages "
720
- "by clicking on the following button."
721
  msgstr ""
722
- "Choisissez l'image que vous voulez ajouter, remplacer ou supprimer "
723
- "d'articles en cliquant sur le bouton suivant."
724
 
725
- #: admin/views/form_start.php:57
726
- msgid "Choose Image"
727
- msgstr "Choisir une image"
 
 
728
 
729
- #: admin/views/form_start.php:61
730
- msgid "If the button does not work, read this:"
731
- msgstr "Si le bouton ne fonctionne pas, lisez ceci :"
 
 
 
 
732
 
733
  #: admin/views/form_start.php:62
734
  msgid ""
@@ -739,416 +768,292 @@ msgstr ""
739
  "pas sur certaines installations WordPress. Dans ce cas vous pouvez faire "
740
  "autrement :"
741
 
742
- #: admin/views/form_start.php:63
743
- msgid ""
744
- "1. Go to the media library. 2. Move the mouse over the desired image. "
745
- "Further links are appearing, among them the link &quot;Bulk set as featured "
746
- "image&quot;. 3. After a click on it you can move on in this plugin."
747
- msgstr ""
748
- "1. Allez dans la bibliothèque de médias. 2. Positionnez la souris sur "
749
- "l’image souhaitée. Des liens vont apparaître, dont le lien « installer en "
750
- "image mise en avant ». 3. Après un clic dessus, vous pouvez passer à cette "
751
- "extension."
752
-
753
- #: admin/views/form_start.php:67
754
- msgid "Actions with multiple images"
755
- msgstr "Actions avec plusieurs images"
756
-
757
- #: admin/views/form_start.php:68
758
- msgid ""
759
- "These actions require at least one selected image with the following button."
760
- msgstr ""
761
- "Ces actions impliquent au moins de sélectionner une image avec le bouton "
762
- "suivant."
763
-
764
- #: admin/views/form_start.php:101
765
- msgid "Actions without any selected image"
766
- msgstr "Actions sans image sélectionnée"
767
-
768
- #: admin/views/form_start.php:102
769
- msgid "These actions do not require a selected image."
770
- msgstr "Ces actions ne nécessitent pas de sélectionner une image."
771
 
772
- #: admin/views/section_defaults.php:16
773
- msgid "matches"
774
- msgstr "corresponds"
775
 
776
- #: admin/views/section_defaults.php:59
777
- msgid "Post Type"
778
- msgstr "Type de contenu"
779
 
780
- #: admin/views/section_defaults.php:208
781
- msgid "Default featured images for future posts"
782
- msgstr "Image mise en avant par défaut pour les futurs articles"
783
 
784
- #: admin/views/section_defaults.php:210
785
  msgid ""
786
- "Define the rules to use images as default featured images automatically "
787
- "every time a post is saved."
788
  msgstr ""
789
- "Définir les règles pour utiliser les images installées comme images en avant "
790
- "par défaut chaque fois que l'article est sauvegardé."
791
 
792
- #: admin/views/section_defaults.php:211
793
  msgid ""
794
- "To use a rule choose the image and set both the taxonomy and the value. A "
795
- "rule which is defined only partially will be ignored."
796
  msgstr ""
797
- "Pour utiliser une règle choisissez l'image et définissez la taxonomie et la "
798
- "valeur, faute de quoi la règle sera ignorée."
799
-
800
- #: admin/views/section_defaults.php:238
801
- msgid "An image overwrites an existing image"
802
- msgstr "Une image remplace une image existante"
803
 
804
- #: admin/views/section_defaults.php:242
805
  msgid ""
806
- "Activate to automatically overwrite an existing featured image while saving "
807
- "a post"
 
808
  msgstr ""
809
- "Activer pour remplacer automatiquement une image en avant existante lors de "
810
- "la sauvegarde de l'article"
 
811
 
812
- #: admin/views/section_defaults.php:244
813
- msgid ""
814
- "If activated the rule is used automatically while saving a post to overwrite "
815
- "an existing featured image with the new one based on the following rules. Do "
816
- "not use this if you want to keep manually set featured images."
817
- msgstr ""
818
- "Si activée, cette règle est utilisée pour automatiquement remplacer une "
819
- "image en avant par une nouvelle choisie en fonction des règles, lors de la "
820
- "sauvegarde d'un article. Ne l'utilisez pas si vous voulez garder l'image en "
821
- "avant présente."
822
 
823
- #: admin/views/section_defaults.php:251
824
- msgid "Text with images in WordPress editor"
825
- msgstr "Texte avec des images dans l'editeur WordPress"
 
826
 
827
- #: admin/views/section_defaults.php:255
828
  msgid ""
829
- "Activate to automatically use the first content image if available in the "
830
- "media library as featured image while saving a post"
831
  msgstr ""
832
- "Activez pour utiliser automatiquement la première image de contenu si "
833
- "disponible dans la bibliothèque multimédia comme image mise en avant lors de "
834
- "la sauvegarde d'une publication."
835
 
836
- #: admin/views/section_defaults.php:257
 
837
  msgid ""
838
- "If activated the rule is used automatically while saving a post to set the "
839
- "first content image - if available in the media library - as the featured "
840
- "image of the post. If the post has no content images the next rules will be "
841
- "applied."
842
  msgstr ""
843
- "Si activée, la règle est utilisée automatiquement lors de la sauvegarde "
844
- "d’une publication pour définir la première image de contenu (si disponible "
845
- "dans la bibliothèque multimédia) comme image mise en avant de la "
846
- "publication. Si la publication n’a pas d’images de contenu, les règles "
847
- "suivantes seront appliquées."
848
-
849
- #: admin/views/section_defaults.php:258
850
- msgid "For which post types should this rule be applied?"
851
- msgstr "À quels types de contenu cette règle doit-elle être appliquée ?"
852
 
853
- #: admin/views/section_defaults.php:285
 
854
  msgid ""
855
- "Select at least one post type, otherwise all post types will be considered."
 
856
  msgstr ""
857
- "Sélectionnez au moins un type de contenu, sinon tous les types de contenu "
858
- "seront pris en compte."
859
-
860
- #: admin/views/section_defaults.php:491
861
- msgid "Add rule"
862
- msgstr "Ajouter une règle"
863
-
864
- #: admin/views/section_defaults.php:496
865
- msgid "Are you sure to remove this rule?"
866
- msgstr "Voulez-vous vraiment retirer cette règle ?"
867
-
868
- #: admin/views/section_defaults.php:499
869
- msgid "How the rules work"
870
- msgstr "Comment fonctionnent les règles"
871
 
872
- #: admin/views/section_defaults.php:500
873
- msgid ""
874
- "Every time you save a post the post get the featured image if one of the "
875
- "following rules match a property of the post. You can also set rules for "
876
- "pages and all other current post types which support featured images."
877
  msgstr ""
878
- "Chaque fois que vous enregistrez un contenu, la publication récupère l’image "
879
- "mise en avant si l'une des règles suivantes correspond à une propriété de la "
880
- "publication. Vous pouvez également définir des règles pour les pages et tous "
881
- "les autres types de messages actuels qui prennent en charge les images mises "
882
- "en avant."
883
 
884
- #: admin/views/section_defaults.php:501
885
  msgid ""
886
- "Regardless of the order in the list the rules are applied in the following "
887
- "order until a rule and a property of the post fit together:"
888
  msgstr ""
889
- "Quelque soit l'ordre dans la liste, les règles sont appliquées dans l'ordre "
890
- "jusqu'à ce que la condition nécessaire soit remplie:"
891
-
892
- #: admin/views/section_defaults.php:503
893
- msgid "found first content image. If not then..."
894
- msgstr "a trouvé la première image du contenu. Sinon..."
895
-
896
- #: admin/views/section_defaults.php:504
897
- msgid "matched custom taxonomy. If not then..."
898
- msgstr "a correspondu avec la taxinomie voulue. Sinon..."
899
-
900
- #: admin/views/section_defaults.php:505
901
- msgid "matched tag. If not then..."
902
- msgstr "a correspondu avec l'étiquette. Sinon..."
903
-
904
- #: admin/views/section_defaults.php:506
905
- msgid "matched category. If not then..."
906
- msgstr "a correspondu avec la catégorie. Sinon..."
907
-
908
- #: admin/views/section_defaults.php:507
909
- msgid "matched author. If not then..."
910
- msgstr "a correspondu avec l'auteur. Sinon..."
911
 
912
- #: admin/views/section_defaults.php:508
913
- msgid "matched post type. If not then..."
914
- msgstr "a correspondu avec le type de contenu. Sinon..."
915
 
916
- #: admin/views/section_defaults.php:509
917
- msgid "no featured image."
918
- msgstr "aucune image mise en avant."
919
 
920
- #: admin/views/section_defaults.php:511
921
  msgid ""
922
- "Bear in mind that if two or more rules with the same taxonomy would fit to "
923
- "the post it is unforeseeable which image will become the featured image."
924
  msgstr ""
925
- "Gardez en mémoire que si 2 règles ou plus avec la même taxinomie "
926
- "correspondaient à l’article, il est imprévisible de savoir quelle image sera "
927
- "installée comme image mise en avant."
928
 
929
- #: admin/views/section_defaults.php:512
930
- msgid "Additional rules in the Pro version"
931
- msgstr "Règles supplémentaires dans la version Pro"
932
 
933
- #: admin/views/section_defaults.php:514
934
- msgid "Multiple images to set them randomly as featured image"
 
935
  msgstr ""
936
- "Plusieurs images pour les définir de manière aléatoire comme image mise en "
937
- "avant"
938
 
939
- #: admin/views/section_defaults.php:515
940
- msgid "Random featured images at each page load"
941
- msgstr ""
942
- "Des images mises en avant sélectionnées au hasard à chaque chargement de page"
943
 
944
- #: admin/views/section_defaults.php:516
 
 
 
 
945
  msgid ""
946
- "The first content image can be also an image from an external server to set "
947
- "it as automated featured image"
 
948
  msgstr ""
949
- "La première image du contenu peut également être une image à partir d’un "
950
- "serveur externe pour la configurer comme image mise en avant automatique"
 
951
 
952
- #: admin/views/section_defaults.php:517
 
 
 
953
  msgid ""
954
- "Remove the first content image automatically after the featured image was "
955
- "set successfully"
 
956
  msgstr ""
957
- "Retirer la première image de contenu automatiquement après que l’image mise "
958
- "en avant a bien été définie."
959
 
960
- #: admin/views/section_defaults.php:518
961
- msgid "Match with a search string in post title"
 
 
962
  msgstr ""
963
- "Faites correspondre avec une recherche de chaîne dans le titre de l’article."
 
964
 
965
- #: admin/views/section_defaults.php:519
966
- msgid "Match with a selected post format"
967
- msgstr "Faire correspondre avec un format d’article sélectionné"
 
 
 
 
968
 
969
- #: admin/views/section_defaults.php:520
970
- msgid "User defined order of rules"
971
- msgstr "Ordre des règles défini par l’utilisateur"
972
 
973
- #: admin/views/section_defaults.php:521
974
- msgid "Import your rules from this plugin into the Pro plugin"
975
- msgstr "Importez vos règles depuis cette extension vers la version Pro"
976
 
977
- #: admin/views/section_errormsg.php:1
978
- msgid "Error"
979
- msgstr "Erreur"
980
 
981
- #: admin/views/section_errormsg.php:3
982
- msgid "Reason"
983
- msgstr "Raison"
984
 
985
- #: admin/views/section_errormsg.php:5
986
- msgid "Solution"
987
- msgstr "Solution"
988
 
989
- #: admin/views/section_footer.php:16
990
- msgid "Credits and informations"
991
- msgstr "Crédits et informations"
 
992
 
993
- #: admin/views/section_footer.php:18 admin/views/section_results.php:87
994
- msgid "Do you like the plugin?"
995
- msgstr "Aimez-vous cette extension ?"
 
996
 
997
- #: admin/views/section_footer.php:18 admin/views/section_results.php:88
998
- msgid "Please rate it at wordpress.org!"
999
- msgstr "Veuillez mettre une évaluation sur WordPress.org !"
1000
 
1001
- #: admin/views/section_footer.php:19
1002
- msgid "Do you need support or have an idea for the plugin?"
1003
  msgstr ""
1004
- "Avez-vous besoin d’aide ou avez-vous une suggestion pour cette extension ?"
 
1005
 
1006
- #: admin/views/section_footer.php:19
1007
- msgid ""
1008
- "Post your questions and ideas about Quick Featured Images in the forum at "
1009
- "wordpress.org!"
1010
  msgstr ""
1011
- "Postez vos questions et idées sur Quick Featured Images dans le forum de "
1012
- "WordPress.org !"
1013
 
1014
- #: admin/views/section_footer.php:20
1015
- msgid ""
1016
- "Let the thumbnails appear in the widget of the most recent posts with this "
1017
- "fast plugin"
1018
- msgstr ""
1019
- "Laissez les miniatures apparaître dans le widget des articles les plus "
1020
- "récents avec cette extension rapide."
1021
 
1022
- #: admin/views/section_footer.php:20
1023
- #, php-format
1024
- msgid "Download plugin %s at %s!"
1025
- msgstr "Téléchargez l’extension %s à %s !"
1026
 
1027
- #: admin/views/section_header_progress.php:15
1028
- msgid "Progress bar"
1029
- msgstr "Barre d’évolution du processus"
 
1030
 
1031
  #: admin/views/section_header_progress.php:17
1032
  msgid "You are here"
1033
  msgstr "Vous êtes ici"
1034
 
1035
- #: admin/views/section_image.php:1
1036
- msgid "Your selection"
1037
- msgstr "Votre sélection"
1038
 
1039
- #: admin/views/section_image.php:9
1040
- msgid "Your selected thumbnail"
1041
- msgstr "Votre vignette sélectionnée"
1042
 
1043
- #: admin/views/section_image.php:12
1044
- msgid "Image title"
1045
- msgstr "Titre de l’image"
 
 
1046
 
1047
- #: admin/views/section_image.php:14 admin/views/section_image.php:36
1048
- msgid "If wrong image start again"
1049
- msgstr "En cas de mauvaise image, recommencez"
1050
 
1051
- #: admin/views/section_image.php:23
1052
- msgid "Your selected thumbnails"
1053
- msgstr "Vos vignettes sélectionnées"
 
 
 
 
 
 
 
 
 
 
1054
 
1055
  #: admin/views/section_image.php:42
1056
  msgid "Your selected action"
1057
  msgstr "Votre action sélectionnée"
1058
 
1059
- #: admin/views/section_image.php:55
1060
- msgid "If wrong action start again"
1061
- msgstr "En cas d'erreur d'action, recommencez"
1062
-
1063
- #: admin/views/section_image.php:68
1064
- msgid "Your selected options"
1065
- msgstr "Vos options sélectionnées"
1066
-
1067
- #: admin/views/section_image.php:84
1068
- msgid "No selected options"
1069
- msgstr "Aucune option sélectionnée"
1070
-
1071
  #: admin/views/section_image.php:90
1072
  msgid "Your selected filters"
1073
  msgstr "Vos filtres sélectionnés"
1074
 
1075
- #: admin/views/section_image.php:106
1076
- msgid "No selected filters"
1077
- msgstr "Pas de filtre sélectionné"
1078
-
1079
- #: admin/views/section_overview.php:17
1080
- msgid "Manage featured images in a quick way"
1081
- msgstr "Gérer les images en avant de manière rapide"
1082
-
1083
- #: admin/views/section_results.php:1
1084
- msgid "Results of the action"
1085
- msgstr "Résultats de l'action"
1086
-
1087
- #: admin/views/section_results.php:19
1088
- msgid "Changed successfully"
1089
- msgstr "Changés avec succès"
1090
-
1091
- #: admin/views/section_results.php:20
1092
- msgid "Unchanged"
1093
- msgstr "Inchangés"
1094
-
1095
- #: admin/views/section_results.php:82
1096
- msgid "No matches found."
1097
- msgstr "Rien de trouvé."
1098
-
1099
- #~ msgid "add the time filter,"
1100
- #~ msgstr "ajoutez un filtre de date,"
1101
-
1102
- #~ msgid "set a small time range,"
1103
- #~ msgstr "utilisez un court intervalle de temps,"
1104
-
1105
- #~ msgid "do the process"
1106
- #~ msgstr "procédez"
1107
-
1108
- #~ msgid "and repeat it with the next time range as often as needed."
1109
- #~ msgstr ""
1110
- #~ "et recommencez avec un autre intervalle de date aussi souvent que "
1111
- #~ "nécessaire."
1112
-
1113
- #~ msgid "Get the Pro version"
1114
- #~ msgstr "Obtenez la version Pro"
1115
-
1116
- #~ msgid "/"
1117
- #~ msgstr "/"
1118
-
1119
- #~ msgid "Are you looking for more options and more filters?"
1120
- #~ msgstr "Recherchez-vous plus d’options et plus de filtres ?"
1121
-
1122
- #~ msgid "Do you want to assign the first image of each post?"
1123
- #~ msgstr "Voulez-vous attribuer la première image de chaque contenu ?"
1124
-
1125
- #~ msgid "Do you want to use external featured images, e.g. from a CDN?"
1126
- #~ msgstr "Souhaitez-vous utiliser des images externes, par exemple d'un CDN ?"
1127
-
1128
- #~ msgid ""
1129
- #~ "The plugin is for free. But the plugin author would be delighted to your "
1130
- #~ "small contribution."
1131
- #~ msgstr ""
1132
- #~ "L’extension est gratuite. Mais son auteur serait ravi de votre petite "
1133
- #~ "contribution."
1134
-
1135
- #~ msgid "Donation Button"
1136
- #~ msgstr "Bouton de donation"
1137
-
1138
- #~ msgid "Donate with PayPal"
1139
- #~ msgstr "Faire un don avec PayPal"
1140
-
1141
- #~ msgid "The Pro version"
1142
- #~ msgstr "La version Pro"
1143
 
1144
- #~ msgid "Changes saved."
1145
- #~ msgstr "Modifications enregistrées."
 
1146
 
1147
- #~ msgid "No changes were saved."
1148
- #~ msgstr "Aucune modification n'a été enregistrée."
 
1149
 
1150
- #~ msgid "You can select posts and pages."
1151
- #~ msgstr "Vous pouvez sélectionner des articles et des pages."
 
1152
 
1153
- #~ msgid "Special thanks for the fine frontend style of the plugin go to"
1154
- #~ msgstr "Remerciements pour l’interface de cette extension à"
 
 
 
 
 
 
 
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: 2020-12-16 16:06+0100\n"
8
+ "PO-Revision-Date: 2021-02-21 20:02+0000\n"
9
  "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
10
+ "Language-Team: French (France)\n"
11
  "Language: fr_FR\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: Loco https://localise.biz/\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"
19
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
+ #: admin/views/form_confirm.php:2
 
 
 
 
 
 
 
 
 
23
  #, php-format
24
+ msgid "%d matches found"
25
+ msgstr "%d résultats trouvés"
 
 
 
 
 
26
 
27
+ #: admin/class-quick-featured-images-tools.php:746
28
  #, php-format
29
+ msgid "%s is not defined."
30
+ msgstr "%s n'est pas défini."
31
 
32
  #: admin/class-quick-featured-images-columns.php:278
33
  msgid "(external image)"
34
  msgstr "(image externe)"
35
 
36
+ #: admin/views/form_start.php:63
37
+ msgid ""
38
+ "1. Go to the media library. 2. Move the mouse over the desired image. "
39
+ "Further links are appearing, among them the link &quot;Bulk set as featured "
40
+ "image&quot;. 3. After a click on it you can move on in this plugin."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  msgstr ""
42
+ "1. Allez dans la bibliothèque de médias. 2. Positionnez la souris sur "
43
+ "l’image souhaitée. Des liens vont apparaître, dont le lien « installer en "
44
+ "image mise en avant ». 3. Après un clic dessus, vous pouvez passer à cette "
45
+ "extension."
46
 
47
+ #: admin/views/form_start.php:21
48
+ msgid "Actions with a single image"
49
+ msgstr "Actions avec une seule image"
50
 
51
+ #: admin/views/form_start.php:67
52
+ msgid "Actions with multiple images"
53
+ msgstr "Actions avec plusieurs images"
54
 
55
+ #: admin/views/form_start.php:101
56
+ msgid "Actions without any selected image"
57
+ msgstr "Actions sans image sélectionnée"
58
 
59
+ #: admin/class-quick-featured-images-settings.php:618
60
+ msgid ""
61
+ "Activate the checkbox to show the extra column in the media library. If you "
62
+ "would not see the new column in the library switch the appereance of the "
63
+ "library to List mode. The post titles are links to the respective post edit "
64
+ "page."
65
  msgstr ""
66
 
 
 
 
 
 
 
 
 
67
  #: admin/class-quick-featured-images-settings.php:596
68
  msgid ""
69
  "Activate the checkboxes at each post type to show the extra columns in the "
72
  "Activer les checkboxes dans chaque type de contenu pour voir les colonnes "
73
  "supplémentaires dans les listes d'articles."
74
 
75
+ #: admin/views/section_defaults.php:242
76
  msgid ""
77
+ "Activate to automatically overwrite an existing featured image while saving "
78
+ "a post"
79
  msgstr ""
80
+ "Activer pour remplacer automatiquement une image en avant existante lors de "
81
+ "la sauvegarde de l'article"
82
 
83
+ #: admin/views/section_defaults.php:255
84
  msgid ""
85
+ "Activate to automatically use the first content image if available in the "
86
+ "media library as featured image while saving a post"
 
 
87
  msgstr ""
88
+ "Activez pour utiliser automatiquement la première image de contenu si "
89
+ "disponible dans la bibliothèque multimédia comme image mise en avant lors de "
90
+ "la sauvegarde d'une publication."
91
 
92
+ #: admin/class-quick-featured-images-tools.php:576
93
+ msgid "Add filter"
94
+ msgstr "Ajouter un filtre"
95
 
96
+ #: admin/views/section_defaults.php:491
97
+ msgid "Add rule"
98
+ msgstr "Ajouter une règle"
 
 
99
 
100
+ #: admin/views/section_defaults.php:238
101
+ msgid "An image overwrites an existing image"
102
+ msgstr "Une image remplace une image existante"
 
 
 
 
 
103
 
104
+ #: admin/views/section_defaults.php:496
105
+ msgid "Are you sure to remove this rule?"
106
+ msgstr "Voulez-vous vraiment retirer cette règle ?"
107
+
108
+ #: admin/views/section_defaults.php:511
109
  msgid ""
110
+ "Bear in mind that if two or more rules with the same taxonomy would fit to "
111
+ "the post it is unforeseeable which image will become the featured image."
 
112
  msgstr ""
113
+ "Gardez en mémoire que si 2 règles ou plus avec la même taxinomie "
114
+ "correspondaient à l’article, il est imprévisible de savoir quelle image sera "
115
+ "installée comme image mise en avant."
116
 
117
+ #: admin/class-quick-featured-images-tools.php:2057
118
+ msgid "Bulk set as featured image"
119
+ msgstr "Traitement en masse: Installation comme images en avant"
120
 
121
+ #: admin/class-quick-featured-images-tools.php:1948
122
+ msgid "Bulk set, replace and remove featured images for existing posts"
 
 
123
  msgstr ""
124
+ "Traitement en masse: Installation, remplacement, suppression d'images en "
125
+ "avant dans des articles existants"
126
 
127
+ #: admin/views/form_confirm.php:20
128
+ msgid "by"
129
+ msgstr "par"
130
 
131
+ #: admin/class-quick-featured-images-tools.php:602
132
+ msgid "Category Filter"
133
+ msgstr "Filtre de catégorie"
 
 
134
 
135
+ #: admin/class-quick-featured-images-columns.php:279
136
  #, php-format
137
+ msgid "Change &#8220;%s&#8221;"
138
+ msgstr "Changer &#8220;%s&#8221;"
139
 
140
+ #: admin/views/section_results.php:19
141
+ msgid "Changed successfully"
142
+ msgstr "Changés avec succès"
143
 
144
+ #: admin/class-quick-featured-images-tools.php:747
145
+ msgid "Check how to define the value."
146
+ msgstr "Voir comment définir la valeur."
147
 
148
+ #: admin/views/form_start.php:57
149
+ msgid "Choose Image"
150
+ msgstr "Choisir une image"
151
+
152
+ #: admin/views/form_select.php:23 admin/views/form_start.php:84
153
+ msgid "Choose Images"
154
+ msgstr "Choisir les images"
155
+
156
+ #. title of the section.
157
+ #: admin/class-quick-featured-images-settings.php:419
158
+ msgid "Column in the library for posts with assigned featured image"
159
+ msgstr ""
160
+
161
+ #. title of the section.
162
+ #: admin/class-quick-featured-images-settings.php:383
163
+ msgid "Columns for featured images in posts lists"
164
+ msgstr "Colonnes pour les « images mises en avant » dans les listes d’articles"
165
 
166
  #: admin/class-quick-featured-images-tools.php:578
167
  msgid "Confirm"
168
  msgstr "Valider"
169
 
170
+ #: admin/views/form_confirm.php:120
171
+ msgid "Confirm the change"
172
+ msgstr "Confirmer le changement"
173
 
174
+ #: admin/class-quick-featured-images-tools.php:597
175
+ msgid "Consider only posts without any featured image"
176
+ msgstr "Ne considérer que les articles sans image en avant"
177
 
178
+ #: admin/class-quick-featured-images-settings.php:696
179
+ msgid "Controls which minimum user role can see the plugin."
180
+ msgstr "Controle quels niveaux d'autorisation peuvent voir le plugin."
181
 
182
+ #: admin/views/section_footer.php:16
183
+ msgid "Credits and informations"
184
+ msgstr "Crédits et informations"
 
 
 
 
 
 
 
 
 
 
 
 
185
 
186
+ #: admin/views/form_confirm.php:17 admin/views/section_results.php:17
187
+ msgid "Current Featured Image"
188
+ msgstr "Image en avant actuelle"
189
 
190
+ #: admin/views/section_defaults.php:208
191
+ msgid "Default featured images for future posts"
192
+ msgstr "Image mise en avant par défaut pour les futurs articles"
193
 
194
+ #: admin/views/section_defaults.php:210
195
+ msgid ""
196
+ "Define the rules to use images as default featured images automatically "
197
+ "every time a post is saved."
198
+ msgstr ""
199
+ "Définir les règles pour utiliser les images installées comme images en avant "
200
+ "par défaut chaque fois que l'article est sauvegardé."
201
 
202
+ #: admin/views/form_confirm.php:15 admin/views/section_results.php:16
203
+ msgid "Details"
204
+ msgstr "Détails"
205
 
206
+ #: admin/class-quick-featured-images-settings.php:615
207
+ msgid ""
208
+ "Display a new column in the media library with the titles of the posts for "
209
+ "which the corresponding image is set as featured image"
210
+ msgstr ""
211
 
212
+ #: admin/views/section_footer.php:18 admin/views/section_results.php:87
213
+ msgid "Do you like the plugin?"
214
+ msgstr "Aimez-vous cette extension ?"
215
 
216
+ #: admin/views/section_footer.php:19
217
+ msgid "Do you need support or have an idea for the plugin?"
218
+ msgstr ""
219
+ "Avez-vous besoin d’aide ou avez-vous une suggestion pour cette extension ?"
220
 
221
+ #: admin/views/section_footer.php:20
222
  #, php-format
223
+ msgid "Download plugin %s at %s!"
224
+ msgstr "Téléchargez l’extension %s à %s !"
225
 
226
+ #: admin/views/section_errormsg.php:1
227
+ msgid "Error"
228
+ msgstr "Erreur"
229
 
230
+ #: admin/views/section_defaults.php:500
231
+ msgid ""
232
+ "Every time you save a post the post get the featured image if one of the "
233
+ "following rules match a property of the post. You can also set rules for "
234
+ "pages and all other current post types which support featured images."
235
+ msgstr ""
236
+ "Chaque fois que vous enregistrez un contenu, la publication récupère l’image "
237
+ "mise en avant si l'une des règles suivantes correspond à une propriété de la "
238
+ "publication. Vous pouvez également définir des règles pour les pages et tous "
239
+ "les autres types de messages actuels qui prennent en charge les images mises "
240
+ "en avant."
241
 
242
+ #: admin/views/form_select.php:115
243
+ #| msgid ""
244
+ #| "Facing a white blank page while trying to treat thousands of posts is the "
245
+ #| "effect of limited memory capacities on the website server. Instead of "
246
+ #| "treating a huge amount of posts in one single go try to treat small "
247
+ #| "amounts of posts multiple times successively. To achieve that do:"
248
+ msgid ""
249
+ "Facing a white blank page while trying to treat thousands of posts is the "
250
+ "effect of limited memory capacities on the website server. Instead of "
251
+ "treating a huge amount of posts in one single go try to treat small amounts "
252
+ "of posts multiple times successively."
253
+ msgstr ""
254
 
255
+ #: admin/class-quick-featured-images-columns.php:652
256
+ msgid "Featured image for"
257
+ msgstr ""
258
 
259
+ #: admin/views/form_refine.php:18
260
+ #, php-format
261
+ msgid "File %s is not available."
262
+ msgstr "Le fichier %s n'est pas disponible."
263
 
264
+ #: admin/views/section_defaults.php:258
265
+ msgid "For which post types should this rule be applied?"
266
+ msgstr "À quels types de contenu cette règle doit-elle être appliquée ?"
 
267
 
268
+ #: admin/views/section_defaults.php:503
269
+ msgid "found first content image. If not then..."
270
+ msgstr "a trouvé la première image du contenu. Sinon..."
271
 
272
+ #: admin/views/form_confirm.php:18
273
+ msgid "Future Featured Image"
274
+ msgstr "Future image en avant"
 
275
 
276
+ #: admin/views/form_start.php:14
277
+ msgid ""
278
+ "Here you can add, replace and delete featured images to your posts. Select "
279
+ "one of the following actions and, if necessary, one or more images."
280
+ msgstr ""
281
+ "Vous pouvez ici ajouter, remplacer et supprimer les images en avant de vos "
282
+ "messages. Chosissez une des actions suivantes et si nécessaire, une ou "
283
+ "plusieurs images."
284
 
285
+ #: admin/views/section_defaults.php:499
286
+ msgid "How the rules work"
287
+ msgstr "Comment fonctionnent les règles"
288
 
289
+ #. URI of the plugin
290
+ msgid "http://wordpress.org/plugins/quick-featured-images"
291
+ msgstr "http://wordpress.org/plugins/quick-featured-images"
292
 
293
+ #. Author URI of the plugin
294
+ msgid ""
295
+ "https://www.kybernetik-services.com/?"
296
+ "utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-"
297
+ "images&utm_content=author"
298
  msgstr ""
299
+ "https://www.kybernetik-services.com/?"
300
+ "utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-"
301
+ "images&utm_content=author"
302
 
303
+ #: admin/views/section_defaults.php:244
304
+ msgid ""
305
+ "If activated the rule is used automatically while saving a post to overwrite "
306
+ "an existing featured image with the new one based on the following rules. Do "
307
+ "not use this if you want to keep manually set featured images."
308
+ msgstr ""
309
+ "Si activée, cette règle est utilisée pour automatiquement remplacer une "
310
+ "image en avant par une nouvelle choisie en fonction des règles, lors de la "
311
+ "sauvegarde d'un article. Ne l'utilisez pas si vous voulez garder l'image en "
312
+ "avant présente."
313
 
314
+ #: admin/views/section_defaults.php:257
315
+ msgid ""
316
+ "If activated the rule is used automatically while saving a post to set the "
317
+ "first content image - if available in the media library - as the featured "
318
+ "image of the post. If the post has no content images the next rules will be "
319
+ "applied."
320
  msgstr ""
321
+ "Si activée, la règle est utilisée automatiquement lors de la sauvegarde "
322
+ "d’une publication pour définir la première image de contenu (si disponible "
323
+ "dans la bibliothèque multimédia) comme image mise en avant de la publication."
324
+ " Si la publication n’a pas d’images de contenu, les règles suivantes seront "
325
+ "appliquées."
326
 
327
+ #: admin/views/form_start.php:61
328
+ msgid "If the button does not work, read this:"
329
+ msgstr "Si le bouton ne fonctionne pas, lisez ceci :"
330
 
331
+ #: admin/views/section_image.php:55
332
+ msgid "If wrong action start again"
333
+ msgstr "En cas d'erreur d'action, recommencez"
334
 
335
+ #: admin/views/section_image.php:14 admin/views/section_image.php:36
336
+ msgid "If wrong image start again"
337
+ msgstr "En cas de mauvaise image, recommencez"
338
 
339
+ #: admin/views/form_select.php:114
340
+ msgid "If you encounter a white, blank page, read this"
341
+ msgstr "En cas de page vide lisez ceci"
342
+
343
+ #: admin/views/form_select.php:88
344
+ msgid ""
345
+ "If you want select one of the following filters to narrow down the set of "
346
+ "concerned posts and pages."
347
+ msgstr ""
348
+ "Si vous voulez, choisissez un des filtres suivants pour réduire la liste des "
349
+ "articles et pages concernés."
350
 
351
  #: admin/views/form_back_to_selection.php:3
352
  msgid ""
356
  "Si vous voulez changer votre précédente sélection revenez en arrière en "
357
  "cliquant sur ce bouton."
358
 
359
+ #: admin/class-quick-featured-images-tools.php:633
360
+ msgid "Image height in pixels lower than"
361
+ msgstr "Hauteur d'image en pixels inférieure à"
 
 
 
 
 
 
 
 
 
362
 
363
+ #: admin/views/section_image.php:12
364
+ msgid "Image title"
365
+ msgstr "Titre de l’image"
 
 
 
 
366
 
367
+ #: admin/class-quick-featured-images-tools.php:632
368
+ msgid "Image width in pixels lower than"
369
+ msgstr "Largeur d'image en pixels inférieure à"
370
 
371
+ #: admin/views/form_start.php:17
372
+ msgid "Important advice"
373
+ msgstr "Conseil important"
 
374
 
375
+ #. Author of the plugin
376
+ msgid "Kybernetik Services"
377
+ msgstr "Kybernetik Services"
378
 
379
+ #: admin/views/section_footer.php:20
380
+ msgid ""
381
+ "Let the thumbnails appear in the widget of the most recent posts with this "
382
+ "fast plugin"
383
+ msgstr ""
384
+ "Laissez les miniatures apparaître dans le widget des articles les plus "
385
+ "récents avec cette extension rapide."
386
 
387
+ #: admin/views/section_overview.php:17
388
+ msgid "Manage featured images in a quick way"
389
+ msgstr "Gérer les images en avant de manière rapide"
390
 
391
+ #: admin/views/section_defaults.php:507
392
+ msgid "matched author. If not then..."
393
+ msgstr "a correspondu avec l'auteur. Sinon..."
394
 
395
+ #: admin/views/section_defaults.php:506
396
+ msgid "matched category. If not then..."
397
+ msgstr "a correspondu avec la catégorie. Sinon..."
 
 
398
 
399
+ #: admin/views/section_defaults.php:504
400
+ msgid "matched custom taxonomy. If not then..."
401
+ msgstr "a correspondu avec la taxinomie voulue. Sinon..."
 
 
 
 
402
 
403
+ #: admin/views/section_defaults.php:508
404
+ msgid "matched post type. If not then..."
405
+ msgstr "a correspondu avec le type de contenu. Sinon..."
 
 
 
 
406
 
407
+ #: admin/views/section_defaults.php:505
408
+ msgid "matched tag. If not then..."
409
+ msgstr "a correspondu avec l'étiquette. Sinon..."
 
 
410
 
411
+ #: admin/views/section_defaults.php:16
412
+ msgid "matches"
413
+ msgstr "corresponds"
 
 
414
 
415
+ #: admin/class-quick-featured-images-settings.php:630
416
+ msgid "Minimum user role to see the plugin in the backend"
417
+ msgstr "Niveau minimum requis pour voir le plugin"
 
 
418
 
419
+ #: admin/views/form_back_to_selection.php:42
420
+ msgid "Modify selection"
421
+ msgstr "Changer la sélection"
 
 
 
 
 
422
 
423
+ #: admin/views/section_defaults.php:509
424
+ msgid "no featured image."
425
+ msgstr "aucune image mise en avant."
426
 
427
+ #: admin/views/section_results.php:82
428
+ msgid "No matches found."
429
+ msgstr "Rien de trouvé."
430
 
431
+ #: admin/views/section_image.php:106
432
+ msgid "No selected filters"
433
+ msgstr "Pas de filtre sélectionné"
 
434
 
435
+ #: admin/views/section_image.php:84
436
+ msgid "No selected options"
437
+ msgstr "Aucune option sélectionnée"
438
 
439
+ #: admin/views/form_confirm.php:16 admin/views/section_defaults.php:17
440
+ #: admin/views/section_results.php:18
441
+ msgid "No."
442
+ msgstr "Aucun."
443
 
444
+ #: admin/views/form_select.php:9 admin/views/form_start.php:4
445
+ #: admin/views/section_defaults.php:217
446
+ msgid "Notice"
447
+ msgstr "Avertissement"
448
 
449
  #: admin/views/form_refine.php:9
450
  msgid ""
453
  "Vous pouvez maintenant trouver articles et pages par correspondance de "
454
  "paramètres. Affinez-les ici."
455
 
456
+ #: admin/views/form_select.php:121
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
457
  msgid ""
458
+ "On the next page you can refine the filters. If you did not select any "
459
+ "filter you will go to the preview list directly."
460
  msgstr ""
461
+ "Sur la page suivante vous pouvez redéfinir les filtres. Si vous n'en "
462
+ "choisissez aucun vous irez directement sur la prévisualisation de la liste."
 
 
 
 
 
463
 
464
+ #: admin/views/form_select.php:85
465
+ msgid "Optional: Add a filter"
466
+ msgstr "Option : ajouter un filtre"
 
 
 
 
 
467
 
468
+ #: admin/views/form_select.php:45
469
+ msgid "Optional: Select options"
470
+ msgstr "Option: Choix des options"
 
 
471
 
472
+ #: admin/views/form_confirm.php:182
473
+ msgid "or refine your selection with the following form fields."
474
+ msgstr "ou affinez votre sélection avec les champs suivants."
475
 
476
+ #: admin/views/form_select.php:53
477
+ msgid "Overwrite existing featured images with new ones"
478
+ msgstr "Remplacer les images en avant existantes par des nouvelles"
 
 
 
 
479
 
480
+ #: admin/class-quick-featured-images-tools.php:596
481
+ msgid "Overwrite featured images"
482
+ msgstr "Remplacer les images en avant"
483
 
484
+ #: admin/class-quick-featured-images-tools.php:579
485
+ msgid "Perform"
486
+ msgstr "Exécuter"
487
 
488
+ #: admin/views/section_footer.php:18 admin/views/section_results.php:88
489
+ msgid "Please rate it at wordpress.org!"
490
+ msgstr "Veuillez mettre une évaluation sur WordPress.org !"
491
 
492
+ #: admin/class-quick-featured-images-settings.php:432
493
+ msgid "Post list column in the library"
494
+ msgstr ""
495
 
496
+ #: admin/views/section_defaults.php:59
497
+ msgid "Post Type"
498
+ msgstr "Type de contenu"
499
 
500
+ #: admin/class-quick-featured-images-tools.php:601
501
+ msgid "Post Type Filter"
502
+ msgstr "Filtre de type de contenu"
503
 
504
+ #: admin/views/section_footer.php:19
505
+ msgid ""
506
+ "Post your questions and ideas about Quick Featured Images in the forum at "
507
+ "wordpress.org!"
508
+ msgstr ""
509
+ "Postez vos questions et idées sur Quick Featured Images dans le forum de "
510
+ "WordPress.org !"
511
+
512
+ #: admin/class-quick-featured-images-settings.php:396
513
+ msgid "Posts list with image column"
514
+ msgstr "Liste des articles avec la colonne d'images"
515
 
516
  #: admin/views/form_select.php:63
517
  msgid ""
521
  "Les articles avec des images en avant seront ignorés, même si l'option "
522
  "Remplacer est sélectionnée"
523
 
524
+ #: admin/class-quick-featured-images-defaults.php:277
525
+ msgid "Preset Featured Images"
526
+ msgstr "Préparer les images en avant"
 
 
527
 
528
+ #: admin/views/form_refine.php:48 admin/views/form_select.php:29
529
+ msgid "Preview filtering"
530
+ msgstr "Prévisualiser le filtrage"
531
 
532
+ #: admin/views/form_confirm.php:1
533
+ msgid "Preview of your selection"
534
+ msgstr "Prévisualisation de votre sélection"
 
 
535
 
536
+ #: admin/views/form_select.php:47
537
+ msgid "Process Options"
538
+ msgstr "Option du processus"
539
 
540
+ #: admin/views/section_header_progress.php:15
541
+ msgid "Progress bar"
542
+ msgstr "Barre d’évolution du processus"
543
 
544
+ #. Name of the plugin
545
+ msgid "Quick Featured Images"
546
+ msgstr "Quick Featured Images"
547
+
548
+ #: admin/views/section_errormsg.php:3
549
+ msgid "Reason"
550
+ msgstr "Raison"
551
+
552
+ #: admin/class-quick-featured-images-tools.php:577
553
+ msgid "Refine"
554
+ msgstr "Peaufiner"
555
+
556
+ #: admin/views/form_refine.php:8
557
+ msgid "Refine filters"
558
+ msgstr "Affiner les filtres"
559
+
560
+ #: admin/views/form_refine.php:1
561
+ msgid "Refine your selection"
562
+ msgstr "Affiner votre sélection"
563
+
564
+ #: admin/views/form_select.php:37
565
+ msgid "Refine your selections"
566
+ msgstr "Affinez votre sélection"
567
+
568
+ #: admin/views/section_defaults.php:501
569
  msgid ""
570
+ "Regardless of the order in the list the rules are applied in the following "
571
+ "order until a rule and a property of the post fit together:"
572
  msgstr ""
573
+ "Quelque soit l'ordre dans la liste, les règles sont appliquées dans l'ordre "
574
+ "jusqu'à ce que la condition nécessaire soit remplie:"
575
 
576
+ #: admin/class-quick-featured-images-columns.php:280
577
+ #, php-format
578
+ msgid "Remove &#8220;%s&#8221;"
579
+ msgstr "Supprimer &#8220;%s&#8221;"
580
+
581
+ #: admin/class-quick-featured-images-tools.php:589
582
+ msgid "Remove all featured images without existing image files"
583
+ msgstr "Retirer les « images mises en avant » sans fichier image"
584
+
585
+ #: admin/class-quick-featured-images-tools.php:588
586
+ msgid "Remove any image as featured image"
587
+ msgstr "Supprimer toutes les images en avant"
588
+
589
+ #: admin/class-quick-featured-images-tools.php:585
590
+ msgid "Remove the selected image as featured image"
591
+ msgstr "Supprimer \"image en avant\" selectionnée"
592
+
593
+ #: admin/class-quick-featured-images-tools.php:584
594
+ msgid "Replace featured images by the selected image"
595
+ msgstr "Remplacer les \"images en avant\" par l'image sélectionnée"
596
+
597
+ #: admin/views/section_results.php:1
598
+ msgid "Results of the action"
599
+ msgstr "Résultats de l'action"
600
 
601
  #: admin/views/form_select.php:94
602
  msgid "Search by post type. By default all posts and pages will be affected."
612
  msgid "Search posts by tag"
613
  msgstr "Recherche des articles par étiquette"
614
 
615
+ #: admin/class-quick-featured-images-tools.php:575
616
+ msgid "Select"
617
+ msgstr "Sélectionner"
618
 
619
+ #: admin/views/filter_category.php:3
620
+ msgid "Select a category"
621
+ msgstr "Sélectionner une catégorie"
622
+
623
+ #: admin/views/filter_tag.php:7
624
+ msgid "Select a tag"
625
+ msgstr "Sélectionner une étiquette"
626
+
627
+ #: admin/views/form_start.php:20
628
+ msgid "Select action"
629
+ msgstr "Choisissez une action"
630
+
631
+ #: admin/class-quick-featured-images-tools.php:751
632
+ msgid "Select an image from the media library."
633
+ msgstr "Choisir une image dans la bibliothèque de médias."
634
+
635
+ #: admin/views/section_defaults.php:285
636
  msgid ""
637
+ "Select at least one post type, otherwise all post types will be considered."
 
 
 
638
  msgstr ""
639
+ "Sélectionnez au moins un type de contenu, sinon tous les types de contenu "
640
+ "seront pris en compte."
641
 
642
+ #: admin/views/form_select.php:87
643
+ msgid "Select filters"
644
+ msgstr "Sélectionner les filtres"
645
+
646
+ #: admin/views/form_back_to_selection.php:2
647
+ msgid "Select filters and options again"
648
+ msgstr "Sélectionner à nouveau les filtres et options"
649
+
650
+ #: admin/views/filter_post_types.php:2
651
+ msgid "Select post types"
652
+ msgstr "Choisir le type de contenu"
653
+
654
+ #: admin/views/form_select.php:17
655
+ msgid "Select the featured images you want to replace by the selected image."
656
  msgstr ""
657
+ "Choisissez l'image en avant que vous voulez remplacer par l'image "
658
+ "selectionnée."
659
 
660
+ #: admin/views/form_start.php:35
661
  msgid ""
662
+ "Select the image you want to add to, replace or delete from posts and pages "
663
+ "by clicking on the following button."
664
  msgstr ""
665
+ "Choisissez l'image que vous voulez ajouter, remplacer ou supprimer "
666
+ "d'articles en cliquant sur le bouton suivant."
667
 
668
+ #: admin/class-quick-featured-images-settings.php:666
669
+ msgid "Select the minimum user role a user must have to see the plugin."
 
 
 
670
  msgstr ""
671
+ "Sélectionner le niveau minimum que doit avoir l'utilisateur pour voir le "
672
+ "plugin."
 
673
 
674
+ #: admin/class-quick-featured-images-defaults.php:288
675
+ msgid "Set default featured images for future posts"
676
+ msgstr "Définir l’image en avant par défaut pour les futurs articles"
677
 
678
+ #: admin/class-quick-featured-images-columns.php:281
679
+ #, php-format
680
+ msgid "Set image for &#8220;%s&#8221;"
681
+ msgstr "Définir l'image pour &#8220;%s&#8221;"
682
+
683
+ #: admin/class-quick-featured-images-tools.php:592
684
+ msgid "Set multiple images randomly as featured images"
685
+ msgstr "Installer au hasard des images comme images en avant"
686
+
687
+ #: admin/class-quick-featured-images-tools.php:583
688
+ msgid "Set the selected image as new featured image"
689
+ msgstr "Installer l'image sélectionnée comme nouvelle image en avant"
690
+
691
+ #: admin/class-quick-featured-images-settings.php:232
692
+ msgid "Set the visibility of columns of featured images in posts lists"
693
  msgstr ""
694
+ "Afficher la colonne « images mises en avant » dans la liste des articles"
 
 
695
 
696
+ #: admin/class-quick-featured-images-tools.php:1937
697
+ msgid "Set, replace, remove"
698
+ msgstr "Definir, remplacer, supprimer"
699
+
700
+ #: admin/views/form_confirm.php:50
701
+ msgid "Should the added featured images be removed from all listed posts?"
702
  msgstr ""
703
+ "Les images mises en avant ajoutées doivent-elles être supprimées de "
704
+ "l’ensemble des articles listés ?"
705
 
706
+ #: admin/views/form_confirm.php:41
707
+ msgid ""
708
+ "Should the current set featured image be replaced by the selected image at "
709
+ "all listed posts?"
710
+ msgstr ""
711
+ "L’image mise en avant actuellement sélectionnée doit-elle être remplacée par "
712
+ "l’image sélectionnée dans l’ensemble des articles listés ?"
713
 
714
+ #: admin/views/form_confirm.php:12
715
  msgid ""
716
+ "Should the entries of featured images without image files be removed from "
717
+ "the database?"
718
  msgstr ""
719
+ "Les entrées d'images en avant sans fichier d'images doivent-elles être "
720
+ "supprimées de la base?"
721
 
722
+ #: admin/views/form_confirm.php:47
723
+ msgid "Should the future images be set as featured images at all listed posts?"
724
+ msgstr ""
725
+ "La future image doit-elle être installée comme image mise en avant pour "
726
+ "l’ensemble des articles listés ?"
727
 
728
+ #: admin/views/form_confirm.php:44
729
+ msgid "Should the selected image be removed from all listed posts?"
730
+ msgstr ""
731
+ "L'image sélectionnée doit-elle être supprimée dans l’ensemble des articles "
732
+ "listés ?"
733
 
734
+ #: admin/views/form_confirm.php:35
735
+ msgid "Should the selected image be set as featured image to all listed posts?"
736
+ msgstr ""
737
+ "L’image en avant sélectionnée doit-elle être installée comme image mise en "
738
+ "avant pour l’ensemble des articles listés ?"
739
 
740
+ #: admin/views/form_confirm.php:38
741
  msgid ""
742
+ "Should the selected images be set randomly as featured images to all listed "
743
+ "posts?"
744
  msgstr ""
745
+ "Les images sélectionnées doivent-elle être choisies au hasard comme image "
746
+ "mise en avant pour l’ensemble des articles listés ?"
747
 
748
+ #: admin/class-quick-featured-images-settings.php:391
749
+ msgid "Show additional column for featured images in lists of"
750
+ msgstr ""
751
+ "Afficher une colonne supplémentaire pour les \"images en avant\" dans les "
752
+ "listes de"
753
 
754
+ #: admin/class-quick-featured-images-settings.php:427
755
+ msgid "Show additional column in the library for posts with featured images"
756
+ msgstr ""
757
+
758
+ #: admin/views/section_errormsg.php:5
759
+ msgid "Solution"
760
+ msgstr "Solution"
761
 
762
  #: admin/views/form_start.php:62
763
  msgid ""
768
  "pas sur certaines installations WordPress. Dans ce cas vous pouvez faire "
769
  "autrement :"
770
 
771
+ #: admin/views/form_confirm.php:182 admin/views/section_errormsg.php:8
772
+ #: admin/views/section_results.php:86
773
+ msgid "Start again"
774
+ msgstr "Recommencer"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
775
 
776
+ #: admin/class-quick-featured-images-tools.php:755
777
+ msgid "Start again and select which action you want to apply."
778
+ msgstr "Recommencer et choisir une action a effectuer."
779
 
780
+ #: admin/class-quick-featured-images-tools.php:603
781
+ msgid "Tag Filter"
782
+ msgstr "Filtre d'étiquette"
783
 
784
+ #: admin/views/section_defaults.php:251
785
+ msgid "Text with images in WordPress editor"
786
+ msgstr "Texte avec des images dans l'editeur WordPress"
787
 
788
+ #: admin/class-quick-featured-images-settings.php:705
789
  msgid ""
790
+ "The additional column in the media library lists all posts for which the "
791
+ "image is set as featured."
792
  msgstr ""
 
 
793
 
794
+ #: admin/class-quick-featured-images-settings.php:687
795
  msgid ""
796
+ "The additional columns give you a quick overview about all used featured "
797
+ "images for every post. The Featured Image column is sortable."
798
  msgstr ""
799
+ "Les colonnes additionnelles vous montrent les \"images en avant\"pour chaque "
800
+ "article. La colonne de l' \"image en avant\" peut être tréee."
 
 
 
 
801
 
802
+ #: admin/views/form_start.php:6 admin/views/section_defaults.php:219
803
  msgid ""
804
+ "The current theme does not support featured images. Anyway you can use this "
805
+ "plugin. The effects are stored and will be visible in a theme which supports "
806
+ "featured images."
807
  msgstr ""
808
+ "Le thème actuel ne supporte pas les images en avant. Vous pouvez toutefois "
809
+ "utiliser ce plugin. Les modifications seront stockées et pourront être "
810
+ "utilisées dans un thème qui supporte les images en avant."
811
 
812
+ #: admin/class-quick-featured-images-tools.php:758
813
+ #, php-format
814
+ msgid "The input field %s has an invalid value."
815
+ msgstr "Valeur incorrecte dans le champ %s."
 
 
 
 
 
 
816
 
817
+ #: admin/class-quick-featured-images-tools.php:742
818
+ #, php-format
819
+ msgid "The input field %s is empty."
820
+ msgstr "Le champ %s est vide."
821
 
822
+ #: admin/views/form_confirm.php:54 admin/views/section_results.php:27
823
  msgid ""
824
+ "The list is in alphabetical order according to post title. You can edit a "
825
+ "post in a new window by clicking on its link in the list."
826
  msgstr ""
827
+ "Le classement est fait par ordre alphabétique selon le titre de l'article. "
828
+ "Vous pouvez éditer un article dans une nouvelle fenêtre en cliquant sur son "
829
+ "lien dans la liste."
830
 
831
+ #: admin/class-quick-featured-images-admin.php:278
832
+ #, php-format
833
  msgid ""
834
+ "The plugin requires WordPress version %s or higher. Therefore, WordPress did "
835
+ "not activate it. If you want to use this plugin update the Wordpress files "
836
+ "to the latest version."
 
837
  msgstr ""
838
+ "Ce plugin nécessite au minimum la version %s de WordPress. Il n'a donc pas "
839
+ "été activé. Pour l'utiliser, mettez WordPress à jour."
 
 
 
 
 
 
 
840
 
841
+ #: admin/class-quick-featured-images-settings.php:671
842
+ #, php-format
843
  msgid ""
844
+ "The rules as set in &#8220;%s&#8221; work on posts independently of this "
845
+ "setting."
846
  msgstr ""
847
+ "Les règles telles que définies à &#8220;%s&#8221; sont appliquées aux "
848
+ "articles indépendement de ce règlage."
 
 
 
 
 
 
 
 
 
 
 
 
849
 
850
+ #: admin/views/filter_category.php:14
851
+ msgid "The selection of a category includes all of its subcategories."
 
 
 
852
  msgstr ""
 
 
 
 
 
853
 
854
+ #: admin/views/form_refine.php:54
855
  msgid ""
856
+ "There are no selected filters. Modify your filter selection or just go on by "
857
+ "clicking on the next button."
858
  msgstr ""
859
+ "Il n'y a pas de filtre sélectionné. Modifiez votre sélection ou continuez en "
860
+ "cliquant sur le bouton suite."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
861
 
862
+ #: admin/views/filter_tag.php:20
863
+ msgid "There are no tags in use."
864
+ msgstr "Il n'y a pas d'étiquette utilisée."
865
 
866
+ #: admin/class-quick-featured-images-tools.php:750
867
+ msgid "There is no selected image."
868
+ msgstr "Pas d'image sélectionnée."
869
 
870
+ #: admin/views/form_start.php:18
871
  msgid ""
872
+ "There is no undo function! It is strongly recommended that you make a backup "
873
+ "of the WordPress database before you perform mass changes."
874
  msgstr ""
875
+ "Vous ne pouvez pas annuler cette action. Il est recommendé de sauvegarder la "
876
+ "base de données WordPress avant d'effectuer des changements en batch."
 
877
 
878
+ #: admin/views/form_start.php:102
879
+ msgid "These actions do not require a selected image."
880
+ msgstr "Ces actions ne nécessitent pas de sélectionner une image."
881
 
882
+ #: admin/views/form_start.php:68
883
+ msgid ""
884
+ "These actions require at least one selected image with the following button."
885
  msgstr ""
886
+ "Ces actions impliquent au moins de sélectionner une image avec le bouton "
887
+ "suivant."
888
 
889
+ #: admin/views/form_start.php:22
890
+ msgid "These actions require to select an image with the following button."
891
+ msgstr "Ces actions impliquent de choisir une image avec le bouton suivant."
 
892
 
893
+ #: admin/class-quick-featured-images-settings.php:677
894
+ msgid "This page is accessible for administrators only."
895
+ msgstr "Cette page est accessible uniquement aux administrateurs."
896
+
897
+ #: admin/class-quick-featured-images-settings.php:676
898
  msgid ""
899
+ "This setting controls as well whether a user will see in an image column the "
900
+ "thumbnails with action links or the thumbnails only. To switch image columns "
901
+ "on and off use the section above."
902
  msgstr ""
903
+ "Ce paramètre contrôle si l'utilisateur verra la vignette et les liens de "
904
+ "modification dans la colonne d'images, ou bien la vignette seule. Pour "
905
+ "afficher/supprimer la colonne d'images, utiliser la section ci-dessus."
906
 
907
+ #: admin/views/form_select.php:116
908
+ #| msgid ""
909
+ #| "This way is not as fast as one single run, but still much faster than "
910
+ #| "setting the images for each post manually."
911
  msgid ""
912
+ "To achieve that use the filters and repeat the process until your task is "
913
+ "done. This way is not as fast as one single run, but still much faster than "
914
+ "setting the images for each post manually."
915
  msgstr ""
 
 
916
 
917
+ #: admin/views/form_select.php:19 admin/views/form_start.php:80
918
+ msgid ""
919
+ "To select multiple images click on the button and use the CTRL key while "
920
+ "clicking on the images."
921
  msgstr ""
922
+ "Pour sélectionner plusieurs images cliquez sur le bouton et maintenez "
923
+ "enfoncee la touche CTRL de votre clavier en cliquant sur les images."
924
 
925
+ #: admin/views/section_defaults.php:211
926
+ msgid ""
927
+ "To use a rule choose the image and set both the taxonomy and the value. A "
928
+ "rule which is defined only partially will be ignored."
929
+ msgstr ""
930
+ "Pour utiliser une règle choisissez l'image et définissez la taxonomie et la "
931
+ "valeur, faute de quoi la règle sera ignorée."
932
 
933
+ #: admin/class-quick-featured-images-tools.php:743
934
+ msgid "Type in a value into the input field."
935
+ msgstr "Entrer une valeur dans le champ de saisie."
936
 
937
+ #: admin/class-quick-featured-images-tools.php:759
938
+ msgid "Type in valid values in the input field."
939
+ msgstr "Entrez une valeur correcte."
940
 
941
+ #: admin/class-quick-featured-images-tools.php:763
942
+ msgid "Type in values stored by WordPress."
943
+ msgstr "Indiquez dans les valeurs de WordPress."
944
 
945
+ #: admin/views/section_results.php:20
946
+ msgid "Unchanged"
947
+ msgstr "Inchangés"
948
 
949
+ #: admin/views/form_select.php:31 admin/views/form_start.php:119
950
+ msgid "Use CTRL for multiple choice"
951
+ msgstr "Utilisez CTRL pour un choix multiple"
952
 
953
+ #. title of the section.
954
+ #: admin/class-quick-featured-images-settings.php:455
955
+ msgid "Visibility of the plugin"
956
+ msgstr "Visibilité du plugin"
957
 
958
+ #: admin/class-quick-featured-images-admin.php:484
959
+ #, php-format
960
+ msgid "Welcome to %s! You can find the plugin at %s."
961
+ msgstr "Bienvenue, %s! Vous pouvez trouver l’extension à %s."
962
 
963
+ #: admin/views/form_start.php:12
964
+ msgid "What do you want to do?"
965
+ msgstr "Que voulez-vous faire ?"
966
 
967
+ #: admin/views/form_refine.php:10
968
+ msgid "Whatever you do: You can confirm your choice on the next page."
969
  msgstr ""
970
+ "Quelque soit votre action, vous pouvez confirmer votre choix sur la page "
971
+ "suivante."
972
 
973
+ #: admin/views/form_start.php:15
974
+ msgid "Whatever you select: You can refine your choice on the next page."
 
 
975
  msgstr ""
976
+ "Quelque soit votre choix, vous pourrez le changer sur la page suivante."
 
977
 
978
+ #: admin/class-quick-featured-images-settings.php:463
979
+ msgid "Which user role may see the plugin?"
980
+ msgstr "Quel niveau d’utilisateur peut voir l’extension ?"
 
 
 
 
981
 
982
+ #: admin/views/form_confirm.php:19
983
+ msgid "written on"
984
+ msgstr "écrit le"
 
985
 
986
+ #: admin/class-quick-featured-images-tools.php:473
987
+ #, php-format
988
+ msgid "Wrong image ID %d"
989
+ msgstr "Numéro d'image %d invalide"
990
 
991
  #: admin/views/section_header_progress.php:17
992
  msgid "You are here"
993
  msgstr "Vous êtes ici"
994
 
995
+ #: admin/views/form_select.php:38 admin/views/form_select.php:48
996
+ msgid "You can control the process with the following options."
997
+ msgstr "Contrôlez le processus avec les fonctions suivantes."
998
 
999
+ #: admin/views/form_confirm.php:121
1000
+ msgid "You can not undo the operation!"
1001
+ msgstr "Vous ne pouvez pas annuler l’opération !"
1002
 
1003
+ #: admin/views/form_select.php:89
1004
+ msgid ""
1005
+ "You can select multiple filters. They will return an intersection of their "
1006
+ "results."
1007
+ msgstr "Vous pouvez choisir plusieurs filtres."
1008
 
1009
+ #: admin/views/form_select.php:18
1010
+ msgid "You can select multiple images. Select at least one image."
1011
+ msgstr "Vous pouvez sélectionner plusieurs images. Choisissez-en au moins une."
1012
 
1013
+ #: admin/views/form_select.php:11
1014
+ msgid ""
1015
+ "You did not have selected an image from the list below. To go on select at "
1016
+ "least one image you want to replace by the selected image."
1017
+ msgstr ""
1018
+ "Vous n'avez pas choisi d'image dans la liste ci-dessous. Pour continuer vous "
1019
+ "devez choisir au moins une image que vous voulez remplacer par l'image "
1020
+ "sélectionnée."
1021
+
1022
+ #: admin/class-quick-featured-images-tools.php:754
1023
+ #: admin/views/section_image.php:51
1024
+ msgid "You have not selected an action."
1025
+ msgstr "Vous n'avez pas fait de choix d'action."
1026
 
1027
  #: admin/views/section_image.php:42
1028
  msgid "Your selected action"
1029
  msgstr "Votre action sélectionnée"
1030
 
 
 
 
 
 
 
 
 
 
 
 
 
1031
  #: admin/views/section_image.php:90
1032
  msgid "Your selected filters"
1033
  msgstr "Vos filtres sélectionnés"
1034
 
1035
+ #: admin/views/section_image.php:68
1036
+ msgid "Your selected options"
1037
+ msgstr "Vos options sélectionnées"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1038
 
1039
+ #: admin/views/section_image.php:9
1040
+ msgid "Your selected thumbnail"
1041
+ msgstr "Votre vignette sélectionnée"
1042
 
1043
+ #: admin/views/section_image.php:23
1044
+ msgid "Your selected thumbnails"
1045
+ msgstr "Vos vignettes sélectionnées"
1046
 
1047
+ #: admin/views/section_image.php:1
1048
+ msgid "Your selection"
1049
+ msgstr "Votre sélection"
1050
 
1051
+ #. Description of the plugin
1052
+ #: admin/class-quick-featured-images-admin.php:215
1053
+ msgid ""
1054
+ "Your time-saving Swiss Army Knife for featured images: Set, replace and "
1055
+ "delete them in bulk, in posts lists and set default images for future posts."
1056
+ msgstr ""
1057
+ "Votre Couteau Suisse pour les « images mises en avant » : régler, remplacer, "
1058
+ "supprimer en masse dans les listes d’articles, et installer les « images "
1059
+ "mises en avant » par défaut pour les futurs articles."
languages/quick-featured-images-ja.mo CHANGED
Binary file
languages/quick-featured-images-ja.po CHANGED
@@ -5,127 +5,54 @@ msgstr ""
5
  "Project-Id-Version: Quick Featured Images Pro\n"
6
  "Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
7
  "POT-Creation-Date: 2020-12-16 16:06+0100\n"
8
- "PO-Revision-Date: 2020-12-16 16:06+0100\n"
9
  "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
10
- "Language-Team: Martin Stehle <m.stehle@gmx.de>\n"
11
- "Language: ja_JP\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.4.2\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"
19
  "Plural-Forms: nplurals=1; plural=0;\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
- #: admin/class-quick-featured-images-admin.php:215
23
- msgid ""
24
- "Your time-saving Swiss Army Knife for featured images: Set, replace and "
25
- "delete them in bulk, in posts lists and set default images for future posts."
26
- msgstr ""
27
- "アイキャッチ画像をまとめて設定・変更・削除したり、デフォルトのアイキャッチ画"
28
- "像を設定したりできる、スイス・アーミーナイフのように多機能で便利なプラグイン"
29
- "です。"
30
-
31
- #: admin/class-quick-featured-images-admin.php:278
32
  #, php-format
33
- msgid ""
34
- "The plugin requires WordPress version %s or higher. Therefore, WordPress did "
35
- "not activate it. If you want to use this plugin update the Wordpress files "
36
- "to the latest version."
37
- msgstr ""
38
- "このプラグインの動作には WordPress バージョン %s 以上が必要なため、有効化でき"
39
- "ませんでした。このプラグインを使用するには、Wordpress を最新バージョンに更新"
40
- "してください。"
41
 
42
- #: admin/class-quick-featured-images-admin.php:484
43
  #, php-format
44
- msgid "Welcome to %s! You can find the plugin at %s."
45
- msgstr "%s へようこそ! %s でプラグインにアクセスできます。"
46
 
47
  #: admin/class-quick-featured-images-columns.php:278
48
  msgid "(external image)"
49
  msgstr "(外部画像)"
50
 
51
- #: admin/class-quick-featured-images-columns.php:279
52
- #, php-format
53
- msgid "Change &#8220;%s&#8221;"
54
- msgstr "&#8220;%s&#8221;の変更"
55
-
56
- #: admin/class-quick-featured-images-columns.php:280
57
- #, php-format
58
- msgid "Remove &#8220;%s&#8221;"
59
- msgstr "&#8220;%s&#8221;の削除"
60
-
61
- #: admin/class-quick-featured-images-columns.php:281
62
- #, php-format
63
- msgid "Set image for &#8220;%s&#8221;"
64
- msgstr "&#8220;%s&#8221;の画像を設定"
65
-
66
- #: admin/class-quick-featured-images-columns.php:646
67
- msgid "Featured image for"
68
- msgstr ""
69
-
70
- #: admin/class-quick-featured-images-defaults.php:277
71
- msgid "Preset Featured Images"
72
- msgstr "アイキャッチ画像のプリセット"
73
-
74
- # a period at the end of a sentence must be localizable
75
- #: admin/class-quick-featured-images-defaults.php:288
76
- msgid "Set default featured images for future posts"
77
- msgstr "デフォルトのアイキャッチ画像を設定します。"
78
-
79
- #: admin/class-quick-featured-images-settings.php:232
80
- msgid "Set the visibility of columns of featured images in posts lists"
81
- msgstr ""
82
- "投稿/固定ページリストにアイキャッチ画像カラムを表示する設定を行います。"
83
-
84
- #: admin/class-quick-featured-images-settings.php:383
85
- msgid "Columns for featured images in posts lists"
86
- msgstr "投稿リストのアイキャッチ画像のカラム"
87
-
88
- #: admin/class-quick-featured-images-settings.php:391
89
- msgid "Show additional column for featured images in lists of"
90
- msgstr "アイキャッチ画像カラムを表示するリスト"
91
-
92
- #: admin/class-quick-featured-images-settings.php:396
93
- msgid "Posts list with image column"
94
- msgstr "画像カラム付の投稿リスト"
95
-
96
- #: admin/class-quick-featured-images-settings.php:419
97
- msgid "Column in the library for posts with assigned featured image"
98
- msgstr ""
99
-
100
- #: admin/class-quick-featured-images-settings.php:427
101
- msgid "Show additional column in the library for posts with featured images"
102
- msgstr ""
103
-
104
- #: admin/class-quick-featured-images-settings.php:432
105
- msgid "Post list column in the library"
106
  msgstr ""
 
 
107
 
108
- #: admin/class-quick-featured-images-settings.php:455
109
- msgid "Visibility of the plugin"
110
- msgstr "プラグイン画面の表示"
111
-
112
- #: admin/class-quick-featured-images-settings.php:463
113
- msgid "Which user role may see the plugin?"
114
- msgstr "プラグイン画面を表示できるユーザー権限"
115
 
116
- #: admin/class-quick-featured-images-settings.php:596
117
- msgid ""
118
- "Activate the checkboxes at each post type to show the extra columns in the "
119
- "post lists."
120
- msgstr ""
121
- "チェックボックスをオンにした投稿タイプの投稿リストに画像カラムが追加されま"
122
- "す。"
123
 
124
- #: admin/class-quick-featured-images-settings.php:615
125
- msgid ""
126
- "Display a new column in the media library with the titles of the posts for "
127
- "which the corresponding image is set as featured image"
128
- msgstr ""
129
 
130
  #: admin/class-quick-featured-images-settings.php:618
131
  msgid ""
@@ -135,648 +62,221 @@ msgid ""
135
  "page."
136
  msgstr ""
137
 
138
- #: admin/class-quick-featured-images-settings.php:630
139
- msgid "Minimum user role to see the plugin in the backend"
140
- msgstr "プラグイン画面を表示するのに必要なユーザー権限"
141
-
142
- #: admin/class-quick-featured-images-settings.php:666
143
- msgid "Select the minimum user role a user must have to see the plugin."
144
- msgstr "プラグイン画面を表示するのに必要なユーザー権限を選択してください。"
145
-
146
- #: admin/class-quick-featured-images-settings.php:671
147
- #, php-format
148
- msgid ""
149
- "The rules as set in &#8220;%s&#8221; work on posts independently of this "
150
- "setting."
151
- msgstr ""
152
- "&#8220;%s&#8221; で指定されたルールは、この権限の設定には影響されずに機能しま"
153
- "す。"
154
-
155
- #: admin/class-quick-featured-images-settings.php:676
156
  msgid ""
157
- "This setting controls as well whether a user will see in an image column the "
158
- "thumbnails with action links or the thumbnails only. To switch image columns "
159
- "on and off use the section above."
160
- msgstr ""
161
- "権限がないユーザーのアイキャッチ画像カラムにはサムネイルだけが表示されます"
162
- "が、権限があるユーザーではアクションリンク付のサムネイルが表示されます。アイ"
163
- "キャッチ画像カラムそのものを表示するかどうかは、上のセクションで切り替えてく"
164
- "ださい。"
165
-
166
- #: admin/class-quick-featured-images-settings.php:677
167
- msgid "This page is accessible for administrators only."
168
- msgstr "このページには管理者だけがアクセスできます。"
169
 
170
- #: admin/class-quick-featured-images-settings.php:687
171
  msgid ""
172
- "The additional columns give you a quick overview about all used featured "
173
- "images for every post. The Featured Image column is sortable."
174
- msgstr ""
175
- "投稿リストに画像カラムを追加して、設定済のすべてのアイキャッチ画像を素早く確"
176
- "認することができます。アイキャッチ画像カラムは並べ替えできます。"
177
-
178
- #: admin/class-quick-featured-images-settings.php:696
179
- msgid "Controls which minimum user role can see the plugin."
180
- msgstr "プラグイン画面を表示できるユーザー権限を設定します。"
181
 
182
- #: admin/class-quick-featured-images-settings.php:705
183
  msgid ""
184
- "The additional column in the media library lists all posts for which the "
185
- "image is set as featured."
186
- msgstr ""
187
-
188
- #: admin/class-quick-featured-images-tools.php:473
189
- #, php-format
190
- msgid "Wrong image ID %d"
191
- msgstr "誤った画像ID %d"
192
-
193
- #: admin/class-quick-featured-images-tools.php:575
194
- msgid "Select"
195
- msgstr "選択"
196
 
197
  #: admin/class-quick-featured-images-tools.php:576
198
  msgid "Add filter"
199
  msgstr "フィルタの追加"
200
 
201
- #: admin/class-quick-featured-images-tools.php:577
202
- msgid "Refine"
203
- msgstr "調整"
204
-
205
- #: admin/class-quick-featured-images-tools.php:578
206
- msgid "Confirm"
207
- msgstr "確認"
208
-
209
- #: admin/class-quick-featured-images-tools.php:579
210
- msgid "Perform"
211
- msgstr "実行"
212
-
213
- #: admin/class-quick-featured-images-tools.php:583
214
- msgid "Set the selected image as new featured image"
215
- msgstr "選択した画像を新たなアイキャッチ画像として設定する"
216
-
217
- #: admin/class-quick-featured-images-tools.php:584
218
- msgid "Replace featured images by the selected image"
219
- msgstr "選択した画像で現在のアイキャッチ画像を置き換える"
220
-
221
- #: admin/class-quick-featured-images-tools.php:585
222
- msgid "Remove the selected image as featured image"
223
- msgstr "選択した画像が使用されているアイキャッチ画像を削除する"
224
 
225
- #: admin/class-quick-featured-images-tools.php:588
226
- msgid "Remove any image as featured image"
227
- msgstr "アイキャッチ画像を削除する"
 
228
 
229
- #: admin/class-quick-featured-images-tools.php:589
230
- msgid "Remove all featured images without existing image files"
231
- msgstr "ファイルが存在しないアイキャッチ画像を削除する"
232
 
233
- #: admin/class-quick-featured-images-tools.php:592
234
- msgid "Set multiple images randomly as featured images"
235
- msgstr "複数の画像をランダムにアイキャッチ画像に設定する"
 
 
236
 
237
- #: admin/class-quick-featured-images-tools.php:596
238
- msgid "Overwrite featured images"
239
- msgstr "アイキャッチ画像を上書きする"
240
 
241
- #: admin/class-quick-featured-images-tools.php:597
242
- msgid "Consider only posts without any featured image"
243
- msgstr "アイキャッチ画像が設定されていない投稿だけを対象にする"
244
 
245
- #: admin/class-quick-featured-images-tools.php:601
246
- msgid "Post Type Filter"
247
- msgstr "投稿タイプフィルタ"
248
 
249
  #: admin/class-quick-featured-images-tools.php:602
250
  msgid "Category Filter"
251
  msgstr "カテゴリーフィルタ"
252
 
253
- #: admin/class-quick-featured-images-tools.php:603
254
- msgid "Tag Filter"
255
- msgstr "タグフィルタ"
256
-
257
- #: admin/class-quick-featured-images-tools.php:632
258
- msgid "Image width in pixels lower than"
259
- msgstr "画像の幅の最大サイズ"
260
-
261
- #: admin/class-quick-featured-images-tools.php:633
262
- msgid "Image height in pixels lower than"
263
- msgstr "画像の高さの最大サイズ"
264
-
265
- #: admin/class-quick-featured-images-tools.php:742
266
  #, php-format
267
- msgid "The input field %s is empty."
268
- msgstr "入力フィールド %s が空白です。"
269
-
270
- #: admin/class-quick-featured-images-tools.php:743
271
- msgid "Type in a value into the input field."
272
- msgstr "入力フィールドに値を入力してください。"
273
 
274
- #: admin/class-quick-featured-images-tools.php:746
275
- #, php-format
276
- msgid "%s is not defined."
277
- msgstr "%s が定義されていません。"
278
 
279
  #: admin/class-quick-featured-images-tools.php:747
280
  msgid "Check how to define the value."
281
  msgstr "値の設定のしかたを確認"
282
 
283
- #: admin/class-quick-featured-images-tools.php:750
284
- msgid "There is no selected image."
285
- msgstr "画像が選択されていません。"
286
-
287
- #: admin/class-quick-featured-images-tools.php:751
288
- msgid "Select an image from the media library."
289
- msgstr "メディアライブラリから画像を選択してください。"
290
-
291
- #: admin/class-quick-featured-images-tools.php:754
292
- #: admin/views/section_image.php:51
293
- msgid "You have not selected an action."
294
- msgstr "アクションが選択されていません。"
295
-
296
- #: admin/class-quick-featured-images-tools.php:755
297
- msgid "Start again and select which action you want to apply."
298
- msgstr "[やり直す] をクリックしてアクションを選択します。"
299
-
300
- #: admin/class-quick-featured-images-tools.php:758
301
- #, php-format
302
- msgid "The input field %s has an invalid value."
303
- msgstr "入力フィールド %s の値が正しくありません。"
304
-
305
- #: admin/class-quick-featured-images-tools.php:759
306
- msgid "Type in valid values in the input field."
307
- msgstr "入力フィールドに正しい値を入力してください。"
308
-
309
- #: admin/class-quick-featured-images-tools.php:763
310
- msgid "Type in values stored by WordPress."
311
- msgstr "WordPressに保存されている値を入力してください。"
312
-
313
- #: admin/class-quick-featured-images-tools.php:1937
314
- msgid "Set, replace, remove"
315
- msgstr "設定・変更・削除"
316
-
317
- #: admin/class-quick-featured-images-tools.php:1948
318
- msgid "Bulk set, replace and remove featured images for existing posts"
319
- msgstr "アイキャッチ画像を一括で設定・変更・削除します。"
320
-
321
- #: admin/class-quick-featured-images-tools.php:2057
322
- msgid "Bulk set as featured image"
323
- msgstr "アイキャッチ画像に設定"
324
-
325
- #: admin/views/filter_category.php:3
326
- msgid "Select a category"
327
- msgstr "カテゴリーを選択"
328
-
329
- #: admin/views/filter_category.php:14
330
- msgid "The selection of a category includes all of its subcategories."
331
- msgstr ""
332
-
333
- #: admin/views/filter_post_types.php:2
334
- msgid "Select post types"
335
- msgstr "投稿タイプを選択"
336
-
337
- #: admin/views/filter_tag.php:7
338
- msgid "Select a tag"
339
- msgstr "タグを選択"
340
-
341
- #: admin/views/filter_tag.php:20
342
- msgid "There are no tags in use."
343
- msgstr "使用されているタグはありません。"
344
-
345
- #: admin/views/form_back_to_selection.php:2
346
- msgid "Select filters and options again"
347
- msgstr "フィルタとオプションを選択し直す"
348
-
349
- #: admin/views/form_back_to_selection.php:3
350
- msgid ""
351
- "If you want to change your former selection just go back by clicking on this "
352
- "button."
353
- msgstr "選択を変更するには、このボタンをクリックして戻ってください。"
354
-
355
- #: admin/views/form_back_to_selection.php:42
356
- msgid "Modify selection"
357
- msgstr "選択を変更する"
358
-
359
- #: admin/views/form_confirm.php:1
360
- msgid "Preview of your selection"
361
- msgstr "選択のプレビュー"
362
-
363
- #: admin/views/form_confirm.php:2
364
- #, php-format
365
- msgid "%d matches found"
366
- msgstr "一致: %d 件"
367
-
368
- #: admin/views/form_confirm.php:12
369
- msgid ""
370
- "Should the entries of featured images without image files be removed from "
371
- "the database?"
372
- msgstr ""
373
- "ファイルが存在しないアイキャッチ画像の指定をデータベースから削除しますか?"
374
-
375
- #: admin/views/form_confirm.php:15 admin/views/section_results.php:16
376
- msgid "Details"
377
- msgstr "詳細"
378
-
379
- #: admin/views/form_confirm.php:16 admin/views/section_defaults.php:17
380
- #: admin/views/section_results.php:18
381
- msgid "No."
382
- msgstr "いいえ。"
383
-
384
- #: admin/views/form_confirm.php:17 admin/views/section_results.php:17
385
- msgid "Current Featured Image"
386
- msgstr "現在のアイキャッチ画像"
387
-
388
- #: admin/views/form_confirm.php:18
389
- msgid "Future Featured Image"
390
- msgstr "新しいアイキャッチ画像"
391
-
392
- #: admin/views/form_confirm.php:19
393
- msgid "written on"
394
- msgstr "作成日:"
395
-
396
- #: admin/views/form_confirm.php:20
397
- msgid "by"
398
- msgstr "作成者:"
399
-
400
- #: admin/views/form_confirm.php:35
401
- msgid "Should the selected image be set as featured image to all listed posts?"
402
- msgstr ""
403
- "リストに表示されている投稿に、選択した画像をアイキャッチ画像として割り当てま"
404
- "すか?"
405
-
406
- #: admin/views/form_confirm.php:38
407
- msgid ""
408
- "Should the selected images be set randomly as featured images to all listed "
409
- "posts?"
410
- msgstr ""
411
- "リストに表示されている投稿に、選択した画像をアイキャッチ画像としてランダムに"
412
- "割り当てますか?"
413
-
414
- #: admin/views/form_confirm.php:41
415
- msgid ""
416
- "Should the current set featured image be replaced by the selected image at "
417
- "all listed posts?"
418
- msgstr ""
419
- "リストに表示されている投稿の現在のアイキャッチ画像を、選択した画像で置き換え"
420
- "ますか?"
421
-
422
- #: admin/views/form_confirm.php:44
423
- msgid "Should the selected image be removed from all listed posts?"
424
- msgstr "リストに表示されている投稿から、選択した画像を削除しますか?"
425
-
426
- #: admin/views/form_confirm.php:47
427
- msgid "Should the future images be set as featured images at all listed posts?"
428
- msgstr ""
429
- "新しいアイキャッチ画像を、リストに表示された投稿のアイキャッチ画像として設定"
430
- "しますか?"
431
-
432
- #: admin/views/form_confirm.php:50
433
- msgid "Should the added featured images be removed from all listed posts?"
434
- msgstr "リストに表示されている投稿からアイキャッチ画像を削除しますか?"
435
-
436
- #: admin/views/form_confirm.php:54 admin/views/section_results.php:27
437
- msgid ""
438
- "The list is in alphabetical order according to post title. You can edit a "
439
- "post in a new window by clicking on its link in the list."
440
- msgstr ""
441
- "リストは投稿タイトル名の順に並んでいます。リスト中のタイトル名のリンクをク"
442
- "リックすると、新規ウィンドウで投稿を編集できます。"
443
-
444
- #: admin/views/form_confirm.php:120
445
- msgid "Confirm the change"
446
- msgstr "変更の確認"
447
-
448
- #: admin/views/form_confirm.php:121
449
- msgid "You can not undo the operation!"
450
- msgstr "実行後の取り消しはできません!"
451
-
452
- #: admin/views/form_confirm.php:182 admin/views/section_errormsg.php:8
453
- #: admin/views/section_results.php:86
454
- msgid "Start again"
455
- msgstr "やり直す"
456
-
457
- #: admin/views/form_confirm.php:182
458
- msgid "or refine your selection with the following form fields."
459
- msgstr "または、下記のフォーム項目で選択を調整してください。"
460
-
461
- #: admin/views/form_refine.php:1
462
- msgid "Refine your selection"
463
- msgstr "選択の調整"
464
-
465
- #: admin/views/form_refine.php:8
466
- msgid "Refine filters"
467
- msgstr "フィルタの調整"
468
-
469
- #: admin/views/form_refine.php:9
470
- msgid ""
471
- "Now you can find posts and pages by matching parameters. Refine them here."
472
- msgstr "条件を満たす投稿と固定ページを抽出します。下記で条件を調整できます。"
473
-
474
- #: admin/views/form_refine.php:10
475
- msgid "Whatever you do: You can confirm your choice on the next page."
476
- msgstr "次のページで調整した結果を確認できます。"
477
-
478
- #: admin/views/form_refine.php:18
479
- #, php-format
480
- msgid "File %s is not available."
481
- msgstr "%sファイルは利用できません。"
482
-
483
- #: admin/views/form_refine.php:48 admin/views/form_select.php:29
484
- msgid "Preview filtering"
485
- msgstr "絞り込みのプレビュー"
486
-
487
- #: admin/views/form_refine.php:54
488
- msgid ""
489
- "There are no selected filters. Modify your filter selection or just go on by "
490
- "clicking on the next button."
491
- msgstr ""
492
- "フィルタが選択されていません。フィルタの選択を変更するか、[次へ]ボタンをク"
493
- "リックしてください。"
494
-
495
- #: admin/views/form_select.php:9 admin/views/form_start.php:4
496
- #: admin/views/section_defaults.php:217
497
- msgid "Notice"
498
- msgstr "通知"
499
-
500
- #: admin/views/form_select.php:11
501
- msgid ""
502
- "You did not have selected an image from the list below. To go on select at "
503
- "least one image you want to replace by the selected image."
504
- msgstr ""
505
- "下のリストで画像が選択されていません。置き換える画像を少なくとも1つ選んでくだ"
506
- "さい。"
507
-
508
- #: admin/views/form_select.php:17
509
- msgid "Select the featured images you want to replace by the selected image."
510
- msgstr ""
511
- "新しく選んだ画像で置き換えたい、元のアイキャッチ画像を選択してください。"
512
-
513
- #: admin/views/form_select.php:18
514
- msgid "You can select multiple images. Select at least one image."
515
- msgstr "複数の画像を選択できます。少なくとも1つ選んでください。"
516
-
517
- #: admin/views/form_select.php:19 admin/views/form_start.php:80
518
- msgid ""
519
- "To select multiple images click on the button and use the CTRL key while "
520
- "clicking on the images."
521
- msgstr ""
522
- "複数の画像を選択するには、下のボタンをクリックした後、Ctrlキーを押しながら画"
523
- "像をクリックしてください。"
524
 
525
  #: admin/views/form_select.php:23 admin/views/form_start.php:84
526
  msgid "Choose Images"
527
  msgstr "画像の選択"
528
 
529
- #: admin/views/form_select.php:31 admin/views/form_start.php:119
530
- msgid "Use CTRL for multiple choice"
531
- msgstr "Ctrlキーを押しながら複数選択"
532
-
533
- #: admin/views/form_select.php:37
534
- msgid "Refine your selections"
535
- msgstr "選択を調整する"
536
-
537
- #: admin/views/form_select.php:38 admin/views/form_select.php:48
538
- msgid "You can control the process with the following options."
539
- msgstr "下記のオプションで処理内容や対象を調整できます。"
540
-
541
- #: admin/views/form_select.php:45
542
- msgid "Optional: Select options"
543
- msgstr "オプションを選択"
544
-
545
- #: admin/views/form_select.php:47
546
- msgid "Process Options"
547
- msgstr "処理オプション"
548
-
549
- #: admin/views/form_select.php:53
550
- msgid "Overwrite existing featured images with new ones"
551
- msgstr "現在のアイキャッチ画像を新しい画像に置き換えます。"
552
-
553
- #: admin/views/form_select.php:63
554
- msgid ""
555
- "Posts with featured images will be ignored, even if the Overwrite option is "
556
- "checked"
557
- msgstr ""
558
- "上書きオプションがオンになっていても、アイキャッチ画像が設定されている投稿は"
559
- "除外します。"
560
-
561
- #: admin/views/form_select.php:72
562
- msgid "There are two more options in the Pro version for random images:"
563
- msgstr "プレミアム版では、ランダム画像のオプションがあと2つあります:"
564
-
565
- #: admin/views/form_select.php:74
566
- msgid "Use each selected image only once"
567
- msgstr "同じ画像を2度使用しない"
568
-
569
- #: admin/views/form_select.php:75
570
- msgid "Remove excess featured images after all selected images are used"
571
- msgstr "選択した画像をすべて使った後、重複するアイキャッチ画像を削除する"
572
-
573
- #: admin/views/form_select.php:85
574
- msgid "Optional: Add a filter"
575
- msgstr "フィルタを追加"
576
-
577
- #: admin/views/form_select.php:87
578
- msgid "Select filters"
579
- msgstr "フィルタの選択"
580
-
581
- #: admin/views/form_select.php:88
582
- msgid ""
583
- "If you want select one of the following filters to narrow down the set of "
584
- "concerned posts and pages."
585
- msgstr "下記のフィルタで、対象の投稿やページを絞り込むことができます。"
586
-
587
- #: admin/views/form_select.php:89
588
- msgid ""
589
- "You can select multiple filters. They will return an intersection of their "
590
- "results."
591
- msgstr ""
592
- "複数のフィルタを選択できます。選択したフィルタのすべての条件を満たすものが対"
593
- "象になります。"
594
-
595
- #: admin/views/form_select.php:94
596
- msgid "Search by post type. By default all posts and pages will be affected."
597
- msgstr "投稿タイプで絞り込む。デフォルトでは、すべての投稿と固定ページが対象。"
598
-
599
- #: admin/views/form_select.php:97
600
- msgid "Search posts by category"
601
- msgstr "カテゴリーで絞り込む"
602
-
603
- #: admin/views/form_select.php:100
604
- msgid "Search posts by tag"
605
- msgstr "タグで絞り込む"
606
-
607
- #: admin/views/form_select.php:114
608
- msgid "If you encounter a white, blank page, read this"
609
- msgstr "ページが真っ白になったときは..."
610
-
611
- #: admin/views/form_select.php:115
612
- #| msgid ""
613
- #| "Facing a white blank page while trying to treat thousands of posts is the "
614
- #| "effect of limited memory capacities on the website server. Instead of "
615
- #| "treating a huge amount of posts in one single go try to treat small "
616
- #| "amounts of posts multiple times successively. To achieve that do:"
617
- msgid ""
618
- "Facing a white blank page while trying to treat thousands of posts is the "
619
- "effect of limited memory capacities on the website server. Instead of "
620
- "treating a huge amount of posts in one single go try to treat small amounts "
621
- "of posts multiple times successively."
622
- msgstr ""
623
-
624
- #: admin/views/form_select.php:116
625
- #| msgid ""
626
- #| "This way is not as fast as one single run, but still much faster than "
627
- #| "setting the images for each post manually."
628
- msgid ""
629
- "To achieve that use the filters and repeat the process until your task is "
630
- "done. This way is not as fast as one single run, but still much faster than "
631
- "setting the images for each post manually."
632
  msgstr ""
633
 
634
- #: admin/views/form_select.php:121
635
- msgid ""
636
- "On the next page you can refine the filters. If you did not select any "
637
- "filter you will go to the preview list directly."
638
- msgstr ""
639
- "次のページでフィルタを調整できます。フィルタを選択していない場合は、プレ"
640
- "ビューリストが表示されます。"
641
 
642
- #: admin/views/form_start.php:6 admin/views/section_defaults.php:219
643
- msgid ""
644
- "The current theme does not support featured images. Anyway you can use this "
645
- "plugin. The effects are stored and will be visible in a theme which supports "
646
- "featured images."
647
- msgstr ""
648
- "使用中のテーマはアイキャッチ画像をサポートしていませんが、このプラグインの利"
649
- "用は可能です。設定内容は保存され、アイキャッチ画像が利用可能なテーマを有効化"
650
- "すると表示されます。"
651
 
652
- #: admin/views/form_start.php:12
653
- msgid "What do you want to do?"
654
- msgstr "やりたいことは何ですか?"
655
 
656
- #: admin/views/form_start.php:14
657
- msgid ""
658
- "Here you can add, replace and delete featured images to your posts. Select "
659
- "one of the following actions and, if necessary, one or more images."
660
- msgstr ""
661
- "投稿のアイキャッチ画像の設定、変更、削除ができます。下記のラジオボタンの中か"
662
- "ら目的のアクションを1つ選び、必要に応じて1枚または複数の画像も選択してくださ"
663
- "い。"
664
 
665
- #: admin/views/form_start.php:15
666
- msgid "Whatever you select: You can refine your choice on the next page."
667
- msgstr "ここで選択した内容は、次のページで調整できます。"
668
 
669
- #: admin/views/form_start.php:17
670
- msgid "Important advice"
671
- msgstr "重要"
672
 
673
- #: admin/views/form_start.php:18
674
- msgid ""
675
- "There is no undo function! It is strongly recommended that you make a backup "
676
- "of the WordPress database before you perform mass changes."
677
- msgstr ""
678
- "取り消し機能はありません。大幅な変更を行う前に、WordPress のデータベースの"
679
- "バックアップを取ることを強くお勧めします。"
680
 
681
- #: admin/views/form_start.php:20
682
- msgid "Select action"
683
- msgstr "アクションの選択"
684
 
685
- #: admin/views/form_start.php:21
686
- msgid "Actions with a single image"
687
- msgstr "画像を1枚必要とするアクション"
 
 
688
 
689
- #: admin/views/form_start.php:22
690
- msgid "These actions require to select an image with the following button."
691
- msgstr "次のアクションは、下のボタンで画像を1枚選択する必要があります。"
692
 
693
- #: admin/views/form_start.php:35
694
  msgid ""
695
- "Select the image you want to add to, replace or delete from posts and pages "
696
- "by clicking on the following button."
697
  msgstr ""
698
- "下のボタンをクリックして、追加、変更、削除したい画像を選択してください。"
699
 
700
- #: admin/views/form_start.php:57
701
- msgid "Choose Image"
702
- msgstr "画像の選択"
703
 
704
- #: admin/views/form_start.php:61
705
- msgid "If the button does not work, read this:"
706
- msgstr "ボタンが機能しないときは:"
707
 
708
- #: admin/views/form_start.php:62
709
- msgid ""
710
- "Some users reported that this button would not work in some WordPress "
711
- "installations. If this should be the case you can take another way:"
712
- msgstr "このボタンが機能しないときは、下記をお試しください。"
713
 
714
- #: admin/views/form_start.php:63
 
 
 
 
715
  msgid ""
716
- "1. Go to the media library. 2. Move the mouse over the desired image. "
717
- "Further links are appearing, among them the link &quot;Bulk set as featured "
718
- "image&quot;. 3. After a click on it you can move on in this plugin."
719
  msgstr ""
720
- "1. メディアライブラリを開く。2. 目的の画像にマウスポインタを合わせて &quot;ア"
721
- "イキャッチ画像に設定&quot; リンクを表示させる。3. そのリンクをクリックしてプ"
722
- "ラグインの画面に戻る。"
723
 
724
- #: admin/views/form_start.php:67
725
- msgid "Actions with multiple images"
726
- msgstr "複数の画像を必要とするアクション"
727
-
728
- #: admin/views/form_start.php:68
 
729
  msgid ""
730
- "These actions require at least one selected image with the following button."
 
 
 
731
  msgstr ""
732
- "次のアクションは、下のボタンで少なくとも1枚の画像を選択する必要があります。"
733
 
734
- #: admin/views/form_start.php:101
735
- msgid "Actions without any selected image"
736
- msgstr "画像の選択が必要ないアクション"
737
 
738
- #: admin/views/form_start.php:102
739
- msgid "These actions do not require a selected image."
740
- msgstr "次のアクションは、画像を選択する必要はありません。"
 
741
 
742
- #: admin/views/section_defaults.php:16
743
- msgid "matches"
744
- msgstr "条件"
745
 
746
- #: admin/views/section_defaults.php:59
747
- msgid "Post Type"
748
- msgstr "投稿タイプ"
749
 
750
- #: admin/views/section_defaults.php:208
751
- msgid "Default featured images for future posts"
752
- msgstr "新規投稿のデフォルトのアイキャッチ画像"
753
 
754
- #: admin/views/section_defaults.php:210
755
  msgid ""
756
- "Define the rules to use images as default featured images automatically "
757
- "every time a post is saved."
758
  msgstr ""
759
- "投稿が保存されるときにデフォルトのアイキャッチ画像を設定するルールを定義しま"
760
- "す。"
761
 
762
- #: admin/views/section_defaults.php:211
763
- msgid ""
764
- "To use a rule choose the image and set both the taxonomy and the value. A "
765
- "rule which is defined only partially will be ignored."
766
- msgstr ""
767
- "ルールを設定するには、画像を選んで、分類と値の両方を設定する必要があります。"
768
- "一方だけ設定されたルールは無視されます。"
769
 
770
- # alt text for sample screen image
771
- #: admin/views/section_defaults.php:238
772
- msgid "An image overwrites an existing image"
773
- msgstr "既存の画像の上書き"
774
 
775
- #: admin/views/section_defaults.php:242
776
  msgid ""
777
- "Activate to automatically overwrite an existing featured image while saving "
778
- "a post"
779
- msgstr "投稿の保存時に既存のアイキャッチ画像を自動的に上書きする"
 
 
 
 
780
 
781
  #: admin/views/section_defaults.php:244
782
  msgid ""
@@ -784,22 +284,7 @@ msgid ""
784
  "an existing featured image with the new one based on the following rules. Do "
785
  "not use this if you want to keep manually set featured images."
786
  msgstr ""
787
- "オンにすると、すでに設定されているアイキャッチ画像も、以下のルールに基づいて"
788
- "決定される新しい画像で上書きされます。設定済のアイキャッチ画像を残したい場合"
789
- "は、このオプションをオンにしないでください。"
790
-
791
- # alt text for sample screen image
792
- #: admin/views/section_defaults.php:251
793
- msgid "Text with images in WordPress editor"
794
- msgstr "WordPressエディタ内の画像とテキスト"
795
-
796
- #: admin/views/section_defaults.php:255
797
- msgid ""
798
- "Activate to automatically use the first content image if available in the "
799
- "media library as featured image while saving a post"
800
- msgstr ""
801
- "投稿の保存時に、投稿の最初の画像 (メディアライブラリにある画像) を自動的にア"
802
- "イキャッチ画像に設定する"
803
 
804
  #: admin/views/section_defaults.php:257
805
  msgid ""
@@ -808,1029 +293,666 @@ msgid ""
808
  "image of the post. If the post has no content images the next rules will be "
809
  "applied."
810
  msgstr ""
811
- "オンにすると、投稿の保存時に、投稿の最初の画像 (メディアライブラリの画像) "
812
- "アイキャッチ画像に設定するルールが適用されます。画像が見つからない場合は、次"
813
- "のルールが適用されます。"
814
 
815
- #: admin/views/section_defaults.php:258
816
- msgid "For which post types should this rule be applied?"
817
- msgstr "このルールを適用する投稿タイプ"
818
 
819
- #: admin/views/section_defaults.php:285
820
- msgid ""
821
- "Select at least one post type, otherwise all post types will be considered."
822
- msgstr ""
823
- "投稿タイプを少なくとも1つ選択してください。選択しないと、すべての投稿タイプが"
824
- "対象になります。"
825
 
826
- #: admin/views/section_defaults.php:491
827
- msgid "Add rule"
828
- msgstr "ルールを追加"
829
 
830
- #: admin/views/section_defaults.php:496
831
- msgid "Are you sure to remove this rule?"
832
- msgstr "このルールを削除しますか?"
833
 
834
- #: admin/views/section_defaults.php:499
835
- msgid "How the rules work"
836
- msgstr "ルールの仕組み"
 
 
837
 
838
- #: admin/views/section_defaults.php:500
839
  msgid ""
840
- "Every time you save a post the post get the featured image if one of the "
841
- "following rules match a property of the post. You can also set rules for "
842
- "pages and all other current post types which support featured images."
843
- msgstr ""
844
- "下記のルールが当てはまれる投稿には、保存時にアイキャッチ画像が自動的に設定さ"
845
- "れます。アイキャッチ画像をサポートしている固定ページやその他の投稿タイプにも"
846
- "ルールを設定できます。"
847
 
848
- #: admin/views/section_defaults.php:501
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
849
  msgid ""
850
- "Regardless of the order in the list the rules are applied in the following "
851
- "order until a rule and a property of the post fit together:"
852
- msgstr ""
853
- "リストの順番にかかわらず、投稿のプロパティがルールに当てはまるまで、下記の順"
854
- "番でルールが適用されます。"
855
 
856
- #: admin/views/section_defaults.php:503
857
- msgid "found first content image. If not then..."
858
- msgstr "最初の画像を探す。もしなければ..."
 
 
 
 
 
 
 
 
859
 
860
  #: admin/views/section_defaults.php:504
861
  msgid "matched custom taxonomy. If not then..."
862
  msgstr "一致するカスタムタクソノミーを探す。なければ..."
863
 
 
 
 
 
864
  #: admin/views/section_defaults.php:505
865
  msgid "matched tag. If not then..."
866
  msgstr "一致するタグを探す。なければ..."
867
 
868
- #: admin/views/section_defaults.php:506
869
- msgid "matched category. If not then..."
870
- msgstr "一致するカテゴリーを探す。なければ..."
871
 
872
- #: admin/views/section_defaults.php:507
873
- msgid "matched author. If not then..."
874
- msgstr "一致する作成者を探す。なければ..."
875
 
876
- #: admin/views/section_defaults.php:508
877
- msgid "matched post type. If not then..."
878
- msgstr "一致する投稿タイプを探す。なければ..."
879
 
880
  #: admin/views/section_defaults.php:509
881
  msgid "no featured image."
882
  msgstr "アイキャッチ画像を設定しない。"
883
 
884
- #: admin/views/section_defaults.php:511
885
- msgid ""
886
- "Bear in mind that if two or more rules with the same taxonomy would fit to "
887
- "the post it is unforeseeable which image will become the featured image."
888
- msgstr ""
889
- "同じタクソノミーの2つ以上のルールが当てはまった場合、どの画像がアイキャッチ画"
890
- "像に設定されるか予期できなくなることに注意してください。"
891
 
892
- #: admin/views/section_defaults.php:512
893
- msgid "Additional rules in the Pro version"
894
- msgstr "プレミアム版で利用可能なルール"
895
 
896
- #: admin/views/section_defaults.php:514
897
- msgid "Multiple images to set them randomly as featured image"
898
- msgstr "複数の画像をランダムにアイキャッチ画像に設定する"
899
 
900
- #: admin/views/section_defaults.php:515
901
- msgid "Random featured images at each page load"
902
- msgstr "ページを表示するたびにアイキャッチ画像をランダムに割り当てる"
 
903
 
904
- #: admin/views/section_defaults.php:516
905
- msgid ""
906
- "The first content image can be also an image from an external server to set "
907
- "it as automated featured image"
908
- msgstr ""
909
- "最初の画像が外部のサーバーの画像でも、自動的にアイキャッチ画像に設定する"
910
 
911
- #: admin/views/section_defaults.php:517
912
  msgid ""
913
- "Remove the first content image automatically after the featured image was "
914
- "set successfully"
915
- msgstr ""
916
- "アイキャッチ画像の設定が完了したら、投稿コンテンツの最初の画像を削除する"
917
-
918
- #: admin/views/section_defaults.php:518
919
- msgid "Match with a search string in post title"
920
- msgstr "一致する投稿タイトル検索文字列を探す"
921
-
922
- #: admin/views/section_defaults.php:519
923
- msgid "Match with a selected post format"
924
- msgstr "一致する投稿フォーマットを探す"
925
 
926
- #: admin/views/section_defaults.php:520
927
- msgid "User defined order of rules"
928
- msgstr "ルールの順番のカスタマイズ"
 
 
929
 
930
- #: admin/views/section_defaults.php:521
931
- msgid "Import your rules from this plugin into the Pro plugin"
932
- msgstr "このプラグインのルールをプレミアム版プラグインでインポート"
933
 
934
- #: admin/views/section_errormsg.php:1
935
- msgid "Error"
936
- msgstr "エラー"
937
 
938
- #: admin/views/section_errormsg.php:3
939
- msgid "Reason"
940
- msgstr "原因"
941
 
942
- #: admin/views/section_errormsg.php:5
943
- msgid "Solution"
944
- msgstr "対応策"
945
 
946
- #: admin/views/section_footer.php:16
947
- msgid "Credits and informations"
948
- msgstr "クレジットと情報"
949
 
950
- #: admin/views/section_footer.php:18 admin/views/section_results.php:87
951
- msgid "Do you like the plugin?"
952
- msgstr "プラグインを気に入りましたか?"
953
 
954
  #: admin/views/section_footer.php:18 admin/views/section_results.php:88
955
  msgid "Please rate it at wordpress.org!"
956
  msgstr "wordpress.org で評価してください!"
957
 
958
- #: admin/views/section_footer.php:19
959
- msgid "Do you need support or have an idea for the plugin?"
960
- msgstr "サポートが必要ですか? アイデアをお持ちですか?"
 
 
 
 
 
 
 
 
961
 
962
  #: admin/views/section_footer.php:19
963
  msgid ""
964
  "Post your questions and ideas about Quick Featured Images in the forum at "
965
  "wordpress.org!"
966
- msgstr ""
967
- "wordpress.org のフォーラムに Quick Featured Images の質問やアイデアを投稿して"
968
- "ください!"
969
 
970
- #: admin/views/section_footer.php:20
 
 
 
 
971
  msgid ""
972
- "Let the thumbnails appear in the widget of the most recent posts with this "
973
- "fast plugin"
974
- msgstr "高速なプラグインで、最近の投稿ウィジェットにサムネイルを表示しましょう"
975
 
976
- #: admin/views/section_footer.php:20
977
- #, php-format
978
- msgid "Download plugin %s at %s!"
979
- msgstr "%s プラグインを %s からダウンロード!"
 
 
 
 
 
 
 
 
 
 
 
980
 
981
  #: admin/views/section_header_progress.php:15
982
  msgid "Progress bar"
983
  msgstr "プログレスバー"
984
 
985
- #: admin/views/section_header_progress.php:17
986
- msgid "You are here"
987
- msgstr "現在"
988
-
989
- #: admin/views/section_image.php:1
990
- msgid "Your selection"
991
- msgstr "選択"
992
 
993
- #: admin/views/section_image.php:9
994
- msgid "Your selected thumbnail"
995
- msgstr "選択したサムネイル"
996
 
997
- #: admin/views/section_image.php:12
998
- msgid "Image title"
999
- msgstr "画像タイトル"
1000
 
1001
- #: admin/views/section_image.php:14 admin/views/section_image.php:36
1002
- msgid "If wrong image start again"
1003
- msgstr "画像を選択し直す"
1004
 
1005
- #: admin/views/section_image.php:23
1006
- msgid "Your selected thumbnails"
1007
- msgstr "選択したサムネイル"
1008
 
1009
- #: admin/views/section_image.php:42
1010
- msgid "Your selected action"
1011
- msgstr "選択したアクション"
1012
 
1013
- #: admin/views/section_image.php:55
1014
- msgid "If wrong action start again"
1015
- msgstr "アクションを選択し直す"
 
 
1016
 
1017
- #: admin/views/section_image.php:68
1018
- msgid "Your selected options"
1019
- msgstr "選択したオプション"
 
1020
 
1021
- #: admin/views/section_image.php:84
1022
- msgid "No selected options"
1023
- msgstr "オプション未選択"
1024
 
1025
- #: admin/views/section_image.php:90
1026
- msgid "Your selected filters"
1027
- msgstr "選択したフィルタ"
1028
 
1029
- #: admin/views/section_image.php:106
1030
- msgid "No selected filters"
1031
- msgstr "フィルタ未選択"
1032
 
1033
- #: admin/views/section_overview.php:17
1034
- msgid "Manage featured images in a quick way"
1035
- msgstr "アイキャッチ画像をすばやく設定"
1036
 
1037
  #: admin/views/section_results.php:1
1038
  msgid "Results of the action"
1039
  msgstr "実行結果"
1040
 
1041
- #: admin/views/section_results.php:19
1042
- msgid "Changed successfully"
1043
- msgstr "変更完了"
1044
-
1045
- #: admin/views/section_results.php:20
1046
- msgid "Unchanged"
1047
- msgstr "変更なし"
1048
-
1049
- #: admin/views/section_results.php:82
1050
- msgid "No matches found."
1051
- msgstr "条件を満たすものがありません。"
1052
-
1053
- #~ msgid "add the time filter,"
1054
- #~ msgstr "時間フィルタを追加し、"
1055
-
1056
- #~ msgid "set a small time range,"
1057
- #~ msgstr "期間を短めに設定して、"
1058
-
1059
- #~ msgid "do the process"
1060
- #~ msgstr "処理を実行"
1061
-
1062
- #~ msgid "and repeat it with the next time range as often as needed."
1063
- #~ msgstr "期間を設定し直して処理することを繰り返す"
1064
-
1065
- #~ msgid "Get the Pro version"
1066
- #~ msgstr "プレミアム版を入手"
1067
-
1068
- #~ msgid "/"
1069
- #~ msgstr "/"
1070
-
1071
- #~ msgid "Are you looking for more options and more filters?"
1072
- #~ msgstr "さらに豊富な設定オプションとフィルタが必要ですか?"
1073
-
1074
- #~ msgid "Do you want to assign the first image of each post?"
1075
- #~ msgstr "投稿の最初の画像をアイキャッチ画像にしますか?"
1076
-
1077
- #~ msgid "Do you want to use external featured images, e.g. from a CDN?"
1078
- #~ msgstr "外部の注目画像を使用しますか? CDNから?"
1079
-
1080
- #~ msgid ""
1081
- #~ "The plugin is for free. But the plugin author would be delighted to your "
1082
- #~ "small contribution."
1083
- #~ msgstr ""
1084
- #~ "このプラグインは無料ですが、少額でもご寄付いただけると大変ありがたく存じま"
1085
- #~ "す。"
1086
-
1087
- #~ msgid "Donation Button"
1088
- #~ msgstr "寄付ボタン"
1089
-
1090
- #~ msgid "Donate with PayPal"
1091
- #~ msgstr "PayPal で寄付する"
1092
 
1093
- #~ msgid "The Pro version"
1094
- #~ msgstr "プレミアム版"
 
1095
 
1096
- #~ msgid "Changes saved."
1097
- #~ msgstr "変更を保存しました。"
 
1098
 
1099
- #~ msgid "No changes were saved."
1100
- #~ msgstr "変更は保存されませんでした。"
 
1101
 
1102
- #~ msgid "You can select posts and pages."
1103
- #~ msgstr "投稿と固定ページを選択できます。"
 
1104
 
1105
- #~ msgid "Special thanks for the fine frontend style of the plugin go to"
1106
- #~ msgstr "すばらしいフロントエンドスタイルの提供に深く感謝します:"
 
1107
 
1108
- #~ msgid "Do not use the first image"
1109
- #~ msgstr "最初の画像を使用しない"
 
1110
 
1111
- #~ msgid "Use first content image"
1112
- #~ msgstr "コンテンツの最初の画像を使う"
 
1113
 
1114
- #~ msgid "Use first attached image"
1115
- #~ msgstr "最初の添付画像を使う"
 
 
1116
 
1117
- #~ msgid ""
1118
- #~ "If first image should be used and no image was found: Attempt to use the "
1119
- #~ "thumbnail of the first embedded remote content based on a provided URL, "
1120
- #~ "upload it into the media library and set it as featured image"
1121
- #~ msgstr ""
1122
- #~ "最初の画像を使う設定のときに、画像がなかった場合: 最初の埋め込みコンテンツ"
1123
- #~ "のURLからサムネイルを探し、メディアライブラリにアップロードしてアイキャッ"
1124
- #~ "チ画像に設定する"
1125
 
1126
- #~ msgid "License Activation"
1127
- #~ msgstr "ライセンスの有効化"
 
1128
 
1129
- #~ msgid "Enter the license key to get automatic upgrades of the plugin."
1130
- #~ msgstr ""
1131
- #~ "ライセンスキーを入力してプラグインの自動アップグレードを有効にします。"
1132
 
1133
- #~ msgid "The license is disabled."
1134
- #~ msgstr "ライセンスは無効です。"
 
1135
 
1136
- #~ msgid "The license is expired."
1137
- #~ msgstr "ライセンスの有効期限が切れました。"
 
 
 
1138
 
1139
- #~ msgid "The license is inactive."
1140
- #~ msgstr "ライセンスが有効化されていません。"
 
1141
 
1142
- #~ msgid "The license is invalid."
1143
- #~ msgstr "ライセンスが正しくありません。"
 
 
1144
 
1145
- #~ msgid "This appears to be an invalid product for this license key."
1146
- #~ msgstr "無効な製品のライセンスキーと思われます。"
 
 
1147
 
1148
- #~ msgid "The license key does not match."
1149
- #~ msgstr "ライセンスキーが一致しません。"
 
1150
 
1151
- #~ msgid "This appears to be an invalid product name for this license key."
1152
- #~ msgstr "無効な製品名のライセンスキーと思われます。"
 
1153
 
1154
- #~ msgid "The license is not activatable."
1155
- #~ msgstr "ライセンスが有効化されていません。"
 
1156
 
1157
- #~ msgid "The license key does not exist."
1158
- #~ msgstr "ライセンスキーがありません。"
 
1159
 
1160
- #~ msgid "The license has reached its activation limit."
1161
- #~ msgstr "ライセンスの有効化の上限に達しました。"
 
1162
 
1163
- #~ msgid "The license has been revoked."
1164
- #~ msgstr "ライセンスが取り消されました。"
 
 
 
1165
 
1166
- #~ msgid "The license is not active for the site address %s."
1167
- #~ msgstr "ライセンスは、サイトアドレス %s に対して有効ではありません。"
 
 
 
1168
 
1169
- #~ msgid "The license is valid and active."
1170
- #~ msgstr "ライセンスは有効です。"
 
1171
 
1172
- #~ msgid "The license status is: %s."
1173
- #~ msgstr "ライセンスのステータス: %s"
 
1174
 
1175
- #~ msgid "Names of presets"
1176
- #~ msgstr "プリセットの名前"
 
1177
 
1178
- #~ msgid "All stored presets of &#8220;%s&#8221;"
1179
- #~ msgstr "保存されている&#8220;%s&#8221;プリセット"
 
 
 
1180
 
1181
- #~ msgid ""
1182
- #~ "There are no presets. You can add a preset at the end of the process in "
1183
- #~ "&#8220;%s&#8221;."
1184
- #~ msgstr ""
1185
- #~ "プリセットがありません。&#8220;%s&#8221; の処理の最後にプリセットを追加で"
1186
- #~ "きます。"
1187
 
1188
- #~ msgid "Deactivate the checkboxes at each preset name to delete them."
1189
- #~ msgstr "チェックボックスをオフにしたプリセットは削除されます。"
 
1190
 
1191
- #~ msgid "Manage the presets for the bulk edit section."
1192
- #~ msgstr "アイキャッチ画像一括編集のプリセットを管理します。"
 
1193
 
1194
- #~ msgid "Set the first image as featured image"
1195
- #~ msgstr "最初の画像をアイキャッチ画像に設定する"
 
 
 
1196
 
1197
- #~ msgid "Take the first post image if available in the media library"
1198
- #~ msgstr "投稿の最初の画像でメディアライブラリにあるものを使用する"
 
 
1199
 
1200
- #~ msgid ""
1201
- #~ "Take the first post image from current site domain, copy and add it to "
1202
- #~ "the media library if not available there"
1203
- #~ msgstr ""
1204
- #~ "投稿の最初の画像でサイトのドメイン下にあるものを使用する (メディアライブラ"
1205
- #~ "リになければコピーして追加)"
1206
 
1207
- #~ msgid ""
1208
- #~ "Take the first external post image, download it and add it to the media "
1209
- #~ "library"
1210
- #~ msgstr ""
1211
- #~ "投稿の最初のサイト外画像をダウンロードし、メディアライブラリに追加して使用"
1212
- #~ "する"
1213
 
1214
- #~ msgid "Take the first attached image of a post"
1215
- #~ msgstr "投稿の最初の添付画像を使用する"
 
 
1216
 
1217
- #~ msgid "Take the first image of a WordPress standard gallery"
1218
- #~ msgstr "WordPress標準ギャラリーの最初の画像を使用する"
 
 
 
1219
 
1220
- #~ msgid ""
1221
- #~ "Take the first thumbnail of the embedded remote content based on a "
1222
- #~ "provided URL, download it and add it to the media library"
1223
- #~ msgstr ""
1224
- #~ "埋め込みコンテンツのサムネイルをダウンロードし、メディアライブラリに追加し"
1225
- #~ "て使用する"
1226
 
1227
- #~ msgid "Take the first image of a NextGen Gallery"
1228
- #~ msgstr "NextGenギャラリーの最初の画像を使用する"
 
 
 
 
 
1229
 
1230
- #~ msgid "Remove first embedded image"
1231
- #~ msgstr "最初の埋め込み画像を削除する"
 
 
1232
 
1233
- #~ msgid "Remove excess featured images"
1234
- #~ msgstr "重複するアイキャッチ画像を削除する"
 
 
1235
 
1236
- #~ msgid "Forced removal"
1237
- #~ msgstr "強制削除"
 
 
 
1238
 
1239
- #~ msgid "Attach image to post after set as featured"
1240
- #~ msgstr "アイキャッチ画を像設定後、その画像を投稿に添付する"
 
 
 
 
 
 
 
1241
 
1242
- #~ msgid "Detach image from post after removed as featured"
1243
- #~ msgstr "アイキャッチ画像を削除した後、投稿から切り離す"
 
 
 
 
1244
 
1245
- #~ msgid "Post Format Filter"
1246
- #~ msgstr "投稿フォーマットフィルタ"
 
1247
 
1248
- #~ msgid "Multimedia File Filter"
1249
- #~ msgstr "マルチメディアファイルフィルタ"
 
 
 
1250
 
1251
- #~ msgid "Status Filter"
1252
- #~ msgstr "ステータスフィルタ"
 
1253
 
1254
- #~ msgid "Search Filter"
1255
- #~ msgstr "検索フィルタ"
 
1256
 
1257
- #~ msgid "Time Filter"
1258
- #~ msgstr "時間フィルタ"
 
 
 
1259
 
1260
- #~ msgid "Author Filter"
1261
- #~ msgstr "作成者フィルタ"
 
1262
 
1263
- #~ msgid "Custom Taxonomy Filter"
1264
- #~ msgstr "カスタムタクソノミーフィルタ"
 
 
1265
 
1266
- #~ msgid "Featured Image Size Filter"
1267
- #~ msgstr "アイキャッチ画像サイズフィルタ"
 
1268
 
1269
- #~ msgid "Parent Page Filter"
1270
- #~ msgstr "親ページフィルタ"
 
1271
 
1272
- #~ msgid "Audio files"
1273
- #~ msgstr "音声ファイル"
 
 
 
 
 
1274
 
1275
- #~ msgid "Video files"
1276
- #~ msgstr "動画ファイル"
 
 
 
 
 
 
 
1277
 
1278
- #~ msgid "Start Month"
1279
- #~ msgstr "開始月"
 
 
 
1280
 
1281
- #~ msgid "End Month"
1282
- #~ msgstr "終了月"
 
 
 
1283
 
1284
- #~ msgid "Day in the start month"
1285
- #~ msgstr "開始月の日付"
 
1286
 
1287
- #~ msgid "Day in the end month"
1288
- #~ msgstr "終了月の日付"
 
1289
 
1290
- #~ msgid "Include the posts of the selected dates"
1291
- #~ msgstr "選択した日付の投稿を含める"
 
1292
 
1293
- #~ msgid "Custom field name"
1294
- #~ msgstr "カスタムフィールド名"
 
1295
 
1296
- #~ msgid "Operator to test with the value in the custom field"
1297
- #~ msgstr "カスタムフィールドの値と比較する演算子"
 
1298
 
1299
- #~ msgid "Custom field value to compare with"
1300
- #~ msgstr "値 (カスタムフィールドの値と比較)"
 
 
1301
 
1302
- #~ msgid "Custom field type"
1303
- #~ msgstr "カスタムフィールドのタイプ"
 
 
1304
 
1305
- #~ msgid "Search in post titles only"
1306
- #~ msgstr "投稿タイトルから検索"
 
1307
 
1308
- #~ msgid "Select an author"
1309
- #~ msgstr "作成者を選択"
 
1310
 
1311
- #~ msgid "is equal"
1312
- #~ msgstr "等しい"
 
1313
 
1314
- #~ msgid "is not equal"
1315
- #~ msgstr "等しくない"
 
1316
 
1317
- #~ msgid "is greater than"
1318
- #~ msgstr "大きい"
 
1319
 
1320
- #~ msgid "is lower than"
1321
- #~ msgstr "小さい"
 
 
1322
 
1323
- #~ msgid "contains"
1324
- #~ msgstr "含む"
 
1325
 
1326
- #~ msgid "Select the custom field to find the associated posts/pages."
1327
- #~ msgstr "投稿/固定ページの抽出に使うカスタムフィールドを選択してください。"
 
1328
 
1329
- #~ msgid ""
1330
- #~ "Optional: Type in the value which will be compared with the value of the "
1331
- #~ "selected custom field."
1332
- #~ msgstr ""
1333
- #~ "オプション: 選択したカスタムフィールドの値と比較する値を入力してください。"
1334
 
1335
- #~ msgid ""
1336
- #~ "Leave it empty if you just want to test the existence of the custom field "
1337
- #~ "per post/page."
1338
- #~ msgstr ""
1339
- #~ "投稿/固定ページにカスタムフィールドが追加されているかどうかチェックしたい"
1340
- #~ "場合は、空白にしてください。"
1341
 
1342
- #~ msgid ""
1343
- #~ "Optional: Change the operator of the comparison. The default is to "
1344
- #~ "compare equality with the value you type in the 'value' field."
1345
- #~ msgstr ""
1346
- #~ "オプション: 比較演算子を設定してください。デフォルトでは、'値'フィールドに"
1347
- #~ "入力した値と等しいかどうか比較します。"
1348
 
1349
- #~ msgid "There are no custom fields in use."
1350
- #~ msgstr "使用されているカスタムフィールドはありません。"
 
 
 
1351
 
1352
- #~ msgid "Registered terms of the taxonomy &#8220;%s&#8221;"
1353
- #~ msgstr "&#8220;%s&#8221;タクソノミーに登録されているターム"
 
 
1354
 
1355
- #~ msgid "There are no terms of the taxonomy &#8220;%s&#8221;."
1356
- #~ msgstr "&#8220;%s&#8221;タクソノミーにはタームがありません。"
 
1357
 
1358
- #~ msgid "Strange search result with custom taxonomies?"
1359
- #~ msgstr "カスタムタクソノミーの検索結果がおかしいとき"
 
1360
 
1361
- #~ msgid ""
1362
- #~ "The search for custom taxonomy terms could lead to surprising results. "
1363
- #~ "The reason is custom taxonomies can be used in many different ways. It is "
1364
- #~ "not possible to catch them all in one single code expression. If you "
1365
- #~ "should be unsatisfied with the result try other filters to get the result "
1366
- #~ "you want."
1367
- #~ msgstr ""
1368
- #~ "カスタムタクソノミーのタームによる検索が、予期しない結果になることがありま"
1369
- #~ "す。カスタムタクソノミーはさまざまな使われ方をするためです。一通りのコード"
1370
- #~ "ですべてを取得することは困難です。期待した結果が得られなかった場合は、他の"
1371
- #~ "フィルタを試してみてください。"
1372
 
1373
- #~ msgid "There are no custom taxonomies."
1374
- #~ msgstr "カスタムタクソノミーがありません。"
 
1375
 
1376
- #~ msgid ""
1377
- #~ "The search will find posts with an already added featured image which its "
1378
- #~ "original image file is smaller than one of the given dimensions."
1379
- #~ msgstr ""
1380
- #~ "アイキャッチ画像が設定されている投稿の中で、アイキャッチ画像の元のサイズが"
1381
- #~ "指定サイズよりも小さいものを検索します。"
1382
 
1383
- #~ msgid "For example you can search for posts with too small featured images."
1384
- #~ msgstr ""
1385
- #~ "例えば、サイズが小さすぎるアイキャッチ画像が設定された投稿を検索を検索でき"
1386
- #~ "ます。"
1387
-
1388
- #~ msgid ""
1389
- #~ "Only positive integers from %d to %d are allowed. By default the "
1390
- #~ "thumbnail dimensions as defined in %s are used."
1391
- #~ msgstr ""
1392
- #~ "%d から %d までの正の整数のみ指定できます。デフォルトでは、%s で指定されて"
1393
- #~ "いるサムネイルのサイズに設定されます。"
1394
 
1395
- # a period at the end of a sentence must be localizable
1396
- #~ msgid "Select multimedia file types"
1397
- #~ msgstr "マルチメディアファイル形式を選択してください"
1398
-
1399
- #~ msgid ""
1400
- #~ "You can select two multimedia files types: audios and videos. If you "
1401
- #~ "check at least one of both all other post types (posts, pages, etc.) will "
1402
- #~ "be ignored."
1403
- #~ msgstr ""
1404
- #~ "音声と動画の2つのファイル形式を選択できます。このうち少なくとも1つを選ぶ"
1405
- #~ "と、他の投稿タイプ (投稿、固定ページなど) は無視されます。"
1406
-
1407
- #~ msgid "Include parent page of %s"
1408
- #~ msgstr "%sの親ページを含める"
1409
-
1410
- #~ msgid "Select a parent page of %s"
1411
- #~ msgstr "%sの親ページを選択"
1412
-
1413
- #~ msgid "There are no pages with child pages."
1414
- #~ msgstr "子ページを含む固定ページはありません。"
1415
-
1416
- #~ msgid "Select post formats"
1417
- #~ msgstr "投稿フォーマットを選択"
1418
-
1419
- #~ msgid "There are no custom post types."
1420
- #~ msgstr "カスタム投稿タイプがありません。"
1421
-
1422
- #~ msgid ""
1423
- #~ "If you want to search for an exact phrase surround it with double quotes."
1424
- #~ msgstr "完全一致させたい場合は、キーワードを二重引用符で括ってください。"
1425
-
1426
- #~ msgid "Type in a search term"
1427
- #~ msgstr "検索キーワード"
1428
-
1429
- #~ msgid "Select the statuses of the posts/pages:"
1430
- #~ msgstr "投稿/固定ページのステータスを選択:"
1431
-
1432
- #~ msgid "Date range"
1433
- #~ msgstr "日付の範囲"
1434
-
1435
- #~ msgid ""
1436
- #~ "To define a time segment select both the start date and the end date."
1437
- #~ msgstr "期間を設定するには、開始日と終了日を両方とも選択してください。"
1438
-
1439
- #~ msgid ""
1440
- #~ "You can also define a time period by selecting only one date as the "
1441
- #~ "limiting value of the period."
1442
- #~ msgstr "どちらか一方だけ選択して範囲を絞ることもできます。"
1443
-
1444
- #~ msgid "The listed dates are the date of the publication of stored posts."
1445
- #~ msgstr "リストに表示される日付は、投稿の公開日です。"
1446
-
1447
- #~ msgid ""
1448
- #~ "You can limit the filter to the exact day within the months. The day "
1449
- #~ "options are optional and only work if a month has been selected."
1450
- #~ msgstr ""
1451
- #~ "月の特定の日付を指定してフィルタをさらに絞ることができます。日付はオプショ"
1452
- #~ "ンで、月が選択されているときに機能します。"
1453
-
1454
- #~ msgid "What sort of first image?"
1455
- #~ msgstr "最初の画像の種類"
1456
-
1457
- #~ msgid "See a list of all supported services in a new window."
1458
- #~ msgstr "サポートされているサービスのリストを新規ウィンドウで参照する"
1459
-
1460
- #~ msgid ""
1461
- #~ "Remove the first embedded image from the post content after this image "
1462
- #~ "was set as featured image. This does not affect galleries or attached "
1463
- #~ "images."
1464
- #~ msgstr ""
1465
- #~ "最初の埋め込み画像をアイキャッチ画像に設定した後、その埋め込み画像を投稿か"
1466
- #~ "ら削除します。ギャラリーや添付画像には影響しません。"
1467
-
1468
- #~ msgid ""
1469
- #~ "There is no undo function. Be careful with this option and please create "
1470
- #~ "a backup of the database of this website before you use this!"
1471
- #~ msgstr ""
1472
- #~ "取り消し機能はありませんので、注意して使用してください。実行する前に、この"
1473
- #~ "Webサイトのデータベースのバックアップを取ってください!"
1474
-
1475
- #~ msgid ""
1476
- #~ "Remove first content image even if the featured image was not changed "
1477
- #~ "successfully. Works only if 'Remove first embedded image' is activated."
1478
- #~ msgstr ""
1479
- #~ "アイキャッチ画像が変更できなかった場合も、最初の画像を投稿から削除しま"
1480
- #~ "す。'最初の埋め込み画像を削除する'オプションがオンのときだけ機能します。"
1481
-
1482
- #~ msgid ""
1483
- #~ "By default the selected images will be used multiple times in random "
1484
- #~ "order. If you check this option each selected image will be used only "
1485
- #~ "once. If there are more posts than images the remaining posts will not be "
1486
- #~ "changed. If you want to remove the featured images of remaining posts "
1487
- #~ "check the next option additionally."
1488
- #~ msgstr ""
1489
- #~ "デフォルトでは、選択した画像はランダムに何度も使用されます。このオプション"
1490
- #~ "をオンにすると、それぞれの画像は1回だけ使用されます。画像より多くの投稿が"
1491
- #~ "ある場合、残った投稿のアイキャッチ画像は変更されません。残りの投稿のアイ"
1492
- #~ "キャッチ画像を削除したい場合は、次のオプションもオンにしてください。"
1493
-
1494
- #~ msgid ""
1495
- #~ "Remove existing featured images of remaining posts if all selected images "
1496
- #~ "are used. This option works only with the previous option."
1497
- #~ msgstr ""
1498
- #~ "選択した画像を使い切って、割り当てきれずに残った投稿の既存のアイキャッチ画"
1499
- #~ "像を削除します。このオプションは上のオプションがオンのときだけ機能します。"
1500
-
1501
- #~ msgid ""
1502
- #~ "This will overwrite existing entries in the media library column \"%s\". "
1503
- #~ "If an image will be set as featured image for multiple posts it will be "
1504
- #~ "attached to the last of these posts."
1505
- #~ msgstr ""
1506
- #~ "メディアライブラリの \"%s\" カラムの内容が書き換わります。画像が複数の投稿"
1507
- #~ "のアイキャッチ画像になっている場合は、最後の投稿に添付されます。"
1508
-
1509
- #~ msgid ""
1510
- #~ "Search by post format. By default the standard post format is affected."
1511
- #~ msgstr ""
1512
- #~ "投稿フォーマットで絞り込む。デフォルトでは標準の投稿フォーマットが対象。"
1513
-
1514
- #~ msgid ""
1515
- #~ "Search for audios and videos. This filter will ignore all other post "
1516
- #~ "types automatically."
1517
- #~ msgstr "音声と動画で絞り込む。他の投稿タイプはすべて無視されます。"
1518
-
1519
- #~ msgid ""
1520
- #~ "Search by several statuses (published, draft, private etc.). By default "
1521
- #~ "all statuses will be affected."
1522
- #~ msgstr ""
1523
- #~ "ステータス (公開、下書き、非公開など) で絞り込む。デフォルトではすべてのス"
1524
- #~ "テータスが対象。"
1525
-
1526
- #~ msgid "Search by search term"
1527
- #~ msgstr "検索キーワードで絞り込む"
1528
-
1529
- #~ msgid "Search by time specifications"
1530
- #~ msgstr "時間で絞り込む"
1531
-
1532
- #~ msgid "Search by author"
1533
- #~ msgstr "作成者で絞り込む"
1534
-
1535
- #~ msgid "Search by other taxonomies like plugin categories etc."
1536
- #~ msgstr "カスタムタクソノミーで絞り込む"
1537
-
1538
- #~ msgid "Search by original dimensions of added featured image"
1539
- #~ msgstr "アイキャッチ画像のサイズで絞り込む"
1540
-
1541
- #~ msgid "Search child pages by parent page"
1542
- #~ msgstr "親ページで子ページを絞り込む"
1543
-
1544
- #~ msgid "Some advices from experience"
1545
- #~ msgstr "ヒント"
1546
-
1547
- #~ msgid ""
1548
- #~ "Looking for external images can take a long time. Please be patient for "
1549
- #~ "at least one minute and do not reload the page! If you would see a "
1550
- #~ "timeout message please start again with a filter that limits the number "
1551
- #~ "of posts."
1552
- #~ msgstr ""
1553
- #~ "サイト外の画像の参照には時間がかかります。少なくとも1分程度はページのリ"
1554
- #~ "ロードをせずに待っていてください! もしタイムアウトしてしまったら、フィルタ"
1555
- #~ "で対象の投稿の数を減らしてから再度実行してください。"
1556
-
1557
- #~ msgid ""
1558
- #~ "If you would be unsatisfied with the next results of the search for first "
1559
- #~ "embedded images try the option for external images. Maybe that result "
1560
- #~ "could meet your expectations better."
1561
- #~ msgstr ""
1562
- #~ "最初の埋め込み画像の検索結果が期待通りでなかった場合は、サイト外の画像を使"
1563
- #~ "用するオプションを試してみてください。より良い結果が得られる可能性がありま"
1564
- #~ "す。"
1565
-
1566
- #~ msgid "In case of external images: Respect copyrights of external works"
1567
- #~ msgstr ""
1568
- #~ "サイト外の画像を使う場合は、第三者の著作権を侵害しないようにしてください。"
1569
-
1570
- #~ msgid ""
1571
- #~ "Although embedding contents from other authors into the website is so "
1572
- #~ "easy it does not mean that it is allowed to do that! Do you have the "
1573
- #~ "rights to use the works of other authors in your website? If you are not "
1574
- #~ "sure read the copyright licenses of that works or ask the author."
1575
- #~ msgstr ""
1576
- #~ "他の制作者のコンテンツをWebサイトに埋め込むのは簡単ですが、そうした利用が"
1577
- #~ "許可されているとは限りません! その制作者の作品を自分のWebサイトで使用する"
1578
- #~ "権利を持っていますか? その著作物の使用許諾条項を読むか、制作者に問い合わせ"
1579
- #~ "て、確認してください。"
1580
-
1581
- #~ msgid "In case of embedded contents: Thumbnail not always available"
1582
- #~ msgstr "埋め込みコンテンツの場合、常にサムネイルが利用可能とは限りません。"
1583
-
1584
- #~ msgid ""
1585
- #~ "There are some providers which let their users upload images but do not "
1586
- #~ "give informations about the images to other servers. In such cases a "
1587
- #~ "featured image can not be set."
1588
- #~ msgstr ""
1589
- #~ "サムネイル用の画像がアップロードされていても、その画像の情報を他のサーバー"
1590
- #~ "に開示していないサービスもあります。そのような場合には、アイキャッチ画像を"
1591
- #~ "設定できません。"
1592
-
1593
- #~ msgid ""
1594
- #~ "The plugin will try to find the first image embedded in the content, in a "
1595
- #~ "WordPress standard gallery or attached to a post."
1596
- #~ msgstr ""
1597
- #~ "コンテンツや WordPress の標準ギャラリー、投稿の添付画像の中から、最初の画"
1598
- #~ "像を探して使用します。"
1599
-
1600
- #~ msgid "It will also search in NextGen galleries."
1601
- #~ msgstr "NextGenギャラリーからも検索します。"
1602
-
1603
- #~ msgid "Presets"
1604
- #~ msgstr "プリセット"
1605
-
1606
- #~ msgid ""
1607
- #~ "You can reuse previous settings using presets. Select one of the "
1608
- #~ "following presets."
1609
- #~ msgstr ""
1610
- #~ "プリセットで以前の設定を再利用できます。下記のプリセットから選択してくださ"
1611
- #~ "い。"
1612
-
1613
- #~ msgid "Select a preset"
1614
- #~ msgstr "プリセットを選択"
1615
-
1616
- #~ msgid "Manage the presets on page %s."
1617
- #~ msgstr "%sページでプリセットを管理"
1618
-
1619
- #~ msgid "Search string"
1620
- #~ msgstr "検索文字列"
1621
-
1622
- #~ msgid "Choose random images"
1623
- #~ msgstr "ランダム表示画像の選択"
1624
-
1625
- #~ msgid ""
1626
- #~ "Set the featured image randomly at each page load. That works only for "
1627
- #~ "multiple images and will always overwrite existing featured images!"
1628
- #~ msgstr ""
1629
- #~ "ページを表示するたびにアイキャッチ画像をランダムに割り当てる。複数画像のと"
1630
- #~ "きだけ機能し、既存のアイキャッチ画像は常に上書きされます!"
1631
-
1632
- #~ msgid "works only if &#8220;%s&#8221; is set to &#8220;%s&#8221;"
1633
- #~ msgstr "&#8220;%s&#8221; が &#8220;%s&#8221; のときだけ機能します"
1634
-
1635
- #~ msgid ""
1636
- #~ "The current theme does not support featured images. Anyway you can use "
1637
- #~ "this plugin. The rules are stored and will be visible in a theme which "
1638
- #~ "supports featured images."
1639
- #~ msgstr ""
1640
- #~ "使用中のテーマはアイキャッチ画像をサポートしていませんが、このプラグインの"
1641
- #~ "利用は可能です。設定内容は保存され、アイキャッチ画像が利用可能なテーマを有"
1642
- #~ "効化すると表示されます。"
1643
-
1644
- #~ msgid ""
1645
- #~ "The current theme does not support post formats. Anyway you can use this "
1646
- #~ "plugin. The rules are stored and will be visible in a theme which "
1647
- #~ "supports post formats."
1648
- #~ msgstr ""
1649
- #~ "使用中のテーマは投稿フォーマットをサポートしていませんが、このプラグインの"
1650
- #~ "利用は可能です。設定内容は保存され、投稿フォーマットが利用可能なテーマを有"
1651
- #~ "効化すると表示されます。"
1652
-
1653
- #~ msgid ""
1654
- #~ "Define the rules in two steps: First set the rules, second set the order "
1655
- #~ "of the rules. After that click on the button %s."
1656
- #~ msgstr ""
1657
- #~ "まずルールを作成し、次にルールの順番を設定します。最後に %s ボタンをクリッ"
1658
- #~ "クします。"
1659
-
1660
- #~ msgid "Import presets from Quick Featured Images"
1661
- #~ msgstr "Quick Featured Images のプリセットをインポート"
1662
-
1663
- #~ msgid ""
1664
- #~ "Presets from the free plugin Quick Featured Images are available. Click "
1665
- #~ "on the button to import and apply them here."
1666
- #~ msgstr ""
1667
- #~ "無料プラグイン Quick Featured Images のプリセットも利用可能です。ボタンを"
1668
- #~ "クリックしてインポートしてください。"
1669
-
1670
- #~ msgid "The import will overwrite already existing settings and rules!"
1671
- #~ msgstr "インポートすると、既存のルールと設定は上書きされます!"
1672
-
1673
- #~ msgid ""
1674
- #~ "If you want to dismiss this section please deinstall Quick Featured "
1675
- #~ "Images."
1676
- #~ msgstr ""
1677
- #~ "このセクションを非表示にするには、Quick Featured Images (無料版) を削除し"
1678
- #~ "てください。"
1679
-
1680
- #~ msgid "Import presets"
1681
- #~ msgstr "プリセットのインポート"
1682
-
1683
- #~ msgid "Set rules"
1684
- #~ msgstr "ルールの設定"
1685
-
1686
- #~ msgid ""
1687
- #~ "Set the order of the rules by selecting the number in the selection "
1688
- #~ "fields. 1 means in the first place, 2 means in the second place etc. If "
1689
- #~ "some rules have the same number it is unforeseeable in which order they "
1690
- #~ "will be applied. So set the order uniquely."
1691
- #~ msgstr ""
1692
- #~ "ドロップダウンリストの数字を選択して、ルールを適用する順番を設定してくださ"
1693
- #~ "い。1 が最初、2 がその次、という順番です。複数のルールに同じ数字を設定する"
1694
- #~ "と、それらのルールがどのような順で適用されるかわからないので、数字が重複し"
1695
- #~ "ないように割り当ててください。"
1696
-
1697
- #~ msgid "matched search string in post title. If not then..."
1698
- #~ msgstr "一致する投稿タイトル検索文字列を探す。なければ..."
1699
-
1700
- #~ msgid "matched post format. If not then..."
1701
- #~ msgstr "一致する投稿フォーマットを探す。なければ..."
1702
-
1703
- #~ msgid "Your selected approach"
1704
- #~ msgstr "選択したアプローチ"
1705
-
1706
- #~ msgid "License Settings"
1707
- #~ msgstr "ライセンスの設定"
1708
-
1709
- #~ msgid "License Key"
1710
- #~ msgstr "ライセンスキー"
1711
-
1712
- #~ msgid "Enter your license key. Then click on the button."
1713
- #~ msgstr "ライセンスキーを入力して、ボタンをクリックしてください。"
1714
-
1715
- #~ msgid "License Status"
1716
- #~ msgstr "ライセンスのステータス"
1717
-
1718
- #~ msgid "The license will expire on %1$s at %2$s."
1719
- #~ msgstr "ライセンスは %1$s %2$s に期限が切れます。"
1720
-
1721
- #~ msgid "There are %d activations left"
1722
- #~ msgstr "有効化の上限まであと %d 回"
1723
-
1724
- #~ msgid "Deactivate License"
1725
- #~ msgstr "ライセンスを無効化する"
1726
-
1727
- #~ msgid ""
1728
- #~ "Click to deactivate the license if you do not want to use it on this "
1729
- #~ "server."
1730
- #~ msgstr ""
1731
- #~ "このサーバーで使用しない場合は、クリックしてライセンスを無効化してくださ"
1732
- #~ "い。"
1733
-
1734
- #~ msgid "The license expired on %1$s at %2$s."
1735
- #~ msgstr "ライセンスは %1$s %2$s に期限が切れました。"
1736
-
1737
- #~ msgid "Click here for a new license"
1738
- #~ msgstr "ここをクリックして新しいライセンスを入手"
1739
-
1740
- #~ msgid "Activate License"
1741
- #~ msgstr "ライセンスの有効化"
1742
-
1743
- #~ msgid ""
1744
- #~ "Click to activate the license after you have entered your license key."
1745
- #~ msgstr "ライセンスキーを入力した後にクリックしてライセンスを有効化します。"
1746
-
1747
- #~ msgid "Manage license in your account at the online shop."
1748
- #~ msgstr "オンラインショップでアカウントのライセンスを管理する"
1749
-
1750
- #~ msgid "Important advices about the license"
1751
- #~ msgstr "ライセンスに関する重要事項"
1752
-
1753
- #~ msgid "Why you can not upgrade the plugin"
1754
- #~ msgstr "プラグインのアップグレードができない"
1755
-
1756
- #~ msgid ""
1757
- #~ "If you use a Single Site License in more than one sites the plugin will "
1758
- #~ "not upgrade automatically. A Single Site License works only in the site "
1759
- #~ "where it was activated first."
1760
- #~ msgstr ""
1761
- #~ "シングルサイトライセンスを2サイト以上で使用している場合は、プラグインは自"
1762
- #~ "動アップグレードされません。シングルサイトライセンスは、最初にライセンスを"
1763
- #~ "有効化したサイトでのみ有効です。"
1764
-
1765
- #~ msgid ""
1766
- #~ "To \"move\" a license you have to deactivate it in the old site at first "
1767
- #~ "and after that activate it in the new site."
1768
- #~ msgstr ""
1769
- #~ "ライセンスを\"移動\"するには、元のサイトでライセンスを無効化してから、新し"
1770
- #~ "いサイトで有効化してください。"
1771
-
1772
- #~ msgid "Why a license?"
1773
- #~ msgstr "ライセンスの必要性"
1774
-
1775
- #~ msgid ""
1776
- #~ "With activating the license you will receive automatic upgrades of the "
1777
- #~ "plugin for 365 days since the day of the purchase. Each license key is "
1778
- #~ "valid for one installation of the plugin only."
1779
- #~ msgstr ""
1780
- #~ "ライセンスを有効化すると、購入日から365日間はプラグインが自動アップグレー"
1781
- #~ "ドされます。ライセンスキーはプラグイン1インストールに対してのみ有効です。"
1782
-
1783
- #~ msgid "Terms of the license"
1784
- #~ msgstr "ライセンス条項"
1785
-
1786
- #~ msgid ""
1787
- #~ "By activating this license you are also confirming your agreement to be "
1788
- #~ "bound by the terms of the license associated with this plugin which you "
1789
- #~ "acknowledged at the time of the purchase checkout."
1790
- #~ msgstr ""
1791
- #~ "このライセンスを有効化することにより、プラグインの購入時に確認したライセン"
1792
- #~ "ス条項に拘束されることに同意したものとします。"
1793
-
1794
- #~ msgid "Read the terms of the license (in new window)"
1795
- #~ msgstr "ライセンス条項を確認する (新規ウィンドウ)"
1796
-
1797
- #~ msgid ""
1798
- #~ "This includes that the warranty offered by the plugin author is limited "
1799
- #~ "to correcting any defects and that the plugin author will not be held "
1800
- #~ "liable for any actions or financial loss occurring as a result of using "
1801
- #~ "this plugin."
1802
- #~ msgstr ""
1803
- #~ "プラグインの作者が提供する保証は、プラグインの欠陥を修正することに限定され"
1804
- #~ "ます。プラグインの作者は、このプラグインを使用した結果生じたいかなる訴訟や"
1805
- #~ "経済的損失に対しても責任を負いません。"
1806
-
1807
- #~ msgid "Contact"
1808
- #~ msgstr "連絡先"
1809
-
1810
- #~ msgid ""
1811
- #~ "If you have any issues and problems with activating you can contact the "
1812
- #~ "plugin author for solutions."
1813
- #~ msgstr ""
1814
- #~ "有効化に関して問題があったら、プラグインの作者に解決策を問い合わせることが"
1815
- #~ "できます。"
1816
-
1817
- #~ msgid "Contact page (in new window)"
1818
- #~ msgstr "コンタクトページ (新規ウィンドウ)"
1819
-
1820
- #~ msgid "Image removed successfully from post"
1821
- #~ msgstr "投稿から画像を削除しました"
1822
-
1823
- #~ msgid "Image not removed from post"
1824
- #~ msgstr "投稿から画像が削除されませんでした"
1825
-
1826
- #~ msgid ""
1827
- #~ "You can save the settings of this process as a preset to reuse them for "
1828
- #~ "later processes. Enter a name and press the button. You can select the "
1829
- #~ "preset using the name at the next pass."
1830
- #~ msgstr ""
1831
- #~ "この処理の設定をプリセットとして保存して、後で再利用できます。プリセット名"
1832
- #~ "を入力してボタンをクリックしてください。次回からこの名前でプリセットを選択"
1833
- #~ "できます。"
1834
-
1835
- #~ msgid "Enter a preset name"
1836
- #~ msgstr "プリセット名の入力"
5
  "Project-Id-Version: Quick Featured Images Pro\n"
6
  "Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
7
  "POT-Creation-Date: 2020-12-16 16:06+0100\n"
8
+ "PO-Revision-Date: 2021-02-21 20:03+0000\n"
9
  "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
10
+ "Language-Team: Japanese\n"
11
+ "Language: ja\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: Loco https://localise.biz/\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"
19
  "Plural-Forms: nplurals=1; plural=0;\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
+ #: admin/views/form_confirm.php:2
 
 
 
 
 
 
 
 
 
23
  #, php-format
24
+ msgid "%d matches found"
25
+ msgstr "一致: %d "
 
 
 
 
 
 
26
 
27
+ #: admin/class-quick-featured-images-tools.php:746
28
  #, php-format
29
+ msgid "%s is not defined."
30
+ msgstr "%s が定義されていません。"
31
 
32
  #: admin/class-quick-featured-images-columns.php:278
33
  msgid "(external image)"
34
  msgstr "(外部画像)"
35
 
36
+ #: admin/views/form_start.php:63
37
+ msgid ""
38
+ "1. Go to the media library. 2. Move the mouse over the desired image. "
39
+ "Further links are appearing, among them the link &quot;Bulk set as featured "
40
+ "image&quot;. 3. After a click on it you can move on in this plugin."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  msgstr ""
42
+ "1. メディアライブラリを開く。2. 目的の画像にマウスポインタを合わせて &quot;アイキャッチ画像に設定&quot; リンクを表示させる。3. "
43
+ "そのリンクをクリックしてプラグインの画面に戻る。"
44
 
45
+ #: admin/views/form_start.php:21
46
+ msgid "Actions with a single image"
47
+ msgstr "画像を1枚必要とするアクション"
 
 
 
 
48
 
49
+ #: admin/views/form_start.php:67
50
+ msgid "Actions with multiple images"
51
+ msgstr "複数の画像を必要とするアクション"
 
 
 
 
52
 
53
+ #: admin/views/form_start.php:101
54
+ msgid "Actions without any selected image"
55
+ msgstr "画像の選択が必要ないアクション"
 
 
56
 
57
  #: admin/class-quick-featured-images-settings.php:618
58
  msgid ""
62
  "page."
63
  msgstr ""
64
 
65
+ #: admin/class-quick-featured-images-settings.php:596
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66
  msgid ""
67
+ "Activate the checkboxes at each post type to show the extra columns in the "
68
+ "post lists."
69
+ msgstr "チェックボックスをオンにした投稿タイプの投稿リストに画像カラムが追加されます。"
 
 
 
 
 
 
 
 
 
70
 
71
+ #: admin/views/section_defaults.php:242
72
  msgid ""
73
+ "Activate to automatically overwrite an existing featured image while saving "
74
+ "a post"
75
+ msgstr "投稿の保存時に既存のアイキャッチ画像を自動的に上書きする"
 
 
 
 
 
 
76
 
77
+ #: admin/views/section_defaults.php:255
78
  msgid ""
79
+ "Activate to automatically use the first content image if available in the "
80
+ "media library as featured image while saving a post"
81
+ msgstr "投稿の保存時に、投稿の最初の画像 (メディアライブラリにある画像) を自動的にアイキャッチ画像に設定する"
 
 
 
 
 
 
 
 
 
82
 
83
  #: admin/class-quick-featured-images-tools.php:576
84
  msgid "Add filter"
85
  msgstr "フィルタの追加"
86
 
87
+ #: admin/views/section_defaults.php:491
88
+ msgid "Add rule"
89
+ msgstr "ルールを追加"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
 
91
+ # alt text for sample screen image
92
+ #: admin/views/section_defaults.php:238
93
+ msgid "An image overwrites an existing image"
94
+ msgstr "既存の画像の上書き"
95
 
96
+ #: admin/views/section_defaults.php:496
97
+ msgid "Are you sure to remove this rule?"
98
+ msgstr "このルールを削除しますか?"
99
 
100
+ #: admin/views/section_defaults.php:511
101
+ msgid ""
102
+ "Bear in mind that if two or more rules with the same taxonomy would fit to "
103
+ "the post it is unforeseeable which image will become the featured image."
104
+ msgstr "同じタクソノミーの2つ以上のルールが当てはまった場合、どの画像がアイキャッチ画像に設定されるか予期できなくなることに注意してください。"
105
 
106
+ #: admin/class-quick-featured-images-tools.php:2057
107
+ msgid "Bulk set as featured image"
108
+ msgstr "アイキャッチ画像に設定"
109
 
110
+ #: admin/class-quick-featured-images-tools.php:1948
111
+ msgid "Bulk set, replace and remove featured images for existing posts"
112
+ msgstr "アイキャッチ画像を一括で設定・変更・削除します。"
113
 
114
+ #: admin/views/form_confirm.php:20
115
+ msgid "by"
116
+ msgstr "作成者:"
117
 
118
  #: admin/class-quick-featured-images-tools.php:602
119
  msgid "Category Filter"
120
  msgstr "カテゴリーフィルタ"
121
 
122
+ #: admin/class-quick-featured-images-columns.php:279
 
 
 
 
 
 
 
 
 
 
 
 
123
  #, php-format
124
+ msgid "Change &#8220;%s&#8221;"
125
+ msgstr "&#8220;%s&#8221;の変更"
 
 
 
 
126
 
127
+ #: admin/views/section_results.php:19
128
+ msgid "Changed successfully"
129
+ msgstr "変更完了"
 
130
 
131
  #: admin/class-quick-featured-images-tools.php:747
132
  msgid "Check how to define the value."
133
  msgstr "値の設定のしかたを確認"
134
 
135
+ #: admin/views/form_start.php:57
136
+ msgid "Choose Image"
137
+ msgstr "画像の選択"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
138
 
139
  #: admin/views/form_select.php:23 admin/views/form_start.php:84
140
  msgid "Choose Images"
141
  msgstr "画像の選択"
142
 
143
+ #. title of the section.
144
+ #: admin/class-quick-featured-images-settings.php:419
145
+ msgid "Column in the library for posts with assigned featured image"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
146
  msgstr ""
147
 
148
+ #. title of the section.
149
+ #: admin/class-quick-featured-images-settings.php:383
150
+ msgid "Columns for featured images in posts lists"
151
+ msgstr "投稿リストのアイキャッチ画像のカラム"
 
 
 
152
 
153
+ #: admin/class-quick-featured-images-tools.php:578
154
+ msgid "Confirm"
155
+ msgstr "確認"
 
 
 
 
 
 
156
 
157
+ #: admin/views/form_confirm.php:120
158
+ msgid "Confirm the change"
159
+ msgstr "変更の確認"
160
 
161
+ #: admin/class-quick-featured-images-tools.php:597
162
+ msgid "Consider only posts without any featured image"
163
+ msgstr "アイキャッチ画像が設定されていない投稿だけを対象にする"
 
 
 
 
 
164
 
165
+ #: admin/class-quick-featured-images-settings.php:696
166
+ msgid "Controls which minimum user role can see the plugin."
167
+ msgstr "プラグイン画面を表示できるユーザー権限を設定します。"
168
 
169
+ #: admin/views/section_footer.php:16
170
+ msgid "Credits and informations"
171
+ msgstr "クレジットと情報"
172
 
173
+ #: admin/views/form_confirm.php:17 admin/views/section_results.php:17
174
+ msgid "Current Featured Image"
175
+ msgstr "現在のアイキャッチ画像"
 
 
 
 
176
 
177
+ #: admin/views/section_defaults.php:208
178
+ msgid "Default featured images for future posts"
179
+ msgstr "新規投稿のデフォルトのアイキャッチ画像"
180
 
181
+ #: admin/views/section_defaults.php:210
182
+ msgid ""
183
+ "Define the rules to use images as default featured images automatically "
184
+ "every time a post is saved."
185
+ msgstr "投稿が保存されるときにデフォルトのアイキャッチ画像を設定するルールを定義します。"
186
 
187
+ #: admin/views/form_confirm.php:15 admin/views/section_results.php:16
188
+ msgid "Details"
189
+ msgstr "詳細"
190
 
191
+ #: admin/class-quick-featured-images-settings.php:615
192
  msgid ""
193
+ "Display a new column in the media library with the titles of the posts for "
194
+ "which the corresponding image is set as featured image"
195
  msgstr ""
 
196
 
197
+ #: admin/views/section_footer.php:18 admin/views/section_results.php:87
198
+ msgid "Do you like the plugin?"
199
+ msgstr "プラグインを気に入りましたか?"
200
 
201
+ #: admin/views/section_footer.php:19
202
+ msgid "Do you need support or have an idea for the plugin?"
203
+ msgstr "サポートが必要ですか? アイデアをお持ちですか?"
204
 
205
+ #: admin/views/section_footer.php:20
206
+ #, php-format
207
+ msgid "Download plugin %s at %s!"
208
+ msgstr "%s プラグインを %s からダウンロード!"
 
209
 
210
+ #: admin/views/section_errormsg.php:1
211
+ msgid "Error"
212
+ msgstr "エラー"
213
+
214
+ #: admin/views/section_defaults.php:500
215
  msgid ""
216
+ "Every time you save a post the post get the featured image if one of the "
217
+ "following rules match a property of the post. You can also set rules for "
218
+ "pages and all other current post types which support featured images."
219
  msgstr ""
220
+ "下記のルールが当てはまれる投稿には、保存時にアイキャッチ画像が自動的に設定されます。アイキャッチ画像をサポートしている固定ページやその他の投稿タイプにもルールを設定できます。"
 
 
221
 
222
+ #: admin/views/form_select.php:115
223
+ #| msgid ""
224
+ #| "Facing a white blank page while trying to treat thousands of posts is the "
225
+ #| "effect of limited memory capacities on the website server. Instead of "
226
+ #| "treating a huge amount of posts in one single go try to treat small "
227
+ #| "amounts of posts multiple times successively. To achieve that do:"
228
  msgid ""
229
+ "Facing a white blank page while trying to treat thousands of posts is the "
230
+ "effect of limited memory capacities on the website server. Instead of "
231
+ "treating a huge amount of posts in one single go try to treat small amounts "
232
+ "of posts multiple times successively."
233
  msgstr ""
 
234
 
235
+ #: admin/class-quick-featured-images-columns.php:652
236
+ msgid "Featured image for"
237
+ msgstr ""
238
 
239
+ #: admin/views/form_refine.php:18
240
+ #, php-format
241
+ msgid "File %s is not available."
242
+ msgstr "%sファイルは利用できません。"
243
 
244
+ #: admin/views/section_defaults.php:258
245
+ msgid "For which post types should this rule be applied?"
246
+ msgstr "このルールを適用する投稿タイプ"
247
 
248
+ #: admin/views/section_defaults.php:503
249
+ msgid "found first content image. If not then..."
250
+ msgstr "最初の画像を探す。もしなければ..."
251
 
252
+ #: admin/views/form_confirm.php:18
253
+ msgid "Future Featured Image"
254
+ msgstr "新しいアイキャッチ画像"
255
 
256
+ #: admin/views/form_start.php:14
257
  msgid ""
258
+ "Here you can add, replace and delete featured images to your posts. Select "
259
+ "one of the following actions and, if necessary, one or more images."
260
  msgstr ""
261
+ "投稿のアイキャッチ画像の設定、変更、削除ができます。下記のラジオボタンの中から目的のアクションを1つ選び、必要に応じて1枚または複数の画像も選択してください。"
 
262
 
263
+ #: admin/views/section_defaults.php:499
264
+ msgid "How the rules work"
265
+ msgstr "ルールの仕組み"
 
 
 
 
266
 
267
+ #. URI of the plugin
268
+ msgid "http://wordpress.org/plugins/quick-featured-images"
269
+ msgstr "http://wordpress.org/plugins/quick-featured-images"
 
270
 
271
+ #. Author URI of the plugin
272
  msgid ""
273
+ "https://www.kybernetik-services.com/?"
274
+ "utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-"
275
+ "images&utm_content=author"
276
+ msgstr ""
277
+ "https://www.kybernetik-services.com/?"
278
+ "utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-"
279
+ "images&utm_content=author"
280
 
281
  #: admin/views/section_defaults.php:244
282
  msgid ""
284
  "an existing featured image with the new one based on the following rules. Do "
285
  "not use this if you want to keep manually set featured images."
286
  msgstr ""
287
+ "オンにすると、すでに設定されているアイキャッチ画像も、以下のルールに基づいて決定される新しい画像で上書きされます。設定済のアイキャッチ画像を残したい場合は、このオプションをオンにしないでください。"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
288
 
289
  #: admin/views/section_defaults.php:257
290
  msgid ""
293
  "image of the post. If the post has no content images the next rules will be "
294
  "applied."
295
  msgstr ""
296
+ "オンにすると、投稿の保存時に、投稿の最初の画像 (メディアライブラリの画像) "
297
+ "をアイキャッチ画像に設定するルールが適用されます。画像が見つからない場合は、次のルールが適用されます。"
 
298
 
299
+ #: admin/views/form_start.php:61
300
+ msgid "If the button does not work, read this:"
301
+ msgstr "ボタンが機能しないときは:"
302
 
303
+ #: admin/views/section_image.php:55
304
+ msgid "If wrong action start again"
305
+ msgstr "アクションを選択し直す"
 
 
 
306
 
307
+ #: admin/views/section_image.php:14 admin/views/section_image.php:36
308
+ msgid "If wrong image start again"
309
+ msgstr "画像を選択し直す"
310
 
311
+ #: admin/views/form_select.php:114
312
+ msgid "If you encounter a white, blank page, read this"
313
+ msgstr "ページが真っ白になったときは..."
314
 
315
+ #: admin/views/form_select.php:88
316
+ msgid ""
317
+ "If you want select one of the following filters to narrow down the set of "
318
+ "concerned posts and pages."
319
+ msgstr "下記のフィルタで、対象の投稿やページを絞り込むことができます。"
320
 
321
+ #: admin/views/form_back_to_selection.php:3
322
  msgid ""
323
+ "If you want to change your former selection just go back by clicking on this "
324
+ "button."
325
+ msgstr "選択を変更するには、このボタンをクリックして戻ってください。"
 
 
 
 
326
 
327
+ #: admin/class-quick-featured-images-tools.php:633
328
+ msgid "Image height in pixels lower than"
329
+ msgstr "画像の高さの最大サイズ"
330
+
331
+ #: admin/views/section_image.php:12
332
+ msgid "Image title"
333
+ msgstr "画像タイトル"
334
+
335
+ #: admin/class-quick-featured-images-tools.php:632
336
+ msgid "Image width in pixels lower than"
337
+ msgstr "画像の幅の最大サイズ"
338
+
339
+ #: admin/views/form_start.php:17
340
+ msgid "Important advice"
341
+ msgstr "重要"
342
+
343
+ #. Author of the plugin
344
+ msgid "Kybernetik Services"
345
+ msgstr "Kybernetik Services"
346
+
347
+ #: admin/views/section_footer.php:20
348
  msgid ""
349
+ "Let the thumbnails appear in the widget of the most recent posts with this "
350
+ "fast plugin"
351
+ msgstr "高速なプラグインで、最近の投稿ウィジェットにサムネイルを表示しましょう"
 
 
352
 
353
+ #: admin/views/section_overview.php:17
354
+ msgid "Manage featured images in a quick way"
355
+ msgstr "アイキャッチ画像をすばやく設定"
356
+
357
+ #: admin/views/section_defaults.php:507
358
+ msgid "matched author. If not then..."
359
+ msgstr "一致する作成者を探す。なければ..."
360
+
361
+ #: admin/views/section_defaults.php:506
362
+ msgid "matched category. If not then..."
363
+ msgstr "一致するカテゴリーを探す。なければ..."
364
 
365
  #: admin/views/section_defaults.php:504
366
  msgid "matched custom taxonomy. If not then..."
367
  msgstr "一致するカスタムタクソノミーを探す。なければ..."
368
 
369
+ #: admin/views/section_defaults.php:508
370
+ msgid "matched post type. If not then..."
371
+ msgstr "一致する投稿タイプを探す。なければ..."
372
+
373
  #: admin/views/section_defaults.php:505
374
  msgid "matched tag. If not then..."
375
  msgstr "一致するタグを探す。なければ..."
376
 
377
+ #: admin/views/section_defaults.php:16
378
+ msgid "matches"
379
+ msgstr "条件"
380
 
381
+ #: admin/class-quick-featured-images-settings.php:630
382
+ msgid "Minimum user role to see the plugin in the backend"
383
+ msgstr "プラグイン画面を表示するのに必要なユーザー権限"
384
 
385
+ #: admin/views/form_back_to_selection.php:42
386
+ msgid "Modify selection"
387
+ msgstr "選択を変更する"
388
 
389
  #: admin/views/section_defaults.php:509
390
  msgid "no featured image."
391
  msgstr "アイキャッチ画像を設定しない。"
392
 
393
+ #: admin/views/section_results.php:82
394
+ msgid "No matches found."
395
+ msgstr "条件を満たすものがありません。"
 
 
 
 
396
 
397
+ #: admin/views/section_image.php:106
398
+ msgid "No selected filters"
399
+ msgstr "フィルタ未選択"
400
 
401
+ #: admin/views/section_image.php:84
402
+ msgid "No selected options"
403
+ msgstr "オプション未選択"
404
 
405
+ #: admin/views/form_confirm.php:16 admin/views/section_defaults.php:17
406
+ #: admin/views/section_results.php:18
407
+ msgid "No."
408
+ msgstr "いいえ。"
409
 
410
+ #: admin/views/form_select.php:9 admin/views/form_start.php:4
411
+ #: admin/views/section_defaults.php:217
412
+ msgid "Notice"
413
+ msgstr "通知"
 
 
414
 
415
+ #: admin/views/form_refine.php:9
416
  msgid ""
417
+ "Now you can find posts and pages by matching parameters. Refine them here."
418
+ msgstr "条件を満たす投稿と固定ページを抽出します。下記で条件を調整できます。"
 
 
 
 
 
 
 
 
 
 
419
 
420
+ #: admin/views/form_select.php:121
421
+ msgid ""
422
+ "On the next page you can refine the filters. If you did not select any "
423
+ "filter you will go to the preview list directly."
424
+ msgstr "次のページでフィルタを調整できます。フィルタを選択していない場合は、プレビューリストが表示されます。"
425
 
426
+ #: admin/views/form_select.php:85
427
+ msgid "Optional: Add a filter"
428
+ msgstr "フィルタを追加"
429
 
430
+ #: admin/views/form_select.php:45
431
+ msgid "Optional: Select options"
432
+ msgstr "オプションを選択"
433
 
434
+ #: admin/views/form_confirm.php:182
435
+ msgid "or refine your selection with the following form fields."
436
+ msgstr "または、下記のフォーム項目で選択を調整してください。"
437
 
438
+ #: admin/views/form_select.php:53
439
+ msgid "Overwrite existing featured images with new ones"
440
+ msgstr "現在のアイキャッチ画像を新しい画像に置き換えます。"
441
 
442
+ #: admin/class-quick-featured-images-tools.php:596
443
+ msgid "Overwrite featured images"
444
+ msgstr "アイキャッチ画像を上書きする"
445
 
446
+ #: admin/class-quick-featured-images-tools.php:579
447
+ msgid "Perform"
448
+ msgstr "実行"
449
 
450
  #: admin/views/section_footer.php:18 admin/views/section_results.php:88
451
  msgid "Please rate it at wordpress.org!"
452
  msgstr "wordpress.org で評価してください!"
453
 
454
+ #: admin/class-quick-featured-images-settings.php:432
455
+ msgid "Post list column in the library"
456
+ msgstr ""
457
+
458
+ #: admin/views/section_defaults.php:59
459
+ msgid "Post Type"
460
+ msgstr "投稿タイプ"
461
+
462
+ #: admin/class-quick-featured-images-tools.php:601
463
+ msgid "Post Type Filter"
464
+ msgstr "投稿タイプフィルタ"
465
 
466
  #: admin/views/section_footer.php:19
467
  msgid ""
468
  "Post your questions and ideas about Quick Featured Images in the forum at "
469
  "wordpress.org!"
470
+ msgstr "wordpress.org のフォーラムに Quick Featured Images の質問やアイデアを投稿してください!"
 
 
471
 
472
+ #: admin/class-quick-featured-images-settings.php:396
473
+ msgid "Posts list with image column"
474
+ msgstr "画像カラム付の投稿リスト"
475
+
476
+ #: admin/views/form_select.php:63
477
  msgid ""
478
+ "Posts with featured images will be ignored, even if the Overwrite option is "
479
+ "checked"
480
+ msgstr "上書きオプションがオンになっていても、アイキャッチ画像が設定されている投稿は除外します。"
481
 
482
+ #: admin/class-quick-featured-images-defaults.php:277
483
+ msgid "Preset Featured Images"
484
+ msgstr "アイキャッチ画像のプリセット"
485
+
486
+ #: admin/views/form_refine.php:48 admin/views/form_select.php:29
487
+ msgid "Preview filtering"
488
+ msgstr "絞り込みのプレビュー"
489
+
490
+ #: admin/views/form_confirm.php:1
491
+ msgid "Preview of your selection"
492
+ msgstr "選択のプレビュー"
493
+
494
+ #: admin/views/form_select.php:47
495
+ msgid "Process Options"
496
+ msgstr "処理オプション"
497
 
498
  #: admin/views/section_header_progress.php:15
499
  msgid "Progress bar"
500
  msgstr "プログレスバー"
501
 
502
+ #. Name of the plugin
503
+ msgid "Quick Featured Images"
504
+ msgstr "Quick Featured Images"
 
 
 
 
505
 
506
+ #: admin/views/section_errormsg.php:3
507
+ msgid "Reason"
508
+ msgstr "原因"
509
 
510
+ #: admin/class-quick-featured-images-tools.php:577
511
+ msgid "Refine"
512
+ msgstr "調整"
513
 
514
+ #: admin/views/form_refine.php:8
515
+ msgid "Refine filters"
516
+ msgstr "フィルタの調整"
517
 
518
+ #: admin/views/form_refine.php:1
519
+ msgid "Refine your selection"
520
+ msgstr "選択の調整"
521
 
522
+ #: admin/views/form_select.php:37
523
+ msgid "Refine your selections"
524
+ msgstr "選択を調整する"
525
 
526
+ #: admin/views/section_defaults.php:501
527
+ msgid ""
528
+ "Regardless of the order in the list the rules are applied in the following "
529
+ "order until a rule and a property of the post fit together:"
530
+ msgstr "リストの順番にかかわらず、投稿のプロパティがルールに当てはまるまで、下記の順番でルールが適用されます。"
531
 
532
+ #: admin/class-quick-featured-images-columns.php:280
533
+ #, php-format
534
+ msgid "Remove &#8220;%s&#8221;"
535
+ msgstr "&#8220;%s&#8221;の削除"
536
 
537
+ #: admin/class-quick-featured-images-tools.php:589
538
+ msgid "Remove all featured images without existing image files"
539
+ msgstr "ファイルが存在しないアイキャッチ画像を削除する"
540
 
541
+ #: admin/class-quick-featured-images-tools.php:588
542
+ msgid "Remove any image as featured image"
543
+ msgstr "アイキャッチ画像を削除する"
544
 
545
+ #: admin/class-quick-featured-images-tools.php:585
546
+ msgid "Remove the selected image as featured image"
547
+ msgstr "選択した画像が使用されているアイキャッチ画像を削除する"
548
 
549
+ #: admin/class-quick-featured-images-tools.php:584
550
+ msgid "Replace featured images by the selected image"
551
+ msgstr "選択した画像で現在のアイキャッチ画像を置き換える"
552
 
553
  #: admin/views/section_results.php:1
554
  msgid "Results of the action"
555
  msgstr "実行結果"
556
 
557
+ #: admin/views/form_select.php:94
558
+ msgid "Search by post type. By default all posts and pages will be affected."
559
+ msgstr "投稿タイプで絞り込む。デフォルトでは、すべての投稿と固定ページが対象。"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
560
 
561
+ #: admin/views/form_select.php:97
562
+ msgid "Search posts by category"
563
+ msgstr "カテゴリーで絞り込む"
564
 
565
+ #: admin/views/form_select.php:100
566
+ msgid "Search posts by tag"
567
+ msgstr "タグで絞り込む"
568
 
569
+ #: admin/class-quick-featured-images-tools.php:575
570
+ msgid "Select"
571
+ msgstr "選択"
572
 
573
+ #: admin/views/filter_category.php:3
574
+ msgid "Select a category"
575
+ msgstr "カテゴリーを選択"
576
 
577
+ #: admin/views/filter_tag.php:7
578
+ msgid "Select a tag"
579
+ msgstr "タグを選択"
580
 
581
+ #: admin/views/form_start.php:20
582
+ msgid "Select action"
583
+ msgstr "アクションの選択"
584
 
585
+ #: admin/class-quick-featured-images-tools.php:751
586
+ msgid "Select an image from the media library."
587
+ msgstr "メディアライブラリから画像を選択してください。"
588
 
589
+ #: admin/views/section_defaults.php:285
590
+ msgid ""
591
+ "Select at least one post type, otherwise all post types will be considered."
592
+ msgstr "投稿タイプを少なくとも1つ選択してください。選択しないと、すべての投稿タイプが対象になります。"
593
 
594
+ #: admin/views/form_select.php:87
595
+ msgid "Select filters"
596
+ msgstr "フィルタの選択"
 
 
 
 
 
597
 
598
+ #: admin/views/form_back_to_selection.php:2
599
+ msgid "Select filters and options again"
600
+ msgstr "フィルタとオプションを選択し直す"
601
 
602
+ #: admin/views/filter_post_types.php:2
603
+ msgid "Select post types"
604
+ msgstr "投稿タイプを選択"
605
 
606
+ #: admin/views/form_select.php:17
607
+ msgid "Select the featured images you want to replace by the selected image."
608
+ msgstr "新しく選んだ画像で置き換えたい、元のアイキャッチ画像を選択してください。"
609
 
610
+ #: admin/views/form_start.php:35
611
+ msgid ""
612
+ "Select the image you want to add to, replace or delete from posts and pages "
613
+ "by clicking on the following button."
614
+ msgstr "下のボタンをクリックして、追加、変更、削除したい画像を選択してください。"
615
 
616
+ #: admin/class-quick-featured-images-settings.php:666
617
+ msgid "Select the minimum user role a user must have to see the plugin."
618
+ msgstr "プラグイン画面を表示するのに必要なユーザー権限を選択してください。"
619
 
620
+ # a period at the end of a sentence must be localizable
621
+ #: admin/class-quick-featured-images-defaults.php:288
622
+ msgid "Set default featured images for future posts"
623
+ msgstr "デフォルトのアイキャッチ画像を設定します。"
624
 
625
+ #: admin/class-quick-featured-images-columns.php:281
626
+ #, php-format
627
+ msgid "Set image for &#8220;%s&#8221;"
628
+ msgstr "&#8220;%s&#8221;の画像を設定"
629
 
630
+ #: admin/class-quick-featured-images-tools.php:592
631
+ msgid "Set multiple images randomly as featured images"
632
+ msgstr "複数の画像をランダムにアイキャッチ画像に設定する"
633
 
634
+ #: admin/class-quick-featured-images-tools.php:583
635
+ msgid "Set the selected image as new featured image"
636
+ msgstr "選択した画像を新たなアイキャッチ画像として設定する"
637
 
638
+ #: admin/class-quick-featured-images-settings.php:232
639
+ msgid "Set the visibility of columns of featured images in posts lists"
640
+ msgstr "投稿/固定ページリストにアイキャッチ画像カラムを表示する設定を行います。"
641
 
642
+ #: admin/class-quick-featured-images-tools.php:1937
643
+ msgid "Set, replace, remove"
644
+ msgstr "設定・変更・削除"
645
 
646
+ #: admin/views/form_confirm.php:50
647
+ msgid "Should the added featured images be removed from all listed posts?"
648
+ msgstr "リストに表示されている投稿からアイキャッチ画像を削除しますか?"
649
 
650
+ #: admin/views/form_confirm.php:41
651
+ msgid ""
652
+ "Should the current set featured image be replaced by the selected image at "
653
+ "all listed posts?"
654
+ msgstr "リストに表示されている投稿の現在のアイキャッチ画像を、選択した画像で置き換えますか?"
655
 
656
+ #: admin/views/form_confirm.php:12
657
+ msgid ""
658
+ "Should the entries of featured images without image files be removed from "
659
+ "the database?"
660
+ msgstr "ファイルが存在しないアイキャッチ画像の指定をデータベースから削除しますか?"
661
 
662
+ #: admin/views/form_confirm.php:47
663
+ msgid "Should the future images be set as featured images at all listed posts?"
664
+ msgstr "新しいアイキャッチ画像を、リストに表示された投稿のアイキャッチ画像として設定しますか?"
665
 
666
+ #: admin/views/form_confirm.php:44
667
+ msgid "Should the selected image be removed from all listed posts?"
668
+ msgstr "リストに表示されている投稿から、選択した画像を削除しますか?"
669
 
670
+ #: admin/views/form_confirm.php:35
671
+ msgid "Should the selected image be set as featured image to all listed posts?"
672
+ msgstr "リストに表示されている投稿に、選択した画像をアイキャッチ画像として割り当てますか?"
673
 
674
+ #: admin/views/form_confirm.php:38
675
+ msgid ""
676
+ "Should the selected images be set randomly as featured images to all listed "
677
+ "posts?"
678
+ msgstr "リストに表示されている投稿に、選択した画像をアイキャッチ画像としてランダムに割り当てますか?"
679
 
680
+ #: admin/class-quick-featured-images-settings.php:391
681
+ msgid "Show additional column for featured images in lists of"
682
+ msgstr "アイキャッチ画像カラムを表示するリスト"
 
 
 
683
 
684
+ #: admin/class-quick-featured-images-settings.php:427
685
+ msgid "Show additional column in the library for posts with featured images"
686
+ msgstr ""
687
 
688
+ #: admin/views/section_errormsg.php:5
689
+ msgid "Solution"
690
+ msgstr "対応策"
691
 
692
+ #: admin/views/form_start.php:62
693
+ msgid ""
694
+ "Some users reported that this button would not work in some WordPress "
695
+ "installations. If this should be the case you can take another way:"
696
+ msgstr "このボタンが機能しないときは、下記をお試しください。"
697
 
698
+ #: admin/views/form_confirm.php:182 admin/views/section_errormsg.php:8
699
+ #: admin/views/section_results.php:86
700
+ msgid "Start again"
701
+ msgstr "やり直す"
702
 
703
+ #: admin/class-quick-featured-images-tools.php:755
704
+ msgid "Start again and select which action you want to apply."
705
+ msgstr "[やり直す] をクリックしてアクションを選択します。"
 
 
 
706
 
707
+ #: admin/class-quick-featured-images-tools.php:603
708
+ msgid "Tag Filter"
709
+ msgstr "タグフィルタ"
 
 
 
710
 
711
+ # alt text for sample screen image
712
+ #: admin/views/section_defaults.php:251
713
+ msgid "Text with images in WordPress editor"
714
+ msgstr "WordPressエディタ内の画像とテキスト"
715
 
716
+ #: admin/class-quick-featured-images-settings.php:705
717
+ msgid ""
718
+ "The additional column in the media library lists all posts for which the "
719
+ "image is set as featured."
720
+ msgstr ""
721
 
722
+ #: admin/class-quick-featured-images-settings.php:687
723
+ msgid ""
724
+ "The additional columns give you a quick overview about all used featured "
725
+ "images for every post. The Featured Image column is sortable."
726
+ msgstr "投稿リストに画像カラムを追加して、設定済のすべてのアイキャッチ画像を素早く確認することができます。アイキャッチ画像カラムは並べ替えできます。"
 
727
 
728
+ #: admin/views/form_start.php:6 admin/views/section_defaults.php:219
729
+ msgid ""
730
+ "The current theme does not support featured images. Anyway you can use this "
731
+ "plugin. The effects are stored and will be visible in a theme which supports "
732
+ "featured images."
733
+ msgstr ""
734
+ "使用中のテーマはアイキャッチ画像をサポートしていませんが、このプラグインの利用は可能です。設定内容は保存され、アイキャッチ画像が利用可能なテーマを有効化すると表示されます。"
735
 
736
+ #: admin/class-quick-featured-images-tools.php:758
737
+ #, php-format
738
+ msgid "The input field %s has an invalid value."
739
+ msgstr "入力フィールド %s の値が正しくありません。"
740
 
741
+ #: admin/class-quick-featured-images-tools.php:742
742
+ #, php-format
743
+ msgid "The input field %s is empty."
744
+ msgstr "入力フィールド %s が空白です。"
745
 
746
+ #: admin/views/form_confirm.php:54 admin/views/section_results.php:27
747
+ msgid ""
748
+ "The list is in alphabetical order according to post title. You can edit a "
749
+ "post in a new window by clicking on its link in the list."
750
+ msgstr "リストは投稿タイトル名の順に並んでいます。リスト中のタイトル名のリンクをクリックすると、新規ウィンドウで投稿を編集できます。"
751
 
752
+ #: admin/class-quick-featured-images-admin.php:278
753
+ #, php-format
754
+ msgid ""
755
+ "The plugin requires WordPress version %s or higher. Therefore, WordPress did "
756
+ "not activate it. If you want to use this plugin update the Wordpress files "
757
+ "to the latest version."
758
+ msgstr ""
759
+ "このプラグインの動作には WordPress バージョン %s "
760
+ "以上が必要なため、有効化できませんでした。このプラグインを使用するには、Wordpress を最新バージョンに更新してください。"
761
 
762
+ #: admin/class-quick-featured-images-settings.php:671
763
+ #, php-format
764
+ msgid ""
765
+ "The rules as set in &#8220;%s&#8221; work on posts independently of this "
766
+ "setting."
767
+ msgstr "&#8220;%s&#8221; で指定されたルールは、この権限の設定には影響されずに機能します。"
768
 
769
+ #: admin/views/filter_category.php:14
770
+ msgid "The selection of a category includes all of its subcategories."
771
+ msgstr ""
772
 
773
+ #: admin/views/form_refine.php:54
774
+ msgid ""
775
+ "There are no selected filters. Modify your filter selection or just go on by "
776
+ "clicking on the next button."
777
+ msgstr "フィルタが選択されていません。フィルタの選択を変更するか、[次へ]ボタンをクリックしてください。"
778
 
779
+ #: admin/views/filter_tag.php:20
780
+ msgid "There are no tags in use."
781
+ msgstr "使用されているタグはありません。"
782
 
783
+ #: admin/class-quick-featured-images-tools.php:750
784
+ msgid "There is no selected image."
785
+ msgstr "画像が選択されていません。"
786
 
787
+ #: admin/views/form_start.php:18
788
+ msgid ""
789
+ "There is no undo function! It is strongly recommended that you make a backup "
790
+ "of the WordPress database before you perform mass changes."
791
+ msgstr "取り消し機能はありません。大幅な変更を行う前に、WordPress のデータベースのバックアップを取ることを強くお勧めします。"
792
 
793
+ #: admin/views/form_start.php:102
794
+ msgid "These actions do not require a selected image."
795
+ msgstr "次のアクションは、画像を選択する必要はありません。"
796
 
797
+ #: admin/views/form_start.php:68
798
+ msgid ""
799
+ "These actions require at least one selected image with the following button."
800
+ msgstr "次のアクションは、下のボタンで少なくとも1枚の画像を選択する必要があります。"
801
 
802
+ #: admin/views/form_start.php:22
803
+ msgid "These actions require to select an image with the following button."
804
+ msgstr "次のアクションは、下のボタンで画像を1枚選択する必要があります。"
805
 
806
+ #: admin/class-quick-featured-images-settings.php:677
807
+ msgid "This page is accessible for administrators only."
808
+ msgstr "このページには管理者だけがアクセスできます。"
809
 
810
+ #: admin/class-quick-featured-images-settings.php:676
811
+ msgid ""
812
+ "This setting controls as well whether a user will see in an image column the "
813
+ "thumbnails with action links or the thumbnails only. To switch image columns "
814
+ "on and off use the section above."
815
+ msgstr ""
816
+ "権限がないユーザーのアイキャッチ画像カラムにはサムネイルだけが表示されますが、権限があるユーザーではアクションリンク付のサムネイルが表示されます。アイキャッチ画像カラムそのものを表示するかどうかは、上のセクションで切り替えてください。"
817
 
818
+ #: admin/views/form_select.php:116
819
+ #| msgid ""
820
+ #| "This way is not as fast as one single run, but still much faster than "
821
+ #| "setting the images for each post manually."
822
+ msgid ""
823
+ "To achieve that use the filters and repeat the process until your task is "
824
+ "done. This way is not as fast as one single run, but still much faster than "
825
+ "setting the images for each post manually."
826
+ msgstr ""
827
 
828
+ #: admin/views/form_select.php:19 admin/views/form_start.php:80
829
+ msgid ""
830
+ "To select multiple images click on the button and use the CTRL key while "
831
+ "clicking on the images."
832
+ msgstr "複数の画像を選択するには、下のボタンをクリックした後、Ctrlキーを押しながら画像をクリックしてください。"
833
 
834
+ #: admin/views/section_defaults.php:211
835
+ msgid ""
836
+ "To use a rule choose the image and set both the taxonomy and the value. A "
837
+ "rule which is defined only partially will be ignored."
838
+ msgstr "ルールを設定するには、画像を選んで、分類と値の両方を設定する必要があります。一方だけ設定されたルールは無視されます。"
839
 
840
+ #: admin/class-quick-featured-images-tools.php:743
841
+ msgid "Type in a value into the input field."
842
+ msgstr "入力フィールドに値を入力してください。"
843
 
844
+ #: admin/class-quick-featured-images-tools.php:759
845
+ msgid "Type in valid values in the input field."
846
+ msgstr "入力フィールドに正しい値を入力してください。"
847
 
848
+ #: admin/class-quick-featured-images-tools.php:763
849
+ msgid "Type in values stored by WordPress."
850
+ msgstr "WordPressに保存されている値を入力してください。"
851
 
852
+ #: admin/views/section_results.php:20
853
+ msgid "Unchanged"
854
+ msgstr "変更なし"
855
 
856
+ #: admin/views/form_select.php:31 admin/views/form_start.php:119
857
+ msgid "Use CTRL for multiple choice"
858
+ msgstr "Ctrlキーを押しながら複数選択"
859
 
860
+ #. title of the section.
861
+ #: admin/class-quick-featured-images-settings.php:455
862
+ msgid "Visibility of the plugin"
863
+ msgstr "プラグイン画面の表示"
864
 
865
+ #: admin/class-quick-featured-images-admin.php:484
866
+ #, php-format
867
+ msgid "Welcome to %s! You can find the plugin at %s."
868
+ msgstr "%s へようこそ! %s でプラグインにアクセスできます。"
869
 
870
+ #: admin/views/form_start.php:12
871
+ msgid "What do you want to do?"
872
+ msgstr "やりたいことは何ですか?"
873
 
874
+ #: admin/views/form_refine.php:10
875
+ msgid "Whatever you do: You can confirm your choice on the next page."
876
+ msgstr "次のページで調整した結果を確認できます。"
877
 
878
+ #: admin/views/form_start.php:15
879
+ msgid "Whatever you select: You can refine your choice on the next page."
880
+ msgstr "ここで選択した内容は、次のページで調整できます。"
881
 
882
+ #: admin/class-quick-featured-images-settings.php:463
883
+ msgid "Which user role may see the plugin?"
884
+ msgstr "プラグイン画面を表示できるユーザー権限"
885
 
886
+ #: admin/views/form_confirm.php:19
887
+ msgid "written on"
888
+ msgstr "作成日:"
889
 
890
+ #: admin/class-quick-featured-images-tools.php:473
891
+ #, php-format
892
+ msgid "Wrong image ID %d"
893
+ msgstr "誤った画像ID %d"
894
 
895
+ #: admin/views/section_header_progress.php:17
896
+ msgid "You are here"
897
+ msgstr "現在"
898
 
899
+ #: admin/views/form_select.php:38 admin/views/form_select.php:48
900
+ msgid "You can control the process with the following options."
901
+ msgstr "下記のオプションで処理内容や対象を調整できます。"
902
 
903
+ #: admin/views/form_confirm.php:121
904
+ msgid "You can not undo the operation!"
905
+ msgstr "実行後の取り消しはできません!"
 
 
906
 
907
+ #: admin/views/form_select.php:89
908
+ msgid ""
909
+ "You can select multiple filters. They will return an intersection of their "
910
+ "results."
911
+ msgstr "複数のフィルタを選択できます。選択したフィルタのすべての条件を満たすものが対象になります。"
 
912
 
913
+ #: admin/views/form_select.php:18
914
+ msgid "You can select multiple images. Select at least one image."
915
+ msgstr "複数の画像を選択できます。少なくとも1つ選んでください。"
 
 
 
916
 
917
+ #: admin/views/form_select.php:11
918
+ msgid ""
919
+ "You did not have selected an image from the list below. To go on select at "
920
+ "least one image you want to replace by the selected image."
921
+ msgstr "下のリストで画像が選択されていません。置き換える画像を少なくとも1つ選んでください。"
922
 
923
+ #: admin/class-quick-featured-images-tools.php:754
924
+ #: admin/views/section_image.php:51
925
+ msgid "You have not selected an action."
926
+ msgstr "アクションが選択されていません。"
927
 
928
+ #: admin/views/section_image.php:42
929
+ msgid "Your selected action"
930
+ msgstr "選択したアクション"
931
 
932
+ #: admin/views/section_image.php:90
933
+ msgid "Your selected filters"
934
+ msgstr "選択したフィルタ"
935
 
936
+ #: admin/views/section_image.php:68
937
+ msgid "Your selected options"
938
+ msgstr "選択したオプション"
 
 
 
 
 
 
 
 
939
 
940
+ #: admin/views/section_image.php:9
941
+ msgid "Your selected thumbnail"
942
+ msgstr "選択したサムネイル"
943
 
944
+ #: admin/views/section_image.php:23
945
+ msgid "Your selected thumbnails"
946
+ msgstr "選択したサムネイル"
 
 
 
947
 
948
+ #: admin/views/section_image.php:1
949
+ msgid "Your selection"
950
+ msgstr "選択"
 
 
 
 
 
 
 
 
951
 
952
+ #. Description of the plugin
953
+ #: admin/class-quick-featured-images-admin.php:215
954
+ msgid ""
955
+ "Your time-saving Swiss Army Knife for featured images: Set, replace and "
956
+ "delete them in bulk, in posts lists and set default images for future posts."
957
+ msgstr ""
958
+ "アイキャッチ画像をまとめて設定・変更・削除したり、デフォルトのアイキャッチ画像を設定したりできる、スイス・アーミーナイフのように多機能で便利なプラグインです。"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/quick-featured-images-pt_BR.mo CHANGED
Binary file
languages/quick-featured-images-pt_BR.po CHANGED
@@ -5,113 +5,65 @@ 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: 2020-12-16 16:06+0100\n"
8
- "PO-Revision-Date: 2020-12-16 16:06+0100\n"
9
  "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
10
- "Language-Team: Martin Stehle <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.4.2\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"
19
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
- #: admin/class-quick-featured-images-admin.php:215
23
- msgid ""
24
- "Your time-saving Swiss Army Knife for featured images: Set, replace and "
25
- "delete them in bulk, in posts lists and set default images for future posts."
26
- msgstr ""
27
- "Seu Canivete Suíço de economia de tempo para imagens destacadas: definir, "
28
- "substituir e exclui-las em massa, na lista de mensagens e definir imagens "
29
- "predefinidas para mensagens futuras."
30
-
31
- #: admin/class-quick-featured-images-admin.php:278
32
  #, php-format
33
- msgid ""
34
- "The plugin requires WordPress version %s or higher. Therefore, WordPress did "
35
- "not activate it. If you want to use this plugin update the Wordpress files "
36
- "to the latest version."
37
- msgstr ""
38
- "O plugin requer a versão %s ou superior do WordPress. Portanto, o WordPress "
39
- "não o ativou. Se você quiser usar este plugin atualize o seu Wordpress para "
40
- "a versão mais recente."
41
 
42
- #: admin/class-quick-featured-images-admin.php:484
43
  #, php-format
44
- msgid "Welcome to %s! You can find the plugin at %s."
45
- msgstr "Bem-vindo ao %s! Você pode encontrar o plugin em %s."
46
 
47
  #: admin/class-quick-featured-images-columns.php:278
48
  msgid "(external image)"
49
  msgstr ""
50
 
51
- #: admin/class-quick-featured-images-columns.php:279
52
- #, php-format
53
- msgid "Change &#8220;%s&#8221;"
54
- msgstr "Alterar &#8220;%s&#8221;"
55
-
56
- #: admin/class-quick-featured-images-columns.php:280
57
- #, php-format
58
- msgid "Remove &#8220;%s&#8221;"
59
- msgstr "Remover &#8220;%s&#8221;"
60
-
61
- #: admin/class-quick-featured-images-columns.php:281
62
- #, php-format
63
- msgid "Set image for &#8220;%s&#8221;"
64
- msgstr "Definir imagem para &#8220;%s&#8221;"
65
-
66
- #: admin/class-quick-featured-images-columns.php:646
67
- msgid "Featured image for"
68
- msgstr ""
69
-
70
- #: admin/class-quick-featured-images-defaults.php:277
71
- msgid "Preset Featured Images"
72
- msgstr "Predefinir Imagens Destacadas"
73
-
74
- #: admin/class-quick-featured-images-defaults.php:288
75
- msgid "Set default featured images for future posts"
76
- msgstr "Definir imagem destacada padrão para posts futuros"
77
-
78
- #: admin/class-quick-featured-images-settings.php:232
79
- msgid "Set the visibility of columns of featured images in posts lists"
80
  msgstr ""
81
- "Definir a visibilidade das colunas de imagens destacadas nas listas de posts"
82
-
83
- #: admin/class-quick-featured-images-settings.php:383
84
- msgid "Columns for featured images in posts lists"
85
- msgstr "Colunas para imagens destacadas nas listas de posts"
86
-
87
- #: admin/class-quick-featured-images-settings.php:391
88
- msgid "Show additional column for featured images in lists of"
89
- msgstr "Mostrar coluna adicional para imagens destacadas nas listas de"
90
 
91
- #: admin/class-quick-featured-images-settings.php:396
92
- msgid "Posts list with image column"
93
- msgstr "Lista de posts com coluna de imagem"
94
 
95
- #: admin/class-quick-featured-images-settings.php:419
96
- msgid "Column in the library for posts with assigned featured image"
97
- msgstr ""
98
 
99
- #: admin/class-quick-featured-images-settings.php:427
100
- msgid "Show additional column in the library for posts with featured images"
101
- msgstr ""
102
 
103
- #: admin/class-quick-featured-images-settings.php:432
104
- msgid "Post list column in the library"
 
 
 
 
105
  msgstr ""
106
 
107
- #: admin/class-quick-featured-images-settings.php:455
108
- msgid "Visibility of the plugin"
109
- msgstr "Visibilidade do plugin"
110
-
111
- #: admin/class-quick-featured-images-settings.php:463
112
- msgid "Which user role may see the plugin?"
113
- msgstr "Qual função de usuário pode ver o plug-in?"
114
-
115
  #: admin/class-quick-featured-images-settings.php:596
116
  msgid ""
117
  "Activate the checkboxes at each post type to show the extra columns in the "
@@ -120,233 +72,276 @@ msgstr ""
120
  "Ative as caixas de seleção em cada tipo de post para mostrar as colunas "
121
  "extras nas listas de posts."
122
 
123
- #: admin/class-quick-featured-images-settings.php:615
124
  msgid ""
125
- "Display a new column in the media library with the titles of the posts for "
126
- "which the corresponding image is set as featured image"
127
  msgstr ""
 
 
128
 
129
- #: admin/class-quick-featured-images-settings.php:618
130
  msgid ""
131
- "Activate the checkbox to show the extra column in the media library. If you "
132
- "would not see the new column in the library switch the appereance of the "
133
- "library to List mode. The post titles are links to the respective post edit "
134
- "page."
135
  msgstr ""
 
 
136
 
137
- #: admin/class-quick-featured-images-settings.php:630
138
- msgid "Minimum user role to see the plugin in the backend"
139
- msgstr "Função de usuário mínima para ver o plug-in no back-end"
140
 
141
- #: admin/class-quick-featured-images-settings.php:666
142
- msgid "Select the minimum user role a user must have to see the plugin."
143
- msgstr ""
144
- "Selecione a função de usuário mínima que um usuário deve ter para ver o plug-"
145
- "in."
146
 
147
- #: admin/class-quick-featured-images-settings.php:671
148
- #, php-format
149
- msgid ""
150
- "The rules as set in &#8220;%s&#8221; work on posts independently of this "
151
- "setting."
152
- msgstr ""
153
- "As regras definidas em &#8220;%s&#8221; funcionam em postagens "
154
- "independentemente dessa configuração."
155
 
156
- #: admin/class-quick-featured-images-settings.php:676
 
 
 
 
157
  msgid ""
158
- "This setting controls as well whether a user will see in an image column the "
159
- "thumbnails with action links or the thumbnails only. To switch image columns "
160
- "on and off use the section above."
161
  msgstr ""
162
- "Essa configuração também controla se um usuário verá em uma coluna de imagem "
163
- "as miniaturas com links de ação ou apenas as miniaturas. Para ativar e "
164
- "desativar colunas de imagem, use a seção acima."
165
 
166
- #: admin/class-quick-featured-images-settings.php:677
167
- msgid "This page is accessible for administrators only."
168
- msgstr "Esta página está acessível somente para administradores."
169
 
170
- #: admin/class-quick-featured-images-settings.php:687
171
- msgid ""
172
- "The additional columns give you a quick overview about all used featured "
173
- "images for every post. The Featured Image column is sortable."
174
  msgstr ""
175
- "As colunas adicionais lhe dão uma rápida visão geral sobre todas imagens "
176
- "destacadas usadas para cada post. A coluna de imagem destacada é ordenável."
177
 
178
- #: admin/class-quick-featured-images-settings.php:696
179
- msgid "Controls which minimum user role can see the plugin."
180
- msgstr "Controla qual função de usuário mínima pode ver o plug-in."
181
 
182
- #: admin/class-quick-featured-images-settings.php:705
183
- msgid ""
184
- "The additional column in the media library lists all posts for which the "
185
- "image is set as featured."
186
- msgstr ""
187
 
188
- #: admin/class-quick-featured-images-tools.php:473
189
  #, php-format
190
- msgid "Wrong image ID %d"
191
- msgstr "ID de imagem errado %d"
192
 
193
- #: admin/class-quick-featured-images-tools.php:575
194
- msgid "Select"
195
- msgstr "Selecionar"
196
 
197
- #: admin/class-quick-featured-images-tools.php:576
198
- msgid "Add filter"
199
- msgstr "Adicionar um filtro"
200
 
201
- #: admin/class-quick-featured-images-tools.php:577
202
- msgid "Refine"
203
- msgstr "Refinar"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
204
 
205
  #: admin/class-quick-featured-images-tools.php:578
206
  msgid "Confirm"
207
  msgstr "Confirmar"
208
 
209
- #: admin/class-quick-featured-images-tools.php:579
210
- msgid "Perform"
211
- msgstr "Executar"
212
 
213
- #: admin/class-quick-featured-images-tools.php:583
214
- msgid "Set the selected image as new featured image"
215
- msgstr "Definir a imagem selecionada como nova imagem destacada"
216
 
217
- #: admin/class-quick-featured-images-tools.php:584
218
- msgid "Replace featured images by the selected image"
219
- msgstr "Substituir imagens destacadas pela imagem selecionada"
220
 
221
- #: admin/class-quick-featured-images-tools.php:585
222
- msgid "Remove the selected image as featured image"
223
- msgstr "Remover a imagem selecionada como imagem destacada"
224
 
225
- #: admin/class-quick-featured-images-tools.php:588
226
- msgid "Remove any image as featured image"
227
- msgstr "Remover qualquer imagem como imagem destacada"
228
-
229
- #: admin/class-quick-featured-images-tools.php:589
230
- msgid "Remove all featured images without existing image files"
231
- msgstr "Remova todas as imagens apresentadas sem arquivos de imagem existentes"
232
-
233
- #: admin/class-quick-featured-images-tools.php:592
234
- msgid "Set multiple images randomly as featured images"
235
- msgstr "Definir várias imagens aleatoriamente como imagens destacadas"
236
-
237
- #: admin/class-quick-featured-images-tools.php:596
238
- msgid "Overwrite featured images"
239
- msgstr "Sobrescrever imagens destacadas"
240
 
241
- #: admin/class-quick-featured-images-tools.php:597
242
- msgid "Consider only posts without any featured image"
243
- msgstr "Considerar apenas posts sem nenhuma imagem destacada"
244
 
245
- #: admin/class-quick-featured-images-tools.php:601
246
- msgid "Post Type Filter"
247
- msgstr "Filtro de tipo de posts"
 
 
 
 
248
 
249
- #: admin/class-quick-featured-images-tools.php:602
250
- msgid "Category Filter"
251
- msgstr "Filtro por categoria"
252
 
253
- #: admin/class-quick-featured-images-tools.php:603
254
- msgid "Tag Filter"
255
- msgstr "Filtro por tag"
 
 
256
 
257
- #: admin/class-quick-featured-images-tools.php:632
258
- msgid "Image width in pixels lower than"
259
- msgstr "Largura da imagem em pixels menor que"
260
 
261
- #: admin/class-quick-featured-images-tools.php:633
262
- msgid "Image height in pixels lower than"
263
- msgstr "Altura da imagem em pixels menor que"
264
 
265
- #: admin/class-quick-featured-images-tools.php:742
266
  #, php-format
267
- msgid "The input field %s is empty."
268
- msgstr "O campo de entrada %s está vazio."
269
 
270
- #: admin/class-quick-featured-images-tools.php:743
271
- msgid "Type in a value into the input field."
272
- msgstr "Digite um valor para o campo de entrada."
273
 
274
- #: admin/class-quick-featured-images-tools.php:746
275
- #, php-format
276
- msgid "%s is not defined."
277
- msgstr "%s não está definido."
 
 
 
 
 
 
278
 
279
- #: admin/class-quick-featured-images-tools.php:747
280
- msgid "Check how to define the value."
281
- msgstr "Veja como definir o valor."
 
 
 
 
 
 
 
 
 
282
 
283
- #: admin/class-quick-featured-images-tools.php:750
284
- msgid "There is no selected image."
285
- msgstr "Não há nenhuma imagem selecionada."
286
 
287
- #: admin/class-quick-featured-images-tools.php:751
288
- msgid "Select an image from the media library."
289
- msgstr "Selecione uma imagem da biblioteca de mídia."
 
290
 
291
- #: admin/class-quick-featured-images-tools.php:754
292
- #: admin/views/section_image.php:51
293
- msgid "You have not selected an action."
294
- msgstr "Você não selecionou uma ação."
295
 
296
- #: admin/class-quick-featured-images-tools.php:755
297
- msgid "Start again and select which action you want to apply."
298
- msgstr "Comece de novo e selecione a ação que você deseja aplicar."
299
 
300
- #: admin/class-quick-featured-images-tools.php:758
301
- #, php-format
302
- msgid "The input field %s has an invalid value."
303
- msgstr "O campo de entrada %s tem um valor inválido."
304
 
305
- #: admin/class-quick-featured-images-tools.php:759
306
- msgid "Type in valid values in the input field."
307
- msgstr "Digite valores válidos no campo de entrada."
 
 
 
 
 
308
 
309
- #: admin/class-quick-featured-images-tools.php:763
310
- msgid "Type in values stored by WordPress."
311
- msgstr "Digite valores armazenados pelo WordPress."
312
 
313
- #: admin/class-quick-featured-images-tools.php:1937
314
- msgid "Set, replace, remove"
315
- msgstr "Definir, substituir, remover"
316
 
317
- #: admin/class-quick-featured-images-tools.php:1948
318
- msgid "Bulk set, replace and remove featured images for existing posts"
 
 
 
319
  msgstr ""
320
- "Definir, substituir e remover imagens destacadas em massa para posts "
321
- "existentes"
 
322
 
323
- #: admin/class-quick-featured-images-tools.php:2057
324
- msgid "Bulk set as featured image"
325
- msgstr "Definir imagem destacada em massa"
326
-
327
- #: admin/views/filter_category.php:3
328
- msgid "Select a category"
329
- msgstr "Selecione uma categoria"
 
 
 
330
 
331
- #: admin/views/filter_category.php:14
332
- msgid "The selection of a category includes all of its subcategories."
 
 
 
 
333
  msgstr ""
 
 
 
 
334
 
335
- #: admin/views/filter_post_types.php:2
336
- msgid "Select post types"
337
- msgstr "Selecione os tipos de post"
338
 
339
- #: admin/views/filter_tag.php:7
340
- msgid "Select a tag"
341
- msgstr "Selecione uma tag"
342
 
343
- #: admin/views/filter_tag.php:20
344
- msgid "There are no tags in use."
345
- msgstr "Não tags em uso."
346
 
347
- #: admin/views/form_back_to_selection.php:2
348
- msgid "Select filters and options again"
349
- msgstr "Selecione filtros e opções novamente"
 
 
 
 
 
 
 
 
350
 
351
  #: admin/views/form_back_to_selection.php:3
352
  msgid ""
@@ -355,122 +350,95 @@ msgid ""
355
  msgstr ""
356
  "Se você quiser mudar a sua seleção anterior, volte clicando neste botão."
357
 
358
- #: admin/views/form_back_to_selection.php:42
359
- msgid "Modify selection"
360
- msgstr "Modificar seleção"
361
-
362
- #: admin/views/form_confirm.php:1
363
- msgid "Preview of your selection"
364
- msgstr "Pré-visualizar a sua seleção"
365
-
366
- #: admin/views/form_confirm.php:2
367
- #, php-format
368
- msgid "%d matches found"
369
- msgstr "%d registros encontrados"
370
 
371
- #: admin/views/form_confirm.php:12
372
- msgid ""
373
- "Should the entries of featured images without image files be removed from "
374
- "the database?"
375
- msgstr ""
376
- "As entradas de imagens em destaque sem arquivos de imagem devem ser "
377
- "removidas do banco de dados?"
378
 
379
- #: admin/views/form_confirm.php:15 admin/views/section_results.php:16
380
- msgid "Details"
381
- msgstr "Detalhes"
382
 
383
- #: admin/views/form_confirm.php:16 admin/views/section_defaults.php:17
384
- #: admin/views/section_results.php:18
385
- msgid "No."
386
- msgstr "Nº."
387
 
388
- #: admin/views/form_confirm.php:17 admin/views/section_results.php:17
389
- msgid "Current Featured Image"
390
- msgstr "Imagem Destacada atual"
391
 
392
- #: admin/views/form_confirm.php:18
393
- msgid "Future Featured Image"
394
- msgstr "Imagem Destacada futura"
 
 
 
 
395
 
396
- #: admin/views/form_confirm.php:19
397
- msgid "written on"
398
- msgstr "escrito em"
399
 
400
- #: admin/views/form_confirm.php:20
401
- msgid "by"
402
- msgstr "por"
403
 
404
- #: admin/views/form_confirm.php:35
405
- msgid "Should the selected image be set as featured image to all listed posts?"
406
- msgstr ""
407
- "Deve a imagem selecionada ser definido como uma imagem destacada a todos os "
408
- "posts listados?"
409
 
410
- #: admin/views/form_confirm.php:38
411
- msgid ""
412
- "Should the selected images be set randomly as featured images to all listed "
413
- "posts?"
414
- msgstr ""
415
- "Devem as imagens selecionadas serem definidas aleatoriamente como imagens "
416
- "destacadas a todos os posts listados?"
417
 
418
- #: admin/views/form_confirm.php:41
419
- msgid ""
420
- "Should the current set featured image be replaced by the selected image at "
421
- "all listed posts?"
422
- msgstr ""
423
- "Devem as imagens destacadas atuais serem substituídas pela imagem secionada "
424
- "em todos os posts listados?"
425
 
426
- #: admin/views/form_confirm.php:44
427
- msgid "Should the selected image be removed from all listed posts?"
428
- msgstr "Deve a imagem selecionada ser removida de todos os posts listados?"
429
 
430
- #: admin/views/form_confirm.php:47
431
- msgid "Should the future images be set as featured images at all listed posts?"
432
- msgstr ""
433
- "Devem as futuras imagens serem definidas como imagens destacadas em todos os "
434
- "posts listados?"
435
 
436
- #: admin/views/form_confirm.php:50
437
- msgid "Should the added featured images be removed from all listed posts?"
438
- msgstr ""
439
- "Devem as imagens destacadas adicionadas serem removidas de todos os posts "
440
- "listados?"
441
 
442
- #: admin/views/form_confirm.php:54 admin/views/section_results.php:27
443
- msgid ""
444
- "The list is in alphabetical order according to post title. You can edit a "
445
- "post in a new window by clicking on its link in the list."
446
- msgstr ""
447
- "A lista está em ordem alfabética de acordo com o título do post. Você pode "
448
- "editar um post em uma nova janela clicando em seu link na lista."
449
 
450
- #: admin/views/form_confirm.php:120
451
- msgid "Confirm the change"
452
- msgstr "Confirme a mudança"
453
 
454
- #: admin/views/form_confirm.php:121
455
- msgid "You can not undo the operation!"
456
- msgstr "Você não pode desfazer a operação!"
457
 
458
- #: admin/views/form_confirm.php:182 admin/views/section_errormsg.php:8
459
- #: admin/views/section_results.php:86
460
- msgid "Start again"
461
- msgstr "Começar novamente"
462
 
463
- #: admin/views/form_confirm.php:182
464
- msgid "or refine your selection with the following form fields."
465
- msgstr "ou refine sua seleção com os campos a seguir."
466
 
467
- #: admin/views/form_refine.php:1
468
- msgid "Refine your selection"
469
- msgstr "Refine sua seleção"
 
470
 
471
- #: admin/views/form_refine.php:8
472
- msgid "Refine filters"
473
- msgstr "Refinar filtros"
 
474
 
475
  #: admin/views/form_refine.php:9
476
  msgid ""
@@ -479,88 +447,65 @@ msgstr ""
479
  "Agora você pode encontrar posts e páginas de parâmetros correspondentes. "
480
  "Refine-as aqui."
481
 
482
- #: admin/views/form_refine.php:10
483
- msgid "Whatever you do: You can confirm your choice on the next page."
484
- msgstr ""
485
- "Faça o que fizer: Você pode confirmar a sua escolha na página seguinte."
486
-
487
- #: admin/views/form_refine.php:18
488
- #, php-format
489
- msgid "File %s is not available."
490
- msgstr "Arquivo %s não está disponível."
491
-
492
- #: admin/views/form_refine.php:48 admin/views/form_select.php:29
493
- msgid "Preview filtering"
494
- msgstr "Pré-visualizar a filtragem"
495
-
496
- #: admin/views/form_refine.php:54
497
  msgid ""
498
- "There are no selected filters. Modify your filter selection or just go on by "
499
- "clicking on the next button."
500
  msgstr ""
501
- "Não filtros selecionados. Modifique a sua seleção de filtros ou "
502
- "simplesmente em frente clicando no botão ao lado."
503
 
504
- #: admin/views/form_select.php:9 admin/views/form_start.php:4
505
- #: admin/views/section_defaults.php:217
506
- msgid "Notice"
507
- msgstr "Aviso prévio"
508
 
509
- #: admin/views/form_select.php:11
510
- msgid ""
511
- "You did not have selected an image from the list below. To go on select at "
512
- "least one image you want to replace by the selected image."
513
- msgstr ""
514
- "Você não selecionou uma imagem a partir da lista abaixo. Para avançar "
515
- "selecione pelo menos uma imagem em que pretende substituir pela imagem "
516
- "selecionada."
517
 
518
- #: admin/views/form_select.php:17
519
- msgid "Select the featured images you want to replace by the selected image."
520
- msgstr ""
521
- "Selecione as imagens destacadas que você deseja substituir pela imagem "
522
- "selecionada."
523
 
524
- #: admin/views/form_select.php:18
525
- msgid "You can select multiple images. Select at least one image."
526
- msgstr ""
527
- "Você pode selecionar várias imagens. Selecione, pelo menos, uma imagem."
528
 
529
- #: admin/views/form_select.php:19 admin/views/form_start.php:80
530
- msgid ""
531
- "To select multiple images click on the button and use the CTRL key while "
532
- "clicking on the images."
533
- msgstr ""
534
- "Para selecionar várias imagens, clique no botão e use a tecla CTRL enquanto "
535
- "clica nas imagens."
536
 
537
- #: admin/views/form_select.php:23 admin/views/form_start.php:84
538
- msgid "Choose Images"
539
- msgstr "Escolha as Imagens"
540
 
541
- #: admin/views/form_select.php:31 admin/views/form_start.php:119
542
- msgid "Use CTRL for multiple choice"
543
- msgstr "Use CTRL para múltipla escolha"
544
 
545
- #: admin/views/form_select.php:37
546
- msgid "Refine your selections"
547
- msgstr "Refine suas seleções"
548
 
549
- #: admin/views/form_select.php:38 admin/views/form_select.php:48
550
- msgid "You can control the process with the following options."
551
- msgstr "Você pode controlar o processo com as seguintes opções."
552
 
553
- #: admin/views/form_select.php:45
554
- msgid "Optional: Select options"
555
- msgstr "Opcional: Selecione opções"
556
 
557
- #: admin/views/form_select.php:47
558
- msgid "Process Options"
559
- msgstr "Opções do Processo"
 
 
 
 
560
 
561
- #: admin/views/form_select.php:53
562
- msgid "Overwrite existing featured images with new ones"
563
- msgstr "Sobrescrever imagens destacadas existentes pelas novas"
564
 
565
  #: admin/views/form_select.php:63
566
  msgid ""
@@ -570,43 +515,82 @@ msgstr ""
570
  "Posts com Imagens destacadas serão ignorados, mesmo se a opção Substituir "
571
  "estiver marcada"
572
 
573
- #: admin/views/form_select.php:72
574
- msgid "There are two more options in the Pro version for random images:"
575
- msgstr "Existem mais duas opções na versão Pro para imagens aleatórias:"
576
 
577
- #: admin/views/form_select.php:74
578
- msgid "Use each selected image only once"
579
- msgstr "Use cada imagem selecionada apenas uma vez"
580
 
581
- #: admin/views/form_select.php:75
582
- msgid "Remove excess featured images after all selected images are used"
583
- msgstr ""
584
- "Remover o excesso de Imagens destacadas após todas as imagens destacadas "
585
- "forem usadas"
586
 
587
- #: admin/views/form_select.php:85
588
- msgid "Optional: Add a filter"
589
- msgstr "Opcional: Adicionar um filtro"
590
 
591
- #: admin/views/form_select.php:87
592
- msgid "Select filters"
593
- msgstr "Selecione os filtros"
594
 
595
- #: admin/views/form_select.php:88
596
- msgid ""
597
- "If you want select one of the following filters to narrow down the set of "
598
- "concerned posts and pages."
599
- msgstr ""
600
- "Se você quiser selecione um dos seguintes filtros para limitar o conjunto de "
601
- "posts e páginas."
602
 
603
- #: admin/views/form_select.php:89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
604
  msgid ""
605
- "You can select multiple filters. They will return an intersection of their "
606
- "results."
607
  msgstr ""
608
- "Você pode selecionar vários filtros. Eles vão dar uma interseção de seus "
609
- "resultados."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
610
 
611
  #: admin/views/form_select.php:94
612
  msgid "Search by post type. By default all posts and pages will be affected."
@@ -622,94 +606,50 @@ msgstr "Procurar posts por categoria"
622
  msgid "Search posts by tag"
623
  msgstr "Procurar posts por tag"
624
 
625
- #: admin/views/form_select.php:114
626
- msgid "If you encounter a white, blank page, read this"
627
- msgstr "Se você encontrar uma página branca, em branco, leia isto"
628
-
629
- #: admin/views/form_select.php:115
630
- #| msgid ""
631
- #| "Facing a white blank page while trying to treat thousands of posts is the "
632
- #| "effect of limited memory capacities on the website server. Instead of "
633
- #| "treating a huge amount of posts in one single go try to treat small "
634
- #| "amounts of posts multiple times successively. To achieve that do:"
635
- msgid ""
636
- "Facing a white blank page while trying to treat thousands of posts is the "
637
- "effect of limited memory capacities on the website server. Instead of "
638
- "treating a huge amount of posts in one single go try to treat small amounts "
639
- "of posts multiple times successively."
640
- msgstr ""
641
 
642
- #: admin/views/form_select.php:116
643
- #| msgid ""
644
- #| "This way is not as fast as one single run, but still much faster than "
645
- #| "setting the images for each post manually."
646
- msgid ""
647
- "To achieve that use the filters and repeat the process until your task is "
648
- "done. This way is not as fast as one single run, but still much faster than "
649
- "setting the images for each post manually."
650
- msgstr ""
651
 
652
- #: admin/views/form_select.php:121
653
- msgid ""
654
- "On the next page you can refine the filters. If you did not select any "
655
- "filter you will go to the preview list directly."
656
- msgstr ""
657
- "Na próxima página você pode refinar os filtros. Se você não selecionar "
658
- "qualquer filtro que você vai diretamente para a lista de pré-visualização."
659
 
660
- #: admin/views/form_start.php:6 admin/views/section_defaults.php:219
661
- msgid ""
662
- "The current theme does not support featured images. Anyway you can use this "
663
- "plugin. The effects are stored and will be visible in a theme which supports "
664
- "featured images."
665
- msgstr ""
666
- "O tema atual não suporta imagens destacadas. De qualquer forma você pode "
667
- "usar este plugin. Os efeitos são armazenados e será visível em um tema que "
668
- "suporta imagens destacadas."
669
 
670
- #: admin/views/form_start.php:12
671
- msgid "What do you want to do?"
672
- msgstr "O que você quer fazer?"
673
 
674
- #: admin/views/form_start.php:14
675
  msgid ""
676
- "Here you can add, replace and delete featured images to your posts. Select "
677
- "one of the following actions and, if necessary, one or more images."
678
- msgstr ""
679
- "Aqui você pode adicionar, substituir e excluir imagens destacadas aos seus "
680
- "posts. Selecione uma das seguintes ações e, se necessário, uma ou mais "
681
- "imagens."
682
-
683
- #: admin/views/form_start.php:15
684
- msgid "Whatever you select: You can refine your choice on the next page."
685
  msgstr ""
686
- "Qualquer coisa que você selecionar: Você pode refinar a sua escolha na "
687
- "página seguinte."
688
-
689
- #: admin/views/form_start.php:17
690
- msgid "Important advice"
691
- msgstr "Aviso importante"
692
 
693
- #: admin/views/form_start.php:18
694
- msgid ""
695
- "There is no undo function! It is strongly recommended that you make a backup "
696
- "of the WordPress database before you perform mass changes."
697
- msgstr ""
698
- "Não há nenhuma função de desfazer! É altamente recomendável que você faça um "
699
- "backup do banco de dados WordPress antes de realizar mudanças em massa."
700
 
701
- #: admin/views/form_start.php:20
702
- msgid "Select action"
703
- msgstr "Selecione a ação"
704
 
705
- #: admin/views/form_start.php:21
706
- msgid "Actions with a single image"
707
- msgstr "Ações com uma única imagem"
708
 
709
- #: admin/views/form_start.php:22
710
- msgid "These actions require to select an image with the following button."
711
  msgstr ""
712
- "Essas ações exigem que uma imagem seja selecionada com o botão seguinte."
 
713
 
714
  #: admin/views/form_start.php:35
715
  msgid ""
@@ -719,423 +659,393 @@ msgstr ""
719
  "Selecione a imagem que deseja adicionar, substituir ou excluir dos posts e "
720
  "páginas clicando no botão a seguir."
721
 
722
- #: admin/views/form_start.php:57
723
- msgid "Choose Image"
724
- msgstr "Escolha a Imagem"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
725
 
726
- #: admin/views/form_start.php:61
727
- msgid "If the button does not work, read this:"
728
- msgstr "Se o botão não funcionar, leia isto:"
729
 
730
- #: admin/views/form_start.php:62
731
- msgid ""
732
- "Some users reported that this button would not work in some WordPress "
733
- "installations. If this should be the case you can take another way:"
734
  msgstr ""
735
- "Alguns usuários relataram que este botão não funciona em algumas instalações "
736
- "WordPress. Se este for o caso, você pode fazer de outra forma:"
737
 
738
- #: admin/views/form_start.php:63
739
  msgid ""
740
- "1. Go to the media library. 2. Move the mouse over the desired image. "
741
- "Further links are appearing, among them the link &quot;Bulk set as featured "
742
- "image&quot;. 3. After a click on it you can move on in this plugin."
743
  msgstr ""
744
- "1. para a biblioteca de mídia. 2. Passe o mouse sobre a imagem desejada. "
745
- "Mais links estão aparecendo, entre eles o link &quot;Definir imagem "
746
- "destacada em massa&quot;. 3. Após um clique sobre ele você pode seguir em "
747
- "frente neste plugin."
748
-
749
- #: admin/views/form_start.php:67
750
- msgid "Actions with multiple images"
751
- msgstr "Ações com várias imagens"
752
 
753
- #: admin/views/form_start.php:68
754
  msgid ""
755
- "These actions require at least one selected image with the following button."
 
756
  msgstr ""
757
- "Essas ações exigem pelo menos uma imagem selecionada com o botão seguinte."
758
-
759
- #: admin/views/form_start.php:101
760
- msgid "Actions without any selected image"
761
- msgstr "Ações sem qualquer imagem selecionada"
762
-
763
- #: admin/views/form_start.php:102
764
- msgid "These actions do not require a selected image."
765
- msgstr "Essas ações não exigem uma imagem selecionada."
766
-
767
- #: admin/views/section_defaults.php:16
768
- msgid "matches"
769
- msgstr "combinações"
770
 
771
- #: admin/views/section_defaults.php:59
772
- msgid "Post Type"
773
- msgstr "Tipo de Post"
 
 
774
 
775
- #: admin/views/section_defaults.php:208
776
- msgid "Default featured images for future posts"
777
- msgstr "Imagens destacadas padrão para os posts futuros"
778
 
779
- #: admin/views/section_defaults.php:210
780
- msgid ""
781
- "Define the rules to use images as default featured images automatically "
782
- "every time a post is saved."
783
  msgstr ""
784
- "Define as regras para usar imagens como imagens destacadas padrão "
785
- "automaticamente toda vez que um post é salvo."
786
 
787
- #: admin/views/section_defaults.php:211
788
  msgid ""
789
- "To use a rule choose the image and set both the taxonomy and the value. A "
790
- "rule which is defined only partially will be ignored."
791
  msgstr ""
792
- "Para usar uma regra, escolha a imagem e defina a taxonomia e o valor. Uma "
793
- "regra que é definida apenas parcialmente será ignorada."
794
 
795
- #: admin/views/section_defaults.php:238
796
- msgid "An image overwrites an existing image"
797
- msgstr "Uma imagem substitui uma imagem existente"
798
 
799
- #: admin/views/section_defaults.php:242
800
- msgid ""
801
- "Activate to automatically overwrite an existing featured image while saving "
802
- "a post"
803
  msgstr ""
804
- "Ative para substituir automaticamente uma imagem destacada existente ao "
805
- "salvar um post"
806
 
807
- #: admin/views/section_defaults.php:244
 
 
 
 
808
  msgid ""
809
- "If activated the rule is used automatically while saving a post to overwrite "
810
- "an existing featured image with the new one based on the following rules. Do "
811
- "not use this if you want to keep manually set featured images."
812
  msgstr ""
813
- "Se ativada, a regra é usada automaticamente ao salvar um post para "
814
- "substituir uma imagem destacada existente com a nova com base nas seguintes "
815
- "regras. Não use esta opção se você deseja manter as imagens destacadas "
816
- "definidas manualmente."
 
 
 
 
 
 
 
 
 
 
 
817
 
818
  #: admin/views/section_defaults.php:251
819
  msgid "Text with images in WordPress editor"
820
  msgstr "Texto com imagens no editor WordPress"
821
 
822
- #: admin/views/section_defaults.php:255
823
  msgid ""
824
- "Activate to automatically use the first content image if available in the "
825
- "media library as featured image while saving a post"
826
  msgstr ""
827
- "Ative para utilizar automaticamente a primeira imagem de conteúdo se "
828
- "disponível na biblioteca de mídia como uma imagem destacada ao salvar um post"
829
 
830
- #: admin/views/section_defaults.php:257
831
  msgid ""
832
- "If activated the rule is used automatically while saving a post to set the "
833
- "first content image - if available in the media library - as the featured "
834
- "image of the post. If the post has no content images the next rules will be "
835
- "applied."
836
  msgstr ""
837
- "Se ativada, a regra é usada automaticamente ao salvar um post para definir a "
838
- "primeira imagem de conteúdo - se disponível na biblioteca de mídia - como a "
839
- "imagem destacada do post. Se o post não tem imagens de conteúdo as próximas "
840
- "regras serão aplicadas."
841
-
842
- #: admin/views/section_defaults.php:258
843
- msgid "For which post types should this rule be applied?"
844
- msgstr "Para quais tipos de post essa regra deve ser aplicada?"
845
 
846
- #: admin/views/section_defaults.php:285
847
  msgid ""
848
- "Select at least one post type, otherwise all post types will be considered."
 
 
849
  msgstr ""
850
- "Selecione pelo menos um tipo de post, caso contrário, todos os tipos de post "
851
- "serão considerados."
852
-
853
- #: admin/views/section_defaults.php:491
854
- msgid "Add rule"
855
- msgstr "Adicionar regra"
856
 
857
- #: admin/views/section_defaults.php:496
858
- msgid "Are you sure to remove this rule?"
859
- msgstr "Tem certeza que deseja remover essa regra?"
 
860
 
861
- #: admin/views/section_defaults.php:499
862
- msgid "How the rules work"
863
- msgstr "Como as regras funcionam"
 
864
 
865
- #: admin/views/section_defaults.php:500
866
  msgid ""
867
- "Every time you save a post the post get the featured image if one of the "
868
- "following rules match a property of the post. You can also set rules for "
869
- "pages and all other current post types which support featured images."
870
  msgstr ""
871
- "Toda vez que você salvar um post, o post obtém a imagem destacada se uma das "
872
- "seguintes regras corresponder a uma propriedade do post. Você também pode "
873
- "definir regras para páginas e todos os outros tipos de post atuais que "
874
- "suportam imagens destacadas."
875
 
876
- #: admin/views/section_defaults.php:501
 
877
  msgid ""
878
- "Regardless of the order in the list the rules are applied in the following "
879
- "order until a rule and a property of the post fit together:"
 
880
  msgstr ""
881
- "Independentemente da ordem na lista as regras são aplicadas na seguinte "
882
- "ordem até que uma regra e uma propriedade do post se encaixem:"
883
-
884
- #: admin/views/section_defaults.php:503
885
- msgid "found first content image. If not then..."
886
- msgstr "primeira imagem de conteúdo encontrada. Se não, então..."
887
-
888
- #: admin/views/section_defaults.php:504
889
- msgid "matched custom taxonomy. If not then..."
890
- msgstr "combinou a taxonomia personalizada. Se não, então..."
891
-
892
- #: admin/views/section_defaults.php:505
893
- msgid "matched tag. If not then..."
894
- msgstr "combinou a tag. Se não, então..."
895
 
896
- #: admin/views/section_defaults.php:506
897
- msgid "matched category. If not then..."
898
- msgstr "combinou a categoria. Se não, então..."
 
 
 
 
 
899
 
900
- #: admin/views/section_defaults.php:507
901
- msgid "matched author. If not then..."
902
- msgstr "combinou o autor. Se não, então..."
903
 
904
- #: admin/views/section_defaults.php:508
905
- msgid "matched post type. If not then..."
906
- msgstr "combinou o tipo de post. Se não, então..."
 
 
 
 
907
 
908
- #: admin/views/section_defaults.php:509
909
- msgid "no featured image."
910
- msgstr "nenhuma imagem destacada."
911
 
912
- #: admin/views/section_defaults.php:511
 
 
 
 
913
  msgid ""
914
- "Bear in mind that if two or more rules with the same taxonomy would fit to "
915
- "the post it is unforeseeable which image will become the featured image."
916
  msgstr ""
917
- "Tenha em mente que, se duas ou mais regras com a mesma taxonomia caberem ao "
918
- "post é imprevisível qual a imagem se tornará a imagem em destaque."
 
 
 
 
919
 
920
- #: admin/views/section_defaults.php:512
921
- msgid "Additional rules in the Pro version"
922
- msgstr "Regras adicionais na versão Pro"
 
 
923
 
924
- #: admin/views/section_defaults.php:514
925
- msgid "Multiple images to set them randomly as featured image"
926
- msgstr "Várias imagens para defini-las aleatoriamente como imagem em destaque"
 
927
 
928
- #: admin/views/section_defaults.php:515
929
- msgid "Random featured images at each page load"
930
- msgstr "Imagens aleatórias em cada carga de página"
931
 
932
- #: admin/views/section_defaults.php:516
933
  msgid ""
934
- "The first content image can be also an image from an external server to set "
935
- "it as automated featured image"
 
936
  msgstr ""
937
- "A primeira imagem do conteúdo pode ser também uma imagem de um servidor "
938
- "externo para defini-la automaticamente como imagem destacada"
 
939
 
940
- #: admin/views/section_defaults.php:517
 
 
 
941
  msgid ""
942
- "Remove the first content image automatically after the featured image was "
943
- "set successfully"
 
944
  msgstr ""
945
- "Remover a primeira imagem de conteúdo automaticamente depois que a imagem "
946
- "destacada for definida com êxito"
947
-
948
- #: admin/views/section_defaults.php:518
949
- msgid "Match with a search string in post title"
950
- msgstr "Combine com uma string de pesquisa no título do post"
951
 
952
- #: admin/views/section_defaults.php:519
953
- msgid "Match with a selected post format"
954
- msgstr "Combine com um formato de post selecionado"
 
 
 
 
955
 
956
- #: admin/views/section_defaults.php:520
957
- msgid "User defined order of rules"
958
- msgstr "Ordem de regras definidas pelo usuário"
 
 
 
 
959
 
960
- #: admin/views/section_defaults.php:521
961
- msgid "Import your rules from this plugin into the Pro plugin"
962
- msgstr "Importar suas regras deste plugin para o plugin Pro"
963
 
964
- #: admin/views/section_errormsg.php:1
965
- msgid "Error"
966
- msgstr "Erro"
967
 
968
- #: admin/views/section_errormsg.php:3
969
- msgid "Reason"
970
- msgstr "Razão"
971
 
972
- #: admin/views/section_errormsg.php:5
973
- msgid "Solution"
974
- msgstr "Solução"
975
 
976
- #: admin/views/section_footer.php:16
977
- msgid "Credits and informations"
978
- msgstr "Créditos e informações"
979
 
980
- #: admin/views/section_footer.php:18 admin/views/section_results.php:87
981
- msgid "Do you like the plugin?"
982
- msgstr "Gostou do plugin?"
 
983
 
984
- #: admin/views/section_footer.php:18 admin/views/section_results.php:88
985
- msgid "Please rate it at wordpress.org!"
986
- msgstr "Por favor avalie ele no wordpress.org!"
 
987
 
988
- #: admin/views/section_footer.php:19
989
- msgid "Do you need support or have an idea for the plugin?"
990
- msgstr "Você precisa de suporte ou tem uma ideia para o plugin?"
991
 
992
- #: admin/views/section_footer.php:19
993
- msgid ""
994
- "Post your questions and ideas about Quick Featured Images in the forum at "
995
- "wordpress.org!"
996
  msgstr ""
997
- "Poste suas dúvidas e idéias sobre Quick Featured Images no fórum em "
998
- "wordpress.org!"
999
 
1000
- #: admin/views/section_footer.php:20
1001
- msgid ""
1002
- "Let the thumbnails appear in the widget of the most recent posts with this "
1003
- "fast plugin"
1004
  msgstr ""
1005
- "Deixe as miniaturas aparecem no widget dos posts mais recentes com este "
1006
- "plugin rápido"
1007
 
1008
- #: admin/views/section_footer.php:20
1009
- #, php-format
1010
- msgid "Download plugin %s at %s!"
1011
- msgstr "Baixe o plugin %s em %s!"
1012
 
1013
- #: admin/views/section_header_progress.php:15
1014
- msgid "Progress bar"
1015
- msgstr "Barra de progresso"
 
 
 
 
 
1016
 
1017
  #: admin/views/section_header_progress.php:17
1018
  msgid "You are here"
1019
  msgstr "Você está aqui"
1020
 
1021
- #: admin/views/section_image.php:1
1022
- msgid "Your selection"
1023
- msgstr "Sua seleção"
1024
 
1025
- #: admin/views/section_image.php:9
1026
- msgid "Your selected thumbnail"
1027
- msgstr "Sua miniatura selecionada"
1028
 
1029
- #: admin/views/section_image.php:12
1030
- msgid "Image title"
1031
- msgstr "Titulo da imagem"
 
 
 
 
1032
 
1033
- #: admin/views/section_image.php:14 admin/views/section_image.php:36
1034
- msgid "If wrong image start again"
1035
- msgstr "Se a imagem estiver incorreta comece novamente"
 
1036
 
1037
- #: admin/views/section_image.php:23
1038
- msgid "Your selected thumbnails"
1039
- msgstr "Suas miniaturas selecionadas"
 
 
 
 
 
 
 
 
 
 
1040
 
1041
  #: admin/views/section_image.php:42
1042
  msgid "Your selected action"
1043
  msgstr "Sua ação selecionada"
1044
 
1045
- #: admin/views/section_image.php:55
1046
- msgid "If wrong action start again"
1047
- msgstr "Se a ação estiver incorreta comece novamente"
1048
-
1049
- #: admin/views/section_image.php:68
1050
- msgid "Your selected options"
1051
- msgstr "Suas opções selecionadas"
1052
-
1053
- #: admin/views/section_image.php:84
1054
- msgid "No selected options"
1055
- msgstr "Nenhuma opção selecionada"
1056
-
1057
  #: admin/views/section_image.php:90
1058
  msgid "Your selected filters"
1059
  msgstr "Seus filtros selecionados"
1060
 
1061
- #: admin/views/section_image.php:106
1062
- msgid "No selected filters"
1063
- msgstr "Nenhum filtro selecionado"
1064
-
1065
- #: admin/views/section_overview.php:17
1066
- msgid "Manage featured images in a quick way"
1067
- msgstr "Gerencie imagens destacadas de uma maneira rápida"
1068
-
1069
- #: admin/views/section_results.php:1
1070
- msgid "Results of the action"
1071
- msgstr "Resultados da ação"
1072
-
1073
- #: admin/views/section_results.php:19
1074
- msgid "Changed successfully"
1075
- msgstr "Alterado com sucesso"
1076
-
1077
- #: admin/views/section_results.php:20
1078
- msgid "Unchanged"
1079
- msgstr "Inalterado"
1080
-
1081
- #: admin/views/section_results.php:82
1082
- msgid "No matches found."
1083
- msgstr "Nenhum resultado encontrado."
1084
-
1085
- #~ msgid "add the time filter,"
1086
- #~ msgstr "adicione o filtro de tempo,"
1087
-
1088
- #~ msgid "set a small time range,"
1089
- #~ msgstr "defina um pequeno intervalo de tempo,"
1090
-
1091
- #~ msgid "do the process"
1092
- #~ msgstr "faça o processo"
1093
-
1094
- #~ msgid "and repeat it with the next time range as often as needed."
1095
- #~ msgstr ""
1096
- #~ "e repeta com o próximo intervalo de tempo quantas vezes for necessário."
1097
-
1098
- #~ msgid "Get the Pro version"
1099
- #~ msgstr "Obter a versão Pro"
1100
-
1101
- # Path to language site
1102
- #~ msgid "/"
1103
- #~ msgstr "/"
1104
-
1105
- #~ msgid "Are you looking for more options and more filters?"
1106
- #~ msgstr "Você está procurando mais opções e mais filtros?"
1107
-
1108
- #~ msgid "Do you want to assign the first image of each post?"
1109
- #~ msgstr "Você deseja atribuir a primeira imagem de cada post?"
1110
-
1111
- #~ msgid "Do you want to use external featured images, e.g. from a CDN?"
1112
- #~ msgstr "Deseja usar imagens em destaque externas, por exemplo de uma CDN?"
1113
-
1114
- #~ msgid ""
1115
- #~ "The plugin is for free. But the plugin author would be delighted to your "
1116
- #~ "small contribution."
1117
- #~ msgstr ""
1118
- #~ "O plugin é gratuito. Mas o autor do plugin teria prazer em uma pequena "
1119
- #~ "contribuição sua."
1120
-
1121
- #~ msgid "Donation Button"
1122
- #~ msgstr "Botão de Doação"
1123
-
1124
- #~ msgid "Donate with PayPal"
1125
- #~ msgstr "Doe com PayPal"
1126
-
1127
- #~ msgid "The Pro version"
1128
- #~ msgstr "A versão Pro"
1129
 
1130
- #~ msgid "Changes saved."
1131
- #~ msgstr "Alterações guardadas."
 
1132
 
1133
- #~ msgid "No changes were saved."
1134
- #~ msgstr "Nenhuma alteração foi salva."
 
1135
 
1136
- #~ msgid "You can select posts and pages."
1137
- #~ msgstr "Você pode selecionar posts e páginas."
 
1138
 
1139
- #~ msgid "Special thanks for the fine frontend style of the plugin go to"
1140
- #~ msgstr ""
1141
- #~ "Agradecimentos especiais para o estilo do frontend do plugin ir para"
 
 
 
 
 
 
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: 2020-12-16 16:06+0100\n"
8
+ "PO-Revision-Date: 2021-02-21 20:03+0000\n"
9
  "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
10
+ "Language-Team: Portuguese (Brazil)\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: Loco https://localise.biz/\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"
19
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
+ #: admin/views/form_confirm.php:2
 
 
 
 
 
 
 
 
 
23
  #, php-format
24
+ msgid "%d matches found"
25
+ msgstr "%d registros encontrados"
 
 
 
 
 
 
26
 
27
+ #: admin/class-quick-featured-images-tools.php:746
28
  #, php-format
29
+ msgid "%s is not defined."
30
+ msgstr "%s não está definido."
31
 
32
  #: admin/class-quick-featured-images-columns.php:278
33
  msgid "(external image)"
34
  msgstr ""
35
 
36
+ #: admin/views/form_start.php:63
37
+ msgid ""
38
+ "1. Go to the media library. 2. Move the mouse over the desired image. "
39
+ "Further links are appearing, among them the link &quot;Bulk set as featured "
40
+ "image&quot;. 3. After a click on it you can move on in this plugin."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  msgstr ""
42
+ "1. para a biblioteca de mídia. 2. Passe o mouse sobre a imagem desejada. "
43
+ "Mais links estão aparecendo, entre eles o link &quot;Definir imagem "
44
+ "destacada em massa&quot;. 3. Após um clique sobre ele você pode seguir em "
45
+ "frente neste plugin."
 
 
 
 
 
46
 
47
+ #: admin/views/form_start.php:21
48
+ msgid "Actions with a single image"
49
+ msgstr "Ações com uma única imagem"
50
 
51
+ #: admin/views/form_start.php:67
52
+ msgid "Actions with multiple images"
53
+ msgstr "Ações com várias imagens"
54
 
55
+ #: admin/views/form_start.php:101
56
+ msgid "Actions without any selected image"
57
+ msgstr "Ações sem qualquer imagem selecionada"
58
 
59
+ #: admin/class-quick-featured-images-settings.php:618
60
+ msgid ""
61
+ "Activate the checkbox to show the extra column in the media library. If you "
62
+ "would not see the new column in the library switch the appereance of the "
63
+ "library to List mode. The post titles are links to the respective post edit "
64
+ "page."
65
  msgstr ""
66
 
 
 
 
 
 
 
 
 
67
  #: admin/class-quick-featured-images-settings.php:596
68
  msgid ""
69
  "Activate the checkboxes at each post type to show the extra columns in the "
72
  "Ative as caixas de seleção em cada tipo de post para mostrar as colunas "
73
  "extras nas listas de posts."
74
 
75
+ #: admin/views/section_defaults.php:242
76
  msgid ""
77
+ "Activate to automatically overwrite an existing featured image while saving "
78
+ "a post"
79
  msgstr ""
80
+ "Ative para substituir automaticamente uma imagem destacada existente ao "
81
+ "salvar um post"
82
 
83
+ #: admin/views/section_defaults.php:255
84
  msgid ""
85
+ "Activate to automatically use the first content image if available in the "
86
+ "media library as featured image while saving a post"
 
 
87
  msgstr ""
88
+ "Ative para utilizar automaticamente a primeira imagem de conteúdo se "
89
+ "disponível na biblioteca de mídia como uma imagem destacada ao salvar um post"
90
 
91
+ #: admin/class-quick-featured-images-tools.php:576
92
+ msgid "Add filter"
93
+ msgstr "Adicionar um filtro"
94
 
95
+ #: admin/views/section_defaults.php:491
96
+ msgid "Add rule"
97
+ msgstr "Adicionar regra"
 
 
98
 
99
+ #: admin/views/section_defaults.php:238
100
+ msgid "An image overwrites an existing image"
101
+ msgstr "Uma imagem substitui uma imagem existente"
 
 
 
 
 
102
 
103
+ #: admin/views/section_defaults.php:496
104
+ msgid "Are you sure to remove this rule?"
105
+ msgstr "Tem certeza que deseja remover essa regra?"
106
+
107
+ #: admin/views/section_defaults.php:511
108
  msgid ""
109
+ "Bear in mind that if two or more rules with the same taxonomy would fit to "
110
+ "the post it is unforeseeable which image will become the featured image."
 
111
  msgstr ""
112
+ "Tenha em mente que, se duas ou mais regras com a mesma taxonomia caberem ao "
113
+ "post é imprevisível qual a imagem se tornará a imagem em destaque."
 
114
 
115
+ #: admin/class-quick-featured-images-tools.php:2057
116
+ msgid "Bulk set as featured image"
117
+ msgstr "Definir imagem destacada em massa"
118
 
119
+ #: admin/class-quick-featured-images-tools.php:1948
120
+ msgid "Bulk set, replace and remove featured images for existing posts"
 
 
121
  msgstr ""
122
+ "Definir, substituir e remover imagens destacadas em massa para posts "
123
+ "existentes"
124
 
125
+ #: admin/views/form_confirm.php:20
126
+ msgid "by"
127
+ msgstr "por"
128
 
129
+ #: admin/class-quick-featured-images-tools.php:602
130
+ msgid "Category Filter"
131
+ msgstr "Filtro por categoria"
 
 
132
 
133
+ #: admin/class-quick-featured-images-columns.php:279
134
  #, php-format
135
+ msgid "Change &#8220;%s&#8221;"
136
+ msgstr "Alterar &#8220;%s&#8221;"
137
 
138
+ #: admin/views/section_results.php:19
139
+ msgid "Changed successfully"
140
+ msgstr "Alterado com sucesso"
141
 
142
+ #: admin/class-quick-featured-images-tools.php:747
143
+ msgid "Check how to define the value."
144
+ msgstr "Veja como definir o valor."
145
 
146
+ #: admin/views/form_start.php:57
147
+ msgid "Choose Image"
148
+ msgstr "Escolha a Imagem"
149
+
150
+ #: admin/views/form_select.php:23 admin/views/form_start.php:84
151
+ msgid "Choose Images"
152
+ msgstr "Escolha as Imagens"
153
+
154
+ #. title of the section.
155
+ #: admin/class-quick-featured-images-settings.php:419
156
+ msgid "Column in the library for posts with assigned featured image"
157
+ msgstr ""
158
+
159
+ #. title of the section.
160
+ #: admin/class-quick-featured-images-settings.php:383
161
+ msgid "Columns for featured images in posts lists"
162
+ msgstr "Colunas para imagens destacadas nas listas de posts"
163
 
164
  #: admin/class-quick-featured-images-tools.php:578
165
  msgid "Confirm"
166
  msgstr "Confirmar"
167
 
168
+ #: admin/views/form_confirm.php:120
169
+ msgid "Confirm the change"
170
+ msgstr "Confirme a mudança"
171
 
172
+ #: admin/class-quick-featured-images-tools.php:597
173
+ msgid "Consider only posts without any featured image"
174
+ msgstr "Considerar apenas posts sem nenhuma imagem destacada"
175
 
176
+ #: admin/class-quick-featured-images-settings.php:696
177
+ msgid "Controls which minimum user role can see the plugin."
178
+ msgstr "Controla qual função de usuário mínima pode ver o plug-in."
179
 
180
+ #: admin/views/section_footer.php:16
181
+ msgid "Credits and informations"
182
+ msgstr "Créditos e informações"
183
 
184
+ #: admin/views/form_confirm.php:17 admin/views/section_results.php:17
185
+ msgid "Current Featured Image"
186
+ msgstr "Imagem Destacada atual"
 
 
 
 
 
 
 
 
 
 
 
 
187
 
188
+ #: admin/views/section_defaults.php:208
189
+ msgid "Default featured images for future posts"
190
+ msgstr "Imagens destacadas padrão para os posts futuros"
191
 
192
+ #: admin/views/section_defaults.php:210
193
+ msgid ""
194
+ "Define the rules to use images as default featured images automatically "
195
+ "every time a post is saved."
196
+ msgstr ""
197
+ "Define as regras para usar imagens como imagens destacadas padrão "
198
+ "automaticamente toda vez que um post é salvo."
199
 
200
+ #: admin/views/form_confirm.php:15 admin/views/section_results.php:16
201
+ msgid "Details"
202
+ msgstr "Detalhes"
203
 
204
+ #: admin/class-quick-featured-images-settings.php:615
205
+ msgid ""
206
+ "Display a new column in the media library with the titles of the posts for "
207
+ "which the corresponding image is set as featured image"
208
+ msgstr ""
209
 
210
+ #: admin/views/section_footer.php:18 admin/views/section_results.php:87
211
+ msgid "Do you like the plugin?"
212
+ msgstr "Gostou do plugin?"
213
 
214
+ #: admin/views/section_footer.php:19
215
+ msgid "Do you need support or have an idea for the plugin?"
216
+ msgstr "Você precisa de suporte ou tem uma ideia para o plugin?"
217
 
218
+ #: admin/views/section_footer.php:20
219
  #, php-format
220
+ msgid "Download plugin %s at %s!"
221
+ msgstr "Baixe o plugin %s em %s!"
222
 
223
+ #: admin/views/section_errormsg.php:1
224
+ msgid "Error"
225
+ msgstr "Erro"
226
 
227
+ #: admin/views/section_defaults.php:500
228
+ msgid ""
229
+ "Every time you save a post the post get the featured image if one of the "
230
+ "following rules match a property of the post. You can also set rules for "
231
+ "pages and all other current post types which support featured images."
232
+ msgstr ""
233
+ "Toda vez que você salvar um post, o post obtém a imagem destacada se uma das "
234
+ "seguintes regras corresponder a uma propriedade do post. Você também pode "
235
+ "definir regras para páginas e todos os outros tipos de post atuais que "
236
+ "suportam imagens destacadas."
237
 
238
+ #: admin/views/form_select.php:115
239
+ #| msgid ""
240
+ #| "Facing a white blank page while trying to treat thousands of posts is the "
241
+ #| "effect of limited memory capacities on the website server. Instead of "
242
+ #| "treating a huge amount of posts in one single go try to treat small "
243
+ #| "amounts of posts multiple times successively. To achieve that do:"
244
+ msgid ""
245
+ "Facing a white blank page while trying to treat thousands of posts is the "
246
+ "effect of limited memory capacities on the website server. Instead of "
247
+ "treating a huge amount of posts in one single go try to treat small amounts "
248
+ "of posts multiple times successively."
249
+ msgstr ""
250
 
251
+ #: admin/class-quick-featured-images-columns.php:652
252
+ msgid "Featured image for"
253
+ msgstr ""
254
 
255
+ #: admin/views/form_refine.php:18
256
+ #, php-format
257
+ msgid "File %s is not available."
258
+ msgstr "Arquivo %s não está disponível."
259
 
260
+ #: admin/views/section_defaults.php:258
261
+ msgid "For which post types should this rule be applied?"
262
+ msgstr "Para quais tipos de post essa regra deve ser aplicada?"
 
263
 
264
+ #: admin/views/section_defaults.php:503
265
+ msgid "found first content image. If not then..."
266
+ msgstr "primeira imagem de conteúdo encontrada. Se não, então..."
267
 
268
+ #: admin/views/form_confirm.php:18
269
+ msgid "Future Featured Image"
270
+ msgstr "Imagem Destacada futura"
 
271
 
272
+ #: admin/views/form_start.php:14
273
+ msgid ""
274
+ "Here you can add, replace and delete featured images to your posts. Select "
275
+ "one of the following actions and, if necessary, one or more images."
276
+ msgstr ""
277
+ "Aqui você pode adicionar, substituir e excluir imagens destacadas aos seus "
278
+ "posts. Selecione uma das seguintes ações e, se necessário, uma ou mais "
279
+ "imagens."
280
 
281
+ #: admin/views/section_defaults.php:499
282
+ msgid "How the rules work"
283
+ msgstr "Como as regras funcionam"
284
 
285
+ #. URI of the plugin
286
+ msgid "http://wordpress.org/plugins/quick-featured-images"
287
+ msgstr "http://wordpress.org/plugins/quick-featured-images"
288
 
289
+ #. Author URI of the plugin
290
+ msgid ""
291
+ "https://www.kybernetik-services.com/?"
292
+ "utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-"
293
+ "images&utm_content=author"
294
  msgstr ""
295
+ "https://www.kybernetik-services.com/?"
296
+ "utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-"
297
+ "images&utm_content=author"
298
 
299
+ #: admin/views/section_defaults.php:244
300
+ msgid ""
301
+ "If activated the rule is used automatically while saving a post to overwrite "
302
+ "an existing featured image with the new one based on the following rules. Do "
303
+ "not use this if you want to keep manually set featured images."
304
+ msgstr ""
305
+ "Se ativada, a regra é usada automaticamente ao salvar um post para "
306
+ "substituir uma imagem destacada existente com a nova com base nas seguintes "
307
+ "regras. Não use esta opção se você deseja manter as imagens destacadas "
308
+ "definidas manualmente."
309
 
310
+ #: admin/views/section_defaults.php:257
311
+ msgid ""
312
+ "If activated the rule is used automatically while saving a post to set the "
313
+ "first content image - if available in the media library - as the featured "
314
+ "image of the post. If the post has no content images the next rules will be "
315
+ "applied."
316
  msgstr ""
317
+ "Se ativada, a regra é usada automaticamente ao salvar um post para definir a "
318
+ "primeira imagem de conteúdo - se disponível na biblioteca de mídia - como a "
319
+ "imagem destacada do post. Se o post não tem imagens de conteúdo as próximas "
320
+ "regras serão aplicadas."
321
 
322
+ #: admin/views/form_start.php:61
323
+ msgid "If the button does not work, read this:"
324
+ msgstr "Se o botão não funcionar, leia isto:"
325
 
326
+ #: admin/views/section_image.php:55
327
+ msgid "If wrong action start again"
328
+ msgstr "Se a ação estiver incorreta comece novamente"
329
 
330
+ #: admin/views/section_image.php:14 admin/views/section_image.php:36
331
+ msgid "If wrong image start again"
332
+ msgstr "Se a imagem estiver incorreta comece novamente"
333
 
334
+ #: admin/views/form_select.php:114
335
+ msgid "If you encounter a white, blank page, read this"
336
+ msgstr "Se você encontrar uma página branca, em branco, leia isto"
337
+
338
+ #: admin/views/form_select.php:88
339
+ msgid ""
340
+ "If you want select one of the following filters to narrow down the set of "
341
+ "concerned posts and pages."
342
+ msgstr ""
343
+ "Se você quiser selecione um dos seguintes filtros para limitar o conjunto de "
344
+ "posts e páginas."
345
 
346
  #: admin/views/form_back_to_selection.php:3
347
  msgid ""
350
  msgstr ""
351
  "Se você quiser mudar a sua seleção anterior, volte clicando neste botão."
352
 
353
+ #: admin/class-quick-featured-images-tools.php:633
354
+ msgid "Image height in pixels lower than"
355
+ msgstr "Altura da imagem em pixels menor que"
 
 
 
 
 
 
 
 
 
356
 
357
+ #: admin/views/section_image.php:12
358
+ msgid "Image title"
359
+ msgstr "Titulo da imagem"
 
 
 
 
360
 
361
+ #: admin/class-quick-featured-images-tools.php:632
362
+ msgid "Image width in pixels lower than"
363
+ msgstr "Largura da imagem em pixels menor que"
364
 
365
+ #: admin/views/form_start.php:17
366
+ msgid "Important advice"
367
+ msgstr "Aviso importante"
 
368
 
369
+ #. Author of the plugin
370
+ msgid "Kybernetik Services"
371
+ msgstr "Kybernetik Services"
372
 
373
+ #: admin/views/section_footer.php:20
374
+ msgid ""
375
+ "Let the thumbnails appear in the widget of the most recent posts with this "
376
+ "fast plugin"
377
+ msgstr ""
378
+ "Deixe as miniaturas aparecem no widget dos posts mais recentes com este "
379
+ "plugin rápido"
380
 
381
+ #: admin/views/section_overview.php:17
382
+ msgid "Manage featured images in a quick way"
383
+ msgstr "Gerencie imagens destacadas de uma maneira rápida"
384
 
385
+ #: admin/views/section_defaults.php:507
386
+ msgid "matched author. If not then..."
387
+ msgstr "combinou o autor. Se não, então..."
388
 
389
+ #: admin/views/section_defaults.php:506
390
+ msgid "matched category. If not then..."
391
+ msgstr "combinou a categoria. Se não, então..."
 
 
392
 
393
+ #: admin/views/section_defaults.php:504
394
+ msgid "matched custom taxonomy. If not then..."
395
+ msgstr "combinou a taxonomia personalizada. Se não, então..."
 
 
 
 
396
 
397
+ #: admin/views/section_defaults.php:508
398
+ msgid "matched post type. If not then..."
399
+ msgstr "combinou o tipo de post. Se não, então..."
 
 
 
 
400
 
401
+ #: admin/views/section_defaults.php:505
402
+ msgid "matched tag. If not then..."
403
+ msgstr "combinou a tag. Se não, então..."
404
 
405
+ #: admin/views/section_defaults.php:16
406
+ msgid "matches"
407
+ msgstr "combinações"
 
 
408
 
409
+ #: admin/class-quick-featured-images-settings.php:630
410
+ msgid "Minimum user role to see the plugin in the backend"
411
+ msgstr "Função de usuário mínima para ver o plug-in no back-end"
 
 
412
 
413
+ #: admin/views/form_back_to_selection.php:42
414
+ msgid "Modify selection"
415
+ msgstr "Modificar seleção"
 
 
 
 
416
 
417
+ #: admin/views/section_defaults.php:509
418
+ msgid "no featured image."
419
+ msgstr "nenhuma imagem destacada."
420
 
421
+ #: admin/views/section_results.php:82
422
+ msgid "No matches found."
423
+ msgstr "Nenhum resultado encontrado."
424
 
425
+ #: admin/views/section_image.php:106
426
+ msgid "No selected filters"
427
+ msgstr "Nenhum filtro selecionado"
 
428
 
429
+ #: admin/views/section_image.php:84
430
+ msgid "No selected options"
431
+ msgstr "Nenhuma opção selecionada"
432
 
433
+ #: admin/views/form_confirm.php:16 admin/views/section_defaults.php:17
434
+ #: admin/views/section_results.php:18
435
+ msgid "No."
436
+ msgstr "Nº."
437
 
438
+ #: admin/views/form_select.php:9 admin/views/form_start.php:4
439
+ #: admin/views/section_defaults.php:217
440
+ msgid "Notice"
441
+ msgstr "Aviso prévio"
442
 
443
  #: admin/views/form_refine.php:9
444
  msgid ""
447
  "Agora você pode encontrar posts e páginas de parâmetros correspondentes. "
448
  "Refine-as aqui."
449
 
450
+ #: admin/views/form_select.php:121
 
 
 
 
 
 
 
 
 
 
 
 
 
 
451
  msgid ""
452
+ "On the next page you can refine the filters. If you did not select any "
453
+ "filter you will go to the preview list directly."
454
  msgstr ""
455
+ "Na próxima página você pode refinar os filtros. Se você não selecionar "
456
+ "qualquer filtro que você vai diretamente para a lista de pré-visualização."
457
 
458
+ #: admin/views/form_select.php:85
459
+ msgid "Optional: Add a filter"
460
+ msgstr "Opcional: Adicionar um filtro"
 
461
 
462
+ #: admin/views/form_select.php:45
463
+ msgid "Optional: Select options"
464
+ msgstr "Opcional: Selecione opções"
 
 
 
 
 
465
 
466
+ #: admin/views/form_confirm.php:182
467
+ msgid "or refine your selection with the following form fields."
468
+ msgstr "ou refine sua seleção com os campos a seguir."
 
 
469
 
470
+ #: admin/views/form_select.php:53
471
+ msgid "Overwrite existing featured images with new ones"
472
+ msgstr "Sobrescrever imagens destacadas existentes pelas novas"
 
473
 
474
+ #: admin/class-quick-featured-images-tools.php:596
475
+ msgid "Overwrite featured images"
476
+ msgstr "Sobrescrever imagens destacadas"
 
 
 
 
477
 
478
+ #: admin/class-quick-featured-images-tools.php:579
479
+ msgid "Perform"
480
+ msgstr "Executar"
481
 
482
+ #: admin/views/section_footer.php:18 admin/views/section_results.php:88
483
+ msgid "Please rate it at wordpress.org!"
484
+ msgstr "Por favor avalie ele no wordpress.org!"
485
 
486
+ #: admin/class-quick-featured-images-settings.php:432
487
+ msgid "Post list column in the library"
488
+ msgstr ""
489
 
490
+ #: admin/views/section_defaults.php:59
491
+ msgid "Post Type"
492
+ msgstr "Tipo de Post"
493
 
494
+ #: admin/class-quick-featured-images-tools.php:601
495
+ msgid "Post Type Filter"
496
+ msgstr "Filtro de tipo de posts"
497
 
498
+ #: admin/views/section_footer.php:19
499
+ msgid ""
500
+ "Post your questions and ideas about Quick Featured Images in the forum at "
501
+ "wordpress.org!"
502
+ msgstr ""
503
+ "Poste suas dúvidas e idéias sobre Quick Featured Images no fórum em "
504
+ "wordpress.org!"
505
 
506
+ #: admin/class-quick-featured-images-settings.php:396
507
+ msgid "Posts list with image column"
508
+ msgstr "Lista de posts com coluna de imagem"
509
 
510
  #: admin/views/form_select.php:63
511
  msgid ""
515
  "Posts com Imagens destacadas serão ignorados, mesmo se a opção Substituir "
516
  "estiver marcada"
517
 
518
+ #: admin/class-quick-featured-images-defaults.php:277
519
+ msgid "Preset Featured Images"
520
+ msgstr "Predefinir Imagens Destacadas"
521
 
522
+ #: admin/views/form_refine.php:48 admin/views/form_select.php:29
523
+ msgid "Preview filtering"
524
+ msgstr "Pré-visualizar a filtragem"
525
 
526
+ #: admin/views/form_confirm.php:1
527
+ msgid "Preview of your selection"
528
+ msgstr "Pré-visualizar a sua seleção"
 
 
529
 
530
+ #: admin/views/form_select.php:47
531
+ msgid "Process Options"
532
+ msgstr "Opções do Processo"
533
 
534
+ #: admin/views/section_header_progress.php:15
535
+ msgid "Progress bar"
536
+ msgstr "Barra de progresso"
537
 
538
+ #. Name of the plugin
539
+ msgid "Quick Featured Images"
540
+ msgstr "Quick Featured Images"
 
 
 
 
541
 
542
+ #: admin/views/section_errormsg.php:3
543
+ msgid "Reason"
544
+ msgstr "Razão"
545
+
546
+ #: admin/class-quick-featured-images-tools.php:577
547
+ msgid "Refine"
548
+ msgstr "Refinar"
549
+
550
+ #: admin/views/form_refine.php:8
551
+ msgid "Refine filters"
552
+ msgstr "Refinar filtros"
553
+
554
+ #: admin/views/form_refine.php:1
555
+ msgid "Refine your selection"
556
+ msgstr "Refine sua seleção"
557
+
558
+ #: admin/views/form_select.php:37
559
+ msgid "Refine your selections"
560
+ msgstr "Refine suas seleções"
561
+
562
+ #: admin/views/section_defaults.php:501
563
  msgid ""
564
+ "Regardless of the order in the list the rules are applied in the following "
565
+ "order until a rule and a property of the post fit together:"
566
  msgstr ""
567
+ "Independentemente da ordem na lista as regras são aplicadas na seguinte "
568
+ "ordem até que uma regra e uma propriedade do post se encaixem:"
569
+
570
+ #: admin/class-quick-featured-images-columns.php:280
571
+ #, php-format
572
+ msgid "Remove &#8220;%s&#8221;"
573
+ msgstr "Remover &#8220;%s&#8221;"
574
+
575
+ #: admin/class-quick-featured-images-tools.php:589
576
+ msgid "Remove all featured images without existing image files"
577
+ msgstr "Remova todas as imagens apresentadas sem arquivos de imagem existentes"
578
+
579
+ #: admin/class-quick-featured-images-tools.php:588
580
+ msgid "Remove any image as featured image"
581
+ msgstr "Remover qualquer imagem como imagem destacada"
582
+
583
+ #: admin/class-quick-featured-images-tools.php:585
584
+ msgid "Remove the selected image as featured image"
585
+ msgstr "Remover a imagem selecionada como imagem destacada"
586
+
587
+ #: admin/class-quick-featured-images-tools.php:584
588
+ msgid "Replace featured images by the selected image"
589
+ msgstr "Substituir imagens destacadas pela imagem selecionada"
590
+
591
+ #: admin/views/section_results.php:1
592
+ msgid "Results of the action"
593
+ msgstr "Resultados da ação"
594
 
595
  #: admin/views/form_select.php:94
596
  msgid "Search by post type. By default all posts and pages will be affected."
606
  msgid "Search posts by tag"
607
  msgstr "Procurar posts por tag"
608
 
609
+ #: admin/class-quick-featured-images-tools.php:575
610
+ msgid "Select"
611
+ msgstr "Selecionar"
 
 
 
 
 
 
 
 
 
 
 
 
 
612
 
613
+ #: admin/views/filter_category.php:3
614
+ msgid "Select a category"
615
+ msgstr "Selecione uma categoria"
 
 
 
 
 
 
616
 
617
+ #: admin/views/filter_tag.php:7
618
+ msgid "Select a tag"
619
+ msgstr "Selecione uma tag"
 
 
 
 
620
 
621
+ #: admin/views/form_start.php:20
622
+ msgid "Select action"
623
+ msgstr "Selecione a ação"
 
 
 
 
 
 
624
 
625
+ #: admin/class-quick-featured-images-tools.php:751
626
+ msgid "Select an image from the media library."
627
+ msgstr "Selecione uma imagem da biblioteca de mídia."
628
 
629
+ #: admin/views/section_defaults.php:285
630
  msgid ""
631
+ "Select at least one post type, otherwise all post types will be considered."
 
 
 
 
 
 
 
 
632
  msgstr ""
633
+ "Selecione pelo menos um tipo de post, caso contrário, todos os tipos de post "
634
+ "serão considerados."
 
 
 
 
635
 
636
+ #: admin/views/form_select.php:87
637
+ msgid "Select filters"
638
+ msgstr "Selecione os filtros"
 
 
 
 
639
 
640
+ #: admin/views/form_back_to_selection.php:2
641
+ msgid "Select filters and options again"
642
+ msgstr "Selecione filtros e opções novamente"
643
 
644
+ #: admin/views/filter_post_types.php:2
645
+ msgid "Select post types"
646
+ msgstr "Selecione os tipos de post"
647
 
648
+ #: admin/views/form_select.php:17
649
+ msgid "Select the featured images you want to replace by the selected image."
650
  msgstr ""
651
+ "Selecione as imagens destacadas que você deseja substituir pela imagem "
652
+ "selecionada."
653
 
654
  #: admin/views/form_start.php:35
655
  msgid ""
659
  "Selecione a imagem que deseja adicionar, substituir ou excluir dos posts e "
660
  "páginas clicando no botão a seguir."
661
 
662
+ #: admin/class-quick-featured-images-settings.php:666
663
+ msgid "Select the minimum user role a user must have to see the plugin."
664
+ msgstr ""
665
+ "Selecione a função de usuário mínima que um usuário deve ter para ver o plug-"
666
+ "in."
667
+
668
+ #: admin/class-quick-featured-images-defaults.php:288
669
+ msgid "Set default featured images for future posts"
670
+ msgstr "Definir imagem destacada padrão para posts futuros"
671
+
672
+ #: admin/class-quick-featured-images-columns.php:281
673
+ #, php-format
674
+ msgid "Set image for &#8220;%s&#8221;"
675
+ msgstr "Definir imagem para &#8220;%s&#8221;"
676
+
677
+ #: admin/class-quick-featured-images-tools.php:592
678
+ msgid "Set multiple images randomly as featured images"
679
+ msgstr "Definir várias imagens aleatoriamente como imagens destacadas"
680
+
681
+ #: admin/class-quick-featured-images-tools.php:583
682
+ msgid "Set the selected image as new featured image"
683
+ msgstr "Definir a imagem selecionada como nova imagem destacada"
684
+
685
+ #: admin/class-quick-featured-images-settings.php:232
686
+ msgid "Set the visibility of columns of featured images in posts lists"
687
+ msgstr ""
688
+ "Definir a visibilidade das colunas de imagens destacadas nas listas de posts"
689
 
690
+ #: admin/class-quick-featured-images-tools.php:1937
691
+ msgid "Set, replace, remove"
692
+ msgstr "Definir, substituir, remover"
693
 
694
+ #: admin/views/form_confirm.php:50
695
+ msgid "Should the added featured images be removed from all listed posts?"
 
 
696
  msgstr ""
697
+ "Devem as imagens destacadas adicionadas serem removidas de todos os posts "
698
+ "listados?"
699
 
700
+ #: admin/views/form_confirm.php:41
701
  msgid ""
702
+ "Should the current set featured image be replaced by the selected image at "
703
+ "all listed posts?"
 
704
  msgstr ""
705
+ "Devem as imagens destacadas atuais serem substituídas pela imagem secionada "
706
+ "em todos os posts listados?"
 
 
 
 
 
 
707
 
708
+ #: admin/views/form_confirm.php:12
709
  msgid ""
710
+ "Should the entries of featured images without image files be removed from "
711
+ "the database?"
712
  msgstr ""
713
+ "As entradas de imagens em destaque sem arquivos de imagem devem ser "
714
+ "removidas do banco de dados?"
 
 
 
 
 
 
 
 
 
 
 
715
 
716
+ #: admin/views/form_confirm.php:47
717
+ msgid "Should the future images be set as featured images at all listed posts?"
718
+ msgstr ""
719
+ "Devem as futuras imagens serem definidas como imagens destacadas em todos os "
720
+ "posts listados?"
721
 
722
+ #: admin/views/form_confirm.php:44
723
+ msgid "Should the selected image be removed from all listed posts?"
724
+ msgstr "Deve a imagem selecionada ser removida de todos os posts listados?"
725
 
726
+ #: admin/views/form_confirm.php:35
727
+ msgid "Should the selected image be set as featured image to all listed posts?"
 
 
728
  msgstr ""
729
+ "Deve a imagem selecionada ser definido como uma imagem destacada a todos os "
730
+ "posts listados?"
731
 
732
+ #: admin/views/form_confirm.php:38
733
  msgid ""
734
+ "Should the selected images be set randomly as featured images to all listed "
735
+ "posts?"
736
  msgstr ""
737
+ "Devem as imagens selecionadas serem definidas aleatoriamente como imagens "
738
+ "destacadas a todos os posts listados?"
739
 
740
+ #: admin/class-quick-featured-images-settings.php:391
741
+ msgid "Show additional column for featured images in lists of"
742
+ msgstr "Mostrar coluna adicional para imagens destacadas nas listas de"
743
 
744
+ #: admin/class-quick-featured-images-settings.php:427
745
+ msgid "Show additional column in the library for posts with featured images"
 
 
746
  msgstr ""
 
 
747
 
748
+ #: admin/views/section_errormsg.php:5
749
+ msgid "Solution"
750
+ msgstr "Solução"
751
+
752
+ #: admin/views/form_start.php:62
753
  msgid ""
754
+ "Some users reported that this button would not work in some WordPress "
755
+ "installations. If this should be the case you can take another way:"
 
756
  msgstr ""
757
+ "Alguns usuários relataram que este botão não funciona em algumas instalações "
758
+ "WordPress. Se este for o caso, você pode fazer de outra forma:"
759
+
760
+ #: admin/views/form_confirm.php:182 admin/views/section_errormsg.php:8
761
+ #: admin/views/section_results.php:86
762
+ msgid "Start again"
763
+ msgstr "Começar novamente"
764
+
765
+ #: admin/class-quick-featured-images-tools.php:755
766
+ msgid "Start again and select which action you want to apply."
767
+ msgstr "Comece de novo e selecione a ação que você deseja aplicar."
768
+
769
+ #: admin/class-quick-featured-images-tools.php:603
770
+ msgid "Tag Filter"
771
+ msgstr "Filtro por tag"
772
 
773
  #: admin/views/section_defaults.php:251
774
  msgid "Text with images in WordPress editor"
775
  msgstr "Texto com imagens no editor WordPress"
776
 
777
+ #: admin/class-quick-featured-images-settings.php:705
778
  msgid ""
779
+ "The additional column in the media library lists all posts for which the "
780
+ "image is set as featured."
781
  msgstr ""
 
 
782
 
783
+ #: admin/class-quick-featured-images-settings.php:687
784
  msgid ""
785
+ "The additional columns give you a quick overview about all used featured "
786
+ "images for every post. The Featured Image column is sortable."
 
 
787
  msgstr ""
788
+ "As colunas adicionais lhe dão uma rápida visão geral sobre todas imagens "
789
+ "destacadas usadas para cada post. A coluna de imagem destacada é ordenável."
 
 
 
 
 
 
790
 
791
+ #: admin/views/form_start.php:6 admin/views/section_defaults.php:219
792
  msgid ""
793
+ "The current theme does not support featured images. Anyway you can use this "
794
+ "plugin. The effects are stored and will be visible in a theme which supports "
795
+ "featured images."
796
  msgstr ""
797
+ "O tema atual não suporta imagens destacadas. De qualquer forma você pode "
798
+ "usar este plugin. Os efeitos são armazenados e será visível em um tema que "
799
+ "suporta imagens destacadas."
 
 
 
800
 
801
+ #: admin/class-quick-featured-images-tools.php:758
802
+ #, php-format
803
+ msgid "The input field %s has an invalid value."
804
+ msgstr "O campo de entrada %s tem um valor inválido."
805
 
806
+ #: admin/class-quick-featured-images-tools.php:742
807
+ #, php-format
808
+ msgid "The input field %s is empty."
809
+ msgstr "O campo de entrada %s está vazio."
810
 
811
+ #: admin/views/form_confirm.php:54 admin/views/section_results.php:27
812
  msgid ""
813
+ "The list is in alphabetical order according to post title. You can edit a "
814
+ "post in a new window by clicking on its link in the list."
 
815
  msgstr ""
816
+ "A lista está em ordem alfabética de acordo com o título do post. Você pode "
817
+ "editar um post em uma nova janela clicando em seu link na lista."
 
 
818
 
819
+ #: admin/class-quick-featured-images-admin.php:278
820
+ #, php-format
821
  msgid ""
822
+ "The plugin requires WordPress version %s or higher. Therefore, WordPress did "
823
+ "not activate it. If you want to use this plugin update the Wordpress files "
824
+ "to the latest version."
825
  msgstr ""
826
+ "O plugin requer a versão %s ou superior do WordPress. Portanto, o WordPress "
827
+ "não o ativou. Se você quiser usar este plugin atualize o seu Wordpress para "
828
+ "a versão mais recente."
 
 
 
 
 
 
 
 
 
 
 
829
 
830
+ #: admin/class-quick-featured-images-settings.php:671
831
+ #, php-format
832
+ msgid ""
833
+ "The rules as set in &#8220;%s&#8221; work on posts independently of this "
834
+ "setting."
835
+ msgstr ""
836
+ "As regras definidas em &#8220;%s&#8221; funcionam em postagens "
837
+ "independentemente dessa configuração."
838
 
839
+ #: admin/views/filter_category.php:14
840
+ msgid "The selection of a category includes all of its subcategories."
841
+ msgstr ""
842
 
843
+ #: admin/views/form_refine.php:54
844
+ msgid ""
845
+ "There are no selected filters. Modify your filter selection or just go on by "
846
+ "clicking on the next button."
847
+ msgstr ""
848
+ "Não há filtros selecionados. Modifique a sua seleção de filtros ou "
849
+ "simplesmente vá em frente clicando no botão ao lado."
850
 
851
+ #: admin/views/filter_tag.php:20
852
+ msgid "There are no tags in use."
853
+ msgstr "Não tags em uso."
854
 
855
+ #: admin/class-quick-featured-images-tools.php:750
856
+ msgid "There is no selected image."
857
+ msgstr "Não há nenhuma imagem selecionada."
858
+
859
+ #: admin/views/form_start.php:18
860
  msgid ""
861
+ "There is no undo function! It is strongly recommended that you make a backup "
862
+ "of the WordPress database before you perform mass changes."
863
  msgstr ""
864
+ "Não nenhuma função de desfazer! É altamente recomendável que você faça um "
865
+ "backup do banco de dados WordPress antes de realizar mudanças em massa."
866
+
867
+ #: admin/views/form_start.php:102
868
+ msgid "These actions do not require a selected image."
869
+ msgstr "Essas ações não exigem uma imagem selecionada."
870
 
871
+ #: admin/views/form_start.php:68
872
+ msgid ""
873
+ "These actions require at least one selected image with the following button."
874
+ msgstr ""
875
+ "Essas ações exigem pelo menos uma imagem selecionada com o botão seguinte."
876
 
877
+ #: admin/views/form_start.php:22
878
+ msgid "These actions require to select an image with the following button."
879
+ msgstr ""
880
+ "Essas ações exigem que uma imagem seja selecionada com o botão seguinte."
881
 
882
+ #: admin/class-quick-featured-images-settings.php:677
883
+ msgid "This page is accessible for administrators only."
884
+ msgstr "Esta página está acessível somente para administradores."
885
 
886
+ #: admin/class-quick-featured-images-settings.php:676
887
  msgid ""
888
+ "This setting controls as well whether a user will see in an image column the "
889
+ "thumbnails with action links or the thumbnails only. To switch image columns "
890
+ "on and off use the section above."
891
  msgstr ""
892
+ "Essa configuração também controla se um usuário verá em uma coluna de imagem "
893
+ "as miniaturas com links de ação ou apenas as miniaturas. Para ativar e "
894
+ "desativar colunas de imagem, use a seção acima."
895
 
896
+ #: admin/views/form_select.php:116
897
+ #| msgid ""
898
+ #| "This way is not as fast as one single run, but still much faster than "
899
+ #| "setting the images for each post manually."
900
  msgid ""
901
+ "To achieve that use the filters and repeat the process until your task is "
902
+ "done. This way is not as fast as one single run, but still much faster than "
903
+ "setting the images for each post manually."
904
  msgstr ""
 
 
 
 
 
 
905
 
906
+ #: admin/views/form_select.php:19 admin/views/form_start.php:80
907
+ msgid ""
908
+ "To select multiple images click on the button and use the CTRL key while "
909
+ "clicking on the images."
910
+ msgstr ""
911
+ "Para selecionar várias imagens, clique no botão e use a tecla CTRL enquanto "
912
+ "clica nas imagens."
913
 
914
+ #: admin/views/section_defaults.php:211
915
+ msgid ""
916
+ "To use a rule choose the image and set both the taxonomy and the value. A "
917
+ "rule which is defined only partially will be ignored."
918
+ msgstr ""
919
+ "Para usar uma regra, escolha a imagem e defina a taxonomia e o valor. Uma "
920
+ "regra que é definida apenas parcialmente será ignorada."
921
 
922
+ #: admin/class-quick-featured-images-tools.php:743
923
+ msgid "Type in a value into the input field."
924
+ msgstr "Digite um valor para o campo de entrada."
925
 
926
+ #: admin/class-quick-featured-images-tools.php:759
927
+ msgid "Type in valid values in the input field."
928
+ msgstr "Digite valores válidos no campo de entrada."
929
 
930
+ #: admin/class-quick-featured-images-tools.php:763
931
+ msgid "Type in values stored by WordPress."
932
+ msgstr "Digite valores armazenados pelo WordPress."
933
 
934
+ #: admin/views/section_results.php:20
935
+ msgid "Unchanged"
936
+ msgstr "Inalterado"
937
 
938
+ #: admin/views/form_select.php:31 admin/views/form_start.php:119
939
+ msgid "Use CTRL for multiple choice"
940
+ msgstr "Use CTRL para múltipla escolha"
941
 
942
+ #. title of the section.
943
+ #: admin/class-quick-featured-images-settings.php:455
944
+ msgid "Visibility of the plugin"
945
+ msgstr "Visibilidade do plugin"
946
 
947
+ #: admin/class-quick-featured-images-admin.php:484
948
+ #, php-format
949
+ msgid "Welcome to %s! You can find the plugin at %s."
950
+ msgstr "Bem-vindo ao %s! Você pode encontrar o plugin em %s."
951
 
952
+ #: admin/views/form_start.php:12
953
+ msgid "What do you want to do?"
954
+ msgstr "O que você quer fazer?"
955
 
956
+ #: admin/views/form_refine.php:10
957
+ msgid "Whatever you do: You can confirm your choice on the next page."
 
 
958
  msgstr ""
959
+ "Faça o que fizer: Você pode confirmar a sua escolha na página seguinte."
 
960
 
961
+ #: admin/views/form_start.php:15
962
+ msgid "Whatever you select: You can refine your choice on the next page."
 
 
963
  msgstr ""
964
+ "Qualquer coisa que você selecionar: Você pode refinar a sua escolha na "
965
+ "página seguinte."
966
 
967
+ #: admin/class-quick-featured-images-settings.php:463
968
+ msgid "Which user role may see the plugin?"
969
+ msgstr "Qual função de usuário pode ver o plug-in?"
 
970
 
971
+ #: admin/views/form_confirm.php:19
972
+ msgid "written on"
973
+ msgstr "escrito em"
974
+
975
+ #: admin/class-quick-featured-images-tools.php:473
976
+ #, php-format
977
+ msgid "Wrong image ID %d"
978
+ msgstr "ID de imagem errado %d"
979
 
980
  #: admin/views/section_header_progress.php:17
981
  msgid "You are here"
982
  msgstr "Você está aqui"
983
 
984
+ #: admin/views/form_select.php:38 admin/views/form_select.php:48
985
+ msgid "You can control the process with the following options."
986
+ msgstr "Você pode controlar o processo com as seguintes opções."
987
 
988
+ #: admin/views/form_confirm.php:121
989
+ msgid "You can not undo the operation!"
990
+ msgstr "Você não pode desfazer a operação!"
991
 
992
+ #: admin/views/form_select.php:89
993
+ msgid ""
994
+ "You can select multiple filters. They will return an intersection of their "
995
+ "results."
996
+ msgstr ""
997
+ "Você pode selecionar vários filtros. Eles vão dar uma interseção de seus "
998
+ "resultados."
999
 
1000
+ #: admin/views/form_select.php:18
1001
+ msgid "You can select multiple images. Select at least one image."
1002
+ msgstr ""
1003
+ "Você pode selecionar várias imagens. Selecione, pelo menos, uma imagem."
1004
 
1005
+ #: admin/views/form_select.php:11
1006
+ msgid ""
1007
+ "You did not have selected an image from the list below. To go on select at "
1008
+ "least one image you want to replace by the selected image."
1009
+ msgstr ""
1010
+ "Você não selecionou uma imagem a partir da lista abaixo. Para avançar "
1011
+ "selecione pelo menos uma imagem em que pretende substituir pela imagem "
1012
+ "selecionada."
1013
+
1014
+ #: admin/class-quick-featured-images-tools.php:754
1015
+ #: admin/views/section_image.php:51
1016
+ msgid "You have not selected an action."
1017
+ msgstr "Você não selecionou uma ação."
1018
 
1019
  #: admin/views/section_image.php:42
1020
  msgid "Your selected action"
1021
  msgstr "Sua ação selecionada"
1022
 
 
 
 
 
 
 
 
 
 
 
 
 
1023
  #: admin/views/section_image.php:90
1024
  msgid "Your selected filters"
1025
  msgstr "Seus filtros selecionados"
1026
 
1027
+ #: admin/views/section_image.php:68
1028
+ msgid "Your selected options"
1029
+ msgstr "Suas opções selecionadas"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1030
 
1031
+ #: admin/views/section_image.php:9
1032
+ msgid "Your selected thumbnail"
1033
+ msgstr "Sua miniatura selecionada"
1034
 
1035
+ #: admin/views/section_image.php:23
1036
+ msgid "Your selected thumbnails"
1037
+ msgstr "Suas miniaturas selecionadas"
1038
 
1039
+ #: admin/views/section_image.php:1
1040
+ msgid "Your selection"
1041
+ msgstr "Sua seleção"
1042
 
1043
+ #. Description of the plugin
1044
+ #: admin/class-quick-featured-images-admin.php:215
1045
+ msgid ""
1046
+ "Your time-saving Swiss Army Knife for featured images: Set, replace and "
1047
+ "delete them in bulk, in posts lists and set default images for future posts."
1048
+ msgstr ""
1049
+ "Seu Canivete Suíço de economia de tempo para imagens destacadas: definir, "
1050
+ "substituir e exclui-las em massa, na lista de mensagens e definir imagens "
1051
+ "predefinidas para mensagens futuras."
languages/quick-featured-images.pot CHANGED
@@ -5,551 +5,539 @@ msgid ""
5
  msgstr ""
6
  "Project-Id-Version: Quick Featured Images\n"
7
  "Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
8
- "POT-Creation-Date: 2020-12-16 16:03+0100\n"
9
- "PO-Revision-Date: 2017-07-06 23:17+0200\n"
10
  "Language-Team: Martin Stehle <m.stehle@gmx.de>\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
- "X-Generator: Poedit 2.4.2\n"
15
  "X-Poedit-KeywordsList: __;_e;_n;_x;esc_html_e;esc_html__;esc_attr_e;"
16
  "esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2\n"
17
  "X-Poedit-Basepath: ..\n"
18
- "Plural-Forms: nplurals=2; plural=(n > 1);\n"
19
  "Last-Translator: \n"
20
  "X-Poedit-SearchPath-0: .\n"
 
 
21
 
22
- #: admin/class-quick-featured-images-admin.php:215
23
- msgid ""
24
- "Your time-saving Swiss Army Knife for featured images: Set, replace and "
25
- "delete them in bulk, in posts lists and set default images for future posts."
26
- msgstr ""
27
-
28
- #: admin/class-quick-featured-images-admin.php:278
29
  #, php-format
30
- msgid ""
31
- "The plugin requires WordPress version %s or higher. Therefore, WordPress did "
32
- "not activate it. If you want to use this plugin update the Wordpress files "
33
- "to the latest version."
34
  msgstr ""
35
 
36
- #: admin/class-quick-featured-images-admin.php:484
37
  #, php-format
38
- msgid "Welcome to %s! You can find the plugin at %s."
39
  msgstr ""
40
 
41
  #: admin/class-quick-featured-images-columns.php:278
42
  msgid "(external image)"
43
  msgstr ""
44
 
45
- #: admin/class-quick-featured-images-columns.php:279
46
- #, php-format
47
- msgid "Change &#8220;%s&#8221;"
48
- msgstr ""
49
-
50
- #: admin/class-quick-featured-images-columns.php:280
51
- #, php-format
52
- msgid "Remove &#8220;%s&#8221;"
53
- msgstr ""
54
-
55
- #: admin/class-quick-featured-images-columns.php:281
56
- #, php-format
57
- msgid "Set image for &#8220;%s&#8221;"
58
- msgstr ""
59
-
60
- #: admin/class-quick-featured-images-columns.php:646
61
- msgid "Featured image for"
62
  msgstr ""
63
 
64
- #: admin/class-quick-featured-images-defaults.php:277
65
- msgid "Preset Featured Images"
66
  msgstr ""
67
 
68
- #: admin/class-quick-featured-images-defaults.php:288
69
- msgid "Set default featured images for future posts"
70
  msgstr ""
71
 
72
- #: admin/class-quick-featured-images-settings.php:232
73
- msgid "Set the visibility of columns of featured images in posts lists"
74
  msgstr ""
75
 
76
- #: admin/class-quick-featured-images-settings.php:383
77
- msgid "Columns for featured images in posts lists"
 
 
 
 
78
  msgstr ""
79
 
80
- #: admin/class-quick-featured-images-settings.php:391
81
- msgid "Show additional column for featured images in lists of"
 
 
82
  msgstr ""
83
 
84
- #: admin/class-quick-featured-images-settings.php:396
85
- msgid "Posts list with image column"
 
 
86
  msgstr ""
87
 
88
- #: admin/class-quick-featured-images-settings.php:419
89
- msgid "Column in the library for posts with assigned featured image"
 
 
90
  msgstr ""
91
 
92
- #: admin/class-quick-featured-images-settings.php:427
93
- msgid "Show additional column in the library for posts with featured images"
94
  msgstr ""
95
 
96
- #: admin/class-quick-featured-images-settings.php:432
97
- msgid "Post list column in the library"
98
  msgstr ""
99
 
100
- #: admin/class-quick-featured-images-settings.php:455
101
- msgid "Visibility of the plugin"
102
  msgstr ""
103
 
104
- #: admin/class-quick-featured-images-settings.php:463
105
- msgid "Which user role may see the plugin?"
106
  msgstr ""
107
 
108
- #: admin/class-quick-featured-images-settings.php:596
109
  msgid ""
110
- "Activate the checkboxes at each post type to show the extra columns in the "
111
- "post lists."
112
  msgstr ""
113
 
114
- #: admin/class-quick-featured-images-settings.php:615
115
- msgid ""
116
- "Display a new column in the media library with the titles of the posts for "
117
- "which the corresponding image is set as featured image"
118
  msgstr ""
119
 
120
- #: admin/class-quick-featured-images-settings.php:618
121
- msgid ""
122
- "Activate the checkbox to show the extra column in the media library. If you "
123
- "would not see the new column in the library switch the appereance of the "
124
- "library to List mode. The post titles are links to the respective post edit "
125
- "page."
126
  msgstr ""
127
 
128
- #: admin/class-quick-featured-images-settings.php:630
129
- msgid "Minimum user role to see the plugin in the backend"
130
  msgstr ""
131
 
132
- #: admin/class-quick-featured-images-settings.php:666
133
- msgid "Select the minimum user role a user must have to see the plugin."
134
  msgstr ""
135
 
136
- #: admin/class-quick-featured-images-settings.php:671
137
  #, php-format
138
- msgid ""
139
- "The rules as set in &#8220;%s&#8221; work on posts independently of this "
140
- "setting."
141
- msgstr ""
142
-
143
- #: admin/class-quick-featured-images-settings.php:676
144
- msgid ""
145
- "This setting controls as well whether a user will see in an image column the "
146
- "thumbnails with action links or the thumbnails only. To switch image columns "
147
- "on and off use the section above."
148
  msgstr ""
149
 
150
- #: admin/class-quick-featured-images-settings.php:677
151
- msgid "This page is accessible for administrators only."
152
  msgstr ""
153
 
154
- #: admin/class-quick-featured-images-settings.php:687
155
- msgid ""
156
- "The additional columns give you a quick overview about all used featured "
157
- "images for every post. The Featured Image column is sortable."
158
  msgstr ""
159
 
160
- #: admin/class-quick-featured-images-settings.php:696
161
- msgid "Controls which minimum user role can see the plugin."
162
  msgstr ""
163
 
164
- #: admin/class-quick-featured-images-settings.php:705
165
- msgid ""
166
- "The additional column in the media library lists all posts for which the "
167
- "image is set as featured."
168
  msgstr ""
169
 
170
- #: admin/class-quick-featured-images-tools.php:473
171
- #, php-format
172
- msgid "Wrong image ID %d"
173
  msgstr ""
174
 
175
- #: admin/class-quick-featured-images-tools.php:575
176
- msgid "Select"
 
177
  msgstr ""
178
 
179
- #: admin/class-quick-featured-images-tools.php:576
180
- msgid "Add filter"
181
  msgstr ""
182
 
183
- #: admin/class-quick-featured-images-tools.php:577
184
- msgid "Refine"
185
  msgstr ""
186
 
187
- #: admin/class-quick-featured-images-tools.php:578
188
- msgid "Confirm"
189
  msgstr ""
190
 
191
- #: admin/class-quick-featured-images-tools.php:579
192
- msgid "Perform"
193
  msgstr ""
194
 
195
- #: admin/class-quick-featured-images-tools.php:583
196
- msgid "Set the selected image as new featured image"
197
  msgstr ""
198
 
199
- #: admin/class-quick-featured-images-tools.php:584
200
- msgid "Replace featured images by the selected image"
201
  msgstr ""
202
 
203
- #: admin/class-quick-featured-images-tools.php:585
204
- msgid "Remove the selected image as featured image"
205
  msgstr ""
206
 
207
- #: admin/class-quick-featured-images-tools.php:588
208
- msgid "Remove any image as featured image"
 
 
209
  msgstr ""
210
 
211
- #: admin/class-quick-featured-images-tools.php:589
212
- msgid "Remove all featured images without existing image files"
213
  msgstr ""
214
 
215
- #: admin/class-quick-featured-images-tools.php:592
216
- msgid "Set multiple images randomly as featured images"
 
 
217
  msgstr ""
218
 
219
- #: admin/class-quick-featured-images-tools.php:596
220
- msgid "Overwrite featured images"
221
  msgstr ""
222
 
223
- #: admin/class-quick-featured-images-tools.php:597
224
- msgid "Consider only posts without any featured image"
225
  msgstr ""
226
 
227
- #: admin/class-quick-featured-images-tools.php:601
228
- msgid "Post Type Filter"
 
229
  msgstr ""
230
 
231
- #: admin/class-quick-featured-images-tools.php:602
232
- msgid "Category Filter"
233
  msgstr ""
234
 
235
- #: admin/class-quick-featured-images-tools.php:603
236
- msgid "Tag Filter"
 
 
 
237
  msgstr ""
238
 
239
- #: admin/class-quick-featured-images-tools.php:632
240
- msgid "Image width in pixels lower than"
 
 
 
 
241
  msgstr ""
242
 
243
- #: admin/class-quick-featured-images-tools.php:633
244
- msgid "Image height in pixels lower than"
245
  msgstr ""
246
 
247
- #: admin/class-quick-featured-images-tools.php:742
248
  #, php-format
249
- msgid "The input field %s is empty."
250
  msgstr ""
251
 
252
- #: admin/class-quick-featured-images-tools.php:743
253
- msgid "Type in a value into the input field."
254
  msgstr ""
255
 
256
- #: admin/class-quick-featured-images-tools.php:746
257
- #, php-format
258
- msgid "%s is not defined."
259
  msgstr ""
260
 
261
- #: admin/class-quick-featured-images-tools.php:747
262
- msgid "Check how to define the value."
263
  msgstr ""
264
 
265
- #: admin/class-quick-featured-images-tools.php:750
266
- msgid "There is no selected image."
 
 
267
  msgstr ""
268
 
269
- #: admin/class-quick-featured-images-tools.php:751
270
- msgid "Select an image from the media library."
271
  msgstr ""
272
 
273
- #: admin/class-quick-featured-images-tools.php:754
274
- #: admin/views/section_image.php:51
275
- msgid "You have not selected an action."
276
  msgstr ""
277
 
278
- #: admin/class-quick-featured-images-tools.php:755
279
- msgid "Start again and select which action you want to apply."
 
 
 
280
  msgstr ""
281
 
282
- #: admin/class-quick-featured-images-tools.php:758
283
- #, php-format
284
- msgid "The input field %s has an invalid value."
 
 
285
  msgstr ""
286
 
287
- #: admin/class-quick-featured-images-tools.php:759
288
- msgid "Type in valid values in the input field."
 
 
 
 
289
  msgstr ""
290
 
291
- #: admin/class-quick-featured-images-tools.php:763
292
- msgid "Type in values stored by WordPress."
293
  msgstr ""
294
 
295
- #: admin/class-quick-featured-images-tools.php:1937
296
- msgid "Set, replace, remove"
297
  msgstr ""
298
 
299
- #: admin/class-quick-featured-images-tools.php:1948
300
- msgid "Bulk set, replace and remove featured images for existing posts"
301
  msgstr ""
302
 
303
- #: admin/class-quick-featured-images-tools.php:2057
304
- msgid "Bulk set as featured image"
305
  msgstr ""
306
 
307
- #: admin/views/filter_category.php:3
308
- msgid "Select a category"
 
 
309
  msgstr ""
310
 
311
- #: admin/views/filter_category.php:14
312
- msgid "The selection of a category includes all of its subcategories."
 
 
313
  msgstr ""
314
 
315
- #: admin/views/filter_post_types.php:2
316
- msgid "Select post types"
317
  msgstr ""
318
 
319
- #: admin/views/filter_tag.php:7
320
- msgid "Select a tag"
321
  msgstr ""
322
 
323
- #: admin/views/filter_tag.php:20
324
- msgid "There are no tags in use."
325
  msgstr ""
326
 
327
- #: admin/views/form_back_to_selection.php:2
328
- msgid "Select filters and options again"
329
  msgstr ""
330
 
331
- #: admin/views/form_back_to_selection.php:3
332
- msgid ""
333
- "If you want to change your former selection just go back by clicking on this "
334
- "button."
335
  msgstr ""
336
 
337
- #: admin/views/form_back_to_selection.php:42
338
- msgid "Modify selection"
 
 
339
  msgstr ""
340
 
341
- #: admin/views/form_confirm.php:1
342
- msgid "Preview of your selection"
343
  msgstr ""
344
 
345
- #: admin/views/form_confirm.php:2
346
- #, php-format
347
- msgid "%d matches found"
348
  msgstr ""
349
 
350
- #: admin/views/form_confirm.php:12
351
- msgid ""
352
- "Should the entries of featured images without image files be removed from "
353
- "the database?"
354
  msgstr ""
355
 
356
- #: admin/views/form_confirm.php:15 admin/views/section_results.php:16
357
- msgid "Details"
358
  msgstr ""
359
 
360
- #: admin/views/form_confirm.php:16 admin/views/section_defaults.php:17
361
- #: admin/views/section_results.php:18
362
- msgid "No."
363
  msgstr ""
364
 
365
- #: admin/views/form_confirm.php:17 admin/views/section_results.php:17
366
- msgid "Current Featured Image"
367
  msgstr ""
368
 
369
- #: admin/views/form_confirm.php:18
370
- msgid "Future Featured Image"
371
  msgstr ""
372
 
373
- #: admin/views/form_confirm.php:19
374
- msgid "written on"
375
  msgstr ""
376
 
377
- #: admin/views/form_confirm.php:20
378
- msgid "by"
379
  msgstr ""
380
 
381
- #: admin/views/form_confirm.php:35
382
- msgid "Should the selected image be set as featured image to all listed posts?"
383
  msgstr ""
384
 
385
- #: admin/views/form_confirm.php:38
386
- msgid ""
387
- "Should the selected images be set randomly as featured images to all listed "
388
- "posts?"
389
  msgstr ""
390
 
391
- #: admin/views/form_confirm.php:41
392
- msgid ""
393
- "Should the current set featured image be replaced by the selected image at "
394
- "all listed posts?"
395
  msgstr ""
396
 
397
- #: admin/views/form_confirm.php:44
398
- msgid "Should the selected image be removed from all listed posts?"
399
  msgstr ""
400
 
401
- #: admin/views/form_confirm.php:47
402
- msgid "Should the future images be set as featured images at all listed posts?"
 
403
  msgstr ""
404
 
405
- #: admin/views/form_confirm.php:50
406
- msgid "Should the added featured images be removed from all listed posts?"
 
407
  msgstr ""
408
 
409
- #: admin/views/form_confirm.php:54 admin/views/section_results.php:27
410
  msgid ""
411
- "The list is in alphabetical order according to post title. You can edit a "
412
- "post in a new window by clicking on its link in the list."
413
  msgstr ""
414
 
415
- #: admin/views/form_confirm.php:120
416
- msgid "Confirm the change"
 
 
417
  msgstr ""
418
 
419
- #: admin/views/form_confirm.php:121
420
- msgid "You can not undo the operation!"
421
  msgstr ""
422
 
423
- #: admin/views/form_confirm.php:182 admin/views/section_errormsg.php:8
424
- #: admin/views/section_results.php:86
425
- msgid "Start again"
426
  msgstr ""
427
 
428
  #: admin/views/form_confirm.php:182
429
  msgid "or refine your selection with the following form fields."
430
  msgstr ""
431
 
432
- #: admin/views/form_refine.php:1
433
- msgid "Refine your selection"
434
  msgstr ""
435
 
436
- #: admin/views/form_refine.php:8
437
- msgid "Refine filters"
438
  msgstr ""
439
 
440
- #: admin/views/form_refine.php:9
441
- msgid ""
442
- "Now you can find posts and pages by matching parameters. Refine them here."
443
  msgstr ""
444
 
445
- #: admin/views/form_refine.php:10
446
- msgid "Whatever you do: You can confirm your choice on the next page."
447
  msgstr ""
448
 
449
- #: admin/views/form_refine.php:18
450
- #, php-format
451
- msgid "File %s is not available."
452
  msgstr ""
453
 
454
- #: admin/views/form_refine.php:48 admin/views/form_select.php:29
455
- msgid "Preview filtering"
456
  msgstr ""
457
 
458
- #: admin/views/form_refine.php:54
 
 
 
 
459
  msgid ""
460
- "There are no selected filters. Modify your filter selection or just go on by "
461
- "clicking on the next button."
462
  msgstr ""
463
 
464
- #: admin/views/form_select.php:9 admin/views/form_start.php:4
465
- #: admin/views/section_defaults.php:217
466
- msgid "Notice"
467
  msgstr ""
468
 
469
- #: admin/views/form_select.php:11
470
  msgid ""
471
- "You did not have selected an image from the list below. To go on select at "
472
- "least one image you want to replace by the selected image."
473
  msgstr ""
474
 
475
- #: admin/views/form_select.php:17
476
- msgid "Select the featured images you want to replace by the selected image."
477
  msgstr ""
478
 
479
- #: admin/views/form_select.php:18
480
- msgid "You can select multiple images. Select at least one image."
481
  msgstr ""
482
 
483
- #: admin/views/form_select.php:19 admin/views/form_start.php:80
484
- msgid ""
485
- "To select multiple images click on the button and use the CTRL key while "
486
- "clicking on the images."
487
  msgstr ""
488
 
489
- #: admin/views/form_select.php:23 admin/views/form_start.php:84
490
- msgid "Choose Images"
491
  msgstr ""
492
 
493
- #: admin/views/form_select.php:31 admin/views/form_start.php:119
494
- msgid "Use CTRL for multiple choice"
495
  msgstr ""
496
 
497
- #: admin/views/form_select.php:37
498
- msgid "Refine your selections"
499
  msgstr ""
500
 
501
- #: admin/views/form_select.php:38 admin/views/form_select.php:48
502
- msgid "You can control the process with the following options."
503
  msgstr ""
504
 
505
- #: admin/views/form_select.php:45
506
- msgid "Optional: Select options"
507
  msgstr ""
508
 
509
- #: admin/views/form_select.php:47
510
- msgid "Process Options"
511
  msgstr ""
512
 
513
- #: admin/views/form_select.php:53
514
- msgid "Overwrite existing featured images with new ones"
515
  msgstr ""
516
 
517
- #: admin/views/form_select.php:63
518
- msgid ""
519
- "Posts with featured images will be ignored, even if the Overwrite option is "
520
- "checked"
521
  msgstr ""
522
 
523
- #: admin/views/form_select.php:72
524
- msgid "There are two more options in the Pro version for random images:"
 
 
525
  msgstr ""
526
 
527
- #: admin/views/form_select.php:74
528
- msgid "Use each selected image only once"
 
529
  msgstr ""
530
 
531
- #: admin/views/form_select.php:75
532
- msgid "Remove excess featured images after all selected images are used"
533
  msgstr ""
534
 
535
- #: admin/views/form_select.php:85
536
- msgid "Optional: Add a filter"
537
  msgstr ""
538
 
539
- #: admin/views/form_select.php:87
540
- msgid "Select filters"
541
  msgstr ""
542
 
543
- #: admin/views/form_select.php:88
544
- msgid ""
545
- "If you want select one of the following filters to narrow down the set of "
546
- "concerned posts and pages."
547
  msgstr ""
548
 
549
- #: admin/views/form_select.php:89
550
- msgid ""
551
- "You can select multiple filters. They will return an intersection of their "
552
- "results."
553
  msgstr ""
554
 
555
  #: admin/views/form_select.php:94
@@ -564,398 +552,383 @@ msgstr ""
564
  msgid "Search posts by tag"
565
  msgstr ""
566
 
567
- #: admin/views/form_select.php:114
568
- msgid "If you encounter a white, blank page, read this"
569
  msgstr ""
570
 
571
- #: admin/views/form_select.php:115
572
- msgid ""
573
- "Facing a white blank page while trying to treat thousands of posts is the "
574
- "effect of limited memory capacities on the website server. Instead of "
575
- "treating a huge amount of posts in one single go try to treat small amounts "
576
- "of posts multiple times successively."
577
  msgstr ""
578
 
579
- #: admin/views/form_select.php:116
580
- msgid ""
581
- "To achieve that use the filters and repeat the process until your task is "
582
- "done. This way is not as fast as one single run, but still much faster than "
583
- "setting the images for each post manually."
584
  msgstr ""
585
 
586
- #: admin/views/form_select.php:121
587
- msgid ""
588
- "On the next page you can refine the filters. If you did not select any "
589
- "filter you will go to the preview list directly."
590
  msgstr ""
591
 
592
- #: admin/views/form_start.php:6 admin/views/section_defaults.php:219
 
 
 
 
593
  msgid ""
594
- "The current theme does not support featured images. Anyway you can use this "
595
- "plugin. The effects are stored and will be visible in a theme which supports "
596
- "featured images."
597
  msgstr ""
598
 
599
- #: admin/views/form_start.php:12
600
- msgid "What do you want to do?"
601
  msgstr ""
602
 
603
- #: admin/views/form_start.php:14
604
- msgid ""
605
- "Here you can add, replace and delete featured images to your posts. Select "
606
- "one of the following actions and, if necessary, one or more images."
607
  msgstr ""
608
 
609
- #: admin/views/form_start.php:15
610
- msgid "Whatever you select: You can refine your choice on the next page."
611
  msgstr ""
612
 
613
- #: admin/views/form_start.php:17
614
- msgid "Important advice"
615
  msgstr ""
616
 
617
- #: admin/views/form_start.php:18
618
  msgid ""
619
- "There is no undo function! It is strongly recommended that you make a backup "
620
- "of the WordPress database before you perform mass changes."
621
  msgstr ""
622
 
623
- #: admin/views/form_start.php:20
624
- msgid "Select action"
625
  msgstr ""
626
 
627
- #: admin/views/form_start.php:21
628
- msgid "Actions with a single image"
629
  msgstr ""
630
 
631
- #: admin/views/form_start.php:22
632
- msgid "These actions require to select an image with the following button."
 
633
  msgstr ""
634
 
635
- #: admin/views/form_start.php:35
636
- msgid ""
637
- "Select the image you want to add to, replace or delete from posts and pages "
638
- "by clicking on the following button."
639
  msgstr ""
640
 
641
- #: admin/views/form_start.php:57
642
- msgid "Choose Image"
643
  msgstr ""
644
 
645
- #: admin/views/form_start.php:61
646
- msgid "If the button does not work, read this:"
647
  msgstr ""
648
 
649
- #: admin/views/form_start.php:62
650
- msgid ""
651
- "Some users reported that this button would not work in some WordPress "
652
- "installations. If this should be the case you can take another way:"
653
  msgstr ""
654
 
655
- #: admin/views/form_start.php:63
656
- msgid ""
657
- "1. Go to the media library. 2. Move the mouse over the desired image. "
658
- "Further links are appearing, among them the link &quot;Bulk set as featured "
659
- "image&quot;. 3. After a click on it you can move on in this plugin."
660
  msgstr ""
661
 
662
- #: admin/views/form_start.php:67
663
- msgid "Actions with multiple images"
 
 
664
  msgstr ""
665
 
666
- #: admin/views/form_start.php:68
667
  msgid ""
668
- "These actions require at least one selected image with the following button."
 
669
  msgstr ""
670
 
671
- #: admin/views/form_start.php:101
672
- msgid "Actions without any selected image"
673
  msgstr ""
674
 
675
- #: admin/views/form_start.php:102
676
- msgid "These actions do not require a selected image."
677
  msgstr ""
678
 
679
- #: admin/views/section_defaults.php:16
680
- msgid "matches"
681
  msgstr ""
682
 
683
- #: admin/views/section_defaults.php:59
684
- msgid "Post Type"
 
 
685
  msgstr ""
686
 
687
- #: admin/views/section_defaults.php:208
688
- msgid "Default featured images for future posts"
689
  msgstr ""
690
 
691
- #: admin/views/section_defaults.php:210
692
- msgid ""
693
- "Define the rules to use images as default featured images automatically "
694
- "every time a post is saved."
695
  msgstr ""
696
 
697
- #: admin/views/section_defaults.php:211
698
- msgid ""
699
- "To use a rule choose the image and set both the taxonomy and the value. A "
700
- "rule which is defined only partially will be ignored."
 
 
 
 
701
  msgstr ""
702
 
703
- #: admin/views/section_defaults.php:238
704
- msgid "An image overwrites an existing image"
 
705
  msgstr ""
706
 
707
- #: admin/views/section_defaults.php:242
708
- msgid ""
709
- "Activate to automatically overwrite an existing featured image while saving "
710
- "a post"
711
  msgstr ""
712
 
713
- #: admin/views/section_defaults.php:244
714
- msgid ""
715
- "If activated the rule is used automatically while saving a post to overwrite "
716
- "an existing featured image with the new one based on the following rules. Do "
717
- "not use this if you want to keep manually set featured images."
718
  msgstr ""
719
 
720
  #: admin/views/section_defaults.php:251
721
  msgid "Text with images in WordPress editor"
722
  msgstr ""
723
 
724
- #: admin/views/section_defaults.php:255
725
  msgid ""
726
- "Activate to automatically use the first content image if available in the "
727
- "media library as featured image while saving a post"
728
  msgstr ""
729
 
730
- #: admin/views/section_defaults.php:257
731
  msgid ""
732
- "If activated the rule is used automatically while saving a post to set the "
733
- "first content image - if available in the media library - as the featured "
734
- "image of the post. If the post has no content images the next rules will be "
735
- "applied."
736
- msgstr ""
737
-
738
- #: admin/views/section_defaults.php:258
739
- msgid "For which post types should this rule be applied?"
740
  msgstr ""
741
 
742
- #: admin/views/section_defaults.php:285
743
  msgid ""
744
- "Select at least one post type, otherwise all post types will be considered."
745
- msgstr ""
746
-
747
- #: admin/views/section_defaults.php:491
748
- msgid "Add rule"
749
  msgstr ""
750
 
751
- #: admin/views/section_defaults.php:496
752
- msgid "Are you sure to remove this rule?"
 
753
  msgstr ""
754
 
755
- #: admin/views/section_defaults.php:499
756
- msgid "How the rules work"
 
757
  msgstr ""
758
 
759
- #: admin/views/section_defaults.php:500
760
  msgid ""
761
- "Every time you save a post the post get the featured image if one of the "
762
- "following rules match a property of the post. You can also set rules for "
763
- "pages and all other current post types which support featured images."
764
  msgstr ""
765
 
766
- #: admin/views/section_defaults.php:501
 
767
  msgid ""
768
- "Regardless of the order in the list the rules are applied in the following "
769
- "order until a rule and a property of the post fit together:"
 
770
  msgstr ""
771
 
772
- #: admin/views/section_defaults.php:503
773
- msgid "found first content image. If not then..."
 
 
 
774
  msgstr ""
775
 
776
- #: admin/views/section_defaults.php:504
777
- msgid "matched custom taxonomy. If not then..."
778
  msgstr ""
779
 
780
- #: admin/views/section_defaults.php:505
781
- msgid "matched tag. If not then..."
 
 
782
  msgstr ""
783
 
784
- #: admin/views/section_defaults.php:506
785
- msgid "matched category. If not then..."
786
  msgstr ""
787
 
788
- #: admin/views/section_defaults.php:507
789
- msgid "matched author. If not then..."
790
  msgstr ""
791
 
792
- #: admin/views/section_defaults.php:508
793
- msgid "matched post type. If not then..."
 
 
794
  msgstr ""
795
 
796
- #: admin/views/section_defaults.php:509
797
- msgid "no featured image."
798
  msgstr ""
799
 
800
- #: admin/views/section_defaults.php:511
801
  msgid ""
802
- "Bear in mind that if two or more rules with the same taxonomy would fit to "
803
- "the post it is unforeseeable which image will become the featured image."
804
  msgstr ""
805
 
806
- #: admin/views/section_defaults.php:512
807
- msgid "Additional rules in the Pro version"
808
  msgstr ""
809
 
810
- #: admin/views/section_defaults.php:514
811
- msgid "Multiple images to set them randomly as featured image"
812
  msgstr ""
813
 
814
- #: admin/views/section_defaults.php:515
815
- msgid "Random featured images at each page load"
 
 
 
816
  msgstr ""
817
 
818
- #: admin/views/section_defaults.php:516
819
  msgid ""
820
- "The first content image can be also an image from an external server to set "
821
- "it as automated featured image"
 
822
  msgstr ""
823
 
824
- #: admin/views/section_defaults.php:517
825
  msgid ""
826
- "Remove the first content image automatically after the featured image was "
827
- "set successfully"
828
  msgstr ""
829
 
830
- #: admin/views/section_defaults.php:518
831
- msgid "Match with a search string in post title"
 
 
832
  msgstr ""
833
 
834
- #: admin/views/section_defaults.php:519
835
- msgid "Match with a selected post format"
836
  msgstr ""
837
 
838
- #: admin/views/section_defaults.php:520
839
- msgid "User defined order of rules"
840
  msgstr ""
841
 
842
- #: admin/views/section_defaults.php:521
843
- msgid "Import your rules from this plugin into the Pro plugin"
844
  msgstr ""
845
 
846
- #: admin/views/section_errormsg.php:1
847
- msgid "Error"
848
  msgstr ""
849
 
850
- #: admin/views/section_errormsg.php:3
851
- msgid "Reason"
852
  msgstr ""
853
 
854
- #: admin/views/section_errormsg.php:5
855
- msgid "Solution"
 
856
  msgstr ""
857
 
858
- #: admin/views/section_footer.php:16
859
- msgid "Credits and informations"
 
860
  msgstr ""
861
 
862
- #: admin/views/section_footer.php:18 admin/views/section_results.php:87
863
- msgid "Do you like the plugin?"
864
  msgstr ""
865
 
866
- #: admin/views/section_footer.php:18 admin/views/section_results.php:88
867
- msgid "Please rate it at wordpress.org!"
868
  msgstr ""
869
 
870
- #: admin/views/section_footer.php:19
871
- msgid "Do you need support or have an idea for the plugin?"
872
  msgstr ""
873
 
874
- #: admin/views/section_footer.php:19
875
- msgid ""
876
- "Post your questions and ideas about Quick Featured Images in the forum at "
877
- "wordpress.org!"
878
  msgstr ""
879
 
880
- #: admin/views/section_footer.php:20
881
- msgid ""
882
- "Let the thumbnails appear in the widget of the most recent posts with this "
883
- "fast plugin"
884
  msgstr ""
885
 
886
- #: admin/views/section_footer.php:20
887
  #, php-format
888
- msgid "Download plugin %s at %s!"
889
- msgstr ""
890
-
891
- #: admin/views/section_header_progress.php:15
892
- msgid "Progress bar"
893
  msgstr ""
894
 
895
  #: admin/views/section_header_progress.php:17
896
  msgid "You are here"
897
  msgstr ""
898
 
899
- #: admin/views/section_image.php:1
900
- msgid "Your selection"
901
- msgstr ""
902
-
903
- #: admin/views/section_image.php:9
904
- msgid "Your selected thumbnail"
905
- msgstr ""
906
-
907
- #: admin/views/section_image.php:12
908
- msgid "Image title"
909
  msgstr ""
910
 
911
- #: admin/views/section_image.php:14 admin/views/section_image.php:36
912
- msgid "If wrong image start again"
913
  msgstr ""
914
 
915
- #: admin/views/section_image.php:23
916
- msgid "Your selected thumbnails"
 
 
917
  msgstr ""
918
 
919
- #: admin/views/section_image.php:42
920
- msgid "Your selected action"
921
  msgstr ""
922
 
923
- #: admin/views/section_image.php:55
924
- msgid "If wrong action start again"
 
 
925
  msgstr ""
926
 
927
- #: admin/views/section_image.php:68
928
- msgid "Your selected options"
 
929
  msgstr ""
930
 
931
- #: admin/views/section_image.php:84
932
- msgid "No selected options"
933
  msgstr ""
934
 
935
  #: admin/views/section_image.php:90
936
  msgid "Your selected filters"
937
  msgstr ""
938
 
939
- #: admin/views/section_image.php:106
940
- msgid "No selected filters"
941
- msgstr ""
942
-
943
- #: admin/views/section_overview.php:17
944
- msgid "Manage featured images in a quick way"
945
  msgstr ""
946
 
947
- #: admin/views/section_results.php:1
948
- msgid "Results of the action"
949
  msgstr ""
950
 
951
- #: admin/views/section_results.php:19
952
- msgid "Changed successfully"
953
  msgstr ""
954
 
955
- #: admin/views/section_results.php:20
956
- msgid "Unchanged"
957
  msgstr ""
958
 
959
- #: admin/views/section_results.php:82
960
- msgid "No matches found."
 
 
 
961
  msgstr ""
5
  msgstr ""
6
  "Project-Id-Version: Quick Featured Images\n"
7
  "Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
8
+ "POT-Creation-Date: 2021-02-21 19:57+0000\n"
9
+ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10
  "Language-Team: Martin Stehle <m.stehle@gmx.de>\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Generator: Loco https://localise.biz/\n"
15
  "X-Poedit-KeywordsList: __;_e;_n;_x;esc_html_e;esc_html__;esc_attr_e;"
16
  "esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2\n"
17
  "X-Poedit-Basepath: ..\n"
18
+ "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
19
  "Last-Translator: \n"
20
  "X-Poedit-SearchPath-0: .\n"
21
+ "\n"
22
+ "Language: "
23
 
24
+ #: admin/views/form_confirm.php:2
 
 
 
 
 
 
25
  #, php-format
26
+ msgid "%d matches found"
 
 
 
27
  msgstr ""
28
 
29
+ #: admin/class-quick-featured-images-tools.php:746
30
  #, php-format
31
+ msgid "%s is not defined."
32
  msgstr ""
33
 
34
  #: admin/class-quick-featured-images-columns.php:278
35
  msgid "(external image)"
36
  msgstr ""
37
 
38
+ #: admin/views/form_start.php:63
39
+ msgid ""
40
+ "1. Go to the media library. 2. Move the mouse over the desired image. "
41
+ "Further links are appearing, among them the link &quot;Bulk set as featured "
42
+ "image&quot;. 3. After a click on it you can move on in this plugin."
 
 
 
 
 
 
 
 
 
 
 
 
43
  msgstr ""
44
 
45
+ #: admin/views/form_start.php:21
46
+ msgid "Actions with a single image"
47
  msgstr ""
48
 
49
+ #: admin/views/form_start.php:67
50
+ msgid "Actions with multiple images"
51
  msgstr ""
52
 
53
+ #: admin/views/form_start.php:101
54
+ msgid "Actions without any selected image"
55
  msgstr ""
56
 
57
+ #: admin/class-quick-featured-images-settings.php:618
58
+ msgid ""
59
+ "Activate the checkbox to show the extra column in the media library. If you "
60
+ "would not see the new column in the library switch the appereance of the "
61
+ "library to List mode. The post titles are links to the respective post edit "
62
+ "page."
63
  msgstr ""
64
 
65
+ #: admin/class-quick-featured-images-settings.php:596
66
+ msgid ""
67
+ "Activate the checkboxes at each post type to show the extra columns in the "
68
+ "post lists."
69
  msgstr ""
70
 
71
+ #: admin/views/section_defaults.php:242
72
+ msgid ""
73
+ "Activate to automatically overwrite an existing featured image while saving "
74
+ "a post"
75
  msgstr ""
76
 
77
+ #: admin/views/section_defaults.php:255
78
+ msgid ""
79
+ "Activate to automatically use the first content image if available in the "
80
+ "media library as featured image while saving a post"
81
  msgstr ""
82
 
83
+ #: admin/class-quick-featured-images-tools.php:576
84
+ msgid "Add filter"
85
  msgstr ""
86
 
87
+ #: admin/views/section_defaults.php:491
88
+ msgid "Add rule"
89
  msgstr ""
90
 
91
+ #: admin/views/section_defaults.php:238
92
+ msgid "An image overwrites an existing image"
93
  msgstr ""
94
 
95
+ #: admin/views/section_defaults.php:496
96
+ msgid "Are you sure to remove this rule?"
97
  msgstr ""
98
 
99
+ #: admin/views/section_defaults.php:511
100
  msgid ""
101
+ "Bear in mind that if two or more rules with the same taxonomy would fit to "
102
+ "the post it is unforeseeable which image will become the featured image."
103
  msgstr ""
104
 
105
+ #: admin/class-quick-featured-images-tools.php:2057
106
+ msgid "Bulk set as featured image"
 
 
107
  msgstr ""
108
 
109
+ #: admin/class-quick-featured-images-tools.php:1948
110
+ msgid "Bulk set, replace and remove featured images for existing posts"
 
 
 
 
111
  msgstr ""
112
 
113
+ #: admin/views/form_confirm.php:20
114
+ msgid "by"
115
  msgstr ""
116
 
117
+ #: admin/class-quick-featured-images-tools.php:602
118
+ msgid "Category Filter"
119
  msgstr ""
120
 
121
+ #: admin/class-quick-featured-images-columns.php:279
122
  #, php-format
123
+ msgid "Change &#8220;%s&#8221;"
 
 
 
 
 
 
 
 
 
124
  msgstr ""
125
 
126
+ #: admin/views/section_results.php:19
127
+ msgid "Changed successfully"
128
  msgstr ""
129
 
130
+ #: admin/class-quick-featured-images-tools.php:747
131
+ msgid "Check how to define the value."
 
 
132
  msgstr ""
133
 
134
+ #: admin/views/form_start.php:57
135
+ msgid "Choose Image"
136
  msgstr ""
137
 
138
+ #: admin/views/form_select.php:23 admin/views/form_start.php:84
139
+ msgid "Choose Images"
 
 
140
  msgstr ""
141
 
142
+ #. title of the section.
143
+ #: admin/class-quick-featured-images-settings.php:419
144
+ msgid "Column in the library for posts with assigned featured image"
145
  msgstr ""
146
 
147
+ #. title of the section.
148
+ #: admin/class-quick-featured-images-settings.php:383
149
+ msgid "Columns for featured images in posts lists"
150
  msgstr ""
151
 
152
+ #: admin/class-quick-featured-images-tools.php:578
153
+ msgid "Confirm"
154
  msgstr ""
155
 
156
+ #: admin/views/form_confirm.php:120
157
+ msgid "Confirm the change"
158
  msgstr ""
159
 
160
+ #: admin/class-quick-featured-images-tools.php:597
161
+ msgid "Consider only posts without any featured image"
162
  msgstr ""
163
 
164
+ #: admin/class-quick-featured-images-settings.php:696
165
+ msgid "Controls which minimum user role can see the plugin."
166
  msgstr ""
167
 
168
+ #: admin/views/section_footer.php:16
169
+ msgid "Credits and informations"
170
  msgstr ""
171
 
172
+ #: admin/views/form_confirm.php:17 admin/views/section_results.php:17
173
+ msgid "Current Featured Image"
174
  msgstr ""
175
 
176
+ #: admin/views/section_defaults.php:208
177
+ msgid "Default featured images for future posts"
178
  msgstr ""
179
 
180
+ #: admin/views/section_defaults.php:210
181
+ msgid ""
182
+ "Define the rules to use images as default featured images automatically "
183
+ "every time a post is saved."
184
  msgstr ""
185
 
186
+ #: admin/views/form_confirm.php:15 admin/views/section_results.php:16
187
+ msgid "Details"
188
  msgstr ""
189
 
190
+ #: admin/class-quick-featured-images-settings.php:615
191
+ msgid ""
192
+ "Display a new column in the media library with the titles of the posts for "
193
+ "which the corresponding image is set as featured image"
194
  msgstr ""
195
 
196
+ #: admin/views/section_footer.php:18 admin/views/section_results.php:87
197
+ msgid "Do you like the plugin?"
198
  msgstr ""
199
 
200
+ #: admin/views/section_footer.php:19
201
+ msgid "Do you need support or have an idea for the plugin?"
202
  msgstr ""
203
 
204
+ #: admin/views/section_footer.php:20
205
+ #, php-format
206
+ msgid "Download plugin %s at %s!"
207
  msgstr ""
208
 
209
+ #: admin/views/section_errormsg.php:1
210
+ msgid "Error"
211
  msgstr ""
212
 
213
+ #: admin/views/section_defaults.php:500
214
+ msgid ""
215
+ "Every time you save a post the post get the featured image if one of the "
216
+ "following rules match a property of the post. You can also set rules for "
217
+ "pages and all other current post types which support featured images."
218
  msgstr ""
219
 
220
+ #: admin/views/form_select.php:115
221
+ msgid ""
222
+ "Facing a white blank page while trying to treat thousands of posts is the "
223
+ "effect of limited memory capacities on the website server. Instead of "
224
+ "treating a huge amount of posts in one single go try to treat small amounts "
225
+ "of posts multiple times successively."
226
  msgstr ""
227
 
228
+ #: admin/class-quick-featured-images-columns.php:652
229
+ msgid "Featured image for"
230
  msgstr ""
231
 
232
+ #: admin/views/form_refine.php:18
233
  #, php-format
234
+ msgid "File %s is not available."
235
  msgstr ""
236
 
237
+ #: admin/views/section_defaults.php:258
238
+ msgid "For which post types should this rule be applied?"
239
  msgstr ""
240
 
241
+ #: admin/views/section_defaults.php:503
242
+ msgid "found first content image. If not then..."
 
243
  msgstr ""
244
 
245
+ #: admin/views/form_confirm.php:18
246
+ msgid "Future Featured Image"
247
  msgstr ""
248
 
249
+ #: admin/views/form_start.php:14
250
+ msgid ""
251
+ "Here you can add, replace and delete featured images to your posts. Select "
252
+ "one of the following actions and, if necessary, one or more images."
253
  msgstr ""
254
 
255
+ #: admin/views/section_defaults.php:499
256
+ msgid "How the rules work"
257
  msgstr ""
258
 
259
+ #. URI of the plugin
260
+ msgid "http://wordpress.org/plugins/quick-featured-images"
 
261
  msgstr ""
262
 
263
+ #. Author URI of the plugin
264
+ msgid ""
265
+ "https://www.kybernetik-services.com/?"
266
+ "utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-"
267
+ "images&utm_content=author"
268
  msgstr ""
269
 
270
+ #: admin/views/section_defaults.php:244
271
+ msgid ""
272
+ "If activated the rule is used automatically while saving a post to overwrite "
273
+ "an existing featured image with the new one based on the following rules. Do "
274
+ "not use this if you want to keep manually set featured images."
275
  msgstr ""
276
 
277
+ #: admin/views/section_defaults.php:257
278
+ msgid ""
279
+ "If activated the rule is used automatically while saving a post to set the "
280
+ "first content image - if available in the media library - as the featured "
281
+ "image of the post. If the post has no content images the next rules will be "
282
+ "applied."
283
  msgstr ""
284
 
285
+ #: admin/views/form_start.php:61
286
+ msgid "If the button does not work, read this:"
287
  msgstr ""
288
 
289
+ #: admin/views/section_image.php:55
290
+ msgid "If wrong action start again"
291
  msgstr ""
292
 
293
+ #: admin/views/section_image.php:14 admin/views/section_image.php:36
294
+ msgid "If wrong image start again"
295
  msgstr ""
296
 
297
+ #: admin/views/form_select.php:114
298
+ msgid "If you encounter a white, blank page, read this"
299
  msgstr ""
300
 
301
+ #: admin/views/form_select.php:88
302
+ msgid ""
303
+ "If you want select one of the following filters to narrow down the set of "
304
+ "concerned posts and pages."
305
  msgstr ""
306
 
307
+ #: admin/views/form_back_to_selection.php:3
308
+ msgid ""
309
+ "If you want to change your former selection just go back by clicking on this "
310
+ "button."
311
  msgstr ""
312
 
313
+ #: admin/class-quick-featured-images-tools.php:633
314
+ msgid "Image height in pixels lower than"
315
  msgstr ""
316
 
317
+ #: admin/views/section_image.php:12
318
+ msgid "Image title"
319
  msgstr ""
320
 
321
+ #: admin/class-quick-featured-images-tools.php:632
322
+ msgid "Image width in pixels lower than"
323
  msgstr ""
324
 
325
+ #: admin/views/form_start.php:17
326
+ msgid "Important advice"
327
  msgstr ""
328
 
329
+ #. Author of the plugin
330
+ msgid "Kybernetik Services"
 
 
331
  msgstr ""
332
 
333
+ #: admin/views/section_footer.php:20
334
+ msgid ""
335
+ "Let the thumbnails appear in the widget of the most recent posts with this "
336
+ "fast plugin"
337
  msgstr ""
338
 
339
+ #: admin/views/section_overview.php:17
340
+ msgid "Manage featured images in a quick way"
341
  msgstr ""
342
 
343
+ #: admin/views/section_defaults.php:507
344
+ msgid "matched author. If not then..."
 
345
  msgstr ""
346
 
347
+ #: admin/views/section_defaults.php:506
348
+ msgid "matched category. If not then..."
 
 
349
  msgstr ""
350
 
351
+ #: admin/views/section_defaults.php:504
352
+ msgid "matched custom taxonomy. If not then..."
353
  msgstr ""
354
 
355
+ #: admin/views/section_defaults.php:508
356
+ msgid "matched post type. If not then..."
 
357
  msgstr ""
358
 
359
+ #: admin/views/section_defaults.php:505
360
+ msgid "matched tag. If not then..."
361
  msgstr ""
362
 
363
+ #: admin/views/section_defaults.php:16
364
+ msgid "matches"
365
  msgstr ""
366
 
367
+ #: admin/class-quick-featured-images-settings.php:630
368
+ msgid "Minimum user role to see the plugin in the backend"
369
  msgstr ""
370
 
371
+ #: admin/views/form_back_to_selection.php:42
372
+ msgid "Modify selection"
373
  msgstr ""
374
 
375
+ #: admin/views/section_defaults.php:509
376
+ msgid "no featured image."
377
  msgstr ""
378
 
379
+ #: admin/views/section_results.php:82
380
+ msgid "No matches found."
 
 
381
  msgstr ""
382
 
383
+ #: admin/views/section_image.php:106
384
+ msgid "No selected filters"
 
 
385
  msgstr ""
386
 
387
+ #: admin/views/section_image.php:84
388
+ msgid "No selected options"
389
  msgstr ""
390
 
391
+ #: admin/views/form_confirm.php:16 admin/views/section_defaults.php:17
392
+ #: admin/views/section_results.php:18
393
+ msgid "No."
394
  msgstr ""
395
 
396
+ #: admin/views/form_select.php:9 admin/views/form_start.php:4
397
+ #: admin/views/section_defaults.php:217
398
+ msgid "Notice"
399
  msgstr ""
400
 
401
+ #: admin/views/form_refine.php:9
402
  msgid ""
403
+ "Now you can find posts and pages by matching parameters. Refine them here."
 
404
  msgstr ""
405
 
406
+ #: admin/views/form_select.php:121
407
+ msgid ""
408
+ "On the next page you can refine the filters. If you did not select any "
409
+ "filter you will go to the preview list directly."
410
  msgstr ""
411
 
412
+ #: admin/views/form_select.php:85
413
+ msgid "Optional: Add a filter"
414
  msgstr ""
415
 
416
+ #: admin/views/form_select.php:45
417
+ msgid "Optional: Select options"
 
418
  msgstr ""
419
 
420
  #: admin/views/form_confirm.php:182
421
  msgid "or refine your selection with the following form fields."
422
  msgstr ""
423
 
424
+ #: admin/views/form_select.php:53
425
+ msgid "Overwrite existing featured images with new ones"
426
  msgstr ""
427
 
428
+ #: admin/class-quick-featured-images-tools.php:596
429
+ msgid "Overwrite featured images"
430
  msgstr ""
431
 
432
+ #: admin/class-quick-featured-images-tools.php:579
433
+ msgid "Perform"
 
434
  msgstr ""
435
 
436
+ #: admin/views/section_footer.php:18 admin/views/section_results.php:88
437
+ msgid "Please rate it at wordpress.org!"
438
  msgstr ""
439
 
440
+ #: admin/class-quick-featured-images-settings.php:432
441
+ msgid "Post list column in the library"
 
442
  msgstr ""
443
 
444
+ #: admin/views/section_defaults.php:59
445
+ msgid "Post Type"
446
  msgstr ""
447
 
448
+ #: admin/class-quick-featured-images-tools.php:601
449
+ msgid "Post Type Filter"
450
+ msgstr ""
451
+
452
+ #: admin/views/section_footer.php:19
453
  msgid ""
454
+ "Post your questions and ideas about Quick Featured Images in the forum at "
455
+ "wordpress.org!"
456
  msgstr ""
457
 
458
+ #: admin/class-quick-featured-images-settings.php:396
459
+ msgid "Posts list with image column"
 
460
  msgstr ""
461
 
462
+ #: admin/views/form_select.php:63
463
  msgid ""
464
+ "Posts with featured images will be ignored, even if the Overwrite option is "
465
+ "checked"
466
  msgstr ""
467
 
468
+ #: admin/class-quick-featured-images-defaults.php:277
469
+ msgid "Preset Featured Images"
470
  msgstr ""
471
 
472
+ #: admin/views/form_refine.php:48 admin/views/form_select.php:29
473
+ msgid "Preview filtering"
474
  msgstr ""
475
 
476
+ #: admin/views/form_confirm.php:1
477
+ msgid "Preview of your selection"
 
 
478
  msgstr ""
479
 
480
+ #: admin/views/form_select.php:47
481
+ msgid "Process Options"
482
  msgstr ""
483
 
484
+ #: admin/views/section_header_progress.php:15
485
+ msgid "Progress bar"
486
  msgstr ""
487
 
488
+ #. Name of the plugin
489
+ msgid "Quick Featured Images"
490
  msgstr ""
491
 
492
+ #: admin/views/section_errormsg.php:3
493
+ msgid "Reason"
494
  msgstr ""
495
 
496
+ #: admin/class-quick-featured-images-tools.php:577
497
+ msgid "Refine"
498
  msgstr ""
499
 
500
+ #: admin/views/form_refine.php:8
501
+ msgid "Refine filters"
502
  msgstr ""
503
 
504
+ #: admin/views/form_refine.php:1
505
+ msgid "Refine your selection"
506
  msgstr ""
507
 
508
+ #: admin/views/form_select.php:37
509
+ msgid "Refine your selections"
 
 
510
  msgstr ""
511
 
512
+ #: admin/views/section_defaults.php:501
513
+ msgid ""
514
+ "Regardless of the order in the list the rules are applied in the following "
515
+ "order until a rule and a property of the post fit together:"
516
  msgstr ""
517
 
518
+ #: admin/class-quick-featured-images-columns.php:280
519
+ #, php-format
520
+ msgid "Remove &#8220;%s&#8221;"
521
  msgstr ""
522
 
523
+ #: admin/class-quick-featured-images-tools.php:589
524
+ msgid "Remove all featured images without existing image files"
525
  msgstr ""
526
 
527
+ #: admin/class-quick-featured-images-tools.php:588
528
+ msgid "Remove any image as featured image"
529
  msgstr ""
530
 
531
+ #: admin/class-quick-featured-images-tools.php:585
532
+ msgid "Remove the selected image as featured image"
533
  msgstr ""
534
 
535
+ #: admin/class-quick-featured-images-tools.php:584
536
+ msgid "Replace featured images by the selected image"
 
 
537
  msgstr ""
538
 
539
+ #: admin/views/section_results.php:1
540
+ msgid "Results of the action"
 
 
541
  msgstr ""
542
 
543
  #: admin/views/form_select.php:94
552
  msgid "Search posts by tag"
553
  msgstr ""
554
 
555
+ #: admin/class-quick-featured-images-tools.php:575
556
+ msgid "Select"
557
  msgstr ""
558
 
559
+ #: admin/views/filter_category.php:3
560
+ msgid "Select a category"
 
 
 
 
561
  msgstr ""
562
 
563
+ #: admin/views/filter_tag.php:7
564
+ msgid "Select a tag"
 
 
 
565
  msgstr ""
566
 
567
+ #: admin/views/form_start.php:20
568
+ msgid "Select action"
 
 
569
  msgstr ""
570
 
571
+ #: admin/class-quick-featured-images-tools.php:751
572
+ msgid "Select an image from the media library."
573
+ msgstr ""
574
+
575
+ #: admin/views/section_defaults.php:285
576
  msgid ""
577
+ "Select at least one post type, otherwise all post types will be considered."
 
 
578
  msgstr ""
579
 
580
+ #: admin/views/form_select.php:87
581
+ msgid "Select filters"
582
  msgstr ""
583
 
584
+ #: admin/views/form_back_to_selection.php:2
585
+ msgid "Select filters and options again"
 
 
586
  msgstr ""
587
 
588
+ #: admin/views/filter_post_types.php:2
589
+ msgid "Select post types"
590
  msgstr ""
591
 
592
+ #: admin/views/form_select.php:17
593
+ msgid "Select the featured images you want to replace by the selected image."
594
  msgstr ""
595
 
596
+ #: admin/views/form_start.php:35
597
  msgid ""
598
+ "Select the image you want to add to, replace or delete from posts and pages "
599
+ "by clicking on the following button."
600
  msgstr ""
601
 
602
+ #: admin/class-quick-featured-images-settings.php:666
603
+ msgid "Select the minimum user role a user must have to see the plugin."
604
  msgstr ""
605
 
606
+ #: admin/class-quick-featured-images-defaults.php:288
607
+ msgid "Set default featured images for future posts"
608
  msgstr ""
609
 
610
+ #: admin/class-quick-featured-images-columns.php:281
611
+ #, php-format
612
+ msgid "Set image for &#8220;%s&#8221;"
613
  msgstr ""
614
 
615
+ #: admin/class-quick-featured-images-tools.php:592
616
+ msgid "Set multiple images randomly as featured images"
 
 
617
  msgstr ""
618
 
619
+ #: admin/class-quick-featured-images-tools.php:583
620
+ msgid "Set the selected image as new featured image"
621
  msgstr ""
622
 
623
+ #: admin/class-quick-featured-images-settings.php:232
624
+ msgid "Set the visibility of columns of featured images in posts lists"
625
  msgstr ""
626
 
627
+ #: admin/class-quick-featured-images-tools.php:1937
628
+ msgid "Set, replace, remove"
 
 
629
  msgstr ""
630
 
631
+ #: admin/views/form_confirm.php:50
632
+ msgid "Should the added featured images be removed from all listed posts?"
 
 
 
633
  msgstr ""
634
 
635
+ #: admin/views/form_confirm.php:41
636
+ msgid ""
637
+ "Should the current set featured image be replaced by the selected image at "
638
+ "all listed posts?"
639
  msgstr ""
640
 
641
+ #: admin/views/form_confirm.php:12
642
  msgid ""
643
+ "Should the entries of featured images without image files be removed from "
644
+ "the database?"
645
  msgstr ""
646
 
647
+ #: admin/views/form_confirm.php:47
648
+ msgid "Should the future images be set as featured images at all listed posts?"
649
  msgstr ""
650
 
651
+ #: admin/views/form_confirm.php:44
652
+ msgid "Should the selected image be removed from all listed posts?"
653
  msgstr ""
654
 
655
+ #: admin/views/form_confirm.php:35
656
+ msgid "Should the selected image be set as featured image to all listed posts?"
657
  msgstr ""
658
 
659
+ #: admin/views/form_confirm.php:38
660
+ msgid ""
661
+ "Should the selected images be set randomly as featured images to all listed "
662
+ "posts?"
663
  msgstr ""
664
 
665
+ #: admin/class-quick-featured-images-settings.php:391
666
+ msgid "Show additional column for featured images in lists of"
667
  msgstr ""
668
 
669
+ #: admin/class-quick-featured-images-settings.php:427
670
+ msgid "Show additional column in the library for posts with featured images"
 
 
671
  msgstr ""
672
 
673
+ #: admin/views/section_errormsg.php:5
674
+ msgid "Solution"
675
+ msgstr ""
676
+
677
+ #: admin/views/form_start.php:62
678
+ msgid ""
679
+ "Some users reported that this button would not work in some WordPress "
680
+ "installations. If this should be the case you can take another way:"
681
  msgstr ""
682
 
683
+ #: admin/views/form_confirm.php:182 admin/views/section_errormsg.php:8
684
+ #: admin/views/section_results.php:86
685
+ msgid "Start again"
686
  msgstr ""
687
 
688
+ #: admin/class-quick-featured-images-tools.php:755
689
+ msgid "Start again and select which action you want to apply."
 
 
690
  msgstr ""
691
 
692
+ #: admin/class-quick-featured-images-tools.php:603
693
+ msgid "Tag Filter"
 
 
 
694
  msgstr ""
695
 
696
  #: admin/views/section_defaults.php:251
697
  msgid "Text with images in WordPress editor"
698
  msgstr ""
699
 
700
+ #: admin/class-quick-featured-images-settings.php:705
701
  msgid ""
702
+ "The additional column in the media library lists all posts for which the "
703
+ "image is set as featured."
704
  msgstr ""
705
 
706
+ #: admin/class-quick-featured-images-settings.php:687
707
  msgid ""
708
+ "The additional columns give you a quick overview about all used featured "
709
+ "images for every post. The Featured Image column is sortable."
 
 
 
 
 
 
710
  msgstr ""
711
 
712
+ #: admin/views/form_start.php:6 admin/views/section_defaults.php:219
713
  msgid ""
714
+ "The current theme does not support featured images. Anyway you can use this "
715
+ "plugin. The effects are stored and will be visible in a theme which supports "
716
+ "featured images."
 
 
717
  msgstr ""
718
 
719
+ #: admin/class-quick-featured-images-tools.php:758
720
+ #, php-format
721
+ msgid "The input field %s has an invalid value."
722
  msgstr ""
723
 
724
+ #: admin/class-quick-featured-images-tools.php:742
725
+ #, php-format
726
+ msgid "The input field %s is empty."
727
  msgstr ""
728
 
729
+ #: admin/views/form_confirm.php:54 admin/views/section_results.php:27
730
  msgid ""
731
+ "The list is in alphabetical order according to post title. You can edit a "
732
+ "post in a new window by clicking on its link in the list."
 
733
  msgstr ""
734
 
735
+ #: admin/class-quick-featured-images-admin.php:278
736
+ #, php-format
737
  msgid ""
738
+ "The plugin requires WordPress version %s or higher. Therefore, WordPress did "
739
+ "not activate it. If you want to use this plugin update the Wordpress files "
740
+ "to the latest version."
741
  msgstr ""
742
 
743
+ #: admin/class-quick-featured-images-settings.php:671
744
+ #, php-format
745
+ msgid ""
746
+ "The rules as set in &#8220;%s&#8221; work on posts independently of this "
747
+ "setting."
748
  msgstr ""
749
 
750
+ #: admin/views/filter_category.php:14
751
+ msgid "The selection of a category includes all of its subcategories."
752
  msgstr ""
753
 
754
+ #: admin/views/form_refine.php:54
755
+ msgid ""
756
+ "There are no selected filters. Modify your filter selection or just go on by "
757
+ "clicking on the next button."
758
  msgstr ""
759
 
760
+ #: admin/views/filter_tag.php:20
761
+ msgid "There are no tags in use."
762
  msgstr ""
763
 
764
+ #: admin/class-quick-featured-images-tools.php:750
765
+ msgid "There is no selected image."
766
  msgstr ""
767
 
768
+ #: admin/views/form_start.php:18
769
+ msgid ""
770
+ "There is no undo function! It is strongly recommended that you make a backup "
771
+ "of the WordPress database before you perform mass changes."
772
  msgstr ""
773
 
774
+ #: admin/views/form_start.php:102
775
+ msgid "These actions do not require a selected image."
776
  msgstr ""
777
 
778
+ #: admin/views/form_start.php:68
779
  msgid ""
780
+ "These actions require at least one selected image with the following button."
 
781
  msgstr ""
782
 
783
+ #: admin/views/form_start.php:22
784
+ msgid "These actions require to select an image with the following button."
785
  msgstr ""
786
 
787
+ #: admin/class-quick-featured-images-settings.php:677
788
+ msgid "This page is accessible for administrators only."
789
  msgstr ""
790
 
791
+ #: admin/class-quick-featured-images-settings.php:676
792
+ msgid ""
793
+ "This setting controls as well whether a user will see in an image column the "
794
+ "thumbnails with action links or the thumbnails only. To switch image columns "
795
+ "on and off use the section above."
796
  msgstr ""
797
 
798
+ #: admin/views/form_select.php:116
799
  msgid ""
800
+ "To achieve that use the filters and repeat the process until your task is "
801
+ "done. This way is not as fast as one single run, but still much faster than "
802
+ "setting the images for each post manually."
803
  msgstr ""
804
 
805
+ #: admin/views/form_select.php:19 admin/views/form_start.php:80
806
  msgid ""
807
+ "To select multiple images click on the button and use the CTRL key while "
808
+ "clicking on the images."
809
  msgstr ""
810
 
811
+ #: admin/views/section_defaults.php:211
812
+ msgid ""
813
+ "To use a rule choose the image and set both the taxonomy and the value. A "
814
+ "rule which is defined only partially will be ignored."
815
  msgstr ""
816
 
817
+ #: admin/class-quick-featured-images-tools.php:743
818
+ msgid "Type in a value into the input field."
819
  msgstr ""
820
 
821
+ #: admin/class-quick-featured-images-tools.php:759
822
+ msgid "Type in valid values in the input field."
823
  msgstr ""
824
 
825
+ #: admin/class-quick-featured-images-tools.php:763
826
+ msgid "Type in values stored by WordPress."
827
  msgstr ""
828
 
829
+ #: admin/views/section_results.php:20
830
+ msgid "Unchanged"
831
  msgstr ""
832
 
833
+ #: admin/views/form_select.php:31 admin/views/form_start.php:119
834
+ msgid "Use CTRL for multiple choice"
835
  msgstr ""
836
 
837
+ #. title of the section.
838
+ #: admin/class-quick-featured-images-settings.php:455
839
+ msgid "Visibility of the plugin"
840
  msgstr ""
841
 
842
+ #: admin/class-quick-featured-images-admin.php:484
843
+ #, php-format
844
+ msgid "Welcome to %s! You can find the plugin at %s."
845
  msgstr ""
846
 
847
+ #: admin/views/form_start.php:12
848
+ msgid "What do you want to do?"
849
  msgstr ""
850
 
851
+ #: admin/views/form_refine.php:10
852
+ msgid "Whatever you do: You can confirm your choice on the next page."
853
  msgstr ""
854
 
855
+ #: admin/views/form_start.php:15
856
+ msgid "Whatever you select: You can refine your choice on the next page."
857
  msgstr ""
858
 
859
+ #: admin/class-quick-featured-images-settings.php:463
860
+ msgid "Which user role may see the plugin?"
 
 
861
  msgstr ""
862
 
863
+ #: admin/views/form_confirm.php:19
864
+ msgid "written on"
 
 
865
  msgstr ""
866
 
867
+ #: admin/class-quick-featured-images-tools.php:473
868
  #, php-format
869
+ msgid "Wrong image ID %d"
 
 
 
 
870
  msgstr ""
871
 
872
  #: admin/views/section_header_progress.php:17
873
  msgid "You are here"
874
  msgstr ""
875
 
876
+ #: admin/views/form_select.php:38 admin/views/form_select.php:48
877
+ msgid "You can control the process with the following options."
 
 
 
 
 
 
 
 
878
  msgstr ""
879
 
880
+ #: admin/views/form_confirm.php:121
881
+ msgid "You can not undo the operation!"
882
  msgstr ""
883
 
884
+ #: admin/views/form_select.php:89
885
+ msgid ""
886
+ "You can select multiple filters. They will return an intersection of their "
887
+ "results."
888
  msgstr ""
889
 
890
+ #: admin/views/form_select.php:18
891
+ msgid "You can select multiple images. Select at least one image."
892
  msgstr ""
893
 
894
+ #: admin/views/form_select.php:11
895
+ msgid ""
896
+ "You did not have selected an image from the list below. To go on select at "
897
+ "least one image you want to replace by the selected image."
898
  msgstr ""
899
 
900
+ #: admin/class-quick-featured-images-tools.php:754
901
+ #: admin/views/section_image.php:51
902
+ msgid "You have not selected an action."
903
  msgstr ""
904
 
905
+ #: admin/views/section_image.php:42
906
+ msgid "Your selected action"
907
  msgstr ""
908
 
909
  #: admin/views/section_image.php:90
910
  msgid "Your selected filters"
911
  msgstr ""
912
 
913
+ #: admin/views/section_image.php:68
914
+ msgid "Your selected options"
 
 
 
 
915
  msgstr ""
916
 
917
+ #: admin/views/section_image.php:9
918
+ msgid "Your selected thumbnail"
919
  msgstr ""
920
 
921
+ #: admin/views/section_image.php:23
922
+ msgid "Your selected thumbnails"
923
  msgstr ""
924
 
925
+ #: admin/views/section_image.php:1
926
+ msgid "Your selection"
927
  msgstr ""
928
 
929
+ #. Description of the plugin
930
+ #: admin/class-quick-featured-images-admin.php:215
931
+ msgid ""
932
+ "Your time-saving Swiss Army Knife for featured images: Set, replace and "
933
+ "delete them in bulk, in posts lists and set default images for future posts."
934
  msgstr ""
quick-featured-images.php CHANGED
@@ -1,20 +1,20 @@
1
  <?php
2
  /**
3
  * @package Quick_Featured_Images_Admin
4
- * @author Martin Stehle <shop@stehle-internet.de>
5
  * @license GPL-2.0+
6
- * @link http://stehle-internet.de/
7
- * @copyright 2014 Martin Stehle
8
  *
9
  * @wordpress-plugin
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: 13.5.4
14
  * Requires at least: 3.8
15
  * Requires PHP: 5.2
16
- * Author: Martin Stehle
17
- * Author URI: http://stehle-internet.de
18
  * Text Domain: quick-featured-images
19
  * Domain Path: /languages
20
  * License: GPL-2.0+
1
  <?php
2
  /**
3
  * @package Quick_Featured_Images_Admin
4
+ * @author Kybernetik Services <wordpress@kybernetik.com.de>
5
  * @license GPL-2.0+
6
+ * @link https://www.kybernetik-services.com/
7
+ * @copyright 2014 Kybernetik Services
8
  *
9
  * @wordpress-plugin
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: 13.5.5
14
  * Requires at least: 3.8
15
  * Requires PHP: 5.2
16
+ * Author: Kybernetik Services
17
+ * Author URI: https://www.kybernetik-services.com/?utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-images&utm_content=author
18
  * Text Domain: quick-featured-images
19
  * Domain Path: /languages
20
  * License: GPL-2.0+
uninstall.php CHANGED
@@ -3,10 +3,10 @@
3
  * Fired when the plugin is uninstalled.
4
  *
5
  * @package Quick_Featured_Images
6
- * @author Martin Stehle <shop@stehle-internet.de>
7
  * @license GPL-2.0+
8
- * @link http://stehle-internet.de
9
- * @copyright 2014 Martin Stehle
10
  */
11
 
12
  // If uninstall not called from WordPress, then exit
3
  * Fired when the plugin is uninstalled.
4
  *
5
  * @package Quick_Featured_Images
6
+ * @author Kybernetik Services <wordpress@kybernetik.com.de>
7
  * @license GPL-2.0+
8
+ * @link https://www.kybernetik-services.com
9
+ * @copyright 2014 Kybernetik Services
10
  */
11
 
12
  // If uninstall not called from WordPress, then exit