summaryrefslogtreecommitdiff
blob: 1fb921b4fdb9af35b26f8433e3b642feacc0e25c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
msgid ""
msgstr ""
"Project-Id-Version: easy-table 1.5.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-07-18 23:23+0700\n"
"PO-Revision-Date: 2014-07-18 23:24+0700\n"
"Last-Translator: takien <contact@takien.com>\n"
"Language-Team: takien.com <contact@takien.com>\n"
"Language: en_US\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-KeywordsList: __;_e\n"
"X-Poedit-Basepath: ../\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Generator: Poedit 1.5.7\n"
"X-Poedit-SearchPath-0: .\n"

#: easy-table.php:119 easy-table.php:127 easy-table.php:135
#, php-format
msgid ""
"It seems that %1$s shortcode already used by another plugin and potentially "
"cause problem with %2$s. Please change %3$s into another term other than "
"%4$s.  <a href=\"%5$s\">Click here to fix it.</a>"
msgstr ""

#: easy-table.php:665
msgid "Settings"
msgstr ""

#: easy-table.php:677
msgid "Instruction"
msgstr ""

#: easy-table.php:678
msgid ""
"Once plugin installed, go to plugin options page to configure some options"
msgstr ""

#: easy-table.php:679
msgid "You are ready to write a table in post or page."
msgstr ""

#: easy-table.php:680
msgid ""
"To be able write table in widget you have to check <em>Enable render table "
"in widget</em> option in the option page."
msgstr ""

#: easy-table.php:699
#, php-format
msgid "%s Option"
msgstr ""

#: easy-table.php:704
msgid "Support"
msgstr ""

#: easy-table.php:705
msgid "About"
msgstr ""

#: easy-table.php:715
msgid "Show/hide help button"
msgstr ""

#: easy-table.php:716
msgid "General options"
msgstr ""

#: easy-table.php:721
msgid "Short code tag"
msgstr ""

#: easy-table.php:723
msgid "Shortcode tag, type 'table' if you want to use [table] short tag."
msgstr ""

#: easy-table.php:729 easy-table.php:1001
msgid "Cell attribute tag"
msgstr ""

#: easy-table.php:731
msgid "Cell attribute tag, default is attr."
msgstr ""

#: easy-table.php:736
msgid "Also render table in widget?"
msgstr ""

#: easy-table.php:738
msgid "Check this if you want the table could be rendered in widget."
msgstr ""

#: easy-table.php:743
msgid "Only load JS/CSS when in this condition"
msgstr ""

#: easy-table.php:744
msgid "Please check in where JavaScript and CSS should be loaded"
msgstr ""

#: easy-table.php:748
msgid "Single"
msgstr ""

#: easy-table.php:754
msgid "Page"
msgstr ""

#: easy-table.php:760
msgid "Front page"
msgstr ""

#: easy-table.php:766
msgid "Archive page"
msgstr ""

#: easy-table.php:772
msgid "Search page"
msgstr ""

#: easy-table.php:780
msgid "Load script on footer?"
msgstr ""

#: easy-table.php:782
msgid ""
"Check this if you want the script to be rendered in footer. Try to check or "
"uncheck this if you experienced conflict with another JavaScript library "
"(not guaranteed though)."
msgstr ""

#: easy-table.php:793
msgid "Use tablesorter?"
msgstr ""

#: easy-table.php:796
msgid "Check this to use tablesorter jQuery plugin"
msgstr ""

#: easy-table.php:800
msgid "Use TH for the first row?"
msgstr ""

#: easy-table.php:803
msgid ""
"Check this if you want to use first row as table head (required by "
"tablesorter)"
msgstr ""

#: easy-table.php:807
msgid "Load CSS?"
msgstr ""

#: easy-table.php:810
msgid ""
"Check this to use CSS included in this plugin to styling table, you may "
"unceck if you want to write your own style."
msgstr ""

#: easy-table.php:814
msgid "Table class"
msgstr ""

#: easy-table.php:816
msgid "Additional table class attribute."
msgstr ""

#: easy-table.php:820
msgid "Table width"
msgstr ""

#: easy-table.php:822
msgid "Table width, in pixel or percent (may be overriden by CSS)"
msgstr ""

#: easy-table.php:826
msgid "Table border"
msgstr ""

#: easy-table.php:828
msgid "Table border (may be overriden by CSS)"
msgstr ""

#: easy-table.php:832
msgid "Table align"
msgstr ""

#: easy-table.php:834
msgid "Table align (left, center, right)"
msgstr ""

#: easy-table.php:839
msgid "Table options"
msgstr ""

#: easy-table.php:843
msgid "Theme selector"
msgstr ""

#: easy-table.php:848
msgid "Default theme"
msgstr ""

#: easy-table.php:852
msgid "Select default theme of the table"
msgstr ""

#: easy-table.php:858
msgid "Data options"
msgstr ""

#: easy-table.php:863
msgid "Row limit"
msgstr ""

#: easy-table.php:867
msgid "Max row to convert to table, default 0 (unlimited)"
msgstr ""

#: easy-table.php:871
msgid "Trim cell data?"
msgstr ""

#: easy-table.php:876
msgid "Trim empty character around cell data"
msgstr ""

#: easy-table.php:882
msgid "Parser options"
msgstr ""

#: easy-table.php:883
msgid "Do not change this unless you know what you're doing"
msgstr ""

#: easy-table.php:889
msgid "New line replacement"
msgstr ""

#: easy-table.php:892
msgid ""
"Since new line is used by parser, you need specify character as a "
"replacement."
msgstr ""

