WP Fastest Cache - Version 0.8.9.9

Version Description

  • to fix Undefined variable: count_posts in preload.php on line 112
  • to update of Spanish translation
  • to preload the language pages (WPML)
  • to clear cache of the commend feed as well after clearing cache of a post
Download this release

Release Info

Developer emrevona
Plugin Icon 128x128 WP Fastest Cache
Version 0.8.9.9
Comparing to
See all releases

Code changes from version 0.8.9.8 to 0.8.9.9

inc/admin.php CHANGED
@@ -116,7 +116,7 @@
116
  //nothing
117
  }else{
118
  if(is_multisite()){
119
- $this->notify(array("The plugin does not work with Multisite", "error"));
120
  return 0;
121
  }
122
  }
@@ -1038,8 +1038,8 @@
1038
 
1039
 
1040
  <?php if(class_exists("WpFastestCachePowerfulHtml")){ ?>
1041
- <?php if(file_exists(WPFC_WP_CONTENT_DIR."/plugins/wp-fastest-cache-premium/pro/library/widget-cache.php")){ ?>
1042
- <?php include_once WPFC_WP_CONTENT_DIR."/plugins/wp-fastest-cache-premium/pro/library/widget-cache.php"; ?>
1043
 
1044
  <?php if(class_exists("WpfcWidgetCache") && method_exists("WpfcWidgetCache", "add_filter_admin")){ ?>
1045
  <div class="questionCon">
@@ -1262,20 +1262,20 @@
1262
  <?php if(method_exists("WpFastestCachePowerfulHtml", "render_blocking")){ ?>
1263
  <div class="questionCon">
1264
  <div class="question"><?php _e('Render Blocking Js', 'wp-fastest-cache'); ?></div>
1265
- <div class="inputCon"><input type="checkbox" <?php echo $wpFastestCacheRenderBlocking; ?> id="wpFastestCacheRenderBlocking" name="wpFastestCacheRenderBlocking"><label for="wpFastestCacheRenderBlocking"><?php _e("Remove render-blocking JavaScript", "wp-fastest-cache"); ?></label></div>
1266
  <div class="get-info"><a target="_blank" href="http://www.wpfastestcache.com/premium/render-blocking-js/"><img src="<?php echo plugins_url("wp-fastest-cache/images/info.png"); ?>" /></a></div>
1267
  </div>
1268
  <?php }else{ ?>
1269
  <div class="questionCon update-needed">
1270
  <div class="question"><?php _e('Render Blocking Js', 'wp-fastest-cache'); ?></div>
1271
- <div class="inputCon"><input type="checkbox" id="wpFastestCacheRenderBlocking" name="wpFastestCacheRenderBlocking"><label for="wpFastestCacheRenderBlocking"><?php _e("Remove render-blocking JavaScript", "wp-fastest-cache"); ?></label></div>
1272
  <div class="get-info"><a target="_blank" href="http://www.wpfastestcache.com/premium/render-blocking-js/"><img src="<?php echo plugins_url("wp-fastest-cache/images/info.png"); ?>" /></a></div>
1273
  </div>
1274
  <?php } ?>
1275
  <?php }else{ ?>
1276
  <div class="questionCon disabled">
1277
  <div class="question"><?php _e('Render Blocking Js', 'wp-fastest-cache'); ?></div>
1278
- <div class="inputCon"><input type="checkbox" id="wpFastestCacheRenderBlocking" name="wpFastestCacheRenderBlocking"><label for="wpFastestCacheRenderBlocking"><?php _e("Remove render-blocking JavaScript", "wp-fastest-cache"); ?></label></div>
1279
  <div class="get-info"><a target="_blank" href="http://www.wpfastestcache.com/premium/render-blocking-js/"><img src="<?php echo plugins_url("wp-fastest-cache/images/info.png"); ?>" /></a></div>
1280
  </div>
1281
  <?php } ?>
116
  //nothing
117
  }else{
118
  if(is_multisite()){
119
+ $this->notify(array("The plugin does not work with Multisite.\n Please <a target='_blank' href='https://www.wpfastestcache.com/blog/multi-site/'>click here</a> to learn how to enable it.", "error"));
120
  return 0;
121
  }
122
  }
1038
 
1039
 
1040
  <?php if(class_exists("WpFastestCachePowerfulHtml")){ ?>
1041
+ <?php if(file_exists(WPFC_WP_PLUGIN_DIR."/wp-fastest-cache-premium/pro/library/widget-cache.php")){ ?>
1042
+ <?php include_once WPFC_WP_PLUGIN_DIR."/wp-fastest-cache-premium/pro/library/widget-cache.php"; ?>
1043
 
1044
  <?php if(class_exists("WpfcWidgetCache") && method_exists("WpfcWidgetCache", "add_filter_admin")){ ?>
1045
  <div class="questionCon">
1262
  <?php if(method_exists("WpFastestCachePowerfulHtml", "render_blocking")){ ?>
1263
  <div class="questionCon">
1264
  <div class="question"><?php _e('Render Blocking Js', 'wp-fastest-cache'); ?></div>
1265
+ <div class="inputCon"><input type="checkbox" <?php echo $wpFastestCacheRenderBlocking; ?> id="wpFastestCacheRenderBlocking" name="wpFastestCacheRenderBlocking"><label for="wpFastestCacheRenderBlocking"><?php _e("Eliminate render-blocking JavaScript resources", "wp-fastest-cache"); ?></label></div>
1266
  <div class="get-info"><a target="_blank" href="http://www.wpfastestcache.com/premium/render-blocking-js/"><img src="<?php echo plugins_url("wp-fastest-cache/images/info.png"); ?>" /></a></div>
1267
  </div>
1268
  <?php }else{ ?>
1269
  <div class="questionCon update-needed">
1270
  <div class="question"><?php _e('Render Blocking Js', 'wp-fastest-cache'); ?></div>
1271
+ <div class="inputCon"><input type="checkbox" id="wpFastestCacheRenderBlocking" name="wpFastestCacheRenderBlocking"><label for="wpFastestCacheRenderBlocking"><?php _e("Eliminate render-blocking JavaScript resources", "wp-fastest-cache"); ?></label></div>
1272
  <div class="get-info"><a target="_blank" href="http://www.wpfastestcache.com/premium/render-blocking-js/"><img src="<?php echo plugins_url("wp-fastest-cache/images/info.png"); ?>" /></a></div>
1273
  </div>
1274
  <?php } ?>
1275
  <?php }else{ ?>
1276
  <div class="questionCon disabled">
1277
  <div class="question"><?php _e('Render Blocking Js', 'wp-fastest-cache'); ?></div>
1278
+ <div class="inputCon"><input type="checkbox" id="wpFastestCacheRenderBlocking" name="wpFastestCacheRenderBlocking"><label for="wpFastestCacheRenderBlocking"><?php _e("Eliminate render-blocking JavaScript resources", "wp-fastest-cache"); ?></label></div>
1279
  <div class="get-info"><a target="_blank" href="http://www.wpfastestcache.com/premium/render-blocking-js/"><img src="<?php echo plugins_url("wp-fastest-cache/images/info.png"); ?>" /></a></div>
1280
  </div>
1281
  <?php } ?>
inc/preload.php CHANGED
@@ -109,7 +109,7 @@
109
  if(isset($pre_load->page)){
110
  $count_pages = wp_count_posts("page", array('post_status' => 'publish', 'suppress_filters' => true));
111
 
112
- $total->page = $count_posts->publish;
113
  }
114
 
115
  if(isset($pre_load->category)){
@@ -269,25 +269,19 @@
269
 
270
  // PAGE
271
  if($number > 0 && isset($pre_load->page) && $pre_load->page > -1){
272
- $pages = get_pages(array(
273
- 'sort_order' => 'DESC',
274
- 'sort_column' => 'ID',
275
- 'parent' => -1,
276
- 'hierarchical' => 0,
277
- 'number' => $number,
278
- 'offset' => $pre_load->page,
279
- 'post_type' => 'page',
280
- 'post_status' => 'publish'
281
- ));
282
 
283
  if(count($pages) > 0){
284
  foreach ($pages as $key => $page) {
285
  if($mobile_theme){
286
- array_push($urls, array("url" => get_page_link($page->ID), "user-agent" => "mobile"));
287
  $number--;
288
  }
289
 
290
- array_push($urls, array("url" => get_page_link($page->ID), "user-agent" => "desktop"));
291
  $number--;
292
 
293
  $pre_load->page = $pre_load->page + 1;
109
  if(isset($pre_load->page)){
110
  $count_pages = wp_count_posts("page", array('post_status' => 'publish', 'suppress_filters' => true));
111
 
112
+ $total->page = $count_pages->publish;
113
  }
114
 
115
  if(isset($pre_load->category)){
269
 
270
  // PAGE
271
  if($number > 0 && isset($pre_load->page) && $pre_load->page > -1){
272
+
273
+ global $wpdb;
274
+ $pages = $wpdb->get_results("SELECT SQL_CALC_FOUND_ROWS ".$wpdb->prefix."posts.ID FROM ".$wpdb->prefix."posts WHERE 1=1 AND (".$wpdb->prefix."posts.post_type = 'page') AND ((".$wpdb->prefix."posts.post_status = 'publish')) ORDER BY ".$wpdb->prefix."posts.ID DESC LIMIT ".$pre_load->page.", ".$number, ARRAY_A);
275
+
 
 
 
 
 
 
276
 
277
  if(count($pages) > 0){
278
  foreach ($pages as $key => $page) {
279
  if($mobile_theme){
280
+ array_push($urls, array("url" => get_page_link($page["ID"]), "user-agent" => "mobile"));
281
  $number--;
282
  }
283
 
284
+ array_push($urls, array("url" => get_page_link($page["ID"]), "user-agent" => "desktop"));
285
  $number--;
286
 
287
  $pre_load->page = $pre_load->page + 1;
languages/wp-fastest-cache-es_ES.mo ADDED
Binary file
languages/wp-fastest-cache-es_ES.po ADDED
@@ -0,0 +1,630 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of Plugins - WP Fastest Cache - Stable (latest release) in Spanish (Spain)
2
+ # This file is distributed under the same license as the Plugins - WP Fastest Cache - Stable (latest release) package.
3
+ msgid ""
4
+ msgstr ""
5
+ "PO-Revision-Date: 2019-10-05 13:33+0000\n"
6
+ "MIME-Version: 1.0\n"
7
+ "Content-Type: text/plain; charset=UTF-8\n"
8
+ "Content-Transfer-Encoding: 8bit\n"
9
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
+ "X-Generator: Loco https://localise.biz/\n"
11
+ "Language: es-ES\n"
12
+ "Project-Id-Version: Plugins - WP Fastest Cache - Stable (latest release)\n"
13
+ "\n"
14
+ "Report-Msgid-Bugs-To: \n"
15
+ "POT-Creation-Date: 2019-10-05 12:57:35+00:00\n"
16
+ "Last-Translator: admin <a@a.com>\n"
17
+ "Language-Team: Español\n"
18
+ "X-Loco-Version: 2.3.0; wp-5.2.3"
19
+
20
+ #: inc/admin-toolbar.php:69 inc/admin.php:988 inc/admin.php:1458
21
+ #: inc/admin.php:1463
22
+ msgid "Delete Cache"
23
+ msgstr "Borrar la caché"
24
+
25
+ #: inc/admin-toolbar.php:74 templates/newpost.php:51
26
+ #: templates/updatepost.php:49
27
+ msgid "Clear All Cache"
28
+ msgstr "Vaciar toda la caché"
29
+
30
+ #: inc/admin-toolbar.php:81 inc/admin.php:1476
31
+ msgid "Delete Cache and Minified CSS/JS"
32
+ msgstr "Borrar la caché y minimizar CSS/JS"
33
+
34
+ #: inc/admin.php:429 inc/admin.php:432
35
+ msgid "Options have been saved"
36
+ msgstr "Las opciones han sido guardadas"
37
+
38
+ #: inc/admin.php:987
39
+ msgid "Settings"
40
+ msgstr "Ajustes"
41
+
42
+ #: inc/admin.php:990
43
+ msgid "Image Optimization"
44
+ msgstr "Optimización de imágenes"
45
+
46
+ #: inc/admin.php:992
47
+ msgid "Exclude"
48
+ msgstr "Excluir"
49
+
50
+ #: inc/admin.php:1020
51
+ msgid "Cache System"
52
+ msgstr "Sistema de caché"
53
+
54
+ #: inc/admin.php:1021
55
+ msgid "Enable"
56
+ msgstr "Activar"
57
+
58
+ #: inc/admin.php:1046 inc/admin.php:1052 inc/admin.php:1059 inc/admin.php:1066
59
+ msgid "Widget Cache"
60
+ msgstr "Widget de caché"
61
+
62
+ #: inc/admin.php:1047 inc/admin.php:1053 inc/admin.php:1060 inc/admin.php:1067
63
+ msgid "Reduce the number of SQL queries"
64
+ msgstr "Reducir el número de consultas SQL"
65
+
66
+ #: inc/admin.php:1075 templates/preload.php:20
67
+ msgid "Preload"
68
+ msgstr "Precargar"
69
+
70
+ #: inc/admin.php:1076
71
+ msgid "Create the cache of all the site automatically"
72
+ msgstr "Crear automáticamente la caché de todo el sitio"
73
+
74
+ #: inc/admin.php:1085
75
+ msgid "Logged-in Users"
76
+ msgstr "Usuarios conectados"
77
+
78
+ #: inc/admin.php:1086
79
+ msgid "Don't show the cached version for logged-in users"
80
+ msgstr "No mostrar la versión de la caché para usuarios conectados"
81
+
82
+ #: inc/admin.php:1090
83
+ msgid "Mobile"
84
+ msgstr "Móvil"
85
+
86
+ #: inc/admin.php:1091
87
+ msgid "Don't show the cached version for desktop to mobile devices"
88
+ msgstr ""
89
+ "No mostrar la versión de escritorio de la caché en los dispositivos móviles"
90
+
91
+ #: inc/admin.php:1096 inc/admin.php:1122
92
+ msgid "Mobile Theme"
93
+ msgstr "Tema para móviles"
94
+
95
+ #: inc/admin.php:1097 inc/admin.php:1123
96
+ msgid "Create cache for mobile theme"
97
+ msgstr "Crear la caché para el tema para móviles"
98
+
99
+ #: inc/admin.php:1129 templates/newpost.php:18
100
+ msgid "New Post"
101
+ msgstr "Nueva entrada"
102
+
103
+ #: inc/admin.php:1130
104
+ msgid "Clear cache files when a post or page is published"
105
+ msgstr "Vaciar los archivos de la caché cuando se publica una entrada o página"
106
+
107
+ #: inc/admin.php:1136 templates/updatepost.php:18
108
+ msgid "Update Post"
109
+ msgstr "Actualizar la entrada"
110
+
111
+ #: inc/admin.php:1137
112
+ msgid "Clear cache files when a post or page is updated"
113
+ msgstr ""
114
+ "Vaciar los archivos de la caché cuando se actualiza una entrada o página"
115
+
116
+ #: inc/admin.php:1145
117
+ msgid "Minify HTML"
118
+ msgstr "Minimizar HTML"
119
+
120
+ #: inc/admin.php:1146
121
+ msgid "You can decrease the size of page"
122
+ msgstr "Puedes reducir el tamaño de la página"
123
+
124
+ #: inc/admin.php:1152 inc/admin.php:1157
125
+ msgid "Minify HTML Plus"
126
+ msgstr "Minify HTML Plus"
127
+
128
+ #: inc/admin.php:1153 inc/admin.php:1158
129
+ msgid "More powerful minify html"
130
+ msgstr "Más potente minimización HTML"
131
+
132
+ #: inc/admin.php:1165
133
+ msgid "Minify Css"
134
+ msgstr "Minimizar CSS"
135
+
136
+ #: inc/admin.php:1166
137
+ msgid "You can decrease the size of css files"
138
+ msgstr "Puedes reducir el tamaño de los archivos CSS"
139
+
140
+ #: inc/admin.php:1174 inc/admin.php:1179
141
+ msgid "Minify Css Plus"
142
+ msgstr "Minify Css Plus"
143
+
144
+ #: inc/admin.php:1175 inc/admin.php:1180
145
+ msgid "More powerful minify css"
146
+ msgstr "Más potente minimización CSS"
147
+
148
+ #: inc/admin.php:1186
149
+ msgid "Combine Css"
150
+ msgstr "Combinar CSS"
151
+
152
+ #: inc/admin.php:1187
153
+ msgid "Reduce HTTP requests through combined css files"
154
+ msgstr "Reducir las solicitudes HTTP mediante archivos JS combinados"
155
+
156
+ #: inc/admin.php:1194 inc/admin.php:1199 inc/admin.php:1205
157
+ msgid "Minify Js"
158
+ msgstr "Minimizar JS"
159
+
160
+ #: inc/admin.php:1195 inc/admin.php:1200 inc/admin.php:1206
161
+ msgid "You can decrease the size of js files"
162
+ msgstr "Puedes reducir el tamaño de los archivos JS"
163
+
164
+ #: inc/admin.php:1211
165
+ msgid "Combine Js"
166
+ msgstr "Combinar JS"
167
+
168
+ #: inc/admin.php:1212 inc/admin.php:1220 inc/admin.php:1226 inc/admin.php:1232
169
+ msgid "Reduce HTTP requests through combined js files"
170
+ msgstr "Reducir las solicitudes HTTP mediante archivos JS combinados"
171
+
172
+ #: inc/admin.php:1218 inc/admin.php:1225 inc/admin.php:1231
173
+ msgid "Combine Js Plus"
174
+ msgstr "Combine Js Plus"
175
+
176
+ #: inc/admin.php:1237
177
+ msgid "Gzip"
178
+ msgstr "Gzip"
179
+
180
+ #: inc/admin.php:1238
181
+ msgid "Reduce the size of files sent from your server"
182
+ msgstr "Reducir el tamaño de los archivos enviados por tu servidor"
183
+
184
+ #: inc/admin.php:1249
185
+ msgid "Browser Caching"
186
+ msgstr "Caché del navegador"
187
+
188
+ #: inc/admin.php:1250
189
+ msgid "Reduce page load times for repeat visitors"
190
+ msgstr ""
191
+ "Reducir el tiempo de carga de la página para los visitantes repetitivos"
192
+
193
+ #: inc/admin.php:1255
194
+ msgid "Disable Emojis"
195
+ msgstr "Desactivar los emojis"
196
+
197
+ #: inc/admin.php:1256
198
+ msgid "You can remove the emoji inline css and wp-emoji-release.min.js"
199
+ msgstr ""
200
+ "Puedes eliminar los emojis CSS integrados y el archivo «wp-emoji-release.min."
201
+ "js»"
202
+
203
+ #: inc/admin.php:1264 inc/admin.php:1270 inc/admin.php:1277
204
+ msgid "Render Blocking Js"
205
+ msgstr "Bloqueo de procesado de JS"
206
+
207
+ #: inc/admin.php:1265 inc/admin.php:1271 inc/admin.php:1278
208
+ msgid "Eliminate render-blocking JavaScript resources"
209
+ msgstr "Elimina los JavaScript recursos que bloqueen el renderizado"
210
+
211
+ #: inc/admin.php:1290 inc/admin.php:1296 inc/admin.php:1303
212
+ msgid "Google Fonts"
213
+ msgstr "Fuentes de Google"
214
+
215
+ #: inc/admin.php:1291 inc/admin.php:1297 inc/admin.php:1304
216
+ msgid "Load Google Fonts asynchronously"
217
+ msgstr "Cargar las fuentes de Google de forma asíncrona"
218
+
219
+ #: inc/admin.php:1314 inc/admin.php:1333 inc/admin.php:1340
220
+ msgid "Lazy Load"
221
+ msgstr "Carga diferida"
222
+
223
+ #: inc/admin.php:1320 inc/admin.php:1334 inc/admin.php:1341
224
+ msgid "Load images and iframes when they enter the browsers viewport"
225
+ msgstr ""
226
+ "Cargar las imágenes e iframes cuando entren en la visualización de los "
227
+ "navegadores"
228
+
229
+ #: inc/admin.php:1411 inc/admin.php:2039 inc/admin.php:2260
230
+ msgid "Only available in Premium version"
231
+ msgstr "Solo disponible en la versión premium"
232
+
233
+ #: inc/admin.php:1418
234
+ msgid "Cache Statistics"
235
+ msgstr "Estadísticas de la caché"
236
+
237
+ #: inc/admin.php:1467
238
+ msgid "You can delete all cache files"
239
+ msgstr "Puedes borrar todos los archivos de la caché"
240
+
241
+ #: inc/admin.php:1468 inc/admin.php:1482 inc/admin.php:1483
242
+ msgid "Target folder"
243
+ msgstr "Carpeta de destino"
244
+
245
+ #: inc/admin.php:1480
246
+ msgid "If you modify any css file, you have to delete minified css files"
247
+ msgstr ""
248
+ "Si modificas cualquier archivo CSS, tienes que borrar los archivos CSS "
249
+ "minimizados"
250
+
251
+ #: inc/admin.php:1481
252
+ msgid "All cache files will be removed as well"
253
+ msgstr "También se eliminarán todos los archivos de la caché"
254
+
255
+ #: inc/admin.php:1497
256
+ msgid "Timeout Rules"
257
+ msgstr "Reglas de límite"
258
+
259
+ #: inc/admin.php:1504 templates/timeout.php:95
260
+ msgid "All"
261
+ msgstr "Todo"
262
+
263
+ #: inc/admin.php:1505 inc/admin.php:1773 templates/exclude.php:93
264
+ #: templates/timeout.php:96
265
+ msgid "Home Page"
266
+ msgstr "Página de inicio"
267
+
268
+ #: inc/admin.php:1506 inc/admin.php:1780 templates/exclude.php:102
269
+ #: templates/timeout.php:97
270
+ msgid "Starts With"
271
+ msgstr "Comienza con"
272
+
273
+ #: inc/admin.php:1507 inc/admin.php:1781 templates/exclude.php:103
274
+ #: templates/timeout.php:99
275
+ msgid "Contains"
276
+ msgstr "Contiene"
277
+
278
+ #: inc/admin.php:1508 inc/admin.php:1782 templates/exclude.php:104
279
+ #: templates/timeout.php:98
280
+ msgid "Is Equal To"
281
+ msgstr "Es igual a"
282
+
283
+ #: inc/admin.php:1540 inc/admin.php:1805 inc/admin.php:1822 inc/admin.php:1841
284
+ #: inc/admin.php:1859 inc/admin.php:1879
285
+ msgid "Add New Rule"
286
+ msgstr "Añadir una nueva regla"
287
+
288
+ #: inc/admin.php:1614
289
+ msgid "Optimize Image Tool"
290
+ msgstr "Herramienta de optimización de imágenes"
291
+
292
+ #: inc/admin.php:1638
293
+ msgid "Discover Features"
294
+ msgstr "Descubre las características"
295
+
296
+ #: inc/admin.php:1641
297
+ msgid ""
298
+ "In the premium version there are some new features which speed up the sites "
299
+ "more."
300
+ msgstr ""
301
+ "En la versión premium hay algunas nuevas características que dan más "
302
+ "velocidad a los sitios."
303
+
304
+ #: inc/admin.php:1647
305
+ msgid "New Features"
306
+ msgstr "Nuevas características"
307
+
308
+ #: inc/admin.php:1661
309
+ msgid "Checkout"
310
+ msgstr "Pagar"
311
+
312
+ #: inc/admin.php:1664
313
+ msgid "You need to pay before downloading the premium version."
314
+ msgstr "Tienes que pagar antes de descargar la versión premium."
315
+
316
+ #: inc/admin.php:1678
317
+ msgid "Just"
318
+ msgstr "Solo"
319
+
320
+ #: inc/admin.php:1679
321
+ msgid ""
322
+ "The download button will be available after paid. You can buy the premium "
323
+ "version now."
324
+ msgstr ""
325
+ "El botón de descarga estará disponible después del pago. Puedes comprar la "
326
+ "versión premium ahora."
327
+
328
+ #: inc/admin.php:1684
329
+ msgid "Purchased"
330
+ msgstr "Comprada"
331
+
332
+ #: inc/admin.php:1699
333
+ msgid "Buy"
334
+ msgstr "Comprar"
335
+
336
+ #: inc/admin.php:1712
337
+ msgid "Download & Update"
338
+ msgstr "Descargar y actualizar"
339
+
340
+ #: inc/admin.php:1715
341
+ msgid "You can download and update the premium when you want if you paid."
342
+ msgstr ""
343
+ "Puedes descargar y actualizar a la versión premium cuando quieras si has "
344
+ "pagado."
345
+
346
+ #: inc/admin.php:1721
347
+ msgid "Get It Now!"
348
+ msgstr "¡Consíguela ahora!"
349
+
350
+ #: inc/admin.php:1722
351
+ msgid ""
352
+ "Please don't delete the free version. Premium version works with the free "
353
+ "version."
354
+ msgstr ""
355
+ "Por favor, no borres la versión gratuita. La versión premium funciona con la "
356
+ "versión gratuita."
357
+
358
+ #: inc/admin.php:1728
359
+ msgid "Update"
360
+ msgstr "Actualizar"
361
+
362
+ #: inc/admin.php:1733
363
+ msgid "Download"
364
+ msgstr "Descargar"
365
+
366
+ #: inc/admin.php:1774 templates/exclude.php:94 templates/preload.php:41
367
+ msgid "Categories"
368
+ msgstr "Categorías"
369
+
370
+ #: inc/admin.php:1775 templates/exclude.php:95 templates/preload.php:49
371
+ msgid "Tags"
372
+ msgstr "Etiquetas"
373
+
374
+ #: inc/admin.php:1776 templates/exclude.php:99
375
+ msgid "Archives"
376
+ msgstr "Archivos"
377
+
378
+ #: inc/admin.php:1777 templates/exclude.php:96 templates/preload.php:37
379
+ msgid "Posts"
380
+ msgstr "Entradas"
381
+
382
+ #: inc/admin.php:1778 templates/exclude.php:97 templates/preload.php:45
383
+ msgid "Pages"
384
+ msgstr "Páginas"
385
+
386
+ #: inc/admin.php:1779 templates/exclude.php:101 templates/preload.php:53
387
+ msgid "Attachments"
388
+ msgstr "Adjuntos"
389
+
390
+ #: inc/admin.php:1783 templates/exclude.php:105
391
+ msgid "has Google Analytics Parameters"
392
+ msgstr "tiene parámetros de Google Analytics"
393
+
394
+ #: inc/admin.php:1784 templates/exclude.php:106
395
+ msgid "has Woocommerce Items in Cart"
396
+ msgstr "tiene artículos de WooCommerce en el carrito"
397
+
398
+ #: inc/admin.php:1801
399
+ msgid "Exclude Pages"
400
+ msgstr "Excluir páginas"
401
+
402
+ #: inc/admin.php:1818
403
+ msgid "Exclude User-Agents"
404
+ msgstr "Excluir agentes de usuario"
405
+
406
+ #: inc/admin.php:1837
407
+ msgid "Exclude Cookies"
408
+ msgstr "Excluir cookies"
409
+
410
+ #: inc/admin.php:1855
411
+ msgid "Exclude CSS"
412
+ msgstr "Excluir CSS"
413
+
414
+ #: inc/admin.php:1875
415
+ msgid "Exclude JS"
416
+ msgstr "Excluir JS"
417
+
418
+ #: inc/admin.php:1912
419
+ msgid "CDN Settings"
420
+ msgstr "Ajustes de la CDN"
421
+
422
+ #: inc/admin.php:2024
423
+ msgid "Database Cleanup"
424
+ msgstr "Limpieza de la base de datos"
425
+
426
+ #: templates/disable_wp_cron.php:20
427
+ msgid "Warning"
428
+ msgstr "Advertencia"
429
+
430
+ #: templates/exclude.php:66
431
+ msgid "Exclude Page Wizard"
432
+ msgstr "Asistente para excluir páginas"
433
+
434
+ #: templates/exclude.php:89 templates/timeout.php:91
435
+ msgid "If REQUEST_URI"
436
+ msgstr "Si REQUEST_URI"
437
+
438
+ #: templates/lazy_load.php:9
439
+ msgid "Lazy Load Settings"
440
+ msgstr "Asistente de carga diferida"
441
+
442
+ #: templates/newpost.php:29
443
+ msgid "What do you want to happen after publishing the new post?"
444
+ msgstr "¿Qué quieres que ocurra después de publicar la nueva entrada?"
445
+
446
+ #: templates/newpost.php:55 templates/updatepost.php:56
447
+ msgid "Clear Cache of Homepage"
448
+ msgstr "Vaciar la caché de la página de inicio"
449
+
450
+ #: templates/newpost.php:56 templates/updatepost.php:54
451
+ msgid "Clear Cache of Post Categories"
452
+ msgstr "Vaciar la caché de categorías de entradas"
453
+
454
+ #: templates/newpost.php:57 templates/updatepost.php:55
455
+ msgid "Clear Cache of Post Tags"
456
+ msgstr "Vaciar la caché de etiquetas de entradas"
457
+
458
+ #: templates/newpost.php:58
459
+ msgid "Clear Cache of Pagination"
460
+ msgstr "Vaciar la caché de paginación"
461
+
462
+ #: templates/newpost.php:68 templates/preload.php:102
463
+ #: templates/updatepost.php:64
464
+ msgid "OK"
465
+ msgstr "Aceptar"
466
+
467
+ #: templates/nginx_gzip.php:9
468
+ msgid "Enable Gzip"
469
+ msgstr "Activar Gzip"
470
+
471
+ #: templates/preload.php:33
472
+ msgid "Homepage"
473
+ msgstr "Página de inicio"
474
+
475
+ #: templates/preload.php:58
476
+ msgid "Custom Post Types"
477
+ msgstr "Tipos de contenido personalizado"
478
+
479
+ #: templates/preload.php:63
480
+ msgid "Custom Taxonomies"
481
+ msgstr "Taxonomías personalizadas"
482
+
483
+ #: templates/preload.php:87
484
+ msgid "pages per minute"
485
+ msgstr "páginas por minuto"
486
+
487
+ #: templates/preload.php:92
488
+ msgid "Restart After Completed"
489
+ msgstr "Reiniciar después de completado"
490
+
491
+ #: templates/timeout.php:68
492
+ msgid "Cache Timeout Wizard"
493
+ msgstr "Asistente del tiempo límite de la caché"
494
+
495
+ #: templates/timeout.php:124
496
+ msgid "Then"
497
+ msgstr "Entonces"
498
+
499
+ #: templates/timeout.php:137
500
+ msgid "Choose One"
501
+ msgstr "Elige uno"
502
+
503
+ #: templates/timeout.php:165
504
+ msgid "delete the files"
505
+ msgstr "borrar los archivos"
506
+
507
+ #: templates/timeout.php:185
508
+ msgid "Server Time"
509
+ msgstr "Hora del servidor"
510
+
511
+ #: templates/update_now.php:9
512
+ msgid "Please Update"
513
+ msgstr "Por favor, actualiza"
514
+
515
+ #: templates/update_success.php:9
516
+ msgid "Success"
517
+ msgstr "Correcto"
518
+
519
+ #: templates/updatepost.php:29
520
+ msgid "What do you want to happen after update a post or a page?"
521
+ msgstr ""
522
+ "¿Qué quieres que ocurra después de actualizar una entrada o una página?"
523
+
524
+ #: templates/updatepost.php:53
525
+ msgid "Clear Cache of Post / Page"
526
+ msgstr "Vaciar la caché de entradas / páginas"
527
+
528
+ #: wpFastestCache.php:1470
529
+ msgid "Once Every 1 Minute"
530
+ msgstr "Una vez cada minuto"
531
+
532
+ #: wpFastestCache.php:1476
533
+ msgid "Once Every 5 Minutes"
534
+ msgstr "Una vez cada 5 minutos"
535
+
536
+ #: wpFastestCache.php:1482
537
+ msgid "Once Every 15 Minutes"
538
+ msgstr "Una vez cada 15 minutos"
539
+
540
+ #: wpFastestCache.php:1488
541
+ msgid "Twice an Hour"
542
+ msgstr "Dos veces a la hora"
543
+
544
+ #: wpFastestCache.php:1494
545
+ msgid "Once an Hour"
546
+ msgstr "Una vez a la hora"
547
+
548
+ #: wpFastestCache.php:1500
549
+ msgid "Once Every 2 Hours"
550
+ msgstr "Una vez cada 2 horas"
551
+
552
+ #: wpFastestCache.php:1506
553
+ msgid "Once Every 3 Hours"
554
+ msgstr "Una vez cada 3 horas"
555
+
556
+ #: wpFastestCache.php:1512
557
+ msgid "Once Every 4 Hours"
558
+ msgstr "Una vez cada 4 horas"
559
+
560
+ #: wpFastestCache.php:1518
561
+ msgid "Once Every 5 Hours"
562
+ msgstr "Una vez cada 5 horas"
563
+
564
+ #: wpFastestCache.php:1524
565
+ msgid "Once Every 6 Hours"
566
+ msgstr "Una vez cada 6 horas"
567
+
568
+ #: wpFastestCache.php:1530
569
+ msgid "Once Every 7 Hours"
570
+ msgstr "Una vez cada 7 horas"
571
+
572
+ #: wpFastestCache.php:1536
573
+ msgid "Once Every 8 Hours"
574
+ msgstr "Una vez cada 8 horas"
575
+
576
+ #: wpFastestCache.php:1542
577
+ msgid "Once Every 9 Hours"
578
+ msgstr "Una vez cada 9 horas"
579
+
580
+ #: wpFastestCache.php:1548
581
+ msgid "Once Every 10 Hours"
582
+ msgstr "Una vez cada 10 horas"
583
+
584
+ #: wpFastestCache.php:1554
585
+ msgid "Once a Day"
586
+ msgstr "Una vez al día"
587
+
588
+ #: wpFastestCache.php:1560
589
+ msgid "Once Every 3 Days"
590
+ msgstr "Una vez cada 3 días"
591
+
592
+ #: wpFastestCache.php:1566
593
+ msgid "Once Every 7 Days"
594
+ msgstr "Una vez cada 7 días"
595
+
596
+ #: wpFastestCache.php:1572
597
+ msgid "Once Every 10 Days"
598
+ msgstr "Una vez cada 10 días"
599
+
600
+ #: wpFastestCache.php:1578
601
+ msgid "Once Every 15 Days"
602
+ msgstr "Una vez cada 15 días"
603
+
604
+ #: wpFastestCache.php:1584
605
+ msgid "Once a Month"
606
+ msgstr "Una vez al mes"
607
+
608
+ #: wpFastestCache.php:1590
609
+ msgid "Once a Year"
610
+ msgstr "Una vez al año"
611
+
612
+ #. Plugin Name of the plugin
613
+ msgid "WP Fastest Cache"
614
+ msgstr "WP Fastest Cache"
615
+
616
+ #. Plugin URI of the plugin
617
+ msgid "http://wordpress.org/plugins/wp-fastest-cache/"
618
+ msgstr "http://es.wordpress.org/plugins/wp-fastest-cache/"
619
+
620
+ #. Description of the plugin
621
+ msgid "The simplest and fastest WP Cache system"
622
+ msgstr "El sistema WP Cache más simple y rápido"
623
+
624
+ #. Author of the plugin
625
+ msgid "Emre Vona"
626
+ msgstr "Emre Vona"
627
+
628
+ #. Author URI of the plugin
629
+ msgid "http://tr.linkedin.com/in/emrevona"
630
+ msgstr "http://tr.linkedin.com/in/emrevona"
languages/wp-fastest-cache-sv_SE.mo ADDED
Binary file
languages/wp-fastest-cache-sv_SE.po ADDED
@@ -0,0 +1,621 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of Plugins - WP Fastest Cache - Development (trunk) in Swedish
2
+ # This file is distributed under the same license as the Plugins - WP Fastest Cache - Development (trunk) package.
3
+ msgid ""
4
+ msgstr ""
5
+ "PO-Revision-Date: 2019-10-05 13:23+0000\n"
6
+ "MIME-Version: 1.0\n"
7
+ "Content-Type: text/plain; charset=UTF-8\n"
8
+ "Content-Transfer-Encoding: 8bit\n"
9
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
+ "X-Generator: Loco https://localise.biz/\n"
11
+ "Language: sv-SE\n"
12
+ "Project-Id-Version: Plugins - WP Fastest Cache - Development (trunk)\n"
13
+ "\n"
14
+ "Report-Msgid-Bugs-To: \n"
15
+ "POT-Creation-Date: 2019-10-05 13:21+0000\n"
16
+ "Last-Translator: admin <a@a.com>\n"
17
+ "Language-Team: Swedish\n"
18
+ "X-Loco-Version: 2.3.0; wp-5.2.3"
19
+
20
+ #: inc/admin.php:1265 inc/admin.php:1271 inc/admin.php:1278
21
+ msgid "Eliminate render-blocking JavaScript resources"
22
+ msgstr "Eliminera renderingsblockerande JavaScript-resurser"
23
+
24
+ #: inc/admin.php:429 inc/admin.php:432
25
+ msgid "Options have been saved"
26
+ msgstr "Alternativ har sparats"
27
+
28
+ #: inc/admin.php:1733
29
+ msgid "Download"
30
+ msgstr "Ladda ner"
31
+
32
+ #: inc/admin.php:1728
33
+ msgid "Update"
34
+ msgstr "Uppdatera"
35
+
36
+ #: inc/admin.php:1722
37
+ msgid ""
38
+ "Please don't delete the free version. Premium version works with the free "
39
+ "version."
40
+ msgstr ""
41
+ "Ta inte bort gratisversionen. Premiumversionen används tillsammans med "
42
+ "gratisversionen."
43
+
44
+ #: inc/admin.php:1721
45
+ msgid "Get It Now!"
46
+ msgstr "Skaffa det nu!"
47
+
48
+ #: inc/admin.php:1715
49
+ msgid "You can download and update the premium when you want if you paid."
50
+ msgstr "Du kan ladda ner och uppdatera premium när du vill om du har betalat."
51
+
52
+ #: inc/admin.php:1712
53
+ msgid "Download & Update"
54
+ msgstr "Ladda ner och uppdatera"
55
+
56
+ #: inc/admin.php:1699
57
+ msgid "Buy"
58
+ msgstr "Köp"
59
+
60
+ #: inc/admin.php:1684
61
+ msgid "Purchased"
62
+ msgstr "Köpt"
63
+
64
+ #: inc/admin.php:1679
65
+ msgid ""
66
+ "The download button will be available after paid. You can buy the premium "
67
+ "version now."
68
+ msgstr ""
69
+ "Nedladdningsknappen kommer att finnas tillgänglig efter betalning. Du kan "
70
+ "köpa premiumversionen nu."
71
+
72
+ #: inc/admin.php:1678
73
+ msgid "Just"
74
+ msgstr "Endast"
75
+
76
+ #: inc/admin.php:1664
77
+ msgid "You need to pay before downloading the premium version."
78
+ msgstr "Du måste betala före nedladdning av premiumversionen."
79
+
80
+ #: inc/admin.php:1661
81
+ msgid "Checkout"
82
+ msgstr "Kassa"
83
+
84
+ #: inc/admin.php:1647
85
+ msgid "New Features"
86
+ msgstr "Nya funktioner"
87
+
88
+ #: inc/admin.php:1641
89
+ msgid ""
90
+ "In the premium version there are some new features which speed up the sites "
91
+ "more."
92
+ msgstr ""
93
+ "I premiumversionen finns det några nya funktioner som snabbar upp "
94
+ "webbplatserna mer."
95
+
96
+ #: inc/admin.php:1638
97
+ msgid "Discover Features"
98
+ msgstr "Utforska funktioner"
99
+
100
+ #: templates/exclude.php:106 inc/admin.php:1784
101
+ msgid "has Woocommerce Items in Cart"
102
+ msgstr "har Woocommerce-varor i varukorgen"
103
+
104
+ #: templates/exclude.php:105 inc/admin.php:1783
105
+ msgid "has Google Analytics Parameters"
106
+ msgstr "har Google Analytics-parametrar"
107
+
108
+ #: templates/exclude.php:99 inc/admin.php:1776
109
+ msgid "Archives"
110
+ msgstr "Arkiv"
111
+
112
+ #: templates/timeout.php:185
113
+ msgid "Server Time"
114
+ msgstr "Servertid"
115
+
116
+ #: templates/timeout.php:165
117
+ msgid "delete the files"
118
+ msgstr "ta bort filerna"
119
+
120
+ #: templates/timeout.php:99 templates/exclude.php:103 inc/admin.php:1507
121
+ #: inc/admin.php:1781
122
+ msgid "Contains"
123
+ msgstr "Innehåller"
124
+
125
+ #: templates/timeout.php:98 templates/exclude.php:104 inc/admin.php:1508
126
+ #: inc/admin.php:1782
127
+ msgid "Is Equal To"
128
+ msgstr "Är lika med"
129
+
130
+ #: templates/timeout.php:97 templates/exclude.php:102 inc/admin.php:1506
131
+ #: inc/admin.php:1780
132
+ msgid "Starts With"
133
+ msgstr "Startar med"
134
+
135
+ #: templates/timeout.php:96 templates/exclude.php:93 inc/admin.php:1505
136
+ #: inc/admin.php:1773
137
+ msgid "Home Page"
138
+ msgstr "Startsida"
139
+
140
+ #: templates/timeout.php:95 inc/admin.php:1504
141
+ msgid "All"
142
+ msgstr "Alla"
143
+
144
+ #: templates/exclude.php:66
145
+ msgid "Exclude Page Wizard"
146
+ msgstr "Guide för exkludering av sida"
147
+
148
+ #: templates/timeout.php:124
149
+ msgid "Then"
150
+ msgstr "Sedan"
151
+
152
+ #: templates/timeout.php:91 templates/exclude.php:89
153
+ msgid "If REQUEST_URI"
154
+ msgstr "Om REQUEST_URI"
155
+
156
+ #: templates/timeout.php:68
157
+ msgid "Cache Timeout Wizard"
158
+ msgstr "Guide för cache-timeout"
159
+
160
+ #: templates/lazy_load.php:9
161
+ msgid "Lazy Load Settings"
162
+ msgstr "Inställningar för Lazy Load"
163
+
164
+ #: templates/nginx_gzip.php:9
165
+ msgid "Enable Gzip"
166
+ msgstr "Aktivera Gzip"
167
+
168
+ #: templates/update_now.php:9
169
+ msgid "Please Update"
170
+ msgstr "Uppdatera"
171
+
172
+ #: templates/update_success.php:9
173
+ msgid "Success"
174
+ msgstr "Lyckades"
175
+
176
+ #: templates/disable_wp_cron.php:20
177
+ msgid "Warning"
178
+ msgstr "Varning"
179
+
180
+ #: inc/admin.php:1540 inc/admin.php:1805 inc/admin.php:1822 inc/admin.php:1841
181
+ #: inc/admin.php:1859 inc/admin.php:1879
182
+ msgid "Add New Rule"
183
+ msgstr "Lägg till ny regel"
184
+
185
+ #: inc/admin-toolbar.php:81 inc/admin.php:1476
186
+ msgid "Delete Cache and Minified CSS/JS"
187
+ msgstr "Ta bort cache och minifierad CSS/JS"
188
+
189
+ #: inc/admin.php:1411 inc/admin.php:2039 inc/admin.php:2260
190
+ msgid "Only available in Premium version"
191
+ msgstr "Endast tillgängligt i premiumversion"
192
+
193
+ #: templates/timeout.php:137
194
+ msgid "Choose One"
195
+ msgstr "Välj en"
196
+
197
+ #: inc/admin.php:1481
198
+ msgid "All cache files will be removed as well"
199
+ msgstr "Alla cache-filer kommer också att tas bort"
200
+
201
+ #: inc/admin.php:1480
202
+ msgid "If you modify any css file, you have to delete minified css files"
203
+ msgstr "Om du modifierar någon CSS-fil måste du ta bort minifierade CSS-filer"
204
+
205
+ #: inc/admin.php:1468 inc/admin.php:1482 inc/admin.php:1483
206
+ msgid "Target folder"
207
+ msgstr "Målmapp"
208
+
209
+ #: inc/admin.php:1467
210
+ msgid "You can delete all cache files"
211
+ msgstr "Du kan ta bort alla cache-filer"
212
+
213
+ #: inc/admin.php:992
214
+ msgid "Exclude"
215
+ msgstr "Exkludera"
216
+
217
+ #: inc/admin.php:990
218
+ msgid "Image Optimization"
219
+ msgstr "Bildoptimering"
220
+
221
+ #: inc/admin.php:987
222
+ msgid "Settings"
223
+ msgstr "Inställningar"
224
+
225
+ #: inc/admin.php:2024
226
+ msgid "Database Cleanup"
227
+ msgstr "Databasrensning"
228
+
229
+ #: inc/admin.php:1912
230
+ msgid "CDN Settings"
231
+ msgstr "CDN-inställningar"
232
+
233
+ #: inc/admin.php:1875
234
+ msgid "Exclude JS"
235
+ msgstr "Exkludera JS"
236
+
237
+ #: inc/admin.php:1855
238
+ msgid "Exclude CSS"
239
+ msgstr "Exkludera CSS"
240
+
241
+ #: inc/admin.php:1837
242
+ msgid "Exclude Cookies"
243
+ msgstr "Exkludera cookies"
244
+
245
+ #: inc/admin.php:1818
246
+ msgid "Exclude User-Agents"
247
+ msgstr "Exkludera användaragenter"
248
+
249
+ #: inc/admin.php:1801
250
+ msgid "Exclude Pages"
251
+ msgstr "Exkludera sidor"
252
+
253
+ #: inc/admin.php:1614
254
+ msgid "Optimize Image Tool"
255
+ msgstr "Bildoptimeringsverktyg"
256
+
257
+ #: inc/admin.php:1497
258
+ msgid "Timeout Rules"
259
+ msgstr "Timeout-regler"
260
+
261
+ #: inc/admin-toolbar.php:69 inc/admin.php:988 inc/admin.php:1458
262
+ #: inc/admin.php:1463
263
+ msgid "Delete Cache"
264
+ msgstr "Ta bort cache"
265
+
266
+ #: inc/admin.php:1418
267
+ msgid "Cache Statistics"
268
+ msgstr "Cachestatistik"
269
+
270
+ #: templates/updatepost.php:53
271
+ msgid "Clear Cache of Post / Page"
272
+ msgstr "Rensa cache för inlägg/sida"
273
+
274
+ #: templates/updatepost.php:29
275
+ msgid "What do you want to happen after update a post or a page?"
276
+ msgstr ""
277
+ "Vad vill du ska hända efter att ha uppdaterat ett inlägg eller en sida?"
278
+
279
+ #: templates/newpost.php:58
280
+ msgid "Clear Cache of Pagination"
281
+ msgstr "Rensa cache för paginering"
282
+
283
+ #: templates/newpost.php:57 templates/updatepost.php:55
284
+ msgid "Clear Cache of Post Tags"
285
+ msgstr "Rensa cache för inläggsetiketter"
286
+
287
+ #: templates/newpost.php:56 templates/updatepost.php:54
288
+ msgid "Clear Cache of Post Categories"
289
+ msgstr "Rensa cache för inläggskategorier"
290
+
291
+ #: templates/newpost.php:55 templates/updatepost.php:56
292
+ msgid "Clear Cache of Homepage"
293
+ msgstr "Rensa cache för startsida"
294
+
295
+ #: templates/newpost.php:51 templates/updatepost.php:49
296
+ #: inc/admin-toolbar.php:74
297
+ msgid "Clear All Cache"
298
+ msgstr "Rensa all cache"
299
+
300
+ #: templates/newpost.php:29
301
+ msgid "What do you want to happen after publishing the new post?"
302
+ msgstr "Vad vill du hända efter att du publicerat det nya inlägget?"
303
+
304
+ #: templates/newpost.php:68 templates/preload.php:102
305
+ #: templates/updatepost.php:64
306
+ msgid "OK"
307
+ msgstr "OK"
308
+
309
+ #: templates/preload.php:92
310
+ msgid "Restart After Completed"
311
+ msgstr "Starta om efter att ha slutförts"
312
+
313
+ #: templates/preload.php:87
314
+ msgid "pages per minute"
315
+ msgstr "sidor per minut"
316
+
317
+ #: templates/preload.php:63
318
+ msgid "Custom Taxonomies"
319
+ msgstr "Anpassade taxonomier"
320
+
321
+ #: templates/preload.php:58
322
+ msgid "Custom Post Types"
323
+ msgstr "Anpassade inläggstyper"
324
+
325
+ #: templates/preload.php:53 templates/exclude.php:101 inc/admin.php:1779
326
+ msgid "Attachments"
327
+ msgstr "Bilagor"
328
+
329
+ #: templates/preload.php:49 templates/exclude.php:95 inc/admin.php:1775
330
+ msgid "Tags"
331
+ msgstr "Etiketter"
332
+
333
+ #: templates/preload.php:45 templates/exclude.php:97 inc/admin.php:1778
334
+ msgid "Pages"
335
+ msgstr "Sidor"
336
+
337
+ #: templates/preload.php:41 templates/exclude.php:94 inc/admin.php:1774
338
+ msgid "Categories"
339
+ msgstr "Kategorier"
340
+
341
+ #: templates/preload.php:37 templates/exclude.php:96 inc/admin.php:1777
342
+ msgid "Posts"
343
+ msgstr "Inlägg"
344
+
345
+ #: templates/preload.php:33
346
+ msgid "Homepage"
347
+ msgstr "Startsida"
348
+
349
+ #: inc/admin.php:1212 inc/admin.php:1220 inc/admin.php:1226 inc/admin.php:1232
350
+ msgid "Reduce HTTP requests through combined js files"
351
+ msgstr "Minska HTTP-förfrågningar genom kombinerade js-filer"
352
+
353
+ #: inc/admin.php:1320 inc/admin.php:1334 inc/admin.php:1341
354
+ msgid "Load images and iframes when they enter the browsers viewport"
355
+ msgstr ""
356
+ "Ladda bilder och iframes när de kommer in i webbläsarens visningsområde"
357
+
358
+ #: inc/admin.php:1314 inc/admin.php:1333 inc/admin.php:1340
359
+ msgid "Lazy Load"
360
+ msgstr "Lazy Load"
361
+
362
+ #: inc/admin.php:1291 inc/admin.php:1297 inc/admin.php:1304
363
+ msgid "Load Google Fonts asynchronously"
364
+ msgstr "Ladda Google Fonts asynkront"
365
+
366
+ #: inc/admin.php:1290 inc/admin.php:1296 inc/admin.php:1303
367
+ msgid "Google Fonts"
368
+ msgstr "Google Fonts"
369
+
370
+ #: inc/admin.php:1264 inc/admin.php:1270 inc/admin.php:1277
371
+ msgid "Render Blocking Js"
372
+ msgstr ""
373
+
374
+ #: inc/admin.php:1256
375
+ msgid "You can remove the emoji inline css and wp-emoji-release.min.js"
376
+ msgstr "Du kan ta bort emoji inline CSS och wp-emoji-release.min.js"
377
+
378
+ #: inc/admin.php:1255
379
+ msgid "Disable Emojis"
380
+ msgstr "Inaktivera emojis"
381
+
382
+ #: inc/admin.php:1250
383
+ msgid "Reduce page load times for repeat visitors"
384
+ msgstr "Minska sidans laddningstid för upprepade besökare"
385
+
386
+ #: inc/admin.php:1249
387
+ msgid "Browser Caching"
388
+ msgstr "Webbläsarcaching"
389
+
390
+ #: inc/admin.php:1238
391
+ msgid "Reduce the size of files sent from your server"
392
+ msgstr "Minska storleken på filer som skickas från din server"
393
+
394
+ #: inc/admin.php:1237
395
+ msgid "Gzip"
396
+ msgstr "Gzip"
397
+
398
+ #: inc/admin.php:1218 inc/admin.php:1225 inc/admin.php:1231
399
+ msgid "Combine Js Plus"
400
+ msgstr "Kombinera Js Plus"
401
+
402
+ #: inc/admin.php:1211
403
+ msgid "Combine Js"
404
+ msgstr "Kombinera Js"
405
+
406
+ #: inc/admin.php:1195 inc/admin.php:1200 inc/admin.php:1206
407
+ msgid "You can decrease the size of js files"
408
+ msgstr "Du kan minska storleken på js-filer"
409
+
410
+ #: inc/admin.php:1194 inc/admin.php:1199 inc/admin.php:1205
411
+ msgid "Minify Js"
412
+ msgstr "Minifiera Js"
413
+
414
+ #: inc/admin.php:1187
415
+ msgid "Reduce HTTP requests through combined css files"
416
+ msgstr "Minska HTTP-förfrågningar genom kombinerade CSS-filer"
417
+
418
+ #: inc/admin.php:1186
419
+ msgid "Combine Css"
420
+ msgstr "Kombinera CSS"
421
+
422
+ #: inc/admin.php:1175 inc/admin.php:1180
423
+ msgid "More powerful minify css"
424
+ msgstr "Kraftfullare minifierad CSS"
425
+
426
+ #: inc/admin.php:1174 inc/admin.php:1179
427
+ msgid "Minify Css Plus"
428
+ msgstr "Minifiera CSS Plus"
429
+
430
+ #: inc/admin.php:1166
431
+ msgid "You can decrease the size of css files"
432
+ msgstr "Du kan minska storleken på CSS-filer"
433
+
434
+ #: inc/admin.php:1165
435
+ msgid "Minify Css"
436
+ msgstr "Minifiera CSS"
437
+
438
+ #: inc/admin.php:1153 inc/admin.php:1158
439
+ msgid "More powerful minify html"
440
+ msgstr "Kraftfullare minifierad html"
441
+
442
+ #: inc/admin.php:1152 inc/admin.php:1157
443
+ msgid "Minify HTML Plus"
444
+ msgstr "Minifiera HTML Plus"
445
+
446
+ #: inc/admin.php:1146
447
+ msgid "You can decrease the size of page"
448
+ msgstr "Du kan minska storleken på sidan"
449
+
450
+ #: inc/admin.php:1145
451
+ msgid "Minify HTML"
452
+ msgstr "Minifiera HTML"
453
+
454
+ #: inc/admin.php:1137
455
+ msgid "Clear cache files when a post or page is updated"
456
+ msgstr "Rensa cache-filer när ett inlägg eller en sida uppdateras"
457
+
458
+ #: templates/updatepost.php:18 inc/admin.php:1136
459
+ msgid "Update Post"
460
+ msgstr "Uppdatera inlägg"
461
+
462
+ #: inc/admin.php:1130
463
+ msgid "Clear cache files when a post or page is published"
464
+ msgstr "Rensa cache-filer när ett inlägg eller en sida publiceras"
465
+
466
+ #: templates/newpost.php:18 inc/admin.php:1129
467
+ msgid "New Post"
468
+ msgstr "Nytt inlägg"
469
+
470
+ #: inc/admin.php:1097 inc/admin.php:1123
471
+ msgid "Create cache for mobile theme"
472
+ msgstr "Skapa cache för mobiltema"
473
+
474
+ #: inc/admin.php:1096 inc/admin.php:1122
475
+ msgid "Mobile Theme"
476
+ msgstr "Mobiltema"
477
+
478
+ #: inc/admin.php:1091
479
+ msgid "Don't show the cached version for desktop to mobile devices"
480
+ msgstr ""
481
+ "Visa inte den cachade versionen för stationär dator till mobila enheter"
482
+
483
+ #: inc/admin.php:1090
484
+ msgid "Mobile"
485
+ msgstr "Mobil"
486
+
487
+ #: inc/admin.php:1086
488
+ msgid "Don't show the cached version for logged-in users"
489
+ msgstr "Visa inte den cachade versionen för inloggade användare"
490
+
491
+ #: inc/admin.php:1085
492
+ msgid "Logged-in Users"
493
+ msgstr "Inloggade användare"
494
+
495
+ #: inc/admin.php:1076
496
+ msgid "Create the cache of all the site automatically"
497
+ msgstr "Skapa cache för hela webbplatsen automatiskt"
498
+
499
+ #: templates/preload.php:20 inc/admin.php:1075
500
+ msgid "Preload"
501
+ msgstr "Förhandsladda"
502
+
503
+ #: inc/admin.php:1047 inc/admin.php:1053 inc/admin.php:1060 inc/admin.php:1067
504
+ msgid "Reduce the number of SQL queries"
505
+ msgstr "Minska antalet SQL-frågor"
506
+
507
+ #: inc/admin.php:1046 inc/admin.php:1052 inc/admin.php:1059 inc/admin.php:1066
508
+ msgid "Widget Cache"
509
+ msgstr "Widget-cache"
510
+
511
+ #: inc/admin.php:1021
512
+ msgid "Enable"
513
+ msgstr "Aktivera"
514
+
515
+ #: inc/admin.php:1020
516
+ msgid "Cache System"
517
+ msgstr "Cachesystem"
518
+
519
+ #: wpFastestCache.php:1578
520
+ msgid "Once Every 15 Days"
521
+ msgstr "En gång var 15:e dag"
522
+
523
+ #: wpFastestCache.php:1566
524
+ msgid "Once Every 7 Days"
525
+ msgstr "En gång var 7:e dag"
526
+
527
+ #: wpFastestCache.php:1560
528
+ msgid "Once Every 3 Days"
529
+ msgstr "En gång var 3:e dag"
530
+
531
+ #: wpFastestCache.php:1548
532
+ msgid "Once Every 10 Hours"
533
+ msgstr "En gång var 10:e timme"
534
+
535
+ #: wpFastestCache.php:1542
536
+ msgid "Once Every 9 Hours"
537
+ msgstr "En gång var 9:e timme"
538
+
539
+ #: wpFastestCache.php:1536
540
+ msgid "Once Every 8 Hours"
541
+ msgstr "En gång var 8:e timme"
542
+
543
+ #: wpFastestCache.php:1530
544
+ msgid "Once Every 7 Hours"
545
+ msgstr "En gång var 7:e timme"
546
+
547
+ #: wpFastestCache.php:1518
548
+ msgid "Once Every 5 Hours"
549
+ msgstr "En gång var 5:e timme"
550
+
551
+ #: wpFastestCache.php:1512
552
+ msgid "Once Every 4 Hours"
553
+ msgstr "En gång var 4:e timme"
554
+
555
+ #: wpFastestCache.php:1506
556
+ msgid "Once Every 3 Hours"
557
+ msgstr "En gång var 3:e timme"
558
+
559
+ #: wpFastestCache.php:1500
560
+ msgid "Once Every 2 Hours"
561
+ msgstr "En gång varannan timme"
562
+
563
+ #: wpFastestCache.php:1572
564
+ msgid "Once Every 10 Days"
565
+ msgstr "En gång var 10:e dag"
566
+
567
+ #. Author URI of the plugin
568
+ msgid "http://tr.linkedin.com/in/emrevona"
569
+ msgstr "http://tr.linkedin.com/in/emrevona"
570
+
571
+ #. Author of the plugin
572
+ msgid "Emre Vona"
573
+ msgstr "Emre Vona"
574
+
575
+ #. Description of the plugin
576
+ msgid "The simplest and fastest WP Cache system"
577
+ msgstr "Det enklaste och snabbaste cachesystemet för WordPress"
578
+
579
+ #. Plugin URI of the plugin
580
+ msgid "http://wordpress.org/plugins/wp-fastest-cache/"
581
+ msgstr "http://wordpress.org/plugins/wp-fastest-cache/"
582
+
583
+ #. Plugin Name of the plugin
584
+ msgid "WP Fastest Cache"
585
+ msgstr "WP Fastest Cache"
586
+
587
+ #: wpFastestCache.php:1590
588
+ msgid "Once a Year"
589
+ msgstr "En gång om året"
590
+
591
+ #: wpFastestCache.php:1584
592
+ msgid "Once a Month"
593
+ msgstr "En gång i månaden"
594
+
595
+ #: wpFastestCache.php:1554
596
+ msgid "Once a Day"
597
+ msgstr "En gång om dagen"
598
+
599
+ #: wpFastestCache.php:1524
600
+ msgid "Once Every 6 Hours"
601
+ msgstr "En gång var 6:e timme"
602
+
603
+ #: wpFastestCache.php:1494
604
+ msgid "Once an Hour"
605
+ msgstr "En gång i timmen"
606
+
607
+ #: wpFastestCache.php:1488
608
+ msgid "Twice an Hour"
609
+ msgstr "Två gånger i timmen"
610
+
611
+ #: wpFastestCache.php:1482
612
+ msgid "Once Every 15 Minutes"
613
+ msgstr "En gång var 15:e minut"
614
+
615
+ #: wpFastestCache.php:1476
616
+ msgid "Once Every 5 Minutes"
617
+ msgstr "En gång var 5:e minut"
618
+
619
+ #: wpFastestCache.php:1470
620
+ msgid "Once Every 1 Minute"
621
+ msgstr "En gång per minut"
languages/wp-fastest-cache-tr_TR.mo CHANGED
Binary file
languages/wp-fastest-cache-tr_TR.po CHANGED
@@ -1,618 +1,620 @@
1
- # Copyright (C) 2016 WP Fastest Cache
2
- # This file is distributed under the same license as the WP Fastest Cache package.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: WP Fastest Cache 0.8.5.5\n"
6
- "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-fastest-cache\n"
7
- "POT-Creation-Date: 2019-09-09 20:43:14+00:00\n"
8
- "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=UTF-8\n"
10
- "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2019-09-09 20:48+0000\n"
12
- "Last-Translator: admin <a@a.com>\n"
13
- "Language-Team: Türkçe\n"
14
- "Language: tr_TR\n"
15
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
16
- "X-Generator: Loco https://localise.biz/\n"
17
- "X-Loco-Version: 2.3.0; wp-5.2.3"
18
-
19
- #: inc/admin.php:429 inc/admin.php:432
20
- msgid "Options have been saved"
21
- msgstr "Seçenekler kaydedildi"
22
-
23
- #: inc/admin.php:987
24
- msgid "Settings"
25
- msgstr "Ayarlar"
26
-
27
- #: inc/admin.php:988 inc/admin.php:1458 inc/admin.php:1463
28
- msgid "Delete Cache"
29
- msgstr "Önbellek Temizleme"
30
-
31
- #: inc/admin.php:990
32
- msgid "Image Optimization"
33
- msgstr "Resim Optimizasyonu"
34
-
35
- #: inc/admin.php:992
36
- msgid "Exclude"
37
- msgstr "Hariç"
38
-
39
- #: inc/admin.php:1020
40
- msgid "Cache System"
41
- msgstr "Önbellek"
42
-
43
- #: inc/admin.php:1021
44
- msgid "Enable"
45
- msgstr "Aktif"
46
-
47
- #: inc/admin.php:1046 inc/admin.php:1052 inc/admin.php:1059 inc/admin.php:1066
48
- msgid "Widget Cache"
49
- msgstr "Bileşen Önbellek"
50
-
51
- #: inc/admin.php:1047 inc/admin.php:1053 inc/admin.php:1060 inc/admin.php:1067
52
- msgid "Reduce the number of SQL queries"
53
- msgstr "SQL sorgu sayısını azalt"
54
-
55
- #: inc/admin.php:1075 templates/preload.php:20
56
- msgid "Preload"
57
- msgstr "Önyükleme"
58
-
59
- #: inc/admin.php:1076
60
- msgid "Create the cache of all the site automatically"
61
- msgstr "Tüm sitenin önbelleğini otomatik oluştur"
62
-
63
- #: inc/admin.php:1085
64
- msgid "Logged-in Users"
65
- msgstr "Giriş Yapan Kullanıcı"
66
-
67
- #: inc/admin.php:1086
68
- msgid "Don't show the cached version for logged-in users"
69
- msgstr "Giriş yapan kullanıcılara önbelleği gösterme"
70
-
71
- #: inc/admin.php:1090
72
- msgid "Mobile"
73
- msgstr "Mobil"
74
-
75
- #: inc/admin.php:1091
76
- msgid "Don't show the cached version for desktop to mobile devices"
77
- msgstr "Mobil kullanıcılara masaüstü için oluşturulan önbelleği gösterme"
78
-
79
- #: inc/admin.php:1096 inc/admin.php:1122
80
- msgid "Mobile Theme"
81
- msgstr "Mobil Tema"
82
-
83
- #: inc/admin.php:1097 inc/admin.php:1123
84
- msgid "Create cache for mobile theme"
85
- msgstr "Mobil temalar için önbellek oluşturma"
86
-
87
- #: inc/admin.php:1129 templates/newpost.php:18
88
- msgid "New Post"
89
- msgstr "Yeni Yazı"
90
-
91
- #: inc/admin.php:1130
92
- msgid "Clear cache files when a post or page is published"
93
- msgstr "Yeni bir yazı veya sayfa yayımlandığında önbelleği temizle"
94
-
95
- #: inc/admin.php:1136 templates/updatepost.php:18
96
- msgid "Update Post"
97
- msgstr "Yazı Güncelleme"
98
-
99
- #: inc/admin.php:1137
100
- msgid "Clear cache files when a post or page is updated"
101
- msgstr "Bir yazı ya da sayfa düzenlendiğinde önbelleği temizle"
102
-
103
- #: inc/admin.php:1145
104
- msgid "Minify HTML"
105
- msgstr "HTML Küçült"
106
-
107
- #: inc/admin.php:1146
108
- msgid "You can decrease the size of page"
109
- msgstr "Sayfanın boyutunu küçültebilirsiniz"
110
-
111
- #: inc/admin.php:1152 inc/admin.php:1157
112
- msgid "Minify HTML Plus"
113
- msgstr "HTML Küçült Ektra"
114
-
115
- #: inc/admin.php:1153 inc/admin.php:1158
116
- msgid "More powerful minify html"
117
- msgstr "Daha güçlü html küçültme aracı"
118
-
119
- #: inc/admin.php:1165
120
- msgid "Minify Css"
121
- msgstr "Css Küçült"
122
-
123
- #: inc/admin.php:1166
124
- msgid "You can decrease the size of css files"
125
- msgstr "CSS dosyalarının boyununu küçültebilirsiniz"
126
-
127
- #: inc/admin.php:1174 inc/admin.php:1179
128
- msgid "Minify Css Plus"
129
- msgstr "CSS Küçült"
130
-
131
- #: inc/admin.php:1175 inc/admin.php:1180
132
- msgid "More powerful minify css"
133
- msgstr "Daha güçlü css küçültme aracı"
134
-
135
- #: inc/admin.php:1186
136
- msgid "Combine Css"
137
- msgstr "Css Birleştir"
138
-
139
- #: inc/admin.php:1187
140
- msgid "Reduce HTTP requests through combined css files"
141
- msgstr "CSS dosyalarını birleştirerek HTTP isteklerini azaltın"
142
-
143
- #: inc/admin.php:1194 inc/admin.php:1199 inc/admin.php:1205
144
- msgid "Minify Js"
145
- msgstr "JS Küçült"
146
-
147
- #: inc/admin.php:1195 inc/admin.php:1200 inc/admin.php:1206
148
- msgid "You can decrease the size of js files"
149
- msgstr "JS dosyalarının boyununu küçültebilirsiniz"
150
-
151
- #: inc/admin.php:1211
152
- msgid "Combine Js"
153
- msgstr "Js Birleştir"
154
-
155
- #: inc/admin.php:1212 inc/admin.php:1220 inc/admin.php:1226 inc/admin.php:1232
156
- msgid "Reduce HTTP requests through combined js files"
157
- msgstr "JS dosyalarını birleştirerek HTTP isteklerini azaltın"
158
-
159
- #: inc/admin.php:1218 inc/admin.php:1225 inc/admin.php:1231
160
- msgid "Combine Js Plus"
161
- msgstr "Js Birleştir Ekstra"
162
-
163
- #: inc/admin.php:1237
164
- msgid "Gzip"
165
- msgstr "Gzip"
166
-
167
- #: inc/admin.php:1238
168
- msgid "Reduce the size of files sent from your server"
169
- msgstr "Sunucudan gönderilen dosyaların boyutunu küçült"
170
-
171
- #: inc/admin.php:1249
172
- msgid "Browser Caching"
173
- msgstr "Tarayıcı Önbellek"
174
-
175
- #: inc/admin.php:1250
176
- msgid "Reduce page load times for repeat visitors"
177
- msgstr "Sürekli gelen kullanıcılar için sayfa yüklenme hızını azalt"
178
-
179
- #: inc/admin.php:1255
180
- msgid "Disable Emojis"
181
- msgstr "Emojileri Kapat"
182
-
183
- #: inc/admin.php:1256
184
- msgid "You can remove the emoji inline css and wp-emoji-release.min.js"
185
- msgstr ""
186
- "emoji inline css ve wp-emoji-release.min.js kaynağını kaldırabilirsiniz"
187
-
188
- #: inc/admin.php:1264 inc/admin.php:1270 inc/admin.php:1277
189
- msgid "Render Blocking Js"
190
- msgstr "Oluşturma Engelleyici Js"
191
-
192
- #: inc/admin.php:1265 inc/admin.php:1271 inc/admin.php:1278
193
- msgid "Remove render-blocking JavaScript"
194
- msgstr "Oluşturma engelleyici JavaScript'i kaldırın"
195
-
196
- #: inc/admin.php:1290 inc/admin.php:1296 inc/admin.php:1303
197
- msgid "Google Fonts"
198
- msgstr "Google Fonts"
199
-
200
- #: inc/admin.php:1291 inc/admin.php:1297 inc/admin.php:1304
201
- msgid "Load Google Fonts asynchronously"
202
- msgstr "Google Fontlarını eş zamansız (asenkron) olarak yükle"
203
-
204
- #: inc/admin.php:1314 inc/admin.php:1333 inc/admin.php:1340
205
- msgid "Lazy Load"
206
- msgstr "Lazy Load"
207
-
208
- #: inc/admin.php:1320 inc/admin.php:1334 inc/admin.php:1341
209
- msgid "Load images and iframes when they enter the browsers viewport"
210
- msgstr "Resimleri ve iframleri tarayıcının görünen alanına gelince yükle"
211
-
212
- #: inc/admin.php:1411 inc/admin.php:2039 inc/admin.php:2260
213
- msgid "Only available in Premium version"
214
- msgstr "Sadece Premium versiyonda mevcut"
215
-
216
- #: inc/admin.php:1418
217
- msgid "Cache Statistics"
218
- msgstr "Önbellek İstatistikleri"
219
-
220
- #: inc/admin.php:1467
221
- msgid "You can delete all cache files"
222
- msgstr "Tüm önbelleği temizleyebilirsiniz"
223
-
224
- #: inc/admin.php:1468 inc/admin.php:1482 inc/admin.php:1483
225
- msgid "Target folder"
226
- msgstr "Hedef Klasör"
227
-
228
- #: inc/admin.php:1476
229
- msgid "Delete Cache and Minified CSS/JS"
230
- msgstr "Önbellek ve küçültülen CSS/JS'leri sil"
231
-
232
- #: inc/admin.php:1480
233
- msgid "If you modify any css file, you have to delete minified css files"
234
- msgstr ""
235
- "Eğer bir css dosyası değiştirdiyseniz, küçültülmüş olan css/js dosyalarını "
236
- "da temizlemelisiniz"
237
-
238
- #: inc/admin.php:1481
239
- msgid "All cache files will be removed as well"
240
- msgstr "Tüm önbellek dosyaları da silinecek"
241
-
242
- #: inc/admin.php:1497
243
- msgid "Timeout Rules"
244
- msgstr "Zaman Aşımı Kuralları"
245
-
246
- #: inc/admin.php:1504 templates/timeout.php:95
247
- msgid "All"
248
- msgstr "Tümü"
249
-
250
- #: inc/admin.php:1505 inc/admin.php:1773 templates/exclude.php:93
251
- #: templates/timeout.php:96
252
- msgid "Home Page"
253
- msgstr "Ana Sayfa"
254
-
255
- #: inc/admin.php:1506 inc/admin.php:1780 templates/exclude.php:102
256
- #: templates/timeout.php:97
257
- msgid "Starts With"
258
- msgstr "ile başlıyorsa"
259
-
260
- #: inc/admin.php:1507 inc/admin.php:1781 templates/exclude.php:103
261
- #: templates/timeout.php:99
262
- msgid "Contains"
263
- msgstr "İçeriyorsa"
264
-
265
- #: inc/admin.php:1508 inc/admin.php:1782 templates/exclude.php:104
266
- #: templates/timeout.php:98
267
- msgid "Is Equal To"
268
- msgstr "Eşit ise"
269
-
270
- #: inc/admin.php:1540 inc/admin.php:1805 inc/admin.php:1822 inc/admin.php:1841
271
- #: inc/admin.php:1859 inc/admin.php:1879
272
- msgid "Add New Rule"
273
- msgstr "Yeni Kural Ekle"
274
-
275
- #: inc/admin.php:1614
276
- msgid "Optimize Image Tool"
277
- msgstr "Resim Optimizasyon Aracı"
278
-
279
- #: inc/admin.php:1638
280
- msgid "Discover Features"
281
- msgstr "Özellikleri Keşfet"
282
-
283
- #: inc/admin.php:1641
284
- msgid ""
285
- "In the premium version there are some new features which speed up the sites "
286
- "more."
287
- msgstr ""
288
- "Premium versiyonda siteleri daha fazla hızlandıran bazı yeni özellikler var."
289
-
290
- #: inc/admin.php:1647
291
- msgid "New Features"
292
- msgstr "Yeni Özellikler"
293
-
294
- #: inc/admin.php:1661
295
- msgid "Checkout"
296
- msgstr "Ödeme"
297
-
298
- #: inc/admin.php:1664
299
- msgid "You need to pay before downloading the premium version."
300
- msgstr "Premium sürümü indirmeden önce ödeme yapmanız gerekiyor."
301
-
302
- #: inc/admin.php:1678
303
- msgid "Just"
304
- msgstr "Sadece"
305
-
306
- #: inc/admin.php:1679
307
- msgid ""
308
- "The download button will be available after paid. You can buy the premium "
309
- "version now."
310
- msgstr ""
311
- "İndirme düğmesi ödeme yaptıktan sonra aktif olacaktır. Şimdi premium "
312
- "sürümünü satın alabilirsiniz."
313
-
314
- #: inc/admin.php:1684
315
- msgid "Purchased"
316
- msgstr "Satın Alındı"
317
-
318
- #: inc/admin.php:1699
319
- msgid "Buy"
320
- msgstr "Satın Al"
321
-
322
- #: inc/admin.php:1712
323
- msgid "Download & Update"
324
- msgstr "İndir & Güncelle"
325
-
326
- #: inc/admin.php:1715
327
- msgid "You can download and update the premium when you want if you paid."
328
- msgstr ""
329
- "Ödeme yaptıysanız istediğiniz zaman premium'u indirebilir ve "
330
- "güncelleyebilirsiniz."
331
-
332
- #: inc/admin.php:1721
333
- msgid "Get It Now!"
334
- msgstr "Hemen Al!"
335
-
336
- #: inc/admin.php:1722
337
- msgid ""
338
- "Please don't delete the free version. Premium version works with the free "
339
- "version."
340
- msgstr ""
341
- "Lütfen ücretsiz sürümü silmeyin. Premium sürüm ücretsiz sürümü ile çalışır."
342
-
343
- #: inc/admin.php:1728
344
- msgid "Update"
345
- msgstr "Güncelle"
346
-
347
- #: inc/admin.php:1733
348
- msgid "Download"
349
- msgstr "İndir"
350
-
351
- #: inc/admin.php:1774 templates/exclude.php:94 templates/preload.php:41
352
- msgid "Categories"
353
- msgstr "Kategoriler"
354
-
355
- #: inc/admin.php:1775 templates/exclude.php:95 templates/preload.php:49
356
- msgid "Tags"
357
- msgstr "Etiketler"
358
-
359
- #: inc/admin.php:1776 templates/exclude.php:99
360
- msgid "Archives"
361
- msgstr ""
362
-
363
- #: inc/admin.php:1777 templates/exclude.php:96 templates/preload.php:37
364
- msgid "Posts"
365
- msgstr "Yazılar"
366
-
367
- #: inc/admin.php:1778 templates/exclude.php:97 templates/preload.php:45
368
- msgid "Pages"
369
- msgstr "Sayfalar"
370
-
371
- #: inc/admin.php:1779 templates/exclude.php:101 templates/preload.php:53
372
- msgid "Attachments"
373
- msgstr "Ekler"
374
-
375
- #: inc/admin.php:1783 templates/exclude.php:105
376
- msgid "has Google Analytics Parameters"
377
- msgstr "Google Analytics Parametereleri içeriyorsa"
378
-
379
- #: inc/admin.php:1784 templates/exclude.php:106
380
- msgid "has Woocommerce Items in Cart"
381
- msgstr ""
382
-
383
- #: inc/admin.php:1801
384
- msgid "Exclude Pages"
385
- msgstr "Hariç Tutulan Sayfalar"
386
-
387
- #: inc/admin.php:1818
388
- msgid "Exclude User-Agents"
389
- msgstr "Hariç Tutulan User-Agent"
390
-
391
- #: inc/admin.php:1837
392
- msgid "Exclude Cookies"
393
- msgstr "Hariç Tutulan Cookie"
394
-
395
- #: inc/admin.php:1855
396
- msgid "Exclude CSS"
397
- msgstr "Hariç Tutulan CSS"
398
-
399
- #: inc/admin.php:1875
400
- msgid "Exclude JS"
401
- msgstr "Hariç Tutulan JS"
402
-
403
- #: inc/admin.php:1912
404
- msgid "CDN Settings"
405
- msgstr "CDN Ayarları"
406
-
407
- #: inc/admin.php:2024
408
- msgid "Database Cleanup"
409
- msgstr "Veritabanı Temizleme"
410
-
411
- #: templates/disable_wp_cron.php:20
412
- msgid "Warning"
413
- msgstr "Uyarı"
414
-
415
- #: templates/exclude.php:66
416
- msgid "Exclude Page Wizard"
417
- msgstr ""
418
-
419
- #: templates/exclude.php:89 templates/timeout.php:91
420
- msgid "If REQUEST_URI"
421
- msgstr "Eğer REQUEST_URI"
422
-
423
- #: templates/lazy_load.php:9
424
- msgid "Lazy Load Settings"
425
- msgstr "Lazy Load Ayarları"
426
-
427
- #: templates/newpost.php:29
428
- msgid "What do you want to happen after publishing the new post?"
429
- msgstr "Yeni yazı yayımlandıktan sonra ne olmasını istiyorsun?"
430
-
431
- #: templates/newpost.php:51 templates/updatepost.php:49
432
- msgid "Clear All Cache"
433
- msgstr "Tüm Önbelleği Temizle"
434
-
435
- #: templates/newpost.php:55 templates/updatepost.php:56
436
- msgid "Clear Cache of Homepage"
437
- msgstr "Ana Sayfanın önbelleğini temizle"
438
-
439
- #: templates/newpost.php:56 templates/updatepost.php:54
440
- msgid "Clear Cache of Post Categories"
441
- msgstr "Tüm kategorilerin önbelleğini temizle"
442
-
443
- #: templates/newpost.php:57 templates/updatepost.php:55
444
- msgid "Clear Cache of Post Tags"
445
- msgstr "Tüm etiketlerin önbelleğini temizle"
446
-
447
- #: templates/newpost.php:58
448
- msgid "Clear Cache of Pagination"
449
- msgstr ""
450
-
451
- #: templates/newpost.php:68 templates/preload.php:102
452
- #: templates/updatepost.php:64
453
- msgid "OK"
454
- msgstr "Tamam"
455
-
456
- #: templates/nginx_gzip.php:9
457
- msgid "Enable Gzip"
458
- msgstr "Gzip Aktivasyonu"
459
-
460
- #: templates/preload.php:33
461
- msgid "Homepage"
462
- msgstr "Ana Sayfa"
463
-
464
- #: templates/preload.php:58
465
- msgid "Custom Post Types"
466
- msgstr ""
467
-
468
- #: templates/preload.php:63
469
- msgid "Custom Taxonomies"
470
- msgstr ""
471
-
472
- #: templates/preload.php:87
473
- msgid "pages per minute"
474
- msgstr "sayfa her dakika"
475
-
476
- #: templates/preload.php:92
477
- msgid "Restart After Completed"
478
- msgstr "Tekrar Başlat Tamamlandıktan Sonra"
479
-
480
- #: templates/timeout.php:68
481
- msgid "Cache Timeout Wizard"
482
- msgstr "Önbellek Zaman Aşımı Sihirbazı"
483
-
484
- #: templates/timeout.php:124
485
- msgid "Then"
486
- msgstr "O zaman"
487
-
488
- #: templates/timeout.php:137
489
- msgid "Choose One"
490
- msgstr "Birini Seç"
491
-
492
- #: templates/timeout.php:165
493
- msgid "delete the files"
494
- msgstr "tüm dosyaları temizle"
495
-
496
- #: templates/timeout.php:185
497
- msgid "Server Time"
498
- msgstr "Sunucu Zamanı"
499
-
500
- #: templates/update_now.php:9
501
- msgid "Please Update"
502
- msgstr "Lütfen Güncelleştir"
503
-
504
- #: templates/update_success.php:9
505
- msgid "Success"
506
- msgstr "Başarılı"
507
-
508
- #: templates/updatepost.php:29
509
- msgid "What do you want to happen after update a post or a page?"
510
- msgstr "Yazı veya sayfa güncellendikten sonra ne olmasını istiyorsun?"
511
-
512
- #: templates/updatepost.php:53
513
- msgid "Clear Cache of Post / Page"
514
- msgstr "Yazı ya da sayfanın önbelleğini temizle"
515
-
516
- #: wpFastestCache.php:1462
517
- msgid "Once Every 1 Minute"
518
- msgstr "Her dakika"
519
-
520
- #: wpFastestCache.php:1468
521
- msgid "Once Every 5 Minutes"
522
- msgstr "5 dakikada bir kez"
523
-
524
- #: wpFastestCache.php:1474
525
- msgid "Once Every 15 Minutes"
526
- msgstr "15 dakikada bir kez"
527
-
528
- #: wpFastestCache.php:1480
529
- msgid "Twice an Hour"
530
- msgstr "Saatte iki kez"
531
-
532
- #: wpFastestCache.php:1486
533
- msgid "Once an Hour"
534
- msgstr "Saatte bir kez"
535
-
536
- #: wpFastestCache.php:1492
537
- msgid "Once Every 2 Hours"
538
- msgstr "2 saatte bir kez"
539
-
540
- #: wpFastestCache.php:1498
541
- msgid "Once Every 3 Hours"
542
- msgstr "3 saatte bir kez"
543
-
544
- #: wpFastestCache.php:1504
545
- msgid "Once Every 4 Hours"
546
- msgstr "4 saatte bir kez"
547
-
548
- #: wpFastestCache.php:1510
549
- msgid "Once Every 5 Hours"
550
- msgstr "5 saatte bir kez"
551
-
552
- #: wpFastestCache.php:1516
553
- msgid "Once Every 6 Hours"
554
- msgstr "6 saatte bir kez"
555
-
556
- #: wpFastestCache.php:1522
557
- msgid "Once Every 7 Hours"
558
- msgstr "7 saatte bir kez"
559
-
560
- #: wpFastestCache.php:1528
561
- msgid "Once Every 8 Hours"
562
- msgstr "8 saatte bir kez"
563
-
564
- #: wpFastestCache.php:1534
565
- msgid "Once Every 9 Hours"
566
- msgstr "9 saatte bir kez"
567
-
568
- #: wpFastestCache.php:1540
569
- msgid "Once Every 10 Hours"
570
- msgstr "10 saatte bir kez"
571
-
572
- #: wpFastestCache.php:1546
573
- msgid "Once a Day"
574
- msgstr "Günde bir kez"
575
-
576
- #: wpFastestCache.php:1552
577
- msgid "Once Every 3 Days"
578
- msgstr "3 günde bir kez"
579
-
580
- #: wpFastestCache.php:1558
581
- msgid "Once Every 7 Days"
582
- msgstr "7 günde bir kez"
583
-
584
- #: wpFastestCache.php:1564
585
- msgid "Once Every 10 Days"
586
- msgstr "10 günde bir kez"
587
-
588
- #: wpFastestCache.php:1570
589
- msgid "Once Every 15 Days"
590
- msgstr "15 günde bir kez"
591
-
592
- #: wpFastestCache.php:1576
593
- msgid "Once a Month"
594
- msgstr "Ayda bir kez"
595
-
596
- #: wpFastestCache.php:1582
597
- msgid "Once a Year"
598
- msgstr "Yılda bir kez"
599
-
600
- #. Plugin Name of the plugin/theme
601
- msgid "WP Fastest Cache"
602
- msgstr "WP Fastest Cache"
603
-
604
- #. Plugin URI of the plugin/theme
605
- msgid "http://wordpress.org/plugins/wp-fastest-cache/"
606
- msgstr "http://wordpress.org/plugins/wp-fastest-cache/"
607
-
608
- #. Description of the plugin/theme
609
- msgid "The simplest and fastest WP Cache system"
610
- msgstr "En basit ve en hızlı wp cache sistemi"
611
-
612
- #. Author of the plugin/theme
613
- msgid "Emre Vona"
614
- msgstr "Emre Vona"
615
-
616
- #. Author URI of the plugin/theme
617
- msgid "http://tr.linkedin.com/in/emrevona"
618
- msgstr "http://tr.linkedin.com/in/emrevona"
 
 
1
+ # Copyright (C) 2016 WP Fastest Cache
2
+ # This file is distributed under the same license as the WP Fastest Cache package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: WP Fastest Cache 0.8.5.5\n"
6
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-fastest-cache\n"
7
+ "POT-Creation-Date: 2019-10-05 12:57:35+00:00\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2019-10-05 13:01+0000\n"
12
+ "Last-Translator: admin <a@a.com>\n"
13
+ "Language-Team: Türkçe\n"
14
+ "Language: tr-TR\n"
15
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
16
+ "X-Generator: Loco https://localise.biz/\n"
17
+ "X-Loco-Version: 2.3.0; wp-5.2.3"
18
+
19
+ #: inc/admin-toolbar.php:69 inc/admin.php:988 inc/admin.php:1458
20
+ #: inc/admin.php:1463
21
+ msgid "Delete Cache"
22
+ msgstr "Önbellek Temizleme"
23
+
24
+ #: inc/admin-toolbar.php:74 templates/newpost.php:51
25
+ #: templates/updatepost.php:49
26
+ msgid "Clear All Cache"
27
+ msgstr "Tüm Önbelleği Temizle"
28
+
29
+ #: inc/admin-toolbar.php:81 inc/admin.php:1476
30
+ msgid "Delete Cache and Minified CSS/JS"
31
+ msgstr "Önbellek ve küçültülen CSS/JS'leri sil"
32
+
33
+ #: inc/admin.php:429 inc/admin.php:432
34
+ msgid "Options have been saved"
35
+ msgstr "Seçenekler kaydedildi"
36
+
37
+ #: inc/admin.php:987
38
+ msgid "Settings"
39
+ msgstr "Ayarlar"
40
+
41
+ #: inc/admin.php:990
42
+ msgid "Image Optimization"
43
+ msgstr "Resim Optimizasyonu"
44
+
45
+ #: inc/admin.php:992
46
+ msgid "Exclude"
47
+ msgstr "Hariç"
48
+
49
+ #: inc/admin.php:1020
50
+ msgid "Cache System"
51
+ msgstr "Önbellek"
52
+
53
+ #: inc/admin.php:1021
54
+ msgid "Enable"
55
+ msgstr "Aktif"
56
+
57
+ #: inc/admin.php:1046 inc/admin.php:1052 inc/admin.php:1059 inc/admin.php:1066
58
+ msgid "Widget Cache"
59
+ msgstr "Bileşen Önbellek"
60
+
61
+ #: inc/admin.php:1047 inc/admin.php:1053 inc/admin.php:1060 inc/admin.php:1067
62
+ msgid "Reduce the number of SQL queries"
63
+ msgstr "SQL sorgu sayısını azalt"
64
+
65
+ #: inc/admin.php:1075 templates/preload.php:20
66
+ msgid "Preload"
67
+ msgstr "Önyükleme"
68
+
69
+ #: inc/admin.php:1076
70
+ msgid "Create the cache of all the site automatically"
71
+ msgstr "Tüm sitenin önbelleğini otomatik oluştur"
72
+
73
+ #: inc/admin.php:1085
74
+ msgid "Logged-in Users"
75
+ msgstr "Giriş Yapan Kullanıcı"
76
+
77
+ #: inc/admin.php:1086
78
+ msgid "Don't show the cached version for logged-in users"
79
+ msgstr "Giriş yapan kullanıcılara önbelleği gösterme"
80
+
81
+ #: inc/admin.php:1090
82
+ msgid "Mobile"
83
+ msgstr "Mobil"
84
+
85
+ #: inc/admin.php:1091
86
+ msgid "Don't show the cached version for desktop to mobile devices"
87
+ msgstr "Mobil kullanıcılara masaüstü için oluşturulan önbelleği gösterme"
88
+
89
+ #: inc/admin.php:1096 inc/admin.php:1122
90
+ msgid "Mobile Theme"
91
+ msgstr "Mobil Tema"
92
+
93
+ #: inc/admin.php:1097 inc/admin.php:1123
94
+ msgid "Create cache for mobile theme"
95
+ msgstr "Mobil temalar için önbellek oluşturma"
96
+
97
+ #: inc/admin.php:1129 templates/newpost.php:18
98
+ msgid "New Post"
99
+ msgstr "Yeni Yazı"
100
+
101
+ #: inc/admin.php:1130
102
+ msgid "Clear cache files when a post or page is published"
103
+ msgstr "Yeni bir yazı veya sayfa yayımlandığında önbelleği temizle"
104
+
105
+ #: inc/admin.php:1136 templates/updatepost.php:18
106
+ msgid "Update Post"
107
+ msgstr "Yazı Güncelleme"
108
+
109
+ #: inc/admin.php:1137
110
+ msgid "Clear cache files when a post or page is updated"
111
+ msgstr "Bir yazı ya da sayfa düzenlendiğinde önbelleği temizle"
112
+
113
+ #: inc/admin.php:1145
114
+ msgid "Minify HTML"
115
+ msgstr "HTML Küçült"
116
+
117
+ #: inc/admin.php:1146
118
+ msgid "You can decrease the size of page"
119
+ msgstr "Sayfanın boyutunu küçültebilirsiniz"
120
+
121
+ #: inc/admin.php:1152 inc/admin.php:1157
122
+ msgid "Minify HTML Plus"
123
+ msgstr "HTML Küçült Ektra"
124
+
125
+ #: inc/admin.php:1153 inc/admin.php:1158
126
+ msgid "More powerful minify html"
127
+ msgstr "Daha güçlü html küçültme aracı"
128
+
129
+ #: inc/admin.php:1165
130
+ msgid "Minify Css"
131
+ msgstr "Css Küçült"
132
+
133
+ #: inc/admin.php:1166
134
+ msgid "You can decrease the size of css files"
135
+ msgstr "CSS dosyalarının boyununu küçültebilirsiniz"
136
+
137
+ #: inc/admin.php:1174 inc/admin.php:1179
138
+ msgid "Minify Css Plus"
139
+ msgstr "CSS Küçült"
140
+
141
+ #: inc/admin.php:1175 inc/admin.php:1180
142
+ msgid "More powerful minify css"
143
+ msgstr "Daha güçlü css küçültme aracı"
144
+
145
+ #: inc/admin.php:1186
146
+ msgid "Combine Css"
147
+ msgstr "Css Birleştir"
148
+
149
+ #: inc/admin.php:1187
150
+ msgid "Reduce HTTP requests through combined css files"
151
+ msgstr "CSS dosyalarını birleştirerek HTTP isteklerini azaltın"
152
+
153
+ #: inc/admin.php:1194 inc/admin.php:1199 inc/admin.php:1205
154
+ msgid "Minify Js"
155
+ msgstr "JS Küçült"
156
+
157
+ #: inc/admin.php:1195 inc/admin.php:1200 inc/admin.php:1206
158
+ msgid "You can decrease the size of js files"
159
+ msgstr "JS dosyalarının boyununu küçültebilirsiniz"
160
+
161
+ #: inc/admin.php:1211
162
+ msgid "Combine Js"
163
+ msgstr "Js Birleştir"
164
+
165
+ #: inc/admin.php:1212 inc/admin.php:1220 inc/admin.php:1226 inc/admin.php:1232
166
+ msgid "Reduce HTTP requests through combined js files"
167
+ msgstr "JS dosyalarını birleştirerek HTTP isteklerini azaltın"
168
+
169
+ #: inc/admin.php:1218 inc/admin.php:1225 inc/admin.php:1231
170
+ msgid "Combine Js Plus"
171
+ msgstr "Js Birleştir Ekstra"
172
+
173
+ #: inc/admin.php:1237
174
+ msgid "Gzip"
175
+ msgstr "Gzip"
176
+
177
+ #: inc/admin.php:1238
178
+ msgid "Reduce the size of files sent from your server"
179
+ msgstr "Sunucudan gönderilen dosyaların boyutunu küçült"
180
+
181
+ #: inc/admin.php:1249
182
+ msgid "Browser Caching"
183
+ msgstr "Tarayıcı Önbellek"
184
+
185
+ #: inc/admin.php:1250
186
+ msgid "Reduce page load times for repeat visitors"
187
+ msgstr "Sürekli gelen kullanıcılar için sayfa yüklenme hızını azalt"
188
+
189
+ #: inc/admin.php:1255
190
+ msgid "Disable Emojis"
191
+ msgstr "Emojileri Kapat"
192
+
193
+ #: inc/admin.php:1256
194
+ msgid "You can remove the emoji inline css and wp-emoji-release.min.js"
195
+ msgstr ""
196
+ "emoji inline css ve wp-emoji-release.min.js kaynağını kaldırabilirsiniz"
197
+
198
+ #: inc/admin.php:1264 inc/admin.php:1270 inc/admin.php:1277
199
+ msgid "Render Blocking Js"
200
+ msgstr "Oluşturma Engelleyici Js"
201
+
202
+ #: inc/admin.php:1265 inc/admin.php:1271 inc/admin.php:1278
203
+ msgid "Eliminate render-blocking JavaScript resources"
204
+ msgstr "Oluşturmayı engelleyen JavaScript kaynaklarını ortadan kaldırın"
205
+
206
+ #: inc/admin.php:1290 inc/admin.php:1296 inc/admin.php:1303
207
+ msgid "Google Fonts"
208
+ msgstr "Google Fonts"
209
+
210
+ #: inc/admin.php:1291 inc/admin.php:1297 inc/admin.php:1304
211
+ msgid "Load Google Fonts asynchronously"
212
+ msgstr "Google Fontlarını eş zamansız (asenkron) olarak yükle"
213
+
214
+ #: inc/admin.php:1314 inc/admin.php:1333 inc/admin.php:1340
215
+ msgid "Lazy Load"
216
+ msgstr "Lazy Load"
217
+
218
+ #: inc/admin.php:1320 inc/admin.php:1334 inc/admin.php:1341
219
+ msgid "Load images and iframes when they enter the browsers viewport"
220
+ msgstr "Resimleri ve iframleri tarayıcının görünen alanına gelince yükle"
221
+
222
+ #: inc/admin.php:1411 inc/admin.php:2039 inc/admin.php:2260
223
+ msgid "Only available in Premium version"
224
+ msgstr "Sadece Premium versiyonda mevcut"
225
+
226
+ #: inc/admin.php:1418
227
+ msgid "Cache Statistics"
228
+ msgstr "Önbellek İstatistikleri"
229
+
230
+ #: inc/admin.php:1467
231
+ msgid "You can delete all cache files"
232
+ msgstr "Tüm önbelleği temizleyebilirsiniz"
233
+
234
+ #: inc/admin.php:1468 inc/admin.php:1482 inc/admin.php:1483
235
+ msgid "Target folder"
236
+ msgstr "Hedef Klasör"
237
+
238
+ #: inc/admin.php:1480
239
+ msgid "If you modify any css file, you have to delete minified css files"
240
+ msgstr ""
241
+ "Eğer bir css dosyası değiştirdiyseniz, küçültülmüş olan css/js dosyalarını "
242
+ "da temizlemelisiniz"
243
+
244
+ #: inc/admin.php:1481
245
+ msgid "All cache files will be removed as well"
246
+ msgstr "Tüm önbellek dosyaları da silinecek"
247
+
248
+ #: inc/admin.php:1497
249
+ msgid "Timeout Rules"
250
+ msgstr "Zaman Aşımı Kuralları"
251
+
252
+ #: inc/admin.php:1504 templates/timeout.php:95
253
+ msgid "All"
254
+ msgstr "Tümü"
255
+
256
+ #: inc/admin.php:1505 inc/admin.php:1773 templates/exclude.php:93
257
+ #: templates/timeout.php:96
258
+ msgid "Home Page"
259
+ msgstr "Ana Sayfa"
260
+
261
+ #: inc/admin.php:1506 inc/admin.php:1780 templates/exclude.php:102
262
+ #: templates/timeout.php:97
263
+ msgid "Starts With"
264
+ msgstr "ile başlıyorsa"
265
+
266
+ #: inc/admin.php:1507 inc/admin.php:1781 templates/exclude.php:103
267
+ #: templates/timeout.php:99
268
+ msgid "Contains"
269
+ msgstr "İçeriyorsa"
270
+
271
+ #: inc/admin.php:1508 inc/admin.php:1782 templates/exclude.php:104
272
+ #: templates/timeout.php:98
273
+ msgid "Is Equal To"
274
+ msgstr "Eşit ise"
275
+
276
+ #: inc/admin.php:1540 inc/admin.php:1805 inc/admin.php:1822 inc/admin.php:1841
277
+ #: inc/admin.php:1859 inc/admin.php:1879
278
+ msgid "Add New Rule"
279
+ msgstr "Yeni Kural Ekle"
280
+
281
+ #: inc/admin.php:1614
282
+ msgid "Optimize Image Tool"
283
+ msgstr "Resim Optimizasyon Aracı"
284
+
285
+ #: inc/admin.php:1638
286
+ msgid "Discover Features"
287
+ msgstr "Özellikleri Keşfet"
288
+
289
+ #: inc/admin.php:1641
290
+ msgid ""
291
+ "In the premium version there are some new features which speed up the sites "
292
+ "more."
293
+ msgstr ""
294
+ "Premium versiyonda siteleri daha fazla hızlandıran bazı yeni özellikler var."
295
+
296
+ #: inc/admin.php:1647
297
+ msgid "New Features"
298
+ msgstr "Yeni Özellikler"
299
+
300
+ #: inc/admin.php:1661
301
+ msgid "Checkout"
302
+ msgstr "Ödeme"
303
+
304
+ #: inc/admin.php:1664
305
+ msgid "You need to pay before downloading the premium version."
306
+ msgstr "Premium sürümü indirmeden önce ödeme yapmanız gerekiyor."
307
+
308
+ #: inc/admin.php:1678
309
+ msgid "Just"
310
+ msgstr "Sadece"
311
+
312
+ #: inc/admin.php:1679
313
+ msgid ""
314
+ "The download button will be available after paid. You can buy the premium "
315
+ "version now."
316
+ msgstr ""
317
+ "İndirme düğmesi ödeme yaptıktan sonra aktif olacaktır. Şimdi premium "
318
+ "sürümünü satın alabilirsiniz."
319
+
320
+ #: inc/admin.php:1684
321
+ msgid "Purchased"
322
+ msgstr "Satın Alındı"
323
+
324
+ #: inc/admin.php:1699
325
+ msgid "Buy"
326
+ msgstr "Satın Al"
327
+
328
+ #: inc/admin.php:1712
329
+ msgid "Download & Update"
330
+ msgstr "İndir & Güncelle"
331
+
332
+ #: inc/admin.php:1715
333
+ msgid "You can download and update the premium when you want if you paid."
334
+ msgstr ""
335
+ "Ödeme yaptıysanız istediğiniz zaman premium'u indirebilir ve "
336
+ "güncelleyebilirsiniz."
337
+
338
+ #: inc/admin.php:1721
339
+ msgid "Get It Now!"
340
+ msgstr "Hemen Al!"
341
+
342
+ #: inc/admin.php:1722
343
+ msgid ""
344
+ "Please don't delete the free version. Premium version works with the free "
345
+ "version."
346
+ msgstr ""
347
+ "Lütfen ücretsiz sürümü silmeyin. Premium sürüm ücretsiz sürümü ile çalışır."
348
+
349
+ #: inc/admin.php:1728
350
+ msgid "Update"
351
+ msgstr "Güncelle"
352
+
353
+ #: inc/admin.php:1733
354
+ msgid "Download"
355
+ msgstr "İndir"
356
+
357
+ #: inc/admin.php:1774 templates/exclude.php:94 templates/preload.php:41
358
+ msgid "Categories"
359
+ msgstr "Kategoriler"
360
+
361
+ #: inc/admin.php:1775 templates/exclude.php:95 templates/preload.php:49
362
+ msgid "Tags"
363
+ msgstr "Etiketler"
364
+
365
+ #: inc/admin.php:1776 templates/exclude.php:99
366
+ msgid "Archives"
367
+ msgstr "Arşivler"
368
+
369
+ #: inc/admin.php:1777 templates/exclude.php:96 templates/preload.php:37
370
+ msgid "Posts"
371
+ msgstr "Yazılar"
372
+
373
+ #: inc/admin.php:1778 templates/exclude.php:97 templates/preload.php:45
374
+ msgid "Pages"
375
+ msgstr "Sayfalar"
376
+
377
+ #: inc/admin.php:1779 templates/exclude.php:101 templates/preload.php:53
378
+ msgid "Attachments"
379
+ msgstr "Ekler"
380
+
381
+ #: inc/admin.php:1783 templates/exclude.php:105
382
+ msgid "has Google Analytics Parameters"
383
+ msgstr "Google Analytics Parametereleri içeriyorsa"
384
+
385
+ #: inc/admin.php:1784 templates/exclude.php:106
386
+ msgid "has Woocommerce Items in Cart"
387
+ msgstr ""
388
+
389
+ #: inc/admin.php:1801
390
+ msgid "Exclude Pages"
391
+ msgstr "Hariç Tutulan Sayfalar"
392
+
393
+ #: inc/admin.php:1818
394
+ msgid "Exclude User-Agents"
395
+ msgstr "Hariç Tutulan User-Agent"
396
+
397
+ #: inc/admin.php:1837
398
+ msgid "Exclude Cookies"
399
+ msgstr "Hariç Tutulan Cookie"
400
+
401
+ #: inc/admin.php:1855
402
+ msgid "Exclude CSS"
403
+ msgstr "Hariç Tutulan CSS"
404
+
405
+ #: inc/admin.php:1875
406
+ msgid "Exclude JS"
407
+ msgstr "Hariç Tutulan JS"
408
+
409
+ #: inc/admin.php:1912
410
+ msgid "CDN Settings"
411
+ msgstr "CDN Ayarları"
412
+
413
+ #: inc/admin.php:2024
414
+ msgid "Database Cleanup"
415
+ msgstr "Veritabanı Temizleme"
416
+
417
+ #: templates/disable_wp_cron.php:20
418
+ msgid "Warning"
419
+ msgstr "Uyarı"
420
+
421
+ #: templates/exclude.php:66
422
+ msgid "Exclude Page Wizard"
423
+ msgstr ""
424
+
425
+ #: templates/exclude.php:89 templates/timeout.php:91
426
+ msgid "If REQUEST_URI"
427
+ msgstr "Eğer REQUEST_URI"
428
+
429
+ #: templates/lazy_load.php:9
430
+ msgid "Lazy Load Settings"
431
+ msgstr "Lazy Load Ayarları"
432
+
433
+ #: templates/newpost.php:29
434
+ msgid "What do you want to happen after publishing the new post?"
435
+ msgstr "Yeni yazı yayımlandıktan sonra ne olmasını istiyorsun?"
436
+
437
+ #: templates/newpost.php:55 templates/updatepost.php:56
438
+ msgid "Clear Cache of Homepage"
439
+ msgstr "Ana Sayfanın önbelleğini temizle"
440
+
441
+ #: templates/newpost.php:56 templates/updatepost.php:54
442
+ msgid "Clear Cache of Post Categories"
443
+ msgstr "Tüm kategorilerin önbelleğini temizle"
444
+
445
+ #: templates/newpost.php:57 templates/updatepost.php:55
446
+ msgid "Clear Cache of Post Tags"
447
+ msgstr "Tüm etiketlerin önbelleğini temizle"
448
+
449
+ #: templates/newpost.php:58
450
+ msgid "Clear Cache of Pagination"
451
+ msgstr ""
452
+
453
+ #: templates/newpost.php:68 templates/preload.php:102
454
+ #: templates/updatepost.php:64
455
+ msgid "OK"
456
+ msgstr "Tamam"
457
+
458
+ #: templates/nginx_gzip.php:9
459
+ msgid "Enable Gzip"
460
+ msgstr "Gzip Aktivasyonu"
461
+
462
+ #: templates/preload.php:33
463
+ msgid "Homepage"
464
+ msgstr "Ana Sayfa"
465
+
466
+ #: templates/preload.php:58
467
+ msgid "Custom Post Types"
468
+ msgstr "Özel İçerik Türleri"
469
+
470
+ #: templates/preload.php:63
471
+ msgid "Custom Taxonomies"
472
+ msgstr ""
473
+
474
+ #: templates/preload.php:87
475
+ msgid "pages per minute"
476
+ msgstr "sayfa her dakika"
477
+
478
+ #: templates/preload.php:92
479
+ msgid "Restart After Completed"
480
+ msgstr "Tekrar Başlat Tamamlandıktan Sonra"
481
+
482
+ #: templates/timeout.php:68
483
+ msgid "Cache Timeout Wizard"
484
+ msgstr "Önbellek Zaman Aşımı Sihirbazı"
485
+
486
+ #: templates/timeout.php:124
487
+ msgid "Then"
488
+ msgstr "O zaman"
489
+
490
+ #: templates/timeout.php:137
491
+ msgid "Choose One"
492
+ msgstr "Birini Seç"
493
+
494
+ #: templates/timeout.php:165
495
+ msgid "delete the files"
496
+ msgstr "tüm dosyaları temizle"
497
+
498
+ #: templates/timeout.php:185
499
+ msgid "Server Time"
500
+ msgstr "Sunucu Zamanı"
501
+
502
+ #: templates/update_now.php:9
503
+ msgid "Please Update"
504
+ msgstr "Lütfen Güncelleştir"
505
+
506
+ #: templates/update_success.php:9
507
+ msgid "Success"
508
+ msgstr "Başarılı"
509
+
510
+ #: templates/updatepost.php:29
511
+ msgid "What do you want to happen after update a post or a page?"
512
+ msgstr "Yazı veya sayfa güncellendikten sonra ne olmasını istiyorsun?"
513
+
514
+ #: templates/updatepost.php:53
515
+ msgid "Clear Cache of Post / Page"
516
+ msgstr "Yazı ya da sayfanın önbelleğini temizle"
517
+
518
+ #: wpFastestCache.php:1470
519
+ msgid "Once Every 1 Minute"
520
+ msgstr "Her dakika"
521
+
522
+ #: wpFastestCache.php:1476
523
+ msgid "Once Every 5 Minutes"
524
+ msgstr "5 dakikada bir kez"
525
+
526
+ #: wpFastestCache.php:1482
527
+ msgid "Once Every 15 Minutes"
528
+ msgstr "15 dakikada bir kez"
529
+
530
+ #: wpFastestCache.php:1488
531
+ msgid "Twice an Hour"
532
+ msgstr "Saatte iki kez"
533
+
534
+ #: wpFastestCache.php:1494
535
+ msgid "Once an Hour"
536
+ msgstr "Saatte bir kez"
537
+
538
+ #: wpFastestCache.php:1500
539
+ msgid "Once Every 2 Hours"
540
+ msgstr "2 saatte bir kez"
541
+
542
+ #: wpFastestCache.php:1506
543
+ msgid "Once Every 3 Hours"
544
+ msgstr "3 saatte bir kez"
545
+
546
+ #: wpFastestCache.php:1512
547
+ msgid "Once Every 4 Hours"
548
+ msgstr "4 saatte bir kez"
549
+
550
+ #: wpFastestCache.php:1518
551
+ msgid "Once Every 5 Hours"
552
+ msgstr "5 saatte bir kez"
553
+
554
+ #: wpFastestCache.php:1524
555
+ msgid "Once Every 6 Hours"
556
+ msgstr "6 saatte bir kez"
557
+
558
+ #: wpFastestCache.php:1530
559
+ msgid "Once Every 7 Hours"
560
+ msgstr "7 saatte bir kez"
561
+
562
+ #: wpFastestCache.php:1536
563
+ msgid "Once Every 8 Hours"
564
+ msgstr "8 saatte bir kez"
565
+
566
+ #: wpFastestCache.php:1542
567
+ msgid "Once Every 9 Hours"
568
+ msgstr "9 saatte bir kez"
569
+
570
+ #: wpFastestCache.php:1548
571
+ msgid "Once Every 10 Hours"
572
+ msgstr "10 saatte bir kez"
573
+
574
+ #: wpFastestCache.php:1554
575
+ msgid "Once a Day"
576
+ msgstr "Günde bir kez"
577
+
578
+ #: wpFastestCache.php:1560
579
+ msgid "Once Every 3 Days"
580
+ msgstr "3 günde bir kez"
581
+
582
+ #: wpFastestCache.php:1566
583
+ msgid "Once Every 7 Days"
584
+ msgstr "7 günde bir kez"
585
+
586
+ #: wpFastestCache.php:1572
587
+ msgid "Once Every 10 Days"
588
+ msgstr "10 günde bir kez"
589
+
590
+ #: wpFastestCache.php:1578
591
+ msgid "Once Every 15 Days"
592
+ msgstr "15 günde bir kez"
593
+
594
+ #: wpFastestCache.php:1584
595
+ msgid "Once a Month"
596
+ msgstr "Ayda bir kez"
597
+
598
+ #: wpFastestCache.php:1590
599
+ msgid "Once a Year"
600
+ msgstr "Yılda bir kez"
601
+
602
+ #. Plugin Name of the plugin/theme
603
+ msgid "WP Fastest Cache"
604
+ msgstr "WP Fastest Cache"
605
+
606
+ #. Plugin URI of the plugin/theme
607
+ msgid "http://wordpress.org/plugins/wp-fastest-cache/"
608
+ msgstr "http://wordpress.org/plugins/wp-fastest-cache/"
609
+
610
+ #. Description of the plugin/theme
611
+ msgid "The simplest and fastest WP Cache system"
612
+ msgstr "En basit ve en hızlı wp cache sistemi"
613
+
614
+ #. Author of the plugin/theme
615
+ msgid "Emre Vona"
616
+ msgstr "Emre Vona"
617
+
618
+ #. Author URI of the plugin/theme
619
+ msgid "http://tr.linkedin.com/in/emrevona"
620
+ msgstr "http://tr.linkedin.com/in/emrevona"
languages/wp-fastest-cache.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the same license as the WP Fastest Cache package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: WP Fastest Cache 0.8.9.7\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-fastest-cache\n"
7
- "POT-Creation-Date: 2019-09-09 20:43:14+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -12,6 +12,20 @@ msgstr ""
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
  "Language-Team: LANGUAGE <LL@li.org>\n"
14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  #: inc/admin.php:429 inc/admin.php:432
16
  msgid "Options have been saved"
17
  msgstr ""
@@ -20,10 +34,6 @@ msgstr ""
20
  msgid "Settings"
21
  msgstr ""
22
 
23
- #: inc/admin.php:988 inc/admin.php:1458 inc/admin.php:1463
24
- msgid "Delete Cache"
25
- msgstr ""
26
-
27
  #: inc/admin.php:990
28
  msgid "Image Optimization"
29
  msgstr ""
@@ -185,7 +195,7 @@ msgid "Render Blocking Js"
185
  msgstr ""
186
 
187
  #: inc/admin.php:1265 inc/admin.php:1271 inc/admin.php:1278
188
- msgid "Remove render-blocking JavaScript"
189
  msgstr ""
190
 
191
  #: inc/admin.php:1290 inc/admin.php:1296 inc/admin.php:1303
@@ -220,10 +230,6 @@ msgstr ""
220
  msgid "Target folder"
221
  msgstr ""
222
 
223
- #: inc/admin.php:1476
224
- msgid "Delete Cache and Minified CSS/JS"
225
- msgstr ""
226
-
227
  #: inc/admin.php:1480
228
  msgid "If you modify any css file, you have to delete minified css files"
229
  msgstr ""
@@ -409,10 +415,6 @@ msgstr ""
409
  msgid "What do you want to happen after publishing the new post?"
410
  msgstr ""
411
 
412
- #: templates/newpost.php:51 templates/updatepost.php:49
413
- msgid "Clear All Cache"
414
- msgstr ""
415
-
416
  #: templates/newpost.php:55 templates/updatepost.php:56
417
  msgid "Clear Cache of Homepage"
418
  msgstr ""
@@ -494,87 +496,87 @@ msgstr ""
494
  msgid "Clear Cache of Post / Page"
495
  msgstr ""
496
 
497
- #: wpFastestCache.php:1462
498
  msgid "Once Every 1 Minute"
499
  msgstr ""
500
 
501
- #: wpFastestCache.php:1468
502
  msgid "Once Every 5 Minutes"
503
  msgstr ""
504
 
505
- #: wpFastestCache.php:1474
506
  msgid "Once Every 15 Minutes"
507
  msgstr ""
508
 
509
- #: wpFastestCache.php:1480
510
  msgid "Twice an Hour"
511
  msgstr ""
512
 
513
- #: wpFastestCache.php:1486
514
  msgid "Once an Hour"
515
  msgstr ""
516
 
517
- #: wpFastestCache.php:1492
518
  msgid "Once Every 2 Hours"
519
  msgstr ""
520
 
521
- #: wpFastestCache.php:1498
522
  msgid "Once Every 3 Hours"
523
  msgstr ""
524
 
525
- #: wpFastestCache.php:1504
526
  msgid "Once Every 4 Hours"
527
  msgstr ""
528
 
529
- #: wpFastestCache.php:1510
530
  msgid "Once Every 5 Hours"
531
  msgstr ""
532
 
533
- #: wpFastestCache.php:1516
534
  msgid "Once Every 6 Hours"
535
  msgstr ""
536
 
537
- #: wpFastestCache.php:1522
538
  msgid "Once Every 7 Hours"
539
  msgstr ""
540
 
541
- #: wpFastestCache.php:1528
542
  msgid "Once Every 8 Hours"
543
  msgstr ""
544
 
545
- #: wpFastestCache.php:1534
546
  msgid "Once Every 9 Hours"
547
  msgstr ""
548
 
549
- #: wpFastestCache.php:1540
550
  msgid "Once Every 10 Hours"
551
  msgstr ""
552
 
553
- #: wpFastestCache.php:1546
554
  msgid "Once a Day"
555
  msgstr ""
556
 
557
- #: wpFastestCache.php:1552
558
  msgid "Once Every 3 Days"
559
  msgstr ""
560
 
561
- #: wpFastestCache.php:1558
562
  msgid "Once Every 7 Days"
563
  msgstr ""
564
 
565
- #: wpFastestCache.php:1564
566
  msgid "Once Every 10 Days"
567
  msgstr ""
568
 
569
- #: wpFastestCache.php:1570
570
  msgid "Once Every 15 Days"
571
  msgstr ""
572
 
573
- #: wpFastestCache.php:1576
574
  msgid "Once a Month"
575
  msgstr ""
576
 
577
- #: wpFastestCache.php:1582
578
  msgid "Once a Year"
579
  msgstr ""
580
  #. Plugin Name of the plugin/theme
2
  # This file is distributed under the same license as the WP Fastest Cache package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: WP Fastest Cache 0.8.9.8\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-fastest-cache\n"
7
+ "POT-Creation-Date: 2019-10-05 12:57:35+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
  "Language-Team: LANGUAGE <LL@li.org>\n"
14
 
15
+ #: inc/admin-toolbar.php:69 inc/admin.php:988 inc/admin.php:1458
16
+ #: inc/admin.php:1463
17
+ msgid "Delete Cache"
18
+ msgstr ""
19
+
20
+ #: inc/admin-toolbar.php:74 templates/newpost.php:51
21
+ #: templates/updatepost.php:49
22
+ msgid "Clear All Cache"
23
+ msgstr ""
24
+
25
+ #: inc/admin-toolbar.php:81 inc/admin.php:1476
26
+ msgid "Delete Cache and Minified CSS/JS"
27
+ msgstr ""
28
+
29
  #: inc/admin.php:429 inc/admin.php:432
30
  msgid "Options have been saved"
31
  msgstr ""
34
  msgid "Settings"
35
  msgstr ""
36
 
 
 
 
 
37
  #: inc/admin.php:990
38
  msgid "Image Optimization"
39
  msgstr ""
195
  msgstr ""
196
 
197
  #: inc/admin.php:1265 inc/admin.php:1271 inc/admin.php:1278
198
+ msgid "Eliminate render-blocking JavaScript resources"
199
  msgstr ""
200
 
201
  #: inc/admin.php:1290 inc/admin.php:1296 inc/admin.php:1303
230
  msgid "Target folder"
231
  msgstr ""
232
 
 
 
 
 
233
  #: inc/admin.php:1480
234
  msgid "If you modify any css file, you have to delete minified css files"
235
  msgstr ""
415
  msgid "What do you want to happen after publishing the new post?"
416
  msgstr ""
417
 
 
 
 
 
418
  #: templates/newpost.php:55 templates/updatepost.php:56
419
  msgid "Clear Cache of Homepage"
420
  msgstr ""
496
  msgid "Clear Cache of Post / Page"
497
  msgstr ""
498
 
499
+ #: wpFastestCache.php:1470
500
  msgid "Once Every 1 Minute"
501
  msgstr ""
502
 
503
+ #: wpFastestCache.php:1476
504
  msgid "Once Every 5 Minutes"
505
  msgstr ""
506
 
507
+ #: wpFastestCache.php:1482
508
  msgid "Once Every 15 Minutes"
509
  msgstr ""
510
 
511
+ #: wpFastestCache.php:1488
512
  msgid "Twice an Hour"
513
  msgstr ""
514
 
515
+ #: wpFastestCache.php:1494
516
  msgid "Once an Hour"
517
  msgstr ""
518
 
519
+ #: wpFastestCache.php:1500
520
  msgid "Once Every 2 Hours"
521
  msgstr ""
522
 
523
+ #: wpFastestCache.php:1506
524
  msgid "Once Every 3 Hours"
525
  msgstr ""
526
 
527
+ #: wpFastestCache.php:1512
528
  msgid "Once Every 4 Hours"
529
  msgstr ""
530
 
531
+ #: wpFastestCache.php:1518
532
  msgid "Once Every 5 Hours"
533
  msgstr ""
534
 
535
+ #: wpFastestCache.php:1524
536
  msgid "Once Every 6 Hours"
537
  msgstr ""
538
 
539
+ #: wpFastestCache.php:1530
540
  msgid "Once Every 7 Hours"
541
  msgstr ""
542
 
543
+ #: wpFastestCache.php:1536
544
  msgid "Once Every 8 Hours"
545
  msgstr ""
546
 
547
+ #: wpFastestCache.php:1542
548
  msgid "Once Every 9 Hours"
549
  msgstr ""
550
 
551
+ #: wpFastestCache.php:1548
552
  msgid "Once Every 10 Hours"
553
  msgstr ""
554
 
555
+ #: wpFastestCache.php:1554
556
  msgid "Once a Day"
557
  msgstr ""
558
 
559
+ #: wpFastestCache.php:1560
560
  msgid "Once Every 3 Days"
561
  msgstr ""
562
 
563
+ #: wpFastestCache.php:1566
564
  msgid "Once Every 7 Days"
565
  msgstr ""
566
 
567
+ #: wpFastestCache.php:1572
568
  msgid "Once Every 10 Days"
569
  msgstr ""
570
 
571
+ #: wpFastestCache.php:1578
572
  msgid "Once Every 15 Days"
573
  msgstr ""
574
 
575
+ #: wpFastestCache.php:1584
576
  msgid "Once a Month"
577
  msgstr ""
578
 
579
+ #: wpFastestCache.php:1590
580
  msgid "Once a Year"
581
  msgstr ""
582
  #. Plugin Name of the plugin/theme
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://profiles.wordpress.org/emrevona/
4
  Tags: cache, caching, performance, wp-cache, total cache, super cache, cdn
5
  Requires at least: 3.3
6
  Tested up to: 5.2
7
- Stable tag: 0.8.9.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -59,7 +59,7 @@ Wpfc supports Wordpress Multisite [<a target="_blank" href="https://www.wpfastes
59
  * 中文 (by suifengtec)
60
  * Deutsch
61
  * English
62
- * Español (by Diplo)
63
  * Français (by PascalJ)
64
  * Italiana (by Valerio)
65
  * 日本語 (by KUCKLU)
@@ -103,6 +103,12 @@ Wpfc supports Wordpress Multisite [<a target="_blank" href="https://www.wpfastes
103
 
104
  == Changelog ==
105
 
 
 
 
 
 
 
106
  = 0.8.9.8 =
107
  * to clear cache of /feed as well after clearing cache of a post
108
  * to fix PHP Notice: Undefined index: wpfc in timeout.php on line 132
@@ -356,7 +362,7 @@ Wpfc supports Wordpress Multisite [<a target="_blank" href="https://www.wpfastes
356
  * to fix Woocommerce basket issue
357
  * to serve the sources via cdn for logged-in users
358
  * to prevent removing "=" from exclude rules
359
- * to change <FilesMatch "\.(html|htm)"> to <FilesMatch "index\.(html|htm)">
360
  * to fix problem about random url of photon
361
  * to replace origin-url which starts with /wp-content with cdn-url
362
  * to replace wp_get_recent_posts() with get_results() for preload
4
  Tags: cache, caching, performance, wp-cache, total cache, super cache, cdn
5
  Requires at least: 3.3
6
  Tested up to: 5.2
7
+ Stable tag: 0.8.9.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
59
  * 中文 (by suifengtec)
60
  * Deutsch
61
  * English
62
+ * Español (by Javier Esteban)
63
  * Français (by PascalJ)
64
  * Italiana (by Valerio)
65
  * 日本語 (by KUCKLU)
103
 
104
  == Changelog ==
105
 
106
+ = 0.8.9.9 =
107
+ * to fix Undefined variable: count_posts in preload.php on line 112
108
+ * to update of Spanish translation
109
+ * to preload the language pages (WPML)
110
+ * to clear cache of the commend feed as well after clearing cache of a post
111
+
112
  = 0.8.9.8 =
113
  * to clear cache of /feed as well after clearing cache of a post
114
  * to fix PHP Notice: Undefined index: wpfc in timeout.php on line 132
362
  * to fix Woocommerce basket issue
363
  * to serve the sources via cdn for logged-in users
364
  * to prevent removing "=" from exclude rules
365
+ * to change &lt;FilesMatch "\.(html|htm)"&gt; to &lt;FilesMatch "index\.(html|htm)"&gt;
366
  * to fix problem about random url of photon
367
  * to replace origin-url which starts with /wp-content with cdn-url
368
  * to replace wp_get_recent_posts() with get_results() for preload
wpFastestCache.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WP Fastest Cache
4
  Plugin URI: http://wordpress.org/plugins/wp-fastest-cache/
5
  Description: The simplest and fastest WP Cache system
6
- Version: 0.8.9.8
7
  Author: Emre Vona
8
  Author URI: http://tr.linkedin.com/in/emrevona
9
  Text Domain: wp-fastest-cache
@@ -780,15 +780,17 @@ GNU General Public License for more details.
780
  */
781
 
782
  if($path){
783
- //WPML language switch
784
- //https://wpml.org/forums/topic/wpml-language-switch-wp-fastest-cache-issue/
785
- $language_negotiation_type = apply_filters('wpml_setting', false, 'language_negotiation_type');
786
- if(($language_negotiation_type == 2) && $this->isPluginActive('sitepress-multilingual-cms/sitepress.php')){
787
- $path = preg_replace("/\/cache\/(all|wpfc-minified|wpfc-widget-cache|wpfc-mobile-cache)/", "/cache/".$_SERVER['HTTP_HOST']."/$1", $path);
788
- }
 
789
 
790
- if(is_multisite()){
791
- $path = preg_replace("/\/cache\/(all|wpfc-minified|wpfc-widget-cache|wpfc-mobile-cache)/", "/cache/".$_SERVER['HTTP_HOST']."/$1", $path);
 
792
  }
793
 
794
  return WPFC_WP_CONTENT_DIR.$path;
@@ -989,6 +991,11 @@ GNU General Public License for more details.
989
  array_push($files, $this->getWpContentDir("/cache/all/").$feed_out[1]);
990
  }
991
 
 
 
 
 
 
992
  foreach((array)$files as $file){
993
  $this->rm_folder_recursively($file);
994
  }
3
  Plugin Name: WP Fastest Cache
4
  Plugin URI: http://wordpress.org/plugins/wp-fastest-cache/
5
  Description: The simplest and fastest WP Cache system
6
+ Version: 0.8.9.9
7
  Author: Emre Vona
8
  Author URI: http://tr.linkedin.com/in/emrevona
9
  Text Domain: wp-fastest-cache
780
  */
781
 
782
  if($path){
783
+ if(preg_match("/\/cache\/(all|wpfc-minified|wpfc-widget-cache|wpfc-mobile-cache)/", $path)){
784
+ //WPML language switch
785
+ //https://wpml.org/forums/topic/wpml-language-switch-wp-fastest-cache-issue/
786
+ $language_negotiation_type = apply_filters('wpml_setting', false, 'language_negotiation_type');
787
+ if(($language_negotiation_type == 2) && $this->isPluginActive('sitepress-multilingual-cms/sitepress.php')){
788
+ $path = preg_replace("/\/cache\/(all|wpfc-minified|wpfc-widget-cache|wpfc-mobile-cache)/", "/cache/".$_SERVER['HTTP_HOST']."/$1", $path);
789
+ }
790
 
791
+ if(is_multisite()){
792
+ $path = preg_replace("/\/cache\/(all|wpfc-minified|wpfc-widget-cache|wpfc-mobile-cache)/", "/cache/".$_SERVER['HTTP_HOST']."/$1", $path);
793
+ }
794
  }
795
 
796
  return WPFC_WP_CONTENT_DIR.$path;
991
  array_push($files, $this->getWpContentDir("/cache/all/").$feed_out[1]);
992
  }
993
 
994
+ // to clear cache of /comments/feed/
995
+ if(preg_match("/https?:\/\/[^\/]+\/(.+)/", get_feed_link("comments_"), $comment_feed_out)){
996
+ array_push($files, $this->getWpContentDir("/cache/all/").$comment_feed_out[1]);
997
+ }
998
+
999
  foreach((array)$files as $file){
1000
  $this->rm_folder_recursively($file);
1001
  }