Easy Table - Version 1.5.1

Version Description

  • Fixed: Bug on 1.5, Easy Table does not work if TablePress is active even when custom shortcode is set.
Download this release

Release Info

Developer takien
Plugin Icon wp plugin Easy Table
Version 1.5.1
Comparing to
See all releases

Code changes from version 1.5 to 1.5.1

easy-table.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Easy Table
4
  Plugin URI: http://takien.com/
5
  Description: Create table in post, page, or widget in easy way.
6
  Author: Takien
7
- Version: 1.5
8
  Author URI: http://takien.com/
9
  */
10
 
@@ -75,10 +75,17 @@ function __construct(){
75
 
76
  include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
77
 
78
- if ( shortcode_exists( $this->option('shortcodetag')) OR is_plugin_active('tablepress/tablepress.php') ) {
 
 
79
  add_action('admin_notices', array(&$this,'easy_table_shortcode_check_notice'));
 
80
  }
81
- else {
 
 
 
 
82
  add_shortcode($this->option('shortcodetag'), array(&$this,'easy_table_short_code'));
83
  }
84
 
@@ -98,7 +105,7 @@ function __construct(){
98
  private function easy_table_base($return){
99
  $easy_table_base = Array(
100
  'name' => 'Easy Table',
101
- 'version' => '1.5',
102
  'plugin-domain' => 'easy-table'
103
  );
104
  return $easy_table_base[$return];
@@ -113,6 +120,14 @@ function easy_table_shortcode_check_notice() {
113
  </div>
114
  <?php
115
  }
 
 
 
 
 
 
 
 
116
  function easy_table_attr_shortcode_check_notice() {
117
  $shortcode = $this->option('attrtag');
118
  ?>
4
  Plugin URI: http://takien.com/
5
  Description: Create table in post, page, or widget in easy way.
6
  Author: Takien
7
+ Version: 1.5.1
8
  Author URI: http://takien.com/
9
  */
10
 
75
 
76
  include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
77
 
78
+ $conflict = false;
79
+
80
+ if ( shortcode_exists( $this->option('shortcodetag') ) ) {
81
  add_action('admin_notices', array(&$this,'easy_table_shortcode_check_notice'));
82
+ $conflict = true;
83
  }
84
+ if (is_plugin_active('tablepress/tablepress.php') AND ('table' == strtolower($this->option('shortcodetag')) ) ) {
85
+ add_action('admin_notices', array(&$this,'easy_table_shortcode_check_notice_tablepress'));
86
+ $conflict = true;
87
+ }
88
+ if ( !$conflict ) {
89
  add_shortcode($this->option('shortcodetag'), array(&$this,'easy_table_short_code'));
90
  }
91
 
105
  private function easy_table_base($return){
106
  $easy_table_base = Array(
107
  'name' => 'Easy Table',
108
+ 'version' => '1.5.1',
109
  'plugin-domain' => 'easy-table'
110
  );
111
  return $easy_table_base[$return];
120
  </div>
121
  <?php
122
  }
123
+ function easy_table_shortcode_check_notice_tablepress() {
124
+ $shortcode = 'table';
125
+ ?>
126
+ <div class="error">
127
+ <p><strong>Easy Table</strong>: <?php printf(__('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>','easy-table'), '<code>['.$shortcode.']</code>','Easy Table','<em>Easy Table short code tag</em>','<code>'.$shortcode.'</code>','options-general.php?page=easy-table');?></p>
128
+ </div>
129
+ <?php
130
+ }
131
  function easy_table_attr_shortcode_check_notice() {
132
  $shortcode = $this->option('attrtag');
133
  ?>
languages/easy-table-id_ID.mo CHANGED
Binary file
languages/easy-table-id_ID.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: easy-table 1.4\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-07-16 22:11+0700\n"
6
- "PO-Revision-Date: 2014-07-16 22:12+0700\n"
7
  "Last-Translator: takien <contact@takien.com>\n"
8
  "Language-Team: takien.com <contact@takien.com>\n"
9
  "Language: id_ID\n"
@@ -16,299 +16,299 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: easy-table.php:97
20
  #, php-format
21
  msgid ""
22
- "It seems %1$s shortcode already used by another plugin and potentially cause "
23
- "problem with %2$s. Please change %3$s into another term other than %4$s. <a "
24
- "href=\"%5$s\">Click here to fix it.</a>"
25
  msgstr ""
26
 
27
- #: easy-table.php:627
28
  msgid "Settings"
29
  msgstr "Pengaturan"
30
 
31
- #: easy-table.php:639
32
  msgid "Instruction"
33
  msgstr "Petunjuk"
34
 
35
- #: easy-table.php:640
36
  msgid ""
37
  "Once plugin installed, go to plugin options page to configure some options"
38
  msgstr "Setelah plugin terpasang, kemudian buka halaman penyetelan plugin"
39
 
40
- #: easy-table.php:641
41
  msgid "You are ready to write a table in post or page."
42
  msgstr "Anda telah siap untuk membuat tabel di post atau halaman."
43
 
44
- #: easy-table.php:642
45
  msgid ""
46
  "To be able write table in widget you have to check <em>Enable render table "
47
  "in widget</em> option in the option page."
48
  msgstr ""
49
 
50
- #: easy-table.php:661
51
  #, php-format
52
  msgid "%s Option"
53
  msgstr "Pengaturan %s"
54
 
55
- #: easy-table.php:666
56
  msgid "Support"
57
  msgstr "Dukungan"
58
 
59
- #: easy-table.php:667
60
  msgid "About"
61
  msgstr "Tentang"
62
 
63
- #: easy-table.php:677
64
  msgid "Show/hide help button"
65
  msgstr "Tampilkan/Sembunyikan tombol bantuan"
66
 
67
- #: easy-table.php:678
68
  msgid "General options"
69
  msgstr "Pengaturan umum"
70
 
71
- #: easy-table.php:683
72
  msgid "Short code tag"
73
  msgstr ""
74
 
75
- #: easy-table.php:685
76
  msgid "Shortcode tag, type 'table' if you want to use [table] short tag."
77
  msgstr ""
78
 
79
- #: easy-table.php:691 easy-table.php:963
80
  msgid "Cell attribute tag"
81
  msgstr ""
82
 
83
- #: easy-table.php:693
84
  msgid "Cell attribute tag, default is attr."
85
  msgstr ""
86
 
87
- #: easy-table.php:698
88
  msgid "Also render table in widget?"
89
  msgstr "Tampilkan tabel di widget?"
90
 
91
- #: easy-table.php:700
92
  msgid "Check this if you want the table could be rendered in widget."
93
  msgstr ""
94
 
95
- #: easy-table.php:705
96
  msgid "Only load JS/CSS when in this condition"
97
  msgstr ""
98
 
99
- #: easy-table.php:706
100
  msgid "Please check in where JavaScript and CSS should be loaded"
101
  msgstr ""
102
 
103
- #: easy-table.php:710
104
  msgid "Single"
105
  msgstr ""
106
 
107
- #: easy-table.php:716
108
  msgid "Page"
109
  msgstr ""
110
 
111
- #: easy-table.php:722
112
  msgid "Front page"
113
  msgstr ""
114
 
115
- #: easy-table.php:728
116
  msgid "Archive page"
117
  msgstr ""
118
 
119
- #: easy-table.php:734
120
  msgid "Search page"
121
  msgstr ""
122
 
123
- #: easy-table.php:742
124
  msgid "Load script on footer?"
125
  msgstr "Muat script di footer?"
126
 
127
- #: easy-table.php:744
128
  msgid ""
129
  "Check this if you want the script to be rendered in footer. Try to check or "
130
  "uncheck this if you experienced conflict with another JavaScript library "
131
  "(not guaranteed though)."
132
  msgstr ""
133
 
134
- #: easy-table.php:755
135
  msgid "Use tablesorter?"
136
  msgstr "Gunakan tablesorter?"
137
 
138
- #: easy-table.php:758
139
  msgid "Check this to use tablesorter jQuery plugin"
140
  msgstr "Ceklist ini jika ingin menggunakan jQuery plugin tablesorter"
141
 
142
- #: easy-table.php:762
143
  msgid "Use TH for the first row?"
144
  msgstr "Gunakan TH untuk baris pertama?"
145
 
146
- #: easy-table.php:765
147
  msgid ""
148
  "Check this if you want to use first row as table head (required by "
149
  "tablesorter)"
150
  msgstr ""
151
 
152
- #: easy-table.php:769
153
  msgid "Load CSS?"
154
  msgstr "Muat CSS?"
155
 
156
- #: easy-table.php:772
157
  msgid ""
158
  "Check this to use CSS included in this plugin to styling table, you may "
159
  "unceck if you want to write your own style."
160
  msgstr "Ceklist ini untuk menyertakan CSS untuk penataan tampilan tabel."
161
 
162
- #: easy-table.php:776
163
  msgid "Table class"
164
  msgstr "Class tabel"
165
 
166
- #: easy-table.php:778
167
  msgid "Additional table class attribute."
168
  msgstr ""
169
 
170
- #: easy-table.php:782
171
  msgid "Table width"
172
  msgstr "Lebar tabel"
173
 
174
- #: easy-table.php:784
175
  msgid "Table width, in pixel or percent (may be overriden by CSS)"
176
  msgstr "Lebar tabel, dalam pixel atau persen (kemungkinan ditimpa oleh CSS)"
177
 
178
- #: easy-table.php:788
179
  msgid "Table border"
180
  msgstr "Garis tabel"
181
 
182
- #: easy-table.php:790
183
  msgid "Table border (may be overriden by CSS)"
184
  msgstr "Garis tabel (kemungkinan ditimpa oleh CSS)"
185
 
186
- #: easy-table.php:794
187
  msgid "Table align"
188
  msgstr "Perataan tabel"
189
 
190
- #: easy-table.php:796
191
  msgid "Table align (left, center, right)"
192
  msgstr ""
193
 
194
- #: easy-table.php:801
195
  msgid "Table options"
196
  msgstr "Pengaturan tabel"
197
 
198
- #: easy-table.php:805
199
  msgid "Theme selector"
200
  msgstr "Pemilihan tema"
201
 
202
- #: easy-table.php:810
203
  msgid "Default theme"
204
  msgstr "Tema bawaan"
205
 
206
- #: easy-table.php:814
207
  msgid "Select default theme of the table"
208
  msgstr "Pilih tema untuk tabel"
209
 
210
- #: easy-table.php:820
211
  #, fuzzy
212
  msgid "Data options"
213
  msgstr "Pengaturan tabel"
214
 
215
- #: easy-table.php:825
216
  msgid "Row limit"
217
  msgstr "Batas baris"
218
 
219
- #: easy-table.php:829
220
  msgid "Max row to convert to table, default 0 (unlimited)"
221
  msgstr ""
222
 
223
- #: easy-table.php:833
224
  msgid "Trim cell data?"
225
  msgstr ""
226
 
227
- #: easy-table.php:838
228
  msgid "Trim empty character around cell data"
229
  msgstr ""
230
 
231
- #: easy-table.php:844
232
  #, fuzzy
233
  msgid "Parser options"
234
  msgstr "Pengaturan parser"
235
 
236
- #: easy-table.php:845
237
  msgid "Do not change this unless you know what you're doing"
238
  msgstr "Jangan ganti bagian ini kecuali Anda mengetahuinya"
239
 
240
- #: easy-table.php:851
241
  msgid "New line replacement"
242
  msgstr "Pengganti baris baru"
243
 
244
- #: easy-table.php:854
245
  msgid ""
246
  "Since new line is used by parser, you need specify character as a "
247
  "replacement."
248
  msgstr ""
249
 
250
- #: easy-table.php:857
251
  msgid "Row terminator"
252
  msgstr "Pembatas baris"
253
 
254
- #: easy-table.php:861
255
  msgid ""
256
  "This caharacter will converted into new row. Default value \\n (this is "
257
  "invisible character when you press Enter). If your new line not converted as "
258
  "new row in the table, try use \\r instead."
259
  msgstr ""
260
 
261
- #: easy-table.php:864
262
  msgid "Delimiter"
263
  msgstr "Pemisah"
264
 
265
- #: easy-table.php:867
266
  msgid "CSV delimiter (default is comma)"
267
  msgstr ""
268
 
269
- #: easy-table.php:870
270
  msgid "Enclosure"
271
  msgstr ""
272
 
273
- #: easy-table.php:873
274
  msgid "CSV enclosure (default is double quote)"
275
  msgstr ""
276
 
277
- #: easy-table.php:876
278
  msgid "Escape"
279
  msgstr ""
280
 
281
- #: easy-table.php:879
282
  msgid "CSV escape (default is backslash)"
283
  msgstr ""
284
 
285
- #: easy-table.php:882
286
  msgid "Fix linebreak"
287
  msgstr ""
288
 
289
- #: easy-table.php:885
290
  msgid ""
291
  "If terminator is not default (linebreak), you may encounter some issue with "
292
  "linebreak inside cell, try to check or uncheck this to resolve"
293
  msgstr ""
294
 
295
- #: easy-table.php:889
296
  msgid "Allow read CSV from file?"
297
  msgstr "Bolehkan membaca CSV dari file?"
298
 
299
- #: easy-table.php:892
300
  msgid "Check this if you also want to convert CSV file to table"
301
  msgstr "Ceklist ini jika Anda juga ingin merubah file CSV ke tabel"
302
 
303
- #: easy-table.php:900
304
  msgid "Save"
305
  msgstr "Simpan"
306
 
307
- #: easy-table.php:924
308
  msgid "Possible parameter"
309
  msgstr "Parameter yang dimungkinkan"
310
 
311
- #: easy-table.php:925
312
  msgid ""
313
  "These parameters commonly can override global options in the left side of "
314
  "this page. Example usage:"
@@ -316,19 +316,19 @@ msgstr ""
316
  "Parameter berikut ini secara umum dapat menggantikan setingan global yang "
317
  "ada di sebelah kiri halaman ini. Contoh penggunaan:"
318
 
319
- #: easy-table.php:928 easy-table.php:929 easy-table.php:930 easy-table.php:931
320
- #: easy-table.php:932 easy-table.php:933 easy-table.php:934 easy-table.php:935
321
- #: easy-table.php:936 easy-table.php:937 easy-table.php:938 easy-table.php:939
322
- #: easy-table.php:940 easy-table.php:941 easy-table.php:942 easy-table.php:943
323
- #: easy-table.php:944
324
  msgid "default value"
325
  msgstr "nilai bawaan"
326
 
327
- #: easy-table.php:928
328
  msgid "another value"
329
  msgstr "nilai lainnya"
330
 
331
- #: easy-table.php:947
332
  msgid ""
333
  "parameter is for initial sorting order. Value for each column separated by "
334
  "comma. See example below:"
@@ -336,58 +336,58 @@ msgstr ""
336
  "parameter untuk penyortiran bawaan. Nilai dari masing masih kolom dipisahkan "
337
  "dengan koma. Lihat contoh berikut:"
338
 
339
- #: easy-table.php:949
340
  msgid ""
341
  "Set initial order of first column descending and second column ascending:"
342
  msgstr ""
343
 
344
- #: easy-table.php:955
345
  msgid "Set initial order of second column descending:"
346
  msgstr ""
347
 
348
- #: easy-table.php:961
349
  msgid ""
350
  "Additionaly, sort option also can be set via sort attr in a cell. See "
351
  "example below"
352
  msgstr ""
353
 
354
- #: easy-table.php:965
355
  msgid "To set attribute for cell eg. class, colspan, rowspan, etc"
356
  msgstr ""
357
 
358
- #: easy-table.php:966
359
  msgid "Example"
360
  msgstr "Contoh"
361
 
362
- #: easy-table.php:975
363
  msgid "To set initial sort order, this is intended to TH (first row) only."
364
  msgstr ""
365
 
366
- #: easy-table.php:976
367
  msgid "Example: sort second column descending "
368
  msgstr ""
369
 
370
- #: easy-table.php:993
371
  msgid "Test area:"
372
  msgstr "Area test:"
373
 
374
- #: easy-table.php:998
375
  msgid "Reset"
376
  msgstr "Reset"
377
 
378
- #: easy-table.php:999
379
  msgid "Update preview"
380
  msgstr "Perbaharui pratinjau"
381
 
382
- #: easy-table.php:1001
383
  msgid "Preview"
384
  msgstr "Pratinjau"
385
 
386
- #: easy-table.php:1008
387
  msgid "Easy Table theme editor"
388
  msgstr ""
389
 
390
- #: easy-table.php:1038
391
  msgid ""
392
  "I have tried to make this plugin can be used as easy as possible and "
393
  "documentation as complete as possible. However it is also possible that you "
@@ -397,97 +397,97 @@ msgstr ""
397
  "yang selengkap mungkin. Meskipun begitu mungkin Anda masih bingung. Untuk "
398
  "itu jangan sungkan-sungkan untuk bertanya. Saya akan senang menjawabnya."
399
 
400
- #: easy-table.php:1039
401
  msgid ""
402
  "You can use this discussion to get support, request feature or reporting bug."
403
  msgstr ""
404
 
405
- #: easy-table.php:1040
406
  msgid "Before you ask something, make sure you have read documentation here!"
407
  msgstr ""
408
  "Sebelum bertanya sesuatu, pastikan Anda telah membaca dokumentasi di sini!"
409
 
410
- #: easy-table.php:1099
411
  msgid "Install Now"
412
  msgstr ""
413
 
414
- #: easy-table.php:1103
415
  msgid "Install Update Now"
416
  msgstr ""
417
 
418
- #: easy-table.php:1106
419
  #, php-format
420
  msgid "Newer Version (%s) Installed"
421
  msgstr ""
422
 
423
- #: easy-table.php:1109
424
  msgid "Latest Version Installed"
425
  msgstr ""
426
 
427
- #: easy-table.php:1118
428
  msgid "Latest Version:"
429
  msgstr ""
430
 
431
- #: easy-table.php:1120
432
  msgid "Author:"
433
  msgstr ""
434
 
435
- #: easy-table.php:1122
436
  msgid "Last Updated:"
437
  msgstr ""
438
 
439
- #: easy-table.php:1123
440
  #, php-format
441
  msgid "%s ago"
442
  msgstr ""
443
 
444
- #: easy-table.php:1125
445
  msgid "Requires WordPress Version:"
446
  msgstr ""
447
 
448
- #: easy-table.php:1125
449
  #, php-format
450
  msgid "%s or higher"
451
  msgstr ""
452
 
453
- #: easy-table.php:1127
454
  msgid "Compatible up to:"
455
  msgstr ""
456
 
457
- #: easy-table.php:1129
458
  msgid "Downloaded:"
459
  msgstr ""
460
 
461
- #: easy-table.php:1131
462
  msgid "WordPress.org Plugin Page &#187;"
463
  msgstr ""
464
 
465
- #: easy-table.php:1133
466
  msgid "Plugin Homepage &#187;"
467
  msgstr ""
468
 
469
- #: easy-table.php:1137
470
  msgid "Average Rating"
471
  msgstr "Penilaian rata-rata"
472
 
473
- #: easy-table.php:1155
474
  msgid "Support my work with donation"
475
  msgstr "Dukung karya saya dengan sumbangan"
476
 
477
- #: easy-table.php:1164
478
  msgid "Don't have money? No problem, you can rate my plugin instead."
479
  msgstr "Tidak punya uang? Tidak masalah, Anda cukup memberi rating plugin ini."
480
 
481
- #: easy-table.php:1165
482
  msgid "Click here to rate"
483
  msgstr "Klik di sini untuk memberi nilai"
484
 
485
- #: easy-table.php:1167
486
  msgid "Thanks to"
487
  msgstr "Terimakasih kepada"
488
 
489
- #: easy-table.php:1173 easy-table.php:1174 easy-table.php:1175
490
- #: easy-table.php:1176 easy-table.php:1177
491
  msgid "by"
492
  msgstr "oleh"
493
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: easy-table 1.5.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-18 23:23+0700\n"
6
+ "PO-Revision-Date: 2014-07-18 23:23+0700\n"
7
  "Last-Translator: takien <contact@takien.com>\n"
8
  "Language-Team: takien.com <contact@takien.com>\n"
9
  "Language: id_ID\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: easy-table.php:119 easy-table.php:127 easy-table.php:135
20
  #, php-format
21
  msgid ""
22
+ "It seems that %1$s shortcode already used by another plugin and potentially "
23
+ "cause problem with %2$s. Please change %3$s into another term other than "
24
+ "%4$s. <a href=\"%5$s\">Click here to fix it.</a>"
25
  msgstr ""
26
 
27
+ #: easy-table.php:665
28
  msgid "Settings"
29
  msgstr "Pengaturan"
30
 
31
+ #: easy-table.php:677
32
  msgid "Instruction"
33
  msgstr "Petunjuk"
34
 
35
+ #: easy-table.php:678
36
  msgid ""
37
  "Once plugin installed, go to plugin options page to configure some options"
38
  msgstr "Setelah plugin terpasang, kemudian buka halaman penyetelan plugin"
39
 
40
+ #: easy-table.php:679
41
  msgid "You are ready to write a table in post or page."
42
  msgstr "Anda telah siap untuk membuat tabel di post atau halaman."
43
 
44
+ #: easy-table.php:680
45
  msgid ""
46
  "To be able write table in widget you have to check <em>Enable render table "
47
  "in widget</em> option in the option page."
48
  msgstr ""
49
 
50
+ #: easy-table.php:699
51
  #, php-format
52
  msgid "%s Option"
53
  msgstr "Pengaturan %s"
54
 
55
+ #: easy-table.php:704
56
  msgid "Support"
57
  msgstr "Dukungan"
58
 
59
+ #: easy-table.php:705
60
  msgid "About"
61
  msgstr "Tentang"
62
 
63
+ #: easy-table.php:715
64
  msgid "Show/hide help button"
65
  msgstr "Tampilkan/Sembunyikan tombol bantuan"
66
 
67
+ #: easy-table.php:716
68
  msgid "General options"
69
  msgstr "Pengaturan umum"
70
 
71
+ #: easy-table.php:721
72
  msgid "Short code tag"
73
  msgstr ""
74
 
75
+ #: easy-table.php:723
76
  msgid "Shortcode tag, type 'table' if you want to use [table] short tag."
77
  msgstr ""
78
 
79
+ #: easy-table.php:729 easy-table.php:1001
80
  msgid "Cell attribute tag"
81
  msgstr ""
82
 
83
+ #: easy-table.php:731
84
  msgid "Cell attribute tag, default is attr."
85
  msgstr ""
86
 
87
+ #: easy-table.php:736
88
  msgid "Also render table in widget?"
89
  msgstr "Tampilkan tabel di widget?"
90
 
91
+ #: easy-table.php:738
92
  msgid "Check this if you want the table could be rendered in widget."
93
  msgstr ""
94
 
95
+ #: easy-table.php:743
96
  msgid "Only load JS/CSS when in this condition"
97
  msgstr ""
98
 
99
+ #: easy-table.php:744
100
  msgid "Please check in where JavaScript and CSS should be loaded"
101
  msgstr ""
102
 
103
+ #: easy-table.php:748
104
  msgid "Single"
105
  msgstr ""
106
 
107
+ #: easy-table.php:754
108
  msgid "Page"
109
  msgstr ""
110
 
111
+ #: easy-table.php:760
112
  msgid "Front page"
113
  msgstr ""
114
 
115
+ #: easy-table.php:766
116
  msgid "Archive page"
117
  msgstr ""
118
 
119
+ #: easy-table.php:772
120
  msgid "Search page"
121
  msgstr ""
122
 
123
+ #: easy-table.php:780
124
  msgid "Load script on footer?"
125
  msgstr "Muat script di footer?"
126
 
127
+ #: easy-table.php:782
128
  msgid ""
129
  "Check this if you want the script to be rendered in footer. Try to check or "
130
  "uncheck this if you experienced conflict with another JavaScript library "
131
  "(not guaranteed though)."
132
  msgstr ""
133
 
134
+ #: easy-table.php:793
135
  msgid "Use tablesorter?"
136
  msgstr "Gunakan tablesorter?"
137
 
138
+ #: easy-table.php:796
139
  msgid "Check this to use tablesorter jQuery plugin"
140
  msgstr "Ceklist ini jika ingin menggunakan jQuery plugin tablesorter"
141
 
142
+ #: easy-table.php:800
143
  msgid "Use TH for the first row?"
144
  msgstr "Gunakan TH untuk baris pertama?"
145
 
146
+ #: easy-table.php:803
147
  msgid ""
148
  "Check this if you want to use first row as table head (required by "
149
  "tablesorter)"
150
  msgstr ""
151
 
152
+ #: easy-table.php:807
153
  msgid "Load CSS?"
154
  msgstr "Muat CSS?"
155
 
156
+ #: easy-table.php:810
157
  msgid ""
158
  "Check this to use CSS included in this plugin to styling table, you may "
159
  "unceck if you want to write your own style."
160
  msgstr "Ceklist ini untuk menyertakan CSS untuk penataan tampilan tabel."
161
 
162
+ #: easy-table.php:814
163
  msgid "Table class"
164
  msgstr "Class tabel"
165
 
166
+ #: easy-table.php:816
167
  msgid "Additional table class attribute."
168
  msgstr ""
169
 
170
+ #: easy-table.php:820
171
  msgid "Table width"
172
  msgstr "Lebar tabel"
173
 
174
+ #: easy-table.php:822
175
  msgid "Table width, in pixel or percent (may be overriden by CSS)"
176
  msgstr "Lebar tabel, dalam pixel atau persen (kemungkinan ditimpa oleh CSS)"
177
 
178
+ #: easy-table.php:826
179
  msgid "Table border"
180
  msgstr "Garis tabel"
181
 
182
+ #: easy-table.php:828
183
  msgid "Table border (may be overriden by CSS)"
184
  msgstr "Garis tabel (kemungkinan ditimpa oleh CSS)"
185
 
186
+ #: easy-table.php:832
187
  msgid "Table align"
188
  msgstr "Perataan tabel"
189
 
190
+ #: easy-table.php:834
191
  msgid "Table align (left, center, right)"
192
  msgstr ""
193
 
194
+ #: easy-table.php:839
195
  msgid "Table options"
196
  msgstr "Pengaturan tabel"
197
 
198
+ #: easy-table.php:843
199
  msgid "Theme selector"
200
  msgstr "Pemilihan tema"
201
 
202
+ #: easy-table.php:848
203
  msgid "Default theme"
204
  msgstr "Tema bawaan"
205
 
206
+ #: easy-table.php:852
207
  msgid "Select default theme of the table"
208
  msgstr "Pilih tema untuk tabel"
209
 
210
+ #: easy-table.php:858
211
  #, fuzzy
212
  msgid "Data options"
213
  msgstr "Pengaturan tabel"
214
 
215
+ #: easy-table.php:863
216
  msgid "Row limit"
217
  msgstr "Batas baris"
218
 
219
+ #: easy-table.php:867
220
  msgid "Max row to convert to table, default 0 (unlimited)"
221
  msgstr ""
222
 
223
+ #: easy-table.php:871
224
  msgid "Trim cell data?"
225
  msgstr ""
226
 
227
+ #: easy-table.php:876
228
  msgid "Trim empty character around cell data"
229
  msgstr ""
230
 
231
+ #: easy-table.php:882
232
  #, fuzzy
233
  msgid "Parser options"
234
  msgstr "Pengaturan parser"
235
 
236
+ #: easy-table.php:883
237
  msgid "Do not change this unless you know what you're doing"
238
  msgstr "Jangan ganti bagian ini kecuali Anda mengetahuinya"
239
 
240
+ #: easy-table.php:889
241
  msgid "New line replacement"
242
  msgstr "Pengganti baris baru"
243
 
244
+ #: easy-table.php:892
245
  msgid ""
246
  "Since new line is used by parser, you need specify character as a "
247
  "replacement."
248
  msgstr ""
249
 
250
+ #: easy-table.php:895
251
  msgid "Row terminator"
252
  msgstr "Pembatas baris"
253
 
254
+ #: easy-table.php:899
255
  msgid ""
256
  "This caharacter will converted into new row. Default value \\n (this is "
257
  "invisible character when you press Enter). If your new line not converted as "
258
  "new row in the table, try use \\r instead."
259
  msgstr ""
260
 
261
+ #: easy-table.php:902
262
  msgid "Delimiter"
263
  msgstr "Pemisah"
264
 
265
+ #: easy-table.php:905
266
  msgid "CSV delimiter (default is comma)"
267
  msgstr ""
268
 
269
+ #: easy-table.php:908
270
  msgid "Enclosure"
271
  msgstr ""
272
 
273
+ #: easy-table.php:911
274
  msgid "CSV enclosure (default is double quote)"
275
  msgstr ""
276
 
277
+ #: easy-table.php:914
278
  msgid "Escape"
279
  msgstr ""
280
 
281
+ #: easy-table.php:917
282
  msgid "CSV escape (default is backslash)"
283
  msgstr ""
284
 
285
+ #: easy-table.php:920
286
  msgid "Fix linebreak"
287
  msgstr ""
288
 
289
+ #: easy-table.php:923
290
  msgid ""
291
  "If terminator is not default (linebreak), you may encounter some issue with "
292
  "linebreak inside cell, try to check or uncheck this to resolve"
293
  msgstr ""
294
 
295
+ #: easy-table.php:927
296
  msgid "Allow read CSV from file?"
297
  msgstr "Bolehkan membaca CSV dari file?"
298
 
299
+ #: easy-table.php:930
300
  msgid "Check this if you also want to convert CSV file to table"
301
  msgstr "Ceklist ini jika Anda juga ingin merubah file CSV ke tabel"
302
 
303
+ #: easy-table.php:938
304
  msgid "Save"
305
  msgstr "Simpan"
306
 
307
+ #: easy-table.php:962
308
  msgid "Possible parameter"
309
  msgstr "Parameter yang dimungkinkan"
310
 
311
+ #: easy-table.php:963
312
  msgid ""
313
  "These parameters commonly can override global options in the left side of "
314
  "this page. Example usage:"
316
  "Parameter berikut ini secara umum dapat menggantikan setingan global yang "
317
  "ada di sebelah kiri halaman ini. Contoh penggunaan:"
318
 
319
+ #: easy-table.php:966 easy-table.php:967 easy-table.php:968 easy-table.php:969
320
+ #: easy-table.php:970 easy-table.php:971 easy-table.php:972 easy-table.php:973
321
+ #: easy-table.php:974 easy-table.php:975 easy-table.php:976 easy-table.php:977
322
+ #: easy-table.php:978 easy-table.php:979 easy-table.php:980 easy-table.php:981
323
+ #: easy-table.php:982
324
  msgid "default value"
325
  msgstr "nilai bawaan"
326
 
327
+ #: easy-table.php:966
328
  msgid "another value"
329
  msgstr "nilai lainnya"
330
 
331
+ #: easy-table.php:985
332
  msgid ""
333
  "parameter is for initial sorting order. Value for each column separated by "
334
  "comma. See example below:"
336
  "parameter untuk penyortiran bawaan. Nilai dari masing masih kolom dipisahkan "
337
  "dengan koma. Lihat contoh berikut:"
338
 
339
+ #: easy-table.php:987
340
  msgid ""
341
  "Set initial order of first column descending and second column ascending:"
342
  msgstr ""
343
 
344
+ #: easy-table.php:993
345
  msgid "Set initial order of second column descending:"
346
  msgstr ""
347
 
348
+ #: easy-table.php:999
349
  msgid ""
350
  "Additionaly, sort option also can be set via sort attr in a cell. See "
351
  "example below"
352
  msgstr ""
353
 
354
+ #: easy-table.php:1003
355
  msgid "To set attribute for cell eg. class, colspan, rowspan, etc"
356
  msgstr ""
357
 
358
+ #: easy-table.php:1004
359
  msgid "Example"
360
  msgstr "Contoh"
361
 
362
+ #: easy-table.php:1013
363
  msgid "To set initial sort order, this is intended to TH (first row) only."
364
  msgstr ""
365
 
366
+ #: easy-table.php:1014
367
  msgid "Example: sort second column descending "
368
  msgstr ""
369
 
370
+ #: easy-table.php:1031
371
  msgid "Test area:"
372
  msgstr "Area test:"
373
 
374
+ #: easy-table.php:1036
375
  msgid "Reset"
376
  msgstr "Reset"
377
 
378
+ #: easy-table.php:1037
379
  msgid "Update preview"
380
  msgstr "Perbaharui pratinjau"
381
 
382
+ #: easy-table.php:1039
383
  msgid "Preview"
384
  msgstr "Pratinjau"
385
 
386
+ #: easy-table.php:1046
387
  msgid "Easy Table theme editor"
388
  msgstr ""
389
 
390
+ #: easy-table.php:1076
391
  msgid ""
392
  "I have tried to make this plugin can be used as easy as possible and "
393
  "documentation as complete as possible. However it is also possible that you "
397
  "yang selengkap mungkin. Meskipun begitu mungkin Anda masih bingung. Untuk "
398
  "itu jangan sungkan-sungkan untuk bertanya. Saya akan senang menjawabnya."
399
 
400
+ #: easy-table.php:1077
401
  msgid ""
402
  "You can use this discussion to get support, request feature or reporting bug."
403
  msgstr ""
404
 
405
+ #: easy-table.php:1078
406
  msgid "Before you ask something, make sure you have read documentation here!"
407
  msgstr ""
408
  "Sebelum bertanya sesuatu, pastikan Anda telah membaca dokumentasi di sini!"
409
 
410
+ #: easy-table.php:1137
411
  msgid "Install Now"
412
  msgstr ""
413
 
414
+ #: easy-table.php:1141
415
  msgid "Install Update Now"
416
  msgstr ""
417
 
418
+ #: easy-table.php:1144
419
  #, php-format
420
  msgid "Newer Version (%s) Installed"
421
  msgstr ""
422
 
423
+ #: easy-table.php:1147
424
  msgid "Latest Version Installed"
425
  msgstr ""
426
 
427
+ #: easy-table.php:1156
428
  msgid "Latest Version:"
429
  msgstr ""
430
 
431
+ #: easy-table.php:1158
432
  msgid "Author:"
433
  msgstr ""
434
 
435
+ #: easy-table.php:1160
436
  msgid "Last Updated:"
437
  msgstr ""
438
 
439
+ #: easy-table.php:1161
440
  #, php-format
441
  msgid "%s ago"
442
  msgstr ""
443
 
444
+ #: easy-table.php:1163
445
  msgid "Requires WordPress Version:"
446
  msgstr ""
447
 
448
+ #: easy-table.php:1163
449
  #, php-format
450
  msgid "%s or higher"
451
  msgstr ""
452
 
453
+ #: easy-table.php:1165
454
  msgid "Compatible up to:"
455
  msgstr ""
456
 
457
+ #: easy-table.php:1167
458
  msgid "Downloaded:"
459
  msgstr ""
460
 
461
+ #: easy-table.php:1169
462
  msgid "WordPress.org Plugin Page &#187;"
463
  msgstr ""
464
 
465
+ #: easy-table.php:1171
466
  msgid "Plugin Homepage &#187;"
467
  msgstr ""
468
 
469
+ #: easy-table.php:1175
470
  msgid "Average Rating"
471
  msgstr "Penilaian rata-rata"
472
 
473
+ #: easy-table.php:1193
474
  msgid "Support my work with donation"
475
  msgstr "Dukung karya saya dengan sumbangan"
476
 
477
+ #: easy-table.php:1202
478
  msgid "Don't have money? No problem, you can rate my plugin instead."
479
  msgstr "Tidak punya uang? Tidak masalah, Anda cukup memberi rating plugin ini."
480
 
481
+ #: easy-table.php:1203
482
  msgid "Click here to rate"
483
  msgstr "Klik di sini untuk memberi nilai"
484
 
485
+ #: easy-table.php:1205
486
  msgid "Thanks to"
487
  msgstr "Terimakasih kepada"
488
 
489
+ #: easy-table.php:1211 easy-table.php:1212 easy-table.php:1213
490
+ #: easy-table.php:1214 easy-table.php:1215
491
  msgid "by"
492
  msgstr "oleh"
493
 
languages/english.mo CHANGED
Binary file
languages/english.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: easy-table 1.4\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-07-16 22:11+0700\n"
6
- "PO-Revision-Date: 2014-07-16 22:14+0700\n"
7
  "Last-Translator: takien <contact@takien.com>\n"
8
  "Language-Team: takien.com <contact@takien.com>\n"
9
  "Language: en_US\n"
@@ -16,467 +16,467 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: easy-table.php:97
20
  #, php-format
21
  msgid ""
22
- "It seems %1$s shortcode already used by another plugin and potentially cause "
23
- "problem with %2$s. Please change %3$s into another term other than %4$s. <a "
24
- "href=\"%5$s\">Click here to fix it.</a>"
25
  msgstr ""
26
 
27
- #: easy-table.php:627
28
  msgid "Settings"
29
  msgstr ""
30
 
31
- #: easy-table.php:639
32
  msgid "Instruction"
33
  msgstr ""
34
 
35
- #: easy-table.php:640
36
  msgid ""
37
  "Once plugin installed, go to plugin options page to configure some options"
38
  msgstr ""
39
 
40
- #: easy-table.php:641
41
  msgid "You are ready to write a table in post or page."
42
  msgstr ""
43
 
44
- #: easy-table.php:642
45
  msgid ""
46
  "To be able write table in widget you have to check <em>Enable render table "
47
  "in widget</em> option in the option page."
48
  msgstr ""
49
 
50
- #: easy-table.php:661
51
  #, php-format
52
  msgid "%s Option"
53
  msgstr ""
54
 
55
- #: easy-table.php:666
56
  msgid "Support"
57
  msgstr ""
58
 
59
- #: easy-table.php:667
60
  msgid "About"
61
  msgstr ""
62
 
63
- #: easy-table.php:677
64
  msgid "Show/hide help button"
65
  msgstr ""
66
 
67
- #: easy-table.php:678
68
  msgid "General options"
69
  msgstr ""
70
 
71
- #: easy-table.php:683
72
  msgid "Short code tag"
73
  msgstr ""
74
 
75
- #: easy-table.php:685
76
  msgid "Shortcode tag, type 'table' if you want to use [table] short tag."
77
  msgstr ""
78
 
79
- #: easy-table.php:691 easy-table.php:963
80
  msgid "Cell attribute tag"
81
  msgstr ""
82
 
83
- #: easy-table.php:693
84
  msgid "Cell attribute tag, default is attr."
85
  msgstr ""
86
 
87
- #: easy-table.php:698
88
  msgid "Also render table in widget?"
89
  msgstr ""
90
 
91
- #: easy-table.php:700
92
  msgid "Check this if you want the table could be rendered in widget."
93
  msgstr ""
94
 
95
- #: easy-table.php:705
96
  msgid "Only load JS/CSS when in this condition"
97
  msgstr ""
98
 
99
- #: easy-table.php:706
100
  msgid "Please check in where JavaScript and CSS should be loaded"
101
  msgstr ""
102
 
103
- #: easy-table.php:710
104
  msgid "Single"
105
  msgstr ""
106
 
107
- #: easy-table.php:716
108
  msgid "Page"
109
  msgstr ""
110
 
111
- #: easy-table.php:722
112
  msgid "Front page"
113
  msgstr ""
114
 
115
- #: easy-table.php:728
116
  msgid "Archive page"
117
  msgstr ""
118
 
119
- #: easy-table.php:734
120
  msgid "Search page"
121
  msgstr ""
122
 
123
- #: easy-table.php:742
124
  msgid "Load script on footer?"
125
  msgstr ""
126
 
127
- #: easy-table.php:744
128
  msgid ""
129
  "Check this if you want the script to be rendered in footer. Try to check or "
130
  "uncheck this if you experienced conflict with another JavaScript library "
131
  "(not guaranteed though)."
132
  msgstr ""
133
 
134
- #: easy-table.php:755
135
  msgid "Use tablesorter?"
136
  msgstr ""
137
 
138
- #: easy-table.php:758
139
  msgid "Check this to use tablesorter jQuery plugin"
140
  msgstr ""
141
 
142
- #: easy-table.php:762
143
  msgid "Use TH for the first row?"
144
  msgstr ""
145
 
146
- #: easy-table.php:765
147
  msgid ""
148
  "Check this if you want to use first row as table head (required by "
149
  "tablesorter)"
150
  msgstr ""
151
 
152
- #: easy-table.php:769
153
  msgid "Load CSS?"
154
  msgstr ""
155
 
156
- #: easy-table.php:772
157
  msgid ""
158
  "Check this to use CSS included in this plugin to styling table, you may "
159
  "unceck if you want to write your own style."
160
  msgstr ""
161
 
162
- #: easy-table.php:776
163
  msgid "Table class"
164
  msgstr ""
165
 
166
- #: easy-table.php:778
167
  msgid "Additional table class attribute."
168
  msgstr ""
169
 
170
- #: easy-table.php:782
171
  msgid "Table width"
172
  msgstr ""
173
 
174
- #: easy-table.php:784
175
  msgid "Table width, in pixel or percent (may be overriden by CSS)"
176
  msgstr ""
177
 
178
- #: easy-table.php:788
179
  msgid "Table border"
180
  msgstr ""
181
 
182
- #: easy-table.php:790
183
  msgid "Table border (may be overriden by CSS)"
184
  msgstr ""
185
 
186
- #: easy-table.php:794
187
  msgid "Table align"
188
  msgstr ""
189
 
190
- #: easy-table.php:796
191
  msgid "Table align (left, center, right)"
192
  msgstr ""
193
 
194
- #: easy-table.php:801
195
  msgid "Table options"
196
  msgstr ""
197
 
198
- #: easy-table.php:805
199
  msgid "Theme selector"
200
  msgstr ""
201
 
202
- #: easy-table.php:810
203
  msgid "Default theme"
204
  msgstr ""
205
 
206
- #: easy-table.php:814
207
  msgid "Select default theme of the table"
208
  msgstr ""
209
 
210
- #: easy-table.php:820
211
  msgid "Data options"
212
  msgstr ""
213
 
214
- #: easy-table.php:825
215
  msgid "Row limit"
216
  msgstr ""
217
 
218
- #: easy-table.php:829
219
  msgid "Max row to convert to table, default 0 (unlimited)"
220
  msgstr ""
221
 
222
- #: easy-table.php:833
223
  msgid "Trim cell data?"
224
  msgstr ""
225
 
226
- #: easy-table.php:838
227
  msgid "Trim empty character around cell data"
228
  msgstr ""
229
 
230
- #: easy-table.php:844
231
  msgid "Parser options"
232
  msgstr ""
233
 
234
- #: easy-table.php:845
235
  msgid "Do not change this unless you know what you're doing"
236
  msgstr ""
237
 
238
- #: easy-table.php:851
239
  msgid "New line replacement"
240
  msgstr ""
241
 
242
- #: easy-table.php:854
243
  msgid ""
244
  "Since new line is used by parser, you need specify character as a "
245
  "replacement."
246
  msgstr ""
247
 
248
- #: easy-table.php:857
249
  msgid "Row terminator"
250
  msgstr ""
251
 
252
- #: easy-table.php:861
253
  msgid ""
254
  "This caharacter will converted into new row. Default value \\n (this is "
255
  "invisible character when you press Enter). If your new line not converted as "
256
  "new row in the table, try use \\r instead."
257
  msgstr ""
258
 
259
- #: easy-table.php:864
260
  msgid "Delimiter"
261
  msgstr ""
262
 
263
- #: easy-table.php:867
264
  msgid "CSV delimiter (default is comma)"
265
  msgstr ""
266
 
267
- #: easy-table.php:870
268
  msgid "Enclosure"
269
  msgstr ""
270
 
271
- #: easy-table.php:873
272
  msgid "CSV enclosure (default is double quote)"
273
  msgstr ""
274
 
275
- #: easy-table.php:876
276
  msgid "Escape"
277
  msgstr ""
278
 
279
- #: easy-table.php:879
280
  msgid "CSV escape (default is backslash)"
281
  msgstr ""
282
 
283
- #: easy-table.php:882
284
  msgid "Fix linebreak"
285
  msgstr ""
286
 
287
- #: easy-table.php:885
288
  msgid ""
289
  "If terminator is not default (linebreak), you may encounter some issue with "
290
  "linebreak inside cell, try to check or uncheck this to resolve"
291
  msgstr ""
292
 
293
- #: easy-table.php:889
294
  msgid "Allow read CSV from file?"
295
  msgstr ""
296
 
297
- #: easy-table.php:892
298
  msgid "Check this if you also want to convert CSV file to table"
299
  msgstr ""
300
 
301
- #: easy-table.php:900
302
  msgid "Save"
303
  msgstr ""
304
 
305
- #: easy-table.php:924
306
  msgid "Possible parameter"
307
  msgstr ""
308
 
309
- #: easy-table.php:925
310
  msgid ""
311
  "These parameters commonly can override global options in the left side of "
312
  "this page. Example usage:"
313
  msgstr ""
314
 
315
- #: easy-table.php:928 easy-table.php:929 easy-table.php:930 easy-table.php:931
316
- #: easy-table.php:932 easy-table.php:933 easy-table.php:934 easy-table.php:935
317
- #: easy-table.php:936 easy-table.php:937 easy-table.php:938 easy-table.php:939
318
- #: easy-table.php:940 easy-table.php:941 easy-table.php:942 easy-table.php:943
319
- #: easy-table.php:944
320
  msgid "default value"
321
  msgstr ""
322
 
323
- #: easy-table.php:928
324
  msgid "another value"
325
  msgstr ""
326
 
327
- #: easy-table.php:947
328
  msgid ""
329
  "parameter is for initial sorting order. Value for each column separated by "
330
  "comma. See example below:"
331
  msgstr ""
332
 
333
- #: easy-table.php:949
334
  msgid ""
335
  "Set initial order of first column descending and second column ascending:"
336
  msgstr ""
337
 
338
- #: easy-table.php:955
339
  msgid "Set initial order of second column descending:"
340
  msgstr ""
341
 
342
- #: easy-table.php:961
343
  msgid ""
344
  "Additionaly, sort option also can be set via sort attr in a cell. See "
345
  "example below"
346
  msgstr ""
347
 
348
- #: easy-table.php:965
349
  msgid "To set attribute for cell eg. class, colspan, rowspan, etc"
350
  msgstr ""
351
 
352
- #: easy-table.php:966
353
  msgid "Example"
354
  msgstr ""
355
 
356
- #: easy-table.php:975
357
  msgid "To set initial sort order, this is intended to TH (first row) only."
358
  msgstr ""
359
 
360
- #: easy-table.php:976
361
  msgid "Example: sort second column descending "
362
  msgstr ""
363
 
364
- #: easy-table.php:993
365
  msgid "Test area:"
366
  msgstr ""
367
 
368
- #: easy-table.php:998
369
  msgid "Reset"
370
  msgstr ""
371
 
372
- #: easy-table.php:999
373
  msgid "Update preview"
374
  msgstr ""
375
 
376
- #: easy-table.php:1001
377
  msgid "Preview"
378
  msgstr ""
379
 
380
- #: easy-table.php:1008
381
  msgid "Easy Table theme editor"
382
  msgstr ""
383
 
384
- #: easy-table.php:1038
385
  msgid ""
386
  "I have tried to make this plugin can be used as easy as possible and "
387
  "documentation as complete as possible. However it is also possible that you "
388
  "are still confused. Therefore feel free to ask. I would be happy to answer."
389
  msgstr ""
390
 
391
- #: easy-table.php:1039
392
  msgid ""
393
  "You can use this discussion to get support, request feature or reporting bug."
394
  msgstr ""
395
 
396
- #: easy-table.php:1040
397
  msgid "Before you ask something, make sure you have read documentation here!"
398
  msgstr ""
399
 
400
- #: easy-table.php:1099
401
  msgid "Install Now"
402
  msgstr ""
403
 
404
- #: easy-table.php:1103
405
  msgid "Install Update Now"
406
  msgstr ""
407
 
408
- #: easy-table.php:1106
409
  #, php-format
410
  msgid "Newer Version (%s) Installed"
411
  msgstr ""
412
 
413
- #: easy-table.php:1109
414
  msgid "Latest Version Installed"
415
  msgstr ""
416
 
417
- #: easy-table.php:1118
418
  msgid "Latest Version:"
419
  msgstr ""
420
 
421
- #: easy-table.php:1120
422
  msgid "Author:"
423
  msgstr ""
424
 
425
- #: easy-table.php:1122
426
  msgid "Last Updated:"
427
  msgstr ""
428
 
429
- #: easy-table.php:1123
430
  #, php-format
431
  msgid "%s ago"
432
  msgstr ""
433
 
434
- #: easy-table.php:1125
435
  msgid "Requires WordPress Version:"
436
  msgstr ""
437
 
438
- #: easy-table.php:1125
439
  #, php-format
440
  msgid "%s or higher"
441
  msgstr ""
442
 
443
- #: easy-table.php:1127
444
  msgid "Compatible up to:"
445
  msgstr ""
446
 
447
- #: easy-table.php:1129
448
  msgid "Downloaded:"
449
  msgstr ""
450
 
451
- #: easy-table.php:1131
452
  msgid "WordPress.org Plugin Page &#187;"
453
  msgstr ""
454
 
455
- #: easy-table.php:1133
456
  msgid "Plugin Homepage &#187;"
457
  msgstr ""
458
 
459
- #: easy-table.php:1137
460
  msgid "Average Rating"
461
  msgstr ""
462
 
463
- #: easy-table.php:1155
464
  msgid "Support my work with donation"
465
  msgstr ""
466
 
467
- #: easy-table.php:1164
468
  msgid "Don't have money? No problem, you can rate my plugin instead."
469
  msgstr ""
470
 
471
- #: easy-table.php:1165
472
  msgid "Click here to rate"
473
  msgstr ""
474
 
475
- #: easy-table.php:1167
476
  msgid "Thanks to"
477
  msgstr ""
478
 
479
- #: easy-table.php:1173 easy-table.php:1174 easy-table.php:1175
480
- #: easy-table.php:1176 easy-table.php:1177
481
  msgid "by"
482
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: easy-table 1.5.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-18 23:23+0700\n"
6
+ "PO-Revision-Date: 2014-07-18 23:24+0700\n"
7
  "Last-Translator: takien <contact@takien.com>\n"
8
  "Language-Team: takien.com <contact@takien.com>\n"
9
  "Language: en_US\n"
16
  "X-Generator: Poedit 1.5.7\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: easy-table.php:119 easy-table.php:127 easy-table.php:135
20
  #, php-format
21
  msgid ""
22
+ "It seems that %1$s shortcode already used by another plugin and potentially "
23
+ "cause problem with %2$s. Please change %3$s into another term other than "
24
+ "%4$s. <a href=\"%5$s\">Click here to fix it.</a>"
25
  msgstr ""
26
 
27
+ #: easy-table.php:665
28
  msgid "Settings"
29
  msgstr ""
30
 
31
+ #: easy-table.php:677
32
  msgid "Instruction"
33
  msgstr ""
34
 
35
+ #: easy-table.php:678
36
  msgid ""
37
  "Once plugin installed, go to plugin options page to configure some options"
38
  msgstr ""
39
 
40
+ #: easy-table.php:679
41
  msgid "You are ready to write a table in post or page."
42
  msgstr ""
43
 
44
+ #: easy-table.php:680
45
  msgid ""
46
  "To be able write table in widget you have to check <em>Enable render table "
47
  "in widget</em> option in the option page."
48
  msgstr ""
49
 
50
+ #: easy-table.php:699
51
  #, php-format
52
  msgid "%s Option"
53
  msgstr ""
54
 
55
+ #: easy-table.php:704
56
  msgid "Support"
57
  msgstr ""
58
 
59
+ #: easy-table.php:705
60
  msgid "About"
61
  msgstr ""
62
 
63
+ #: easy-table.php:715
64
  msgid "Show/hide help button"
65
  msgstr ""
66
 
67
+ #: easy-table.php:716
68
  msgid "General options"
69
  msgstr ""
70
 
71
+ #: easy-table.php:721
72
  msgid "Short code tag"
73
  msgstr ""
74
 
75
+ #: easy-table.php:723
76
  msgid "Shortcode tag, type 'table' if you want to use [table] short tag."
77
  msgstr ""
78
 
79
+ #: easy-table.php:729 easy-table.php:1001
80
  msgid "Cell attribute tag"
81
  msgstr ""
82
 
83
+ #: easy-table.php:731
84
  msgid "Cell attribute tag, default is attr."
85
  msgstr ""
86
 
87
+ #: easy-table.php:736
88
  msgid "Also render table in widget?"
89
  msgstr ""
90
 
91
+ #: easy-table.php:738
92
  msgid "Check this if you want the table could be rendered in widget."
93
  msgstr ""
94
 
95
+ #: easy-table.php:743
96
  msgid "Only load JS/CSS when in this condition"
97
  msgstr ""
98
 
99
+ #: easy-table.php:744
100
  msgid "Please check in where JavaScript and CSS should be loaded"
101
  msgstr ""
102
 
103
+ #: easy-table.php:748
104
  msgid "Single"
105
  msgstr ""
106
 
107
+ #: easy-table.php:754
108
  msgid "Page"
109
  msgstr ""
110
 
111
+ #: easy-table.php:760
112
  msgid "Front page"
113
  msgstr ""
114
 
115
+ #: easy-table.php:766
116
  msgid "Archive page"
117
  msgstr ""
118
 
119
+ #: easy-table.php:772
120
  msgid "Search page"
121
  msgstr ""
122
 
123
+ #: easy-table.php:780
124
  msgid "Load script on footer?"
125
  msgstr ""
126
 
127
+ #: easy-table.php:782
128
  msgid ""
129
  "Check this if you want the script to be rendered in footer. Try to check or "
130
  "uncheck this if you experienced conflict with another JavaScript library "
131
  "(not guaranteed though)."
132
  msgstr ""
133
 
134
+ #: easy-table.php:793
135
  msgid "Use tablesorter?"
136
  msgstr ""
137
 
138
+ #: easy-table.php:796
139
  msgid "Check this to use tablesorter jQuery plugin"
140
  msgstr ""
141
 
142
+ #: easy-table.php:800
143
  msgid "Use TH for the first row?"
144
  msgstr ""
145
 
146
+ #: easy-table.php:803
147
  msgid ""
148
  "Check this if you want to use first row as table head (required by "
149
  "tablesorter)"
150
  msgstr ""
151
 
152
+ #: easy-table.php:807
153
  msgid "Load CSS?"
154
  msgstr ""
155
 
156
+ #: easy-table.php:810
157
  msgid ""
158
  "Check this to use CSS included in this plugin to styling table, you may "
159
  "unceck if you want to write your own style."
160
  msgstr ""
161
 
162
+ #: easy-table.php:814
163
  msgid "Table class"
164
  msgstr ""
165
 
166
+ #: easy-table.php:816
167
  msgid "Additional table class attribute."
168
  msgstr ""
169
 
170
+ #: easy-table.php:820
171
  msgid "Table width"
172
  msgstr ""
173
 
174
+ #: easy-table.php:822
175
  msgid "Table width, in pixel or percent (may be overriden by CSS)"
176
  msgstr ""
177
 
178
+ #: easy-table.php:826
179
  msgid "Table border"
180
  msgstr ""
181
 
182
+ #: easy-table.php:828
183
  msgid "Table border (may be overriden by CSS)"
184
  msgstr ""
185
 
186
+ #: easy-table.php:832
187
  msgid "Table align"
188
  msgstr ""
189
 
190
+ #: easy-table.php:834
191
  msgid "Table align (left, center, right)"
192
  msgstr ""
193
 
194
+ #: easy-table.php:839
195
  msgid "Table options"
196
  msgstr ""
197
 
198
+ #: easy-table.php:843
199
  msgid "Theme selector"
200
  msgstr ""
201
 
202
+ #: easy-table.php:848
203
  msgid "Default theme"
204
  msgstr ""
205
 
206
+ #: easy-table.php:852
207
  msgid "Select default theme of the table"
208
  msgstr ""
209
 
210
+ #: easy-table.php:858
211
  msgid "Data options"
212
  msgstr ""
213
 
214
+ #: easy-table.php:863
215
  msgid "Row limit"
216
  msgstr ""
217
 
218
+ #: easy-table.php:867
219
  msgid "Max row to convert to table, default 0 (unlimited)"
220
  msgstr ""
221
 
222
+ #: easy-table.php:871
223
  msgid "Trim cell data?"
224
  msgstr ""
225
 
226
+ #: easy-table.php:876
227
  msgid "Trim empty character around cell data"
228
  msgstr ""
229
 
230
+ #: easy-table.php:882
231
  msgid "Parser options"
232
  msgstr ""
233
 
234
+ #: easy-table.php:883
235
  msgid "Do not change this unless you know what you're doing"
236
  msgstr ""
237
 
238
+ #: easy-table.php:889
239
  msgid "New line replacement"
240
  msgstr ""
241
 
242
+ #: easy-table.php:892
243
  msgid ""
244
  "Since new line is used by parser, you need specify character as a "
245
  "replacement."
246
  msgstr ""
247
 
248
+ #: easy-table.php:895
249
  msgid "Row terminator"
250
  msgstr ""
251
 
252
+ #: easy-table.php:899
253
  msgid ""
254
  "This caharacter will converted into new row. Default value \\n (this is "
255
  "invisible character when you press Enter). If your new line not converted as "
256
  "new row in the table, try use \\r instead."
257
  msgstr ""
258
 
259
+ #: easy-table.php:902
260
  msgid "Delimiter"
261
  msgstr ""
262
 
263
+ #: easy-table.php:905
264
  msgid "CSV delimiter (default is comma)"
265
  msgstr ""
266
 
267
+ #: easy-table.php:908
268
  msgid "Enclosure"
269
  msgstr ""
270
 
271
+ #: easy-table.php:911
272
  msgid "CSV enclosure (default is double quote)"
273
  msgstr ""
274
 
275
+ #: easy-table.php:914
276
  msgid "Escape"
277
  msgstr ""
278
 
279
+ #: easy-table.php:917
280
  msgid "CSV escape (default is backslash)"
281
  msgstr ""
282
 
283
+ #: easy-table.php:920
284
  msgid "Fix linebreak"
285
  msgstr ""
286
 
287
+ #: easy-table.php:923
288
  msgid ""
289
  "If terminator is not default (linebreak), you may encounter some issue with "
290
  "linebreak inside cell, try to check or uncheck this to resolve"
291
  msgstr ""
292
 
293
+ #: easy-table.php:927
294
  msgid "Allow read CSV from file?"
295
  msgstr ""
296
 
297
+ #: easy-table.php:930
298
  msgid "Check this if you also want to convert CSV file to table"
299
  msgstr ""
300
 
301
+ #: easy-table.php:938
302
  msgid "Save"
303
  msgstr ""
304
 
305
+ #: easy-table.php:962
306
  msgid "Possible parameter"
307
  msgstr ""
308
 
309
+ #: easy-table.php:963
310
  msgid ""
311
  "These parameters commonly can override global options in the left side of "
312
  "this page. Example usage:"
313
  msgstr ""
314
 
315
+ #: easy-table.php:966 easy-table.php:967 easy-table.php:968 easy-table.php:969
316
+ #: easy-table.php:970 easy-table.php:971 easy-table.php:972 easy-table.php:973
317
+ #: easy-table.php:974 easy-table.php:975 easy-table.php:976 easy-table.php:977
318
+ #: easy-table.php:978 easy-table.php:979 easy-table.php:980 easy-table.php:981
319
+ #: easy-table.php:982
320
  msgid "default value"
321
  msgstr ""
322
 
323
+ #: easy-table.php:966
324
  msgid "another value"
325
  msgstr ""
326
 
327
+ #: easy-table.php:985
328
  msgid ""
329
  "parameter is for initial sorting order. Value for each column separated by "
330
  "comma. See example below:"
331
  msgstr ""
332
 
333
+ #: easy-table.php:987
334
  msgid ""
335
  "Set initial order of first column descending and second column ascending:"
336
  msgstr ""
337
 
338
+ #: easy-table.php:993
339
  msgid "Set initial order of second column descending:"
340
  msgstr ""
341
 
342
+ #: easy-table.php:999
343
  msgid ""
344
  "Additionaly, sort option also can be set via sort attr in a cell. See "
345
  "example below"
346
  msgstr ""
347
 
348
+ #: easy-table.php:1003
349
  msgid "To set attribute for cell eg. class, colspan, rowspan, etc"
350
  msgstr ""
351
 
352
+ #: easy-table.php:1004
353
  msgid "Example"
354
  msgstr ""
355
 
356
+ #: easy-table.php:1013
357
  msgid "To set initial sort order, this is intended to TH (first row) only."
358
  msgstr ""
359
 
360
+ #: easy-table.php:1014
361
  msgid "Example: sort second column descending "
362
  msgstr ""
363
 
364
+ #: easy-table.php:1031
365
  msgid "Test area:"
366
  msgstr ""
367
 
368
+ #: easy-table.php:1036
369
  msgid "Reset"
370
  msgstr ""
371
 
372
+ #: easy-table.php:1037
373
  msgid "Update preview"
374
  msgstr ""
375
 
376
+ #: easy-table.php:1039
377
  msgid "Preview"
378
  msgstr ""
379
 
380
+ #: easy-table.php:1046
381
  msgid "Easy Table theme editor"
382
  msgstr ""
383
 
384
+ #: easy-table.php:1076
385
  msgid ""
386
  "I have tried to make this plugin can be used as easy as possible and "
387
  "documentation as complete as possible. However it is also possible that you "
388
  "are still confused. Therefore feel free to ask. I would be happy to answer."
389
  msgstr ""
390
 
391
+ #: easy-table.php:1077
392
  msgid ""
393
  "You can use this discussion to get support, request feature or reporting bug."
394
  msgstr ""
395
 
396
+ #: easy-table.php:1078
397
  msgid "Before you ask something, make sure you have read documentation here!"
398
  msgstr ""
399
 
400
+ #: easy-table.php:1137
401
  msgid "Install Now"
402
  msgstr ""
403
 
404
+ #: easy-table.php:1141
405
  msgid "Install Update Now"
406
  msgstr ""
407
 
408
+ #: easy-table.php:1144
409
  #, php-format
410
  msgid "Newer Version (%s) Installed"
411
  msgstr ""
412
 
413
+ #: easy-table.php:1147
414
  msgid "Latest Version Installed"
415
  msgstr ""
416
 
417
+ #: easy-table.php:1156
418
  msgid "Latest Version:"
419
  msgstr ""
420
 
421
+ #: easy-table.php:1158
422
  msgid "Author:"
423
  msgstr ""
424
 
425
+ #: easy-table.php:1160
426
  msgid "Last Updated:"
427
  msgstr ""
428
 
429
+ #: easy-table.php:1161
430
  #, php-format
431
  msgid "%s ago"
432
  msgstr ""
433
 
434
+ #: easy-table.php:1163
435
  msgid "Requires WordPress Version:"
436
  msgstr ""
437
 
438
+ #: easy-table.php:1163
439
  #, php-format
440
  msgid "%s or higher"
441
  msgstr ""
442
 
443
+ #: easy-table.php:1165
444
  msgid "Compatible up to:"
445
  msgstr ""
446
 
447
+ #: easy-table.php:1167
448
  msgid "Downloaded:"
449
  msgstr ""
450
 
451
+ #: easy-table.php:1169
452
  msgid "WordPress.org Plugin Page &#187;"
453
  msgstr ""
454
 
455
+ #: easy-table.php:1171
456
  msgid "Plugin Homepage &#187;"
457
  msgstr ""
458
 
459
+ #: easy-table.php:1175
460
  msgid "Average Rating"
461
  msgstr ""
462
 
463
+ #: easy-table.php:1193
464
  msgid "Support my work with donation"
465
  msgstr ""
466
 
467
+ #: easy-table.php:1202
468
  msgid "Don't have money? No problem, you can rate my plugin instead."
469
  msgstr ""
470
 
471
+ #: easy-table.php:1203
472
  msgid "Click here to rate"
473
  msgstr ""
474
 
475
+ #: easy-table.php:1205
476
  msgid "Thanks to"
477
  msgstr ""
478
 
479
+ #: easy-table.php:1211 easy-table.php:1212 easy-table.php:1213
480
+ #: easy-table.php:1214 easy-table.php:1215
481
  msgid "by"
482
  msgstr ""
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://takien.com/donate
4
  Tags: table,csv,csv-to-table,post,excel,csv file,widget,tablesorter
5
  Requires at least: 3.0
6
  Tested up to: 3.9.1
7
- Stable tag: 1.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -248,6 +248,9 @@ No
248
 
249
  == Changelog ==
250
 
 
 
 
251
  = 1.5 =
252
  * Add table-responsive `div` wrap around table and responsive CSS.
253
  * Suppress error message: 'Redefining already defined constructor...' on certain PHP version environment.
4
  Tags: table,csv,csv-to-table,post,excel,csv file,widget,tablesorter
5
  Requires at least: 3.0
6
  Tested up to: 3.9.1
7
+ Stable tag: 1.5.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
248
 
249
  == Changelog ==
250
 
251
+ = 1.5.1 =
252
+ * Fixed: Bug on 1.5, Easy Table does not work if TablePress is active even when custom shortcode is set.
253
+
254
  = 1.5 =
255
  * Add table-responsive `div` wrap around table and responsive CSS.
256
  * Suppress error message: 'Redefining already defined constructor...' on certain PHP version environment.