Admin Columns - Version 2.4.4

Version Description

  • [Fixed] Support for custom post statuses
  • [Fixed] Page Order column is now available on all hierarchical post types
  • [Added] WordPress Default columns has it's own menu group
  • [Added] Columns set by plugins has it's own menu group
  • [Added] Custom Field column has it's own menu group
  • [Update] Updated all languages from Transifex
Download this release

Release Info

Developer codepress
Plugin Icon 128x128 Admin Columns
Version 2.4.4
Comparing to
See all releases

Code changes from version 2.4.3 to 2.4.4

Files changed (199) hide show
  1. api.php +0 -0
  2. assets/css/admin-column.css +0 -0
  3. assets/css/admin-column.min.css +0 -0
  4. assets/css/column.css +0 -0
  5. assets/css/column.min.css +0 -0
  6. assets/images/_drag.png +0 -0
  7. assets/images/addon_multiplecustomfields.png +0 -0
  8. assets/images/addon_sortable_1.png +0 -0
  9. assets/images/addons/acf.png +0 -0
  10. assets/images/addons/woocommerce.png +0 -0
  11. assets/images/arrow.png +0 -0
  12. assets/images/arrows.png +0 -0
  13. assets/images/border.png +0 -0
  14. assets/images/checkbox.png +0 -0
  15. assets/images/checkmark.png +0 -0
  16. assets/images/checkmark_single.png +0 -0
  17. assets/images/checkmark_white.png +0 -0
  18. assets/images/comment-grey-bubble.png +0 -0
  19. assets/images/comment_edit.png +0 -0
  20. assets/images/cross.png +0 -0
  21. assets/images/drag.png +0 -0
  22. assets/images/facebook.png +0 -0
  23. assets/images/get_the_addon.png +0 -0
  24. assets/images/help.png +0 -0
  25. assets/images/icon.png +0 -0
  26. assets/images/icon_20.png +0 -0
  27. assets/images/import_export.png +0 -0
  28. assets/images/info.png +0 -0
  29. assets/images/information.png +0 -0
  30. assets/images/layout_edit.png +0 -0
  31. assets/images/loading.gif +0 -0
  32. assets/images/more_info.png +0 -0
  33. assets/images/no.png +0 -0
  34. assets/images/order_arrow-rtl.png +0 -0
  35. assets/images/order_arrow.png +0 -0
  36. assets/images/settings.png +0 -0
  37. assets/images/sort.png +0 -0
  38. assets/images/square.png +0 -0
  39. assets/images/status.png +0 -0
  40. assets/images/switch_blue.png +0 -0
  41. assets/images/switch_bw.png +0 -0
  42. assets/images/trash.png +0 -0
  43. assets/images/twitter.png +0 -0
  44. assets/images/yes.png +0 -0
  45. assets/js/admin-columns.js +0 -0
  46. assets/js/admin-columns.min.js +0 -0
  47. assets/js/admin-settings.js +0 -0
  48. assets/js/admin-settings.min.js +0 -0
  49. assets/js/upgrade.js +0 -0
  50. assets/js/upgrade.min.js +0 -0
  51. assets/ui-theme/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  52. assets/ui-theme/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  53. assets/ui-theme/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  54. assets/ui-theme/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  55. assets/ui-theme/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  56. assets/ui-theme/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  57. assets/ui-theme/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  58. assets/ui-theme/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  59. assets/ui-theme/images/ui-icons_222222_256x240.png +0 -0
  60. assets/ui-theme/images/ui-icons_2e83ff_256x240.png +0 -0
  61. assets/ui-theme/images/ui-icons_454545_256x240.png +0 -0
  62. assets/ui-theme/images/ui-icons_888888_256x240.png +0 -0
  63. assets/ui-theme/images/ui-icons_cd0a0a_256x240.png +0 -0
  64. assets/ui-theme/jquery-ui-1.8.18.custom.css +0 -0
  65. classes/addons.php +0 -0
  66. classes/column.php +0 -0
  67. classes/column/acf-placeholder.php +0 -0
  68. classes/column/actions.php +0 -0
  69. classes/column/comment/ID.php +0 -0
  70. classes/column/comment/actions.php +0 -0
  71. classes/column/comment/agent.php +0 -0
  72. classes/column/comment/approved.php +0 -0
  73. classes/column/comment/author-avatar.php +0 -0
  74. classes/column/comment/author-email.php +0 -0
  75. classes/column/comment/author-ip.php +0 -0
  76. classes/column/comment/author-name.php +0 -0
  77. classes/column/comment/author-url.php +0 -0
  78. classes/column/comment/author.php +0 -0
  79. classes/column/comment/date-gmt.php +0 -0
  80. classes/column/comment/date.php +0 -0
  81. classes/column/comment/excerpt.php +0 -0
  82. classes/column/comment/reply-to.php +0 -0
  83. classes/column/comment/type.php +0 -0
  84. classes/column/comment/user.php +0 -0
  85. classes/column/comment/word-count.php +0 -0
  86. classes/column/custom-field.php +1 -0
  87. classes/column/default.php +0 -0
  88. classes/column/link/ID.php +0 -0
  89. classes/column/link/actions.php +0 -0
  90. classes/column/link/description.php +0 -0
  91. classes/column/link/image.php +0 -0
  92. classes/column/link/length.php +0 -0
  93. classes/column/link/notes.php +0 -0
  94. classes/column/link/owner.php +0 -0
  95. classes/column/link/rss.php +0 -0
  96. classes/column/link/target.php +0 -0
  97. classes/column/media/ID.php +0 -0
  98. classes/column/media/actions.php +0 -0
  99. classes/column/media/alternate-text.php +0 -0
  100. classes/column/media/attached-to.php +0 -0
  101. classes/column/media/available-sizes.php +0 -0
  102. classes/column/media/caption.php +0 -0
  103. classes/column/media/description.php +0 -0
  104. classes/column/media/dimensions.php +0 -0
  105. classes/column/media/exif-data.php +0 -0
  106. classes/column/media/file-name.php +0 -0
  107. classes/column/media/file-size.php +0 -0
  108. classes/column/media/full-path.php +0 -0
  109. classes/column/media/height.php +0 -0
  110. classes/column/media/mime-type.php +0 -0
  111. classes/column/media/width.php +0 -0
  112. classes/column/post/ID.php +0 -0
  113. classes/column/post/actions.php +0 -0
  114. classes/column/post/attachment-count.php +0 -0
  115. classes/column/post/attachment.php +0 -0
  116. classes/column/post/author-name.php +0 -0
  117. classes/column/post/before-moretag.php +0 -0
  118. classes/column/post/comment-count.php +0 -0
  119. classes/column/post/comment-status.php +0 -0
  120. classes/column/post/content.php +0 -0
  121. classes/column/post/date-published.php +0 -0
  122. classes/column/post/depth.php +0 -0
  123. classes/column/post/estimated-reading-time.php +0 -0
  124. classes/column/post/excerpt.php +0 -0
  125. classes/column/post/featured-image.php +0 -0
  126. classes/column/post/formats.php +0 -0
  127. classes/column/post/last-modified-author.php +0 -0
  128. classes/column/post/modified.php +0 -0
  129. classes/column/post/order.php +6 -12
  130. classes/column/post/page-template.php +0 -0
  131. classes/column/post/parent.php +0 -0
  132. classes/column/post/path.php +0 -0
  133. classes/column/post/permalink.php +0 -0
  134. classes/column/post/ping-status.php +0 -0
  135. classes/column/post/roles.php +0 -0
  136. classes/column/post/shortcodes.php +0 -0
  137. classes/column/post/slug.php +0 -0
  138. classes/column/post/status.php +24 -17
  139. classes/column/post/sticky.php +0 -0
  140. classes/column/post/title-raw.php +0 -0
  141. classes/column/post/word-count.php +0 -0
  142. classes/column/taxonomy.php +3 -7
  143. classes/column/used-by-menu.php +0 -0
  144. classes/column/user/ID.php +0 -0
  145. classes/column/user/actions.php +0 -0
  146. classes/column/user/comment-count.php +0 -0
  147. classes/column/user/description.php +0 -0
  148. classes/column/user/display-name.php +0 -0
  149. classes/column/user/first-name.php +0 -0
  150. classes/column/user/last-name.php +0 -0
  151. classes/column/user/nickname.php +0 -0
  152. classes/column/user/post-count.php +0 -0
  153. classes/column/user/registered.php +0 -0
  154. classes/column/user/rich-editing.php +0 -0
  155. classes/column/user/url.php +0 -0
  156. classes/review_notice.php +0 -0
  157. classes/settings.php +1 -1
  158. classes/storage_model.php +30 -7
  159. classes/storage_model/comment.php +9 -0
  160. classes/storage_model/link.php +9 -0
  161. classes/storage_model/media.php +11 -1
  162. classes/storage_model/post.php +13 -0
  163. classes/storage_model/user.php +9 -0
  164. classes/third_party.php +0 -0
  165. classes/upgrade.php +0 -0
  166. classes/utility.php +0 -0
  167. codepress-admin-columns.php +2 -2
  168. includes/arrays.php +0 -0
  169. languages/cpac-ar.mo +0 -0
  170. languages/cpac-ar.po +119 -65
  171. languages/cpac-da_DK.mo +0 -0
  172. languages/cpac-da_DK.po +119 -65
  173. languages/cpac-es_ES.mo +0 -0
  174. languages/cpac-es_ES.po +154 -81
  175. languages/cpac-fa_IR.mo +0 -0
  176. languages/cpac-fa_IR.po +119 -65
  177. languages/cpac-fr_FR.mo +0 -0
  178. languages/cpac-fr_FR.po +154 -81
  179. languages/cpac-hu_HU.mo +0 -0
  180. languages/cpac-hu_HU.po +119 -65
  181. languages/cpac-it_IT.mo +0 -0
  182. languages/cpac-it_IT.po +126 -75
  183. languages/cpac-ja.mo +0 -0
  184. languages/cpac-ja.po +121 -65
  185. languages/cpac-nl_NL.mo +0 -0
  186. languages/cpac-nl_NL.po +121 -69
  187. languages/cpac-pl_PL.mo +0 -0
  188. languages/cpac-pl_PL.po +119 -65
  189. languages/cpac-pt_BR.mo +0 -0
  190. languages/cpac-pt_BR.po +124 -70
  191. languages/cpac-ru_RU.mo +0 -0
  192. languages/cpac-ru_RU.po +120 -66
  193. languages/cpac-sv_SE.mo +0 -0
  194. languages/cpac-sv_SE.po +151 -97
  195. languages/cpac-zh_CN.mo +0 -0
  196. languages/cpac-zh_CN.po +121 -65
  197. languages/cpac.mo +0 -0
  198. languages/cpac.po +39 -59
  199. readme.txt +10 -2
api.php CHANGED
File without changes
assets/css/admin-column.css CHANGED
File without changes
assets/css/admin-column.min.css CHANGED
File without changes
assets/css/column.css CHANGED
File without changes
assets/css/column.min.css CHANGED
File without changes
assets/images/_drag.png CHANGED
File without changes
assets/images/addon_multiplecustomfields.png CHANGED
File without changes
assets/images/addon_sortable_1.png CHANGED
File without changes
assets/images/addons/acf.png CHANGED
File without changes
assets/images/addons/woocommerce.png CHANGED
File without changes
assets/images/arrow.png CHANGED
File without changes
assets/images/arrows.png CHANGED
File without changes
assets/images/border.png CHANGED
File without changes
assets/images/checkbox.png CHANGED
File without changes
assets/images/checkmark.png CHANGED
File without changes
assets/images/checkmark_single.png CHANGED
File without changes
assets/images/checkmark_white.png CHANGED
File without changes
assets/images/comment-grey-bubble.png CHANGED
File without changes
assets/images/comment_edit.png CHANGED
File without changes
assets/images/cross.png CHANGED
File without changes
assets/images/drag.png CHANGED
File without changes
assets/images/facebook.png CHANGED
File without changes
assets/images/get_the_addon.png CHANGED
File without changes
assets/images/help.png CHANGED
File without changes
assets/images/icon.png CHANGED
File without changes
assets/images/icon_20.png CHANGED
File without changes
assets/images/import_export.png CHANGED
File without changes
assets/images/info.png CHANGED
File without changes
assets/images/information.png CHANGED
File without changes
assets/images/layout_edit.png CHANGED
File without changes
assets/images/loading.gif CHANGED
File without changes
assets/images/more_info.png CHANGED
File without changes
assets/images/no.png CHANGED
File without changes
assets/images/order_arrow-rtl.png CHANGED
File without changes
assets/images/order_arrow.png CHANGED
File without changes
assets/images/settings.png CHANGED
File without changes
assets/images/sort.png CHANGED
File without changes
assets/images/square.png CHANGED
File without changes
assets/images/status.png CHANGED
File without changes
assets/images/switch_blue.png CHANGED
File without changes
assets/images/switch_bw.png CHANGED
File without changes
assets/images/trash.png CHANGED
File without changes
assets/images/twitter.png CHANGED
File without changes
assets/images/yes.png CHANGED
File without changes
assets/js/admin-columns.js CHANGED
File without changes
assets/js/admin-columns.min.js CHANGED
File without changes
assets/js/admin-settings.js CHANGED
File without changes
assets/js/admin-settings.min.js CHANGED
File without changes
assets/js/upgrade.js CHANGED
File without changes
assets/js/upgrade.min.js CHANGED
File without changes
assets/ui-theme/images/ui-bg_flat_0_aaaaaa_40x100.png CHANGED
File without changes
assets/ui-theme/images/ui-bg_flat_75_ffffff_40x100.png CHANGED
File without changes
assets/ui-theme/images/ui-bg_glass_55_fbf9ee_1x400.png CHANGED
File without changes
assets/ui-theme/images/ui-bg_glass_65_ffffff_1x400.png CHANGED
File without changes
assets/ui-theme/images/ui-bg_glass_75_dadada_1x400.png CHANGED
File without changes
assets/ui-theme/images/ui-bg_glass_75_e6e6e6_1x400.png CHANGED
File without changes
assets/ui-theme/images/ui-bg_glass_95_fef1ec_1x400.png CHANGED
File without changes
assets/ui-theme/images/ui-bg_highlight-soft_75_cccccc_1x100.png CHANGED
File without changes
assets/ui-theme/images/ui-icons_222222_256x240.png CHANGED
File without changes
assets/ui-theme/images/ui-icons_2e83ff_256x240.png CHANGED
File without changes
assets/ui-theme/images/ui-icons_454545_256x240.png CHANGED
File without changes
assets/ui-theme/images/ui-icons_888888_256x240.png CHANGED
File without changes
assets/ui-theme/images/ui-icons_cd0a0a_256x240.png CHANGED
File without changes
assets/ui-theme/jquery-ui-1.8.18.custom.css CHANGED
File without changes
classes/addons.php CHANGED
File without changes
classes/column.php CHANGED
File without changes
classes/column/acf-placeholder.php CHANGED
File without changes
classes/column/actions.php CHANGED
File without changes
classes/column/comment/ID.php CHANGED
File without changes
classes/column/comment/actions.php CHANGED
File without changes
classes/column/comment/agent.php CHANGED
File without changes
classes/column/comment/approved.php CHANGED
File without changes
classes/column/comment/author-avatar.php CHANGED
File without changes
classes/column/comment/author-email.php CHANGED
File without changes
classes/column/comment/author-ip.php CHANGED
File without changes
classes/column/comment/author-name.php CHANGED
File without changes
classes/column/comment/author-url.php CHANGED
File without changes
classes/column/comment/author.php CHANGED
File without changes
classes/column/comment/date-gmt.php CHANGED
File without changes
classes/column/comment/date.php CHANGED
File without changes
classes/column/comment/excerpt.php CHANGED
File without changes
classes/column/comment/reply-to.php CHANGED
File without changes
classes/column/comment/type.php CHANGED
File without changes
classes/column/comment/user.php CHANGED
File without changes
classes/column/comment/word-count.php CHANGED
File without changes
classes/column/custom-field.php CHANGED
@@ -23,6 +23,7 @@ class CPAC_Column_Custom_Field extends CPAC_Column {
23
  $this->properties['label'] = __( 'Custom Field', 'cpac' );
24
  $this->properties['classes'] = 'cpac-box-metafield';
25
  $this->properties['is_cloneable'] = true;
 
26
 
27
  // Options
28
  $this->options['field'] = '';
23
  $this->properties['label'] = __( 'Custom Field', 'cpac' );
24
  $this->properties['classes'] = 'cpac-box-metafield';
25
  $this->properties['is_cloneable'] = true;
26
+ $this->properties['group'] = 'custom-field';
27
 
28
  // Options
29
  $this->options['field'] = '';
classes/column/default.php CHANGED
File without changes
classes/column/link/ID.php CHANGED
File without changes
classes/column/link/actions.php CHANGED
File without changes
classes/column/link/description.php CHANGED
File without changes
classes/column/link/image.php CHANGED
File without changes
classes/column/link/length.php CHANGED
File without changes
classes/column/link/notes.php CHANGED
File without changes
classes/column/link/owner.php CHANGED
File without changes
classes/column/link/rss.php CHANGED
File without changes
classes/column/link/target.php CHANGED
File without changes
classes/column/media/ID.php CHANGED
File without changes
classes/column/media/actions.php CHANGED
File without changes
classes/column/media/alternate-text.php CHANGED
File without changes
classes/column/media/attached-to.php CHANGED
File without changes
classes/column/media/available-sizes.php CHANGED
File without changes
classes/column/media/caption.php CHANGED
File without changes
classes/column/media/description.php CHANGED
File without changes
classes/column/media/dimensions.php CHANGED
File without changes
classes/column/media/exif-data.php CHANGED
File without changes
classes/column/media/file-name.php CHANGED
File without changes
classes/column/media/file-size.php CHANGED
File without changes
classes/column/media/full-path.php CHANGED
File without changes
classes/column/media/height.php CHANGED
File without changes
classes/column/media/mime-type.php CHANGED
File without changes
classes/column/media/width.php CHANGED
File without changes
classes/column/post/ID.php CHANGED
File without changes
classes/column/post/actions.php CHANGED
File without changes
classes/column/post/attachment-count.php CHANGED
File without changes
classes/column/post/attachment.php CHANGED
File without changes
classes/column/post/author-name.php CHANGED
File without changes
classes/column/post/before-moretag.php CHANGED
File without changes
classes/column/post/comment-count.php CHANGED
File without changes
classes/column/post/comment-status.php CHANGED
File without changes
classes/column/post/content.php CHANGED
File without changes
classes/column/post/date-published.php CHANGED
File without changes
classes/column/post/depth.php CHANGED
File without changes
classes/column/post/estimated-reading-time.php CHANGED
File without changes
classes/column/post/excerpt.php CHANGED
File without changes
classes/column/post/featured-image.php CHANGED
File without changes
classes/column/post/formats.php CHANGED
File without changes
classes/column/post/last-modified-author.php CHANGED
File without changes
classes/column/post/modified.php CHANGED
File without changes
classes/column/post/order.php CHANGED
@@ -15,28 +15,23 @@ class CPAC_Column_Post_Order extends CPAC_Column {
15
  parent::init();
16
 
17
  // Properties
18
- $this->properties['type'] = 'column-order';
19
- $this->properties['label'] = __( 'Page Order', 'cpac' );
20
  }
21
 
22
  /**
23
  * @see CPAC_Column::apply_conditional()
24
  * @since 2.0
25
  */
26
- function apply_conditional() {
27
-
28
- if ( post_type_supports( $this->storage_model->key, 'page-attributes' ) )
29
- return true;
30
-
31
- return false;
32
  }
33
 
34
  /**
35
  * @see CPAC_Column::get_value()
36
  * @since 2.0
37
  */
38
- function get_value( $post_id ) {
39
-
40
  return $this->get_raw_value( $post_id );
41
  }
42
 
@@ -44,8 +39,7 @@ class CPAC_Column_Post_Order extends CPAC_Column {
44
  * @see CPAC_Column::get_raw_value()
45
  * @since 2.0.3
46
  */
47
- function get_raw_value( $post_id ) {
48
-
49
  return get_post_field( 'menu_order', $post_id );
50
  }
51
  }
15
  parent::init();
16
 
17
  // Properties
18
+ $this->properties['type'] = 'column-order';
19
+ $this->properties['label'] = __( 'Order', 'cpac' );
20
  }
21
 
22
  /**
23
  * @see CPAC_Column::apply_conditional()
24
  * @since 2.0
25
  */
26
+ public function apply_conditional() {
27
+ return is_post_type_hierarchical( $this->storage_model->key );
 
 
 
 
28
  }
29
 
30
  /**
31
  * @see CPAC_Column::get_value()
32
  * @since 2.0
33
  */
34
+ public function get_value( $post_id ) {
 
35
  return $this->get_raw_value( $post_id );
36
  }
37
 
39
  * @see CPAC_Column::get_raw_value()
40
  * @since 2.0.3
41
  */
42
+ public function get_raw_value( $post_id ) {
 
43
  return get_post_field( 'menu_order', $post_id );
44
  }
45
  }
classes/column/post/page-template.php CHANGED
File without changes
classes/column/post/parent.php CHANGED
File without changes
classes/column/post/path.php CHANGED
File without changes
classes/column/post/permalink.php CHANGED
File without changes
classes/column/post/ping-status.php CHANGED
File without changes
classes/column/post/roles.php CHANGED
File without changes
classes/column/post/shortcodes.php CHANGED
File without changes
classes/column/post/slug.php CHANGED
File without changes
classes/column/post/status.php CHANGED
@@ -6,6 +6,8 @@
6
  */
7
  class CPAC_Column_Post_Status extends CPAC_Column {
8
 
 
 
9
  /**
10
  * @see CPAC_Column::init()
11
  * @since 2.2.1
@@ -15,37 +17,42 @@ class CPAC_Column_Post_Status extends CPAC_Column {
15
  parent::init();
16
 
17
  // Properties
18
- $this->properties['type'] = 'column-status';
19
- $this->properties['label'] = __( 'Status', 'cpac' );
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  }
21
 
22
  /**
23
  * @see CPAC_Column::get_value()
24
  * @since 2.0
25
  */
26
- function get_value( $post_id ) {
27
-
28
- $builtin_status = array(
29
- 'publish' => __( 'Published', 'cpac' ),
30
- 'draft' => __( 'Draft', 'cpac' ),
31
- 'future' => __( 'Scheduled', 'cpac' ) . " <p class='description'>" . date_i18n( get_option( 'date_format' ) . ' ' . get_option( 'time_format' ) , strtotime( get_post_field( 'post_date', $post_id ) ) ) . "</p>",
32
- 'private' => __( 'Private', 'cpac' ),
33
- 'pending' => __( 'Pending Review', 'cpac' ),
34
- 'auto-draft' => __( 'Auto Draft', 'cpac' ),
35
- 'trash' => __( 'Trash', 'cpac' ),
36
- );
37
 
 
 
 
 
38
  $post_status = $this->get_raw_value( $post_id );
39
-
40
- return isset( $builtin_status[ $post_status ] ) ? $builtin_status[ $post_status ] : '';
41
  }
42
 
43
  /**
44
  * @see CPAC_Column::get_raw_value()
45
  * @since 2.0.3
46
  */
47
- function get_raw_value( $post_id ) {
48
-
49
  return get_post_field( 'post_status', $post_id );
50
  }
51
  }
6
  */
7
  class CPAC_Column_Post_Status extends CPAC_Column {
8
 
9
+ private $statuses;
10
+
11
  /**
12
  * @see CPAC_Column::init()
13
  * @since 2.2.1
17
  parent::init();
18
 
19
  // Properties
20
+ $this->properties['type'] = 'column-status';
21
+ $this->properties['label'] = __( 'Status', 'cpac' );
22
+ }
23
+
24
+ /**
25
+ * Get Statuses
26
+ */
27
+ public function get_statuses() {
28
+ if ( empty( $this->statuses ) ) {
29
+ global $wp_post_statuses;
30
+ foreach ( $wp_post_statuses as $k => $status ) {
31
+ $this->statuses[ $k ] = $status->label;
32
+ }
33
+ }
34
+ return $this->statuses;
35
  }
36
 
37
  /**
38
  * @see CPAC_Column::get_value()
39
  * @since 2.0
40
  */
41
+ public function get_value( $post_id ) {
 
 
 
 
 
 
 
 
 
 
42
 
43
+ $statuses = $this->get_statuses();
44
+ if ( isset( $statuses['future'] ) ) {
45
+ $statuses['future'] .= " <p class='description'>" . date_i18n( get_option( 'date_format' ) . ' ' . get_option( 'time_format' ) , strtotime( get_post_field( 'post_date', $post_id ) ) ) . "</p>";
46
+ }
47
  $post_status = $this->get_raw_value( $post_id );
48
+ return isset( $statuses[ $post_status ] ) ? $statuses[ $post_status ] : '';
 
49
  }
50
 
51
  /**
52
  * @see CPAC_Column::get_raw_value()
53
  * @since 2.0.3
54
  */
55
+ public function get_raw_value( $post_id ) {
 
56
  return get_post_field( 'post_status', $post_id );
57
  }
58
  }
classes/column/post/sticky.php CHANGED
File without changes
classes/column/post/title-raw.php CHANGED
File without changes
classes/column/post/word-count.php CHANGED
File without changes
classes/column/taxonomy.php CHANGED
@@ -30,7 +30,6 @@ class CPAC_Column_Taxonomy extends CPAC_Column {
30
  */
31
  public function get_value( $post_id ) {
32
  $term_ids = $this->get_raw_value( $post_id );
33
-
34
  return $this->get_terms_for_display( $term_ids, $this->options->taxonomy );
35
  }
36
 
@@ -39,7 +38,6 @@ class CPAC_Column_Taxonomy extends CPAC_Column {
39
  * @since 2.0.3
40
  */
41
  public function get_raw_value( $post_id ) {
42
-
43
  return wp_get_post_terms( $post_id, $this->options->taxonomy, array( 'fields' => 'ids' ) );
44
  }
45
 
@@ -56,14 +54,12 @@ class CPAC_Column_Taxonomy extends CPAC_Column {
56
  * @since 2.0
57
  */
58
  public function apply_conditional() {
59
-
60
  $post_type = $this->get_post_type();
61
-
62
- if ( $post_type && get_object_taxonomies( $post_type ) ) {
63
- return true;
64
  }
65
 
66
- return false;
67
  }
68
 
69
  /**
30
  */
31
  public function get_value( $post_id ) {
32
  $term_ids = $this->get_raw_value( $post_id );
 
33
  return $this->get_terms_for_display( $term_ids, $this->options->taxonomy );
34
  }
35
 
38
  * @since 2.0.3
39
  */
40
  public function get_raw_value( $post_id ) {
 
41
  return wp_get_post_terms( $post_id, $this->options->taxonomy, array( 'fields' => 'ids' ) );
42
  }
43
 
54
  * @since 2.0
55
  */
56
  public function apply_conditional() {
 
57
  $post_type = $this->get_post_type();
58
+ if ( ! $post_type || ! get_object_taxonomies( $post_type ) ) {
59
+ return false;
 
60
  }
61
 
62
+ return true;
63
  }
64
 
65
  /**
classes/column/used-by-menu.php CHANGED
File without changes
classes/column/user/ID.php CHANGED
File without changes
classes/column/user/actions.php CHANGED
File without changes
classes/column/user/comment-count.php CHANGED
File without changes
classes/column/user/description.php CHANGED
File without changes
classes/column/user/display-name.php CHANGED
File without changes
classes/column/user/first-name.php CHANGED
File without changes
classes/column/user/last-name.php CHANGED
File without changes
classes/column/user/nickname.php CHANGED
File without changes
classes/column/user/post-count.php CHANGED
File without changes
classes/column/user/registered.php CHANGED
File without changes
classes/column/user/rich-editing.php CHANGED
File without changes
classes/column/user/url.php CHANGED
File without changes
classes/review_notice.php CHANGED
File without changes
classes/settings.php CHANGED
@@ -340,7 +340,7 @@ class CPAC_Settings {
340
  * @param string $storage_model URL type.
341
  * @return string Url.
342
  */
343
- function get_url( $type ) {
344
 
345
  $site_url = 'http://www.admincolumns.com';
346
 
340
  * @param string $storage_model URL type.
341
  * @return string Url.
342
  */
343
+ public function get_url( $type ) {
344
 
345
  $site_url = 'http://www.admincolumns.com';
346
 
classes/storage_model.php CHANGED
@@ -95,6 +95,11 @@ abstract class CPAC_Storage_Model {
95
  */
96
  public $column_types = array();
97
 
 
 
 
 
 
98
  /**
99
  * @since 2.0
100
  * @return array Column Name | Column Label
@@ -382,7 +387,7 @@ abstract class CPAC_Storage_Model {
382
  ->set_properties( 'label', $label )
383
  ->set_properties( 'is_cloneable', false )
384
  ->set_properties( 'default', true )
385
- ->set_properties( 'group', 'default' )
386
  ->set_options( 'label', $label )
387
  ->set_options( 'state', 'on' );
388
 
@@ -396,6 +401,24 @@ abstract class CPAC_Storage_Model {
396
  $column->set_properties( 'label', ucfirst( $column_name ) );
397
  }
398
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
399
  return $column;
400
  }
401
 
@@ -592,8 +615,10 @@ abstract class CPAC_Storage_Model {
592
  public function get_column_type_groups() {
593
 
594
  $groups = array(
 
 
595
  'custom' => __( 'Custom', 'cpac' ),
596
- 'default' => __( 'Default', 'cpac' )
597
  );
598
 
599
  /**
@@ -607,9 +632,6 @@ abstract class CPAC_Storage_Model {
607
  $groups = apply_filters( "cac/storage_model/column_type_groups", $groups, $this );
608
  $groups = apply_filters( "cac/storage_model/column_type_groups/storage_key={$this->key}", $groups, $this );
609
 
610
- // Integrations first
611
- krsort( $groups );
612
-
613
  return $groups;
614
  }
615
 
@@ -925,12 +947,13 @@ abstract class CPAC_Storage_Model {
925
  * @param $id Cache ID
926
  * @param $column_name Column property name
927
  * @param $cache_object Cache Object
 
928
  */
929
- public function set_cache( $id, $column_name, $cache_object ) {
930
  if ( empty( $cache_object ) ) {
931
  return false;
932
  }
933
- set_transient( $this->get_cache_id( $id, $column_name ), $cache_object, 3600 * 24 * 7 ); // 7 days
934
  }
935
 
936
  /**
95
  */
96
  public $column_types = array();
97
 
98
+ /**
99
+ * @since 2.4.4
100
+ */
101
+ abstract function get_default_column_names();
102
+
103
  /**
104
  * @since 2.0
105
  * @return array Column Name | Column Label
387
  ->set_properties( 'label', $label )
388
  ->set_properties( 'is_cloneable', false )
389
  ->set_properties( 'default', true )
390
+ ->set_properties( 'group', 'plugin' )
391
  ->set_options( 'label', $label )
392
  ->set_options( 'state', 'on' );
393
 
401
  $column->set_properties( 'label', ucfirst( $column_name ) );
402
  }
403
 
404
+ /**
405
+ * Filter the default column names
406
+ *
407
+ * @since 2.4.4
408
+ *
409
+ * @param array $default_column_names Default column names
410
+ * @param object $column Column object
411
+ * @param object $this Storage_Model object
412
+ */
413
+ $default_column_names = apply_filters( 'cac/columns/defaults', $this->get_default_column_names(), $column, $this );
414
+ $default_column_names = apply_filters( 'cac/columns/defaults/type=' . $this->get_type(), $default_column_names, $column, $this );
415
+ $default_column_names = apply_filters( 'cac/columns/defaults/post_type=' . $this->get_post_type(), $default_column_names, $column, $this );
416
+
417
+ // set group for WP Default
418
+ if ( $default_column_names && in_array( $column_name, $default_column_names ) ) {
419
+ $column->set_properties( 'group', 'default' );
420
+ }
421
+
422
  return $column;
423
  }
424
 
615
  public function get_column_type_groups() {
616
 
617
  $groups = array(
618
+ 'default' => __( 'Default', 'cpac' ),
619
+ 'custom-field' => __( 'Custom Field', 'cpac' ),
620
  'custom' => __( 'Custom', 'cpac' ),
621
+ 'plugin' => __( 'Columns by Plugins', 'cpac' ),
622
  );
623
 
624
  /**
632
  $groups = apply_filters( "cac/storage_model/column_type_groups", $groups, $this );
633
  $groups = apply_filters( "cac/storage_model/column_type_groups/storage_key={$this->key}", $groups, $this );
634
 
 
 
 
635
  return $groups;
636
  }
637
 
947
  * @param $id Cache ID
948
  * @param $column_name Column property name
949
  * @param $cache_object Cache Object
950
+ * @param $duration int Cache duration in seconds. default is 1 day.
951
  */
952
+ public function set_cache( $id, $column_name, $cache_object, $duration = 86400 ) {
953
  if ( empty( $cache_object ) ) {
954
  return false;
955
  }
956
+ set_transient( $this->get_cache_id( $id, $column_name ), $cache_object, $duration );
957
  }
958
 
959
  /**
classes/storage_model/comment.php CHANGED
@@ -43,6 +43,15 @@ class CPAC_Storage_Model_Comment extends CPAC_Storage_Model {
43
  return $is_columns_screen;
44
  }
45
 
 
 
 
 
 
 
 
 
 
46
  /**
47
  * Get WP default supported admin columns per post type.
48
  *
43
  return $is_columns_screen;
44
  }
45
 
46
+ /**
47
+ * Get original columns
48
+ *
49
+ * @since 2.4.4
50
+ */
51
+ public function get_default_column_names() {
52
+ return array( 'cb', 'author', 'comment', 'response' );
53
+ }
54
+
55
  /**
56
  * Get WP default supported admin columns per post type.
57
  *
classes/storage_model/link.php CHANGED
@@ -49,6 +49,15 @@ class CPAC_Storage_Model_Link extends CPAC_Storage_Model {
49
  return $columns;
50
  }
51
 
 
 
 
 
 
 
 
 
 
52
  /**
53
  * Get Meta
54
  *
49
  return $columns;
50
  }
51
 
52
+ /**
53
+ * Get original columns
54
+ *
55
+ * @since 2.4.4
56
+ */
57
+ public function get_default_column_names() {
58
+ return array();
59
+ }
60
+
61
  /**
62
  * Get Meta
63
  *
classes/storage_model/media.php CHANGED
@@ -49,12 +49,22 @@ class CPAC_Storage_Model_Media extends CPAC_Storage_Model {
49
  $table = _get_list_table ( 'WP_Media_List_Table', array( 'screen' => 'upload' ) );
50
  $columns = (array) $table->get_columns();
51
 
52
- if ( $this->is_settings_page() )
53
  $columns = array_merge( get_column_headers( 'upload' ), $columns );
 
54
 
55
  return $columns;
56
  }
57
 
 
 
 
 
 
 
 
 
 
58
  /**
59
  * Get Meta
60
  *
49
  $table = _get_list_table ( 'WP_Media_List_Table', array( 'screen' => 'upload' ) );
50
  $columns = (array) $table->get_columns();
51
 
52
+ if ( $this->is_settings_page() ) {
53
  $columns = array_merge( get_column_headers( 'upload' ), $columns );
54
+ }
55
 
56
  return $columns;
57
  }
58
 
59
+ /**
60
+ * Get original columns
61
+ *
62
+ * @since 2.4.4
63
+ */
64
+ public function get_default_column_names() {
65
+ return array( 'cb', 'date', 'parent', 'icon', 'title', 'author', 'comments' );
66
+ }
67
+
68
  /**
69
  * Get Meta
70
  *
classes/storage_model/post.php CHANGED
@@ -106,6 +106,18 @@ class CPAC_Storage_Model_Post extends CPAC_Storage_Model {
106
  return $contents;
107
  }
108
 
 
 
 
 
 
 
 
 
 
 
 
 
109
  /**
110
  * Get screen link
111
  *
@@ -154,6 +166,7 @@ class CPAC_Storage_Model_Post extends CPAC_Storage_Model {
154
  // See classes/third_party.php for an example.
155
  do_action( "cac/columns/default/posts" );
156
  do_action( "cac/columns/default/storage_key={$this->key}" );
 
157
 
158
  // Initialize table so it can add actions to manage_{screenid}_columns
159
  _get_list_table( 'WP_Posts_List_Table', array( 'screen' => 'edit-' . $this->key ) );
106
  return $contents;
107
  }
108
 
109
+ /**
110
+ * Get original columns
111
+ *
112
+ * @since 2.4.4
113
+ */
114
+ public function get_default_column_names() {
115
+ if ( ! in_array( $this->post_type, array( 'post', 'page' ) ) ) {
116
+ return false;
117
+ }
118
+ return array( 'author', 'cb', 'categories', 'comments', 'date', 'parent', 'tags', 'title' );
119
+ }
120
+
121
  /**
122
  * Get screen link
123
  *
166
  // See classes/third_party.php for an example.
167
  do_action( "cac/columns/default/posts" );
168
  do_action( "cac/columns/default/storage_key={$this->key}" );
169
+ do_action( "cac/columns/default/post_type={$this->post_type}" );
170
 
171
  // Initialize table so it can add actions to manage_{screenid}_columns
172
  _get_list_table( 'WP_Posts_List_Table', array( 'screen' => 'edit-' . $this->key ) );
classes/storage_model/user.php CHANGED
@@ -54,6 +54,15 @@ class CPAC_Storage_Model_User extends CPAC_Storage_Model {
54
  return $columns;
55
  }
56
 
 
 
 
 
 
 
 
 
 
57
  /**
58
  * Manage value
59
  *
54
  return $columns;
55
  }
56
 
57
+ /**
58
+ * Get original columns
59
+ *
60
+ * @since 2.4.4
61
+ */
62
+ public function get_default_column_names() {
63
+ return array( 'cb', 'username', 'name', 'email', 'role', 'posts' );
64
+ }
65
+
66
  /**
67
  * Manage value
68
  *
classes/third_party.php CHANGED
File without changes
classes/upgrade.php CHANGED
File without changes
classes/utility.php CHANGED
File without changes
codepress-admin-columns.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  Plugin Name: Admin Columns
4
- Version: 2.4.3
5
  Description: Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface.
6
  Author: AdminColumns.com
7
  Author URI: http://www.admincolumns.com
@@ -32,7 +32,7 @@ if ( ! defined( 'ABSPATH' ) ) {
32
  }
33
 
34
  // Plugin information
35
- define( 'CPAC_VERSION', '2.4.3' ); // Current plugin version
36
  define( 'CPAC_UPGRADE_VERSION', '2.0.0' ); // Latest version which requires an upgrade
37
  define( 'CPAC_URL', plugin_dir_url( __FILE__ ) );
38
  define( 'CPAC_DIR', plugin_dir_path( __FILE__ ) );
1
  <?php
2
  /*
3
  Plugin Name: Admin Columns
4
+ Version: 2.4.4
5
  Description: Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface.
6
  Author: AdminColumns.com
7
  Author URI: http://www.admincolumns.com
32
  }
33
 
34
  // Plugin information
35
+ define( 'CPAC_VERSION', '2.4.4' ); // Current plugin version
36
  define( 'CPAC_UPGRADE_VERSION', '2.0.0' ); // Latest version which requires an upgrade
37
  define( 'CPAC_URL', plugin_dir_url( __FILE__ ) );
38
  define( 'CPAC_DIR', plugin_dir_path( __FILE__ ) );
includes/arrays.php CHANGED
File without changes
languages/cpac-ar.mo CHANGED
Binary file
languages/cpac-ar.po CHANGED
@@ -6,8 +6,8 @@ msgid ""
6
  msgstr ""
7
  "Project-Id-Version: Admin Columns\n"
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2015-04-09 18:01+0100\n"
10
- "PO-Revision-Date: 2015-04-09 18:12+0100\n"
11
  "Last-Translator: Codepress <info@codepress.nl>\n"
12
  "Language-Team: Arabic (http://www.transifex.com/projects/p/admin-columns/language/ar/)\n"
13
  "MIME-Version: 1.0\n"
@@ -15,7 +15,7 @@ msgstr ""
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: ar\n"
17
  "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
18
- "X-Generator: Poedit 1.7.5\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -48,164 +48,164 @@ msgstr ""
48
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
49
  msgstr ""
50
 
51
- #: ../classes/column.php:582
52
  msgid "Thumbnail"
53
  msgstr "صورة مصغرة"
54
 
55
- #: ../classes/column.php:583
56
  msgid "Medium"
57
  msgstr "وسط"
58
 
59
- #: ../classes/column.php:584
60
  msgid "Large"
61
  msgstr "كبير"
62
 
63
- #: ../classes/column.php:585
64
  msgid "Full"
65
  msgstr "كامل"
66
 
67
- #: ../classes/column.php:1026
68
  msgid "Date Format"
69
  msgstr "تنسيق التاريخ"
70
 
71
- #: ../classes/column.php:1027
72
  msgid "This will determine how the date will be displayed."
73
  msgstr "هذا سيحدد كيف سيتم عرض التاريخ."
74
 
75
- #: ../classes/column.php:1033
76
  msgid "Example:"
77
  msgstr "مثال:"
78
 
79
- #: ../classes/column.php:1035
80
  #, php-format
81
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
82
  msgstr "أترك خاليا لتنسيق ووردبريس الإفتراضي للتاريخ، قم بتغيير <a href=\"%s\">تنسيق التاريخ الخاص بك هنا</a>."
83
 
84
- #: ../classes/column.php:1036
85
  msgid "Documentation on date and time formatting."
86
  msgstr "توثيق حول تنسيق التاريخ والوقت."
87
 
88
- #: ../classes/column.php:1050
89
  msgid "Excerpt length"
90
  msgstr "طول المقتطف"
91
 
92
- #: ../classes/column.php:1051
93
  msgid "Number of words"
94
  msgstr "عدد الكلمات"
95
 
96
- #: ../classes/column.php:1069
97
  msgid "Preview size"
98
  msgstr "حجم المعاينة"
99
 
100
- #: ../classes/column.php:1086 ../classes/storage_model.php:595
101
  msgid "Custom"
102
  msgstr "مخصوص"
103
 
104
- #: ../classes/column.php:1089 ../classes/column.php:1236
105
  msgid "width"
106
  msgstr "عرض"
107
 
108
- #: ../classes/column.php:1092
109
  msgid "height"
110
  msgstr "إرتفاع"
111
 
112
- #: ../classes/column.php:1104
113
  msgid "Before"
114
  msgstr "قبل"
115
 
116
- #: ../classes/column.php:1104
117
  msgid "This text will appear before the custom field value."
118
  msgstr "هذا النص سيظهر قبل الحقل المخصوص."
119
 
120
- #: ../classes/column.php:1105
121
  msgid "After"
122
  msgstr "بعد"
123
 
124
- #: ../classes/column.php:1105
125
  msgid "This text will appear after the custom field value."
126
  msgstr "هذا النص سيظهر بعد الحقل المخصوص."
127
 
128
- #: ../classes/column.php:1114
129
  msgid "Display Name"
130
  msgstr "اسم العرض"
131
 
132
- #: ../classes/column.php:1115
133
  msgid "First Name"
134
  msgstr "الاسم الأول"
135
 
136
- #: ../classes/column.php:1116
137
  msgid "Last Name"
138
  msgstr "الاسم الأخير"
139
 
140
- #: ../classes/column.php:1117 ../classes/column/user/nickname.php:19
141
  msgid "Nickname"
142
  msgstr "الاسم المستعار"
143
 
144
- #: ../classes/column.php:1118
145
  msgid "User Login"
146
  msgstr "اسم الدخول"
147
 
148
- #: ../classes/column.php:1119
149
  msgid "User Email"
150
  msgstr "بريد المستخدم"
151
 
152
- #: ../classes/column.php:1120 ../classes/column/user/ID.php:19
153
  msgid "User ID"
154
  msgstr "رقم المستخدم"
155
 
156
- #: ../classes/column.php:1121
157
  msgid "First and Last Name"
158
  msgstr "الاسم الأول والأخير"
159
 
160
- #: ../classes/column.php:1124
161
  msgid "Display format"
162
  msgstr ""
163
 
164
- #: ../classes/column.php:1124
165
  msgid "This is the format of the author name."
166
  msgstr "هذا هو تنسيق اسم الكاتب."
167
 
168
- #: ../classes/column.php:1258
169
  msgid "Edit"
170
  msgstr "تحرير"
171
 
172
- #: ../classes/column.php:1260 ../classes/column.php:1352
173
  msgid "Clone"
174
  msgstr ""
175
 
176
- #: ../classes/column.php:1262 ../classes/column.php:1354
177
  msgid "Remove"
178
  msgstr "إزالة"
179
 
180
- #: ../classes/column.php:1280 ../classes/column/custom-field.php:407
181
  msgid "Type"
182
  msgstr "نوع"
183
 
184
- #: ../classes/column.php:1280
185
  msgid "Choose a column type."
186
  msgstr "اختر نوع عمود"
187
 
188
- #: ../classes/column.php:1280
189
  msgid "Name"
190
  msgstr ""
191
 
192
- #: ../classes/column.php:1290
193
  msgid "Label"
194
  msgstr "العنوان"
195
 
196
- #: ../classes/column.php:1290
197
  msgid "This is the name which will appear as the column header."
198
  msgstr "هذا هو الاسم الذي سيظهر كترويسة العمود."
199
 
200
- #: ../classes/column.php:1297 ../classes/column/media/width.php:19
201
  msgid "Width"
202
  msgstr "عرض"
203
 
204
- #: ../classes/column.php:1299
205
  msgid "default"
206
  msgstr "إفتراضي"
207
 
208
- #: ../classes/column.php:1300
209
  msgid "auto"
210
  msgstr ""
211
 
@@ -274,6 +274,10 @@ msgstr "بريد الكاتب"
274
  msgid "Author IP"
275
  msgstr "عنوان آي بي الكاتب"
276
 
 
 
 
 
277
  #: ../classes/column/comment/author-url.php:19
278
  msgid "Author url"
279
  msgstr "عنوان موقع الكاتب"
@@ -295,14 +299,18 @@ msgstr "أرسل في <a href=\"%1$s\">%2$s في %3$s</a>"
295
  msgid "Date"
296
  msgstr "تاريخ"
297
 
298
- #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:315
299
- msgid "Excerpt"
300
- msgstr "مقتطف"
301
 
302
  #: ../classes/column/comment/reply-to.php:19
303
  msgid "In Reply To"
304
  msgstr "ردا على"
305
 
 
 
 
 
306
  #: ../classes/column/comment/word-count.php:19 ../classes/column/post/word-count.php:19
307
  msgid "Word count"
308
  msgstr "عدد الكلمات"
@@ -327,6 +335,10 @@ msgstr "لون"
327
  msgid "Counter"
328
  msgstr "عداد"
329
 
 
 
 
 
330
  #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:314
331
  msgid "Image"
332
  msgstr "صورة"
@@ -544,10 +556,6 @@ msgstr "حالة التعليق"
544
  msgid "Select which comment status you like to display."
545
  msgstr "اختر حالة التعليق الذي تريد عرضه."
546
 
547
- #: ../classes/column/post/content.php:19
548
- msgid "Content"
549
- msgstr ""
550
-
551
  #: ../classes/column/post/date-published.php:17
552
  msgid "Date Published"
553
  msgstr ""
@@ -720,7 +728,7 @@ msgstr "الاسم الأخير"
720
  msgid "Post Count"
721
  msgstr "عدد التدوينات"
722
 
723
- #: ../classes/column/user/post-count.php:102
724
  msgid "Post Type"
725
  msgstr "نوع تدوبنة"
726
 
@@ -736,6 +744,64 @@ msgstr ""
736
  msgid "Url"
737
  msgstr "عنوان موقع"
738
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
739
  #: ../classes/settings.php:112
740
  msgid "Add-on successfully activated."
741
  msgstr ""
@@ -748,10 +814,6 @@ msgstr ""
748
  msgid "Admin Columns Settings"
749
  msgstr "إعدادات Admin Columns"
750
 
751
- #: ../classes/settings.php:170 ../classes/settings.php:589 ../classes/upgrade.php:135
752
- msgid "Admin Columns"
753
- msgstr "Admin Columns"
754
-
755
  #: ../classes/settings.php:220
756
  #, php-format
757
  msgid "%s column is already present and can not be duplicated."
@@ -997,7 +1059,7 @@ msgstr ""
997
  msgid "Taxonomies"
998
  msgstr ""
999
 
1000
- #: ../classes/settings.php:590 ../codepress-admin-columns.php:375
1001
  msgid "Settings"
1002
  msgstr "إعدادات"
1003
 
@@ -1187,10 +1249,6 @@ msgstr ""
1187
  msgid "Users"
1188
  msgstr "مستخدمون"
1189
 
1190
- #: ../classes/storage_model/user.php:14
1191
- msgid "User"
1192
- msgstr ""
1193
-
1194
  #: ../classes/upgrade.php:62
1195
  msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
1196
  msgstr ""
@@ -1247,10 +1305,6 @@ msgstr "خطأ"
1247
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1248
  msgstr "عفوا. حدث خطأ أثناء عملية الترقية. الرجاء التبليغ عن هذا في منتديات الدعم."
1249
 
1250
- #: ../codepress-admin-columns.php:34
1251
- msgid "No textdomain"
1252
- msgstr ""
1253
-
1254
- #: ../codepress-admin-columns.php:442
1255
  msgid "Edit columns"
1256
  msgstr "تحرير الأعمدة"
6
  msgstr ""
7
  "Project-Id-Version: Admin Columns\n"
8
  "Report-Msgid-Bugs-To: \n"
9
+ "POT-Creation-Date: 2015-04-29 13:58+0100\n"
10
+ "PO-Revision-Date: 2015-06-26 13:21+0100\n"
11
  "Last-Translator: Codepress <info@codepress.nl>\n"
12
  "Language-Team: Arabic (http://www.transifex.com/projects/p/admin-columns/language/ar/)\n"
13
  "MIME-Version: 1.0\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: ar\n"
17
  "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
18
+ "X-Generator: Poedit 1.8.1\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
48
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
49
  msgstr ""
50
 
51
+ #: ../classes/column.php:597
52
  msgid "Thumbnail"
53
  msgstr "صورة مصغرة"
54
 
55
+ #: ../classes/column.php:598
56
  msgid "Medium"
57
  msgstr "وسط"
58
 
59
+ #: ../classes/column.php:599
60
  msgid "Large"
61
  msgstr "كبير"
62
 
63
+ #: ../classes/column.php:600
64
  msgid "Full"
65
  msgstr "كامل"
66
 
67
+ #: ../classes/column.php:1041
68
  msgid "Date Format"
69
  msgstr "تنسيق التاريخ"
70
 
71
+ #: ../classes/column.php:1042
72
  msgid "This will determine how the date will be displayed."
73
  msgstr "هذا سيحدد كيف سيتم عرض التاريخ."
74
 
75
+ #: ../classes/column.php:1048
76
  msgid "Example:"
77
  msgstr "مثال:"
78
 
79
+ #: ../classes/column.php:1050
80
  #, php-format
81
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
82
  msgstr "أترك خاليا لتنسيق ووردبريس الإفتراضي للتاريخ، قم بتغيير <a href=\"%s\">تنسيق التاريخ الخاص بك هنا</a>."
83
 
84
+ #: ../classes/column.php:1051
85
  msgid "Documentation on date and time formatting."
86
  msgstr "توثيق حول تنسيق التاريخ والوقت."
87
 
88
+ #: ../classes/column.php:1065
89
  msgid "Excerpt length"
90
  msgstr "طول المقتطف"
91
 
92
+ #: ../classes/column.php:1066
93
  msgid "Number of words"
94
  msgstr "عدد الكلمات"
95
 
96
+ #: ../classes/column.php:1084
97
  msgid "Preview size"
98
  msgstr "حجم المعاينة"
99
 
100
+ #: ../classes/column.php:1101 ../classes/storage_model.php:595
101
  msgid "Custom"
102
  msgstr "مخصوص"
103
 
104
+ #: ../classes/column.php:1104 ../classes/column.php:1251
105
  msgid "width"
106
  msgstr "عرض"
107
 
108
+ #: ../classes/column.php:1107
109
  msgid "height"
110
  msgstr "إرتفاع"
111
 
112
+ #: ../classes/column.php:1119
113
  msgid "Before"
114
  msgstr "قبل"
115
 
116
+ #: ../classes/column.php:1119
117
  msgid "This text will appear before the custom field value."
118
  msgstr "هذا النص سيظهر قبل الحقل المخصوص."
119
 
120
+ #: ../classes/column.php:1120
121
  msgid "After"
122
  msgstr "بعد"
123
 
124
+ #: ../classes/column.php:1120
125
  msgid "This text will appear after the custom field value."
126
  msgstr "هذا النص سيظهر بعد الحقل المخصوص."
127
 
128
+ #: ../classes/column.php:1129
129
  msgid "Display Name"
130
  msgstr "اسم العرض"
131
 
132
+ #: ../classes/column.php:1130
133
  msgid "First Name"
134
  msgstr "الاسم الأول"
135
 
136
+ #: ../classes/column.php:1131
137
  msgid "Last Name"
138
  msgstr "الاسم الأخير"
139
 
140
+ #: ../classes/column.php:1132 ../classes/column/user/nickname.php:19
141
  msgid "Nickname"
142
  msgstr "الاسم المستعار"
143
 
144
+ #: ../classes/column.php:1133
145
  msgid "User Login"
146
  msgstr "اسم الدخول"
147
 
148
+ #: ../classes/column.php:1134
149
  msgid "User Email"
150
  msgstr "بريد المستخدم"
151
 
152
+ #: ../classes/column.php:1135 ../classes/column/user/ID.php:19
153
  msgid "User ID"
154
  msgstr "رقم المستخدم"
155
 
156
+ #: ../classes/column.php:1136
157
  msgid "First and Last Name"
158
  msgstr "الاسم الأول والأخير"
159
 
160
+ #: ../classes/column.php:1139
161
  msgid "Display format"
162
  msgstr ""
163
 
164
+ #: ../classes/column.php:1139
165
  msgid "This is the format of the author name."
166
  msgstr "هذا هو تنسيق اسم الكاتب."
167
 
168
+ #: ../classes/column.php:1273
169
  msgid "Edit"
170
  msgstr "تحرير"
171
 
172
+ #: ../classes/column.php:1275 ../classes/column.php:1367
173
  msgid "Clone"
174
  msgstr ""
175
 
176
+ #: ../classes/column.php:1277 ../classes/column.php:1369
177
  msgid "Remove"
178
  msgstr "إزالة"
179
 
180
+ #: ../classes/column.php:1295 ../classes/column/comment/type.php:13 ../classes/column/custom-field.php:407
181
  msgid "Type"
182
  msgstr "نوع"
183
 
184
+ #: ../classes/column.php:1295
185
  msgid "Choose a column type."
186
  msgstr "اختر نوع عمود"
187
 
188
+ #: ../classes/column.php:1295
189
  msgid "Name"
190
  msgstr ""
191
 
192
+ #: ../classes/column.php:1305
193
  msgid "Label"
194
  msgstr "العنوان"
195
 
196
+ #: ../classes/column.php:1305
197
  msgid "This is the name which will appear as the column header."
198
  msgstr "هذا هو الاسم الذي سيظهر كترويسة العمود."
199
 
200
+ #: ../classes/column.php:1312 ../classes/column/media/width.php:19
201
  msgid "Width"
202
  msgstr "عرض"
203
 
204
+ #: ../classes/column.php:1314
205
  msgid "default"
206
  msgstr "إفتراضي"
207
 
208
+ #: ../classes/column.php:1315
209
  msgid "auto"
210
  msgstr ""
211
 
274
  msgid "Author IP"
275
  msgstr "عنوان آي بي الكاتب"
276
 
277
+ #: ../classes/column/comment/author-name.php:12
278
+ msgid "Author name"
279
+ msgstr ""
280
+
281
  #: ../classes/column/comment/author-url.php:19
282
  msgid "Author url"
283
  msgstr "عنوان موقع الكاتب"
299
  msgid "Date"
300
  msgstr "تاريخ"
301
 
302
+ #: ../classes/column/comment/excerpt.php:19 ../classes/column/post/content.php:19
303
+ msgid "Content"
304
+ msgstr ""
305
 
306
  #: ../classes/column/comment/reply-to.php:19
307
  msgid "In Reply To"
308
  msgstr "ردا على"
309
 
310
+ #: ../classes/column/comment/user.php:11 ../classes/storage_model/user.php:14
311
+ msgid "User"
312
+ msgstr ""
313
+
314
  #: ../classes/column/comment/word-count.php:19 ../classes/column/post/word-count.php:19
315
  msgid "Word count"
316
  msgstr "عدد الكلمات"
335
  msgid "Counter"
336
  msgstr "عداد"
337
 
338
+ #: ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:315
339
+ msgid "Excerpt"
340
+ msgstr "مقتطف"
341
+
342
  #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:314
343
  msgid "Image"
344
  msgstr "صورة"
556
  msgid "Select which comment status you like to display."
557
  msgstr "اختر حالة التعليق الذي تريد عرضه."
558
 
 
 
 
 
559
  #: ../classes/column/post/date-published.php:17
560
  msgid "Date Published"
561
  msgstr ""
728
  msgid "Post Count"
729
  msgstr "عدد التدوينات"
730
 
731
+ #: ../classes/column/user/post-count.php:89
732
  msgid "Post Type"
733
  msgstr "نوع تدوبنة"
734
 
744
  msgid "Url"
745
  msgstr "عنوان موقع"
746
 
747
+ #: ../classes/review_notice.php:55 ../classes/settings.php:170 ../classes/settings.php:589 ../classes/upgrade.php:135
748
+ msgid "Admin Columns"
749
+ msgstr "Admin Columns"
750
+
751
+ #: ../classes/review_notice.php:58
752
+ msgid "Admin Columns Pro"
753
+ msgstr ""
754
+
755
+ #: ../classes/review_notice.php:65
756
+ #, php-format
757
+ msgid ""
758
+ "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If "
759
+ "you're not happy with %s, please %s."
760
+ msgstr ""
761
+
762
+ #: ../classes/review_notice.php:68
763
+ msgid "click here"
764
+ msgstr ""
765
+
766
+ #: ../classes/review_notice.php:72
767
+ msgid "Leave a review!"
768
+ msgstr ""
769
+
770
+ #: ../classes/review_notice.php:73
771
+ msgid "Permanently hide notice"
772
+ msgstr ""
773
+
774
+ #: ../classes/review_notice.php:80
775
+ #, php-format
776
+ msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
777
+ msgstr ""
778
+
779
+ #: ../classes/review_notice.php:82
780
+ msgid "documentation page"
781
+ msgstr ""
782
+
783
+ #: ../classes/review_notice.php:86
784
+ #, php-format
785
+ msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
786
+ msgstr ""
787
+
788
+ #: ../classes/review_notice.php:87
789
+ msgid "our forums"
790
+ msgstr ""
791
+
792
+ #: ../classes/review_notice.php:91
793
+ #, php-format
794
+ msgid "You can also find help on the %s, and %s."
795
+ msgstr ""
796
+
797
+ #: ../classes/review_notice.php:92
798
+ msgid "Admin Columns forums on WordPress.org"
799
+ msgstr ""
800
+
801
+ #: ../classes/review_notice.php:93
802
+ msgid "find answers to some frequently asked questions"
803
+ msgstr ""
804
+
805
  #: ../classes/settings.php:112
806
  msgid "Add-on successfully activated."
807
  msgstr ""
814
  msgid "Admin Columns Settings"
815
  msgstr "إعدادات Admin Columns"
816
 
 
 
 
 
817
  #: ../classes/settings.php:220
818
  #, php-format
819
  msgid "%s column is already present and can not be duplicated."
1059
  msgid "Taxonomies"
1060
  msgstr ""
1061
 
1062
+ #: ../classes/settings.php:590 ../codepress-admin-columns.php:377
1063
  msgid "Settings"
1064
  msgstr "إعدادات"
1065
 
1249
  msgid "Users"
1250
  msgstr "مستخدمون"
1251
 
 
 
 
 
1252
  #: ../classes/upgrade.php:62
1253
  msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
1254
  msgstr ""
1305
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1306
  msgstr "عفوا. حدث خطأ أثناء عملية الترقية. الرجاء التبليغ عن هذا في منتديات الدعم."
1307
 
1308
+ #: ../codepress-admin-columns.php:444
 
 
 
 
1309
  msgid "Edit columns"
1310
  msgstr "تحرير الأعمدة"
languages/cpac-da_DK.mo CHANGED
Binary file
languages/cpac-da_DK.po CHANGED
@@ -6,8 +6,8 @@ msgid ""
6
  msgstr ""
7
  "Project-Id-Version: Admin Columns\n"
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2015-04-09 18:01+0100\n"
10
- "PO-Revision-Date: 2015-04-09 18:12+0100\n"
11
  "Last-Translator: Codepress <info@codepress.nl>\n"
12
  "Language-Team: Danish (Denmark) (http://www.transifex.com/projects/p/admin-columns/language/da_DK/)\n"
13
  "MIME-Version: 1.0\n"
@@ -15,7 +15,7 @@ msgstr ""
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: da_DK\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
- "X-Generator: Poedit 1.7.5\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -48,164 +48,164 @@ msgstr ""
48
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
49
  msgstr ""
50
 
51
- #: ../classes/column.php:582
52
  msgid "Thumbnail"
53
  msgstr "Miniaturebillede"
54
 
55
- #: ../classes/column.php:583
56
  msgid "Medium"
57
  msgstr "Medium"
58
 
59
- #: ../classes/column.php:584
60
  msgid "Large"
61
  msgstr "Stor"
62
 
63
- #: ../classes/column.php:585
64
  msgid "Full"
65
  msgstr "Fuld"
66
 
67
- #: ../classes/column.php:1026
68
  msgid "Date Format"
69
  msgstr "Datoformat"
70
 
71
- #: ../classes/column.php:1027
72
  msgid "This will determine how the date will be displayed."
73
  msgstr "Dette vil bestmme hvordan datoen vil blive vist."
74
 
75
- #: ../classes/column.php:1033
76
  msgid "Example:"
77
  msgstr "Eksempel:"
78
 
79
- #: ../classes/column.php:1035
80
  #, php-format
81
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
82
  msgstr "Lad være tomt for at benytte WordPress' datoformat, ændre dit <a href=\"%s\">standard datoformat her</a>."
83
 
84
- #: ../classes/column.php:1036
85
  msgid "Documentation on date and time formatting."
86
  msgstr "Dokumentation for dato- og tidsformattering."
87
 
88
- #: ../classes/column.php:1050
89
  msgid "Excerpt length"
90
  msgstr "Længden for uddrag"
91
 
92
- #: ../classes/column.php:1051
93
  msgid "Number of words"
94
  msgstr "Antal ord"
95
 
96
- #: ../classes/column.php:1069
97
  msgid "Preview size"
98
  msgstr "Forhåndsvisningsstørrelse"
99
 
100
- #: ../classes/column.php:1086 ../classes/storage_model.php:595
101
  msgid "Custom"
102
  msgstr "Brugerdefineret"
103
 
104
- #: ../classes/column.php:1089 ../classes/column.php:1236
105
  msgid "width"
106
  msgstr "bredde"
107
 
108
- #: ../classes/column.php:1092
109
  msgid "height"
110
  msgstr "højde"
111
 
112
- #: ../classes/column.php:1104
113
  msgid "Before"
114
  msgstr "Før"
115
 
116
- #: ../classes/column.php:1104
117
  msgid "This text will appear before the custom field value."
118
  msgstr "Denne tekst vil blive vist før den brugerdefineret værdi."
119
 
120
- #: ../classes/column.php:1105
121
  msgid "After"
122
  msgstr "Efter"
123
 
124
- #: ../classes/column.php:1105
125
  msgid "This text will appear after the custom field value."
126
  msgstr "Denne tekst vil blive vist efter den brugerdefineret værdi."
127
 
128
- #: ../classes/column.php:1114
129
  msgid "Display Name"
130
  msgstr "Offentligt navn"
131
 
132
- #: ../classes/column.php:1115
133
  msgid "First Name"
134
  msgstr "Fornavn"
135
 
136
- #: ../classes/column.php:1116
137
  msgid "Last Name"
138
  msgstr "Efternavn"
139
 
140
- #: ../classes/column.php:1117 ../classes/column/user/nickname.php:19
141
  msgid "Nickname"
142
  msgstr "Kaldenavn"
143
 
144
- #: ../classes/column.php:1118
145
  msgid "User Login"
146
  msgstr "Brugerlogin"
147
 
148
- #: ../classes/column.php:1119
149
  msgid "User Email"
150
  msgstr "Bruger e-mail"
151
 
152
- #: ../classes/column.php:1120 ../classes/column/user/ID.php:19
153
  msgid "User ID"
154
  msgstr "Bruger ID"
155
 
156
- #: ../classes/column.php:1121
157
  msgid "First and Last Name"
158
  msgstr "For- og efternavn"
159
 
160
- #: ../classes/column.php:1124
161
  msgid "Display format"
162
  msgstr ""
163
 
164
- #: ../classes/column.php:1124
165
  msgid "This is the format of the author name."
166
  msgstr "Dette er formattet for forfatterens navn"
167
 
168
- #: ../classes/column.php:1258
169
  msgid "Edit"
170
  msgstr "Rediger"
171
 
172
- #: ../classes/column.php:1260 ../classes/column.php:1352
173
  msgid "Clone"
174
  msgstr ""
175
 
176
- #: ../classes/column.php:1262 ../classes/column.php:1354
177
  msgid "Remove"
178
  msgstr "Fjern"
179
 
180
- #: ../classes/column.php:1280 ../classes/column/custom-field.php:407
181
  msgid "Type"
182
  msgstr "Type"
183
 
184
- #: ../classes/column.php:1280
185
  msgid "Choose a column type."
186
  msgstr "Vælg en kolonne type."
187
 
188
- #: ../classes/column.php:1280
189
  msgid "Name"
190
  msgstr ""
191
 
192
- #: ../classes/column.php:1290
193
  msgid "Label"
194
  msgstr "Etikette"
195
 
196
- #: ../classes/column.php:1290
197
  msgid "This is the name which will appear as the column header."
198
  msgstr "Dette er navnet, som vil blive vist i kolonne toppen."
199
 
200
- #: ../classes/column.php:1297 ../classes/column/media/width.php:19
201
  msgid "Width"
202
  msgstr "Bredde"
203
 
204
- #: ../classes/column.php:1299
205
  msgid "default"
206
  msgstr "standard"
207
 
208
- #: ../classes/column.php:1300
209
  msgid "auto"
210
  msgstr ""
211
 
@@ -274,6 +274,10 @@ msgstr "Forfatter email"
274
  msgid "Author IP"
275
  msgstr "Forfatter IP"
276
 
 
 
 
 
277
  #: ../classes/column/comment/author-url.php:19
278
  msgid "Author url"
279
  msgstr "Forfatter webadresse"
@@ -295,14 +299,18 @@ msgstr "Indsendt af <a href=\"%1$s\">%2$s at %3$s</a>"
295
  msgid "Date"
296
  msgstr "Dato"
297
 
298
- #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:315
299
- msgid "Excerpt"
300
- msgstr "Uddrag"
301
 
302
  #: ../classes/column/comment/reply-to.php:19
303
  msgid "In Reply To"
304
  msgstr "Som svar på"
305
 
 
 
 
 
306
  #: ../classes/column/comment/word-count.php:19 ../classes/column/post/word-count.php:19
307
  msgid "Word count"
308
  msgstr "Antal ord"
@@ -327,6 +335,10 @@ msgstr "Farve"
327
  msgid "Counter"
328
  msgstr ""
329
 
 
 
 
 
330
  #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:314
331
  msgid "Image"
332
  msgstr "Billede"
@@ -544,10 +556,6 @@ msgstr "Kommentar status"
544
  msgid "Select which comment status you like to display."
545
  msgstr "Vælg hvilken kommentarstatus du vil vise."
546
 
547
- #: ../classes/column/post/content.php:19
548
- msgid "Content"
549
- msgstr ""
550
-
551
  #: ../classes/column/post/date-published.php:17
552
  msgid "Date Published"
553
  msgstr ""
@@ -712,7 +720,7 @@ msgstr "Efternavn"
712
  msgid "Post Count"
713
  msgstr "Antal indlæg"
714
 
715
- #: ../classes/column/user/post-count.php:102
716
  msgid "Post Type"
717
  msgstr "Indlægstype"
718
 
@@ -728,6 +736,64 @@ msgstr ""
728
  msgid "Url"
729
  msgstr "Webadresse"
730
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
731
  #: ../classes/settings.php:112
732
  msgid "Add-on successfully activated."
733
  msgstr ""
@@ -740,10 +806,6 @@ msgstr ""
740
  msgid "Admin Columns Settings"
741
  msgstr "Admin Kolonne Indstillinger"
742
 
743
- #: ../classes/settings.php:170 ../classes/settings.php:589 ../classes/upgrade.php:135
744
- msgid "Admin Columns"
745
- msgstr "Admin Columns"
746
-
747
  #: ../classes/settings.php:220
748
  #, php-format
749
  msgid "%s column is already present and can not be duplicated."
@@ -988,7 +1050,7 @@ msgstr ""
988
  msgid "Taxonomies"
989
  msgstr ""
990
 
991
- #: ../classes/settings.php:590 ../codepress-admin-columns.php:375
992
  msgid "Settings"
993
  msgstr "Indstillinger"
994
 
@@ -1178,10 +1240,6 @@ msgstr ""
1178
  msgid "Users"
1179
  msgstr "Brugere"
1180
 
1181
- #: ../classes/storage_model/user.php:14
1182
- msgid "User"
1183
- msgstr ""
1184
-
1185
  #: ../classes/upgrade.php:62
1186
  msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
1187
  msgstr ""
@@ -1238,10 +1296,6 @@ msgstr "Fejl"
1238
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1239
  msgstr "Beklager. Noget gik galt i opgraderingsprocessen. Venligst rapporter dette i support forummet."
1240
 
1241
- #: ../codepress-admin-columns.php:34
1242
- msgid "No textdomain"
1243
- msgstr ""
1244
-
1245
- #: ../codepress-admin-columns.php:442
1246
  msgid "Edit columns"
1247
  msgstr "Rediger kolonner"
6
  msgstr ""
7
  "Project-Id-Version: Admin Columns\n"
8
  "Report-Msgid-Bugs-To: \n"
9
+ "POT-Creation-Date: 2015-04-29 13:58+0100\n"
10
+ "PO-Revision-Date: 2015-06-26 13:25+0100\n"
11
  "Last-Translator: Codepress <info@codepress.nl>\n"
12
  "Language-Team: Danish (Denmark) (http://www.transifex.com/projects/p/admin-columns/language/da_DK/)\n"
13
  "MIME-Version: 1.0\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: da_DK\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Generator: Poedit 1.8.1\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
48
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
49
  msgstr ""
50
 
51
+ #: ../classes/column.php:597
52
  msgid "Thumbnail"
53
  msgstr "Miniaturebillede"
54
 
55
+ #: ../classes/column.php:598
56
  msgid "Medium"
57
  msgstr "Medium"
58
 
59
+ #: ../classes/column.php:599
60
  msgid "Large"
61
  msgstr "Stor"
62
 
63
+ #: ../classes/column.php:600
64
  msgid "Full"
65
  msgstr "Fuld"
66
 
67
+ #: ../classes/column.php:1041
68
  msgid "Date Format"
69
  msgstr "Datoformat"
70
 
71
+ #: ../classes/column.php:1042
72
  msgid "This will determine how the date will be displayed."
73
  msgstr "Dette vil bestmme hvordan datoen vil blive vist."
74
 
75
+ #: ../classes/column.php:1048
76
  msgid "Example:"
77
  msgstr "Eksempel:"
78
 
79
+ #: ../classes/column.php:1050
80
  #, php-format
81
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
82
  msgstr "Lad være tomt for at benytte WordPress' datoformat, ændre dit <a href=\"%s\">standard datoformat her</a>."
83
 
84
+ #: ../classes/column.php:1051
85
  msgid "Documentation on date and time formatting."
86
  msgstr "Dokumentation for dato- og tidsformattering."
87
 
88
+ #: ../classes/column.php:1065
89
  msgid "Excerpt length"
90
  msgstr "Længden for uddrag"
91
 
92
+ #: ../classes/column.php:1066
93
  msgid "Number of words"
94
  msgstr "Antal ord"
95
 
96
+ #: ../classes/column.php:1084
97
  msgid "Preview size"
98
  msgstr "Forhåndsvisningsstørrelse"
99
 
100
+ #: ../classes/column.php:1101 ../classes/storage_model.php:595
101
  msgid "Custom"
102
  msgstr "Brugerdefineret"
103
 
104
+ #: ../classes/column.php:1104 ../classes/column.php:1251
105
  msgid "width"
106
  msgstr "bredde"
107
 
108
+ #: ../classes/column.php:1107
109
  msgid "height"
110
  msgstr "højde"
111
 
112
+ #: ../classes/column.php:1119
113
  msgid "Before"
114
  msgstr "Før"
115
 
116
+ #: ../classes/column.php:1119
117
  msgid "This text will appear before the custom field value."
118
  msgstr "Denne tekst vil blive vist før den brugerdefineret værdi."
119
 
120
+ #: ../classes/column.php:1120
121
  msgid "After"
122
  msgstr "Efter"
123
 
124
+ #: ../classes/column.php:1120
125
  msgid "This text will appear after the custom field value."
126
  msgstr "Denne tekst vil blive vist efter den brugerdefineret værdi."
127
 
128
+ #: ../classes/column.php:1129
129
  msgid "Display Name"
130
  msgstr "Offentligt navn"
131
 
132
+ #: ../classes/column.php:1130
133
  msgid "First Name"
134
  msgstr "Fornavn"
135
 
136
+ #: ../classes/column.php:1131
137
  msgid "Last Name"
138
  msgstr "Efternavn"
139
 
140
+ #: ../classes/column.php:1132 ../classes/column/user/nickname.php:19
141
  msgid "Nickname"
142
  msgstr "Kaldenavn"
143
 
144
+ #: ../classes/column.php:1133
145
  msgid "User Login"
146
  msgstr "Brugerlogin"
147
 
148
+ #: ../classes/column.php:1134
149
  msgid "User Email"
150
  msgstr "Bruger e-mail"
151
 
152
+ #: ../classes/column.php:1135 ../classes/column/user/ID.php:19
153
  msgid "User ID"
154
  msgstr "Bruger ID"
155
 
156
+ #: ../classes/column.php:1136
157
  msgid "First and Last Name"
158
  msgstr "For- og efternavn"
159
 
160
+ #: ../classes/column.php:1139
161
  msgid "Display format"
162
  msgstr ""
163
 
164
+ #: ../classes/column.php:1139
165
  msgid "This is the format of the author name."
166
  msgstr "Dette er formattet for forfatterens navn"
167
 
168
+ #: ../classes/column.php:1273
169
  msgid "Edit"
170
  msgstr "Rediger"
171
 
172
+ #: ../classes/column.php:1275 ../classes/column.php:1367
173
  msgid "Clone"
174
  msgstr ""
175
 
176
+ #: ../classes/column.php:1277 ../classes/column.php:1369
177
  msgid "Remove"
178
  msgstr "Fjern"
179
 
180
+ #: ../classes/column.php:1295 ../classes/column/comment/type.php:13 ../classes/column/custom-field.php:407
181
  msgid "Type"
182
  msgstr "Type"
183
 
184
+ #: ../classes/column.php:1295
185
  msgid "Choose a column type."
186
  msgstr "Vælg en kolonne type."
187
 
188
+ #: ../classes/column.php:1295
189
  msgid "Name"
190
  msgstr ""
191
 
192
+ #: ../classes/column.php:1305
193
  msgid "Label"
194
  msgstr "Etikette"
195
 
196
+ #: ../classes/column.php:1305
197
  msgid "This is the name which will appear as the column header."
198
  msgstr "Dette er navnet, som vil blive vist i kolonne toppen."
199
 
200
+ #: ../classes/column.php:1312 ../classes/column/media/width.php:19
201
  msgid "Width"
202
  msgstr "Bredde"
203
 
204
+ #: ../classes/column.php:1314
205
  msgid "default"
206
  msgstr "standard"
207
 
208
+ #: ../classes/column.php:1315
209
  msgid "auto"
210
  msgstr ""
211
 
274
  msgid "Author IP"
275
  msgstr "Forfatter IP"
276
 
277
+ #: ../classes/column/comment/author-name.php:12
278
+ msgid "Author name"
279
+ msgstr ""
280
+
281
  #: ../classes/column/comment/author-url.php:19
282
  msgid "Author url"
283
  msgstr "Forfatter webadresse"
299
  msgid "Date"
300
  msgstr "Dato"
301
 
302
+ #: ../classes/column/comment/excerpt.php:19 ../classes/column/post/content.php:19
303
+ msgid "Content"
304
+ msgstr ""
305
 
306
  #: ../classes/column/comment/reply-to.php:19
307
  msgid "In Reply To"
308
  msgstr "Som svar på"
309
 
310
+ #: ../classes/column/comment/user.php:11 ../classes/storage_model/user.php:14
311
+ msgid "User"
312
+ msgstr ""
313
+
314
  #: ../classes/column/comment/word-count.php:19 ../classes/column/post/word-count.php:19
315
  msgid "Word count"
316
  msgstr "Antal ord"
335
  msgid "Counter"
336
  msgstr ""
337
 
338
+ #: ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:315
339
+ msgid "Excerpt"
340
+ msgstr "Uddrag"
341
+
342
  #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:314
343
  msgid "Image"
344
  msgstr "Billede"
556
  msgid "Select which comment status you like to display."
557
  msgstr "Vælg hvilken kommentarstatus du vil vise."
558
 
 
 
 
 
559
  #: ../classes/column/post/date-published.php:17
560
  msgid "Date Published"
561
  msgstr ""
720
  msgid "Post Count"
721
  msgstr "Antal indlæg"
722
 
723
+ #: ../classes/column/user/post-count.php:89
724
  msgid "Post Type"
725
  msgstr "Indlægstype"
726
 
736
  msgid "Url"
737
  msgstr "Webadresse"
738
 
739
+ #: ../classes/review_notice.php:55 ../classes/settings.php:170 ../classes/settings.php:589 ../classes/upgrade.php:135
740
+ msgid "Admin Columns"
741
+ msgstr "Admin Columns"
742
+
743
+ #: ../classes/review_notice.php:58
744
+ msgid "Admin Columns Pro"
745
+ msgstr ""
746
+
747
+ #: ../classes/review_notice.php:65
748
+ #, php-format
749
+ msgid ""
750
+ "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy "
751
+ "with %s, please %s."
752
+ msgstr ""
753
+
754
+ #: ../classes/review_notice.php:68
755
+ msgid "click here"
756
+ msgstr ""
757
+
758
+ #: ../classes/review_notice.php:72
759
+ msgid "Leave a review!"
760
+ msgstr ""
761
+
762
+ #: ../classes/review_notice.php:73
763
+ msgid "Permanently hide notice"
764
+ msgstr ""
765
+
766
+ #: ../classes/review_notice.php:80
767
+ #, php-format
768
+ msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
769
+ msgstr ""
770
+
771
+ #: ../classes/review_notice.php:82
772
+ msgid "documentation page"
773
+ msgstr ""
774
+
775
+ #: ../classes/review_notice.php:86
776
+ #, php-format
777
+ msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
778
+ msgstr ""
779
+
780
+ #: ../classes/review_notice.php:87
781
+ msgid "our forums"
782
+ msgstr ""
783
+
784
+ #: ../classes/review_notice.php:91
785
+ #, php-format
786
+ msgid "You can also find help on the %s, and %s."
787
+ msgstr ""
788
+
789
+ #: ../classes/review_notice.php:92
790
+ msgid "Admin Columns forums on WordPress.org"
791
+ msgstr ""
792
+
793
+ #: ../classes/review_notice.php:93
794
+ msgid "find answers to some frequently asked questions"
795
+ msgstr ""
796
+
797
  #: ../classes/settings.php:112
798
  msgid "Add-on successfully activated."
799
  msgstr ""
806
  msgid "Admin Columns Settings"
807
  msgstr "Admin Kolonne Indstillinger"
808
 
 
 
 
 
809
  #: ../classes/settings.php:220
810
  #, php-format
811
  msgid "%s column is already present and can not be duplicated."
1050
  msgid "Taxonomies"
1051
  msgstr ""
1052
 
1053
+ #: ../classes/settings.php:590 ../codepress-admin-columns.php:377
1054
  msgid "Settings"
1055
  msgstr "Indstillinger"
1056
 
1240
  msgid "Users"
1241
  msgstr "Brugere"
1242
 
 
 
 
 
1243
  #: ../classes/upgrade.php:62
1244
  msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
1245
  msgstr ""
1296
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1297
  msgstr "Beklager. Noget gik galt i opgraderingsprocessen. Venligst rapporter dette i support forummet."
1298
 
1299
+ #: ../codepress-admin-columns.php:444
 
 
 
 
1300
  msgid "Edit columns"
1301
  msgstr "Rediger kolonner"
languages/cpac-es_ES.mo CHANGED
Binary file
languages/cpac-es_ES.po CHANGED
@@ -5,8 +5,8 @@ msgid ""
5
  msgstr ""
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
- "POT-Creation-Date: 2015-04-09 18:01+0100\n"
9
- "PO-Revision-Date: 2015-04-09 18:12+0100\n"
10
  "Last-Translator: Codepress <info@codepress.nl>\n"
11
  "Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/admin-columns/language/es_ES/)\n"
12
  "MIME-Version: 1.0\n"
@@ -14,7 +14,7 @@ msgstr ""
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Language: es_ES\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
- "X-Generator: Poedit 1.7.5\n"
18
  "X-Poedit-Basepath: .\n"
19
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c\n"
20
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -47,164 +47,165 @@ msgstr ""
47
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
48
  msgstr ""
49
 
50
- #: ../classes/column.php:582
51
  msgid "Thumbnail"
52
  msgstr "Miniatura"
53
 
54
- #: ../classes/column.php:583
55
  msgid "Medium"
56
  msgstr "Medio"
57
 
58
- #: ../classes/column.php:584
59
  msgid "Large"
60
  msgstr "Largo"
61
 
62
- #: ../classes/column.php:585
63
  msgid "Full"
64
  msgstr "Completo"
65
 
66
- #: ../classes/column.php:1026
67
  msgid "Date Format"
68
  msgstr "Formato de Fecha"
69
 
70
- #: ../classes/column.php:1027
71
  msgid "This will determine how the date will be displayed."
72
  msgstr "Esto determinará cómo la fecha se mostrará."
73
 
74
- #: ../classes/column.php:1033
75
  msgid "Example:"
76
  msgstr "Ejemplo:"
77
 
78
- #: ../classes/column.php:1035
79
  #, php-format
80
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
81
  msgstr "Dejar en blanco para formato de fecha de WordPress, cambie su <a href=\"%s\">formato de fecha por defecto aquí</a>."
82
 
83
- #: ../classes/column.php:1036
84
  msgid "Documentation on date and time formatting."
85
  msgstr "Documentación en formato de fecha y hora."
86
 
87
- #: ../classes/column.php:1050
88
  msgid "Excerpt length"
89
  msgstr "Tamaño de extracto"
90
 
91
- #: ../classes/column.php:1051
92
  msgid "Number of words"
93
  msgstr "Número de palabras"
94
 
95
- #: ../classes/column.php:1069
96
  msgid "Preview size"
97
  msgstr "Tamaño de vista previa"
98
 
99
- #: ../classes/column.php:1086 ../classes/storage_model.php:595
100
  msgid "Custom"
101
  msgstr "Personalizado"
102
 
103
- #: ../classes/column.php:1089 ../classes/column.php:1236
104
  msgid "width"
105
  msgstr "ancho"
106
 
107
- #: ../classes/column.php:1092
108
  msgid "height"
109
  msgstr "largo"
110
 
111
- #: ../classes/column.php:1104
112
  msgid "Before"
113
  msgstr "Antes"
114
 
115
- #: ../classes/column.php:1104
116
  msgid "This text will appear before the custom field value."
117
  msgstr "Este texto aparecerá antes del valor del campo personalizado."
118
 
119
- #: ../classes/column.php:1105
120
  msgid "After"
121
  msgstr "Después"
122
 
123
- #: ../classes/column.php:1105
124
  msgid "This text will appear after the custom field value."
125
  msgstr "Este texto aparecerá después del valor del campo personalizado."
126
 
127
- #: ../classes/column.php:1114
128
  msgid "Display Name"
129
  msgstr "Nombre a Mostrar"
130
 
131
- #: ../classes/column.php:1115
132
  msgid "First Name"
133
  msgstr "Primer Nombre"
134
 
135
- #: ../classes/column.php:1116
136
  msgid "Last Name"
137
  msgstr "Apellido"
138
 
139
- #: ../classes/column.php:1117 ../classes/column/user/nickname.php:19
140
  msgid "Nickname"
141
  msgstr "Alias"
142
 
143
- #: ../classes/column.php:1118
144
  msgid "User Login"
145
  msgstr "Nombre de Usuario"
146
 
147
- #: ../classes/column.php:1119
148
  msgid "User Email"
149
  msgstr "Email de Usuario"
150
 
151
- #: ../classes/column.php:1120 ../classes/column/user/ID.php:19
152
  msgid "User ID"
153
  msgstr "ID de Usuario"
154
 
155
- #: ../classes/column.php:1121
156
  msgid "First and Last Name"
157
  msgstr "Primer Nombre y Apellido"
158
 
159
- #: ../classes/column.php:1124
160
  msgid "Display format"
161
  msgstr ""
162
 
163
- #: ../classes/column.php:1124
164
  msgid "This is the format of the author name."
165
  msgstr "Esto es el formato del nombre del autor."
166
 
167
- #: ../classes/column.php:1258
168
  msgid "Edit"
169
  msgstr "Editar"
170
 
171
- #: ../classes/column.php:1260 ../classes/column.php:1352
172
  msgid "Clone"
173
  msgstr ""
174
 
175
- #: ../classes/column.php:1262 ../classes/column.php:1354
176
  msgid "Remove"
177
  msgstr "Borrar"
178
 
179
- #: ../classes/column.php:1280 ../classes/column/custom-field.php:407
 
180
  msgid "Type"
181
  msgstr "Tipo"
182
 
183
- #: ../classes/column.php:1280
184
  msgid "Choose a column type."
185
  msgstr "Escoger un tipo de columna."
186
 
187
- #: ../classes/column.php:1280
188
  msgid "Name"
189
  msgstr ""
190
 
191
- #: ../classes/column.php:1290
192
  msgid "Label"
193
  msgstr "Etiqueta"
194
 
195
- #: ../classes/column.php:1290
196
  msgid "This is the name which will appear as the column header."
197
  msgstr "Este es el nombre que aparecerá como el encabezado de la columna."
198
 
199
- #: ../classes/column.php:1297 ../classes/column/media/width.php:19
200
  msgid "Width"
201
  msgstr "Ancho"
202
 
203
- #: ../classes/column.php:1299
204
  msgid "default"
205
  msgstr "por defecto"
206
 
207
- #: ../classes/column.php:1300
208
  msgid "auto"
209
  msgstr ""
210
 
@@ -241,15 +242,18 @@ msgstr ""
241
  msgid "Use icons instead of text for displaying the actions."
242
  msgstr ""
243
 
244
- #: ../classes/column/actions.php:100 ../classes/column/post/permalink.php:72 ../classes/column/used-by-menu.php:137
 
245
  msgid "Yes"
246
  msgstr ""
247
 
248
- #: ../classes/column/actions.php:104 ../classes/column/post/permalink.php:76 ../classes/column/used-by-menu.php:141
 
249
  msgid "No"
250
  msgstr ""
251
 
252
- #: ../classes/column/comment/ID.php:19 ../classes/column/link/ID.php:19 ../classes/column/media/ID.php:19 ../classes/column/post/ID.php:19
 
253
  msgid "ID"
254
  msgstr "ID"
255
 
@@ -257,7 +261,8 @@ msgstr "ID"
257
  msgid "Agent"
258
  msgstr "Agente"
259
 
260
- #: ../classes/column/comment/approved.php:19 ../classes/column/post/comment-count.php:35
 
261
  msgid "Approved"
262
  msgstr "Aprobado"
263
 
@@ -273,6 +278,10 @@ msgstr "Email del autor"
273
  msgid "Author IP"
274
  msgstr "IP del autor"
275
 
 
 
 
 
276
  #: ../classes/column/comment/author-url.php:19
277
  msgid "Author url"
278
  msgstr "Url del autor"
@@ -285,32 +294,42 @@ msgstr "Autor"
285
  msgid "Date GMT"
286
  msgstr "Fecha GMT"
287
 
288
- #: ../classes/column/comment/date-gmt.php:30 ../classes/column/comment/date.php:30
 
289
  #, php-format
290
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
291
  msgstr "Enviado el <a href=\"%1$s\">%2$s a las %3$s</a>"
292
 
293
- #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98 ../classes/settings.php:318
 
294
  msgid "Date"
295
  msgstr "Fecha"
296
 
297
- #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:315
298
- msgid "Excerpt"
299
- msgstr "Extracto"
 
300
 
301
  #: ../classes/column/comment/reply-to.php:19
302
  msgid "In Reply To"
303
  msgstr "En Respuesta A"
304
 
305
- #: ../classes/column/comment/word-count.php:19 ../classes/column/post/word-count.php:19
 
 
 
 
 
306
  msgid "Word count"
307
  msgstr "Conteo de palabra"
308
 
309
- #: ../classes/column/custom-field.php:23 ../classes/column/custom-field.php:390 ../classes/settings.php:308
 
310
  msgid "Custom Field"
311
  msgstr "Campo Personalizado"
312
 
313
- #: ../classes/column/custom-field.php:94 ../classes/settings.php:313 ../classes/storage_model.php:596
 
314
  msgid "Default"
315
  msgstr "Por Defecto"
316
 
@@ -326,11 +345,18 @@ msgstr "Color"
326
  msgid "Counter"
327
  msgstr "Contador"
328
 
329
- #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:314
 
 
 
 
 
 
330
  msgid "Image"
331
  msgstr "Imagen"
332
 
333
- #: ../classes/column/custom-field.php:101 ../classes/storage_model/media.php:13
 
334
  msgid "Media Library"
335
  msgstr "Librería de Media"
336
 
@@ -375,7 +401,9 @@ msgstr "Tipo de Campo"
375
  msgid "This will determine how the value will be displayed."
376
  msgstr "Esto determinará cómo el valor se mostrará."
377
 
378
- #: ../classes/column/link/description.php:19 ../classes/column/media/description.php:19 ../classes/column/user/description.php:19
 
 
379
  msgid "Description"
380
  msgstr "Decripción"
381
 
@@ -415,7 +443,8 @@ msgstr "Tamaños Disponibles"
415
  msgid "full size"
416
  msgstr "tamaño completo"
417
 
418
- #: ../classes/column/media/caption.php:19 ../classes/column/media/exif-data.php:41
 
419
  msgid "Caption"
420
  msgstr "Caption"
421
 
@@ -471,7 +500,8 @@ msgstr "Nombre de archivo"
471
  msgid "File size"
472
  msgstr "Tamaño de archivo"
473
 
474
- #: ../classes/column/media/full-path.php:19 ../classes/column/media/full-path.php:92
 
475
  msgid "Full path"
476
  msgstr "Camino completo"
477
 
@@ -531,11 +561,13 @@ msgstr "Pendiente"
531
  msgid "Spam"
532
  msgstr "Spam"
533
 
534
- #: ../classes/column/post/comment-count.php:38 ../classes/column/post/status.php:35
 
535
  msgid "Trash"
536
  msgstr "Papelera"
537
 
538
- #: ../classes/column/post/comment-count.php:99 ../classes/column/post/comment-status.php:20
 
539
  msgid "Comment status"
540
  msgstr "Estado del comentario"
541
 
@@ -543,10 +575,6 @@ msgstr "Estado del comentario"
543
  msgid "Select which comment status you like to display."
544
  msgstr "Seleccionar cuál estado de comentario desea mostrar."
545
 
546
- #: ../classes/column/post/content.php:19
547
- msgid "Content"
548
- msgstr ""
549
-
550
  #: ../classes/column/post/date-published.php:17
551
  msgid "Date Published"
552
  msgstr ""
@@ -711,7 +739,7 @@ msgstr "Apellido"
711
  msgid "Post Count"
712
  msgstr "Cantidad de Post"
713
 
714
- #: ../classes/column/user/post-count.php:102
715
  msgid "Post Type"
716
  msgstr "Tipo de Post"
717
 
@@ -727,6 +755,63 @@ msgstr ""
727
  msgid "Url"
728
  msgstr "Url"
729
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
730
  #: ../classes/settings.php:112
731
  msgid "Add-on successfully activated."
732
  msgstr "Add-on activado satisfactoriamente."
@@ -739,10 +824,6 @@ msgstr "Add-on desactivado satisfactoriamente."
739
  msgid "Admin Columns Settings"
740
  msgstr "Ajustes de Admin Columns"
741
 
742
- #: ../classes/settings.php:170 ../classes/settings.php:589 ../classes/upgrade.php:135
743
- msgid "Admin Columns"
744
- msgstr "Admin Columns"
745
-
746
  #: ../classes/settings.php:220
747
  #, php-format
748
  msgid "%s column is already present and can not be duplicated."
@@ -986,7 +1067,7 @@ msgstr "Otros"
986
  msgid "Taxonomies"
987
  msgstr "Taxonomías"
988
 
989
- #: ../classes/settings.php:590 ../codepress-admin-columns.php:375
990
  msgid "Settings"
991
  msgstr "Ajustes"
992
 
@@ -1176,10 +1257,6 @@ msgstr ""
1176
  msgid "Users"
1177
  msgstr "Usuarios"
1178
 
1179
- #: ../classes/storage_model/user.php:14
1180
- msgid "User"
1181
- msgstr ""
1182
-
1183
  #: ../classes/upgrade.php:62
1184
  msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
1185
  msgstr ""
@@ -1236,10 +1313,6 @@ msgstr "Error"
1236
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1237
  msgstr "Lo sentimos. Algo salió mal durante el proceso de actualización. Por favor, reporte esto en el foro de soporte."
1238
 
1239
- #: ../codepress-admin-columns.php:34
1240
- msgid "No textdomain"
1241
- msgstr ""
1242
-
1243
- #: ../codepress-admin-columns.php:442
1244
  msgid "Edit columns"
1245
  msgstr "Editar columnas"
5
  msgstr ""
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
+ "POT-Creation-Date: 2015-04-29 13:58+0100\n"
9
+ "PO-Revision-Date: 2015-06-26 13:25+0100\n"
10
  "Last-Translator: Codepress <info@codepress.nl>\n"
11
  "Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/admin-columns/language/es_ES/)\n"
12
  "MIME-Version: 1.0\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Language: es_ES\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "X-Generator: Poedit 1.8.1\n"
18
  "X-Poedit-Basepath: .\n"
19
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c\n"
20
  "X-Poedit-SourceCharset: UTF-8\n"
47
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
48
  msgstr ""
49
 
50
+ #: ../classes/column.php:597
51
  msgid "Thumbnail"
52
  msgstr "Miniatura"
53
 
54
+ #: ../classes/column.php:598
55
  msgid "Medium"
56
  msgstr "Medio"
57
 
58
+ #: ../classes/column.php:599
59
  msgid "Large"
60
  msgstr "Largo"
61
 
62
+ #: ../classes/column.php:600
63
  msgid "Full"
64
  msgstr "Completo"
65
 
66
+ #: ../classes/column.php:1041
67
  msgid "Date Format"
68
  msgstr "Formato de Fecha"
69
 
70
+ #: ../classes/column.php:1042
71
  msgid "This will determine how the date will be displayed."
72
  msgstr "Esto determinará cómo la fecha se mostrará."
73
 
74
+ #: ../classes/column.php:1048
75
  msgid "Example:"
76
  msgstr "Ejemplo:"
77
 
78
+ #: ../classes/column.php:1050
79
  #, php-format
80
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
81
  msgstr "Dejar en blanco para formato de fecha de WordPress, cambie su <a href=\"%s\">formato de fecha por defecto aquí</a>."
82
 
83
+ #: ../classes/column.php:1051
84
  msgid "Documentation on date and time formatting."
85
  msgstr "Documentación en formato de fecha y hora."
86
 
87
+ #: ../classes/column.php:1065
88
  msgid "Excerpt length"
89
  msgstr "Tamaño de extracto"
90
 
91
+ #: ../classes/column.php:1066
92
  msgid "Number of words"
93
  msgstr "Número de palabras"
94
 
95
+ #: ../classes/column.php:1084
96
  msgid "Preview size"
97
  msgstr "Tamaño de vista previa"
98
 
99
+ #: ../classes/column.php:1101 ../classes/storage_model.php:595
100
  msgid "Custom"
101
  msgstr "Personalizado"
102
 
103
+ #: ../classes/column.php:1104 ../classes/column.php:1251
104
  msgid "width"
105
  msgstr "ancho"
106
 
107
+ #: ../classes/column.php:1107
108
  msgid "height"
109
  msgstr "largo"
110
 
111
+ #: ../classes/column.php:1119
112
  msgid "Before"
113
  msgstr "Antes"
114
 
115
+ #: ../classes/column.php:1119
116
  msgid "This text will appear before the custom field value."
117
  msgstr "Este texto aparecerá antes del valor del campo personalizado."
118
 
119
+ #: ../classes/column.php:1120
120
  msgid "After"
121
  msgstr "Después"
122
 
123
+ #: ../classes/column.php:1120
124
  msgid "This text will appear after the custom field value."
125
  msgstr "Este texto aparecerá después del valor del campo personalizado."
126
 
127
+ #: ../classes/column.php:1129
128
  msgid "Display Name"
129
  msgstr "Nombre a Mostrar"
130
 
131
+ #: ../classes/column.php:1130
132
  msgid "First Name"
133
  msgstr "Primer Nombre"
134
 
135
+ #: ../classes/column.php:1131
136
  msgid "Last Name"
137
  msgstr "Apellido"
138
 
139
+ #: ../classes/column.php:1132 ../classes/column/user/nickname.php:19
140
  msgid "Nickname"
141
  msgstr "Alias"
142
 
143
+ #: ../classes/column.php:1133
144
  msgid "User Login"
145
  msgstr "Nombre de Usuario"
146
 
147
+ #: ../classes/column.php:1134
148
  msgid "User Email"
149
  msgstr "Email de Usuario"
150
 
151
+ #: ../classes/column.php:1135 ../classes/column/user/ID.php:19
152
  msgid "User ID"
153
  msgstr "ID de Usuario"
154
 
155
+ #: ../classes/column.php:1136
156
  msgid "First and Last Name"
157
  msgstr "Primer Nombre y Apellido"
158
 
159
+ #: ../classes/column.php:1139
160
  msgid "Display format"
161
  msgstr ""
162
 
163
+ #: ../classes/column.php:1139
164
  msgid "This is the format of the author name."
165
  msgstr "Esto es el formato del nombre del autor."
166
 
167
+ #: ../classes/column.php:1273
168
  msgid "Edit"
169
  msgstr "Editar"
170
 
171
+ #: ../classes/column.php:1275 ../classes/column.php:1367
172
  msgid "Clone"
173
  msgstr ""
174
 
175
+ #: ../classes/column.php:1277 ../classes/column.php:1369
176
  msgid "Remove"
177
  msgstr "Borrar"
178
 
179
+ #: ../classes/column.php:1295 ../classes/column/comment/type.php:13
180
+ #: ../classes/column/custom-field.php:407
181
  msgid "Type"
182
  msgstr "Tipo"
183
 
184
+ #: ../classes/column.php:1295
185
  msgid "Choose a column type."
186
  msgstr "Escoger un tipo de columna."
187
 
188
+ #: ../classes/column.php:1295
189
  msgid "Name"
190
  msgstr ""
191
 
192
+ #: ../classes/column.php:1305
193
  msgid "Label"
194
  msgstr "Etiqueta"
195
 
196
+ #: ../classes/column.php:1305
197
  msgid "This is the name which will appear as the column header."
198
  msgstr "Este es el nombre que aparecerá como el encabezado de la columna."
199
 
200
+ #: ../classes/column.php:1312 ../classes/column/media/width.php:19
201
  msgid "Width"
202
  msgstr "Ancho"
203
 
204
+ #: ../classes/column.php:1314
205
  msgid "default"
206
  msgstr "por defecto"
207
 
208
+ #: ../classes/column.php:1315
209
  msgid "auto"
210
  msgstr ""
211
 
242
  msgid "Use icons instead of text for displaying the actions."
243
  msgstr ""
244
 
245
+ #: ../classes/column/actions.php:100 ../classes/column/post/permalink.php:72
246
+ #: ../classes/column/used-by-menu.php:137
247
  msgid "Yes"
248
  msgstr ""
249
 
250
+ #: ../classes/column/actions.php:104 ../classes/column/post/permalink.php:76
251
+ #: ../classes/column/used-by-menu.php:141
252
  msgid "No"
253
  msgstr ""
254
 
255
+ #: ../classes/column/comment/ID.php:19 ../classes/column/link/ID.php:19
256
+ #: ../classes/column/media/ID.php:19 ../classes/column/post/ID.php:19
257
  msgid "ID"
258
  msgstr "ID"
259
 
261
  msgid "Agent"
262
  msgstr "Agente"
263
 
264
+ #: ../classes/column/comment/approved.php:19
265
+ #: ../classes/column/post/comment-count.php:35
266
  msgid "Approved"
267
  msgstr "Aprobado"
268
 
278
  msgid "Author IP"
279
  msgstr "IP del autor"
280
 
281
+ #: ../classes/column/comment/author-name.php:12
282
+ msgid "Author name"
283
+ msgstr ""
284
+
285
  #: ../classes/column/comment/author-url.php:19
286
  msgid "Author url"
287
  msgstr "Url del autor"
294
  msgid "Date GMT"
295
  msgstr "Fecha GMT"
296
 
297
+ #: ../classes/column/comment/date-gmt.php:30
298
+ #: ../classes/column/comment/date.php:30
299
  #, php-format
300
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
301
  msgstr "Enviado el <a href=\"%1$s\">%2$s a las %3$s</a>"
302
 
303
+ #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98
304
+ #: ../classes/settings.php:318
305
  msgid "Date"
306
  msgstr "Fecha"
307
 
308
+ #: ../classes/column/comment/excerpt.php:19
309
+ #: ../classes/column/post/content.php:19
310
+ msgid "Content"
311
+ msgstr ""
312
 
313
  #: ../classes/column/comment/reply-to.php:19
314
  msgid "In Reply To"
315
  msgstr "En Respuesta A"
316
 
317
+ #: ../classes/column/comment/user.php:11 ../classes/storage_model/user.php:14
318
+ msgid "User"
319
+ msgstr ""
320
+
321
+ #: ../classes/column/comment/word-count.php:19
322
+ #: ../classes/column/post/word-count.php:19
323
  msgid "Word count"
324
  msgstr "Conteo de palabra"
325
 
326
+ #: ../classes/column/custom-field.php:23
327
+ #: ../classes/column/custom-field.php:390 ../classes/settings.php:308
328
  msgid "Custom Field"
329
  msgstr "Campo Personalizado"
330
 
331
+ #: ../classes/column/custom-field.php:94 ../classes/settings.php:313
332
+ #: ../classes/storage_model.php:596
333
  msgid "Default"
334
  msgstr "Por Defecto"
335
 
345
  msgid "Counter"
346
  msgstr "Contador"
347
 
348
+ #: ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19
349
+ #: ../classes/settings.php:315
350
+ msgid "Excerpt"
351
+ msgstr "Extracto"
352
+
353
+ #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19
354
+ #: ../classes/settings.php:314
355
  msgid "Image"
356
  msgstr "Imagen"
357
 
358
+ #: ../classes/column/custom-field.php:101
359
+ #: ../classes/storage_model/media.php:13
360
  msgid "Media Library"
361
  msgstr "Librería de Media"
362
 
401
  msgid "This will determine how the value will be displayed."
402
  msgstr "Esto determinará cómo el valor se mostrará."
403
 
404
+ #: ../classes/column/link/description.php:19
405
+ #: ../classes/column/media/description.php:19
406
+ #: ../classes/column/user/description.php:19
407
  msgid "Description"
408
  msgstr "Decripción"
409
 
443
  msgid "full size"
444
  msgstr "tamaño completo"
445
 
446
+ #: ../classes/column/media/caption.php:19
447
+ #: ../classes/column/media/exif-data.php:41
448
  msgid "Caption"
449
  msgstr "Caption"
450
 
500
  msgid "File size"
501
  msgstr "Tamaño de archivo"
502
 
503
+ #: ../classes/column/media/full-path.php:19
504
+ #: ../classes/column/media/full-path.php:92
505
  msgid "Full path"
506
  msgstr "Camino completo"
507
 
561
  msgid "Spam"
562
  msgstr "Spam"
563
 
564
+ #: ../classes/column/post/comment-count.php:38
565
+ #: ../classes/column/post/status.php:35
566
  msgid "Trash"
567
  msgstr "Papelera"
568
 
569
+ #: ../classes/column/post/comment-count.php:99
570
+ #: ../classes/column/post/comment-status.php:20
571
  msgid "Comment status"
572
  msgstr "Estado del comentario"
573
 
575
  msgid "Select which comment status you like to display."
576
  msgstr "Seleccionar cuál estado de comentario desea mostrar."
577
 
 
 
 
 
578
  #: ../classes/column/post/date-published.php:17
579
  msgid "Date Published"
580
  msgstr ""
739
  msgid "Post Count"
740
  msgstr "Cantidad de Post"
741
 
742
+ #: ../classes/column/user/post-count.php:89
743
  msgid "Post Type"
744
  msgstr "Tipo de Post"
745
 
755
  msgid "Url"
756
  msgstr "Url"
757
 
758
+ #: ../classes/review_notice.php:55 ../classes/settings.php:170
759
+ #: ../classes/settings.php:589 ../classes/upgrade.php:135
760
+ msgid "Admin Columns"
761
+ msgstr "Admin Columns"
762
+
763
+ #: ../classes/review_notice.php:58
764
+ msgid "Admin Columns Pro"
765
+ msgstr ""
766
+
767
+ #: ../classes/review_notice.php:65
768
+ #, php-format
769
+ msgid "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy with %s, please %s."
770
+ msgstr ""
771
+
772
+ #: ../classes/review_notice.php:68
773
+ msgid "click here"
774
+ msgstr ""
775
+
776
+ #: ../classes/review_notice.php:72
777
+ msgid "Leave a review!"
778
+ msgstr ""
779
+
780
+ #: ../classes/review_notice.php:73
781
+ msgid "Permanently hide notice"
782
+ msgstr ""
783
+
784
+ #: ../classes/review_notice.php:80
785
+ #, php-format
786
+ msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
787
+ msgstr ""
788
+
789
+ #: ../classes/review_notice.php:82
790
+ msgid "documentation page"
791
+ msgstr ""
792
+
793
+ #: ../classes/review_notice.php:86
794
+ #, php-format
795
+ msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
796
+ msgstr ""
797
+
798
+ #: ../classes/review_notice.php:87
799
+ msgid "our forums"
800
+ msgstr ""
801
+
802
+ #: ../classes/review_notice.php:91
803
+ #, php-format
804
+ msgid "You can also find help on the %s, and %s."
805
+ msgstr ""
806
+
807
+ #: ../classes/review_notice.php:92
808
+ msgid "Admin Columns forums on WordPress.org"
809
+ msgstr ""
810
+
811
+ #: ../classes/review_notice.php:93
812
+ msgid "find answers to some frequently asked questions"
813
+ msgstr ""
814
+
815
  #: ../classes/settings.php:112
816
  msgid "Add-on successfully activated."
817
  msgstr "Add-on activado satisfactoriamente."
824
  msgid "Admin Columns Settings"
825
  msgstr "Ajustes de Admin Columns"
826
 
 
 
 
 
827
  #: ../classes/settings.php:220
828
  #, php-format
829
  msgid "%s column is already present and can not be duplicated."
1067
  msgid "Taxonomies"
1068
  msgstr "Taxonomías"
1069
 
1070
+ #: ../classes/settings.php:590 ../codepress-admin-columns.php:377
1071
  msgid "Settings"
1072
  msgstr "Ajustes"
1073
 
1257
  msgid "Users"
1258
  msgstr "Usuarios"
1259
 
 
 
 
 
1260
  #: ../classes/upgrade.php:62
1261
  msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
1262
  msgstr ""
1313
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1314
  msgstr "Lo sentimos. Algo salió mal durante el proceso de actualización. Por favor, reporte esto en el foro de soporte."
1315
 
1316
+ #: ../codepress-admin-columns.php:444
 
 
 
 
1317
  msgid "Edit columns"
1318
  msgstr "Editar columnas"
languages/cpac-fa_IR.mo CHANGED
Binary file
languages/cpac-fa_IR.po CHANGED
@@ -5,8 +5,8 @@ msgid ""
5
  msgstr ""
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
- "POT-Creation-Date: 2015-04-09 18:01+0100\n"
9
- "PO-Revision-Date: 2015-04-09 18:12+0100\n"
10
  "Last-Translator: Codepress <info@codepress.nl>\n"
11
  "Language-Team: Persian (http://www.transifex.com/projects/p/admin-columns/language/fa/)\n"
12
  "MIME-Version: 1.0\n"
@@ -14,7 +14,7 @@ msgstr ""
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Language: fa\n"
16
  "Plural-Forms: nplurals=1; plural=0;\n"
17
- "X-Generator: Poedit 1.7.5\n"
18
  "X-Poedit-Basepath: .\n"
19
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c\n"
20
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -47,164 +47,164 @@ msgstr ""
47
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
48
  msgstr ""
49
 
50
- #: ../classes/column.php:582
51
  msgid "Thumbnail"
52
  msgstr "بندانگشتی"
53
 
54
- #: ../classes/column.php:583
55
  msgid "Medium"
56
  msgstr "متوسط"
57
 
58
- #: ../classes/column.php:584
59
  msgid "Large"
60
  msgstr "بزرگ"
61
 
62
- #: ../classes/column.php:585
63
  msgid "Full"
64
  msgstr "کامل"
65
 
66
- #: ../classes/column.php:1026
67
  msgid "Date Format"
68
  msgstr "قابل تاریخ"
69
 
70
- #: ../classes/column.php:1027
71
  msgid "This will determine how the date will be displayed."
72
  msgstr "چگونگی نمایش تاریخ را مشخص می کند."
73
 
74
- #: ../classes/column.php:1033
75
  msgid "Example:"
76
  msgstr "مثال:"
77
 
78
- #: ../classes/column.php:1035
79
  #, php-format
80
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
81
  msgstr "برای استفاده از قالب تاریخ وردپرس خالی بگذارید، یا به <a href=\"%s\">قالب دلخواهی از اینجا</a> تغییر دهید."
82
 
83
- #: ../classes/column.php:1036
84
  msgid "Documentation on date and time formatting."
85
  msgstr "مستندات در باره قالب بندی تاریخ و زمان."
86
 
87
- #: ../classes/column.php:1050
88
  msgid "Excerpt length"
89
  msgstr "طول چکیده"
90
 
91
- #: ../classes/column.php:1051
92
  msgid "Number of words"
93
  msgstr "تعداد کلمات"
94
 
95
- #: ../classes/column.php:1069
96
  msgid "Preview size"
97
  msgstr "اندازه پیش نمایش"
98
 
99
- #: ../classes/column.php:1086 ../classes/storage_model.php:595
100
  msgid "Custom"
101
  msgstr "دلخواه"
102
 
103
- #: ../classes/column.php:1089 ../classes/column.php:1236
104
  msgid "width"
105
  msgstr "عرض"
106
 
107
- #: ../classes/column.php:1092
108
  msgid "height"
109
  msgstr "ارتفاع"
110
 
111
- #: ../classes/column.php:1104
112
  msgid "Before"
113
  msgstr "قبل"
114
 
115
- #: ../classes/column.php:1104
116
  msgid "This text will appear before the custom field value."
117
  msgstr "این متن قبل از مقدار زمینه دلخواه نمایش داده خواهد شد."
118
 
119
- #: ../classes/column.php:1105
120
  msgid "After"
121
  msgstr "بعد"
122
 
123
- #: ../classes/column.php:1105
124
  msgid "This text will appear after the custom field value."
125
  msgstr "این متن بعد از مقدار زمینه دلخواه نمایش داده خواهد شد."
126
 
127
- #: ../classes/column.php:1114
128
  msgid "Display Name"
129
  msgstr "نام عمومی"
130
 
131
- #: ../classes/column.php:1115
132
  msgid "First Name"
133
  msgstr "نام"
134
 
135
- #: ../classes/column.php:1116
136
  msgid "Last Name"
137
  msgstr "نام خانوادگی"
138
 
139
- #: ../classes/column.php:1117 ../classes/column/user/nickname.php:19
140
  msgid "Nickname"
141
  msgstr "لغب"
142
 
143
- #: ../classes/column.php:1118
144
  msgid "User Login"
145
  msgstr "نام کاربری"
146
 
147
- #: ../classes/column.php:1119
148
  msgid "User Email"
149
  msgstr "ایمیل کاربر"
150
 
151
- #: ../classes/column.php:1120 ../classes/column/user/ID.php:19
152
  msgid "User ID"
153
  msgstr "شناسه کاربر"
154
 
155
- #: ../classes/column.php:1121
156
  msgid "First and Last Name"
157
  msgstr "نام و نام خانوادگی"
158
 
159
- #: ../classes/column.php:1124
160
  msgid "Display format"
161
  msgstr ""
162
 
163
- #: ../classes/column.php:1124
164
  msgid "This is the format of the author name."
165
  msgstr "فرمت نمایش نام نویسنده"
166
 
167
- #: ../classes/column.php:1258
168
  msgid "Edit"
169
  msgstr "ویرایش"
170
 
171
- #: ../classes/column.php:1260 ../classes/column.php:1352
172
  msgid "Clone"
173
  msgstr ""
174
 
175
- #: ../classes/column.php:1262 ../classes/column.php:1354
176
  msgid "Remove"
177
  msgstr "حذف"
178
 
179
- #: ../classes/column.php:1280 ../classes/column/custom-field.php:407
180
  msgid "Type"
181
  msgstr "نوع"
182
 
183
- #: ../classes/column.php:1280
184
  msgid "Choose a column type."
185
  msgstr "انتخاب نوع ستون"
186
 
187
- #: ../classes/column.php:1280
188
  msgid "Name"
189
  msgstr ""
190
 
191
- #: ../classes/column.php:1290
192
  msgid "Label"
193
  msgstr "برچسب"
194
 
195
- #: ../classes/column.php:1290
196
  msgid "This is the name which will appear as the column header."
197
  msgstr "این نامی است که در تیتر ستون دیده می شود."
198
 
199
- #: ../classes/column.php:1297 ../classes/column/media/width.php:19
200
  msgid "Width"
201
  msgstr "عرض"
202
 
203
- #: ../classes/column.php:1299
204
  msgid "default"
205
  msgstr "پیش فرض"
206
 
207
- #: ../classes/column.php:1300
208
  msgid "auto"
209
  msgstr ""
210
 
@@ -273,6 +273,10 @@ msgstr "ایمیل نویسنده"
273
  msgid "Author IP"
274
  msgstr "آی پی نویسنده"
275
 
 
 
 
 
276
  #: ../classes/column/comment/author-url.php:19
277
  msgid "Author url"
278
  msgstr "آدرس نویسنده"
@@ -294,14 +298,18 @@ msgstr "ارسالی در <a href=\"%1$s\">%2$s در %3$s</a>"
294
  msgid "Date"
295
  msgstr "تاریخ"
296
 
297
- #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:315
298
- msgid "Excerpt"
299
- msgstr "چکیده"
300
 
301
  #: ../classes/column/comment/reply-to.php:19
302
  msgid "In Reply To"
303
  msgstr "در پاسخ به"
304
 
 
 
 
 
305
  #: ../classes/column/comment/word-count.php:19 ../classes/column/post/word-count.php:19
306
  msgid "Word count"
307
  msgstr "تعداد کلمات"
@@ -326,6 +334,10 @@ msgstr "رنگ"
326
  msgid "Counter"
327
  msgstr "شمارنده"
328
 
 
 
 
 
329
  #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:314
330
  msgid "Image"
331
  msgstr "تصویر"
@@ -543,10 +555,6 @@ msgstr "وضعیت نظر"
543
  msgid "Select which comment status you like to display."
544
  msgstr "مشخص کنید چه نوع نظراتی مایلید نمایش داده شود."
545
 
546
- #: ../classes/column/post/content.php:19
547
- msgid "Content"
548
- msgstr ""
549
-
550
  #: ../classes/column/post/date-published.php:17
551
  msgid "Date Published"
552
  msgstr ""
@@ -709,7 +717,7 @@ msgstr "نام خانوادگی"
709
  msgid "Post Count"
710
  msgstr "تعداد نوشته"
711
 
712
- #: ../classes/column/user/post-count.php:102
713
  msgid "Post Type"
714
  msgstr "نوع نوشته"
715
 
@@ -725,6 +733,64 @@ msgstr ""
725
  msgid "Url"
726
  msgstr "آدرس"
727
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
728
  #: ../classes/settings.php:112
729
  msgid "Add-on successfully activated."
730
  msgstr "افزونه با موفقیت فعال شد"
@@ -737,10 +803,6 @@ msgstr "افزونه با موفقیت غیرفعال شد"
737
  msgid "Admin Columns Settings"
738
  msgstr "تنظیمات ستون ها"
739
 
740
- #: ../classes/settings.php:170 ../classes/settings.php:589 ../classes/upgrade.php:135
741
- msgid "Admin Columns"
742
- msgstr "تنظیمات ستون ها"
743
-
744
  #: ../classes/settings.php:220
745
  #, php-format
746
  msgid "%s column is already present and can not be duplicated."
@@ -986,7 +1048,7 @@ msgstr "دیگر"
986
  msgid "Taxonomies"
987
  msgstr "طبقه بندی ها"
988
 
989
- #: ../classes/settings.php:590 ../codepress-admin-columns.php:375
990
  msgid "Settings"
991
  msgstr "تنظیمات"
992
 
@@ -1176,10 +1238,6 @@ msgstr ""
1176
  msgid "Users"
1177
  msgstr "کاربران"
1178
 
1179
- #: ../classes/storage_model/user.php:14
1180
- msgid "User"
1181
- msgstr ""
1182
-
1183
  #: ../classes/upgrade.php:62
1184
  msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
1185
  msgstr ""
@@ -1236,10 +1294,6 @@ msgstr "خطا"
1236
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1237
  msgstr "متاسفبم. به نظر می آید خطایی در فرایند به روز رسانی رخ داده است. لطفا این مشکل را فروم پشتیبانی ما مطرح کنید."
1238
 
1239
- #: ../codepress-admin-columns.php:34
1240
- msgid "No textdomain"
1241
- msgstr ""
1242
-
1243
- #: ../codepress-admin-columns.php:442
1244
  msgid "Edit columns"
1245
  msgstr "ویرایش ستون ها"
5
  msgstr ""
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
+ "POT-Creation-Date: 2015-04-29 13:58+0100\n"
9
+ "PO-Revision-Date: 2015-06-26 13:25+0100\n"
10
  "Last-Translator: Codepress <info@codepress.nl>\n"
11
  "Language-Team: Persian (http://www.transifex.com/projects/p/admin-columns/language/fa/)\n"
12
  "MIME-Version: 1.0\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Language: fa\n"
16
  "Plural-Forms: nplurals=1; plural=0;\n"
17
+ "X-Generator: Poedit 1.8.1\n"
18
  "X-Poedit-Basepath: .\n"
19
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c\n"
20
  "X-Poedit-SourceCharset: UTF-8\n"
47
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
48
  msgstr ""
49
 
50
+ #: ../classes/column.php:597
51
  msgid "Thumbnail"
52
  msgstr "بندانگشتی"
53
 
54
+ #: ../classes/column.php:598
55
  msgid "Medium"
56
  msgstr "متوسط"
57
 
58
+ #: ../classes/column.php:599
59
  msgid "Large"
60
  msgstr "بزرگ"
61
 
62
+ #: ../classes/column.php:600
63
  msgid "Full"
64
  msgstr "کامل"
65
 
66
+ #: ../classes/column.php:1041
67
  msgid "Date Format"
68
  msgstr "قابل تاریخ"
69
 
70
+ #: ../classes/column.php:1042
71
  msgid "This will determine how the date will be displayed."
72
  msgstr "چگونگی نمایش تاریخ را مشخص می کند."
73
 
74
+ #: ../classes/column.php:1048
75
  msgid "Example:"
76
  msgstr "مثال:"
77
 
78
+ #: ../classes/column.php:1050
79
  #, php-format
80
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
81
  msgstr "برای استفاده از قالب تاریخ وردپرس خالی بگذارید، یا به <a href=\"%s\">قالب دلخواهی از اینجا</a> تغییر دهید."
82
 
83
+ #: ../classes/column.php:1051
84
  msgid "Documentation on date and time formatting."
85
  msgstr "مستندات در باره قالب بندی تاریخ و زمان."
86
 
87
+ #: ../classes/column.php:1065
88
  msgid "Excerpt length"
89
  msgstr "طول چکیده"
90
 
91
+ #: ../classes/column.php:1066
92
  msgid "Number of words"
93
  msgstr "تعداد کلمات"
94
 
95
+ #: ../classes/column.php:1084
96
  msgid "Preview size"
97
  msgstr "اندازه پیش نمایش"
98
 
99
+ #: ../classes/column.php:1101 ../classes/storage_model.php:595
100
  msgid "Custom"
101
  msgstr "دلخواه"
102
 
103
+ #: ../classes/column.php:1104 ../classes/column.php:1251
104
  msgid "width"
105
  msgstr "عرض"
106
 
107
+ #: ../classes/column.php:1107
108
  msgid "height"
109
  msgstr "ارتفاع"
110
 
111
+ #: ../classes/column.php:1119
112
  msgid "Before"
113
  msgstr "قبل"
114
 
115
+ #: ../classes/column.php:1119
116
  msgid "This text will appear before the custom field value."
117
  msgstr "این متن قبل از مقدار زمینه دلخواه نمایش داده خواهد شد."
118
 
119
+ #: ../classes/column.php:1120
120
  msgid "After"
121
  msgstr "بعد"
122
 
123
+ #: ../classes/column.php:1120
124
  msgid "This text will appear after the custom field value."
125
  msgstr "این متن بعد از مقدار زمینه دلخواه نمایش داده خواهد شد."
126
 
127
+ #: ../classes/column.php:1129
128
  msgid "Display Name"
129
  msgstr "نام عمومی"
130
 
131
+ #: ../classes/column.php:1130
132
  msgid "First Name"
133
  msgstr "نام"
134
 
135
+ #: ../classes/column.php:1131
136
  msgid "Last Name"
137
  msgstr "نام خانوادگی"
138
 
139
+ #: ../classes/column.php:1132 ../classes/column/user/nickname.php:19
140
  msgid "Nickname"
141
  msgstr "لغب"
142
 
143
+ #: ../classes/column.php:1133
144
  msgid "User Login"
145
  msgstr "نام کاربری"
146
 
147
+ #: ../classes/column.php:1134
148
  msgid "User Email"
149
  msgstr "ایمیل کاربر"
150
 
151
+ #: ../classes/column.php:1135 ../classes/column/user/ID.php:19
152
  msgid "User ID"
153
  msgstr "شناسه کاربر"
154
 
155
+ #: ../classes/column.php:1136
156
  msgid "First and Last Name"
157
  msgstr "نام و نام خانوادگی"
158
 
159
+ #: ../classes/column.php:1139
160
  msgid "Display format"
161
  msgstr ""
162
 
163
+ #: ../classes/column.php:1139
164
  msgid "This is the format of the author name."
165
  msgstr "فرمت نمایش نام نویسنده"
166
 
167
+ #: ../classes/column.php:1273
168
  msgid "Edit"
169
  msgstr "ویرایش"
170
 
171
+ #: ../classes/column.php:1275 ../classes/column.php:1367
172
  msgid "Clone"
173
  msgstr ""
174
 
175
+ #: ../classes/column.php:1277 ../classes/column.php:1369
176
  msgid "Remove"
177
  msgstr "حذف"
178
 
179
+ #: ../classes/column.php:1295 ../classes/column/comment/type.php:13 ../classes/column/custom-field.php:407
180
  msgid "Type"
181
  msgstr "نوع"
182
 
183
+ #: ../classes/column.php:1295
184
  msgid "Choose a column type."
185
  msgstr "انتخاب نوع ستون"
186
 
187
+ #: ../classes/column.php:1295
188
  msgid "Name"
189
  msgstr ""
190
 
191
+ #: ../classes/column.php:1305
192
  msgid "Label"
193
  msgstr "برچسب"
194
 
195
+ #: ../classes/column.php:1305
196
  msgid "This is the name which will appear as the column header."
197
  msgstr "این نامی است که در تیتر ستون دیده می شود."
198
 
199
+ #: ../classes/column.php:1312 ../classes/column/media/width.php:19
200
  msgid "Width"
201
  msgstr "عرض"
202
 
203
+ #: ../classes/column.php:1314
204
  msgid "default"
205
  msgstr "پیش فرض"
206
 
207
+ #: ../classes/column.php:1315
208
  msgid "auto"
209
  msgstr ""
210
 
273
  msgid "Author IP"
274
  msgstr "آی پی نویسنده"
275
 
276
+ #: ../classes/column/comment/author-name.php:12
277
+ msgid "Author name"
278
+ msgstr ""
279
+
280
  #: ../classes/column/comment/author-url.php:19
281
  msgid "Author url"
282
  msgstr "آدرس نویسنده"
298
  msgid "Date"
299
  msgstr "تاریخ"
300
 
301
+ #: ../classes/column/comment/excerpt.php:19 ../classes/column/post/content.php:19
302
+ msgid "Content"
303
+ msgstr ""
304
 
305
  #: ../classes/column/comment/reply-to.php:19
306
  msgid "In Reply To"
307
  msgstr "در پاسخ به"
308
 
309
+ #: ../classes/column/comment/user.php:11 ../classes/storage_model/user.php:14
310
+ msgid "User"
311
+ msgstr ""
312
+
313
  #: ../classes/column/comment/word-count.php:19 ../classes/column/post/word-count.php:19
314
  msgid "Word count"
315
  msgstr "تعداد کلمات"
334
  msgid "Counter"
335
  msgstr "شمارنده"
336
 
337
+ #: ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:315
338
+ msgid "Excerpt"
339
+ msgstr "چکیده"
340
+
341
  #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:314
342
  msgid "Image"
343
  msgstr "تصویر"
555
  msgid "Select which comment status you like to display."
556
  msgstr "مشخص کنید چه نوع نظراتی مایلید نمایش داده شود."
557
 
 
 
 
 
558
  #: ../classes/column/post/date-published.php:17
559
  msgid "Date Published"
560
  msgstr ""
717
  msgid "Post Count"
718
  msgstr "تعداد نوشته"
719
 
720
+ #: ../classes/column/user/post-count.php:89
721
  msgid "Post Type"
722
  msgstr "نوع نوشته"
723
 
733
  msgid "Url"
734
  msgstr "آدرس"
735
 
736
+ #: ../classes/review_notice.php:55 ../classes/settings.php:170 ../classes/settings.php:589 ../classes/upgrade.php:135
737
+ msgid "Admin Columns"
738
+ msgstr "تنظیمات ستون ها"
739
+
740
+ #: ../classes/review_notice.php:58
741
+ msgid "Admin Columns Pro"
742
+ msgstr ""
743
+
744
+ #: ../classes/review_notice.php:65
745
+ #, php-format
746
+ msgid ""
747
+ "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If "
748
+ "you're not happy with %s, please %s."
749
+ msgstr ""
750
+
751
+ #: ../classes/review_notice.php:68
752
+ msgid "click here"
753
+ msgstr ""
754
+
755
+ #: ../classes/review_notice.php:72
756
+ msgid "Leave a review!"
757
+ msgstr ""
758
+
759
+ #: ../classes/review_notice.php:73
760
+ msgid "Permanently hide notice"
761
+ msgstr ""
762
+
763
+ #: ../classes/review_notice.php:80
764
+ #, php-format
765
+ msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
766
+ msgstr ""
767
+
768
+ #: ../classes/review_notice.php:82
769
+ msgid "documentation page"
770
+ msgstr ""
771
+
772
+ #: ../classes/review_notice.php:86
773
+ #, php-format
774
+ msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
775
+ msgstr ""
776
+
777
+ #: ../classes/review_notice.php:87
778
+ msgid "our forums"
779
+ msgstr ""
780
+
781
+ #: ../classes/review_notice.php:91
782
+ #, php-format
783
+ msgid "You can also find help on the %s, and %s."
784
+ msgstr ""
785
+
786
+ #: ../classes/review_notice.php:92
787
+ msgid "Admin Columns forums on WordPress.org"
788
+ msgstr ""
789
+
790
+ #: ../classes/review_notice.php:93
791
+ msgid "find answers to some frequently asked questions"
792
+ msgstr ""
793
+
794
  #: ../classes/settings.php:112
795
  msgid "Add-on successfully activated."
796
  msgstr "افزونه با موفقیت فعال شد"
803
  msgid "Admin Columns Settings"
804
  msgstr "تنظیمات ستون ها"
805
 
 
 
 
 
806
  #: ../classes/settings.php:220
807
  #, php-format
808
  msgid "%s column is already present and can not be duplicated."
1048
  msgid "Taxonomies"
1049
  msgstr "طبقه بندی ها"
1050
 
1051
+ #: ../classes/settings.php:590 ../codepress-admin-columns.php:377
1052
  msgid "Settings"
1053
  msgstr "تنظیمات"
1054
 
1238
  msgid "Users"
1239
  msgstr "کاربران"
1240
 
 
 
 
 
1241
  #: ../classes/upgrade.php:62
1242
  msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
1243
  msgstr ""
1294
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1295
  msgstr "متاسفبم. به نظر می آید خطایی در فرایند به روز رسانی رخ داده است. لطفا این مشکل را فروم پشتیبانی ما مطرح کنید."
1296
 
1297
+ #: ../codepress-admin-columns.php:444
 
 
 
 
1298
  msgid "Edit columns"
1299
  msgstr "ویرایش ستون ها"
languages/cpac-fr_FR.mo CHANGED
Binary file
languages/cpac-fr_FR.po CHANGED
@@ -11,8 +11,8 @@ msgid ""
11
  msgstr ""
12
  "Project-Id-Version: Admin Columns\n"
13
  "Report-Msgid-Bugs-To: \n"
14
- "POT-Creation-Date: 2015-04-09 18:01+0100\n"
15
- "PO-Revision-Date: 2015-04-09 18:12+0100\n"
16
  "Last-Translator: Codepress <info@codepress.nl>\n"
17
  "Language-Team: French (France) (http://www.transifex.com/projects/p/admin-columns/language/fr_FR/)\n"
18
  "MIME-Version: 1.0\n"
@@ -20,7 +20,7 @@ msgstr ""
20
  "Content-Transfer-Encoding: 8bit\n"
21
  "Language: fr_FR\n"
22
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
23
- "X-Generator: Poedit 1.7.5\n"
24
  "X-Poedit-Basepath: .\n"
25
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c\n"
26
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -53,164 +53,165 @@ msgstr ""
53
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
54
  msgstr ""
55
 
56
- #: ../classes/column.php:582
57
  msgid "Thumbnail"
58
  msgstr "Vignette"
59
 
60
- #: ../classes/column.php:583
61
  msgid "Medium"
62
  msgstr "Moyen"
63
 
64
- #: ../classes/column.php:584
65
  msgid "Large"
66
  msgstr "Large"
67
 
68
- #: ../classes/column.php:585
69
  msgid "Full"
70
  msgstr "Pleine taille"
71
 
72
- #: ../classes/column.php:1026
73
  msgid "Date Format"
74
  msgstr "Format de date"
75
 
76
- #: ../classes/column.php:1027
77
  msgid "This will determine how the date will be displayed."
78
  msgstr "Ceci déterminera l'affichage de la date."
79
 
80
- #: ../classes/column.php:1033
81
  msgid "Example:"
82
  msgstr "Exemple :"
83
 
84
- #: ../classes/column.php:1035
85
  #, php-format
86
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
87
  msgstr "Laisser vide pour utiliser le format spécifié par WordPress, modifier votre <a href=\"%s\">votre format de date par défaut ici</a>."
88
 
89
- #: ../classes/column.php:1036
90
  msgid "Documentation on date and time formatting."
91
  msgstr "Documentation sur le formatage de la date et du temps."
92
 
93
- #: ../classes/column.php:1050
94
  msgid "Excerpt length"
95
  msgstr "Longueur de l'extrait"
96
 
97
- #: ../classes/column.php:1051
98
  msgid "Number of words"
99
  msgstr "Nombre de mots"
100
 
101
- #: ../classes/column.php:1069
102
  msgid "Preview size"
103
  msgstr "Taille de prévisualisation"
104
 
105
- #: ../classes/column.php:1086 ../classes/storage_model.php:595
106
  msgid "Custom"
107
  msgstr "Personnalisé"
108
 
109
- #: ../classes/column.php:1089 ../classes/column.php:1236
110
  msgid "width"
111
  msgstr "largeur"
112
 
113
- #: ../classes/column.php:1092
114
  msgid "height"
115
  msgstr "hauteur"
116
 
117
- #: ../classes/column.php:1104
118
  msgid "Before"
119
  msgstr "Avant"
120
 
121
- #: ../classes/column.php:1104
122
  msgid "This text will appear before the custom field value."
123
  msgstr "Ce texte apparaîtra avant la valeur du champ personnalisé."
124
 
125
- #: ../classes/column.php:1105
126
  msgid "After"
127
  msgstr "Après"
128
 
129
- #: ../classes/column.php:1105
130
  msgid "This text will appear after the custom field value."
131
  msgstr "Ce texte apparaîtra après la valeur du champ personnalisé."
132
 
133
- #: ../classes/column.php:1114
134
  msgid "Display Name"
135
  msgstr "Afficher nom"
136
 
137
- #: ../classes/column.php:1115
138
  msgid "First Name"
139
  msgstr "Nom"
140
 
141
- #: ../classes/column.php:1116
142
  msgid "Last Name"
143
  msgstr "Prénom"
144
 
145
- #: ../classes/column.php:1117 ../classes/column/user/nickname.php:19
146
  msgid "Nickname"
147
  msgstr "Surnom"
148
 
149
- #: ../classes/column.php:1118
150
  msgid "User Login"
151
  msgstr "Nom d'utilisateur"
152
 
153
- #: ../classes/column.php:1119
154
  msgid "User Email"
155
  msgstr "E-mail"
156
 
157
- #: ../classes/column.php:1120 ../classes/column/user/ID.php:19
158
  msgid "User ID"
159
  msgstr "ID utilisateur"
160
 
161
- #: ../classes/column.php:1121
162
  msgid "First and Last Name"
163
  msgstr "Nom et prénom"
164
 
165
- #: ../classes/column.php:1124
166
  msgid "Display format"
167
  msgstr ""
168
 
169
- #: ../classes/column.php:1124
170
  msgid "This is the format of the author name."
171
  msgstr "Ceci est le format du nom de l'auteur"
172
 
173
- #: ../classes/column.php:1258
174
  msgid "Edit"
175
  msgstr "Modifier"
176
 
177
- #: ../classes/column.php:1260 ../classes/column.php:1352
178
  msgid "Clone"
179
  msgstr ""
180
 
181
- #: ../classes/column.php:1262 ../classes/column.php:1354
182
  msgid "Remove"
183
  msgstr "Retirer"
184
 
185
- #: ../classes/column.php:1280 ../classes/column/custom-field.php:407
 
186
  msgid "Type"
187
  msgstr "Type"
188
 
189
- #: ../classes/column.php:1280
190
  msgid "Choose a column type."
191
  msgstr "Choisissez le type de colonne."
192
 
193
- #: ../classes/column.php:1280
194
  msgid "Name"
195
  msgstr ""
196
 
197
- #: ../classes/column.php:1290
198
  msgid "Label"
199
  msgstr "Libellé"
200
 
201
- #: ../classes/column.php:1290
202
  msgid "This is the name which will appear as the column header."
203
  msgstr "Ceci est le nom qui apparaitra comme l'entête de colonne."
204
 
205
- #: ../classes/column.php:1297 ../classes/column/media/width.php:19
206
  msgid "Width"
207
  msgstr "Largeur"
208
 
209
- #: ../classes/column.php:1299
210
  msgid "default"
211
  msgstr "Par défaut"
212
 
213
- #: ../classes/column.php:1300
214
  msgid "auto"
215
  msgstr ""
216
 
@@ -247,15 +248,18 @@ msgstr ""
247
  msgid "Use icons instead of text for displaying the actions."
248
  msgstr ""
249
 
250
- #: ../classes/column/actions.php:100 ../classes/column/post/permalink.php:72 ../classes/column/used-by-menu.php:137
 
251
  msgid "Yes"
252
  msgstr ""
253
 
254
- #: ../classes/column/actions.php:104 ../classes/column/post/permalink.php:76 ../classes/column/used-by-menu.php:141
 
255
  msgid "No"
256
  msgstr ""
257
 
258
- #: ../classes/column/comment/ID.php:19 ../classes/column/link/ID.php:19 ../classes/column/media/ID.php:19 ../classes/column/post/ID.php:19
 
259
  msgid "ID"
260
  msgstr "ID"
261
 
@@ -263,7 +267,8 @@ msgstr "ID"
263
  msgid "Agent"
264
  msgstr "Agent"
265
 
266
- #: ../classes/column/comment/approved.php:19 ../classes/column/post/comment-count.php:35
 
267
  msgid "Approved"
268
  msgstr "Approuvé"
269
 
@@ -279,6 +284,10 @@ msgstr "Courriel de l'auteur"
279
  msgid "Author IP"
280
  msgstr "IP de l'auteur"
281
 
 
 
 
 
282
  #: ../classes/column/comment/author-url.php:19
283
  msgid "Author url"
284
  msgstr "URL de l'auteur"
@@ -291,32 +300,42 @@ msgstr "Auteur"
291
  msgid "Date GMT"
292
  msgstr "Date GMT"
293
 
294
- #: ../classes/column/comment/date-gmt.php:30 ../classes/column/comment/date.php:30
 
295
  #, php-format
296
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
297
  msgstr "Soumis le<a href=\"%1$s\">%2$s à %3$s</a>"
298
 
299
- #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98 ../classes/settings.php:318
 
300
  msgid "Date"
301
  msgstr "Date"
302
 
303
- #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:315
304
- msgid "Excerpt"
305
- msgstr "Extrait"
 
306
 
307
  #: ../classes/column/comment/reply-to.php:19
308
  msgid "In Reply To"
309
  msgstr "En réponse à"
310
 
311
- #: ../classes/column/comment/word-count.php:19 ../classes/column/post/word-count.php:19
 
 
 
 
 
312
  msgid "Word count"
313
  msgstr "Nombre de mots"
314
 
315
- #: ../classes/column/custom-field.php:23 ../classes/column/custom-field.php:390 ../classes/settings.php:308
 
316
  msgid "Custom Field"
317
  msgstr "Champ personnalisé"
318
 
319
- #: ../classes/column/custom-field.php:94 ../classes/settings.php:313 ../classes/storage_model.php:596
 
320
  msgid "Default"
321
  msgstr "Par défaut"
322
 
@@ -332,11 +351,18 @@ msgstr "Couleur"
332
  msgid "Counter"
333
  msgstr "Compteur"
334
 
335
- #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:314
 
 
 
 
 
 
336
  msgid "Image"
337
  msgstr "Image"
338
 
339
- #: ../classes/column/custom-field.php:101 ../classes/storage_model/media.php:13
 
340
  msgid "Media Library"
341
  msgstr "Bibliothèque des médias"
342
 
@@ -381,7 +407,9 @@ msgstr "Type de champ"
381
  msgid "This will determine how the value will be displayed."
382
  msgstr "Ceci va déterminer la manière dont la valeur sera affichée."
383
 
384
- #: ../classes/column/link/description.php:19 ../classes/column/media/description.php:19 ../classes/column/user/description.php:19
 
 
385
  msgid "Description"
386
  msgstr "Description"
387
 
@@ -421,7 +449,8 @@ msgstr "Tailles disponibles"
421
  msgid "full size"
422
  msgstr "Taille réelle"
423
 
424
- #: ../classes/column/media/caption.php:19 ../classes/column/media/exif-data.php:41
 
425
  msgid "Caption"
426
  msgstr "Légende"
427
 
@@ -477,7 +506,8 @@ msgstr "Nom du fichier"
477
  msgid "File size"
478
  msgstr "Taille du fichier"
479
 
480
- #: ../classes/column/media/full-path.php:19 ../classes/column/media/full-path.php:92
 
481
  msgid "Full path"
482
  msgstr "Chemin d'accès complet"
483
 
@@ -537,11 +567,13 @@ msgstr "En attente"
537
  msgid "Spam"
538
  msgstr "Indésirable"
539
 
540
- #: ../classes/column/post/comment-count.php:38 ../classes/column/post/status.php:35
 
541
  msgid "Trash"
542
  msgstr "Corbeille"
543
 
544
- #: ../classes/column/post/comment-count.php:99 ../classes/column/post/comment-status.php:20
 
545
  msgid "Comment status"
546
  msgstr "Status de commentaire"
547
 
@@ -549,10 +581,6 @@ msgstr "Status de commentaire"
549
  msgid "Select which comment status you like to display."
550
  msgstr "Sélectionnez quel commentaire voulez-vous afficher."
551
 
552
- #: ../classes/column/post/content.php:19
553
- msgid "Content"
554
- msgstr ""
555
-
556
  #: ../classes/column/post/date-published.php:17
557
  msgid "Date Published"
558
  msgstr ""
@@ -717,7 +745,7 @@ msgstr "Nom"
717
  msgid "Post Count"
718
  msgstr "Nombre d'article"
719
 
720
- #: ../classes/column/user/post-count.php:102
721
  msgid "Post Type"
722
  msgstr "Type d'article"
723
 
@@ -733,6 +761,63 @@ msgstr ""
733
  msgid "Url"
734
  msgstr "URL"
735
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
736
  #: ../classes/settings.php:112
737
  msgid "Add-on successfully activated."
738
  msgstr "Module correctement activé."
@@ -745,10 +830,6 @@ msgstr "Module correctement désactivé."
745
  msgid "Admin Columns Settings"
746
  msgstr "Réglages Admin Columns"
747
 
748
- #: ../classes/settings.php:170 ../classes/settings.php:589 ../classes/upgrade.php:135
749
- msgid "Admin Columns"
750
- msgstr "Admin Columns"
751
-
752
  #: ../classes/settings.php:220
753
  #, php-format
754
  msgid "%s column is already present and can not be duplicated."
@@ -992,7 +1073,7 @@ msgstr "Autres"
992
  msgid "Taxonomies"
993
  msgstr "Taxonomie"
994
 
995
- #: ../classes/settings.php:590 ../codepress-admin-columns.php:375
996
  msgid "Settings"
997
  msgstr "Réglages"
998
 
@@ -1182,10 +1263,6 @@ msgstr ""
1182
  msgid "Users"
1183
  msgstr "Utilisateurs"
1184
 
1185
- #: ../classes/storage_model/user.php:14
1186
- msgid "User"
1187
- msgstr ""
1188
-
1189
  #: ../classes/upgrade.php:62
1190
  msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
1191
  msgstr ""
@@ -1242,10 +1319,6 @@ msgstr "Erreur"
1242
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1243
  msgstr "Désoler. Quelque chose ne c'est pas bien déroulé durant la mise à jour. Veuillez reporter cela au support du forum."
1244
 
1245
- #: ../codepress-admin-columns.php:34
1246
- msgid "No textdomain"
1247
- msgstr ""
1248
-
1249
- #: ../codepress-admin-columns.php:442
1250
  msgid "Edit columns"
1251
  msgstr "Éditer les colonnes"
11
  msgstr ""
12
  "Project-Id-Version: Admin Columns\n"
13
  "Report-Msgid-Bugs-To: \n"
14
+ "POT-Creation-Date: 2015-04-29 13:58+0100\n"
15
+ "PO-Revision-Date: 2015-06-26 13:25+0100\n"
16
  "Last-Translator: Codepress <info@codepress.nl>\n"
17
  "Language-Team: French (France) (http://www.transifex.com/projects/p/admin-columns/language/fr_FR/)\n"
18
  "MIME-Version: 1.0\n"
20
  "Content-Transfer-Encoding: 8bit\n"
21
  "Language: fr_FR\n"
22
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
23
+ "X-Generator: Poedit 1.8.1\n"
24
  "X-Poedit-Basepath: .\n"
25
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c\n"
26
  "X-Poedit-SourceCharset: UTF-8\n"
53
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
54
  msgstr ""
55
 
56
+ #: ../classes/column.php:597
57
  msgid "Thumbnail"
58
  msgstr "Vignette"
59
 
60
+ #: ../classes/column.php:598
61
  msgid "Medium"
62
  msgstr "Moyen"
63
 
64
+ #: ../classes/column.php:599
65
  msgid "Large"
66
  msgstr "Large"
67
 
68
+ #: ../classes/column.php:600
69
  msgid "Full"
70
  msgstr "Pleine taille"
71
 
72
+ #: ../classes/column.php:1041
73
  msgid "Date Format"
74
  msgstr "Format de date"
75
 
76
+ #: ../classes/column.php:1042
77
  msgid "This will determine how the date will be displayed."
78
  msgstr "Ceci déterminera l'affichage de la date."
79
 
80
+ #: ../classes/column.php:1048
81
  msgid "Example:"
82
  msgstr "Exemple :"
83
 
84
+ #: ../classes/column.php:1050
85
  #, php-format
86
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
87
  msgstr "Laisser vide pour utiliser le format spécifié par WordPress, modifier votre <a href=\"%s\">votre format de date par défaut ici</a>."
88
 
89
+ #: ../classes/column.php:1051
90
  msgid "Documentation on date and time formatting."
91
  msgstr "Documentation sur le formatage de la date et du temps."
92
 
93
+ #: ../classes/column.php:1065
94
  msgid "Excerpt length"
95
  msgstr "Longueur de l'extrait"
96
 
97
+ #: ../classes/column.php:1066
98
  msgid "Number of words"
99
  msgstr "Nombre de mots"
100
 
101
+ #: ../classes/column.php:1084
102
  msgid "Preview size"
103
  msgstr "Taille de prévisualisation"
104
 
105
+ #: ../classes/column.php:1101 ../classes/storage_model.php:595
106
  msgid "Custom"
107
  msgstr "Personnalisé"
108
 
109
+ #: ../classes/column.php:1104 ../classes/column.php:1251
110
  msgid "width"
111
  msgstr "largeur"
112
 
113
+ #: ../classes/column.php:1107
114
  msgid "height"
115
  msgstr "hauteur"
116
 
117
+ #: ../classes/column.php:1119
118
  msgid "Before"
119
  msgstr "Avant"
120
 
121
+ #: ../classes/column.php:1119
122
  msgid "This text will appear before the custom field value."
123
  msgstr "Ce texte apparaîtra avant la valeur du champ personnalisé."
124
 
125
+ #: ../classes/column.php:1120
126
  msgid "After"
127
  msgstr "Après"
128
 
129
+ #: ../classes/column.php:1120
130
  msgid "This text will appear after the custom field value."
131
  msgstr "Ce texte apparaîtra après la valeur du champ personnalisé."
132
 
133
+ #: ../classes/column.php:1129
134
  msgid "Display Name"
135
  msgstr "Afficher nom"
136
 
137
+ #: ../classes/column.php:1130
138
  msgid "First Name"
139
  msgstr "Nom"
140
 
141
+ #: ../classes/column.php:1131
142
  msgid "Last Name"
143
  msgstr "Prénom"
144
 
145
+ #: ../classes/column.php:1132 ../classes/column/user/nickname.php:19
146
  msgid "Nickname"
147
  msgstr "Surnom"
148
 
149
+ #: ../classes/column.php:1133
150
  msgid "User Login"
151
  msgstr "Nom d'utilisateur"
152
 
153
+ #: ../classes/column.php:1134
154
  msgid "User Email"
155
  msgstr "E-mail"
156
 
157
+ #: ../classes/column.php:1135 ../classes/column/user/ID.php:19
158
  msgid "User ID"
159
  msgstr "ID utilisateur"
160
 
161
+ #: ../classes/column.php:1136
162
  msgid "First and Last Name"
163
  msgstr "Nom et prénom"
164
 
165
+ #: ../classes/column.php:1139
166
  msgid "Display format"
167
  msgstr ""
168
 
169
+ #: ../classes/column.php:1139
170
  msgid "This is the format of the author name."
171
  msgstr "Ceci est le format du nom de l'auteur"
172
 
173
+ #: ../classes/column.php:1273
174
  msgid "Edit"
175
  msgstr "Modifier"
176
 
177
+ #: ../classes/column.php:1275 ../classes/column.php:1367
178
  msgid "Clone"
179
  msgstr ""
180
 
181
+ #: ../classes/column.php:1277 ../classes/column.php:1369
182
  msgid "Remove"
183
  msgstr "Retirer"
184
 
185
+ #: ../classes/column.php:1295 ../classes/column/comment/type.php:13
186
+ #: ../classes/column/custom-field.php:407
187
  msgid "Type"
188
  msgstr "Type"
189
 
190
+ #: ../classes/column.php:1295
191
  msgid "Choose a column type."
192
  msgstr "Choisissez le type de colonne."
193
 
194
+ #: ../classes/column.php:1295
195
  msgid "Name"
196
  msgstr ""
197
 
198
+ #: ../classes/column.php:1305
199
  msgid "Label"
200
  msgstr "Libellé"
201
 
202
+ #: ../classes/column.php:1305
203
  msgid "This is the name which will appear as the column header."
204
  msgstr "Ceci est le nom qui apparaitra comme l'entête de colonne."
205
 
206
+ #: ../classes/column.php:1312 ../classes/column/media/width.php:19
207
  msgid "Width"
208
  msgstr "Largeur"
209
 
210
+ #: ../classes/column.php:1314
211
  msgid "default"
212
  msgstr "Par défaut"
213
 
214
+ #: ../classes/column.php:1315
215
  msgid "auto"
216
  msgstr ""
217
 
248
  msgid "Use icons instead of text for displaying the actions."
249
  msgstr ""
250
 
251
+ #: ../classes/column/actions.php:100 ../classes/column/post/permalink.php:72
252
+ #: ../classes/column/used-by-menu.php:137
253
  msgid "Yes"
254
  msgstr ""
255
 
256
+ #: ../classes/column/actions.php:104 ../classes/column/post/permalink.php:76
257
+ #: ../classes/column/used-by-menu.php:141
258
  msgid "No"
259
  msgstr ""
260
 
261
+ #: ../classes/column/comment/ID.php:19 ../classes/column/link/ID.php:19
262
+ #: ../classes/column/media/ID.php:19 ../classes/column/post/ID.php:19
263
  msgid "ID"
264
  msgstr "ID"
265
 
267
  msgid "Agent"
268
  msgstr "Agent"
269
 
270
+ #: ../classes/column/comment/approved.php:19
271
+ #: ../classes/column/post/comment-count.php:35
272
  msgid "Approved"
273
  msgstr "Approuvé"
274
 
284
  msgid "Author IP"
285
  msgstr "IP de l'auteur"
286
 
287
+ #: ../classes/column/comment/author-name.php:12
288
+ msgid "Author name"
289
+ msgstr ""
290
+
291
  #: ../classes/column/comment/author-url.php:19
292
  msgid "Author url"
293
  msgstr "URL de l'auteur"
300
  msgid "Date GMT"
301
  msgstr "Date GMT"
302
 
303
+ #: ../classes/column/comment/date-gmt.php:30
304
+ #: ../classes/column/comment/date.php:30
305
  #, php-format
306
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
307
  msgstr "Soumis le<a href=\"%1$s\">%2$s à %3$s</a>"
308
 
309
+ #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98
310
+ #: ../classes/settings.php:318
311
  msgid "Date"
312
  msgstr "Date"
313
 
314
+ #: ../classes/column/comment/excerpt.php:19
315
+ #: ../classes/column/post/content.php:19
316
+ msgid "Content"
317
+ msgstr ""
318
 
319
  #: ../classes/column/comment/reply-to.php:19
320
  msgid "In Reply To"
321
  msgstr "En réponse à"
322
 
323
+ #: ../classes/column/comment/user.php:11 ../classes/storage_model/user.php:14
324
+ msgid "User"
325
+ msgstr ""
326
+
327
+ #: ../classes/column/comment/word-count.php:19
328
+ #: ../classes/column/post/word-count.php:19
329
  msgid "Word count"
330
  msgstr "Nombre de mots"
331
 
332
+ #: ../classes/column/custom-field.php:23
333
+ #: ../classes/column/custom-field.php:390 ../classes/settings.php:308
334
  msgid "Custom Field"
335
  msgstr "Champ personnalisé"
336
 
337
+ #: ../classes/column/custom-field.php:94 ../classes/settings.php:313
338
+ #: ../classes/storage_model.php:596
339
  msgid "Default"
340
  msgstr "Par défaut"
341
 
351
  msgid "Counter"
352
  msgstr "Compteur"
353
 
354
+ #: ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19
355
+ #: ../classes/settings.php:315
356
+ msgid "Excerpt"
357
+ msgstr "Extrait"
358
+
359
+ #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19
360
+ #: ../classes/settings.php:314
361
  msgid "Image"
362
  msgstr "Image"
363
 
364
+ #: ../classes/column/custom-field.php:101
365
+ #: ../classes/storage_model/media.php:13
366
  msgid "Media Library"
367
  msgstr "Bibliothèque des médias"
368
 
407
  msgid "This will determine how the value will be displayed."
408
  msgstr "Ceci va déterminer la manière dont la valeur sera affichée."
409
 
410
+ #: ../classes/column/link/description.php:19
411
+ #: ../classes/column/media/description.php:19
412
+ #: ../classes/column/user/description.php:19
413
  msgid "Description"
414
  msgstr "Description"
415
 
449
  msgid "full size"
450
  msgstr "Taille réelle"
451
 
452
+ #: ../classes/column/media/caption.php:19
453
+ #: ../classes/column/media/exif-data.php:41
454
  msgid "Caption"
455
  msgstr "Légende"
456
 
506
  msgid "File size"
507
  msgstr "Taille du fichier"
508
 
509
+ #: ../classes/column/media/full-path.php:19
510
+ #: ../classes/column/media/full-path.php:92
511
  msgid "Full path"
512
  msgstr "Chemin d'accès complet"
513
 
567
  msgid "Spam"
568
  msgstr "Indésirable"
569
 
570
+ #: ../classes/column/post/comment-count.php:38
571
+ #: ../classes/column/post/status.php:35
572
  msgid "Trash"
573
  msgstr "Corbeille"
574
 
575
+ #: ../classes/column/post/comment-count.php:99
576
+ #: ../classes/column/post/comment-status.php:20
577
  msgid "Comment status"
578
  msgstr "Status de commentaire"
579
 
581
  msgid "Select which comment status you like to display."
582
  msgstr "Sélectionnez quel commentaire voulez-vous afficher."
583
 
 
 
 
 
584
  #: ../classes/column/post/date-published.php:17
585
  msgid "Date Published"
586
  msgstr ""
745
  msgid "Post Count"
746
  msgstr "Nombre d'article"
747
 
748
+ #: ../classes/column/user/post-count.php:89
749
  msgid "Post Type"
750
  msgstr "Type d'article"
751
 
761
  msgid "Url"
762
  msgstr "URL"
763
 
764
+ #: ../classes/review_notice.php:55 ../classes/settings.php:170
765
+ #: ../classes/settings.php:589 ../classes/upgrade.php:135
766
+ msgid "Admin Columns"
767
+ msgstr "Admin Columns"
768
+
769
+ #: ../classes/review_notice.php:58
770
+ msgid "Admin Columns Pro"
771
+ msgstr ""
772
+
773
+ #: ../classes/review_notice.php:65
774
+ #, php-format
775
+ msgid "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy with %s, please %s."
776
+ msgstr ""
777
+
778
+ #: ../classes/review_notice.php:68
779
+ msgid "click here"
780
+ msgstr ""
781
+
782
+ #: ../classes/review_notice.php:72
783
+ msgid "Leave a review!"
784
+ msgstr ""
785
+
786
+ #: ../classes/review_notice.php:73
787
+ msgid "Permanently hide notice"
788
+ msgstr ""
789
+
790
+ #: ../classes/review_notice.php:80
791
+ #, php-format
792
+ msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
793
+ msgstr ""
794
+
795
+ #: ../classes/review_notice.php:82
796
+ msgid "documentation page"
797
+ msgstr ""
798
+
799
+ #: ../classes/review_notice.php:86
800
+ #, php-format
801
+ msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
802
+ msgstr ""
803
+
804
+ #: ../classes/review_notice.php:87
805
+ msgid "our forums"
806
+ msgstr ""
807
+
808
+ #: ../classes/review_notice.php:91
809
+ #, php-format
810
+ msgid "You can also find help on the %s, and %s."
811
+ msgstr ""
812
+
813
+ #: ../classes/review_notice.php:92
814
+ msgid "Admin Columns forums on WordPress.org"
815
+ msgstr ""
816
+
817
+ #: ../classes/review_notice.php:93
818
+ msgid "find answers to some frequently asked questions"
819
+ msgstr ""
820
+
821
  #: ../classes/settings.php:112
822
  msgid "Add-on successfully activated."
823
  msgstr "Module correctement activé."
830
  msgid "Admin Columns Settings"
831
  msgstr "Réglages Admin Columns"
832
 
 
 
 
 
833
  #: ../classes/settings.php:220
834
  #, php-format
835
  msgid "%s column is already present and can not be duplicated."
1073
  msgid "Taxonomies"
1074
  msgstr "Taxonomie"
1075
 
1076
+ #: ../classes/settings.php:590 ../codepress-admin-columns.php:377
1077
  msgid "Settings"
1078
  msgstr "Réglages"
1079
 
1263
  msgid "Users"
1264
  msgstr "Utilisateurs"
1265
 
 
 
 
 
1266
  #: ../classes/upgrade.php:62
1267
  msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
1268
  msgstr ""
1319
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1320
  msgstr "Désoler. Quelque chose ne c'est pas bien déroulé durant la mise à jour. Veuillez reporter cela au support du forum."
1321
 
1322
+ #: ../codepress-admin-columns.php:444
 
 
 
 
1323
  msgid "Edit columns"
1324
  msgstr "Éditer les colonnes"
languages/cpac-hu_HU.mo CHANGED
Binary file
languages/cpac-hu_HU.po CHANGED
@@ -6,8 +6,8 @@ msgid ""
6
  msgstr ""
7
  "Project-Id-Version: Admin Columns\n"
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2015-04-09 18:01+0100\n"
10
- "PO-Revision-Date: 2015-04-09 18:12+0100\n"
11
  "Last-Translator: Codepress <info@codepress.nl>\n"
12
  "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/admin-columns/language/hu_HU/)\n"
13
  "MIME-Version: 1.0\n"
@@ -15,7 +15,7 @@ msgstr ""
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: hu_HU\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
- "X-Generator: Poedit 1.7.5\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -48,164 +48,164 @@ msgstr ""
48
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
49
  msgstr ""
50
 
51
- #: ../classes/column.php:582
52
  msgid "Thumbnail"
53
  msgstr "Bélyegkép"
54
 
55
- #: ../classes/column.php:583
56
  msgid "Medium"
57
  msgstr "Közepes"
58
 
59
- #: ../classes/column.php:584
60
  msgid "Large"
61
  msgstr "Nagy"
62
 
63
- #: ../classes/column.php:585
64
  msgid "Full"
65
  msgstr "Teljes méretű"
66
 
67
- #: ../classes/column.php:1026
68
  msgid "Date Format"
69
  msgstr "Dátumformátum"
70
 
71
- #: ../classes/column.php:1027
72
  msgid "This will determine how the date will be displayed."
73
  msgstr "Meghatározza, hogy fog a dátum megjelenni."
74
 
75
- #: ../classes/column.php:1033
76
  msgid "Example:"
77
  msgstr "Például:"
78
 
79
- #: ../classes/column.php:1035
80
  #, php-format
81
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
82
  msgstr "Hagyd üresen a WordPress dátumformátumának használatához, vagy változtasd meg saját formátumra <a href=\"%s\">ide kattintva</a>."
83
 
84
- #: ../classes/column.php:1036
85
  msgid "Documentation on date and time formatting."
86
  msgstr "Dokumentáció a dátum- és időformátumokhoz."
87
 
88
- #: ../classes/column.php:1050
89
  msgid "Excerpt length"
90
  msgstr "Kivonat hossza"
91
 
92
- #: ../classes/column.php:1051
93
  msgid "Number of words"
94
  msgstr "Szavak száma"
95
 
96
- #: ../classes/column.php:1069
97
  msgid "Preview size"
98
  msgstr "Előnézet mérete"
99
 
100
- #: ../classes/column.php:1086 ../classes/storage_model.php:595
101
  msgid "Custom"
102
  msgstr "Egyedi"
103
 
104
- #: ../classes/column.php:1089 ../classes/column.php:1236
105
  msgid "width"
106
  msgstr "szélesség"
107
 
108
- #: ../classes/column.php:1092
109
  msgid "height"
110
  msgstr "magasság"
111
 
112
- #: ../classes/column.php:1104
113
  msgid "Before"
114
  msgstr "Előtte"
115
 
116
- #: ../classes/column.php:1104
117
  msgid "This text will appear before the custom field value."
118
  msgstr "Ez a szöveg fog megjelenni az egyedi mező értéke előtt."
119
 
120
- #: ../classes/column.php:1105
121
  msgid "After"
122
  msgstr "Utána"
123
 
124
- #: ../classes/column.php:1105
125
  msgid "This text will appear after the custom field value."
126
  msgstr "Ez a szöveg fog megjelenni az egyedi mező értéke után."
127
 
128
- #: ../classes/column.php:1114
129
  msgid "Display Name"
130
  msgstr "Megjelenő név"
131
 
132
- #: ../classes/column.php:1115
133
  msgid "First Name"
134
  msgstr "Utónév"
135
 
136
- #: ../classes/column.php:1116
137
  msgid "Last Name"
138
  msgstr "Vezetéknév"
139
 
140
- #: ../classes/column.php:1117 ../classes/column/user/nickname.php:19
141
  msgid "Nickname"
142
  msgstr "Becenév"
143
 
144
- #: ../classes/column.php:1118
145
  msgid "User Login"
146
  msgstr "Felhasználó bejelentkezés"
147
 
148
- #: ../classes/column.php:1119
149
  msgid "User Email"
150
  msgstr "Felhasználó email"
151
 
152
- #: ../classes/column.php:1120 ../classes/column/user/ID.php:19
153
  msgid "User ID"
154
  msgstr "Felhasználó ID "
155
 
156
- #: ../classes/column.php:1121
157
  msgid "First and Last Name"
158
  msgstr "Elő- és utónév"
159
 
160
- #: ../classes/column.php:1124
161
  msgid "Display format"
162
  msgstr ""
163
 
164
- #: ../classes/column.php:1124
165
  msgid "This is the format of the author name."
166
  msgstr "Ez a szerző nevének formátuma"
167
 
168
- #: ../classes/column.php:1258
169
  msgid "Edit"
170
  msgstr "Szerkesztés"
171
 
172
- #: ../classes/column.php:1260 ../classes/column.php:1352
173
  msgid "Clone"
174
  msgstr ""
175
 
176
- #: ../classes/column.php:1262 ../classes/column.php:1354
177
  msgid "Remove"
178
  msgstr "Eltávolítás"
179
 
180
- #: ../classes/column.php:1280 ../classes/column/custom-field.php:407
181
  msgid "Type"
182
  msgstr "Típus"
183
 
184
- #: ../classes/column.php:1280
185
  msgid "Choose a column type."
186
  msgstr "Válassz egy oszloptípust."
187
 
188
- #: ../classes/column.php:1280
189
  msgid "Name"
190
  msgstr ""
191
 
192
- #: ../classes/column.php:1290
193
  msgid "Label"
194
  msgstr "Címke"
195
 
196
- #: ../classes/column.php:1290
197
  msgid "This is the name which will appear as the column header."
198
  msgstr "Ez a név fog megjelenni az oszlop fejlécében."
199
 
200
- #: ../classes/column.php:1297 ../classes/column/media/width.php:19
201
  msgid "Width"
202
  msgstr "Szélesség"
203
 
204
- #: ../classes/column.php:1299
205
  msgid "default"
206
  msgstr "alapértelmezett"
207
 
208
- #: ../classes/column.php:1300
209
  msgid "auto"
210
  msgstr ""
211
 
@@ -274,6 +274,10 @@ msgstr "Szerző email-je"
274
  msgid "Author IP"
275
  msgstr "Szerző IP-je"
276
 
 
 
 
 
277
  #: ../classes/column/comment/author-url.php:19
278
  msgid "Author url"
279
  msgstr "Szerző URL-je"
@@ -295,14 +299,18 @@ msgstr "Beküldve: <a href=\"%1$s\">%2$s, %3$s</a>"
295
  msgid "Date"
296
  msgstr "Dátum"
297
 
298
- #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:315
299
- msgid "Excerpt"
300
- msgstr "Kivonat"
301
 
302
  #: ../classes/column/comment/reply-to.php:19
303
  msgid "In Reply To"
304
  msgstr "Válaszolva erre:"
305
 
 
 
 
 
306
  #: ../classes/column/comment/word-count.php:19 ../classes/column/post/word-count.php:19
307
  msgid "Word count"
308
  msgstr "Szavak száma"
@@ -327,6 +335,10 @@ msgstr "Szín"
327
  msgid "Counter"
328
  msgstr "Számláló"
329
 
 
 
 
 
330
  #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:314
331
  msgid "Image"
332
  msgstr "Kép"
@@ -544,10 +556,6 @@ msgstr "Hozzászólás státusza"
544
  msgid "Select which comment status you like to display."
545
  msgstr "Válasz ki, melyik hozzászólás státuszt szeretnéd megjeleníteni."
546
 
547
- #: ../classes/column/post/content.php:19
548
- msgid "Content"
549
- msgstr ""
550
-
551
  #: ../classes/column/post/date-published.php:17
552
  msgid "Date Published"
553
  msgstr ""
@@ -712,7 +720,7 @@ msgstr "Vezetéknév"
712
  msgid "Post Count"
713
  msgstr "Bejegyzések száma"
714
 
715
- #: ../classes/column/user/post-count.php:102
716
  msgid "Post Type"
717
  msgstr "Bejegyzés típus"
718
 
@@ -728,6 +736,64 @@ msgstr ""
728
  msgid "Url"
729
  msgstr "URL"
730
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
731
  #: ../classes/settings.php:112
732
  msgid "Add-on successfully activated."
733
  msgstr ""
@@ -740,10 +806,6 @@ msgstr ""
740
  msgid "Admin Columns Settings"
741
  msgstr "Admin Columns beállítások"
742
 
743
- #: ../classes/settings.php:170 ../classes/settings.php:589 ../classes/upgrade.php:135
744
- msgid "Admin Columns"
745
- msgstr "Admin Columns"
746
-
747
  #: ../classes/settings.php:220
748
  #, php-format
749
  msgid "%s column is already present and can not be duplicated."
@@ -987,7 +1049,7 @@ msgstr ""
987
  msgid "Taxonomies"
988
  msgstr ""
989
 
990
- #: ../classes/settings.php:590 ../codepress-admin-columns.php:375
991
  msgid "Settings"
992
  msgstr "Beállítások"
993
 
@@ -1177,10 +1239,6 @@ msgstr ""
1177
  msgid "Users"
1178
  msgstr "Felhasználók"
1179
 
1180
- #: ../classes/storage_model/user.php:14
1181
- msgid "User"
1182
- msgstr ""
1183
-
1184
  #: ../classes/upgrade.php:62
1185
  msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
1186
  msgstr ""
@@ -1237,10 +1295,6 @@ msgstr "Hiba"
1237
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1238
  msgstr "Sajnáljuk. Hiba történt a frissítés során. Kérjük jelezd a támogatói fórumon."
1239
 
1240
- #: ../codepress-admin-columns.php:34
1241
- msgid "No textdomain"
1242
- msgstr ""
1243
-
1244
- #: ../codepress-admin-columns.php:442
1245
  msgid "Edit columns"
1246
  msgstr "Oszlopok szerkesztése"
6
  msgstr ""
7
  "Project-Id-Version: Admin Columns\n"
8
  "Report-Msgid-Bugs-To: \n"
9
+ "POT-Creation-Date: 2015-04-29 13:58+0100\n"
10
+ "PO-Revision-Date: 2015-06-26 13:25+0100\n"
11
  "Last-Translator: Codepress <info@codepress.nl>\n"
12
  "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/admin-columns/language/hu_HU/)\n"
13
  "MIME-Version: 1.0\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: hu_HU\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Generator: Poedit 1.8.1\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
48
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
49
  msgstr ""
50
 
51
+ #: ../classes/column.php:597
52
  msgid "Thumbnail"
53
  msgstr "Bélyegkép"
54
 
55
+ #: ../classes/column.php:598
56
  msgid "Medium"
57
  msgstr "Közepes"
58
 
59
+ #: ../classes/column.php:599
60
  msgid "Large"
61
  msgstr "Nagy"
62
 
63
+ #: ../classes/column.php:600
64
  msgid "Full"
65
  msgstr "Teljes méretű"
66
 
67
+ #: ../classes/column.php:1041
68
  msgid "Date Format"
69
  msgstr "Dátumformátum"
70
 
71
+ #: ../classes/column.php:1042
72
  msgid "This will determine how the date will be displayed."
73
  msgstr "Meghatározza, hogy fog a dátum megjelenni."
74
 
75
+ #: ../classes/column.php:1048
76
  msgid "Example:"
77
  msgstr "Például:"
78
 
79
+ #: ../classes/column.php:1050
80
  #, php-format
81
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
82
  msgstr "Hagyd üresen a WordPress dátumformátumának használatához, vagy változtasd meg saját formátumra <a href=\"%s\">ide kattintva</a>."
83
 
84
+ #: ../classes/column.php:1051
85
  msgid "Documentation on date and time formatting."
86
  msgstr "Dokumentáció a dátum- és időformátumokhoz."
87
 
88
+ #: ../classes/column.php:1065
89
  msgid "Excerpt length"
90
  msgstr "Kivonat hossza"
91
 
92
+ #: ../classes/column.php:1066
93
  msgid "Number of words"
94
  msgstr "Szavak száma"
95
 
96
+ #: ../classes/column.php:1084
97
  msgid "Preview size"
98
  msgstr "Előnézet mérete"
99
 
100
+ #: ../classes/column.php:1101 ../classes/storage_model.php:595
101
  msgid "Custom"
102
  msgstr "Egyedi"
103
 
104
+ #: ../classes/column.php:1104 ../classes/column.php:1251
105
  msgid "width"
106
  msgstr "szélesség"
107
 
108
+ #: ../classes/column.php:1107
109
  msgid "height"
110
  msgstr "magasság"
111
 
112
+ #: ../classes/column.php:1119
113
  msgid "Before"
114
  msgstr "Előtte"
115
 
116
+ #: ../classes/column.php:1119
117
  msgid "This text will appear before the custom field value."
118
  msgstr "Ez a szöveg fog megjelenni az egyedi mező értéke előtt."
119
 
120
+ #: ../classes/column.php:1120
121
  msgid "After"
122
  msgstr "Utána"
123
 
124
+ #: ../classes/column.php:1120
125
  msgid "This text will appear after the custom field value."
126
  msgstr "Ez a szöveg fog megjelenni az egyedi mező értéke után."
127
 
128
+ #: ../classes/column.php:1129
129
  msgid "Display Name"
130
  msgstr "Megjelenő név"
131
 
132
+ #: ../classes/column.php:1130
133
  msgid "First Name"
134
  msgstr "Utónév"
135
 
136
+ #: ../classes/column.php:1131
137
  msgid "Last Name"
138
  msgstr "Vezetéknév"
139
 
140
+ #: ../classes/column.php:1132 ../classes/column/user/nickname.php:19
141
  msgid "Nickname"
142
  msgstr "Becenév"
143
 
144
+ #: ../classes/column.php:1133
145
  msgid "User Login"
146
  msgstr "Felhasználó bejelentkezés"
147
 
148
+ #: ../classes/column.php:1134
149
  msgid "User Email"
150
  msgstr "Felhasználó email"
151
 
152
+ #: ../classes/column.php:1135 ../classes/column/user/ID.php:19
153
  msgid "User ID"
154
  msgstr "Felhasználó ID "
155
 
156
+ #: ../classes/column.php:1136
157
  msgid "First and Last Name"
158
  msgstr "Elő- és utónév"
159
 
160
+ #: ../classes/column.php:1139
161
  msgid "Display format"
162
  msgstr ""
163
 
164
+ #: ../classes/column.php:1139
165
  msgid "This is the format of the author name."
166
  msgstr "Ez a szerző nevének formátuma"
167
 
168
+ #: ../classes/column.php:1273
169
  msgid "Edit"
170
  msgstr "Szerkesztés"
171
 
172
+ #: ../classes/column.php:1275 ../classes/column.php:1367
173
  msgid "Clone"
174
  msgstr ""
175
 
176
+ #: ../classes/column.php:1277 ../classes/column.php:1369
177
  msgid "Remove"
178
  msgstr "Eltávolítás"
179
 
180
+ #: ../classes/column.php:1295 ../classes/column/comment/type.php:13 ../classes/column/custom-field.php:407
181
  msgid "Type"
182
  msgstr "Típus"
183
 
184
+ #: ../classes/column.php:1295
185
  msgid "Choose a column type."
186
  msgstr "Válassz egy oszloptípust."
187
 
188
+ #: ../classes/column.php:1295
189
  msgid "Name"
190
  msgstr ""
191
 
192
+ #: ../classes/column.php:1305
193
  msgid "Label"
194
  msgstr "Címke"
195
 
196
+ #: ../classes/column.php:1305
197
  msgid "This is the name which will appear as the column header."
198
  msgstr "Ez a név fog megjelenni az oszlop fejlécében."
199
 
200
+ #: ../classes/column.php:1312 ../classes/column/media/width.php:19
201
  msgid "Width"
202
  msgstr "Szélesség"
203
 
204
+ #: ../classes/column.php:1314
205
  msgid "default"
206
  msgstr "alapértelmezett"
207
 
208
+ #: ../classes/column.php:1315
209
  msgid "auto"
210
  msgstr ""
211
 
274
  msgid "Author IP"
275
  msgstr "Szerző IP-je"
276
 
277
+ #: ../classes/column/comment/author-name.php:12
278
+ msgid "Author name"
279
+ msgstr ""
280
+
281
  #: ../classes/column/comment/author-url.php:19
282
  msgid "Author url"
283
  msgstr "Szerző URL-je"
299
  msgid "Date"
300
  msgstr "Dátum"
301
 
302
+ #: ../classes/column/comment/excerpt.php:19 ../classes/column/post/content.php:19
303
+ msgid "Content"
304
+ msgstr ""
305
 
306
  #: ../classes/column/comment/reply-to.php:19
307
  msgid "In Reply To"
308
  msgstr "Válaszolva erre:"
309
 
310
+ #: ../classes/column/comment/user.php:11 ../classes/storage_model/user.php:14
311
+ msgid "User"
312
+ msgstr ""
313
+
314
  #: ../classes/column/comment/word-count.php:19 ../classes/column/post/word-count.php:19
315
  msgid "Word count"
316
  msgstr "Szavak száma"
335
  msgid "Counter"
336
  msgstr "Számláló"
337
 
338
+ #: ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:315
339
+ msgid "Excerpt"
340
+ msgstr "Kivonat"
341
+
342
  #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:314
343
  msgid "Image"
344
  msgstr "Kép"
556
  msgid "Select which comment status you like to display."
557
  msgstr "Válasz ki, melyik hozzászólás státuszt szeretnéd megjeleníteni."
558
 
 
 
 
 
559
  #: ../classes/column/post/date-published.php:17
560
  msgid "Date Published"
561
  msgstr ""
720
  msgid "Post Count"
721
  msgstr "Bejegyzések száma"
722
 
723
+ #: ../classes/column/user/post-count.php:89
724
  msgid "Post Type"
725
  msgstr "Bejegyzés típus"
726
 
736
  msgid "Url"
737
  msgstr "URL"
738
 
739
+ #: ../classes/review_notice.php:55 ../classes/settings.php:170 ../classes/settings.php:589 ../classes/upgrade.php:135
740
+ msgid "Admin Columns"
741
+ msgstr "Admin Columns"
742
+
743
+ #: ../classes/review_notice.php:58
744
+ msgid "Admin Columns Pro"
745
+ msgstr ""
746
+
747
+ #: ../classes/review_notice.php:65
748
+ #, php-format
749
+ msgid ""
750
+ "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy with "
751
+ "%s, please %s."
752
+ msgstr ""
753
+
754
+ #: ../classes/review_notice.php:68
755
+ msgid "click here"
756
+ msgstr ""
757
+
758
+ #: ../classes/review_notice.php:72
759
+ msgid "Leave a review!"
760
+ msgstr ""
761
+
762
+ #: ../classes/review_notice.php:73
763
+ msgid "Permanently hide notice"
764
+ msgstr ""
765
+
766
+ #: ../classes/review_notice.php:80
767
+ #, php-format
768
+ msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
769
+ msgstr ""
770
+
771
+ #: ../classes/review_notice.php:82
772
+ msgid "documentation page"
773
+ msgstr ""
774
+
775
+ #: ../classes/review_notice.php:86
776
+ #, php-format
777
+ msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
778
+ msgstr ""
779
+
780
+ #: ../classes/review_notice.php:87
781
+ msgid "our forums"
782
+ msgstr ""
783
+
784
+ #: ../classes/review_notice.php:91
785
+ #, php-format
786
+ msgid "You can also find help on the %s, and %s."
787
+ msgstr ""
788
+
789
+ #: ../classes/review_notice.php:92
790
+ msgid "Admin Columns forums on WordPress.org"
791
+ msgstr ""
792
+
793
+ #: ../classes/review_notice.php:93
794
+ msgid "find answers to some frequently asked questions"
795
+ msgstr ""
796
+
797
  #: ../classes/settings.php:112
798
  msgid "Add-on successfully activated."
799
  msgstr ""
806
  msgid "Admin Columns Settings"
807
  msgstr "Admin Columns beállítások"
808
 
 
 
 
 
809
  #: ../classes/settings.php:220
810
  #, php-format
811
  msgid "%s column is already present and can not be duplicated."
1049
  msgid "Taxonomies"
1050
  msgstr ""
1051
 
1052
+ #: ../classes/settings.php:590 ../codepress-admin-columns.php:377
1053
  msgid "Settings"
1054
  msgstr "Beállítások"
1055
 
1239
  msgid "Users"
1240
  msgstr "Felhasználók"
1241
 
 
 
 
 
1242
  #: ../classes/upgrade.php:62
1243
  msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
1244
  msgstr ""
1295
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1296
  msgstr "Sajnáljuk. Hiba történt a frissítés során. Kérjük jelezd a támogatói fórumon."
1297
 
1298
+ #: ../codepress-admin-columns.php:444
 
 
 
 
1299
  msgid "Edit columns"
1300
  msgstr "Oszlopok szerkesztése"
languages/cpac-it_IT.mo CHANGED
Binary file
languages/cpac-it_IT.po CHANGED
@@ -1,14 +1,14 @@
1
  #
2
  # Translators:
3
- # Adriano <adrygese@gmail.com>, 2015
4
  # francesco <francesco.tosi@gmail.com>, 2014
5
  # Werther <werther.d@gmail.com>, 2013
6
  msgid ""
7
  msgstr ""
8
  "Project-Id-Version: Admin Columns\n"
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2015-04-09 18:01+0100\n"
11
- "PO-Revision-Date: 2015-04-09 18:12+0100\n"
12
  "Last-Translator: Codepress <info@codepress.nl>\n"
13
  "Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/admin-columns/language/it_IT/)\n"
14
  "MIME-Version: 1.0\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: it_IT\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
- "X-Generator: Poedit 1.7.5\n"
20
  "X-Poedit-Basepath: .\n"
21
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c\n"
22
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -49,164 +49,164 @@ msgstr "WooCommerce"
49
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
50
  msgstr "Valorizzare i prodotti, ordini e panoramiche coupons con nuove colonne e modifica in linea."
51
 
52
- #: ../classes/column.php:582
53
  msgid "Thumbnail"
54
  msgstr "Miniatura"
55
 
56
- #: ../classes/column.php:583
57
  msgid "Medium"
58
  msgstr "Media"
59
 
60
- #: ../classes/column.php:584
61
  msgid "Large"
62
  msgstr "Grande"
63
 
64
- #: ../classes/column.php:585
65
  msgid "Full"
66
  msgstr "Dimensione reale"
67
 
68
- #: ../classes/column.php:1026
69
  msgid "Date Format"
70
  msgstr "Formato Data"
71
 
72
- #: ../classes/column.php:1027
73
  msgid "This will determine how the date will be displayed."
74
  msgstr "Questo determinerà il modo in cui verrà visualizzata la data."
75
 
76
- #: ../classes/column.php:1033
77
  msgid "Example:"
78
  msgstr "Esempio:"
79
 
80
- #: ../classes/column.php:1035
81
  #, php-format
82
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
83
  msgstr "Lasciare vuoto per utilizzare il formato data di WordPress, o modifica <a href=\"%s\">qui il formato data</a>."
84
 
85
- #: ../classes/column.php:1036
86
  msgid "Documentation on date and time formatting."
87
  msgstr "Documentazione sulla formattazione \"data e ora\"."
88
 
89
- #: ../classes/column.php:1050
90
  msgid "Excerpt length"
91
  msgstr "Lunghezza riassunto"
92
 
93
- #: ../classes/column.php:1051
94
  msgid "Number of words"
95
  msgstr "Numero di parole"
96
 
97
- #: ../classes/column.php:1069
98
  msgid "Preview size"
99
  msgstr "Dimensione anteprima"
100
 
101
- #: ../classes/column.php:1086 ../classes/storage_model.php:595
102
  msgid "Custom"
103
  msgstr "Personalizzata"
104
 
105
- #: ../classes/column.php:1089 ../classes/column.php:1236
106
  msgid "width"
107
  msgstr "larghezza"
108
 
109
- #: ../classes/column.php:1092
110
  msgid "height"
111
  msgstr "altezza"
112
 
113
- #: ../classes/column.php:1104
114
  msgid "Before"
115
  msgstr "Prima"
116
 
117
- #: ../classes/column.php:1104
118
  msgid "This text will appear before the custom field value."
119
  msgstr "Questo testo apparirà prima del valore campo personalizzato."
120
 
121
- #: ../classes/column.php:1105
122
  msgid "After"
123
  msgstr "Dopo"
124
 
125
- #: ../classes/column.php:1105
126
  msgid "This text will appear after the custom field value."
127
  msgstr "Questo testo apparirà dopo il valore campo personalizzato."
128
 
129
- #: ../classes/column.php:1114
130
  msgid "Display Name"
131
  msgstr "Nome da visualizzare"
132
 
133
- #: ../classes/column.php:1115
134
  msgid "First Name"
135
  msgstr "Nome"
136
 
137
- #: ../classes/column.php:1116
138
  msgid "Last Name"
139
  msgstr "Cognome"
140
 
141
- #: ../classes/column.php:1117 ../classes/column/user/nickname.php:19
142
  msgid "Nickname"
143
  msgstr "Soprannome"
144
 
145
- #: ../classes/column.php:1118
146
  msgid "User Login"
147
  msgstr "Login utente"
148
 
149
- #: ../classes/column.php:1119
150
  msgid "User Email"
151
  msgstr "Email utente"
152
 
153
- #: ../classes/column.php:1120 ../classes/column/user/ID.php:19
154
  msgid "User ID"
155
  msgstr "ID utente"
156
 
157
- #: ../classes/column.php:1121
158
  msgid "First and Last Name"
159
  msgstr "Nome e Cognome"
160
 
161
- #: ../classes/column.php:1124
162
  msgid "Display format"
163
  msgstr "Formato di visualizzazione"
164
 
165
- #: ../classes/column.php:1124
166
  msgid "This is the format of the author name."
167
  msgstr "Questo è il formato del nome autore."
168
 
169
- #: ../classes/column.php:1258
170
  msgid "Edit"
171
  msgstr "Modifica"
172
 
173
- #: ../classes/column.php:1260 ../classes/column.php:1352
174
  msgid "Clone"
175
  msgstr "Clone"
176
 
177
- #: ../classes/column.php:1262 ../classes/column.php:1354
178
  msgid "Remove"
179
  msgstr "Rimuovi"
180
 
181
- #: ../classes/column.php:1280 ../classes/column/custom-field.php:407
182
  msgid "Type"
183
  msgstr "TIpo"
184
 
185
- #: ../classes/column.php:1280
186
  msgid "Choose a column type."
187
  msgstr "Scegli un tipo di colonna."
188
 
189
- #: ../classes/column.php:1280
190
  msgid "Name"
191
  msgstr "Nome"
192
 
193
- #: ../classes/column.php:1290
194
  msgid "Label"
195
  msgstr "Etichetta"
196
 
197
- #: ../classes/column.php:1290
198
  msgid "This is the name which will appear as the column header."
199
  msgstr "Questo è il nome che apparirà come intestazione della colonna."
200
 
201
- #: ../classes/column.php:1297 ../classes/column/media/width.php:19
202
  msgid "Width"
203
  msgstr "Larghezza"
204
 
205
- #: ../classes/column.php:1299
206
  msgid "default"
207
  msgstr "predefinito"
208
 
209
- #: ../classes/column.php:1300
210
  msgid "auto"
211
  msgstr "auto"
212
 
@@ -275,6 +275,10 @@ msgstr "Email autore"
275
  msgid "Author IP"
276
  msgstr "IP autore"
277
 
 
 
 
 
278
  #: ../classes/column/comment/author-url.php:19
279
  msgid "Author url"
280
  msgstr "Url autore"
@@ -296,14 +300,18 @@ msgstr "Inviato a <a href=\"%1$s\">%2$s a %3$s</a>"
296
  msgid "Date"
297
  msgstr "Data"
298
 
299
- #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:315
300
- msgid "Excerpt"
301
- msgstr "Riassunto"
302
 
303
  #: ../classes/column/comment/reply-to.php:19
304
  msgid "In Reply To"
305
  msgstr "In risposta a"
306
 
 
 
 
 
307
  #: ../classes/column/comment/word-count.php:19 ../classes/column/post/word-count.php:19
308
  msgid "Word count"
309
  msgstr "Conteggio parole"
@@ -328,6 +336,10 @@ msgstr "Colore"
328
  msgid "Counter"
329
  msgstr "Contatore"
330
 
 
 
 
 
331
  #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:314
332
  msgid "Image"
333
  msgstr "Immagine"
@@ -545,10 +557,6 @@ msgstr "Status del commento"
545
  msgid "Select which comment status you like to display."
546
  msgstr "Seleziona lo status del commento che vuoi mostrare."
547
 
548
- #: ../classes/column/post/content.php:19
549
- msgid "Content"
550
- msgstr "Contenuto"
551
-
552
  #: ../classes/column/post/date-published.php:17
553
  msgid "Date Published"
554
  msgstr "Data di pubblicazione"
@@ -627,7 +635,7 @@ msgstr "Questo renderà il permalink cliccabile"
627
 
628
  #: ../classes/column/post/ping-status.php:19
629
  msgid "Ping status"
630
- msgstr ""
631
 
632
  #: ../classes/column/post/roles.php:19
633
  msgid "Roles"
@@ -675,7 +683,7 @@ msgstr "Sticky"
675
 
676
  #: ../classes/column/post/title-raw.php:19
677
  msgid "Title without actions"
678
- msgstr ""
679
 
680
  #: ../classes/column/taxonomy.php:20 ../classes/column/taxonomy.php:87
681
  msgid "Taxonomy"
@@ -713,7 +721,7 @@ msgstr "Cognome"
713
  msgid "Post Count"
714
  msgstr "Conteggio Post"
715
 
716
- #: ../classes/column/user/post-count.php:102
717
  msgid "Post Type"
718
  msgstr "Tipo di Post"
719
 
@@ -729,6 +737,62 @@ msgstr ""
729
  msgid "Url"
730
  msgstr "Url"
731
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
732
  #: ../classes/settings.php:112
733
  msgid "Add-on successfully activated."
734
  msgstr "Add-on attivato con successo."
@@ -741,10 +805,6 @@ msgstr "Add-on disattivato con successo."
741
  msgid "Admin Columns Settings"
742
  msgstr "Impostazioni Admin Columns"
743
 
744
- #: ../classes/settings.php:170 ../classes/settings.php:589 ../classes/upgrade.php:135
745
- msgid "Admin Columns"
746
- msgstr "Admin Columns"
747
-
748
  #: ../classes/settings.php:220
749
  #, php-format
750
  msgid "%s column is already present and can not be duplicated."
@@ -759,8 +819,7 @@ msgid "Overview"
759
  msgstr "Panoramica"
760
 
761
  #: ../classes/settings.php:294
762
- msgid ""
763
- "This plugin is for adding and removing additional columns to the administration screens for post(types), pages, media library, comments, links and users. Change the column's label and reorder them."
764
  msgstr ""
765
 
766
  #: ../classes/settings.php:297
@@ -789,7 +848,7 @@ msgstr "Cambia la larghezza della colonna"
789
 
790
  #: ../classes/settings.php:304
791
  msgid "By clicking on the triangle you will see the column options. By using the draggable slider you can set the width of the columns in percentages."
792
- msgstr ""
793
 
794
  #: ../classes/settings.php:310
795
  msgid "'Custom Field' column"
@@ -989,7 +1048,7 @@ msgstr "Altri"
989
  msgid "Taxonomies"
990
  msgstr "Tassonomie"
991
 
992
- #: ../classes/settings.php:590 ../codepress-admin-columns.php:375
993
  msgid "Settings"
994
  msgstr "Impostazioni"
995
 
@@ -1054,11 +1113,11 @@ msgstr "Sei felice con Admin Columns?"
1054
 
1055
  #: ../classes/settings.php:746
1056
  msgid "What's wrong? Need help? Let us know!"
1057
- msgstr ""
1058
 
1059
  #: ../classes/settings.php:747
1060
  msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
1061
- msgstr ""
1062
 
1063
  #: ../classes/settings.php:755
1064
  msgid "Docs"
@@ -1070,7 +1129,7 @@ msgstr "Forums"
1070
 
1071
  #: ../classes/settings.php:769
1072
  msgid "Woohoo! We're glad to hear that!"
1073
- msgstr ""
1074
 
1075
  #: ../classes/settings.php:770
1076
  msgid "We would really love it if you could show your appreciation by giving us a rating on WordPress.org or tweet about Admin Columns!"
@@ -1094,7 +1153,7 @@ msgstr "Supporto"
1094
 
1095
  #: ../classes/settings.php:810
1096
  msgid "Check the <strong>Help</strong> section in the top-right screen."
1097
- msgstr ""
1098
 
1099
  #: ../classes/settings.php:813
1100
  #, php-format
@@ -1179,10 +1238,6 @@ msgstr "Media"
1179
  msgid "Users"
1180
  msgstr "Utenti"
1181
 
1182
- #: ../classes/storage_model/user.php:14
1183
- msgid "User"
1184
- msgstr "Utente"
1185
-
1186
  #: ../classes/upgrade.php:62
1187
  msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
1188
  msgstr "L'add-on pro non è più supportato. Effettua il login sul account e scarica Admin Columns Pro"
@@ -1239,10 +1294,6 @@ msgstr "Errore"
1239
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1240
  msgstr "Scusa. Qualcosa è andato storto durante il processo di aggiornamento. Si prega di segnalare questo sul forum di supporto."
1241
 
1242
- #: ../codepress-admin-columns.php:34
1243
- msgid "No textdomain"
1244
- msgstr "Nessun testo dominio"
1245
-
1246
- #: ../codepress-admin-columns.php:442
1247
  msgid "Edit columns"
1248
  msgstr "Modifica colonne"
1
  #
2
  # Translators:
3
+ # Adriano Genovese <adrygese@gmail.com>, 2015
4
  # francesco <francesco.tosi@gmail.com>, 2014
5
  # Werther <werther.d@gmail.com>, 2013
6
  msgid ""
7
  msgstr ""
8
  "Project-Id-Version: Admin Columns\n"
9
  "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2015-04-29 13:58+0100\n"
11
+ "PO-Revision-Date: 2015-06-26 13:25+0100\n"
12
  "Last-Translator: Codepress <info@codepress.nl>\n"
13
  "Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/admin-columns/language/it_IT/)\n"
14
  "MIME-Version: 1.0\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: it_IT\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
+ "X-Generator: Poedit 1.8.1\n"
20
  "X-Poedit-Basepath: .\n"
21
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c\n"
22
  "X-Poedit-SourceCharset: UTF-8\n"
49
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
50
  msgstr "Valorizzare i prodotti, ordini e panoramiche coupons con nuove colonne e modifica in linea."
51
 
52
+ #: ../classes/column.php:597
53
  msgid "Thumbnail"
54
  msgstr "Miniatura"
55
 
56
+ #: ../classes/column.php:598
57
  msgid "Medium"
58
  msgstr "Media"
59
 
60
+ #: ../classes/column.php:599
61
  msgid "Large"
62
  msgstr "Grande"
63
 
64
+ #: ../classes/column.php:600
65
  msgid "Full"
66
  msgstr "Dimensione reale"
67
 
68
+ #: ../classes/column.php:1041
69
  msgid "Date Format"
70
  msgstr "Formato Data"
71
 
72
+ #: ../classes/column.php:1042
73
  msgid "This will determine how the date will be displayed."
74
  msgstr "Questo determinerà il modo in cui verrà visualizzata la data."
75
 
76
+ #: ../classes/column.php:1048
77
  msgid "Example:"
78
  msgstr "Esempio:"
79
 
80
+ #: ../classes/column.php:1050
81
  #, php-format
82
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
83
  msgstr "Lasciare vuoto per utilizzare il formato data di WordPress, o modifica <a href=\"%s\">qui il formato data</a>."
84
 
85
+ #: ../classes/column.php:1051
86
  msgid "Documentation on date and time formatting."
87
  msgstr "Documentazione sulla formattazione \"data e ora\"."
88
 
89
+ #: ../classes/column.php:1065
90
  msgid "Excerpt length"
91
  msgstr "Lunghezza riassunto"
92
 
93
+ #: ../classes/column.php:1066
94
  msgid "Number of words"
95
  msgstr "Numero di parole"
96
 
97
+ #: ../classes/column.php:1084
98
  msgid "Preview size"
99
  msgstr "Dimensione anteprima"
100
 
101
+ #: ../classes/column.php:1101 ../classes/storage_model.php:595
102
  msgid "Custom"
103
  msgstr "Personalizzata"
104
 
105
+ #: ../classes/column.php:1104 ../classes/column.php:1251
106
  msgid "width"
107
  msgstr "larghezza"
108
 
109
+ #: ../classes/column.php:1107
110
  msgid "height"
111
  msgstr "altezza"
112
 
113
+ #: ../classes/column.php:1119
114
  msgid "Before"
115
  msgstr "Prima"
116
 
117
+ #: ../classes/column.php:1119
118
  msgid "This text will appear before the custom field value."
119
  msgstr "Questo testo apparirà prima del valore campo personalizzato."
120
 
121
+ #: ../classes/column.php:1120
122
  msgid "After"
123
  msgstr "Dopo"
124
 
125
+ #: ../classes/column.php:1120
126
  msgid "This text will appear after the custom field value."
127
  msgstr "Questo testo apparirà dopo il valore campo personalizzato."
128
 
129
+ #: ../classes/column.php:1129
130
  msgid "Display Name"
131
  msgstr "Nome da visualizzare"
132
 
133
+ #: ../classes/column.php:1130
134
  msgid "First Name"
135
  msgstr "Nome"
136
 
137
+ #: ../classes/column.php:1131
138
  msgid "Last Name"
139
  msgstr "Cognome"
140
 
141
+ #: ../classes/column.php:1132 ../classes/column/user/nickname.php:19
142
  msgid "Nickname"
143
  msgstr "Soprannome"
144
 
145
+ #: ../classes/column.php:1133
146
  msgid "User Login"
147
  msgstr "Login utente"
148
 
149
+ #: ../classes/column.php:1134
150
  msgid "User Email"
151
  msgstr "Email utente"
152
 
153
+ #: ../classes/column.php:1135 ../classes/column/user/ID.php:19
154
  msgid "User ID"
155
  msgstr "ID utente"
156
 
157
+ #: ../classes/column.php:1136
158
  msgid "First and Last Name"
159
  msgstr "Nome e Cognome"
160
 
161
+ #: ../classes/column.php:1139
162
  msgid "Display format"
163
  msgstr "Formato di visualizzazione"
164
 
165
+ #: ../classes/column.php:1139
166
  msgid "This is the format of the author name."
167
  msgstr "Questo è il formato del nome autore."
168
 
169
+ #: ../classes/column.php:1273
170
  msgid "Edit"
171
  msgstr "Modifica"
172
 
173
+ #: ../classes/column.php:1275 ../classes/column.php:1367
174
  msgid "Clone"
175
  msgstr "Clone"
176
 
177
+ #: ../classes/column.php:1277 ../classes/column.php:1369
178
  msgid "Remove"
179
  msgstr "Rimuovi"
180
 
181
+ #: ../classes/column.php:1295 ../classes/column/comment/type.php:13 ../classes/column/custom-field.php:407
182
  msgid "Type"
183
  msgstr "TIpo"
184
 
185
+ #: ../classes/column.php:1295
186
  msgid "Choose a column type."
187
  msgstr "Scegli un tipo di colonna."
188
 
189
+ #: ../classes/column.php:1295
190
  msgid "Name"
191
  msgstr "Nome"
192
 
193
+ #: ../classes/column.php:1305
194
  msgid "Label"
195
  msgstr "Etichetta"
196
 
197
+ #: ../classes/column.php:1305
198
  msgid "This is the name which will appear as the column header."
199
  msgstr "Questo è il nome che apparirà come intestazione della colonna."
200
 
201
+ #: ../classes/column.php:1312 ../classes/column/media/width.php:19
202
  msgid "Width"
203
  msgstr "Larghezza"
204
 
205
+ #: ../classes/column.php:1314
206
  msgid "default"
207
  msgstr "predefinito"
208
 
209
+ #: ../classes/column.php:1315
210
  msgid "auto"
211
  msgstr "auto"
212
 
275
  msgid "Author IP"
276
  msgstr "IP autore"
277
 
278
+ #: ../classes/column/comment/author-name.php:12
279
+ msgid "Author name"
280
+ msgstr "Nome autore"
281
+
282
  #: ../classes/column/comment/author-url.php:19
283
  msgid "Author url"
284
  msgstr "Url autore"
300
  msgid "Date"
301
  msgstr "Data"
302
 
303
+ #: ../classes/column/comment/excerpt.php:19 ../classes/column/post/content.php:19
304
+ msgid "Content"
305
+ msgstr "Contenuto"
306
 
307
  #: ../classes/column/comment/reply-to.php:19
308
  msgid "In Reply To"
309
  msgstr "In risposta a"
310
 
311
+ #: ../classes/column/comment/user.php:11 ../classes/storage_model/user.php:14
312
+ msgid "User"
313
+ msgstr "Utente"
314
+
315
  #: ../classes/column/comment/word-count.php:19 ../classes/column/post/word-count.php:19
316
  msgid "Word count"
317
  msgstr "Conteggio parole"
336
  msgid "Counter"
337
  msgstr "Contatore"
338
 
339
+ #: ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:315
340
+ msgid "Excerpt"
341
+ msgstr "Riassunto"
342
+
343
  #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:314
344
  msgid "Image"
345
  msgstr "Immagine"
557
  msgid "Select which comment status you like to display."
558
  msgstr "Seleziona lo status del commento che vuoi mostrare."
559
 
 
 
 
 
560
  #: ../classes/column/post/date-published.php:17
561
  msgid "Date Published"
562
  msgstr "Data di pubblicazione"
635
 
636
  #: ../classes/column/post/ping-status.php:19
637
  msgid "Ping status"
638
+ msgstr "Status del ping"
639
 
640
  #: ../classes/column/post/roles.php:19
641
  msgid "Roles"
683
 
684
  #: ../classes/column/post/title-raw.php:19
685
  msgid "Title without actions"
686
+ msgstr "Titolo senza azioni"
687
 
688
  #: ../classes/column/taxonomy.php:20 ../classes/column/taxonomy.php:87
689
  msgid "Taxonomy"
721
  msgid "Post Count"
722
  msgstr "Conteggio Post"
723
 
724
+ #: ../classes/column/user/post-count.php:89
725
  msgid "Post Type"
726
  msgstr "Tipo di Post"
727
 
737
  msgid "Url"
738
  msgstr "Url"
739
 
740
+ #: ../classes/review_notice.php:55 ../classes/settings.php:170 ../classes/settings.php:589 ../classes/upgrade.php:135
741
+ msgid "Admin Columns"
742
+ msgstr "Admin Columns"
743
+
744
+ #: ../classes/review_notice.php:58
745
+ msgid "Admin Columns Pro"
746
+ msgstr "Admin Columns Pro"
747
+
748
+ #: ../classes/review_notice.php:65
749
+ #, php-format
750
+ msgid "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy with %s, please %s."
751
+ msgstr "Noi non intendiamo disturbarti, ma stai utilizzando %s da qualche tempo, e ci chiedevamo se sei soddisfatto del plugin. Se è così, potrebbe per favore lasciare una recensione presso wordpress.org? Se non sei soddisfatto con %s, per favore %s."
752
+
753
+ #: ../classes/review_notice.php:68
754
+ msgid "click here"
755
+ msgstr "clicca qui"
756
+
757
+ #: ../classes/review_notice.php:72
758
+ msgid "Leave a review!"
759
+ msgstr "Lascia un commento!"
760
+
761
+ #: ../classes/review_notice.php:73
762
+ msgid "Permanently hide notice"
763
+ msgstr "Avvisi permanentemente nascosti"
764
+
765
+ #: ../classes/review_notice.php:80
766
+ #, php-format
767
+ msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
768
+ msgstr "Siamo spiacenti di sentire questo; forse possiamo aiutare! Se stai avendo problemi di impostare correttamente %s o se vuoi aiuto con alcune caratteristiche più avanzate, si prega di visitare il nostro %s."
769
+
770
+ #: ../classes/review_notice.php:82
771
+ msgid "documentation page"
772
+ msgstr "pagina di documentazione"
773
+
774
+ #: ../classes/review_notice.php:86
775
+ #, php-format
776
+ msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
777
+ msgstr "Come utente Admin Columns Pro, tu puoi anche utilizzare il tuo account di AdminColumns.com per accedere al supporto del prodotto attraverso %s!"
778
+
779
+ #: ../classes/review_notice.php:87
780
+ msgid "our forums"
781
+ msgstr "i nostri forum"
782
+
783
+ #: ../classes/review_notice.php:91
784
+ #, php-format
785
+ msgid "You can also find help on the %s, and %s."
786
+ msgstr "Tu puoi anche trovare aiuto su %s, e %s."
787
+
788
+ #: ../classes/review_notice.php:92
789
+ msgid "Admin Columns forums on WordPress.org"
790
+ msgstr "Forum di Admin Columns su WordPress.org"
791
+
792
+ #: ../classes/review_notice.php:93
793
+ msgid "find answers to some frequently asked questions"
794
+ msgstr "trova le risposte ad alcune domande frequenti"
795
+
796
  #: ../classes/settings.php:112
797
  msgid "Add-on successfully activated."
798
  msgstr "Add-on attivato con successo."
805
  msgid "Admin Columns Settings"
806
  msgstr "Impostazioni Admin Columns"
807
 
 
 
 
 
808
  #: ../classes/settings.php:220
809
  #, php-format
810
  msgid "%s column is already present and can not be duplicated."
819
  msgstr "Panoramica"
820
 
821
  #: ../classes/settings.php:294
822
+ msgid "This plugin is for adding and removing additional columns to the administration screens for post(types), pages, media library, comments, links and users. Change the column's label and reorder them."
 
823
  msgstr ""
824
 
825
  #: ../classes/settings.php:297
848
 
849
  #: ../classes/settings.php:304
850
  msgid "By clicking on the triangle you will see the column options. By using the draggable slider you can set the width of the columns in percentages."
851
+ msgstr "Cliccando sul triangolo potrai vedere le opzioni della colonna. Utilizzando il cursore trascinabile è possibile impostare la larghezza delle colonne in percentuali."
852
 
853
  #: ../classes/settings.php:310
854
  msgid "'Custom Field' column"
1048
  msgid "Taxonomies"
1049
  msgstr "Tassonomie"
1050
 
1051
+ #: ../classes/settings.php:590 ../codepress-admin-columns.php:377
1052
  msgid "Settings"
1053
  msgstr "Impostazioni"
1054
 
1113
 
1114
  #: ../classes/settings.php:746
1115
  msgid "What's wrong? Need help? Let us know!"
1116
+ msgstr "Cosa c'è che non va? Bisogno di aiuto? Facci sapere!"
1117
 
1118
  #: ../classes/settings.php:747
1119
  msgid "Check out our extensive documentation, or you can open a support topic on WordPress.org!"
1120
+ msgstr "Scopri la nostra vasta documentazione, oppure aprire un topic di supporto su WordPress.org!"
1121
 
1122
  #: ../classes/settings.php:755
1123
  msgid "Docs"
1129
 
1130
  #: ../classes/settings.php:769
1131
  msgid "Woohoo! We're glad to hear that!"
1132
+ msgstr "Woohoo! Siamo lieti di sentire questo!"
1133
 
1134
  #: ../classes/settings.php:770
1135
  msgid "We would really love it if you could show your appreciation by giving us a rating on WordPress.org or tweet about Admin Columns!"
1153
 
1154
  #: ../classes/settings.php:810
1155
  msgid "Check the <strong>Help</strong> section in the top-right screen."
1156
+ msgstr "Controlla la sezione <strong>Aiuto</strong> nella schermata in alto a destra."
1157
 
1158
  #: ../classes/settings.php:813
1159
  #, php-format
1238
  msgid "Users"
1239
  msgstr "Utenti"
1240
 
 
 
 
 
1241
  #: ../classes/upgrade.php:62
1242
  msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
1243
  msgstr "L'add-on pro non è più supportato. Effettua il login sul account e scarica Admin Columns Pro"
1294
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1295
  msgstr "Scusa. Qualcosa è andato storto durante il processo di aggiornamento. Si prega di segnalare questo sul forum di supporto."
1296
 
1297
+ #: ../codepress-admin-columns.php:444
 
 
 
 
1298
  msgid "Edit columns"
1299
  msgstr "Modifica colonne"
languages/cpac-ja.mo CHANGED
Binary file
languages/cpac-ja.po CHANGED
@@ -6,8 +6,8 @@ msgid ""
6
  msgstr ""
7
  "Project-Id-Version: Admin Columns\n"
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2015-04-09 18:01+0100\n"
10
- "PO-Revision-Date: 2015-04-09 18:12+0100\n"
11
  "Last-Translator: Codepress <info@codepress.nl>\n"
12
  "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/admin-columns/language/ja_JP/)\n"
13
  "MIME-Version: 1.0\n"
@@ -15,7 +15,7 @@ msgstr ""
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: ja_JP\n"
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
- "X-Generator: Poedit 1.7.5\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
21
  "esc_html_x:1,2c\n"
@@ -49,164 +49,164 @@ msgstr ""
49
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
50
  msgstr ""
51
 
52
- #: ../classes/column.php:582
53
  msgid "Thumbnail"
54
  msgstr "サムネイル"
55
 
56
- #: ../classes/column.php:583
57
  msgid "Medium"
58
  msgstr "メディア"
59
 
60
- #: ../classes/column.php:584
61
  msgid "Large"
62
  msgstr "大"
63
 
64
- #: ../classes/column.php:585
65
  msgid "Full"
66
  msgstr "フルサイズ"
67
 
68
- #: ../classes/column.php:1026
69
  msgid "Date Format"
70
  msgstr "データフォーマット"
71
 
72
- #: ../classes/column.php:1027
73
  msgid "This will determine how the date will be displayed."
74
  msgstr "日付の表示方法を設定する。"
75
 
76
- #: ../classes/column.php:1033
77
  msgid "Example:"
78
  msgstr "例:"
79
 
80
- #: ../classes/column.php:1035
81
  #, php-format
82
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
83
  msgstr "設定>一般 <a href=\"%s\">日付フォーマット</a>を利用する場合は空白にしてください。"
84
 
85
- #: ../classes/column.php:1036
86
  msgid "Documentation on date and time formatting."
87
  msgstr "日付と時刻のフォーマット"
88
 
89
- #: ../classes/column.php:1050
90
  msgid "Excerpt length"
91
  msgstr "抜粋の長さ"
92
 
93
- #: ../classes/column.php:1051
94
  msgid "Number of words"
95
  msgstr "文字数"
96
 
97
- #: ../classes/column.php:1069
98
  msgid "Preview size"
99
  msgstr "プレビューサイズ"
100
 
101
- #: ../classes/column.php:1086 ../classes/storage_model.php:595
102
  msgid "Custom"
103
  msgstr "カスタム"
104
 
105
- #: ../classes/column.php:1089 ../classes/column.php:1236
106
  msgid "width"
107
  msgstr "幅"
108
 
109
- #: ../classes/column.php:1092
110
  msgid "height"
111
  msgstr "高さ"
112
 
113
- #: ../classes/column.php:1104
114
  msgid "Before"
115
  msgstr "表示の前"
116
 
117
- #: ../classes/column.php:1104
118
  msgid "This text will appear before the custom field value."
119
  msgstr "このテキストはカスタムフィールドの値の前に表示されます。(HTMLタグ含む)"
120
 
121
- #: ../classes/column.php:1105
122
  msgid "After"
123
  msgstr "表示の後"
124
 
125
- #: ../classes/column.php:1105
126
  msgid "This text will appear after the custom field value."
127
  msgstr "このテキストはカスタムフィールドの値の後に表示されます。(HTMLタグ含む)"
128
 
129
- #: ../classes/column.php:1114
130
  msgid "Display Name"
131
  msgstr "表示名"
132
 
133
- #: ../classes/column.php:1115
134
  msgid "First Name"
135
  msgstr "姓"
136
 
137
- #: ../classes/column.php:1116
138
  msgid "Last Name"
139
  msgstr "名"
140
 
141
- #: ../classes/column.php:1117 ../classes/column/user/nickname.php:19
142
  msgid "Nickname"
143
  msgstr "ニックネーム"
144
 
145
- #: ../classes/column.php:1118
146
  msgid "User Login"
147
  msgstr "ユーザーログイン名"
148
 
149
- #: ../classes/column.php:1119
150
  msgid "User Email"
151
  msgstr "ユーザーメール"
152
 
153
- #: ../classes/column.php:1120 ../classes/column/user/ID.php:19
154
  msgid "User ID"
155
  msgstr "ユーザーID"
156
 
157
- #: ../classes/column.php:1121
158
  msgid "First and Last Name"
159
  msgstr "姓名"
160
 
161
- #: ../classes/column.php:1124
162
  msgid "Display format"
163
  msgstr ""
164
 
165
- #: ../classes/column.php:1124
166
  msgid "This is the format of the author name."
167
  msgstr "投稿者の表示方法"
168
 
169
- #: ../classes/column.php:1258
170
  msgid "Edit"
171
  msgstr "編集"
172
 
173
- #: ../classes/column.php:1260 ../classes/column.php:1352
174
  msgid "Clone"
175
  msgstr ""
176
 
177
- #: ../classes/column.php:1262 ../classes/column.php:1354
178
  msgid "Remove"
179
  msgstr "削除"
180
 
181
- #: ../classes/column.php:1280 ../classes/column/custom-field.php:407
182
  msgid "Type"
183
  msgstr "タイプ"
184
 
185
- #: ../classes/column.php:1280
186
  msgid "Choose a column type."
187
  msgstr "列に表示するタイプを設定します。"
188
 
189
- #: ../classes/column.php:1280
190
  msgid "Name"
191
  msgstr ""
192
 
193
- #: ../classes/column.php:1290
194
  msgid "Label"
195
  msgstr "ラベル"
196
 
197
- #: ../classes/column.php:1290
198
  msgid "This is the name which will appear as the column header."
199
  msgstr "列に表示される名前"
200
 
201
- #: ../classes/column.php:1297 ../classes/column/media/width.php:19
202
  msgid "Width"
203
  msgstr "表示幅"
204
 
205
- #: ../classes/column.php:1299
206
  msgid "default"
207
  msgstr "初期値"
208
 
209
- #: ../classes/column.php:1300
210
  msgid "auto"
211
  msgstr ""
212
 
@@ -276,6 +276,10 @@ msgstr "投稿者メール"
276
  msgid "Author IP"
277
  msgstr "投稿者IP"
278
 
 
 
 
 
279
  #: ../classes/column/comment/author-url.php:19
280
  msgid "Author url"
281
  msgstr "投稿者URL"
@@ -297,14 +301,18 @@ msgstr "送信する <a href=\"%1$s\">%2$s at %3$s</a> "
297
  msgid "Date"
298
  msgstr "日付"
299
 
300
- #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:315
301
- msgid "Excerpt"
302
- msgstr "エキスポート"
303
 
304
  #: ../classes/column/comment/reply-to.php:19
305
  msgid "In Reply To"
306
  msgstr "返信先"
307
 
 
 
 
 
308
  #: ../classes/column/comment/word-count.php:19 ../classes/column/post/word-count.php:19
309
  msgid "Word count"
310
  msgstr "文字数"
@@ -329,6 +337,10 @@ msgstr "色"
329
  msgid "Counter"
330
  msgstr "カウンター"
331
 
 
 
 
 
332
  #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:314
333
  msgid "Image"
334
  msgstr "画像"
@@ -546,10 +558,6 @@ msgstr "コメントステータス"
546
  msgid "Select which comment status you like to display."
547
  msgstr "表示させたいコメントステータスを選択します。"
548
 
549
- #: ../classes/column/post/content.php:19
550
- msgid "Content"
551
- msgstr ""
552
-
553
  #: ../classes/column/post/date-published.php:17
554
  msgid "Date Published"
555
  msgstr ""
@@ -712,7 +720,7 @@ msgstr "姓"
712
  msgid "Post Count"
713
  msgstr "コメント"
714
 
715
- #: ../classes/column/user/post-count.php:102
716
  msgid "Post Type"
717
  msgstr "投稿タイプ"
718
 
@@ -728,6 +736,66 @@ msgstr ""
728
  msgid "Url"
729
  msgstr "URL"
730
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
731
  #: ../classes/settings.php:112
732
  msgid "Add-on successfully activated."
733
  msgstr ""
@@ -740,10 +808,6 @@ msgstr ""
740
  msgid "Admin Columns Settings"
741
  msgstr "Admin Columns 設定"
742
 
743
- #: ../classes/settings.php:170 ../classes/settings.php:589 ../classes/upgrade.php:135
744
- msgid "Admin Columns"
745
- msgstr "Admin Columns"
746
-
747
  #: ../classes/settings.php:220
748
  #, php-format
749
  msgid "%s column is already present and can not be duplicated."
@@ -1002,7 +1066,7 @@ msgstr ""
1002
  msgid "Taxonomies"
1003
  msgstr ""
1004
 
1005
- #: ../classes/settings.php:590 ../codepress-admin-columns.php:375
1006
  msgid "Settings"
1007
  msgstr "設定"
1008
 
@@ -1194,10 +1258,6 @@ msgstr ""
1194
  msgid "Users"
1195
  msgstr "ユーザー"
1196
 
1197
- #: ../classes/storage_model/user.php:14
1198
- msgid "User"
1199
- msgstr ""
1200
-
1201
  #: ../classes/upgrade.php:62
1202
  msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
1203
  msgstr ""
@@ -1254,10 +1314,6 @@ msgstr "エラー"
1254
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1255
  msgstr "申し訳ありません。アップグレードプロセス中にエラーが発生しました。サポートフォーラムへ報告してください。"
1256
 
1257
- #: ../codepress-admin-columns.php:34
1258
- msgid "No textdomain"
1259
- msgstr ""
1260
-
1261
- #: ../codepress-admin-columns.php:442
1262
  msgid "Edit columns"
1263
  msgstr "列の編集"
6
  msgstr ""
7
  "Project-Id-Version: Admin Columns\n"
8
  "Report-Msgid-Bugs-To: \n"
9
+ "POT-Creation-Date: 2015-04-29 13:58+0100\n"
10
+ "PO-Revision-Date: 2015-06-26 13:25+0100\n"
11
  "Last-Translator: Codepress <info@codepress.nl>\n"
12
  "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/admin-columns/language/ja_JP/)\n"
13
  "MIME-Version: 1.0\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: ja_JP\n"
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "X-Generator: Poedit 1.8.1\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
21
  "esc_html_x:1,2c\n"
49
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
50
  msgstr ""
51
 
52
+ #: ../classes/column.php:597
53
  msgid "Thumbnail"
54
  msgstr "サムネイル"
55
 
56
+ #: ../classes/column.php:598
57
  msgid "Medium"
58
  msgstr "メディア"
59
 
60
+ #: ../classes/column.php:599
61
  msgid "Large"
62
  msgstr "大"
63
 
64
+ #: ../classes/column.php:600
65
  msgid "Full"
66
  msgstr "フルサイズ"
67
 
68
+ #: ../classes/column.php:1041
69
  msgid "Date Format"
70
  msgstr "データフォーマット"
71
 
72
+ #: ../classes/column.php:1042
73
  msgid "This will determine how the date will be displayed."
74
  msgstr "日付の表示方法を設定する。"
75
 
76
+ #: ../classes/column.php:1048
77
  msgid "Example:"
78
  msgstr "例:"
79
 
80
+ #: ../classes/column.php:1050
81
  #, php-format
82
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
83
  msgstr "設定>一般 <a href=\"%s\">日付フォーマット</a>を利用する場合は空白にしてください。"
84
 
85
+ #: ../classes/column.php:1051
86
  msgid "Documentation on date and time formatting."
87
  msgstr "日付と時刻のフォーマット"
88
 
89
+ #: ../classes/column.php:1065
90
  msgid "Excerpt length"
91
  msgstr "抜粋の長さ"
92
 
93
+ #: ../classes/column.php:1066
94
  msgid "Number of words"
95
  msgstr "文字数"
96
 
97
+ #: ../classes/column.php:1084
98
  msgid "Preview size"
99
  msgstr "プレビューサイズ"
100
 
101
+ #: ../classes/column.php:1101 ../classes/storage_model.php:595
102
  msgid "Custom"
103
  msgstr "カスタム"
104
 
105
+ #: ../classes/column.php:1104 ../classes/column.php:1251
106
  msgid "width"
107
  msgstr "幅"
108
 
109
+ #: ../classes/column.php:1107
110
  msgid "height"
111
  msgstr "高さ"
112
 
113
+ #: ../classes/column.php:1119
114
  msgid "Before"
115
  msgstr "表示の前"
116
 
117
+ #: ../classes/column.php:1119
118
  msgid "This text will appear before the custom field value."
119
  msgstr "このテキストはカスタムフィールドの値の前に表示されます。(HTMLタグ含む)"
120
 
121
+ #: ../classes/column.php:1120
122
  msgid "After"
123
  msgstr "表示の後"
124
 
125
+ #: ../classes/column.php:1120
126
  msgid "This text will appear after the custom field value."
127
  msgstr "このテキストはカスタムフィールドの値の後に表示されます。(HTMLタグ含む)"
128
 
129
+ #: ../classes/column.php:1129
130
  msgid "Display Name"
131
  msgstr "表示名"
132
 
133
+ #: ../classes/column.php:1130
134
  msgid "First Name"
135
  msgstr "姓"
136
 
137
+ #: ../classes/column.php:1131
138
  msgid "Last Name"
139
  msgstr "名"
140
 
141
+ #: ../classes/column.php:1132 ../classes/column/user/nickname.php:19
142
  msgid "Nickname"
143
  msgstr "ニックネーム"
144
 
145
+ #: ../classes/column.php:1133
146
  msgid "User Login"
147
  msgstr "ユーザーログイン名"
148
 
149
+ #: ../classes/column.php:1134
150
  msgid "User Email"
151
  msgstr "ユーザーメール"
152
 
153
+ #: ../classes/column.php:1135 ../classes/column/user/ID.php:19
154
  msgid "User ID"
155
  msgstr "ユーザーID"
156
 
157
+ #: ../classes/column.php:1136
158
  msgid "First and Last Name"
159
  msgstr "姓名"
160
 
161
+ #: ../classes/column.php:1139
162
  msgid "Display format"
163
  msgstr ""
164
 
165
+ #: ../classes/column.php:1139
166
  msgid "This is the format of the author name."
167
  msgstr "投稿者の表示方法"
168
 
169
+ #: ../classes/column.php:1273
170
  msgid "Edit"
171
  msgstr "編集"
172
 
173
+ #: ../classes/column.php:1275 ../classes/column.php:1367
174
  msgid "Clone"
175
  msgstr ""
176
 
177
+ #: ../classes/column.php:1277 ../classes/column.php:1369
178
  msgid "Remove"
179
  msgstr "削除"
180
 
181
+ #: ../classes/column.php:1295 ../classes/column/comment/type.php:13 ../classes/column/custom-field.php:407
182
  msgid "Type"
183
  msgstr "タイプ"
184
 
185
+ #: ../classes/column.php:1295
186
  msgid "Choose a column type."
187
  msgstr "列に表示するタイプを設定します。"
188
 
189
+ #: ../classes/column.php:1295
190
  msgid "Name"
191
  msgstr ""
192
 
193
+ #: ../classes/column.php:1305
194
  msgid "Label"
195
  msgstr "ラベル"
196
 
197
+ #: ../classes/column.php:1305
198
  msgid "This is the name which will appear as the column header."
199
  msgstr "列に表示される名前"
200
 
201
+ #: ../classes/column.php:1312 ../classes/column/media/width.php:19
202
  msgid "Width"
203
  msgstr "表示幅"
204
 
205
+ #: ../classes/column.php:1314
206
  msgid "default"
207
  msgstr "初期値"
208
 
209
+ #: ../classes/column.php:1315
210
  msgid "auto"
211
  msgstr ""
212
 
276
  msgid "Author IP"
277
  msgstr "投稿者IP"
278
 
279
+ #: ../classes/column/comment/author-name.php:12
280
+ msgid "Author name"
281
+ msgstr ""
282
+
283
  #: ../classes/column/comment/author-url.php:19
284
  msgid "Author url"
285
  msgstr "投稿者URL"
301
  msgid "Date"
302
  msgstr "日付"
303
 
304
+ #: ../classes/column/comment/excerpt.php:19 ../classes/column/post/content.php:19
305
+ msgid "Content"
306
+ msgstr ""
307
 
308
  #: ../classes/column/comment/reply-to.php:19
309
  msgid "In Reply To"
310
  msgstr "返信先"
311
 
312
+ #: ../classes/column/comment/user.php:11 ../classes/storage_model/user.php:14
313
+ msgid "User"
314
+ msgstr ""
315
+
316
  #: ../classes/column/comment/word-count.php:19 ../classes/column/post/word-count.php:19
317
  msgid "Word count"
318
  msgstr "文字数"
337
  msgid "Counter"
338
  msgstr "カウンター"
339
 
340
+ #: ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:315
341
+ msgid "Excerpt"
342
+ msgstr "エキスポート"
343
+
344
  #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:314
345
  msgid "Image"
346
  msgstr "画像"
558
  msgid "Select which comment status you like to display."
559
  msgstr "表示させたいコメントステータスを選択します。"
560
 
 
 
 
 
561
  #: ../classes/column/post/date-published.php:17
562
  msgid "Date Published"
563
  msgstr ""
720
  msgid "Post Count"
721
  msgstr "コメント"
722
 
723
+ #: ../classes/column/user/post-count.php:89
724
  msgid "Post Type"
725
  msgstr "投稿タイプ"
726
 
736
  msgid "Url"
737
  msgstr "URL"
738
 
739
+ #: ../classes/review_notice.php:55 ../classes/settings.php:170 ../classes/settings.php:589 ../classes/upgrade.php:135
740
+ msgid "Admin Columns"
741
+ msgstr "Admin Columns"
742
+
743
+ #: ../classes/review_notice.php:58
744
+ msgid "Admin Columns Pro"
745
+ msgstr ""
746
+
747
+ #: ../classes/review_notice.php:65
748
+ #, php-format
749
+ msgid ""
750
+ "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review "
751
+ "at wordpress.org? If you're not happy with %s, please %s."
752
+ msgstr ""
753
+
754
+ #: ../classes/review_notice.php:68
755
+ msgid "click here"
756
+ msgstr ""
757
+
758
+ #: ../classes/review_notice.php:72
759
+ msgid "Leave a review!"
760
+ msgstr ""
761
+
762
+ #: ../classes/review_notice.php:73
763
+ msgid "Permanently hide notice"
764
+ msgstr ""
765
+
766
+ #: ../classes/review_notice.php:80
767
+ #, php-format
768
+ msgid ""
769
+ "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please "
770
+ "visit our %s."
771
+ msgstr ""
772
+
773
+ #: ../classes/review_notice.php:82
774
+ msgid "documentation page"
775
+ msgstr ""
776
+
777
+ #: ../classes/review_notice.php:86
778
+ #, php-format
779
+ msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
780
+ msgstr ""
781
+
782
+ #: ../classes/review_notice.php:87
783
+ msgid "our forums"
784
+ msgstr ""
785
+
786
+ #: ../classes/review_notice.php:91
787
+ #, php-format
788
+ msgid "You can also find help on the %s, and %s."
789
+ msgstr ""
790
+
791
+ #: ../classes/review_notice.php:92
792
+ msgid "Admin Columns forums on WordPress.org"
793
+ msgstr ""
794
+
795
+ #: ../classes/review_notice.php:93
796
+ msgid "find answers to some frequently asked questions"
797
+ msgstr ""
798
+
799
  #: ../classes/settings.php:112
800
  msgid "Add-on successfully activated."
801
  msgstr ""
808
  msgid "Admin Columns Settings"
809
  msgstr "Admin Columns 設定"
810
 
 
 
 
 
811
  #: ../classes/settings.php:220
812
  #, php-format
813
  msgid "%s column is already present and can not be duplicated."
1066
  msgid "Taxonomies"
1067
  msgstr ""
1068
 
1069
+ #: ../classes/settings.php:590 ../codepress-admin-columns.php:377
1070
  msgid "Settings"
1071
  msgstr "設定"
1072
 
1258
  msgid "Users"
1259
  msgstr "ユーザー"
1260
 
 
 
 
 
1261
  #: ../classes/upgrade.php:62
1262
  msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
1263
  msgstr ""
1314
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1315
  msgstr "申し訳ありません。アップグレードプロセス中にエラーが発生しました。サポートフォーラムへ報告してください。"
1316
 
1317
+ #: ../codepress-admin-columns.php:444
 
 
 
 
1318
  msgid "Edit columns"
1319
  msgstr "列の編集"
languages/cpac-nl_NL.mo CHANGED
Binary file
languages/cpac-nl_NL.po CHANGED
@@ -6,8 +6,8 @@ msgid ""
6
  msgstr ""
7
  "Project-Id-Version: Admin Columns\n"
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2015-04-09 18:01+0100\n"
10
- "PO-Revision-Date: 2015-04-09 18:12+0100\n"
11
  "Last-Translator: Codepress <info@codepress.nl>\n"
12
  "Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/admin-columns/language/nl_NL/)\n"
13
  "MIME-Version: 1.0\n"
@@ -15,7 +15,7 @@ msgstr ""
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: nl_NL\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
- "X-Generator: Poedit 1.7.5\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -48,164 +48,164 @@ msgstr "WooCommerce"
48
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
49
  msgstr "Verbeter de producten, orders en coupons overzichten met de nieuwe kolommen en inline editing."
50
 
51
- #: ../classes/column.php:582
52
  msgid "Thumbnail"
53
  msgstr "Thumbnail"
54
 
55
- #: ../classes/column.php:583
56
  msgid "Medium"
57
  msgstr "Gemiddeld"
58
 
59
- #: ../classes/column.php:584
60
  msgid "Large"
61
  msgstr "Groot"
62
 
63
- #: ../classes/column.php:585
64
  msgid "Full"
65
  msgstr "Volledig"
66
 
67
- #: ../classes/column.php:1026
68
  msgid "Date Format"
69
  msgstr "Datumnotatie"
70
 
71
- #: ../classes/column.php:1027
72
  msgid "This will determine how the date will be displayed."
73
  msgstr "Dit bepaald hoe de datum wordt weergegeven."
74
 
75
- #: ../classes/column.php:1033
76
  msgid "Example:"
77
  msgstr "Voorbeeld:"
78
 
79
- #: ../classes/column.php:1035
80
  #, php-format
81
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
82
  msgstr "Laat leeg voor WordPress datumformaat, verander je <a href=\"%s\">standaard datumformaat </a>."
83
 
84
- #: ../classes/column.php:1036
85
  msgid "Documentation on date and time formatting."
86
  msgstr "Documentatie over datum en tijd opmaak."
87
 
88
- #: ../classes/column.php:1050
89
  msgid "Excerpt length"
90
  msgstr "Samenvatting lengte"
91
 
92
- #: ../classes/column.php:1051
93
  msgid "Number of words"
94
  msgstr "Aantal woorden"
95
 
96
- #: ../classes/column.php:1069
97
  msgid "Preview size"
98
  msgstr "Voorbeeldformaat"
99
 
100
- #: ../classes/column.php:1086 ../classes/storage_model.php:595
101
  msgid "Custom"
102
  msgstr "Aangepast"
103
 
104
- #: ../classes/column.php:1089 ../classes/column.php:1236
105
  msgid "width"
106
  msgstr "breedte"
107
 
108
- #: ../classes/column.php:1092
109
  msgid "height"
110
  msgstr "hoogte"
111
 
112
- #: ../classes/column.php:1104
113
  msgid "Before"
114
  msgstr "Voor"
115
 
116
- #: ../classes/column.php:1104
117
  msgid "This text will appear before the custom field value."
118
  msgstr "Deze tekst wordt getoond voor de custom field waarde."
119
 
120
- #: ../classes/column.php:1105
121
  msgid "After"
122
  msgstr "Na"
123
 
124
- #: ../classes/column.php:1105
125
  msgid "This text will appear after the custom field value."
126
  msgstr "Deze tekst wordt getoond na de custom field waarde."
127
 
128
- #: ../classes/column.php:1114
129
  msgid "Display Name"
130
  msgstr "Schermnaam"
131
 
132
- #: ../classes/column.php:1115
133
  msgid "First Name"
134
  msgstr "Voornaam"
135
 
136
- #: ../classes/column.php:1116
137
  msgid "Last Name"
138
  msgstr "Achternaam"
139
 
140
- #: ../classes/column.php:1117 ../classes/column/user/nickname.php:19
141
  msgid "Nickname"
142
  msgstr "Nickname"
143
 
144
- #: ../classes/column.php:1118
145
  msgid "User Login"
146
  msgstr "Gebruikers login"
147
 
148
- #: ../classes/column.php:1119
149
  msgid "User Email"
150
  msgstr "Gebruiker Email"
151
 
152
- #: ../classes/column.php:1120 ../classes/column/user/ID.php:19
153
  msgid "User ID"
154
  msgstr "Gebruiker ID"
155
 
156
- #: ../classes/column.php:1121
157
  msgid "First and Last Name"
158
  msgstr "Voor- en achternaam"
159
 
160
- #: ../classes/column.php:1124
161
  msgid "Display format"
162
  msgstr "Weergave formaat"
163
 
164
- #: ../classes/column.php:1124
165
  msgid "This is the format of the author name."
166
  msgstr "Dit is het formaat van de auteursnaam"
167
 
168
- #: ../classes/column.php:1258
169
  msgid "Edit"
170
  msgstr "Bewerken"
171
 
172
- #: ../classes/column.php:1260 ../classes/column.php:1352
173
  msgid "Clone"
174
  msgstr "Kloon"
175
 
176
- #: ../classes/column.php:1262 ../classes/column.php:1354
177
  msgid "Remove"
178
  msgstr "Verwijderen"
179
 
180
- #: ../classes/column.php:1280 ../classes/column/custom-field.php:407
181
  msgid "Type"
182
  msgstr "Type"
183
 
184
- #: ../classes/column.php:1280
185
  msgid "Choose a column type."
186
  msgstr "Kies een kolom type."
187
 
188
- #: ../classes/column.php:1280
189
  msgid "Name"
190
  msgstr "Naam"
191
 
192
- #: ../classes/column.php:1290
193
  msgid "Label"
194
  msgstr "Label"
195
 
196
- #: ../classes/column.php:1290
197
  msgid "This is the name which will appear as the column header."
198
  msgstr "Deze naam zal verschijnen als kolom kop."
199
 
200
- #: ../classes/column.php:1297 ../classes/column/media/width.php:19
201
  msgid "Width"
202
  msgstr "Breedte"
203
 
204
- #: ../classes/column.php:1299
205
  msgid "default"
206
  msgstr "standaard"
207
 
208
- #: ../classes/column.php:1300
209
  msgid "auto"
210
  msgstr "auto"
211
 
@@ -274,6 +274,10 @@ msgstr "Auteurs email"
274
  msgid "Author IP"
275
  msgstr "Auteur IP"
276
 
 
 
 
 
277
  #: ../classes/column/comment/author-url.php:19
278
  msgid "Author url"
279
  msgstr "Auteurs url"
@@ -295,14 +299,18 @@ msgstr "Verstuurd op <a href=\"%1$s\">%2$s op %3$s</a>"
295
  msgid "Date"
296
  msgstr "Datum"
297
 
298
- #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:315
299
- msgid "Excerpt"
300
- msgstr "Samenvatting"
301
 
302
  #: ../classes/column/comment/reply-to.php:19
303
  msgid "In Reply To"
304
  msgstr "Antwoord op"
305
 
 
 
 
 
306
  #: ../classes/column/comment/word-count.php:19 ../classes/column/post/word-count.php:19
307
  msgid "Word count"
308
  msgstr "Aantal woorden"
@@ -327,6 +335,10 @@ msgstr "Kleur"
327
  msgid "Counter"
328
  msgstr "Teller"
329
 
 
 
 
 
330
  #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:314
331
  msgid "Image"
332
  msgstr "Afbeelding"
@@ -544,10 +556,6 @@ msgstr "Comment status"
544
  msgid "Select which comment status you like to display."
545
  msgstr "Selecteer welke reactie status die je wil weergeven."
546
 
547
- #: ../classes/column/post/content.php:19
548
- msgid "Content"
549
- msgstr "Content"
550
-
551
  #: ../classes/column/post/date-published.php:17
552
  msgid "Date Published"
553
  msgstr "Gepubliceerde datum"
@@ -563,14 +571,14 @@ msgstr "Gemiddelde leestijd"
563
  #: ../classes/column/post/estimated-reading-time.php:63
564
  msgid "second"
565
  msgid_plural "seconds"
566
- msgstr[0] ""
567
- msgstr[1] ""
568
 
569
  #: ../classes/column/post/estimated-reading-time.php:66
570
  msgid "minute"
571
  msgid_plural "minutes"
572
- msgstr[0] ""
573
- msgstr[1] ""
574
 
575
  #: ../classes/column/post/estimated-reading-time.php:103
576
  msgid "Words per minute"
@@ -712,7 +720,7 @@ msgstr "Achternaam"
712
  msgid "Post Count"
713
  msgstr "Aantal posts"
714
 
715
- #: ../classes/column/user/post-count.php:102
716
  msgid "Post Type"
717
  msgstr "Post Type"
718
 
@@ -728,6 +736,62 @@ msgstr "Visuele editor"
728
  msgid "Url"
729
  msgstr "Url"
730
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
731
  #: ../classes/settings.php:112
732
  msgid "Add-on successfully activated."
733
  msgstr "Add-on werd succesvol geactiveerd."
@@ -740,10 +804,6 @@ msgstr "Add-on werd succesvol gedesactiveerd."
740
  msgid "Admin Columns Settings"
741
  msgstr "Admin Columns Instellingen"
742
 
743
- #: ../classes/settings.php:170 ../classes/settings.php:589 ../classes/upgrade.php:135
744
- msgid "Admin Columns"
745
- msgstr "Admin Columns"
746
-
747
  #: ../classes/settings.php:220
748
  #, php-format
749
  msgid "%s column is already present and can not be duplicated."
@@ -987,7 +1047,7 @@ msgstr "Overige"
987
  msgid "Taxonomies"
988
  msgstr "Taxonomieën"
989
 
990
- #: ../classes/settings.php:590 ../codepress-admin-columns.php:375
991
  msgid "Settings"
992
  msgstr "Instellingen"
993
 
@@ -1177,10 +1237,6 @@ msgstr "Media"
1177
  msgid "Users"
1178
  msgstr "Gebruikers"
1179
 
1180
- #: ../classes/storage_model/user.php:14
1181
- msgid "User"
1182
- msgstr "Gebruiker"
1183
-
1184
  #: ../classes/upgrade.php:62
1185
  msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
1186
  msgstr "The pro add-on wordt niet langer ondersteund. Login op je account en download Admin Columns Pro"
@@ -1237,10 +1293,6 @@ msgstr "Fout"
1237
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1238
  msgstr "Excuseert. Er liep iets fout tijdens bij het upgraden. Gelieve dit te melden in het support forum."
1239
 
1240
- #: ../codepress-admin-columns.php:34
1241
- msgid "No textdomain"
1242
- msgstr ""
1243
-
1244
- #: ../codepress-admin-columns.php:442
1245
  msgid "Edit columns"
1246
  msgstr "Wijzig kolommen"
6
  msgstr ""
7
  "Project-Id-Version: Admin Columns\n"
8
  "Report-Msgid-Bugs-To: \n"
9
+ "POT-Creation-Date: 2015-04-29 13:58+0100\n"
10
+ "PO-Revision-Date: 2015-06-26 13:25+0100\n"
11
  "Last-Translator: Codepress <info@codepress.nl>\n"
12
  "Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/admin-columns/language/nl_NL/)\n"
13
  "MIME-Version: 1.0\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: nl_NL\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Generator: Poedit 1.8.1\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
48
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
49
  msgstr "Verbeter de producten, orders en coupons overzichten met de nieuwe kolommen en inline editing."
50
 
51
+ #: ../classes/column.php:597
52
  msgid "Thumbnail"
53
  msgstr "Thumbnail"
54
 
55
+ #: ../classes/column.php:598
56
  msgid "Medium"
57
  msgstr "Gemiddeld"
58
 
59
+ #: ../classes/column.php:599
60
  msgid "Large"
61
  msgstr "Groot"
62
 
63
+ #: ../classes/column.php:600
64
  msgid "Full"
65
  msgstr "Volledig"
66
 
67
+ #: ../classes/column.php:1041
68
  msgid "Date Format"
69
  msgstr "Datumnotatie"
70
 
71
+ #: ../classes/column.php:1042
72
  msgid "This will determine how the date will be displayed."
73
  msgstr "Dit bepaald hoe de datum wordt weergegeven."
74
 
75
+ #: ../classes/column.php:1048
76
  msgid "Example:"
77
  msgstr "Voorbeeld:"
78
 
79
+ #: ../classes/column.php:1050
80
  #, php-format
81
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
82
  msgstr "Laat leeg voor WordPress datumformaat, verander je <a href=\"%s\">standaard datumformaat </a>."
83
 
84
+ #: ../classes/column.php:1051
85
  msgid "Documentation on date and time formatting."
86
  msgstr "Documentatie over datum en tijd opmaak."
87
 
88
+ #: ../classes/column.php:1065
89
  msgid "Excerpt length"
90
  msgstr "Samenvatting lengte"
91
 
92
+ #: ../classes/column.php:1066
93
  msgid "Number of words"
94
  msgstr "Aantal woorden"
95
 
96
+ #: ../classes/column.php:1084
97
  msgid "Preview size"
98
  msgstr "Voorbeeldformaat"
99
 
100
+ #: ../classes/column.php:1101 ../classes/storage_model.php:595
101
  msgid "Custom"
102
  msgstr "Aangepast"
103
 
104
+ #: ../classes/column.php:1104 ../classes/column.php:1251
105
  msgid "width"
106
  msgstr "breedte"
107
 
108
+ #: ../classes/column.php:1107
109
  msgid "height"
110
  msgstr "hoogte"
111
 
112
+ #: ../classes/column.php:1119
113
  msgid "Before"
114
  msgstr "Voor"
115
 
116
+ #: ../classes/column.php:1119
117
  msgid "This text will appear before the custom field value."
118
  msgstr "Deze tekst wordt getoond voor de custom field waarde."
119
 
120
+ #: ../classes/column.php:1120
121
  msgid "After"
122
  msgstr "Na"
123
 
124
+ #: ../classes/column.php:1120
125
  msgid "This text will appear after the custom field value."
126
  msgstr "Deze tekst wordt getoond na de custom field waarde."
127
 
128
+ #: ../classes/column.php:1129
129
  msgid "Display Name"
130
  msgstr "Schermnaam"
131
 
132
+ #: ../classes/column.php:1130
133
  msgid "First Name"
134
  msgstr "Voornaam"
135
 
136
+ #: ../classes/column.php:1131
137
  msgid "Last Name"
138
  msgstr "Achternaam"
139
 
140
+ #: ../classes/column.php:1132 ../classes/column/user/nickname.php:19
141
  msgid "Nickname"
142
  msgstr "Nickname"
143
 
144
+ #: ../classes/column.php:1133
145
  msgid "User Login"
146
  msgstr "Gebruikers login"
147
 
148
+ #: ../classes/column.php:1134
149
  msgid "User Email"
150
  msgstr "Gebruiker Email"
151
 
152
+ #: ../classes/column.php:1135 ../classes/column/user/ID.php:19
153
  msgid "User ID"
154
  msgstr "Gebruiker ID"
155
 
156
+ #: ../classes/column.php:1136
157
  msgid "First and Last Name"
158
  msgstr "Voor- en achternaam"
159
 
160
+ #: ../classes/column.php:1139
161
  msgid "Display format"
162
  msgstr "Weergave formaat"
163
 
164
+ #: ../classes/column.php:1139
165
  msgid "This is the format of the author name."
166
  msgstr "Dit is het formaat van de auteursnaam"
167
 
168
+ #: ../classes/column.php:1273
169
  msgid "Edit"
170
  msgstr "Bewerken"
171
 
172
+ #: ../classes/column.php:1275 ../classes/column.php:1367
173
  msgid "Clone"
174
  msgstr "Kloon"
175
 
176
+ #: ../classes/column.php:1277 ../classes/column.php:1369
177
  msgid "Remove"
178
  msgstr "Verwijderen"
179
 
180
+ #: ../classes/column.php:1295 ../classes/column/comment/type.php:13 ../classes/column/custom-field.php:407
181
  msgid "Type"
182
  msgstr "Type"
183
 
184
+ #: ../classes/column.php:1295
185
  msgid "Choose a column type."
186
  msgstr "Kies een kolom type."
187
 
188
+ #: ../classes/column.php:1295
189
  msgid "Name"
190
  msgstr "Naam"
191
 
192
+ #: ../classes/column.php:1305
193
  msgid "Label"
194
  msgstr "Label"
195
 
196
+ #: ../classes/column.php:1305
197
  msgid "This is the name which will appear as the column header."
198
  msgstr "Deze naam zal verschijnen als kolom kop."
199
 
200
+ #: ../classes/column.php:1312 ../classes/column/media/width.php:19
201
  msgid "Width"
202
  msgstr "Breedte"
203
 
204
+ #: ../classes/column.php:1314
205
  msgid "default"
206
  msgstr "standaard"
207
 
208
+ #: ../classes/column.php:1315
209
  msgid "auto"
210
  msgstr "auto"
211
 
274
  msgid "Author IP"
275
  msgstr "Auteur IP"
276
 
277
+ #: ../classes/column/comment/author-name.php:12
278
+ msgid "Author name"
279
+ msgstr ""
280
+
281
  #: ../classes/column/comment/author-url.php:19
282
  msgid "Author url"
283
  msgstr "Auteurs url"
299
  msgid "Date"
300
  msgstr "Datum"
301
 
302
+ #: ../classes/column/comment/excerpt.php:19 ../classes/column/post/content.php:19
303
+ msgid "Content"
304
+ msgstr "Content"
305
 
306
  #: ../classes/column/comment/reply-to.php:19
307
  msgid "In Reply To"
308
  msgstr "Antwoord op"
309
 
310
+ #: ../classes/column/comment/user.php:11 ../classes/storage_model/user.php:14
311
+ msgid "User"
312
+ msgstr "Gebruiker"
313
+
314
  #: ../classes/column/comment/word-count.php:19 ../classes/column/post/word-count.php:19
315
  msgid "Word count"
316
  msgstr "Aantal woorden"
335
  msgid "Counter"
336
  msgstr "Teller"
337
 
338
+ #: ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:315
339
+ msgid "Excerpt"
340
+ msgstr "Samenvatting"
341
+
342
  #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:314
343
  msgid "Image"
344
  msgstr "Afbeelding"
556
  msgid "Select which comment status you like to display."
557
  msgstr "Selecteer welke reactie status die je wil weergeven."
558
 
 
 
 
 
559
  #: ../classes/column/post/date-published.php:17
560
  msgid "Date Published"
561
  msgstr "Gepubliceerde datum"
571
  #: ../classes/column/post/estimated-reading-time.php:63
572
  msgid "second"
573
  msgid_plural "seconds"
574
+ msgstr[0] "seconde"
575
+ msgstr[1] "seconden"
576
 
577
  #: ../classes/column/post/estimated-reading-time.php:66
578
  msgid "minute"
579
  msgid_plural "minutes"
580
+ msgstr[0] "minuut"
581
+ msgstr[1] "minuten"
582
 
583
  #: ../classes/column/post/estimated-reading-time.php:103
584
  msgid "Words per minute"
720
  msgid "Post Count"
721
  msgstr "Aantal posts"
722
 
723
+ #: ../classes/column/user/post-count.php:89
724
  msgid "Post Type"
725
  msgstr "Post Type"
726
 
736
  msgid "Url"
737
  msgstr "Url"
738
 
739
+ #: ../classes/review_notice.php:55 ../classes/settings.php:170 ../classes/settings.php:589 ../classes/upgrade.php:135
740
+ msgid "Admin Columns"
741
+ msgstr "Admin Columns"
742
+
743
+ #: ../classes/review_notice.php:58
744
+ msgid "Admin Columns Pro"
745
+ msgstr ""
746
+
747
+ #: ../classes/review_notice.php:65
748
+ #, php-format
749
+ msgid "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy with %s, please %s."
750
+ msgstr ""
751
+
752
+ #: ../classes/review_notice.php:68
753
+ msgid "click here"
754
+ msgstr ""
755
+
756
+ #: ../classes/review_notice.php:72
757
+ msgid "Leave a review!"
758
+ msgstr ""
759
+
760
+ #: ../classes/review_notice.php:73
761
+ msgid "Permanently hide notice"
762
+ msgstr ""
763
+
764
+ #: ../classes/review_notice.php:80
765
+ #, php-format
766
+ msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
767
+ msgstr ""
768
+
769
+ #: ../classes/review_notice.php:82
770
+ msgid "documentation page"
771
+ msgstr ""
772
+
773
+ #: ../classes/review_notice.php:86
774
+ #, php-format
775
+ msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
776
+ msgstr ""
777
+
778
+ #: ../classes/review_notice.php:87
779
+ msgid "our forums"
780
+ msgstr ""
781
+
782
+ #: ../classes/review_notice.php:91
783
+ #, php-format
784
+ msgid "You can also find help on the %s, and %s."
785
+ msgstr ""
786
+
787
+ #: ../classes/review_notice.php:92
788
+ msgid "Admin Columns forums on WordPress.org"
789
+ msgstr ""
790
+
791
+ #: ../classes/review_notice.php:93
792
+ msgid "find answers to some frequently asked questions"
793
+ msgstr ""
794
+
795
  #: ../classes/settings.php:112
796
  msgid "Add-on successfully activated."
797
  msgstr "Add-on werd succesvol geactiveerd."
804
  msgid "Admin Columns Settings"
805
  msgstr "Admin Columns Instellingen"
806
 
 
 
 
 
807
  #: ../classes/settings.php:220
808
  #, php-format
809
  msgid "%s column is already present and can not be duplicated."
1047
  msgid "Taxonomies"
1048
  msgstr "Taxonomieën"
1049
 
1050
+ #: ../classes/settings.php:590 ../codepress-admin-columns.php:377
1051
  msgid "Settings"
1052
  msgstr "Instellingen"
1053
 
1237
  msgid "Users"
1238
  msgstr "Gebruikers"
1239
 
 
 
 
 
1240
  #: ../classes/upgrade.php:62
1241
  msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
1242
  msgstr "The pro add-on wordt niet langer ondersteund. Login op je account en download Admin Columns Pro"
1293
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1294
  msgstr "Excuseert. Er liep iets fout tijdens bij het upgraden. Gelieve dit te melden in het support forum."
1295
 
1296
+ #: ../codepress-admin-columns.php:444
 
 
 
 
1297
  msgid "Edit columns"
1298
  msgstr "Wijzig kolommen"
languages/cpac-pl_PL.mo CHANGED
Binary file
languages/cpac-pl_PL.po CHANGED
@@ -5,8 +5,8 @@ msgid ""
5
  msgstr ""
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
- "POT-Creation-Date: 2015-04-09 18:01+0100\n"
9
- "PO-Revision-Date: 2015-04-09 18:12+0100\n"
10
  "Last-Translator: Codepress <info@codepress.nl>\n"
11
  "Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/admin-columns/language/pl_PL/)\n"
12
  "MIME-Version: 1.0\n"
@@ -14,7 +14,7 @@ msgstr ""
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Language: pl_PL\n"
16
  "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
17
- "X-Generator: Poedit 1.7.5\n"
18
  "X-Poedit-Basepath: .\n"
19
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c\n"
20
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -47,164 +47,164 @@ msgstr ""
47
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
48
  msgstr ""
49
 
50
- #: ../classes/column.php:582
51
  msgid "Thumbnail"
52
  msgstr "Miniatura"
53
 
54
- #: ../classes/column.php:583
55
  msgid "Medium"
56
  msgstr "Średni"
57
 
58
- #: ../classes/column.php:584
59
  msgid "Large"
60
  msgstr "Duży"
61
 
62
- #: ../classes/column.php:585
63
  msgid "Full"
64
  msgstr "Pełny"
65
 
66
- #: ../classes/column.php:1026
67
  msgid "Date Format"
68
  msgstr "Format daty"
69
 
70
- #: ../classes/column.php:1027
71
  msgid "This will determine how the date will be displayed."
72
  msgstr "Określi to sposób wyświetlania daty."
73
 
74
- #: ../classes/column.php:1033
75
  msgid "Example:"
76
  msgstr "Przykład:"
77
 
78
- #: ../classes/column.php:1035
79
  #, php-format
80
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
81
  msgstr "Pozostaw puste aby używać formatu daty WordPressa, lub zmień <a href=\"%s\">domyślny format daty</a>."
82
 
83
- #: ../classes/column.php:1036
84
  msgid "Documentation on date and time formatting."
85
  msgstr "Dokumentacja dotycząca formatowania daty i godziny."
86
 
87
- #: ../classes/column.php:1050
88
  msgid "Excerpt length"
89
  msgstr "Długość wypisu"
90
 
91
- #: ../classes/column.php:1051
92
  msgid "Number of words"
93
  msgstr "Liczba słów"
94
 
95
- #: ../classes/column.php:1069
96
  msgid "Preview size"
97
  msgstr "Wielkość podglądu"
98
 
99
- #: ../classes/column.php:1086 ../classes/storage_model.php:595
100
  msgid "Custom"
101
  msgstr "Włąsne"
102
 
103
- #: ../classes/column.php:1089 ../classes/column.php:1236
104
  msgid "width"
105
  msgstr "szerokość"
106
 
107
- #: ../classes/column.php:1092
108
  msgid "height"
109
  msgstr "wysokość"
110
 
111
- #: ../classes/column.php:1104
112
  msgid "Before"
113
  msgstr "Przed"
114
 
115
- #: ../classes/column.php:1104
116
  msgid "This text will appear before the custom field value."
117
  msgstr "Ten tekst pojawi się przed wartością własnego pola."
118
 
119
- #: ../classes/column.php:1105
120
  msgid "After"
121
  msgstr "Po"
122
 
123
- #: ../classes/column.php:1105
124
  msgid "This text will appear after the custom field value."
125
  msgstr "Ten tekst pojawi się po wartości własnego pola."
126
 
127
- #: ../classes/column.php:1114
128
  msgid "Display Name"
129
  msgstr "Pseudonim"
130
 
131
- #: ../classes/column.php:1115
132
  msgid "First Name"
133
  msgstr "Imię"
134
 
135
- #: ../classes/column.php:1116
136
  msgid "Last Name"
137
  msgstr "Nazwisko"
138
 
139
- #: ../classes/column.php:1117 ../classes/column/user/nickname.php:19
140
  msgid "Nickname"
141
  msgstr "Pseudonim"
142
 
143
- #: ../classes/column.php:1118
144
  msgid "User Login"
145
  msgstr "Login użytkownika"
146
 
147
- #: ../classes/column.php:1119
148
  msgid "User Email"
149
  msgstr "Email użytkownika"
150
 
151
- #: ../classes/column.php:1120 ../classes/column/user/ID.php:19
152
  msgid "User ID"
153
  msgstr "ID użytkownika"
154
 
155
- #: ../classes/column.php:1121
156
  msgid "First and Last Name"
157
  msgstr "Imię i nazwisko"
158
 
159
- #: ../classes/column.php:1124
160
  msgid "Display format"
161
  msgstr ""
162
 
163
- #: ../classes/column.php:1124
164
  msgid "This is the format of the author name."
165
  msgstr "To jest format autora"
166
 
167
- #: ../classes/column.php:1258
168
  msgid "Edit"
169
  msgstr "Edytuj"
170
 
171
- #: ../classes/column.php:1260 ../classes/column.php:1352
172
  msgid "Clone"
173
  msgstr ""
174
 
175
- #: ../classes/column.php:1262 ../classes/column.php:1354
176
  msgid "Remove"
177
  msgstr "Usuń"
178
 
179
- #: ../classes/column.php:1280 ../classes/column/custom-field.php:407
180
  msgid "Type"
181
  msgstr "Typ"
182
 
183
- #: ../classes/column.php:1280
184
  msgid "Choose a column type."
185
  msgstr "Wybierz typ kolumny."
186
 
187
- #: ../classes/column.php:1280
188
  msgid "Name"
189
  msgstr ""
190
 
191
- #: ../classes/column.php:1290
192
  msgid "Label"
193
  msgstr "Etykieta"
194
 
195
- #: ../classes/column.php:1290
196
  msgid "This is the name which will appear as the column header."
197
  msgstr "Nazwa, któa będzie wyświetlana w nagłówku kolumny."
198
 
199
- #: ../classes/column.php:1297 ../classes/column/media/width.php:19
200
  msgid "Width"
201
  msgstr "Szerokość"
202
 
203
- #: ../classes/column.php:1299
204
  msgid "default"
205
  msgstr "domyśłny"
206
 
207
- #: ../classes/column.php:1300
208
  msgid "auto"
209
  msgstr ""
210
 
@@ -273,6 +273,10 @@ msgstr "Email Autora"
273
  msgid "Author IP"
274
  msgstr "IP Autora"
275
 
 
 
 
 
276
  #: ../classes/column/comment/author-url.php:19
277
  msgid "Author url"
278
  msgstr "URL Autora"
@@ -294,14 +298,18 @@ msgstr "Opublikowany dnia <a href=\"%1$s\">%2$s o godz. %3$s</a>"
294
  msgid "Date"
295
  msgstr "Data"
296
 
297
- #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:315
298
- msgid "Excerpt"
299
- msgstr "Wypis"
300
 
301
  #: ../classes/column/comment/reply-to.php:19
302
  msgid "In Reply To"
303
  msgstr "W odpowiedzi na"
304
 
 
 
 
 
305
  #: ../classes/column/comment/word-count.php:19 ../classes/column/post/word-count.php:19
306
  msgid "Word count"
307
  msgstr "Liczba słów"
@@ -326,6 +334,10 @@ msgstr "Kolor"
326
  msgid "Counter"
327
  msgstr ""
328
 
 
 
 
 
329
  #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:314
330
  msgid "Image"
331
  msgstr "Obrazek"
@@ -543,10 +555,6 @@ msgstr "Status komentarza"
543
  msgid "Select which comment status you like to display."
544
  msgstr "Wybierz, które statusy komentarzy chcesz wyświetlać."
545
 
546
- #: ../classes/column/post/content.php:19
547
- msgid "Content"
548
- msgstr ""
549
-
550
  #: ../classes/column/post/date-published.php:17
551
  msgid "Date Published"
552
  msgstr ""
@@ -713,7 +721,7 @@ msgstr "Nazwisko"
713
  msgid "Post Count"
714
  msgstr "Liczba wpisów"
715
 
716
- #: ../classes/column/user/post-count.php:102
717
  msgid "Post Type"
718
  msgstr "Typ wpisu"
719
 
@@ -729,6 +737,64 @@ msgstr ""
729
  msgid "Url"
730
  msgstr "Adres URL"
731
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
732
  #: ../classes/settings.php:112
733
  msgid "Add-on successfully activated."
734
  msgstr ""
@@ -741,10 +807,6 @@ msgstr ""
741
  msgid "Admin Columns Settings"
742
  msgstr "Ustawienia edytora kolumn"
743
 
744
- #: ../classes/settings.php:170 ../classes/settings.php:589 ../classes/upgrade.php:135
745
- msgid "Admin Columns"
746
- msgstr "Edytor kolumn"
747
-
748
  #: ../classes/settings.php:220
749
  #, php-format
750
  msgid "%s column is already present and can not be duplicated."
@@ -990,7 +1052,7 @@ msgstr ""
990
  msgid "Taxonomies"
991
  msgstr ""
992
 
993
- #: ../classes/settings.php:590 ../codepress-admin-columns.php:375
994
  msgid "Settings"
995
  msgstr "Ustawienia"
996
 
@@ -1180,10 +1242,6 @@ msgstr ""
1180
  msgid "Users"
1181
  msgstr "Użytkownicy"
1182
 
1183
- #: ../classes/storage_model/user.php:14
1184
- msgid "User"
1185
- msgstr ""
1186
-
1187
  #: ../classes/upgrade.php:62
1188
  msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
1189
  msgstr ""
@@ -1240,10 +1298,6 @@ msgstr "Błąd"
1240
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1241
  msgstr "Przykro nam, ale coś poszło źle w trakcie procesu aktualizacji. Napisz o tym na forum pomocy."
1242
 
1243
- #: ../codepress-admin-columns.php:34
1244
- msgid "No textdomain"
1245
- msgstr ""
1246
-
1247
- #: ../codepress-admin-columns.php:442
1248
  msgid "Edit columns"
1249
  msgstr "Edytuj kolumny"
5
  msgstr ""
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
+ "POT-Creation-Date: 2015-04-29 13:58+0100\n"
9
+ "PO-Revision-Date: 2015-06-26 13:25+0100\n"
10
  "Last-Translator: Codepress <info@codepress.nl>\n"
11
  "Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/admin-columns/language/pl_PL/)\n"
12
  "MIME-Version: 1.0\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Language: pl_PL\n"
16
  "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
17
+ "X-Generator: Poedit 1.8.1\n"
18
  "X-Poedit-Basepath: .\n"
19
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c\n"
20
  "X-Poedit-SourceCharset: UTF-8\n"
47
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
48
  msgstr ""
49
 
50
+ #: ../classes/column.php:597
51
  msgid "Thumbnail"
52
  msgstr "Miniatura"
53
 
54
+ #: ../classes/column.php:598
55
  msgid "Medium"
56
  msgstr "Średni"
57
 
58
+ #: ../classes/column.php:599
59
  msgid "Large"
60
  msgstr "Duży"
61
 
62
+ #: ../classes/column.php:600
63
  msgid "Full"
64
  msgstr "Pełny"
65
 
66
+ #: ../classes/column.php:1041
67
  msgid "Date Format"
68
  msgstr "Format daty"
69
 
70
+ #: ../classes/column.php:1042
71
  msgid "This will determine how the date will be displayed."
72
  msgstr "Określi to sposób wyświetlania daty."
73
 
74
+ #: ../classes/column.php:1048
75
  msgid "Example:"
76
  msgstr "Przykład:"
77
 
78
+ #: ../classes/column.php:1050
79
  #, php-format
80
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
81
  msgstr "Pozostaw puste aby używać formatu daty WordPressa, lub zmień <a href=\"%s\">domyślny format daty</a>."
82
 
83
+ #: ../classes/column.php:1051
84
  msgid "Documentation on date and time formatting."
85
  msgstr "Dokumentacja dotycząca formatowania daty i godziny."
86
 
87
+ #: ../classes/column.php:1065
88
  msgid "Excerpt length"
89
  msgstr "Długość wypisu"
90
 
91
+ #: ../classes/column.php:1066
92
  msgid "Number of words"
93
  msgstr "Liczba słów"
94
 
95
+ #: ../classes/column.php:1084
96
  msgid "Preview size"
97
  msgstr "Wielkość podglądu"
98
 
99
+ #: ../classes/column.php:1101 ../classes/storage_model.php:595
100
  msgid "Custom"
101
  msgstr "Włąsne"
102
 
103
+ #: ../classes/column.php:1104 ../classes/column.php:1251
104
  msgid "width"
105
  msgstr "szerokość"
106
 
107
+ #: ../classes/column.php:1107
108
  msgid "height"
109
  msgstr "wysokość"
110
 
111
+ #: ../classes/column.php:1119
112
  msgid "Before"
113
  msgstr "Przed"
114
 
115
+ #: ../classes/column.php:1119
116
  msgid "This text will appear before the custom field value."
117
  msgstr "Ten tekst pojawi się przed wartością własnego pola."
118
 
119
+ #: ../classes/column.php:1120
120
  msgid "After"
121
  msgstr "Po"
122
 
123
+ #: ../classes/column.php:1120
124
  msgid "This text will appear after the custom field value."
125
  msgstr "Ten tekst pojawi się po wartości własnego pola."
126
 
127
+ #: ../classes/column.php:1129
128
  msgid "Display Name"
129
  msgstr "Pseudonim"
130
 
131
+ #: ../classes/column.php:1130
132
  msgid "First Name"
133
  msgstr "Imię"
134
 
135
+ #: ../classes/column.php:1131
136
  msgid "Last Name"
137
  msgstr "Nazwisko"
138
 
139
+ #: ../classes/column.php:1132 ../classes/column/user/nickname.php:19
140
  msgid "Nickname"
141
  msgstr "Pseudonim"
142
 
143
+ #: ../classes/column.php:1133
144
  msgid "User Login"
145
  msgstr "Login użytkownika"
146
 
147
+ #: ../classes/column.php:1134
148
  msgid "User Email"
149
  msgstr "Email użytkownika"
150
 
151
+ #: ../classes/column.php:1135 ../classes/column/user/ID.php:19
152
  msgid "User ID"
153
  msgstr "ID użytkownika"
154
 
155
+ #: ../classes/column.php:1136
156
  msgid "First and Last Name"
157
  msgstr "Imię i nazwisko"
158
 
159
+ #: ../classes/column.php:1139
160
  msgid "Display format"
161
  msgstr ""
162
 
163
+ #: ../classes/column.php:1139
164
  msgid "This is the format of the author name."
165
  msgstr "To jest format autora"
166
 
167
+ #: ../classes/column.php:1273
168
  msgid "Edit"
169
  msgstr "Edytuj"
170
 
171
+ #: ../classes/column.php:1275 ../classes/column.php:1367
172
  msgid "Clone"
173
  msgstr ""
174
 
175
+ #: ../classes/column.php:1277 ../classes/column.php:1369
176
  msgid "Remove"
177
  msgstr "Usuń"
178
 
179
+ #: ../classes/column.php:1295 ../classes/column/comment/type.php:13 ../classes/column/custom-field.php:407
180
  msgid "Type"
181
  msgstr "Typ"
182
 
183
+ #: ../classes/column.php:1295
184
  msgid "Choose a column type."
185
  msgstr "Wybierz typ kolumny."
186
 
187
+ #: ../classes/column.php:1295
188
  msgid "Name"
189
  msgstr ""
190
 
191
+ #: ../classes/column.php:1305
192
  msgid "Label"
193
  msgstr "Etykieta"
194
 
195
+ #: ../classes/column.php:1305
196
  msgid "This is the name which will appear as the column header."
197
  msgstr "Nazwa, któa będzie wyświetlana w nagłówku kolumny."
198
 
199
+ #: ../classes/column.php:1312 ../classes/column/media/width.php:19
200
  msgid "Width"
201
  msgstr "Szerokość"
202
 
203
+ #: ../classes/column.php:1314
204
  msgid "default"
205
  msgstr "domyśłny"
206
 
207
+ #: ../classes/column.php:1315
208
  msgid "auto"
209
  msgstr ""
210
 
273
  msgid "Author IP"
274
  msgstr "IP Autora"
275
 
276
+ #: ../classes/column/comment/author-name.php:12
277
+ msgid "Author name"
278
+ msgstr ""
279
+
280
  #: ../classes/column/comment/author-url.php:19
281
  msgid "Author url"
282
  msgstr "URL Autora"
298
  msgid "Date"
299
  msgstr "Data"
300
 
301
+ #: ../classes/column/comment/excerpt.php:19 ../classes/column/post/content.php:19
302
+ msgid "Content"
303
+ msgstr ""
304
 
305
  #: ../classes/column/comment/reply-to.php:19
306
  msgid "In Reply To"
307
  msgstr "W odpowiedzi na"
308
 
309
+ #: ../classes/column/comment/user.php:11 ../classes/storage_model/user.php:14
310
+ msgid "User"
311
+ msgstr ""
312
+
313
  #: ../classes/column/comment/word-count.php:19 ../classes/column/post/word-count.php:19
314
  msgid "Word count"
315
  msgstr "Liczba słów"
334
  msgid "Counter"
335
  msgstr ""
336
 
337
+ #: ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:315
338
+ msgid "Excerpt"
339
+ msgstr "Wypis"
340
+
341
  #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:314
342
  msgid "Image"
343
  msgstr "Obrazek"
555
  msgid "Select which comment status you like to display."
556
  msgstr "Wybierz, które statusy komentarzy chcesz wyświetlać."
557
 
 
 
 
 
558
  #: ../classes/column/post/date-published.php:17
559
  msgid "Date Published"
560
  msgstr ""
721
  msgid "Post Count"
722
  msgstr "Liczba wpisów"
723
 
724
+ #: ../classes/column/user/post-count.php:89
725
  msgid "Post Type"
726
  msgstr "Typ wpisu"
727
 
737
  msgid "Url"
738
  msgstr "Adres URL"
739
 
740
+ #: ../classes/review_notice.php:55 ../classes/settings.php:170 ../classes/settings.php:589 ../classes/upgrade.php:135
741
+ msgid "Admin Columns"
742
+ msgstr "Edytor kolumn"
743
+
744
+ #: ../classes/review_notice.php:58
745
+ msgid "Admin Columns Pro"
746
+ msgstr ""
747
+
748
+ #: ../classes/review_notice.php:65
749
+ #, php-format
750
+ msgid ""
751
+ "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If "
752
+ "you're not happy with %s, please %s."
753
+ msgstr ""
754
+
755
+ #: ../classes/review_notice.php:68
756
+ msgid "click here"
757
+ msgstr ""
758
+
759
+ #: ../classes/review_notice.php:72
760
+ msgid "Leave a review!"
761
+ msgstr ""
762
+
763
+ #: ../classes/review_notice.php:73
764
+ msgid "Permanently hide notice"
765
+ msgstr ""
766
+
767
+ #: ../classes/review_notice.php:80
768
+ #, php-format
769
+ msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
770
+ msgstr ""
771
+
772
+ #: ../classes/review_notice.php:82
773
+ msgid "documentation page"
774
+ msgstr ""
775
+
776
+ #: ../classes/review_notice.php:86
777
+ #, php-format
778
+ msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
779
+ msgstr ""
780
+
781
+ #: ../classes/review_notice.php:87
782
+ msgid "our forums"
783
+ msgstr ""
784
+
785
+ #: ../classes/review_notice.php:91
786
+ #, php-format
787
+ msgid "You can also find help on the %s, and %s."
788
+ msgstr ""
789
+
790
+ #: ../classes/review_notice.php:92
791
+ msgid "Admin Columns forums on WordPress.org"
792
+ msgstr ""
793
+
794
+ #: ../classes/review_notice.php:93
795
+ msgid "find answers to some frequently asked questions"
796
+ msgstr ""
797
+
798
  #: ../classes/settings.php:112
799
  msgid "Add-on successfully activated."
800
  msgstr ""
807
  msgid "Admin Columns Settings"
808
  msgstr "Ustawienia edytora kolumn"
809
 
 
 
 
 
810
  #: ../classes/settings.php:220
811
  #, php-format
812
  msgid "%s column is already present and can not be duplicated."
1052
  msgid "Taxonomies"
1053
  msgstr ""
1054
 
1055
+ #: ../classes/settings.php:590 ../codepress-admin-columns.php:377
1056
  msgid "Settings"
1057
  msgstr "Ustawienia"
1058
 
1242
  msgid "Users"
1243
  msgstr "Użytkownicy"
1244
 
 
 
 
 
1245
  #: ../classes/upgrade.php:62
1246
  msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
1247
  msgstr ""
1298
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1299
  msgstr "Przykro nam, ale coś poszło źle w trakcie procesu aktualizacji. Napisz o tym na forum pomocy."
1300
 
1301
+ #: ../codepress-admin-columns.php:444
 
 
 
 
1302
  msgid "Edit columns"
1303
  msgstr "Edytuj kolumny"
languages/cpac-pt_BR.mo CHANGED
Binary file
languages/cpac-pt_BR.po CHANGED
@@ -7,8 +7,8 @@ msgid ""
7
  msgstr ""
8
  "Project-Id-Version: Admin Columns\n"
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2015-04-09 18:01+0100\n"
11
- "PO-Revision-Date: 2015-04-09 18:12+0100\n"
12
  "Last-Translator: Codepress <info@codepress.nl>\n"
13
  "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/admin-columns/language/pt_BR/)\n"
14
  "MIME-Version: 1.0\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: pt_BR\n"
18
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
19
- "X-Generator: Poedit 1.7.5\n"
20
  "X-Poedit-Basepath: .\n"
21
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c\n"
22
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -49,164 +49,164 @@ msgstr "WooCommerce"
49
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
50
  msgstr "Melhorar a visão geral dos produtos, encomendas e cupons com novas colunas e edição imediata."
51
 
52
- #: ../classes/column.php:582
53
  msgid "Thumbnail"
54
  msgstr "Miniatura"
55
 
56
- #: ../classes/column.php:583
57
  msgid "Medium"
58
  msgstr "Médio"
59
 
60
- #: ../classes/column.php:584
61
  msgid "Large"
62
  msgstr "Grande"
63
 
64
- #: ../classes/column.php:585
65
  msgid "Full"
66
  msgstr "Original"
67
 
68
- #: ../classes/column.php:1026
69
  msgid "Date Format"
70
  msgstr "Formato de Data"
71
 
72
- #: ../classes/column.php:1027
73
  msgid "This will determine how the date will be displayed."
74
  msgstr "Determina como a data será mostrada"
75
 
76
- #: ../classes/column.php:1033
77
  msgid "Example:"
78
  msgstr "Exemplo"
79
 
80
- #: ../classes/column.php:1035
81
  #, php-format
82
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
83
  msgstr "Deixe em branco para o formato padrão do Wordpress, mude o <a href=\"%s\">formato padrão data aqui</a>."
84
 
85
- #: ../classes/column.php:1036
86
  msgid "Documentation on date and time formatting."
87
  msgstr "Documentação para formatos de data e hora"
88
 
89
- #: ../classes/column.php:1050
90
  msgid "Excerpt length"
91
  msgstr "Tamanho do Resumo"
92
 
93
- #: ../classes/column.php:1051
94
  msgid "Number of words"
95
  msgstr "Número de Palavras"
96
 
97
- #: ../classes/column.php:1069
98
  msgid "Preview size"
99
  msgstr "Tamanho do preview"
100
 
101
- #: ../classes/column.php:1086 ../classes/storage_model.php:595
102
  msgid "Custom"
103
  msgstr "Personalizado"
104
 
105
- #: ../classes/column.php:1089 ../classes/column.php:1236
106
  msgid "width"
107
  msgstr "largura"
108
 
109
- #: ../classes/column.php:1092
110
  msgid "height"
111
  msgstr "altura"
112
 
113
- #: ../classes/column.php:1104
114
  msgid "Before"
115
  msgstr "Antes"
116
 
117
- #: ../classes/column.php:1104
118
  msgid "This text will appear before the custom field value."
119
  msgstr "Este texto aparecerá antes do valor do campo personalizado."
120
 
121
- #: ../classes/column.php:1105
122
  msgid "After"
123
  msgstr "Depois"
124
 
125
- #: ../classes/column.php:1105
126
  msgid "This text will appear after the custom field value."
127
  msgstr "Este texto aparecerá depois do valor do campo personalizado."
128
 
129
- #: ../classes/column.php:1114
130
  msgid "Display Name"
131
  msgstr "Exibir Nome"
132
 
133
- #: ../classes/column.php:1115
134
  msgid "First Name"
135
  msgstr "Primeiro Nome"
136
 
137
- #: ../classes/column.php:1116
138
  msgid "Last Name"
139
  msgstr "Sobrenome"
140
 
141
- #: ../classes/column.php:1117 ../classes/column/user/nickname.php:19
142
  msgid "Nickname"
143
  msgstr "Apelido"
144
 
145
- #: ../classes/column.php:1118
146
  msgid "User Login"
147
  msgstr "Nome de Usuário"
148
 
149
- #: ../classes/column.php:1119
150
  msgid "User Email"
151
  msgstr "Email do Usuário"
152
 
153
- #: ../classes/column.php:1120 ../classes/column/user/ID.php:19
154
  msgid "User ID"
155
  msgstr "ID do Usuário"
156
 
157
- #: ../classes/column.php:1121
158
  msgid "First and Last Name"
159
  msgstr "Nome e Sobrenome"
160
 
161
- #: ../classes/column.php:1124
162
  msgid "Display format"
163
  msgstr "Formato de exibição"
164
 
165
- #: ../classes/column.php:1124
166
  msgid "This is the format of the author name."
167
  msgstr "Este é o formato do nome do autor."
168
 
169
- #: ../classes/column.php:1258
170
  msgid "Edit"
171
  msgstr "Editar"
172
 
173
- #: ../classes/column.php:1260 ../classes/column.php:1352
174
  msgid "Clone"
175
  msgstr "Clone"
176
 
177
- #: ../classes/column.php:1262 ../classes/column.php:1354
178
  msgid "Remove"
179
  msgstr "Remover"
180
 
181
- #: ../classes/column.php:1280 ../classes/column/custom-field.php:407
182
  msgid "Type"
183
  msgstr "Tipo"
184
 
185
- #: ../classes/column.php:1280
186
  msgid "Choose a column type."
187
  msgstr "Escolha um tipo."
188
 
189
- #: ../classes/column.php:1280
190
  msgid "Name"
191
  msgstr "Nome"
192
 
193
- #: ../classes/column.php:1290
194
  msgid "Label"
195
  msgstr "Titulo"
196
 
197
- #: ../classes/column.php:1290
198
  msgid "This is the name which will appear as the column header."
199
  msgstr "Nome que aparecerá no cabeçalho da coluna."
200
 
201
- #: ../classes/column.php:1297 ../classes/column/media/width.php:19
202
  msgid "Width"
203
  msgstr "Width"
204
 
205
- #: ../classes/column.php:1299
206
  msgid "default"
207
  msgstr "padrão"
208
 
209
- #: ../classes/column.php:1300
210
  msgid "auto"
211
  msgstr "auto"
212
 
@@ -275,6 +275,10 @@ msgstr "Email do autor"
275
  msgid "Author IP"
276
  msgstr "IP do autor"
277
 
 
 
 
 
278
  #: ../classes/column/comment/author-url.php:19
279
  msgid "Author url"
280
  msgstr "Url do autor"
@@ -296,14 +300,18 @@ msgstr "Enviado em <a href=\"%1$s\">%2$s às %3$s</a>"
296
  msgid "Date"
297
  msgstr "Data"
298
 
299
- #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:315
300
- msgid "Excerpt"
301
- msgstr "Resumo"
302
 
303
  #: ../classes/column/comment/reply-to.php:19
304
  msgid "In Reply To"
305
  msgstr "Em resposta à"
306
 
 
 
 
 
307
  #: ../classes/column/comment/word-count.php:19 ../classes/column/post/word-count.php:19
308
  msgid "Word count"
309
  msgstr "Contador de palavras"
@@ -328,6 +336,10 @@ msgstr "Cor"
328
  msgid "Counter"
329
  msgstr "Contador"
330
 
 
 
 
 
331
  #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:314
332
  msgid "Image"
333
  msgstr "Imagem"
@@ -545,10 +557,6 @@ msgstr "Status do Comentário"
545
  msgid "Select which comment status you like to display."
546
  msgstr "Selecione qual status de comentário para exibição."
547
 
548
- #: ../classes/column/post/content.php:19
549
- msgid "Content"
550
- msgstr "Conteúdo"
551
-
552
  #: ../classes/column/post/date-published.php:17
553
  msgid "Date Published"
554
  msgstr "Data de Publicação"
@@ -564,14 +572,14 @@ msgstr "Tempo Estimado de Leitura"
564
  #: ../classes/column/post/estimated-reading-time.php:63
565
  msgid "second"
566
  msgid_plural "seconds"
567
- msgstr[0] ""
568
- msgstr[1] ""
569
 
570
  #: ../classes/column/post/estimated-reading-time.php:66
571
  msgid "minute"
572
  msgid_plural "minutes"
573
- msgstr[0] ""
574
- msgstr[1] ""
575
 
576
  #: ../classes/column/post/estimated-reading-time.php:103
577
  msgid "Words per minute"
@@ -713,7 +721,7 @@ msgstr "Sobrenome"
713
  msgid "Post Count"
714
  msgstr "Contador de Post"
715
 
716
- #: ../classes/column/user/post-count.php:102
717
  msgid "Post Type"
718
  msgstr "Tipo de Post"
719
 
@@ -729,6 +737,64 @@ msgstr "Editor Visual"
729
  msgid "Url"
730
  msgstr "Url"
731
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
732
  #: ../classes/settings.php:112
733
  msgid "Add-on successfully activated."
734
  msgstr "Add-on ativado com sucesso."
@@ -741,10 +807,6 @@ msgstr "Add-on desativado com sucesso"
741
  msgid "Admin Columns Settings"
742
  msgstr "Configurações do Admin de Colunas"
743
 
744
- #: ../classes/settings.php:170 ../classes/settings.php:589 ../classes/upgrade.php:135
745
- msgid "Admin Columns"
746
- msgstr "Admin de Colunas"
747
-
748
  #: ../classes/settings.php:220
749
  #, php-format
750
  msgid "%s column is already present and can not be duplicated."
@@ -988,7 +1050,7 @@ msgstr "Outros"
988
  msgid "Taxonomies"
989
  msgstr "Taxonomias"
990
 
991
- #: ../classes/settings.php:590 ../codepress-admin-columns.php:375
992
  msgid "Settings"
993
  msgstr "Configurações"
994
 
@@ -1148,7 +1210,7 @@ msgstr "Você está tentando armazenar a mesma configuração para %s."
1148
  #: ../classes/storage_model.php:278
1149
  #, php-format
1150
  msgid "Settings for %s updated successfully."
1151
- msgstr ""
1152
 
1153
  #: ../classes/storage_model.php:809
1154
  msgid "View"
@@ -1178,10 +1240,6 @@ msgstr "Mídia"
1178
  msgid "Users"
1179
  msgstr "Usuários"
1180
 
1181
- #: ../classes/storage_model/user.php:14
1182
- msgid "User"
1183
- msgstr "Usuário"
1184
-
1185
  #: ../classes/upgrade.php:62
1186
  msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
1187
  msgstr ""
@@ -1238,10 +1296,6 @@ msgstr "Erro"
1238
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1239
  msgstr "Desculpe. Alguma coisa aconteceu durante o processo de atualização. Por favor reporte no fórum de suporte."
1240
 
1241
- #: ../codepress-admin-columns.php:34
1242
- msgid "No textdomain"
1243
- msgstr ""
1244
-
1245
- #: ../codepress-admin-columns.php:442
1246
  msgid "Edit columns"
1247
  msgstr "Editar Colunas"
7
  msgstr ""
8
  "Project-Id-Version: Admin Columns\n"
9
  "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2015-04-29 13:58+0100\n"
11
+ "PO-Revision-Date: 2015-06-26 13:25+0100\n"
12
  "Last-Translator: Codepress <info@codepress.nl>\n"
13
  "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/admin-columns/language/pt_BR/)\n"
14
  "MIME-Version: 1.0\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Language: pt_BR\n"
18
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
19
+ "X-Generator: Poedit 1.8.1\n"
20
  "X-Poedit-Basepath: .\n"
21
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c\n"
22
  "X-Poedit-SourceCharset: UTF-8\n"
49
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
50
  msgstr "Melhorar a visão geral dos produtos, encomendas e cupons com novas colunas e edição imediata."
51
 
52
+ #: ../classes/column.php:597
53
  msgid "Thumbnail"
54
  msgstr "Miniatura"
55
 
56
+ #: ../classes/column.php:598
57
  msgid "Medium"
58
  msgstr "Médio"
59
 
60
+ #: ../classes/column.php:599
61
  msgid "Large"
62
  msgstr "Grande"
63
 
64
+ #: ../classes/column.php:600
65
  msgid "Full"
66
  msgstr "Original"
67
 
68
+ #: ../classes/column.php:1041
69
  msgid "Date Format"
70
  msgstr "Formato de Data"
71
 
72
+ #: ../classes/column.php:1042
73
  msgid "This will determine how the date will be displayed."
74
  msgstr "Determina como a data será mostrada"
75
 
76
+ #: ../classes/column.php:1048
77
  msgid "Example:"
78
  msgstr "Exemplo"
79
 
80
+ #: ../classes/column.php:1050
81
  #, php-format
82
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
83
  msgstr "Deixe em branco para o formato padrão do Wordpress, mude o <a href=\"%s\">formato padrão data aqui</a>."
84
 
85
+ #: ../classes/column.php:1051
86
  msgid "Documentation on date and time formatting."
87
  msgstr "Documentação para formatos de data e hora"
88
 
89
+ #: ../classes/column.php:1065
90
  msgid "Excerpt length"
91
  msgstr "Tamanho do Resumo"
92
 
93
+ #: ../classes/column.php:1066
94
  msgid "Number of words"
95
  msgstr "Número de Palavras"
96
 
97
+ #: ../classes/column.php:1084
98
  msgid "Preview size"
99
  msgstr "Tamanho do preview"
100
 
101
+ #: ../classes/column.php:1101 ../classes/storage_model.php:595
102
  msgid "Custom"
103
  msgstr "Personalizado"
104
 
105
+ #: ../classes/column.php:1104 ../classes/column.php:1251
106
  msgid "width"
107
  msgstr "largura"
108
 
109
+ #: ../classes/column.php:1107
110
  msgid "height"
111
  msgstr "altura"
112
 
113
+ #: ../classes/column.php:1119
114
  msgid "Before"
115
  msgstr "Antes"
116
 
117
+ #: ../classes/column.php:1119
118
  msgid "This text will appear before the custom field value."
119
  msgstr "Este texto aparecerá antes do valor do campo personalizado."
120
 
121
+ #: ../classes/column.php:1120
122
  msgid "After"
123
  msgstr "Depois"
124
 
125
+ #: ../classes/column.php:1120
126
  msgid "This text will appear after the custom field value."
127
  msgstr "Este texto aparecerá depois do valor do campo personalizado."
128
 
129
+ #: ../classes/column.php:1129
130
  msgid "Display Name"
131
  msgstr "Exibir Nome"
132
 
133
+ #: ../classes/column.php:1130
134
  msgid "First Name"
135
  msgstr "Primeiro Nome"
136
 
137
+ #: ../classes/column.php:1131
138
  msgid "Last Name"
139
  msgstr "Sobrenome"
140
 
141
+ #: ../classes/column.php:1132 ../classes/column/user/nickname.php:19
142
  msgid "Nickname"
143
  msgstr "Apelido"
144
 
145
+ #: ../classes/column.php:1133
146
  msgid "User Login"
147
  msgstr "Nome de Usuário"
148
 
149
+ #: ../classes/column.php:1134
150
  msgid "User Email"
151
  msgstr "Email do Usuário"
152
 
153
+ #: ../classes/column.php:1135 ../classes/column/user/ID.php:19
154
  msgid "User ID"
155
  msgstr "ID do Usuário"
156
 
157
+ #: ../classes/column.php:1136
158
  msgid "First and Last Name"
159
  msgstr "Nome e Sobrenome"
160
 
161
+ #: ../classes/column.php:1139
162
  msgid "Display format"
163
  msgstr "Formato de exibição"
164
 
165
+ #: ../classes/column.php:1139
166
  msgid "This is the format of the author name."
167
  msgstr "Este é o formato do nome do autor."
168
 
169
+ #: ../classes/column.php:1273
170
  msgid "Edit"
171
  msgstr "Editar"
172
 
173
+ #: ../classes/column.php:1275 ../classes/column.php:1367
174
  msgid "Clone"
175
  msgstr "Clone"
176
 
177
+ #: ../classes/column.php:1277 ../classes/column.php:1369
178
  msgid "Remove"
179
  msgstr "Remover"
180
 
181
+ #: ../classes/column.php:1295 ../classes/column/comment/type.php:13 ../classes/column/custom-field.php:407
182
  msgid "Type"
183
  msgstr "Tipo"
184
 
185
+ #: ../classes/column.php:1295
186
  msgid "Choose a column type."
187
  msgstr "Escolha um tipo."
188
 
189
+ #: ../classes/column.php:1295
190
  msgid "Name"
191
  msgstr "Nome"
192
 
193
+ #: ../classes/column.php:1305
194
  msgid "Label"
195
  msgstr "Titulo"
196
 
197
+ #: ../classes/column.php:1305
198
  msgid "This is the name which will appear as the column header."
199
  msgstr "Nome que aparecerá no cabeçalho da coluna."
200
 
201
+ #: ../classes/column.php:1312 ../classes/column/media/width.php:19
202
  msgid "Width"
203
  msgstr "Width"
204
 
205
+ #: ../classes/column.php:1314
206
  msgid "default"
207
  msgstr "padrão"
208
 
209
+ #: ../classes/column.php:1315
210
  msgid "auto"
211
  msgstr "auto"
212
 
275
  msgid "Author IP"
276
  msgstr "IP do autor"
277
 
278
+ #: ../classes/column/comment/author-name.php:12
279
+ msgid "Author name"
280
+ msgstr "Nome do autor"
281
+
282
  #: ../classes/column/comment/author-url.php:19
283
  msgid "Author url"
284
  msgstr "Url do autor"
300
  msgid "Date"
301
  msgstr "Data"
302
 
303
+ #: ../classes/column/comment/excerpt.php:19 ../classes/column/post/content.php:19
304
+ msgid "Content"
305
+ msgstr "Conteúdo"
306
 
307
  #: ../classes/column/comment/reply-to.php:19
308
  msgid "In Reply To"
309
  msgstr "Em resposta à"
310
 
311
+ #: ../classes/column/comment/user.php:11 ../classes/storage_model/user.php:14
312
+ msgid "User"
313
+ msgstr "Usuário"
314
+
315
  #: ../classes/column/comment/word-count.php:19 ../classes/column/post/word-count.php:19
316
  msgid "Word count"
317
  msgstr "Contador de palavras"
336
  msgid "Counter"
337
  msgstr "Contador"
338
 
339
+ #: ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:315
340
+ msgid "Excerpt"
341
+ msgstr "Resumo"
342
+
343
  #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:314
344
  msgid "Image"
345
  msgstr "Imagem"
557
  msgid "Select which comment status you like to display."
558
  msgstr "Selecione qual status de comentário para exibição."
559
 
 
 
 
 
560
  #: ../classes/column/post/date-published.php:17
561
  msgid "Date Published"
562
  msgstr "Data de Publicação"
572
  #: ../classes/column/post/estimated-reading-time.php:63
573
  msgid "second"
574
  msgid_plural "seconds"
575
+ msgstr[0] "segundo"
576
+ msgstr[1] "segundos"
577
 
578
  #: ../classes/column/post/estimated-reading-time.php:66
579
  msgid "minute"
580
  msgid_plural "minutes"
581
+ msgstr[0] "minuto"
582
+ msgstr[1] "minutos"
583
 
584
  #: ../classes/column/post/estimated-reading-time.php:103
585
  msgid "Words per minute"
721
  msgid "Post Count"
722
  msgstr "Contador de Post"
723
 
724
+ #: ../classes/column/user/post-count.php:89
725
  msgid "Post Type"
726
  msgstr "Tipo de Post"
727
 
737
  msgid "Url"
738
  msgstr "Url"
739
 
740
+ #: ../classes/review_notice.php:55 ../classes/settings.php:170 ../classes/settings.php:589 ../classes/upgrade.php:135
741
+ msgid "Admin Columns"
742
+ msgstr "Admin de Colunas"
743
+
744
+ #: ../classes/review_notice.php:58
745
+ msgid "Admin Columns Pro"
746
+ msgstr "Admin de Colunas Pro"
747
+
748
+ #: ../classes/review_notice.php:65
749
+ #, php-format
750
+ msgid ""
751
+ "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy with "
752
+ "%s, please %s."
753
+ msgstr ""
754
+
755
+ #: ../classes/review_notice.php:68
756
+ msgid "click here"
757
+ msgstr "clique aqui"
758
+
759
+ #: ../classes/review_notice.php:72
760
+ msgid "Leave a review!"
761
+ msgstr "Deixe uma review!"
762
+
763
+ #: ../classes/review_notice.php:73
764
+ msgid "Permanently hide notice"
765
+ msgstr "Ocultar permanentemente o aviso"
766
+
767
+ #: ../classes/review_notice.php:80
768
+ #, php-format
769
+ msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
770
+ msgstr ""
771
+
772
+ #: ../classes/review_notice.php:82
773
+ msgid "documentation page"
774
+ msgstr "página de documentação"
775
+
776
+ #: ../classes/review_notice.php:86
777
+ #, php-format
778
+ msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
779
+ msgstr ""
780
+
781
+ #: ../classes/review_notice.php:87
782
+ msgid "our forums"
783
+ msgstr "nossos forums"
784
+
785
+ #: ../classes/review_notice.php:91
786
+ #, php-format
787
+ msgid "You can also find help on the %s, and %s."
788
+ msgstr ""
789
+
790
+ #: ../classes/review_notice.php:92
791
+ msgid "Admin Columns forums on WordPress.org"
792
+ msgstr ""
793
+
794
+ #: ../classes/review_notice.php:93
795
+ msgid "find answers to some frequently asked questions"
796
+ msgstr ""
797
+
798
  #: ../classes/settings.php:112
799
  msgid "Add-on successfully activated."
800
  msgstr "Add-on ativado com sucesso."
807
  msgid "Admin Columns Settings"
808
  msgstr "Configurações do Admin de Colunas"
809
 
 
 
 
 
810
  #: ../classes/settings.php:220
811
  #, php-format
812
  msgid "%s column is already present and can not be duplicated."
1050
  msgid "Taxonomies"
1051
  msgstr "Taxonomias"
1052
 
1053
+ #: ../classes/settings.php:590 ../codepress-admin-columns.php:377
1054
  msgid "Settings"
1055
  msgstr "Configurações"
1056
 
1210
  #: ../classes/storage_model.php:278
1211
  #, php-format
1212
  msgid "Settings for %s updated successfully."
1213
+ msgstr "Ajustes para %s atualizados com sucesso."
1214
 
1215
  #: ../classes/storage_model.php:809
1216
  msgid "View"
1240
  msgid "Users"
1241
  msgstr "Usuários"
1242
 
 
 
 
 
1243
  #: ../classes/upgrade.php:62
1244
  msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
1245
  msgstr ""
1296
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1297
  msgstr "Desculpe. Alguma coisa aconteceu durante o processo de atualização. Por favor reporte no fórum de suporte."
1298
 
1299
+ #: ../codepress-admin-columns.php:444
 
 
 
 
1300
  msgid "Edit columns"
1301
  msgstr "Editar Colunas"
languages/cpac-ru_RU.mo CHANGED
Binary file
languages/cpac-ru_RU.po CHANGED
@@ -4,16 +4,16 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Admin Columns\n"
6
  "Report-Msgid-Bugs-To: \n"
7
- "POT-Creation-Date: 2015-04-09 18:01+0100\n"
8
- "PO-Revision-Date: 2015-04-09 18:12+0100\n"
9
  "Last-Translator: Codepress <info@codepress.nl>\n"
10
  "Language-Team: Russian (http://www.transifex.com/projects/p/admin-columns/language/ru/)\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Language: ru\n"
15
- "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
16
- "X-Generator: Poedit 1.7.5\n"
17
  "X-Poedit-Basepath: .\n"
18
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c\n"
19
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -46,164 +46,164 @@ msgstr ""
46
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
47
  msgstr ""
48
 
49
- #: ../classes/column.php:582
50
  msgid "Thumbnail"
51
  msgstr "Миниатюра"
52
 
53
- #: ../classes/column.php:583
54
  msgid "Medium"
55
  msgstr "Средний"
56
 
57
- #: ../classes/column.php:584
58
  msgid "Large"
59
  msgstr "Большой"
60
 
61
- #: ../classes/column.php:585
62
  msgid "Full"
63
  msgstr "Полный"
64
 
65
- #: ../classes/column.php:1026
66
  msgid "Date Format"
67
  msgstr "Формат даты"
68
 
69
- #: ../classes/column.php:1027
70
  msgid "This will determine how the date will be displayed."
71
  msgstr "Это определяет отображение даты."
72
 
73
- #: ../classes/column.php:1033
74
  msgid "Example:"
75
  msgstr "Пример:"
76
 
77
- #: ../classes/column.php:1035
78
  #, php-format
79
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
80
  msgstr "Оставьте пустым для формата даты WordPress, измените <a href=\"%s\">default date format here</a>."
81
 
82
- #: ../classes/column.php:1036
83
  msgid "Documentation on date and time formatting."
84
  msgstr "Документация по форматированию даты и времени."
85
 
86
- #: ../classes/column.php:1050
87
  msgid "Excerpt length"
88
  msgstr "Длина отрывка"
89
 
90
- #: ../classes/column.php:1051
91
  msgid "Number of words"
92
  msgstr "Количество слов"
93
 
94
- #: ../classes/column.php:1069
95
  msgid "Preview size"
96
  msgstr "Размер просмотра"
97
 
98
- #: ../classes/column.php:1086 ../classes/storage_model.php:595
99
  msgid "Custom"
100
  msgstr "Пользовательский"
101
 
102
- #: ../classes/column.php:1089 ../classes/column.php:1236
103
  msgid "width"
104
  msgstr "ширина"
105
 
106
- #: ../classes/column.php:1092
107
  msgid "height"
108
  msgstr "высота"
109
 
110
- #: ../classes/column.php:1104
111
  msgid "Before"
112
  msgstr "Перед"
113
 
114
- #: ../classes/column.php:1104
115
  msgid "This text will appear before the custom field value."
116
  msgstr "Этот текст появится перед значением настраиваемого поля."
117
 
118
- #: ../classes/column.php:1105
119
  msgid "After"
120
  msgstr "После"
121
 
122
- #: ../classes/column.php:1105
123
  msgid "This text will appear after the custom field value."
124
  msgstr "Этот текст появится перед значением настраиваемого поля."
125
 
126
- #: ../classes/column.php:1114
127
  msgid "Display Name"
128
  msgstr "Отображаемое имя"
129
 
130
- #: ../classes/column.php:1115
131
  msgid "First Name"
132
  msgstr "Имя"
133
 
134
- #: ../classes/column.php:1116
135
  msgid "Last Name"
136
  msgstr "Фамилия"
137
 
138
- #: ../classes/column.php:1117 ../classes/column/user/nickname.php:19
139
  msgid "Nickname"
140
  msgstr "Ник"
141
 
142
- #: ../classes/column.php:1118
143
  msgid "User Login"
144
  msgstr "Логин пользователя"
145
 
146
- #: ../classes/column.php:1119
147
  msgid "User Email"
148
  msgstr "Email пользователя"
149
 
150
- #: ../classes/column.php:1120 ../classes/column/user/ID.php:19
151
  msgid "User ID"
152
  msgstr "ID пользователя"
153
 
154
- #: ../classes/column.php:1121
155
  msgid "First and Last Name"
156
  msgstr "Имя и Фамилия"
157
 
158
- #: ../classes/column.php:1124
159
  msgid "Display format"
160
  msgstr ""
161
 
162
- #: ../classes/column.php:1124
163
  msgid "This is the format of the author name."
164
  msgstr "Формат имени автора."
165
 
166
- #: ../classes/column.php:1258
167
  msgid "Edit"
168
  msgstr "Редактировать"
169
 
170
- #: ../classes/column.php:1260 ../classes/column.php:1352
171
  msgid "Clone"
172
  msgstr ""
173
 
174
- #: ../classes/column.php:1262 ../classes/column.php:1354
175
  msgid "Remove"
176
  msgstr "Удалить"
177
 
178
- #: ../classes/column.php:1280 ../classes/column/custom-field.php:407
179
  msgid "Type"
180
  msgstr "Тип"
181
 
182
- #: ../classes/column.php:1280
183
  msgid "Choose a column type."
184
  msgstr "Выбрать тип колонки"
185
 
186
- #: ../classes/column.php:1280
187
  msgid "Name"
188
  msgstr ""
189
 
190
- #: ../classes/column.php:1290
191
  msgid "Label"
192
  msgstr "Метка"
193
 
194
- #: ../classes/column.php:1290
195
  msgid "This is the name which will appear as the column header."
196
  msgstr "Это имя, которое будет отображаться в качестве заголовка столбца."
197
 
198
- #: ../classes/column.php:1297 ../classes/column/media/width.php:19
199
  msgid "Width"
200
  msgstr "Ширина"
201
 
202
- #: ../classes/column.php:1299
203
  msgid "default"
204
  msgstr "по умолчанию"
205
 
206
- #: ../classes/column.php:1300
207
  msgid "auto"
208
  msgstr ""
209
 
@@ -272,6 +272,10 @@ msgstr "Email автора"
272
  msgid "Author IP"
273
  msgstr "IP автора"
274
 
 
 
 
 
275
  #: ../classes/column/comment/author-url.php:19
276
  msgid "Author url"
277
  msgstr "URL автора"
@@ -293,14 +297,18 @@ msgstr "Подтверждено на <a href=\"%1$s\">%2$s at %3$s</a>"
293
  msgid "Date"
294
  msgstr "Дата"
295
 
296
- #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:315
297
- msgid "Excerpt"
298
- msgstr "Отрывок"
299
 
300
  #: ../classes/column/comment/reply-to.php:19
301
  msgid "In Reply To"
302
  msgstr "В ответ на"
303
 
 
 
 
 
304
  #: ../classes/column/comment/word-count.php:19 ../classes/column/post/word-count.php:19
305
  msgid "Word count"
306
  msgstr "Счетчик слов"
@@ -325,6 +333,10 @@ msgstr "Цвет"
325
  msgid "Counter"
326
  msgstr "Счетчик"
327
 
 
 
 
 
328
  #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:314
329
  msgid "Image"
330
  msgstr "Изображение"
@@ -542,10 +554,6 @@ msgstr "Статус комментария"
542
  msgid "Select which comment status you like to display."
543
  msgstr "Выберите статус комментария для отображения."
544
 
545
- #: ../classes/column/post/content.php:19
546
- msgid "Content"
547
- msgstr ""
548
-
549
  #: ../classes/column/post/date-published.php:17
550
  msgid "Date Published"
551
  msgstr ""
@@ -564,6 +572,7 @@ msgid_plural "seconds"
564
  msgstr[0] ""
565
  msgstr[1] ""
566
  msgstr[2] ""
 
567
 
568
  #: ../classes/column/post/estimated-reading-time.php:66
569
  msgid "minute"
@@ -571,6 +580,7 @@ msgid_plural "minutes"
571
  msgstr[0] ""
572
  msgstr[1] ""
573
  msgstr[2] ""
 
574
 
575
  #: ../classes/column/post/estimated-reading-time.php:103
576
  msgid "Words per minute"
@@ -712,7 +722,7 @@ msgstr "Фамилия"
712
  msgid "Post Count"
713
  msgstr "Счетчик сообщений"
714
 
715
- #: ../classes/column/user/post-count.php:102
716
  msgid "Post Type"
717
  msgstr "Тип сообщения"
718
 
@@ -728,6 +738,62 @@ msgstr ""
728
  msgid "Url"
729
  msgstr "URL"
730
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
731
  #: ../classes/settings.php:112
732
  msgid "Add-on successfully activated."
733
  msgstr "Дополнение успешно активировано."
@@ -740,10 +806,6 @@ msgstr "Дополнение успешно деактивировано."
740
  msgid "Admin Columns Settings"
741
  msgstr "Настройки Admin Columns"
742
 
743
- #: ../classes/settings.php:170 ../classes/settings.php:589 ../classes/upgrade.php:135
744
- msgid "Admin Columns"
745
- msgstr "Admin Columns"
746
-
747
  #: ../classes/settings.php:220
748
  #, php-format
749
  msgid "%s column is already present and can not be duplicated."
@@ -987,7 +1049,7 @@ msgstr "Другое"
987
  msgid "Taxonomies"
988
  msgstr "Таксономии"
989
 
990
- #: ../classes/settings.php:590 ../codepress-admin-columns.php:375
991
  msgid "Settings"
992
  msgstr "Настройки"
993
 
@@ -1177,10 +1239,6 @@ msgstr ""
1177
  msgid "Users"
1178
  msgstr "Пользователи"
1179
 
1180
- #: ../classes/storage_model/user.php:14
1181
- msgid "User"
1182
- msgstr ""
1183
-
1184
  #: ../classes/upgrade.php:62
1185
  msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
1186
  msgstr ""
@@ -1237,10 +1295,6 @@ msgstr "Ошибка"
1237
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1238
  msgstr "Извините. Что-то пошло не так во время процесса обновления. Пожалуйста, сообщите об этом на форуме поддержки."
1239
 
1240
- #: ../codepress-admin-columns.php:34
1241
- msgid "No textdomain"
1242
- msgstr ""
1243
-
1244
- #: ../codepress-admin-columns.php:442
1245
  msgid "Edit columns"
1246
  msgstr "Редактировать столбцы"
4
  msgstr ""
5
  "Project-Id-Version: Admin Columns\n"
6
  "Report-Msgid-Bugs-To: \n"
7
+ "POT-Creation-Date: 2015-04-29 13:58+0100\n"
8
+ "PO-Revision-Date: 2015-06-26 13:25+0100\n"
9
  "Last-Translator: Codepress <info@codepress.nl>\n"
10
  "Language-Team: Russian (http://www.transifex.com/projects/p/admin-columns/language/ru/)\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Language: ru\n"
15
+ "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
16
+ "X-Generator: Poedit 1.8.1\n"
17
  "X-Poedit-Basepath: .\n"
18
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c\n"
19
  "X-Poedit-SourceCharset: UTF-8\n"
46
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
47
  msgstr ""
48
 
49
+ #: ../classes/column.php:597
50
  msgid "Thumbnail"
51
  msgstr "Миниатюра"
52
 
53
+ #: ../classes/column.php:598
54
  msgid "Medium"
55
  msgstr "Средний"
56
 
57
+ #: ../classes/column.php:599
58
  msgid "Large"
59
  msgstr "Большой"
60
 
61
+ #: ../classes/column.php:600
62
  msgid "Full"
63
  msgstr "Полный"
64
 
65
+ #: ../classes/column.php:1041
66
  msgid "Date Format"
67
  msgstr "Формат даты"
68
 
69
+ #: ../classes/column.php:1042
70
  msgid "This will determine how the date will be displayed."
71
  msgstr "Это определяет отображение даты."
72
 
73
+ #: ../classes/column.php:1048
74
  msgid "Example:"
75
  msgstr "Пример:"
76
 
77
+ #: ../classes/column.php:1050
78
  #, php-format
79
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
80
  msgstr "Оставьте пустым для формата даты WordPress, измените <a href=\"%s\">default date format here</a>."
81
 
82
+ #: ../classes/column.php:1051
83
  msgid "Documentation on date and time formatting."
84
  msgstr "Документация по форматированию даты и времени."
85
 
86
+ #: ../classes/column.php:1065
87
  msgid "Excerpt length"
88
  msgstr "Длина отрывка"
89
 
90
+ #: ../classes/column.php:1066
91
  msgid "Number of words"
92
  msgstr "Количество слов"
93
 
94
+ #: ../classes/column.php:1084
95
  msgid "Preview size"
96
  msgstr "Размер просмотра"
97
 
98
+ #: ../classes/column.php:1101 ../classes/storage_model.php:595
99
  msgid "Custom"
100
  msgstr "Пользовательский"
101
 
102
+ #: ../classes/column.php:1104 ../classes/column.php:1251
103
  msgid "width"
104
  msgstr "ширина"
105
 
106
+ #: ../classes/column.php:1107
107
  msgid "height"
108
  msgstr "высота"
109
 
110
+ #: ../classes/column.php:1119
111
  msgid "Before"
112
  msgstr "Перед"
113
 
114
+ #: ../classes/column.php:1119
115
  msgid "This text will appear before the custom field value."
116
  msgstr "Этот текст появится перед значением настраиваемого поля."
117
 
118
+ #: ../classes/column.php:1120
119
  msgid "After"
120
  msgstr "После"
121
 
122
+ #: ../classes/column.php:1120
123
  msgid "This text will appear after the custom field value."
124
  msgstr "Этот текст появится перед значением настраиваемого поля."
125
 
126
+ #: ../classes/column.php:1129
127
  msgid "Display Name"
128
  msgstr "Отображаемое имя"
129
 
130
+ #: ../classes/column.php:1130
131
  msgid "First Name"
132
  msgstr "Имя"
133
 
134
+ #: ../classes/column.php:1131
135
  msgid "Last Name"
136
  msgstr "Фамилия"
137
 
138
+ #: ../classes/column.php:1132 ../classes/column/user/nickname.php:19
139
  msgid "Nickname"
140
  msgstr "Ник"
141
 
142
+ #: ../classes/column.php:1133
143
  msgid "User Login"
144
  msgstr "Логин пользователя"
145
 
146
+ #: ../classes/column.php:1134
147
  msgid "User Email"
148
  msgstr "Email пользователя"
149
 
150
+ #: ../classes/column.php:1135 ../classes/column/user/ID.php:19
151
  msgid "User ID"
152
  msgstr "ID пользователя"
153
 
154
+ #: ../classes/column.php:1136
155
  msgid "First and Last Name"
156
  msgstr "Имя и Фамилия"
157
 
158
+ #: ../classes/column.php:1139
159
  msgid "Display format"
160
  msgstr ""
161
 
162
+ #: ../classes/column.php:1139
163
  msgid "This is the format of the author name."
164
  msgstr "Формат имени автора."
165
 
166
+ #: ../classes/column.php:1273
167
  msgid "Edit"
168
  msgstr "Редактировать"
169
 
170
+ #: ../classes/column.php:1275 ../classes/column.php:1367
171
  msgid "Clone"
172
  msgstr ""
173
 
174
+ #: ../classes/column.php:1277 ../classes/column.php:1369
175
  msgid "Remove"
176
  msgstr "Удалить"
177
 
178
+ #: ../classes/column.php:1295 ../classes/column/comment/type.php:13 ../classes/column/custom-field.php:407
179
  msgid "Type"
180
  msgstr "Тип"
181
 
182
+ #: ../classes/column.php:1295
183
  msgid "Choose a column type."
184
  msgstr "Выбрать тип колонки"
185
 
186
+ #: ../classes/column.php:1295
187
  msgid "Name"
188
  msgstr ""
189
 
190
+ #: ../classes/column.php:1305
191
  msgid "Label"
192
  msgstr "Метка"
193
 
194
+ #: ../classes/column.php:1305
195
  msgid "This is the name which will appear as the column header."
196
  msgstr "Это имя, которое будет отображаться в качестве заголовка столбца."
197
 
198
+ #: ../classes/column.php:1312 ../classes/column/media/width.php:19
199
  msgid "Width"
200
  msgstr "Ширина"
201
 
202
+ #: ../classes/column.php:1314
203
  msgid "default"
204
  msgstr "по умолчанию"
205
 
206
+ #: ../classes/column.php:1315
207
  msgid "auto"
208
  msgstr ""
209
 
272
  msgid "Author IP"
273
  msgstr "IP автора"
274
 
275
+ #: ../classes/column/comment/author-name.php:12
276
+ msgid "Author name"
277
+ msgstr ""
278
+
279
  #: ../classes/column/comment/author-url.php:19
280
  msgid "Author url"
281
  msgstr "URL автора"
297
  msgid "Date"
298
  msgstr "Дата"
299
 
300
+ #: ../classes/column/comment/excerpt.php:19 ../classes/column/post/content.php:19
301
+ msgid "Content"
302
+ msgstr ""
303
 
304
  #: ../classes/column/comment/reply-to.php:19
305
  msgid "In Reply To"
306
  msgstr "В ответ на"
307
 
308
+ #: ../classes/column/comment/user.php:11 ../classes/storage_model/user.php:14
309
+ msgid "User"
310
+ msgstr ""
311
+
312
  #: ../classes/column/comment/word-count.php:19 ../classes/column/post/word-count.php:19
313
  msgid "Word count"
314
  msgstr "Счетчик слов"
333
  msgid "Counter"
334
  msgstr "Счетчик"
335
 
336
+ #: ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:315
337
+ msgid "Excerpt"
338
+ msgstr "Отрывок"
339
+
340
  #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:314
341
  msgid "Image"
342
  msgstr "Изображение"
554
  msgid "Select which comment status you like to display."
555
  msgstr "Выберите статус комментария для отображения."
556
 
 
 
 
 
557
  #: ../classes/column/post/date-published.php:17
558
  msgid "Date Published"
559
  msgstr ""
572
  msgstr[0] ""
573
  msgstr[1] ""
574
  msgstr[2] ""
575
+ msgstr[3] ""
576
 
577
  #: ../classes/column/post/estimated-reading-time.php:66
578
  msgid "minute"
580
  msgstr[0] ""
581
  msgstr[1] ""
582
  msgstr[2] ""
583
+ msgstr[3] ""
584
 
585
  #: ../classes/column/post/estimated-reading-time.php:103
586
  msgid "Words per minute"
722
  msgid "Post Count"
723
  msgstr "Счетчик сообщений"
724
 
725
+ #: ../classes/column/user/post-count.php:89
726
  msgid "Post Type"
727
  msgstr "Тип сообщения"
728
 
738
  msgid "Url"
739
  msgstr "URL"
740
 
741
+ #: ../classes/review_notice.php:55 ../classes/settings.php:170 ../classes/settings.php:589 ../classes/upgrade.php:135
742
+ msgid "Admin Columns"
743
+ msgstr "Admin Columns"
744
+
745
+ #: ../classes/review_notice.php:58
746
+ msgid "Admin Columns Pro"
747
+ msgstr ""
748
+
749
+ #: ../classes/review_notice.php:65
750
+ #, php-format
751
+ msgid "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy with %s, please %s."
752
+ msgstr ""
753
+
754
+ #: ../classes/review_notice.php:68
755
+ msgid "click here"
756
+ msgstr ""
757
+
758
+ #: ../classes/review_notice.php:72
759
+ msgid "Leave a review!"
760
+ msgstr ""
761
+
762
+ #: ../classes/review_notice.php:73
763
+ msgid "Permanently hide notice"
764
+ msgstr ""
765
+
766
+ #: ../classes/review_notice.php:80
767
+ #, php-format
768
+ msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
769
+ msgstr ""
770
+
771
+ #: ../classes/review_notice.php:82
772
+ msgid "documentation page"
773
+ msgstr ""
774
+
775
+ #: ../classes/review_notice.php:86
776
+ #, php-format
777
+ msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
778
+ msgstr ""
779
+
780
+ #: ../classes/review_notice.php:87
781
+ msgid "our forums"
782
+ msgstr ""
783
+
784
+ #: ../classes/review_notice.php:91
785
+ #, php-format
786
+ msgid "You can also find help on the %s, and %s."
787
+ msgstr ""
788
+
789
+ #: ../classes/review_notice.php:92
790
+ msgid "Admin Columns forums on WordPress.org"
791
+ msgstr ""
792
+
793
+ #: ../classes/review_notice.php:93
794
+ msgid "find answers to some frequently asked questions"
795
+ msgstr ""
796
+
797
  #: ../classes/settings.php:112
798
  msgid "Add-on successfully activated."
799
  msgstr "Дополнение успешно активировано."
806
  msgid "Admin Columns Settings"
807
  msgstr "Настройки Admin Columns"
808
 
 
 
 
 
809
  #: ../classes/settings.php:220
810
  #, php-format
811
  msgid "%s column is already present and can not be duplicated."
1049
  msgid "Taxonomies"
1050
  msgstr "Таксономии"
1051
 
1052
+ #: ../classes/settings.php:590 ../codepress-admin-columns.php:377
1053
  msgid "Settings"
1054
  msgstr "Настройки"
1055
 
1239
  msgid "Users"
1240
  msgstr "Пользователи"
1241
 
 
 
 
 
1242
  #: ../classes/upgrade.php:62
1243
  msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
1244
  msgstr ""
1295
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1296
  msgstr "Извините. Что-то пошло не так во время процесса обновления. Пожалуйста, сообщите об этом на форуме поддержки."
1297
 
1298
+ #: ../codepress-admin-columns.php:444
 
 
 
 
1299
  msgid "Edit columns"
1300
  msgstr "Редактировать столбцы"
languages/cpac-sv_SE.mo CHANGED
Binary file
languages/cpac-sv_SE.po CHANGED
@@ -6,8 +6,8 @@ msgid ""
6
  msgstr ""
7
  "Project-Id-Version: Admin Columns\n"
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2015-04-09 18:01+0100\n"
10
- "PO-Revision-Date: 2015-04-09 18:12+0100\n"
11
  "Last-Translator: Codepress <info@codepress.nl>\n"
12
  "Language-Team: Swedish (Sweden) (http://www.transifex.com/projects/p/admin-columns/language/sv_SE/)\n"
13
  "MIME-Version: 1.0\n"
@@ -15,7 +15,7 @@ msgstr ""
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: sv_SE\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
- "X-Generator: Poedit 1.7.5\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -30,7 +30,7 @@ msgstr ""
30
 
31
  #: ../classes/addons.php:110
32
  msgid "Plugins"
33
- msgstr ""
34
 
35
  #: ../classes/addons.php:135
36
  msgid "Advanced Custom Fields"
@@ -48,166 +48,166 @@ msgstr "WooCommerce"
48
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
49
  msgstr "Förbättra de produkter, ordrar och kupongers översikter med nya kolumner och snabbredigering."
50
 
51
- #: ../classes/column.php:582
52
  msgid "Thumbnail"
53
  msgstr "Miniatyrer"
54
 
55
- #: ../classes/column.php:583
56
  msgid "Medium"
57
  msgstr "Mellan"
58
 
59
- #: ../classes/column.php:584
60
  msgid "Large"
61
  msgstr "Stor"
62
 
63
- #: ../classes/column.php:585
64
  msgid "Full"
65
  msgstr "Hel"
66
 
67
- #: ../classes/column.php:1026
68
  msgid "Date Format"
69
  msgstr "Datumformat"
70
 
71
- #: ../classes/column.php:1027
72
  msgid "This will determine how the date will be displayed."
73
  msgstr "Detta kommer att avgöra hur datumet ska visas."
74
 
75
- #: ../classes/column.php:1033
76
  msgid "Example:"
77
  msgstr "Exempel:"
78
 
79
- #: ../classes/column.php:1035
80
  #, php-format
81
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
82
  msgstr "Lämna tomt för WordPress datumformat, ändra din <a href=\"%s\">standard datumformat här</a>."
83
 
84
- #: ../classes/column.php:1036
85
  msgid "Documentation on date and time formatting."
86
  msgstr "Dokumentation om datum och tid formatering."
87
 
88
- #: ../classes/column.php:1050
89
  msgid "Excerpt length"
90
  msgstr "Utdragens längd"
91
 
92
- #: ../classes/column.php:1051
93
  msgid "Number of words"
94
  msgstr "Antal ord"
95
 
96
- #: ../classes/column.php:1069
97
  msgid "Preview size"
98
  msgstr "Förhandsgranska storlek"
99
 
100
- #: ../classes/column.php:1086 ../classes/storage_model.php:595
101
  msgid "Custom"
102
  msgstr "Anpassad"
103
 
104
- #: ../classes/column.php:1089 ../classes/column.php:1236
105
  msgid "width"
106
  msgstr "bredd"
107
 
108
- #: ../classes/column.php:1092
109
  msgid "height"
110
  msgstr "höjd"
111
 
112
- #: ../classes/column.php:1104
113
  msgid "Before"
114
  msgstr "Innan"
115
 
116
- #: ../classes/column.php:1104
117
  msgid "This text will appear before the custom field value."
118
  msgstr "Denna text kommer att visas innan det anpassade fältet värde."
119
 
120
- #: ../classes/column.php:1105
121
  msgid "After"
122
  msgstr "Efter"
123
 
124
- #: ../classes/column.php:1105
125
  msgid "This text will appear after the custom field value."
126
  msgstr "Denna text kommer att visas efter det anpassade fältet värde."
127
 
128
- #: ../classes/column.php:1114
129
  msgid "Display Name"
130
  msgstr "Visa namn"
131
 
132
- #: ../classes/column.php:1115
133
  msgid "First Name"
134
  msgstr "Förnamn"
135
 
136
- #: ../classes/column.php:1116
137
  msgid "Last Name"
138
  msgstr "Efternamn"
139
 
140
- #: ../classes/column.php:1117 ../classes/column/user/nickname.php:19
141
  msgid "Nickname"
142
  msgstr "Smeknamn"
143
 
144
- #: ../classes/column.php:1118
145
  msgid "User Login"
146
  msgstr "Användare Loggin"
147
 
148
- #: ../classes/column.php:1119
149
  msgid "User Email"
150
  msgstr "Användare Email"
151
 
152
- #: ../classes/column.php:1120 ../classes/column/user/ID.php:19
153
  msgid "User ID"
154
  msgstr "Användar-ID"
155
 
156
- #: ../classes/column.php:1121
157
  msgid "First and Last Name"
158
  msgstr "Förnamn och efternamn"
159
 
160
- #: ../classes/column.php:1124
161
  msgid "Display format"
162
- msgstr ""
163
 
164
- #: ../classes/column.php:1124
165
  msgid "This is the format of the author name."
166
  msgstr "Detta är formatet på författarens namn."
167
 
168
- #: ../classes/column.php:1258
169
  msgid "Edit"
170
  msgstr "Redigera"
171
 
172
- #: ../classes/column.php:1260 ../classes/column.php:1352
173
  msgid "Clone"
174
- msgstr ""
175
 
176
- #: ../classes/column.php:1262 ../classes/column.php:1354
177
  msgid "Remove"
178
  msgstr "Ta bort"
179
 
180
- #: ../classes/column.php:1280 ../classes/column/custom-field.php:407
181
  msgid "Type"
182
  msgstr "Typ"
183
 
184
- #: ../classes/column.php:1280
185
  msgid "Choose a column type."
186
  msgstr "Välj en kolumntyp."
187
 
188
- #: ../classes/column.php:1280
189
  msgid "Name"
190
- msgstr ""
191
 
192
- #: ../classes/column.php:1290
193
  msgid "Label"
194
  msgstr "Etikett"
195
 
196
- #: ../classes/column.php:1290
197
  msgid "This is the name which will appear as the column header."
198
  msgstr "Detta är det namn som kommer att visas som kolumnrubriken."
199
 
200
- #: ../classes/column.php:1297 ../classes/column/media/width.php:19
201
  msgid "Width"
202
  msgstr "Bredd"
203
 
204
- #: ../classes/column.php:1299
205
  msgid "default"
206
  msgstr "standard"
207
 
208
- #: ../classes/column.php:1300
209
  msgid "auto"
210
- msgstr ""
211
 
212
  #: ../classes/column/acf-placeholder.php:19
213
  msgid "ACF Field"
@@ -274,6 +274,10 @@ msgstr "Författare mail"
274
  msgid "Author IP"
275
  msgstr "Författare IP"
276
 
 
 
 
 
277
  #: ../classes/column/comment/author-url.php:19
278
  msgid "Author url"
279
  msgstr "Författare url"
@@ -295,14 +299,18 @@ msgstr "Skickad den <a href=\"%1$s\">%2$s vid %3$s</a>"
295
  msgid "Date"
296
  msgstr "Datum"
297
 
298
- #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:315
299
- msgid "Excerpt"
300
- msgstr "Utdrag"
301
 
302
  #: ../classes/column/comment/reply-to.php:19
303
  msgid "In Reply To"
304
  msgstr "Som svar på"
305
 
 
 
 
 
306
  #: ../classes/column/comment/word-count.php:19 ../classes/column/post/word-count.php:19
307
  msgid "Word count"
308
  msgstr "Antal ord"
@@ -327,6 +335,10 @@ msgstr "Färg"
327
  msgid "Counter"
328
  msgstr "Räknare"
329
 
 
 
 
 
330
  #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:314
331
  msgid "Image"
332
  msgstr "Bild"
@@ -353,7 +365,7 @@ msgstr "Användarnamn (Användar-ID)"
353
 
354
  #: ../classes/column/custom-field.php:106
355
  msgid "Term Name (Term ID's)"
356
- msgstr ""
357
 
358
  #: ../classes/column/custom-field.php:390
359
  msgid "Select your custom field."
@@ -366,7 +378,7 @@ msgstr "Inget anpassat fält är tillgängligt."
366
  #: ../classes/column/custom-field.php:400
367
  #, php-format
368
  msgid "Please create a %s item first."
369
- msgstr ""
370
 
371
  #: ../classes/column/custom-field.php:407
372
  msgid "Field Type"
@@ -406,7 +418,7 @@ msgstr "Alt"
406
 
407
  #: ../classes/column/media/attached-to.php:19
408
  msgid "Attached to post"
409
- msgstr ""
410
 
411
  #: ../classes/column/media/available-sizes.php:20
412
  msgid "Available Sizes"
@@ -478,19 +490,19 @@ msgstr "Full path"
478
 
479
  #: ../classes/column/media/full-path.php:83
480
  msgid "Path scope"
481
- msgstr ""
482
 
483
  #: ../classes/column/media/full-path.php:84
484
  msgid "Part of the file path to display"
485
- msgstr ""
486
 
487
  #: ../classes/column/media/full-path.php:97
488
  msgid "Relative to domain"
489
- msgstr ""
490
 
491
  #: ../classes/column/media/full-path.php:102
492
  msgid "Relative to main uploads folder "
493
- msgstr ""
494
 
495
  #: ../classes/column/media/height.php:19
496
  msgid "Height"
@@ -506,7 +518,7 @@ msgstr "No. av bilagor"
506
 
507
  #: ../classes/column/post/attachment.php:19
508
  msgid "Attachments"
509
- msgstr ""
510
 
511
  #: ../classes/column/post/author-name.php:20
512
  msgid "Display Author As"
@@ -544,41 +556,37 @@ msgstr "Kommentarsstatus"
544
  msgid "Select which comment status you like to display."
545
  msgstr "Välj vilken kommentarsstatus du vill visa."
546
 
547
- #: ../classes/column/post/content.php:19
548
- msgid "Content"
549
- msgstr ""
550
-
551
  #: ../classes/column/post/date-published.php:17
552
  msgid "Date Published"
553
- msgstr ""
554
 
555
  #: ../classes/column/post/depth.php:19
556
  msgid "Depth"
557
- msgstr ""
558
 
559
  #: ../classes/column/post/estimated-reading-time.php:19
560
  msgid "Estimated Reading Time"
561
- msgstr ""
562
 
563
  #: ../classes/column/post/estimated-reading-time.php:63
564
  msgid "second"
565
  msgid_plural "seconds"
566
- msgstr[0] ""
567
- msgstr[1] ""
568
 
569
  #: ../classes/column/post/estimated-reading-time.php:66
570
  msgid "minute"
571
  msgid_plural "minutes"
572
- msgstr[0] ""
573
- msgstr[1] ""
574
 
575
  #: ../classes/column/post/estimated-reading-time.php:103
576
  msgid "Words per minute"
577
- msgstr ""
578
 
579
  #: ../classes/column/post/estimated-reading-time.php:104
580
  msgid "Estimated reading time in words per minute"
581
- msgstr ""
582
 
583
  #: ../classes/column/post/featured-image.php:19
584
  msgid "Featured Image"
@@ -590,7 +598,7 @@ msgstr "Inläggsformat"
590
 
591
  #: ../classes/column/post/last-modified-author.php:20
592
  msgid "Last Modified Author"
593
- msgstr ""
594
 
595
  #: ../classes/column/post/modified.php:19
596
  msgid "Last modified"
@@ -634,7 +642,7 @@ msgstr "Roller"
634
 
635
  #: ../classes/column/post/shortcodes.php:19
636
  msgid "Shortcodes"
637
- msgstr ""
638
 
639
  #: ../classes/column/post/slug.php:19
640
  msgid "Slug"
@@ -698,7 +706,7 @@ msgstr "Antal kommentarer"
698
 
699
  #: ../classes/column/user/display-name.php:19
700
  msgid "Display name"
701
- msgstr ""
702
 
703
  #: ../classes/column/user/first-name.php:19
704
  msgid "First name"
@@ -712,7 +720,7 @@ msgstr "Efternamn"
712
  msgid "Post Count"
713
  msgstr "Inläggsräknare"
714
 
715
- #: ../classes/column/user/post-count.php:102
716
  msgid "Post Type"
717
  msgstr "Inläggstyp"
718
 
@@ -722,12 +730,70 @@ msgstr "Registrerad"
722
 
723
  #: ../classes/column/user/rich-editing.php:19
724
  msgid "Visual Editor"
725
- msgstr ""
726
 
727
  #: ../classes/column/user/url.php:19
728
  msgid "Url"
729
  msgstr "Url"
730
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
731
  #: ../classes/settings.php:112
732
  msgid "Add-on successfully activated."
733
  msgstr "Tillägget aktiverat."
@@ -740,10 +806,6 @@ msgstr "Tillägget inaktiverat."
740
  msgid "Admin Columns Settings"
741
  msgstr "Admin Columns Inställningar"
742
 
743
- #: ../classes/settings.php:170 ../classes/settings.php:589 ../classes/upgrade.php:135
744
- msgid "Admin Columns"
745
- msgstr "Admin Columns"
746
-
747
  #: ../classes/settings.php:220
748
  #, php-format
749
  msgid "%s column is already present and can not be duplicated."
@@ -987,7 +1049,7 @@ msgstr "Annat"
987
  msgid "Taxonomies"
988
  msgstr "Taxanomier"
989
 
990
- #: ../classes/settings.php:590 ../codepress-admin-columns.php:375
991
  msgid "Settings"
992
  msgstr "Inställningar"
993
 
@@ -998,7 +1060,7 @@ msgstr "Tillägg"
998
  #: ../classes/settings.php:659
999
  #, php-format
1000
  msgid "The columns for %s are set up via PHP and can therefore not be edited in the admin panel."
1001
- msgstr ""
1002
 
1003
  #: ../classes/settings.php:669
1004
  msgid "Store settings"
@@ -1147,7 +1209,7 @@ msgstr "Du försöker lagra samma inställningar för %s."
1147
  #: ../classes/storage_model.php:278
1148
  #, php-format
1149
  msgid "Settings for %s updated successfully."
1150
- msgstr ""
1151
 
1152
  #: ../classes/storage_model.php:809
1153
  msgid "View"
@@ -1159,7 +1221,7 @@ msgstr "Kommentarer"
1159
 
1160
  #: ../classes/storage_model/comment.php:14
1161
  msgid "Comment"
1162
- msgstr ""
1163
 
1164
  #: ../classes/storage_model/link.php:13
1165
  msgid "Links"
@@ -1167,23 +1229,19 @@ msgstr "Länkar"
1167
 
1168
  #: ../classes/storage_model/link.php:14
1169
  msgid "Link"
1170
- msgstr ""
1171
 
1172
  #: ../classes/storage_model/media.php:14
1173
  msgid "Media"
1174
- msgstr ""
1175
 
1176
  #: ../classes/storage_model/user.php:13
1177
  msgid "Users"
1178
  msgstr "Användare"
1179
 
1180
- #: ../classes/storage_model/user.php:14
1181
- msgid "User"
1182
- msgstr ""
1183
-
1184
  #: ../classes/upgrade.php:62
1185
  msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
1186
- msgstr ""
1187
 
1188
  #: ../classes/upgrade.php:95
1189
  msgid "Upgrade"
@@ -1237,10 +1295,6 @@ msgstr "Fel"
1237
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1238
  msgstr "Ursäkta. Något gick fel under uppgraderingen. Vänligen rapportera detta på support forumet. "
1239
 
1240
- #: ../codepress-admin-columns.php:34
1241
- msgid "No textdomain"
1242
- msgstr ""
1243
-
1244
- #: ../codepress-admin-columns.php:442
1245
  msgid "Edit columns"
1246
  msgstr "Redigera kolumner"
6
  msgstr ""
7
  "Project-Id-Version: Admin Columns\n"
8
  "Report-Msgid-Bugs-To: \n"
9
+ "POT-Creation-Date: 2015-04-29 13:58+0100\n"
10
+ "PO-Revision-Date: 2015-06-26 13:26+0100\n"
11
  "Last-Translator: Codepress <info@codepress.nl>\n"
12
  "Language-Team: Swedish (Sweden) (http://www.transifex.com/projects/p/admin-columns/language/sv_SE/)\n"
13
  "MIME-Version: 1.0\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
  "Language: sv_SE\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Generator: Poedit 1.8.1\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
30
 
31
  #: ../classes/addons.php:110
32
  msgid "Plugins"
33
+ msgstr "Tillägg"
34
 
35
  #: ../classes/addons.php:135
36
  msgid "Advanced Custom Fields"
48
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
49
  msgstr "Förbättra de produkter, ordrar och kupongers översikter med nya kolumner och snabbredigering."
50
 
51
+ #: ../classes/column.php:597
52
  msgid "Thumbnail"
53
  msgstr "Miniatyrer"
54
 
55
+ #: ../classes/column.php:598
56
  msgid "Medium"
57
  msgstr "Mellan"
58
 
59
+ #: ../classes/column.php:599
60
  msgid "Large"
61
  msgstr "Stor"
62
 
63
+ #: ../classes/column.php:600
64
  msgid "Full"
65
  msgstr "Hel"
66
 
67
+ #: ../classes/column.php:1041
68
  msgid "Date Format"
69
  msgstr "Datumformat"
70
 
71
+ #: ../classes/column.php:1042
72
  msgid "This will determine how the date will be displayed."
73
  msgstr "Detta kommer att avgöra hur datumet ska visas."
74
 
75
+ #: ../classes/column.php:1048
76
  msgid "Example:"
77
  msgstr "Exempel:"
78
 
79
+ #: ../classes/column.php:1050
80
  #, php-format
81
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
82
  msgstr "Lämna tomt för WordPress datumformat, ändra din <a href=\"%s\">standard datumformat här</a>."
83
 
84
+ #: ../classes/column.php:1051
85
  msgid "Documentation on date and time formatting."
86
  msgstr "Dokumentation om datum och tid formatering."
87
 
88
+ #: ../classes/column.php:1065
89
  msgid "Excerpt length"
90
  msgstr "Utdragens längd"
91
 
92
+ #: ../classes/column.php:1066
93
  msgid "Number of words"
94
  msgstr "Antal ord"
95
 
96
+ #: ../classes/column.php:1084
97
  msgid "Preview size"
98
  msgstr "Förhandsgranska storlek"
99
 
100
+ #: ../classes/column.php:1101 ../classes/storage_model.php:595
101
  msgid "Custom"
102
  msgstr "Anpassad"
103
 
104
+ #: ../classes/column.php:1104 ../classes/column.php:1251
105
  msgid "width"
106
  msgstr "bredd"
107
 
108
+ #: ../classes/column.php:1107
109
  msgid "height"
110
  msgstr "höjd"
111
 
112
+ #: ../classes/column.php:1119
113
  msgid "Before"
114
  msgstr "Innan"
115
 
116
+ #: ../classes/column.php:1119
117
  msgid "This text will appear before the custom field value."
118
  msgstr "Denna text kommer att visas innan det anpassade fältet värde."
119
 
120
+ #: ../classes/column.php:1120
121
  msgid "After"
122
  msgstr "Efter"
123
 
124
+ #: ../classes/column.php:1120
125
  msgid "This text will appear after the custom field value."
126
  msgstr "Denna text kommer att visas efter det anpassade fältet värde."
127
 
128
+ #: ../classes/column.php:1129
129
  msgid "Display Name"
130
  msgstr "Visa namn"
131
 
132
+ #: ../classes/column.php:1130
133
  msgid "First Name"
134
  msgstr "Förnamn"
135
 
136
+ #: ../classes/column.php:1131
137
  msgid "Last Name"
138
  msgstr "Efternamn"
139
 
140
+ #: ../classes/column.php:1132 ../classes/column/user/nickname.php:19
141
  msgid "Nickname"
142
  msgstr "Smeknamn"
143
 
144
+ #: ../classes/column.php:1133
145
  msgid "User Login"
146
  msgstr "Användare Loggin"
147
 
148
+ #: ../classes/column.php:1134
149
  msgid "User Email"
150
  msgstr "Användare Email"
151
 
152
+ #: ../classes/column.php:1135 ../classes/column/user/ID.php:19
153
  msgid "User ID"
154
  msgstr "Användar-ID"
155
 
156
+ #: ../classes/column.php:1136
157
  msgid "First and Last Name"
158
  msgstr "Förnamn och efternamn"
159
 
160
+ #: ../classes/column.php:1139
161
  msgid "Display format"
162
+ msgstr "Visa format"
163
 
164
+ #: ../classes/column.php:1139
165
  msgid "This is the format of the author name."
166
  msgstr "Detta är formatet på författarens namn."
167
 
168
+ #: ../classes/column.php:1273
169
  msgid "Edit"
170
  msgstr "Redigera"
171
 
172
+ #: ../classes/column.php:1275 ../classes/column.php:1367
173
  msgid "Clone"
174
+ msgstr "Klona"
175
 
176
+ #: ../classes/column.php:1277 ../classes/column.php:1369
177
  msgid "Remove"
178
  msgstr "Ta bort"
179
 
180
+ #: ../classes/column.php:1295 ../classes/column/comment/type.php:13 ../classes/column/custom-field.php:407
181
  msgid "Type"
182
  msgstr "Typ"
183
 
184
+ #: ../classes/column.php:1295
185
  msgid "Choose a column type."
186
  msgstr "Välj en kolumntyp."
187
 
188
+ #: ../classes/column.php:1295
189
  msgid "Name"
190
+ msgstr "Namn"
191
 
192
+ #: ../classes/column.php:1305
193
  msgid "Label"
194
  msgstr "Etikett"
195
 
196
+ #: ../classes/column.php:1305
197
  msgid "This is the name which will appear as the column header."
198
  msgstr "Detta är det namn som kommer att visas som kolumnrubriken."
199
 
200
+ #: ../classes/column.php:1312 ../classes/column/media/width.php:19
201
  msgid "Width"
202
  msgstr "Bredd"
203
 
204
+ #: ../classes/column.php:1314
205
  msgid "default"
206
  msgstr "standard"
207
 
208
+ #: ../classes/column.php:1315
209
  msgid "auto"
210
+ msgstr "auto"
211
 
212
  #: ../classes/column/acf-placeholder.php:19
213
  msgid "ACF Field"
274
  msgid "Author IP"
275
  msgstr "Författare IP"
276
 
277
+ #: ../classes/column/comment/author-name.php:12
278
+ msgid "Author name"
279
+ msgstr "Författarnamn"
280
+
281
  #: ../classes/column/comment/author-url.php:19
282
  msgid "Author url"
283
  msgstr "Författare url"
299
  msgid "Date"
300
  msgstr "Datum"
301
 
302
+ #: ../classes/column/comment/excerpt.php:19 ../classes/column/post/content.php:19
303
+ msgid "Content"
304
+ msgstr "Innehåll"
305
 
306
  #: ../classes/column/comment/reply-to.php:19
307
  msgid "In Reply To"
308
  msgstr "Som svar på"
309
 
310
+ #: ../classes/column/comment/user.php:11 ../classes/storage_model/user.php:14
311
+ msgid "User"
312
+ msgstr "Användare"
313
+
314
  #: ../classes/column/comment/word-count.php:19 ../classes/column/post/word-count.php:19
315
  msgid "Word count"
316
  msgstr "Antal ord"
335
  msgid "Counter"
336
  msgstr "Räknare"
337
 
338
+ #: ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:315
339
+ msgid "Excerpt"
340
+ msgstr "Utdrag"
341
+
342
  #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:314
343
  msgid "Image"
344
  msgstr "Bild"
365
 
366
  #: ../classes/column/custom-field.php:106
367
  msgid "Term Name (Term ID's)"
368
+ msgstr "Tern Namn (Term ID's)"
369
 
370
  #: ../classes/column/custom-field.php:390
371
  msgid "Select your custom field."
378
  #: ../classes/column/custom-field.php:400
379
  #, php-format
380
  msgid "Please create a %s item first."
381
+ msgstr "Vänligen skapa ett %s inlägg först."
382
 
383
  #: ../classes/column/custom-field.php:407
384
  msgid "Field Type"
418
 
419
  #: ../classes/column/media/attached-to.php:19
420
  msgid "Attached to post"
421
+ msgstr "Bifogad till inlägg"
422
 
423
  #: ../classes/column/media/available-sizes.php:20
424
  msgid "Available Sizes"
490
 
491
  #: ../classes/column/media/full-path.php:83
492
  msgid "Path scope"
493
+ msgstr "Sökväg fält"
494
 
495
  #: ../classes/column/media/full-path.php:84
496
  msgid "Part of the file path to display"
497
+ msgstr "Del av filens sökväg att visa"
498
 
499
  #: ../classes/column/media/full-path.php:97
500
  msgid "Relative to domain"
501
+ msgstr "Relativ till domän"
502
 
503
  #: ../classes/column/media/full-path.php:102
504
  msgid "Relative to main uploads folder "
505
+ msgstr "Relativ till standard uppladdningsmapp"
506
 
507
  #: ../classes/column/media/height.php:19
508
  msgid "Height"
518
 
519
  #: ../classes/column/post/attachment.php:19
520
  msgid "Attachments"
521
+ msgstr "Bilaga"
522
 
523
  #: ../classes/column/post/author-name.php:20
524
  msgid "Display Author As"
556
  msgid "Select which comment status you like to display."
557
  msgstr "Välj vilken kommentarsstatus du vill visa."
558
 
 
 
 
 
559
  #: ../classes/column/post/date-published.php:17
560
  msgid "Date Published"
561
+ msgstr "Publiceringsdatum"
562
 
563
  #: ../classes/column/post/depth.php:19
564
  msgid "Depth"
565
+ msgstr "Djup"
566
 
567
  #: ../classes/column/post/estimated-reading-time.php:19
568
  msgid "Estimated Reading Time"
569
+ msgstr "Beräknad lästid"
570
 
571
  #: ../classes/column/post/estimated-reading-time.php:63
572
  msgid "second"
573
  msgid_plural "seconds"
574
+ msgstr[0] "sekund"
575
+ msgstr[1] "sekunder"
576
 
577
  #: ../classes/column/post/estimated-reading-time.php:66
578
  msgid "minute"
579
  msgid_plural "minutes"
580
+ msgstr[0] "minut"
581
+ msgstr[1] "minuter"
582
 
583
  #: ../classes/column/post/estimated-reading-time.php:103
584
  msgid "Words per minute"
585
+ msgstr "Ord per minut"
586
 
587
  #: ../classes/column/post/estimated-reading-time.php:104
588
  msgid "Estimated reading time in words per minute"
589
+ msgstr "Beräknad lästid i ord per minut"
590
 
591
  #: ../classes/column/post/featured-image.php:19
592
  msgid "Featured Image"
598
 
599
  #: ../classes/column/post/last-modified-author.php:20
600
  msgid "Last Modified Author"
601
+ msgstr "Senast modifierad författare"
602
 
603
  #: ../classes/column/post/modified.php:19
604
  msgid "Last modified"
642
 
643
  #: ../classes/column/post/shortcodes.php:19
644
  msgid "Shortcodes"
645
+ msgstr "Shortcodes"
646
 
647
  #: ../classes/column/post/slug.php:19
648
  msgid "Slug"
706
 
707
  #: ../classes/column/user/display-name.php:19
708
  msgid "Display name"
709
+ msgstr "Visa namn"
710
 
711
  #: ../classes/column/user/first-name.php:19
712
  msgid "First name"
720
  msgid "Post Count"
721
  msgstr "Inläggsräknare"
722
 
723
+ #: ../classes/column/user/post-count.php:89
724
  msgid "Post Type"
725
  msgstr "Inläggstyp"
726
 
730
 
731
  #: ../classes/column/user/rich-editing.php:19
732
  msgid "Visual Editor"
733
+ msgstr "Visuell redigerare"
734
 
735
  #: ../classes/column/user/url.php:19
736
  msgid "Url"
737
  msgstr "Url"
738
 
739
+ #: ../classes/review_notice.php:55 ../classes/settings.php:170 ../classes/settings.php:589 ../classes/upgrade.php:135
740
+ msgid "Admin Columns"
741
+ msgstr "Admin Columns"
742
+
743
+ #: ../classes/review_notice.php:58
744
+ msgid "Admin Columns Pro"
745
+ msgstr "Admin Columns Pro"
746
+
747
+ #: ../classes/review_notice.php:65
748
+ #, php-format
749
+ msgid ""
750
+ "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at wordpress.org? If you're not happy with %s, please "
751
+ "%s."
752
+ msgstr "Vi menar inte att störa dig, men du har använt %s under en tid nu, och vi undrade om du är nöjd med tillägget. Om så är fallet, kan ni lämna en recension på wordpress.org? Om du inte är nöjd med %s, vänligen %s."
753
+
754
+ #: ../classes/review_notice.php:68
755
+ msgid "click here"
756
+ msgstr "klicka här"
757
+
758
+ #: ../classes/review_notice.php:72
759
+ msgid "Leave a review!"
760
+ msgstr "Lämna en recension!"
761
+
762
+ #: ../classes/review_notice.php:73
763
+ msgid "Permanently hide notice"
764
+ msgstr "Permanent gömma notis"
765
+
766
+ #: ../classes/review_notice.php:80
767
+ #, php-format
768
+ msgid "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our %s."
769
+ msgstr "Vi är ledsna att göra det, kanske vi kan hjälpa! Om du har problem att korrekt sätta upp %s eller om du vill ha hjälp med fler avancerade funktioner, vänligen besök vår %s."
770
+
771
+ #: ../classes/review_notice.php:82
772
+ msgid "documentation page"
773
+ msgstr "dokumentation sida"
774
+
775
+ #: ../classes/review_notice.php:86
776
+ #, php-format
777
+ msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
778
+ msgstr "Som en Admin Columns Pro användare, du kan också använda ditt AdminColumns.com konto för att få tillgång till produkt support genom %s!"
779
+
780
+ #: ../classes/review_notice.php:87
781
+ msgid "our forums"
782
+ msgstr "vårt forum"
783
+
784
+ #: ../classes/review_notice.php:91
785
+ #, php-format
786
+ msgid "You can also find help on the %s, and %s."
787
+ msgstr "Du kan också hitta hjälp på %s, och %s."
788
+
789
+ #: ../classes/review_notice.php:92
790
+ msgid "Admin Columns forums on WordPress.org"
791
+ msgstr "Admin Columns forum på WordPress.org"
792
+
793
+ #: ../classes/review_notice.php:93
794
+ msgid "find answers to some frequently asked questions"
795
+ msgstr "hitta svar på vanliga frågor"
796
+
797
  #: ../classes/settings.php:112
798
  msgid "Add-on successfully activated."
799
  msgstr "Tillägget aktiverat."
806
  msgid "Admin Columns Settings"
807
  msgstr "Admin Columns Inställningar"
808
 
 
 
 
 
809
  #: ../classes/settings.php:220
810
  #, php-format
811
  msgid "%s column is already present and can not be duplicated."
1049
  msgid "Taxonomies"
1050
  msgstr "Taxanomier"
1051
 
1052
+ #: ../classes/settings.php:590 ../codepress-admin-columns.php:377
1053
  msgid "Settings"
1054
  msgstr "Inställningar"
1055
 
1060
  #: ../classes/settings.php:659
1061
  #, php-format
1062
  msgid "The columns for %s are set up via PHP and can therefore not be edited in the admin panel."
1063
+ msgstr "Kolumnerna för %s är inställt via PHP och kan därför inte redigeras i admin panelen."
1064
 
1065
  #: ../classes/settings.php:669
1066
  msgid "Store settings"
1209
  #: ../classes/storage_model.php:278
1210
  #, php-format
1211
  msgid "Settings for %s updated successfully."
1212
+ msgstr "Inställningar för %s uppdaterades framgångsrikt."
1213
 
1214
  #: ../classes/storage_model.php:809
1215
  msgid "View"
1221
 
1222
  #: ../classes/storage_model/comment.php:14
1223
  msgid "Comment"
1224
+ msgstr "Kommentera"
1225
 
1226
  #: ../classes/storage_model/link.php:13
1227
  msgid "Links"
1229
 
1230
  #: ../classes/storage_model/link.php:14
1231
  msgid "Link"
1232
+ msgstr "Länk"
1233
 
1234
  #: ../classes/storage_model/media.php:14
1235
  msgid "Media"
1236
+ msgstr "Media"
1237
 
1238
  #: ../classes/storage_model/user.php:13
1239
  msgid "Users"
1240
  msgstr "Användare"
1241
 
 
 
 
 
1242
  #: ../classes/upgrade.php:62
1243
  msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
1244
+ msgstr "Pro-tilägget stöds inte längre. Vänligen logga in på ditt konto och ladda ner Admin Columns Pro"
1245
 
1246
  #: ../classes/upgrade.php:95
1247
  msgid "Upgrade"
1295
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1296
  msgstr "Ursäkta. Något gick fel under uppgraderingen. Vänligen rapportera detta på support forumet. "
1297
 
1298
+ #: ../codepress-admin-columns.php:444
 
 
 
 
1299
  msgid "Edit columns"
1300
  msgstr "Redigera kolumner"
languages/cpac-zh_CN.mo CHANGED
Binary file
languages/cpac-zh_CN.po CHANGED
@@ -5,8 +5,8 @@ msgid ""
5
  msgstr ""
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
- "POT-Creation-Date: 2015-04-09 18:01+0100\n"
9
- "PO-Revision-Date: 2015-04-09 18:12+0100\n"
10
  "Last-Translator: Codepress <info@codepress.nl>\n"
11
  "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/admin-columns/language/zh_CN/)\n"
12
  "MIME-Version: 1.0\n"
@@ -14,7 +14,7 @@ msgstr ""
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Language: zh_CN\n"
16
  "Plural-Forms: nplurals=1; plural=0;\n"
17
- "X-Generator: Poedit 1.7.5\n"
18
  "X-Poedit-Basepath: .\n"
19
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c\n"
20
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -47,164 +47,164 @@ msgstr ""
47
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
48
  msgstr ""
49
 
50
- #: ../classes/column.php:582
51
  msgid "Thumbnail"
52
  msgstr "缩略图"
53
 
54
- #: ../classes/column.php:583
55
  msgid "Medium"
56
  msgstr "中等大小"
57
 
58
- #: ../classes/column.php:584
59
  msgid "Large"
60
  msgstr "大尺寸"
61
 
62
- #: ../classes/column.php:585
63
  msgid "Full"
64
  msgstr "原始大小"
65
 
66
- #: ../classes/column.php:1026
67
  msgid "Date Format"
68
  msgstr "日期格式"
69
 
70
- #: ../classes/column.php:1027
71
  msgid "This will determine how the date will be displayed."
72
  msgstr "用来决定如何显示日期"
73
 
74
- #: ../classes/column.php:1033
75
  msgid "Example:"
76
  msgstr "例如:"
77
 
78
- #: ../classes/column.php:1035
79
  #, php-format
80
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
81
  msgstr "留空将使用WordPress日期格式,你可以在 <a href=\"%s\">这里</a> 修改默认的日期格式。"
82
 
83
- #: ../classes/column.php:1036
84
  msgid "Documentation on date and time formatting."
85
  msgstr "日期和时间格式的文档。"
86
 
87
- #: ../classes/column.php:1050
88
  msgid "Excerpt length"
89
  msgstr "摘要长度"
90
 
91
- #: ../classes/column.php:1051
92
  msgid "Number of words"
93
  msgstr "字数"
94
 
95
- #: ../classes/column.php:1069
96
  msgid "Preview size"
97
  msgstr "预览大小"
98
 
99
- #: ../classes/column.php:1086 ../classes/storage_model.php:595
100
  msgid "Custom"
101
  msgstr "自定义"
102
 
103
- #: ../classes/column.php:1089 ../classes/column.php:1236
104
  msgid "width"
105
  msgstr "宽度"
106
 
107
- #: ../classes/column.php:1092
108
  msgid "height"
109
  msgstr "高度"
110
 
111
- #: ../classes/column.php:1104
112
  msgid "Before"
113
  msgstr "前"
114
 
115
- #: ../classes/column.php:1104
116
  msgid "This text will appear before the custom field value."
117
  msgstr "该文本将显示在自定义字段的值的前面"
118
 
119
- #: ../classes/column.php:1105
120
  msgid "After"
121
  msgstr "后"
122
 
123
- #: ../classes/column.php:1105
124
  msgid "This text will appear after the custom field value."
125
  msgstr "该文本将显示在自定义字段的值的后面"
126
 
127
- #: ../classes/column.php:1114
128
  msgid "Display Name"
129
  msgstr "公开显示为"
130
 
131
- #: ../classes/column.php:1115
132
  msgid "First Name"
133
  msgstr "名字"
134
 
135
- #: ../classes/column.php:1116
136
  msgid "Last Name"
137
  msgstr "姓氏"
138
 
139
- #: ../classes/column.php:1117 ../classes/column/user/nickname.php:19
140
  msgid "Nickname"
141
  msgstr "昵称"
142
 
143
- #: ../classes/column.php:1118
144
  msgid "User Login"
145
  msgstr "用户名"
146
 
147
- #: ../classes/column.php:1119
148
  msgid "User Email"
149
  msgstr "用户邮箱"
150
 
151
- #: ../classes/column.php:1120 ../classes/column/user/ID.php:19
152
  msgid "User ID"
153
  msgstr "用户ID"
154
 
155
- #: ../classes/column.php:1121
156
  msgid "First and Last Name"
157
  msgstr "姓名"
158
 
159
- #: ../classes/column.php:1124
160
  msgid "Display format"
161
  msgstr ""
162
 
163
- #: ../classes/column.php:1124
164
  msgid "This is the format of the author name."
165
  msgstr "作者名字的格式"
166
 
167
- #: ../classes/column.php:1258
168
  msgid "Edit"
169
  msgstr "编辑"
170
 
171
- #: ../classes/column.php:1260 ../classes/column.php:1352
172
  msgid "Clone"
173
  msgstr ""
174
 
175
- #: ../classes/column.php:1262 ../classes/column.php:1354
176
  msgid "Remove"
177
  msgstr "删除"
178
 
179
- #: ../classes/column.php:1280 ../classes/column/custom-field.php:407
180
  msgid "Type"
181
  msgstr "类型"
182
 
183
- #: ../classes/column.php:1280
184
  msgid "Choose a column type."
185
  msgstr "选择一个列类型。"
186
 
187
- #: ../classes/column.php:1280
188
  msgid "Name"
189
  msgstr ""
190
 
191
- #: ../classes/column.php:1290
192
  msgid "Label"
193
  msgstr "标签"
194
 
195
- #: ../classes/column.php:1290
196
  msgid "This is the name which will appear as the column header."
197
  msgstr "该名称将显示为列标题。"
198
 
199
- #: ../classes/column.php:1297 ../classes/column/media/width.php:19
200
  msgid "Width"
201
  msgstr "宽度"
202
 
203
- #: ../classes/column.php:1299
204
  msgid "default"
205
  msgstr "默认"
206
 
207
- #: ../classes/column.php:1300
208
  msgid "auto"
209
  msgstr ""
210
 
@@ -273,6 +273,10 @@ msgstr "作者邮箱"
273
  msgid "Author IP"
274
  msgstr "作者IP"
275
 
 
 
 
 
276
  #: ../classes/column/comment/author-url.php:19
277
  msgid "Author url"
278
  msgstr "作者url"
@@ -294,14 +298,18 @@ msgstr "提交于 <a href=\"%1$s\">%2$s at %3$s</a>"
294
  msgid "Date"
295
  msgstr "日期"
296
 
297
- #: ../classes/column/comment/excerpt.php:19 ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:315
298
- msgid "Excerpt"
299
- msgstr "摘要"
300
 
301
  #: ../classes/column/comment/reply-to.php:19
302
  msgid "In Reply To"
303
  msgstr "回应给"
304
 
 
 
 
 
305
  #: ../classes/column/comment/word-count.php:19 ../classes/column/post/word-count.php:19
306
  msgid "Word count"
307
  msgstr "字数"
@@ -326,6 +334,10 @@ msgstr "颜色"
326
  msgid "Counter"
327
  msgstr ""
328
 
 
 
 
 
329
  #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:314
330
  msgid "Image"
331
  msgstr "图像"
@@ -543,10 +555,6 @@ msgstr "评论状态"
543
  msgid "Select which comment status you like to display."
544
  msgstr "选择你要显示的评论状态"
545
 
546
- #: ../classes/column/post/content.php:19
547
- msgid "Content"
548
- msgstr ""
549
-
550
  #: ../classes/column/post/date-published.php:17
551
  msgid "Date Published"
552
  msgstr ""
@@ -709,7 +717,7 @@ msgstr "姓氏"
709
  msgid "Post Count"
710
  msgstr "文章数量"
711
 
712
- #: ../classes/column/user/post-count.php:102
713
  msgid "Post Type"
714
  msgstr "文章类型"
715
 
@@ -725,6 +733,66 @@ msgstr ""
725
  msgid "Url"
726
  msgstr "Url"
727
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
728
  #: ../classes/settings.php:112
729
  msgid "Add-on successfully activated."
730
  msgstr ""
@@ -737,10 +805,6 @@ msgstr ""
737
  msgid "Admin Columns Settings"
738
  msgstr "Admin Columns 设置"
739
 
740
- #: ../classes/settings.php:170 ../classes/settings.php:589 ../classes/upgrade.php:135
741
- msgid "Admin Columns"
742
- msgstr "Admin Columns"
743
-
744
  #: ../classes/settings.php:220
745
  #, php-format
746
  msgid "%s column is already present and can not be duplicated."
@@ -988,7 +1052,7 @@ msgstr ""
988
  msgid "Taxonomies"
989
  msgstr ""
990
 
991
- #: ../classes/settings.php:590 ../codepress-admin-columns.php:375
992
  msgid "Settings"
993
  msgstr "设置"
994
 
@@ -1180,10 +1244,6 @@ msgstr ""
1180
  msgid "Users"
1181
  msgstr "用户"
1182
 
1183
- #: ../classes/storage_model/user.php:14
1184
- msgid "User"
1185
- msgstr ""
1186
-
1187
  #: ../classes/upgrade.php:62
1188
  msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
1189
  msgstr ""
@@ -1240,10 +1300,6 @@ msgstr "错误"
1240
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1241
  msgstr "抱歉,升级过程中出错了,请在论坛中反馈。"
1242
 
1243
- #: ../codepress-admin-columns.php:34
1244
- msgid "No textdomain"
1245
- msgstr ""
1246
-
1247
- #: ../codepress-admin-columns.php:442
1248
  msgid "Edit columns"
1249
  msgstr "编辑列"
5
  msgstr ""
6
  "Project-Id-Version: Admin Columns\n"
7
  "Report-Msgid-Bugs-To: \n"
8
+ "POT-Creation-Date: 2015-04-29 13:58+0100\n"
9
+ "PO-Revision-Date: 2015-06-26 13:26+0100\n"
10
  "Last-Translator: Codepress <info@codepress.nl>\n"
11
  "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/admin-columns/language/zh_CN/)\n"
12
  "MIME-Version: 1.0\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Language: zh_CN\n"
16
  "Plural-Forms: nplurals=1; plural=0;\n"
17
+ "X-Generator: Poedit 1.8.1\n"
18
  "X-Poedit-Basepath: .\n"
19
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c\n"
20
  "X-Poedit-SourceCharset: UTF-8\n"
47
  msgid "Enhance the products, orders and coupons overviews with new columns and inline editing."
48
  msgstr ""
49
 
50
+ #: ../classes/column.php:597
51
  msgid "Thumbnail"
52
  msgstr "缩略图"
53
 
54
+ #: ../classes/column.php:598
55
  msgid "Medium"
56
  msgstr "中等大小"
57
 
58
+ #: ../classes/column.php:599
59
  msgid "Large"
60
  msgstr "大尺寸"
61
 
62
+ #: ../classes/column.php:600
63
  msgid "Full"
64
  msgstr "原始大小"
65
 
66
+ #: ../classes/column.php:1041
67
  msgid "Date Format"
68
  msgstr "日期格式"
69
 
70
+ #: ../classes/column.php:1042
71
  msgid "This will determine how the date will be displayed."
72
  msgstr "用来决定如何显示日期"
73
 
74
+ #: ../classes/column.php:1048
75
  msgid "Example:"
76
  msgstr "例如:"
77
 
78
+ #: ../classes/column.php:1050
79
  #, php-format
80
  msgid "Leave empty for WordPress date format, change your <a href=\"%s\">default date format here</a>."
81
  msgstr "留空将使用WordPress日期格式,你可以在 <a href=\"%s\">这里</a> 修改默认的日期格式。"
82
 
83
+ #: ../classes/column.php:1051
84
  msgid "Documentation on date and time formatting."
85
  msgstr "日期和时间格式的文档。"
86
 
87
+ #: ../classes/column.php:1065
88
  msgid "Excerpt length"
89
  msgstr "摘要长度"
90
 
91
+ #: ../classes/column.php:1066
92
  msgid "Number of words"
93
  msgstr "字数"
94
 
95
+ #: ../classes/column.php:1084
96
  msgid "Preview size"
97
  msgstr "预览大小"
98
 
99
+ #: ../classes/column.php:1101 ../classes/storage_model.php:595
100
  msgid "Custom"
101
  msgstr "自定义"
102
 
103
+ #: ../classes/column.php:1104 ../classes/column.php:1251
104
  msgid "width"
105
  msgstr "宽度"
106
 
107
+ #: ../classes/column.php:1107
108
  msgid "height"
109
  msgstr "高度"
110
 
111
+ #: ../classes/column.php:1119
112
  msgid "Before"
113
  msgstr "前"
114
 
115
+ #: ../classes/column.php:1119
116
  msgid "This text will appear before the custom field value."
117
  msgstr "该文本将显示在自定义字段的值的前面"
118
 
119
+ #: ../classes/column.php:1120
120
  msgid "After"
121
  msgstr "后"
122
 
123
+ #: ../classes/column.php:1120
124
  msgid "This text will appear after the custom field value."
125
  msgstr "该文本将显示在自定义字段的值的后面"
126
 
127
+ #: ../classes/column.php:1129
128
  msgid "Display Name"
129
  msgstr "公开显示为"
130
 
131
+ #: ../classes/column.php:1130
132
  msgid "First Name"
133
  msgstr "名字"
134
 
135
+ #: ../classes/column.php:1131
136
  msgid "Last Name"
137
  msgstr "姓氏"
138
 
139
+ #: ../classes/column.php:1132 ../classes/column/user/nickname.php:19
140
  msgid "Nickname"
141
  msgstr "昵称"
142
 
143
+ #: ../classes/column.php:1133
144
  msgid "User Login"
145
  msgstr "用户名"
146
 
147
+ #: ../classes/column.php:1134
148
  msgid "User Email"
149
  msgstr "用户邮箱"
150
 
151
+ #: ../classes/column.php:1135 ../classes/column/user/ID.php:19
152
  msgid "User ID"
153
  msgstr "用户ID"
154
 
155
+ #: ../classes/column.php:1136
156
  msgid "First and Last Name"
157
  msgstr "姓名"
158
 
159
+ #: ../classes/column.php:1139
160
  msgid "Display format"
161
  msgstr ""
162
 
163
+ #: ../classes/column.php:1139
164
  msgid "This is the format of the author name."
165
  msgstr "作者名字的格式"
166
 
167
+ #: ../classes/column.php:1273
168
  msgid "Edit"
169
  msgstr "编辑"
170
 
171
+ #: ../classes/column.php:1275 ../classes/column.php:1367
172
  msgid "Clone"
173
  msgstr ""
174
 
175
+ #: ../classes/column.php:1277 ../classes/column.php:1369
176
  msgid "Remove"
177
  msgstr "删除"
178
 
179
+ #: ../classes/column.php:1295 ../classes/column/comment/type.php:13 ../classes/column/custom-field.php:407
180
  msgid "Type"
181
  msgstr "类型"
182
 
183
+ #: ../classes/column.php:1295
184
  msgid "Choose a column type."
185
  msgstr "选择一个列类型。"
186
 
187
+ #: ../classes/column.php:1295
188
  msgid "Name"
189
  msgstr ""
190
 
191
+ #: ../classes/column.php:1305
192
  msgid "Label"
193
  msgstr "标签"
194
 
195
+ #: ../classes/column.php:1305
196
  msgid "This is the name which will appear as the column header."
197
  msgstr "该名称将显示为列标题。"
198
 
199
+ #: ../classes/column.php:1312 ../classes/column/media/width.php:19
200
  msgid "Width"
201
  msgstr "宽度"
202
 
203
+ #: ../classes/column.php:1314
204
  msgid "default"
205
  msgstr "默认"
206
 
207
+ #: ../classes/column.php:1315
208
  msgid "auto"
209
  msgstr ""
210
 
273
  msgid "Author IP"
274
  msgstr "作者IP"
275
 
276
+ #: ../classes/column/comment/author-name.php:12
277
+ msgid "Author name"
278
+ msgstr ""
279
+
280
  #: ../classes/column/comment/author-url.php:19
281
  msgid "Author url"
282
  msgstr "作者url"
298
  msgid "Date"
299
  msgstr "日期"
300
 
301
+ #: ../classes/column/comment/excerpt.php:19 ../classes/column/post/content.php:19
302
+ msgid "Content"
303
+ msgstr ""
304
 
305
  #: ../classes/column/comment/reply-to.php:19
306
  msgid "In Reply To"
307
  msgstr "回应给"
308
 
309
+ #: ../classes/column/comment/user.php:11 ../classes/storage_model/user.php:14
310
+ msgid "User"
311
+ msgstr ""
312
+
313
  #: ../classes/column/comment/word-count.php:19 ../classes/column/post/word-count.php:19
314
  msgid "Word count"
315
  msgstr "字数"
334
  msgid "Counter"
335
  msgstr ""
336
 
337
+ #: ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19 ../classes/settings.php:315
338
+ msgid "Excerpt"
339
+ msgstr "摘要"
340
+
341
  #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19 ../classes/settings.php:314
342
  msgid "Image"
343
  msgstr "图像"
555
  msgid "Select which comment status you like to display."
556
  msgstr "选择你要显示的评论状态"
557
 
 
 
 
 
558
  #: ../classes/column/post/date-published.php:17
559
  msgid "Date Published"
560
  msgstr ""
717
  msgid "Post Count"
718
  msgstr "文章数量"
719
 
720
+ #: ../classes/column/user/post-count.php:89
721
  msgid "Post Type"
722
  msgstr "文章类型"
723
 
733
  msgid "Url"
734
  msgstr "Url"
735
 
736
+ #: ../classes/review_notice.php:55 ../classes/settings.php:170 ../classes/settings.php:589 ../classes/upgrade.php:135
737
+ msgid "Admin Columns"
738
+ msgstr "Admin Columns"
739
+
740
+ #: ../classes/review_notice.php:58
741
+ msgid "Admin Columns Pro"
742
+ msgstr ""
743
+
744
+ #: ../classes/review_notice.php:65
745
+ #, php-format
746
+ msgid ""
747
+ "We don't mean to bug you, but you've been using %s for some time now, and we were wondering if you're happy with the plugin. If so, could you please leave a review at "
748
+ "wordpress.org? If you're not happy with %s, please %s."
749
+ msgstr ""
750
+
751
+ #: ../classes/review_notice.php:68
752
+ msgid "click here"
753
+ msgstr ""
754
+
755
+ #: ../classes/review_notice.php:72
756
+ msgid "Leave a review!"
757
+ msgstr ""
758
+
759
+ #: ../classes/review_notice.php:73
760
+ msgid "Permanently hide notice"
761
+ msgstr ""
762
+
763
+ #: ../classes/review_notice.php:80
764
+ #, php-format
765
+ msgid ""
766
+ "We're sorry to hear that; maybe we can help! If you're having problems properly setting up %s or if you would like help with some more advanced features, please visit our "
767
+ "%s."
768
+ msgstr ""
769
+
770
+ #: ../classes/review_notice.php:82
771
+ msgid "documentation page"
772
+ msgstr ""
773
+
774
+ #: ../classes/review_notice.php:86
775
+ #, php-format
776
+ msgid "As an Admin Columns Pro user, you can also use your AdminColumns.com account to access product support through %s!"
777
+ msgstr ""
778
+
779
+ #: ../classes/review_notice.php:87
780
+ msgid "our forums"
781
+ msgstr ""
782
+
783
+ #: ../classes/review_notice.php:91
784
+ #, php-format
785
+ msgid "You can also find help on the %s, and %s."
786
+ msgstr ""
787
+
788
+ #: ../classes/review_notice.php:92
789
+ msgid "Admin Columns forums on WordPress.org"
790
+ msgstr ""
791
+
792
+ #: ../classes/review_notice.php:93
793
+ msgid "find answers to some frequently asked questions"
794
+ msgstr ""
795
+
796
  #: ../classes/settings.php:112
797
  msgid "Add-on successfully activated."
798
  msgstr ""
805
  msgid "Admin Columns Settings"
806
  msgstr "Admin Columns 设置"
807
 
 
 
 
 
808
  #: ../classes/settings.php:220
809
  #, php-format
810
  msgid "%s column is already present and can not be duplicated."
1052
  msgid "Taxonomies"
1053
  msgstr ""
1054
 
1055
+ #: ../classes/settings.php:590 ../codepress-admin-columns.php:377
1056
  msgid "Settings"
1057
  msgstr "设置"
1058
 
1244
  msgid "Users"
1245
  msgstr "用户"
1246
 
 
 
 
 
1247
  #: ../classes/upgrade.php:62
1248
  msgid "The pro add-on is no longer supported. Please login to your account and download Admin Columns Pro"
1249
  msgstr ""
1300
  msgid "Sorry. Something went wrong during the upgrade process. Please report this on the support forum."
1301
  msgstr "抱歉,升级过程中出错了,请在论坛中反馈。"
1302
 
1303
+ #: ../codepress-admin-columns.php:444
 
 
 
 
1304
  msgid "Edit columns"
1305
  msgstr "编辑列"
languages/cpac.mo CHANGED
Binary file
languages/cpac.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Admin Columns\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-05-04 14:28+0100\n"
6
- "PO-Revision-Date: 2015-05-04 14:28+0100\n"
7
  "Last-Translator: Codepress <info@codepress.nl>\n"
8
  "Language-Team: Admin Columns <info@admincolumns.com>\n"
9
  "Language: en_GB\n"
@@ -15,7 +15,7 @@ msgstr ""
15
  "esc_html_x:1,2c\n"
16
  "X-Poedit-Basepath: .\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
- "X-Generator: Poedit 1.7.6\n"
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPath-1: ..\n"
@@ -101,7 +101,7 @@ msgstr ""
101
  msgid "Preview size"
102
  msgstr ""
103
 
104
- #: ../classes/column.php:1101 ../classes/storage_model.php:595
105
  msgid "Custom"
106
  msgstr ""
107
 
@@ -182,7 +182,7 @@ msgid "Remove"
182
  msgstr ""
183
 
184
  #: ../classes/column.php:1295 ../classes/column/comment/type.php:13
185
- #: ../classes/column/custom-field.php:404
186
  msgid "Type"
187
  msgstr ""
188
 
@@ -311,7 +311,7 @@ msgstr ""
311
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
312
  msgstr ""
313
 
314
- #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:98
315
  #: ../classes/settings.php:318
316
  msgid "Date"
317
  msgstr ""
@@ -335,80 +335,81 @@ msgid "Word count"
335
  msgstr ""
336
 
337
  #: ../classes/column/custom-field.php:23
338
- #: ../classes/column/custom-field.php:387 ../classes/settings.php:308
 
339
  msgid "Custom Field"
340
  msgstr ""
341
 
342
- #: ../classes/column/custom-field.php:94 ../classes/settings.php:313
343
- #: ../classes/storage_model.php:596
344
  msgid "Default"
345
  msgstr ""
346
 
347
- #: ../classes/column/custom-field.php:95
348
  msgid "Checkmark (true/false)"
349
  msgstr ""
350
 
351
- #: ../classes/column/custom-field.php:96 ../classes/settings.php:322
352
  msgid "Color"
353
  msgstr ""
354
 
355
- #: ../classes/column/custom-field.php:97 ../classes/settings.php:323
356
  msgid "Counter"
357
  msgstr ""
358
 
359
- #: ../classes/column/custom-field.php:99 ../classes/column/post/excerpt.php:19
360
- #: ../classes/settings.php:315
361
  msgid "Excerpt"
362
  msgstr ""
363
 
364
- #: ../classes/column/custom-field.php:100 ../classes/column/link/image.php:19
365
  #: ../classes/settings.php:314
366
  msgid "Image"
367
  msgstr ""
368
 
369
- #: ../classes/column/custom-field.php:101
370
  #: ../classes/storage_model/media.php:13
371
  msgid "Media Library"
372
  msgstr ""
373
 
374
- #: ../classes/column/custom-field.php:102 ../classes/settings.php:316
375
  msgid "Multiple Values"
376
  msgstr ""
377
 
378
- #: ../classes/column/custom-field.php:103 ../classes/settings.php:317
379
  msgid "Numeric"
380
  msgstr ""
381
 
382
- #: ../classes/column/custom-field.php:104
383
  msgid "Post Title (Post ID's)"
384
  msgstr ""
385
 
386
- #: ../classes/column/custom-field.php:105
387
  msgid "Username (User ID's)"
388
  msgstr ""
389
 
390
- #: ../classes/column/custom-field.php:106
391
  msgid "Term Name (Term ID's)"
392
  msgstr ""
393
 
394
- #: ../classes/column/custom-field.php:387
395
  msgid "Select your custom field."
396
  msgstr ""
397
 
398
- #: ../classes/column/custom-field.php:397
399
  msgid "No custom fields available."
400
  msgstr ""
401
 
402
- #: ../classes/column/custom-field.php:397
403
  #, php-format
404
  msgid "Please create a %s item first."
405
  msgstr ""
406
 
407
- #: ../classes/column/custom-field.php:404
408
  msgid "Field Type"
409
  msgstr ""
410
 
411
- #: ../classes/column/custom-field.php:404
412
  msgid "This will determine how the value will be displayed."
413
  msgstr ""
414
 
@@ -573,7 +574,6 @@ msgid "Spam"
573
  msgstr ""
574
 
575
  #: ../classes/column/post/comment-count.php:38
576
- #: ../classes/column/post/status.php:35
577
  msgid "Trash"
578
  msgstr ""
579
 
@@ -635,7 +635,7 @@ msgid "Last modified"
635
  msgstr ""
636
 
637
  #: ../classes/column/post/order.php:19
638
- msgid "Page Order"
639
  msgstr ""
640
 
641
  #: ../classes/column/post/page-template.php:19
@@ -678,34 +678,10 @@ msgstr ""
678
  msgid "Slug"
679
  msgstr ""
680
 
681
- #: ../classes/column/post/status.php:19
682
  msgid "Status"
683
  msgstr ""
684
 
685
- #: ../classes/column/post/status.php:29
686
- msgid "Published"
687
- msgstr ""
688
-
689
- #: ../classes/column/post/status.php:30
690
- msgid "Draft"
691
- msgstr ""
692
-
693
- #: ../classes/column/post/status.php:31
694
- msgid "Scheduled"
695
- msgstr ""
696
-
697
- #: ../classes/column/post/status.php:32
698
- msgid "Private"
699
- msgstr ""
700
-
701
- #: ../classes/column/post/status.php:33
702
- msgid "Pending Review"
703
- msgstr ""
704
-
705
- #: ../classes/column/post/status.php:34
706
- msgid "Auto Draft"
707
- msgstr ""
708
-
709
  #: ../classes/column/post/sticky.php:19
710
  msgid "Sticky"
711
  msgstr ""
@@ -714,7 +690,7 @@ msgstr ""
714
  msgid "Title without actions"
715
  msgstr ""
716
 
717
- #: ../classes/column/taxonomy.php:20 ../classes/column/taxonomy.php:87
718
  msgid "Taxonomy"
719
  msgstr ""
720
 
@@ -1276,25 +1252,29 @@ msgstr ""
1276
  msgid "Get this add-on"
1277
  msgstr ""
1278
 
1279
- #: ../classes/storage_model.php:237
1280
  msgid "settings succesfully restored."
1281
  msgstr ""
1282
 
1283
- #: ../classes/storage_model.php:253
1284
  msgid "No columns settings available."
1285
  msgstr ""
1286
 
1287
- #: ../classes/storage_model.php:274
1288
  #, php-format
1289
  msgid "You are trying to store the same settings for %s."
1290
  msgstr ""
1291
 
1292
- #: ../classes/storage_model.php:278
1293
  #, php-format
1294
  msgid "Settings for %s updated successfully."
1295
  msgstr ""
1296
 
1297
- #: ../classes/storage_model.php:809
 
 
 
 
1298
  msgid "View"
1299
  msgstr ""
1300
 
2
  msgstr ""
3
  "Project-Id-Version: Admin Columns\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-06-26 13:22+0100\n"
6
+ "PO-Revision-Date: 2015-06-26 13:26+0100\n"
7
  "Last-Translator: Codepress <info@codepress.nl>\n"
8
  "Language-Team: Admin Columns <info@admincolumns.com>\n"
9
  "Language: en_GB\n"
15
  "esc_html_x:1,2c\n"
16
  "X-Poedit-Basepath: .\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
+ "X-Generator: Poedit 1.8.1\n"
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPath-1: ..\n"
101
  msgid "Preview size"
102
  msgstr ""
103
 
104
+ #: ../classes/column.php:1101 ../classes/storage_model.php:620
105
  msgid "Custom"
106
  msgstr ""
107
 
182
  msgstr ""
183
 
184
  #: ../classes/column.php:1295 ../classes/column/comment/type.php:13
185
+ #: ../classes/column/custom-field.php:405
186
  msgid "Type"
187
  msgstr ""
188
 
311
  msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
312
  msgstr ""
313
 
314
+ #: ../classes/column/comment/date.php:19 ../classes/column/custom-field.php:99
315
  #: ../classes/settings.php:318
316
  msgid "Date"
317
  msgstr ""
335
  msgstr ""
336
 
337
  #: ../classes/column/custom-field.php:23
338
+ #: ../classes/column/custom-field.php:388 ../classes/settings.php:308
339
+ #: ../classes/storage_model.php:619
340
  msgid "Custom Field"
341
  msgstr ""
342
 
343
+ #: ../classes/column/custom-field.php:95 ../classes/settings.php:313
344
+ #: ../classes/storage_model.php:618
345
  msgid "Default"
346
  msgstr ""
347
 
348
+ #: ../classes/column/custom-field.php:96
349
  msgid "Checkmark (true/false)"
350
  msgstr ""
351
 
352
+ #: ../classes/column/custom-field.php:97 ../classes/settings.php:322
353
  msgid "Color"
354
  msgstr ""
355
 
356
+ #: ../classes/column/custom-field.php:98 ../classes/settings.php:323
357
  msgid "Counter"
358
  msgstr ""
359
 
360
+ #: ../classes/column/custom-field.php:100
361
+ #: ../classes/column/post/excerpt.php:19 ../classes/settings.php:315
362
  msgid "Excerpt"
363
  msgstr ""
364
 
365
+ #: ../classes/column/custom-field.php:101 ../classes/column/link/image.php:19
366
  #: ../classes/settings.php:314
367
  msgid "Image"
368
  msgstr ""
369
 
370
+ #: ../classes/column/custom-field.php:102
371
  #: ../classes/storage_model/media.php:13
372
  msgid "Media Library"
373
  msgstr ""
374
 
375
+ #: ../classes/column/custom-field.php:103 ../classes/settings.php:316
376
  msgid "Multiple Values"
377
  msgstr ""
378
 
379
+ #: ../classes/column/custom-field.php:104 ../classes/settings.php:317
380
  msgid "Numeric"
381
  msgstr ""
382
 
383
+ #: ../classes/column/custom-field.php:105
384
  msgid "Post Title (Post ID's)"
385
  msgstr ""
386
 
387
+ #: ../classes/column/custom-field.php:106
388
  msgid "Username (User ID's)"
389
  msgstr ""
390
 
391
+ #: ../classes/column/custom-field.php:107
392
  msgid "Term Name (Term ID's)"
393
  msgstr ""
394
 
395
+ #: ../classes/column/custom-field.php:388
396
  msgid "Select your custom field."
397
  msgstr ""
398
 
399
+ #: ../classes/column/custom-field.php:398
400
  msgid "No custom fields available."
401
  msgstr ""
402
 
403
+ #: ../classes/column/custom-field.php:398
404
  #, php-format
405
  msgid "Please create a %s item first."
406
  msgstr ""
407
 
408
+ #: ../classes/column/custom-field.php:405
409
  msgid "Field Type"
410
  msgstr ""
411
 
412
+ #: ../classes/column/custom-field.php:405
413
  msgid "This will determine how the value will be displayed."
414
  msgstr ""
415
 
574
  msgstr ""
575
 
576
  #: ../classes/column/post/comment-count.php:38
 
577
  msgid "Trash"
578
  msgstr ""
579
 
635
  msgstr ""
636
 
637
  #: ../classes/column/post/order.php:19
638
+ msgid "Order"
639
  msgstr ""
640
 
641
  #: ../classes/column/post/page-template.php:19
678
  msgid "Slug"
679
  msgstr ""
680
 
681
+ #: ../classes/column/post/status.php:21
682
  msgid "Status"
683
  msgstr ""
684
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
685
  #: ../classes/column/post/sticky.php:19
686
  msgid "Sticky"
687
  msgstr ""
690
  msgid "Title without actions"
691
  msgstr ""
692
 
693
+ #: ../classes/column/taxonomy.php:20 ../classes/column/taxonomy.php:83
694
  msgid "Taxonomy"
695
  msgstr ""
696
 
1252
  msgid "Get this add-on"
1253
  msgstr ""
1254
 
1255
+ #: ../classes/storage_model.php:242
1256
  msgid "settings succesfully restored."
1257
  msgstr ""
1258
 
1259
+ #: ../classes/storage_model.php:258
1260
  msgid "No columns settings available."
1261
  msgstr ""
1262
 
1263
+ #: ../classes/storage_model.php:279
1264
  #, php-format
1265
  msgid "You are trying to store the same settings for %s."
1266
  msgstr ""
1267
 
1268
+ #: ../classes/storage_model.php:283
1269
  #, php-format
1270
  msgid "Settings for %s updated successfully."
1271
  msgstr ""
1272
 
1273
+ #: ../classes/storage_model.php:621
1274
+ msgid "Columns by Plugins"
1275
+ msgstr ""
1276
+
1277
+ #: ../classes/storage_model.php:831
1278
  msgid "View"
1279
  msgstr ""
1280
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: codepress, tschutter, davidmosterd, engelen
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZDZRSYLQ4Z76J
4
  Tags: plugins, wordpress, admin, column, columns, custom columns, custom fields, image, dashboard, sortable, filters, posts, media, users, pages, posttypes, manage columns, wp-admin
5
  Requires at least: 3.5
6
- Tested up to: 4.2.1
7
- Stable tag: 2.4.3
8
 
9
  Customise columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface.
10
 
@@ -212,6 +212,14 @@ You can find a list of the available actions and filters (and examples on how to
212
 
213
  == Changelog ==
214
 
 
 
 
 
 
 
 
 
215
  = 2.4.3 =
216
  * [Fixed] Comment bubble icon is fixed
217
 
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZDZRSYLQ4Z76J
4
  Tags: plugins, wordpress, admin, column, columns, custom columns, custom fields, image, dashboard, sortable, filters, posts, media, users, pages, posttypes, manage columns, wp-admin
5
  Requires at least: 3.5
6
+ Tested up to: 4.2.2
7
+ Stable tag: 2.4.4
8
 
9
  Customise columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface.
10
 
212
 
213
  == Changelog ==
214
 
215
+ = 2.4.4 =
216
+ * [Fixed] Support for custom post statuses
217
+ * [Fixed] Page Order column is now available on all hierarchical post types
218
+ * [Added] WordPress Default columns has it's own menu group
219
+ * [Added] Columns set by plugins has it's own menu group
220
+ * [Added] Custom Field column has it's own menu group
221
+ * [Update] Updated all languages from Transifex
222
+
223
  = 2.4.3 =
224
  * [Fixed] Comment bubble icon is fixed
225