PluginProbe
Autoptimize / 2.1.2
Autoptimize v2.1.2
2.2.2 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.5.0 2.5.1 2.6.0 2.6.1 2.6.2 2.7.0 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 All 107 releases
autoptimize / localization / autoptimize.pot

autoptimize.pot in Autoptimize 2.1.2, at localization/autoptimize.pot

342 lines 8.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 # Copyright (C) 2015 Autoptimize
2 # This file is distributed under the same license as the Autoptimize package.
3 msgid ""
4 msgstr ""
5 "Project-Id-Version: Autoptimize 2.0.2\n"
6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/autoptimize\n"
7 "POT-Creation-Date: 2015-12-08 22:03:53+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: 2015-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
14
15 #: autoptimize.php:93
16 msgid ""
17 "Thank you for installing and activating Autoptimize. Please configure it "
18 "under \"Settings\" -> \"Autoptimize\" to start improving your site's "
19 "performance."
20 msgstr ""
21
22 #: autoptimize.php:99
23 msgid ""
24 "Autoptimize has just been updated. Please <strong>test your site now</"
25 "strong> and adapt Autoptimize config if needed."
26 msgstr ""
27
28 #: autoptimize.php:105
29 msgid ""
30 "Autoptimize cannot write to the cache directory (default: /wp-content/cache/"
31 "autoptimize), please fix to enable CSS/ JS optimization!"
32 msgstr ""
33
34 #: classes/autoptimizeConfig.php:48
35 msgid "Autoptimize Settings"
36 msgstr ""
37
38 #: classes/autoptimizeConfig.php:54 classes/autoptimizeConfig.php:60
39 msgid "Show advanced settings"
40 msgstr ""
41
42 #: classes/autoptimizeConfig.php:55 classes/autoptimizeConfig.php:61
43 msgid "Hide advanced settings"
44 msgstr ""
45
46 #: classes/autoptimizeConfig.php:69
47 msgid "HTML Options"
48 msgstr ""
49
50 #: classes/autoptimizeConfig.php:72
51 msgid "Optimize HTML Code?"
52 msgstr ""
53
54 #: classes/autoptimizeConfig.php:76
55 msgid "Keep HTML comments?"
56 msgstr ""
57
58 #: classes/autoptimizeConfig.php:78
59 msgid ""
60 "Enable this if you want HTML comments to remain in the page, needed for e.g. "
61 "AdSense to function properly."
62 msgstr ""
63
64 #: classes/autoptimizeConfig.php:82
65 msgid "JavaScript Options"
66 msgstr ""
67
68 #: classes/autoptimizeConfig.php:85
69 msgid "Optimize JavaScript Code?"
70 msgstr ""
71
72 #: classes/autoptimizeConfig.php:89
73 msgid "Force JavaScript in &lt;head&gt;?"
74 msgstr ""
75
76 #: classes/autoptimizeConfig.php:91
77 msgid ""
78 "Load JavaScript early, reducing the chance of JS-errors but making it render "
79 "blocking. You can disable this if you're not aggregating inline JS and you "
80 "want JS to be deferred."
81 msgstr ""
82
83 #: classes/autoptimizeConfig.php:95
84 msgid "Look for scripts only in &lt;head&gt;?"
85 msgstr ""
86
87 #: classes/autoptimizeConfig.php:95 classes/autoptimizeConfig.php:135
88 msgid " <i>(deprecated)</i>"
89 msgstr ""
90
91 #: classes/autoptimizeConfig.php:97
92 msgid ""
93 "Mostly useful in combination with previous option when using jQuery-based "
94 "templates, but might help keeping cache size under control."
95 msgstr ""
96
97 #: classes/autoptimizeConfig.php:101
98 msgid "Also aggregate inline JS?"
99 msgstr ""
100
101 #: classes/autoptimizeConfig.php:103
102 msgid ""
103 "Check this option for Autoptimize to also aggregate JS in the HTML. If this "
104 "option is not enabled, you might have to \"force JavaScript in head\"."
105 msgstr ""
106
107 #: classes/autoptimizeConfig.php:106
108 msgid "Exclude scripts from Autoptimize:"
109 msgstr ""
110
111 #: classes/autoptimizeConfig.php:108
112 msgid ""
113 "A comma-seperated list of scripts you want to exclude from being optimized, "
114 "for example 'whatever.js, another.js' (without the quotes) to exclude those "
115 "scripts from being aggregated and minimized by Autoptimize."
116 msgstr ""
117
118 #: classes/autoptimizeConfig.php:111
119 msgid "Add try-catch wrapping?"
120 msgstr ""
121
122 #: classes/autoptimizeConfig.php:113
123 msgid ""
124 "If your scripts break because of a JS-error, you might want to try this."
125 msgstr ""
126
127 #: classes/autoptimizeConfig.php:117
128 msgid "CSS Options"
129 msgstr ""
130
131 #: classes/autoptimizeConfig.php:120
132 msgid "Optimize CSS Code?"
133 msgstr ""
134
135 #: classes/autoptimizeConfig.php:124
136 msgid "Generate data: URIs for images?"
137 msgstr ""
138
139 #: classes/autoptimizeConfig.php:126
140 msgid ""
141 "Enable this to include small background-images in the CSS itself instead of "
142 "as seperate downloads."
143 msgstr ""
144
145 #: classes/autoptimizeConfig.php:129
146 msgid "Remove Google Fonts?"
147 msgstr ""
148
149 #: classes/autoptimizeConfig.php:131
150 msgid "Check this if you don't need or want Google Fonts being loaded."
151 msgstr ""
152
153 #: classes/autoptimizeConfig.php:135
154 msgid "Look for styles only in &lt;head&gt;?"
155 msgstr ""
156
157 #: classes/autoptimizeConfig.php:137
158 msgid ""
159 "Don't autoptimize CSS outside the head-section. If the cache gets big, you "
160 "might want to enable this."
161 msgstr ""
162
163 #: classes/autoptimizeConfig.php:141
164 msgid "Also aggregate inline CSS?"
165 msgstr ""
166
167 #: classes/autoptimizeConfig.php:143
168 msgid "Check this option for Autoptimize to also aggregate CSS in the HTML."
169 msgstr ""
170
171 #: classes/autoptimizeConfig.php:146
172 msgid "Inline and Defer CSS?"
173 msgstr ""
174
175 #: classes/autoptimizeConfig.php:148
176 msgid ""
177 "Inline \"above the fold CSS\" while loading the main autoptimized CSS only "
178 "after page load. <a href=\"http://wordpress.org/plugins/autoptimize/faq/\" "
179 "target=\"_blank\">Check the FAQ</a> before activating this option!"
180 msgstr ""
181
182 #: classes/autoptimizeConfig.php:152
183 msgid "Paste the above the fold CSS here."
184 msgstr ""
185
186 #: classes/autoptimizeConfig.php:155
187 msgid "Inline all CSS?"
188 msgstr ""
189
190 #: classes/autoptimizeConfig.php:157
191 msgid ""
192 "Inlining all CSS can improve performance for sites with a low pageviews/ "
193 "visitor-rate, but may slow down performance otherwise."
194 msgstr ""
195
196 #: classes/autoptimizeConfig.php:160
197 msgid "Exclude CSS from Autoptimize:"
198 msgstr ""
199
200 #: classes/autoptimizeConfig.php:162
201 msgid "A comma-seperated list of CSS you want to exclude from being optimized."
202 msgstr ""
203
204 #: classes/autoptimizeConfig.php:166
205 msgid "CDN Options"
206 msgstr ""
207
208 #: classes/autoptimizeConfig.php:169
209 msgid "CDN Base URL"
210 msgstr ""
211
212 #: classes/autoptimizeConfig.php:171
213 msgid ""
214 "Enter your CDN blog root directory URL if you want to enable CDN for images "
215 "referenced in the CSS."
216 msgstr ""
217
218 #: classes/autoptimizeConfig.php:175
219 msgid "Cache Info"
220 msgstr ""
221
222 #: classes/autoptimizeConfig.php:178
223 msgid "Cache folder"
224 msgstr ""
225
226 #: classes/autoptimizeConfig.php:182
227 msgid "Can we write?"
228 msgstr ""
229
230 #: classes/autoptimizeConfig.php:183
231 msgid "Yes"
232 msgstr ""
233
234 #: classes/autoptimizeConfig.php:183
235 msgid "No"
236 msgstr ""
237
238 #: classes/autoptimizeConfig.php:186
239 msgid "Cached styles and scripts"
240 msgstr ""
241
242 #: classes/autoptimizeConfig.php:194
243 msgid "Save aggregated script/css as static files?"
244 msgstr ""
245
246 #: classes/autoptimizeConfig.php:196
247 msgid ""
248 "By default files saved are static css/js, uncheck this option if your "
249 "webserver doesn't properly handle the compression and expiry."
250 msgstr ""
251
252 #: classes/autoptimizeConfig.php:202
253 msgid "Save Changes"
254 msgstr ""
255
256 #: classes/autoptimizeConfig.php:203
257 msgid "Save Changes and Empty Cache"
258 msgstr ""
259
260 #: classes/autoptimizeConfig.php:224
261 msgid ""
262 "Need help? <a href='https://wordpress.org/plugins/autoptimize/faq/'>Check "
263 "out the FAQ</a> or post your question on <a href='http://wordpress.org/"
264 "support/plugin/autoptimize'>the support-forum</a>."
265 msgstr ""
266
267 #: classes/autoptimizeConfig.php:225
268 msgid "Happy with Autoptimize?"
269 msgstr ""
270
271 #: classes/autoptimizeConfig.php:225
272 msgid "Try my other plugins!"
273 msgstr ""
274
275 #: classes/autoptimizeConfig.php:231
276 msgid "futtta about"
277 msgstr ""
278
279 #. #-#-#-#-# plugin.pot (Autoptimize 1.9.9) #-#-#-#-#
280 #. Plugin Name of the plugin/theme
281 #: classes/autoptimizeConfig.php:233
282 msgid "Autoptimize"
283 msgstr ""
284
285 #: classes/autoptimizeConfig.php:234
286 msgid "WordPress"
287 msgstr ""
288
289 #: classes/autoptimizeConfig.php:235
290 msgid "Web Technology"
291 msgstr ""
292
293 #: classes/autoptimizeConfig.php:250
294 msgid "Do not donate for this plugin!"
295 msgstr ""
296
297 #: classes/autoptimizeConfig.php:370
298 msgid "Autoptimize Options"
299 msgstr ""
300
301 #: classes/autoptimizeConfig.php:419 classes/autoptimizeConfig.php:425
302 msgid "Settings"
303 msgstr ""
304
305 #: classes/autoptimizeConfig.php:488
306 msgid "No items"
307 msgstr ""
308
309 #: classes/autoptimizeConfig.php:493
310 msgid "Posted %s"
311 msgstr ""
312
313 #: classes/autoptimizeToolbar.php:22
314 msgid "Delete Cache"
315 msgstr ""
316
317 #: classlesses/autoptimizeCacheChecker.php:50
318 msgid ""
319 "Autoptimize's cache size is getting big, consider purging the cache.<br /"
320 "><br />Have a look at <a href=\"https://wordpress.org/plugins/autoptimize/"
321 "faq/\" target=\"_blank\">the Autoptimize FAQ</a> to see how you can keep the "
322 "cache size under control."
323 msgstr ""
324
325 #. Plugin URI of the plugin/theme
326 msgid "http://blog.futtta.be/autoptimize"
327 msgstr ""
328
329 #. Description of the plugin/theme
330 msgid ""
331 "Optimizes your website, concatenating the CSS and JavaScript code, and "
332 "compressing it."
333 msgstr ""
334
335 #. Author of the plugin/theme
336 msgid "Frank Goossens (futtta)"
337 msgstr ""
338
339 #. Author URI of the plugin/theme
340 msgid "http://blog.futtta.be/"
341 msgstr ""
342