Version Description
- added german language ( thanks to Uli )
- added danish language ( thanks to Morten Dalgaard Johansen )
- added filter for setting thumbnail size ( see FAQ on how to use it )
- added support for hidden custom fields ( see FAQ on how to enable this )
- added fix for WordPress SEO by Yoast Columns
Download this release
Release Info
Developer | codepress |
Plugin | Admin Columns |
Version | 1.4.6 |
Comparing to | |
See all releases |
Code changes from version 1.4.5.1 to 1.4.6
- assets/css/admin-column.css +28 -0
- assets/images/facebook.png +0 -0
- assets/images/twitter.png +0 -0
- classes/sortable.php +3 -3
- classes/values.php +22 -7
- classes/values/media.php +4 -2
- classes/values/posts.php +2 -2
- classes/values/users.php +1 -1
- classes/wordpress_seo_fix.php +24 -0
- codepress-admin-columns.php +46 -18
- languages/codepress-admin-columns-da_DK.mo +0 -0
- languages/codepress-admin-columns-da_DK.po +699 -0
- languages/codepress-admin-columns-de_DE.mo +0 -0
- languages/codepress-admin-columns-de_DE.po +700 -0
- languages/codepress-admin-columns.po +189 -191
- readme.txt +55 -2
assets/css/admin-column.css
CHANGED
@@ -455,6 +455,34 @@
|
|
455 |
color: darkgreen;
|
456 |
}
|
457 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
458 |
/* =Activation
|
459 |
-------------------------------------------------------------- */
|
460 |
#cpac-box-plugin_settings .addons .activation_code .activate,
|
455 |
color: darkgreen;
|
456 |
}
|
457 |
|
458 |
+
/* =Latest News
|
459 |
+
-------------------------------------------------------------- */
|
460 |
+
#latest-news-cpac-settings {
|
461 |
+
padding: 0;
|
462 |
+
}
|
463 |
+
#latest-news-cpac-settings ul {
|
464 |
+
margin-left: 0;
|
465 |
+
}
|
466 |
+
#latest-news-cpac-settings li {
|
467 |
+
list-style: none;
|
468 |
+
line-height: 16px;
|
469 |
+
}
|
470 |
+
#latest-news-cpac-settings li a {
|
471 |
+
text-decoration: none;
|
472 |
+
padding-left: 24px;
|
473 |
+
display: inline-block;
|
474 |
+
lie-height: 20px;
|
475 |
+
}
|
476 |
+
#latest-news-cpac-settings li.twitter a {
|
477 |
+
background: transparent url('../images/twitter.png') no-repeat 0 ;
|
478 |
+
}
|
479 |
+
#latest-news-cpac-settings li.facebook a {
|
480 |
+
background: transparent url('../images/facebook.png') no-repeat 0 ;
|
481 |
+
}
|
482 |
+
#likethisplugin-cpac-settings li.donate_link a:hover {
|
483 |
+
color: darkgreen;
|
484 |
+
}
|
485 |
+
|
486 |
/* =Activation
|
487 |
-------------------------------------------------------------- */
|
488 |
#cpac-box-plugin_settings .addons .activation_code .activate,
|
assets/images/facebook.png
ADDED
Binary file
|
assets/images/twitter.png
ADDED
Binary file
|
classes/sortable.php
CHANGED
@@ -302,7 +302,7 @@ class Codepress_Sortable_Columns extends Codepress_Admin_Columns
|
|
302 |
}
|
303 |
break;
|
304 |
|
305 |
-
case 'column-user-meta' :
|
306 |
$field = $column[$id]['field'];
|
307 |
if ( $field ) {
|
308 |
|
@@ -763,7 +763,7 @@ class Codepress_Sortable_Columns extends Codepress_Admin_Columns
|
|
763 |
break;
|
764 |
|
765 |
case 'column-post-meta' :
|
766 |
-
$field = $column[$id]['field'];
|
767 |
|
768 |
// orderby type
|
769 |
$field_type = 'meta_value';
|
@@ -953,7 +953,7 @@ class Codepress_Sortable_Columns extends Codepress_Admin_Columns
|
|
953 |
// only use the first term to sort
|
954 |
$term = array_shift(array_values($terms));
|
955 |
if ( isset($term->term_id) ) {
|
956 |
-
$cposts[$p->ID] = sanitize_term_field('name', $term->name, $term->term_id, $term->taxonomy, '
|
957 |
}
|
958 |
}
|
959 |
}
|
302 |
}
|
303 |
break;
|
304 |
|
305 |
+
case 'column-user-meta' :
|
306 |
$field = $column[$id]['field'];
|
307 |
if ( $field ) {
|
308 |
|
763 |
break;
|
764 |
|
765 |
case 'column-post-meta' :
|
766 |
+
$field = $column[$id]['field'];
|
767 |
|
768 |
// orderby type
|
769 |
$field_type = 'meta_value';
|
953 |
// only use the first term to sort
|
954 |
$term = array_shift(array_values($terms));
|
955 |
if ( isset($term->term_id) ) {
|
956 |
+
$cposts[$p->ID] = sanitize_term_field('name', $term->name, $term->term_id, $term->taxonomy, 'display');
|
957 |
}
|
958 |
}
|
959 |
}
|
classes/values.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
*/
|
9 |
class CPAC_Values
|
10 |
{
|
11 |
-
protected $excerpt_length;
|
12 |
|
13 |
/**
|
14 |
* Constructor
|
@@ -19,6 +19,7 @@ class CPAC_Values
|
|
19 |
{
|
20 |
// number of words
|
21 |
$this->excerpt_length = 20;
|
|
|
22 |
}
|
23 |
|
24 |
/**
|
@@ -112,7 +113,7 @@ class CPAC_Values
|
|
112 |
if ( $attachment_ids ) {
|
113 |
foreach ( $attachment_ids as $attach_id ) {
|
114 |
if ( wp_get_attachment_image($attach_id) )
|
115 |
-
$result .= wp_get_attachment_image( $attach_id,
|
116 |
}
|
117 |
}
|
118 |
return $result;
|
@@ -249,6 +250,9 @@ class CPAC_Values
|
|
249 |
$before = isset($columns[$column_name]['before']) ? $columns[$column_name]['before'] : '';
|
250 |
$after = isset($columns[$column_name]['after']) ? $columns[$column_name]['after'] : '';
|
251 |
|
|
|
|
|
|
|
252 |
// Get meta field value
|
253 |
$meta = get_metadata($meta_type, $object_id, $field, true);
|
254 |
|
@@ -257,16 +261,16 @@ class CPAC_Values
|
|
257 |
$meta = get_metadata($meta_type, $object_id, $field, true);
|
258 |
$meta = $this->recursive_implode(', ', $meta);
|
259 |
}
|
260 |
-
|
261 |
-
// make sure there are no serialized arrays or
|
262 |
-
if (
|
263 |
return false;
|
264 |
-
|
265 |
// handles each field type differently..
|
266 |
switch ($fieldtype) :
|
267 |
|
268 |
// Image
|
269 |
-
case "image" :
|
270 |
$meta = $this->get_thumbnail($meta);
|
271 |
break;
|
272 |
|
@@ -291,6 +295,17 @@ class CPAC_Values
|
|
291 |
if ( $titles )
|
292 |
$meta = $titles;
|
293 |
break;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
294 |
|
295 |
endswitch;
|
296 |
|
8 |
*/
|
9 |
class CPAC_Values
|
10 |
{
|
11 |
+
protected $excerpt_length, $thumbnail_size;
|
12 |
|
13 |
/**
|
14 |
* Constructor
|
19 |
{
|
20 |
// number of words
|
21 |
$this->excerpt_length = 20;
|
22 |
+
$this->thumbnail_size = apply_filters( 'cpac_thumbnail_size', array(80,80) );
|
23 |
}
|
24 |
|
25 |
/**
|
113 |
if ( $attachment_ids ) {
|
114 |
foreach ( $attachment_ids as $attach_id ) {
|
115 |
if ( wp_get_attachment_image($attach_id) )
|
116 |
+
$result .= wp_get_attachment_image( $attach_id, $this->thumbnail_size, true );
|
117 |
}
|
118 |
}
|
119 |
return $result;
|
250 |
$before = isset($columns[$column_name]['before']) ? $columns[$column_name]['before'] : '';
|
251 |
$after = isset($columns[$column_name]['after']) ? $columns[$column_name]['after'] : '';
|
252 |
|
253 |
+
// rename hidden custom fields to their original name
|
254 |
+
$field = substr($field,0,10) == "cpachidden" ? str_replace('cpachidden','',$field) : $field;
|
255 |
+
|
256 |
// Get meta field value
|
257 |
$meta = get_metadata($meta_type, $object_id, $field, true);
|
258 |
|
261 |
$meta = get_metadata($meta_type, $object_id, $field, true);
|
262 |
$meta = $this->recursive_implode(', ', $meta);
|
263 |
}
|
264 |
+
|
265 |
+
// make sure there are no serialized arrays or null data
|
266 |
+
if ( !is_string($meta) )
|
267 |
return false;
|
268 |
+
|
269 |
// handles each field type differently..
|
270 |
switch ($fieldtype) :
|
271 |
|
272 |
// Image
|
273 |
+
case "image" :
|
274 |
$meta = $this->get_thumbnail($meta);
|
275 |
break;
|
276 |
|
295 |
if ( $titles )
|
296 |
$meta = $titles;
|
297 |
break;
|
298 |
+
|
299 |
+
// Checkmark
|
300 |
+
case "checkmark" :
|
301 |
+
$checkmark = $this->get_asset_image('checkmark.png');
|
302 |
+
|
303 |
+
if ( empty($meta) || 'false' === $meta || '0' === $meta ) {
|
304 |
+
$checkmark = '';
|
305 |
+
}
|
306 |
+
|
307 |
+
$meta = $checkmark;
|
308 |
+
break;
|
309 |
|
310 |
endswitch;
|
311 |
|
classes/values/media.php
CHANGED
@@ -116,8 +116,10 @@ class CPAC_Media_Values extends CPAC_Values
|
|
116 |
|
117 |
case "column-filesize" :
|
118 |
$file = wp_get_attachment_url($p->ID);
|
119 |
-
$abs = str_replace( WP_CONTENT_URL, WP_CONTENT_DIR, $file);
|
120 |
-
|
|
|
|
|
121 |
break;
|
122 |
|
123 |
// Custom Field
|
116 |
|
117 |
case "column-filesize" :
|
118 |
$file = wp_get_attachment_url($p->ID);
|
119 |
+
$abs = str_replace( WP_CONTENT_URL, WP_CONTENT_DIR, $file);
|
120 |
+
if ( file_exists($abs) ) {
|
121 |
+
$result = $this->get_readable_filesize(filesize($abs));
|
122 |
+
}
|
123 |
break;
|
124 |
|
125 |
// Custom Field
|
classes/values/posts.php
CHANGED
@@ -58,7 +58,7 @@ class CPAC_Posts_Values extends CPAC_Values
|
|
58 |
// Featured Image
|
59 |
case "column-featured_image" :
|
60 |
if ( function_exists('has_post_thumbnail') && has_post_thumbnail($post_id) )
|
61 |
-
$result = get_the_post_thumbnail($post_id,
|
62 |
break;
|
63 |
|
64 |
// Sticky Post
|
@@ -141,7 +141,7 @@ class CPAC_Posts_Values extends CPAC_Values
|
|
141 |
$user_id = get_post($post_id)->post_author;
|
142 |
$userdata = get_userdata( $user_id );
|
143 |
if ( !empty($userdata->roles[0]) )
|
144 |
-
|
145 |
break;
|
146 |
|
147 |
// Post status
|
58 |
// Featured Image
|
59 |
case "column-featured_image" :
|
60 |
if ( function_exists('has_post_thumbnail') && has_post_thumbnail($post_id) )
|
61 |
+
$result = get_the_post_thumbnail($post_id, $this->thumbnail_size);
|
62 |
break;
|
63 |
|
64 |
// Sticky Post
|
141 |
$user_id = get_post($post_id)->post_author;
|
142 |
$userdata = get_userdata( $user_id );
|
143 |
if ( !empty($userdata->roles[0]) )
|
144 |
+
$result = implode(', ',$userdata->roles);
|
145 |
break;
|
146 |
|
147 |
// Post status
|
classes/values/users.php
CHANGED
@@ -105,7 +105,7 @@ class CPAC_Users_Values extends CPAC_Values
|
|
105 |
break;
|
106 |
|
107 |
default :
|
108 |
-
$result =
|
109 |
|
110 |
endswitch;
|
111 |
|
105 |
break;
|
106 |
|
107 |
default :
|
108 |
+
$result = $value;
|
109 |
|
110 |
endswitch;
|
111 |
|
classes/wordpress_seo_fix.php
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* Fix for getting the columns loaded by WordPress SEO Yoast
|
5 |
+
*
|
6 |
+
* The added columns from WordPress SEO by Yoast weren't available on
|
7 |
+
* the admin columns settings page. The eason was that class-metabox.php was prevented
|
8 |
+
* from loading. This fix will also load this class when admin columns is loaded.
|
9 |
+
*
|
10 |
+
* @since 1.4.6
|
11 |
+
*/
|
12 |
+
function pre_load_wordpress_seo_class_metabox()
|
13 |
+
{
|
14 |
+
global $pagenow;
|
15 |
+
|
16 |
+
if (
|
17 |
+
isset($_REQUEST['page']) && 'codepress-admin-columns' == $_REQUEST['page'] &&
|
18 |
+
'options-general.php' == $pagenow && defined('WPSEO_PATH') &&
|
19 |
+
file_exists(WPSEO_PATH.'admin/class-metabox.php')
|
20 |
+
) {
|
21 |
+
require_once WPSEO_PATH.'admin/class-metabox.php';
|
22 |
+
}
|
23 |
+
}
|
24 |
+
add_action( 'plugins_loaded', 'pre_load_wordpress_seo_class_metabox', 0 );
|
codepress-admin-columns.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Codepress Admin Columns
|
4 |
-
Version: 1.4.
|
5 |
Description: Customise 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: Codepress
|
7 |
Author URI: http://www.codepress.nl
|
@@ -26,7 +26,7 @@ along with this program; if not, write to the Free Software
|
|
26 |
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
27 |
*/
|
28 |
|
29 |
-
define( 'CPAC_VERSION', '1.4.
|
30 |
define( 'CPAC_TEXTDOMAIN', 'codepress-admin-columns' );
|
31 |
define( 'CPAC_SLUG', 'codepress-admin-columns' );
|
32 |
define( 'CPAC_URL', plugins_url('', __FILE__) );
|
@@ -47,6 +47,7 @@ require_once dirname( __FILE__ ) . '/classes/values/users.php';
|
|
47 |
require_once dirname( __FILE__ ) . '/classes/values/media.php';
|
48 |
require_once dirname( __FILE__ ) . '/classes/values/link.php';
|
49 |
require_once dirname( __FILE__ ) . '/classes/values/comments.php';
|
|
|
50 |
|
51 |
/**
|
52 |
* Codepress Admin Columns Class
|
@@ -60,7 +61,8 @@ class Codepress_Admin_Columns
|
|
60 |
$codepress_url,
|
61 |
$wordpress_url,
|
62 |
$api_url,
|
63 |
-
$admin_page
|
|
|
64 |
|
65 |
/**
|
66 |
* Constructor
|
@@ -69,7 +71,7 @@ class Codepress_Admin_Columns
|
|
69 |
*/
|
70 |
function __construct()
|
71 |
{
|
72 |
-
$this->api_url = 'http://www.codepress.nl/';
|
73 |
|
74 |
// wp is loaded
|
75 |
add_action( 'wp_loaded', array( $this, 'init') );
|
@@ -83,7 +85,7 @@ class Codepress_Admin_Columns
|
|
83 |
* @since 1.0
|
84 |
*/
|
85 |
public function init()
|
86 |
-
{
|
87 |
// vars
|
88 |
$this->post_types = self::get_post_types();
|
89 |
|
@@ -92,6 +94,9 @@ class Codepress_Admin_Columns
|
|
92 |
$this->plugins_url = 'http://wordpress.org/extend/plugins/codepress-admin-columns/';
|
93 |
$this->wordpress_url = 'http://wordpress.org/tags/codepress-admin-columns';
|
94 |
|
|
|
|
|
|
|
95 |
// translations
|
96 |
load_plugin_textdomain( CPAC_TEXTDOMAIN, false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
|
97 |
|
@@ -115,7 +120,7 @@ class Codepress_Admin_Columns
|
|
115 |
add_action( 'admin_init', array( $this, 'handle_requests' ), 1000 );
|
116 |
|
117 |
// filters
|
118 |
-
add_filter( 'plugin_action_links', array( $this, 'add_settings_link'), 1, 2);
|
119 |
}
|
120 |
|
121 |
/**
|
@@ -216,7 +221,7 @@ class Codepress_Admin_Columns
|
|
216 |
* @since 1.0
|
217 |
*/
|
218 |
public function callback_add_posts_column_headings($columns)
|
219 |
-
{
|
220 |
return $this->add_columns_headings( get_query_var('post_type'), $columns);
|
221 |
}
|
222 |
|
@@ -562,13 +567,16 @@ class Codepress_Admin_Columns
|
|
562 |
// set meta field options
|
563 |
$current = ! empty($values['field']) ? $values['field'] : '' ;
|
564 |
$field_options = '';
|
565 |
-
foreach ($fields as $field) {
|
|
|
566 |
$field_options .= sprintf
|
567 |
(
|
568 |
'<option value="%s"%s>%s</option>',
|
569 |
$field,
|
570 |
$field == $current? ' selected="selected"':'',
|
571 |
-
|
|
|
|
|
572 |
);
|
573 |
}
|
574 |
|
@@ -584,6 +592,7 @@ class Codepress_Admin_Columns
|
|
584 |
'numeric' => __('Numeric', CPAC_TEXTDOMAIN),
|
585 |
'date' => __('Date', CPAC_TEXTDOMAIN),
|
586 |
'title_by_id' => __('Post Title (Post ID\'s)', CPAC_TEXTDOMAIN),
|
|
|
587 |
);
|
588 |
|
589 |
// add filter
|
@@ -667,15 +676,21 @@ class Codepress_Admin_Columns
|
|
667 |
|
668 |
// run sql
|
669 |
$fields = $wpdb->get_results($sql, ARRAY_N);
|
670 |
-
|
671 |
-
//
|
672 |
$meta_fields = array();
|
673 |
if ( $fields ) {
|
674 |
foreach ($fields as $field) {
|
675 |
-
|
676 |
-
|
677 |
-
|
|
|
678 |
}
|
|
|
|
|
|
|
|
|
|
|
679 |
}
|
680 |
}
|
681 |
|
@@ -2259,7 +2274,7 @@ class Codepress_Admin_Columns
|
|
2259 |
/**
|
2260 |
* Settings Page Template.
|
2261 |
*
|
2262 |
-
* This function in conjunction with others
|
2263 |
* Settings API to create a settings page where users can adjust
|
2264 |
* the behaviour of this plugin.
|
2265 |
*
|
@@ -2267,7 +2282,6 @@ class Codepress_Admin_Columns
|
|
2267 |
*/
|
2268 |
public function plugin_settings_page()
|
2269 |
{
|
2270 |
-
|
2271 |
// loop through post types
|
2272 |
$rows = '';
|
2273 |
foreach ( $this->get_types() as $type ) {
|
@@ -2338,7 +2352,7 @@ class Codepress_Admin_Columns
|
|
2338 |
<?php echo $find_out_more ?>
|
2339 |
</div>
|
2340 |
</div><!-- addons-cpac-settings -->
|
2341 |
-
|
2342 |
<div id="likethisplugin-cpac-settings" class="postbox">
|
2343 |
<div title="Click to toggle" class="handlediv"><br></div>
|
2344 |
<h3 class="hndle">
|
@@ -2347,13 +2361,27 @@ class Codepress_Admin_Columns
|
|
2347 |
<div class="inside">
|
2348 |
<p><?php _e('Why not do any or all of the following', CPAC_TEXTDOMAIN) ?>:</p>
|
2349 |
<ul>
|
2350 |
-
<li><a href="<?php echo $this->codepress_url ?>/"><?php _e('Link to it so other folks can find out about it.', CPAC_TEXTDOMAIN) ?></a></li>
|
2351 |
<li><a href="<?php echo $this->plugins_url ?>"><?php _e('Give it a 5 star rating on WordPress.org.', CPAC_TEXTDOMAIN) ?></a></li>
|
|
|
2352 |
<li class="donate_link"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZDZRSYLQ4Z76J"><?php _e('Donate a token of your appreciation.', CPAC_TEXTDOMAIN) ?></a></li>
|
2353 |
</ul>
|
2354 |
</div>
|
2355 |
</div><!-- likethisplugin-cpac-settings -->
|
2356 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2357 |
<div id="side-cpac-settings" class="postbox">
|
2358 |
<div title="Click to toggle" class="handlediv"><br></div>
|
2359 |
<h3 class="hndle">
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Codepress Admin Columns
|
4 |
+
Version: 1.4.6
|
5 |
Description: Customise 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: Codepress
|
7 |
Author URI: http://www.codepress.nl
|
26 |
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
27 |
*/
|
28 |
|
29 |
+
define( 'CPAC_VERSION', '1.4.6' );
|
30 |
define( 'CPAC_TEXTDOMAIN', 'codepress-admin-columns' );
|
31 |
define( 'CPAC_SLUG', 'codepress-admin-columns' );
|
32 |
define( 'CPAC_URL', plugins_url('', __FILE__) );
|
47 |
require_once dirname( __FILE__ ) . '/classes/values/media.php';
|
48 |
require_once dirname( __FILE__ ) . '/classes/values/link.php';
|
49 |
require_once dirname( __FILE__ ) . '/classes/values/comments.php';
|
50 |
+
require_once dirname( __FILE__ ) . '/classes/wordpress_seo_fix.php';
|
51 |
|
52 |
/**
|
53 |
* Codepress Admin Columns Class
|
61 |
$codepress_url,
|
62 |
$wordpress_url,
|
63 |
$api_url,
|
64 |
+
$admin_page,
|
65 |
+
$use_hidden_custom_fields;
|
66 |
|
67 |
/**
|
68 |
* Constructor
|
71 |
*/
|
72 |
function __construct()
|
73 |
{
|
74 |
+
$this->api_url = 'http://www.codepress.nl/';
|
75 |
|
76 |
// wp is loaded
|
77 |
add_action( 'wp_loaded', array( $this, 'init') );
|
85 |
* @since 1.0
|
86 |
*/
|
87 |
public function init()
|
88 |
+
{
|
89 |
// vars
|
90 |
$this->post_types = self::get_post_types();
|
91 |
|
94 |
$this->plugins_url = 'http://wordpress.org/extend/plugins/codepress-admin-columns/';
|
95 |
$this->wordpress_url = 'http://wordpress.org/tags/codepress-admin-columns';
|
96 |
|
97 |
+
// enable the use of custom hidden fields
|
98 |
+
$this->use_hidden_custom_fields = apply_filters('cpac_use_hidden_custom_fields', false);
|
99 |
+
|
100 |
// translations
|
101 |
load_plugin_textdomain( CPAC_TEXTDOMAIN, false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
|
102 |
|
120 |
add_action( 'admin_init', array( $this, 'handle_requests' ), 1000 );
|
121 |
|
122 |
// filters
|
123 |
+
add_filter( 'plugin_action_links', array( $this, 'add_settings_link'), 1, 2);
|
124 |
}
|
125 |
|
126 |
/**
|
221 |
* @since 1.0
|
222 |
*/
|
223 |
public function callback_add_posts_column_headings($columns)
|
224 |
+
{
|
225 |
return $this->add_columns_headings( get_query_var('post_type'), $columns);
|
226 |
}
|
227 |
|
567 |
// set meta field options
|
568 |
$current = ! empty($values['field']) ? $values['field'] : '' ;
|
569 |
$field_options = '';
|
570 |
+
foreach ($fields as $field) {
|
571 |
+
|
572 |
$field_options .= sprintf
|
573 |
(
|
574 |
'<option value="%s"%s>%s</option>',
|
575 |
$field,
|
576 |
$field == $current? ' selected="selected"':'',
|
577 |
+
|
578 |
+
// change label on hidden fields
|
579 |
+
substr($field,0,10) == "cpachidden" ? str_replace('cpachidden','',$field) : $field
|
580 |
);
|
581 |
}
|
582 |
|
592 |
'numeric' => __('Numeric', CPAC_TEXTDOMAIN),
|
593 |
'date' => __('Date', CPAC_TEXTDOMAIN),
|
594 |
'title_by_id' => __('Post Title (Post ID\'s)', CPAC_TEXTDOMAIN),
|
595 |
+
'checkmark' => __('Checkmark (true/false)', CPAC_TEXTDOMAIN),
|
596 |
);
|
597 |
|
598 |
// add filter
|
676 |
|
677 |
// run sql
|
678 |
$fields = $wpdb->get_results($sql, ARRAY_N);
|
679 |
+
|
680 |
+
// filter out hidden meta fields
|
681 |
$meta_fields = array();
|
682 |
if ( $fields ) {
|
683 |
foreach ($fields as $field) {
|
684 |
+
|
685 |
+
// give hidden fields a prefix for identifaction
|
686 |
+
if ( $this->use_hidden_custom_fields && substr($field[0],0,1) == "_") {
|
687 |
+
$meta_fields[] = 'cpachidden'.$field[0];
|
688 |
}
|
689 |
+
|
690 |
+
// non hidden fields are saved as is
|
691 |
+
elseif ( substr($field[0],0,1) != "_" ) {
|
692 |
+
$meta_fields[] = $field[0];
|
693 |
+
}
|
694 |
}
|
695 |
}
|
696 |
|
2274 |
/**
|
2275 |
* Settings Page Template.
|
2276 |
*
|
2277 |
+
* This function in conjunction with others uses the WordPress
|
2278 |
* Settings API to create a settings page where users can adjust
|
2279 |
* the behaviour of this plugin.
|
2280 |
*
|
2282 |
*/
|
2283 |
public function plugin_settings_page()
|
2284 |
{
|
|
|
2285 |
// loop through post types
|
2286 |
$rows = '';
|
2287 |
foreach ( $this->get_types() as $type ) {
|
2352 |
<?php echo $find_out_more ?>
|
2353 |
</div>
|
2354 |
</div><!-- addons-cpac-settings -->
|
2355 |
+
|
2356 |
<div id="likethisplugin-cpac-settings" class="postbox">
|
2357 |
<div title="Click to toggle" class="handlediv"><br></div>
|
2358 |
<h3 class="hndle">
|
2361 |
<div class="inside">
|
2362 |
<p><?php _e('Why not do any or all of the following', CPAC_TEXTDOMAIN) ?>:</p>
|
2363 |
<ul>
|
|
|
2364 |
<li><a href="<?php echo $this->plugins_url ?>"><?php _e('Give it a 5 star rating on WordPress.org.', CPAC_TEXTDOMAIN) ?></a></li>
|
2365 |
+
<li><a href="<?php echo $this->codepress_url ?>/"><?php _e('Link to it so other folks can find out about it.', CPAC_TEXTDOMAIN) ?></a></li>
|
2366 |
<li class="donate_link"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZDZRSYLQ4Z76J"><?php _e('Donate a token of your appreciation.', CPAC_TEXTDOMAIN) ?></a></li>
|
2367 |
</ul>
|
2368 |
</div>
|
2369 |
</div><!-- likethisplugin-cpac-settings -->
|
2370 |
|
2371 |
+
<div id="latest-news-cpac-settings" class="postbox">
|
2372 |
+
<div title="Click to toggle" class="handlediv"><br></div>
|
2373 |
+
<h3 class="hndle">
|
2374 |
+
<span><?php _e('Follow us', CPAC_TEXTDOMAIN) ?></span>
|
2375 |
+
</h3>
|
2376 |
+
<div class="inside">
|
2377 |
+
<ul>
|
2378 |
+
<li class="twitter"><a href="http://twitter.com/codepressNL"><?php _e('Follow Codepress on Twitter.', CPAC_TEXTDOMAIN) ?></a></li>
|
2379 |
+
<li class="facebook"><a href="https://www.facebook.com/codepressNL"><?php _e('Like Codepress on Facebook.', CPAC_TEXTDOMAIN) ?></a></li>
|
2380 |
+
|
2381 |
+
</ul>
|
2382 |
+
</div>
|
2383 |
+
</div><!-- latest-news-cpac-settings -->
|
2384 |
+
|
2385 |
<div id="side-cpac-settings" class="postbox">
|
2386 |
<div title="Click to toggle" class="handlediv"><br></div>
|
2387 |
<h3 class="hndle">
|
languages/codepress-admin-columns-da_DK.mo
ADDED
Binary file
|
languages/codepress-admin-columns-da_DK.po
ADDED
@@ -0,0 +1,699 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Codepress Admin Columns\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-06-28 09:25+0100\n"
|
6 |
+
"PO-Revision-Date: 2012-08-11 20:11+0100\n"
|
7 |
+
"Last-Translator: Morten Johansen <support@iosoftgame.com>\n"
|
8 |
+
"Language-Team: IO SoftGame <support@iosoftgame.com>\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
+
"X-Poedit-Basepath: .\n"
|
14 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
+
"X-Poedit-Language: Danish\n"
|
16 |
+
"X-Poedit-SearchPath-0: .\n"
|
17 |
+
"X-Poedit-SearchPath-1: ..\n"
|
18 |
+
|
19 |
+
#: ../codepress-admin-columns.php:164
|
20 |
+
msgid "Settings"
|
21 |
+
msgstr "Indstillinger"
|
22 |
+
|
23 |
+
#: ../codepress-admin-columns.php:347
|
24 |
+
msgid "Add Custom Field Column"
|
25 |
+
msgstr "Tilføj brugerdefineret felt kolonne"
|
26 |
+
|
27 |
+
#: ../codepress-admin-columns.php:355
|
28 |
+
msgid "drag and drop to reorder"
|
29 |
+
msgstr "træk og slip for at omarrangere"
|
30 |
+
|
31 |
+
#: ../codepress-admin-columns.php:497
|
32 |
+
#: ../codepress-admin-columns.php:522
|
33 |
+
msgid "default"
|
34 |
+
msgstr "standard"
|
35 |
+
|
36 |
+
#: ../codepress-admin-columns.php:520
|
37 |
+
#: ../codepress-admin-columns.php:1357
|
38 |
+
msgid "Width"
|
39 |
+
msgstr "Bredde"
|
40 |
+
|
41 |
+
#: ../codepress-admin-columns.php:579
|
42 |
+
msgid "Default"
|
43 |
+
msgstr "Standard"
|
44 |
+
|
45 |
+
#: ../codepress-admin-columns.php:580
|
46 |
+
#: ../codepress-admin-columns.php:1488
|
47 |
+
msgid "Image"
|
48 |
+
msgstr "Billede"
|
49 |
+
|
50 |
+
#: ../codepress-admin-columns.php:581
|
51 |
+
msgid "Media Library Icon"
|
52 |
+
msgstr "Mediebibliotek ikon"
|
53 |
+
|
54 |
+
#: ../codepress-admin-columns.php:582
|
55 |
+
#: ../codepress-admin-columns.php:1145
|
56 |
+
#: ../codepress-admin-columns.php:1564
|
57 |
+
msgid "Excerpt"
|
58 |
+
msgstr "Uddrag"
|
59 |
+
|
60 |
+
#: ../codepress-admin-columns.php:583
|
61 |
+
msgid "Multiple Values"
|
62 |
+
msgstr "Flere værdier"
|
63 |
+
|
64 |
+
#: ../codepress-admin-columns.php:584
|
65 |
+
msgid "Numeric"
|
66 |
+
msgstr "Numerisk"
|
67 |
+
|
68 |
+
#: ../codepress-admin-columns.php:585
|
69 |
+
#: ../codepress-admin-columns.php:1555
|
70 |
+
msgid "Date"
|
71 |
+
msgstr "Dato"
|
72 |
+
|
73 |
+
#: ../codepress-admin-columns.php:586
|
74 |
+
msgid "Post Title (Post ID's)"
|
75 |
+
msgstr "Indlæg titel (Indlæg ID)"
|
76 |
+
|
77 |
+
#: ../codepress-admin-columns.php:611
|
78 |
+
msgid "This field can not be removed"
|
79 |
+
msgstr "Dette felt kan ikke fjernes"
|
80 |
+
|
81 |
+
#: ../codepress-admin-columns.php:615
|
82 |
+
#: ../classes/values/users.php:153
|
83 |
+
msgid "Remove"
|
84 |
+
msgstr "Fjern"
|
85 |
+
|
86 |
+
#: ../codepress-admin-columns.php:1111
|
87 |
+
msgid "Comments"
|
88 |
+
msgstr "Kommentarer"
|
89 |
+
|
90 |
+
#: ../codepress-admin-columns.php:1117
|
91 |
+
msgid "Icon"
|
92 |
+
msgstr "Ikon"
|
93 |
+
|
94 |
+
#: ../codepress-admin-columns.php:1142
|
95 |
+
msgid "Featured Image"
|
96 |
+
msgstr "Udvalgt billede"
|
97 |
+
|
98 |
+
#: ../codepress-admin-columns.php:1148
|
99 |
+
#: ../codepress-admin-columns.php:1208
|
100 |
+
msgid "Page Order"
|
101 |
+
msgstr "Siderækkefølge"
|
102 |
+
|
103 |
+
#: ../codepress-admin-columns.php:1151
|
104 |
+
#: ../codepress-admin-columns.php:1225
|
105 |
+
msgid "Post Format"
|
106 |
+
msgstr "Indlæg format"
|
107 |
+
|
108 |
+
#: ../codepress-admin-columns.php:1154
|
109 |
+
#: ../codepress-admin-columns.php:1342
|
110 |
+
#: ../codepress-admin-columns.php:1482
|
111 |
+
#: ../codepress-admin-columns.php:1528
|
112 |
+
msgid "ID"
|
113 |
+
msgstr "ID"
|
114 |
+
|
115 |
+
#: ../codepress-admin-columns.php:1157
|
116 |
+
msgid "Slug"
|
117 |
+
msgstr "Kort titel"
|
118 |
+
|
119 |
+
#: ../codepress-admin-columns.php:1160
|
120 |
+
msgid "Attachment"
|
121 |
+
msgstr "Vedhæftet fil"
|
122 |
+
|
123 |
+
#: ../codepress-admin-columns.php:1163
|
124 |
+
msgid "No. of Attachments"
|
125 |
+
msgstr "Antal vedhæftede filer"
|
126 |
+
|
127 |
+
#: ../codepress-admin-columns.php:1166
|
128 |
+
msgid "Roles"
|
129 |
+
msgstr "Roller"
|
130 |
+
|
131 |
+
#: ../codepress-admin-columns.php:1169
|
132 |
+
#: ../codepress-admin-columns.php:2209
|
133 |
+
msgid "Status"
|
134 |
+
msgstr "Status"
|
135 |
+
|
136 |
+
#: ../codepress-admin-columns.php:1172
|
137 |
+
msgid "Comment status"
|
138 |
+
msgstr "Kommentar status"
|
139 |
+
|
140 |
+
#: ../codepress-admin-columns.php:1175
|
141 |
+
msgid "Ping status"
|
142 |
+
msgstr "Ping status"
|
143 |
+
|
144 |
+
#: ../codepress-admin-columns.php:1178
|
145 |
+
#: ../codepress-admin-columns.php:1296
|
146 |
+
#: ../codepress-admin-columns.php:1375
|
147 |
+
#: ../codepress-admin-columns.php:1506
|
148 |
+
#: ../codepress-admin-columns.php:1567
|
149 |
+
msgid "Actions"
|
150 |
+
msgstr "Handlinger"
|
151 |
+
|
152 |
+
#: ../codepress-admin-columns.php:1184
|
153 |
+
msgid "Last modified"
|
154 |
+
msgstr "Sidst ændret"
|
155 |
+
|
156 |
+
#: ../codepress-admin-columns.php:1187
|
157 |
+
msgid "Comment count"
|
158 |
+
msgstr "Antal kommentare"
|
159 |
+
|
160 |
+
#: ../codepress-admin-columns.php:1194
|
161 |
+
#: ../codepress-admin-columns.php:1573
|
162 |
+
msgid "Word count"
|
163 |
+
msgstr "Antal ord"
|
164 |
+
|
165 |
+
#: ../codepress-admin-columns.php:1201
|
166 |
+
msgid "Sticky"
|
167 |
+
msgstr "Opslag"
|
168 |
+
|
169 |
+
#: ../codepress-admin-columns.php:1210
|
170 |
+
msgid "Order"
|
171 |
+
msgstr "Rækkefølge"
|
172 |
+
|
173 |
+
#: ../codepress-admin-columns.php:1218
|
174 |
+
msgid "Page Template"
|
175 |
+
msgstr "Sideskabelon"
|
176 |
+
|
177 |
+
#: ../codepress-admin-columns.php:1238
|
178 |
+
msgid "Taxonomy"
|
179 |
+
msgstr "Taksonomi"
|
180 |
+
|
181 |
+
#: ../codepress-admin-columns.php:1248
|
182 |
+
#: ../codepress-admin-columns.php:1316
|
183 |
+
#: ../codepress-admin-columns.php:1455
|
184 |
+
#: ../codepress-admin-columns.php:1583
|
185 |
+
msgid "Custom Field"
|
186 |
+
msgstr "Brugerdefineret felt"
|
187 |
+
|
188 |
+
#: ../codepress-admin-columns.php:1254
|
189 |
+
#: ../codepress-admin-columns.php:1322
|
190 |
+
#: ../codepress-admin-columns.php:1461
|
191 |
+
#: ../codepress-admin-columns.php:1589
|
192 |
+
msgid "Field"
|
193 |
+
msgstr "Felt"
|
194 |
+
|
195 |
+
#: ../codepress-admin-columns.php:1275
|
196 |
+
msgid "User ID"
|
197 |
+
msgstr "Bruger ID"
|
198 |
+
|
199 |
+
#: ../codepress-admin-columns.php:1278
|
200 |
+
msgid "Nickname"
|
201 |
+
msgstr "Kaldenavn"
|
202 |
+
|
203 |
+
#: ../codepress-admin-columns.php:1281
|
204 |
+
msgid "First name"
|
205 |
+
msgstr "Fornavn"
|
206 |
+
|
207 |
+
#: ../codepress-admin-columns.php:1284
|
208 |
+
msgid "Last name"
|
209 |
+
msgstr "Efternavn"
|
210 |
+
|
211 |
+
#: ../codepress-admin-columns.php:1287
|
212 |
+
msgid "Url"
|
213 |
+
msgstr "Webadresse"
|
214 |
+
|
215 |
+
#: ../codepress-admin-columns.php:1290
|
216 |
+
msgid "Registered"
|
217 |
+
msgstr "Registreret"
|
218 |
+
|
219 |
+
#: ../codepress-admin-columns.php:1293
|
220 |
+
#: ../codepress-admin-columns.php:1363
|
221 |
+
#: ../codepress-admin-columns.php:1485
|
222 |
+
msgid "Description"
|
223 |
+
msgstr "Beskrivelse"
|
224 |
+
|
225 |
+
#: ../codepress-admin-columns.php:1309
|
226 |
+
msgid "Postcount"
|
227 |
+
msgstr "Antal indlæg"
|
228 |
+
|
229 |
+
#: ../codepress-admin-columns.php:1345
|
230 |
+
msgid "Mime type"
|
231 |
+
msgstr "Mime type"
|
232 |
+
|
233 |
+
#: ../codepress-admin-columns.php:1348
|
234 |
+
msgid "File name"
|
235 |
+
msgstr "Filnavn"
|
236 |
+
|
237 |
+
#: ../codepress-admin-columns.php:1351
|
238 |
+
msgid "Dimensions"
|
239 |
+
msgstr "Mål"
|
240 |
+
|
241 |
+
#: ../codepress-admin-columns.php:1354
|
242 |
+
msgid "Height"
|
243 |
+
msgstr "Højde"
|
244 |
+
|
245 |
+
#: ../codepress-admin-columns.php:1360
|
246 |
+
#: ../codepress-admin-columns.php:1408
|
247 |
+
msgid "Caption"
|
248 |
+
msgstr "Titeltekst"
|
249 |
+
|
250 |
+
#: ../codepress-admin-columns.php:1366
|
251 |
+
msgid "Alt"
|
252 |
+
msgstr "Alt"
|
253 |
+
|
254 |
+
#: ../codepress-admin-columns.php:1369
|
255 |
+
msgid "Upload paths"
|
256 |
+
msgstr "Upload stier"
|
257 |
+
|
258 |
+
#: ../codepress-admin-columns.php:1381
|
259 |
+
msgid "File size"
|
260 |
+
msgstr "Filstørrelse"
|
261 |
+
|
262 |
+
#: ../codepress-admin-columns.php:1390
|
263 |
+
msgid "Aperture"
|
264 |
+
msgstr "Aperture"
|
265 |
+
|
266 |
+
#: ../codepress-admin-columns.php:1392
|
267 |
+
msgid "Aperture EXIF"
|
268 |
+
msgstr "Aperture EXIF"
|
269 |
+
|
270 |
+
#: ../codepress-admin-columns.php:1396
|
271 |
+
msgid "Credit"
|
272 |
+
msgstr "Credit"
|
273 |
+
|
274 |
+
#: ../codepress-admin-columns.php:1398
|
275 |
+
msgid "Credit EXIF"
|
276 |
+
msgstr "Credit EXIF"
|
277 |
+
|
278 |
+
#: ../codepress-admin-columns.php:1402
|
279 |
+
msgid "Camera"
|
280 |
+
msgstr "Kamera"
|
281 |
+
|
282 |
+
#: ../codepress-admin-columns.php:1404
|
283 |
+
msgid "Camera EXIF"
|
284 |
+
msgstr "Kamera EXIF"
|
285 |
+
|
286 |
+
#: ../codepress-admin-columns.php:1410
|
287 |
+
msgid "Caption EXIF"
|
288 |
+
msgstr "Caption EXIF"
|
289 |
+
|
290 |
+
#: ../codepress-admin-columns.php:1414
|
291 |
+
msgid "Timestamp"
|
292 |
+
msgstr "Timestamp"
|
293 |
+
|
294 |
+
#: ../codepress-admin-columns.php:1416
|
295 |
+
msgid "Timestamp EXIF"
|
296 |
+
msgstr "Timestamp EXIF"
|
297 |
+
|
298 |
+
#: ../codepress-admin-columns.php:1420
|
299 |
+
msgid "Copyright"
|
300 |
+
msgstr "Copyright"
|
301 |
+
|
302 |
+
#: ../codepress-admin-columns.php:1422
|
303 |
+
msgid "Copyright EXIF"
|
304 |
+
msgstr "Copyright EXIF"
|
305 |
+
|
306 |
+
#: ../codepress-admin-columns.php:1426
|
307 |
+
msgid "Focal Length"
|
308 |
+
msgstr "Focal Length"
|
309 |
+
|
310 |
+
#: ../codepress-admin-columns.php:1428
|
311 |
+
msgid "Focal Length EXIF"
|
312 |
+
msgstr "Focal Length EXIF"
|
313 |
+
|
314 |
+
#: ../codepress-admin-columns.php:1432
|
315 |
+
msgid "ISO"
|
316 |
+
msgstr "ISO"
|
317 |
+
|
318 |
+
#: ../codepress-admin-columns.php:1434
|
319 |
+
msgid "ISO EXIF"
|
320 |
+
msgstr "ISO EXIF"
|
321 |
+
|
322 |
+
#: ../codepress-admin-columns.php:1438
|
323 |
+
msgid "Shutter Speed"
|
324 |
+
msgstr "Shutter Speed"
|
325 |
+
|
326 |
+
#: ../codepress-admin-columns.php:1440
|
327 |
+
msgid "Shutter Speed EXIF"
|
328 |
+
msgstr "Shutter Speed EXIF"
|
329 |
+
|
330 |
+
#: ../codepress-admin-columns.php:1444
|
331 |
+
msgid "Title"
|
332 |
+
msgstr "Title"
|
333 |
+
|
334 |
+
#: ../codepress-admin-columns.php:1446
|
335 |
+
msgid "Title EXIF"
|
336 |
+
msgstr "Title EXIF"
|
337 |
+
|
338 |
+
#: ../codepress-admin-columns.php:1491
|
339 |
+
msgid "Target"
|
340 |
+
msgstr "Mål"
|
341 |
+
|
342 |
+
#: ../codepress-admin-columns.php:1494
|
343 |
+
msgid "Owner"
|
344 |
+
msgstr "Ejer"
|
345 |
+
|
346 |
+
#: ../codepress-admin-columns.php:1497
|
347 |
+
msgid "Notes"
|
348 |
+
msgstr "Noter"
|
349 |
+
|
350 |
+
#: ../codepress-admin-columns.php:1500
|
351 |
+
msgid "Rss"
|
352 |
+
msgstr "Rss"
|
353 |
+
|
354 |
+
#: ../codepress-admin-columns.php:1503
|
355 |
+
msgid "Length"
|
356 |
+
msgstr "Længde"
|
357 |
+
|
358 |
+
#: ../codepress-admin-columns.php:1531
|
359 |
+
msgid "Author Name"
|
360 |
+
msgstr "Forfatterens navn"
|
361 |
+
|
362 |
+
#: ../codepress-admin-columns.php:1534
|
363 |
+
msgid "Avatar"
|
364 |
+
msgstr "Avatar"
|
365 |
+
|
366 |
+
#: ../codepress-admin-columns.php:1537
|
367 |
+
msgid "Author url"
|
368 |
+
msgstr "Forfatter webadresse"
|
369 |
+
|
370 |
+
#: ../codepress-admin-columns.php:1540
|
371 |
+
msgid "Author IP"
|
372 |
+
msgstr "Forfatter IP"
|
373 |
+
|
374 |
+
#: ../codepress-admin-columns.php:1543
|
375 |
+
msgid "Author email"
|
376 |
+
msgstr "Forfatter email"
|
377 |
+
|
378 |
+
#: ../codepress-admin-columns.php:1546
|
379 |
+
msgid "In Reply To"
|
380 |
+
msgstr "Som svar på"
|
381 |
+
|
382 |
+
#: ../codepress-admin-columns.php:1552
|
383 |
+
msgid "Approved"
|
384 |
+
msgstr "Godkendt"
|
385 |
+
|
386 |
+
#: ../codepress-admin-columns.php:1558
|
387 |
+
msgid "Date GMT"
|
388 |
+
msgstr "Dato GMT"
|
389 |
+
|
390 |
+
#: ../codepress-admin-columns.php:1561
|
391 |
+
msgid "Agent"
|
392 |
+
msgstr "Agent"
|
393 |
+
|
394 |
+
#: ../codepress-admin-columns.php:1620
|
395 |
+
msgid "Custom"
|
396 |
+
msgstr "Brugerdefineret"
|
397 |
+
|
398 |
+
#: ../codepress-admin-columns.php:1697
|
399 |
+
msgid "Addons"
|
400 |
+
msgstr "Udvidelsesmoduler"
|
401 |
+
|
402 |
+
#: ../codepress-admin-columns.php:2149
|
403 |
+
#: ../codepress-admin-columns.php:2317
|
404 |
+
msgid "find out more"
|
405 |
+
msgstr "finde ud af mere"
|
406 |
+
|
407 |
+
#: ../codepress-admin-columns.php:2153
|
408 |
+
msgid "This will make all of the new columns support sorting"
|
409 |
+
msgstr "Dette vil gøre at alle de nye kolonner understøtter sortering"
|
410 |
+
|
411 |
+
#: ../codepress-admin-columns.php:2154
|
412 |
+
msgid "By default WordPress let's you sort by title, date, comments and author. This will make you be able to <strong>sort by any column of any type!</strong>"
|
413 |
+
msgstr "Som standard lader WordPress dig sortere efter titel, dato, kommentarer og forfatter. Dette vil gøre dig i stand til at <strong>sortere efter en kolonne af hvilken som helst type! </strong>"
|
414 |
+
|
415 |
+
#: ../codepress-admin-columns.php:2155
|
416 |
+
msgid "Perfect for sorting your articles, media files, comments, links and users"
|
417 |
+
msgstr "Perfekt til sortering dine artikler, mediefiler, kommentarer, links og brugere"
|
418 |
+
|
419 |
+
#: ../codepress-admin-columns.php:2156
|
420 |
+
#: ../codepress-admin-columns.php:2337
|
421 |
+
msgid "(columns that are added by other plugins are not supported)"
|
422 |
+
msgstr "(kolonner, der er tilføjet af andre plugins understøttes ikke)"
|
423 |
+
|
424 |
+
#: ../codepress-admin-columns.php:2165
|
425 |
+
#: ../codepress-admin-columns.php:2167
|
426 |
+
msgid "Sortorder"
|
427 |
+
msgstr "Rækkefølge"
|
428 |
+
|
429 |
+
#: ../codepress-admin-columns.php:2175
|
430 |
+
msgid "Inactive"
|
431 |
+
msgstr "Inaktiv"
|
432 |
+
|
433 |
+
#: ../codepress-admin-columns.php:2178
|
434 |
+
msgid "Active"
|
435 |
+
msgstr "Aktiv"
|
436 |
+
|
437 |
+
#: ../codepress-admin-columns.php:2183
|
438 |
+
msgid "Fill in your activation code"
|
439 |
+
msgstr "Udfyld din aktiveringskode"
|
440 |
+
|
441 |
+
#: ../codepress-admin-columns.php:2184
|
442 |
+
msgid "Activate"
|
443 |
+
msgstr "Aktiver"
|
444 |
+
|
445 |
+
#: ../codepress-admin-columns.php:2188
|
446 |
+
msgid "Deactivate"
|
447 |
+
msgstr "Deaktiver"
|
448 |
+
|
449 |
+
#: ../codepress-admin-columns.php:2203
|
450 |
+
msgid "Activate Add-ons"
|
451 |
+
msgstr "Aktiver udvidelsesmoduler"
|
452 |
+
|
453 |
+
#: ../codepress-admin-columns.php:2204
|
454 |
+
msgid "Add-ons can be unlocked by purchasing a license key. Each key can be used on multiple sites"
|
455 |
+
msgstr "Udvidelsesmoduler kan låses op ved at købe en licens nøgle. Hver nøgle kan bruges på flere sites"
|
456 |
+
|
457 |
+
#: ../codepress-admin-columns.php:2208
|
458 |
+
msgid "Addon"
|
459 |
+
msgstr "Udvidelsesmodul"
|
460 |
+
|
461 |
+
#: ../codepress-admin-columns.php:2210
|
462 |
+
msgid "Activation Code"
|
463 |
+
msgstr "Aktiveringskode"
|
464 |
+
|
465 |
+
#: ../codepress-admin-columns.php:2219
|
466 |
+
msgid "Enter your activation code"
|
467 |
+
msgstr "Indtast din aktiveringskode"
|
468 |
+
|
469 |
+
#: ../codepress-admin-columns.php:2220
|
470 |
+
msgid "Activation code unrecognised"
|
471 |
+
msgstr "Aktiveringskode ukendt"
|
472 |
+
|
473 |
+
#: ../codepress-admin-columns.php:2314
|
474 |
+
msgid "You will find a short overview at the <strong>Help</strong> section in the top-right screen."
|
475 |
+
msgstr "Du vil finde en kort oversigt under <strong>Hjælp</strong> i øverste højre af skærmen."
|
476 |
+
|
477 |
+
#: ../codepress-admin-columns.php:2322
|
478 |
+
msgid "Codepress Admin Columns"
|
479 |
+
msgstr "Codepress Admin Columns"
|
480 |
+
|
481 |
+
#: ../codepress-admin-columns.php:2332
|
482 |
+
msgid "Get the Addon"
|
483 |
+
msgstr "Få udvidelsesmodul"
|
484 |
+
|
485 |
+
#: ../codepress-admin-columns.php:2335
|
486 |
+
msgid "By default WordPress let's you only sort by title, date, comments and author."
|
487 |
+
msgstr "Som standard lader WordPress dig kun sortere efter titel, dato, kommentarer og forfatter."
|
488 |
+
|
489 |
+
#: ../codepress-admin-columns.php:2336
|
490 |
+
msgid "Make <strong>all columns</strong> of <strong>all types</strong> within the plugin support sorting — with the sorting addon."
|
491 |
+
msgstr "Gør <strong>alle kolonner</strong> af <strong>alle typer</strong> inden plugin støtte sortering — med sortering addon."
|
492 |
+
|
493 |
+
#: ../codepress-admin-columns.php:2345
|
494 |
+
msgid "Like this plugin?"
|
495 |
+
msgstr "Kan du lide dette plugin?"
|
496 |
+
|
497 |
+
#: ../codepress-admin-columns.php:2348
|
498 |
+
msgid "Why not do any or all of the following"
|
499 |
+
msgstr "Hvorfor ikke gøre en eller alle af følgende"
|
500 |
+
|
501 |
+
#: ../codepress-admin-columns.php:2350
|
502 |
+
msgid "Link to it so other folks can find out about it."
|
503 |
+
msgstr "Link til det, så andre folk kan finde ud af det."
|
504 |
+
|
505 |
+
#: ../codepress-admin-columns.php:2351
|
506 |
+
msgid "Give it a 5 star rating on WordPress.org."
|
507 |
+
msgstr "Giv det et 5-stjernet rating på WordPress.org."
|
508 |
+
|
509 |
+
#: ../codepress-admin-columns.php:2352
|
510 |
+
msgid "Donate a token of your appreciation."
|
511 |
+
msgstr "Donere som et udtryk for din påskønnelse."
|
512 |
+
|
513 |
+
#: ../codepress-admin-columns.php:2360
|
514 |
+
msgid "Need support?"
|
515 |
+
msgstr "Brug for hjælp?"
|
516 |
+
|
517 |
+
#: ../codepress-admin-columns.php:2364
|
518 |
+
#, php-format
|
519 |
+
msgid "If you are having problems with this plugin, please talk about them in the <a href=\"%s\">Support forums</a> or send me an email %s."
|
520 |
+
msgstr "Hvis du har problemer med dette plugin, fortæl om det venligst i <a href=\"%s\">Support Forums</a> eller send mig en e-mail %s."
|
521 |
+
|
522 |
+
#: ../codepress-admin-columns.php:2365
|
523 |
+
#, php-format
|
524 |
+
msgid "If you're sure you've found a bug, or have a feature request, please <a href='%s'>submit your feedback</a>."
|
525 |
+
msgstr "Hvis du er sikker på at du har fundet en fejl, eller har forslag til funktioner, bedes du <a href='%s'>sende din feedback</a>."
|
526 |
+
|
527 |
+
#: ../codepress-admin-columns.php:2380
|
528 |
+
msgid "Admin Columns"
|
529 |
+
msgstr "Admin Columns"
|
530 |
+
|
531 |
+
#: ../codepress-admin-columns.php:2398
|
532 |
+
msgid "Save Changes"
|
533 |
+
msgstr "Gem ændringer"
|
534 |
+
|
535 |
+
#: ../codepress-admin-columns.php:2410
|
536 |
+
msgid "Restore defaults"
|
537 |
+
msgstr "Gendan standard"
|
538 |
+
|
539 |
+
#: ../codepress-admin-columns.php:2414
|
540 |
+
msgid "Restore default settings"
|
541 |
+
msgstr "Gendan standard indstillinger"
|
542 |
+
|
543 |
+
#: ../codepress-admin-columns.php:2414
|
544 |
+
msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
|
545 |
+
msgstr "Advarsel! Alle gemte admin kolonner data vil blive slettet. Dette kan ikke fortrydes. \\'OK\\' for at slette, \\'Annuller\\ ' for at stoppe"
|
546 |
+
|
547 |
+
#: ../codepress-admin-columns.php:2416
|
548 |
+
msgid "This will delete all column settings and restore the default settings."
|
549 |
+
msgstr "Dette vil slette alle kolonneindstillinger og gendanne standardindstillingerne."
|
550 |
+
|
551 |
+
#: ../classes/sortable.php:1143
|
552 |
+
#: ../classes/_org.sortable.php:1134
|
553 |
+
#: ../classes/_sortable.php:1140
|
554 |
+
msgid "Show all "
|
555 |
+
msgstr "Vis alle"
|
556 |
+
|
557 |
+
#: ../classes/values/comments.php:95
|
558 |
+
#: ../classes/values/comments.php:106
|
559 |
+
#, php-format
|
560 |
+
msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
|
561 |
+
msgstr "Indsendt af <a href=\"%1$s\">%2$s at %3$s</a>"
|
562 |
+
|
563 |
+
#: ../classes/values/comments.php:195
|
564 |
+
#: ../classes/values/comments.php:200
|
565 |
+
msgid "Unapprove"
|
566 |
+
msgstr "Godkend ikke"
|
567 |
+
|
568 |
+
#: ../classes/values/comments.php:197
|
569 |
+
#: ../classes/values/comments.php:199
|
570 |
+
msgid "Approve"
|
571 |
+
msgstr "Godkende"
|
572 |
+
|
573 |
+
#: ../classes/values/comments.php:208
|
574 |
+
#: ../classes/values/posts.php:277
|
575 |
+
msgid "Restore"
|
576 |
+
msgstr "Gendan"
|
577 |
+
|
578 |
+
#: ../classes/values/comments.php:212
|
579 |
+
#: ../classes/values/posts.php:281
|
580 |
+
msgid "Delete Permanently"
|
581 |
+
msgstr "Slet permanent"
|
582 |
+
|
583 |
+
#: ../classes/values/comments.php:218
|
584 |
+
#: ../classes/values/link.php:117
|
585 |
+
#: ../classes/values/posts.php:272
|
586 |
+
#: ../classes/values/users.php:145
|
587 |
+
msgid "Edit"
|
588 |
+
msgstr "Rediger"
|
589 |
+
|
590 |
+
#: ../classes/values/comments.php:219
|
591 |
+
#: ../classes/values/posts.php:273
|
592 |
+
msgid "Quick Edit"
|
593 |
+
msgstr "Hurtig rediger"
|
594 |
+
|
595 |
+
#: ../classes/values/comments.php:220
|
596 |
+
msgid "Reply"
|
597 |
+
msgstr "Besvar"
|
598 |
+
|
599 |
+
#: ../classes/values/link.php:118
|
600 |
+
#, php-format
|
601 |
+
msgid ""
|
602 |
+
"You are about to delete this link '%s'\n"
|
603 |
+
" 'Cancel' to stop, 'OK' to delete."
|
604 |
+
msgstr ""
|
605 |
+
"Du er ved at slette dette link '%s'\n"
|
606 |
+
" 'Annuller' for at stoppe, 'OK' for at slette."
|
607 |
+
|
608 |
+
#: ../classes/values/link.php:118
|
609 |
+
#: ../classes/values/users.php:151
|
610 |
+
msgid "Delete"
|
611 |
+
msgstr "Slet"
|
612 |
+
|
613 |
+
#: ../classes/values/media.php:100
|
614 |
+
msgid "original"
|
615 |
+
msgstr "original"
|
616 |
+
|
617 |
+
#: ../classes/values/posts.php:107
|
618 |
+
msgid "Standard"
|
619 |
+
msgstr "Standard"
|
620 |
+
|
621 |
+
#: ../classes/values/posts.php:208
|
622 |
+
msgid "Published"
|
623 |
+
msgstr "Udgivet"
|
624 |
+
|
625 |
+
#: ../classes/values/posts.php:209
|
626 |
+
msgid "Draft"
|
627 |
+
msgstr "Klade"
|
628 |
+
|
629 |
+
#: ../classes/values/posts.php:210
|
630 |
+
msgid "Scheduled"
|
631 |
+
msgstr "Planlagt"
|
632 |
+
|
633 |
+
#: ../classes/values/posts.php:211
|
634 |
+
msgid "Private"
|
635 |
+
msgstr "Privat"
|
636 |
+
|
637 |
+
#: ../classes/values/posts.php:212
|
638 |
+
msgid "Pending Review"
|
639 |
+
msgstr "Afventer revision"
|
640 |
+
|
641 |
+
#: ../classes/values/posts.php:213
|
642 |
+
#: ../classes/values/posts.php:279
|
643 |
+
msgid "Trash"
|
644 |
+
msgstr "Papirkurv"
|
645 |
+
|
646 |
+
#: ../classes/values/posts.php:234
|
647 |
+
msgid "approved"
|
648 |
+
msgstr "godkendt"
|
649 |
+
|
650 |
+
#: ../classes/values/posts.php:238
|
651 |
+
msgid "pending"
|
652 |
+
msgstr "afventer"
|
653 |
+
|
654 |
+
#: ../classes/values/posts.php:242
|
655 |
+
msgid "spam"
|
656 |
+
msgstr "spam"
|
657 |
+
|
658 |
+
#: ../classes/values/posts.php:246
|
659 |
+
msgid "trash"
|
660 |
+
msgstr "papirkurv"
|
661 |
+
|
662 |
+
#: ../classes/values/posts.php:272
|
663 |
+
msgid "Edit this item"
|
664 |
+
msgstr "Rediger dette element"
|
665 |
+
|
666 |
+
#: ../classes/values/posts.php:273
|
667 |
+
msgid "Edit this item inline"
|
668 |
+
msgstr "Rediger dette element på linje"
|
669 |
+
|
670 |
+
#: ../classes/values/posts.php:277
|
671 |
+
msgid "Restore this item from the Trash"
|
672 |
+
msgstr "Gendan dette element fra papirkurven"
|
673 |
+
|
674 |
+
#: ../classes/values/posts.php:279
|
675 |
+
msgid "Move this item to the Trash"
|
676 |
+
msgstr "Flyt dette element til papirkurven"
|
677 |
+
|
678 |
+
#: ../classes/values/posts.php:281
|
679 |
+
msgid "Delete this item permanently"
|
680 |
+
msgstr "Slet dette element permanent"
|
681 |
+
|
682 |
+
#: ../classes/values/posts.php:286
|
683 |
+
#, php-format
|
684 |
+
msgid "Preview “%s”"
|
685 |
+
msgstr "Eksempel “%s”"
|
686 |
+
|
687 |
+
#: ../classes/values/posts.php:286
|
688 |
+
msgid "Preview"
|
689 |
+
msgstr "Eksempel"
|
690 |
+
|
691 |
+
#: ../classes/values/posts.php:288
|
692 |
+
#, php-format
|
693 |
+
msgid "View “%s”"
|
694 |
+
msgstr "Vis “%s”"
|
695 |
+
|
696 |
+
#: ../classes/values/posts.php:288
|
697 |
+
msgid "View"
|
698 |
+
msgstr "Vis"
|
699 |
+
|
languages/codepress-admin-columns-de_DE.mo
ADDED
Binary file
|
languages/codepress-admin-columns-de_DE.po
ADDED
@@ -0,0 +1,700 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Codepress Admin Columns\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-06-28 09:25+0100\n"
|
6 |
+
"PO-Revision-Date: 2012-06-28 16:22+0100\n"
|
7 |
+
"Last-Translator: Uli Sobers\n"
|
8 |
+
"Language-Team: robotect <info@codepress.nl>\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
+
"X-Poedit-Basepath: .\n"
|
14 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
+
"X-Poedit-Language: German\n"
|
16 |
+
"X-Poedit-Country: GERMANY\n"
|
17 |
+
"X-Poedit-SearchPath-0: .\n"
|
18 |
+
"X-Poedit-SearchPath-1: ..\n"
|
19 |
+
|
20 |
+
#: ../codepress-admin-columns.php:164
|
21 |
+
msgid "Settings"
|
22 |
+
msgstr "Einstellungen"
|
23 |
+
|
24 |
+
#: ../codepress-admin-columns.php:347
|
25 |
+
msgid "Add Custom Field Column"
|
26 |
+
msgstr "Custom Field Spalte hinzufügen"
|
27 |
+
|
28 |
+
#: ../codepress-admin-columns.php:355
|
29 |
+
msgid "drag and drop to reorder"
|
30 |
+
msgstr "Ordnen per drag & drop"
|
31 |
+
|
32 |
+
#: ../codepress-admin-columns.php:497
|
33 |
+
#: ../codepress-admin-columns.php:522
|
34 |
+
msgid "default"
|
35 |
+
msgstr "Vorgabe"
|
36 |
+
|
37 |
+
#: ../codepress-admin-columns.php:520
|
38 |
+
#: ../codepress-admin-columns.php:1357
|
39 |
+
msgid "Width"
|
40 |
+
msgstr "Breite"
|
41 |
+
|
42 |
+
#: ../codepress-admin-columns.php:579
|
43 |
+
msgid "Default"
|
44 |
+
msgstr "Vorgabe"
|
45 |
+
|
46 |
+
#: ../codepress-admin-columns.php:580
|
47 |
+
#: ../codepress-admin-columns.php:1488
|
48 |
+
msgid "Image"
|
49 |
+
msgstr "Bild"
|
50 |
+
|
51 |
+
#: ../codepress-admin-columns.php:581
|
52 |
+
msgid "Media Library Icon"
|
53 |
+
msgstr "Mediathek Icon"
|
54 |
+
|
55 |
+
#: ../codepress-admin-columns.php:582
|
56 |
+
#: ../codepress-admin-columns.php:1145
|
57 |
+
#: ../codepress-admin-columns.php:1564
|
58 |
+
msgid "Excerpt"
|
59 |
+
msgstr "Auszug"
|
60 |
+
|
61 |
+
#: ../codepress-admin-columns.php:583
|
62 |
+
msgid "Multiple Values"
|
63 |
+
msgstr "Multiple Werte"
|
64 |
+
|
65 |
+
#: ../codepress-admin-columns.php:584
|
66 |
+
msgid "Numeric"
|
67 |
+
msgstr "Numerisch"
|
68 |
+
|
69 |
+
#: ../codepress-admin-columns.php:585
|
70 |
+
#: ../codepress-admin-columns.php:1555
|
71 |
+
msgid "Date"
|
72 |
+
msgstr "Datum"
|
73 |
+
|
74 |
+
#: ../codepress-admin-columns.php:586
|
75 |
+
msgid "Post Title (Post ID's)"
|
76 |
+
msgstr "Post Titel (Post ID's)"
|
77 |
+
|
78 |
+
#: ../codepress-admin-columns.php:611
|
79 |
+
msgid "This field can not be removed"
|
80 |
+
msgstr "Dieses Feld kann nicht entfernt werden"
|
81 |
+
|
82 |
+
#: ../codepress-admin-columns.php:615
|
83 |
+
#: ../classes/values/users.php:153
|
84 |
+
msgid "Remove"
|
85 |
+
msgstr "Entfernen"
|
86 |
+
|
87 |
+
#: ../codepress-admin-columns.php:1111
|
88 |
+
msgid "Comments"
|
89 |
+
msgstr "Kommentare"
|
90 |
+
|
91 |
+
#: ../codepress-admin-columns.php:1117
|
92 |
+
msgid "Icon"
|
93 |
+
msgstr "Icon"
|
94 |
+
|
95 |
+
#: ../codepress-admin-columns.php:1142
|
96 |
+
msgid "Featured Image"
|
97 |
+
msgstr "Benutzerdefiniertes Bild"
|
98 |
+
|
99 |
+
#: ../codepress-admin-columns.php:1148
|
100 |
+
#: ../codepress-admin-columns.php:1208
|
101 |
+
msgid "Page Order"
|
102 |
+
msgstr "Seitenreihenfolge"
|
103 |
+
|
104 |
+
#: ../codepress-admin-columns.php:1151
|
105 |
+
#: ../codepress-admin-columns.php:1225
|
106 |
+
msgid "Post Format"
|
107 |
+
msgstr "Post Format"
|
108 |
+
|
109 |
+
#: ../codepress-admin-columns.php:1154
|
110 |
+
#: ../codepress-admin-columns.php:1342
|
111 |
+
#: ../codepress-admin-columns.php:1482
|
112 |
+
#: ../codepress-admin-columns.php:1528
|
113 |
+
msgid "ID"
|
114 |
+
msgstr "ID"
|
115 |
+
|
116 |
+
#: ../codepress-admin-columns.php:1157
|
117 |
+
msgid "Slug"
|
118 |
+
msgstr "Kurz URL"
|
119 |
+
|
120 |
+
#: ../codepress-admin-columns.php:1160
|
121 |
+
msgid "Attachment"
|
122 |
+
msgstr "Anlage"
|
123 |
+
|
124 |
+
#: ../codepress-admin-columns.php:1163
|
125 |
+
msgid "No. of Attachments"
|
126 |
+
msgstr "Zahl der Anlagen"
|
127 |
+
|
128 |
+
#: ../codepress-admin-columns.php:1166
|
129 |
+
msgid "Roles"
|
130 |
+
msgstr "Rollen"
|
131 |
+
|
132 |
+
#: ../codepress-admin-columns.php:1169
|
133 |
+
#: ../codepress-admin-columns.php:2209
|
134 |
+
msgid "Status"
|
135 |
+
msgstr "Status"
|
136 |
+
|
137 |
+
#: ../codepress-admin-columns.php:1172
|
138 |
+
msgid "Comment status"
|
139 |
+
msgstr "Kommentar Status"
|
140 |
+
|
141 |
+
#: ../codepress-admin-columns.php:1175
|
142 |
+
msgid "Ping status"
|
143 |
+
msgstr "Ping Status"
|
144 |
+
|
145 |
+
#: ../codepress-admin-columns.php:1178
|
146 |
+
#: ../codepress-admin-columns.php:1296
|
147 |
+
#: ../codepress-admin-columns.php:1375
|
148 |
+
#: ../codepress-admin-columns.php:1506
|
149 |
+
#: ../codepress-admin-columns.php:1567
|
150 |
+
msgid "Actions"
|
151 |
+
msgstr "Aktionen"
|
152 |
+
|
153 |
+
#: ../codepress-admin-columns.php:1184
|
154 |
+
msgid "Last modified"
|
155 |
+
msgstr "Zuletzt geändert"
|
156 |
+
|
157 |
+
#: ../codepress-admin-columns.php:1187
|
158 |
+
msgid "Comment count"
|
159 |
+
msgstr "Anzahl Kommentare"
|
160 |
+
|
161 |
+
#: ../codepress-admin-columns.php:1194
|
162 |
+
#: ../codepress-admin-columns.php:1573
|
163 |
+
msgid "Word count"
|
164 |
+
msgstr "Anzahl Worte"
|
165 |
+
|
166 |
+
#: ../codepress-admin-columns.php:1201
|
167 |
+
msgid "Sticky"
|
168 |
+
msgstr "Sticky"
|
169 |
+
|
170 |
+
#: ../codepress-admin-columns.php:1210
|
171 |
+
msgid "Order"
|
172 |
+
msgstr "Reihenfolge"
|
173 |
+
|
174 |
+
#: ../codepress-admin-columns.php:1218
|
175 |
+
msgid "Page Template"
|
176 |
+
msgstr "Page Template"
|
177 |
+
|
178 |
+
#: ../codepress-admin-columns.php:1238
|
179 |
+
msgid "Taxonomy"
|
180 |
+
msgstr "Klassifizierung"
|
181 |
+
|
182 |
+
#: ../codepress-admin-columns.php:1248
|
183 |
+
#: ../codepress-admin-columns.php:1316
|
184 |
+
#: ../codepress-admin-columns.php:1455
|
185 |
+
#: ../codepress-admin-columns.php:1583
|
186 |
+
msgid "Custom Field"
|
187 |
+
msgstr "Benutzerdefiniertes Feld"
|
188 |
+
|
189 |
+
#: ../codepress-admin-columns.php:1254
|
190 |
+
#: ../codepress-admin-columns.php:1322
|
191 |
+
#: ../codepress-admin-columns.php:1461
|
192 |
+
#: ../codepress-admin-columns.php:1589
|
193 |
+
msgid "Field"
|
194 |
+
msgstr "Feld"
|
195 |
+
|
196 |
+
#: ../codepress-admin-columns.php:1275
|
197 |
+
msgid "User ID"
|
198 |
+
msgstr "User ID"
|
199 |
+
|
200 |
+
#: ../codepress-admin-columns.php:1278
|
201 |
+
msgid "Nickname"
|
202 |
+
msgstr "Nick"
|
203 |
+
|
204 |
+
#: ../codepress-admin-columns.php:1281
|
205 |
+
msgid "First name"
|
206 |
+
msgstr "Vorname"
|
207 |
+
|
208 |
+
#: ../codepress-admin-columns.php:1284
|
209 |
+
msgid "Last name"
|
210 |
+
msgstr "Nachname"
|
211 |
+
|
212 |
+
#: ../codepress-admin-columns.php:1287
|
213 |
+
msgid "Url"
|
214 |
+
msgstr "URL"
|
215 |
+
|
216 |
+
#: ../codepress-admin-columns.php:1290
|
217 |
+
msgid "Registered"
|
218 |
+
msgstr "Registriert"
|
219 |
+
|
220 |
+
#: ../codepress-admin-columns.php:1293
|
221 |
+
#: ../codepress-admin-columns.php:1363
|
222 |
+
#: ../codepress-admin-columns.php:1485
|
223 |
+
msgid "Description"
|
224 |
+
msgstr "Beschreibung"
|
225 |
+
|
226 |
+
#: ../codepress-admin-columns.php:1309
|
227 |
+
msgid "Postcount"
|
228 |
+
msgstr "Anzahl an Posts"
|
229 |
+
|
230 |
+
#: ../codepress-admin-columns.php:1345
|
231 |
+
msgid "Mime type"
|
232 |
+
msgstr "mime type"
|
233 |
+
|
234 |
+
#: ../codepress-admin-columns.php:1348
|
235 |
+
msgid "File name"
|
236 |
+
msgstr "File Name"
|
237 |
+
|
238 |
+
#: ../codepress-admin-columns.php:1351
|
239 |
+
msgid "Dimensions"
|
240 |
+
msgstr "Abmessungen"
|
241 |
+
|
242 |
+
#: ../codepress-admin-columns.php:1354
|
243 |
+
msgid "Height"
|
244 |
+
msgstr "Höhe"
|
245 |
+
|
246 |
+
#: ../codepress-admin-columns.php:1360
|
247 |
+
#: ../codepress-admin-columns.php:1408
|
248 |
+
msgid "Caption"
|
249 |
+
msgstr "Untertitel"
|
250 |
+
|
251 |
+
#: ../codepress-admin-columns.php:1366
|
252 |
+
msgid "Alt"
|
253 |
+
msgstr "alt Attribut"
|
254 |
+
|
255 |
+
#: ../codepress-admin-columns.php:1369
|
256 |
+
msgid "Upload paths"
|
257 |
+
msgstr "Upload Pfad"
|
258 |
+
|
259 |
+
#: ../codepress-admin-columns.php:1381
|
260 |
+
msgid "File size"
|
261 |
+
msgstr "File Größe"
|
262 |
+
|
263 |
+
#: ../codepress-admin-columns.php:1390
|
264 |
+
msgid "Aperture"
|
265 |
+
msgstr "Blende"
|
266 |
+
|
267 |
+
#: ../codepress-admin-columns.php:1392
|
268 |
+
msgid "Aperture EXIF"
|
269 |
+
msgstr "Blende EXIF"
|
270 |
+
|
271 |
+
#: ../codepress-admin-columns.php:1396
|
272 |
+
msgid "Credit"
|
273 |
+
msgstr "Name"
|
274 |
+
|
275 |
+
#: ../codepress-admin-columns.php:1398
|
276 |
+
msgid "Credit EXIF"
|
277 |
+
msgstr "Name EXIF"
|
278 |
+
|
279 |
+
#: ../codepress-admin-columns.php:1402
|
280 |
+
msgid "Camera"
|
281 |
+
msgstr "Kamera"
|
282 |
+
|
283 |
+
#: ../codepress-admin-columns.php:1404
|
284 |
+
msgid "Camera EXIF"
|
285 |
+
msgstr "Kamera EXIF"
|
286 |
+
|
287 |
+
#: ../codepress-admin-columns.php:1410
|
288 |
+
msgid "Caption EXIF"
|
289 |
+
msgstr "Untertitel EXIF"
|
290 |
+
|
291 |
+
#: ../codepress-admin-columns.php:1414
|
292 |
+
msgid "Timestamp"
|
293 |
+
msgstr "Zeitangabe"
|
294 |
+
|
295 |
+
#: ../codepress-admin-columns.php:1416
|
296 |
+
msgid "Timestamp EXIF"
|
297 |
+
msgstr "Zeitangabe EXIF"
|
298 |
+
|
299 |
+
#: ../codepress-admin-columns.php:1420
|
300 |
+
msgid "Copyright"
|
301 |
+
msgstr "Copyright"
|
302 |
+
|
303 |
+
#: ../codepress-admin-columns.php:1422
|
304 |
+
msgid "Copyright EXIF"
|
305 |
+
msgstr "Copyright EXIF"
|
306 |
+
|
307 |
+
#: ../codepress-admin-columns.php:1426
|
308 |
+
msgid "Focal Length"
|
309 |
+
msgstr "Brennweite"
|
310 |
+
|
311 |
+
#: ../codepress-admin-columns.php:1428
|
312 |
+
msgid "Focal Length EXIF"
|
313 |
+
msgstr "Brennweite EXIF"
|
314 |
+
|
315 |
+
#: ../codepress-admin-columns.php:1432
|
316 |
+
msgid "ISO"
|
317 |
+
msgstr "ISO"
|
318 |
+
|
319 |
+
#: ../codepress-admin-columns.php:1434
|
320 |
+
msgid "ISO EXIF"
|
321 |
+
msgstr "ISO EXIF"
|
322 |
+
|
323 |
+
#: ../codepress-admin-columns.php:1438
|
324 |
+
msgid "Shutter Speed"
|
325 |
+
msgstr "Verschlusszeit"
|
326 |
+
|
327 |
+
#: ../codepress-admin-columns.php:1440
|
328 |
+
msgid "Shutter Speed EXIF"
|
329 |
+
msgstr "Verschlusszeit EXIF"
|
330 |
+
|
331 |
+
#: ../codepress-admin-columns.php:1444
|
332 |
+
msgid "Title"
|
333 |
+
msgstr "Titel"
|
334 |
+
|
335 |
+
#: ../codepress-admin-columns.php:1446
|
336 |
+
msgid "Title EXIF"
|
337 |
+
msgstr "Titel EXIF"
|
338 |
+
|
339 |
+
#: ../codepress-admin-columns.php:1491
|
340 |
+
msgid "Target"
|
341 |
+
msgstr "Ziel"
|
342 |
+
|
343 |
+
#: ../codepress-admin-columns.php:1494
|
344 |
+
msgid "Owner"
|
345 |
+
msgstr "Eigentümer"
|
346 |
+
|
347 |
+
#: ../codepress-admin-columns.php:1497
|
348 |
+
msgid "Notes"
|
349 |
+
msgstr "Notizen"
|
350 |
+
|
351 |
+
#: ../codepress-admin-columns.php:1500
|
352 |
+
msgid "Rss"
|
353 |
+
msgstr "RSS"
|
354 |
+
|
355 |
+
#: ../codepress-admin-columns.php:1503
|
356 |
+
msgid "Length"
|
357 |
+
msgstr "Länge"
|
358 |
+
|
359 |
+
#: ../codepress-admin-columns.php:1531
|
360 |
+
msgid "Author Name"
|
361 |
+
msgstr "Name des Autors"
|
362 |
+
|
363 |
+
#: ../codepress-admin-columns.php:1534
|
364 |
+
msgid "Avatar"
|
365 |
+
msgstr "Avatar"
|
366 |
+
|
367 |
+
#: ../codepress-admin-columns.php:1537
|
368 |
+
msgid "Author url"
|
369 |
+
msgstr "URL des Autors"
|
370 |
+
|
371 |
+
#: ../codepress-admin-columns.php:1540
|
372 |
+
msgid "Author IP"
|
373 |
+
msgstr "IP des Autors"
|
374 |
+
|
375 |
+
#: ../codepress-admin-columns.php:1543
|
376 |
+
msgid "Author email"
|
377 |
+
msgstr "Mail Adresse des Autors"
|
378 |
+
|
379 |
+
#: ../codepress-admin-columns.php:1546
|
380 |
+
msgid "In Reply To"
|
381 |
+
msgstr "In Beantwortung"
|
382 |
+
|
383 |
+
#: ../codepress-admin-columns.php:1552
|
384 |
+
msgid "Approved"
|
385 |
+
msgstr "Genehmigt"
|
386 |
+
|
387 |
+
#: ../codepress-admin-columns.php:1558
|
388 |
+
msgid "Date GMT"
|
389 |
+
msgstr "Datum (GMT)"
|
390 |
+
|
391 |
+
#: ../codepress-admin-columns.php:1561
|
392 |
+
msgid "Agent"
|
393 |
+
msgstr "Verfasser"
|
394 |
+
|
395 |
+
#: ../codepress-admin-columns.php:1620
|
396 |
+
msgid "Custom"
|
397 |
+
msgstr "Benutzerdefiniert"
|
398 |
+
|
399 |
+
#: ../codepress-admin-columns.php:1697
|
400 |
+
msgid "Addons"
|
401 |
+
msgstr "Add Ons"
|
402 |
+
|
403 |
+
#: ../codepress-admin-columns.php:2149
|
404 |
+
#: ../codepress-admin-columns.php:2317
|
405 |
+
msgid "find out more"
|
406 |
+
msgstr "mehr erfahren"
|
407 |
+
|
408 |
+
#: ../codepress-admin-columns.php:2153
|
409 |
+
msgid "This will make all of the new columns support sorting"
|
410 |
+
msgstr "Unterstützt das Sortieren neuer Spalten"
|
411 |
+
|
412 |
+
#: ../codepress-admin-columns.php:2154
|
413 |
+
msgid "By default WordPress let's you sort by title, date, comments and author. This will make you be able to <strong>sort by any column of any type!</strong>"
|
414 |
+
msgstr "WordPress ermöglicht das Sortieren nach Titel, Datum, Kommentar und Autor. Dieses Plugin ermöglicht die Sortierung <strong>spaltenweise bei beliebigem Typ!</strong>"
|
415 |
+
|
416 |
+
#: ../codepress-admin-columns.php:2155
|
417 |
+
msgid "Perfect for sorting your articles, media files, comments, links and users"
|
418 |
+
msgstr "Perfekt um Ihre Artikel, Mediathek, Kommentare, Links und Nutzer zu sortieren."
|
419 |
+
|
420 |
+
#: ../codepress-admin-columns.php:2156
|
421 |
+
#: ../codepress-admin-columns.php:2337
|
422 |
+
msgid "(columns that are added by other plugins are not supported)"
|
423 |
+
msgstr "(Benutzerdefinierte Spalten die durch andere Plugins erzeugt werden, werden nicht unterstützt)"
|
424 |
+
|
425 |
+
#: ../codepress-admin-columns.php:2165
|
426 |
+
#: ../codepress-admin-columns.php:2167
|
427 |
+
msgid "Sortorder"
|
428 |
+
msgstr "Sortierreihenfolge"
|
429 |
+
|
430 |
+
#: ../codepress-admin-columns.php:2175
|
431 |
+
msgid "Inactive"
|
432 |
+
msgstr "Inaktiv"
|
433 |
+
|
434 |
+
#: ../codepress-admin-columns.php:2178
|
435 |
+
msgid "Active"
|
436 |
+
msgstr "Aktiv"
|
437 |
+
|
438 |
+
#: ../codepress-admin-columns.php:2183
|
439 |
+
msgid "Fill in your activation code"
|
440 |
+
msgstr "Aktivierungscode eingeben"
|
441 |
+
|
442 |
+
#: ../codepress-admin-columns.php:2184
|
443 |
+
msgid "Activate"
|
444 |
+
msgstr "Aktivieren"
|
445 |
+
|
446 |
+
#: ../codepress-admin-columns.php:2188
|
447 |
+
msgid "Deactivate"
|
448 |
+
msgstr "Deaktivieren"
|
449 |
+
|
450 |
+
#: ../codepress-admin-columns.php:2203
|
451 |
+
msgid "Activate Add-ons"
|
452 |
+
msgstr "Add Ons aktivieren"
|
453 |
+
|
454 |
+
#: ../codepress-admin-columns.php:2204
|
455 |
+
msgid "Add-ons can be unlocked by purchasing a license key. Each key can be used on multiple sites"
|
456 |
+
msgstr "Add Ons können durch Kauf eines Lizenz Schlüssels aktiviert und auf beliebigen WebSites genutzt werden"
|
457 |
+
|
458 |
+
#: ../codepress-admin-columns.php:2208
|
459 |
+
msgid "Addon"
|
460 |
+
msgstr "Add On"
|
461 |
+
|
462 |
+
#: ../codepress-admin-columns.php:2210
|
463 |
+
msgid "Activation Code"
|
464 |
+
msgstr "Aktivierungscode"
|
465 |
+
|
466 |
+
#: ../codepress-admin-columns.php:2219
|
467 |
+
msgid "Enter your activation code"
|
468 |
+
msgstr "Aktivierungscode eingeben"
|
469 |
+
|
470 |
+
#: ../codepress-admin-columns.php:2220
|
471 |
+
msgid "Activation code unrecognised"
|
472 |
+
msgstr "Aktivierungscode nicht angenommen"
|
473 |
+
|
474 |
+
#: ../codepress-admin-columns.php:2314
|
475 |
+
msgid "You will find a short overview at the <strong>Help</strong> section in the top-right screen."
|
476 |
+
msgstr "Eine kurze Übersicht finden Sie im <strong>Hilfe</strong> Bereich oben rechts auf dem Screen."
|
477 |
+
|
478 |
+
#: ../codepress-admin-columns.php:2322
|
479 |
+
msgid "Codepress Admin Columns"
|
480 |
+
msgstr "Codepress Admin Columns"
|
481 |
+
|
482 |
+
#: ../codepress-admin-columns.php:2332
|
483 |
+
msgid "Get the Addon"
|
484 |
+
msgstr "Hol Dir das Add On"
|
485 |
+
|
486 |
+
#: ../codepress-admin-columns.php:2335
|
487 |
+
msgid "By default WordPress let's you only sort by title, date, comments and author."
|
488 |
+
msgstr "WordPress ermöglicht per Vorgabe lediglich das Sortieren nach Titel, Datum, Kommentar und Autor."
|
489 |
+
|
490 |
+
#: ../codepress-admin-columns.php:2336
|
491 |
+
msgid "Make <strong>all columns</strong> of <strong>all types</strong> within the plugin support sorting — with the sorting addon."
|
492 |
+
msgstr "Das Sortier Add On ermöglicht das Sortieren <strong>aller Spalten</strong> und <strong>aller Typen</strong> innerhalb des Plugins gemäß —."
|
493 |
+
|
494 |
+
#: ../codepress-admin-columns.php:2345
|
495 |
+
msgid "Like this plugin?"
|
496 |
+
msgstr "Gefällt mir!"
|
497 |
+
|
498 |
+
#: ../codepress-admin-columns.php:2348
|
499 |
+
msgid "Why not do any or all of the following"
|
500 |
+
msgstr "Dies und Das"
|
501 |
+
|
502 |
+
#: ../codepress-admin-columns.php:2350
|
503 |
+
msgid "Link to it so other folks can find out about it."
|
504 |
+
msgstr "Verlinken, damit andere das Plugin finden können."
|
505 |
+
|
506 |
+
#: ../codepress-admin-columns.php:2351
|
507 |
+
msgid "Give it a 5 star rating on WordPress.org."
|
508 |
+
msgstr "Gib dem Plugin eine 5-Sterne Bewertung auf WordPress.org."
|
509 |
+
|
510 |
+
#: ../codepress-admin-columns.php:2352
|
511 |
+
msgid "Donate a token of your appreciation."
|
512 |
+
msgstr "Spenden nach eigenem Dafürhalten."
|
513 |
+
|
514 |
+
#: ../codepress-admin-columns.php:2360
|
515 |
+
msgid "Need support?"
|
516 |
+
msgstr "Sie benötigen Hilfe ?"
|
517 |
+
|
518 |
+
#: ../codepress-admin-columns.php:2364
|
519 |
+
#, php-format
|
520 |
+
msgid "If you are having problems with this plugin, please talk about them in the <a href=\"%s\">Support forums</a> or send me an email %s."
|
521 |
+
msgstr "Probleme mit dem Plugin, dann sprechen Sie mich über das <a href=\"%s\">Support Forum</a> an oder senden eine Mail %s."
|
522 |
+
|
523 |
+
#: ../codepress-admin-columns.php:2365
|
524 |
+
#, php-format
|
525 |
+
msgid "If you're sure you've found a bug, or have a feature request, please <a href='%s'>submit your feedback</a>."
|
526 |
+
msgstr "BUG gefunden, oder eine Frage zu Features, bitte <a href='%s'>schreiben sie mir Ihr Feedback</a>."
|
527 |
+
|
528 |
+
#: ../codepress-admin-columns.php:2380
|
529 |
+
msgid "Admin Columns"
|
530 |
+
msgstr "Admin Spalten"
|
531 |
+
|
532 |
+
#: ../codepress-admin-columns.php:2398
|
533 |
+
msgid "Save Changes"
|
534 |
+
msgstr "Änderungen speichern"
|
535 |
+
|
536 |
+
#: ../codepress-admin-columns.php:2410
|
537 |
+
msgid "Restore defaults"
|
538 |
+
msgstr "Voreinstellungen wiederherstellen"
|
539 |
+
|
540 |
+
#: ../codepress-admin-columns.php:2414
|
541 |
+
msgid "Restore default settings"
|
542 |
+
msgstr "Vorgabewerte wiederherstellen"
|
543 |
+
|
544 |
+
#: ../codepress-admin-columns.php:2414
|
545 |
+
msgid "Warning! ALL saved admin columns data will be deleted. This cannot be undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
|
546 |
+
msgstr "Warnung! Alle Admin Spalteneinstellungen werden endgültig gelöscht. \\'OK\\' zum Löschen, \\'Cancel\\' für Abbruch"
|
547 |
+
|
548 |
+
#: ../codepress-admin-columns.php:2416
|
549 |
+
msgid "This will delete all column settings and restore the default settings."
|
550 |
+
msgstr "Alle Einstellungen werden gelöscht und die Voreinstellungen wiederhergestellt."
|
551 |
+
|
552 |
+
#: ../classes/sortable.php:1143
|
553 |
+
#: ../classes/_org.sortable.php:1134
|
554 |
+
#: ../classes/_sortable.php:1140
|
555 |
+
msgid "Show all "
|
556 |
+
msgstr "Alles anzeigen"
|
557 |
+
|
558 |
+
#: ../classes/values/comments.php:95
|
559 |
+
#: ../classes/values/comments.php:106
|
560 |
+
#, php-format
|
561 |
+
msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
|
562 |
+
msgstr "Übetragen per <a href=\"%1$s\">%2$s at %3$s</a>"
|
563 |
+
|
564 |
+
#: ../classes/values/comments.php:195
|
565 |
+
#: ../classes/values/comments.php:200
|
566 |
+
msgid "Unapprove"
|
567 |
+
msgstr "Nicht zustimmen"
|
568 |
+
|
569 |
+
#: ../classes/values/comments.php:197
|
570 |
+
#: ../classes/values/comments.php:199
|
571 |
+
msgid "Approve"
|
572 |
+
msgstr "Zustimmen"
|
573 |
+
|
574 |
+
#: ../classes/values/comments.php:208
|
575 |
+
#: ../classes/values/posts.php:277
|
576 |
+
msgid "Restore"
|
577 |
+
msgstr "Wiederherstellen"
|
578 |
+
|
579 |
+
#: ../classes/values/comments.php:212
|
580 |
+
#: ../classes/values/posts.php:281
|
581 |
+
msgid "Delete Permanently"
|
582 |
+
msgstr "Endgültig Löschen"
|
583 |
+
|
584 |
+
#: ../classes/values/comments.php:218
|
585 |
+
#: ../classes/values/link.php:117
|
586 |
+
#: ../classes/values/posts.php:272
|
587 |
+
#: ../classes/values/users.php:145
|
588 |
+
msgid "Edit"
|
589 |
+
msgstr "Editieren"
|
590 |
+
|
591 |
+
#: ../classes/values/comments.php:219
|
592 |
+
#: ../classes/values/posts.php:273
|
593 |
+
msgid "Quick Edit"
|
594 |
+
msgstr "Schnelleinstellungen"
|
595 |
+
|
596 |
+
#: ../classes/values/comments.php:220
|
597 |
+
msgid "Reply"
|
598 |
+
msgstr "Antworten"
|
599 |
+
|
600 |
+
#: ../classes/values/link.php:118
|
601 |
+
#, php-format
|
602 |
+
msgid ""
|
603 |
+
"You are about to delete this link '%s'\n"
|
604 |
+
" 'Cancel' to stop, 'OK' to delete."
|
605 |
+
msgstr ""
|
606 |
+
"Sie sind dabei diesen Link zu löschen '%s'\n"
|
607 |
+
" 'Cancel' um Abzubrechen, 'OK' zum Löschen."
|
608 |
+
|
609 |
+
#: ../classes/values/link.php:118
|
610 |
+
#: ../classes/values/users.php:151
|
611 |
+
msgid "Delete"
|
612 |
+
msgstr "Löschen"
|
613 |
+
|
614 |
+
#: ../classes/values/media.php:100
|
615 |
+
msgid "original"
|
616 |
+
msgstr "original"
|
617 |
+
|
618 |
+
#: ../classes/values/posts.php:107
|
619 |
+
msgid "Standard"
|
620 |
+
msgstr "Standard"
|
621 |
+
|
622 |
+
#: ../classes/values/posts.php:208
|
623 |
+
msgid "Published"
|
624 |
+
msgstr "Veröffentlicht"
|
625 |
+
|
626 |
+
#: ../classes/values/posts.php:209
|
627 |
+
msgid "Draft"
|
628 |
+
msgstr "Entwurf"
|
629 |
+
|
630 |
+
#: ../classes/values/posts.php:210
|
631 |
+
msgid "Scheduled"
|
632 |
+
msgstr "Geplant"
|
633 |
+
|
634 |
+
#: ../classes/values/posts.php:211
|
635 |
+
msgid "Private"
|
636 |
+
msgstr "Privat"
|
637 |
+
|
638 |
+
#: ../classes/values/posts.php:212
|
639 |
+
msgid "Pending Review"
|
640 |
+
msgstr "Ausstehende Revision"
|
641 |
+
|
642 |
+
#: ../classes/values/posts.php:213
|
643 |
+
#: ../classes/values/posts.php:279
|
644 |
+
msgid "Trash"
|
645 |
+
msgstr "Papierkorb"
|
646 |
+
|
647 |
+
#: ../classes/values/posts.php:234
|
648 |
+
msgid "approved"
|
649 |
+
msgstr "genehmigt"
|
650 |
+
|
651 |
+
#: ../classes/values/posts.php:238
|
652 |
+
msgid "pending"
|
653 |
+
msgstr "ausstehend"
|
654 |
+
|
655 |
+
#: ../classes/values/posts.php:242
|
656 |
+
msgid "spam"
|
657 |
+
msgstr "SPAM"
|
658 |
+
|
659 |
+
#: ../classes/values/posts.php:246
|
660 |
+
msgid "trash"
|
661 |
+
msgstr "Papierkorb"
|
662 |
+
|
663 |
+
#: ../classes/values/posts.php:272
|
664 |
+
msgid "Edit this item"
|
665 |
+
msgstr "Dieses Element editieren"
|
666 |
+
|
667 |
+
#: ../classes/values/posts.php:273
|
668 |
+
msgid "Edit this item inline"
|
669 |
+
msgstr "Element Inline editieren "
|
670 |
+
|
671 |
+
#: ../classes/values/posts.php:277
|
672 |
+
msgid "Restore this item from the Trash"
|
673 |
+
msgstr "Element wiederherstellen"
|
674 |
+
|
675 |
+
#: ../classes/values/posts.php:279
|
676 |
+
msgid "Move this item to the Trash"
|
677 |
+
msgstr "Element in den Papierkorb verschieben"
|
678 |
+
|
679 |
+
#: ../classes/values/posts.php:281
|
680 |
+
msgid "Delete this item permanently"
|
681 |
+
msgstr "Element endgültig löschen"
|
682 |
+
|
683 |
+
#: ../classes/values/posts.php:286
|
684 |
+
#, php-format
|
685 |
+
msgid "Preview “%s”"
|
686 |
+
msgstr "Vorschau “%s”"
|
687 |
+
|
688 |
+
#: ../classes/values/posts.php:286
|
689 |
+
msgid "Preview"
|
690 |
+
msgstr "Vorschau"
|
691 |
+
|
692 |
+
#: ../classes/values/posts.php:288
|
693 |
+
#, php-format
|
694 |
+
msgid "View “%s”"
|
695 |
+
msgstr "Ansicht “%s”"
|
696 |
+
|
697 |
+
#: ../classes/values/posts.php:288
|
698 |
+
msgid "View"
|
699 |
+
msgstr "Ansicht"
|
700 |
+
|
languages/codepress-admin-columns.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Codepress Admin Columns\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2012-
|
6 |
-
"PO-Revision-Date: 2012-
|
7 |
"Last-Translator: Codepress <info@codepress.nl>\n"
|
8 |
"Language-Team: Codepress <info@codepress.nl>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -15,579 +15,580 @@ msgstr ""
|
|
15 |
"X-Poedit-SearchPath-0: .\n"
|
16 |
"X-Poedit-SearchPath-1: ..\n"
|
17 |
|
18 |
-
#: ../codepress-admin-columns.php:
|
19 |
msgid "Settings"
|
20 |
msgstr ""
|
21 |
|
22 |
-
#: ../codepress-admin-columns.php:
|
23 |
msgid "Add Custom Field Column"
|
24 |
msgstr ""
|
25 |
|
26 |
-
#: ../codepress-admin-columns.php:
|
27 |
msgid "drag and drop to reorder"
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: ../codepress-admin-columns.php:
|
31 |
-
#: ../codepress-admin-columns.php:522
|
32 |
msgid "default"
|
33 |
msgstr ""
|
34 |
|
35 |
-
#: ../codepress-admin-columns.php:
|
36 |
-
#: ../codepress-admin-columns.php:1357
|
37 |
msgid "Width"
|
38 |
msgstr ""
|
39 |
|
40 |
-
#: ../codepress-admin-columns.php:
|
41 |
msgid "Default"
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: ../codepress-admin-columns.php:
|
45 |
-
#: ../codepress-admin-columns.php:1488
|
46 |
msgid "Image"
|
47 |
msgstr ""
|
48 |
|
49 |
-
#: ../codepress-admin-columns.php:
|
50 |
msgid "Media Library Icon"
|
51 |
msgstr ""
|
52 |
|
53 |
-
#: ../codepress-admin-columns.php:
|
54 |
-
#: ../codepress-admin-columns.php:
|
55 |
-
#: ../codepress-admin-columns.php:1564
|
56 |
msgid "Excerpt"
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: ../codepress-admin-columns.php:
|
60 |
msgid "Multiple Values"
|
61 |
msgstr ""
|
62 |
|
63 |
-
#: ../codepress-admin-columns.php:
|
64 |
msgid "Numeric"
|
65 |
msgstr ""
|
66 |
|
67 |
-
#: ../codepress-admin-columns.php:
|
68 |
-
#: ../codepress-admin-columns.php:1555
|
69 |
msgid "Date"
|
70 |
msgstr ""
|
71 |
|
72 |
-
#: ../codepress-admin-columns.php:
|
73 |
msgid "Post Title (Post ID's)"
|
74 |
msgstr ""
|
75 |
|
76 |
-
#: ../codepress-admin-columns.php:
|
|
|
|
|
|
|
|
|
77 |
msgid "This field can not be removed"
|
78 |
msgstr ""
|
79 |
|
80 |
-
#: ../codepress-admin-columns.php:
|
81 |
-
#: ../classes/values/users.php:153
|
82 |
msgid "Remove"
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: ../codepress-admin-columns.php:
|
86 |
msgid "Comments"
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: ../codepress-admin-columns.php:
|
90 |
msgid "Icon"
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: ../codepress-admin-columns.php:
|
94 |
msgid "Featured Image"
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: ../codepress-admin-columns.php:
|
98 |
-
#: ../codepress-admin-columns.php:1208
|
99 |
msgid "Page Order"
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: ../codepress-admin-columns.php:
|
103 |
-
#: ../codepress-admin-columns.php:1225
|
104 |
msgid "Post Format"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: ../codepress-admin-columns.php:
|
108 |
-
#: ../codepress-admin-columns.php:
|
109 |
-
#: ../codepress-admin-columns.php:1482
|
110 |
-
#: ../codepress-admin-columns.php:1528
|
111 |
msgid "ID"
|
112 |
msgstr ""
|
113 |
|
114 |
-
#: ../codepress-admin-columns.php:
|
115 |
msgid "Slug"
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: ../codepress-admin-columns.php:
|
119 |
msgid "Attachment"
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: ../codepress-admin-columns.php:
|
123 |
msgid "No. of Attachments"
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: ../codepress-admin-columns.php:
|
127 |
msgid "Roles"
|
128 |
msgstr ""
|
129 |
|
130 |
-
#: ../codepress-admin-columns.php:
|
131 |
-
#: ../codepress-admin-columns.php:2209
|
132 |
msgid "Status"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: ../codepress-admin-columns.php:
|
136 |
msgid "Comment status"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: ../codepress-admin-columns.php:
|
140 |
msgid "Ping status"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: ../codepress-admin-columns.php:
|
144 |
-
#: ../codepress-admin-columns.php:
|
145 |
-
#: ../codepress-admin-columns.php:
|
146 |
-
#: ../codepress-admin-columns.php:1506
|
147 |
-
#: ../codepress-admin-columns.php:1567
|
148 |
msgid "Actions"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: ../codepress-admin-columns.php:
|
152 |
msgid "Last modified"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: ../codepress-admin-columns.php:
|
156 |
msgid "Comment count"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: ../codepress-admin-columns.php:
|
160 |
-
#: ../codepress-admin-columns.php:1573
|
161 |
msgid "Word count"
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: ../codepress-admin-columns.php:
|
165 |
msgid "Sticky"
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: ../codepress-admin-columns.php:
|
169 |
msgid "Order"
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: ../codepress-admin-columns.php:
|
173 |
msgid "Page Template"
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: ../codepress-admin-columns.php:
|
177 |
msgid "Taxonomy"
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: ../codepress-admin-columns.php:
|
181 |
-
#: ../codepress-admin-columns.php:
|
182 |
-
#: ../codepress-admin-columns.php:1455
|
183 |
-
#: ../codepress-admin-columns.php:1583
|
184 |
msgid "Custom Field"
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: ../codepress-admin-columns.php:
|
188 |
-
#: ../codepress-admin-columns.php:
|
189 |
-
#: ../codepress-admin-columns.php:1461
|
190 |
-
#: ../codepress-admin-columns.php:1589
|
191 |
msgid "Field"
|
192 |
msgstr ""
|
193 |
|
194 |
-
#: ../codepress-admin-columns.php:
|
195 |
msgid "User ID"
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: ../codepress-admin-columns.php:
|
199 |
msgid "Nickname"
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: ../codepress-admin-columns.php:
|
203 |
msgid "First name"
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: ../codepress-admin-columns.php:
|
207 |
msgid "Last name"
|
208 |
msgstr ""
|
209 |
|
210 |
-
#: ../codepress-admin-columns.php:
|
211 |
msgid "Url"
|
212 |
msgstr ""
|
213 |
|
214 |
-
#: ../codepress-admin-columns.php:
|
215 |
msgid "Registered"
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: ../codepress-admin-columns.php:
|
219 |
-
#: ../codepress-admin-columns.php:
|
220 |
-
#: ../codepress-admin-columns.php:1485
|
221 |
msgid "Description"
|
222 |
msgstr ""
|
223 |
|
224 |
-
#: ../codepress-admin-columns.php:
|
225 |
msgid "Postcount"
|
226 |
msgstr ""
|
227 |
|
228 |
-
#: ../codepress-admin-columns.php:
|
229 |
msgid "Mime type"
|
230 |
msgstr ""
|
231 |
|
232 |
-
#: ../codepress-admin-columns.php:
|
233 |
msgid "File name"
|
234 |
msgstr ""
|
235 |
|
236 |
-
#: ../codepress-admin-columns.php:
|
237 |
msgid "Dimensions"
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: ../codepress-admin-columns.php:
|
241 |
msgid "Height"
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: ../codepress-admin-columns.php:
|
245 |
-
#: ../codepress-admin-columns.php:1408
|
246 |
msgid "Caption"
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: ../codepress-admin-columns.php:
|
250 |
msgid "Alt"
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: ../codepress-admin-columns.php:
|
254 |
msgid "Upload paths"
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: ../codepress-admin-columns.php:
|
258 |
msgid "File size"
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: ../codepress-admin-columns.php:
|
262 |
msgid "Aperture"
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: ../codepress-admin-columns.php:
|
266 |
msgid "Aperture EXIF"
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: ../codepress-admin-columns.php:
|
270 |
msgid "Credit"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: ../codepress-admin-columns.php:
|
274 |
msgid "Credit EXIF"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: ../codepress-admin-columns.php:
|
278 |
msgid "Camera"
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: ../codepress-admin-columns.php:
|
282 |
msgid "Camera EXIF"
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: ../codepress-admin-columns.php:
|
286 |
msgid "Caption EXIF"
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: ../codepress-admin-columns.php:
|
290 |
msgid "Timestamp"
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: ../codepress-admin-columns.php:
|
294 |
msgid "Timestamp EXIF"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: ../codepress-admin-columns.php:
|
298 |
msgid "Copyright"
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: ../codepress-admin-columns.php:
|
302 |
msgid "Copyright EXIF"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: ../codepress-admin-columns.php:
|
306 |
msgid "Focal Length"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: ../codepress-admin-columns.php:
|
310 |
msgid "Focal Length EXIF"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: ../codepress-admin-columns.php:
|
314 |
msgid "ISO"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: ../codepress-admin-columns.php:
|
318 |
msgid "ISO EXIF"
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: ../codepress-admin-columns.php:
|
322 |
msgid "Shutter Speed"
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: ../codepress-admin-columns.php:
|
326 |
msgid "Shutter Speed EXIF"
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: ../codepress-admin-columns.php:
|
330 |
msgid "Title"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: ../codepress-admin-columns.php:
|
334 |
msgid "Title EXIF"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: ../codepress-admin-columns.php:
|
338 |
msgid "Target"
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: ../codepress-admin-columns.php:
|
342 |
msgid "Owner"
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: ../codepress-admin-columns.php:
|
346 |
msgid "Notes"
|
347 |
msgstr ""
|
348 |
|
349 |
-
#: ../codepress-admin-columns.php:
|
350 |
msgid "Rss"
|
351 |
msgstr ""
|
352 |
|
353 |
-
#: ../codepress-admin-columns.php:
|
354 |
msgid "Length"
|
355 |
msgstr ""
|
356 |
|
357 |
-
#: ../codepress-admin-columns.php:
|
358 |
msgid "Author Name"
|
359 |
msgstr ""
|
360 |
|
361 |
-
#: ../codepress-admin-columns.php:
|
362 |
msgid "Avatar"
|
363 |
msgstr ""
|
364 |
|
365 |
-
#: ../codepress-admin-columns.php:
|
366 |
msgid "Author url"
|
367 |
msgstr ""
|
368 |
|
369 |
-
#: ../codepress-admin-columns.php:
|
370 |
msgid "Author IP"
|
371 |
msgstr ""
|
372 |
|
373 |
-
#: ../codepress-admin-columns.php:
|
374 |
msgid "Author email"
|
375 |
msgstr ""
|
376 |
|
377 |
-
#: ../codepress-admin-columns.php:
|
378 |
msgid "In Reply To"
|
379 |
msgstr ""
|
380 |
|
381 |
-
#: ../codepress-admin-columns.php:
|
382 |
msgid "Approved"
|
383 |
msgstr ""
|
384 |
|
385 |
-
#: ../codepress-admin-columns.php:
|
386 |
msgid "Date GMT"
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: ../codepress-admin-columns.php:
|
390 |
msgid "Agent"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: ../codepress-admin-columns.php:
|
394 |
msgid "Custom"
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: ../codepress-admin-columns.php:
|
398 |
msgid "Addons"
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: ../codepress-admin-columns.php:
|
402 |
-
#: ../codepress-admin-columns.php:2317
|
403 |
msgid "find out more"
|
404 |
msgstr ""
|
405 |
|
406 |
-
#: ../codepress-admin-columns.php:
|
407 |
msgid "This will make all of the new columns support sorting"
|
408 |
msgstr ""
|
409 |
|
410 |
-
#: ../codepress-admin-columns.php:
|
411 |
-
msgid "
|
|
|
|
|
|
|
412 |
msgstr ""
|
413 |
|
414 |
-
#: ../codepress-admin-columns.php:
|
415 |
-
msgid "
|
|
|
416 |
msgstr ""
|
417 |
|
418 |
-
#: ../codepress-admin-columns.php:
|
419 |
-
#: ../codepress-admin-columns.php:2337
|
420 |
msgid "(columns that are added by other plugins are not supported)"
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: ../codepress-admin-columns.php:
|
424 |
-
#: ../codepress-admin-columns.php:2167
|
425 |
msgid "Sortorder"
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: ../codepress-admin-columns.php:
|
429 |
msgid "Inactive"
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: ../codepress-admin-columns.php:
|
433 |
msgid "Active"
|
434 |
msgstr ""
|
435 |
|
436 |
-
#: ../codepress-admin-columns.php:
|
437 |
msgid "Fill in your activation code"
|
438 |
msgstr ""
|
439 |
|
440 |
-
#: ../codepress-admin-columns.php:
|
441 |
msgid "Activate"
|
442 |
msgstr ""
|
443 |
|
444 |
-
#: ../codepress-admin-columns.php:
|
445 |
msgid "Deactivate"
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: ../codepress-admin-columns.php:
|
449 |
msgid "Activate Add-ons"
|
450 |
msgstr ""
|
451 |
|
452 |
-
#: ../codepress-admin-columns.php:
|
453 |
-
msgid "
|
|
|
|
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: ../codepress-admin-columns.php:
|
457 |
msgid "Addon"
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: ../codepress-admin-columns.php:
|
461 |
msgid "Activation Code"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: ../codepress-admin-columns.php:
|
465 |
msgid "Enter your activation code"
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: ../codepress-admin-columns.php:
|
469 |
msgid "Activation code unrecognised"
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: ../codepress-admin-columns.php:
|
473 |
-
msgid "
|
|
|
|
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: ../codepress-admin-columns.php:
|
477 |
msgid "Codepress Admin Columns"
|
478 |
msgstr ""
|
479 |
|
480 |
-
#: ../codepress-admin-columns.php:
|
481 |
msgid "Get the Addon"
|
482 |
msgstr ""
|
483 |
|
484 |
-
#: ../codepress-admin-columns.php:
|
485 |
-
msgid "
|
|
|
486 |
msgstr ""
|
487 |
|
488 |
-
#: ../codepress-admin-columns.php:
|
489 |
-
msgid "
|
|
|
|
|
490 |
msgstr ""
|
491 |
|
492 |
-
#: ../codepress-admin-columns.php:
|
493 |
msgid "Like this plugin?"
|
494 |
msgstr ""
|
495 |
|
496 |
-
#: ../codepress-admin-columns.php:
|
497 |
msgid "Why not do any or all of the following"
|
498 |
msgstr ""
|
499 |
|
500 |
-
#: ../codepress-admin-columns.php:
|
501 |
-
msgid "
|
502 |
msgstr ""
|
503 |
|
504 |
-
#: ../codepress-admin-columns.php:
|
505 |
-
msgid "
|
506 |
msgstr ""
|
507 |
|
508 |
-
#: ../codepress-admin-columns.php:
|
509 |
msgid "Donate a token of your appreciation."
|
510 |
msgstr ""
|
511 |
|
512 |
-
#: ../codepress-admin-columns.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
513 |
msgid "Need support?"
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: ../codepress-admin-columns.php:
|
517 |
#, php-format
|
518 |
-
msgid "
|
|
|
|
|
519 |
msgstr ""
|
520 |
|
521 |
-
#: ../codepress-admin-columns.php:
|
522 |
#, php-format
|
523 |
-
msgid "
|
|
|
|
|
524 |
msgstr ""
|
525 |
|
526 |
-
#: ../codepress-admin-columns.php:
|
527 |
msgid "Admin Columns"
|
528 |
msgstr ""
|
529 |
|
530 |
-
#: ../codepress-admin-columns.php:
|
531 |
msgid "Save Changes"
|
532 |
msgstr ""
|
533 |
|
534 |
-
#: ../codepress-admin-columns.php:
|
535 |
msgid "Restore defaults"
|
536 |
msgstr ""
|
537 |
|
538 |
-
#: ../codepress-admin-columns.php:
|
539 |
msgid "Restore default settings"
|
540 |
msgstr ""
|
541 |
|
542 |
-
#: ../codepress-admin-columns.php:
|
543 |
-
msgid "
|
|
|
|
|
544 |
msgstr ""
|
545 |
|
546 |
-
#: ../codepress-admin-columns.php:
|
547 |
msgid "This will delete all column settings and restore the default settings."
|
548 |
msgstr ""
|
549 |
|
550 |
-
#: ../classes/sortable.php:1143
|
551 |
-
#: ../classes/_org.sortable.php:1134
|
552 |
#: ../classes/_sortable.php:1140
|
553 |
msgid "Show all "
|
554 |
msgstr ""
|
555 |
|
556 |
-
#: ../classes/values/comments.php:95
|
557 |
-
#: ../classes/values/comments.php:106
|
558 |
#, php-format
|
559 |
msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
|
560 |
msgstr ""
|
561 |
|
562 |
-
#: ../classes/values/comments.php:195
|
563 |
-
#: ../classes/values/comments.php:200
|
564 |
msgid "Unapprove"
|
565 |
msgstr ""
|
566 |
|
567 |
-
#: ../classes/values/comments.php:197
|
568 |
-
#: ../classes/values/comments.php:199
|
569 |
msgid "Approve"
|
570 |
msgstr ""
|
571 |
|
572 |
-
#: ../classes/values/comments.php:208
|
573 |
-
#: ../classes/values/posts.php:277
|
574 |
msgid "Restore"
|
575 |
msgstr ""
|
576 |
|
577 |
-
#: ../classes/values/comments.php:212
|
578 |
-
#: ../classes/values/posts.php:281
|
579 |
msgid "Delete Permanently"
|
580 |
msgstr ""
|
581 |
|
582 |
-
#: ../classes/values/comments.php:218
|
583 |
-
#: ../classes/values/
|
584 |
-
#: ../classes/values/posts.php:272
|
585 |
-
#: ../classes/values/users.php:145
|
586 |
msgid "Edit"
|
587 |
msgstr ""
|
588 |
|
589 |
-
#: ../classes/values/comments.php:219
|
590 |
-
#: ../classes/values/posts.php:273
|
591 |
msgid "Quick Edit"
|
592 |
msgstr ""
|
593 |
|
@@ -602,8 +603,7 @@ msgid ""
|
|
602 |
" 'Cancel' to stop, 'OK' to delete."
|
603 |
msgstr ""
|
604 |
|
605 |
-
#: ../classes/values/link.php:118
|
606 |
-
#: ../classes/values/users.php:151
|
607 |
msgid "Delete"
|
608 |
msgstr ""
|
609 |
|
@@ -635,8 +635,7 @@ msgstr ""
|
|
635 |
msgid "Pending Review"
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: ../classes/values/posts.php:213
|
639 |
-
#: ../classes/values/posts.php:279
|
640 |
msgid "Trash"
|
641 |
msgstr ""
|
642 |
|
@@ -693,4 +692,3 @@ msgstr ""
|
|
693 |
#: ../classes/values/posts.php:288
|
694 |
msgid "View"
|
695 |
msgstr ""
|
696 |
-
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Codepress Admin Columns\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-08-13 18:59+0100\n"
|
6 |
+
"PO-Revision-Date: 2012-08-13 18:59+0100\n"
|
7 |
"Last-Translator: Codepress <info@codepress.nl>\n"
|
8 |
"Language-Team: Codepress <info@codepress.nl>\n"
|
9 |
"MIME-Version: 1.0\n"
|
15 |
"X-Poedit-SearchPath-0: .\n"
|
16 |
"X-Poedit-SearchPath-1: ..\n"
|
17 |
|
18 |
+
#: ../codepress-admin-columns.php:168
|
19 |
msgid "Settings"
|
20 |
msgstr ""
|
21 |
|
22 |
+
#: ../codepress-admin-columns.php:351
|
23 |
msgid "Add Custom Field Column"
|
24 |
msgstr ""
|
25 |
|
26 |
+
#: ../codepress-admin-columns.php:359
|
27 |
msgid "drag and drop to reorder"
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: ../codepress-admin-columns.php:501 ../codepress-admin-columns.php:526
|
|
|
31 |
msgid "default"
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: ../codepress-admin-columns.php:524 ../codepress-admin-columns.php:1371
|
|
|
35 |
msgid "Width"
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: ../codepress-admin-columns.php:586
|
39 |
msgid "Default"
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: ../codepress-admin-columns.php:587 ../codepress-admin-columns.php:1502
|
|
|
43 |
msgid "Image"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: ../codepress-admin-columns.php:588
|
47 |
msgid "Media Library Icon"
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: ../codepress-admin-columns.php:589 ../codepress-admin-columns.php:1159
|
51 |
+
#: ../codepress-admin-columns.php:1578
|
|
|
52 |
msgid "Excerpt"
|
53 |
msgstr ""
|
54 |
|
55 |
+
#: ../codepress-admin-columns.php:590
|
56 |
msgid "Multiple Values"
|
57 |
msgstr ""
|
58 |
|
59 |
+
#: ../codepress-admin-columns.php:591
|
60 |
msgid "Numeric"
|
61 |
msgstr ""
|
62 |
|
63 |
+
#: ../codepress-admin-columns.php:592 ../codepress-admin-columns.php:1569
|
|
|
64 |
msgid "Date"
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: ../codepress-admin-columns.php:593
|
68 |
msgid "Post Title (Post ID's)"
|
69 |
msgstr ""
|
70 |
|
71 |
+
#: ../codepress-admin-columns.php:594
|
72 |
+
msgid "Checkmark (true/false)"
|
73 |
+
msgstr ""
|
74 |
+
|
75 |
+
#: ../codepress-admin-columns.php:619
|
76 |
msgid "This field can not be removed"
|
77 |
msgstr ""
|
78 |
|
79 |
+
#: ../codepress-admin-columns.php:623 ../classes/values/users.php:153
|
|
|
80 |
msgid "Remove"
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: ../codepress-admin-columns.php:1125
|
84 |
msgid "Comments"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: ../codepress-admin-columns.php:1131
|
88 |
msgid "Icon"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: ../codepress-admin-columns.php:1156
|
92 |
msgid "Featured Image"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: ../codepress-admin-columns.php:1162 ../codepress-admin-columns.php:1222
|
|
|
96 |
msgid "Page Order"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: ../codepress-admin-columns.php:1165 ../codepress-admin-columns.php:1239
|
|
|
100 |
msgid "Post Format"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: ../codepress-admin-columns.php:1168 ../codepress-admin-columns.php:1356
|
104 |
+
#: ../codepress-admin-columns.php:1496 ../codepress-admin-columns.php:1542
|
|
|
|
|
105 |
msgid "ID"
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: ../codepress-admin-columns.php:1171
|
109 |
msgid "Slug"
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: ../codepress-admin-columns.php:1174
|
113 |
msgid "Attachment"
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: ../codepress-admin-columns.php:1177
|
117 |
msgid "No. of Attachments"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: ../codepress-admin-columns.php:1180
|
121 |
msgid "Roles"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: ../codepress-admin-columns.php:1183 ../codepress-admin-columns.php:2223
|
|
|
125 |
msgid "Status"
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: ../codepress-admin-columns.php:1186
|
129 |
msgid "Comment status"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: ../codepress-admin-columns.php:1189
|
133 |
msgid "Ping status"
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: ../codepress-admin-columns.php:1192 ../codepress-admin-columns.php:1310
|
137 |
+
#: ../codepress-admin-columns.php:1389 ../codepress-admin-columns.php:1520
|
138 |
+
#: ../codepress-admin-columns.php:1581
|
|
|
|
|
139 |
msgid "Actions"
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: ../codepress-admin-columns.php:1198
|
143 |
msgid "Last modified"
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: ../codepress-admin-columns.php:1201
|
147 |
msgid "Comment count"
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: ../codepress-admin-columns.php:1208 ../codepress-admin-columns.php:1587
|
|
|
151 |
msgid "Word count"
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: ../codepress-admin-columns.php:1215
|
155 |
msgid "Sticky"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: ../codepress-admin-columns.php:1224
|
159 |
msgid "Order"
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: ../codepress-admin-columns.php:1232
|
163 |
msgid "Page Template"
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: ../codepress-admin-columns.php:1252
|
167 |
msgid "Taxonomy"
|
168 |
msgstr ""
|
169 |
|
170 |
+
#: ../codepress-admin-columns.php:1262 ../codepress-admin-columns.php:1330
|
171 |
+
#: ../codepress-admin-columns.php:1469 ../codepress-admin-columns.php:1597
|
|
|
|
|
172 |
msgid "Custom Field"
|
173 |
msgstr ""
|
174 |
|
175 |
+
#: ../codepress-admin-columns.php:1268 ../codepress-admin-columns.php:1336
|
176 |
+
#: ../codepress-admin-columns.php:1475 ../codepress-admin-columns.php:1603
|
|
|
|
|
177 |
msgid "Field"
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: ../codepress-admin-columns.php:1289
|
181 |
msgid "User ID"
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: ../codepress-admin-columns.php:1292
|
185 |
msgid "Nickname"
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: ../codepress-admin-columns.php:1295
|
189 |
msgid "First name"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: ../codepress-admin-columns.php:1298
|
193 |
msgid "Last name"
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: ../codepress-admin-columns.php:1301
|
197 |
msgid "Url"
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: ../codepress-admin-columns.php:1304
|
201 |
msgid "Registered"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: ../codepress-admin-columns.php:1307 ../codepress-admin-columns.php:1377
|
205 |
+
#: ../codepress-admin-columns.php:1499
|
|
|
206 |
msgid "Description"
|
207 |
msgstr ""
|
208 |
|
209 |
+
#: ../codepress-admin-columns.php:1323
|
210 |
msgid "Postcount"
|
211 |
msgstr ""
|
212 |
|
213 |
+
#: ../codepress-admin-columns.php:1359
|
214 |
msgid "Mime type"
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: ../codepress-admin-columns.php:1362
|
218 |
msgid "File name"
|
219 |
msgstr ""
|
220 |
|
221 |
+
#: ../codepress-admin-columns.php:1365
|
222 |
msgid "Dimensions"
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: ../codepress-admin-columns.php:1368
|
226 |
msgid "Height"
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: ../codepress-admin-columns.php:1374 ../codepress-admin-columns.php:1422
|
|
|
230 |
msgid "Caption"
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: ../codepress-admin-columns.php:1380
|
234 |
msgid "Alt"
|
235 |
msgstr ""
|
236 |
|
237 |
+
#: ../codepress-admin-columns.php:1383
|
238 |
msgid "Upload paths"
|
239 |
msgstr ""
|
240 |
|
241 |
+
#: ../codepress-admin-columns.php:1395
|
242 |
msgid "File size"
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: ../codepress-admin-columns.php:1404
|
246 |
msgid "Aperture"
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: ../codepress-admin-columns.php:1406
|
250 |
msgid "Aperture EXIF"
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: ../codepress-admin-columns.php:1410
|
254 |
msgid "Credit"
|
255 |
msgstr ""
|
256 |
|
257 |
+
#: ../codepress-admin-columns.php:1412
|
258 |
msgid "Credit EXIF"
|
259 |
msgstr ""
|
260 |
|
261 |
+
#: ../codepress-admin-columns.php:1416
|
262 |
msgid "Camera"
|
263 |
msgstr ""
|
264 |
|
265 |
+
#: ../codepress-admin-columns.php:1418
|
266 |
msgid "Camera EXIF"
|
267 |
msgstr ""
|
268 |
|
269 |
+
#: ../codepress-admin-columns.php:1424
|
270 |
msgid "Caption EXIF"
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: ../codepress-admin-columns.php:1428
|
274 |
msgid "Timestamp"
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: ../codepress-admin-columns.php:1430
|
278 |
msgid "Timestamp EXIF"
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: ../codepress-admin-columns.php:1434
|
282 |
msgid "Copyright"
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: ../codepress-admin-columns.php:1436
|
286 |
msgid "Copyright EXIF"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: ../codepress-admin-columns.php:1440
|
290 |
msgid "Focal Length"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: ../codepress-admin-columns.php:1442
|
294 |
msgid "Focal Length EXIF"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: ../codepress-admin-columns.php:1446
|
298 |
msgid "ISO"
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: ../codepress-admin-columns.php:1448
|
302 |
msgid "ISO EXIF"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: ../codepress-admin-columns.php:1452
|
306 |
msgid "Shutter Speed"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: ../codepress-admin-columns.php:1454
|
310 |
msgid "Shutter Speed EXIF"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: ../codepress-admin-columns.php:1458
|
314 |
msgid "Title"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: ../codepress-admin-columns.php:1460
|
318 |
msgid "Title EXIF"
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: ../codepress-admin-columns.php:1505
|
322 |
msgid "Target"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: ../codepress-admin-columns.php:1508
|
326 |
msgid "Owner"
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: ../codepress-admin-columns.php:1511
|
330 |
msgid "Notes"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: ../codepress-admin-columns.php:1514
|
334 |
msgid "Rss"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: ../codepress-admin-columns.php:1517
|
338 |
msgid "Length"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: ../codepress-admin-columns.php:1545
|
342 |
msgid "Author Name"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: ../codepress-admin-columns.php:1548
|
346 |
msgid "Avatar"
|
347 |
msgstr ""
|
348 |
|
349 |
+
#: ../codepress-admin-columns.php:1551
|
350 |
msgid "Author url"
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: ../codepress-admin-columns.php:1554
|
354 |
msgid "Author IP"
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: ../codepress-admin-columns.php:1557
|
358 |
msgid "Author email"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: ../codepress-admin-columns.php:1560
|
362 |
msgid "In Reply To"
|
363 |
msgstr ""
|
364 |
|
365 |
+
#: ../codepress-admin-columns.php:1566
|
366 |
msgid "Approved"
|
367 |
msgstr ""
|
368 |
|
369 |
+
#: ../codepress-admin-columns.php:1572
|
370 |
msgid "Date GMT"
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: ../codepress-admin-columns.php:1575
|
374 |
msgid "Agent"
|
375 |
msgstr ""
|
376 |
|
377 |
+
#: ../codepress-admin-columns.php:1634
|
378 |
msgid "Custom"
|
379 |
msgstr ""
|
380 |
|
381 |
+
#: ../codepress-admin-columns.php:1711
|
382 |
msgid "Addons"
|
383 |
msgstr ""
|
384 |
|
385 |
+
#: ../codepress-admin-columns.php:2163 ../codepress-admin-columns.php:2331
|
|
|
386 |
msgid "find out more"
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: ../codepress-admin-columns.php:2167
|
390 |
msgid "This will make all of the new columns support sorting"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: ../codepress-admin-columns.php:2168
|
394 |
+
msgid ""
|
395 |
+
"By default WordPress let's you sort by title, date, comments and author. "
|
396 |
+
"This will make you be able to <strong>sort by any column of any type!</"
|
397 |
+
"strong>"
|
398 |
msgstr ""
|
399 |
|
400 |
+
#: ../codepress-admin-columns.php:2169
|
401 |
+
msgid ""
|
402 |
+
"Perfect for sorting your articles, media files, comments, links and users"
|
403 |
msgstr ""
|
404 |
|
405 |
+
#: ../codepress-admin-columns.php:2170 ../codepress-admin-columns.php:2351
|
|
|
406 |
msgid "(columns that are added by other plugins are not supported)"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: ../codepress-admin-columns.php:2179 ../codepress-admin-columns.php:2181
|
|
|
410 |
msgid "Sortorder"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: ../codepress-admin-columns.php:2189
|
414 |
msgid "Inactive"
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: ../codepress-admin-columns.php:2192
|
418 |
msgid "Active"
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: ../codepress-admin-columns.php:2197
|
422 |
msgid "Fill in your activation code"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: ../codepress-admin-columns.php:2198
|
426 |
msgid "Activate"
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: ../codepress-admin-columns.php:2202
|
430 |
msgid "Deactivate"
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: ../codepress-admin-columns.php:2217
|
434 |
msgid "Activate Add-ons"
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: ../codepress-admin-columns.php:2218
|
438 |
+
msgid ""
|
439 |
+
"Add-ons can be unlocked by purchasing a license key. Each key can be used on "
|
440 |
+
"multiple sites"
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: ../codepress-admin-columns.php:2222
|
444 |
msgid "Addon"
|
445 |
msgstr ""
|
446 |
|
447 |
+
#: ../codepress-admin-columns.php:2224
|
448 |
msgid "Activation Code"
|
449 |
msgstr ""
|
450 |
|
451 |
+
#: ../codepress-admin-columns.php:2233
|
452 |
msgid "Enter your activation code"
|
453 |
msgstr ""
|
454 |
|
455 |
+
#: ../codepress-admin-columns.php:2234
|
456 |
msgid "Activation code unrecognised"
|
457 |
msgstr ""
|
458 |
|
459 |
+
#: ../codepress-admin-columns.php:2328
|
460 |
+
msgid ""
|
461 |
+
"You will find a short overview at the <strong>Help</strong> section in the "
|
462 |
+
"top-right screen."
|
463 |
msgstr ""
|
464 |
|
465 |
+
#: ../codepress-admin-columns.php:2336
|
466 |
msgid "Codepress Admin Columns"
|
467 |
msgstr ""
|
468 |
|
469 |
+
#: ../codepress-admin-columns.php:2346
|
470 |
msgid "Get the Addon"
|
471 |
msgstr ""
|
472 |
|
473 |
+
#: ../codepress-admin-columns.php:2349
|
474 |
+
msgid ""
|
475 |
+
"By default WordPress let's you only sort by title, date, comments and author."
|
476 |
msgstr ""
|
477 |
|
478 |
+
#: ../codepress-admin-columns.php:2350
|
479 |
+
msgid ""
|
480 |
+
"Make <strong>all columns</strong> of <strong>all types</strong> within the "
|
481 |
+
"plugin support sorting — with the sorting addon."
|
482 |
msgstr ""
|
483 |
|
484 |
+
#: ../codepress-admin-columns.php:2359
|
485 |
msgid "Like this plugin?"
|
486 |
msgstr ""
|
487 |
|
488 |
+
#: ../codepress-admin-columns.php:2362
|
489 |
msgid "Why not do any or all of the following"
|
490 |
msgstr ""
|
491 |
|
492 |
+
#: ../codepress-admin-columns.php:2364
|
493 |
+
msgid "Give it a 5 star rating on WordPress.org."
|
494 |
msgstr ""
|
495 |
|
496 |
+
#: ../codepress-admin-columns.php:2365
|
497 |
+
msgid "Link to it so other folks can find out about it."
|
498 |
msgstr ""
|
499 |
|
500 |
+
#: ../codepress-admin-columns.php:2366
|
501 |
msgid "Donate a token of your appreciation."
|
502 |
msgstr ""
|
503 |
|
504 |
+
#: ../codepress-admin-columns.php:2374
|
505 |
+
msgid "Follow us"
|
506 |
+
msgstr ""
|
507 |
+
|
508 |
+
#: ../codepress-admin-columns.php:2378
|
509 |
+
msgid "Follow Codepress on Twitter."
|
510 |
+
msgstr ""
|
511 |
+
|
512 |
+
#: ../codepress-admin-columns.php:2379
|
513 |
+
msgid "Like Codepress on Facebook."
|
514 |
+
msgstr ""
|
515 |
+
|
516 |
+
#: ../codepress-admin-columns.php:2388
|
517 |
msgid "Need support?"
|
518 |
msgstr ""
|
519 |
|
520 |
+
#: ../codepress-admin-columns.php:2392
|
521 |
#, php-format
|
522 |
+
msgid ""
|
523 |
+
"If you are having problems with this plugin, please talk about them in the "
|
524 |
+
"<a href=\"%s\">Support forums</a> or send me an email %s."
|
525 |
msgstr ""
|
526 |
|
527 |
+
#: ../codepress-admin-columns.php:2393
|
528 |
#, php-format
|
529 |
+
msgid ""
|
530 |
+
"If you're sure you've found a bug, or have a feature request, please <a "
|
531 |
+
"href='%s'>submit your feedback</a>."
|
532 |
msgstr ""
|
533 |
|
534 |
+
#: ../codepress-admin-columns.php:2408
|
535 |
msgid "Admin Columns"
|
536 |
msgstr ""
|
537 |
|
538 |
+
#: ../codepress-admin-columns.php:2426
|
539 |
msgid "Save Changes"
|
540 |
msgstr ""
|
541 |
|
542 |
+
#: ../codepress-admin-columns.php:2438
|
543 |
msgid "Restore defaults"
|
544 |
msgstr ""
|
545 |
|
546 |
+
#: ../codepress-admin-columns.php:2442
|
547 |
msgid "Restore default settings"
|
548 |
msgstr ""
|
549 |
|
550 |
+
#: ../codepress-admin-columns.php:2442
|
551 |
+
msgid ""
|
552 |
+
"Warning! ALL saved admin columns data will be deleted. This cannot be "
|
553 |
+
"undone. \\'OK\\' to delete, \\'Cancel\\' to stop"
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: ../codepress-admin-columns.php:2444
|
557 |
msgid "This will delete all column settings and restore the default settings."
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: ../classes/sortable.php:1143 ../classes/_org.sortable.php:1134
|
|
|
561 |
#: ../classes/_sortable.php:1140
|
562 |
msgid "Show all "
|
563 |
msgstr ""
|
564 |
|
565 |
+
#: ../classes/values/comments.php:95 ../classes/values/comments.php:106
|
|
|
566 |
#, php-format
|
567 |
msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
|
568 |
msgstr ""
|
569 |
|
570 |
+
#: ../classes/values/comments.php:195 ../classes/values/comments.php:200
|
|
|
571 |
msgid "Unapprove"
|
572 |
msgstr ""
|
573 |
|
574 |
+
#: ../classes/values/comments.php:197 ../classes/values/comments.php:199
|
|
|
575 |
msgid "Approve"
|
576 |
msgstr ""
|
577 |
|
578 |
+
#: ../classes/values/comments.php:208 ../classes/values/posts.php:277
|
|
|
579 |
msgid "Restore"
|
580 |
msgstr ""
|
581 |
|
582 |
+
#: ../classes/values/comments.php:212 ../classes/values/posts.php:281
|
|
|
583 |
msgid "Delete Permanently"
|
584 |
msgstr ""
|
585 |
|
586 |
+
#: ../classes/values/comments.php:218 ../classes/values/link.php:117
|
587 |
+
#: ../classes/values/posts.php:272 ../classes/values/users.php:145
|
|
|
|
|
588 |
msgid "Edit"
|
589 |
msgstr ""
|
590 |
|
591 |
+
#: ../classes/values/comments.php:219 ../classes/values/posts.php:273
|
|
|
592 |
msgid "Quick Edit"
|
593 |
msgstr ""
|
594 |
|
603 |
" 'Cancel' to stop, 'OK' to delete."
|
604 |
msgstr ""
|
605 |
|
606 |
+
#: ../classes/values/link.php:118 ../classes/values/users.php:151
|
|
|
607 |
msgid "Delete"
|
608 |
msgstr ""
|
609 |
|
635 |
msgid "Pending Review"
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: ../classes/values/posts.php:213 ../classes/values/posts.php:279
|
|
|
639 |
msgid "Trash"
|
640 |
msgstr ""
|
641 |
|
692 |
#: ../classes/values/posts.php:288
|
693 |
msgid "View"
|
694 |
msgstr ""
|
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
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.1
|
6 |
Tested up to: 3.4
|
7 |
-
Stable tag: 1.4.
|
8 |
|
9 |
== Description ==
|
10 |
|
@@ -96,6 +96,8 @@ With the custom field column you can display any custom field values. It can sho
|
|
96 |
* Excerpt
|
97 |
* Multiple Values
|
98 |
* Numeric value ( this also works for sorting by meta_value_num )
|
|
|
|
|
99 |
|
100 |
= Sortable Custom Columns for all Screens =
|
101 |
|
@@ -111,13 +113,14 @@ It will work nice with other plugins and support their additional custom columns
|
|
111 |
|
112 |
If you like to contrinute a language, please send them to <a href="mailto:info@codepress.nl">info@codepress.nl</a>.
|
113 |
|
|
|
|
|
114 |
* Polish (pl_PL) - Thanks for contributing the polish language goes to Bartosz
|
115 |
* French (fr_FR) - Thanks for contributing the french language goes to Alexandre Girard
|
116 |
|
117 |
= Upcoming releases =
|
118 |
|
119 |
* support for default sorting for users, links and comments
|
120 |
-
* support for hidden custom fields
|
121 |
|
122 |
**Feedback**
|
123 |
|
@@ -140,6 +143,48 @@ You can leave any <a href='http://www.codepress.nl/plugins/codepress-admin-colum
|
|
140 |
Great! I'd love to hear from you.
|
141 |
Leave your feedback at http://www.codepress.nl/plugins/codepress-admin-columns/feedback.
|
142 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
143 |
== Screenshots ==
|
144 |
|
145 |
1. Settings page for Post(type) columns.
|
@@ -152,6 +197,14 @@ Leave your feedback at http://www.codepress.nl/plugins/codepress-admin-columns/f
|
|
152 |
|
153 |
== Changelog ==
|
154 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
155 |
= 1.4.5.1 =
|
156 |
|
157 |
* removed taxonomy filtering ( will implement show/hide option )
|
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.1
|
6 |
Tested up to: 3.4
|
7 |
+
Stable tag: 1.4.6
|
8 |
|
9 |
== Description ==
|
10 |
|
96 |
* Excerpt
|
97 |
* Multiple Values
|
98 |
* Numeric value ( this also works for sorting by meta_value_num )
|
99 |
+
* Post Titles
|
100 |
+
* Checkmark Image ( for true or false values )
|
101 |
|
102 |
= Sortable Custom Columns for all Screens =
|
103 |
|
113 |
|
114 |
If you like to contrinute a language, please send them to <a href="mailto:info@codepress.nl">info@codepress.nl</a>.
|
115 |
|
116 |
+
* Danish (da_DK) - Thanks for contributing the danish language goes to Morten Dalgaard Johansen
|
117 |
+
* German (de_DE) - Thanks for contributing the german language goes to Uli
|
118 |
* Polish (pl_PL) - Thanks for contributing the polish language goes to Bartosz
|
119 |
* French (fr_FR) - Thanks for contributing the french language goes to Alexandre Girard
|
120 |
|
121 |
= Upcoming releases =
|
122 |
|
123 |
* support for default sorting for users, links and comments
|
|
|
124 |
|
125 |
**Feedback**
|
126 |
|
143 |
Great! I'd love to hear from you.
|
144 |
Leave your feedback at http://www.codepress.nl/plugins/codepress-admin-columns/feedback.
|
145 |
|
146 |
+
= How can I change the thumbnail size of images? =
|
147 |
+
|
148 |
+
You can use the build in filter to set your own thumbnail size. Just add this piece of code to your
|
149 |
+
theme's functions.php.
|
150 |
+
|
151 |
+
To set a custom size use, for example 30 by 30 pixels:
|
152 |
+
|
153 |
+
`
|
154 |
+
<?php
|
155 |
+
add_filter('cpac_thumbnail_size','my_custom_thumbsize');
|
156 |
+
function my_custom_thumbsize()
|
157 |
+
{
|
158 |
+
return array(30,30); // width, height
|
159 |
+
}
|
160 |
+
?>
|
161 |
+
`
|
162 |
+
|
163 |
+
Or use a preset size, for example WordPress' thumbnail size:
|
164 |
+
|
165 |
+
`
|
166 |
+
<?php
|
167 |
+
add_filter('cpac_thumbnail_size','my_custom_thumbsize');
|
168 |
+
function my_custom_thumbsize()
|
169 |
+
{
|
170 |
+
return 'thumbnail';
|
171 |
+
}
|
172 |
+
?>
|
173 |
+
`
|
174 |
+
|
175 |
+
= How can I enable the use of Hidden Custom Fields? =
|
176 |
+
|
177 |
+
I am currently working on settings page where you can enable this feature. In the meanwhile you can enable this by adding
|
178 |
+
this piece of code to your theme's functions.php to:
|
179 |
+
|
180 |
+
`
|
181 |
+
<?php
|
182 |
+
add_filter('cpac_use_hidden_custom_fields', '__return_true'); // enables the use hidden custom fields
|
183 |
+
?>
|
184 |
+
`
|
185 |
+
|
186 |
+
Now you can select your HIDDEN custom fields in de dropdown menu under "Custom Field:".
|
187 |
+
|
188 |
== Screenshots ==
|
189 |
|
190 |
1. Settings page for Post(type) columns.
|
197 |
|
198 |
== Changelog ==
|
199 |
|
200 |
+
= 1.4.6 =
|
201 |
+
|
202 |
+
* added german language ( thanks to Uli )
|
203 |
+
* added danish language ( thanks to Morten Dalgaard Johansen )
|
204 |
+
* added filter for setting thumbnail size ( see FAQ on how to use it )
|
205 |
+
* added support for hidden custom fields ( see FAQ on how to enable this )
|
206 |
+
* added fix for WordPress SEO by Yoast Columns
|
207 |
+
|
208 |
= 1.4.5.1 =
|
209 |
|
210 |
* removed taxonomy filtering ( will implement show/hide option )
|