#: easy-table.php:895
msgid "Row terminator"
msgstr ""

#: easy-table.php:899
msgid ""
"This caharacter will converted into new row. Default value \\n (this is "
"invisible character when you press Enter). If your new line not converted as "
"new row in the table, try use \\r instead."
msgstr ""

#: easy-table.php:902
msgid "Delimiter"
msgstr ""

#: easy-table.php:905
msgid "CSV delimiter (default is comma)"
msgstr ""

#: easy-table.php:908
msgid "Enclosure"
msgstr ""

#: easy-table.php:911
msgid "CSV enclosure (default is double quote)"
msgstr ""

#: easy-table.php:914
msgid "Escape"
msgstr ""

#: easy-table.php:917
msgid "CSV escape (default is backslash)"
msgstr ""

#: easy-table.php:920
msgid "Fix linebreak"
msgstr ""

#: easy-table.php:923
msgid ""
"If terminator is not default (linebreak), you may encounter some issue with "
"linebreak inside cell, try to check or uncheck this to resolve"
msgstr ""

#: easy-table.php:927
msgid "Allow read CSV from file?"
msgstr ""

#: easy-table.php:930
msgid "Check this if you also want to convert CSV file to table"
msgstr ""

#: easy-table.php:938
msgid "Save"
msgstr ""

#: easy-table.php:962
msgid "Possible parameter"
msgstr ""

#: easy-table.php:963
msgid ""
"These parameters commonly can override global options in the left side of "
"this page. Example usage:"
msgstr ""

#: easy-table.php:966 easy-table.php:967 easy-table.php:968 easy-table.php:969
#: easy-table.php:970 easy-table.php:971 easy-table.php:972 easy-table.php:973
#: easy-table.php:974 easy-table.php:975 easy-table.php:976 easy-table.php:977
#: easy-table.php:978 easy-table.php:979 easy-table.php:980 easy-table.php:981
#: easy-table.php:982
msgid "default value"
msgstr ""

#: easy-table.php:966
msgid "another value"
msgstr ""

#: easy-table.php:985
msgid ""
"parameter is for initial sorting order. Value for each column separated by "
"comma. See example below:"
msgstr ""

#: easy-table.php:987
msgid ""
"Set initial order of first column descending and second column ascending:"
msgstr ""

#: easy-table.php:993
msgid "Set initial order of second column descending:"
msgstr ""

#: easy-table.php:999
msgid ""
"Additionaly, sort option also can be set via sort attr in a cell. See "
"example below"
msgstr ""

#: easy-table.php:1003
msgid "To set attribute for cell eg. class, colspan, rowspan, etc"
msgstr ""

#: easy-table.php:1004
msgid "Example"
msgstr ""

#: easy-table.php:1013
msgid "To set initial sort order, this is intended to TH (first row) only."
msgstr ""

#: easy-table.php:1014
msgid "Example: sort second column descending "
msgstr ""

#: easy-table.php:1031
msgid "Test area:"
msgstr ""

#: easy-table.php:1036
msgid "Reset"
msgstr ""

#: easy-table.php:1037
msgid "Update preview"
msgstr ""

#: easy-table.php:1039
msgid "Preview"
msgstr ""

#: easy-table.php:1046
msgid "Easy Table theme editor"
msgstr ""

#: easy-table.php:1076
msgid ""
"I have tried to make this plugin can be used as easy as possible and "
"documentation as complete as possible. However it is also possible that you "
"are still confused. Therefore feel free to ask. I would be happy to answer."
msgstr ""

#: easy-table.php:1077
msgid ""
"You can use this discussion to get support, request feature or reporting bug."
msgstr ""

#: easy-table.php:1078
msgid "Before you ask something, make sure you have read documentation here!"
msgstr ""

#: easy-table.php:1137
msgid "Install Now"
msgstr ""

#: easy-table.php:1141
msgid "Install Update Now"
msgstr ""

#: easy-table.php:1144
#, php-format
msgid "Newer Version (%s) Installed"
msgstr ""

#: easy-table.php:1147
msgid "Latest Version Installed"
msgstr ""

#: easy-table.php:1156
msgid "Latest Version:"
msgstr ""

#: easy-table.php:1158
msgid "Author:"
msgstr ""

#: easy-table.php:1160
msgid "Last Updated:"
msgstr ""

#: easy-table.php:1161
#, php-format
msgid "%s ago"
msgstr ""

#: easy-table.php:1163
msgid "Requires WordPress Version:"
msgstr ""

#: easy-table.php:1163
#, php-format
msgid "%s or higher"
msgstr ""

#: easy-table.php:1165
msgid "Compatible up to:"
msgstr ""

#: easy-table.php:1167
msgid "Downloaded:"
msgstr ""

#: easy-table.php:1169
msgid "WordPress.org Plugin Page &#187;"
msgstr ""

#: easy-table.php:1171
msgid "Plugin Homepage  &#187;"
msgstr ""

#: easy-table.php:1175
msgid "Average Rating"
msgstr ""

#: easy-table.php:1193
msgid "Support my work with donation"
msgstr ""

#: easy-table.php:1202
msgid "Don't have money? No problem, you can rate my plugin instead."
msgstr ""

#: easy-table.php:1203
msgid "Click here to rate"
msgstr ""

#: easy-table.php:1205
msgid "Thanks to"
msgstr ""

#: easy-table.php:1211 easy-table.php:1212 easy-table.php:1213
#: easy-table.php:1214 easy-table.php:1215
msgid "by"
msgstr ""