Version Description
(06/06/2013) = * Change Widget Settings, better to unregister widgtes from other themes and plugins * Add more usability to the settings page * Small major changes
Download this release
Release Info
Developer | Bueltge |
Plugin | Adminimize |
Version | 1.8.4 |
Comparing to | |
See all releases |
Code changes from version 1.8.3 to 1.8.4
- adminimize.php +11 -1
- css/style.css +31 -5
- inc-options/admin_bar.php +10 -1
- inc-options/class-eximport.php +213 -213
- inc-options/links_options.php +132 -132
- inc-options/minimenu.php +1 -1
- inc-options/widget_options.php +4 -4
- inc-options/wp_nav_menu_options.php +153 -153
- inc-setup/admin-footer.php +29 -29
- inc-setup/dashboard.php +93 -93
- inc-setup/meta-boxes.php +53 -53
- inc-setup/remove-admin-bar.php +263 -263
- inc-setup/widget.php +2 -1
- js/adminimize.js +64 -0
- languages/adminimize-bg_BG.po +695 -695
- languages/adminimize-by_BY.po +680 -680
- languages/adminimize-da_DK.po +779 -779
- languages/adminimize-de_DE.po +1098 -1098
- languages/adminimize-es_ES.po +634 -634
- languages/adminimize-fr_FR.po +692 -692
- languages/adminimize-ga_IR.po +636 -636
- languages/adminimize-hi_IN.po +636 -636
- languages/adminimize-it_IT.po +874 -874
- languages/adminimize-lt_LT.po +1120 -1120
- languages/adminimize-nl_NL.po +876 -876
- languages/adminimize-ro_RO.po +1109 -1109
- languages/adminimize-xx_XX.pot +1098 -1098
- license.txt +674 -674
- readme.txt +9 -8
adminimize.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* Description: Visually compresses the administratrive meta-boxes so that more admin page content can be initially seen. The plugin that lets you hide 'unnecessary' items from the WordPress administration menu, for alle roles of your install. You can also hide post meta controls on the edit-area to simplify the interface. It is possible to simplify the admin in different for all roles.
|
13 |
* Author: Frank Bültge
|
14 |
* Author URI: http://bueltge.de/
|
15 |
-
* Version: 1.8.
|
16 |
* License: GPLv3
|
17 |
*/
|
18 |
|
@@ -556,6 +556,7 @@ function _mw_adminimize_remove_dashboard() {
|
|
556 |
}
|
557 |
}
|
558 |
|
|
|
559 |
if ( isset($redirect) && $redirect ) {
|
560 |
$_mw_adminimize_db_redirect = _mw_adminimize_get_option_value( '_mw_adminimize_db_redirect' );
|
561 |
$_mw_adminimize_db_redirect_admin_url = get_option( 'siteurl' ) . '/wp-admin/';
|
@@ -1180,6 +1181,15 @@ function _mw_adminimize_on_load_page() {
|
|
1180 |
|
1181 |
wp_register_style( 'adminimize-style', plugins_url( 'css/style.css', __FILE__ ) );
|
1182 |
wp_enqueue_style( 'adminimize-style' );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1183 |
}
|
1184 |
|
1185 |
|
12 |
* Description: Visually compresses the administratrive meta-boxes so that more admin page content can be initially seen. The plugin that lets you hide 'unnecessary' items from the WordPress administration menu, for alle roles of your install. You can also hide post meta controls on the edit-area to simplify the interface. It is possible to simplify the admin in different for all roles.
|
13 |
* Author: Frank Bültge
|
14 |
* Author URI: http://bueltge.de/
|
15 |
+
* Version: 1.8.4
|
16 |
* License: GPLv3
|
17 |
*/
|
18 |
|
556 |
}
|
557 |
}
|
558 |
|
559 |
+
// redirect option, if Dashboard is inactive
|
560 |
if ( isset($redirect) && $redirect ) {
|
561 |
$_mw_adminimize_db_redirect = _mw_adminimize_get_option_value( '_mw_adminimize_db_redirect' );
|
562 |
$_mw_adminimize_db_redirect_admin_url = get_option( 'siteurl' ) . '/wp-admin/';
|
1181 |
|
1182 |
wp_register_style( 'adminimize-style', plugins_url( 'css/style.css', __FILE__ ) );
|
1183 |
wp_enqueue_style( 'adminimize-style' );
|
1184 |
+
|
1185 |
+
wp_register_script(
|
1186 |
+
'adminimize-settings-script',
|
1187 |
+
plugins_url( 'js/adminimize.js', __FILE__ ),
|
1188 |
+
array( 'jquery' ),
|
1189 |
+
'05/02/2013',
|
1190 |
+
TRUE
|
1191 |
+
);
|
1192 |
+
wp_enqueue_script( 'adminimize-settings-script' );
|
1193 |
}
|
1194 |
|
1195 |
|
css/style.css
CHANGED
@@ -1,5 +1,31 @@
|
|
1 |
-
@CHARSET "UTF-8";
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
@CHARSET "UTF-8";
|
2 |
+
|
3 |
+
#minimeu td a {
|
4 |
+
display: block;
|
5 |
+
}
|
6 |
+
|
7 |
+
tr:hover,
|
8 |
+
td:first-child + td:hover,
|
9 |
+
td:first-child + td + td + td:hover,
|
10 |
+
td:first-child + td + td + td + td + td:hover,
|
11 |
+
td:first-child + td + td + td + td + td + td + td:hover,
|
12 |
+
td:first-child + td + td + td + td + td + td + td + td + td:hover {
|
13 |
+
background: #DFDFDF !important;
|
14 |
+
}
|
15 |
+
|
16 |
+
td:first-child {
|
17 |
+
width: 30%;
|
18 |
+
}
|
19 |
+
|
20 |
+
td:first-child + td,
|
21 |
+
td:first-child + td + td + td,
|
22 |
+
td:first-child + td + td + td + td + td,
|
23 |
+
td:first-child + td + td + td + td + td + td + td,
|
24 |
+
td:first-child + td + td + td + td + td + td + td + td + td {
|
25 |
+
background-color: #ffebe8;
|
26 |
+
}
|
27 |
+
|
28 |
+
.col1, .col3, .col5,
|
29 |
+
.col7, .col9, .col11 {
|
30 |
+
background-color: #ffebe8;
|
31 |
+
}
|
inc-options/admin_bar.php
CHANGED
@@ -17,11 +17,20 @@ if ( ! isset( $wp_admin_bar ) )
|
|
17 |
<div id="poststuff" class="ui-sortable meta-box-sortables">
|
18 |
<div class="postbox">
|
19 |
<div class="handlediv" title="<?php _e('Click to toggle'); ?>"><br/></div>
|
20 |
-
<h3 class="hndle" id="admin_bar_options"><?php _e('Admin Bar options', FB_ADMINIMIZE_TEXTDOMAIN );
|
21 |
<div class="inside">
|
22 |
<br class="clear" />
|
23 |
|
24 |
<table summary="config_widget" class="widefat">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
<thead>
|
26 |
<tr>
|
27 |
<th><?php _e('Option', FB_ADMINIMIZE_TEXTDOMAIN ); ?></th>
|
17 |
<div id="poststuff" class="ui-sortable meta-box-sortables">
|
18 |
<div class="postbox">
|
19 |
<div class="handlediv" title="<?php _e('Click to toggle'); ?>"><br/></div>
|
20 |
+
<h3 class="hndle" id="admin_bar_options"><?php _e('Admin Bar options', FB_ADMINIMIZE_TEXTDOMAIN ); ?> <em>· Beta</em></h3>
|
21 |
<div class="inside">
|
22 |
<br class="clear" />
|
23 |
|
24 |
<table summary="config_widget" class="widefat">
|
25 |
+
<colgroup>
|
26 |
+
<?php
|
27 |
+
$col = 0;
|
28 |
+
foreach ($user_roles_names as $role_name) {
|
29 |
+
echo '<col class="col' . $col . '">' . "\n";
|
30 |
+
$col ++;
|
31 |
+
}
|
32 |
+
?>
|
33 |
+
</colgroup>
|
34 |
<thead>
|
35 |
<tr>
|
36 |
<th><?php _e('Option', FB_ADMINIMIZE_TEXTDOMAIN ); ?></th>
|
inc-options/class-eximport.php
CHANGED
@@ -1,213 +1,213 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Aminimize - Ex- Import Part
|
4 |
-
*
|
5 |
-
* @license GPLv3
|
6 |
-
* @subpackage Aminimize Settings
|
7 |
-
* @author Frank Bueltge <frank@bueltge.de>
|
8 |
-
*/
|
9 |
-
|
10 |
-
if ( ! function_exists( 'add_filter' ) ) {
|
11 |
-
echo "Hi there! I'm just a part of plugin, not much I can do when called directly.";
|
12 |
-
exit;
|
13 |
-
}
|
14 |
-
|
15 |
-
if ( ! class_exists( 'Adminimize_Eximport' ) ) :
|
16 |
-
|
17 |
-
add_action( 'plugins_loaded', array( 'Adminimize_Eximport', 'get_object' ) );
|
18 |
-
class Adminimize_Eximport {
|
19 |
-
|
20 |
-
protected static $classobj = NULL;
|
21 |
-
|
22 |
-
// string for nonce fields
|
23 |
-
static public $nonce_string;
|
24 |
-
|
25 |
-
public function __construct() {
|
26 |
-
|
27 |
-
if ( ! is_admin() )
|
28 |
-
return NULL;
|
29 |
-
|
30 |
-
self::$nonce_string = '_mw_adminimize_nonce';
|
31 |
-
|
32 |
-
if ( isset( $_GET['_mw_adminimize_export'] ) && check_admin_referer( self::$nonce_string ) )
|
33 |
-
$this->get_export_file();
|
34 |
-
|
35 |
-
if ( isset( $_POST['_mw_adminimize_import'] ) && check_admin_referer( self::$nonce_string ) )
|
36 |
-
$this->import_file();
|
37 |
-
|
38 |
-
add_action( 'mw_adminimize_after_settings_form', array( $this, 'get_im_export_part' ) );
|
39 |
-
}
|
40 |
-
|
41 |
-
/**
|
42 |
-
* Handler for the action 'init'. Instantiates this class.
|
43 |
-
*
|
44 |
-
* @access public
|
45 |
-
* @since 02/15/2013
|
46 |
-
* @return $classobj
|
47 |
-
*/
|
48 |
-
public static function get_object() {
|
49 |
-
|
50 |
-
if ( NULL === self::$classobj ) {
|
51 |
-
self::$classobj = new self;
|
52 |
-
}
|
53 |
-
|
54 |
-
return self::$classobj;
|
55 |
-
}
|
56 |
-
|
57 |
-
/**
|
58 |
-
* get markup for ex- and import on settings page
|
59 |
-
*
|
60 |
-
* @access public
|
61 |
-
* @since 2.0.0
|
62 |
-
* @uses wp_nonce_field
|
63 |
-
* @return string
|
64 |
-
*/
|
65 |
-
public function get_im_export_part() {
|
66 |
-
?>
|
67 |
-
<div class="postbox">
|
68 |
-
<h3><span><?php _e( 'Export', FB_ADMINIMIZE_TEXTDOMAIN ); ?></span></h3>
|
69 |
-
<div class="inside">
|
70 |
-
<p><?php _e( 'When you click the button below the plugin will create an XML file for you to save to your computer.', FB_ADMINIMIZE_TEXTDOMAIN ); ?></p>
|
71 |
-
<p><?php _e( 'This format, a custom XML, will contain your options from quicktags.', FB_ADMINIMIZE_TEXTDOMAIN ); ?></p>
|
72 |
-
<p><?php _e( 'Once you’ve saved the download file, you can use the Import function in another WordPress installation to import this site.', FB_ADMINIMIZE_TEXTDOMAIN ); ?></p>
|
73 |
-
<form method="get" action="">
|
74 |
-
<?php wp_nonce_field( self::$nonce_string ); ?>
|
75 |
-
<p class="submit">
|
76 |
-
<input type="submit" name="submit" value="<?php _e( 'Download Export File', FB_ADMINIMIZE_TEXTDOMAIN ); ?> »" />
|
77 |
-
<input type="hidden" name="addquicktag_download" value="true" />
|
78 |
-
</p>
|
79 |
-
</form>
|
80 |
-
</div>
|
81 |
-
</div>
|
82 |
-
|
83 |
-
<div class="postbox">
|
84 |
-
<h3><span><?php _e( 'Import', FB_ADMINIMIZE_TEXTDOMAIN ); ?></span></h3>
|
85 |
-
<div class="inside">
|
86 |
-
<p><?php _e( 'If you have quicktags from other installs, the plugin can import those into this site. To get started, choose a file to import.', FB_ADMINIMIZE_TEXTDOMAIN ); ?></p>
|
87 |
-
<form method="post" action="" enctype="multipart/form-data">
|
88 |
-
<?php wp_nonce_field( self::$nonce_string ); ?>
|
89 |
-
<p class="submit">
|
90 |
-
<input type="file" name="xml" />
|
91 |
-
<input type="submit" name="submit" value="<?php _e( 'Upload file and import', FB_ADMINIMIZE_TEXTDOMAIN ); ?> »" />
|
92 |
-
<input type="hidden" name="addquicktag_import" value="true" />
|
93 |
-
</p>
|
94 |
-
</form>
|
95 |
-
</div>
|
96 |
-
</div>
|
97 |
-
<?php
|
98 |
-
}
|
99 |
-
|
100 |
-
/*
|
101 |
-
* Build export file, xml
|
102 |
-
*
|
103 |
-
* @access public
|
104 |
-
* @since 2.0.0
|
105 |
-
* @uses is_plugin_active_for_network, get_site_option, get_option
|
106 |
-
* @return string $xml
|
107 |
-
*/
|
108 |
-
public function get_export_file() {
|
109 |
-
|
110 |
-
if ( is_multisite() && is_plugin_active_for_network( parent :: get_plugin_string() ) )
|
111 |
-
$options = get_site_option( parent :: get_option_string() );
|
112 |
-
else
|
113 |
-
$options = get_option( parent :: get_option_string() );
|
114 |
-
|
115 |
-
if ( $options['buttons'] ) {
|
116 |
-
|
117 |
-
$xml = '<?xml version="1.0" encoding="UTF-8"?>';
|
118 |
-
$xml .= "\n" . '<buttons>' . "\n";
|
119 |
-
|
120 |
-
for ( $i = 0; $i < count( $options['buttons'] ); $i++ ) {
|
121 |
-
$xml .= "\t" . '<quicktag>' . "\n";
|
122 |
-
foreach( $options['buttons'][$i] as $name => $value ) {
|
123 |
-
|
124 |
-
$value = stripslashes( $value );
|
125 |
-
|
126 |
-
if ( empty( $value ) ) {
|
127 |
-
$xml .= "\t\t" . '<' . $name . '/>' . "\n";
|
128 |
-
} elseif ( preg_match( '/^[0-9]*$/', $value ) ) {
|
129 |
-
$xml .= "\t\t" . '<' . $name . '>' . $value . '</' . $name . '>' . "\n";
|
130 |
-
} else {
|
131 |
-
$xml .= "\t\t" . '<' . $name . '><![CDATA[' . $value . ']]></' . $name . '>' . "\n";
|
132 |
-
}
|
133 |
-
}
|
134 |
-
$xml .= "\t" . '</quicktag>' . "\n";
|
135 |
-
}
|
136 |
-
$xml .= '</buttons>';
|
137 |
-
|
138 |
-
} else {
|
139 |
-
$xml = 'We dont find settings in database';
|
140 |
-
}
|
141 |
-
|
142 |
-
$filename = urlencode( 'addquicktag.' . date('Y-m-d') . '.xml' );
|
143 |
-
$filesize = strlen( $xml );
|
144 |
-
|
145 |
-
$this -> export_xml( $filename, $filesize, $filetype = 'text/xml' );
|
146 |
-
echo $xml;
|
147 |
-
exit;
|
148 |
-
}
|
149 |
-
|
150 |
-
/**
|
151 |
-
* Create download file
|
152 |
-
*
|
153 |
-
* @access public
|
154 |
-
* @since 2.0.0
|
155 |
-
* @param string $filename
|
156 |
-
* @param string $filesize
|
157 |
-
* @param string $filetype
|
158 |
-
* @uses get_option
|
159 |
-
* @return void
|
160 |
-
*/
|
161 |
-
public function export_xml( $filename, $filesize, $filetype ) {
|
162 |
-
|
163 |
-
header( 'Content-Description: File Transfer' );
|
164 |
-
header( 'Content-Disposition: attachment; filename=' . $filename );
|
165 |
-
header( 'Content-Length: ' . $filesize );
|
166 |
-
header( 'Content-type: ' . $filetype . '; charset=' . get_option('blog_charset'), TRUE );
|
167 |
-
flush();
|
168 |
-
}
|
169 |
-
|
170 |
-
/**
|
171 |
-
* Import XML and update settings
|
172 |
-
*
|
173 |
-
* @access public
|
174 |
-
* @since 2.0.0
|
175 |
-
* @param string $filename
|
176 |
-
* @uses current_user_can, wp_die, is_plugin_active_for_network, update_site_option, update_option
|
177 |
-
* @return void
|
178 |
-
*/
|
179 |
-
public function import_file( $filename = FALSE ) {
|
180 |
-
|
181 |
-
if ( ! current_user_can( 'manage_options' ) )
|
182 |
-
wp_die( __('Options not update - you don‘t have the privilidges to do this!', FB_ADMINIMIZE_TEXTDOMAIN ) );
|
183 |
-
|
184 |
-
// use tmp file
|
185 |
-
if ( ! $filename )
|
186 |
-
$filename = $_FILES['xml']['tmp_name'];
|
187 |
-
|
188 |
-
$filename = preg_replace( "/\<\!\[CDATA\[(.*?)\]\]\>/ies", "'[CDATA]' . base64_encode('$1') . '[/CDATA]'", $filename );
|
189 |
-
$filename = utf8_encode( $filename );
|
190 |
-
$matches = simplexml_load_file( $filename );
|
191 |
-
|
192 |
-
// create array from xml
|
193 |
-
$button = array();
|
194 |
-
foreach ( $matches -> quicktag as $key ) {
|
195 |
-
foreach ($key as $value) {
|
196 |
-
$buttons[$value -> getName()] = $value;
|
197 |
-
}
|
198 |
-
$button[] = $buttons;
|
199 |
-
}
|
200 |
-
$options['buttons'] = $button;
|
201 |
-
// validate the values from xml
|
202 |
-
$options = parent :: validate_settings($options);
|
203 |
-
|
204 |
-
// update settings in database
|
205 |
-
if ( is_multisite() && is_plugin_active_for_network( parent :: get_plugin_string() ) )
|
206 |
-
update_site_option( parent :: get_option_string(), $options );
|
207 |
-
else
|
208 |
-
update_option( parent :: get_option_string(), $options );
|
209 |
-
}
|
210 |
-
|
211 |
-
} // end class
|
212 |
-
|
213 |
-
endif;
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Aminimize - Ex- Import Part
|
4 |
+
*
|
5 |
+
* @license GPLv3
|
6 |
+
* @subpackage Aminimize Settings
|
7 |
+
* @author Frank Bueltge <frank@bueltge.de>
|
8 |
+
*/
|
9 |
+
|
10 |
+
if ( ! function_exists( 'add_filter' ) ) {
|
11 |
+
echo "Hi there! I'm just a part of plugin, not much I can do when called directly.";
|
12 |
+
exit;
|
13 |
+
}
|
14 |
+
|
15 |
+
if ( ! class_exists( 'Adminimize_Eximport' ) ) :
|
16 |
+
|
17 |
+
add_action( 'plugins_loaded', array( 'Adminimize_Eximport', 'get_object' ) );
|
18 |
+
class Adminimize_Eximport {
|
19 |
+
|
20 |
+
protected static $classobj = NULL;
|
21 |
+
|
22 |
+
// string for nonce fields
|
23 |
+
static public $nonce_string;
|
24 |
+
|
25 |
+
public function __construct() {
|
26 |
+
|
27 |
+
if ( ! is_admin() )
|
28 |
+
return NULL;
|
29 |
+
|
30 |
+
self::$nonce_string = '_mw_adminimize_nonce';
|
31 |
+
|
32 |
+
if ( isset( $_GET['_mw_adminimize_export'] ) && check_admin_referer( self::$nonce_string ) )
|
33 |
+
$this->get_export_file();
|
34 |
+
|
35 |
+
if ( isset( $_POST['_mw_adminimize_import'] ) && check_admin_referer( self::$nonce_string ) )
|
36 |
+
$this->import_file();
|
37 |
+
|
38 |
+
add_action( 'mw_adminimize_after_settings_form', array( $this, 'get_im_export_part' ) );
|
39 |
+
}
|
40 |
+
|
41 |
+
/**
|
42 |
+
* Handler for the action 'init'. Instantiates this class.
|
43 |
+
*
|
44 |
+
* @access public
|
45 |
+
* @since 02/15/2013
|
46 |
+
* @return $classobj
|
47 |
+
*/
|
48 |
+
public static function get_object() {
|
49 |
+
|
50 |
+
if ( NULL === self::$classobj ) {
|
51 |
+
self::$classobj = new self;
|
52 |
+
}
|
53 |
+
|
54 |
+
return self::$classobj;
|
55 |
+
}
|
56 |
+
|
57 |
+
/**
|
58 |
+
* get markup for ex- and import on settings page
|
59 |
+
*
|
60 |
+
* @access public
|
61 |
+
* @since 2.0.0
|
62 |
+
* @uses wp_nonce_field
|
63 |
+
* @return string
|
64 |
+
*/
|
65 |
+
public function get_im_export_part() {
|
66 |
+
?>
|
67 |
+
<div class="postbox">
|
68 |
+
<h3><span><?php _e( 'Export', FB_ADMINIMIZE_TEXTDOMAIN ); ?></span></h3>
|
69 |
+
<div class="inside">
|
70 |
+
<p><?php _e( 'When you click the button below the plugin will create an XML file for you to save to your computer.', FB_ADMINIMIZE_TEXTDOMAIN ); ?></p>
|
71 |
+
<p><?php _e( 'This format, a custom XML, will contain your options from quicktags.', FB_ADMINIMIZE_TEXTDOMAIN ); ?></p>
|
72 |
+
<p><?php _e( 'Once you’ve saved the download file, you can use the Import function in another WordPress installation to import this site.', FB_ADMINIMIZE_TEXTDOMAIN ); ?></p>
|
73 |
+
<form method="get" action="">
|
74 |
+
<?php wp_nonce_field( self::$nonce_string ); ?>
|
75 |
+
<p class="submit">
|
76 |
+
<input type="submit" name="submit" value="<?php _e( 'Download Export File', FB_ADMINIMIZE_TEXTDOMAIN ); ?> »" />
|
77 |
+
<input type="hidden" name="addquicktag_download" value="true" />
|
78 |
+
</p>
|
79 |
+
</form>
|
80 |
+
</div>
|
81 |
+
</div>
|
82 |
+
|
83 |
+
<div class="postbox">
|
84 |
+
<h3><span><?php _e( 'Import', FB_ADMINIMIZE_TEXTDOMAIN ); ?></span></h3>
|
85 |
+
<div class="inside">
|
86 |
+
<p><?php _e( 'If you have quicktags from other installs, the plugin can import those into this site. To get started, choose a file to import.', FB_ADMINIMIZE_TEXTDOMAIN ); ?></p>
|
87 |
+
<form method="post" action="" enctype="multipart/form-data">
|
88 |
+
<?php wp_nonce_field( self::$nonce_string ); ?>
|
89 |
+
<p class="submit">
|
90 |
+
<input type="file" name="xml" />
|
91 |
+
<input type="submit" name="submit" value="<?php _e( 'Upload file and import', FB_ADMINIMIZE_TEXTDOMAIN ); ?> »" />
|
92 |
+
<input type="hidden" name="addquicktag_import" value="true" />
|
93 |
+
</p>
|
94 |
+
</form>
|
95 |
+
</div>
|
96 |
+
</div>
|
97 |
+
<?php
|
98 |
+
}
|
99 |
+
|
100 |
+
/*
|
101 |
+
* Build export file, xml
|
102 |
+
*
|
103 |
+
* @access public
|
104 |
+
* @since 2.0.0
|
105 |
+
* @uses is_plugin_active_for_network, get_site_option, get_option
|
106 |
+
* @return string $xml
|
107 |
+
*/
|
108 |
+
public function get_export_file() {
|
109 |
+
|
110 |
+
if ( is_multisite() && is_plugin_active_for_network( parent :: get_plugin_string() ) )
|
111 |
+
$options = get_site_option( parent :: get_option_string() );
|
112 |
+
else
|
113 |
+
$options = get_option( parent :: get_option_string() );
|
114 |
+
|
115 |
+
if ( $options['buttons'] ) {
|
116 |
+
|
117 |
+
$xml = '<?xml version="1.0" encoding="UTF-8"?>';
|
118 |
+
$xml .= "\n" . '<buttons>' . "\n";
|
119 |
+
|
120 |
+
for ( $i = 0; $i < count( $options['buttons'] ); $i++ ) {
|
121 |
+
$xml .= "\t" . '<quicktag>' . "\n";
|
122 |
+
foreach( $options['buttons'][$i] as $name => $value ) {
|
123 |
+
|
124 |
+
$value = stripslashes( $value );
|
125 |
+
|
126 |
+
if ( empty( $value ) ) {
|
127 |
+
$xml .= "\t\t" . '<' . $name . '/>' . "\n";
|
128 |
+
} elseif ( preg_match( '/^[0-9]*$/', $value ) ) {
|
129 |
+
$xml .= "\t\t" . '<' . $name . '>' . $value . '</' . $name . '>' . "\n";
|
130 |
+
} else {
|
131 |
+
$xml .= "\t\t" . '<' . $name . '><![CDATA[' . $value . ']]></' . $name . '>' . "\n";
|
132 |
+
}
|
133 |
+
}
|
134 |
+
$xml .= "\t" . '</quicktag>' . "\n";
|
135 |
+
}
|
136 |
+
$xml .= '</buttons>';
|
137 |
+
|
138 |
+
} else {
|
139 |
+
$xml = 'We dont find settings in database';
|
140 |
+
}
|
141 |
+
|
142 |
+
$filename = urlencode( 'addquicktag.' . date('Y-m-d') . '.xml' );
|
143 |
+
$filesize = strlen( $xml );
|
144 |
+
|
145 |
+
$this -> export_xml( $filename, $filesize, $filetype = 'text/xml' );
|
146 |
+
echo $xml;
|
147 |
+
exit;
|
148 |
+
}
|
149 |
+
|
150 |
+
/**
|
151 |
+
* Create download file
|
152 |
+
*
|
153 |
+
* @access public
|
154 |
+
* @since 2.0.0
|
155 |
+
* @param string $filename
|
156 |
+
* @param string $filesize
|
157 |
+
* @param string $filetype
|
158 |
+
* @uses get_option
|
159 |
+
* @return void
|
160 |
+
*/
|
161 |
+
public function export_xml( $filename, $filesize, $filetype ) {
|
162 |
+
|
163 |
+
header( 'Content-Description: File Transfer' );
|
164 |
+
header( 'Content-Disposition: attachment; filename=' . $filename );
|
165 |
+
header( 'Content-Length: ' . $filesize );
|
166 |
+
header( 'Content-type: ' . $filetype . '; charset=' . get_option('blog_charset'), TRUE );
|
167 |
+
flush();
|
168 |
+
}
|
169 |
+
|
170 |
+
/**
|
171 |
+
* Import XML and update settings
|
172 |
+
*
|
173 |
+
* @access public
|
174 |
+
* @since 2.0.0
|
175 |
+
* @param string $filename
|
176 |
+
* @uses current_user_can, wp_die, is_plugin_active_for_network, update_site_option, update_option
|
177 |
+
* @return void
|
178 |
+
*/
|
179 |
+
public function import_file( $filename = FALSE ) {
|
180 |
+
|
181 |
+
if ( ! current_user_can( 'manage_options' ) )
|
182 |
+
wp_die( __('Options not update - you don‘t have the privilidges to do this!', FB_ADMINIMIZE_TEXTDOMAIN ) );
|
183 |
+
|
184 |
+
// use tmp file
|
185 |
+
if ( ! $filename )
|
186 |
+
$filename = $_FILES['xml']['tmp_name'];
|
187 |
+
|
188 |
+
$filename = preg_replace( "/\<\!\[CDATA\[(.*?)\]\]\>/ies", "'[CDATA]' . base64_encode('$1') . '[/CDATA]'", $filename );
|
189 |
+
$filename = utf8_encode( $filename );
|
190 |
+
$matches = simplexml_load_file( $filename );
|
191 |
+
|
192 |
+
// create array from xml
|
193 |
+
$button = array();
|
194 |
+
foreach ( $matches -> quicktag as $key ) {
|
195 |
+
foreach ($key as $value) {
|
196 |
+
$buttons[$value -> getName()] = $value;
|
197 |
+
}
|
198 |
+
$button[] = $buttons;
|
199 |
+
}
|
200 |
+
$options['buttons'] = $button;
|
201 |
+
// validate the values from xml
|
202 |
+
$options = parent :: validate_settings($options);
|
203 |
+
|
204 |
+
// update settings in database
|
205 |
+
if ( is_multisite() && is_plugin_active_for_network( parent :: get_plugin_string() ) )
|
206 |
+
update_site_option( parent :: get_option_string(), $options );
|
207 |
+
else
|
208 |
+
update_option( parent :: get_option_string(), $options );
|
209 |
+
}
|
210 |
+
|
211 |
+
} // end class
|
212 |
+
|
213 |
+
endif;
|
inc-options/links_options.php
CHANGED
@@ -1,133 +1,133 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* @package Adminimize
|
4 |
-
* @subpackage Link Options
|
5 |
-
* @author Frank Bültge
|
6 |
-
*/
|
7 |
-
if ( ! function_exists( 'add_action' ) ) {
|
8 |
-
echo "Hi there! I'm just a part of plugin, not much I can do when called directly.";
|
9 |
-
exit;
|
10 |
-
}
|
11 |
-
?>
|
12 |
-
|
13 |
-
<div id="poststuff" class="ui-sortable meta-box-sortables">
|
14 |
-
<div class="postbox">
|
15 |
-
<div class="handlediv" title="<?php _e('Click to toggle'); ?>"><br/></div>
|
16 |
-
<h3 class="hndle" id="links_options"><?php _e('Links options', FB_ADMINIMIZE_TEXTDOMAIN ); ?></h3>
|
17 |
-
<div class="inside">
|
18 |
-
<br class="clear" />
|
19 |
-
|
20 |
-
<table summary="config_edit_links" class="widefat">
|
21 |
-
<thead>
|
22 |
-
<tr>
|
23 |
-
<th><?php _e('Option', FB_ADMINIMIZE_TEXTDOMAIN ); ?></th>
|
24 |
-
<?php
|
25 |
-
foreach ($user_roles_names as $role_name) { ?>
|
26 |
-
<th><?php _e('Deactivate for', FB_ADMINIMIZE_TEXTDOMAIN ); echo '<br/>' . $role_name; ?></th>
|
27 |
-
<?php } ?>
|
28 |
-
</tr>
|
29 |
-
</thead>
|
30 |
-
|
31 |
-
<tbody>
|
32 |
-
<?php
|
33 |
-
foreach ($user_roles as $role) {
|
34 |
-
$disabled_link_option_[$role] = _mw_adminimize_get_option_value('mw_adminimize_disabled_link_option_'. $role .'_items');
|
35 |
-
}
|
36 |
-
|
37 |
-
$link_options = array(
|
38 |
-
'#namediv',
|
39 |
-
'#addressdiv',
|
40 |
-
'#descriptiondiv',
|
41 |
-
'#linkcategorydiv',
|
42 |
-
'#linktargetdiv',
|
43 |
-
'#linkxfndiv',
|
44 |
-
'#linkadvanceddiv',
|
45 |
-
'#misc-publishing-actions'
|
46 |
-
);
|
47 |
-
|
48 |
-
$link_options_names = array(
|
49 |
-
__('Name'),
|
50 |
-
__('Web Address'),
|
51 |
-
__('Description'),
|
52 |
-
__('Categories'),
|
53 |
-
__('Target'),
|
54 |
-
__('Link Relationship (XFN)'),
|
55 |
-
__('Advanced'),
|
56 |
-
__('Publish Actions', FB_ADMINIMIZE_TEXTDOMAIN)
|
57 |
-
);
|
58 |
-
|
59 |
-
$_mw_adminimize_own_link_values = _mw_adminimize_get_option_value('_mw_adminimize_own_link_values');
|
60 |
-
$_mw_adminimize_own_link_values = preg_split( "/\r\n/", $_mw_adminimize_own_link_values );
|
61 |
-
foreach ( (array) $_mw_adminimize_own_link_values as $key => $_mw_adminimize_own_link_value ) {
|
62 |
-
$_mw_adminimize_own_link_value = trim($_mw_adminimize_own_link_value);
|
63 |
-
array_push($link_options, $_mw_adminimize_own_link_value);
|
64 |
-
}
|
65 |
-
|
66 |
-
$_mw_adminimize_own_link_options = _mw_adminimize_get_option_value('_mw_adminimize_own_link_options');
|
67 |
-
$_mw_adminimize_own_link_options = preg_split( "/\r\n/", $_mw_adminimize_own_link_options );
|
68 |
-
foreach ( (array) $_mw_adminimize_own_link_options as $key => $_mw_adminimize_own_link_option ) {
|
69 |
-
$_mw_adminimize_own_link_option = trim($_mw_adminimize_own_link_option);
|
70 |
-
array_push($link_options_names, $_mw_adminimize_own_link_option);
|
71 |
-
}
|
72 |
-
|
73 |
-
$x = 0;
|
74 |
-
foreach ($link_options as $index => $link_option) {
|
75 |
-
if ( $link_option != '') {
|
76 |
-
$checked_user_role_ = array();
|
77 |
-
foreach ($user_roles as $role) {
|
78 |
-
$checked_user_role_[$role] = ( isset($disabled_link_option_[$role]) && in_array($link_option, $disabled_link_option_[$role]) ) ? ' checked="checked"' : '';
|
79 |
-
}
|
80 |
-
echo '<tr>' . "\n";
|
81 |
-
echo '<td>' . $link_options_names[$index] . ' <span style="color:#ccc; font-weight: 400;">(' . $link_option . ')</span> </td>' . "\n";
|
82 |
-
foreach ($user_roles as $role) {
|
83 |
-
echo '<td class="num"><input id="check_post'. $role . $x .'" type="checkbox"' . $checked_user_role_[$role] . ' name="mw_adminimize_disabled_link_option_'. $role .'_items[]" value="' . $link_option . '" /></td>' . "\n";
|
84 |
-
}
|
85 |
-
echo '</tr>' . "\n";
|
86 |
-
$x++;
|
87 |
-
}
|
88 |
-
}
|
89 |
-
?>
|
90 |
-
</tbody>
|
91 |
-
</table>
|
92 |
-
|
93 |
-
<?php
|
94 |
-
//your own global options
|
95 |
-
?>
|
96 |
-
<br style="margin-top: 10px;" />
|
97 |
-
<table summary="config_edit_post" class="widefat">
|
98 |
-
<thead>
|
99 |
-
<tr>
|
100 |
-
<th><?php _e('Your own Link options', FB_ADMINIMIZE_TEXTDOMAIN ); echo '<br />'; _e('ID or class', FB_ADMINIMIZE_TEXTDOMAIN ); ?></th>
|
101 |
-
<th><?php echo '<br />'; _e('Option', FB_ADMINIMIZE_TEXTDOMAIN ); ?></th>
|
102 |
-
</tr>
|
103 |
-
</thead>
|
104 |
-
|
105 |
-
<tbody>
|
106 |
-
<tr valign="top">
|
107 |
-
<td colspan="2"><?php _e('It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line.', FB_ADMINIMIZE_TEXTDOMAIN ); ?></td>
|
108 |
-
</tr>
|
109 |
-
<tr valign="top">
|
110 |
-
<td>
|
111 |
-
<textarea name="_mw_adminimize_own_link_options" cols="60" rows="3" id="_mw_adminimize_own_link_options" style="width: 95%;" ><?php echo _mw_adminimize_get_option_value('_mw_adminimize_own_link_options'); ?></textarea>
|
112 |
-
<br />
|
113 |
-
<?php _e('Possible nomination for ID or class. Separate multiple nominations through a carriage return.', FB_ADMINIMIZE_TEXTDOMAIN ); ?>
|
114 |
-
</td>
|
115 |
-
<td>
|
116 |
-
<textarea class="code" name="_mw_adminimize_own_link_values" cols="60" rows="3" id="_mw_adminimize_own_link_values" style="width: 95%;" ><?php echo _mw_adminimize_get_option_value('_mw_adminimize_own_link_values'); ?></textarea>
|
117 |
-
<br />
|
118 |
-
<?php _e('Possible IDs or classes. Separate multiple values through a carriage return.', FB_ADMINIMIZE_TEXTDOMAIN ); ?>
|
119 |
-
</td>
|
120 |
-
</tr>
|
121 |
-
</tbody>
|
122 |
-
</table>
|
123 |
-
|
124 |
-
<p id="submitbutton">
|
125 |
-
<input type="hidden" name="_mw_adminimize_action" value="_mw_adminimize_insert" />
|
126 |
-
<input class="button button-primary" type="submit" name="_mw_adminimize_save" value="<?php _e('Update Options', FB_ADMINIMIZE_TEXTDOMAIN ); ?> »" /><input type="hidden" name="page_options" value="'dofollow_timeout'" />
|
127 |
-
</p>
|
128 |
-
|
129 |
-
<p><a class="alignright button" href="javascript:void(0);" onclick="window.scrollTo(0,0);" style="margin:3px 0 0 30px;"><?php _e('scroll to top', FB_ADMINIMIZE_TEXTDOMAIN); ?></a><br class="clear" /></p>
|
130 |
-
|
131 |
-
</div>
|
132 |
-
</div>
|
133 |
</div>
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @package Adminimize
|
4 |
+
* @subpackage Link Options
|
5 |
+
* @author Frank Bültge
|
6 |
+
*/
|
7 |
+
if ( ! function_exists( 'add_action' ) ) {
|
8 |
+
echo "Hi there! I'm just a part of plugin, not much I can do when called directly.";
|
9 |
+
exit;
|
10 |
+
}
|
11 |
+
?>
|
12 |
+
|
13 |
+
<div id="poststuff" class="ui-sortable meta-box-sortables">
|
14 |
+
<div class="postbox">
|
15 |
+
<div class="handlediv" title="<?php _e('Click to toggle'); ?>"><br/></div>
|
16 |
+
<h3 class="hndle" id="links_options"><?php _e('Links options', FB_ADMINIMIZE_TEXTDOMAIN ); ?></h3>
|
17 |
+
<div class="inside">
|
18 |
+
<br class="clear" />
|
19 |
+
|
20 |
+
<table summary="config_edit_links" class="widefat">
|
21 |
+
<thead>
|
22 |
+
<tr>
|
23 |
+
<th><?php _e('Option', FB_ADMINIMIZE_TEXTDOMAIN ); ?></th>
|
24 |
+
<?php
|
25 |
+
foreach ($user_roles_names as $role_name) { ?>
|
26 |
+
<th><?php _e('Deactivate for', FB_ADMINIMIZE_TEXTDOMAIN ); echo '<br/>' . $role_name; ?></th>
|
27 |
+
<?php } ?>
|
28 |
+
</tr>
|
29 |
+
</thead>
|
30 |
+
|
31 |
+
<tbody>
|
32 |
+
<?php
|
33 |
+
foreach ($user_roles as $role) {
|
34 |
+
$disabled_link_option_[$role] = _mw_adminimize_get_option_value('mw_adminimize_disabled_link_option_'. $role .'_items');
|
35 |
+
}
|
36 |
+
|
37 |
+
$link_options = array(
|
38 |
+
'#namediv',
|
39 |
+
'#addressdiv',
|
40 |
+
'#descriptiondiv',
|
41 |
+
'#linkcategorydiv',
|
42 |
+
'#linktargetdiv',
|
43 |
+
'#linkxfndiv',
|
44 |
+
'#linkadvanceddiv',
|
45 |
+
'#misc-publishing-actions'
|
46 |
+
);
|
47 |
+
|
48 |
+
$link_options_names = array(
|
49 |
+
__('Name'),
|
50 |
+
__('Web Address'),
|
51 |
+
__('Description'),
|
52 |
+
__('Categories'),
|
53 |
+
__('Target'),
|
54 |
+
__('Link Relationship (XFN)'),
|
55 |
+
__('Advanced'),
|
56 |
+
__('Publish Actions', FB_ADMINIMIZE_TEXTDOMAIN)
|
57 |
+
);
|
58 |
+
|
59 |
+
$_mw_adminimize_own_link_values = _mw_adminimize_get_option_value('_mw_adminimize_own_link_values');
|
60 |
+
$_mw_adminimize_own_link_values = preg_split( "/\r\n/", $_mw_adminimize_own_link_values );
|
61 |
+
foreach ( (array) $_mw_adminimize_own_link_values as $key => $_mw_adminimize_own_link_value ) {
|
62 |
+
$_mw_adminimize_own_link_value = trim($_mw_adminimize_own_link_value);
|
63 |
+
array_push($link_options, $_mw_adminimize_own_link_value);
|
64 |
+
}
|
65 |
+
|
66 |
+
$_mw_adminimize_own_link_options = _mw_adminimize_get_option_value('_mw_adminimize_own_link_options');
|
67 |
+
$_mw_adminimize_own_link_options = preg_split( "/\r\n/", $_mw_adminimize_own_link_options );
|
68 |
+
foreach ( (array) $_mw_adminimize_own_link_options as $key => $_mw_adminimize_own_link_option ) {
|
69 |
+
$_mw_adminimize_own_link_option = trim($_mw_adminimize_own_link_option);
|
70 |
+
array_push($link_options_names, $_mw_adminimize_own_link_option);
|
71 |
+
}
|
72 |
+
|
73 |
+
$x = 0;
|
74 |
+
foreach ($link_options as $index => $link_option) {
|
75 |
+
if ( $link_option != '') {
|
76 |
+
$checked_user_role_ = array();
|
77 |
+
foreach ($user_roles as $role) {
|
78 |
+
$checked_user_role_[$role] = ( isset($disabled_link_option_[$role]) && in_array($link_option, $disabled_link_option_[$role]) ) ? ' checked="checked"' : '';
|
79 |
+
}
|
80 |
+
echo '<tr>' . "\n";
|
81 |
+
echo '<td>' . $link_options_names[$index] . ' <span style="color:#ccc; font-weight: 400;">(' . $link_option . ')</span> </td>' . "\n";
|
82 |
+
foreach ($user_roles as $role) {
|
83 |
+
echo '<td class="num"><input id="check_post'. $role . $x .'" type="checkbox"' . $checked_user_role_[$role] . ' name="mw_adminimize_disabled_link_option_'. $role .'_items[]" value="' . $link_option . '" /></td>' . "\n";
|
84 |
+
}
|
85 |
+
echo '</tr>' . "\n";
|
86 |
+
$x++;
|
87 |
+
}
|
88 |
+
}
|
89 |
+
?>
|
90 |
+
</tbody>
|
91 |
+
</table>
|
92 |
+
|
93 |
+
<?php
|
94 |
+
//your own global options
|
95 |
+
?>
|
96 |
+
<br style="margin-top: 10px;" />
|
97 |
+
<table summary="config_edit_post" class="widefat">
|
98 |
+
<thead>
|
99 |
+
<tr>
|
100 |
+
<th><?php _e('Your own Link options', FB_ADMINIMIZE_TEXTDOMAIN ); echo '<br />'; _e('ID or class', FB_ADMINIMIZE_TEXTDOMAIN ); ?></th>
|
101 |
+
<th><?php echo '<br />'; _e('Option', FB_ADMINIMIZE_TEXTDOMAIN ); ?></th>
|
102 |
+
</tr>
|
103 |
+
</thead>
|
104 |
+
|
105 |
+
<tbody>
|
106 |
+
<tr valign="top">
|
107 |
+
<td colspan="2"><?php _e('It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line.', FB_ADMINIMIZE_TEXTDOMAIN ); ?></td>
|
108 |
+
</tr>
|
109 |
+
<tr valign="top">
|
110 |
+
<td>
|
111 |
+
<textarea name="_mw_adminimize_own_link_options" cols="60" rows="3" id="_mw_adminimize_own_link_options" style="width: 95%;" ><?php echo _mw_adminimize_get_option_value('_mw_adminimize_own_link_options'); ?></textarea>
|
112 |
+
<br />
|
113 |
+
<?php _e('Possible nomination for ID or class. Separate multiple nominations through a carriage return.', FB_ADMINIMIZE_TEXTDOMAIN ); ?>
|
114 |
+
</td>
|
115 |
+
<td>
|
116 |
+
<textarea class="code" name="_mw_adminimize_own_link_values" cols="60" rows="3" id="_mw_adminimize_own_link_values" style="width: 95%;" ><?php echo _mw_adminimize_get_option_value('_mw_adminimize_own_link_values'); ?></textarea>
|
117 |
+
<br />
|
118 |
+
<?php _e('Possible IDs or classes. Separate multiple values through a carriage return.', FB_ADMINIMIZE_TEXTDOMAIN ); ?>
|
119 |
+
</td>
|
120 |
+
</tr>
|
121 |
+
</tbody>
|
122 |
+
</table>
|
123 |
+
|
124 |
+
<p id="submitbutton">
|
125 |
+
<input type="hidden" name="_mw_adminimize_action" value="_mw_adminimize_insert" />
|
126 |
+
<input class="button button-primary" type="submit" name="_mw_adminimize_save" value="<?php _e('Update Options', FB_ADMINIMIZE_TEXTDOMAIN ); ?> »" /><input type="hidden" name="page_options" value="'dofollow_timeout'" />
|
127 |
+
</p>
|
128 |
+
|
129 |
+
<p><a class="alignright button" href="javascript:void(0);" onclick="window.scrollTo(0,0);" style="margin:3px 0 0 30px;"><?php _e('scroll to top', FB_ADMINIMIZE_TEXTDOMAIN); ?></a><br class="clear" /></p>
|
130 |
+
|
131 |
+
</div>
|
132 |
+
</div>
|
133 |
</div>
|
inc-options/minimenu.php
CHANGED
@@ -29,7 +29,7 @@ if ( is_multisite() && is_plugin_active_for_network( plugin_basename( MW_ADMIN_F
|
|
29 |
</tr>
|
30 |
|
31 |
<tr class="alternate">
|
32 |
-
<td class="row-title"><a href="#admin_bar_options"><?php _e('Admin Bar Options', FB_ADMINIMIZE_TEXTDOMAIN );
|
33 |
</tr>
|
34 |
|
35 |
<tr class="alternate">
|
29 |
</tr>
|
30 |
|
31 |
<tr class="alternate">
|
32 |
+
<td class="row-title"><a href="#admin_bar_options"><?php _e('Admin Bar Options', FB_ADMINIMIZE_TEXTDOMAIN ); ?> <em>· Beta</em></a></td>
|
33 |
</tr>
|
34 |
|
35 |
<tr class="alternate">
|
inc-options/widget_options.php
CHANGED
@@ -51,18 +51,18 @@ if ( ! function_exists( 'add_action' ) ) {
|
|
51 |
);
|
52 |
|
53 |
$registered_sidebars = _mw_adminimize_get_registered_sidebars();
|
54 |
-
foreach ($registered_sidebars as $key => $value) {
|
55 |
|
56 |
array_push( $widget_options, $key );
|
57 |
-
array_push( $widget_options_names, $value[ 'name' ] );
|
58 |
}
|
59 |
|
60 |
-
// get
|
61 |
$registered_widgets = _mw_adminimize_get_all_widgets();
|
62 |
foreach ( $registered_widgets as $key => $value ) {
|
63 |
|
64 |
array_push( $widget_options, $key );
|
65 |
-
array_push( $widget_options_names, $value->name );
|
66 |
}
|
67 |
|
68 |
$_mw_adminimize_own_widget_values = _mw_adminimize_get_option_value('_mw_adminimize_own_widget_values');
|
51 |
);
|
52 |
|
53 |
$registered_sidebars = _mw_adminimize_get_registered_sidebars();
|
54 |
+
foreach ($registered_sidebars as $key => $value) {
|
55 |
|
56 |
array_push( $widget_options, $key );
|
57 |
+
array_push( $widget_options_names, $value[ 'name' ] );
|
58 |
}
|
59 |
|
60 |
+
// get registered widgets
|
61 |
$registered_widgets = _mw_adminimize_get_all_widgets();
|
62 |
foreach ( $registered_widgets as $key => $value ) {
|
63 |
|
64 |
array_push( $widget_options, $key );
|
65 |
+
array_push( $widget_options_names, $value->name );
|
66 |
}
|
67 |
|
68 |
$_mw_adminimize_own_widget_values = _mw_adminimize_get_option_value('_mw_adminimize_own_widget_values');
|
inc-options/wp_nav_menu_options.php
CHANGED
@@ -1,153 +1,153 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* @package Adminimize
|
4 |
-
* @subpackage Nav Menu Options
|
5 |
-
* @author Frank Bültge
|
6 |
-
*/
|
7 |
-
if ( ! function_exists( 'add_action' ) ) {
|
8 |
-
echo "Hi there! I'm just a part of plugin, not much I can do when called directly.";
|
9 |
-
exit;
|
10 |
-
}
|
11 |
-
?>
|
12 |
-
<div id="poststuff" class="ui-sortable meta-box-sortables">
|
13 |
-
<div class="postbox">
|
14 |
-
<div class="handlediv" title="<?php _e('Click to toggle'); ?>"><br/></div>
|
15 |
-
<h3 class="hndle" id="nav_menu_options"><?php _e('WP Nav Menu options', FB_ADMINIMIZE_TEXTDOMAIN ); ?></h3>
|
16 |
-
<div class="inside">
|
17 |
-
<br class="clear" />
|
18 |
-
|
19 |
-
<table summary="config_nav_menu" class="widefat">
|
20 |
-
<thead>
|
21 |
-
<tr>
|
22 |
-
<th><?php _e('Option', FB_ADMINIMIZE_TEXTDOMAIN ); ?></th>
|
23 |
-
<?php
|
24 |
-
foreach ($user_roles_names as $role_name) { ?>
|
25 |
-
<th><?php _e('Deactivate for', FB_ADMINIMIZE_TEXTDOMAIN ); echo '<br/>' . $role_name; ?></th>
|
26 |
-
<?php } ?>
|
27 |
-
</tr>
|
28 |
-
</thead>
|
29 |
-
|
30 |
-
<tbody>
|
31 |
-
<?php
|
32 |
-
foreach ($user_roles as $role) {
|
33 |
-
$disabled_nav_menu_option_[$role] = _mw_adminimize_get_option_value('mw_adminimize_disabled_nav_menu_option_'. $role .'_items');
|
34 |
-
}
|
35 |
-
|
36 |
-
$nav_menu_options = array(
|
37 |
-
'#contextual-help-link-wrap',
|
38 |
-
'#screen-options-link-wrap',
|
39 |
-
'#nav-menu-theme-locations',
|
40 |
-
'#add-custom-links',
|
41 |
-
'.menu-add-new'
|
42 |
-
);
|
43 |
-
|
44 |
-
if ( wp_get_nav_menus() )
|
45 |
-
array( $nav_menu_options, '#nav-menu-theme-locations' );
|
46 |
-
|
47 |
-
$nav_menu_options_names = array(
|
48 |
-
__('Help', FB_ADMINIMIZE_TEXTDOMAIN),
|
49 |
-
__('Screen Options'),
|
50 |
-
__('Theme Locations', FB_ADMINIMIZE_TEXTDOMAIN),
|
51 |
-
__('Custom Links', FB_ADMINIMIZE_TEXTDOMAIN),
|
52 |
-
'#(' . __('Add menu', FB_ADMINIMIZE_TEXTDOMAIN) . ')'
|
53 |
-
);
|
54 |
-
|
55 |
-
if ( wp_get_nav_menus() )
|
56 |
-
array( $nav_menu_options_names, __( 'Theme Locations' ) );
|
57 |
-
|
58 |
-
// taxonomies
|
59 |
-
$taxonomies = get_taxonomies( array( 'show_in_nav_menus' => true ), 'object' );
|
60 |
-
if ($taxonomies) {
|
61 |
-
foreach ( $taxonomies as $tax ) {
|
62 |
-
if ( $tax ) {
|
63 |
-
array_push($nav_menu_options, '#add-' . $tax->name);
|
64 |
-
array_push($nav_menu_options_names, $tax->labels->name);
|
65 |
-
}
|
66 |
-
}
|
67 |
-
}
|
68 |
-
|
69 |
-
// post types
|
70 |
-
$post_types = get_post_types( array( 'show_in_nav_menus' => true ), 'object' );
|
71 |
-
if ($post_types) {
|
72 |
-
foreach ( $post_types as $post_type ) {
|
73 |
-
if ( $post_type ) {
|
74 |
-
array_push($nav_menu_options, '#add-' . $post_type->name);
|
75 |
-
array_push($nav_menu_options_names, $post_type->labels->name);
|
76 |
-
}
|
77 |
-
}
|
78 |
-
}
|
79 |
-
|
80 |
-
$_mw_adminimize_own_nav_menu_values = _mw_adminimize_get_option_value('_mw_adminimize_own_nav_menu_values');
|
81 |
-
$_mw_adminimize_own_nav_menu_values = preg_split( "/\r\n/", $_mw_adminimize_own_nav_menu_values );
|
82 |
-
foreach ( (array) $_mw_adminimize_own_nav_menu_values as $key => $_mw_adminimize_own_nav_menu_value ) {
|
83 |
-
$_mw_adminimize_own_nav_menu_value = trim($_mw_adminimize_own_nav_menu_value);
|
84 |
-
array_push($nav_menu_options, $_mw_adminimize_own_nav_menu_value);
|
85 |
-
}
|
86 |
-
|
87 |
-
$_mw_adminimize_own_nav_menu_options = _mw_adminimize_get_option_value('_mw_adminimize_own_nav_menu_options');
|
88 |
-
$_mw_adminimize_own_nav_menu_options = preg_split( "/\r\n/", $_mw_adminimize_own_nav_menu_options );
|
89 |
-
foreach ( (array) $_mw_adminimize_own_nav_menu_options as $key => $_mw_adminimize_own_nav_menu_option ) {
|
90 |
-
$_mw_adminimize_own_nav_menu_option = trim($_mw_adminimize_own_nav_menu_option);
|
91 |
-
array_push($nav_menu_options_names, $_mw_adminimize_own_nav_menu_option);
|
92 |
-
}
|
93 |
-
|
94 |
-
$x = 0;
|
95 |
-
foreach ($nav_menu_options as $index => $nav_menu_option) {
|
96 |
-
if ( $nav_menu_option != '') {
|
97 |
-
$checked_user_role_ = array();
|
98 |
-
foreach ($user_roles as $role) {
|
99 |
-
$checked_user_role_[$role] = ( isset($disabled_nav_menu_option_[$role]) && in_array($nav_menu_option, $disabled_nav_menu_option_[$role]) ) ? ' checked="checked"' : '';
|
100 |
-
}
|
101 |
-
echo '<tr>' . "\n";
|
102 |
-
echo '<td>' . $nav_menu_options_names[$index] . ' <span style="color:#ccc; font-weight: 400;">(' . $nav_menu_option . ')</span> </td>' . "\n";
|
103 |
-
foreach ($user_roles as $role) {
|
104 |
-
echo '<td class="num"><input id="check_post'. $role . $x .'" type="checkbox"' . $checked_user_role_[$role] . ' name="mw_adminimize_disabled_nav_menu_option_'. $role .'_items[]" value="' . $nav_menu_option . '" /></td>' . "\n";
|
105 |
-
}
|
106 |
-
echo '</tr>' . "\n";
|
107 |
-
$x++;
|
108 |
-
}
|
109 |
-
}
|
110 |
-
?>
|
111 |
-
</tbody>
|
112 |
-
</table>
|
113 |
-
|
114 |
-
<?php
|
115 |
-
//your own global options
|
116 |
-
?>
|
117 |
-
<br style="margin-top: 10px;" />
|
118 |
-
<table summary="config_edit_post" class="widefat">
|
119 |
-
<thead>
|
120 |
-
<tr>
|
121 |
-
<th><?php _e('Your own Nav Menu options', FB_ADMINIMIZE_TEXTDOMAIN ); echo '<br />'; _e('ID or class', FB_ADMINIMIZE_TEXTDOMAIN ); ?></th>
|
122 |
-
<th><?php echo '<br />'; _e('Option', FB_ADMINIMIZE_TEXTDOMAIN ); ?></th>
|
123 |
-
</tr>
|
124 |
-
</thead>
|
125 |
-
|
126 |
-
<tbody>
|
127 |
-
<tr valign="top">
|
128 |
-
<td colspan="2"><?php _e('It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line.', FB_ADMINIMIZE_TEXTDOMAIN ); ?></td>
|
129 |
-
</tr>
|
130 |
-
<tr valign="top">
|
131 |
-
<td>
|
132 |
-
<textarea name="_mw_adminimize_own_nav_menu_options" cols="60" rows="3" id="_mw_adminimize_own_nav_menu_options" style="width: 95%;" ><?php echo _mw_adminimize_get_option_value('_mw_adminimize_own_nav_menu_options'); ?></textarea>
|
133 |
-
<br />
|
134 |
-
<?php _e('Possible nomination for ID or class. Separate multiple nominations through a carriage return.', FB_ADMINIMIZE_TEXTDOMAIN ); ?>
|
135 |
-
</td>
|
136 |
-
<td>
|
137 |
-
<textarea class="code" name="_mw_adminimize_own_nav_menu_values" cols="60" rows="3" id="_mw_adminimize_own_nav_menu_values" style="width: 95%;" ><?php echo _mw_adminimize_get_option_value('_mw_adminimize_own_nav_menu_values'); ?></textarea>
|
138 |
-
<br />
|
139 |
-
<?php _e('Possible IDs or classes. Separate multiple values through a carriage return.', FB_ADMINIMIZE_TEXTDOMAIN ); ?>
|
140 |
-
</td>
|
141 |
-
</tr>
|
142 |
-
</tbody>
|
143 |
-
</table>
|
144 |
-
|
145 |
-
<p id="submitbutton">
|
146 |
-
<input type="hidden" name="_mw_adminimize_action" value="_mw_adminimize_insert" />
|
147 |
-
<input class="button button-primary" type="submit" name="_mw_adminimize_save" value="<?php _e('Update Options', FB_ADMINIMIZE_TEXTDOMAIN ); ?> »" /><input type="hidden" name="page_options" value="'dofollow_timeout'" />
|
148 |
-
</p>
|
149 |
-
<p><a class="alignright button" href="javascript:void(0);" onclick="window.scrollTo(0,0);" style="margin:3px 0 0 30px;"><?php _e('scroll to top', FB_ADMINIMIZE_TEXTDOMAIN); ?></a><br class="clear" /></p>
|
150 |
-
|
151 |
-
</div>
|
152 |
-
</div>
|
153 |
-
</div>
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @package Adminimize
|
4 |
+
* @subpackage Nav Menu Options
|
5 |
+
* @author Frank Bültge
|
6 |
+
*/
|
7 |
+
if ( ! function_exists( 'add_action' ) ) {
|
8 |
+
echo "Hi there! I'm just a part of plugin, not much I can do when called directly.";
|
9 |
+
exit;
|
10 |
+
}
|
11 |
+
?>
|
12 |
+
<div id="poststuff" class="ui-sortable meta-box-sortables">
|
13 |
+
<div class="postbox">
|
14 |
+
<div class="handlediv" title="<?php _e('Click to toggle'); ?>"><br/></div>
|
15 |
+
<h3 class="hndle" id="nav_menu_options"><?php _e('WP Nav Menu options', FB_ADMINIMIZE_TEXTDOMAIN ); ?></h3>
|
16 |
+
<div class="inside">
|
17 |
+
<br class="clear" />
|
18 |
+
|
19 |
+
<table summary="config_nav_menu" class="widefat">
|
20 |
+
<thead>
|
21 |
+
<tr>
|
22 |
+
<th><?php _e('Option', FB_ADMINIMIZE_TEXTDOMAIN ); ?></th>
|
23 |
+
<?php
|
24 |
+
foreach ($user_roles_names as $role_name) { ?>
|
25 |
+
<th><?php _e('Deactivate for', FB_ADMINIMIZE_TEXTDOMAIN ); echo '<br/>' . $role_name; ?></th>
|
26 |
+
<?php } ?>
|
27 |
+
</tr>
|
28 |
+
</thead>
|
29 |
+
|
30 |
+
<tbody>
|
31 |
+
<?php
|
32 |
+
foreach ($user_roles as $role) {
|
33 |
+
$disabled_nav_menu_option_[$role] = _mw_adminimize_get_option_value('mw_adminimize_disabled_nav_menu_option_'. $role .'_items');
|
34 |
+
}
|
35 |
+
|
36 |
+
$nav_menu_options = array(
|
37 |
+
'#contextual-help-link-wrap',
|
38 |
+
'#screen-options-link-wrap',
|
39 |
+
'#nav-menu-theme-locations',
|
40 |
+
'#add-custom-links',
|
41 |
+
'.menu-add-new'
|
42 |
+
);
|
43 |
+
|
44 |
+
if ( wp_get_nav_menus() )
|
45 |
+
array( $nav_menu_options, '#nav-menu-theme-locations' );
|
46 |
+
|
47 |
+
$nav_menu_options_names = array(
|
48 |
+
__('Help', FB_ADMINIMIZE_TEXTDOMAIN),
|
49 |
+
__('Screen Options'),
|
50 |
+
__('Theme Locations', FB_ADMINIMIZE_TEXTDOMAIN),
|
51 |
+
__('Custom Links', FB_ADMINIMIZE_TEXTDOMAIN),
|
52 |
+
'#(' . __('Add menu', FB_ADMINIMIZE_TEXTDOMAIN) . ')'
|
53 |
+
);
|
54 |
+
|
55 |
+
if ( wp_get_nav_menus() )
|
56 |
+
array( $nav_menu_options_names, __( 'Theme Locations' ) );
|
57 |
+
|
58 |
+
// taxonomies
|
59 |
+
$taxonomies = get_taxonomies( array( 'show_in_nav_menus' => true ), 'object' );
|
60 |
+
if ($taxonomies) {
|
61 |
+
foreach ( $taxonomies as $tax ) {
|
62 |
+
if ( $tax ) {
|
63 |
+
array_push($nav_menu_options, '#add-' . $tax->name);
|
64 |
+
array_push($nav_menu_options_names, $tax->labels->name);
|
65 |
+
}
|
66 |
+
}
|
67 |
+
}
|
68 |
+
|
69 |
+
// post types
|
70 |
+
$post_types = get_post_types( array( 'show_in_nav_menus' => true ), 'object' );
|
71 |
+
if ($post_types) {
|
72 |
+
foreach ( $post_types as $post_type ) {
|
73 |
+
if ( $post_type ) {
|
74 |
+
array_push($nav_menu_options, '#add-' . $post_type->name);
|
75 |
+
array_push($nav_menu_options_names, $post_type->labels->name);
|
76 |
+
}
|
77 |
+
}
|
78 |
+
}
|
79 |
+
|
80 |
+
$_mw_adminimize_own_nav_menu_values = _mw_adminimize_get_option_value('_mw_adminimize_own_nav_menu_values');
|
81 |
+
$_mw_adminimize_own_nav_menu_values = preg_split( "/\r\n/", $_mw_adminimize_own_nav_menu_values );
|
82 |
+
foreach ( (array) $_mw_adminimize_own_nav_menu_values as $key => $_mw_adminimize_own_nav_menu_value ) {
|
83 |
+
$_mw_adminimize_own_nav_menu_value = trim($_mw_adminimize_own_nav_menu_value);
|
84 |
+
array_push($nav_menu_options, $_mw_adminimize_own_nav_menu_value);
|
85 |
+
}
|
86 |
+
|
87 |
+
$_mw_adminimize_own_nav_menu_options = _mw_adminimize_get_option_value('_mw_adminimize_own_nav_menu_options');
|
88 |
+
$_mw_adminimize_own_nav_menu_options = preg_split( "/\r\n/", $_mw_adminimize_own_nav_menu_options );
|
89 |
+
foreach ( (array) $_mw_adminimize_own_nav_menu_options as $key => $_mw_adminimize_own_nav_menu_option ) {
|
90 |
+
$_mw_adminimize_own_nav_menu_option = trim($_mw_adminimize_own_nav_menu_option);
|
91 |
+
array_push($nav_menu_options_names, $_mw_adminimize_own_nav_menu_option);
|
92 |
+
}
|
93 |
+
|
94 |
+
$x = 0;
|
95 |
+
foreach ($nav_menu_options as $index => $nav_menu_option) {
|
96 |
+
if ( $nav_menu_option != '') {
|
97 |
+
$checked_user_role_ = array();
|
98 |
+
foreach ($user_roles as $role) {
|
99 |
+
$checked_user_role_[$role] = ( isset($disabled_nav_menu_option_[$role]) && in_array($nav_menu_option, $disabled_nav_menu_option_[$role]) ) ? ' checked="checked"' : '';
|
100 |
+
}
|
101 |
+
echo '<tr>' . "\n";
|
102 |
+
echo '<td>' . $nav_menu_options_names[$index] . ' <span style="color:#ccc; font-weight: 400;">(' . $nav_menu_option . ')</span> </td>' . "\n";
|
103 |
+
foreach ($user_roles as $role) {
|
104 |
+
echo '<td class="num"><input id="check_post'. $role . $x .'" type="checkbox"' . $checked_user_role_[$role] . ' name="mw_adminimize_disabled_nav_menu_option_'. $role .'_items[]" value="' . $nav_menu_option . '" /></td>' . "\n";
|
105 |
+
}
|
106 |
+
echo '</tr>' . "\n";
|
107 |
+
$x++;
|
108 |
+
}
|
109 |
+
}
|
110 |
+
?>
|
111 |
+
</tbody>
|
112 |
+
</table>
|
113 |
+
|
114 |
+
<?php
|
115 |
+
//your own global options
|
116 |
+
?>
|
117 |
+
<br style="margin-top: 10px;" />
|
118 |
+
<table summary="config_edit_post" class="widefat">
|
119 |
+
<thead>
|
120 |
+
<tr>
|
121 |
+
<th><?php _e('Your own Nav Menu options', FB_ADMINIMIZE_TEXTDOMAIN ); echo '<br />'; _e('ID or class', FB_ADMINIMIZE_TEXTDOMAIN ); ?></th>
|
122 |
+
<th><?php echo '<br />'; _e('Option', FB_ADMINIMIZE_TEXTDOMAIN ); ?></th>
|
123 |
+
</tr>
|
124 |
+
</thead>
|
125 |
+
|
126 |
+
<tbody>
|
127 |
+
<tr valign="top">
|
128 |
+
<td colspan="2"><?php _e('It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line.', FB_ADMINIMIZE_TEXTDOMAIN ); ?></td>
|
129 |
+
</tr>
|
130 |
+
<tr valign="top">
|
131 |
+
<td>
|
132 |
+
<textarea name="_mw_adminimize_own_nav_menu_options" cols="60" rows="3" id="_mw_adminimize_own_nav_menu_options" style="width: 95%;" ><?php echo _mw_adminimize_get_option_value('_mw_adminimize_own_nav_menu_options'); ?></textarea>
|
133 |
+
<br />
|
134 |
+
<?php _e('Possible nomination for ID or class. Separate multiple nominations through a carriage return.', FB_ADMINIMIZE_TEXTDOMAIN ); ?>
|
135 |
+
</td>
|
136 |
+
<td>
|
137 |
+
<textarea class="code" name="_mw_adminimize_own_nav_menu_values" cols="60" rows="3" id="_mw_adminimize_own_nav_menu_values" style="width: 95%;" ><?php echo _mw_adminimize_get_option_value('_mw_adminimize_own_nav_menu_values'); ?></textarea>
|
138 |
+
<br />
|
139 |
+
<?php _e('Possible IDs or classes. Separate multiple values through a carriage return.', FB_ADMINIMIZE_TEXTDOMAIN ); ?>
|
140 |
+
</td>
|
141 |
+
</tr>
|
142 |
+
</tbody>
|
143 |
+
</table>
|
144 |
+
|
145 |
+
<p id="submitbutton">
|
146 |
+
<input type="hidden" name="_mw_adminimize_action" value="_mw_adminimize_insert" />
|
147 |
+
<input class="button button-primary" type="submit" name="_mw_adminimize_save" value="<?php _e('Update Options', FB_ADMINIMIZE_TEXTDOMAIN ); ?> »" /><input type="hidden" name="page_options" value="'dofollow_timeout'" />
|
148 |
+
</p>
|
149 |
+
<p><a class="alignright button" href="javascript:void(0);" onclick="window.scrollTo(0,0);" style="margin:3px 0 0 30px;"><?php _e('scroll to top', FB_ADMINIMIZE_TEXTDOMAIN); ?></a><br class="clear" /></p>
|
150 |
+
|
151 |
+
</div>
|
152 |
+
</div>
|
153 |
+
</div>
|
inc-setup/admin-footer.php
CHANGED
@@ -1,30 +1,30 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* @package Adminimize
|
4 |
-
* @subpackage Add Hint in Admin Footer
|
5 |
-
* @author Frank Bültge
|
6 |
-
*/
|
7 |
-
if ( ! function_exists( 'add_action' ) ) {
|
8 |
-
echo "Hi there! I'm just a part of plugin, not much I can do when called directly.";
|
9 |
-
exit;
|
10 |
-
}
|
11 |
-
|
12 |
-
if ( ! is_admin() )
|
13 |
-
return NULL;
|
14 |
-
|
15 |
-
// on init of WordPress
|
16 |
-
add_action( 'admin_init', '_mw_adminimize_init_admin_footer' );
|
17 |
-
|
18 |
-
function _mw_adminimize_init_admin_footer() {
|
19 |
-
|
20 |
-
if ( (int) _mw_adminimize_get_option_value( '_mw_adminimize_advice' ) === 1 )
|
21 |
-
add_action( 'in_admin_footer', '_mw_adminimize_add_admin_footer' );
|
22 |
-
}
|
23 |
-
|
24 |
-
/**
|
25 |
-
* Hint in wp-footer
|
26 |
-
*/
|
27 |
-
function _mw_adminimize_add_admin_footer() {
|
28 |
-
|
29 |
-
echo stripslashes( _mw_adminimize_get_option_value( '_mw_adminimize_advice_txt' ) ) . '<br />';
|
30 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @package Adminimize
|
4 |
+
* @subpackage Add Hint in Admin Footer
|
5 |
+
* @author Frank Bültge
|
6 |
+
*/
|
7 |
+
if ( ! function_exists( 'add_action' ) ) {
|
8 |
+
echo "Hi there! I'm just a part of plugin, not much I can do when called directly.";
|
9 |
+
exit;
|
10 |
+
}
|
11 |
+
|
12 |
+
if ( ! is_admin() )
|
13 |
+
return NULL;
|
14 |
+
|
15 |
+
// on init of WordPress
|
16 |
+
add_action( 'admin_init', '_mw_adminimize_init_admin_footer' );
|
17 |
+
|
18 |
+
function _mw_adminimize_init_admin_footer() {
|
19 |
+
|
20 |
+
if ( (int) _mw_adminimize_get_option_value( '_mw_adminimize_advice' ) === 1 )
|
21 |
+
add_action( 'in_admin_footer', '_mw_adminimize_add_admin_footer' );
|
22 |
+
}
|
23 |
+
|
24 |
+
/**
|
25 |
+
* Hint in wp-footer
|
26 |
+
*/
|
27 |
+
function _mw_adminimize_add_admin_footer() {
|
28 |
+
|
29 |
+
echo stripslashes( _mw_adminimize_get_option_value( '_mw_adminimize_advice_txt' ) ) . '<br />';
|
30 |
}
|
inc-setup/dashboard.php
CHANGED
@@ -1,93 +1,93 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* @package Adminimize
|
4 |
-
* @subpackage Dashboard Setup
|
5 |
-
* @author Frank Bültge
|
6 |
-
*/
|
7 |
-
if ( ! function_exists( 'add_action' ) ) {
|
8 |
-
echo "Hi there! I'm just a part of plugin, not much I can do when called directly.";
|
9 |
-
exit;
|
10 |
-
}
|
11 |
-
|
12 |
-
if ( ! is_admin() )
|
13 |
-
return NULL;
|
14 |
-
|
15 |
-
// retrun registered widgets; only on page index/dashboard :(
|
16 |
-
add_action( 'wp_dashboard_setup', '_mw_adminimize_dashboard_setup', 99 );
|
17 |
-
|
18 |
-
function _mw_adminimize_dashboard_setup() {
|
19 |
-
global $wp_meta_boxes;
|
20 |
-
|
21 |
-
if ( is_multisite() && is_plugin_active_for_network( MW_ADMIN_FILE ) )
|
22 |
-
$adminimizeoptions = get_site_option( 'mw_adminimize' );
|
23 |
-
else
|
24 |
-
$adminimizeoptions = get_option( 'mw_adminimize' );
|
25 |
-
|
26 |
-
$widgets = _mw_adminimize_get_dashboard_widgets();
|
27 |
-
$adminimizeoptions['mw_adminimize_dashboard_widgets'] = $widgets;
|
28 |
-
|
29 |
-
if ( current_user_can( 'manage_options' ) ) {
|
30 |
-
|
31 |
-
if ( is_multisite() && is_plugin_active_for_network( MW_ADMIN_FILE ) )
|
32 |
-
update_site_option( 'mw_adminimize', $adminimizeoptions );
|
33 |
-
else
|
34 |
-
update_option( 'mw_adminimize', $adminimizeoptions );
|
35 |
-
}
|
36 |
-
|
37 |
-
// exclude super admin
|
38 |
-
if ( _mw_adminimize_exclude_super_admin() )
|
39 |
-
return NULL;
|
40 |
-
|
41 |
-
$user_roles = _mw_adminimize_get_all_user_roles();
|
42 |
-
|
43 |
-
foreach ( $user_roles as $role ) {
|
44 |
-
$disabled_dashboard_option_[$role] = _mw_adminimize_get_option_value(
|
45 |
-
'mw_adminimize_disabled_dashboard_option_' . $role . '_items'
|
46 |
-
);
|
47 |
-
}
|
48 |
-
|
49 |
-
foreach ( $user_roles as $role ) {
|
50 |
-
if ( ! isset( $disabled_dashboard_option_[$role]['0'] ) )
|
51 |
-
$disabled_dashboard_option_[$role]['0'] = '';
|
52 |
-
}
|
53 |
-
|
54 |
-
foreach ( $user_roles as $role ) {
|
55 |
-
$user = wp_get_current_user();
|
56 |
-
|
57 |
-
if ( is_array( $user->roles) && in_array( $role, $user->roles) ) {
|
58 |
-
if ( current_user_can( $role ) && is_array( $disabled_dashboard_option_[$role] ) ) {
|
59 |
-
foreach( $disabled_dashboard_option_[$role] as $widget ) {
|
60 |
-
if ( isset( $widgets[$widget]['context']) )
|
61 |
-
remove_meta_box( $widget, 'dashboard', $widgets[$widget]['context'] );
|
62 |
-
}
|
63 |
-
}
|
64 |
-
}
|
65 |
-
}
|
66 |
-
|
67 |
-
}
|
68 |
-
|
69 |
-
function _mw_adminimize_get_dashboard_widgets () {
|
70 |
-
global $wp_meta_boxes;
|
71 |
-
|
72 |
-
$widgets = array();
|
73 |
-
if ( isset($wp_meta_boxes['dashboard']) ) {
|
74 |
-
|
75 |
-
foreach( $wp_meta_boxes['dashboard'] as $context => $data ) {
|
76 |
-
foreach( $data as $priority => $data ) {
|
77 |
-
foreach( $data as $widget => $data ) {
|
78 |
-
$widgets[$widget] = array(
|
79 |
-
'id' => $widget,
|
80 |
-
'title' => strip_tags(
|
81 |
-
preg_replace( '/( |)<span.*span>/im', '', $data['title'] )
|
82 |
-
),
|
83 |
-
'context' => $context,
|
84 |
-
'priority' => $priority
|
85 |
-
);
|
86 |
-
}
|
87 |
-
}
|
88 |
-
}
|
89 |
-
|
90 |
-
}
|
91 |
-
|
92 |
-
return $widgets;
|
93 |
-
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @package Adminimize
|
4 |
+
* @subpackage Dashboard Setup
|
5 |
+
* @author Frank Bültge
|
6 |
+
*/
|
7 |
+
if ( ! function_exists( 'add_action' ) ) {
|
8 |
+
echo "Hi there! I'm just a part of plugin, not much I can do when called directly.";
|
9 |
+
exit;
|
10 |
+
}
|
11 |
+
|
12 |
+
if ( ! is_admin() )
|
13 |
+
return NULL;
|
14 |
+
|
15 |
+
// retrun registered widgets; only on page index/dashboard :(
|
16 |
+
add_action( 'wp_dashboard_setup', '_mw_adminimize_dashboard_setup', 99 );
|
17 |
+
|
18 |
+
function _mw_adminimize_dashboard_setup() {
|
19 |
+
global $wp_meta_boxes;
|
20 |
+
|
21 |
+
if ( is_multisite() && is_plugin_active_for_network( MW_ADMIN_FILE ) )
|
22 |
+
$adminimizeoptions = get_site_option( 'mw_adminimize' );
|
23 |
+
else
|
24 |
+
$adminimizeoptions = get_option( 'mw_adminimize' );
|
25 |
+
|
26 |
+
$widgets = _mw_adminimize_get_dashboard_widgets();
|
27 |
+
$adminimizeoptions['mw_adminimize_dashboard_widgets'] = $widgets;
|
28 |
+
|
29 |
+
if ( current_user_can( 'manage_options' ) ) {
|
30 |
+
|
31 |
+
if ( is_multisite() && is_plugin_active_for_network( MW_ADMIN_FILE ) )
|
32 |
+
update_site_option( 'mw_adminimize', $adminimizeoptions );
|
33 |
+
else
|
34 |
+
update_option( 'mw_adminimize', $adminimizeoptions );
|
35 |
+
}
|
36 |
+
|
37 |
+
// exclude super admin
|
38 |
+
if ( _mw_adminimize_exclude_super_admin() )
|
39 |
+
return NULL;
|
40 |
+
|
41 |
+
$user_roles = _mw_adminimize_get_all_user_roles();
|
42 |
+
|
43 |
+
foreach ( $user_roles as $role ) {
|
44 |
+
$disabled_dashboard_option_[$role] = _mw_adminimize_get_option_value(
|
45 |
+
'mw_adminimize_disabled_dashboard_option_' . $role . '_items'
|
46 |
+
);
|
47 |
+
}
|
48 |
+
|
49 |
+
foreach ( $user_roles as $role ) {
|
50 |
+
if ( ! isset( $disabled_dashboard_option_[$role]['0'] ) )
|
51 |
+
$disabled_dashboard_option_[$role]['0'] = '';
|
52 |
+
}
|
53 |
+
|
54 |
+
foreach ( $user_roles as $role ) {
|
55 |
+
$user = wp_get_current_user();
|
56 |
+
|
57 |
+
if ( is_array( $user->roles) && in_array( $role, $user->roles) ) {
|
58 |
+
if ( current_user_can( $role ) && is_array( $disabled_dashboard_option_[$role] ) ) {
|
59 |
+
foreach( $disabled_dashboard_option_[$role] as $widget ) {
|
60 |
+
if ( isset( $widgets[$widget]['context']) )
|
61 |
+
remove_meta_box( $widget, 'dashboard', $widgets[$widget]['context'] );
|
62 |
+
}
|
63 |
+
}
|
64 |
+
}
|
65 |
+
}
|
66 |
+
|
67 |
+
}
|
68 |
+
|
69 |
+
function _mw_adminimize_get_dashboard_widgets () {
|
70 |
+
global $wp_meta_boxes;
|
71 |
+
|
72 |
+
$widgets = array();
|
73 |
+
if ( isset($wp_meta_boxes['dashboard']) ) {
|
74 |
+
|
75 |
+
foreach( $wp_meta_boxes['dashboard'] as $context => $data ) {
|
76 |
+
foreach( $data as $priority => $data ) {
|
77 |
+
foreach( $data as $widget => $data ) {
|
78 |
+
$widgets[$widget] = array(
|
79 |
+
'id' => $widget,
|
80 |
+
'title' => strip_tags(
|
81 |
+
preg_replace( '/( |)<span.*span>/im', '', $data['title'] )
|
82 |
+
),
|
83 |
+
'context' => $context,
|
84 |
+
'priority' => $priority
|
85 |
+
);
|
86 |
+
}
|
87 |
+
}
|
88 |
+
}
|
89 |
+
|
90 |
+
}
|
91 |
+
|
92 |
+
return $widgets;
|
93 |
+
}
|
inc-setup/meta-boxes.php
CHANGED
@@ -1,53 +1,53 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* @package Adminimize
|
4 |
-
* @subpackage Meta Boxes Setup
|
5 |
-
* @author Frank Bültge
|
6 |
-
* @since 1.8.1 01/10/2013
|
7 |
-
*/
|
8 |
-
if ( ! function_exists( 'add_action' ) ) {
|
9 |
-
echo "Hi there! I'm just a part of plugin, not much I can do when called directly.";
|
10 |
-
exit;
|
11 |
-
}
|
12 |
-
|
13 |
-
if ( ! is_admin() )
|
14 |
-
return NULL;
|
15 |
-
|
16 |
-
// The global var is only usable on edit Post Type page
|
17 |
-
add_filter( 'do_meta_boxes', '_mw_adminimize_get_all_meta_boxes', 0, 3 );
|
18 |
-
function _mw_adminimize_get_all_meta_boxes( $post_type, $priority, $post ) {
|
19 |
-
global $wp_meta_boxes;
|
20 |
-
|
21 |
-
if ( ! empty( $wp_meta_boxes[$post_type] ) ) {
|
22 |
-
|
23 |
-
// get all options
|
24 |
-
if ( is_multisite() && is_plugin_active_for_network( MW_ADMIN_FILE ) )
|
25 |
-
$adminimizeoptions = get_site_option( 'mw_adminimize' );
|
26 |
-
else
|
27 |
-
$adminimizeoptions = get_option( 'mw_adminimize' );
|
28 |
-
|
29 |
-
// add admin bar array
|
30 |
-
$adminimizeoptions['mw_adminimize_meta_boxes_' . $post_type ] = $wp_meta_boxes[$post_type];
|
31 |
-
|
32 |
-
// update options
|
33 |
-
if ( is_multisite() && is_plugin_active_for_network( MW_ADMIN_FILE ) )
|
34 |
-
update_site_option( 'mw_adminimize', $adminimizeoptions );
|
35 |
-
else
|
36 |
-
update_option( 'mw_adminimize', $adminimizeoptions );
|
37 |
-
}
|
38 |
-
}
|
39 |
-
|
40 |
-
function _mw_adminimize_get_meta_boxes( $post_type = null, $context = 'advanced' ) {
|
41 |
-
|
42 |
-
$saved_wp_meta_boxes = _mw_adminimize_get_option_value( 'mw_adminimize_meta_boxes_' . $post_type );
|
43 |
-
|
44 |
-
return $saved_wp_meta_boxes;
|
45 |
-
}
|
46 |
-
|
47 |
-
function _mw_adminimize_remove_meta_boxes( $post_type = null, $context = 'advanced', $priority = 'default', $id ) {
|
48 |
-
|
49 |
-
//@todo foreach about settings
|
50 |
-
remove_meta_box( $id, $post_type, $context );
|
51 |
-
}
|
52 |
-
|
53 |
-
// remove on 'admin_menu' Hook
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @package Adminimize
|
4 |
+
* @subpackage Meta Boxes Setup
|
5 |
+
* @author Frank Bültge
|
6 |
+
* @since 1.8.1 01/10/2013
|
7 |
+
*/
|
8 |
+
if ( ! function_exists( 'add_action' ) ) {
|
9 |
+
echo "Hi there! I'm just a part of plugin, not much I can do when called directly.";
|
10 |
+
exit;
|
11 |
+
}
|
12 |
+
|
13 |
+
if ( ! is_admin() )
|
14 |
+
return NULL;
|
15 |
+
|
16 |
+
// The global var is only usable on edit Post Type page
|
17 |
+
add_filter( 'do_meta_boxes', '_mw_adminimize_get_all_meta_boxes', 0, 3 );
|
18 |
+
function _mw_adminimize_get_all_meta_boxes( $post_type, $priority, $post ) {
|
19 |
+
global $wp_meta_boxes;
|
20 |
+
|
21 |
+
if ( ! empty( $wp_meta_boxes[$post_type] ) ) {
|
22 |
+
|
23 |
+
// get all options
|
24 |
+
if ( is_multisite() && is_plugin_active_for_network( MW_ADMIN_FILE ) )
|
25 |
+
$adminimizeoptions = get_site_option( 'mw_adminimize' );
|
26 |
+
else
|
27 |
+
$adminimizeoptions = get_option( 'mw_adminimize' );
|
28 |
+
|
29 |
+
// add admin bar array
|
30 |
+
$adminimizeoptions['mw_adminimize_meta_boxes_' . $post_type ] = $wp_meta_boxes[$post_type];
|
31 |
+
|
32 |
+
// update options
|
33 |
+
if ( is_multisite() && is_plugin_active_for_network( MW_ADMIN_FILE ) )
|
34 |
+
update_site_option( 'mw_adminimize', $adminimizeoptions );
|
35 |
+
else
|
36 |
+
update_option( 'mw_adminimize', $adminimizeoptions );
|
37 |
+
}
|
38 |
+
}
|
39 |
+
|
40 |
+
function _mw_adminimize_get_meta_boxes( $post_type = null, $context = 'advanced' ) {
|
41 |
+
|
42 |
+
$saved_wp_meta_boxes = _mw_adminimize_get_option_value( 'mw_adminimize_meta_boxes_' . $post_type );
|
43 |
+
|
44 |
+
return $saved_wp_meta_boxes;
|
45 |
+
}
|
46 |
+
|
47 |
+
function _mw_adminimize_remove_meta_boxes( $post_type = null, $context = 'advanced', $priority = 'default', $id ) {
|
48 |
+
|
49 |
+
//@todo foreach about settings
|
50 |
+
remove_meta_box( $id, $post_type, $context );
|
51 |
+
}
|
52 |
+
|
53 |
+
// remove on 'admin_menu' Hook
|
inc-setup/remove-admin-bar.php
CHANGED
@@ -1,263 +1,263 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* @package Adminimize
|
4 |
-
* @subpackage Remove Admin Bar of WP 3.3 Setup
|
5 |
-
* @author Frank Bültge
|
6 |
-
*/
|
7 |
-
if ( ! function_exists( 'add_action' ) ) {
|
8 |
-
echo "Hi there! I'm just a part of plugin, not much I can do when called directly.";
|
9 |
-
exit;
|
10 |
-
}
|
11 |
-
|
12 |
-
// on init of WordPress
|
13 |
-
add_action( 'init', '_mw_adminimize_remove_admin_bar', 0 );
|
14 |
-
|
15 |
-
/**
|
16 |
-
* Change the var of Admin Bar in WP 3.3
|
17 |
-
*/
|
18 |
-
function _mw_adminimize_customize_admin_bar( $admin_bar_keys = array() ) {
|
19 |
-
|
20 |
-
if ( ! is_admin_bar_showing() )
|
21 |
-
return;
|
22 |
-
|
23 |
-
global $wp_admin_bar;
|
24 |
-
|
25 |
-
foreach ($admin_bar_keys as $key ) {
|
26 |
-
$wp_admin_bar->remove_menu( $key );
|
27 |
-
}
|
28 |
-
}
|
29 |
-
/*
|
30 |
-
* Remove my account item in admin bar >3.3
|
31 |
-
*/
|
32 |
-
function _mw_adminimize_remove_my_account() {
|
33 |
-
|
34 |
-
_mw_adminimize_customize_admin_bar( array( 'my-account' ) );
|
35 |
-
}
|
36 |
-
|
37 |
-
/**
|
38 |
-
* Add Logout link to admin abr in wp 3.3
|
39 |
-
*/
|
40 |
-
function _mw_adminimize_add_logout( $wp_admin_bar ) {
|
41 |
-
|
42 |
-
$user_id = get_current_user_id();
|
43 |
-
$current_user = wp_get_current_user();
|
44 |
-
$profile_url = get_edit_profile_url( $user_id );
|
45 |
-
$_mw_adminimize_ui_redirect = _mw_adminimize_get_option_value( '_mw_adminimize_ui_redirect' );
|
46 |
-
if ( '1' === $_mw_adminimize_ui_redirect )
|
47 |
-
$redirect = '&redirect_to=' . get_option( 'siteurl' );
|
48 |
-
else
|
49 |
-
$redirect = '';
|
50 |
-
|
51 |
-
if ( ! $user_id )
|
52 |
-
return;
|
53 |
-
|
54 |
-
$wp_admin_bar->add_menu( array(
|
55 |
-
'id' => 'mw-account',
|
56 |
-
'parent' => 'top-secondary',
|
57 |
-
'title' => __( 'Log Out' ),
|
58 |
-
'href' => wp_logout_url() . $redirect,
|
59 |
-
) );
|
60 |
-
}
|
61 |
-
|
62 |
-
function _mw_adminimize_add_user_logout( $wp_admin_bar ) {
|
63 |
-
|
64 |
-
$user_id = get_current_user_id();
|
65 |
-
$current_user = wp_get_current_user();
|
66 |
-
$profile_url = get_edit_profile_url( $user_id );
|
67 |
-
$_mw_adminimize_ui_redirect = _mw_adminimize_get_option_value( '_mw_adminimize_ui_redirect' );
|
68 |
-
if ( '1' === $_mw_adminimize_ui_redirect )
|
69 |
-
$redirect = '&redirect_to=' . get_option( 'siteurl' );
|
70 |
-
else
|
71 |
-
$redirect = '';
|
72 |
-
|
73 |
-
if ( ! $user_id )
|
74 |
-
return;
|
75 |
-
|
76 |
-
$user_info = $current_user->display_name;
|
77 |
-
|
78 |
-
$wp_admin_bar->add_menu( array(
|
79 |
-
'id' => 'mw-account',
|
80 |
-
'parent' => 'top-secondary',
|
81 |
-
'title' => $user_info . ' ' . __( 'Log Out' ),
|
82 |
-
'href' => wp_logout_url() . $redirect,
|
83 |
-
) );
|
84 |
-
}
|
85 |
-
|
86 |
-
function _mw_adminimize_set_menu_option_33() {
|
87 |
-
global $pagenow, $menu, $submenu, $user_identity, $wp_version;
|
88 |
-
|
89 |
-
// exclude super admin
|
90 |
-
if ( _mw_adminimize_exclude_super_admin() )
|
91 |
-
return NULL;
|
92 |
-
|
93 |
-
$user_roles = _mw_adminimize_get_all_user_roles();
|
94 |
-
|
95 |
-
foreach ( $user_roles as $role ) {
|
96 |
-
$disabled_menu_[$role] = _mw_adminimize_get_option_value( 'mw_adminimize_disabled_menu_' . $role . '_items' );
|
97 |
-
$disabled_submenu_[$role] = _mw_adminimize_get_option_value( 'mw_adminimize_disabled_submenu_' . $role . '_items' );
|
98 |
-
}
|
99 |
-
|
100 |
-
$_mw_adminimize_admin_head = "\n";
|
101 |
-
$_mw_adminimize_user_info = _mw_adminimize_get_option_value( '_mw_adminimize_user_info' );
|
102 |
-
$_mw_adminimize_ui_redirect = _mw_adminimize_get_option_value( '_mw_adminimize_ui_redirect' );
|
103 |
-
// change user-info
|
104 |
-
switch ( $_mw_adminimize_user_info) {
|
105 |
-
case 1:
|
106 |
-
add_action( 'wp_before_admin_bar_render', '_mw_adminimize_remove_my_account' );
|
107 |
-
break;
|
108 |
-
case 2:
|
109 |
-
add_action( 'wp_before_admin_bar_render', '_mw_adminimize_remove_my_account' );
|
110 |
-
add_action( 'admin_bar_menu', '_mw_adminimize_add_logout', 0 );
|
111 |
-
break;
|
112 |
-
case 3:
|
113 |
-
add_action( 'wp_before_admin_bar_render', '_mw_adminimize_remove_my_account' );
|
114 |
-
add_action( 'admin_bar_menu', '_mw_adminimize_add_user_logout', 0 );
|
115 |
-
break;
|
116 |
-
}
|
117 |
-
}
|
118 |
-
|
119 |
-
/**
|
120 |
-
* Remove Admin Bar
|
121 |
-
*/
|
122 |
-
function _mw_adminimize_remove_admin_bar() {
|
123 |
-
|
124 |
-
// exclude super admin
|
125 |
-
if ( _mw_adminimize_exclude_super_admin() )
|
126 |
-
return NULL;
|
127 |
-
|
128 |
-
global $wp_version;
|
129 |
-
|
130 |
-
$user_roles = _mw_adminimize_get_all_user_roles();
|
131 |
-
|
132 |
-
foreach ( $user_roles as $role ) {
|
133 |
-
$disabled_global_option_[$role] = _mw_adminimize_get_option_value(
|
134 |
-
'mw_adminimize_disabled_global_option_' . $role . '_items'
|
135 |
-
);
|
136 |
-
}
|
137 |
-
|
138 |
-
foreach ( $user_roles as $role ) {
|
139 |
-
if ( ! isset( $disabled_global_option_[$role]['0'] ) )
|
140 |
-
$disabled_global_option_[$role]['0'] = '';
|
141 |
-
}
|
142 |
-
|
143 |
-
$remove_adminbar = FALSE;
|
144 |
-
// new 1.7.8
|
145 |
-
foreach ( $user_roles as $role ) {
|
146 |
-
$user = wp_get_current_user();
|
147 |
-
if ( is_array( $user->roles) && in_array( $role, $user->roles) ) {
|
148 |
-
if ( current_user_can( $role )
|
149 |
-
&& isset( $disabled_global_option_[$role] )
|
150 |
-
&& is_array( $disabled_global_option_[$role] ) ) {
|
151 |
-
$global_options = implode( ', ', $disabled_global_option_[$role] );
|
152 |
-
if ( _mw_adminimize_recursive_in_array( '.show-admin-bar', $disabled_global_option_[$role] ) )
|
153 |
-
$remove_adminbar = TRUE;
|
154 |
-
}
|
155 |
-
}
|
156 |
-
}
|
157 |
-
|
158 |
-
if ( $remove_adminbar ) {
|
159 |
-
// for deactivate admin bar in WP smaller WP 3.3
|
160 |
-
if ( version_compare( $wp_version, '3.3alpha', '<=' ) ) {
|
161 |
-
add_filter( 'show_admin_bar', '__return_false' );
|
162 |
-
wp_deregister_script( 'admin-bar' );
|
163 |
-
wp_deregister_style( 'admin-bar' );
|
164 |
-
remove_action( 'wp_footer', 'wp_admin_bar_render', 1000 );
|
165 |
-
remove_action( 'wp_head', '_admin_bar_bump_cb' );
|
166 |
-
} else {
|
167 |
-
if ( ! is_admin_bar_showing() )
|
168 |
-
return false;
|
169 |
-
|
170 |
-
add_filter( 'show_admin_bar', '__return_false' );
|
171 |
-
wp_deregister_script( 'admin-bar' );
|
172 |
-
wp_deregister_style( 'admin-bar' );
|
173 |
-
remove_action( 'init', '_wp_admin_bar_init' );
|
174 |
-
remove_action( 'wp_footer', 'wp_admin_bar_render', 1000 );
|
175 |
-
remove_action( 'admin_footer', 'wp_admin_bar_render', 1000 );
|
176 |
-
|
177 |
-
// maybe also: 'wp_head'
|
178 |
-
foreach ( array( 'wp_head', 'admin_head' ) as $hook ) {
|
179 |
-
add_action(
|
180 |
-
$hook,
|
181 |
-
create_function(
|
182 |
-
'',
|
183 |
-
"echo '<style>body.admin-bar, body.admin-bar #wpcontent, body.admin-bar #adminmenu {
|
184 |
-
padding-top: 0px !important;
|
185 |
-
}
|
186 |
-
html.wp-toolbar {
|
187 |
-
padding-top: 0px !important;
|
188 |
-
}</style>';"
|
189 |
-
)
|
190 |
-
);
|
191 |
-
}
|
192 |
-
|
193 |
-
add_action( 'in_admin_header', '_mw_adminimize_restore_links' );
|
194 |
-
} // end else version 3.3
|
195 |
-
} // end if $remove_adminbar TRUE
|
196 |
-
}
|
197 |
-
|
198 |
-
/**
|
199 |
-
* Add Site Link in Menu
|
200 |
-
*/
|
201 |
-
function _mw_adminimize_restore_links() {
|
202 |
-
|
203 |
-
$_mw_adminimize_user_info = _mw_adminimize_get_option_value( '_mw_adminimize_user_info' );
|
204 |
-
?>
|
205 |
-
<style type="text/css">
|
206 |
-
#mw_adminimize_admin_bar {
|
207 |
-
left: 0;
|
208 |
-
right: 0;
|
209 |
-
height: 33px;
|
210 |
-
z-index: 999;
|
211 |
-
border-bottom: 1px solid #dfdfdf;
|
212 |
-
}
|
213 |
-
#mw_adminimize_admin_bar #mw_title {
|
214 |
-
font-family: Georgia,"Times New Roman",Times,serif;
|
215 |
-
font-size: 16px;
|
216 |
-
color: #464646;
|
217 |
-
text-decoration: none;
|
218 |
-
padding-top: 8px;
|
219 |
-
display: block;
|
220 |
-
float: left;
|
221 |
-
}
|
222 |
-
#mw_adminimize_admin_bar #mw_title:hover {
|
223 |
-
text-decoration: underline;
|
224 |
-
}
|
225 |
-
#mw_adminimize_admin_bar #mw_adminimize_login {
|
226 |
-
padding: 8px 15px 0 0;
|
227 |
-
display: block;
|
228 |
-
float: right;
|
229 |
-
}
|
230 |
-
</style>
|
231 |
-
<div id="mw_adminimize_admin_bar">
|
232 |
-
<?php echo '<a id="mw_title" href="' . home_url() . '" title="' . __( get_bloginfo('name') ) . '" target="_blank">' . get_bloginfo('name') . '</a>';
|
233 |
-
?>
|
234 |
-
<div id="mw_adminimize_login">
|
235 |
-
<?php
|
236 |
-
wp_get_current_user();
|
237 |
-
$current_user = wp_get_current_user();
|
238 |
-
if ( empty( $_mw_adminimize_user_info ) || 0 == $_mw_adminimize_user_info || 3 == $_mw_adminimize_user_info ) {
|
239 |
-
if ( ! ( $current_user instanceof WP_User ) )
|
240 |
-
return;
|
241 |
-
echo ' ' . $current_user->user_login . ' ';
|
242 |
-
|
243 |
-
if ( is_multisite() && is_super_admin() ) {
|
244 |
-
if ( ! is_network_admin() ) {
|
245 |
-
echo '| <a href="' . network_admin_url() . '" title="' . esc_attr__('Network Admin') . '">' . __('Network Admin'). '</a>';
|
246 |
-
} else {
|
247 |
-
echo '| <a href="' . get_dashboard_url( get_current_user_id() ) . '" title="' . esc_attr__('Site Admin') . '">' . __('Site Admin') . '</a>';
|
248 |
-
}
|
249 |
-
}
|
250 |
-
}
|
251 |
-
|
252 |
-
if ( empty( $_mw_adminimize_user_info ) ||
|
253 |
-
0 == $_mw_adminimize_user_info ||
|
254 |
-
2 == $_mw_adminimize_user_info ||
|
255 |
-
3 == $_mw_adminimize_user_info ) {
|
256 |
-
?> | <?php echo '<a href="' . wp_logout_url() . '" title="' . esc_attr__('Log Out') . '">' . __('Log Out') . '</a>';
|
257 |
-
}
|
258 |
-
?>
|
259 |
-
</div>
|
260 |
-
</div>
|
261 |
-
<?php
|
262 |
-
}
|
263 |
-
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* @package Adminimize
|
4 |
+
* @subpackage Remove Admin Bar of WP 3.3 Setup
|
5 |
+
* @author Frank Bültge
|
6 |
+
*/
|
7 |
+
if ( ! function_exists( 'add_action' ) ) {
|
8 |
+
echo "Hi there! I'm just a part of plugin, not much I can do when called directly.";
|
9 |
+
exit;
|
10 |
+
}
|
11 |
+
|
12 |
+
// on init of WordPress
|
13 |
+
add_action( 'init', '_mw_adminimize_remove_admin_bar', 0 );
|
14 |
+
|
15 |
+
/**
|
16 |
+
* Change the var of Admin Bar in WP 3.3
|
17 |
+
*/
|
18 |
+
function _mw_adminimize_customize_admin_bar( $admin_bar_keys = array() ) {
|
19 |
+
|
20 |
+
if ( ! is_admin_bar_showing() )
|
21 |
+
return;
|
22 |
+
|
23 |
+
global $wp_admin_bar;
|
24 |
+
|
25 |
+
foreach ($admin_bar_keys as $key ) {
|
26 |
+
$wp_admin_bar->remove_menu( $key );
|
27 |
+
}
|
28 |
+
}
|
29 |
+
/*
|
30 |
+
* Remove my account item in admin bar >3.3
|
31 |
+
*/
|
32 |
+
function _mw_adminimize_remove_my_account() {
|
33 |
+
|
34 |
+
_mw_adminimize_customize_admin_bar( array( 'my-account' ) );
|
35 |
+
}
|
36 |
+
|
37 |
+
/**
|
38 |
+
* Add Logout link to admin abr in wp 3.3
|
39 |
+
*/
|
40 |
+
function _mw_adminimize_add_logout( $wp_admin_bar ) {
|
41 |
+
|
42 |
+
$user_id = get_current_user_id();
|
43 |
+
$current_user = wp_get_current_user();
|
44 |
+
$profile_url = get_edit_profile_url( $user_id );
|
45 |
+
$_mw_adminimize_ui_redirect = _mw_adminimize_get_option_value( '_mw_adminimize_ui_redirect' );
|
46 |
+
if ( '1' === $_mw_adminimize_ui_redirect )
|
47 |
+
$redirect = '&redirect_to=' . get_option( 'siteurl' );
|
48 |
+
else
|
49 |
+
$redirect = '';
|
50 |
+
|
51 |
+
if ( ! $user_id )
|
52 |
+
return;
|
53 |
+
|
54 |
+
$wp_admin_bar->add_menu( array(
|
55 |
+
'id' => 'mw-account',
|
56 |
+
'parent' => 'top-secondary',
|
57 |
+
'title' => __( 'Log Out' ),
|
58 |
+
'href' => wp_logout_url() . $redirect,
|
59 |
+
) );
|
60 |
+
}
|
61 |
+
|
62 |
+
function _mw_adminimize_add_user_logout( $wp_admin_bar ) {
|
63 |
+
|
64 |
+
$user_id = get_current_user_id();
|
65 |
+
$current_user = wp_get_current_user();
|
66 |
+
$profile_url = get_edit_profile_url( $user_id );
|
67 |
+
$_mw_adminimize_ui_redirect = _mw_adminimize_get_option_value( '_mw_adminimize_ui_redirect' );
|
68 |
+
if ( '1' === $_mw_adminimize_ui_redirect )
|
69 |
+
$redirect = '&redirect_to=' . get_option( 'siteurl' );
|
70 |
+
else
|
71 |
+
$redirect = '';
|
72 |
+
|
73 |
+
if ( ! $user_id )
|
74 |
+
return;
|
75 |
+
|
76 |
+
$user_info = $current_user->display_name;
|
77 |
+
|
78 |
+
$wp_admin_bar->add_menu( array(
|
79 |
+
'id' => 'mw-account',
|
80 |
+
'parent' => 'top-secondary',
|
81 |
+
'title' => $user_info . ' ' . __( 'Log Out' ),
|
82 |
+
'href' => wp_logout_url() . $redirect,
|
83 |
+
) );
|
84 |
+
}
|
85 |
+
|
86 |
+
function _mw_adminimize_set_menu_option_33() {
|
87 |
+
global $pagenow, $menu, $submenu, $user_identity, $wp_version;
|
88 |
+
|
89 |
+
// exclude super admin
|
90 |
+
if ( _mw_adminimize_exclude_super_admin() )
|
91 |
+
return NULL;
|
92 |
+
|
93 |
+
$user_roles = _mw_adminimize_get_all_user_roles();
|
94 |
+
|
95 |
+
foreach ( $user_roles as $role ) {
|
96 |
+
$disabled_menu_[$role] = _mw_adminimize_get_option_value( 'mw_adminimize_disabled_menu_' . $role . '_items' );
|
97 |
+
$disabled_submenu_[$role] = _mw_adminimize_get_option_value( 'mw_adminimize_disabled_submenu_' . $role . '_items' );
|
98 |
+
}
|
99 |
+
|
100 |
+
$_mw_adminimize_admin_head = "\n";
|
101 |
+
$_mw_adminimize_user_info = _mw_adminimize_get_option_value( '_mw_adminimize_user_info' );
|
102 |
+
$_mw_adminimize_ui_redirect = _mw_adminimize_get_option_value( '_mw_adminimize_ui_redirect' );
|
103 |
+
// change user-info
|
104 |
+
switch ( $_mw_adminimize_user_info) {
|
105 |
+
case 1:
|
106 |
+
add_action( 'wp_before_admin_bar_render', '_mw_adminimize_remove_my_account' );
|
107 |
+
break;
|
108 |
+
case 2:
|
109 |
+
add_action( 'wp_before_admin_bar_render', '_mw_adminimize_remove_my_account' );
|
110 |
+
add_action( 'admin_bar_menu', '_mw_adminimize_add_logout', 0 );
|
111 |
+
break;
|
112 |
+
case 3:
|
113 |
+
add_action( 'wp_before_admin_bar_render', '_mw_adminimize_remove_my_account' );
|
114 |
+
add_action( 'admin_bar_menu', '_mw_adminimize_add_user_logout', 0 );
|
115 |
+
break;
|
116 |
+
}
|
117 |
+
}
|
118 |
+
|
119 |
+
/**
|
120 |
+
* Remove Admin Bar
|
121 |
+
*/
|
122 |
+
function _mw_adminimize_remove_admin_bar() {
|
123 |
+
|
124 |
+
// exclude super admin
|
125 |
+
if ( _mw_adminimize_exclude_super_admin() )
|
126 |
+
return NULL;
|
127 |
+
|
128 |
+
global $wp_version;
|
129 |
+
|
130 |
+
$user_roles = _mw_adminimize_get_all_user_roles();
|
131 |
+
|
132 |
+
foreach ( $user_roles as $role ) {
|
133 |
+
$disabled_global_option_[$role] = _mw_adminimize_get_option_value(
|
134 |
+
'mw_adminimize_disabled_global_option_' . $role . '_items'
|
135 |
+
);
|
136 |
+
}
|
137 |
+
|
138 |
+
foreach ( $user_roles as $role ) {
|
139 |
+
if ( ! isset( $disabled_global_option_[$role]['0'] ) )
|
140 |
+
$disabled_global_option_[$role]['0'] = '';
|
141 |
+
}
|
142 |
+
|
143 |
+
$remove_adminbar = FALSE;
|
144 |
+
// new 1.7.8
|
145 |
+
foreach ( $user_roles as $role ) {
|
146 |
+
$user = wp_get_current_user();
|
147 |
+
if ( is_array( $user->roles) && in_array( $role, $user->roles) ) {
|
148 |
+
if ( current_user_can( $role )
|
149 |
+
&& isset( $disabled_global_option_[$role] )
|
150 |
+
&& is_array( $disabled_global_option_[$role] ) ) {
|
151 |
+
$global_options = implode( ', ', $disabled_global_option_[$role] );
|
152 |
+
if ( _mw_adminimize_recursive_in_array( '.show-admin-bar', $disabled_global_option_[$role] ) )
|
153 |
+
$remove_adminbar = TRUE;
|
154 |
+
}
|
155 |
+
}
|
156 |
+
}
|
157 |
+
|
158 |
+
if ( $remove_adminbar ) {
|
159 |
+
// for deactivate admin bar in WP smaller WP 3.3
|
160 |
+
if ( version_compare( $wp_version, '3.3alpha', '<=' ) ) {
|
161 |
+
add_filter( 'show_admin_bar', '__return_false' );
|
162 |
+
wp_deregister_script( 'admin-bar' );
|
163 |
+
wp_deregister_style( 'admin-bar' );
|
164 |
+
remove_action( 'wp_footer', 'wp_admin_bar_render', 1000 );
|
165 |
+
remove_action( 'wp_head', '_admin_bar_bump_cb' );
|
166 |
+
} else {
|
167 |
+
if ( ! is_admin_bar_showing() )
|
168 |
+
return false;
|
169 |
+
|
170 |
+
add_filter( 'show_admin_bar', '__return_false' );
|
171 |
+
wp_deregister_script( 'admin-bar' );
|
172 |
+
wp_deregister_style( 'admin-bar' );
|
173 |
+
remove_action( 'init', '_wp_admin_bar_init' );
|
174 |
+
remove_action( 'wp_footer', 'wp_admin_bar_render', 1000 );
|
175 |
+
remove_action( 'admin_footer', 'wp_admin_bar_render', 1000 );
|
176 |
+
|
177 |
+
// maybe also: 'wp_head'
|
178 |
+
foreach ( array( 'wp_head', 'admin_head' ) as $hook ) {
|
179 |
+
add_action(
|
180 |
+
$hook,
|
181 |
+
create_function(
|
182 |
+
'',
|
183 |
+
"echo '<style>body.admin-bar, body.admin-bar #wpcontent, body.admin-bar #adminmenu {
|
184 |
+
padding-top: 0px !important;
|
185 |
+
}
|
186 |
+
html.wp-toolbar {
|
187 |
+
padding-top: 0px !important;
|
188 |
+
}</style>';"
|
189 |
+
)
|
190 |
+
);
|
191 |
+
}
|
192 |
+
|
193 |
+
add_action( 'in_admin_header', '_mw_adminimize_restore_links' );
|
194 |
+
} // end else version 3.3
|
195 |
+
} // end if $remove_adminbar TRUE
|
196 |
+
}
|
197 |
+
|
198 |
+
/**
|
199 |
+
* Add Site Link in Menu
|
200 |
+
*/
|
201 |
+
function _mw_adminimize_restore_links() {
|
202 |
+
|
203 |
+
$_mw_adminimize_user_info = _mw_adminimize_get_option_value( '_mw_adminimize_user_info' );
|
204 |
+
?>
|
205 |
+
<style type="text/css">
|
206 |
+
#mw_adminimize_admin_bar {
|
207 |
+
left: 0;
|
208 |
+
right: 0;
|
209 |
+
height: 33px;
|
210 |
+
z-index: 999;
|
211 |
+
border-bottom: 1px solid #dfdfdf;
|
212 |
+
}
|
213 |
+
#mw_adminimize_admin_bar #mw_title {
|
214 |
+
font-family: Georgia,"Times New Roman",Times,serif;
|
215 |
+
font-size: 16px;
|
216 |
+
color: #464646;
|
217 |
+
text-decoration: none;
|
218 |
+
padding-top: 8px;
|
219 |
+
display: block;
|
220 |
+
float: left;
|
221 |
+
}
|
222 |
+
#mw_adminimize_admin_bar #mw_title:hover {
|
223 |
+
text-decoration: underline;
|
224 |
+
}
|
225 |
+
#mw_adminimize_admin_bar #mw_adminimize_login {
|
226 |
+
padding: 8px 15px 0 0;
|
227 |
+
display: block;
|
228 |
+
float: right;
|
229 |
+
}
|
230 |
+
</style>
|
231 |
+
<div id="mw_adminimize_admin_bar">
|
232 |
+
<?php echo '<a id="mw_title" href="' . home_url() . '" title="' . __( get_bloginfo('name') ) . '" target="_blank">' . get_bloginfo('name') . '</a>';
|
233 |
+
?>
|
234 |
+
<div id="mw_adminimize_login">
|
235 |
+
<?php
|
236 |
+
wp_get_current_user();
|
237 |
+
$current_user = wp_get_current_user();
|
238 |
+
if ( empty( $_mw_adminimize_user_info ) || 0 == $_mw_adminimize_user_info || 3 == $_mw_adminimize_user_info ) {
|
239 |
+
if ( ! ( $current_user instanceof WP_User ) )
|
240 |
+
return;
|
241 |
+
echo ' ' . $current_user->user_login . ' ';
|
242 |
+
|
243 |
+
if ( is_multisite() && is_super_admin() ) {
|
244 |
+
if ( ! is_network_admin() ) {
|
245 |
+
echo '| <a href="' . network_admin_url() . '" title="' . esc_attr__('Network Admin') . '">' . __('Network Admin'). '</a>';
|
246 |
+
} else {
|
247 |
+
echo '| <a href="' . get_dashboard_url( get_current_user_id() ) . '" title="' . esc_attr__('Site Admin') . '">' . __('Site Admin') . '</a>';
|
248 |
+
}
|
249 |
+
}
|
250 |
+
}
|
251 |
+
|
252 |
+
if ( empty( $_mw_adminimize_user_info ) ||
|
253 |
+
0 == $_mw_adminimize_user_info ||
|
254 |
+
2 == $_mw_adminimize_user_info ||
|
255 |
+
3 == $_mw_adminimize_user_info ) {
|
256 |
+
?> | <?php echo '<a href="' . wp_logout_url() . '" title="' . esc_attr__('Log Out') . '">' . __('Log Out') . '</a>';
|
257 |
+
}
|
258 |
+
?>
|
259 |
+
</div>
|
260 |
+
</div>
|
261 |
+
<?php
|
262 |
+
}
|
263 |
+
|
inc-setup/widget.php
CHANGED
@@ -43,7 +43,7 @@ function _mw_adminimize_get_registered_sidebars() {
|
|
43 |
*
|
44 |
* @return void
|
45 |
*/
|
46 |
-
add_action( '
|
47 |
function _mw_adminimize_on_widgets_init() {
|
48 |
|
49 |
if ( is_admin() && 'widgets.php' === $GLOBALS[ 'pagenow' ] ) {
|
@@ -96,6 +96,7 @@ function _mw_adminimize_unregister_widgets() {
|
|
96 |
if ( current_user_can( $role ) && is_array( $disabled_widget_option_[$role] ) ) {
|
97 |
foreach( $disabled_widget_option_[$role] as $widgets ) {
|
98 |
unregister_widget( $widgets );
|
|
|
99 |
//unregister_sidebar_widget( 'Monster_Widget' );
|
100 |
}
|
101 |
}
|
43 |
*
|
44 |
* @return void
|
45 |
*/
|
46 |
+
add_action( 'after_setup_theme', '_mw_adminimize_on_widgets_init' );
|
47 |
function _mw_adminimize_on_widgets_init() {
|
48 |
|
49 |
if ( is_admin() && 'widgets.php' === $GLOBALS[ 'pagenow' ] ) {
|
96 |
if ( current_user_can( $role ) && is_array( $disabled_widget_option_[$role] ) ) {
|
97 |
foreach( $disabled_widget_option_[$role] as $widgets ) {
|
98 |
unregister_widget( $widgets );
|
99 |
+
$GLOBALS['wp_widget_factory']->unregister( $widgets );
|
100 |
//unregister_sidebar_widget( 'Monster_Widget' );
|
101 |
}
|
102 |
}
|
js/adminimize.js
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
jQuery(document).ready( function() {
|
2 |
+
|
3 |
+
/**
|
4 |
+
* Define the option areas we want to tweak, needs to be updated each time we add a new custom content type.
|
5 |
+
* This could be done away with if there were proper ids on the containers, instead of #poststuff for everything
|
6 |
+
*/
|
7 |
+
var areas = new Array (
|
8 |
+
'Admin Bar options',
|
9 |
+
'Global options',
|
10 |
+
'Dashboard options',
|
11 |
+
'Menu Options',
|
12 |
+
'Write options - Post',
|
13 |
+
'Write options - Page',
|
14 |
+
'Write options - Footer Contact Infos',
|
15 |
+
'Write options - MSVUs Logo',
|
16 |
+
'Write options - For Students',
|
17 |
+
'Write options - Quotes',
|
18 |
+
'Write options - What is Food Security',
|
19 |
+
'Widget options',
|
20 |
+
'WP Nav Menu options',
|
21 |
+
'Write options - MSVU Link - Sidebar'
|
22 |
+
)
|
23 |
+
|
24 |
+
for (var i = 0; i < areas.length; i++) {
|
25 |
+
|
26 |
+
jQuery('#_mw_adminimize_options').find("h3:contains('" + areas[i] + "')").parent().parent().find('table thead').first().find('th').each(function(x) {
|
27 |
+
|
28 |
+
if ( x > 0 ) { // Skip the label column
|
29 |
+
|
30 |
+
var userRole = jQuery(this).html().replace('Deactivate for<br>', '');
|
31 |
+
|
32 |
+
/*
|
33 |
+
* do some tweaking to line column headers up with input names.
|
34 |
+
* this could also be done away with if the checkbox names were derived from the role in the heading
|
35 |
+
**/
|
36 |
+
if ( 'Event Contributor' == userRole) {
|
37 |
+
|
38 |
+
userRole = 'ai1ec_event_assistant';
|
39 |
+
|
40 |
+
} else if ( 'BackWPup jobs helper' == userRole) {
|
41 |
+
|
42 |
+
userRole = 'backwpup_helper';
|
43 |
+
|
44 |
+
} else if ( 'BackWPup jobs checker' == userRole) {
|
45 |
+
|
46 |
+
userRole = 'backwpup_check';
|
47 |
+
|
48 |
+
} else {
|
49 |
+
|
50 |
+
userRole = userRole.replace(' ', '_').toLowerCase();
|
51 |
+
|
52 |
+
}
|
53 |
+
|
54 |
+
jQuery(this).toggle(function() {
|
55 |
+
jQuery(this).parent().parent().parent().find("input[name*='" + userRole + "']").prop('checked', true);
|
56 |
+
}, function() {
|
57 |
+
jQuery(this).parent().parent().parent().find("input[name*='" + userRole + "']").prop('checked', false);
|
58 |
+
});
|
59 |
+
|
60 |
+
}
|
61 |
+
|
62 |
+
});
|
63 |
+
}
|
64 |
+
});
|
languages/adminimize-bg_BG.po
CHANGED
@@ -1,695 +1,695 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Adminimize\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2009-05-17 23:17+0600\n"
|
6 |
-
"PO-Revision-Date: 2011-08-19 13:29+0200\n"
|
7 |
-
"Last-Translator: \n"
|
8 |
-
"Language-Team: Dimitar Kolevski <dimitar.kolevski@mail.bg>\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-SourceCharset: utf-8\n"
|
13 |
-
"X-Poedit-Basepath: .\n"
|
14 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
15 |
-
"X-Poedit-Language: Bulgarian\n"
|
16 |
-
"X-Poedit-Country: BULGARIA\n"
|
17 |
-
"X-Poedit-SearchPath-0: X:\\web\\wordpress\\main\\LATEST\\wordpress-2.7.1-rus-lecactus-edition-powerpack\\wordpress\\wp-content\\plugins\\adminimize\n"
|
18 |
-
|
19 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:85
|
20 |
-
msgid "Unknown error."
|
21 |
-
msgstr "Неизвестна грешка."
|
22 |
-
|
23 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:92
|
24 |
-
msgid "The updates was saved."
|
25 |
-
msgstr "Актуализациите е спасен."
|
26 |
-
|
27 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:93
|
28 |
-
msgid "You have not enough rights for edit entries in the database."
|
29 |
-
msgstr "Вие не сте достатъчно права за редактиране записи в базата данни."
|
30 |
-
|
31 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:94
|
32 |
-
msgid "All entries in the database was delleted."
|
33 |
-
msgstr "Всички записи в базата данни се заличават."
|
34 |
-
|
35 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:95
|
36 |
-
msgid "Set the checkbox on deinstall-button."
|
37 |
-
msgstr "Задайте квадратчето за деинсталирате-бутон."
|
38 |
-
|
39 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:96
|
40 |
-
msgid "Can't load menu and submenu."
|
41 |
-
msgstr "Не може да се зареди меню и подменю."
|
42 |
-
|
43 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:97
|
44 |
-
msgid "Backend-Theme was activated!"
|
45 |
-
msgstr "Backend-Тема е активирана!"
|
46 |
-
|
47 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:348
|
48 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:395
|
49 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:797
|
50 |
-
msgid "Categories"
|
51 |
-
msgstr "Категории"
|
52 |
-
|
53 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:354
|
54 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:365
|
55 |
-
msgid "+ Add New Category"
|
56 |
-
msgstr "+ Добави нова категория"
|
57 |
-
|
58 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:356
|
59 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:367
|
60 |
-
msgid "New category name"
|
61 |
-
msgstr "Нова категория име"
|
62 |
-
|
63 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:357
|
64 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:369
|
65 |
-
msgid "Parent category"
|
66 |
-
msgstr "Родител категория"
|
67 |
-
|
68 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:358
|
69 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:370
|
70 |
-
msgid "Add"
|
71 |
-
msgstr "Добави"
|
72 |
-
|
73 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:367
|
74 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:396
|
75 |
-
msgid "Add New Category"
|
76 |
-
msgstr "Добавяне на нова категория"
|
77 |
-
|
78 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:391
|
79 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:392
|
80 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:394
|
81 |
-
msgid "Tags"
|
82 |
-
msgstr "Етикети"
|
83 |
-
|
84 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:432
|
85 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:446
|
86 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:460
|
87 |
-
msgid "Blue"
|
88 |
-
msgstr "син"
|
89 |
-
|
90 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:439
|
91 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:453
|
92 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:467
|
93 |
-
msgid "Gray"
|
94 |
-
msgstr "сив"
|
95 |
-
|
96 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:475
|
97 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:517
|
98 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:540
|
99 |
-
msgid "Classic"
|
100 |
-
msgstr "класически"
|
101 |
-
|
102 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:482
|
103 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:524
|
104 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:547
|
105 |
-
msgid "Fresh"
|
106 |
-
msgstr "пресен"
|
107 |
-
|
108 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:489
|
109 |
-
msgid "WordPress 2.3"
|
110 |
-
msgstr "WordPress 2.3"
|
111 |
-
|
112 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:496
|
113 |
-
msgid "Maybe i'm colorblind"
|
114 |
-
msgstr "Може би аз съм colorblind"
|
115 |
-
|
116 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:503
|
117 |
-
msgid "Grey"
|
118 |
-
msgstr "сив"
|
119 |
-
|
120 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:631
|
121 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:634
|
122 |
-
msgid "Dashboard"
|
123 |
-
msgstr "Tабло"
|
124 |
-
|
125 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:693
|
126 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:695
|
127 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:708
|
128 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:710
|
129 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:908
|
130 |
-
msgid "Log Out"
|
131 |
-
msgstr "Изход"
|
132 |
-
|
133 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:927
|
134 |
-
msgid "Visit plugin homepage"
|
135 |
-
msgstr "Посетете началната страница плъгин"
|
136 |
-
|
137 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:930
|
138 |
-
msgid "plugin"
|
139 |
-
msgstr "плъгин"
|
140 |
-
|
141 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:930
|
142 |
-
msgid "Version"
|
143 |
-
msgstr "версия"
|
144 |
-
|
145 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:930
|
146 |
-
msgid "History"
|
147 |
-
msgstr "история"
|
148 |
-
|
149 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:930
|
150 |
-
msgid "Author"
|
151 |
-
msgstr "автор"
|
152 |
-
|
153 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:933
|
154 |
-
msgid "plugin activate"
|
155 |
-
msgstr "плъгин активирате"
|
156 |
-
|
157 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:948
|
158 |
-
msgid "Settings"
|
159 |
-
msgstr "Настройки"
|
160 |
-
|
161 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:1008
|
162 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:1028
|
163 |
-
msgid "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentation</a>"
|
164 |
-
msgstr "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">документация</a>"
|
165 |
-
|
166 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:1025
|
167 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:70
|
168 |
-
msgid "Adminimize"
|
169 |
-
msgstr "Adminimize"
|
170 |
-
|
171 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:1027
|
172 |
-
msgid "Adminimize Options"
|
173 |
-
msgstr "adminimize Опции"
|
174 |
-
|
175 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:1041
|
176 |
-
msgid "Cheatin’ uh?"
|
177 |
-
msgstr "Cheatin’ uh?"
|
178 |
-
|
179 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:74
|
180 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:217
|
181 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:331
|
182 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:596
|
183 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:678
|
184 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:760
|
185 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:881
|
186 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:962
|
187 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:982
|
188 |
-
msgid "Click to toggle"
|
189 |
-
msgstr "Кликнете, за да превключвате"
|
190 |
-
|
191 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:75
|
192 |
-
msgid "Backend Options"
|
193 |
-
msgstr "Backend Опции"
|
194 |
-
|
195 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:84
|
196 |
-
msgid "User-Info"
|
197 |
-
msgstr "Информация за потребителя"
|
198 |
-
|
199 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:88
|
200 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:101
|
201 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:111
|
202 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:121
|
203 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:131
|
204 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:141
|
205 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:151
|
206 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:161
|
207 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:190
|
208 |
-
msgid "Default"
|
209 |
-
msgstr "По подразбиране"
|
210 |
-
|
211 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:89
|
212 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:112
|
213 |
-
msgid "Hide"
|
214 |
-
msgstr "крия"
|
215 |
-
|
216 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:90
|
217 |
-
msgid "Only logout"
|
218 |
-
msgstr "Само изход"
|
219 |
-
|
220 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:91
|
221 |
-
msgid "User & Logout"
|
222 |
-
msgstr "Потребителят & Изход"
|
223 |
-
|
224 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:92
|
225 |
-
msgid "The "User-Info-area" is on the top right side of the backend. You can hide or reduced show."
|
226 |
-
msgstr "\"User Info-област\" е в горната дясна страна на гръб. Можете да скриете или намалена шоу."
|
227 |
-
|
228 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:97
|
229 |
-
msgid "Change User-Info, redirect to"
|
230 |
-
msgstr "Промяна на потребителя-Info, да пренасочи"
|
231 |
-
|
232 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:102
|
233 |
-
msgid "Frontpage of the Blog"
|
234 |
-
msgstr "Frontpage на блога"
|
235 |
-
|
236 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:103
|
237 |
-
msgid "When the "User-Info-area" change it, then it is possible to change the redirect."
|
238 |
-
msgstr "Когато \"User Info-зона\" го промените, тогава е възможно да се промени пренасочването."
|
239 |
-
|
240 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:107
|
241 |
-
msgid "Footer"
|
242 |
-
msgstr "Footer"
|
243 |
-
|
244 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:113
|
245 |
-
msgid "The Footer-area kann hide, include all links and details."
|
246 |
-
msgstr "Footer площ Kann скрий, включват всички връзки и детайли."
|
247 |
-
|
248 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:117
|
249 |
-
msgid "WriteScroll"
|
250 |
-
msgstr "WriteScroll"
|
251 |
-
|
252 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:122
|
253 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:132
|
254 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:142
|
255 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:152
|
256 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:162
|
257 |
-
msgid "Activate"
|
258 |
-
msgstr "Активиране"
|
259 |
-
|
260 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:123
|
261 |
-
msgid "With the WriteScroll option active, these pages will automatically scroll to an optimal position for editing, when you visit Write Post or Write Page."
|
262 |
-
msgstr "С опцията WriteScroll активна, тези страници автоматично ще преминете на оптимална позиция за редактиране, когато посещавате Напиши Мнение или напишете страница."
|
263 |
-
|
264 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:127
|
265 |
-
msgid "Timestamp"
|
266 |
-
msgstr "Timestamp"
|
267 |
-
|
268 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:133
|
269 |
-
msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
|
270 |
-
msgstr "Отваря след клеймото редактиране на полета, без да ви се налага да кликнете \ \"Edit \" връзка всеки път."
|
271 |
-
|
272 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:137
|
273 |
-
msgid "Thickbox FullScreen"
|
274 |
-
msgstr "Thickbox FullScreen"
|
275 |
-
|
276 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:143
|
277 |
-
msgid "All Thickbox-function use the full area of the browser. Thickbox is for examble in upload media-files."
|
278 |
-
msgstr "Всички Thickbox функции се използва пълната площ на браузъра. Thickbox е за examble качване медийни файлове."
|
279 |
-
|
280 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:147
|
281 |
-
msgid "Flashuploader"
|
282 |
-
msgstr "Flashuploader"
|
283 |
-
|
284 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:153
|
285 |
-
msgid "Disable the flashuploader and users use only the standard uploader."
|
286 |
-
msgstr "Изключване flashuploader и потребителите да използват само стандартни качване."
|
287 |
-
|
288 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:157
|
289 |
-
msgid "Advice in Footer"
|
290 |
-
msgstr "Съвети в Footer"
|
291 |
-
|
292 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:164
|
293 |
-
msgid "In the Footer kann you display a advice for change the Default-design, (x)HTML is possible."
|
294 |
-
msgstr "В Footer Kann ви покаже съвети за промяна по подразбиране дизайн, (X) HTML е възможно."
|
295 |
-
|
296 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:186
|
297 |
-
msgid "Dashboard deaktivate, redirect to"
|
298 |
-
msgstr "Dashboard deaktivate, да пренасочи"
|
299 |
-
|
300 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:191
|
301 |
-
msgid "Manage Posts"
|
302 |
-
msgstr "Управление Мнения"
|
303 |
-
|
304 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:192
|
305 |
-
msgid "Manage Pages"
|
306 |
-
msgstr "Управление на страници"
|
307 |
-
|
308 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:193
|
309 |
-
msgid "Write Post"
|
310 |
-
msgstr "Напиши Мнение"
|
311 |
-
|
312 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:194
|
313 |
-
msgid "Write Page"
|
314 |
-
msgstr "Напиши страница"
|
315 |
-
|
316 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:195
|
317 |
-
msgid "Comments"
|
318 |
-
msgstr "Коментари"
|
319 |
-
|
320 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:196
|
321 |
-
msgid "other Page"
|
322 |
-
msgstr "други"
|
323 |
-
|
324 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:199
|
325 |
-
msgid "You have deaktivate the Dashboard, please select a page for redirect?"
|
326 |
-
msgstr "Имате deaktivate на Dashboard, моля изберете страница за пренасочване на?"
|
327 |
-
|
328 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:208
|
329 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:322
|
330 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:587
|
331 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:669
|
332 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:751
|
333 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:871
|
334 |
-
msgid "Update Options"
|
335 |
-
msgstr "Актуализация Опции"
|
336 |
-
|
337 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:218
|
338 |
-
msgid "Global options"
|
339 |
-
msgstr "глобална"
|
340 |
-
|
341 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:225
|
342 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:297
|
343 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:644
|
344 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:726
|
345 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:768
|
346 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:846
|
347 |
-
msgid "Option"
|
348 |
-
msgstr "опция"
|
349 |
-
|
350 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:228
|
351 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:341
|
352 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:607
|
353 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:689
|
354 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:771
|
355 |
-
msgid "Deactivate for"
|
356 |
-
msgstr "Деактивиране за"
|
357 |
-
|
358 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:248
|
359 |
-
msgid "Favorite Actions"
|
360 |
-
msgstr "любими действия"
|
361 |
-
|
362 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:249
|
363 |
-
msgid "Screen-Meta"
|
364 |
-
msgstr "Meta на екрана"
|
365 |
-
|
366 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:250
|
367 |
-
msgid "Screen Options"
|
368 |
-
msgstr "Screen Options"
|
369 |
-
|
370 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:251
|
371 |
-
msgid "Contextual Help"
|
372 |
-
msgstr "Контекстуални Помощ"
|
373 |
-
|
374 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:252
|
375 |
-
msgid "Admin Color Scheme"
|
376 |
-
msgstr "Схема за Admin Color"
|
377 |
-
|
378 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:296
|
379 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:845
|
380 |
-
msgid "Your own options"
|
381 |
-
msgstr "Вашият собствен опции"
|
382 |
-
|
383 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:296
|
384 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:643
|
385 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:725
|
386 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:845
|
387 |
-
msgid "ID or class"
|
388 |
-
msgstr "ID или клас"
|
389 |
-
|
390 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:303
|
391 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:650
|
392 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:732
|
393 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:852
|
394 |
-
msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
|
395 |
-
msgstr "Възможно е да добавяте свои собствени документи за самоличност или класове от елементи и етикети. Можете да намерите документи за самоличност и класове с Firebug добавки за Firefox. Присвояване на стойността и на асоциираното име на ред."
|
396 |
-
|
397 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:309
|
398 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:656
|
399 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:738
|
400 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:858
|
401 |
-
msgid "Possible IDs or classes. Separate multiple values through a carriage return."
|
402 |
-
msgstr "Възможни документи за самоличност или класове. Разделяйте множество стойности чрез връщане на каретката."
|
403 |
-
|
404 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:314
|
405 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:661
|
406 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:743
|
407 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:863
|
408 |
-
msgid "Possible nomination for ID or class. Separate multiple nomination through a carriage return."
|
409 |
-
msgstr "Възможни номинация за ID или клас. Отделно множество номинация чрез връщане на каретката."
|
410 |
-
|
411 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:332
|
412 |
-
msgid "Menu Options"
|
413 |
-
msgstr "Опции на менюто"
|
414 |
-
|
415 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:338
|
416 |
-
msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
|
417 |
-
msgstr "Меню опции - Меню, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
|
418 |
-
|
419 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:393
|
420 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:475
|
421 |
-
msgid "Permalink"
|
422 |
-
msgstr "Permalink"
|
423 |
-
|
424 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:397
|
425 |
-
msgid "Excerpt"
|
426 |
-
msgstr "откъс"
|
427 |
-
|
428 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:398
|
429 |
-
msgid "Trackbacks"
|
430 |
-
msgstr "Trackbacks"
|
431 |
-
|
432 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:399
|
433 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:476
|
434 |
-
msgid "Custom Fields"
|
435 |
-
msgstr "потребителски полета"
|
436 |
-
|
437 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:400
|
438 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:477
|
439 |
-
msgid "Comments & Pings"
|
440 |
-
msgstr "Коментари & пинг"
|
441 |
-
|
442 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:401
|
443 |
-
msgid "Password Protect This Post"
|
444 |
-
msgstr "Защитите с парола тази публикация"
|
445 |
-
|
446 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:402
|
447 |
-
msgid "Post Author"
|
448 |
-
msgstr "Мнение Автор"
|
449 |
-
|
450 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:403
|
451 |
-
msgid "Post Revisions"
|
452 |
-
msgstr "Мнение Ревизии"
|
453 |
-
|
454 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:404
|
455 |
-
msgid "Related, Shortcuts"
|
456 |
-
msgstr "Свързани с преки пътища"
|
457 |
-
|
458 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:405
|
459 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:485
|
460 |
-
msgid "Messenges"
|
461 |
-
msgstr "Messenges"
|
462 |
-
|
463 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:406
|
464 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:486
|
465 |
-
msgid "h2: Advanced Options"
|
466 |
-
msgstr "h2: Advanced Options"
|
467 |
-
|
468 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:407
|
469 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:487
|
470 |
-
msgid "Media Buttons (all)"
|
471 |
-
msgstr "Медийни бутони (всички)"
|
472 |
-
|
473 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:408
|
474 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:488
|
475 |
-
msgid "Word count"
|
476 |
-
msgstr "брой на думите"
|
477 |
-
|
478 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:409
|
479 |
-
msgid "Post Slug, Slug Box"
|
480 |
-
msgstr "Мнение Slug, Slug Box"
|
481 |
-
|
482 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:410
|
483 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:490
|
484 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:801
|
485 |
-
msgid "Publish Actions"
|
486 |
-
msgstr "Публикуване Действия"
|
487 |
-
|
488 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:414
|
489 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:494
|
490 |
-
msgid "Suggested tags from"
|
491 |
-
msgstr "Предложени тагове от"
|
492 |
-
|
493 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:416
|
494 |
-
msgid "Text Control"
|
495 |
-
msgstr "Текст контрол"
|
496 |
-
|
497 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:418
|
498 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:496
|
499 |
-
msgid "HTML Special Characters"
|
500 |
-
msgstr "HTML специални символи"
|
501 |
-
|
502 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:478
|
503 |
-
msgid "Password Protect This Page"
|
504 |
-
msgstr "Защитите с парола тази страница"
|
505 |
-
|
506 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:479
|
507 |
-
msgid "Page Parent"
|
508 |
-
msgstr "страница майка"
|
509 |
-
|
510 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:480
|
511 |
-
msgid "Page Template"
|
512 |
-
msgstr "страница Шаблон"
|
513 |
-
|
514 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:481
|
515 |
-
msgid "Page Order"
|
516 |
-
msgstr "ред на страниците"
|
517 |
-
|
518 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:482
|
519 |
-
msgid "Page Author"
|
520 |
-
msgstr "страница Автор"
|
521 |
-
|
522 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:483
|
523 |
-
msgid "Page Revisions"
|
524 |
-
msgstr "страница Ревизии"
|
525 |
-
|
526 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:484
|
527 |
-
msgid "Related"
|
528 |
-
msgstr "свързан"
|
529 |
-
|
530 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:489
|
531 |
-
msgid "Page Slug, Slug Box"
|
532 |
-
msgstr "Страница Slug, Slug Box"
|
533 |
-
|
534 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:597
|
535 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:604
|
536 |
-
msgid "Write options - Post"
|
537 |
-
msgstr "Напиши опции - Post"
|
538 |
-
|
539 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:643
|
540 |
-
msgid "Your own post options"
|
541 |
-
msgstr "Вашият собствен опции на мнението"
|
542 |
-
|
543 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:679
|
544 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:686
|
545 |
-
msgid "Write options - Page"
|
546 |
-
msgstr "Напиши опции - Страница"
|
547 |
-
|
548 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:725
|
549 |
-
msgid "Your own page options"
|
550 |
-
msgstr "Опции Вашата собствена страница"
|
551 |
-
|
552 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:761
|
553 |
-
msgid "Links options"
|
554 |
-
msgstr "Връзки опции"
|
555 |
-
|
556 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:794
|
557 |
-
msgid "Name"
|
558 |
-
msgstr "име"
|
559 |
-
|
560 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:795
|
561 |
-
msgid "Web Address"
|
562 |
-
msgstr "уеб Адрес"
|
563 |
-
|
564 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:796
|
565 |
-
msgid "Description"
|
566 |
-
msgstr "описание"
|
567 |
-
|
568 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:798
|
569 |
-
msgid "Target"
|
570 |
-
msgstr "цел"
|
571 |
-
|
572 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:799
|
573 |
-
msgid "Link Relationship (XFN)"
|
574 |
-
msgstr "Link Relationship (XFN)"
|
575 |
-
|
576 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:800
|
577 |
-
msgid "Advanced"
|
578 |
-
msgstr "напреднал"
|
579 |
-
|
580 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:882
|
581 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:952
|
582 |
-
msgid "Set Theme"
|
583 |
-
msgstr "Задайте Тема"
|
584 |
-
|
585 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:891
|
586 |
-
msgid "User-ID"
|
587 |
-
msgstr "User-ID"
|
588 |
-
|
589 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:892
|
590 |
-
msgid "Username"
|
591 |
-
msgstr "Потребител"
|
592 |
-
|
593 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:893
|
594 |
-
msgid "Display name publicly as"
|
595 |
-
msgstr "Покажи име публично като"
|
596 |
-
|
597 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:894
|
598 |
-
msgid "Admin-Color Scheme"
|
599 |
-
msgstr "Admin-Color Scheme"
|
600 |
-
|
601 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:895
|
602 |
-
msgid "User Level"
|
603 |
-
msgstr "потребителско ниво"
|
604 |
-
|
605 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:896
|
606 |
-
msgid "Role"
|
607 |
-
msgstr "роля"
|
608 |
-
|
609 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:963
|
610 |
-
msgid "Deinstall Options"
|
611 |
-
msgstr "деинсталирате Опции"
|
612 |
-
|
613 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:966
|
614 |
-
msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
|
615 |
-
msgstr "Използвайте тази опция, за почистване на база данни от всички записи на този плъгин. Когато деактивирате плъгин, деинсталирате на приставката <strong> Не почиствайте </STRONG> всички записи в базата данни."
|
616 |
-
|
617 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:970
|
618 |
-
msgid "Delete Options"
|
619 |
-
msgstr "Изтрий опции"
|
620 |
-
|
621 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:983
|
622 |
-
msgid "About the plugin"
|
623 |
-
msgstr "За плъгин"
|
624 |
-
|
625 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:985
|
626 |
-
msgid "Further information: Visit the <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">plugin homepage</a> for further information or to grab the latest version of this plugin."
|
627 |
-
msgstr "Допълнителна информация: Посетете <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\"> плъгин началната страница </A> за допълнителна информация или да вземете най-новата версия на този плъгин."
|
628 |
-
|
629 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:991
|
630 |
-
msgid "PayPal - The safer, easier way to pay online!"
|
631 |
-
msgstr "PayPal - По-безопасни, по-лесен начин за плащане по електронен!"
|
632 |
-
|
633 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:995
|
634 |
-
msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
|
635 |
-
msgstr "Вие искате да ми благодари? Посетете ми <a href=\"http://bueltge.de/wunschliste/\"> желани </A> или даряват."
|
636 |
-
|
637 |
-
#~ msgid "All"
|
638 |
-
#~ msgstr "Усё"
|
639 |
-
|
640 |
-
#~ msgid "None"
|
641 |
-
#~ msgstr "Нічога"
|
642 |
-
|
643 |
-
#~ msgid "It is possible to hide the favorite-actions in the header."
|
644 |
-
#~ msgstr "Магчыма схаваць каханыя дзеянні з загалоўка."
|
645 |
-
|
646 |
-
#~ msgid "It is possible to hide the screen-options."
|
647 |
-
#~ msgstr "Магчыма схаваць налады экрана"
|
648 |
-
|
649 |
-
#~ msgid "Menu Order"
|
650 |
-
#~ msgstr "Парадак меню"
|
651 |
-
|
652 |
-
#~ msgid "It is possible to set a new menu-order."
|
653 |
-
#~ msgstr "Магчыма задаць новы парадак меню."
|
654 |
-
|
655 |
-
#~ msgid "Sidebar Width"
|
656 |
-
#~ msgstr "Шырыня бакавой калонкі"
|
657 |
-
|
658 |
-
#~ msgid ""
|
659 |
-
#~ "The sidebar on the right side in the area <em>Edit</em> is configurable. "
|
660 |
-
#~ "Default is 200 pixel in the WordPress Theme <em>Classic</em> and "
|
661 |
-
#~ "<em>Fresh</em>"
|
662 |
-
#~ msgstr ""
|
663 |
-
#~ "Бакавая калонка з правага боку вобласці <em>рэдагавання</em> "
|
664 |
-
#~ "наладжвальная. Па змаўчанні шырыня яе складае 200 пікселяў у стылях "
|
665 |
-
#~ "WordPress <em>Класічны</em> і <em>Новы</em>"
|
666 |
-
|
667 |
-
#~ msgid "Dashmenu"
|
668 |
-
#~ msgstr "Меню панэлі"
|
669 |
-
|
670 |
-
#~ msgid ""
|
671 |
-
#~ "The "Dashboard-area" is on the top left side of the backend. "
|
672 |
-
#~ "You can hide show."
|
673 |
-
#~ msgstr ""
|
674 |
-
#~ "Вобласць дошкі аб'яў у левым верхнім куту. Вы можаце схаваць яе."
|
675 |
-
|
676 |
-
#~ msgid "It is possible to hide the Admin Color Schemes."
|
677 |
-
#~ msgstr "Магчыма схаваць колеравыя схемы адмінкі."
|
678 |
-
|
679 |
-
#~ msgid "Deactivate for Subscriber"
|
680 |
-
#~ msgstr "Адключыць для падпісантаў"
|
681 |
-
|
682 |
-
#~ msgid "Deactivate for Contributor"
|
683 |
-
#~ msgstr "Адключыць для ўдзельнікаў"
|
684 |
-
|
685 |
-
#~ msgid "Deactivate for Editor"
|
686 |
-
#~ msgstr "Адключыць для рэдактараў"
|
687 |
-
|
688 |
-
#~ msgid "Deactivate for Administrator"
|
689 |
-
#~ msgstr "Адключыць для адміністратараў"
|
690 |
-
|
691 |
-
#~ msgid "All items"
|
692 |
-
#~ msgstr "Усе тыпы"
|
693 |
-
|
694 |
-
#~ msgid "Write Options"
|
695 |
-
#~ msgstr "Налады напісання"
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Adminimize\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2009-05-17 23:17+0600\n"
|
6 |
+
"PO-Revision-Date: 2011-08-19 13:29+0200\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
+
"Language-Team: Dimitar Kolevski <dimitar.kolevski@mail.bg>\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-SourceCharset: utf-8\n"
|
13 |
+
"X-Poedit-Basepath: .\n"
|
14 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
15 |
+
"X-Poedit-Language: Bulgarian\n"
|
16 |
+
"X-Poedit-Country: BULGARIA\n"
|
17 |
+
"X-Poedit-SearchPath-0: X:\\web\\wordpress\\main\\LATEST\\wordpress-2.7.1-rus-lecactus-edition-powerpack\\wordpress\\wp-content\\plugins\\adminimize\n"
|
18 |
+
|
19 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:85
|
20 |
+
msgid "Unknown error."
|
21 |
+
msgstr "Неизвестна грешка."
|
22 |
+
|
23 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:92
|
24 |
+
msgid "The updates was saved."
|
25 |
+
msgstr "Актуализациите е спасен."
|
26 |
+
|
27 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:93
|
28 |
+
msgid "You have not enough rights for edit entries in the database."
|
29 |
+
msgstr "Вие не сте достатъчно права за редактиране записи в базата данни."
|
30 |
+
|
31 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:94
|
32 |
+
msgid "All entries in the database was delleted."
|
33 |
+
msgstr "Всички записи в базата данни се заличават."
|
34 |
+
|
35 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:95
|
36 |
+
msgid "Set the checkbox on deinstall-button."
|
37 |
+
msgstr "Задайте квадратчето за деинсталирате-бутон."
|
38 |
+
|
39 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:96
|
40 |
+
msgid "Can't load menu and submenu."
|
41 |
+
msgstr "Не може да се зареди меню и подменю."
|
42 |
+
|
43 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:97
|
44 |
+
msgid "Backend-Theme was activated!"
|
45 |
+
msgstr "Backend-Тема е активирана!"
|
46 |
+
|
47 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:348
|
48 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:395
|
49 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:797
|
50 |
+
msgid "Categories"
|
51 |
+
msgstr "Категории"
|
52 |
+
|
53 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:354
|
54 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:365
|
55 |
+
msgid "+ Add New Category"
|
56 |
+
msgstr "+ Добави нова категория"
|
57 |
+
|
58 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:356
|
59 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:367
|
60 |
+
msgid "New category name"
|
61 |
+
msgstr "Нова категория име"
|
62 |
+
|
63 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:357
|
64 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:369
|
65 |
+
msgid "Parent category"
|
66 |
+
msgstr "Родител категория"
|
67 |
+
|
68 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:358
|
69 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:370
|
70 |
+
msgid "Add"
|
71 |
+
msgstr "Добави"
|
72 |
+
|
73 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:367
|
74 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:396
|
75 |
+
msgid "Add New Category"
|
76 |
+
msgstr "Добавяне на нова категория"
|
77 |
+
|
78 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:391
|
79 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:392
|
80 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:394
|
81 |
+
msgid "Tags"
|
82 |
+
msgstr "Етикети"
|
83 |
+
|
84 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:432
|
85 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:446
|
86 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:460
|
87 |
+
msgid "Blue"
|
88 |
+
msgstr "син"
|
89 |
+
|
90 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:439
|
91 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:453
|
92 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:467
|
93 |
+
msgid "Gray"
|
94 |
+
msgstr "сив"
|
95 |
+
|
96 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:475
|
97 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:517
|
98 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:540
|
99 |
+
msgid "Classic"
|
100 |
+
msgstr "класически"
|
101 |
+
|
102 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:482
|
103 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:524
|
104 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:547
|
105 |
+
msgid "Fresh"
|
106 |
+
msgstr "пресен"
|
107 |
+
|
108 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:489
|
109 |
+
msgid "WordPress 2.3"
|
110 |
+
msgstr "WordPress 2.3"
|
111 |
+
|
112 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:496
|
113 |
+
msgid "Maybe i'm colorblind"
|
114 |
+
msgstr "Може би аз съм colorblind"
|
115 |
+
|
116 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:503
|
117 |
+
msgid "Grey"
|
118 |
+
msgstr "сив"
|
119 |
+
|
120 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:631
|
121 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:634
|
122 |
+
msgid "Dashboard"
|
123 |
+
msgstr "Tабло"
|
124 |
+
|
125 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:693
|
126 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:695
|
127 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:708
|
128 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:710
|
129 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:908
|
130 |
+
msgid "Log Out"
|
131 |
+
msgstr "Изход"
|
132 |
+
|
133 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:927
|
134 |
+
msgid "Visit plugin homepage"
|
135 |
+
msgstr "Посетете началната страница плъгин"
|
136 |
+
|
137 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:930
|
138 |
+
msgid "plugin"
|
139 |
+
msgstr "плъгин"
|
140 |
+
|
141 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:930
|
142 |
+
msgid "Version"
|
143 |
+
msgstr "версия"
|
144 |
+
|
145 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:930
|
146 |
+
msgid "History"
|
147 |
+
msgstr "история"
|
148 |
+
|
149 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:930
|
150 |
+
msgid "Author"
|
151 |
+
msgstr "автор"
|
152 |
+
|
153 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:933
|
154 |
+
msgid "plugin activate"
|
155 |
+
msgstr "плъгин активирате"
|
156 |
+
|
157 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:948
|
158 |
+
msgid "Settings"
|
159 |
+
msgstr "Настройки"
|
160 |
+
|
161 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:1008
|
162 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:1028
|
163 |
+
msgid "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentation</a>"
|
164 |
+
msgstr "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">документация</a>"
|
165 |
+
|
166 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:1025
|
167 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:70
|
168 |
+
msgid "Adminimize"
|
169 |
+
msgstr "Adminimize"
|
170 |
+
|
171 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:1027
|
172 |
+
msgid "Adminimize Options"
|
173 |
+
msgstr "adminimize Опции"
|
174 |
+
|
175 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:1041
|
176 |
+
msgid "Cheatin’ uh?"
|
177 |
+
msgstr "Cheatin’ uh?"
|
178 |
+
|
179 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:74
|
180 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:217
|
181 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:331
|
182 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:596
|
183 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:678
|
184 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:760
|
185 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:881
|
186 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:962
|
187 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:982
|
188 |
+
msgid "Click to toggle"
|
189 |
+
msgstr "Кликнете, за да превключвате"
|
190 |
+
|
191 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:75
|
192 |
+
msgid "Backend Options"
|
193 |
+
msgstr "Backend Опции"
|
194 |
+
|
195 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:84
|
196 |
+
msgid "User-Info"
|
197 |
+
msgstr "Информация за потребителя"
|
198 |
+
|
199 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:88
|
200 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:101
|
201 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:111
|
202 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:121
|
203 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:131
|
204 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:141
|
205 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:151
|
206 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:161
|
207 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:190
|
208 |
+
msgid "Default"
|
209 |
+
msgstr "По подразбиране"
|
210 |
+
|
211 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:89
|
212 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:112
|
213 |
+
msgid "Hide"
|
214 |
+
msgstr "крия"
|
215 |
+
|
216 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:90
|
217 |
+
msgid "Only logout"
|
218 |
+
msgstr "Само изход"
|
219 |
+
|
220 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:91
|
221 |
+
msgid "User & Logout"
|
222 |
+
msgstr "Потребителят & Изход"
|
223 |
+
|
224 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:92
|
225 |
+
msgid "The "User-Info-area" is on the top right side of the backend. You can hide or reduced show."
|
226 |
+
msgstr "\"User Info-област\" е в горната дясна страна на гръб. Можете да скриете или намалена шоу."
|
227 |
+
|
228 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:97
|
229 |
+
msgid "Change User-Info, redirect to"
|
230 |
+
msgstr "Промяна на потребителя-Info, да пренасочи"
|
231 |
+
|
232 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:102
|
233 |
+
msgid "Frontpage of the Blog"
|
234 |
+
msgstr "Frontpage на блога"
|
235 |
+
|
236 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:103
|
237 |
+
msgid "When the "User-Info-area" change it, then it is possible to change the redirect."
|
238 |
+
msgstr "Когато \"User Info-зона\" го промените, тогава е възможно да се промени пренасочването."
|
239 |
+
|
240 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:107
|
241 |
+
msgid "Footer"
|
242 |
+
msgstr "Footer"
|
243 |
+
|
244 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:113
|
245 |
+
msgid "The Footer-area kann hide, include all links and details."
|
246 |
+
msgstr "Footer площ Kann скрий, включват всички връзки и детайли."
|
247 |
+
|
248 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:117
|
249 |
+
msgid "WriteScroll"
|
250 |
+
msgstr "WriteScroll"
|
251 |
+
|
252 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:122
|
253 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:132
|
254 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:142
|
255 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:152
|
256 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:162
|
257 |
+
msgid "Activate"
|
258 |
+
msgstr "Активиране"
|
259 |
+
|
260 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:123
|
261 |
+
msgid "With the WriteScroll option active, these pages will automatically scroll to an optimal position for editing, when you visit Write Post or Write Page."
|
262 |
+
msgstr "С опцията WriteScroll активна, тези страници автоматично ще преминете на оптимална позиция за редактиране, когато посещавате Напиши Мнение или напишете страница."
|
263 |
+
|
264 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:127
|
265 |
+
msgid "Timestamp"
|
266 |
+
msgstr "Timestamp"
|
267 |
+
|
268 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:133
|
269 |
+
msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
|
270 |
+
msgstr "Отваря след клеймото редактиране на полета, без да ви се налага да кликнете \ \"Edit \" връзка всеки път."
|
271 |
+
|
272 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:137
|
273 |
+
msgid "Thickbox FullScreen"
|
274 |
+
msgstr "Thickbox FullScreen"
|
275 |
+
|
276 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:143
|
277 |
+
msgid "All Thickbox-function use the full area of the browser. Thickbox is for examble in upload media-files."
|
278 |
+
msgstr "Всички Thickbox функции се използва пълната площ на браузъра. Thickbox е за examble качване медийни файлове."
|
279 |
+
|
280 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:147
|
281 |
+
msgid "Flashuploader"
|
282 |
+
msgstr "Flashuploader"
|
283 |
+
|
284 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:153
|
285 |
+
msgid "Disable the flashuploader and users use only the standard uploader."
|
286 |
+
msgstr "Изключване flashuploader и потребителите да използват само стандартни качване."
|
287 |
+
|
288 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:157
|
289 |
+
msgid "Advice in Footer"
|
290 |
+
msgstr "Съвети в Footer"
|
291 |
+
|
292 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:164
|
293 |
+
msgid "In the Footer kann you display a advice for change the Default-design, (x)HTML is possible."
|
294 |
+
msgstr "В Footer Kann ви покаже съвети за промяна по подразбиране дизайн, (X) HTML е възможно."
|
295 |
+
|
296 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:186
|
297 |
+
msgid "Dashboard deaktivate, redirect to"
|
298 |
+
msgstr "Dashboard deaktivate, да пренасочи"
|
299 |
+
|
300 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:191
|
301 |
+
msgid "Manage Posts"
|
302 |
+
msgstr "Управление Мнения"
|
303 |
+
|
304 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:192
|
305 |
+
msgid "Manage Pages"
|
306 |
+
msgstr "Управление на страници"
|
307 |
+
|
308 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:193
|
309 |
+
msgid "Write Post"
|
310 |
+
msgstr "Напиши Мнение"
|
311 |
+
|
312 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:194
|
313 |
+
msgid "Write Page"
|
314 |
+
msgstr "Напиши страница"
|
315 |
+
|
316 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:195
|
317 |
+
msgid "Comments"
|
318 |
+
msgstr "Коментари"
|
319 |
+
|
320 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:196
|
321 |
+
msgid "other Page"
|
322 |
+
msgstr "други"
|
323 |
+
|
324 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:199
|
325 |
+
msgid "You have deaktivate the Dashboard, please select a page for redirect?"
|
326 |
+
msgstr "Имате deaktivate на Dashboard, моля изберете страница за пренасочване на?"
|
327 |
+
|
328 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:208
|
329 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:322
|
330 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:587
|
331 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:669
|
332 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:751
|
333 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:871
|
334 |
+
msgid "Update Options"
|
335 |
+
msgstr "Актуализация Опции"
|
336 |
+
|
337 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:218
|
338 |
+
msgid "Global options"
|
339 |
+
msgstr "глобална"
|
340 |
+
|
341 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:225
|
342 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:297
|
343 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:644
|
344 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:726
|
345 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:768
|
346 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:846
|
347 |
+
msgid "Option"
|
348 |
+
msgstr "опция"
|
349 |
+
|
350 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:228
|
351 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:341
|
352 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:607
|
353 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:689
|
354 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:771
|
355 |
+
msgid "Deactivate for"
|
356 |
+
msgstr "Деактивиране за"
|
357 |
+
|
358 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:248
|
359 |
+
msgid "Favorite Actions"
|
360 |
+
msgstr "любими действия"
|
361 |
+
|
362 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:249
|
363 |
+
msgid "Screen-Meta"
|
364 |
+
msgstr "Meta на екрана"
|
365 |
+
|
366 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:250
|
367 |
+
msgid "Screen Options"
|
368 |
+
msgstr "Screen Options"
|
369 |
+
|
370 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:251
|
371 |
+
msgid "Contextual Help"
|
372 |
+
msgstr "Контекстуални Помощ"
|
373 |
+
|
374 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:252
|
375 |
+
msgid "Admin Color Scheme"
|
376 |
+
msgstr "Схема за Admin Color"
|
377 |
+
|
378 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:296
|
379 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:845
|
380 |
+
msgid "Your own options"
|
381 |
+
msgstr "Вашият собствен опции"
|
382 |
+
|
383 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:296
|
384 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:643
|
385 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:725
|
386 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:845
|
387 |
+
msgid "ID or class"
|
388 |
+
msgstr "ID или клас"
|
389 |
+
|
390 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:303
|
391 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:650
|
392 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:732
|
393 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:852
|
394 |
+
msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
|
395 |
+
msgstr "Възможно е да добавяте свои собствени документи за самоличност или класове от елементи и етикети. Можете да намерите документи за самоличност и класове с Firebug добавки за Firefox. Присвояване на стойността и на асоциираното име на ред."
|
396 |
+
|
397 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:309
|
398 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:656
|
399 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:738
|
400 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:858
|
401 |
+
msgid "Possible IDs or classes. Separate multiple values through a carriage return."
|
402 |
+
msgstr "Възможни документи за самоличност или класове. Разделяйте множество стойности чрез връщане на каретката."
|
403 |
+
|
404 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:314
|
405 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:661
|
406 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:743
|
407 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:863
|
408 |
+
msgid "Possible nomination for ID or class. Separate multiple nomination through a carriage return."
|
409 |
+
msgstr "Възможни номинация за ID или клас. Отделно множество номинация чрез връщане на каретката."
|
410 |
+
|
411 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:332
|
412 |
+
msgid "Menu Options"
|
413 |
+
msgstr "Опции на менюто"
|
414 |
+
|
415 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:338
|
416 |
+
msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
|
417 |
+
msgstr "Меню опции - Меню, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
|
418 |
+
|
419 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:393
|
420 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:475
|
421 |
+
msgid "Permalink"
|
422 |
+
msgstr "Permalink"
|
423 |
+
|
424 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:397
|
425 |
+
msgid "Excerpt"
|
426 |
+
msgstr "откъс"
|
427 |
+
|
428 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:398
|
429 |
+
msgid "Trackbacks"
|
430 |
+
msgstr "Trackbacks"
|
431 |
+
|
432 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:399
|
433 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:476
|
434 |
+
msgid "Custom Fields"
|
435 |
+
msgstr "потребителски полета"
|
436 |
+
|
437 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:400
|
438 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:477
|
439 |
+
msgid "Comments & Pings"
|
440 |
+
msgstr "Коментари & пинг"
|
441 |
+
|
442 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:401
|
443 |
+
msgid "Password Protect This Post"
|
444 |
+
msgstr "Защитите с парола тази публикация"
|
445 |
+
|
446 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:402
|
447 |
+
msgid "Post Author"
|
448 |
+
msgstr "Мнение Автор"
|
449 |
+
|
450 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:403
|
451 |
+
msgid "Post Revisions"
|
452 |
+
msgstr "Мнение Ревизии"
|
453 |
+
|
454 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:404
|
455 |
+
msgid "Related, Shortcuts"
|
456 |
+
msgstr "Свързани с преки пътища"
|
457 |
+
|
458 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:405
|
459 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:485
|
460 |
+
msgid "Messenges"
|
461 |
+
msgstr "Messenges"
|
462 |
+
|
463 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:406
|
464 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:486
|
465 |
+
msgid "h2: Advanced Options"
|
466 |
+
msgstr "h2: Advanced Options"
|
467 |
+
|
468 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:407
|
469 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:487
|
470 |
+
msgid "Media Buttons (all)"
|
471 |
+
msgstr "Медийни бутони (всички)"
|
472 |
+
|
473 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:408
|
474 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:488
|
475 |
+
msgid "Word count"
|
476 |
+
msgstr "брой на думите"
|
477 |
+
|
478 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:409
|
479 |
+
msgid "Post Slug, Slug Box"
|
480 |
+
msgstr "Мнение Slug, Slug Box"
|
481 |
+
|
482 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:410
|
483 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:490
|
484 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:801
|
485 |
+
msgid "Publish Actions"
|
486 |
+
msgstr "Публикуване Действия"
|
487 |
+
|
488 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:414
|
489 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:494
|
490 |
+
msgid "Suggested tags from"
|
491 |
+
msgstr "Предложени тагове от"
|
492 |
+
|
493 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:416
|
494 |
+
msgid "Text Control"
|
495 |
+
msgstr "Текст контрол"
|
496 |
+
|
497 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:418
|
498 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:496
|
499 |
+
msgid "HTML Special Characters"
|
500 |
+
msgstr "HTML специални символи"
|
501 |
+
|
502 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:478
|
503 |
+
msgid "Password Protect This Page"
|
504 |
+
msgstr "Защитите с парола тази страница"
|
505 |
+
|
506 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:479
|
507 |
+
msgid "Page Parent"
|
508 |
+
msgstr "страница майка"
|
509 |
+
|
510 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:480
|
511 |
+
msgid "Page Template"
|
512 |
+
msgstr "страница Шаблон"
|
513 |
+
|
514 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:481
|
515 |
+
msgid "Page Order"
|
516 |
+
msgstr "ред на страниците"
|
517 |
+
|
518 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:482
|
519 |
+
msgid "Page Author"
|
520 |
+
msgstr "страница Автор"
|
521 |
+
|
522 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:483
|
523 |
+
msgid "Page Revisions"
|
524 |
+
msgstr "страница Ревизии"
|
525 |
+
|
526 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:484
|
527 |
+
msgid "Related"
|
528 |
+
msgstr "свързан"
|
529 |
+
|
530 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:489
|
531 |
+
msgid "Page Slug, Slug Box"
|
532 |
+
msgstr "Страница Slug, Slug Box"
|
533 |
+
|
534 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:597
|
535 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:604
|
536 |
+
msgid "Write options - Post"
|
537 |
+
msgstr "Напиши опции - Post"
|
538 |
+
|
539 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:643
|
540 |
+
msgid "Your own post options"
|
541 |
+
msgstr "Вашият собствен опции на мнението"
|
542 |
+
|
543 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:679
|
544 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:686
|
545 |
+
msgid "Write options - Page"
|
546 |
+
msgstr "Напиши опции - Страница"
|
547 |
+
|
548 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:725
|
549 |
+
msgid "Your own page options"
|
550 |
+
msgstr "Опции Вашата собствена страница"
|
551 |
+
|
552 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:761
|
553 |
+
msgid "Links options"
|
554 |
+
msgstr "Връзки опции"
|
555 |
+
|
556 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:794
|
557 |
+
msgid "Name"
|
558 |
+
msgstr "име"
|
559 |
+
|
560 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:795
|
561 |
+
msgid "Web Address"
|
562 |
+
msgstr "уеб Адрес"
|
563 |
+
|
564 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:796
|
565 |
+
msgid "Description"
|
566 |
+
msgstr "описание"
|
567 |
+
|
568 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:798
|
569 |
+
msgid "Target"
|
570 |
+
msgstr "цел"
|
571 |
+
|
572 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:799
|
573 |
+
msgid "Link Relationship (XFN)"
|
574 |
+
msgstr "Link Relationship (XFN)"
|
575 |
+
|
576 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:800
|
577 |
+
msgid "Advanced"
|
578 |
+
msgstr "напреднал"
|
579 |
+
|
580 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:882
|
581 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:952
|
582 |
+
msgid "Set Theme"
|
583 |
+
msgstr "Задайте Тема"
|
584 |
+
|
585 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:891
|
586 |
+
msgid "User-ID"
|
587 |
+
msgstr "User-ID"
|
588 |
+
|
589 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:892
|
590 |
+
msgid "Username"
|
591 |
+
msgstr "Потребител"
|
592 |
+
|
593 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:893
|
594 |
+
msgid "Display name publicly as"
|
595 |
+
msgstr "Покажи име публично като"
|
596 |
+
|
597 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:894
|
598 |
+
msgid "Admin-Color Scheme"
|
599 |
+
msgstr "Admin-Color Scheme"
|
600 |
+
|
601 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:895
|
602 |
+
msgid "User Level"
|
603 |
+
msgstr "потребителско ниво"
|
604 |
+
|
605 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:896
|
606 |
+
msgid "Role"
|
607 |
+
msgstr "роля"
|
608 |
+
|
609 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:963
|
610 |
+
msgid "Deinstall Options"
|
611 |
+
msgstr "деинсталирате Опции"
|
612 |
+
|
613 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:966
|
614 |
+
msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
|
615 |
+
msgstr "Използвайте тази опция, за почистване на база данни от всички записи на този плъгин. Когато деактивирате плъгин, деинсталирате на приставката <strong> Не почиствайте </STRONG> всички записи в базата данни."
|
616 |
+
|
617 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:970
|
618 |
+
msgid "Delete Options"
|
619 |
+
msgstr "Изтрий опции"
|
620 |
+
|
621 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:983
|
622 |
+
msgid "About the plugin"
|
623 |
+
msgstr "За плъгин"
|
624 |
+
|
625 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:985
|
626 |
+
msgid "Further information: Visit the <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">plugin homepage</a> for further information or to grab the latest version of this plugin."
|
627 |
+
msgstr "Допълнителна информация: Посетете <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\"> плъгин началната страница </A> за допълнителна информация или да вземете най-новата версия на този плъгин."
|
628 |
+
|
629 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:991
|
630 |
+
msgid "PayPal - The safer, easier way to pay online!"
|
631 |
+
msgstr "PayPal - По-безопасни, по-лесен начин за плащане по електронен!"
|
632 |
+
|
633 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:995
|
634 |
+
msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
|
635 |
+
msgstr "Вие искате да ми благодари? Посетете ми <a href=\"http://bueltge.de/wunschliste/\"> желани </A> или даряват."
|
636 |
+
|
637 |
+
#~ msgid "All"
|
638 |
+
#~ msgstr "Усё"
|
639 |
+
|
640 |
+
#~ msgid "None"
|
641 |
+
#~ msgstr "Нічога"
|
642 |
+
|
643 |
+
#~ msgid "It is possible to hide the favorite-actions in the header."
|
644 |
+
#~ msgstr "Магчыма схаваць каханыя дзеянні з загалоўка."
|
645 |
+
|
646 |
+
#~ msgid "It is possible to hide the screen-options."
|
647 |
+
#~ msgstr "Магчыма схаваць налады экрана"
|
648 |
+
|
649 |
+
#~ msgid "Menu Order"
|
650 |
+
#~ msgstr "Парадак меню"
|
651 |
+
|
652 |
+
#~ msgid "It is possible to set a new menu-order."
|
653 |
+
#~ msgstr "Магчыма задаць новы парадак меню."
|
654 |
+
|
655 |
+
#~ msgid "Sidebar Width"
|
656 |
+
#~ msgstr "Шырыня бакавой калонкі"
|
657 |
+
|
658 |
+
#~ msgid ""
|
659 |
+
#~ "The sidebar on the right side in the area <em>Edit</em> is configurable. "
|
660 |
+
#~ "Default is 200 pixel in the WordPress Theme <em>Classic</em> and "
|
661 |
+
#~ "<em>Fresh</em>"
|
662 |
+
#~ msgstr ""
|
663 |
+
#~ "Бакавая калонка з правага боку вобласці <em>рэдагавання</em> "
|
664 |
+
#~ "наладжвальная. Па змаўчанні шырыня яе складае 200 пікселяў у стылях "
|
665 |
+
#~ "WordPress <em>Класічны</em> і <em>Новы</em>"
|
666 |
+
|
667 |
+
#~ msgid "Dashmenu"
|
668 |
+
#~ msgstr "Меню панэлі"
|
669 |
+
|
670 |
+
#~ msgid ""
|
671 |
+
#~ "The "Dashboard-area" is on the top left side of the backend. "
|
672 |
+
#~ "You can hide show."
|
673 |
+
#~ msgstr ""
|
674 |
+
#~ "Вобласць дошкі аб'яў у левым верхнім куту. Вы можаце схаваць яе."
|
675 |
+
|
676 |
+
#~ msgid "It is possible to hide the Admin Color Schemes."
|
677 |
+
#~ msgstr "Магчыма схаваць колеравыя схемы адмінкі."
|
678 |
+
|
679 |
+
#~ msgid "Deactivate for Subscriber"
|
680 |
+
#~ msgstr "Адключыць для падпісантаў"
|
681 |
+
|
682 |
+
#~ msgid "Deactivate for Contributor"
|
683 |
+
#~ msgstr "Адключыць для ўдзельнікаў"
|
684 |
+
|
685 |
+
#~ msgid "Deactivate for Editor"
|
686 |
+
#~ msgstr "Адключыць для рэдактараў"
|
687 |
+
|
688 |
+
#~ msgid "Deactivate for Administrator"
|
689 |
+
#~ msgstr "Адключыць для адміністратараў"
|
690 |
+
|
691 |
+
#~ msgid "All items"
|
692 |
+
#~ msgstr "Усе тыпы"
|
693 |
+
|
694 |
+
#~ msgid "Write Options"
|
695 |
+
#~ msgstr "Налады напісання"
|
languages/adminimize-by_BY.po
CHANGED
@@ -1,680 +1,680 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Adminimize\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2009-05-17 23:17+0600\n"
|
6 |
-
"PO-Revision-Date: 2009-07-02 14:22+0300\n"
|
7 |
-
"Last-Translator: Fat Cow <zhr@tut.by>\n"
|
8 |
-
"Language-Team: Fat Cow <zhr@tut.by>\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-SourceCharset: utf-8\n"
|
13 |
-
"X-Poedit-Basepath: .\n"
|
14 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
15 |
-
"X-Poedit-Language: Belarusian\n"
|
16 |
-
"X-Poedit-Country: BELARUS\n"
|
17 |
-
"X-Poedit-SearchPath-0: X:\\web\\wordpress\\main\\LATEST\\wordpress-2.7.1-rus-lecactus-edition-powerpack\\wordpress\\wp-content\\plugins\\adminimize\n"
|
18 |
-
|
19 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:85
|
20 |
-
msgid "Unknown error."
|
21 |
-
msgstr "Невядомая памылка."
|
22 |
-
|
23 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:92
|
24 |
-
msgid "The updates was saved."
|
25 |
-
msgstr "Налады былі захаваныя."
|
26 |
-
|
27 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:93
|
28 |
-
msgid "You have not enough rights for edit entries in the database."
|
29 |
-
msgstr "У вас няма мае рацыю для рэдагавання запісаў у базе дадзеных."
|
30 |
-
|
31 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:94
|
32 |
-
msgid "All entries in the database was delleted."
|
33 |
-
msgstr "Усе запісы ў базе дадзеных былі выдаленыя."
|
34 |
-
|
35 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:95
|
36 |
-
msgid "Set the checkbox on deinstall-button."
|
37 |
-
msgstr "Усталюеце галачку поруч кнопкі дэўсталёўкі."
|
38 |
-
|
39 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:96
|
40 |
-
msgid "Can't load menu and submenu."
|
41 |
-
msgstr "Немагчыма загрузіць меню або падменю."
|
42 |
-
|
43 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:97
|
44 |
-
msgid "Backend-Theme was activated!"
|
45 |
-
msgstr "Тэма адмінкі актываваная!"
|
46 |
-
|
47 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:348
|
48 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:395
|
49 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:797
|
50 |
-
msgid "Categories"
|
51 |
-
msgstr "Рубрыкі"
|
52 |
-
|
53 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:354
|
54 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:365
|
55 |
-
msgid "+ Add New Category"
|
56 |
-
msgstr "+ Дадаць новую рубрыку"
|
57 |
-
|
58 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:356
|
59 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:367
|
60 |
-
msgid "New category name"
|
61 |
-
msgstr "Імя новай рубрыкі"
|
62 |
-
|
63 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:357
|
64 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:369
|
65 |
-
msgid "Parent category"
|
66 |
-
msgstr "Бацькоўская рубрыка"
|
67 |
-
|
68 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:358
|
69 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:370
|
70 |
-
msgid "Add"
|
71 |
-
msgstr "Дадаць"
|
72 |
-
|
73 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:367
|
74 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:396
|
75 |
-
msgid "Add New Category"
|
76 |
-
msgstr "Дадаць новую рубрыку"
|
77 |
-
|
78 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:391
|
79 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:392
|
80 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:394
|
81 |
-
msgid "Tags"
|
82 |
-
msgstr "Пазнакі"
|
83 |
-
|
84 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:432
|
85 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:446
|
86 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:460
|
87 |
-
msgid "Blue"
|
88 |
-
msgstr "Галубай"
|
89 |
-
|
90 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:439
|
91 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:453
|
92 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:467
|
93 |
-
msgid "Gray"
|
94 |
-
msgstr "Шэры"
|
95 |
-
|
96 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:475
|
97 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:517
|
98 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:540
|
99 |
-
msgid "Classic"
|
100 |
-
msgstr "Класічны"
|
101 |
-
|
102 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:482
|
103 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:524
|
104 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:547
|
105 |
-
msgid "Fresh"
|
106 |
-
msgstr "Новы"
|
107 |
-
|
108 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:489
|
109 |
-
msgid "WordPress 2.3"
|
110 |
-
msgstr "WordPress 2.3"
|
111 |
-
|
112 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:496
|
113 |
-
msgid "Maybe i'm colorblind"
|
114 |
-
msgstr "Вельмі ярка і кантрасна"
|
115 |
-
|
116 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:503
|
117 |
-
msgid "Grey"
|
118 |
-
msgstr "Шэры"
|
119 |
-
|
120 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:631
|
121 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:634
|
122 |
-
msgid "Dashboard"
|
123 |
-
msgstr "Дошка аб'яў"
|
124 |
-
|
125 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:693
|
126 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:695
|
127 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:708
|
128 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:710
|
129 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:908
|
130 |
-
msgid "Log Out"
|
131 |
-
msgstr "Выхад"
|
132 |
-
|
133 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:927
|
134 |
-
msgid "Visit plugin homepage"
|
135 |
-
msgstr "Наведаць хатнюю старонку ўбудовы"
|
136 |
-
|
137 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:930
|
138 |
-
msgid "plugin"
|
139 |
-
msgstr "убудова"
|
140 |
-
|
141 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:930
|
142 |
-
msgid "Version"
|
143 |
-
msgstr "Версія"
|
144 |
-
|
145 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:930
|
146 |
-
msgid "History"
|
147 |
-
msgstr "Гісторыя"
|
148 |
-
|
149 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:930
|
150 |
-
msgid "Author"
|
151 |
-
msgstr "Аўтар"
|
152 |
-
|
153 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:933
|
154 |
-
msgid "plugin activate"
|
155 |
-
msgstr "убудова актываваны"
|
156 |
-
|
157 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:948
|
158 |
-
msgid "Settings"
|
159 |
-
msgstr "Налады"
|
160 |
-
|
161 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:1008
|
162 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:1028
|
163 |
-
msgid "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentation</a>"
|
164 |
-
msgstr "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Дакументацыя</a>"
|
165 |
-
|
166 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:1025
|
167 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:70
|
168 |
-
msgid "Adminimize"
|
169 |
-
msgstr "Adminimize"
|
170 |
-
|
171 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:1027
|
172 |
-
msgid "Adminimize Options"
|
173 |
-
msgstr "Налады Adminimize"
|
174 |
-
|
175 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:1041
|
176 |
-
msgid "Cheatin’ uh?"
|
177 |
-
msgstr "Не песціся :-)"
|
178 |
-
|
179 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:74
|
180 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:217
|
181 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:331
|
182 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:596
|
183 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:678
|
184 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:760
|
185 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:881
|
186 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:962
|
187 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:982
|
188 |
-
msgid "Click to toggle"
|
189 |
-
msgstr "Пстрыкніце каб пераключыць"
|
190 |
-
|
191 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:75
|
192 |
-
msgid "Backend Options"
|
193 |
-
msgstr "Налады адмінкі"
|
194 |
-
|
195 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:84
|
196 |
-
msgid "User-Info"
|
197 |
-
msgstr "Інфармацыя аб карыстачу"
|
198 |
-
|
199 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:88
|
200 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:101
|
201 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:111
|
202 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:121
|
203 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:131
|
204 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:141
|
205 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:151
|
206 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:161
|
207 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:190
|
208 |
-
msgid "Default"
|
209 |
-
msgstr "Па змаўчанні"
|
210 |
-
|
211 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:89
|
212 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:112
|
213 |
-
msgid "Hide"
|
214 |
-
msgstr "Схаваць"
|
215 |
-
|
216 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:90
|
217 |
-
msgid "Only logout"
|
218 |
-
msgstr "Толькі выхад"
|
219 |
-
|
220 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:91
|
221 |
-
msgid "User & Logout"
|
222 |
-
msgstr "Профіль карыстача і выхад"
|
223 |
-
|
224 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:92
|
225 |
-
msgid "The "User-Info-area" is on the top right side of the backend. You can hide or reduced show."
|
226 |
-
msgstr "Профіль карыстача і выхад у верхнім правым куту панэлі адміністравання. Вы ожете схаваць або змяніць яе выгляд."
|
227 |
-
|
228 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:97
|
229 |
-
msgid "Change User-Info, redirect to"
|
230 |
-
msgstr "Пасля змены карыстацкай інфармацыі, пераадрасоўваць на"
|
231 |
-
|
232 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:102
|
233 |
-
msgid "Frontpage of the Blog"
|
234 |
-
msgstr "Блог"
|
235 |
-
|
236 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:103
|
237 |
-
msgid "When the "User-Info-area" change it, then it is possible to change the redirect."
|
238 |
-
msgstr "Пры змене блока высновы інфармацыі аб карыстачу, магчыма змяніць перанакіраванне."
|
239 |
-
|
240 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:107
|
241 |
-
msgid "Footer"
|
242 |
-
msgstr "Склеп"
|
243 |
-
|
244 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:113
|
245 |
-
msgid "The Footer-area kann hide, include all links and details."
|
246 |
-
msgstr "Склеп адмінкі можна схаваць, уключаючы ўсе спасылкі і дэталі."
|
247 |
-
|
248 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:117
|
249 |
-
msgid "WriteScroll"
|
250 |
-
msgstr "Прагортка акна напісання"
|
251 |
-
|
252 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:122
|
253 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:132
|
254 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:142
|
255 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:152
|
256 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:162
|
257 |
-
msgid "Activate"
|
258 |
-
msgstr "Актываваць"
|
259 |
-
|
260 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:123
|
261 |
-
msgid "With the WriteScroll option active, these pages will automatically scroll to an optimal position for editing, when you visit Write Post or Write Page."
|
262 |
-
msgstr "Пры актыўнай опцыі WriteScroll, старонкі стварэнне запісаў і старонак будуць аўтаматычна пракручвацца да аптымальнай позации для рэдагавання."
|
263 |
-
|
264 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:127
|
265 |
-
msgid "Timestamp"
|
266 |
-
msgstr "Дата і час"
|
267 |
-
|
268 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:133
|
269 |
-
msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
|
270 |
-
msgstr "Адчыняе поле рэдагавання даты і часу без кліку па спасылцы \"Змяніць\" штораз."
|
271 |
-
|
272 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:137
|
273 |
-
msgid "Thickbox FullScreen"
|
274 |
-
msgstr "Поўнаэкранны рэжым Thickbox"
|
275 |
-
|
276 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:143
|
277 |
-
msgid "All Thickbox-function use the full area of the browser. Thickbox is for examble in upload media-files."
|
278 |
-
msgstr "Усё Thickbox-функцыі выкарыстаюць уся прастора акна браўзэра. Thickbox напрыклад выкарыстоўваецца пры загрузцы медыя-файлаў."
|
279 |
-
|
280 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:147
|
281 |
-
msgid "Flashuploader"
|
282 |
-
msgstr "Флэш-загрузнік"
|
283 |
-
|
284 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:153
|
285 |
-
msgid "Disable the flashuploader and users use only the standard uploader."
|
286 |
-
msgstr "Адключыць флэш-загрузнік і выкарыстаць толькі стандартны загрузнік."
|
287 |
-
|
288 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:157
|
289 |
-
msgid "Advice in Footer"
|
290 |
-
msgstr "Рады ў Склепе"
|
291 |
-
|
292 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:164
|
293 |
-
msgid "In the Footer kann you display a advice for change the Default-design, (x)HTML is possible."
|
294 |
-
msgstr "У склепе вы можаце паказаць сваю інфармацыю, змяняючы шаблон па змаўчанні. Дазволена выкарыстаць (x)HTML."
|
295 |
-
|
296 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:186
|
297 |
-
msgid "Dashboard deaktivate, redirect to"
|
298 |
-
msgstr "Калі Дошка аб'яў адключаная, перанакіроўваць на "
|
299 |
-
|
300 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:191
|
301 |
-
msgid "Manage Posts"
|
302 |
-
msgstr "Кіраванне запісамі"
|
303 |
-
|
304 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:192
|
305 |
-
msgid "Manage Pages"
|
306 |
-
msgstr "Кіраванне старонкамі"
|
307 |
-
|
308 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:193
|
309 |
-
msgid "Write Post"
|
310 |
-
msgstr "Стварэнне запісу"
|
311 |
-
|
312 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:194
|
313 |
-
msgid "Write Page"
|
314 |
-
msgstr "Стварэнне старонкі"
|
315 |
-
|
316 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:195
|
317 |
-
msgid "Comments"
|
318 |
-
msgstr "Каментары"
|
319 |
-
|
320 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:196
|
321 |
-
msgid "other Page"
|
322 |
-
msgstr "іншая старонка"
|
323 |
-
|
324 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:199
|
325 |
-
msgid "You have deaktivate the Dashboard, please select a page for redirect?"
|
326 |
-
msgstr "Калі вы дэактывуеце Дошку аб'яў, калі ласка вылучыце старонку, на якую будзе перанакіраваны карыстач."
|
327 |
-
|
328 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:208
|
329 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:322
|
330 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:587
|
331 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:669
|
332 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:751
|
333 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:871
|
334 |
-
msgid "Update Options"
|
335 |
-
msgstr "Абнавіць налады"
|
336 |
-
|
337 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:218
|
338 |
-
msgid "Global options"
|
339 |
-
msgstr "Глабальныя налады"
|
340 |
-
|
341 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:225
|
342 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:297
|
343 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:644
|
344 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:726
|
345 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:768
|
346 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:846
|
347 |
-
msgid "Option"
|
348 |
-
msgstr "Налада"
|
349 |
-
|
350 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:228
|
351 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:341
|
352 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:607
|
353 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:689
|
354 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:771
|
355 |
-
msgid "Deactivate for"
|
356 |
-
msgstr "Адключыць для "
|
357 |
-
|
358 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:248
|
359 |
-
msgid "Favorite Actions"
|
360 |
-
msgstr "Каханыя дзеянні"
|
361 |
-
|
362 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:249
|
363 |
-
msgid "Screen-Meta"
|
364 |
-
msgstr "Налады экрана"
|
365 |
-
|
366 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:250
|
367 |
-
msgid "Screen Options"
|
368 |
-
msgstr "Налады экрана"
|
369 |
-
|
370 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:251
|
371 |
-
msgid "Contextual Help"
|
372 |
-
msgstr "Кантэкстная дапамога"
|
373 |
-
|
374 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:252
|
375 |
-
msgid "Admin Color Scheme"
|
376 |
-
msgstr "Колеравая схема адмінкі"
|
377 |
-
|
378 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:296
|
379 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:845
|
380 |
-
msgid "Your own options"
|
381 |
-
msgstr "Вашы ўласныя налады"
|
382 |
-
|
383 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:296
|
384 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:643
|
385 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:725
|
386 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:845
|
387 |
-
msgid "ID or class"
|
388 |
-
msgstr "ID або клас"
|
389 |
-
|
390 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:303
|
391 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:650
|
392 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:732
|
393 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:852
|
394 |
-
msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
|
395 |
-
msgstr "Існуе магчымасць дадаваць вашы ўласныя ID і класы з элементаў і тэгаў. Вы можаце знайсці ID-ы і класы з дапамогай адона FireBug для FireFox. Пераназначце значэнні і звязаныя імёны па адным у кожным радку."
|
396 |
-
|
397 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:309
|
398 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:656
|
399 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:738
|
400 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:858
|
401 |
-
msgid "Possible IDs or classes. Separate multiple values through a carriage return."
|
402 |
-
msgstr "Магчымыя ID або класы. Падзеліце некалькі значэнняў з дапамогай звароту карэткі (націскам Enter)."
|
403 |
-
|
404 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:314
|
405 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:661
|
406 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:743
|
407 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:863
|
408 |
-
msgid "Possible nomination for ID or class. Separate multiple nomination through a carriage return."
|
409 |
-
msgstr "Магчымыя намінанты на ID або класы. Падзеліце некалькі значэнняў з дапамогай звароту карэткі (націскам Enter)."
|
410 |
-
|
411 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:332
|
412 |
-
msgid "Menu Options"
|
413 |
-
msgstr "Налады меню"
|
414 |
-
|
415 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:338
|
416 |
-
msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
|
417 |
-
msgstr "Налады меню - Меню, <span style=\\\"font-weight: 400;\\\">Падменю</span>"
|
418 |
-
|
419 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:393
|
420 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:475
|
421 |
-
msgid "Permalink"
|
422 |
-
msgstr "Сталая спасылка"
|
423 |
-
|
424 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:397
|
425 |
-
msgid "Excerpt"
|
426 |
-
msgstr "Цытата"
|
427 |
-
|
428 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:398
|
429 |
-
msgid "Trackbacks"
|
430 |
-
msgstr "Трэкбэкі"
|
431 |
-
|
432 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:399
|
433 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:476
|
434 |
-
msgid "Custom Fields"
|
435 |
-
msgstr "Адвольныя палі"
|
436 |
-
|
437 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:400
|
438 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:477
|
439 |
-
msgid "Comments & Pings"
|
440 |
-
msgstr "Каментары і апавяшчэнні"
|
441 |
-
|
442 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:401
|
443 |
-
msgid "Password Protect This Post"
|
444 |
-
msgstr "Абараніць запіс паролем"
|
445 |
-
|
446 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:402
|
447 |
-
msgid "Post Author"
|
448 |
-
msgstr "Аўтар запісу"
|
449 |
-
|
450 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:403
|
451 |
-
msgid "Post Revisions"
|
452 |
-
msgstr "Рэвізіі запісу"
|
453 |
-
|
454 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:404
|
455 |
-
msgid "Related, Shortcuts"
|
456 |
-
msgstr "Звязанае, Цэтлікі"
|
457 |
-
|
458 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:405
|
459 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:485
|
460 |
-
msgid "Messenges"
|
461 |
-
msgstr "Паведамленні"
|
462 |
-
|
463 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:406
|
464 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:486
|
465 |
-
msgid "h2: Advanced Options"
|
466 |
-
msgstr "h2: Пашыраныя налады"
|
467 |
-
|
468 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:407
|
469 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:487
|
470 |
-
msgid "Media Buttons (all)"
|
471 |
-
msgstr "Кнопкі Медыя (усё)"
|
472 |
-
|
473 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:408
|
474 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:488
|
475 |
-
msgid "Word count"
|
476 |
-
msgstr "Лічыльнік слоў"
|
477 |
-
|
478 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:409
|
479 |
-
msgid "Post Slug, Slug Box"
|
480 |
-
msgstr "Цэтлік запісу, блок цэтліка"
|
481 |
-
|
482 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:410
|
483 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:490
|
484 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:801
|
485 |
-
msgid "Publish Actions"
|
486 |
-
msgstr "Дзеянні публікацыі"
|
487 |
-
|
488 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:414
|
489 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:494
|
490 |
-
msgid "Suggested tags from"
|
491 |
-
msgstr "Звязаныя пазнакі з"
|
492 |
-
|
493 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:416
|
494 |
-
msgid "Text Control"
|
495 |
-
msgstr "Кіраванне тэкстам"
|
496 |
-
|
497 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:418
|
498 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:496
|
499 |
-
msgid "HTML Special Characters"
|
500 |
-
msgstr "Адмысловыя знакі HTML"
|
501 |
-
|
502 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:478
|
503 |
-
msgid "Password Protect This Page"
|
504 |
-
msgstr "Абараніць старонку паролем"
|
505 |
-
|
506 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:479
|
507 |
-
msgid "Page Parent"
|
508 |
-
msgstr "Бацькоўская старонка"
|
509 |
-
|
510 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:480
|
511 |
-
msgid "Page Template"
|
512 |
-
msgstr "Шаблон старонкі"
|
513 |
-
|
514 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:481
|
515 |
-
msgid "Page Order"
|
516 |
-
msgstr "Парадкавы нумар старонкі"
|
517 |
-
|
518 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:482
|
519 |
-
msgid "Page Author"
|
520 |
-
msgstr "Аўтар"
|
521 |
-
|
522 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:483
|
523 |
-
msgid "Page Revisions"
|
524 |
-
msgstr "Рэвізіі старонкі"
|
525 |
-
|
526 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:484
|
527 |
-
msgid "Related"
|
528 |
-
msgstr "Звязаныя"
|
529 |
-
|
530 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:489
|
531 |
-
msgid "Page Slug, Slug Box"
|
532 |
-
msgstr "Цэтлік старонкі, блок цэтліка"
|
533 |
-
|
534 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:597
|
535 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:604
|
536 |
-
msgid "Write options - Post"
|
537 |
-
msgstr "Налады напісання - Запіс"
|
538 |
-
|
539 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:643
|
540 |
-
msgid "Your own post options"
|
541 |
-
msgstr "Вашы ўласныя налады запісу"
|
542 |
-
|
543 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:679
|
544 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:686
|
545 |
-
msgid "Write options - Page"
|
546 |
-
msgstr "Налады напісання - Старонка"
|
547 |
-
|
548 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:725
|
549 |
-
msgid "Your own page options"
|
550 |
-
msgstr "Вашы ўласныя налады старонкі"
|
551 |
-
|
552 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:761
|
553 |
-
msgid "Links options"
|
554 |
-
msgstr "Налады спасылак"
|
555 |
-
|
556 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:794
|
557 |
-
msgid "Name"
|
558 |
-
msgstr "Імя"
|
559 |
-
|
560 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:795
|
561 |
-
msgid "Web Address"
|
562 |
-
msgstr "Вэб адрас"
|
563 |
-
|
564 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:796
|
565 |
-
msgid "Description"
|
566 |
-
msgstr "Апісанне"
|
567 |
-
|
568 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:798
|
569 |
-
msgid "Target"
|
570 |
-
msgstr "Мэта"
|
571 |
-
|
572 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:799
|
573 |
-
msgid "Link Relationship (XFN)"
|
574 |
-
msgstr "Дачыненне да спасылкі (XFN)"
|
575 |
-
|
576 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:800
|
577 |
-
msgid "Advanced"
|
578 |
-
msgstr "Дадаткова"
|
579 |
-
|
580 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:882
|
581 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:952
|
582 |
-
msgid "Set Theme"
|
583 |
-
msgstr "Усталяваць тэму"
|
584 |
-
|
585 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:891
|
586 |
-
msgid "User-ID"
|
587 |
-
msgstr "ID карыстача"
|
588 |
-
|
589 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:892
|
590 |
-
msgid "Username"
|
591 |
-
msgstr "Імя карыстача"
|
592 |
-
|
593 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:893
|
594 |
-
msgid "Display name publicly as"
|
595 |
-
msgstr "Адлюстроўваць публічнае імя як"
|
596 |
-
|
597 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:894
|
598 |
-
msgid "Admin-Color Scheme"
|
599 |
-
msgstr "Колеравая схема адмінкі"
|
600 |
-
|
601 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:895
|
602 |
-
msgid "User Level"
|
603 |
-
msgstr "Узровень карыстача"
|
604 |
-
|
605 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:896
|
606 |
-
msgid "Role"
|
607 |
-
msgstr "Роля"
|
608 |
-
|
609 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:963
|
610 |
-
msgid "Deinstall Options"
|
611 |
-
msgstr "Налады дэўсталёўкі"
|
612 |
-
|
613 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:966
|
614 |
-
msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
|
615 |
-
msgstr "Выкарыстайце гэтую опцыю для ачысткі базы дадзеных ад усіх запісаў гэтай убудовы. Пры звычайнай дэактывацыі ўбудовы, дэўсталёўка ўбудовы НЕ ВЫДАЛЯЕ усе запісы ўбудовы з базы дадзеных."
|
616 |
-
|
617 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:970
|
618 |
-
msgid "Delete Options"
|
619 |
-
msgstr "Налады выдалення"
|
620 |
-
|
621 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:983
|
622 |
-
msgid "About the plugin"
|
623 |
-
msgstr "Аб гэтай убудове"
|
624 |
-
|
625 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:985
|
626 |
-
msgid "Further information: Visit the <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">plugin homepage</a> for further information or to grab the latest version of this plugin."
|
627 |
-
msgstr "Дадатковая інфармацыя: Наведаеце <a href='http://bueltge.de/wordpress-admin-theme-adminimize/674/''>хатнюю старонку ўбудовы</a> для атрымання дадатковай інфармацыі або запампоўкі свежай версіі ўбудовы. Русіфікаванне ўбудовы: <a href='http://lecactus.ru''>Lecactus.ru</a>."
|
628 |
-
|
629 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:991
|
630 |
-
msgid "PayPal - The safer, easier way to pay online!"
|
631 |
-
msgstr "PayPal - бяспечны і проста шлях для анлайну плацяжоў!"
|
632 |
-
|
633 |
-
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:995
|
634 |
-
msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
|
635 |
-
msgstr "Жадаеце аддзячыць мяне? Наведаеце мой <a href='http://bueltge.de/wunschliste/'>спіс пажаданняў</a> або зрабіце ахвяраванне."
|
636 |
-
|
637 |
-
#~ msgid "All"
|
638 |
-
#~ msgstr "Усё"
|
639 |
-
#~ msgid "None"
|
640 |
-
#~ msgstr "Нічога"
|
641 |
-
#~ msgid "It is possible to hide the favorite-actions in the header."
|
642 |
-
#~ msgstr "Магчыма схаваць каханыя дзеянні з загалоўка."
|
643 |
-
#~ msgid "It is possible to hide the screen-options."
|
644 |
-
#~ msgstr "Магчыма схаваць налады экрана"
|
645 |
-
#~ msgid "Menu Order"
|
646 |
-
#~ msgstr "Парадак меню"
|
647 |
-
#~ msgid "It is possible to set a new menu-order."
|
648 |
-
#~ msgstr "Магчыма задаць новы парадак меню."
|
649 |
-
#~ msgid "Sidebar Width"
|
650 |
-
#~ msgstr "Шырыня бакавой калонкі"
|
651 |
-
#~ msgid ""
|
652 |
-
#~ "The sidebar on the right side in the area <em>Edit</em> is configurable. "
|
653 |
-
#~ "Default is 200 pixel in the WordPress Theme <em>Classic</em> and "
|
654 |
-
#~ "<em>Fresh</em>"
|
655 |
-
#~ msgstr ""
|
656 |
-
#~ "Бакавая калонка з правага боку вобласці <em>рэдагавання</em> "
|
657 |
-
#~ "наладжвальная. Па змаўчанні шырыня яе складае 200 пікселяў у стылях "
|
658 |
-
#~ "WordPress <em>Класічны</em> і <em>Новы</em>"
|
659 |
-
#~ msgid "Dashmenu"
|
660 |
-
#~ msgstr "Меню панэлі"
|
661 |
-
#~ msgid ""
|
662 |
-
#~ "The "Dashboard-area" is on the top left side of the backend. "
|
663 |
-
#~ "You can hide show."
|
664 |
-
#~ msgstr ""
|
665 |
-
#~ "Вобласць дошкі аб'яў у левым верхнім куту. Вы можаце схаваць яе."
|
666 |
-
#~ msgid "It is possible to hide the Admin Color Schemes."
|
667 |
-
#~ msgstr "Магчыма схаваць колеравыя схемы адмінкі."
|
668 |
-
#~ msgid "Deactivate for Subscriber"
|
669 |
-
#~ msgstr "Адключыць для падпісантаў"
|
670 |
-
#~ msgid "Deactivate for Contributor"
|
671 |
-
#~ msgstr "Адключыць для ўдзельнікаў"
|
672 |
-
#~ msgid "Deactivate for Editor"
|
673 |
-
#~ msgstr "Адключыць для рэдактараў"
|
674 |
-
#~ msgid "Deactivate for Administrator"
|
675 |
-
#~ msgstr "Адключыць для адміністратараў"
|
676 |
-
#~ msgid "All items"
|
677 |
-
#~ msgstr "Усе тыпы"
|
678 |
-
#~ msgid "Write Options"
|
679 |
-
#~ msgstr "Налады напісання"
|
680 |
-
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Adminimize\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2009-05-17 23:17+0600\n"
|
6 |
+
"PO-Revision-Date: 2009-07-02 14:22+0300\n"
|
7 |
+
"Last-Translator: Fat Cow <zhr@tut.by>\n"
|
8 |
+
"Language-Team: Fat Cow <zhr@tut.by>\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-SourceCharset: utf-8\n"
|
13 |
+
"X-Poedit-Basepath: .\n"
|
14 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
15 |
+
"X-Poedit-Language: Belarusian\n"
|
16 |
+
"X-Poedit-Country: BELARUS\n"
|
17 |
+
"X-Poedit-SearchPath-0: X:\\web\\wordpress\\main\\LATEST\\wordpress-2.7.1-rus-lecactus-edition-powerpack\\wordpress\\wp-content\\plugins\\adminimize\n"
|
18 |
+
|
19 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:85
|
20 |
+
msgid "Unknown error."
|
21 |
+
msgstr "Невядомая памылка."
|
22 |
+
|
23 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:92
|
24 |
+
msgid "The updates was saved."
|
25 |
+
msgstr "Налады былі захаваныя."
|
26 |
+
|
27 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:93
|
28 |
+
msgid "You have not enough rights for edit entries in the database."
|
29 |
+
msgstr "У вас няма мае рацыю для рэдагавання запісаў у базе дадзеных."
|
30 |
+
|
31 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:94
|
32 |
+
msgid "All entries in the database was delleted."
|
33 |
+
msgstr "Усе запісы ў базе дадзеных былі выдаленыя."
|
34 |
+
|
35 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:95
|
36 |
+
msgid "Set the checkbox on deinstall-button."
|
37 |
+
msgstr "Усталюеце галачку поруч кнопкі дэўсталёўкі."
|
38 |
+
|
39 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:96
|
40 |
+
msgid "Can't load menu and submenu."
|
41 |
+
msgstr "Немагчыма загрузіць меню або падменю."
|
42 |
+
|
43 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:97
|
44 |
+
msgid "Backend-Theme was activated!"
|
45 |
+
msgstr "Тэма адмінкі актываваная!"
|
46 |
+
|
47 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:348
|
48 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:395
|
49 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:797
|
50 |
+
msgid "Categories"
|
51 |
+
msgstr "Рубрыкі"
|
52 |
+
|
53 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:354
|
54 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:365
|
55 |
+
msgid "+ Add New Category"
|
56 |
+
msgstr "+ Дадаць новую рубрыку"
|
57 |
+
|
58 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:356
|
59 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:367
|
60 |
+
msgid "New category name"
|
61 |
+
msgstr "Імя новай рубрыкі"
|
62 |
+
|
63 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:357
|
64 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:369
|
65 |
+
msgid "Parent category"
|
66 |
+
msgstr "Бацькоўская рубрыка"
|
67 |
+
|
68 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:358
|
69 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:370
|
70 |
+
msgid "Add"
|
71 |
+
msgstr "Дадаць"
|
72 |
+
|
73 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:367
|
74 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:396
|
75 |
+
msgid "Add New Category"
|
76 |
+
msgstr "Дадаць новую рубрыку"
|
77 |
+
|
78 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:391
|
79 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:392
|
80 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:394
|
81 |
+
msgid "Tags"
|
82 |
+
msgstr "Пазнакі"
|
83 |
+
|
84 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:432
|
85 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:446
|
86 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:460
|
87 |
+
msgid "Blue"
|
88 |
+
msgstr "Галубай"
|
89 |
+
|
90 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:439
|
91 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:453
|
92 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:467
|
93 |
+
msgid "Gray"
|
94 |
+
msgstr "Шэры"
|
95 |
+
|
96 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:475
|
97 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:517
|
98 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:540
|
99 |
+
msgid "Classic"
|
100 |
+
msgstr "Класічны"
|
101 |
+
|
102 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:482
|
103 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:524
|
104 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:547
|
105 |
+
msgid "Fresh"
|
106 |
+
msgstr "Новы"
|
107 |
+
|
108 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:489
|
109 |
+
msgid "WordPress 2.3"
|
110 |
+
msgstr "WordPress 2.3"
|
111 |
+
|
112 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:496
|
113 |
+
msgid "Maybe i'm colorblind"
|
114 |
+
msgstr "Вельмі ярка і кантрасна"
|
115 |
+
|
116 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:503
|
117 |
+
msgid "Grey"
|
118 |
+
msgstr "Шэры"
|
119 |
+
|
120 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:631
|
121 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:634
|
122 |
+
msgid "Dashboard"
|
123 |
+
msgstr "Дошка аб'яў"
|
124 |
+
|
125 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:693
|
126 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:695
|
127 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:708
|
128 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:710
|
129 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:908
|
130 |
+
msgid "Log Out"
|
131 |
+
msgstr "Выхад"
|
132 |
+
|
133 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:927
|
134 |
+
msgid "Visit plugin homepage"
|
135 |
+
msgstr "Наведаць хатнюю старонку ўбудовы"
|
136 |
+
|
137 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:930
|
138 |
+
msgid "plugin"
|
139 |
+
msgstr "убудова"
|
140 |
+
|
141 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:930
|
142 |
+
msgid "Version"
|
143 |
+
msgstr "Версія"
|
144 |
+
|
145 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:930
|
146 |
+
msgid "History"
|
147 |
+
msgstr "Гісторыя"
|
148 |
+
|
149 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:930
|
150 |
+
msgid "Author"
|
151 |
+
msgstr "Аўтар"
|
152 |
+
|
153 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:933
|
154 |
+
msgid "plugin activate"
|
155 |
+
msgstr "убудова актываваны"
|
156 |
+
|
157 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:948
|
158 |
+
msgid "Settings"
|
159 |
+
msgstr "Налады"
|
160 |
+
|
161 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:1008
|
162 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:1028
|
163 |
+
msgid "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentation</a>"
|
164 |
+
msgstr "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Дакументацыя</a>"
|
165 |
+
|
166 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:1025
|
167 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:70
|
168 |
+
msgid "Adminimize"
|
169 |
+
msgstr "Adminimize"
|
170 |
+
|
171 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:1027
|
172 |
+
msgid "Adminimize Options"
|
173 |
+
msgstr "Налады Adminimize"
|
174 |
+
|
175 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize.php:1041
|
176 |
+
msgid "Cheatin’ uh?"
|
177 |
+
msgstr "Не песціся :-)"
|
178 |
+
|
179 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:74
|
180 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:217
|
181 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:331
|
182 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:596
|
183 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:678
|
184 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:760
|
185 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:881
|
186 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:962
|
187 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:982
|
188 |
+
msgid "Click to toggle"
|
189 |
+
msgstr "Пстрыкніце каб пераключыць"
|
190 |
+
|
191 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:75
|
192 |
+
msgid "Backend Options"
|
193 |
+
msgstr "Налады адмінкі"
|
194 |
+
|
195 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:84
|
196 |
+
msgid "User-Info"
|
197 |
+
msgstr "Інфармацыя аб карыстачу"
|
198 |
+
|
199 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:88
|
200 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:101
|
201 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:111
|
202 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:121
|
203 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:131
|
204 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:141
|
205 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:151
|
206 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:161
|
207 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:190
|
208 |
+
msgid "Default"
|
209 |
+
msgstr "Па змаўчанні"
|
210 |
+
|
211 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:89
|
212 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:112
|
213 |
+
msgid "Hide"
|
214 |
+
msgstr "Схаваць"
|
215 |
+
|
216 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:90
|
217 |
+
msgid "Only logout"
|
218 |
+
msgstr "Толькі выхад"
|
219 |
+
|
220 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:91
|
221 |
+
msgid "User & Logout"
|
222 |
+
msgstr "Профіль карыстача і выхад"
|
223 |
+
|
224 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:92
|
225 |
+
msgid "The "User-Info-area" is on the top right side of the backend. You can hide or reduced show."
|
226 |
+
msgstr "Профіль карыстача і выхад у верхнім правым куту панэлі адміністравання. Вы ожете схаваць або змяніць яе выгляд."
|
227 |
+
|
228 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:97
|
229 |
+
msgid "Change User-Info, redirect to"
|
230 |
+
msgstr "Пасля змены карыстацкай інфармацыі, пераадрасоўваць на"
|
231 |
+
|
232 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:102
|
233 |
+
msgid "Frontpage of the Blog"
|
234 |
+
msgstr "Блог"
|
235 |
+
|
236 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:103
|
237 |
+
msgid "When the "User-Info-area" change it, then it is possible to change the redirect."
|
238 |
+
msgstr "Пры змене блока высновы інфармацыі аб карыстачу, магчыма змяніць перанакіраванне."
|
239 |
+
|
240 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:107
|
241 |
+
msgid "Footer"
|
242 |
+
msgstr "Склеп"
|
243 |
+
|
244 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:113
|
245 |
+
msgid "The Footer-area kann hide, include all links and details."
|
246 |
+
msgstr "Склеп адмінкі можна схаваць, уключаючы ўсе спасылкі і дэталі."
|
247 |
+
|
248 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:117
|
249 |
+
msgid "WriteScroll"
|
250 |
+
msgstr "Прагортка акна напісання"
|
251 |
+
|
252 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:122
|
253 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:132
|
254 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:142
|
255 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:152
|
256 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:162
|
257 |
+
msgid "Activate"
|
258 |
+
msgstr "Актываваць"
|
259 |
+
|
260 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:123
|
261 |
+
msgid "With the WriteScroll option active, these pages will automatically scroll to an optimal position for editing, when you visit Write Post or Write Page."
|
262 |
+
msgstr "Пры актыўнай опцыі WriteScroll, старонкі стварэнне запісаў і старонак будуць аўтаматычна пракручвацца да аптымальнай позации для рэдагавання."
|
263 |
+
|
264 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:127
|
265 |
+
msgid "Timestamp"
|
266 |
+
msgstr "Дата і час"
|
267 |
+
|
268 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:133
|
269 |
+
msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
|
270 |
+
msgstr "Адчыняе поле рэдагавання даты і часу без кліку па спасылцы \"Змяніць\" штораз."
|
271 |
+
|
272 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:137
|
273 |
+
msgid "Thickbox FullScreen"
|
274 |
+
msgstr "Поўнаэкранны рэжым Thickbox"
|
275 |
+
|
276 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:143
|
277 |
+
msgid "All Thickbox-function use the full area of the browser. Thickbox is for examble in upload media-files."
|
278 |
+
msgstr "Усё Thickbox-функцыі выкарыстаюць уся прастора акна браўзэра. Thickbox напрыклад выкарыстоўваецца пры загрузцы медыя-файлаў."
|
279 |
+
|
280 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:147
|
281 |
+
msgid "Flashuploader"
|
282 |
+
msgstr "Флэш-загрузнік"
|
283 |
+
|
284 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:153
|
285 |
+
msgid "Disable the flashuploader and users use only the standard uploader."
|
286 |
+
msgstr "Адключыць флэш-загрузнік і выкарыстаць толькі стандартны загрузнік."
|
287 |
+
|
288 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:157
|
289 |
+
msgid "Advice in Footer"
|
290 |
+
msgstr "Рады ў Склепе"
|
291 |
+
|
292 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:164
|
293 |
+
msgid "In the Footer kann you display a advice for change the Default-design, (x)HTML is possible."
|
294 |
+
msgstr "У склепе вы можаце паказаць сваю інфармацыю, змяняючы шаблон па змаўчанні. Дазволена выкарыстаць (x)HTML."
|
295 |
+
|
296 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:186
|
297 |
+
msgid "Dashboard deaktivate, redirect to"
|
298 |
+
msgstr "Калі Дошка аб'яў адключаная, перанакіроўваць на "
|
299 |
+
|
300 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:191
|
301 |
+
msgid "Manage Posts"
|
302 |
+
msgstr "Кіраванне запісамі"
|
303 |
+
|
304 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:192
|
305 |
+
msgid "Manage Pages"
|
306 |
+
msgstr "Кіраванне старонкамі"
|
307 |
+
|
308 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:193
|
309 |
+
msgid "Write Post"
|
310 |
+
msgstr "Стварэнне запісу"
|
311 |
+
|
312 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:194
|
313 |
+
msgid "Write Page"
|
314 |
+
msgstr "Стварэнне старонкі"
|
315 |
+
|
316 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:195
|
317 |
+
msgid "Comments"
|
318 |
+
msgstr "Каментары"
|
319 |
+
|
320 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:196
|
321 |
+
msgid "other Page"
|
322 |
+
msgstr "іншая старонка"
|
323 |
+
|
324 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:199
|
325 |
+
msgid "You have deaktivate the Dashboard, please select a page for redirect?"
|
326 |
+
msgstr "Калі вы дэактывуеце Дошку аб'яў, калі ласка вылучыце старонку, на якую будзе перанакіраваны карыстач."
|
327 |
+
|
328 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:208
|
329 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:322
|
330 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:587
|
331 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:669
|
332 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:751
|
333 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:871
|
334 |
+
msgid "Update Options"
|
335 |
+
msgstr "Абнавіць налады"
|
336 |
+
|
337 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:218
|
338 |
+
msgid "Global options"
|
339 |
+
msgstr "Глабальныя налады"
|
340 |
+
|
341 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:225
|
342 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:297
|
343 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:644
|
344 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:726
|
345 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:768
|
346 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:846
|
347 |
+
msgid "Option"
|
348 |
+
msgstr "Налада"
|
349 |
+
|
350 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:228
|
351 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:341
|
352 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:607
|
353 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:689
|
354 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:771
|
355 |
+
msgid "Deactivate for"
|
356 |
+
msgstr "Адключыць для "
|
357 |
+
|
358 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:248
|
359 |
+
msgid "Favorite Actions"
|
360 |
+
msgstr "Каханыя дзеянні"
|
361 |
+
|
362 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:249
|
363 |
+
msgid "Screen-Meta"
|
364 |
+
msgstr "Налады экрана"
|
365 |
+
|
366 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:250
|
367 |
+
msgid "Screen Options"
|
368 |
+
msgstr "Налады экрана"
|
369 |
+
|
370 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:251
|
371 |
+
msgid "Contextual Help"
|
372 |
+
msgstr "Кантэкстная дапамога"
|
373 |
+
|
374 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:252
|
375 |
+
msgid "Admin Color Scheme"
|
376 |
+
msgstr "Колеравая схема адмінкі"
|
377 |
+
|
378 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:296
|
379 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:845
|
380 |
+
msgid "Your own options"
|
381 |
+
msgstr "Вашы ўласныя налады"
|
382 |
+
|
383 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:296
|
384 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:643
|
385 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:725
|
386 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:845
|
387 |
+
msgid "ID or class"
|
388 |
+
msgstr "ID або клас"
|
389 |
+
|
390 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:303
|
391 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:650
|
392 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:732
|
393 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:852
|
394 |
+
msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
|
395 |
+
msgstr "Існуе магчымасць дадаваць вашы ўласныя ID і класы з элементаў і тэгаў. Вы можаце знайсці ID-ы і класы з дапамогай адона FireBug для FireFox. Пераназначце значэнні і звязаныя імёны па адным у кожным радку."
|
396 |
+
|
397 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:309
|
398 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:656
|
399 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:738
|
400 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:858
|
401 |
+
msgid "Possible IDs or classes. Separate multiple values through a carriage return."
|
402 |
+
msgstr "Магчымыя ID або класы. Падзеліце некалькі значэнняў з дапамогай звароту карэткі (націскам Enter)."
|
403 |
+
|
404 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:314
|
405 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:661
|
406 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:743
|
407 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:863
|
408 |
+
msgid "Possible nomination for ID or class. Separate multiple nomination through a carriage return."
|
409 |
+
msgstr "Магчымыя намінанты на ID або класы. Падзеліце некалькі значэнняў з дапамогай звароту карэткі (націскам Enter)."
|
410 |
+
|
411 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:332
|
412 |
+
msgid "Menu Options"
|
413 |
+
msgstr "Налады меню"
|
414 |
+
|
415 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:338
|
416 |
+
msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
|
417 |
+
msgstr "Налады меню - Меню, <span style=\\\"font-weight: 400;\\\">Падменю</span>"
|
418 |
+
|
419 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:393
|
420 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:475
|
421 |
+
msgid "Permalink"
|
422 |
+
msgstr "Сталая спасылка"
|
423 |
+
|
424 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:397
|
425 |
+
msgid "Excerpt"
|
426 |
+
msgstr "Цытата"
|
427 |
+
|
428 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:398
|
429 |
+
msgid "Trackbacks"
|
430 |
+
msgstr "Трэкбэкі"
|
431 |
+
|
432 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:399
|
433 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:476
|
434 |
+
msgid "Custom Fields"
|
435 |
+
msgstr "Адвольныя палі"
|
436 |
+
|
437 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:400
|
438 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:477
|
439 |
+
msgid "Comments & Pings"
|
440 |
+
msgstr "Каментары і апавяшчэнні"
|
441 |
+
|
442 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:401
|
443 |
+
msgid "Password Protect This Post"
|
444 |
+
msgstr "Абараніць запіс паролем"
|
445 |
+
|
446 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:402
|
447 |
+
msgid "Post Author"
|
448 |
+
msgstr "Аўтар запісу"
|
449 |
+
|
450 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:403
|
451 |
+
msgid "Post Revisions"
|
452 |
+
msgstr "Рэвізіі запісу"
|
453 |
+
|
454 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:404
|
455 |
+
msgid "Related, Shortcuts"
|
456 |
+
msgstr "Звязанае, Цэтлікі"
|
457 |
+
|
458 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:405
|
459 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:485
|
460 |
+
msgid "Messenges"
|
461 |
+
msgstr "Паведамленні"
|
462 |
+
|
463 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:406
|
464 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:486
|
465 |
+
msgid "h2: Advanced Options"
|
466 |
+
msgstr "h2: Пашыраныя налады"
|
467 |
+
|
468 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:407
|
469 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:487
|
470 |
+
msgid "Media Buttons (all)"
|
471 |
+
msgstr "Кнопкі Медыя (усё)"
|
472 |
+
|
473 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:408
|
474 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:488
|
475 |
+
msgid "Word count"
|
476 |
+
msgstr "Лічыльнік слоў"
|
477 |
+
|
478 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:409
|
479 |
+
msgid "Post Slug, Slug Box"
|
480 |
+
msgstr "Цэтлік запісу, блок цэтліка"
|
481 |
+
|
482 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:410
|
483 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:490
|
484 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:801
|
485 |
+
msgid "Publish Actions"
|
486 |
+
msgstr "Дзеянні публікацыі"
|
487 |
+
|
488 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:414
|
489 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:494
|
490 |
+
msgid "Suggested tags from"
|
491 |
+
msgstr "Звязаныя пазнакі з"
|
492 |
+
|
493 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:416
|
494 |
+
msgid "Text Control"
|
495 |
+
msgstr "Кіраванне тэкстам"
|
496 |
+
|
497 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:418
|
498 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:496
|
499 |
+
msgid "HTML Special Characters"
|
500 |
+
msgstr "Адмысловыя знакі HTML"
|
501 |
+
|
502 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:478
|
503 |
+
msgid "Password Protect This Page"
|
504 |
+
msgstr "Абараніць старонку паролем"
|
505 |
+
|
506 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:479
|
507 |
+
msgid "Page Parent"
|
508 |
+
msgstr "Бацькоўская старонка"
|
509 |
+
|
510 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:480
|
511 |
+
msgid "Page Template"
|
512 |
+
msgstr "Шаблон старонкі"
|
513 |
+
|
514 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:481
|
515 |
+
msgid "Page Order"
|
516 |
+
msgstr "Парадкавы нумар старонкі"
|
517 |
+
|
518 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:482
|
519 |
+
msgid "Page Author"
|
520 |
+
msgstr "Аўтар"
|
521 |
+
|
522 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:483
|
523 |
+
msgid "Page Revisions"
|
524 |
+
msgstr "Рэвізіі старонкі"
|
525 |
+
|
526 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:484
|
527 |
+
msgid "Related"
|
528 |
+
msgstr "Звязаныя"
|
529 |
+
|
530 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:489
|
531 |
+
msgid "Page Slug, Slug Box"
|
532 |
+
msgstr "Цэтлік старонкі, блок цэтліка"
|
533 |
+
|
534 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:597
|
535 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:604
|
536 |
+
msgid "Write options - Post"
|
537 |
+
msgstr "Налады напісання - Запіс"
|
538 |
+
|
539 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:643
|
540 |
+
msgid "Your own post options"
|
541 |
+
msgstr "Вашы ўласныя налады запісу"
|
542 |
+
|
543 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:679
|
544 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:686
|
545 |
+
msgid "Write options - Page"
|
546 |
+
msgstr "Налады напісання - Старонка"
|
547 |
+
|
548 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:725
|
549 |
+
msgid "Your own page options"
|
550 |
+
msgstr "Вашы ўласныя налады старонкі"
|
551 |
+
|
552 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:761
|
553 |
+
msgid "Links options"
|
554 |
+
msgstr "Налады спасылак"
|
555 |
+
|
556 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:794
|
557 |
+
msgid "Name"
|
558 |
+
msgstr "Імя"
|
559 |
+
|
560 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:795
|
561 |
+
msgid "Web Address"
|
562 |
+
msgstr "Вэб адрас"
|
563 |
+
|
564 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:796
|
565 |
+
msgid "Description"
|
566 |
+
msgstr "Апісанне"
|
567 |
+
|
568 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:798
|
569 |
+
msgid "Target"
|
570 |
+
msgstr "Мэта"
|
571 |
+
|
572 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:799
|
573 |
+
msgid "Link Relationship (XFN)"
|
574 |
+
msgstr "Дачыненне да спасылкі (XFN)"
|
575 |
+
|
576 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:800
|
577 |
+
msgid "Advanced"
|
578 |
+
msgstr "Дадаткова"
|
579 |
+
|
580 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:882
|
581 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:952
|
582 |
+
msgid "Set Theme"
|
583 |
+
msgstr "Усталяваць тэму"
|
584 |
+
|
585 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:891
|
586 |
+
msgid "User-ID"
|
587 |
+
msgstr "ID карыстача"
|
588 |
+
|
589 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:892
|
590 |
+
msgid "Username"
|
591 |
+
msgstr "Імя карыстача"
|
592 |
+
|
593 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:893
|
594 |
+
msgid "Display name publicly as"
|
595 |
+
msgstr "Адлюстроўваць публічнае імя як"
|
596 |
+
|
597 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:894
|
598 |
+
msgid "Admin-Color Scheme"
|
599 |
+
msgstr "Колеравая схема адмінкі"
|
600 |
+
|
601 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:895
|
602 |
+
msgid "User Level"
|
603 |
+
msgstr "Узровень карыстача"
|
604 |
+
|
605 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:896
|
606 |
+
msgid "Role"
|
607 |
+
msgstr "Роля"
|
608 |
+
|
609 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:963
|
610 |
+
msgid "Deinstall Options"
|
611 |
+
msgstr "Налады дэўсталёўкі"
|
612 |
+
|
613 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:966
|
614 |
+
msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
|
615 |
+
msgstr "Выкарыстайце гэтую опцыю для ачысткі базы дадзеных ад усіх запісаў гэтай убудовы. Пры звычайнай дэактывацыі ўбудовы, дэўсталёўка ўбудовы НЕ ВЫДАЛЯЕ усе запісы ўбудовы з базы дадзеных."
|
616 |
+
|
617 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:970
|
618 |
+
msgid "Delete Options"
|
619 |
+
msgstr "Налады выдалення"
|
620 |
+
|
621 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:983
|
622 |
+
msgid "About the plugin"
|
623 |
+
msgstr "Аб гэтай убудове"
|
624 |
+
|
625 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:985
|
626 |
+
msgid "Further information: Visit the <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">plugin homepage</a> for further information or to grab the latest version of this plugin."
|
627 |
+
msgstr "Дадатковая інфармацыя: Наведаеце <a href='http://bueltge.de/wordpress-admin-theme-adminimize/674/''>хатнюю старонку ўбудовы</a> для атрымання дадатковай інфармацыі або запампоўкі свежай версіі ўбудовы. Русіфікаванне ўбудовы: <a href='http://lecactus.ru''>Lecactus.ru</a>."
|
628 |
+
|
629 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:991
|
630 |
+
msgid "PayPal - The safer, easier way to pay online!"
|
631 |
+
msgstr "PayPal - бяспечны і проста шлях для анлайну плацяжоў!"
|
632 |
+
|
633 |
+
#: X:\web\wordpress\main\LATEST\wordpress-2.7.1-rus-lecactus-edition-powerpack\wordpress\wp-content\plugins\adminimize/adminimize_page.php:995
|
634 |
+
msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
|
635 |
+
msgstr "Жадаеце аддзячыць мяне? Наведаеце мой <a href='http://bueltge.de/wunschliste/'>спіс пажаданняў</a> або зрабіце ахвяраванне."
|
636 |
+
|
637 |
+
#~ msgid "All"
|
638 |
+
#~ msgstr "Усё"
|
639 |
+
#~ msgid "None"
|
640 |
+
#~ msgstr "Нічога"
|
641 |
+
#~ msgid "It is possible to hide the favorite-actions in the header."
|
642 |
+
#~ msgstr "Магчыма схаваць каханыя дзеянні з загалоўка."
|
643 |
+
#~ msgid "It is possible to hide the screen-options."
|
644 |
+
#~ msgstr "Магчыма схаваць налады экрана"
|
645 |
+
#~ msgid "Menu Order"
|
646 |
+
#~ msgstr "Парадак меню"
|
647 |
+
#~ msgid "It is possible to set a new menu-order."
|
648 |
+
#~ msgstr "Магчыма задаць новы парадак меню."
|
649 |
+
#~ msgid "Sidebar Width"
|
650 |
+
#~ msgstr "Шырыня бакавой калонкі"
|
651 |
+
#~ msgid ""
|
652 |
+
#~ "The sidebar on the right side in the area <em>Edit</em> is configurable. "
|
653 |
+
#~ "Default is 200 pixel in the WordPress Theme <em>Classic</em> and "
|
654 |
+
#~ "<em>Fresh</em>"
|
655 |
+
#~ msgstr ""
|
656 |
+
#~ "Бакавая калонка з правага боку вобласці <em>рэдагавання</em> "
|
657 |
+
#~ "наладжвальная. Па змаўчанні шырыня яе складае 200 пікселяў у стылях "
|
658 |
+
#~ "WordPress <em>Класічны</em> і <em>Новы</em>"
|
659 |
+
#~ msgid "Dashmenu"
|
660 |
+
#~ msgstr "Меню панэлі"
|
661 |
+
#~ msgid ""
|
662 |
+
#~ "The "Dashboard-area" is on the top left side of the backend. "
|
663 |
+
#~ "You can hide show."
|
664 |
+
#~ msgstr ""
|
665 |
+
#~ "Вобласць дошкі аб'яў у левым верхнім куту. Вы можаце схаваць яе."
|
666 |
+
#~ msgid "It is possible to hide the Admin Color Schemes."
|
667 |
+
#~ msgstr "Магчыма схаваць колеравыя схемы адмінкі."
|
668 |
+
#~ msgid "Deactivate for Subscriber"
|
669 |
+
#~ msgstr "Адключыць для падпісантаў"
|
670 |
+
#~ msgid "Deactivate for Contributor"
|
671 |
+
#~ msgstr "Адключыць для ўдзельнікаў"
|
672 |
+
#~ msgid "Deactivate for Editor"
|
673 |
+
#~ msgstr "Адключыць для рэдактараў"
|
674 |
+
#~ msgid "Deactivate for Administrator"
|
675 |
+
#~ msgstr "Адключыць для адміністратараў"
|
676 |
+
#~ msgid "All items"
|
677 |
+
#~ msgstr "Усе тыпы"
|
678 |
+
#~ msgid "Write Options"
|
679 |
+
#~ msgstr "Налады напісання"
|
680 |
+
|
languages/adminimize-da_DK.po
CHANGED
@@ -1,779 +1,779 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Adminimize 1.7.9\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2010-09-19 18:17+0100\n"
|
6 |
-
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator: Team Blogos <wordpress@blogos.dk>\n"
|
8 |
-
"Language-Team: Team Blogos <wordpress@blogos.dk>\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"Plural-Forms: nplurals=2;plural=n != 1;\n"
|
13 |
-
"X-Poedit-Language: Danish\n"
|
14 |
-
"X-Poedit-Country: DENMARK\n"
|
15 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
-
"X-Poedit-KeywordsList: __;_e;_n:1,2;__ngettext:1,2;__ngettext_noop:1,2;_nc:1,2;_nx:1,2;_n_noop:1,2;_nx_noop;_x;_c;esc_html__;esc_html_e;esc_html_x;esc_attr__;esc_attr_e;esc_attr_x\n"
|
17 |
-
"X-Poedit-Basepath: d:\\wordpress\\plugins\\adminimize\n"
|
18 |
-
"X-Poedit-SearchPath-0: d:\\wordpress\\plugins\\adminimize\n"
|
19 |
-
|
20 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:91
|
21 |
-
msgid "Unknown error."
|
22 |
-
msgstr "Ukendt fejl."
|
23 |
-
|
24 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:98
|
25 |
-
msgid "The updates were saved."
|
26 |
-
msgstr "Opdateringerne blev gemt."
|
27 |
-
|
28 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:99
|
29 |
-
msgid "You have not enough rights to edit entries in the database."
|
30 |
-
msgstr "Du har ikke tilstrækkelige rettigheder til at redigere indholdet i databasen."
|
31 |
-
|
32 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:100
|
33 |
-
msgid "All entries in the database were imported."
|
34 |
-
msgstr "Alt indholdet i databasen er blevet importeret."
|
35 |
-
|
36 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:101
|
37 |
-
msgid "All entries in the database were deleted."
|
38 |
-
msgstr "Alt indholdet i databasen er blevet slettet."
|
39 |
-
|
40 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:102
|
41 |
-
msgid "Set the checkbox on deinstall-button."
|
42 |
-
msgstr "Sæt kryds i afkrydsningsfeltet på afinstallationsknappen."
|
43 |
-
|
44 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:103
|
45 |
-
msgid "Can't load menu and submenu."
|
46 |
-
msgstr "Kan ikke indlæse menu og undermenu."
|
47 |
-
|
48 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:104
|
49 |
-
msgid "Backend-Theme was activated!"
|
50 |
-
msgstr "Kontrolpaneltema er aktiveret!"
|
51 |
-
|
52 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:105
|
53 |
-
msgid "Load user data to themes was successful."
|
54 |
-
msgstr "Indlæsning af brugerdata vedrørende temaerne lykkedes."
|
55 |
-
|
56 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:381
|
57 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:538
|
58 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:990
|
59 |
-
msgid "Categories"
|
60 |
-
msgstr "Kategorier"
|
61 |
-
|
62 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:387
|
63 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:398
|
64 |
-
msgid "+ Add New Category"
|
65 |
-
msgstr "+ Tilføj ny kategori"
|
66 |
-
|
67 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:389
|
68 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:400
|
69 |
-
msgid "New category name"
|
70 |
-
msgstr "Nyt kategorinavn"
|
71 |
-
|
72 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:390
|
73 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:402
|
74 |
-
msgid "Parent category"
|
75 |
-
msgstr "Forælder-kategori"
|
76 |
-
|
77 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:391
|
78 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:403
|
79 |
-
msgid "Add"
|
80 |
-
msgstr "Tilføj"
|
81 |
-
|
82 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:400
|
83 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:539
|
84 |
-
msgid "Add New Category"
|
85 |
-
msgstr "Tilføj ny kategori"
|
86 |
-
|
87 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:424
|
88 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:425
|
89 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:537
|
90 |
-
msgid "Tags"
|
91 |
-
msgstr "Tags"
|
92 |
-
|
93 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:465
|
94 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:479
|
95 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:493
|
96 |
-
msgid "Blue"
|
97 |
-
msgstr "Blå"
|
98 |
-
|
99 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:472
|
100 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:486
|
101 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:500
|
102 |
-
msgid "Gray"
|
103 |
-
msgstr "Grå"
|
104 |
-
|
105 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:508
|
106 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:550
|
107 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:573
|
108 |
-
msgid "Classic"
|
109 |
-
msgstr "Klassisk"
|
110 |
-
|
111 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:515
|
112 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:557
|
113 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:580
|
114 |
-
msgid "Fresh"
|
115 |
-
msgstr "Frisk"
|
116 |
-
|
117 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:522
|
118 |
-
msgid "WordPress 2.3"
|
119 |
-
msgstr "WordPress 2.3"
|
120 |
-
|
121 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:529
|
122 |
-
msgid "Maybe i'm colorblind"
|
123 |
-
msgstr "Måske er jeg farveblind"
|
124 |
-
|
125 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:536
|
126 |
-
msgid "Grey"
|
127 |
-
msgstr "Grå"
|
128 |
-
|
129 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:664
|
130 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:667
|
131 |
-
msgid "Dashboard"
|
132 |
-
msgstr "Kontrolpanel"
|
133 |
-
|
134 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:722
|
135 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:724
|
136 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:737
|
137 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:739
|
138 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:971
|
139 |
-
msgid "Log Out"
|
140 |
-
msgstr "Log ud"
|
141 |
-
|
142 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:990
|
143 |
-
msgid "Visit plugin homepage"
|
144 |
-
msgstr "Besøg plugin-hjemmesiden"
|
145 |
-
|
146 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:993
|
147 |
-
msgid "plugin"
|
148 |
-
msgstr "plugin"
|
149 |
-
|
150 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:993
|
151 |
-
msgid "Version"
|
152 |
-
msgstr "Version"
|
153 |
-
|
154 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:993
|
155 |
-
msgid "History"
|
156 |
-
msgstr "Historik"
|
157 |
-
|
158 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:993
|
159 |
-
msgid "Author"
|
160 |
-
msgstr "Forfatter"
|
161 |
-
|
162 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:996
|
163 |
-
msgid "plugin activate"
|
164 |
-
msgstr "aktivér plugin"
|
165 |
-
|
166 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:1016
|
167 |
-
msgid "Settings"
|
168 |
-
msgstr "Indstillinger"
|
169 |
-
|
170 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:1077
|
171 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:1098
|
172 |
-
msgid "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentation</a>"
|
173 |
-
msgstr "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Dokumentation</a>"
|
174 |
-
|
175 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:1094
|
176 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:109
|
177 |
-
msgid "Adminimize"
|
178 |
-
msgstr "Adminimere"
|
179 |
-
|
180 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:1096
|
181 |
-
msgid "Adminimize Options"
|
182 |
-
msgstr "Adminimize-indstillinger"
|
183 |
-
|
184 |
-
#: d:\wordpress\plugins\adminimize/adminimize.php:1113
|
185 |
-
msgid "Cheatin’ uh?"
|
186 |
-
msgstr "Snyder du, hva'?"
|
187 |
-
|
188 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:115
|
189 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:140
|
190 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:186
|
191 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:350
|
192 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:465
|
193 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:787
|
194 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:870
|
195 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:953
|
196 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1075
|
197 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1173
|
198 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1208
|
199 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1229
|
200 |
-
msgid "Click to toggle"
|
201 |
-
msgstr "Klik for at invertere valg"
|
202 |
-
|
203 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:116
|
204 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:172
|
205 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1230
|
206 |
-
msgid "About the plugin"
|
207 |
-
msgstr "Om pluginnet"
|
208 |
-
|
209 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:118
|
210 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1233
|
211 |
-
msgid "Further information: Visit the <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">plugin homepage</a> for further information or to grab the latest version of this plugin."
|
212 |
-
msgstr "Yderligere information: Besøg <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">plugin-hjemmesiden</a> for yderligere information eller for at hente den seneste udgave af pluginnet."
|
213 |
-
|
214 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:124
|
215 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1239
|
216 |
-
msgid "PayPal - The safer, easier way to pay online!"
|
217 |
-
msgstr "PayPal - Online-betalinger på den sikre og nemme måde!"
|
218 |
-
|
219 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:128
|
220 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1243
|
221 |
-
msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
|
222 |
-
msgstr "Ønsker du at takke mig? Besøg min <a href=\"http://bueltge.de/wunschliste/\">ønskeliste</a> eller send en donation."
|
223 |
-
|
224 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:141
|
225 |
-
msgid "MiniMenu"
|
226 |
-
msgstr "MiniMenu"
|
227 |
-
|
228 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:145
|
229 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:187
|
230 |
-
msgid "Backend Options"
|
231 |
-
msgstr "Indstillinger for kontrolpanel"
|
232 |
-
|
233 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:148
|
234 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:351
|
235 |
-
msgid "Global options"
|
236 |
-
msgstr "Globale indstillinger"
|
237 |
-
|
238 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:151
|
239 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:466
|
240 |
-
msgid "Menu Options"
|
241 |
-
msgstr "Menu-indstillinger"
|
242 |
-
|
243 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:154
|
244 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:788
|
245 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:795
|
246 |
-
msgid "Write options - Post"
|
247 |
-
msgstr "Indstillinger for Nyt indlæg"
|
248 |
-
|
249 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:157
|
250 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:871
|
251 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:878
|
252 |
-
msgid "Write options - Page"
|
253 |
-
msgstr "Indstillinger for Ny side"
|
254 |
-
|
255 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:160
|
256 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:954
|
257 |
-
msgid "Links options"
|
258 |
-
msgstr "Links-indstillinger"
|
259 |
-
|
260 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:163
|
261 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1076
|
262 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1161
|
263 |
-
msgid "Set Theme"
|
264 |
-
msgstr "Aktivér tema"
|
265 |
-
|
266 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:166
|
267 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1174
|
268 |
-
msgid "Export/Import Options"
|
269 |
-
msgstr "Eksport/Import-indstillinger"
|
270 |
-
|
271 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:169
|
272 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1209
|
273 |
-
msgid "Deinstall Options"
|
274 |
-
msgstr "Indstillinger for afinstallation"
|
275 |
-
|
276 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:196
|
277 |
-
msgid "User-Info"
|
278 |
-
msgstr "Brugerinformation"
|
279 |
-
|
280 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:200
|
281 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:213
|
282 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:223
|
283 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:233
|
284 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:243
|
285 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:253
|
286 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:263
|
287 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:273
|
288 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:283
|
289 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:293
|
290 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:322
|
291 |
-
msgid "Default"
|
292 |
-
msgstr "Standard"
|
293 |
-
|
294 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:201
|
295 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:224
|
296 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:234
|
297 |
-
msgid "Hide"
|
298 |
-
msgstr "Skjul"
|
299 |
-
|
300 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:202
|
301 |
-
msgid "Only logout"
|
302 |
-
msgstr "Kun log ud"
|
303 |
-
|
304 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:203
|
305 |
-
msgid "User & Logout"
|
306 |
-
msgstr "Bruger & Log ud"
|
307 |
-
|
308 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:204
|
309 |
-
msgid "The "User-Info-area" is on the top right side of the backend. You can hide or reduced show."
|
310 |
-
msgstr ""Brugerinfo-området" er for oven til højre i kontrolpanelet. Du kan skjule det eller gøre det mindre."
|
311 |
-
|
312 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:209
|
313 |
-
msgid "Change User-Info, redirect to"
|
314 |
-
msgstr "Ændr Brugerinfo, viderestil til"
|
315 |
-
|
316 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:214
|
317 |
-
msgid "Frontpage of the Blog"
|
318 |
-
msgstr "Bloggens forside"
|
319 |
-
|
320 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:215
|
321 |
-
msgid "When the "User-Info-area" change it, then it is possible to change the redirect."
|
322 |
-
msgstr "Når "Brugerinfo-området" ændret det, er det muligt at ændre viderestillingen."
|
323 |
-
|
324 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:219
|
325 |
-
msgid "Footer"
|
326 |
-
msgstr "Footeren"
|
327 |
-
|
328 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:225
|
329 |
-
msgid "The Footer-area can hide, include all links and details."
|
330 |
-
msgstr "Footer-området kan skjules, inkl. alle links og detaljer."
|
331 |
-
|
332 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:229
|
333 |
-
msgid "Header"
|
334 |
-
msgstr "Header"
|
335 |
-
|
336 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:235
|
337 |
-
msgid "The Header-area can hide, include all links and details."
|
338 |
-
msgstr "Header-området kan skjules, inkl. alle links og detaljer."
|
339 |
-
|
340 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:239
|
341 |
-
msgid "WriteScroll"
|
342 |
-
msgstr "SkriveScroll"
|
343 |
-
|
344 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:244
|
345 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:254
|
346 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:264
|
347 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:274
|
348 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:284
|
349 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:294
|
350 |
-
msgid "Activate"
|
351 |
-
msgstr "Aktivér"
|
352 |
-
|
353 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:245
|
354 |
-
msgid "With the WriteScroll option active, these pages will automatically scroll to an optimal position for editing, when you visit Write Post or Write Page."
|
355 |
-
msgstr "Når SkriveScroll-indstillingen er aktv, vil disse sider automatisk scrolle til en position, der er optimal for redigering, når du redigerer indlæg eller sider."
|
356 |
-
|
357 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:249
|
358 |
-
msgid "Timestamp"
|
359 |
-
msgstr "Tidsstempel"
|
360 |
-
|
361 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:255
|
362 |
-
msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
|
363 |
-
msgstr "Åbner redigeringsfelterne for indlæggets tidsstempel, uden at du behøver at klikke på \"Redigér\"-linket hele tiden."
|
364 |
-
|
365 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:259
|
366 |
-
msgid "Thickbox FullScreen"
|
367 |
-
msgstr "Thickbox-fuldskærm"
|
368 |
-
|
369 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:265
|
370 |
-
msgid "All Thickbox-function use the full area of the browser. Thickbox is for example in upload media-files."
|
371 |
-
msgstr "Alle Thickbox-funktioner bruger hele browserens område. Thickbox bruges f.eks. til upload af mediefiler."
|
372 |
-
|
373 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:269
|
374 |
-
msgid "Flashuploader"
|
375 |
-
msgstr "Flash-uploader"
|
376 |
-
|
377 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:275
|
378 |
-
msgid "Disable the flashuploader and users use only the standard uploader."
|
379 |
-
msgstr "Deaktivér Flash-uploaderen, så brugerne kun kan bruge standard-uploaderen."
|
380 |
-
|
381 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:279
|
382 |
-
msgid "Category Height"
|
383 |
-
msgstr "Højde for kategorier"
|
384 |
-
|
385 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:285
|
386 |
-
msgid "View the Meta Box with Categories in the full height, no scrollbar or whitespace."
|
387 |
-
msgstr "Se Meta-boksen med kategorier i fuld højde, ingen scrollbar eller whitespace."
|
388 |
-
|
389 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:289
|
390 |
-
msgid "Advice in Footer"
|
391 |
-
msgstr "Henvisning i footer"
|
392 |
-
|
393 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:296
|
394 |
-
msgid "In the Footer you can display an advice for changing the Default-design, (x)HTML is possible."
|
395 |
-
msgstr "I footeren kan du vise et råd om at ændre standard-designet, (x)HTML kan bruges."
|
396 |
-
|
397 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:318
|
398 |
-
msgid "Dashboard deactivate, redirect to"
|
399 |
-
msgstr "Deaktivér kontrolpanel; viderestil til"
|
400 |
-
|
401 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:323
|
402 |
-
msgid "Manage Posts"
|
403 |
-
msgstr "Indlæg"
|
404 |
-
|
405 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:324
|
406 |
-
msgid "Manage Pages"
|
407 |
-
msgstr "Sider"
|
408 |
-
|
409 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:325
|
410 |
-
msgid "Write Post"
|
411 |
-
msgstr "Nyt indlæg"
|
412 |
-
|
413 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:326
|
414 |
-
msgid "Write Page"
|
415 |
-
msgstr "Ny side"
|
416 |
-
|
417 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:327
|
418 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:543
|
419 |
-
msgid "Comments"
|
420 |
-
msgstr "Kommentarer"
|
421 |
-
|
422 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:328
|
423 |
-
msgid "other Page"
|
424 |
-
msgstr "anden side"
|
425 |
-
|
426 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:331
|
427 |
-
msgid "You have deactivated the Dashboard, please select a page for redirection?"
|
428 |
-
msgstr "Du har deaktiveret kontrolpanelet; vælg en side, der skal viderestilles til?"
|
429 |
-
|
430 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:340
|
431 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:455
|
432 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:777
|
433 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:860
|
434 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:943
|
435 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1064
|
436 |
-
msgid "Update Options"
|
437 |
-
msgstr "Opdatér indstillinger"
|
438 |
-
|
439 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:342
|
440 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:457
|
441 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:779
|
442 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:862
|
443 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:945
|
444 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1067
|
445 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1166
|
446 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1200
|
447 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1221
|
448 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1247
|
449 |
-
msgid "scroll to top"
|
450 |
-
msgstr "scroll til top"
|
451 |
-
|
452 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:358
|
453 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:430
|
454 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:835
|
455 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:918
|
456 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:961
|
457 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1039
|
458 |
-
msgid "Option"
|
459 |
-
msgstr "Indstilling"
|
460 |
-
|
461 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:361
|
462 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:476
|
463 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:798
|
464 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:881
|
465 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:964
|
466 |
-
msgid "Deactivate for"
|
467 |
-
msgstr "Deaktivér for"
|
468 |
-
|
469 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:381
|
470 |
-
msgid "Favorite Actions"
|
471 |
-
msgstr "Favorithandlinger"
|
472 |
-
|
473 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:382
|
474 |
-
msgid "Screen-Meta"
|
475 |
-
msgstr "Skærm-meta"
|
476 |
-
|
477 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:383
|
478 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:535
|
479 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:629
|
480 |
-
msgid "Screen Options"
|
481 |
-
msgstr "Skærm-indstillinger"
|
482 |
-
|
483 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:384
|
484 |
-
msgid "Contextual Help"
|
485 |
-
msgstr "Konteksthjælp"
|
486 |
-
|
487 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:385
|
488 |
-
msgid "Admin Color Scheme"
|
489 |
-
msgstr "Admin-farveskema"
|
490 |
-
|
491 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:429
|
492 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1038
|
493 |
-
msgid "Your own options"
|
494 |
-
msgstr "Dine egne indstillinger"
|
495 |
-
|
496 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:429
|
497 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:834
|
498 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:917
|
499 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1038
|
500 |
-
msgid "ID or class"
|
501 |
-
msgstr "Id eller klasse"
|
502 |
-
|
503 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:436
|
504 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:841
|
505 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:924
|
506 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1045
|
507 |
-
msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
|
508 |
-
msgstr "Det er muligt at tilføje dine egne id'er eller classes fra elementer og tags. Du kan finde disse id'er og classes med Firebug-udvidelsen til Firefox. Tildel en værdi og det tilhørende navn per linje."
|
509 |
-
|
510 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:442
|
511 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:847
|
512 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:930
|
513 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1051
|
514 |
-
msgid "Possible nomination for ID or class. Separate multiple nominations through a carriage return."
|
515 |
-
msgstr "Mulig benævnelse på id eller klasse. Adskil flere benævnelser med ny linje."
|
516 |
-
|
517 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:447
|
518 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:852
|
519 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:935
|
520 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1056
|
521 |
-
msgid "Possible IDs or classes. Separate multiple values through a carriage return."
|
522 |
-
msgstr "Mulige id'er eller classes. Adskil flere værdier med en ny linje."
|
523 |
-
|
524 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:473
|
525 |
-
msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
|
526 |
-
msgstr "Menu-indstillinger - Menu, <span style=\\\"font-weight: 400;\\\">Undermenu</span>"
|
527 |
-
|
528 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:534
|
529 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:628
|
530 |
-
msgid "Help"
|
531 |
-
msgstr "Hjælp"
|
532 |
-
|
533 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:536
|
534 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:630
|
535 |
-
msgid "Permalink"
|
536 |
-
msgstr "Permalink"
|
537 |
-
|
538 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:540
|
539 |
-
msgid "Excerpt"
|
540 |
-
msgstr "Uddrag"
|
541 |
-
|
542 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:541
|
543 |
-
msgid "Trackbacks"
|
544 |
-
msgstr "Trackbacks"
|
545 |
-
|
546 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:542
|
547 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:631
|
548 |
-
msgid "Custom Fields"
|
549 |
-
msgstr "Egne felter"
|
550 |
-
|
551 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:544
|
552 |
-
msgid "Password Protect This Post"
|
553 |
-
msgstr "Kodeordsbeskyt dette indlæg"
|
554 |
-
|
555 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:545
|
556 |
-
msgid "Post Author"
|
557 |
-
msgstr "Indlægsforfatter"
|
558 |
-
|
559 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:546
|
560 |
-
msgid "Post Revisions"
|
561 |
-
msgstr "Indlægsrevisioner"
|
562 |
-
|
563 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:547
|
564 |
-
msgid "Related, Shortcuts"
|
565 |
-
msgstr "Se også: genveje"
|
566 |
-
|
567 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:548
|
568 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:640
|
569 |
-
msgid "Messenges"
|
570 |
-
msgstr "Beskder"
|
571 |
-
|
572 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:549
|
573 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:641
|
574 |
-
msgid "h2: Advanced Options"
|
575 |
-
msgstr "h2: Avancerede indstillinger"
|
576 |
-
|
577 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:550
|
578 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:642
|
579 |
-
msgid "Media Buttons (all)"
|
580 |
-
msgstr "Medieknapper (alle)"
|
581 |
-
|
582 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:551
|
583 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:643
|
584 |
-
msgid "Word count"
|
585 |
-
msgstr "Antal ord"
|
586 |
-
|
587 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:552
|
588 |
-
msgid "Post Slug"
|
589 |
-
msgstr "Kort <span title=\"post slug\">indlægstitel</span>"
|
590 |
-
|
591 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:553
|
592 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:645
|
593 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:994
|
594 |
-
msgid "Publish Actions"
|
595 |
-
msgstr "Udgiv-handlinger"
|
596 |
-
|
597 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:554
|
598 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:646
|
599 |
-
msgid "Discussion"
|
600 |
-
msgstr "Diskussion"
|
601 |
-
|
602 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:555
|
603 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:647
|
604 |
-
msgid "HTML Editor Button"
|
605 |
-
msgstr "Knap for HTML-editor"
|
606 |
-
|
607 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:559
|
608 |
-
msgid "Post Thumbnail"
|
609 |
-
msgstr "Indlægsminiature"
|
610 |
-
|
611 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:561
|
612 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:653
|
613 |
-
msgid "Suggested tags from"
|
614 |
-
msgstr "Foreslåede tags fra"
|
615 |
-
|
616 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:563
|
617 |
-
msgid "Text Control"
|
618 |
-
msgstr "Tekstkontrol"
|
619 |
-
|
620 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:565
|
621 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:655
|
622 |
-
msgid "HTML Special Characters"
|
623 |
-
msgstr "Specielle HTML-tegn"
|
624 |
-
|
625 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:567
|
626 |
-
msgid "All in One SEO Pack"
|
627 |
-
msgstr "All in One SEO Pack"
|
628 |
-
|
629 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:632
|
630 |
-
msgid "Comments & Pings"
|
631 |
-
msgstr "Kommentarer & Pings"
|
632 |
-
|
633 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:633
|
634 |
-
msgid "Password Protect This Page"
|
635 |
-
msgstr "Kodeordsbeskyt denne side"
|
636 |
-
|
637 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:634
|
638 |
-
msgid "Attributes"
|
639 |
-
msgstr "Egenskaber"
|
640 |
-
|
641 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:635
|
642 |
-
msgid "Page Template"
|
643 |
-
msgstr "Sideskabelon"
|
644 |
-
|
645 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:636
|
646 |
-
msgid "Page Order"
|
647 |
-
msgstr "Siderækkefølge"
|
648 |
-
|
649 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:637
|
650 |
-
msgid "Page Author"
|
651 |
-
msgstr "Sideforfatter"
|
652 |
-
|
653 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:638
|
654 |
-
msgid "Page Revisions"
|
655 |
-
msgstr "Siderevisioner"
|
656 |
-
|
657 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:639
|
658 |
-
msgid "Related"
|
659 |
-
msgstr "Se også"
|
660 |
-
|
661 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:644
|
662 |
-
msgid "Page Slug"
|
663 |
-
msgstr "Kort <span title=\"post slug\">sidetitel</span>"
|
664 |
-
|
665 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:651
|
666 |
-
msgid "Page Image"
|
667 |
-
msgstr "Side-billede"
|
668 |
-
|
669 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:693
|
670 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:741
|
671 |
-
msgid "After activate the check box it heavy attitudes will change."
|
672 |
-
msgstr "Når afkrydsningsfeltet er aktiveret, bliver det vanskeligere at ændre indstillinger."
|
673 |
-
|
674 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:724
|
675 |
-
msgid "Profile"
|
676 |
-
msgstr "Profil"
|
677 |
-
|
678 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:834
|
679 |
-
msgid "Your own post options"
|
680 |
-
msgstr "Dine egne indlægsindstillinger"
|
681 |
-
|
682 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:917
|
683 |
-
msgid "Your own page options"
|
684 |
-
msgstr "Dine egne sideindstillinger"
|
685 |
-
|
686 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:987
|
687 |
-
msgid "Name"
|
688 |
-
msgstr "Navn"
|
689 |
-
|
690 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:988
|
691 |
-
msgid "Web Address"
|
692 |
-
msgstr "webadresse"
|
693 |
-
|
694 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:989
|
695 |
-
msgid "Description"
|
696 |
-
msgstr "Beskrivelse"
|
697 |
-
|
698 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:991
|
699 |
-
msgid "Target"
|
700 |
-
msgstr "Target"
|
701 |
-
|
702 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:992
|
703 |
-
msgid "Link Relationship (XFN)"
|
704 |
-
msgstr "Linkrelationer (XFN)"
|
705 |
-
|
706 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:993
|
707 |
-
msgid "Advanced"
|
708 |
-
msgstr "Avanceret"
|
709 |
-
|
710 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1083
|
711 |
-
msgid "For better peformance with many users on your blog; load only userlist, when you will change the theme options for users."
|
712 |
-
msgstr "Hvis du mange brugere på din blog, kan du øge hastigheden ved kun at indlæse listen over brugere, når du vil ændre tema-indstillingerne for brugere."
|
713 |
-
|
714 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1086
|
715 |
-
msgid "Load User Data"
|
716 |
-
msgstr "Indlæser data på brugere"
|
717 |
-
|
718 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1097
|
719 |
-
msgid "User-ID"
|
720 |
-
msgstr "Bruger-id"
|
721 |
-
|
722 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1098
|
723 |
-
msgid "Username"
|
724 |
-
msgstr "Brugernavn"
|
725 |
-
|
726 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1099
|
727 |
-
msgid "Display name publicly as"
|
728 |
-
msgstr "Vis navn offentligt som"
|
729 |
-
|
730 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1100
|
731 |
-
msgid "Admin-Color Scheme"
|
732 |
-
msgstr "Admin-farveskema"
|
733 |
-
|
734 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1101
|
735 |
-
msgid "User Level"
|
736 |
-
msgstr "Brugerniveau"
|
737 |
-
|
738 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1102
|
739 |
-
msgid "Role"
|
740 |
-
msgstr "Rolle"
|
741 |
-
|
742 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1178
|
743 |
-
msgid "Export"
|
744 |
-
msgstr "Eksportér"
|
745 |
-
|
746 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1180
|
747 |
-
msgid "You can save a .seq file with your options."
|
748 |
-
msgstr "Du kan gemme en SEQ-fil med dine indstillinger."
|
749 |
-
|
750 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1183
|
751 |
-
msgid "Export »"
|
752 |
-
msgstr "Eksportér »"
|
753 |
-
|
754 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1187
|
755 |
-
msgid "Import"
|
756 |
-
msgstr "Importér"
|
757 |
-
|
758 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1190
|
759 |
-
msgid "Choose a Adminimize (<em>.seq</em>) file to upload, then click <em>Upload file and import</em>."
|
760 |
-
msgstr "Vælg en Adminimize (<em>.seq</em>) fil, du vil uploade; klik så <em>Upload fil og importér</em>."
|
761 |
-
|
762 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1192
|
763 |
-
msgid "Choose a file from your computer"
|
764 |
-
msgstr "Vælg en fil fra din computer"
|
765 |
-
|
766 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1197
|
767 |
-
msgid "Upload file and import »"
|
768 |
-
msgstr "Upload fil og importér »"
|
769 |
-
|
770 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1212
|
771 |
-
msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
|
772 |
-
msgstr "Brug denne indstilling for at rense din database for alle poster tilhørende dette plugin. Når du deaktiverer pluginet, <strong>fjerner</strong> pluginnet <strong>ikke</strong> alle sine poster i databasen."
|
773 |
-
|
774 |
-
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1216
|
775 |
-
msgid "Delete Options"
|
776 |
-
msgstr "Slet indstillinger"
|
777 |
-
|
778 |
-
#~ msgid "Page Parent"
|
779 |
-
#~ msgstr "Forælder-side"
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Adminimize 1.7.9\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-09-19 18:17+0100\n"
|
6 |
+
"PO-Revision-Date: \n"
|
7 |
+
"Last-Translator: Team Blogos <wordpress@blogos.dk>\n"
|
8 |
+
"Language-Team: Team Blogos <wordpress@blogos.dk>\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Plural-Forms: nplurals=2;plural=n != 1;\n"
|
13 |
+
"X-Poedit-Language: Danish\n"
|
14 |
+
"X-Poedit-Country: DENMARK\n"
|
15 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Poedit-KeywordsList: __;_e;_n:1,2;__ngettext:1,2;__ngettext_noop:1,2;_nc:1,2;_nx:1,2;_n_noop:1,2;_nx_noop;_x;_c;esc_html__;esc_html_e;esc_html_x;esc_attr__;esc_attr_e;esc_attr_x\n"
|
17 |
+
"X-Poedit-Basepath: d:\\wordpress\\plugins\\adminimize\n"
|
18 |
+
"X-Poedit-SearchPath-0: d:\\wordpress\\plugins\\adminimize\n"
|
19 |
+
|
20 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:91
|
21 |
+
msgid "Unknown error."
|
22 |
+
msgstr "Ukendt fejl."
|
23 |
+
|
24 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:98
|
25 |
+
msgid "The updates were saved."
|
26 |
+
msgstr "Opdateringerne blev gemt."
|
27 |
+
|
28 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:99
|
29 |
+
msgid "You have not enough rights to edit entries in the database."
|
30 |
+
msgstr "Du har ikke tilstrækkelige rettigheder til at redigere indholdet i databasen."
|
31 |
+
|
32 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:100
|
33 |
+
msgid "All entries in the database were imported."
|
34 |
+
msgstr "Alt indholdet i databasen er blevet importeret."
|
35 |
+
|
36 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:101
|
37 |
+
msgid "All entries in the database were deleted."
|
38 |
+
msgstr "Alt indholdet i databasen er blevet slettet."
|
39 |
+
|
40 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:102
|
41 |
+
msgid "Set the checkbox on deinstall-button."
|
42 |
+
msgstr "Sæt kryds i afkrydsningsfeltet på afinstallationsknappen."
|
43 |
+
|
44 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:103
|
45 |
+
msgid "Can't load menu and submenu."
|
46 |
+
msgstr "Kan ikke indlæse menu og undermenu."
|
47 |
+
|
48 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:104
|
49 |
+
msgid "Backend-Theme was activated!"
|
50 |
+
msgstr "Kontrolpaneltema er aktiveret!"
|
51 |
+
|
52 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:105
|
53 |
+
msgid "Load user data to themes was successful."
|
54 |
+
msgstr "Indlæsning af brugerdata vedrørende temaerne lykkedes."
|
55 |
+
|
56 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:381
|
57 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:538
|
58 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:990
|
59 |
+
msgid "Categories"
|
60 |
+
msgstr "Kategorier"
|
61 |
+
|
62 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:387
|
63 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:398
|
64 |
+
msgid "+ Add New Category"
|
65 |
+
msgstr "+ Tilføj ny kategori"
|
66 |
+
|
67 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:389
|
68 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:400
|
69 |
+
msgid "New category name"
|
70 |
+
msgstr "Nyt kategorinavn"
|
71 |
+
|
72 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:390
|
73 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:402
|
74 |
+
msgid "Parent category"
|
75 |
+
msgstr "Forælder-kategori"
|
76 |
+
|
77 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:391
|
78 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:403
|
79 |
+
msgid "Add"
|
80 |
+
msgstr "Tilføj"
|
81 |
+
|
82 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:400
|
83 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:539
|
84 |
+
msgid "Add New Category"
|
85 |
+
msgstr "Tilføj ny kategori"
|
86 |
+
|
87 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:424
|
88 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:425
|
89 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:537
|
90 |
+
msgid "Tags"
|
91 |
+
msgstr "Tags"
|
92 |
+
|
93 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:465
|
94 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:479
|
95 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:493
|
96 |
+
msgid "Blue"
|
97 |
+
msgstr "Blå"
|
98 |
+
|
99 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:472
|
100 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:486
|
101 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:500
|
102 |
+
msgid "Gray"
|
103 |
+
msgstr "Grå"
|
104 |
+
|
105 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:508
|
106 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:550
|
107 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:573
|
108 |
+
msgid "Classic"
|
109 |
+
msgstr "Klassisk"
|
110 |
+
|
111 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:515
|
112 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:557
|
113 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:580
|
114 |
+
msgid "Fresh"
|
115 |
+
msgstr "Frisk"
|
116 |
+
|
117 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:522
|
118 |
+
msgid "WordPress 2.3"
|
119 |
+
msgstr "WordPress 2.3"
|
120 |
+
|
121 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:529
|
122 |
+
msgid "Maybe i'm colorblind"
|
123 |
+
msgstr "Måske er jeg farveblind"
|
124 |
+
|
125 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:536
|
126 |
+
msgid "Grey"
|
127 |
+
msgstr "Grå"
|
128 |
+
|
129 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:664
|
130 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:667
|
131 |
+
msgid "Dashboard"
|
132 |
+
msgstr "Kontrolpanel"
|
133 |
+
|
134 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:722
|
135 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:724
|
136 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:737
|
137 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:739
|
138 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:971
|
139 |
+
msgid "Log Out"
|
140 |
+
msgstr "Log ud"
|
141 |
+
|
142 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:990
|
143 |
+
msgid "Visit plugin homepage"
|
144 |
+
msgstr "Besøg plugin-hjemmesiden"
|
145 |
+
|
146 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:993
|
147 |
+
msgid "plugin"
|
148 |
+
msgstr "plugin"
|
149 |
+
|
150 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:993
|
151 |
+
msgid "Version"
|
152 |
+
msgstr "Version"
|
153 |
+
|
154 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:993
|
155 |
+
msgid "History"
|
156 |
+
msgstr "Historik"
|
157 |
+
|
158 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:993
|
159 |
+
msgid "Author"
|
160 |
+
msgstr "Forfatter"
|
161 |
+
|
162 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:996
|
163 |
+
msgid "plugin activate"
|
164 |
+
msgstr "aktivér plugin"
|
165 |
+
|
166 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:1016
|
167 |
+
msgid "Settings"
|
168 |
+
msgstr "Indstillinger"
|
169 |
+
|
170 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:1077
|
171 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:1098
|
172 |
+
msgid "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentation</a>"
|
173 |
+
msgstr "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Dokumentation</a>"
|
174 |
+
|
175 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:1094
|
176 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:109
|
177 |
+
msgid "Adminimize"
|
178 |
+
msgstr "Adminimere"
|
179 |
+
|
180 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:1096
|
181 |
+
msgid "Adminimize Options"
|
182 |
+
msgstr "Adminimize-indstillinger"
|
183 |
+
|
184 |
+
#: d:\wordpress\plugins\adminimize/adminimize.php:1113
|
185 |
+
msgid "Cheatin’ uh?"
|
186 |
+
msgstr "Snyder du, hva'?"
|
187 |
+
|
188 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:115
|
189 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:140
|
190 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:186
|
191 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:350
|
192 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:465
|
193 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:787
|
194 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:870
|
195 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:953
|
196 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1075
|
197 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1173
|
198 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1208
|
199 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1229
|
200 |
+
msgid "Click to toggle"
|
201 |
+
msgstr "Klik for at invertere valg"
|
202 |
+
|
203 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:116
|
204 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:172
|
205 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1230
|
206 |
+
msgid "About the plugin"
|
207 |
+
msgstr "Om pluginnet"
|
208 |
+
|
209 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:118
|
210 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1233
|
211 |
+
msgid "Further information: Visit the <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">plugin homepage</a> for further information or to grab the latest version of this plugin."
|
212 |
+
msgstr "Yderligere information: Besøg <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">plugin-hjemmesiden</a> for yderligere information eller for at hente den seneste udgave af pluginnet."
|
213 |
+
|
214 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:124
|
215 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1239
|
216 |
+
msgid "PayPal - The safer, easier way to pay online!"
|
217 |
+
msgstr "PayPal - Online-betalinger på den sikre og nemme måde!"
|
218 |
+
|
219 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:128
|
220 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1243
|
221 |
+
msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
|
222 |
+
msgstr "Ønsker du at takke mig? Besøg min <a href=\"http://bueltge.de/wunschliste/\">ønskeliste</a> eller send en donation."
|
223 |
+
|
224 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:141
|
225 |
+
msgid "MiniMenu"
|
226 |
+
msgstr "MiniMenu"
|
227 |
+
|
228 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:145
|
229 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:187
|
230 |
+
msgid "Backend Options"
|
231 |
+
msgstr "Indstillinger for kontrolpanel"
|
232 |
+
|
233 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:148
|
234 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:351
|
235 |
+
msgid "Global options"
|
236 |
+
msgstr "Globale indstillinger"
|
237 |
+
|
238 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:151
|
239 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:466
|
240 |
+
msgid "Menu Options"
|
241 |
+
msgstr "Menu-indstillinger"
|
242 |
+
|
243 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:154
|
244 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:788
|
245 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:795
|
246 |
+
msgid "Write options - Post"
|
247 |
+
msgstr "Indstillinger for Nyt indlæg"
|
248 |
+
|
249 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:157
|
250 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:871
|
251 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:878
|
252 |
+
msgid "Write options - Page"
|
253 |
+
msgstr "Indstillinger for Ny side"
|
254 |
+
|
255 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:160
|
256 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:954
|
257 |
+
msgid "Links options"
|
258 |
+
msgstr "Links-indstillinger"
|
259 |
+
|
260 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:163
|
261 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1076
|
262 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1161
|
263 |
+
msgid "Set Theme"
|
264 |
+
msgstr "Aktivér tema"
|
265 |
+
|
266 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:166
|
267 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1174
|
268 |
+
msgid "Export/Import Options"
|
269 |
+
msgstr "Eksport/Import-indstillinger"
|
270 |
+
|
271 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:169
|
272 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1209
|
273 |
+
msgid "Deinstall Options"
|
274 |
+
msgstr "Indstillinger for afinstallation"
|
275 |
+
|
276 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:196
|
277 |
+
msgid "User-Info"
|
278 |
+
msgstr "Brugerinformation"
|
279 |
+
|
280 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:200
|
281 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:213
|
282 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:223
|
283 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:233
|
284 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:243
|
285 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:253
|
286 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:263
|
287 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:273
|
288 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:283
|
289 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:293
|
290 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:322
|
291 |
+
msgid "Default"
|
292 |
+
msgstr "Standard"
|
293 |
+
|
294 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:201
|
295 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:224
|
296 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:234
|
297 |
+
msgid "Hide"
|
298 |
+
msgstr "Skjul"
|
299 |
+
|
300 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:202
|
301 |
+
msgid "Only logout"
|
302 |
+
msgstr "Kun log ud"
|
303 |
+
|
304 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:203
|
305 |
+
msgid "User & Logout"
|
306 |
+
msgstr "Bruger & Log ud"
|
307 |
+
|
308 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:204
|
309 |
+
msgid "The "User-Info-area" is on the top right side of the backend. You can hide or reduced show."
|
310 |
+
msgstr ""Brugerinfo-området" er for oven til højre i kontrolpanelet. Du kan skjule det eller gøre det mindre."
|
311 |
+
|
312 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:209
|
313 |
+
msgid "Change User-Info, redirect to"
|
314 |
+
msgstr "Ændr Brugerinfo, viderestil til"
|
315 |
+
|
316 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:214
|
317 |
+
msgid "Frontpage of the Blog"
|
318 |
+
msgstr "Bloggens forside"
|
319 |
+
|
320 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:215
|
321 |
+
msgid "When the "User-Info-area" change it, then it is possible to change the redirect."
|
322 |
+
msgstr "Når "Brugerinfo-området" ændret det, er det muligt at ændre viderestillingen."
|
323 |
+
|
324 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:219
|
325 |
+
msgid "Footer"
|
326 |
+
msgstr "Footeren"
|
327 |
+
|
328 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:225
|
329 |
+
msgid "The Footer-area can hide, include all links and details."
|
330 |
+
msgstr "Footer-området kan skjules, inkl. alle links og detaljer."
|
331 |
+
|
332 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:229
|
333 |
+
msgid "Header"
|
334 |
+
msgstr "Header"
|
335 |
+
|
336 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:235
|
337 |
+
msgid "The Header-area can hide, include all links and details."
|
338 |
+
msgstr "Header-området kan skjules, inkl. alle links og detaljer."
|
339 |
+
|
340 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:239
|
341 |
+
msgid "WriteScroll"
|
342 |
+
msgstr "SkriveScroll"
|
343 |
+
|
344 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:244
|
345 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:254
|
346 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:264
|
347 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:274
|
348 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:284
|
349 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:294
|
350 |
+
msgid "Activate"
|
351 |
+
msgstr "Aktivér"
|
352 |
+
|
353 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:245
|
354 |
+
msgid "With the WriteScroll option active, these pages will automatically scroll to an optimal position for editing, when you visit Write Post or Write Page."
|
355 |
+
msgstr "Når SkriveScroll-indstillingen er aktv, vil disse sider automatisk scrolle til en position, der er optimal for redigering, når du redigerer indlæg eller sider."
|
356 |
+
|
357 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:249
|
358 |
+
msgid "Timestamp"
|
359 |
+
msgstr "Tidsstempel"
|
360 |
+
|
361 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:255
|
362 |
+
msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
|
363 |
+
msgstr "Åbner redigeringsfelterne for indlæggets tidsstempel, uden at du behøver at klikke på \"Redigér\"-linket hele tiden."
|
364 |
+
|
365 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:259
|
366 |
+
msgid "Thickbox FullScreen"
|
367 |
+
msgstr "Thickbox-fuldskærm"
|
368 |
+
|
369 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:265
|
370 |
+
msgid "All Thickbox-function use the full area of the browser. Thickbox is for example in upload media-files."
|
371 |
+
msgstr "Alle Thickbox-funktioner bruger hele browserens område. Thickbox bruges f.eks. til upload af mediefiler."
|
372 |
+
|
373 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:269
|
374 |
+
msgid "Flashuploader"
|
375 |
+
msgstr "Flash-uploader"
|
376 |
+
|
377 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:275
|
378 |
+
msgid "Disable the flashuploader and users use only the standard uploader."
|
379 |
+
msgstr "Deaktivér Flash-uploaderen, så brugerne kun kan bruge standard-uploaderen."
|
380 |
+
|
381 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:279
|
382 |
+
msgid "Category Height"
|
383 |
+
msgstr "Højde for kategorier"
|
384 |
+
|
385 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:285
|
386 |
+
msgid "View the Meta Box with Categories in the full height, no scrollbar or whitespace."
|
387 |
+
msgstr "Se Meta-boksen med kategorier i fuld højde, ingen scrollbar eller whitespace."
|
388 |
+
|
389 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:289
|
390 |
+
msgid "Advice in Footer"
|
391 |
+
msgstr "Henvisning i footer"
|
392 |
+
|
393 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:296
|
394 |
+
msgid "In the Footer you can display an advice for changing the Default-design, (x)HTML is possible."
|
395 |
+
msgstr "I footeren kan du vise et råd om at ændre standard-designet, (x)HTML kan bruges."
|
396 |
+
|
397 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:318
|
398 |
+
msgid "Dashboard deactivate, redirect to"
|
399 |
+
msgstr "Deaktivér kontrolpanel; viderestil til"
|
400 |
+
|
401 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:323
|
402 |
+
msgid "Manage Posts"
|
403 |
+
msgstr "Indlæg"
|
404 |
+
|
405 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:324
|
406 |
+
msgid "Manage Pages"
|
407 |
+
msgstr "Sider"
|
408 |
+
|
409 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:325
|
410 |
+
msgid "Write Post"
|
411 |
+
msgstr "Nyt indlæg"
|
412 |
+
|
413 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:326
|
414 |
+
msgid "Write Page"
|
415 |
+
msgstr "Ny side"
|
416 |
+
|
417 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:327
|
418 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:543
|
419 |
+
msgid "Comments"
|
420 |
+
msgstr "Kommentarer"
|
421 |
+
|
422 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:328
|
423 |
+
msgid "other Page"
|
424 |
+
msgstr "anden side"
|
425 |
+
|
426 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:331
|
427 |
+
msgid "You have deactivated the Dashboard, please select a page for redirection?"
|
428 |
+
msgstr "Du har deaktiveret kontrolpanelet; vælg en side, der skal viderestilles til?"
|
429 |
+
|
430 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:340
|
431 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:455
|
432 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:777
|
433 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:860
|
434 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:943
|
435 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1064
|
436 |
+
msgid "Update Options"
|
437 |
+
msgstr "Opdatér indstillinger"
|
438 |
+
|
439 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:342
|
440 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:457
|
441 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:779
|
442 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:862
|
443 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:945
|
444 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1067
|
445 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1166
|
446 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1200
|
447 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1221
|
448 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1247
|
449 |
+
msgid "scroll to top"
|
450 |
+
msgstr "scroll til top"
|
451 |
+
|
452 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:358
|
453 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:430
|
454 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:835
|
455 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:918
|
456 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:961
|
457 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1039
|
458 |
+
msgid "Option"
|
459 |
+
msgstr "Indstilling"
|
460 |
+
|
461 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:361
|
462 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:476
|
463 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:798
|
464 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:881
|
465 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:964
|
466 |
+
msgid "Deactivate for"
|
467 |
+
msgstr "Deaktivér for"
|
468 |
+
|
469 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:381
|
470 |
+
msgid "Favorite Actions"
|
471 |
+
msgstr "Favorithandlinger"
|
472 |
+
|
473 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:382
|
474 |
+
msgid "Screen-Meta"
|
475 |
+
msgstr "Skærm-meta"
|
476 |
+
|
477 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:383
|
478 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:535
|
479 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:629
|
480 |
+
msgid "Screen Options"
|
481 |
+
msgstr "Skærm-indstillinger"
|
482 |
+
|
483 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:384
|
484 |
+
msgid "Contextual Help"
|
485 |
+
msgstr "Konteksthjælp"
|
486 |
+
|
487 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:385
|
488 |
+
msgid "Admin Color Scheme"
|
489 |
+
msgstr "Admin-farveskema"
|
490 |
+
|
491 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:429
|
492 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1038
|
493 |
+
msgid "Your own options"
|
494 |
+
msgstr "Dine egne indstillinger"
|
495 |
+
|
496 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:429
|
497 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:834
|
498 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:917
|
499 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1038
|
500 |
+
msgid "ID or class"
|
501 |
+
msgstr "Id eller klasse"
|
502 |
+
|
503 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:436
|
504 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:841
|
505 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:924
|
506 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1045
|
507 |
+
msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
|
508 |
+
msgstr "Det er muligt at tilføje dine egne id'er eller classes fra elementer og tags. Du kan finde disse id'er og classes med Firebug-udvidelsen til Firefox. Tildel en værdi og det tilhørende navn per linje."
|
509 |
+
|
510 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:442
|
511 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:847
|
512 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:930
|
513 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1051
|
514 |
+
msgid "Possible nomination for ID or class. Separate multiple nominations through a carriage return."
|
515 |
+
msgstr "Mulig benævnelse på id eller klasse. Adskil flere benævnelser med ny linje."
|
516 |
+
|
517 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:447
|
518 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:852
|
519 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:935
|
520 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1056
|
521 |
+
msgid "Possible IDs or classes. Separate multiple values through a carriage return."
|
522 |
+
msgstr "Mulige id'er eller classes. Adskil flere værdier med en ny linje."
|
523 |
+
|
524 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:473
|
525 |
+
msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
|
526 |
+
msgstr "Menu-indstillinger - Menu, <span style=\\\"font-weight: 400;\\\">Undermenu</span>"
|
527 |
+
|
528 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:534
|
529 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:628
|
530 |
+
msgid "Help"
|
531 |
+
msgstr "Hjælp"
|
532 |
+
|
533 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:536
|
534 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:630
|
535 |
+
msgid "Permalink"
|
536 |
+
msgstr "Permalink"
|
537 |
+
|
538 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:540
|
539 |
+
msgid "Excerpt"
|
540 |
+
msgstr "Uddrag"
|
541 |
+
|
542 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:541
|
543 |
+
msgid "Trackbacks"
|
544 |
+
msgstr "Trackbacks"
|
545 |
+
|
546 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:542
|
547 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:631
|
548 |
+
msgid "Custom Fields"
|
549 |
+
msgstr "Egne felter"
|
550 |
+
|
551 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:544
|
552 |
+
msgid "Password Protect This Post"
|
553 |
+
msgstr "Kodeordsbeskyt dette indlæg"
|
554 |
+
|
555 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:545
|
556 |
+
msgid "Post Author"
|
557 |
+
msgstr "Indlægsforfatter"
|
558 |
+
|
559 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:546
|
560 |
+
msgid "Post Revisions"
|
561 |
+
msgstr "Indlægsrevisioner"
|
562 |
+
|
563 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:547
|
564 |
+
msgid "Related, Shortcuts"
|
565 |
+
msgstr "Se også: genveje"
|
566 |
+
|
567 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:548
|
568 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:640
|
569 |
+
msgid "Messenges"
|
570 |
+
msgstr "Beskder"
|
571 |
+
|
572 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:549
|
573 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:641
|
574 |
+
msgid "h2: Advanced Options"
|
575 |
+
msgstr "h2: Avancerede indstillinger"
|
576 |
+
|
577 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:550
|
578 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:642
|
579 |
+
msgid "Media Buttons (all)"
|
580 |
+
msgstr "Medieknapper (alle)"
|
581 |
+
|
582 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:551
|
583 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:643
|
584 |
+
msgid "Word count"
|
585 |
+
msgstr "Antal ord"
|
586 |
+
|
587 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:552
|
588 |
+
msgid "Post Slug"
|
589 |
+
msgstr "Kort <span title=\"post slug\">indlægstitel</span>"
|
590 |
+
|
591 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:553
|
592 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:645
|
593 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:994
|
594 |
+
msgid "Publish Actions"
|
595 |
+
msgstr "Udgiv-handlinger"
|
596 |
+
|
597 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:554
|
598 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:646
|
599 |
+
msgid "Discussion"
|
600 |
+
msgstr "Diskussion"
|
601 |
+
|
602 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:555
|
603 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:647
|
604 |
+
msgid "HTML Editor Button"
|
605 |
+
msgstr "Knap for HTML-editor"
|
606 |
+
|
607 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:559
|
608 |
+
msgid "Post Thumbnail"
|
609 |
+
msgstr "Indlægsminiature"
|
610 |
+
|
611 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:561
|
612 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:653
|
613 |
+
msgid "Suggested tags from"
|
614 |
+
msgstr "Foreslåede tags fra"
|
615 |
+
|
616 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:563
|
617 |
+
msgid "Text Control"
|
618 |
+
msgstr "Tekstkontrol"
|
619 |
+
|
620 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:565
|
621 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:655
|
622 |
+
msgid "HTML Special Characters"
|
623 |
+
msgstr "Specielle HTML-tegn"
|
624 |
+
|
625 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:567
|
626 |
+
msgid "All in One SEO Pack"
|
627 |
+
msgstr "All in One SEO Pack"
|
628 |
+
|
629 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:632
|
630 |
+
msgid "Comments & Pings"
|
631 |
+
msgstr "Kommentarer & Pings"
|
632 |
+
|
633 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:633
|
634 |
+
msgid "Password Protect This Page"
|
635 |
+
msgstr "Kodeordsbeskyt denne side"
|
636 |
+
|
637 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:634
|
638 |
+
msgid "Attributes"
|
639 |
+
msgstr "Egenskaber"
|
640 |
+
|
641 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:635
|
642 |
+
msgid "Page Template"
|
643 |
+
msgstr "Sideskabelon"
|
644 |
+
|
645 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:636
|
646 |
+
msgid "Page Order"
|
647 |
+
msgstr "Siderækkefølge"
|
648 |
+
|
649 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:637
|
650 |
+
msgid "Page Author"
|
651 |
+
msgstr "Sideforfatter"
|
652 |
+
|
653 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:638
|
654 |
+
msgid "Page Revisions"
|
655 |
+
msgstr "Siderevisioner"
|
656 |
+
|
657 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:639
|
658 |
+
msgid "Related"
|
659 |
+
msgstr "Se også"
|
660 |
+
|
661 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:644
|
662 |
+
msgid "Page Slug"
|
663 |
+
msgstr "Kort <span title=\"post slug\">sidetitel</span>"
|
664 |
+
|
665 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:651
|
666 |
+
msgid "Page Image"
|
667 |
+
msgstr "Side-billede"
|
668 |
+
|
669 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:693
|
670 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:741
|
671 |
+
msgid "After activate the check box it heavy attitudes will change."
|
672 |
+
msgstr "Når afkrydsningsfeltet er aktiveret, bliver det vanskeligere at ændre indstillinger."
|
673 |
+
|
674 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:724
|
675 |
+
msgid "Profile"
|
676 |
+
msgstr "Profil"
|
677 |
+
|
678 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:834
|
679 |
+
msgid "Your own post options"
|
680 |
+
msgstr "Dine egne indlægsindstillinger"
|
681 |
+
|
682 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:917
|
683 |
+
msgid "Your own page options"
|
684 |
+
msgstr "Dine egne sideindstillinger"
|
685 |
+
|
686 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:987
|
687 |
+
msgid "Name"
|
688 |
+
msgstr "Navn"
|
689 |
+
|
690 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:988
|
691 |
+
msgid "Web Address"
|
692 |
+
msgstr "webadresse"
|
693 |
+
|
694 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:989
|
695 |
+
msgid "Description"
|
696 |
+
msgstr "Beskrivelse"
|
697 |
+
|
698 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:991
|
699 |
+
msgid "Target"
|
700 |
+
msgstr "Target"
|
701 |
+
|
702 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:992
|
703 |
+
msgid "Link Relationship (XFN)"
|
704 |
+
msgstr "Linkrelationer (XFN)"
|
705 |
+
|
706 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:993
|
707 |
+
msgid "Advanced"
|
708 |
+
msgstr "Avanceret"
|
709 |
+
|
710 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1083
|
711 |
+
msgid "For better peformance with many users on your blog; load only userlist, when you will change the theme options for users."
|
712 |
+
msgstr "Hvis du mange brugere på din blog, kan du øge hastigheden ved kun at indlæse listen over brugere, når du vil ændre tema-indstillingerne for brugere."
|
713 |
+
|
714 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1086
|
715 |
+
msgid "Load User Data"
|
716 |
+
msgstr "Indlæser data på brugere"
|
717 |
+
|
718 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1097
|
719 |
+
msgid "User-ID"
|
720 |
+
msgstr "Bruger-id"
|
721 |
+
|
722 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1098
|
723 |
+
msgid "Username"
|
724 |
+
msgstr "Brugernavn"
|
725 |
+
|
726 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1099
|
727 |
+
msgid "Display name publicly as"
|
728 |
+
msgstr "Vis navn offentligt som"
|
729 |
+
|
730 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1100
|
731 |
+
msgid "Admin-Color Scheme"
|
732 |
+
msgstr "Admin-farveskema"
|
733 |
+
|
734 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1101
|
735 |
+
msgid "User Level"
|
736 |
+
msgstr "Brugerniveau"
|
737 |
+
|
738 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1102
|
739 |
+
msgid "Role"
|
740 |
+
msgstr "Rolle"
|
741 |
+
|
742 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1178
|
743 |
+
msgid "Export"
|
744 |
+
msgstr "Eksportér"
|
745 |
+
|
746 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1180
|
747 |
+
msgid "You can save a .seq file with your options."
|
748 |
+
msgstr "Du kan gemme en SEQ-fil med dine indstillinger."
|
749 |
+
|
750 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1183
|
751 |
+
msgid "Export »"
|
752 |
+
msgstr "Eksportér »"
|
753 |
+
|
754 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1187
|
755 |
+
msgid "Import"
|
756 |
+
msgstr "Importér"
|
757 |
+
|
758 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1190
|
759 |
+
msgid "Choose a Adminimize (<em>.seq</em>) file to upload, then click <em>Upload file and import</em>."
|
760 |
+
msgstr "Vælg en Adminimize (<em>.seq</em>) fil, du vil uploade; klik så <em>Upload fil og importér</em>."
|
761 |
+
|
762 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1192
|
763 |
+
msgid "Choose a file from your computer"
|
764 |
+
msgstr "Vælg en fil fra din computer"
|
765 |
+
|
766 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1197
|
767 |
+
msgid "Upload file and import »"
|
768 |
+
msgstr "Upload fil og importér »"
|
769 |
+
|
770 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1212
|
771 |
+
msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
|
772 |
+
msgstr "Brug denne indstilling for at rense din database for alle poster tilhørende dette plugin. Når du deaktiverer pluginet, <strong>fjerner</strong> pluginnet <strong>ikke</strong> alle sine poster i databasen."
|
773 |
+
|
774 |
+
#: d:\wordpress\plugins\adminimize/adminimize_page.php:1216
|
775 |
+
msgid "Delete Options"
|
776 |
+
msgstr "Slet indstillinger"
|
777 |
+
|
778 |
+
#~ msgid "Page Parent"
|
779 |
+
#~ msgstr "Forælder-side"
|
languages/adminimize-de_DE.po
CHANGED
@@ -1,1098 +1,1098 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Adminimize\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2012-10-23 23:23+0100\n"
|
6 |
-
"PO-Revision-Date: 2012-10-23 23:27+0100\n"
|
7 |
-
"Last-Translator: Frank Bueltge <frank@bueltge.de>\n"
|
8 |
-
"Language-Team: Frank Bueltge <frank@bueltge.de>\n"
|
9 |
-
"Language: \n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
14 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
-
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
16 |
-
"X-Poedit-Basepath: /var/www/wp-plugins/adminimize/\n"
|
17 |
-
"X-Textdomain-Support: yes\n"
|
18 |
-
"X-Poedit-SearchPath-0: .\n"
|
19 |
-
|
20 |
-
# @ adminimize
|
21 |
-
#: adminimize.php:127
|
22 |
-
msgid "Unknown error."
|
23 |
-
msgstr "Unbekannter Fehler."
|
24 |
-
|
25 |
-
# @ adminimize
|
26 |
-
#: adminimize.php:136
|
27 |
-
msgid "The updates were saved."
|
28 |
-
msgstr "Die Einstellungen wurden gespeichert"
|
29 |
-
|
30 |
-
# @ adminimize
|
31 |
-
#: adminimize.php:137
|
32 |
-
msgid "You have not enough rights to edit entries in the database."
|
33 |
-
msgstr "Du hast nicht ausreichend Rechte um diese Aktion durchzuführen!"
|
34 |
-
|
35 |
-
# @ adminimize
|
36 |
-
#: adminimize.php:138
|
37 |
-
msgid "All entries in the database were imported."
|
38 |
-
msgstr "Alle Einträge wurden in die Datenbank geschrieben."
|
39 |
-
|
40 |
-
# @ adminimize
|
41 |
-
#: adminimize.php:139
|
42 |
-
msgid "All entries in the database were deleted."
|
43 |
-
msgstr "Die Einstellungen wurde gelöscht!"
|
44 |
-
|
45 |
-
# @ adminimize
|
46 |
-
#: adminimize.php:140
|
47 |
-
msgid "Set the checkbox on deinstall-button."
|
48 |
-
msgstr "Checkbox setzen, wenn wirklich deinstalliert werden soll!"
|
49 |
-
|
50 |
-
# @ adminimize
|
51 |
-
#: adminimize.php:141
|
52 |
-
msgid "Can't load menu and submenu."
|
53 |
-
msgstr "Menu und Submenu können nicht geladen werden!"
|
54 |
-
|
55 |
-
# @ adminimize
|
56 |
-
#: adminimize.php:142
|
57 |
-
msgid "Backend-Theme was activated!"
|
58 |
-
msgstr "Backend-Theme wurde zugewiesen!"
|
59 |
-
|
60 |
-
# @ adminimize
|
61 |
-
#: adminimize.php:143
|
62 |
-
msgid "Load user data to themes was successful."
|
63 |
-
msgstr "Das Laden der User-Daten zum Theme war erfolgreich."
|
64 |
-
|
65 |
-
# @ default
|
66 |
-
# @ adminimize
|
67 |
-
#: adminimize.php:511
|
68 |
-
#: inc-options/write_post_options.php:97
|
69 |
-
#: inc-options/links_options.php:52
|
70 |
-
#: inc-options/write_cp_options.php:103
|
71 |
-
msgid "Categories"
|
72 |
-
msgstr "Kategorien"
|
73 |
-
|
74 |
-
# @ default
|
75 |
-
#: adminimize.php:517
|
76 |
-
#: adminimize.php:528
|
77 |
-
msgid "+ Add New Category"
|
78 |
-
msgstr "+ Add New Category"
|
79 |
-
|
80 |
-
# @ default
|
81 |
-
#: adminimize.php:519
|
82 |
-
#: adminimize.php:530
|
83 |
-
msgid "New category name"
|
84 |
-
msgstr "New category name"
|
85 |
-
|
86 |
-
# @ default
|
87 |
-
#: adminimize.php:520
|
88 |
-
#: adminimize.php:532
|
89 |
-
msgid "Parent category"
|
90 |
-
msgstr "Parent category"
|
91 |
-
|
92 |
-
# @ default
|
93 |
-
#: adminimize.php:521
|
94 |
-
#: adminimize.php:533
|
95 |
-
msgid "Add"
|
96 |
-
msgstr "Add"
|
97 |
-
|
98 |
-
# @ default
|
99 |
-
# @ adminimize
|
100 |
-
#: adminimize.php:530
|
101 |
-
#: inc-options/write_post_options.php:98
|
102 |
-
#: inc-options/write_cp_options.php:104
|
103 |
-
msgid "Add New Category"
|
104 |
-
msgstr "Add New Category"
|
105 |
-
|
106 |
-
# @ default
|
107 |
-
#: adminimize.php:615
|
108 |
-
#: adminimize.php:618
|
109 |
-
msgid "Dashboard"
|
110 |
-
msgstr "Dashboard"
|
111 |
-
|
112 |
-
# @ default
|
113 |
-
#: adminimize.php:679
|
114 |
-
#: adminimize.php:681
|
115 |
-
#: adminimize.php:702
|
116 |
-
#: adminimize.php:704
|
117 |
-
#: adminimize.php:1077
|
118 |
-
msgid "Log Out"
|
119 |
-
msgstr "Log Out"
|
120 |
-
|
121 |
-
# @ default
|
122 |
-
#: adminimize.php:1107
|
123 |
-
msgid "Settings"
|
124 |
-
msgstr "Settings"
|
125 |
-
|
126 |
-
# @ adminimize
|
127 |
-
#: adminimize.php:1134
|
128 |
-
msgid "Adminimize Options"
|
129 |
-
msgstr "Adminimize Einstellungen"
|
130 |
-
|
131 |
-
# @ adminimize
|
132 |
-
#: adminimize.php:1135
|
133 |
-
#: inc-options/minimenu.php:18
|
134 |
-
msgid "Adminimize"
|
135 |
-
msgstr "Adminimize"
|
136 |
-
|
137 |
-
# @ default
|
138 |
-
#: adminimize.php:1158
|
139 |
-
msgid "Cheatin’ uh?"
|
140 |
-
msgstr "Cheatin’ uh?"
|
141 |
-
|
142 |
-
# @ default
|
143 |
-
#: inc-options/write_post_options.php:15
|
144 |
-
#: inc-options/menu_options.php:15
|
145 |
-
#: inc-options/links_options.php:15
|
146 |
-
#: inc-options/wp_nav_menu_options.php:14
|
147 |
-
#: inc-options/theme_options.php:14
|
148 |
-
#: inc-options/deinstall_options.php:14
|
149 |
-
#: inc-options/dashboard_options.php:16
|
150 |
-
#: inc-options/write_cp_options.php:20
|
151 |
-
#: inc-options/global_options.php:15
|
152 |
-
#: inc-options/backend_options.php:15
|
153 |
-
#: inc-options/im_export_options.php:14
|
154 |
-
#: inc-options/minimenu.php:22
|
155 |
-
#: inc-options/minimenu.php:86
|
156 |
-
#: inc-options/write_page_options.php:14
|
157 |
-
msgid "Click to toggle"
|
158 |
-
msgstr "Zum Umschalten klicken"
|
159 |
-
|
160 |
-
# @ adminimize
|
161 |
-
#: inc-options/write_post_options.php:16
|
162 |
-
#: inc-options/write_post_options.php:23
|
163 |
-
#: inc-options/minimenu.php:42
|
164 |
-
msgid "Write options - Post"
|
165 |
-
msgstr "Schreiben Einstellungen - Beiträge"
|
166 |
-
|
167 |
-
# @ adminimize
|
168 |
-
#: inc-options/write_post_options.php:26
|
169 |
-
#: inc-options/menu_options.php:26
|
170 |
-
#: inc-options/links_options.php:26
|
171 |
-
#: inc-options/wp_nav_menu_options.php:25
|
172 |
-
#: inc-options/dashboard_options.php:36
|
173 |
-
#: inc-options/write_cp_options.php:33
|
174 |
-
#: inc-options/global_options.php:26
|
175 |
-
#: inc-options/write_page_options.php:25
|
176 |
-
msgid "Deactivate for"
|
177 |
-
msgstr "Deaktiviere für"
|
178 |
-
|
179 |
-
# @ adminimize
|
180 |
-
# @ default
|
181 |
-
#: inc-options/write_post_options.php:92
|
182 |
-
#: inc-options/wp_nav_menu_options.php:48
|
183 |
-
#: inc-options/write_cp_options.php:98
|
184 |
-
#: inc-options/write_page_options.php:94
|
185 |
-
msgid "Help"
|
186 |
-
msgstr "Hilfe"
|
187 |
-
|
188 |
-
# @ adminimize
|
189 |
-
# @ default
|
190 |
-
#: inc-options/write_post_options.php:93
|
191 |
-
#: inc-options/wp_nav_menu_options.php:49
|
192 |
-
#: inc-options/write_cp_options.php:99
|
193 |
-
#: inc-options/global_options.php:50
|
194 |
-
#: inc-options/write_page_options.php:95
|
195 |
-
msgid "Screen Options"
|
196 |
-
msgstr "kontextabhängige Optionen"
|
197 |
-
|
198 |
-
# @ adminimize
|
199 |
-
#: inc-options/write_post_options.php:94
|
200 |
-
#: inc-options/write_page_options.php:96
|
201 |
-
msgid "Title"
|
202 |
-
msgstr "Title"
|
203 |
-
|
204 |
-
# @ adminimize
|
205 |
-
#: inc-options/write_post_options.php:95
|
206 |
-
#: inc-options/write_cp_options.php:100
|
207 |
-
#: inc-options/write_page_options.php:97
|
208 |
-
msgid "Permalink"
|
209 |
-
msgstr "Permalink"
|
210 |
-
|
211 |
-
# @ adminimize
|
212 |
-
# @ default
|
213 |
-
#: inc-options/write_post_options.php:96
|
214 |
-
#: inc-options/write_post_options.php:131
|
215 |
-
#: inc-options/write_cp_options.php:101
|
216 |
-
#: inc-options/write_cp_options.php:139
|
217 |
-
msgid "Tags"
|
218 |
-
msgstr "Tags"
|
219 |
-
|
220 |
-
# @ default
|
221 |
-
# @ adminimize
|
222 |
-
#: inc-options/write_post_options.php:99
|
223 |
-
#: inc-options/write_page_options.php:100
|
224 |
-
#: inc-options/write_page_options.php:131
|
225 |
-
msgid "Date"
|
226 |
-
msgstr "Datum"
|
227 |
-
|
228 |
-
# @ adminimize
|
229 |
-
#: inc-options/write_post_options.php:100
|
230 |
-
#: inc-options/write_cp_options.php:105
|
231 |
-
msgid "Password Protect This Post"
|
232 |
-
msgstr "Diesen Artikel durch ein Passwort schützen"
|
233 |
-
|
234 |
-
# @ adminimize
|
235 |
-
#: inc-options/write_post_options.php:101
|
236 |
-
#: inc-options/write_cp_options.php:106
|
237 |
-
msgid "Related, Shortcuts"
|
238 |
-
msgstr "Siehe auch, Tastaturkürzel"
|
239 |
-
|
240 |
-
# @ adminimize
|
241 |
-
#: inc-options/write_post_options.php:102
|
242 |
-
#: inc-options/write_cp_options.php:107
|
243 |
-
#: inc-options/write_page_options.php:108
|
244 |
-
msgid "Messages"
|
245 |
-
msgstr "Mitteilungen"
|
246 |
-
|
247 |
-
# @ adminimize
|
248 |
-
#: inc-options/write_post_options.php:103
|
249 |
-
#: inc-options/write_cp_options.php:108
|
250 |
-
#: inc-options/write_page_options.php:109
|
251 |
-
msgid "h2: Advanced Options"
|
252 |
-
msgstr "h2: Erweiterte Einstellungen"
|
253 |
-
|
254 |
-
# @ adminimize
|
255 |
-
#: inc-options/write_post_options.php:104
|
256 |
-
#: inc-options/write_cp_options.php:109
|
257 |
-
#: inc-options/write_page_options.php:110
|
258 |
-
msgid "Media Buttons (all)"
|
259 |
-
msgstr "Media Buttons (alle)"
|
260 |
-
|
261 |
-
# @ adminimize
|
262 |
-
#: inc-options/write_post_options.php:105
|
263 |
-
#: inc-options/write_cp_options.php:110
|
264 |
-
#: inc-options/write_page_options.php:111
|
265 |
-
msgid "Word count"
|
266 |
-
msgstr "Word count"
|
267 |
-
|
268 |
-
# @ adminimize
|
269 |
-
#: inc-options/write_post_options.php:106
|
270 |
-
#: inc-options/write_cp_options.php:111
|
271 |
-
msgid "Post Slug"
|
272 |
-
msgstr "Titelform"
|
273 |
-
|
274 |
-
# @ adminimize
|
275 |
-
#: inc-options/write_post_options.php:107
|
276 |
-
#: inc-options/links_options.php:56
|
277 |
-
#: inc-options/write_cp_options.php:112
|
278 |
-
#: inc-options/write_page_options.php:113
|
279 |
-
msgid "Publish Actions"
|
280 |
-
msgstr "Publish Actions"
|
281 |
-
|
282 |
-
# @ default
|
283 |
-
# @ adminimize
|
284 |
-
#: inc-options/write_post_options.php:108
|
285 |
-
#: inc-options/write_cp_options.php:113
|
286 |
-
#: inc-options/write_page_options.php:114
|
287 |
-
msgid "Discussion"
|
288 |
-
msgstr "Kommentare"
|
289 |
-
|
290 |
-
# @ default
|
291 |
-
# @ adminimize
|
292 |
-
#: inc-options/write_post_options.php:109
|
293 |
-
#: inc-options/write_cp_options.php:114
|
294 |
-
#: inc-options/write_page_options.php:115
|
295 |
-
msgid "HTML Editor Button"
|
296 |
-
msgstr "HTML Editor Button"
|
297 |
-
|
298 |
-
# @ adminimize
|
299 |
-
#: inc-options/write_post_options.php:118
|
300 |
-
#: inc-options/write_cp_options.php:124
|
301 |
-
msgid "Post Thumbnail"
|
302 |
-
msgstr "Artikelbild"
|
303 |
-
|
304 |
-
# @ adminimize
|
305 |
-
#: inc-options/write_post_options.php:122
|
306 |
-
#: inc-options/write_cp_options.php:130
|
307 |
-
#: inc-options/write_page_options.php:128
|
308 |
-
msgid "Quick Edit Link"
|
309 |
-
msgstr "QuickEdit Link"
|
310 |
-
|
311 |
-
# @ adminimize
|
312 |
-
#: inc-options/write_post_options.php:123
|
313 |
-
#: inc-options/write_post_options.php:127
|
314 |
-
#: inc-options/write_post_options.php:130
|
315 |
-
#: inc-options/write_post_options.php:133
|
316 |
-
#: inc-options/write_cp_options.php:131
|
317 |
-
#: inc-options/write_cp_options.php:135
|
318 |
-
#: inc-options/write_cp_options.php:138
|
319 |
-
#: inc-options/write_cp_options.php:141
|
320 |
-
#: inc-options/write_page_options.php:129
|
321 |
-
#: inc-options/write_page_options.php:134
|
322 |
-
#: inc-options/write_page_options.php:137
|
323 |
-
msgid "QE"
|
324 |
-
msgstr "QE"
|
325 |
-
|
326 |
-
# @ adminimize
|
327 |
-
#: inc-options/write_post_options.php:123
|
328 |
-
#: inc-options/write_cp_options.php:131
|
329 |
-
#: inc-options/write_page_options.php:129
|
330 |
-
msgid "Inline Edit Left"
|
331 |
-
msgstr "Inline Edit Links"
|
332 |
-
|
333 |
-
# @ adminimize
|
334 |
-
#: inc-options/write_post_options.php:124
|
335 |
-
#: inc-options/write_cp_options.php:132
|
336 |
-
#: inc-options/write_page_options.php:130
|
337 |
-
msgid "All Labels"
|
338 |
-
msgstr "Alle labels"
|
339 |
-
|
340 |
-
# @ default
|
341 |
-
#: inc-options/write_post_options.php:125
|
342 |
-
#: inc-options/write_cp_options.php:133
|
343 |
-
#: inc-options/write_page_options.php:132
|
344 |
-
msgid "Author"
|
345 |
-
msgstr "Author"
|
346 |
-
|
347 |
-
# @ adminimize
|
348 |
-
#: inc-options/write_post_options.php:126
|
349 |
-
#: inc-options/write_cp_options.php:134
|
350 |
-
#: inc-options/write_page_options.php:133
|
351 |
-
msgid "Password and Private"
|
352 |
-
msgstr "Passwort und Privat-Flag"
|
353 |
-
|
354 |
-
# @ adminimize
|
355 |
-
#: inc-options/write_post_options.php:127
|
356 |
-
#: inc-options/write_cp_options.php:135
|
357 |
-
msgid "Inline Edit Center"
|
358 |
-
msgstr "Inline Edit mitte"
|
359 |
-
|
360 |
-
# @ adminimize
|
361 |
-
#: inc-options/write_post_options.php:128
|
362 |
-
#: inc-options/write_cp_options.php:136
|
363 |
-
msgid "Categories Title"
|
364 |
-
msgstr "Kategorien Title"
|
365 |
-
|
366 |
-
# @ adminimize
|
367 |
-
#: inc-options/write_post_options.php:129
|
368 |
-
#: inc-options/write_cp_options.php:137
|
369 |
-
msgid "Categories List"
|
370 |
-
msgstr "Kategorien Liste"
|
371 |
-
|
372 |
-
# @ adminimize
|
373 |
-
#: inc-options/write_post_options.php:130
|
374 |
-
#: inc-options/write_cp_options.php:138
|
375 |
-
#: inc-options/write_page_options.php:134
|
376 |
-
msgid "Inline Edit Right"
|
377 |
-
msgstr "Inline Edit rechts"
|
378 |
-
|
379 |
-
# @ adminimize
|
380 |
-
#: inc-options/write_post_options.php:132
|
381 |
-
#: inc-options/write_cp_options.php:140
|
382 |
-
msgid "Status, Sticky"
|
383 |
-
msgstr "Status, Sticky"
|
384 |
-
|
385 |
-
# @ adminimize
|
386 |
-
#: inc-options/write_post_options.php:133
|
387 |
-
#: inc-options/write_cp_options.php:141
|
388 |
-
#: inc-options/write_page_options.php:137
|
389 |
-
msgid "Cancel/Save Button"
|
390 |
-
msgstr "Abbrechen/Aktualisieren Button"
|
391 |
-
|
392 |
-
# @ adminimize
|
393 |
-
#: inc-options/write_post_options.php:181
|
394 |
-
msgid "Your own post options"
|
395 |
-
msgstr "Deine eigenen Beitrags-Einstellungen"
|
396 |
-
|
397 |
-
# @ adminimize
|
398 |
-
#: inc-options/write_post_options.php:181
|
399 |
-
#: inc-options/links_options.php:100
|
400 |
-
#: inc-options/wp_nav_menu_options.php:121
|
401 |
-
#: inc-options/dashboard_options.php:96
|
402 |
-
#: inc-options/write_cp_options.php:206
|
403 |
-
#: inc-options/global_options.php:96
|
404 |
-
#: inc-options/write_page_options.php:185
|
405 |
-
msgid "ID or class"
|
406 |
-
msgstr "ID oder Klasse"
|
407 |
-
|
408 |
-
# @ adminimize
|
409 |
-
#: inc-options/write_post_options.php:182
|
410 |
-
#: inc-options/links_options.php:23
|
411 |
-
#: inc-options/links_options.php:101
|
412 |
-
#: inc-options/wp_nav_menu_options.php:22
|
413 |
-
#: inc-options/wp_nav_menu_options.php:122
|
414 |
-
#: inc-options/dashboard_options.php:33
|
415 |
-
#: inc-options/dashboard_options.php:97
|
416 |
-
#: inc-options/write_cp_options.php:208
|
417 |
-
#: inc-options/global_options.php:23
|
418 |
-
#: inc-options/global_options.php:97
|
419 |
-
#: inc-options/write_page_options.php:186
|
420 |
-
msgid "Option"
|
421 |
-
msgstr "Einstellung"
|
422 |
-
|
423 |
-
# @ adminimize
|
424 |
-
#: inc-options/write_post_options.php:188
|
425 |
-
#: inc-options/links_options.php:107
|
426 |
-
#: inc-options/wp_nav_menu_options.php:128
|
427 |
-
#: inc-options/dashboard_options.php:103
|
428 |
-
#: inc-options/write_cp_options.php:215
|
429 |
-
#: inc-options/global_options.php:103
|
430 |
-
#: inc-options/write_page_options.php:192
|
431 |
-
msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
|
432 |
-
msgstr "Es ist möglich, dass du eigene IDs und Klassen eines Elementes oder Tags hinzufügst. Du findest IDs und Klassen sehr einfach mit dem Firebug Add-on für den Firefox. Füge pro Zeile einen Wert und dazugehörigen Namen ein."
|
433 |
-
|
434 |
-
# @ adminimize
|
435 |
-
#: inc-options/write_post_options.php:194
|
436 |
-
#: inc-options/links_options.php:113
|
437 |
-
#: inc-options/wp_nav_menu_options.php:134
|
438 |
-
#: inc-options/dashboard_options.php:109
|
439 |
-
#: inc-options/write_cp_options.php:225
|
440 |
-
#: inc-options/global_options.php:109
|
441 |
-
#: inc-options/write_page_options.php:198
|
442 |
-
msgid "Possible nomination for ID or class. Separate multiple nominations through a carriage return."
|
443 |
-
msgstr "Mögliche Benennung der ID oder Klasse. Trenne Werte durch eine neue Zeile."
|
444 |
-
|
445 |
-
# @ adminimize
|
446 |
-
#: inc-options/write_post_options.php:199
|
447 |
-
#: inc-options/links_options.php:118
|
448 |
-
#: inc-options/wp_nav_menu_options.php:139
|
449 |
-
#: inc-options/dashboard_options.php:114
|
450 |
-
#: inc-options/write_cp_options.php:233
|
451 |
-
#: inc-options/global_options.php:114
|
452 |
-
#: inc-options/write_page_options.php:203
|
453 |
-
msgid "Possible IDs or classes. Separate multiple values through a carriage return."
|
454 |
-
msgstr "Mögliche IDs oder Klassen. Trenne Werte durch eine neue Zeile."
|
455 |
-
|
456 |
-
# @ adminimize
|
457 |
-
#: inc-options/write_post_options.php:207
|
458 |
-
#: inc-options/menu_options.php:155
|
459 |
-
#: inc-options/links_options.php:126
|
460 |
-
#: inc-options/wp_nav_menu_options.php:147
|
461 |
-
#: inc-options/dashboard_options.php:122
|
462 |
-
#: inc-options/write_cp_options.php:243
|
463 |
-
#: inc-options/global_options.php:122
|
464 |
-
#: inc-options/backend_options.php:192
|
465 |
-
#: inc-options/write_page_options.php:211
|
466 |
-
msgid "Update Options"
|
467 |
-
msgstr "Einstellungen aktualisieren"
|
468 |
-
|
469 |
-
# @ adminimize
|
470 |
-
#: inc-options/write_post_options.php:209
|
471 |
-
#: inc-options/menu_options.php:157
|
472 |
-
#: inc-options/links_options.php:129
|
473 |
-
#: inc-options/wp_nav_menu_options.php:149
|
474 |
-
#: inc-options/theme_options.php:105
|
475 |
-
#: inc-options/deinstall_options.php:27
|
476 |
-
#: inc-options/dashboard_options.php:127
|
477 |
-
#: inc-options/write_cp_options.php:248
|
478 |
-
#: inc-options/global_options.php:124
|
479 |
-
#: inc-options/backend_options.php:194
|
480 |
-
#: inc-options/im_export_options.php:41
|
481 |
-
#: inc-options/minimenu.php:109
|
482 |
-
#: inc-options/write_page_options.php:213
|
483 |
-
msgid "scroll to top"
|
484 |
-
msgstr "Nach oben"
|
485 |
-
|
486 |
-
# @ adminimize
|
487 |
-
#: inc-options/menu_options.php:16
|
488 |
-
#: inc-options/minimenu.php:39
|
489 |
-
msgid "Menu Options"
|
490 |
-
msgstr "Menu Einstellungen"
|
491 |
-
|
492 |
-
# @ adminimize
|
493 |
-
#: inc-options/menu_options.php:23
|
494 |
-
msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
|
495 |
-
msgstr "Menu Einstellungen - Menu, <span style=\"font-weight: 400;\">Submenu</span>"
|
496 |
-
|
497 |
-
# @ adminimize
|
498 |
-
#: inc-options/menu_options.php:67
|
499 |
-
#: inc-options/menu_options.php:119
|
500 |
-
msgid "After activate the check box it heavy attitudes will change."
|
501 |
-
msgstr "Wenn die Checkbox aktiv ist, dann wird das Ändern von Einstellungen erschwert."
|
502 |
-
|
503 |
-
# @ default
|
504 |
-
#: inc-options/menu_options.php:102
|
505 |
-
msgid "Profile"
|
506 |
-
msgstr "Profile"
|
507 |
-
|
508 |
-
# @ adminimize
|
509 |
-
#: inc-options/links_options.php:16
|
510 |
-
#: inc-options/minimenu.php:65
|
511 |
-
msgid "Links options"
|
512 |
-
msgstr "Link Einstellungen"
|
513 |
-
|
514 |
-
# @ default
|
515 |
-
#: inc-options/links_options.php:49
|
516 |
-
msgid "Name"
|
517 |
-
msgstr "Name"
|
518 |
-
|
519 |
-
# @ default
|
520 |
-
#: inc-options/links_options.php:50
|
521 |
-
msgid "Web Address"
|
522 |
-
msgstr "Web-Adresse"
|
523 |
-
|
524 |
-
# @ default
|
525 |
-
#: inc-options/links_options.php:51
|
526 |
-
msgid "Description"
|
527 |
-
msgstr "Beschreibung"
|
528 |
-
|
529 |
-
# @ default
|
530 |
-
#: inc-options/links_options.php:53
|
531 |
-
msgid "Target"
|
532 |
-
msgstr "Target"
|
533 |
-
|
534 |
-
# @ default
|
535 |
-
#: inc-options/links_options.php:54
|
536 |
-
msgid "Link Relationship (XFN)"
|
537 |
-
msgstr "Link-Beziehungen (XFN)"
|
538 |
-
|
539 |
-
# @ default
|
540 |
-
#: inc-options/links_options.php:55
|
541 |
-
msgid "Advanced"
|
542 |
-
msgstr "Erweitert"
|
543 |
-
|
544 |
-
# @ adminimize
|
545 |
-
#: inc-options/links_options.php:100
|
546 |
-
msgid "Your own Link options"
|
547 |
-
msgstr "Deine eigenen Link Einstellungen"
|
548 |
-
|
549 |
-
# @ adminimize
|
550 |
-
#: inc-options/wp_nav_menu_options.php:15
|
551 |
-
msgid "WP Nav Menu options"
|
552 |
-
msgstr "WP Nav Menü Einstellungen"
|
553 |
-
|
554 |
-
# @ adminimize
|
555 |
-
# @ default
|
556 |
-
#: inc-options/wp_nav_menu_options.php:50
|
557 |
-
#: inc-options/wp_nav_menu_options.php:56
|
558 |
-
msgid "Theme Locations"
|
559 |
-
msgstr "Anordnung im Theme"
|
560 |
-
|
561 |
-
# @ adminimize
|
562 |
-
#: inc-options/wp_nav_menu_options.php:51
|
563 |
-
msgid "Custom Links"
|
564 |
-
msgstr "Benutzerdef. Links"
|
565 |
-
|
566 |
-
# @ adminimize
|
567 |
-
#: inc-options/wp_nav_menu_options.php:52
|
568 |
-
msgid "Add menu"
|
569 |
-
msgstr "Menu hinzufügen"
|
570 |
-
|
571 |
-
# @ adminimize
|
572 |
-
#: inc-options/wp_nav_menu_options.php:121
|
573 |
-
msgid "Your own Nav Menu options"
|
574 |
-
msgstr "Deine eigenen Nav Menu Einstellungen"
|
575 |
-
|
576 |
-
# @ adminimize
|
577 |
-
#: inc-options/theme_options.php:15
|
578 |
-
#: inc-options/theme_options.php:100
|
579 |
-
#: inc-options/minimenu.php:71
|
580 |
-
msgid "Set Theme"
|
581 |
-
msgstr "Theme zuweisen"
|
582 |
-
|
583 |
-
# @ adminimize
|
584 |
-
#: inc-options/theme_options.php:22
|
585 |
-
msgid "For better peformance with many users on your blog; load only userlist, when you will change the theme options for users."
|
586 |
-
msgstr "Für eine bessere Performance bei vielen Usern in deinem Blog werden die Userdaten nur nach Aufforderung geladen."
|
587 |
-
|
588 |
-
# @ adminimize
|
589 |
-
#: inc-options/theme_options.php:25
|
590 |
-
msgid "Load User Data"
|
591 |
-
msgstr "Lade User Daten"
|
592 |
-
|
593 |
-
# @ default
|
594 |
-
#: inc-options/theme_options.php:36
|
595 |
-
msgid "User-ID"
|
596 |
-
msgstr "User-ID"
|
597 |
-
|
598 |
-
# @ default
|
599 |
-
#: inc-options/theme_options.php:37
|
600 |
-
msgid "Username"
|
601 |
-
msgstr "Benutzername"
|
602 |
-
|
603 |
-
# @ default
|
604 |
-
#: inc-options/theme_options.php:38
|
605 |
-
msgid "Display name publicly as"
|
606 |
-
msgstr "Name im Blog"
|
607 |
-
|
608 |
-
# @ default
|
609 |
-
#: inc-options/theme_options.php:39
|
610 |
-
msgid "Admin-Color Scheme"
|
611 |
-
msgstr "Admin-Color Scheme"
|
612 |
-
|
613 |
-
# @ default
|
614 |
-
#: inc-options/theme_options.php:40
|
615 |
-
msgid "User Level"
|
616 |
-
msgstr "User Level"
|
617 |
-
|
618 |
-
# @ default
|
619 |
-
#: inc-options/theme_options.php:41
|
620 |
-
msgid "Role"
|
621 |
-
msgstr "Rolle"
|
622 |
-
|
623 |
-
# @ adminimize
|
624 |
-
#: inc-options/deinstall_options.php:15
|
625 |
-
#: inc-options/minimenu.php:77
|
626 |
-
msgid "Deinstall Options"
|
627 |
-
msgstr "Einstellungen deinstallieren"
|
628 |
-
|
629 |
-
# @ adminimize
|
630 |
-
#: inc-options/deinstall_options.php:18
|
631 |
-
msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
|
632 |
-
msgstr "Nutze diese Option, um die Einstellungen für das Plugin in der Datenbank zu löschen. Das Plugin entfernt die Einträge <strong>nicht</strong>, wenn es deaktiviert wird!"
|
633 |
-
|
634 |
-
# @ adminimize
|
635 |
-
#: inc-options/deinstall_options.php:22
|
636 |
-
msgid "Delete Options"
|
637 |
-
msgstr "Einstellungen Löschen"
|
638 |
-
|
639 |
-
# @ adminimize
|
640 |
-
#: inc-options/dashboard_options.php:17
|
641 |
-
#: inc-options/minimenu.php:36
|
642 |
-
msgid "Dashboard options"
|
643 |
-
msgstr "Dashboard Einstellungen"
|
644 |
-
|
645 |
-
# @ adminimize
|
646 |
-
#: inc-options/dashboard_options.php:25
|
647 |
-
msgid "To complete the installation for Dashboard Widgets you must visit your dashboard once and then come back to Settings > Adminimize to configure who has access to each widget."
|
648 |
-
msgstr "Um die Installation für Dashboard Widgets abzuschließen, musst du das Dashboard einmal besuchen und dann zurück zu den Einstellungen > Adminimize kommen, um den Zugriff der Widgets zu steuern."
|
649 |
-
|
650 |
-
# @ adminimize
|
651 |
-
#: inc-options/dashboard_options.php:96
|
652 |
-
#: inc-options/global_options.php:96
|
653 |
-
msgid "Your own options"
|
654 |
-
msgstr "Deine eigenen Einstellungen"
|
655 |
-
|
656 |
-
# @ adminimize
|
657 |
-
#: inc-options/write_cp_options.php:22
|
658 |
-
#: inc-options/write_cp_options.php:30
|
659 |
-
#: inc-options/minimenu.php:56
|
660 |
-
msgid "Write options"
|
661 |
-
msgstr "Einstellungen Schreiben"
|
662 |
-
|
663 |
-
# @ adminimize
|
664 |
-
#: inc-options/write_cp_options.php:102
|
665 |
-
msgid "Format"
|
666 |
-
msgstr "Format"
|
667 |
-
|
668 |
-
# @ adminimize
|
669 |
-
#: inc-options/write_cp_options.php:205
|
670 |
-
#, php-format
|
671 |
-
msgid "Your own %s options"
|
672 |
-
msgstr "Deine eigenen %s Einstellungen"
|
673 |
-
|
674 |
-
# @ adminimize
|
675 |
-
#: inc-options/global_options.php:16
|
676 |
-
#: inc-options/minimenu.php:33
|
677 |
-
msgid "Global options"
|
678 |
-
msgstr "Globale Einstellungen"
|
679 |
-
|
680 |
-
# @ adminimize
|
681 |
-
#: inc-options/global_options.php:47
|
682 |
-
msgid "Admin Bar"
|
683 |
-
msgstr "Admin Bar"
|
684 |
-
|
685 |
-
# @ adminimize
|
686 |
-
#: inc-options/global_options.php:48
|
687 |
-
msgid "Favorite Actions"
|
688 |
-
msgstr "Favorisierte Aktionen"
|
689 |
-
|
690 |
-
# @ adminimize
|
691 |
-
#: inc-options/global_options.php:49
|
692 |
-
msgid "Screen-Meta"
|
693 |
-
msgstr "Screen-Meta"
|
694 |
-
|
695 |
-
# @ adminimize
|
696 |
-
#: inc-options/global_options.php:51
|
697 |
-
msgid "Contextual Help"
|
698 |
-
msgstr "kontextabhängig Hilfe"
|
699 |
-
|
700 |
-
# @ adminimize
|
701 |
-
#: inc-options/global_options.php:52
|
702 |
-
msgid "Admin Color Scheme"
|
703 |
-
msgstr "Farbschema verwalten"
|
704 |
-
|
705 |
-
# @ adminimize
|
706 |
-
#: inc-options/backend_options.php:16
|
707 |
-
#: inc-options/minimenu.php:30
|
708 |
-
msgid "Backend Options"
|
709 |
-
msgstr "Einstellungen Backend"
|
710 |
-
|
711 |
-
# @ adminimize
|
712 |
-
#: inc-options/backend_options.php:27
|
713 |
-
#, fuzzy
|
714 |
-
msgid "Use Global Settings"
|
715 |
-
msgstr "Globale Einstellungen"
|
716 |
-
|
717 |
-
#: inc-options/backend_options.php:36
|
718 |
-
msgid "The plugin is active in multiste."
|
719 |
-
msgstr "Das Plugin ist aktiv für die Multisite Umgebung."
|
720 |
-
|
721 |
-
#: inc-options/backend_options.php:40
|
722 |
-
msgid "False"
|
723 |
-
msgstr "Falsch"
|
724 |
-
|
725 |
-
#: inc-options/backend_options.php:41
|
726 |
-
msgid "True"
|
727 |
-
msgstr "Wahr"
|
728 |
-
|
729 |
-
#: inc-options/backend_options.php:42
|
730 |
-
msgid "Use the settings global in your Multisite network."
|
731 |
-
msgstr "Nutze die Einstellungen global in deinem Multisite Netzwerk."
|
732 |
-
|
733 |
-
# @ adminimize
|
734 |
-
#: inc-options/backend_options.php:47
|
735 |
-
msgid "Exclude Super Admin"
|
736 |
-
msgstr "Ausschließen des Super Admin"
|
737 |
-
|
738 |
-
# @ adminimize
|
739 |
-
#: inc-options/backend_options.php:51
|
740 |
-
#: inc-options/backend_options.php:62
|
741 |
-
#: inc-options/backend_options.php:75
|
742 |
-
#: inc-options/backend_options.php:85
|
743 |
-
#: inc-options/backend_options.php:95
|
744 |
-
#: inc-options/backend_options.php:105
|
745 |
-
#: inc-options/backend_options.php:115
|
746 |
-
#: inc-options/backend_options.php:125
|
747 |
-
#: inc-options/backend_options.php:135
|
748 |
-
#: inc-options/backend_options.php:145
|
749 |
-
#: inc-options/backend_options.php:174
|
750 |
-
msgid "Default"
|
751 |
-
msgstr "Standard"
|
752 |
-
|
753 |
-
# @ adminimize
|
754 |
-
#: inc-options/backend_options.php:52
|
755 |
-
#: inc-options/backend_options.php:106
|
756 |
-
#: inc-options/backend_options.php:116
|
757 |
-
#: inc-options/backend_options.php:126
|
758 |
-
#: inc-options/backend_options.php:136
|
759 |
-
#: inc-options/backend_options.php:146
|
760 |
-
msgid "Activate"
|
761 |
-
msgstr "Aktiv"
|
762 |
-
|
763 |
-
# @ adminimize
|
764 |
-
#: inc-options/backend_options.php:53
|
765 |
-
msgid "Exclude the Super Admin on a WP Multisite Install from all limitations of this plugin."
|
766 |
-
msgstr "Schließe den Super Admin in einer WordPress Multisite Installation von allen Restriktionen dieses Plugins aus."
|
767 |
-
|
768 |
-
# @ adminimize
|
769 |
-
#: inc-options/backend_options.php:58
|
770 |
-
msgid "User-Info"
|
771 |
-
msgstr "User-Info"
|
772 |
-
|
773 |
-
# @ adminimize
|
774 |
-
#: inc-options/backend_options.php:63
|
775 |
-
#: inc-options/backend_options.php:86
|
776 |
-
#: inc-options/backend_options.php:96
|
777 |
-
msgid "Hide"
|
778 |
-
msgstr "Ausblenden"
|
779 |
-
|
780 |
-
# @ adminimize
|
781 |
-
#: inc-options/backend_options.php:64
|
782 |
-
msgid "Only logout"
|
783 |
-
msgstr "nur Abmelden"
|
784 |
-
|
785 |
-
# @ adminimize
|
786 |
-
#: inc-options/backend_options.php:65
|
787 |
-
msgid "User & Logout"
|
788 |
-
msgstr "User & Abmelden"
|
789 |
-
|
790 |
-
# @ adminimize
|
791 |
-
#: inc-options/backend_options.php:66
|
792 |
-
msgid "The "User-Info-area" is on the top right side of the backend. You can hide or reduced show."
|
793 |
-
msgstr "Der "User-Info-Bereich" ist im oberen rechten Bereich zu finden und kann ausgeblendet oder reduziert dargestellt werden."
|
794 |
-
|
795 |
-
# @ adminimize
|
796 |
-
#: inc-options/backend_options.php:71
|
797 |
-
msgid "Change User-Info, redirect to"
|
798 |
-
msgstr "User Info geändert, Weiterleitung nach"
|
799 |
-
|
800 |
-
# @ adminimize
|
801 |
-
#: inc-options/backend_options.php:76
|
802 |
-
msgid "Frontpage of the Blog"
|
803 |
-
msgstr "Startseite des Blog"
|
804 |
-
|
805 |
-
# @ adminimize
|
806 |
-
#: inc-options/backend_options.php:77
|
807 |
-
msgid "When the "User-Info-area" change it, then it is possible to change the redirect."
|
808 |
-
msgstr "Wenn der "User-Info-Bereich" geändert wird, dann kann die die Weiterleitung nach einem Logout geändert werden."
|
809 |
-
|
810 |
-
# @ adminimize
|
811 |
-
#: inc-options/backend_options.php:81
|
812 |
-
msgid "Footer"
|
813 |
-
msgstr "Footer"
|
814 |
-
|
815 |
-
# @ adminimize
|
816 |
-
#: inc-options/backend_options.php:87
|
817 |
-
msgid "The Footer-area can hide, include all links and details."
|
818 |
-
msgstr "Der Footer-Bereich kann deaktiviert werden, inklusive aller Links und Hinweise."
|
819 |
-
|
820 |
-
# @ adminimize
|
821 |
-
#: inc-options/backend_options.php:91
|
822 |
-
msgid "Header"
|
823 |
-
msgstr "Header"
|
824 |
-
|
825 |
-
# @ adminimize
|
826 |
-
#: inc-options/backend_options.php:97
|
827 |
-
msgid "The Header-area can hide, include all links and details."
|
828 |
-
msgstr "Der header-Bereich kann ausgeblendet werden, inkl. aller Links und Details."
|
829 |
-
|
830 |
-
# @ adminimize
|
831 |
-
#: inc-options/backend_options.php:101
|
832 |
-
msgid "Timestamp"
|
833 |
-
msgstr "Timestamp"
|
834 |
-
|
835 |
-
# @ adminimize
|
836 |
-
#: inc-options/backend_options.php:107
|
837 |
-
msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
|
838 |
-
msgstr "Das Feld zum Ändern des Veröffentlichungsdatum ist immer geöffnet."
|
839 |
-
|
840 |
-
# @ adminimize
|
841 |
-
#: inc-options/backend_options.php:111
|
842 |
-
msgid "Thickbox FullScreen"
|
843 |
-
msgstr "Thickbox FullScreen"
|
844 |
-
|
845 |
-
# @ adminimize
|
846 |
-
#: inc-options/backend_options.php:117
|
847 |
-
msgid "All Thickbox-function use the full area of the browser. Thickbox is for example in upload media-files."
|
848 |
-
msgstr "Alle Thickbox-Funktion verwenden den vollständigen Bereich des Browsers. Thickbox ist beispielsweise in der Medien-Upload-Funktion."
|
849 |
-
|
850 |
-
# @ adminimize
|
851 |
-
#: inc-options/backend_options.php:121
|
852 |
-
msgid "Flashuploader"
|
853 |
-
msgstr "Flashuploader"
|
854 |
-
|
855 |
-
# @ adminimize
|
856 |
-
#: inc-options/backend_options.php:127
|
857 |
-
msgid "Disable the flashuploader and users use only the standard uploader."
|
858 |
-
msgstr "Deaktiviere den Flashuploader und Nutzer können nur den Standard-Uploader erreichen."
|
859 |
-
|
860 |
-
# @ adminimize
|
861 |
-
#: inc-options/backend_options.php:131
|
862 |
-
msgid "Category Height"
|
863 |
-
msgstr "Kategorie-Höhe"
|
864 |
-
|
865 |
-
# @ adminimize
|
866 |
-
#: inc-options/backend_options.php:137
|
867 |
-
msgid "View the Meta Box with Categories in the full height, no scrollbar or whitespace."
|
868 |
-
msgstr "Stellt in die Meta Box der Kategorien in voller Höhe dar, kein Scrollbar und kein Leerraum."
|
869 |
-
|
870 |
-
# @ adminimize
|
871 |
-
#: inc-options/backend_options.php:141
|
872 |
-
msgid "Advice in Footer"
|
873 |
-
msgstr "Hinweis im Footer"
|
874 |
-
|
875 |
-
# @ adminimize
|
876 |
-
#: inc-options/backend_options.php:148
|
877 |
-
msgid "In the Footer you can display an advice for changing the Default-design, (x)HTML is possible."
|
878 |
-
msgstr "Im Footer kann ein Hinweis auf die aktive Veränderung des Standard-Layout gesetzt werden, (x)HTML erlaubt."
|
879 |
-
|
880 |
-
# @ adminimize
|
881 |
-
#: inc-options/backend_options.php:170
|
882 |
-
msgid "Dashboard deactivate, redirect to"
|
883 |
-
msgstr "Dashboard inaktiv, Weiterleitung nach"
|
884 |
-
|
885 |
-
# @ adminimize
|
886 |
-
#: inc-options/backend_options.php:175
|
887 |
-
msgid "Manage Posts"
|
888 |
-
msgstr "Verwalten Beiträge"
|
889 |
-
|
890 |
-
# @ adminimize
|
891 |
-
#: inc-options/backend_options.php:176
|
892 |
-
msgid "Manage Pages"
|
893 |
-
msgstr "Verwalten Seiten"
|
894 |
-
|
895 |
-
# @ adminimize
|
896 |
-
#: inc-options/backend_options.php:177
|
897 |
-
msgid "Write Post"
|
898 |
-
msgstr "Schreiben Beitrag"
|
899 |
-
|
900 |
-
# @ adminimize
|
901 |
-
#: inc-options/backend_options.php:178
|
902 |
-
msgid "Write Page"
|
903 |
-
msgstr "Schreiben Seite"
|
904 |
-
|
905 |
-
# @ adminimize
|
906 |
-
#: inc-options/backend_options.php:179
|
907 |
-
msgid "Comments"
|
908 |
-
msgstr "Kommentare"
|
909 |
-
|
910 |
-
# @ adminimize
|
911 |
-
#: inc-options/backend_options.php:180
|
912 |
-
msgid "other Page"
|
913 |
-
msgstr "andere Seite"
|
914 |
-
|
915 |
-
# @ adminimize
|
916 |
-
#: inc-options/backend_options.php:183
|
917 |
-
msgid "You have deactivated the Dashboard, please select a page for redirection or define custom url, include http://?"
|
918 |
-
msgstr "Du hast das Dashboard deaktiviert; bitte wähle eine Seite für die Weiterleitung oder definiere eine eigene URL, inklusive http://"
|
919 |
-
|
920 |
-
# @ adminimize
|
921 |
-
#: inc-options/im_export_options.php:15
|
922 |
-
#: inc-options/minimenu.php:74
|
923 |
-
msgid "Export/Import Options"
|
924 |
-
msgstr "Export/Import Einstellungen"
|
925 |
-
|
926 |
-
# @ adminimize
|
927 |
-
#: inc-options/im_export_options.php:19
|
928 |
-
msgid "Export"
|
929 |
-
msgstr "Export"
|
930 |
-
|
931 |
-
# @ adminimize
|
932 |
-
#: inc-options/im_export_options.php:21
|
933 |
-
msgid "You can save a .seq file with your options."
|
934 |
-
msgstr "Du kannst deine Einstellungen in einer .seq Datei speichern."
|
935 |
-
|
936 |
-
# @ adminimize
|
937 |
-
#: inc-options/im_export_options.php:24
|
938 |
-
msgid "Export »"
|
939 |
-
msgstr "Exportieren »"
|
940 |
-
|
941 |
-
# @ adminimize
|
942 |
-
#: inc-options/im_export_options.php:28
|
943 |
-
msgid "Import"
|
944 |
-
msgstr "Import"
|
945 |
-
|
946 |
-
# @ adminimize
|
947 |
-
#: inc-options/im_export_options.php:31
|
948 |
-
msgid "Choose a Adminimize (<em>.seq</em>) file to upload, then click <em>Upload file and import</em>."
|
949 |
-
msgstr "Wähle eine Adminimize (<em>.seq</em>) Datei zum hoch laden und dann klick <em>Hochladen der Datei und importieren</em>"
|
950 |
-
|
951 |
-
# @ adminimize
|
952 |
-
#: inc-options/im_export_options.php:33
|
953 |
-
msgid "Choose a file from your computer"
|
954 |
-
msgstr "Wähle eine Datei vom Rechner"
|
955 |
-
|
956 |
-
# @ adminimize
|
957 |
-
#: inc-options/im_export_options.php:38
|
958 |
-
msgid "Upload file and import »"
|
959 |
-
msgstr "Hochladen der Datei und importieren »"
|
960 |
-
|
961 |
-
#: inc-options/minimenu.php:14
|
962 |
-
msgid "Network"
|
963 |
-
msgstr "Netzwerk"
|
964 |
-
|
965 |
-
# @ adminimize
|
966 |
-
#: inc-options/minimenu.php:23
|
967 |
-
msgid "MiniMenu"
|
968 |
-
msgstr "MiniMenu"
|
969 |
-
|
970 |
-
# @ adminimize
|
971 |
-
#: inc-options/minimenu.php:27
|
972 |
-
#: inc-options/minimenu.php:87
|
973 |
-
msgid "About the plugin"
|
974 |
-
msgstr "Über das Plugin"
|
975 |
-
|
976 |
-
# @ adminimize
|
977 |
-
#: inc-options/minimenu.php:45
|
978 |
-
#: inc-options/write_page_options.php:15
|
979 |
-
#: inc-options/write_page_options.php:22
|
980 |
-
msgid "Write options - Page"
|
981 |
-
msgstr "Schreiben Einstellungen - Seiten"
|
982 |
-
|
983 |
-
# @ adminimize
|
984 |
-
#: inc-options/minimenu.php:68
|
985 |
-
msgid "WP Nav Menu"
|
986 |
-
msgstr "WP Nav Menü"
|
987 |
-
|
988 |
-
# @ adminimize
|
989 |
-
#: inc-options/minimenu.php:89
|
990 |
-
msgid "Version"
|
991 |
-
msgstr "Version"
|
992 |
-
|
993 |
-
# @ adminimize
|
994 |
-
#: inc-options/minimenu.php:92
|
995 |
-
#, fuzzy
|
996 |
-
msgid "Further information: Visit the <a href=\"http://wordpress.org/extend/plugins/adminimize/\">plugin homepage</a> for further information or to grab the latest version of this plugin. Also see the <a href=\"http://wordpress.org/support/plugin/adminimize\">support forum</a> for questions."
|
997 |
-
msgstr "Weitere Informationen: Besuchen Sie die <a href=\"http://wordpress.org/extend/plugins/adminimize/\">Plugin Website</a> für weitere Informationen oder um die neueste Version des Plugins erhalten."
|
998 |
-
|
999 |
-
# @ adminimize
|
1000 |
-
#: inc-options/minimenu.php:94
|
1001 |
-
msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
|
1002 |
-
msgstr "Du willst Danke sagen? Besuche meine <a href=\"http://bueltge.de/wunschliste/\">Wunschliste</a> oder spende."
|
1003 |
-
|
1004 |
-
# @ adminimize
|
1005 |
-
#: inc-options/minimenu.php:99
|
1006 |
-
msgid "PayPal - The safer, easier way to pay online!"
|
1007 |
-
msgstr "PayPal - Der sichere und einfache Weg zu zahlen!"
|
1008 |
-
|
1009 |
-
# @ adminimize
|
1010 |
-
#: inc-options/minimenu.php:105
|
1011 |
-
#: inc-options/settings_notice.php:17
|
1012 |
-
msgid "Please note: The Adminimize settings page ignores the Menu Options below and displays the menu with all entries.<br /><span style=\"font-weight: 300;\">To view your changes to the menu you need to navigate away from the Adminimize settings page.</span>"
|
1013 |
-
msgstr "Beachte: Die Einstellungen des Plugins ignorieren Menu Einstellungen um alle Einträge darzustellen.<br /><span style=\\\"font-weight: 300;\\\">Um die Einstellungen an deiner Rolle zu prüfen, musst du eine andere Seite im Backend aufrufen.</span>"
|
1014 |
-
|
1015 |
-
#: inc-options/minimenu.php:106
|
1016 |
-
msgid "You have to activated the Plugin for your Multisite Network. Your settings works now on all blogs in the network. Please set the settings only in one blog, there you have all active menu items and plugins. If you update the settings then write the plugin new settings in dependence of the blog where you put, save the settings."
|
1017 |
-
msgstr "Du hast das Plugin für ein Multisite Netzwerk aktiviert. Deine Einstellungen werden nun in allen Blogs des Networks genutzt. Bitte setze die Einstellungen in dem Blog, in dem alle Menu-Einträge aktiv sind. Wenn du eine Aktualisierung der Einstellungen vornimmst, dann werden die Einstellungen neu gesetzt - mit den Werten des Blogs, in dem du gerade aktiv bist und als Einstellungen gespeichert."
|
1018 |
-
|
1019 |
-
# @ default
|
1020 |
-
#: inc-options/write_page_options.php:98
|
1021 |
-
msgid "Custom Fields"
|
1022 |
-
msgstr "Benutzerdefinierte Felder"
|
1023 |
-
|
1024 |
-
# @ adminimize
|
1025 |
-
#: inc-options/write_page_options.php:99
|
1026 |
-
msgid "Comments & Pings"
|
1027 |
-
msgstr "Kommentare & Pings"
|
1028 |
-
|
1029 |
-
# @ adminimize
|
1030 |
-
#: inc-options/write_page_options.php:101
|
1031 |
-
msgid "Password Protect This Page"
|
1032 |
-
msgstr "Diese Seite mit einem Passwort versehen"
|
1033 |
-
|
1034 |
-
# @ adminimize
|
1035 |
-
#: inc-options/write_page_options.php:102
|
1036 |
-
msgid "Attributes"
|
1037 |
-
msgstr "Attribute"
|
1038 |
-
|
1039 |
-
# @ adminimize
|
1040 |
-
#: inc-options/write_page_options.php:103
|
1041 |
-
msgid "Page Template"
|
1042 |
-
msgstr "Seiten Template"
|
1043 |
-
|
1044 |
-
# @ adminimize
|
1045 |
-
#: inc-options/write_page_options.php:104
|
1046 |
-
msgid "Page Order"
|
1047 |
-
msgstr "Reihenfolge"
|
1048 |
-
|
1049 |
-
# @ default
|
1050 |
-
#: inc-options/write_page_options.php:105
|
1051 |
-
msgid "Page Author"
|
1052 |
-
msgstr "Seitenautor"
|
1053 |
-
|
1054 |
-
# @ default
|
1055 |
-
#: inc-options/write_page_options.php:106
|
1056 |
-
msgid "Page Revisions"
|
1057 |
-
msgstr "Page Revisions"
|
1058 |
-
|
1059 |
-
# @ adminimize
|
1060 |
-
#: inc-options/write_page_options.php:107
|
1061 |
-
msgid "Related"
|
1062 |
-
msgstr "Siehe auch"
|
1063 |
-
|
1064 |
-
# @ adminimize
|
1065 |
-
#: inc-options/write_page_options.php:112
|
1066 |
-
msgid "Page Slug"
|
1067 |
-
msgstr "Titelform"
|
1068 |
-
|
1069 |
-
# @ adminimize
|
1070 |
-
#: inc-options/write_page_options.php:124
|
1071 |
-
msgid "Page Image"
|
1072 |
-
msgstr "Artikelbild"
|
1073 |
-
|
1074 |
-
# @ adminimize
|
1075 |
-
#: inc-options/write_page_options.php:135
|
1076 |
-
msgid "Parent, Order, Template"
|
1077 |
-
msgstr "Eltern, Reihenfolge, Template"
|
1078 |
-
|
1079 |
-
# @ adminimize
|
1080 |
-
#: inc-options/write_page_options.php:136
|
1081 |
-
msgid "Status"
|
1082 |
-
msgstr "Status"
|
1083 |
-
|
1084 |
-
# @ adminimize
|
1085 |
-
#: inc-options/write_page_options.php:185
|
1086 |
-
msgid "Your own page options"
|
1087 |
-
msgstr "Deine eigenen Seiten-Einstellungen"
|
1088 |
-
|
1089 |
-
# @ default
|
1090 |
-
#: inc-setup/remove-admin-bar.php:239
|
1091 |
-
msgid "Network Admin"
|
1092 |
-
msgstr "Netwerk-Admin"
|
1093 |
-
|
1094 |
-
# @ default
|
1095 |
-
#: inc-setup/remove-admin-bar.php:241
|
1096 |
-
msgid "Site Admin"
|
1097 |
-
msgstr "Site-Admin"
|
1098 |
-
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Adminimize\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-10-23 23:23+0100\n"
|
6 |
+
"PO-Revision-Date: 2012-10-23 23:27+0100\n"
|
7 |
+
"Last-Translator: Frank Bueltge <frank@bueltge.de>\n"
|
8 |
+
"Language-Team: Frank Bueltge <frank@bueltge.de>\n"
|
9 |
+
"Language: \n"
|
10 |
+
"MIME-Version: 1.0\n"
|
11 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
+
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
14 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
+
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
16 |
+
"X-Poedit-Basepath: /var/www/wp-plugins/adminimize/\n"
|
17 |
+
"X-Textdomain-Support: yes\n"
|
18 |
+
"X-Poedit-SearchPath-0: .\n"
|
19 |
+
|
20 |
+
# @ adminimize
|
21 |
+
#: adminimize.php:127
|
22 |
+
msgid "Unknown error."
|
23 |
+
msgstr "Unbekannter Fehler."
|
24 |
+
|
25 |
+
# @ adminimize
|
26 |
+
#: adminimize.php:136
|
27 |
+
msgid "The updates were saved."
|
28 |
+
msgstr "Die Einstellungen wurden gespeichert"
|
29 |
+
|
30 |
+
# @ adminimize
|
31 |
+
#: adminimize.php:137
|
32 |
+
msgid "You have not enough rights to edit entries in the database."
|
33 |
+
msgstr "Du hast nicht ausreichend Rechte um diese Aktion durchzuführen!"
|
34 |
+
|
35 |
+
# @ adminimize
|
36 |
+
#: adminimize.php:138
|
37 |
+
msgid "All entries in the database were imported."
|
38 |
+
msgstr "Alle Einträge wurden in die Datenbank geschrieben."
|
39 |
+
|
40 |
+
# @ adminimize
|
41 |
+
#: adminimize.php:139
|
42 |
+
msgid "All entries in the database were deleted."
|
43 |
+
msgstr "Die Einstellungen wurde gelöscht!"
|
44 |
+
|
45 |
+
# @ adminimize
|
46 |
+
#: adminimize.php:140
|
47 |
+
msgid "Set the checkbox on deinstall-button."
|
48 |
+
msgstr "Checkbox setzen, wenn wirklich deinstalliert werden soll!"
|
49 |
+
|
50 |
+
# @ adminimize
|
51 |
+
#: adminimize.php:141
|
52 |
+
msgid "Can't load menu and submenu."
|
53 |
+
msgstr "Menu und Submenu können nicht geladen werden!"
|
54 |
+
|
55 |
+
# @ adminimize
|
56 |
+
#: adminimize.php:142
|
57 |
+
msgid "Backend-Theme was activated!"
|
58 |
+
msgstr "Backend-Theme wurde zugewiesen!"
|
59 |
+
|
60 |
+
# @ adminimize
|
61 |
+
#: adminimize.php:143
|
62 |
+
msgid "Load user data to themes was successful."
|
63 |
+
msgstr "Das Laden der User-Daten zum Theme war erfolgreich."
|
64 |
+
|
65 |
+
# @ default
|
66 |
+
# @ adminimize
|
67 |
+
#: adminimize.php:511
|
68 |
+
#: inc-options/write_post_options.php:97
|
69 |
+
#: inc-options/links_options.php:52
|
70 |
+
#: inc-options/write_cp_options.php:103
|
71 |
+
msgid "Categories"
|
72 |
+
msgstr "Kategorien"
|
73 |
+
|
74 |
+
# @ default
|
75 |
+
#: adminimize.php:517
|
76 |
+
#: adminimize.php:528
|
77 |
+
msgid "+ Add New Category"
|
78 |
+
msgstr "+ Add New Category"
|
79 |
+
|
80 |
+
# @ default
|
81 |
+
#: adminimize.php:519
|
82 |
+
#: adminimize.php:530
|
83 |
+
msgid "New category name"
|
84 |
+
msgstr "New category name"
|
85 |
+
|
86 |
+
# @ default
|
87 |
+
#: adminimize.php:520
|
88 |
+
#: adminimize.php:532
|
89 |
+
msgid "Parent category"
|
90 |
+
msgstr "Parent category"
|
91 |
+
|
92 |
+
# @ default
|
93 |
+
#: adminimize.php:521
|
94 |
+
#: adminimize.php:533
|
95 |
+
msgid "Add"
|
96 |
+
msgstr "Add"
|
97 |
+
|
98 |
+
# @ default
|
99 |
+
# @ adminimize
|
100 |
+
#: adminimize.php:530
|
101 |
+
#: inc-options/write_post_options.php:98
|
102 |
+
#: inc-options/write_cp_options.php:104
|
103 |
+
msgid "Add New Category"
|
104 |
+
msgstr "Add New Category"
|
105 |
+
|
106 |
+
# @ default
|
107 |
+
#: adminimize.php:615
|
108 |
+
#: adminimize.php:618
|
109 |
+
msgid "Dashboard"
|
110 |
+
msgstr "Dashboard"
|
111 |
+
|
112 |
+
# @ default
|
113 |
+
#: adminimize.php:679
|
114 |
+
#: adminimize.php:681
|
115 |
+
#: adminimize.php:702
|
116 |
+
#: adminimize.php:704
|
117 |
+
#: adminimize.php:1077
|
118 |
+
msgid "Log Out"
|
119 |
+
msgstr "Log Out"
|
120 |
+
|
121 |
+
# @ default
|
122 |
+
#: adminimize.php:1107
|
123 |
+
msgid "Settings"
|
124 |
+
msgstr "Settings"
|
125 |
+
|
126 |
+
# @ adminimize
|
127 |
+
#: adminimize.php:1134
|
128 |
+
msgid "Adminimize Options"
|
129 |
+
msgstr "Adminimize Einstellungen"
|
130 |
+
|
131 |
+
# @ adminimize
|
132 |
+
#: adminimize.php:1135
|
133 |
+
#: inc-options/minimenu.php:18
|
134 |
+
msgid "Adminimize"
|
135 |
+
msgstr "Adminimize"
|
136 |
+
|
137 |
+
# @ default
|
138 |
+
#: adminimize.php:1158
|
139 |
+
msgid "Cheatin’ uh?"
|
140 |
+
msgstr "Cheatin’ uh?"
|
141 |
+
|
142 |
+
# @ default
|
143 |
+
#: inc-options/write_post_options.php:15
|
144 |
+
#: inc-options/menu_options.php:15
|
145 |
+
#: inc-options/links_options.php:15
|
146 |
+
#: inc-options/wp_nav_menu_options.php:14
|
147 |
+
#: inc-options/theme_options.php:14
|
148 |
+
#: inc-options/deinstall_options.php:14
|
149 |
+
#: inc-options/dashboard_options.php:16
|
150 |
+
#: inc-options/write_cp_options.php:20
|
151 |
+
#: inc-options/global_options.php:15
|
152 |
+
#: inc-options/backend_options.php:15
|
153 |
+
#: inc-options/im_export_options.php:14
|
154 |
+
#: inc-options/minimenu.php:22
|
155 |
+
#: inc-options/minimenu.php:86
|
156 |
+
#: inc-options/write_page_options.php:14
|
157 |
+
msgid "Click to toggle"
|
158 |
+
msgstr "Zum Umschalten klicken"
|
159 |
+
|
160 |
+
# @ adminimize
|
161 |
+
#: inc-options/write_post_options.php:16
|
162 |
+
#: inc-options/write_post_options.php:23
|
163 |
+
#: inc-options/minimenu.php:42
|
164 |
+
msgid "Write options - Post"
|
165 |
+
msgstr "Schreiben Einstellungen - Beiträge"
|
166 |
+
|
167 |
+
# @ adminimize
|
168 |
+
#: inc-options/write_post_options.php:26
|
169 |
+
#: inc-options/menu_options.php:26
|
170 |
+
#: inc-options/links_options.php:26
|
171 |
+
#: inc-options/wp_nav_menu_options.php:25
|
172 |
+
#: inc-options/dashboard_options.php:36
|
173 |
+
#: inc-options/write_cp_options.php:33
|
174 |
+
#: inc-options/global_options.php:26
|
175 |
+
#: inc-options/write_page_options.php:25
|
176 |
+
msgid "Deactivate for"
|
177 |
+
msgstr "Deaktiviere für"
|
178 |
+
|
179 |
+
# @ adminimize
|
180 |
+
# @ default
|
181 |
+
#: inc-options/write_post_options.php:92
|
182 |
+
#: inc-options/wp_nav_menu_options.php:48
|
183 |
+
#: inc-options/write_cp_options.php:98
|
184 |
+
#: inc-options/write_page_options.php:94
|
185 |
+
msgid "Help"
|
186 |
+
msgstr "Hilfe"
|
187 |
+
|
188 |
+
# @ adminimize
|
189 |
+
# @ default
|
190 |
+
#: inc-options/write_post_options.php:93
|
191 |
+
#: inc-options/wp_nav_menu_options.php:49
|
192 |
+
#: inc-options/write_cp_options.php:99
|
193 |
+
#: inc-options/global_options.php:50
|
194 |
+
#: inc-options/write_page_options.php:95
|
195 |
+
msgid "Screen Options"
|
196 |
+
msgstr "kontextabhängige Optionen"
|
197 |
+
|
198 |
+
# @ adminimize
|
199 |
+
#: inc-options/write_post_options.php:94
|
200 |
+
#: inc-options/write_page_options.php:96
|
201 |
+
msgid "Title"
|
202 |
+
msgstr "Title"
|
203 |
+
|
204 |
+
# @ adminimize
|
205 |
+
#: inc-options/write_post_options.php:95
|
206 |
+
#: inc-options/write_cp_options.php:100
|
207 |
+
#: inc-options/write_page_options.php:97
|
208 |
+
msgid "Permalink"
|
209 |
+
msgstr "Permalink"
|
210 |
+
|
211 |
+
# @ adminimize
|
212 |
+
# @ default
|
213 |
+
#: inc-options/write_post_options.php:96
|
214 |
+
#: inc-options/write_post_options.php:131
|
215 |
+
#: inc-options/write_cp_options.php:101
|
216 |
+
#: inc-options/write_cp_options.php:139
|
217 |
+
msgid "Tags"
|
218 |
+
msgstr "Tags"
|
219 |
+
|
220 |
+
# @ default
|
221 |
+
# @ adminimize
|
222 |
+
#: inc-options/write_post_options.php:99
|
223 |
+
#: inc-options/write_page_options.php:100
|
224 |
+
#: inc-options/write_page_options.php:131
|
225 |
+
msgid "Date"
|
226 |
+
msgstr "Datum"
|
227 |
+
|
228 |
+
# @ adminimize
|
229 |
+
#: inc-options/write_post_options.php:100
|
230 |
+
#: inc-options/write_cp_options.php:105
|
231 |
+
msgid "Password Protect This Post"
|
232 |
+
msgstr "Diesen Artikel durch ein Passwort schützen"
|
233 |
+
|
234 |
+
# @ adminimize
|
235 |
+
#: inc-options/write_post_options.php:101
|
236 |
+
#: inc-options/write_cp_options.php:106
|
237 |
+
msgid "Related, Shortcuts"
|
238 |
+
msgstr "Siehe auch, Tastaturkürzel"
|
239 |
+
|
240 |
+
# @ adminimize
|
241 |
+
#: inc-options/write_post_options.php:102
|
242 |
+
#: inc-options/write_cp_options.php:107
|
243 |
+
#: inc-options/write_page_options.php:108
|
244 |
+
msgid "Messages"
|
245 |
+
msgstr "Mitteilungen"
|
246 |
+
|
247 |
+
# @ adminimize
|
248 |
+
#: inc-options/write_post_options.php:103
|
249 |
+
#: inc-options/write_cp_options.php:108
|
250 |
+
#: inc-options/write_page_options.php:109
|
251 |
+
msgid "h2: Advanced Options"
|
252 |
+
msgstr "h2: Erweiterte Einstellungen"
|
253 |
+
|
254 |
+
# @ adminimize
|
255 |
+
#: inc-options/write_post_options.php:104
|
256 |
+
#: inc-options/write_cp_options.php:109
|
257 |
+
#: inc-options/write_page_options.php:110
|
258 |
+
msgid "Media Buttons (all)"
|
259 |
+
msgstr "Media Buttons (alle)"
|
260 |
+
|
261 |
+
# @ adminimize
|
262 |
+
#: inc-options/write_post_options.php:105
|
263 |
+
#: inc-options/write_cp_options.php:110
|
264 |
+
#: inc-options/write_page_options.php:111
|
265 |
+
msgid "Word count"
|
266 |
+
msgstr "Word count"
|
267 |
+
|
268 |
+
# @ adminimize
|
269 |
+
#: inc-options/write_post_options.php:106
|
270 |
+
#: inc-options/write_cp_options.php:111
|
271 |
+
msgid "Post Slug"
|
272 |
+
msgstr "Titelform"
|
273 |
+
|
274 |
+
# @ adminimize
|
275 |
+
#: inc-options/write_post_options.php:107
|
276 |
+
#: inc-options/links_options.php:56
|
277 |
+
#: inc-options/write_cp_options.php:112
|
278 |
+
#: inc-options/write_page_options.php:113
|
279 |
+
msgid "Publish Actions"
|
280 |
+
msgstr "Publish Actions"
|
281 |
+
|
282 |
+
# @ default
|
283 |
+
# @ adminimize
|
284 |
+
#: inc-options/write_post_options.php:108
|
285 |
+
#: inc-options/write_cp_options.php:113
|
286 |
+
#: inc-options/write_page_options.php:114
|
287 |
+
msgid "Discussion"
|
288 |
+
msgstr "Kommentare"
|
289 |
+
|
290 |
+
# @ default
|
291 |
+
# @ adminimize
|
292 |
+
#: inc-options/write_post_options.php:109
|
293 |
+
#: inc-options/write_cp_options.php:114
|
294 |
+
#: inc-options/write_page_options.php:115
|
295 |
+
msgid "HTML Editor Button"
|
296 |
+
msgstr "HTML Editor Button"
|
297 |
+
|
298 |
+
# @ adminimize
|
299 |
+
#: inc-options/write_post_options.php:118
|
300 |
+
#: inc-options/write_cp_options.php:124
|
301 |
+
msgid "Post Thumbnail"
|
302 |
+
msgstr "Artikelbild"
|
303 |
+
|
304 |
+
# @ adminimize
|
305 |
+
#: inc-options/write_post_options.php:122
|
306 |
+
#: inc-options/write_cp_options.php:130
|
307 |
+
#: inc-options/write_page_options.php:128
|
308 |
+
msgid "Quick Edit Link"
|
309 |
+
msgstr "QuickEdit Link"
|
310 |
+
|
311 |
+
# @ adminimize
|
312 |
+
#: inc-options/write_post_options.php:123
|
313 |
+
#: inc-options/write_post_options.php:127
|
314 |
+
#: inc-options/write_post_options.php:130
|
315 |
+
#: inc-options/write_post_options.php:133
|
316 |
+
#: inc-options/write_cp_options.php:131
|
317 |
+
#: inc-options/write_cp_options.php:135
|
318 |
+
#: inc-options/write_cp_options.php:138
|
319 |
+
#: inc-options/write_cp_options.php:141
|
320 |
+
#: inc-options/write_page_options.php:129
|
321 |
+
#: inc-options/write_page_options.php:134
|
322 |
+
#: inc-options/write_page_options.php:137
|
323 |
+
msgid "QE"
|
324 |
+
msgstr "QE"
|
325 |
+
|
326 |
+
# @ adminimize
|
327 |
+
#: inc-options/write_post_options.php:123
|
328 |
+
#: inc-options/write_cp_options.php:131
|
329 |
+
#: inc-options/write_page_options.php:129
|
330 |
+
msgid "Inline Edit Left"
|
331 |
+
msgstr "Inline Edit Links"
|
332 |
+
|
333 |
+
# @ adminimize
|
334 |
+
#: inc-options/write_post_options.php:124
|
335 |
+
#: inc-options/write_cp_options.php:132
|
336 |
+
#: inc-options/write_page_options.php:130
|
337 |
+
msgid "All Labels"
|
338 |
+
msgstr "Alle labels"
|
339 |
+
|
340 |
+
# @ default
|
341 |
+
#: inc-options/write_post_options.php:125
|
342 |
+
#: inc-options/write_cp_options.php:133
|
343 |
+
#: inc-options/write_page_options.php:132
|
344 |
+
msgid "Author"
|
345 |
+
msgstr "Author"
|
346 |
+
|
347 |
+
# @ adminimize
|
348 |
+
#: inc-options/write_post_options.php:126
|
349 |
+
#: inc-options/write_cp_options.php:134
|
350 |
+
#: inc-options/write_page_options.php:133
|
351 |
+
msgid "Password and Private"
|
352 |
+
msgstr "Passwort und Privat-Flag"
|
353 |
+
|
354 |
+
# @ adminimize
|
355 |
+
#: inc-options/write_post_options.php:127
|
356 |
+
#: inc-options/write_cp_options.php:135
|
357 |
+
msgid "Inline Edit Center"
|
358 |
+
msgstr "Inline Edit mitte"
|
359 |
+
|
360 |
+
# @ adminimize
|
361 |
+
#: inc-options/write_post_options.php:128
|
362 |
+
#: inc-options/write_cp_options.php:136
|
363 |
+
msgid "Categories Title"
|
364 |
+
msgstr "Kategorien Title"
|
365 |
+
|
366 |
+
# @ adminimize
|
367 |
+
#: inc-options/write_post_options.php:129
|
368 |
+
#: inc-options/write_cp_options.php:137
|
369 |
+
msgid "Categories List"
|
370 |
+
msgstr "Kategorien Liste"
|
371 |
+
|
372 |
+
# @ adminimize
|
373 |
+
#: inc-options/write_post_options.php:130
|
374 |
+
#: inc-options/write_cp_options.php:138
|
375 |
+
#: inc-options/write_page_options.php:134
|
376 |
+
msgid "Inline Edit Right"
|
377 |
+
msgstr "Inline Edit rechts"
|
378 |
+
|
379 |
+
# @ adminimize
|
380 |
+
#: inc-options/write_post_options.php:132
|
381 |
+
#: inc-options/write_cp_options.php:140
|
382 |
+
msgid "Status, Sticky"
|
383 |
+
msgstr "Status, Sticky"
|
384 |
+
|
385 |
+
# @ adminimize
|
386 |
+
#: inc-options/write_post_options.php:133
|
387 |
+
#: inc-options/write_cp_options.php:141
|
388 |
+
#: inc-options/write_page_options.php:137
|
389 |
+
msgid "Cancel/Save Button"
|
390 |
+
msgstr "Abbrechen/Aktualisieren Button"
|
391 |
+
|
392 |
+
# @ adminimize
|
393 |
+
#: inc-options/write_post_options.php:181
|
394 |
+
msgid "Your own post options"
|
395 |
+
msgstr "Deine eigenen Beitrags-Einstellungen"
|
396 |
+
|
397 |
+
# @ adminimize
|
398 |
+
#: inc-options/write_post_options.php:181
|
399 |
+
#: inc-options/links_options.php:100
|
400 |
+
#: inc-options/wp_nav_menu_options.php:121
|
401 |
+
#: inc-options/dashboard_options.php:96
|
402 |
+
#: inc-options/write_cp_options.php:206
|
403 |
+
#: inc-options/global_options.php:96
|
404 |
+
#: inc-options/write_page_options.php:185
|
405 |
+
msgid "ID or class"
|
406 |
+
msgstr "ID oder Klasse"
|
407 |
+
|
408 |
+
# @ adminimize
|
409 |
+
#: inc-options/write_post_options.php:182
|
410 |
+
#: inc-options/links_options.php:23
|
411 |
+
#: inc-options/links_options.php:101
|
412 |
+
#: inc-options/wp_nav_menu_options.php:22
|
413 |
+
#: inc-options/wp_nav_menu_options.php:122
|
414 |
+
#: inc-options/dashboard_options.php:33
|
415 |
+
#: inc-options/dashboard_options.php:97
|
416 |
+
#: inc-options/write_cp_options.php:208
|
417 |
+
#: inc-options/global_options.php:23
|
418 |
+
#: inc-options/global_options.php:97
|
419 |
+
#: inc-options/write_page_options.php:186
|
420 |
+
msgid "Option"
|
421 |
+
msgstr "Einstellung"
|
422 |
+
|
423 |
+
# @ adminimize
|
424 |
+
#: inc-options/write_post_options.php:188
|
425 |
+
#: inc-options/links_options.php:107
|
426 |
+
#: inc-options/wp_nav_menu_options.php:128
|
427 |
+
#: inc-options/dashboard_options.php:103
|
428 |
+
#: inc-options/write_cp_options.php:215
|
429 |
+
#: inc-options/global_options.php:103
|
430 |
+
#: inc-options/write_page_options.php:192
|
431 |
+
msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
|
432 |
+
msgstr "Es ist möglich, dass du eigene IDs und Klassen eines Elementes oder Tags hinzufügst. Du findest IDs und Klassen sehr einfach mit dem Firebug Add-on für den Firefox. Füge pro Zeile einen Wert und dazugehörigen Namen ein."
|
433 |
+
|
434 |
+
# @ adminimize
|
435 |
+
#: inc-options/write_post_options.php:194
|
436 |
+
#: inc-options/links_options.php:113
|
437 |
+
#: inc-options/wp_nav_menu_options.php:134
|
438 |
+
#: inc-options/dashboard_options.php:109
|
439 |
+
#: inc-options/write_cp_options.php:225
|
440 |
+
#: inc-options/global_options.php:109
|
441 |
+
#: inc-options/write_page_options.php:198
|
442 |
+
msgid "Possible nomination for ID or class. Separate multiple nominations through a carriage return."
|
443 |
+
msgstr "Mögliche Benennung der ID oder Klasse. Trenne Werte durch eine neue Zeile."
|
444 |
+
|
445 |
+
# @ adminimize
|
446 |
+
#: inc-options/write_post_options.php:199
|
447 |
+
#: inc-options/links_options.php:118
|
448 |
+
#: inc-options/wp_nav_menu_options.php:139
|
449 |
+
#: inc-options/dashboard_options.php:114
|
450 |
+
#: inc-options/write_cp_options.php:233
|
451 |
+
#: inc-options/global_options.php:114
|
452 |
+
#: inc-options/write_page_options.php:203
|
453 |
+
msgid "Possible IDs or classes. Separate multiple values through a carriage return."
|
454 |
+
msgstr "Mögliche IDs oder Klassen. Trenne Werte durch eine neue Zeile."
|
455 |
+
|
456 |
+
# @ adminimize
|
457 |
+
#: inc-options/write_post_options.php:207
|
458 |
+
#: inc-options/menu_options.php:155
|
459 |
+
#: inc-options/links_options.php:126
|
460 |
+
#: inc-options/wp_nav_menu_options.php:147
|
461 |
+
#: inc-options/dashboard_options.php:122
|
462 |
+
#: inc-options/write_cp_options.php:243
|
463 |
+
#: inc-options/global_options.php:122
|
464 |
+
#: inc-options/backend_options.php:192
|
465 |
+
#: inc-options/write_page_options.php:211
|
466 |
+
msgid "Update Options"
|
467 |
+
msgstr "Einstellungen aktualisieren"
|
468 |
+
|
469 |
+
# @ adminimize
|
470 |
+
#: inc-options/write_post_options.php:209
|
471 |
+
#: inc-options/menu_options.php:157
|
472 |
+
#: inc-options/links_options.php:129
|
473 |
+
#: inc-options/wp_nav_menu_options.php:149
|
474 |
+
#: inc-options/theme_options.php:105
|
475 |
+
#: inc-options/deinstall_options.php:27
|
476 |
+
#: inc-options/dashboard_options.php:127
|
477 |
+
#: inc-options/write_cp_options.php:248
|
478 |
+
#: inc-options/global_options.php:124
|
479 |
+
#: inc-options/backend_options.php:194
|
480 |
+
#: inc-options/im_export_options.php:41
|
481 |
+
#: inc-options/minimenu.php:109
|
482 |
+
#: inc-options/write_page_options.php:213
|
483 |
+
msgid "scroll to top"
|
484 |
+
msgstr "Nach oben"
|
485 |
+
|
486 |
+
# @ adminimize
|
487 |
+
#: inc-options/menu_options.php:16
|
488 |
+
#: inc-options/minimenu.php:39
|
489 |
+
msgid "Menu Options"
|
490 |
+
msgstr "Menu Einstellungen"
|
491 |
+
|
492 |
+
# @ adminimize
|
493 |
+
#: inc-options/menu_options.php:23
|
494 |
+
msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
|
495 |
+
msgstr "Menu Einstellungen - Menu, <span style=\"font-weight: 400;\">Submenu</span>"
|
496 |
+
|
497 |
+
# @ adminimize
|
498 |
+
#: inc-options/menu_options.php:67
|
499 |
+
#: inc-options/menu_options.php:119
|
500 |
+
msgid "After activate the check box it heavy attitudes will change."
|
501 |
+
msgstr "Wenn die Checkbox aktiv ist, dann wird das Ändern von Einstellungen erschwert."
|
502 |
+
|
503 |
+
# @ default
|
504 |
+
#: inc-options/menu_options.php:102
|
505 |
+
msgid "Profile"
|
506 |
+
msgstr "Profile"
|
507 |
+
|
508 |
+
# @ adminimize
|
509 |
+
#: inc-options/links_options.php:16
|
510 |
+
#: inc-options/minimenu.php:65
|
511 |
+
msgid "Links options"
|
512 |
+
msgstr "Link Einstellungen"
|
513 |
+
|
514 |
+
# @ default
|
515 |
+
#: inc-options/links_options.php:49
|
516 |
+
msgid "Name"
|
517 |
+
msgstr "Name"
|
518 |
+
|
519 |
+
# @ default
|
520 |
+
#: inc-options/links_options.php:50
|
521 |
+
msgid "Web Address"
|
522 |
+
msgstr "Web-Adresse"
|
523 |
+
|
524 |
+
# @ default
|
525 |
+
#: inc-options/links_options.php:51
|
526 |
+
msgid "Description"
|
527 |
+
msgstr "Beschreibung"
|
528 |
+
|
529 |
+
# @ default
|
530 |
+
#: inc-options/links_options.php:53
|
531 |
+
msgid "Target"
|
532 |
+
msgstr "Target"
|
533 |
+
|
534 |
+
# @ default
|
535 |
+
#: inc-options/links_options.php:54
|
536 |
+
msgid "Link Relationship (XFN)"
|
537 |
+
msgstr "Link-Beziehungen (XFN)"
|
538 |
+
|
539 |
+
# @ default
|
540 |
+
#: inc-options/links_options.php:55
|
541 |
+
msgid "Advanced"
|
542 |
+
msgstr "Erweitert"
|
543 |
+
|
544 |
+
# @ adminimize
|
545 |
+
#: inc-options/links_options.php:100
|
546 |
+
msgid "Your own Link options"
|
547 |
+
msgstr "Deine eigenen Link Einstellungen"
|
548 |
+
|
549 |
+
# @ adminimize
|
550 |
+
#: inc-options/wp_nav_menu_options.php:15
|
551 |
+
msgid "WP Nav Menu options"
|
552 |
+
msgstr "WP Nav Menü Einstellungen"
|
553 |
+
|
554 |
+
# @ adminimize
|
555 |
+
# @ default
|
556 |
+
#: inc-options/wp_nav_menu_options.php:50
|
557 |
+
#: inc-options/wp_nav_menu_options.php:56
|
558 |
+
msgid "Theme Locations"
|
559 |
+
msgstr "Anordnung im Theme"
|
560 |
+
|
561 |
+
# @ adminimize
|
562 |
+
#: inc-options/wp_nav_menu_options.php:51
|
563 |
+
msgid "Custom Links"
|
564 |
+
msgstr "Benutzerdef. Links"
|
565 |
+
|
566 |
+
# @ adminimize
|
567 |
+
#: inc-options/wp_nav_menu_options.php:52
|
568 |
+
msgid "Add menu"
|
569 |
+
msgstr "Menu hinzufügen"
|
570 |
+
|
571 |
+
# @ adminimize
|
572 |
+
#: inc-options/wp_nav_menu_options.php:121
|
573 |
+
msgid "Your own Nav Menu options"
|
574 |
+
msgstr "Deine eigenen Nav Menu Einstellungen"
|
575 |
+
|
576 |
+
# @ adminimize
|
577 |
+
#: inc-options/theme_options.php:15
|
578 |
+
#: inc-options/theme_options.php:100
|
579 |
+
#: inc-options/minimenu.php:71
|
580 |
+
msgid "Set Theme"
|
581 |
+
msgstr "Theme zuweisen"
|
582 |
+
|
583 |
+
# @ adminimize
|
584 |
+
#: inc-options/theme_options.php:22
|
585 |
+
msgid "For better peformance with many users on your blog; load only userlist, when you will change the theme options for users."
|
586 |
+
msgstr "Für eine bessere Performance bei vielen Usern in deinem Blog werden die Userdaten nur nach Aufforderung geladen."
|
587 |
+
|
588 |
+
# @ adminimize
|
589 |
+
#: inc-options/theme_options.php:25
|
590 |
+
msgid "Load User Data"
|
591 |
+
msgstr "Lade User Daten"
|
592 |
+
|
593 |
+
# @ default
|
594 |
+
#: inc-options/theme_options.php:36
|
595 |
+
msgid "User-ID"
|
596 |
+
msgstr "User-ID"
|
597 |
+
|
598 |
+
# @ default
|
599 |
+
#: inc-options/theme_options.php:37
|
600 |
+
msgid "Username"
|
601 |
+
msgstr "Benutzername"
|
602 |
+
|
603 |
+
# @ default
|
604 |
+
#: inc-options/theme_options.php:38
|
605 |
+
msgid "Display name publicly as"
|
606 |
+
msgstr "Name im Blog"
|
607 |
+
|
608 |
+
# @ default
|
609 |
+
#: inc-options/theme_options.php:39
|
610 |
+
msgid "Admin-Color Scheme"
|
611 |
+
msgstr "Admin-Color Scheme"
|
612 |
+
|
613 |
+
# @ default
|
614 |
+
#: inc-options/theme_options.php:40
|
615 |
+
msgid "User Level"
|
616 |
+
msgstr "User Level"
|
617 |
+
|
618 |
+
# @ default
|
619 |
+
#: inc-options/theme_options.php:41
|
620 |
+
msgid "Role"
|
621 |
+
msgstr "Rolle"
|
622 |
+
|
623 |
+
# @ adminimize
|
624 |
+
#: inc-options/deinstall_options.php:15
|
625 |
+
#: inc-options/minimenu.php:77
|
626 |
+
msgid "Deinstall Options"
|
627 |
+
msgstr "Einstellungen deinstallieren"
|
628 |
+
|
629 |
+
# @ adminimize
|
630 |
+
#: inc-options/deinstall_options.php:18
|
631 |
+
msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
|
632 |
+
msgstr "Nutze diese Option, um die Einstellungen für das Plugin in der Datenbank zu löschen. Das Plugin entfernt die Einträge <strong>nicht</strong>, wenn es deaktiviert wird!"
|
633 |
+
|
634 |
+
# @ adminimize
|
635 |
+
#: inc-options/deinstall_options.php:22
|
636 |
+
msgid "Delete Options"
|
637 |
+
msgstr "Einstellungen Löschen"
|
638 |
+
|
639 |
+
# @ adminimize
|
640 |
+
#: inc-options/dashboard_options.php:17
|
641 |
+
#: inc-options/minimenu.php:36
|
642 |
+
msgid "Dashboard options"
|
643 |
+
msgstr "Dashboard Einstellungen"
|
644 |
+
|
645 |
+
# @ adminimize
|
646 |
+
#: inc-options/dashboard_options.php:25
|
647 |
+
msgid "To complete the installation for Dashboard Widgets you must visit your dashboard once and then come back to Settings > Adminimize to configure who has access to each widget."
|
648 |
+
msgstr "Um die Installation für Dashboard Widgets abzuschließen, musst du das Dashboard einmal besuchen und dann zurück zu den Einstellungen > Adminimize kommen, um den Zugriff der Widgets zu steuern."
|
649 |
+
|
650 |
+
# @ adminimize
|
651 |
+
#: inc-options/dashboard_options.php:96
|
652 |
+
#: inc-options/global_options.php:96
|
653 |
+
msgid "Your own options"
|
654 |
+
msgstr "Deine eigenen Einstellungen"
|
655 |
+
|
656 |
+
# @ adminimize
|
657 |
+
#: inc-options/write_cp_options.php:22
|
658 |
+
#: inc-options/write_cp_options.php:30
|
659 |
+
#: inc-options/minimenu.php:56
|
660 |
+
msgid "Write options"
|
661 |
+
msgstr "Einstellungen Schreiben"
|
662 |
+
|
663 |
+
# @ adminimize
|
664 |
+
#: inc-options/write_cp_options.php:102
|
665 |
+
msgid "Format"
|
666 |
+
msgstr "Format"
|
667 |
+
|
668 |
+
# @ adminimize
|
669 |
+
#: inc-options/write_cp_options.php:205
|
670 |
+
#, php-format
|
671 |
+
msgid "Your own %s options"
|
672 |
+
msgstr "Deine eigenen %s Einstellungen"
|
673 |
+
|
674 |
+
# @ adminimize
|
675 |
+
#: inc-options/global_options.php:16
|
676 |
+
#: inc-options/minimenu.php:33
|
677 |
+
msgid "Global options"
|
678 |
+
msgstr "Globale Einstellungen"
|
679 |
+
|
680 |
+
# @ adminimize
|
681 |
+
#: inc-options/global_options.php:47
|
682 |
+
msgid "Admin Bar"
|
683 |
+
msgstr "Admin Bar"
|
684 |
+
|
685 |
+
# @ adminimize
|
686 |
+
#: inc-options/global_options.php:48
|
687 |
+
msgid "Favorite Actions"
|
688 |
+
msgstr "Favorisierte Aktionen"
|
689 |
+
|
690 |
+
# @ adminimize
|
691 |
+
#: inc-options/global_options.php:49
|
692 |
+
msgid "Screen-Meta"
|
693 |
+
msgstr "Screen-Meta"
|
694 |
+
|
695 |
+
# @ adminimize
|
696 |
+
#: inc-options/global_options.php:51
|
697 |
+
msgid "Contextual Help"
|
698 |
+
msgstr "kontextabhängig Hilfe"
|
699 |
+
|
700 |
+
# @ adminimize
|
701 |
+
#: inc-options/global_options.php:52
|
702 |
+
msgid "Admin Color Scheme"
|
703 |
+
msgstr "Farbschema verwalten"
|
704 |
+
|
705 |
+
# @ adminimize
|
706 |
+
#: inc-options/backend_options.php:16
|
707 |
+
#: inc-options/minimenu.php:30
|
708 |
+
msgid "Backend Options"
|
709 |
+
msgstr "Einstellungen Backend"
|
710 |
+
|
711 |
+
# @ adminimize
|
712 |
+
#: inc-options/backend_options.php:27
|
713 |
+
#, fuzzy
|
714 |
+
msgid "Use Global Settings"
|
715 |
+
msgstr "Globale Einstellungen"
|
716 |
+
|
717 |
+
#: inc-options/backend_options.php:36
|
718 |
+
msgid "The plugin is active in multiste."
|
719 |
+
msgstr "Das Plugin ist aktiv für die Multisite Umgebung."
|
720 |
+
|
721 |
+
#: inc-options/backend_options.php:40
|
722 |
+
msgid "False"
|
723 |
+
msgstr "Falsch"
|
724 |
+
|
725 |
+
#: inc-options/backend_options.php:41
|
726 |
+
msgid "True"
|
727 |
+
msgstr "Wahr"
|
728 |
+
|
729 |
+
#: inc-options/backend_options.php:42
|
730 |
+
msgid "Use the settings global in your Multisite network."
|
731 |
+
msgstr "Nutze die Einstellungen global in deinem Multisite Netzwerk."
|
732 |
+
|
733 |
+
# @ adminimize
|
734 |
+
#: inc-options/backend_options.php:47
|
735 |
+
msgid "Exclude Super Admin"
|
736 |
+
msgstr "Ausschließen des Super Admin"
|
737 |
+
|
738 |
+
# @ adminimize
|
739 |
+
#: inc-options/backend_options.php:51
|
740 |
+
#: inc-options/backend_options.php:62
|
741 |
+
#: inc-options/backend_options.php:75
|
742 |
+
#: inc-options/backend_options.php:85
|
743 |
+
#: inc-options/backend_options.php:95
|
744 |
+
#: inc-options/backend_options.php:105
|
745 |
+
#: inc-options/backend_options.php:115
|
746 |
+
#: inc-options/backend_options.php:125
|
747 |
+
#: inc-options/backend_options.php:135
|
748 |
+
#: inc-options/backend_options.php:145
|
749 |
+
#: inc-options/backend_options.php:174
|
750 |
+
msgid "Default"
|
751 |
+
msgstr "Standard"
|
752 |
+
|
753 |
+
# @ adminimize
|
754 |
+
#: inc-options/backend_options.php:52
|
755 |
+
#: inc-options/backend_options.php:106
|
756 |
+
#: inc-options/backend_options.php:116
|
757 |
+
#: inc-options/backend_options.php:126
|
758 |
+
#: inc-options/backend_options.php:136
|
759 |
+
#: inc-options/backend_options.php:146
|
760 |
+
msgid "Activate"
|
761 |
+
msgstr "Aktiv"
|
762 |
+
|
763 |
+
# @ adminimize
|
764 |
+
#: inc-options/backend_options.php:53
|
765 |
+
msgid "Exclude the Super Admin on a WP Multisite Install from all limitations of this plugin."
|
766 |
+
msgstr "Schließe den Super Admin in einer WordPress Multisite Installation von allen Restriktionen dieses Plugins aus."
|
767 |
+
|
768 |
+
# @ adminimize
|
769 |
+
#: inc-options/backend_options.php:58
|
770 |
+
msgid "User-Info"
|
771 |
+
msgstr "User-Info"
|
772 |
+
|
773 |
+
# @ adminimize
|
774 |
+
#: inc-options/backend_options.php:63
|
775 |
+
#: inc-options/backend_options.php:86
|
776 |
+
#: inc-options/backend_options.php:96
|
777 |
+
msgid "Hide"
|
778 |
+
msgstr "Ausblenden"
|
779 |
+
|
780 |
+
# @ adminimize
|
781 |
+
#: inc-options/backend_options.php:64
|
782 |
+
msgid "Only logout"
|
783 |
+
msgstr "nur Abmelden"
|
784 |
+
|
785 |
+
# @ adminimize
|
786 |
+
#: inc-options/backend_options.php:65
|
787 |
+
msgid "User & Logout"
|
788 |
+
msgstr "User & Abmelden"
|
789 |
+
|
790 |
+
# @ adminimize
|
791 |
+
#: inc-options/backend_options.php:66
|
792 |
+
msgid "The "User-Info-area" is on the top right side of the backend. You can hide or reduced show."
|
793 |
+
msgstr "Der "User-Info-Bereich" ist im oberen rechten Bereich zu finden und kann ausgeblendet oder reduziert dargestellt werden."
|
794 |
+
|
795 |
+
# @ adminimize
|
796 |
+
#: inc-options/backend_options.php:71
|
797 |
+
msgid "Change User-Info, redirect to"
|
798 |
+
msgstr "User Info geändert, Weiterleitung nach"
|
799 |
+
|
800 |
+
# @ adminimize
|
801 |
+
#: inc-options/backend_options.php:76
|
802 |
+
msgid "Frontpage of the Blog"
|
803 |
+
msgstr "Startseite des Blog"
|
804 |
+
|
805 |
+
# @ adminimize
|
806 |
+
#: inc-options/backend_options.php:77
|
807 |
+
msgid "When the "User-Info-area" change it, then it is possible to change the redirect."
|
808 |
+
msgstr "Wenn der "User-Info-Bereich" geändert wird, dann kann die die Weiterleitung nach einem Logout geändert werden."
|
809 |
+
|
810 |
+
# @ adminimize
|
811 |
+
#: inc-options/backend_options.php:81
|
812 |
+
msgid "Footer"
|
813 |
+
msgstr "Footer"
|
814 |
+
|
815 |
+
# @ adminimize
|
816 |
+
#: inc-options/backend_options.php:87
|
817 |
+
msgid "The Footer-area can hide, include all links and details."
|
818 |
+
msgstr "Der Footer-Bereich kann deaktiviert werden, inklusive aller Links und Hinweise."
|
819 |
+
|
820 |
+
# @ adminimize
|
821 |
+
#: inc-options/backend_options.php:91
|
822 |
+
msgid "Header"
|
823 |
+
msgstr "Header"
|
824 |
+
|
825 |
+
# @ adminimize
|
826 |
+
#: inc-options/backend_options.php:97
|
827 |
+
msgid "The Header-area can hide, include all links and details."
|
828 |
+
msgstr "Der header-Bereich kann ausgeblendet werden, inkl. aller Links und Details."
|
829 |
+
|
830 |
+
# @ adminimize
|
831 |
+
#: inc-options/backend_options.php:101
|
832 |
+
msgid "Timestamp"
|
833 |
+
msgstr "Timestamp"
|
834 |
+
|
835 |
+
# @ adminimize
|
836 |
+
#: inc-options/backend_options.php:107
|
837 |
+
msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
|
838 |
+
msgstr "Das Feld zum Ändern des Veröffentlichungsdatum ist immer geöffnet."
|
839 |
+
|
840 |
+
# @ adminimize
|
841 |
+
#: inc-options/backend_options.php:111
|
842 |
+
msgid "Thickbox FullScreen"
|
843 |
+
msgstr "Thickbox FullScreen"
|
844 |
+
|
845 |
+
# @ adminimize
|
846 |
+
#: inc-options/backend_options.php:117
|
847 |
+
msgid "All Thickbox-function use the full area of the browser. Thickbox is for example in upload media-files."
|
848 |
+
msgstr "Alle Thickbox-Funktion verwenden den vollständigen Bereich des Browsers. Thickbox ist beispielsweise in der Medien-Upload-Funktion."
|
849 |
+
|
850 |
+
# @ adminimize
|
851 |
+
#: inc-options/backend_options.php:121
|
852 |
+
msgid "Flashuploader"
|
853 |
+
msgstr "Flashuploader"
|
854 |
+
|
855 |
+
# @ adminimize
|
856 |
+
#: inc-options/backend_options.php:127
|
857 |
+
msgid "Disable the flashuploader and users use only the standard uploader."
|
858 |
+
msgstr "Deaktiviere den Flashuploader und Nutzer können nur den Standard-Uploader erreichen."
|
859 |
+
|
860 |
+
# @ adminimize
|
861 |
+
#: inc-options/backend_options.php:131
|
862 |
+
msgid "Category Height"
|
863 |
+
msgstr "Kategorie-Höhe"
|
864 |
+
|
865 |
+
# @ adminimize
|
866 |
+
#: inc-options/backend_options.php:137
|
867 |
+
msgid "View the Meta Box with Categories in the full height, no scrollbar or whitespace."
|
868 |
+
msgstr "Stellt in die Meta Box der Kategorien in voller Höhe dar, kein Scrollbar und kein Leerraum."
|
869 |
+
|
870 |
+
# @ adminimize
|
871 |
+
#: inc-options/backend_options.php:141
|
872 |
+
msgid "Advice in Footer"
|
873 |
+
msgstr "Hinweis im Footer"
|
874 |
+
|
875 |
+
# @ adminimize
|
876 |
+
#: inc-options/backend_options.php:148
|
877 |
+
msgid "In the Footer you can display an advice for changing the Default-design, (x)HTML is possible."
|
878 |
+
msgstr "Im Footer kann ein Hinweis auf die aktive Veränderung des Standard-Layout gesetzt werden, (x)HTML erlaubt."
|
879 |
+
|
880 |
+
# @ adminimize
|
881 |
+
#: inc-options/backend_options.php:170
|
882 |
+
msgid "Dashboard deactivate, redirect to"
|
883 |
+
msgstr "Dashboard inaktiv, Weiterleitung nach"
|
884 |
+
|
885 |
+
# @ adminimize
|
886 |
+
#: inc-options/backend_options.php:175
|
887 |
+
msgid "Manage Posts"
|
888 |
+
msgstr "Verwalten Beiträge"
|
889 |
+
|
890 |
+
# @ adminimize
|
891 |
+
#: inc-options/backend_options.php:176
|
892 |
+
msgid "Manage Pages"
|
893 |
+
msgstr "Verwalten Seiten"
|
894 |
+
|
895 |
+
# @ adminimize
|
896 |
+
#: inc-options/backend_options.php:177
|
897 |
+
msgid "Write Post"
|
898 |
+
msgstr "Schreiben Beitrag"
|
899 |
+
|
900 |
+
# @ adminimize
|
901 |
+
#: inc-options/backend_options.php:178
|
902 |
+
msgid "Write Page"
|
903 |
+
msgstr "Schreiben Seite"
|
904 |
+
|
905 |
+
# @ adminimize
|
906 |
+
#: inc-options/backend_options.php:179
|
907 |
+
msgid "Comments"
|
908 |
+
msgstr "Kommentare"
|
909 |
+
|
910 |
+
# @ adminimize
|
911 |
+
#: inc-options/backend_options.php:180
|
912 |
+
msgid "other Page"
|
913 |
+
msgstr "andere Seite"
|
914 |
+
|
915 |
+
# @ adminimize
|
916 |
+
#: inc-options/backend_options.php:183
|
917 |
+
msgid "You have deactivated the Dashboard, please select a page for redirection or define custom url, include http://?"
|
918 |
+
msgstr "Du hast das Dashboard deaktiviert; bitte wähle eine Seite für die Weiterleitung oder definiere eine eigene URL, inklusive http://"
|
919 |
+
|
920 |
+
# @ adminimize
|
921 |
+
#: inc-options/im_export_options.php:15
|
922 |
+
#: inc-options/minimenu.php:74
|
923 |
+
msgid "Export/Import Options"
|
924 |
+
msgstr "Export/Import Einstellungen"
|
925 |
+
|
926 |
+
# @ adminimize
|
927 |
+
#: inc-options/im_export_options.php:19
|
928 |
+
msgid "Export"
|
929 |
+
msgstr "Export"
|
930 |
+
|
931 |
+
# @ adminimize
|
932 |
+
#: inc-options/im_export_options.php:21
|
933 |
+
msgid "You can save a .seq file with your options."
|
934 |
+
msgstr "Du kannst deine Einstellungen in einer .seq Datei speichern."
|
935 |
+
|
936 |
+
# @ adminimize
|
937 |
+
#: inc-options/im_export_options.php:24
|
938 |
+
msgid "Export »"
|
939 |
+
msgstr "Exportieren »"
|
940 |
+
|
941 |
+
# @ adminimize
|
942 |
+
#: inc-options/im_export_options.php:28
|
943 |
+
msgid "Import"
|
944 |
+
msgstr "Import"
|
945 |
+
|
946 |
+
# @ adminimize
|
947 |
+
#: inc-options/im_export_options.php:31
|
948 |
+
msgid "Choose a Adminimize (<em>.seq</em>) file to upload, then click <em>Upload file and import</em>."
|
949 |
+
msgstr "Wähle eine Adminimize (<em>.seq</em>) Datei zum hoch laden und dann klick <em>Hochladen der Datei und importieren</em>"
|
950 |
+
|
951 |
+
# @ adminimize
|
952 |
+
#: inc-options/im_export_options.php:33
|
953 |
+
msgid "Choose a file from your computer"
|
954 |
+
msgstr "Wähle eine Datei vom Rechner"
|
955 |
+
|
956 |
+
# @ adminimize
|
957 |
+
#: inc-options/im_export_options.php:38
|
958 |
+
msgid "Upload file and import »"
|
959 |
+
msgstr "Hochladen der Datei und importieren »"
|
960 |
+
|
961 |
+
#: inc-options/minimenu.php:14
|
962 |
+
msgid "Network"
|
963 |
+
msgstr "Netzwerk"
|
964 |
+
|
965 |
+
# @ adminimize
|
966 |
+
#: inc-options/minimenu.php:23
|
967 |
+
msgid "MiniMenu"
|
968 |
+
msgstr "MiniMenu"
|
969 |
+
|
970 |
+
# @ adminimize
|
971 |
+
#: inc-options/minimenu.php:27
|
972 |
+
#: inc-options/minimenu.php:87
|
973 |
+
msgid "About the plugin"
|
974 |
+
msgstr "Über das Plugin"
|
975 |
+
|
976 |
+
# @ adminimize
|
977 |
+
#: inc-options/minimenu.php:45
|
978 |
+
#: inc-options/write_page_options.php:15
|
979 |
+
#: inc-options/write_page_options.php:22
|
980 |
+
msgid "Write options - Page"
|
981 |
+
msgstr "Schreiben Einstellungen - Seiten"
|
982 |
+
|
983 |
+
# @ adminimize
|
984 |
+
#: inc-options/minimenu.php:68
|
985 |
+
msgid "WP Nav Menu"
|
986 |
+
msgstr "WP Nav Menü"
|
987 |
+
|
988 |
+
# @ adminimize
|
989 |
+
#: inc-options/minimenu.php:89
|
990 |
+
msgid "Version"
|
991 |
+
msgstr "Version"
|
992 |
+
|
993 |
+
# @ adminimize
|
994 |
+
#: inc-options/minimenu.php:92
|
995 |
+
#, fuzzy
|
996 |
+
msgid "Further information: Visit the <a href=\"http://wordpress.org/extend/plugins/adminimize/\">plugin homepage</a> for further information or to grab the latest version of this plugin. Also see the <a href=\"http://wordpress.org/support/plugin/adminimize\">support forum</a> for questions."
|
997 |
+
msgstr "Weitere Informationen: Besuchen Sie die <a href=\"http://wordpress.org/extend/plugins/adminimize/\">Plugin Website</a> für weitere Informationen oder um die neueste Version des Plugins erhalten."
|
998 |
+
|
999 |
+
# @ adminimize
|
1000 |
+
#: inc-options/minimenu.php:94
|
1001 |
+
msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
|
1002 |
+
msgstr "Du willst Danke sagen? Besuche meine <a href=\"http://bueltge.de/wunschliste/\">Wunschliste</a> oder spende."
|
1003 |
+
|
1004 |
+
# @ adminimize
|
1005 |
+
#: inc-options/minimenu.php:99
|
1006 |
+
msgid "PayPal - The safer, easier way to pay online!"
|
1007 |
+
msgstr "PayPal - Der sichere und einfache Weg zu zahlen!"
|
1008 |
+
|
1009 |
+
# @ adminimize
|
1010 |
+
#: inc-options/minimenu.php:105
|
1011 |
+
#: inc-options/settings_notice.php:17
|
1012 |
+
msgid "Please note: The Adminimize settings page ignores the Menu Options below and displays the menu with all entries.<br /><span style=\"font-weight: 300;\">To view your changes to the menu you need to navigate away from the Adminimize settings page.</span>"
|
1013 |
+
msgstr "Beachte: Die Einstellungen des Plugins ignorieren Menu Einstellungen um alle Einträge darzustellen.<br /><span style=\\\"font-weight: 300;\\\">Um die Einstellungen an deiner Rolle zu prüfen, musst du eine andere Seite im Backend aufrufen.</span>"
|
1014 |
+
|
1015 |
+
#: inc-options/minimenu.php:106
|
1016 |
+
msgid "You have to activated the Plugin for your Multisite Network. Your settings works now on all blogs in the network. Please set the settings only in one blog, there you have all active menu items and plugins. If you update the settings then write the plugin new settings in dependence of the blog where you put, save the settings."
|
1017 |
+
msgstr "Du hast das Plugin für ein Multisite Netzwerk aktiviert. Deine Einstellungen werden nun in allen Blogs des Networks genutzt. Bitte setze die Einstellungen in dem Blog, in dem alle Menu-Einträge aktiv sind. Wenn du eine Aktualisierung der Einstellungen vornimmst, dann werden die Einstellungen neu gesetzt - mit den Werten des Blogs, in dem du gerade aktiv bist und als Einstellungen gespeichert."
|
1018 |
+
|
1019 |
+
# @ default
|
1020 |
+
#: inc-options/write_page_options.php:98
|
1021 |
+
msgid "Custom Fields"
|
1022 |
+
msgstr "Benutzerdefinierte Felder"
|
1023 |
+
|
1024 |
+
# @ adminimize
|
1025 |
+
#: inc-options/write_page_options.php:99
|
1026 |
+
msgid "Comments & Pings"
|
1027 |
+
msgstr "Kommentare & Pings"
|
1028 |
+
|
1029 |
+
# @ adminimize
|
1030 |
+
#: inc-options/write_page_options.php:101
|
1031 |
+
msgid "Password Protect This Page"
|
1032 |
+
msgstr "Diese Seite mit einem Passwort versehen"
|
1033 |
+
|
1034 |
+
# @ adminimize
|
1035 |
+
#: inc-options/write_page_options.php:102
|
1036 |
+
msgid "Attributes"
|
1037 |
+
msgstr "Attribute"
|
1038 |
+
|
1039 |
+
# @ adminimize
|
1040 |
+
#: inc-options/write_page_options.php:103
|
1041 |
+
msgid "Page Template"
|
1042 |
+
msgstr "Seiten Template"
|
1043 |
+
|
1044 |
+
# @ adminimize
|
1045 |
+
#: inc-options/write_page_options.php:104
|
1046 |
+
msgid "Page Order"
|
1047 |
+
msgstr "Reihenfolge"
|
1048 |
+
|
1049 |
+
# @ default
|
1050 |
+
#: inc-options/write_page_options.php:105
|
1051 |
+
msgid "Page Author"
|
1052 |
+
msgstr "Seitenautor"
|
1053 |
+
|
1054 |
+
# @ default
|
1055 |
+
#: inc-options/write_page_options.php:106
|
1056 |
+
msgid "Page Revisions"
|
1057 |
+
msgstr "Page Revisions"
|
1058 |
+
|
1059 |
+
# @ adminimize
|
1060 |
+
#: inc-options/write_page_options.php:107
|
1061 |
+
msgid "Related"
|
1062 |
+
msgstr "Siehe auch"
|
1063 |
+
|
1064 |
+
# @ adminimize
|
1065 |
+
#: inc-options/write_page_options.php:112
|
1066 |
+
msgid "Page Slug"
|
1067 |
+
msgstr "Titelform"
|
1068 |
+
|
1069 |
+
# @ adminimize
|
1070 |
+
#: inc-options/write_page_options.php:124
|
1071 |
+
msgid "Page Image"
|
1072 |
+
msgstr "Artikelbild"
|
1073 |
+
|
1074 |
+
# @ adminimize
|
1075 |
+
#: inc-options/write_page_options.php:135
|
1076 |
+
msgid "Parent, Order, Template"
|
1077 |
+
msgstr "Eltern, Reihenfolge, Template"
|
1078 |
+
|
1079 |
+
# @ adminimize
|
1080 |
+
#: inc-options/write_page_options.php:136
|
1081 |
+
msgid "Status"
|
1082 |
+
msgstr "Status"
|
1083 |
+
|
1084 |
+
# @ adminimize
|
1085 |
+
#: inc-options/write_page_options.php:185
|
1086 |
+
msgid "Your own page options"
|
1087 |
+
msgstr "Deine eigenen Seiten-Einstellungen"
|
1088 |
+
|
1089 |
+
# @ default
|
1090 |
+
#: inc-setup/remove-admin-bar.php:239
|
1091 |
+
msgid "Network Admin"
|
1092 |
+
msgstr "Netwerk-Admin"
|
1093 |
+
|
1094 |
+
# @ default
|
1095 |
+
#: inc-setup/remove-admin-bar.php:241
|
1096 |
+
msgid "Site Admin"
|
1097 |
+
msgstr "Site-Admin"
|
1098 |
+
|
languages/adminimize-es_ES.po
CHANGED
@@ -1,634 +1,634 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Adminimize\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2009-04-27 10:55+0100\n"
|
6 |
-
"PO-Revision-Date: 2009-04-27 17:19-0300\n"
|
7 |
-
"Last-Translator: Gabriel Scheffer <scheffer.gabriel@gmail.com>\n"
|
8 |
-
"Language-Team: Frank Bueltge <frank@bueltge.de>\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-SourceCharset: utf-8\n"
|
13 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
-
"X-Poedit-Basepath: d:\\WP-Plugins\\adminimize\\trunk\\\n"
|
15 |
-
": \n"
|
16 |
-
"X-Poedit-SearchPath-0: .\n"
|
17 |
-
|
18 |
-
#: adminimize.php:84
|
19 |
-
msgid "Unknown error."
|
20 |
-
msgstr "Error desconocido."
|
21 |
-
|
22 |
-
#: adminimize.php:91
|
23 |
-
msgid "The updates was saved."
|
24 |
-
msgstr "Los cambios se modificaron con éxito."
|
25 |
-
|
26 |
-
#: adminimize.php:92
|
27 |
-
msgid "You have not enough rights for edit entries in the database."
|
28 |
-
msgstr "Usted no tiene derechos suficientes para editar las entradas en la base de datos."
|
29 |
-
|
30 |
-
#: adminimize.php:93
|
31 |
-
msgid "All entries in the database was delleted."
|
32 |
-
msgstr "Todas las entradas en la base de datos se han eliminado."
|
33 |
-
|
34 |
-
#: adminimize.php:94
|
35 |
-
msgid "Set the checkbox on deinstall-button."
|
36 |
-
msgstr "Clicke en la casilla de verificación y presione el botón desinstalar."
|
37 |
-
|
38 |
-
#: adminimize.php:95
|
39 |
-
msgid "Can't load menu and submenu."
|
40 |
-
msgstr "No se puede cargar el menú y submenú."
|
41 |
-
|
42 |
-
#: adminimize.php:96
|
43 |
-
msgid "Backend-Theme was activated!"
|
44 |
-
msgstr "El tema se ha activado!"
|
45 |
-
|
46 |
-
#: adminimize.php:347
|
47 |
-
#: adminimize_page.php:395
|
48 |
-
#: adminimize_page.php:797
|
49 |
-
msgid "Categories"
|
50 |
-
msgstr "Categorías"
|
51 |
-
|
52 |
-
#: adminimize.php:353
|
53 |
-
#: adminimize.php:364
|
54 |
-
msgid "+ Add New Category"
|
55 |
-
msgstr "+ Agregar nueva categoría"
|
56 |
-
|
57 |
-
#: adminimize.php:355
|
58 |
-
#: adminimize.php:366
|
59 |
-
msgid "New category name"
|
60 |
-
msgstr "Nueva categoría"
|
61 |
-
|
62 |
-
#: adminimize.php:356
|
63 |
-
#: adminimize.php:368
|
64 |
-
msgid "Parent category"
|
65 |
-
msgstr "Categoría padre"
|
66 |
-
|
67 |
-
#: adminimize.php:357
|
68 |
-
#: adminimize.php:369
|
69 |
-
msgid "Add"
|
70 |
-
msgstr "Agregar"
|
71 |
-
|
72 |
-
#: adminimize.php:366
|
73 |
-
#: adminimize_page.php:396
|
74 |
-
msgid "Add New Category"
|
75 |
-
msgstr "Agregar nueva categoría"
|
76 |
-
|
77 |
-
#: adminimize.php:390
|
78 |
-
#: adminimize.php:391
|
79 |
-
#: adminimize_page.php:394
|
80 |
-
msgid "Tags"
|
81 |
-
msgstr "Etiquetas"
|
82 |
-
|
83 |
-
#: adminimize.php:431
|
84 |
-
#: adminimize.php:445
|
85 |
-
#: adminimize.php:459
|
86 |
-
msgid "Blue"
|
87 |
-
msgstr "Azul"
|
88 |
-
|
89 |
-
#: adminimize.php:438
|
90 |
-
#: adminimize.php:452
|
91 |
-
#: adminimize.php:466
|
92 |
-
msgid "Gray"
|
93 |
-
msgstr "Gris"
|
94 |
-
|
95 |
-
#: adminimize.php:474
|
96 |
-
#: adminimize.php:516
|
97 |
-
#: adminimize.php:539
|
98 |
-
msgid "Classic"
|
99 |
-
msgstr "Clasico"
|
100 |
-
|
101 |
-
#: adminimize.php:481
|
102 |
-
#: adminimize.php:523
|
103 |
-
#: adminimize.php:546
|
104 |
-
msgid "Fresh"
|
105 |
-
msgstr "Fresco"
|
106 |
-
|
107 |
-
#: adminimize.php:488
|
108 |
-
msgid "WordPress 2.3"
|
109 |
-
msgstr "WordPress 2.3"
|
110 |
-
|
111 |
-
#: adminimize.php:495
|
112 |
-
msgid "Maybe i'm colorblind"
|
113 |
-
msgstr "Tal vez soy daltónico"
|
114 |
-
|
115 |
-
#: adminimize.php:502
|
116 |
-
msgid "Grey"
|
117 |
-
msgstr "Gris"
|
118 |
-
|
119 |
-
#: adminimize.php:630
|
120 |
-
#: adminimize.php:633
|
121 |
-
msgid "Dashboard"
|
122 |
-
msgstr "Dashboard"
|
123 |
-
|
124 |
-
#: adminimize.php:692
|
125 |
-
#: adminimize.php:694
|
126 |
-
#: adminimize.php:707
|
127 |
-
#: adminimize.php:709
|
128 |
-
#: adminimize.php:907
|
129 |
-
msgid "Log Out"
|
130 |
-
msgstr "Cerrar sesión"
|
131 |
-
|
132 |
-
#: adminimize.php:926
|
133 |
-
msgid "Visit plugin homepage"
|
134 |
-
msgstr "Visita la página principal del plugin"
|
135 |
-
|
136 |
-
#: adminimize.php:929
|
137 |
-
msgid "plugin"
|
138 |
-
msgstr "plugin"
|
139 |
-
|
140 |
-
#: adminimize.php:929
|
141 |
-
msgid "Version"
|
142 |
-
msgstr "Versión"
|
143 |
-
|
144 |
-
#: adminimize.php:929
|
145 |
-
msgid "History"
|
146 |
-
msgstr "Historia"
|
147 |
-
|
148 |
-
#: adminimize.php:929
|
149 |
-
msgid "Author"
|
150 |
-
msgstr "Autor"
|
151 |
-
|
152 |
-
#: adminimize.php:932
|
153 |
-
msgid "plugin activate"
|
154 |
-
msgstr "activar el plugin"
|
155 |
-
|
156 |
-
#: adminimize.php:947
|
157 |
-
msgid "Settings"
|
158 |
-
msgstr "Configuración"
|
159 |
-
|
160 |
-
#: adminimize.php:1007
|
161 |
-
msgid "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentation</a>"
|
162 |
-
msgstr "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentación</a>"
|
163 |
-
|
164 |
-
#: adminimize.php:1024
|
165 |
-
#: adminimize_page.php:70
|
166 |
-
msgid "Adminimize"
|
167 |
-
msgstr "Adminimize"
|
168 |
-
|
169 |
-
#: adminimize.php:1026
|
170 |
-
msgid "Adminimize Options"
|
171 |
-
msgstr "Opciones de Adminimize"
|
172 |
-
|
173 |
-
#: adminimize.php:1040
|
174 |
-
msgid "Cheatin’ uh?"
|
175 |
-
msgstr "Cheatin’ uh?"
|
176 |
-
|
177 |
-
#: adminimize_page.php:74
|
178 |
-
#: adminimize_page.php:217
|
179 |
-
#: adminimize_page.php:331
|
180 |
-
#: adminimize_page.php:596
|
181 |
-
#: adminimize_page.php:678
|
182 |
-
#: adminimize_page.php:760
|
183 |
-
#: adminimize_page.php:881
|
184 |
-
#: adminimize_page.php:962
|
185 |
-
#: adminimize_page.php:982
|
186 |
-
msgid "Click to toggle"
|
187 |
-
msgstr "Haga clic para ver"
|
188 |
-
|
189 |
-
#: adminimize_page.php:75
|
190 |
-
msgid "Backend Options"
|
191 |
-
msgstr "Opciones Generales"
|
192 |
-
|
193 |
-
#: adminimize_page.php:84
|
194 |
-
msgid "User-Info"
|
195 |
-
msgstr "Información de usuario"
|
196 |
-
|
197 |
-
#: adminimize_page.php:88
|
198 |
-
#: adminimize_page.php:101
|
199 |
-
#: adminimize_page.php:111
|
200 |
-
#: adminimize_page.php:121
|
201 |
-
#: adminimize_page.php:131
|
202 |
-
#: adminimize_page.php:141
|
203 |
-
#: adminimize_page.php:151
|
204 |
-
#: adminimize_page.php:161
|
205 |
-
#: adminimize_page.php:190
|
206 |
-
msgid "Default"
|
207 |
-
msgstr "Predeterminado"
|
208 |
-
|
209 |
-
#: adminimize_page.php:89
|
210 |
-
#: adminimize_page.php:112
|
211 |
-
msgid "Hide"
|
212 |
-
msgstr "Ocultar"
|
213 |
-
|
214 |
-
#: adminimize_page.php:90
|
215 |
-
msgid "Only logout"
|
216 |
-
msgstr "Sólo salir"
|
217 |
-
|
218 |
-
#: adminimize_page.php:91
|
219 |
-
msgid "User & Logout"
|
220 |
-
msgstr " Usuario & Cerrar sesión "
|
221 |
-
|
222 |
-
#: adminimize_page.php:92
|
223 |
-
msgid "The "User-Info-area" is on the top right side of the backend. You can hide or reduced show."
|
224 |
-
msgstr "Usted puede ocultar o mostrar reducido el "área de información de usuario" \"es en la parte superior derecha\" de la Administracion"
|
225 |
-
|
226 |
-
#: adminimize_page.php:97
|
227 |
-
msgid "Change User-Info, redirect to"
|
228 |
-
msgstr "Cambio de usuario-info, se redirige a"
|
229 |
-
|
230 |
-
#: adminimize_page.php:102
|
231 |
-
msgid "Frontpage of the Blog"
|
232 |
-
msgstr "Portada del Blog"
|
233 |
-
|
234 |
-
#: adminimize_page.php:103
|
235 |
-
msgid "When the "User-Info-area" change it, then it is possible to change the redirect."
|
236 |
-
msgstr "Cuando el area de informacion del usuario cambia, es posible cambiar la redirección."
|
237 |
-
|
238 |
-
#: adminimize_page.php:107
|
239 |
-
msgid "Footer"
|
240 |
-
msgstr "Pie de página"
|
241 |
-
|
242 |
-
#: adminimize_page.php:113
|
243 |
-
msgid "The Footer-area kann hide, include all links and details."
|
244 |
-
msgstr "Oculta \"TODO\" el pie de pagina."
|
245 |
-
|
246 |
-
#: adminimize_page.php:117
|
247 |
-
msgid "WriteScroll"
|
248 |
-
msgstr "WriteScroll"
|
249 |
-
|
250 |
-
#: adminimize_page.php:122
|
251 |
-
#: adminimize_page.php:132
|
252 |
-
#: adminimize_page.php:142
|
253 |
-
#: adminimize_page.php:152
|
254 |
-
#: adminimize_page.php:162
|
255 |
-
msgid "Activate"
|
256 |
-
msgstr "Activar"
|
257 |
-
|
258 |
-
#: adminimize_page.php:123
|
259 |
-
msgid "With the WriteScroll option active, these pages will automatically scroll to an optimal position for editing, when you visit Write Post or Write Page."
|
260 |
-
msgstr "Con la opción activa, la página automáticamente se modifica para una óptima edición."
|
261 |
-
|
262 |
-
#: adminimize_page.php:127
|
263 |
-
msgid "Timestamp"
|
264 |
-
msgstr "Fecha y hora"
|
265 |
-
|
266 |
-
#: adminimize_page.php:133
|
267 |
-
msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
|
268 |
-
msgstr "Deja abierto el campo de edición \"fecha y hora\", sin que usted tenga que hacer clic en el vínculo \"Modificar\"."
|
269 |
-
|
270 |
-
#: adminimize_page.php:137
|
271 |
-
msgid "Thickbox FullScreen"
|
272 |
-
msgstr "Thickbox en Pantalla Completa"
|
273 |
-
|
274 |
-
#: adminimize_page.php:143
|
275 |
-
msgid "All Thickbox-function use the full area of the browser. Thickbox is for examble in upload media-files."
|
276 |
-
msgstr "Thickbox se usa por ejemplo, para cargar los archivos de los medios."
|
277 |
-
|
278 |
-
#: adminimize_page.php:147
|
279 |
-
msgid "Flashuploader"
|
280 |
-
msgstr "Cargador \"Flash\""
|
281 |
-
|
282 |
-
#: adminimize_page.php:153
|
283 |
-
msgid "Disable the flashuploader and users use only the standard uploader."
|
284 |
-
msgstr " Deshabilitar el uso del cargador \"Flash\" y los usuarios sólo el nivel de carga."
|
285 |
-
|
286 |
-
#: adminimize_page.php:157
|
287 |
-
msgid "Advice in Footer"
|
288 |
-
msgstr "Creditos en Pie de página"
|
289 |
-
|
290 |
-
#: adminimize_page.php:164
|
291 |
-
msgid "In the Footer kann you display a advice for change the Default-design, (x)HTML is possible."
|
292 |
-
msgstr "Puede cambiar el valor por defecto del pie de pagina de su diseño mostrando creditos adicionales, (x)HTML es valido."
|
293 |
-
|
294 |
-
#: adminimize_page.php:186
|
295 |
-
msgid "Dashboard deaktivate, redirect to"
|
296 |
-
msgstr "Cuando el \"Dashboard\" se desactive, redirigir a"
|
297 |
-
|
298 |
-
#: adminimize_page.php:191
|
299 |
-
msgid "Manage Posts"
|
300 |
-
msgstr "Gestionar Entradas"
|
301 |
-
|
302 |
-
#: adminimize_page.php:192
|
303 |
-
msgid "Manage Pages"
|
304 |
-
msgstr "Gestionar Páginas"
|
305 |
-
|
306 |
-
#: adminimize_page.php:193
|
307 |
-
msgid "Write Post"
|
308 |
-
msgstr "Escribir Entrada"
|
309 |
-
|
310 |
-
#: adminimize_page.php:194
|
311 |
-
msgid "Write Page"
|
312 |
-
msgstr "Escribir Pagina"
|
313 |
-
|
314 |
-
#: adminimize_page.php:195
|
315 |
-
msgid "Comments"
|
316 |
-
msgstr "Comentarios"
|
317 |
-
|
318 |
-
#: adminimize_page.php:196
|
319 |
-
msgid "other Page"
|
320 |
-
msgstr "otra página"
|
321 |
-
|
322 |
-
#: adminimize_page.php:199
|
323 |
-
msgid "You have deaktivate the Dashboard, please select a page for redirect?"
|
324 |
-
msgstr "Usted puede desabilitar el \"Dashboard\" por favor, seleccionar una página para redireccionar?"
|
325 |
-
|
326 |
-
#: adminimize_page.php:208
|
327 |
-
#: adminimize_page.php:322
|
328 |
-
#: adminimize_page.php:587
|
329 |
-
#: adminimize_page.php:669
|
330 |
-
#: adminimize_page.php:751
|
331 |
-
#: adminimize_page.php:871
|
332 |
-
msgid "Update Options"
|
333 |
-
msgstr "Opciones de Actualización"
|
334 |
-
|
335 |
-
#: adminimize_page.php:218
|
336 |
-
msgid "Global options"
|
337 |
-
msgstr "Opciones globales"
|
338 |
-
|
339 |
-
#: adminimize_page.php:225
|
340 |
-
#: adminimize_page.php:297
|
341 |
-
#: adminimize_page.php:644
|
342 |
-
#: adminimize_page.php:726
|
343 |
-
#: adminimize_page.php:768
|
344 |
-
#: adminimize_page.php:846
|
345 |
-
msgid "Option"
|
346 |
-
msgstr "Opciones"
|
347 |
-
|
348 |
-
#: adminimize_page.php:228
|
349 |
-
#: adminimize_page.php:341
|
350 |
-
#: adminimize_page.php:607
|
351 |
-
#: adminimize_page.php:689
|
352 |
-
#: adminimize_page.php:771
|
353 |
-
msgid "Deactivate for"
|
354 |
-
msgstr "Desactivar para"
|
355 |
-
|
356 |
-
#: adminimize_page.php:248
|
357 |
-
msgid "Favorite Actions"
|
358 |
-
msgstr "Acciones favoritas"
|
359 |
-
|
360 |
-
#: adminimize_page.php:249
|
361 |
-
msgid "Screen-Meta"
|
362 |
-
msgstr "Screen-Meta"
|
363 |
-
|
364 |
-
#: adminimize_page.php:250
|
365 |
-
msgid "Screen Options"
|
366 |
-
msgstr "Opciones de pantalla"
|
367 |
-
|
368 |
-
#: adminimize_page.php:251
|
369 |
-
msgid "Contextual Help"
|
370 |
-
msgstr "Ayuda contextual"
|
371 |
-
|
372 |
-
#: adminimize_page.php:252
|
373 |
-
msgid "Admin Color Scheme"
|
374 |
-
msgstr "Colores de la administración"
|
375 |
-
|
376 |
-
#: adminimize_page.php:296
|
377 |
-
#: adminimize_page.php:845
|
378 |
-
msgid "Your own options"
|
379 |
-
msgstr "Sus propias opciones"
|
380 |
-
|
381 |
-
#: adminimize_page.php:296
|
382 |
-
#: adminimize_page.php:643
|
383 |
-
#: adminimize_page.php:725
|
384 |
-
#: adminimize_page.php:845
|
385 |
-
msgid "ID or class"
|
386 |
-
msgstr "ID o class"
|
387 |
-
|
388 |
-
#: adminimize_page.php:303
|
389 |
-
#: adminimize_page.php:650
|
390 |
-
#: adminimize_page.php:732
|
391 |
-
#: adminimize_page.php:852
|
392 |
-
msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
|
393 |
-
msgstr "Es posible añadir sus propios ID's o Clases de elementos y etiquetas. Usted puede encontrar las ID's y las Clases con un Agregado de Firefox llamado Firebug. Para asignar un valor asociado y el nombre por línea."
|
394 |
-
|
395 |
-
#: adminimize_page.php:309
|
396 |
-
#: adminimize_page.php:656
|
397 |
-
#: adminimize_page.php:738
|
398 |
-
#: adminimize_page.php:858
|
399 |
-
msgid "Possible IDs or classes. Separate multiple values through a carriage return."
|
400 |
-
msgstr "Posibles ID's y Clases, Separa múltiples valores a través de un \"return\"."
|
401 |
-
|
402 |
-
#: adminimize_page.php:314
|
403 |
-
#: adminimize_page.php:661
|
404 |
-
#: adminimize_page.php:743
|
405 |
-
#: adminimize_page.php:863
|
406 |
-
msgid "Possible nomination for ID or class. Separate multiple nomination through a carriage return."
|
407 |
-
msgstr "Posible designación de ID o Clase. Separa las candidaturas a través de un \"return\"."
|
408 |
-
|
409 |
-
#: adminimize_page.php:332
|
410 |
-
msgid "Menu Options"
|
411 |
-
msgstr "Opciones del Menú"
|
412 |
-
|
413 |
-
#: adminimize_page.php:338
|
414 |
-
msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
|
415 |
-
msgstr "Opciones de menú - Menu, <span style=\"font-weight: 400;\">Submenu</span>"
|
416 |
-
|
417 |
-
#: adminimize_page.php:393
|
418 |
-
#: adminimize_page.php:475
|
419 |
-
msgid "Permalink"
|
420 |
-
msgstr "Enlace permanente"
|
421 |
-
|
422 |
-
#: adminimize_page.php:397
|
423 |
-
msgid "Excerpt"
|
424 |
-
msgstr "Extracto"
|
425 |
-
|
426 |
-
#: adminimize_page.php:398
|
427 |
-
msgid "Trackbacks"
|
428 |
-
msgstr "Trackbacks"
|
429 |
-
|
430 |
-
#: adminimize_page.php:399
|
431 |
-
#: adminimize_page.php:476
|
432 |
-
msgid "Custom Fields"
|
433 |
-
msgstr "Campos personalizados"
|
434 |
-
|
435 |
-
#: adminimize_page.php:400
|
436 |
-
#: adminimize_page.php:477
|
437 |
-
msgid "Comments & Pings"
|
438 |
-
msgstr "Comentarios & Pings"
|
439 |
-
|
440 |
-
#: adminimize_page.php:401
|
441 |
-
msgid "Password Protect This Post"
|
442 |
-
msgstr "Proteger esta entrada con contraseña"
|
443 |
-
|
444 |
-
#: adminimize_page.php:402
|
445 |
-
msgid "Post Author"
|
446 |
-
msgstr "Autor"
|
447 |
-
|
448 |
-
#: adminimize_page.php:403
|
449 |
-
msgid "Post Revisions"
|
450 |
-
msgstr "Revisiones de la entrada"
|
451 |
-
|
452 |
-
#: adminimize_page.php:404
|
453 |
-
msgid "Related, Shortcuts"
|
454 |
-
msgstr "Relacionados, accesos directos"
|
455 |
-
|
456 |
-
#: adminimize_page.php:405
|
457 |
-
#: adminimize_page.php:485
|
458 |
-
msgid "Messenges"
|
459 |
-
msgstr "Mensajes"
|
460 |
-
|
461 |
-
#: adminimize_page.php:406
|
462 |
-
#: adminimize_page.php:486
|
463 |
-
msgid "h2: Advanced Options"
|
464 |
-
msgstr "h2:Opciones avanzadas"
|
465 |
-
|
466 |
-
#: adminimize_page.php:407
|
467 |
-
#: adminimize_page.php:487
|
468 |
-
msgid "Media Buttons (all)"
|
469 |
-
msgstr "Botones de los medios (todos)"
|
470 |
-
|
471 |
-
#: adminimize_page.php:408
|
472 |
-
#: adminimize_page.php:488
|
473 |
-
msgid "Word count"
|
474 |
-
msgstr "De palabras"
|
475 |
-
|
476 |
-
#: adminimize_page.php:409
|
477 |
-
msgid "Post Slug, Slug Box"
|
478 |
-
msgstr "Publicar Slug, Slug \"Box\""
|
479 |
-
|
480 |
-
#: adminimize_page.php:410
|
481 |
-
#: adminimize_page.php:490
|
482 |
-
#: adminimize_page.php:801
|
483 |
-
msgid "Publish Actions"
|
484 |
-
msgstr "Publicar Acciones"
|
485 |
-
|
486 |
-
#: adminimize_page.php:414
|
487 |
-
#: adminimize_page.php:494
|
488 |
-
msgid "Suggested tags from"
|
489 |
-
msgstr "Sugiere las etiquetas de"
|
490 |
-
|
491 |
-
#: adminimize_page.php:416
|
492 |
-
msgid "Text Control"
|
493 |
-
msgstr "Control de texto"
|
494 |
-
|
495 |
-
#: adminimize_page.php:418
|
496 |
-
#: adminimize_page.php:496
|
497 |
-
msgid "HTML Special Characters"
|
498 |
-
msgstr "HTML Caracteres especiales"
|
499 |
-
|
500 |
-
#: adminimize_page.php:478
|
501 |
-
msgid "Password Protect This Page"
|
502 |
-
msgstr "Proteger página con contraseña"
|
503 |
-
|
504 |
-
#: adminimize_page.php:479
|
505 |
-
msgid "Page Parent"
|
506 |
-
msgstr " Páginas Padres"
|
507 |
-
|
508 |
-
#: adminimize_page.php:480
|
509 |
-
msgid "Page Template"
|
510 |
-
msgstr "Plantilla de Página"
|
511 |
-
|
512 |
-
#: adminimize_page.php:481
|
513 |
-
msgid "Page Order"
|
514 |
-
msgstr "Orden de las páginas"
|
515 |
-
|
516 |
-
#: adminimize_page.php:482
|
517 |
-
msgid "Page Author"
|
518 |
-
msgstr "Autor de la página"
|
519 |
-
|
520 |
-
#: adminimize_page.php:483
|
521 |
-
msgid "Page Revisions"
|
522 |
-
msgstr "Revisiones de la página"
|
523 |
-
|
524 |
-
#: adminimize_page.php:484
|
525 |
-
msgid "Related"
|
526 |
-
msgstr "Relacionado"
|
527 |
-
|
528 |
-
#: adminimize_page.php:489
|
529 |
-
msgid "Page Slug, Slug Box"
|
530 |
-
msgstr " Páginas Slug, Slug \"Box\""
|
531 |
-
|
532 |
-
#: adminimize_page.php:597
|
533 |
-
#: adminimize_page.php:604
|
534 |
-
msgid "Write options - Post"
|
535 |
-
msgstr "Opciones de escritura - Entradas"
|
536 |
-
|
537 |
-
#: adminimize_page.php:643
|
538 |
-
msgid "Your own post options"
|
539 |
-
msgstr "Sus propias opciones en \"entradas\""
|
540 |
-
|
541 |
-
#: adminimize_page.php:679
|
542 |
-
#: adminimize_page.php:686
|
543 |
-
msgid "Write options - Page"
|
544 |
-
msgstr "Opciones de escritura - Paginas"
|
545 |
-
|
546 |
-
#: adminimize_page.php:725
|
547 |
-
msgid "Your own page options"
|
548 |
-
msgstr "Sus propias opciones en \"pagínas\""
|
549 |
-
|
550 |
-
#: adminimize_page.php:761
|
551 |
-
msgid "Links options"
|
552 |
-
msgstr "Opciones de enlaces"
|
553 |
-
|
554 |
-
#: adminimize_page.php:794
|
555 |
-
msgid "Name"
|
556 |
-
msgstr "Nombre"
|
557 |
-
|
558 |
-
#: adminimize_page.php:795
|
559 |
-
msgid "Web Address"
|
560 |
-
msgstr "Dirección web"
|
561 |
-
|
562 |
-
#: adminimize_page.php:796
|
563 |
-
msgid "Description"
|
564 |
-
msgstr "Descripción"
|
565 |
-
|
566 |
-
#: adminimize_page.php:798
|
567 |
-
msgid "Target"
|
568 |
-
msgstr "Target"
|
569 |
-
|
570 |
-
#: adminimize_page.php:799
|
571 |
-
msgid "Link Relationship (XFN)"
|
572 |
-
msgstr "Relacion de contacto (XFN)"
|
573 |
-
|
574 |
-
#: adminimize_page.php:800
|
575 |
-
msgid "Advanced"
|
576 |
-
msgstr "Avanzada"
|
577 |
-
|
578 |
-
#: adminimize_page.php:882
|
579 |
-
#: adminimize_page.php:952
|
580 |
-
msgid "Set Theme"
|
581 |
-
msgstr "Establecer Tema"
|
582 |
-
|
583 |
-
#: adminimize_page.php:891
|
584 |
-
msgid "User-ID"
|
585 |
-
msgstr "Usuario-ID"
|
586 |
-
|
587 |
-
#: adminimize_page.php:892
|
588 |
-
msgid "Username"
|
589 |
-
msgstr "Nombre de usuario"
|
590 |
-
|
591 |
-
#: adminimize_page.php:893
|
592 |
-
msgid "Display name publicly as"
|
593 |
-
msgstr "Nombre para mostrar al público como"
|
594 |
-
|
595 |
-
#: adminimize_page.php:894
|
596 |
-
msgid "Admin-Color Scheme"
|
597 |
-
msgstr "Colores de la administración"
|
598 |
-
|
599 |
-
#: adminimize_page.php:895
|
600 |
-
msgid "User Level"
|
601 |
-
msgstr "Nivel de Usuario"
|
602 |
-
|
603 |
-
#: adminimize_page.php:896
|
604 |
-
msgid "Role"
|
605 |
-
msgstr "Role"
|
606 |
-
|
607 |
-
#: adminimize_page.php:963
|
608 |
-
msgid "Deinstall Options"
|
609 |
-
msgstr "Opciones de desinstalacion"
|
610 |
-
|
611 |
-
#: adminimize_page.php:966
|
612 |
-
msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
|
613 |
-
msgstr "Utiliza esta opción para limpiar la base de datos de todas las entradas de este plugin. Cuando desactiva o desinstala el plugin <strong> no limpia </ strong> todas las entradas en la base de datos."
|
614 |
-
|
615 |
-
#: adminimize_page.php:970
|
616 |
-
msgid "Delete Options"
|
617 |
-
msgstr "Borrar Opciones"
|
618 |
-
|
619 |
-
#: adminimize_page.php:983
|
620 |
-
msgid "About the plugin"
|
621 |
-
msgstr "Acerca del plugin"
|
622 |
-
|
623 |
-
#: adminimize_page.php:985
|
624 |
-
msgid "Further information: Visit the <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">plugin homepage</a> for further information or to grab the latest version of this plugin."
|
625 |
-
msgstr "Nota: Para más información o para obtener la última versión de este plugin, visite la<a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">Pagína del Plugin</a> "
|
626 |
-
|
627 |
-
#: adminimize_page.php:991
|
628 |
-
msgid "PayPal - The safer, easier way to pay online!"
|
629 |
-
msgstr "PayPal - Más fácil de pagar en línea!"
|
630 |
-
|
631 |
-
#: adminimize_page.php:995
|
632 |
-
msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
|
633 |
-
msgstr "¿Quieres dar las gracias por el plugins? Visita el sitio del creador: <a href=\"http://bueltge.de/wunschliste/\">Wishlist</a> o donar."
|
634 |
-
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Adminimize\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2009-04-27 10:55+0100\n"
|
6 |
+
"PO-Revision-Date: 2009-04-27 17:19-0300\n"
|
7 |
+
"Last-Translator: Gabriel Scheffer <scheffer.gabriel@gmail.com>\n"
|
8 |
+
"Language-Team: Frank Bueltge <frank@bueltge.de>\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-SourceCharset: utf-8\n"
|
13 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
+
"X-Poedit-Basepath: d:\\WP-Plugins\\adminimize\\trunk\\\n"
|
15 |
+
": \n"
|
16 |
+
"X-Poedit-SearchPath-0: .\n"
|
17 |
+
|
18 |
+
#: adminimize.php:84
|
19 |
+
msgid "Unknown error."
|
20 |
+
msgstr "Error desconocido."
|
21 |
+
|
22 |
+
#: adminimize.php:91
|
23 |
+
msgid "The updates was saved."
|
24 |
+
msgstr "Los cambios se modificaron con éxito."
|
25 |
+
|
26 |
+
#: adminimize.php:92
|
27 |
+
msgid "You have not enough rights for edit entries in the database."
|
28 |
+
msgstr "Usted no tiene derechos suficientes para editar las entradas en la base de datos."
|
29 |
+
|
30 |
+
#: adminimize.php:93
|
31 |
+
msgid "All entries in the database was delleted."
|
32 |
+
msgstr "Todas las entradas en la base de datos se han eliminado."
|
33 |
+
|
34 |
+
#: adminimize.php:94
|
35 |
+
msgid "Set the checkbox on deinstall-button."
|
36 |
+
msgstr "Clicke en la casilla de verificación y presione el botón desinstalar."
|
37 |
+
|
38 |
+
#: adminimize.php:95
|
39 |
+
msgid "Can't load menu and submenu."
|
40 |
+
msgstr "No se puede cargar el menú y submenú."
|
41 |
+
|
42 |
+
#: adminimize.php:96
|
43 |
+
msgid "Backend-Theme was activated!"
|
44 |
+
msgstr "El tema se ha activado!"
|
45 |
+
|
46 |
+
#: adminimize.php:347
|
47 |
+
#: adminimize_page.php:395
|
48 |
+
#: adminimize_page.php:797
|
49 |
+
msgid "Categories"
|
50 |
+
msgstr "Categorías"
|
51 |
+
|
52 |
+
#: adminimize.php:353
|
53 |
+
#: adminimize.php:364
|
54 |
+
msgid "+ Add New Category"
|
55 |
+
msgstr "+ Agregar nueva categoría"
|
56 |
+
|
57 |
+
#: adminimize.php:355
|
58 |
+
#: adminimize.php:366
|
59 |
+
msgid "New category name"
|
60 |
+
msgstr "Nueva categoría"
|
61 |
+
|
62 |
+
#: adminimize.php:356
|
63 |
+
#: adminimize.php:368
|
64 |
+
msgid "Parent category"
|
65 |
+
msgstr "Categoría padre"
|
66 |
+
|
67 |
+
#: adminimize.php:357
|
68 |
+
#: adminimize.php:369
|
69 |
+
msgid "Add"
|
70 |
+
msgstr "Agregar"
|
71 |
+
|
72 |
+
#: adminimize.php:366
|
73 |
+
#: adminimize_page.php:396
|
74 |
+
msgid "Add New Category"
|
75 |
+
msgstr "Agregar nueva categoría"
|
76 |
+
|
77 |
+
#: adminimize.php:390
|
78 |
+
#: adminimize.php:391
|
79 |
+
#: adminimize_page.php:394
|
80 |
+
msgid "Tags"
|
81 |
+
msgstr "Etiquetas"
|
82 |
+
|
83 |
+
#: adminimize.php:431
|
84 |
+
#: adminimize.php:445
|
85 |
+
#: adminimize.php:459
|
86 |
+
msgid "Blue"
|
87 |
+
msgstr "Azul"
|
88 |
+
|
89 |
+
#: adminimize.php:438
|
90 |
+
#: adminimize.php:452
|
91 |
+
#: adminimize.php:466
|
92 |
+
msgid "Gray"
|
93 |
+
msgstr "Gris"
|
94 |
+
|
95 |
+
#: adminimize.php:474
|
96 |
+
#: adminimize.php:516
|
97 |
+
#: adminimize.php:539
|
98 |
+
msgid "Classic"
|
99 |
+
msgstr "Clasico"
|
100 |
+
|
101 |
+
#: adminimize.php:481
|
102 |
+
#: adminimize.php:523
|
103 |
+
#: adminimize.php:546
|
104 |
+
msgid "Fresh"
|
105 |
+
msgstr "Fresco"
|
106 |
+
|
107 |
+
#: adminimize.php:488
|
108 |
+
msgid "WordPress 2.3"
|
109 |
+
msgstr "WordPress 2.3"
|
110 |
+
|
111 |
+
#: adminimize.php:495
|
112 |
+
msgid "Maybe i'm colorblind"
|
113 |
+
msgstr "Tal vez soy daltónico"
|
114 |
+
|
115 |
+
#: adminimize.php:502
|
116 |
+
msgid "Grey"
|
117 |
+
msgstr "Gris"
|
118 |
+
|
119 |
+
#: adminimize.php:630
|
120 |
+
#: adminimize.php:633
|
121 |
+
msgid "Dashboard"
|
122 |
+
msgstr "Dashboard"
|
123 |
+
|
124 |
+
#: adminimize.php:692
|
125 |
+
#: adminimize.php:694
|
126 |
+
#: adminimize.php:707
|
127 |
+
#: adminimize.php:709
|
128 |
+
#: adminimize.php:907
|
129 |
+
msgid "Log Out"
|
130 |
+
msgstr "Cerrar sesión"
|
131 |
+
|
132 |
+
#: adminimize.php:926
|
133 |
+
msgid "Visit plugin homepage"
|
134 |
+
msgstr "Visita la página principal del plugin"
|
135 |
+
|
136 |
+
#: adminimize.php:929
|
137 |
+
msgid "plugin"
|
138 |
+
msgstr "plugin"
|
139 |
+
|
140 |
+
#: adminimize.php:929
|
141 |
+
msgid "Version"
|
142 |
+
msgstr "Versión"
|
143 |
+
|
144 |
+
#: adminimize.php:929
|
145 |
+
msgid "History"
|
146 |
+
msgstr "Historia"
|
147 |
+
|
148 |
+
#: adminimize.php:929
|
149 |
+
msgid "Author"
|
150 |
+
msgstr "Autor"
|
151 |
+
|
152 |
+
#: adminimize.php:932
|
153 |
+
msgid "plugin activate"
|
154 |
+
msgstr "activar el plugin"
|
155 |
+
|
156 |
+
#: adminimize.php:947
|
157 |
+
msgid "Settings"
|
158 |
+
msgstr "Configuración"
|
159 |
+
|
160 |
+
#: adminimize.php:1007
|
161 |
+
msgid "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentation</a>"
|
162 |
+
msgstr "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentación</a>"
|
163 |
+
|
164 |
+
#: adminimize.php:1024
|
165 |
+
#: adminimize_page.php:70
|
166 |
+
msgid "Adminimize"
|
167 |
+
msgstr "Adminimize"
|
168 |
+
|
169 |
+
#: adminimize.php:1026
|
170 |
+
msgid "Adminimize Options"
|
171 |
+
msgstr "Opciones de Adminimize"
|
172 |
+
|
173 |
+
#: adminimize.php:1040
|
174 |
+
msgid "Cheatin’ uh?"
|
175 |
+
msgstr "Cheatin’ uh?"
|
176 |
+
|
177 |
+
#: adminimize_page.php:74
|
178 |
+
#: adminimize_page.php:217
|
179 |
+
#: adminimize_page.php:331
|
180 |
+
#: adminimize_page.php:596
|
181 |
+
#: adminimize_page.php:678
|
182 |
+
#: adminimize_page.php:760
|
183 |
+
#: adminimize_page.php:881
|
184 |
+
#: adminimize_page.php:962
|
185 |
+
#: adminimize_page.php:982
|
186 |
+
msgid "Click to toggle"
|
187 |
+
msgstr "Haga clic para ver"
|
188 |
+
|
189 |
+
#: adminimize_page.php:75
|
190 |
+
msgid "Backend Options"
|
191 |
+
msgstr "Opciones Generales"
|
192 |
+
|
193 |
+
#: adminimize_page.php:84
|
194 |
+
msgid "User-Info"
|
195 |
+
msgstr "Información de usuario"
|
196 |
+
|
197 |
+
#: adminimize_page.php:88
|
198 |
+
#: adminimize_page.php:101
|
199 |
+
#: adminimize_page.php:111
|
200 |
+
#: adminimize_page.php:121
|
201 |
+
#: adminimize_page.php:131
|
202 |
+
#: adminimize_page.php:141
|
203 |
+
#: adminimize_page.php:151
|
204 |
+
#: adminimize_page.php:161
|
205 |
+
#: adminimize_page.php:190
|
206 |
+
msgid "Default"
|
207 |
+
msgstr "Predeterminado"
|
208 |
+
|
209 |
+
#: adminimize_page.php:89
|
210 |
+
#: adminimize_page.php:112
|
211 |
+
msgid "Hide"
|
212 |
+
msgstr "Ocultar"
|
213 |
+
|
214 |
+
#: adminimize_page.php:90
|
215 |
+
msgid "Only logout"
|
216 |
+
msgstr "Sólo salir"
|
217 |
+
|
218 |
+
#: adminimize_page.php:91
|
219 |
+
msgid "User & Logout"
|
220 |
+
msgstr " Usuario & Cerrar sesión "
|
221 |
+
|
222 |
+
#: adminimize_page.php:92
|
223 |
+
msgid "The "User-Info-area" is on the top right side of the backend. You can hide or reduced show."
|
224 |
+
msgstr "Usted puede ocultar o mostrar reducido el "área de información de usuario" \"es en la parte superior derecha\" de la Administracion"
|
225 |
+
|
226 |
+
#: adminimize_page.php:97
|
227 |
+
msgid "Change User-Info, redirect to"
|
228 |
+
msgstr "Cambio de usuario-info, se redirige a"
|
229 |
+
|
230 |
+
#: adminimize_page.php:102
|
231 |
+
msgid "Frontpage of the Blog"
|
232 |
+
msgstr "Portada del Blog"
|
233 |
+
|
234 |
+
#: adminimize_page.php:103
|
235 |
+
msgid "When the "User-Info-area" change it, then it is possible to change the redirect."
|
236 |
+
msgstr "Cuando el area de informacion del usuario cambia, es posible cambiar la redirección."
|
237 |
+
|
238 |
+
#: adminimize_page.php:107
|
239 |
+
msgid "Footer"
|
240 |
+
msgstr "Pie de página"
|
241 |
+
|
242 |
+
#: adminimize_page.php:113
|
243 |
+
msgid "The Footer-area kann hide, include all links and details."
|
244 |
+
msgstr "Oculta \"TODO\" el pie de pagina."
|
245 |
+
|
246 |
+
#: adminimize_page.php:117
|
247 |
+
msgid "WriteScroll"
|
248 |
+
msgstr "WriteScroll"
|
249 |
+
|
250 |
+
#: adminimize_page.php:122
|
251 |
+
#: adminimize_page.php:132
|
252 |
+
#: adminimize_page.php:142
|
253 |
+
#: adminimize_page.php:152
|
254 |
+
#: adminimize_page.php:162
|
255 |
+
msgid "Activate"
|
256 |
+
msgstr "Activar"
|
257 |
+
|
258 |
+
#: adminimize_page.php:123
|
259 |
+
msgid "With the WriteScroll option active, these pages will automatically scroll to an optimal position for editing, when you visit Write Post or Write Page."
|
260 |
+
msgstr "Con la opción activa, la página automáticamente se modifica para una óptima edición."
|
261 |
+
|
262 |
+
#: adminimize_page.php:127
|
263 |
+
msgid "Timestamp"
|
264 |
+
msgstr "Fecha y hora"
|
265 |
+
|
266 |
+
#: adminimize_page.php:133
|
267 |
+
msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
|
268 |
+
msgstr "Deja abierto el campo de edición \"fecha y hora\", sin que usted tenga que hacer clic en el vínculo \"Modificar\"."
|
269 |
+
|
270 |
+
#: adminimize_page.php:137
|
271 |
+
msgid "Thickbox FullScreen"
|
272 |
+
msgstr "Thickbox en Pantalla Completa"
|
273 |
+
|
274 |
+
#: adminimize_page.php:143
|
275 |
+
msgid "All Thickbox-function use the full area of the browser. Thickbox is for examble in upload media-files."
|
276 |
+
msgstr "Thickbox se usa por ejemplo, para cargar los archivos de los medios."
|
277 |
+
|
278 |
+
#: adminimize_page.php:147
|
279 |
+
msgid "Flashuploader"
|
280 |
+
msgstr "Cargador \"Flash\""
|
281 |
+
|
282 |
+
#: adminimize_page.php:153
|
283 |
+
msgid "Disable the flashuploader and users use only the standard uploader."
|
284 |
+
msgstr " Deshabilitar el uso del cargador \"Flash\" y los usuarios sólo el nivel de carga."
|
285 |
+
|
286 |
+
#: adminimize_page.php:157
|
287 |
+
msgid "Advice in Footer"
|
288 |
+
msgstr "Creditos en Pie de página"
|
289 |
+
|
290 |
+
#: adminimize_page.php:164
|
291 |
+
msgid "In the Footer kann you display a advice for change the Default-design, (x)HTML is possible."
|
292 |
+
msgstr "Puede cambiar el valor por defecto del pie de pagina de su diseño mostrando creditos adicionales, (x)HTML es valido."
|
293 |
+
|
294 |
+
#: adminimize_page.php:186
|
295 |
+
msgid "Dashboard deaktivate, redirect to"
|
296 |
+
msgstr "Cuando el \"Dashboard\" se desactive, redirigir a"
|
297 |
+
|
298 |
+
#: adminimize_page.php:191
|
299 |
+
msgid "Manage Posts"
|
300 |
+
msgstr "Gestionar Entradas"
|
301 |
+
|
302 |
+
#: adminimize_page.php:192
|
303 |
+
msgid "Manage Pages"
|
304 |
+
msgstr "Gestionar Páginas"
|
305 |
+
|
306 |
+
#: adminimize_page.php:193
|
307 |
+
msgid "Write Post"
|
308 |
+
msgstr "Escribir Entrada"
|
309 |
+
|
310 |
+
#: adminimize_page.php:194
|
311 |
+
msgid "Write Page"
|
312 |
+
msgstr "Escribir Pagina"
|
313 |
+
|
314 |
+
#: adminimize_page.php:195
|
315 |
+
msgid "Comments"
|
316 |
+
msgstr "Comentarios"
|
317 |
+
|
318 |
+
#: adminimize_page.php:196
|
319 |
+
msgid "other Page"
|
320 |
+
msgstr "otra página"
|
321 |
+
|
322 |
+
#: adminimize_page.php:199
|
323 |
+
msgid "You have deaktivate the Dashboard, please select a page for redirect?"
|
324 |
+
msgstr "Usted puede desabilitar el \"Dashboard\" por favor, seleccionar una página para redireccionar?"
|
325 |
+
|
326 |
+
#: adminimize_page.php:208
|
327 |
+
#: adminimize_page.php:322
|
328 |
+
#: adminimize_page.php:587
|
329 |
+
#: adminimize_page.php:669
|
330 |
+
#: adminimize_page.php:751
|
331 |
+
#: adminimize_page.php:871
|
332 |
+
msgid "Update Options"
|
333 |
+
msgstr "Opciones de Actualización"
|
334 |
+
|
335 |
+
#: adminimize_page.php:218
|
336 |
+
msgid "Global options"
|
337 |
+
msgstr "Opciones globales"
|
338 |
+
|
339 |
+
#: adminimize_page.php:225
|
340 |
+
#: adminimize_page.php:297
|
341 |
+
#: adminimize_page.php:644
|
342 |
+
#: adminimize_page.php:726
|
343 |
+
#: adminimize_page.php:768
|
344 |
+
#: adminimize_page.php:846
|
345 |
+
msgid "Option"
|
346 |
+
msgstr "Opciones"
|
347 |
+
|
348 |
+
#: adminimize_page.php:228
|
349 |
+
#: adminimize_page.php:341
|
350 |
+
#: adminimize_page.php:607
|
351 |
+
#: adminimize_page.php:689
|
352 |
+
#: adminimize_page.php:771
|
353 |
+
msgid "Deactivate for"
|
354 |
+
msgstr "Desactivar para"
|
355 |
+
|
356 |
+
#: adminimize_page.php:248
|
357 |
+
msgid "Favorite Actions"
|
358 |
+
msgstr "Acciones favoritas"
|
359 |
+
|
360 |
+
#: adminimize_page.php:249
|
361 |
+
msgid "Screen-Meta"
|
362 |
+
msgstr "Screen-Meta"
|
363 |
+
|
364 |
+
#: adminimize_page.php:250
|
365 |
+
msgid "Screen Options"
|
366 |
+
msgstr "Opciones de pantalla"
|
367 |
+
|
368 |
+
#: adminimize_page.php:251
|
369 |
+
msgid "Contextual Help"
|
370 |
+
msgstr "Ayuda contextual"
|
371 |
+
|
372 |
+
#: adminimize_page.php:252
|
373 |
+
msgid "Admin Color Scheme"
|
374 |
+
msgstr "Colores de la administración"
|
375 |
+
|
376 |
+
#: adminimize_page.php:296
|
377 |
+
#: adminimize_page.php:845
|
378 |
+
msgid "Your own options"
|
379 |
+
msgstr "Sus propias opciones"
|
380 |
+
|
381 |
+
#: adminimize_page.php:296
|
382 |
+
#: adminimize_page.php:643
|
383 |
+
#: adminimize_page.php:725
|
384 |
+
#: adminimize_page.php:845
|
385 |
+
msgid "ID or class"
|
386 |
+
msgstr "ID o class"
|
387 |
+
|
388 |
+
#: adminimize_page.php:303
|
389 |
+
#: adminimize_page.php:650
|
390 |
+
#: adminimize_page.php:732
|
391 |
+
#: adminimize_page.php:852
|
392 |
+
msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
|
393 |
+
msgstr "Es posible añadir sus propios ID's o Clases de elementos y etiquetas. Usted puede encontrar las ID's y las Clases con un Agregado de Firefox llamado Firebug. Para asignar un valor asociado y el nombre por línea."
|
394 |
+
|
395 |
+
#: adminimize_page.php:309
|
396 |
+
#: adminimize_page.php:656
|
397 |
+
#: adminimize_page.php:738
|
398 |
+
#: adminimize_page.php:858
|
399 |
+
msgid "Possible IDs or classes. Separate multiple values through a carriage return."
|
400 |
+
msgstr "Posibles ID's y Clases, Separa múltiples valores a través de un \"return\"."
|
401 |
+
|
402 |
+
#: adminimize_page.php:314
|
403 |
+
#: adminimize_page.php:661
|
404 |
+
#: adminimize_page.php:743
|
405 |
+
#: adminimize_page.php:863
|
406 |
+
msgid "Possible nomination for ID or class. Separate multiple nomination through a carriage return."
|
407 |
+
msgstr "Posible designación de ID o Clase. Separa las candidaturas a través de un \"return\"."
|
408 |
+
|
409 |
+
#: adminimize_page.php:332
|
410 |
+
msgid "Menu Options"
|
411 |
+
msgstr "Opciones del Menú"
|
412 |
+
|
413 |
+
#: adminimize_page.php:338
|
414 |
+
msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
|
415 |
+
msgstr "Opciones de menú - Menu, <span style=\"font-weight: 400;\">Submenu</span>"
|
416 |
+
|
417 |
+
#: adminimize_page.php:393
|
418 |
+
#: adminimize_page.php:475
|
419 |
+
msgid "Permalink"
|
420 |
+
msgstr "Enlace permanente"
|
421 |
+
|
422 |
+
#: adminimize_page.php:397
|
423 |
+
msgid "Excerpt"
|
424 |
+
msgstr "Extracto"
|
425 |
+
|
426 |
+
#: adminimize_page.php:398
|
427 |
+
msgid "Trackbacks"
|
428 |
+
msgstr "Trackbacks"
|
429 |
+
|
430 |
+
#: adminimize_page.php:399
|
431 |
+
#: adminimize_page.php:476
|
432 |
+
msgid "Custom Fields"
|
433 |
+
msgstr "Campos personalizados"
|
434 |
+
|
435 |
+
#: adminimize_page.php:400
|
436 |
+
#: adminimize_page.php:477
|
437 |
+
msgid "Comments & Pings"
|
438 |
+
msgstr "Comentarios & Pings"
|
439 |
+
|
440 |
+
#: adminimize_page.php:401
|
441 |
+
msgid "Password Protect This Post"
|
442 |
+
msgstr "Proteger esta entrada con contraseña"
|
443 |
+
|
444 |
+
#: adminimize_page.php:402
|
445 |
+
msgid "Post Author"
|
446 |
+
msgstr "Autor"
|
447 |
+
|
448 |
+
#: adminimize_page.php:403
|
449 |
+
msgid "Post Revisions"
|
450 |
+
msgstr "Revisiones de la entrada"
|
451 |
+
|
452 |
+
#: adminimize_page.php:404
|
453 |
+
msgid "Related, Shortcuts"
|
454 |
+
msgstr "Relacionados, accesos directos"
|
455 |
+
|
456 |
+
#: adminimize_page.php:405
|
457 |
+
#: adminimize_page.php:485
|
458 |
+
msgid "Messenges"
|
459 |
+
msgstr "Mensajes"
|
460 |
+
|
461 |
+
#: adminimize_page.php:406
|
462 |
+
#: adminimize_page.php:486
|
463 |
+
msgid "h2: Advanced Options"
|
464 |
+
msgstr "h2:Opciones avanzadas"
|
465 |
+
|
466 |
+
#: adminimize_page.php:407
|
467 |
+
#: adminimize_page.php:487
|
468 |
+
msgid "Media Buttons (all)"
|
469 |
+
msgstr "Botones de los medios (todos)"
|
470 |
+
|
471 |
+
#: adminimize_page.php:408
|
472 |
+
#: adminimize_page.php:488
|
473 |
+
msgid "Word count"
|
474 |
+
msgstr "De palabras"
|
475 |
+
|
476 |
+
#: adminimize_page.php:409
|
477 |
+
msgid "Post Slug, Slug Box"
|
478 |
+
msgstr "Publicar Slug, Slug \"Box\""
|
479 |
+
|
480 |
+
#: adminimize_page.php:410
|
481 |
+
#: adminimize_page.php:490
|
482 |
+
#: adminimize_page.php:801
|
483 |
+
msgid "Publish Actions"
|
484 |
+
msgstr "Publicar Acciones"
|
485 |
+
|
486 |
+
#: adminimize_page.php:414
|
487 |
+
#: adminimize_page.php:494
|
488 |
+
msgid "Suggested tags from"
|
489 |
+
msgstr "Sugiere las etiquetas de"
|
490 |
+
|
491 |
+
#: adminimize_page.php:416
|
492 |
+
msgid "Text Control"
|
493 |
+
msgstr "Control de texto"
|
494 |
+
|
495 |
+
#: adminimize_page.php:418
|
496 |
+
#: adminimize_page.php:496
|
497 |
+
msgid "HTML Special Characters"
|
498 |
+
msgstr "HTML Caracteres especiales"
|
499 |
+
|
500 |
+
#: adminimize_page.php:478
|
501 |
+
msgid "Password Protect This Page"
|
502 |
+
msgstr "Proteger página con contraseña"
|
503 |
+
|
504 |
+
#: adminimize_page.php:479
|
505 |
+
msgid "Page Parent"
|
506 |
+
msgstr " Páginas Padres"
|
507 |
+
|
508 |
+
#: adminimize_page.php:480
|
509 |
+
msgid "Page Template"
|
510 |
+
msgstr "Plantilla de Página"
|
511 |
+
|
512 |
+
#: adminimize_page.php:481
|
513 |
+
msgid "Page Order"
|
514 |
+
msgstr "Orden de las páginas"
|
515 |
+
|
516 |
+
#: adminimize_page.php:482
|
517 |
+
msgid "Page Author"
|
518 |
+
msgstr "Autor de la página"
|
519 |
+
|
520 |
+
#: adminimize_page.php:483
|
521 |
+
msgid "Page Revisions"
|
522 |
+
msgstr "Revisiones de la página"
|
523 |
+
|
524 |
+
#: adminimize_page.php:484
|
525 |
+
msgid "Related"
|
526 |
+
msgstr "Relacionado"
|
527 |
+
|
528 |
+
#: adminimize_page.php:489
|
529 |
+
msgid "Page Slug, Slug Box"
|
530 |
+
msgstr " Páginas Slug, Slug \"Box\""
|
531 |
+
|
532 |
+
#: adminimize_page.php:597
|
533 |
+
#: adminimize_page.php:604
|
534 |
+
msgid "Write options - Post"
|
535 |
+
msgstr "Opciones de escritura - Entradas"
|
536 |
+
|
537 |
+
#: adminimize_page.php:643
|
538 |
+
msgid "Your own post options"
|
539 |
+
msgstr "Sus propias opciones en \"entradas\""
|
540 |
+
|
541 |
+
#: adminimize_page.php:679
|
542 |
+
#: adminimize_page.php:686
|
543 |
+
msgid "Write options - Page"
|
544 |
+
msgstr "Opciones de escritura - Paginas"
|
545 |
+
|
546 |
+
#: adminimize_page.php:725
|
547 |
+
msgid "Your own page options"
|
548 |
+
msgstr "Sus propias opciones en \"pagínas\""
|
549 |
+
|
550 |
+
#: adminimize_page.php:761
|
551 |
+
msgid "Links options"
|
552 |
+
msgstr "Opciones de enlaces"
|
553 |
+
|
554 |
+
#: adminimize_page.php:794
|
555 |
+
msgid "Name"
|
556 |
+
msgstr "Nombre"
|
557 |
+
|
558 |
+
#: adminimize_page.php:795
|
559 |
+
msgid "Web Address"
|
560 |
+
msgstr "Dirección web"
|
561 |
+
|
562 |
+
#: adminimize_page.php:796
|
563 |
+
msgid "Description"
|
564 |
+
msgstr "Descripción"
|
565 |
+
|
566 |
+
#: adminimize_page.php:798
|
567 |
+
msgid "Target"
|
568 |
+
msgstr "Target"
|
569 |
+
|
570 |
+
#: adminimize_page.php:799
|
571 |
+
msgid "Link Relationship (XFN)"
|
572 |
+
msgstr "Relacion de contacto (XFN)"
|
573 |
+
|
574 |
+
#: adminimize_page.php:800
|
575 |
+
msgid "Advanced"
|
576 |
+
msgstr "Avanzada"
|
577 |
+
|
578 |
+
#: adminimize_page.php:882
|
579 |
+
#: adminimize_page.php:952
|
580 |
+
msgid "Set Theme"
|
581 |
+
msgstr "Establecer Tema"
|
582 |
+
|
583 |
+
#: adminimize_page.php:891
|
584 |
+
msgid "User-ID"
|
585 |
+
msgstr "Usuario-ID"
|
586 |
+
|
587 |
+
#: adminimize_page.php:892
|
588 |
+
msgid "Username"
|
589 |
+
msgstr "Nombre de usuario"
|
590 |
+
|
591 |
+
#: adminimize_page.php:893
|
592 |
+
msgid "Display name publicly as"
|
593 |
+
msgstr "Nombre para mostrar al público como"
|
594 |
+
|
595 |
+
#: adminimize_page.php:894
|
596 |
+
msgid "Admin-Color Scheme"
|
597 |
+
msgstr "Colores de la administración"
|
598 |
+
|
599 |
+
#: adminimize_page.php:895
|
600 |
+
msgid "User Level"
|
601 |
+
msgstr "Nivel de Usuario"
|
602 |
+
|
603 |
+
#: adminimize_page.php:896
|
604 |
+
msgid "Role"
|
605 |
+
msgstr "Role"
|
606 |
+
|
607 |
+
#: adminimize_page.php:963
|
608 |
+
msgid "Deinstall Options"
|
609 |
+
msgstr "Opciones de desinstalacion"
|
610 |
+
|
611 |
+
#: adminimize_page.php:966
|
612 |
+
msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
|
613 |
+
msgstr "Utiliza esta opción para limpiar la base de datos de todas las entradas de este plugin. Cuando desactiva o desinstala el plugin <strong> no limpia </ strong> todas las entradas en la base de datos."
|
614 |
+
|
615 |
+
#: adminimize_page.php:970
|
616 |
+
msgid "Delete Options"
|
617 |
+
msgstr "Borrar Opciones"
|
618 |
+
|
619 |
+
#: adminimize_page.php:983
|
620 |
+
msgid "About the plugin"
|
621 |
+
msgstr "Acerca del plugin"
|
622 |
+
|
623 |
+
#: adminimize_page.php:985
|
624 |
+
msgid "Further information: Visit the <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">plugin homepage</a> for further information or to grab the latest version of this plugin."
|
625 |
+
msgstr "Nota: Para más información o para obtener la última versión de este plugin, visite la<a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">Pagína del Plugin</a> "
|
626 |
+
|
627 |
+
#: adminimize_page.php:991
|
628 |
+
msgid "PayPal - The safer, easier way to pay online!"
|
629 |
+
msgstr "PayPal - Más fácil de pagar en línea!"
|
630 |
+
|
631 |
+
#: adminimize_page.php:995
|
632 |
+
msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
|
633 |
+
msgstr "¿Quieres dar las gracias por el plugins? Visita el sitio del creador: <a href=\"http://bueltge.de/wunschliste/\">Wishlist</a> o donar."
|
634 |
+
|
languages/adminimize-fr_FR.po
CHANGED
@@ -1,692 +1,692 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Adminimize\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2009-04-27 10:55+0100\n"
|
6 |
-
"PO-Revision-Date: 2010-08-25 12:38+0100\n"
|
7 |
-
"Last-Translator: Marc LIOTARD <marc.liotard@free.fr>\n"
|
8 |
-
"Language-Team: Frank Bueltge <frank@bueltge.de>\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-SourceCharset: utf-8\n"
|
13 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
-
"X-Poedit-Basepath: d:\\WP-Plugins\\adminimize\\trunk\\\n"
|
15 |
-
": \n"
|
16 |
-
"X-Poedit-SearchPath-0: .\n"
|
17 |
-
|
18 |
-
#: adminimize.php:84
|
19 |
-
msgid "Unknown error."
|
20 |
-
msgstr "Erreur inconnue."
|
21 |
-
|
22 |
-
#: adminimize.php:91
|
23 |
-
msgid "The updates was saved."
|
24 |
-
msgstr "Les modifications ont été enregistrées."
|
25 |
-
|
26 |
-
#: adminimize.php:92
|
27 |
-
msgid "You have not enough rights for edit entries in the database."
|
28 |
-
msgstr "Vous n'avez pas les droits suffisants pour éditer ces données."
|
29 |
-
|
30 |
-
#: adminimize.php:93
|
31 |
-
msgid "All entries in the database was delleted."
|
32 |
-
msgstr "Toutes les données ont été effacées."
|
33 |
-
|
34 |
-
#: adminimize.php:94
|
35 |
-
msgid "Set the checkbox on deinstall-button."
|
36 |
-
msgstr "Cocher la case et cliquer sur le bouton désinstaller."
|
37 |
-
|
38 |
-
#: adminimize.php:95
|
39 |
-
msgid "Can't load menu and submenu."
|
40 |
-
msgstr "Impossible de charger le menu et le sous-menu."
|
41 |
-
|
42 |
-
#: adminimize.php:96
|
43 |
-
msgid "Backend-Theme was activated!"
|
44 |
-
msgstr "Le thème a été activé !"
|
45 |
-
|
46 |
-
#: adminimize.php:347
|
47 |
-
#: adminimize_page.php:395
|
48 |
-
#: adminimize_page.php:797
|
49 |
-
msgid "Categories"
|
50 |
-
msgstr "Catégories"
|
51 |
-
|
52 |
-
#: adminimize.php:353
|
53 |
-
#: adminimize.php:364
|
54 |
-
msgid "+ Add New Category"
|
55 |
-
msgstr "+ Ajouter une nouvelle catégorie"
|
56 |
-
|
57 |
-
#: adminimize.php:355
|
58 |
-
#: adminimize.php:366
|
59 |
-
msgid "New category name"
|
60 |
-
msgstr "Nouvelle catégorie"
|
61 |
-
|
62 |
-
#: adminimize.php:356
|
63 |
-
#: adminimize.php:368
|
64 |
-
msgid "Parent category"
|
65 |
-
msgstr "Catégorie mère"
|
66 |
-
|
67 |
-
#: adminimize.php:357
|
68 |
-
#: adminimize.php:369
|
69 |
-
msgid "Add"
|
70 |
-
msgstr "Ajouter"
|
71 |
-
|
72 |
-
#: adminimize.php:366
|
73 |
-
#: adminimize_page.php:396
|
74 |
-
msgid "Add New Category"
|
75 |
-
msgstr "Ajouter nouvelle catégorie"
|
76 |
-
|
77 |
-
#: adminimize.php:390
|
78 |
-
#: adminimize.php:391
|
79 |
-
#: adminimize_page.php:394
|
80 |
-
msgid "Tags"
|
81 |
-
msgstr "Etiquettes"
|
82 |
-
|
83 |
-
#: adminimize.php:431
|
84 |
-
#: adminimize.php:445
|
85 |
-
#: adminimize.php:459
|
86 |
-
msgid "Blue"
|
87 |
-
msgstr "Bleu"
|
88 |
-
|
89 |
-
#: adminimize.php:438
|
90 |
-
#: adminimize.php:452
|
91 |
-
#: adminimize.php:466
|
92 |
-
msgid "Gray"
|
93 |
-
msgstr "Gris"
|
94 |
-
|
95 |
-
#: adminimize.php:474
|
96 |
-
#: adminimize.php:516
|
97 |
-
#: adminimize.php:539
|
98 |
-
msgid "Classic"
|
99 |
-
msgstr "Classique"
|
100 |
-
|
101 |
-
#: adminimize.php:481
|
102 |
-
#: adminimize.php:523
|
103 |
-
#: adminimize.php:546
|
104 |
-
msgid "Fresh"
|
105 |
-
msgstr "Frais"
|
106 |
-
|
107 |
-
#: adminimize.php:488
|
108 |
-
msgid "WordPress 2.3"
|
109 |
-
msgstr "WordPress 2.3"
|
110 |
-
|
111 |
-
#: adminimize.php:495
|
112 |
-
msgid "Maybe i'm colorblind"
|
113 |
-
msgstr "Peut-être suis-je daltonien"
|
114 |
-
|
115 |
-
#: adminimize.php:502
|
116 |
-
msgid "Grey"
|
117 |
-
msgstr "Gris"
|
118 |
-
|
119 |
-
#: adminimize.php:630
|
120 |
-
#: adminimize.php:633
|
121 |
-
msgid "Dashboard"
|
122 |
-
msgstr "Tableau de bord"
|
123 |
-
|
124 |
-
#: adminimize.php:692
|
125 |
-
#: adminimize.php:694
|
126 |
-
#: adminimize.php:707
|
127 |
-
#: adminimize.php:709
|
128 |
-
#: adminimize.php:907
|
129 |
-
msgid "Log Out"
|
130 |
-
msgstr "Se déconnecter"
|
131 |
-
|
132 |
-
#: adminimize.php:926
|
133 |
-
msgid "Visit plugin homepage"
|
134 |
-
msgstr "Visiter la page Web de l'extension"
|
135 |
-
|
136 |
-
#: adminimize.php:929
|
137 |
-
msgid "plugin"
|
138 |
-
msgstr "extension"
|
139 |
-
|
140 |
-
#: adminimize.php:929
|
141 |
-
msgid "Version"
|
142 |
-
msgstr "Version"
|
143 |
-
|
144 |
-
#: adminimize.php:929
|
145 |
-
msgid "History"
|
146 |
-
msgstr "Historique"
|
147 |
-
|
148 |
-
#: adminimize.php:929
|
149 |
-
msgid "Author"
|
150 |
-
msgstr "Auteur"
|
151 |
-
|
152 |
-
#: adminimize.php:932
|
153 |
-
msgid "plugin activate"
|
154 |
-
msgstr "activer le plugin"
|
155 |
-
|
156 |
-
#: adminimize.php:947
|
157 |
-
msgid "Settings"
|
158 |
-
msgstr "Paramètres"
|
159 |
-
|
160 |
-
#: adminimize.php:1007
|
161 |
-
msgid "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentation</a>"
|
162 |
-
msgstr "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentation</a>"
|
163 |
-
|
164 |
-
#: adminimize.php:1024
|
165 |
-
#: adminimize_page.php:70
|
166 |
-
msgid "Adminimize"
|
167 |
-
msgstr "Adminimize"
|
168 |
-
|
169 |
-
#: adminimize.php:1026
|
170 |
-
msgid "Adminimize Options"
|
171 |
-
msgstr "Options d'Adminimize"
|
172 |
-
|
173 |
-
#: adminimize.php:1040
|
174 |
-
msgid "Cheatin’ uh?"
|
175 |
-
msgstr "Vous trichez ?"
|
176 |
-
|
177 |
-
#: adminimize_page.php:74
|
178 |
-
#: adminimize_page.php:217
|
179 |
-
#: adminimize_page.php:331
|
180 |
-
#: adminimize_page.php:596
|
181 |
-
#: adminimize_page.php:678
|
182 |
-
#: adminimize_page.php:760
|
183 |
-
#: adminimize_page.php:881
|
184 |
-
#: adminimize_page.php:962
|
185 |
-
#: adminimize_page.php:982
|
186 |
-
msgid "Click to toggle"
|
187 |
-
msgstr "Cliquer pour visualiser"
|
188 |
-
|
189 |
-
#: adminimize_page.php:75
|
190 |
-
msgid "Backend Options"
|
191 |
-
msgstr "Options de l'interface d'administration"
|
192 |
-
|
193 |
-
#: adminimize_page.php:84
|
194 |
-
msgid "User-Info"
|
195 |
-
msgstr "Raccourcis utilisateur"
|
196 |
-
|
197 |
-
#: adminimize_page.php:88
|
198 |
-
#: adminimize_page.php:101
|
199 |
-
#: adminimize_page.php:111
|
200 |
-
#: adminimize_page.php:121
|
201 |
-
#: adminimize_page.php:131
|
202 |
-
#: adminimize_page.php:141
|
203 |
-
#: adminimize_page.php:151
|
204 |
-
#: adminimize_page.php:161
|
205 |
-
#: adminimize_page.php:190
|
206 |
-
msgid "Default"
|
207 |
-
msgstr "Par défaut"
|
208 |
-
|
209 |
-
#: adminimize_page.php:89
|
210 |
-
#: adminimize_page.php:112
|
211 |
-
msgid "Hide"
|
212 |
-
msgstr "Cacher"
|
213 |
-
|
214 |
-
#: adminimize_page.php:90
|
215 |
-
msgid "Only logout"
|
216 |
-
msgstr "Lien de déconnexion seulement"
|
217 |
-
|
218 |
-
#: adminimize_page.php:91
|
219 |
-
msgid "User & Logout"
|
220 |
-
msgstr "Lien vers profil et lien de déconnexion"
|
221 |
-
|
222 |
-
#: adminimize_page.php:92
|
223 |
-
msgid "The "User-Info-area" is on the top right side of the backend. You can hide or reduced show."
|
224 |
-
msgstr "Permet de modifier ou de cacher les raccourcis utilisateur en haut à droite de l'interface d'administration"
|
225 |
-
|
226 |
-
#: adminimize_page.php:97
|
227 |
-
msgid "Change User-Info, redirect to"
|
228 |
-
msgstr "Redirection raccourcis utilisateur"
|
229 |
-
|
230 |
-
#: adminimize_page.php:102
|
231 |
-
msgid "Frontpage of the Blog"
|
232 |
-
msgstr "Page d'accueil du site"
|
233 |
-
|
234 |
-
#: adminimize_page.php:103
|
235 |
-
msgid "When the "User-Info-area" change it, then it is possible to change the redirect."
|
236 |
-
msgstr "Permet de changer la redirection quand le raccourci utilisateur en haut à droite est désactivé"
|
237 |
-
|
238 |
-
#: adminimize_page.php:107
|
239 |
-
msgid "Footer"
|
240 |
-
msgstr "Pied de page"
|
241 |
-
|
242 |
-
#: adminimize_page.php:113
|
243 |
-
msgid "The Footer-area can hide, include all links and details."
|
244 |
-
msgstr "Permet de cacher le pied de page et les liens et informations qu'il contient"
|
245 |
-
|
246 |
-
#: adminimize_page.php:117
|
247 |
-
msgid "WriteScroll"
|
248 |
-
msgstr "WriteScroll"
|
249 |
-
|
250 |
-
#: adminimize_page.php:122
|
251 |
-
#: adminimize_page.php:132
|
252 |
-
#: adminimize_page.php:142
|
253 |
-
#: adminimize_page.php:152
|
254 |
-
#: adminimize_page.php:162
|
255 |
-
msgid "Activate"
|
256 |
-
msgstr "Activé"
|
257 |
-
|
258 |
-
#: adminimize_page.php:123
|
259 |
-
msgid "With the WriteScroll option active, these pages will automatically scroll to an optimal position for editing, when you visit Write Post or Write Page."
|
260 |
-
msgstr "Permet de positionner l'utilisateur directement sur le champ de saisie lorsqu'il édite une page ou un article."
|
261 |
-
|
262 |
-
#: adminimize_page.php:127
|
263 |
-
msgid "Timestamp"
|
264 |
-
msgstr "Heure/date de publication"
|
265 |
-
|
266 |
-
#: adminimize_page.php:133
|
267 |
-
msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
|
268 |
-
msgstr "Laisse le champ d'édition de la date et de l'heure \"ouvert\", sans avoir à cliquer sur le bouton \"Editer\" à chaque fois."
|
269 |
-
|
270 |
-
#: adminimize_page.php:137
|
271 |
-
msgid "Thickbox FullScreen"
|
272 |
-
msgstr "Thickbox en plein écran"
|
273 |
-
|
274 |
-
#: adminimize_page.php:143
|
275 |
-
msgid "All Thickbox-function use the full area of the browser. Thickbox is for example in upload media-files."
|
276 |
-
msgstr "Permet un affichage plein écran des thickbox (par exemple pour le chargement des fichiers images dans un article)"
|
277 |
-
|
278 |
-
#: adminimize_page.php:147
|
279 |
-
msgid "Flashuploader"
|
280 |
-
msgstr "Outil de mise en ligne Flash"
|
281 |
-
|
282 |
-
#: adminimize_page.php:153
|
283 |
-
msgid "Disable the flashuploader and users use only the standard uploader."
|
284 |
-
msgstr "Permet de désactiver l'outil de mise en ligne basé sur Flash, obligeant les utilisateurs à utiliser la méthode du navigateur."
|
285 |
-
|
286 |
-
#: adminimize_page.php:157
|
287 |
-
msgid "Advice in Footer"
|
288 |
-
msgstr "Informations du pied de page"
|
289 |
-
|
290 |
-
#: adminimize_page.php:286
|
291 |
-
msgid "In the Footer you can display an advice for changing the Default-design, (x)HTML is possible."
|
292 |
-
msgstr "Permet de changer la valeur par défaut du pied de page, en affichant des informations supplémentaires. (x)HTML autorisé."
|
293 |
-
|
294 |
-
#: adminimize_page.php:186
|
295 |
-
msgid "Dashboard deactivate, redirect to"
|
296 |
-
msgstr "Redirection tableau de bord"
|
297 |
-
|
298 |
-
#: adminimize_page.php:191
|
299 |
-
msgid "Manage Posts"
|
300 |
-
msgstr "Gestion des articles"
|
301 |
-
|
302 |
-
#: adminimize_page.php:192
|
303 |
-
msgid "Manage Pages"
|
304 |
-
msgstr "Gestion des pages"
|
305 |
-
|
306 |
-
#: adminimize_page.php:193
|
307 |
-
msgid "Write Post"
|
308 |
-
msgstr "Ecrire un article"
|
309 |
-
|
310 |
-
#: adminimize_page.php:194
|
311 |
-
msgid "Write Page"
|
312 |
-
msgstr "Ecrire une page"
|
313 |
-
|
314 |
-
#: adminimize_page.php:195
|
315 |
-
msgid "Comments"
|
316 |
-
msgstr "Commentaires"
|
317 |
-
|
318 |
-
#: adminimize_page.php:196
|
319 |
-
msgid "other Page"
|
320 |
-
msgstr "autre page"
|
321 |
-
|
322 |
-
#: adminimize_page.php:199
|
323 |
-
msgid "You have deactivated the Dashboard, please select a page for redirection?"
|
324 |
-
msgstr "Permet de changer la redirection quand le tableau de bord est désactivé."
|
325 |
-
|
326 |
-
#: adminimize_page.php:208
|
327 |
-
#: adminimize_page.php:322
|
328 |
-
#: adminimize_page.php:587
|
329 |
-
#: adminimize_page.php:669
|
330 |
-
#: adminimize_page.php:751
|
331 |
-
#: adminimize_page.php:871
|
332 |
-
msgid "Update Options"
|
333 |
-
msgstr "Enregistrer les options"
|
334 |
-
|
335 |
-
#: adminimize_page.php:218
|
336 |
-
msgid "Global options"
|
337 |
-
msgstr "Options générales"
|
338 |
-
|
339 |
-
#: adminimize_page.php:225
|
340 |
-
#: adminimize_page.php:297
|
341 |
-
#: adminimize_page.php:644
|
342 |
-
#: adminimize_page.php:726
|
343 |
-
#: adminimize_page.php:768
|
344 |
-
#: adminimize_page.php:846
|
345 |
-
msgid "Option"
|
346 |
-
msgstr "Options"
|
347 |
-
|
348 |
-
#: adminimize_page.php:228
|
349 |
-
#: adminimize_page.php:341
|
350 |
-
#: adminimize_page.php:607
|
351 |
-
#: adminimize_page.php:689
|
352 |
-
#: adminimize_page.php:771
|
353 |
-
msgid "Deactivate for"
|
354 |
-
msgstr "Désactiver pour le rôle"
|
355 |
-
|
356 |
-
#: adminimize_page.php:248
|
357 |
-
msgid "Favorite Actions"
|
358 |
-
msgstr "Actions favorites"
|
359 |
-
|
360 |
-
#: adminimize_page.php:249
|
361 |
-
msgid "Screen-Meta"
|
362 |
-
msgstr "Screen-Meta"
|
363 |
-
|
364 |
-
#: adminimize_page.php:250
|
365 |
-
msgid "Screen Options"
|
366 |
-
msgstr "Options de l'écran"
|
367 |
-
|
368 |
-
#: adminimize_page.php:251
|
369 |
-
msgid "Contextual Help"
|
370 |
-
msgstr "Aide contextuelle"
|
371 |
-
|
372 |
-
#: adminimize_page.php:252
|
373 |
-
msgid "Admin Color Scheme"
|
374 |
-
msgstr "Couleurs de l'interface d'administration"
|
375 |
-
|
376 |
-
#: adminimize_page.php:269
|
377 |
-
msgid "Category Height"
|
378 |
-
msgstr "Hauteur du bloc Catégories"
|
379 |
-
|
380 |
-
#: adminimize_page.php:275
|
381 |
-
msgid "View the Meta Box with Categories in the full height, no scrollbar or whitespace."
|
382 |
-
msgstr "Permet de visualiser le bloc catégories dans sa hauteur complète, sans barre déroulante ou espaces blancs."
|
383 |
-
|
384 |
-
#: adminimize_page.php:296
|
385 |
-
#: adminimize_page.php:845
|
386 |
-
msgid "Your own options"
|
387 |
-
msgstr "Options personnelles"
|
388 |
-
|
389 |
-
#: adminimize_page.php:296
|
390 |
-
#: adminimize_page.php:643
|
391 |
-
#: adminimize_page.php:725
|
392 |
-
#: adminimize_page.php:845
|
393 |
-
msgid "ID or class"
|
394 |
-
msgstr "ID ou class"
|
395 |
-
|
396 |
-
#: adminimize_page.php:303
|
397 |
-
#: adminimize_page.php:650
|
398 |
-
#: adminimize_page.php:732
|
399 |
-
#: adminimize_page.php:852
|
400 |
-
msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
|
401 |
-
msgstr "Il est possible d'ajouter les ID et classes CSS des éléments apparaissant à l'écran. Vous pouvez les identifier en utilisant l'extension Firebug pour Firefox. Saisissez un nom et un libellé CSS par ligne."
|
402 |
-
|
403 |
-
#: adminimize_page.php:309
|
404 |
-
#: adminimize_page.php:656
|
405 |
-
#: adminimize_page.php:738
|
406 |
-
#: adminimize_page.php:858
|
407 |
-
msgid "Possible IDs or classes. Separate multiple values through a carriage return."
|
408 |
-
msgstr "ID et classes CSS identifiant l'option. Chaque élément doit être séparé par un retour à la ligne."
|
409 |
-
|
410 |
-
#: adminimize_page.php:314
|
411 |
-
#: adminimize_page.php:661
|
412 |
-
#: adminimize_page.php:743
|
413 |
-
#: adminimize_page.php:863
|
414 |
-
msgid "Possible nomination for ID or class. Separate multiple nominations through a carriage return."
|
415 |
-
msgstr "Nom de l'option. Séparez chaque élément par un retour à la ligne."
|
416 |
-
|
417 |
-
#: adminimize_page.php:332
|
418 |
-
msgid "Menu Options"
|
419 |
-
msgstr "Options du menu Wordpress"
|
420 |
-
|
421 |
-
#: adminimize_page.php:338
|
422 |
-
msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
|
423 |
-
msgstr "Options de menu - Menu, <span style=\"font-weight: 400;\">Sous-menu</span>"
|
424 |
-
|
425 |
-
#: adminimize_page.php:393
|
426 |
-
#: adminimize_page.php:475
|
427 |
-
msgid "Permalink"
|
428 |
-
msgstr "Lien permanent"
|
429 |
-
|
430 |
-
#: adminimize_page.php:397
|
431 |
-
msgid "Excerpt"
|
432 |
-
msgstr "Extrait"
|
433 |
-
|
434 |
-
#: adminimize_page.php:398
|
435 |
-
msgid "Trackbacks"
|
436 |
-
msgstr "Trackbacks"
|
437 |
-
|
438 |
-
#: adminimize_page.php:399
|
439 |
-
#: adminimize_page.php:476
|
440 |
-
msgid "Custom Fields"
|
441 |
-
msgstr "Champs personnalisés"
|
442 |
-
|
443 |
-
#: adminimize_page.php:400
|
444 |
-
#: adminimize_page.php:477
|
445 |
-
msgid "Comments & Pings"
|
446 |
-
msgstr "Commentaires & pings"
|
447 |
-
|
448 |
-
#: adminimize_page.php:401
|
449 |
-
msgid "Password Protect This Post"
|
450 |
-
msgstr "Protéger cet article avec un mot de passe"
|
451 |
-
|
452 |
-
#: adminimize_page.php:402
|
453 |
-
msgid "Post Author"
|
454 |
-
msgstr "Auteur"
|
455 |
-
|
456 |
-
#: adminimize_page.php:403
|
457 |
-
msgid "Post Revisions"
|
458 |
-
msgstr "Révisions"
|
459 |
-
|
460 |
-
#: adminimize_page.php:404
|
461 |
-
msgid "Related, Shortcuts"
|
462 |
-
msgstr "Relations & raccourcis"
|
463 |
-
|
464 |
-
#: adminimize_page.php:405
|
465 |
-
#: adminimize_page.php:485
|
466 |
-
msgid "Messenges"
|
467 |
-
msgstr "Messages"
|
468 |
-
|
469 |
-
#: adminimize_page.php:406
|
470 |
-
#: adminimize_page.php:486
|
471 |
-
msgid "h2: Advanced Options"
|
472 |
-
msgstr "h2: Options avancées"
|
473 |
-
|
474 |
-
#: adminimize_page.php:407
|
475 |
-
#: adminimize_page.php:487
|
476 |
-
msgid "Media Buttons (all)"
|
477 |
-
msgstr "Boutons média (tous)"
|
478 |
-
|
479 |
-
#: adminimize_page.php:408
|
480 |
-
#: adminimize_page.php:488
|
481 |
-
msgid "Word count"
|
482 |
-
msgstr "Nombre de mots"
|
483 |
-
|
484 |
-
#: adminimize_page.php:409
|
485 |
-
msgid "Post Slug, Slug Box"
|
486 |
-
msgstr "Slug de l'article"
|
487 |
-
|
488 |
-
#: adminimize_page.php:410
|
489 |
-
#: adminimize_page.php:490
|
490 |
-
#: adminimize_page.php:801
|
491 |
-
msgid "Publish Actions"
|
492 |
-
msgstr "Actions de publication"
|
493 |
-
|
494 |
-
#: adminimize_page.php:414
|
495 |
-
#: adminimize_page.php:494
|
496 |
-
msgid "Suggested tags from"
|
497 |
-
msgstr "Suggestions de mots-clés"
|
498 |
-
|
499 |
-
#: adminimize_page.php:416
|
500 |
-
msgid "Text Control"
|
501 |
-
msgstr "Contrôle du texte"
|
502 |
-
|
503 |
-
#: adminimize_page.php:418
|
504 |
-
#: adminimize_page.php:496
|
505 |
-
msgid "HTML Special Characters"
|
506 |
-
msgstr "Caractères spéciaux HTML"
|
507 |
-
|
508 |
-
#: adminimize_page.php:478
|
509 |
-
msgid "Password Protect This Page"
|
510 |
-
msgstr "Protéger la page avec un mot de passe"
|
511 |
-
|
512 |
-
#: adminimize_page.php:479
|
513 |
-
msgid "Page Parent"
|
514 |
-
msgstr "Page parente"
|
515 |
-
|
516 |
-
#: adminimize_page.php:480
|
517 |
-
msgid "Page Template"
|
518 |
-
msgstr "Modèle de page"
|
519 |
-
|
520 |
-
#: adminimize_page.php:481
|
521 |
-
msgid "Page Order"
|
522 |
-
msgstr "Ordre de la page"
|
523 |
-
|
524 |
-
#: adminimize_page.php:482
|
525 |
-
msgid "Page Author"
|
526 |
-
msgstr "Auteur de la page"
|
527 |
-
|
528 |
-
#: adminimize_page.php:483
|
529 |
-
msgid "Page Revisions"
|
530 |
-
msgstr "Révisions"
|
531 |
-
|
532 |
-
#: adminimize_page.php:484
|
533 |
-
msgid "Related"
|
534 |
-
msgstr "En relation avec"
|
535 |
-
|
536 |
-
#: adminimize_page.php:489
|
537 |
-
msgid "Page Slug, Slug Box"
|
538 |
-
msgstr "Slug des pages"
|
539 |
-
|
540 |
-
#: adminimize_page.php:597
|
541 |
-
#: adminimize_page.php:604
|
542 |
-
msgid "Write options - Post"
|
543 |
-
msgstr "Options d'écriture (articles)"
|
544 |
-
|
545 |
-
#: adminimize_page.php:643
|
546 |
-
msgid "Your own post options"
|
547 |
-
msgstr "Options personnelles (articles)"
|
548 |
-
|
549 |
-
#: adminimize_page.php:679
|
550 |
-
#: adminimize_page.php:686
|
551 |
-
msgid "Write options - Page"
|
552 |
-
msgstr "Options d'écriture (pages)"
|
553 |
-
|
554 |
-
#: adminimize_page.php:725
|
555 |
-
msgid "Your own page options"
|
556 |
-
msgstr "Options personnelles (pages)"
|
557 |
-
|
558 |
-
#: adminimize_page.php:761
|
559 |
-
msgid "Links options"
|
560 |
-
msgstr "Options des liens"
|
561 |
-
|
562 |
-
#: adminimize_page.php:794
|
563 |
-
msgid "Name"
|
564 |
-
msgstr "Nom"
|
565 |
-
|
566 |
-
#: adminimize_page.php:795
|
567 |
-
msgid "Web Address"
|
568 |
-
msgstr "Adresse Web (URL)"
|
569 |
-
|
570 |
-
#: adminimize_page.php:796
|
571 |
-
msgid "Description"
|
572 |
-
msgstr "Description"
|
573 |
-
|
574 |
-
#: adminimize_page.php:798
|
575 |
-
msgid "Target"
|
576 |
-
msgstr "Cible"
|
577 |
-
|
578 |
-
#: adminimize_page.php:799
|
579 |
-
msgid "Link Relationship (XFN)"
|
580 |
-
msgstr "Relation de contact (XFN)"
|
581 |
-
|
582 |
-
#: adminimize_page.php:800
|
583 |
-
msgid "Advanced"
|
584 |
-
msgstr "Avancé"
|
585 |
-
|
586 |
-
#: adminimize_page.php:882
|
587 |
-
#: adminimize_page.php:952
|
588 |
-
msgid "Set Theme"
|
589 |
-
msgstr "Choisir un thème"
|
590 |
-
|
591 |
-
#: adminimize_page.php:891
|
592 |
-
msgid "User-ID"
|
593 |
-
msgstr "Identifiant utilisateur"
|
594 |
-
|
595 |
-
#: adminimize_page.php:892
|
596 |
-
msgid "Username"
|
597 |
-
msgstr "Nom d'utilisateur"
|
598 |
-
|
599 |
-
#: adminimize_page.php:893
|
600 |
-
msgid "Display name publicly as"
|
601 |
-
msgstr "Afficher publiquement le nom en tant que"
|
602 |
-
|
603 |
-
#: adminimize_page.php:894
|
604 |
-
msgid "Admin-Color Scheme"
|
605 |
-
msgstr "Thème couleur de l'administration"
|
606 |
-
|
607 |
-
#: adminimize_page.php:895
|
608 |
-
msgid "User Level"
|
609 |
-
msgstr "Niveau d'utilisateur"
|
610 |
-
|
611 |
-
#: adminimize_page.php:896
|
612 |
-
msgid "Role"
|
613 |
-
msgstr "Rôle"
|
614 |
-
|
615 |
-
#: adminimize_page.php:963
|
616 |
-
msgid "Deinstall Options"
|
617 |
-
msgstr "Options de désinstallation"
|
618 |
-
|
619 |
-
#: adminimize_page.php:966
|
620 |
-
msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
|
621 |
-
msgstr "Utiliser cette option pour nettoyer la base de données de tous les champs créés par l'extension (la désactivation et désinstallation de l'extension via le menu Wordpress <strong>ne nettoie pas</strong> ces champs dans la base de données)."
|
622 |
-
|
623 |
-
#: adminimize_page.php:970
|
624 |
-
msgid "Delete Options"
|
625 |
-
msgstr "Effacer les options"
|
626 |
-
|
627 |
-
#: adminimize_page.php:983
|
628 |
-
msgid "About the plugin"
|
629 |
-
msgstr "A propos de l'extension"
|
630 |
-
|
631 |
-
#: adminimize_page.php:985
|
632 |
-
msgid "Further information: Visit the <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">plugin homepage</a> for further information or to grab the latest version of this plugin."
|
633 |
-
msgstr "Pour plus d'informations, ou pour télécharger la dernière version de l'extension, rendez-vous sur la <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">page de l'extension</a>."
|
634 |
-
|
635 |
-
#: adminimize_page.php:991
|
636 |
-
msgid "PayPal - The safer, easier way to pay online!"
|
637 |
-
msgstr "PayPal - Le plus sûr et le plus facile moyen de paiement en ligne !"
|
638 |
-
|
639 |
-
#: adminimize_page.php:995
|
640 |
-
msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
|
641 |
-
msgstr "Vous souhaitez me remercier ? Jettez un oeil à ma <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> ou faites un don !"
|
642 |
-
|
643 |
-
#: adminimize_page.php:166
|
644 |
-
#: adminimize_page.php:1164
|
645 |
-
msgid "Export/Import Options"
|
646 |
-
msgstr "Options d'import/export"
|
647 |
-
|
648 |
-
#: adminimize_page.php:1168
|
649 |
-
msgid "Export"
|
650 |
-
msgstr "Exporter"
|
651 |
-
|
652 |
-
#: adminimize_page.php:1173
|
653 |
-
msgid "Export »"
|
654 |
-
msgstr "Exporter »"
|
655 |
-
|
656 |
-
#: adminimize_page.php:1170
|
657 |
-
msgid "You can save a .seq file with your options."
|
658 |
-
msgstr "Vous pouvez enregistrer un fichier .seq avec l'intégralité des options paramétrées."
|
659 |
-
|
660 |
-
#: adminimize_page.php:1177
|
661 |
-
msgid "Import"
|
662 |
-
msgstr "Importer"
|
663 |
-
|
664 |
-
#: adminimize_page.php:1180
|
665 |
-
msgid "Choose a Adminimize (<em>.seq</em>) file to upload, then click <em>Upload file and import</em>."
|
666 |
-
msgstr "Choisissez un fichier Adminimize (<em>.seq</em>) à uploader, puis cliquez sur <em>Importer</em>."
|
667 |
-
|
668 |
-
#: adminimize_page.php:1182
|
669 |
-
msgid "Choose a file from your computer"
|
670 |
-
msgstr "Choisissez un fichier depuis votre ordinateur"
|
671 |
-
|
672 |
-
#: adminimize_page.php:1187
|
673 |
-
msgid "Upload file and import »"
|
674 |
-
msgstr "Importer »"
|
675 |
-
|
676 |
-
#: adminimize_page.php:332
|
677 |
-
#: adminimize_page.php:447
|
678 |
-
#: adminimize_page.php:769
|
679 |
-
#: adminimize_page.php:852
|
680 |
-
#: adminimize_page.php:935
|
681 |
-
#: adminimize_page.php:1057
|
682 |
-
#: adminimize_page.php:1156
|
683 |
-
#: adminimize_page.php:1190
|
684 |
-
#: adminimize_page.php:1211
|
685 |
-
#: adminimize_page.php:1237
|
686 |
-
msgid "scroll to top"
|
687 |
-
msgstr "Haut de page"
|
688 |
-
|
689 |
-
#: adminimize_page.php:1073
|
690 |
-
msgid "For better peformance with many users on your blog; load only userlist, when you will change the theme options for users."
|
691 |
-
msgstr "Pour de meilleures performances lorsque votre blog compte de nombreux utilisateurs enregistrés ; Charge seulement la liste des utilisateurs quand vous souhaitez changer le thème graphique des utilisateurs"
|
692 |
-
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Adminimize\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2009-04-27 10:55+0100\n"
|
6 |
+
"PO-Revision-Date: 2010-08-25 12:38+0100\n"
|
7 |
+
"Last-Translator: Marc LIOTARD <marc.liotard@free.fr>\n"
|
8 |
+
"Language-Team: Frank Bueltge <frank@bueltge.de>\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-SourceCharset: utf-8\n"
|
13 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
+
"X-Poedit-Basepath: d:\\WP-Plugins\\adminimize\\trunk\\\n"
|
15 |
+
": \n"
|
16 |
+
"X-Poedit-SearchPath-0: .\n"
|
17 |
+
|
18 |
+
#: adminimize.php:84
|
19 |
+
msgid "Unknown error."
|
20 |
+
msgstr "Erreur inconnue."
|
21 |
+
|
22 |
+
#: adminimize.php:91
|
23 |
+
msgid "The updates was saved."
|
24 |
+
msgstr "Les modifications ont été enregistrées."
|
25 |
+
|
26 |
+
#: adminimize.php:92
|
27 |
+
msgid "You have not enough rights for edit entries in the database."
|
28 |
+
msgstr "Vous n'avez pas les droits suffisants pour éditer ces données."
|
29 |
+
|
30 |
+
#: adminimize.php:93
|
31 |
+
msgid "All entries in the database was delleted."
|
32 |
+
msgstr "Toutes les données ont été effacées."
|
33 |
+
|
34 |
+
#: adminimize.php:94
|
35 |
+
msgid "Set the checkbox on deinstall-button."
|
36 |
+
msgstr "Cocher la case et cliquer sur le bouton désinstaller."
|
37 |
+
|
38 |
+
#: adminimize.php:95
|
39 |
+
msgid "Can't load menu and submenu."
|
40 |
+
msgstr "Impossible de charger le menu et le sous-menu."
|
41 |
+
|
42 |
+
#: adminimize.php:96
|
43 |
+
msgid "Backend-Theme was activated!"
|
44 |
+
msgstr "Le thème a été activé !"
|
45 |
+
|
46 |
+
#: adminimize.php:347
|
47 |
+
#: adminimize_page.php:395
|
48 |
+
#: adminimize_page.php:797
|
49 |
+
msgid "Categories"
|
50 |
+
msgstr "Catégories"
|
51 |
+
|
52 |
+
#: adminimize.php:353
|
53 |
+
#: adminimize.php:364
|
54 |
+
msgid "+ Add New Category"
|
55 |
+
msgstr "+ Ajouter une nouvelle catégorie"
|
56 |
+
|
57 |
+
#: adminimize.php:355
|
58 |
+
#: adminimize.php:366
|
59 |
+
msgid "New category name"
|
60 |
+
msgstr "Nouvelle catégorie"
|
61 |
+
|
62 |
+
#: adminimize.php:356
|
63 |
+
#: adminimize.php:368
|
64 |
+
msgid "Parent category"
|
65 |
+
msgstr "Catégorie mère"
|
66 |
+
|
67 |
+
#: adminimize.php:357
|
68 |
+
#: adminimize.php:369
|
69 |
+
msgid "Add"
|
70 |
+
msgstr "Ajouter"
|
71 |
+
|
72 |
+
#: adminimize.php:366
|
73 |
+
#: adminimize_page.php:396
|
74 |
+
msgid "Add New Category"
|
75 |
+
msgstr "Ajouter nouvelle catégorie"
|
76 |
+
|
77 |
+
#: adminimize.php:390
|
78 |
+
#: adminimize.php:391
|
79 |
+
#: adminimize_page.php:394
|
80 |
+
msgid "Tags"
|
81 |
+
msgstr "Etiquettes"
|
82 |
+
|
83 |
+
#: adminimize.php:431
|
84 |
+
#: adminimize.php:445
|
85 |
+
#: adminimize.php:459
|
86 |
+
msgid "Blue"
|
87 |
+
msgstr "Bleu"
|
88 |
+
|
89 |
+
#: adminimize.php:438
|
90 |
+
#: adminimize.php:452
|
91 |
+
#: adminimize.php:466
|
92 |
+
msgid "Gray"
|
93 |
+
msgstr "Gris"
|
94 |
+
|
95 |
+
#: adminimize.php:474
|
96 |
+
#: adminimize.php:516
|
97 |
+
#: adminimize.php:539
|
98 |
+
msgid "Classic"
|
99 |
+
msgstr "Classique"
|
100 |
+
|
101 |
+
#: adminimize.php:481
|
102 |
+
#: adminimize.php:523
|
103 |
+
#: adminimize.php:546
|
104 |
+
msgid "Fresh"
|
105 |
+
msgstr "Frais"
|
106 |
+
|
107 |
+
#: adminimize.php:488
|
108 |
+
msgid "WordPress 2.3"
|
109 |
+
msgstr "WordPress 2.3"
|
110 |
+
|
111 |
+
#: adminimize.php:495
|
112 |
+
msgid "Maybe i'm colorblind"
|
113 |
+
msgstr "Peut-être suis-je daltonien"
|
114 |
+
|
115 |
+
#: adminimize.php:502
|
116 |
+
msgid "Grey"
|
117 |
+
msgstr "Gris"
|
118 |
+
|
119 |
+
#: adminimize.php:630
|
120 |
+
#: adminimize.php:633
|
121 |
+
msgid "Dashboard"
|
122 |
+
msgstr "Tableau de bord"
|
123 |
+
|
124 |
+
#: adminimize.php:692
|
125 |
+
#: adminimize.php:694
|
126 |
+
#: adminimize.php:707
|
127 |
+
#: adminimize.php:709
|
128 |
+
#: adminimize.php:907
|
129 |
+
msgid "Log Out"
|
130 |
+
msgstr "Se déconnecter"
|
131 |
+
|
132 |
+
#: adminimize.php:926
|
133 |
+
msgid "Visit plugin homepage"
|
134 |
+
msgstr "Visiter la page Web de l'extension"
|
135 |
+
|
136 |
+
#: adminimize.php:929
|
137 |
+
msgid "plugin"
|
138 |
+
msgstr "extension"
|
139 |
+
|
140 |
+
#: adminimize.php:929
|
141 |
+
msgid "Version"
|
142 |
+
msgstr "Version"
|
143 |
+
|
144 |
+
#: adminimize.php:929
|
145 |
+
msgid "History"
|
146 |
+
msgstr "Historique"
|
147 |
+
|
148 |
+
#: adminimize.php:929
|
149 |
+
msgid "Author"
|
150 |
+
msgstr "Auteur"
|
151 |
+
|
152 |
+
#: adminimize.php:932
|
153 |
+
msgid "plugin activate"
|
154 |
+
msgstr "activer le plugin"
|
155 |
+
|
156 |
+
#: adminimize.php:947
|
157 |
+
msgid "Settings"
|
158 |
+
msgstr "Paramètres"
|
159 |
+
|
160 |
+
#: adminimize.php:1007
|
161 |
+
msgid "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentation</a>"
|
162 |
+
msgstr "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentation</a>"
|
163 |
+
|
164 |
+
#: adminimize.php:1024
|
165 |
+
#: adminimize_page.php:70
|
166 |
+
msgid "Adminimize"
|
167 |
+
msgstr "Adminimize"
|
168 |
+
|
169 |
+
#: adminimize.php:1026
|
170 |
+
msgid "Adminimize Options"
|
171 |
+
msgstr "Options d'Adminimize"
|
172 |
+
|
173 |
+
#: adminimize.php:1040
|
174 |
+
msgid "Cheatin’ uh?"
|
175 |
+
msgstr "Vous trichez ?"
|
176 |
+
|
177 |
+
#: adminimize_page.php:74
|
178 |
+
#: adminimize_page.php:217
|
179 |
+
#: adminimize_page.php:331
|
180 |
+
#: adminimize_page.php:596
|
181 |
+
#: adminimize_page.php:678
|
182 |
+
#: adminimize_page.php:760
|
183 |
+
#: adminimize_page.php:881
|
184 |
+
#: adminimize_page.php:962
|
185 |
+
#: adminimize_page.php:982
|
186 |
+
msgid "Click to toggle"
|
187 |
+
msgstr "Cliquer pour visualiser"
|
188 |
+
|
189 |
+
#: adminimize_page.php:75
|
190 |
+
msgid "Backend Options"
|
191 |
+
msgstr "Options de l'interface d'administration"
|
192 |
+
|
193 |
+
#: adminimize_page.php:84
|
194 |
+
msgid "User-Info"
|
195 |
+
msgstr "Raccourcis utilisateur"
|
196 |
+
|
197 |
+
#: adminimize_page.php:88
|
198 |
+
#: adminimize_page.php:101
|
199 |
+
#: adminimize_page.php:111
|
200 |
+
#: adminimize_page.php:121
|
201 |
+
#: adminimize_page.php:131
|
202 |
+
#: adminimize_page.php:141
|
203 |
+
#: adminimize_page.php:151
|
204 |
+
#: adminimize_page.php:161
|
205 |
+
#: adminimize_page.php:190
|
206 |
+
msgid "Default"
|
207 |
+
msgstr "Par défaut"
|
208 |
+
|
209 |
+
#: adminimize_page.php:89
|
210 |
+
#: adminimize_page.php:112
|
211 |
+
msgid "Hide"
|
212 |
+
msgstr "Cacher"
|
213 |
+
|
214 |
+
#: adminimize_page.php:90
|
215 |
+
msgid "Only logout"
|
216 |
+
msgstr "Lien de déconnexion seulement"
|
217 |
+
|
218 |
+
#: adminimize_page.php:91
|
219 |
+
msgid "User & Logout"
|
220 |
+
msgstr "Lien vers profil et lien de déconnexion"
|
221 |
+
|
222 |
+
#: adminimize_page.php:92
|
223 |
+
msgid "The "User-Info-area" is on the top right side of the backend. You can hide or reduced show."
|
224 |
+
msgstr "Permet de modifier ou de cacher les raccourcis utilisateur en haut à droite de l'interface d'administration"
|
225 |
+
|
226 |
+
#: adminimize_page.php:97
|
227 |
+
msgid "Change User-Info, redirect to"
|
228 |
+
msgstr "Redirection raccourcis utilisateur"
|
229 |
+
|
230 |
+
#: adminimize_page.php:102
|
231 |
+
msgid "Frontpage of the Blog"
|
232 |
+
msgstr "Page d'accueil du site"
|
233 |
+
|
234 |
+
#: adminimize_page.php:103
|
235 |
+
msgid "When the "User-Info-area" change it, then it is possible to change the redirect."
|
236 |
+
msgstr "Permet de changer la redirection quand le raccourci utilisateur en haut à droite est désactivé"
|
237 |
+
|
238 |
+
#: adminimize_page.php:107
|
239 |
+
msgid "Footer"
|
240 |
+
msgstr "Pied de page"
|
241 |
+
|
242 |
+
#: adminimize_page.php:113
|
243 |
+
msgid "The Footer-area can hide, include all links and details."
|
244 |
+
msgstr "Permet de cacher le pied de page et les liens et informations qu'il contient"
|
245 |
+
|
246 |
+
#: adminimize_page.php:117
|
247 |
+
msgid "WriteScroll"
|
248 |
+
msgstr "WriteScroll"
|
249 |
+
|
250 |
+
#: adminimize_page.php:122
|
251 |
+
#: adminimize_page.php:132
|
252 |
+
#: adminimize_page.php:142
|
253 |
+
#: adminimize_page.php:152
|
254 |
+
#: adminimize_page.php:162
|
255 |
+
msgid "Activate"
|
256 |
+
msgstr "Activé"
|
257 |
+
|
258 |
+
#: adminimize_page.php:123
|
259 |
+
msgid "With the WriteScroll option active, these pages will automatically scroll to an optimal position for editing, when you visit Write Post or Write Page."
|
260 |
+
msgstr "Permet de positionner l'utilisateur directement sur le champ de saisie lorsqu'il édite une page ou un article."
|
261 |
+
|
262 |
+
#: adminimize_page.php:127
|
263 |
+
msgid "Timestamp"
|
264 |
+
msgstr "Heure/date de publication"
|
265 |
+
|
266 |
+
#: adminimize_page.php:133
|
267 |
+
msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
|
268 |
+
msgstr "Laisse le champ d'édition de la date et de l'heure \"ouvert\", sans avoir à cliquer sur le bouton \"Editer\" à chaque fois."
|
269 |
+
|
270 |
+
#: adminimize_page.php:137
|
271 |
+
msgid "Thickbox FullScreen"
|
272 |
+
msgstr "Thickbox en plein écran"
|
273 |
+
|
274 |
+
#: adminimize_page.php:143
|
275 |
+
msgid "All Thickbox-function use the full area of the browser. Thickbox is for example in upload media-files."
|
276 |
+
msgstr "Permet un affichage plein écran des thickbox (par exemple pour le chargement des fichiers images dans un article)"
|
277 |
+
|
278 |
+
#: adminimize_page.php:147
|
279 |
+
msgid "Flashuploader"
|
280 |
+
msgstr "Outil de mise en ligne Flash"
|
281 |
+
|
282 |
+
#: adminimize_page.php:153
|
283 |
+
msgid "Disable the flashuploader and users use only the standard uploader."
|
284 |
+
msgstr "Permet de désactiver l'outil de mise en ligne basé sur Flash, obligeant les utilisateurs à utiliser la méthode du navigateur."
|
285 |
+
|
286 |
+
#: adminimize_page.php:157
|
287 |
+
msgid "Advice in Footer"
|
288 |
+
msgstr "Informations du pied de page"
|
289 |
+
|
290 |
+
#: adminimize_page.php:286
|
291 |
+
msgid "In the Footer you can display an advice for changing the Default-design, (x)HTML is possible."
|
292 |
+
msgstr "Permet de changer la valeur par défaut du pied de page, en affichant des informations supplémentaires. (x)HTML autorisé."
|
293 |
+
|
294 |
+
#: adminimize_page.php:186
|
295 |
+
msgid "Dashboard deactivate, redirect to"
|
296 |
+
msgstr "Redirection tableau de bord"
|
297 |
+
|
298 |
+
#: adminimize_page.php:191
|
299 |
+
msgid "Manage Posts"
|
300 |
+
msgstr "Gestion des articles"
|
301 |
+
|
302 |
+
#: adminimize_page.php:192
|
303 |
+
msgid "Manage Pages"
|
304 |
+
msgstr "Gestion des pages"
|
305 |
+
|
306 |
+
#: adminimize_page.php:193
|
307 |
+
msgid "Write Post"
|
308 |
+
msgstr "Ecrire un article"
|
309 |
+
|
310 |
+
#: adminimize_page.php:194
|
311 |
+
msgid "Write Page"
|
312 |
+
msgstr "Ecrire une page"
|
313 |
+
|
314 |
+
#: adminimize_page.php:195
|
315 |
+
msgid "Comments"
|
316 |
+
msgstr "Commentaires"
|
317 |
+
|
318 |
+
#: adminimize_page.php:196
|
319 |
+
msgid "other Page"
|
320 |
+
msgstr "autre page"
|
321 |
+
|
322 |
+
#: adminimize_page.php:199
|
323 |
+
msgid "You have deactivated the Dashboard, please select a page for redirection?"
|
324 |
+
msgstr "Permet de changer la redirection quand le tableau de bord est désactivé."
|
325 |
+
|
326 |
+
#: adminimize_page.php:208
|
327 |
+
#: adminimize_page.php:322
|
328 |
+
#: adminimize_page.php:587
|
329 |
+
#: adminimize_page.php:669
|
330 |
+
#: adminimize_page.php:751
|
331 |
+
#: adminimize_page.php:871
|
332 |
+
msgid "Update Options"
|
333 |
+
msgstr "Enregistrer les options"
|
334 |
+
|
335 |
+
#: adminimize_page.php:218
|
336 |
+
msgid "Global options"
|
337 |
+
msgstr "Options générales"
|
338 |
+
|
339 |
+
#: adminimize_page.php:225
|
340 |
+
#: adminimize_page.php:297
|
341 |
+
#: adminimize_page.php:644
|
342 |
+
#: adminimize_page.php:726
|
343 |
+
#: adminimize_page.php:768
|
344 |
+
#: adminimize_page.php:846
|
345 |
+
msgid "Option"
|
346 |
+
msgstr "Options"
|
347 |
+
|
348 |
+
#: adminimize_page.php:228
|
349 |
+
#: adminimize_page.php:341
|
350 |
+
#: adminimize_page.php:607
|
351 |
+
#: adminimize_page.php:689
|
352 |
+
#: adminimize_page.php:771
|
353 |
+
msgid "Deactivate for"
|
354 |
+
msgstr "Désactiver pour le rôle"
|
355 |
+
|
356 |
+
#: adminimize_page.php:248
|
357 |
+
msgid "Favorite Actions"
|
358 |
+
msgstr "Actions favorites"
|
359 |
+
|
360 |
+
#: adminimize_page.php:249
|
361 |
+
msgid "Screen-Meta"
|
362 |
+
msgstr "Screen-Meta"
|
363 |
+
|
364 |
+
#: adminimize_page.php:250
|
365 |
+
msgid "Screen Options"
|
366 |
+
msgstr "Options de l'écran"
|
367 |
+
|
368 |
+
#: adminimize_page.php:251
|
369 |
+
msgid "Contextual Help"
|
370 |
+
msgstr "Aide contextuelle"
|
371 |
+
|
372 |
+
#: adminimize_page.php:252
|
373 |
+
msgid "Admin Color Scheme"
|
374 |
+
msgstr "Couleurs de l'interface d'administration"
|
375 |
+
|
376 |
+
#: adminimize_page.php:269
|
377 |
+
msgid "Category Height"
|
378 |
+
msgstr "Hauteur du bloc Catégories"
|
379 |
+
|
380 |
+
#: adminimize_page.php:275
|
381 |
+
msgid "View the Meta Box with Categories in the full height, no scrollbar or whitespace."
|
382 |
+
msgstr "Permet de visualiser le bloc catégories dans sa hauteur complète, sans barre déroulante ou espaces blancs."
|
383 |
+
|
384 |
+
#: adminimize_page.php:296
|
385 |
+
#: adminimize_page.php:845
|
386 |
+
msgid "Your own options"
|
387 |
+
msgstr "Options personnelles"
|
388 |
+
|
389 |
+
#: adminimize_page.php:296
|
390 |
+
#: adminimize_page.php:643
|
391 |
+
#: adminimize_page.php:725
|
392 |
+
#: adminimize_page.php:845
|
393 |
+
msgid "ID or class"
|
394 |
+
msgstr "ID ou class"
|
395 |
+
|
396 |
+
#: adminimize_page.php:303
|
397 |
+
#: adminimize_page.php:650
|
398 |
+
#: adminimize_page.php:732
|
399 |
+
#: adminimize_page.php:852
|
400 |
+
msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
|
401 |
+
msgstr "Il est possible d'ajouter les ID et classes CSS des éléments apparaissant à l'écran. Vous pouvez les identifier en utilisant l'extension Firebug pour Firefox. Saisissez un nom et un libellé CSS par ligne."
|
402 |
+
|
403 |
+
#: adminimize_page.php:309
|
404 |
+
#: adminimize_page.php:656
|
405 |
+
#: adminimize_page.php:738
|
406 |
+
#: adminimize_page.php:858
|
407 |
+
msgid "Possible IDs or classes. Separate multiple values through a carriage return."
|
408 |
+
msgstr "ID et classes CSS identifiant l'option. Chaque élément doit être séparé par un retour à la ligne."
|
409 |
+
|
410 |
+
#: adminimize_page.php:314
|
411 |
+
#: adminimize_page.php:661
|
412 |
+
#: adminimize_page.php:743
|
413 |
+
#: adminimize_page.php:863
|
414 |
+
msgid "Possible nomination for ID or class. Separate multiple nominations through a carriage return."
|
415 |
+
msgstr "Nom de l'option. Séparez chaque élément par un retour à la ligne."
|
416 |
+
|
417 |
+
#: adminimize_page.php:332
|
418 |
+
msgid "Menu Options"
|
419 |
+
msgstr "Options du menu Wordpress"
|
420 |
+
|
421 |
+
#: adminimize_page.php:338
|
422 |
+
msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
|
423 |
+
msgstr "Options de menu - Menu, <span style=\"font-weight: 400;\">Sous-menu</span>"
|
424 |
+
|
425 |
+
#: adminimize_page.php:393
|
426 |
+
#: adminimize_page.php:475
|
427 |
+
msgid "Permalink"
|
428 |
+
msgstr "Lien permanent"
|
429 |
+
|
430 |
+
#: adminimize_page.php:397
|
431 |
+
msgid "Excerpt"
|
432 |
+
msgstr "Extrait"
|
433 |
+
|
434 |
+
#: adminimize_page.php:398
|
435 |
+
msgid "Trackbacks"
|
436 |
+
msgstr "Trackbacks"
|
437 |
+
|
438 |
+
#: adminimize_page.php:399
|
439 |
+
#: adminimize_page.php:476
|
440 |
+
msgid "Custom Fields"
|
441 |
+
msgstr "Champs personnalisés"
|
442 |
+
|
443 |
+
#: adminimize_page.php:400
|
444 |
+
#: adminimize_page.php:477
|
445 |
+
msgid "Comments & Pings"
|
446 |
+
msgstr "Commentaires & pings"
|
447 |
+
|
448 |
+
#: adminimize_page.php:401
|
449 |
+
msgid "Password Protect This Post"
|
450 |
+
msgstr "Protéger cet article avec un mot de passe"
|
451 |
+
|
452 |
+
#: adminimize_page.php:402
|
453 |
+
msgid "Post Author"
|
454 |
+
msgstr "Auteur"
|
455 |
+
|
456 |
+
#: adminimize_page.php:403
|
457 |
+
msgid "Post Revisions"
|
458 |
+
msgstr "Révisions"
|
459 |
+
|
460 |
+
#: adminimize_page.php:404
|
461 |
+
msgid "Related, Shortcuts"
|
462 |
+
msgstr "Relations & raccourcis"
|
463 |
+
|
464 |
+
#: adminimize_page.php:405
|
465 |
+
#: adminimize_page.php:485
|
466 |
+
msgid "Messenges"
|
467 |
+
msgstr "Messages"
|
468 |
+
|
469 |
+
#: adminimize_page.php:406
|
470 |
+
#: adminimize_page.php:486
|
471 |
+
msgid "h2: Advanced Options"
|
472 |
+
msgstr "h2: Options avancées"
|
473 |
+
|
474 |
+
#: adminimize_page.php:407
|
475 |
+
#: adminimize_page.php:487
|
476 |
+
msgid "Media Buttons (all)"
|
477 |
+
msgstr "Boutons média (tous)"
|
478 |
+
|
479 |
+
#: adminimize_page.php:408
|
480 |
+
#: adminimize_page.php:488
|
481 |
+
msgid "Word count"
|
482 |
+
msgstr "Nombre de mots"
|
483 |
+
|
484 |
+
#: adminimize_page.php:409
|
485 |
+
msgid "Post Slug, Slug Box"
|
486 |
+
msgstr "Slug de l'article"
|
487 |
+
|
488 |
+
#: adminimize_page.php:410
|
489 |
+
#: adminimize_page.php:490
|
490 |
+
#: adminimize_page.php:801
|
491 |
+
msgid "Publish Actions"
|
492 |
+
msgstr "Actions de publication"
|
493 |
+
|
494 |
+
#: adminimize_page.php:414
|
495 |
+
#: adminimize_page.php:494
|
496 |
+
msgid "Suggested tags from"
|
497 |
+
msgstr "Suggestions de mots-clés"
|
498 |
+
|
499 |
+
#: adminimize_page.php:416
|
500 |
+
msgid "Text Control"
|
501 |
+
msgstr "Contrôle du texte"
|
502 |
+
|
503 |
+
#: adminimize_page.php:418
|
504 |
+
#: adminimize_page.php:496
|
505 |
+
msgid "HTML Special Characters"
|
506 |
+
msgstr "Caractères spéciaux HTML"
|
507 |
+
|
508 |
+
#: adminimize_page.php:478
|
509 |
+
msgid "Password Protect This Page"
|
510 |
+
msgstr "Protéger la page avec un mot de passe"
|
511 |
+
|
512 |
+
#: adminimize_page.php:479
|
513 |
+
msgid "Page Parent"
|
514 |
+
msgstr "Page parente"
|
515 |
+
|
516 |
+
#: adminimize_page.php:480
|
517 |
+
msgid "Page Template"
|
518 |
+
msgstr "Modèle de page"
|
519 |
+
|
520 |
+
#: adminimize_page.php:481
|
521 |
+
msgid "Page Order"
|
522 |
+
msgstr "Ordre de la page"
|
523 |
+
|
524 |
+
#: adminimize_page.php:482
|
525 |
+
msgid "Page Author"
|
526 |
+
msgstr "Auteur de la page"
|
527 |
+
|
528 |
+
#: adminimize_page.php:483
|
529 |
+
msgid "Page Revisions"
|
530 |
+
msgstr "Révisions"
|
531 |
+
|
532 |
+
#: adminimize_page.php:484
|
533 |
+
msgid "Related"
|
534 |
+
msgstr "En relation avec"
|
535 |
+
|
536 |
+
#: adminimize_page.php:489
|
537 |
+
msgid "Page Slug, Slug Box"
|
538 |
+
msgstr "Slug des pages"
|
539 |
+
|
540 |
+
#: adminimize_page.php:597
|
541 |
+
#: adminimize_page.php:604
|
542 |
+
msgid "Write options - Post"
|
543 |
+
msgstr "Options d'écriture (articles)"
|
544 |
+
|
545 |
+
#: adminimize_page.php:643
|
546 |
+
msgid "Your own post options"
|
547 |
+
msgstr "Options personnelles (articles)"
|
548 |
+
|
549 |
+
#: adminimize_page.php:679
|
550 |
+
#: adminimize_page.php:686
|
551 |
+
msgid "Write options - Page"
|
552 |
+
msgstr "Options d'écriture (pages)"
|
553 |
+
|
554 |
+
#: adminimize_page.php:725
|
555 |
+
msgid "Your own page options"
|
556 |
+
msgstr "Options personnelles (pages)"
|
557 |
+
|
558 |
+
#: adminimize_page.php:761
|
559 |
+
msgid "Links options"
|
560 |
+
msgstr "Options des liens"
|
561 |
+
|
562 |
+
#: adminimize_page.php:794
|
563 |
+
msgid "Name"
|
564 |
+
msgstr "Nom"
|
565 |
+
|
566 |
+
#: adminimize_page.php:795
|
567 |
+
msgid "Web Address"
|
568 |
+
msgstr "Adresse Web (URL)"
|
569 |
+
|
570 |
+
#: adminimize_page.php:796
|
571 |
+
msgid "Description"
|
572 |
+
msgstr "Description"
|
573 |
+
|
574 |
+
#: adminimize_page.php:798
|
575 |
+
msgid "Target"
|
576 |
+
msgstr "Cible"
|
577 |
+
|
578 |
+
#: adminimize_page.php:799
|
579 |
+
msgid "Link Relationship (XFN)"
|
580 |
+
msgstr "Relation de contact (XFN)"
|
581 |
+
|
582 |
+
#: adminimize_page.php:800
|
583 |
+
msgid "Advanced"
|
584 |
+
msgstr "Avancé"
|
585 |
+
|
586 |
+
#: adminimize_page.php:882
|
587 |
+
#: adminimize_page.php:952
|
588 |
+
msgid "Set Theme"
|
589 |
+
msgstr "Choisir un thème"
|
590 |
+
|
591 |
+
#: adminimize_page.php:891
|
592 |
+
msgid "User-ID"
|
593 |
+
msgstr "Identifiant utilisateur"
|
594 |
+
|
595 |
+
#: adminimize_page.php:892
|
596 |
+
msgid "Username"
|
597 |
+
msgstr "Nom d'utilisateur"
|
598 |
+
|
599 |
+
#: adminimize_page.php:893
|
600 |
+
msgid "Display name publicly as"
|
601 |
+
msgstr "Afficher publiquement le nom en tant que"
|
602 |
+
|
603 |
+
#: adminimize_page.php:894
|
604 |
+
msgid "Admin-Color Scheme"
|
605 |
+
msgstr "Thème couleur de l'administration"
|
606 |
+
|
607 |
+
#: adminimize_page.php:895
|
608 |
+
msgid "User Level"
|
609 |
+
msgstr "Niveau d'utilisateur"
|
610 |
+
|
611 |
+
#: adminimize_page.php:896
|
612 |
+
msgid "Role"
|
613 |
+
msgstr "Rôle"
|
614 |
+
|
615 |
+
#: adminimize_page.php:963
|
616 |
+
msgid "Deinstall Options"
|
617 |
+
msgstr "Options de désinstallation"
|
618 |
+
|
619 |
+
#: adminimize_page.php:966
|
620 |
+
msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
|
621 |
+
msgstr "Utiliser cette option pour nettoyer la base de données de tous les champs créés par l'extension (la désactivation et désinstallation de l'extension via le menu Wordpress <strong>ne nettoie pas</strong> ces champs dans la base de données)."
|
622 |
+
|
623 |
+
#: adminimize_page.php:970
|
624 |
+
msgid "Delete Options"
|
625 |
+
msgstr "Effacer les options"
|
626 |
+
|
627 |
+
#: adminimize_page.php:983
|
628 |
+
msgid "About the plugin"
|
629 |
+
msgstr "A propos de l'extension"
|
630 |
+
|
631 |
+
#: adminimize_page.php:985
|
632 |
+
msgid "Further information: Visit the <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">plugin homepage</a> for further information or to grab the latest version of this plugin."
|
633 |
+
msgstr "Pour plus d'informations, ou pour télécharger la dernière version de l'extension, rendez-vous sur la <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">page de l'extension</a>."
|
634 |
+
|
635 |
+
#: adminimize_page.php:991
|
636 |
+
msgid "PayPal - The safer, easier way to pay online!"
|
637 |
+
msgstr "PayPal - Le plus sûr et le plus facile moyen de paiement en ligne !"
|
638 |
+
|
639 |
+
#: adminimize_page.php:995
|
640 |
+
msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
|
641 |
+
msgstr "Vous souhaitez me remercier ? Jettez un oeil à ma <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> ou faites un don !"
|
642 |
+
|
643 |
+
#: adminimize_page.php:166
|
644 |
+
#: adminimize_page.php:1164
|
645 |
+
msgid "Export/Import Options"
|
646 |
+
msgstr "Options d'import/export"
|
647 |
+
|
648 |
+
#: adminimize_page.php:1168
|
649 |
+
msgid "Export"
|
650 |
+
msgstr "Exporter"
|
651 |
+
|
652 |
+
#: adminimize_page.php:1173
|
653 |
+
msgid "Export »"
|
654 |
+
msgstr "Exporter »"
|
655 |
+
|
656 |
+
#: adminimize_page.php:1170
|
657 |
+
msgid "You can save a .seq file with your options."
|
658 |
+
msgstr "Vous pouvez enregistrer un fichier .seq avec l'intégralité des options paramétrées."
|
659 |
+
|
660 |
+
#: adminimize_page.php:1177
|
661 |
+
msgid "Import"
|
662 |
+
msgstr "Importer"
|
663 |
+
|
664 |
+
#: adminimize_page.php:1180
|
665 |
+
msgid "Choose a Adminimize (<em>.seq</em>) file to upload, then click <em>Upload file and import</em>."
|
666 |
+
msgstr "Choisissez un fichier Adminimize (<em>.seq</em>) à uploader, puis cliquez sur <em>Importer</em>."
|
667 |
+
|
668 |
+
#: adminimize_page.php:1182
|
669 |
+
msgid "Choose a file from your computer"
|
670 |
+
msgstr "Choisissez un fichier depuis votre ordinateur"
|
671 |
+
|
672 |
+
#: adminimize_page.php:1187
|
673 |
+
msgid "Upload file and import »"
|
674 |
+
msgstr "Importer »"
|
675 |
+
|
676 |
+
#: adminimize_page.php:332
|
677 |
+
#: adminimize_page.php:447
|
678 |
+
#: adminimize_page.php:769
|
679 |
+
#: adminimize_page.php:852
|
680 |
+
#: adminimize_page.php:935
|
681 |
+
#: adminimize_page.php:1057
|
682 |
+
#: adminimize_page.php:1156
|
683 |
+
#: adminimize_page.php:1190
|
684 |
+
#: adminimize_page.php:1211
|
685 |
+
#: adminimize_page.php:1237
|
686 |
+
msgid "scroll to top"
|
687 |
+
msgstr "Haut de page"
|
688 |
+
|
689 |
+
#: adminimize_page.php:1073
|
690 |
+
msgid "For better peformance with many users on your blog; load only userlist, when you will change the theme options for users."
|
691 |
+
msgstr "Pour de meilleures performances lorsque votre blog compte de nombreux utilisateurs enregistrés ; Charge seulement la liste des utilisateurs quand vous souhaitez changer le thème graphique des utilisateurs"
|
692 |
+
|
languages/adminimize-ga_IR.po
CHANGED
@@ -1,636 +1,636 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Adminimize\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2009-04-27 10:55+0100\n"
|
6 |
-
"PO-Revision-Date: 2011-06-29 17:19+0530\n"
|
7 |
-
"Last-Translator: Sarvita Kuamri <sarvita@outshinesolutions.com>\n"
|
8 |
-
"Language-Team: Lets Be Famous <ray.s@letsbefamous.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-SourceCharset: utf-8\n"
|
13 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
-
"X-Poedit-Basepath: d:\\WP-Plugins\\adminimize\\trunk\\\n"
|
15 |
-
": \n"
|
16 |
-
"X-Poedit-Language: Irish\n"
|
17 |
-
"X-Poedit-Country: IRELAND\n"
|
18 |
-
"X-Poedit-SearchPath-0: .\n"
|
19 |
-
|
20 |
-
#: adminimize.php:84
|
21 |
-
msgid "Unknown error."
|
22 |
-
msgstr "Earráid anaithnid."
|
23 |
-
|
24 |
-
#: adminimize.php:91
|
25 |
-
msgid "The updates was saved."
|
26 |
-
msgstr "Bhí na hoileánaigh na nuashonruithe."
|
27 |
-
|
28 |
-
#: adminimize.php:92
|
29 |
-
msgid "You have not enough rights for edit entries in the database."
|
30 |
-
msgstr "Tá tú nach bhfuil go leor d'iontrálacha cearta in eagar sa bhunachar sonraí."
|
31 |
-
|
32 |
-
#: adminimize.php:93
|
33 |
-
msgid "All entries in the database was delleted."
|
34 |
-
msgstr "Bhí delleted gach iontráil sa bhunachar sonraí."
|
35 |
-
|
36 |
-
#: adminimize.php:94
|
37 |
-
msgid "Set the checkbox on deinstall-button."
|
38 |
-
msgstr "Socraigh an ticbhosca ar an gcnaipe deinstall-."
|
39 |
-
|
40 |
-
#: adminimize.php:95
|
41 |
-
msgid "Can't load menu and submenu."
|
42 |
-
msgstr "Ní féidir a luchtú roghchlár agus Fo-Roghchlár."
|
43 |
-
|
44 |
-
#: adminimize.php:96
|
45 |
-
msgid "Backend-Theme was activated!"
|
46 |
-
msgstr "Cuireadh i ngníomh-Inneall Téama!"
|
47 |
-
|
48 |
-
#: adminimize.php:347
|
49 |
-
#: adminimize_page.php:395
|
50 |
-
#: adminimize_page.php:797
|
51 |
-
msgid "Categories"
|
52 |
-
msgstr "Catagóirí"
|
53 |
-
|
54 |
-
#: adminimize.php:353
|
55 |
-
#: adminimize.php:364
|
56 |
-
msgid "+ Add New Category"
|
57 |
-
msgstr "+ Cuir Catagóir Nua"
|
58 |
-
|
59 |
-
#: adminimize.php:355
|
60 |
-
#: adminimize.php:366
|
61 |
-
msgid "New category name"
|
62 |
-
msgstr "Ainm catagóire Nua"
|
63 |
-
|
64 |
-
#: adminimize.php:356
|
65 |
-
#: adminimize.php:368
|
66 |
-
msgid "Parent category"
|
67 |
-
msgstr "Catagóir Tuismitheoir"
|
68 |
-
|
69 |
-
#: adminimize.php:357
|
70 |
-
#: adminimize.php:369
|
71 |
-
msgid "Add"
|
72 |
-
msgstr "Cuir"
|
73 |
-
|
74 |
-
#: adminimize.php:366
|
75 |
-
#: adminimize_page.php:396
|
76 |
-
msgid "Add New Category"
|
77 |
-
msgstr "Cuir Catagóir Nua"
|
78 |
-
|
79 |
-
#: adminimize.php:390
|
80 |
-
#: adminimize.php:391
|
81 |
-
#: adminimize_page.php:394
|
82 |
-
msgid "Tags"
|
83 |
-
msgstr "Clibeanna"
|
84 |
-
|
85 |
-
#: adminimize.php:431
|
86 |
-
#: adminimize.php:445
|
87 |
-
#: adminimize.php:459
|
88 |
-
msgid "Blue"
|
89 |
-
msgstr "Blue"
|
90 |
-
|
91 |
-
#: adminimize.php:438
|
92 |
-
#: adminimize.php:452
|
93 |
-
#: adminimize.php:466
|
94 |
-
msgid "Gray"
|
95 |
-
msgstr "Gray"
|
96 |
-
|
97 |
-
#: adminimize.php:474
|
98 |
-
#: adminimize.php:516
|
99 |
-
#: adminimize.php:539
|
100 |
-
msgid "Classic"
|
101 |
-
msgstr "Classic"
|
102 |
-
|
103 |
-
#: adminimize.php:481
|
104 |
-
#: adminimize.php:523
|
105 |
-
#: adminimize.php:546
|
106 |
-
msgid "Fresh"
|
107 |
-
msgstr "Fresh"
|
108 |
-
|
109 |
-
#: adminimize.php:488
|
110 |
-
msgid "WordPress 2.3"
|
111 |
-
msgstr "WordPress 2.3"
|
112 |
-
|
113 |
-
#: adminimize.php:495
|
114 |
-
msgid "Maybe i'm colorblind"
|
115 |
-
msgstr "B'fhéidir go bhfuil mé colorblind"
|
116 |
-
|
117 |
-
#: adminimize.php:502
|
118 |
-
msgid "Grey"
|
119 |
-
msgstr "Grey"
|
120 |
-
|
121 |
-
#: adminimize.php:630
|
122 |
-
#: adminimize.php:633
|
123 |
-
msgid "Dashboard"
|
124 |
-
msgstr "Painéal na"
|
125 |
-
|
126 |
-
#: adminimize.php:692
|
127 |
-
#: adminimize.php:694
|
128 |
-
#: adminimize.php:707
|
129 |
-
#: adminimize.php:709
|
130 |
-
#: adminimize.php:907
|
131 |
-
msgid "Log Out"
|
132 |
-
msgstr "Logáil Amach"
|
133 |
-
|
134 |
-
#: adminimize.php:926
|
135 |
-
msgid "Visit plugin homepage"
|
136 |
-
msgstr "Tabhair cuairt ar an leathanach baile breiseán"
|
137 |
-
|
138 |
-
#: adminimize.php:929
|
139 |
-
msgid "plugin"
|
140 |
-
msgstr "breiseán"
|
141 |
-
|
142 |
-
#: adminimize.php:929
|
143 |
-
msgid "Version"
|
144 |
-
msgstr "Leagan"
|
145 |
-
|
146 |
-
#: adminimize.php:929
|
147 |
-
msgid "History"
|
148 |
-
msgstr "Stair"
|
149 |
-
|
150 |
-
#: adminimize.php:929
|
151 |
-
msgid "Author"
|
152 |
-
msgstr "Údar"
|
153 |
-
|
154 |
-
#: adminimize.php:932
|
155 |
-
msgid "plugin activate"
|
156 |
-
msgstr "ghníomhachtú breiseán"
|
157 |
-
|
158 |
-
#: adminimize.php:947
|
159 |
-
msgid "Settings"
|
160 |
-
msgstr "Socruithe"
|
161 |
-
|
162 |
-
#: adminimize.php:1007
|
163 |
-
msgid "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentation</a>"
|
164 |
-
msgstr "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentación</a>"
|
165 |
-
|
166 |
-
#: adminimize.php:1024
|
167 |
-
#: adminimize_page.php:70
|
168 |
-
msgid "Adminimize"
|
169 |
-
msgstr "Adminimize"
|
170 |
-
|
171 |
-
#: adminimize.php:1026
|
172 |
-
msgid "Adminimize Options"
|
173 |
-
msgstr "Roghanna Adminimize"
|
174 |
-
|
175 |
-
#: adminimize.php:1040
|
176 |
-
msgid "Cheatin’ uh?"
|
177 |
-
msgstr "Cheatin’ uh?"
|
178 |
-
|
179 |
-
#: adminimize_page.php:74
|
180 |
-
#: adminimize_page.php:217
|
181 |
-
#: adminimize_page.php:331
|
182 |
-
#: adminimize_page.php:596
|
183 |
-
#: adminimize_page.php:678
|
184 |
-
#: adminimize_page.php:760
|
185 |
-
#: adminimize_page.php:881
|
186 |
-
#: adminimize_page.php:962
|
187 |
-
#: adminimize_page.php:982
|
188 |
-
msgid "Click to toggle"
|
189 |
-
msgstr "Cliceáil chun scoránaigh"
|
190 |
-
|
191 |
-
#: adminimize_page.php:75
|
192 |
-
msgid "Backend Options"
|
193 |
-
msgstr "Roghanna Inneall"
|
194 |
-
|
195 |
-
#: adminimize_page.php:84
|
196 |
-
msgid "User-Info"
|
197 |
-
msgstr "Úsáideoir-Info"
|
198 |
-
|
199 |
-
#: adminimize_page.php:88
|
200 |
-
#: adminimize_page.php:101
|
201 |
-
#: adminimize_page.php:111
|
202 |
-
#: adminimize_page.php:121
|
203 |
-
#: adminimize_page.php:131
|
204 |
-
#: adminimize_page.php:141
|
205 |
-
#: adminimize_page.php:151
|
206 |
-
#: adminimize_page.php:161
|
207 |
-
#: adminimize_page.php:190
|
208 |
-
msgid "Default"
|
209 |
-
msgstr "Default"
|
210 |
-
|
211 |
-
#: adminimize_page.php:89
|
212 |
-
#: adminimize_page.php:112
|
213 |
-
msgid "Hide"
|
214 |
-
msgstr "Folaigh"
|
215 |
-
|
216 |
-
#: adminimize_page.php:90
|
217 |
-
msgid "Only logout"
|
218 |
-
msgstr "Amháin logála"
|
219 |
-
|
220 |
-
#: adminimize_page.php:91
|
221 |
-
msgid "User & Logout"
|
222 |
-
msgstr "Úsáideoir & Logout"
|
223 |
-
|
224 |
-
#: adminimize_page.php:92
|
225 |
-
msgid "The "User-Info-area" is on the top right side of the backend. You can hide or reduced show."
|
226 |
-
msgstr "The "User-Info-area" Is ar an taobh dheis barr an inneall. Is féidir leat a cheilt nó a thaispeáint laghdaithe."
|
227 |
-
|
228 |
-
#: adminimize_page.php:97
|
229 |
-
msgid "Change User-Info, redirect to"
|
230 |
-
msgstr "Athraigh Úsáideoir-Info, a athdhíriú ar"
|
231 |
-
|
232 |
-
#: adminimize_page.php:102
|
233 |
-
msgid "Frontpage of the Blog"
|
234 |
-
msgstr "Frontpage na Blag"
|
235 |
-
|
236 |
-
#: adminimize_page.php:103
|
237 |
-
msgid "When the "User-Info-area" change it, then it is possible to change the redirect."
|
238 |
-
msgstr "Nuair a bheidh an "User-Info-area" athrú é, mar sin is féidir a athrú atreorú."
|
239 |
-
|
240 |
-
#: adminimize_page.php:107
|
241 |
-
msgid "Footer"
|
242 |
-
msgstr "Footer"
|
243 |
-
|
244 |
-
#: adminimize_page.php:113
|
245 |
-
msgid "The Footer-area kann hide, include all links and details."
|
246 |
-
msgstr "Tá an limistéar kann Footer-hide, naisc agus na sonraí ar fad san áireamh."
|
247 |
-
|
248 |
-
#: adminimize_page.php:117
|
249 |
-
msgid "WriteScroll"
|
250 |
-
msgstr "WriteScroll"
|
251 |
-
|
252 |
-
#: adminimize_page.php:122
|
253 |
-
#: adminimize_page.php:132
|
254 |
-
#: adminimize_page.php:142
|
255 |
-
#: adminimize_page.php:152
|
256 |
-
#: adminimize_page.php:162
|
257 |
-
msgid "Activate"
|
258 |
-
msgstr "Gníomhachtaigh"
|
259 |
-
|
260 |
-
#: adminimize_page.php:123
|
261 |
-
msgid "With the WriteScroll option active, these pages will automatically scroll to an optimal position for editing, when you visit Write Post or Write Page."
|
262 |
-
msgstr "Leis an rogha WriteScroll gníomhach, beidh scrollbharra na leathanaigh go huathoibríoch chun poist is fearr chun eagarthóireacht, nuair a thugann tú cuairt ar an Phoist nó Page Scríobh Scríobh."
|
263 |
-
|
264 |
-
#: adminimize_page.php:127
|
265 |
-
msgid "Timestamp"
|
266 |
-
msgstr "Timestamp"
|
267 |
-
|
268 |
-
#: adminimize_page.php:133
|
269 |
-
msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
|
270 |
-
msgstr "Deja abierto el campo de edición \"fecha y hora\", sin que usted tenga que hacer clic en el vínculo \"Modificar\"."
|
271 |
-
|
272 |
-
#: adminimize_page.php:137
|
273 |
-
msgid "Thickbox FullScreen"
|
274 |
-
msgstr "Thickbox Lánscáileán"
|
275 |
-
|
276 |
-
#: adminimize_page.php:143
|
277 |
-
msgid "All Thickbox-function use the full area of the browser. Thickbox is for examble in upload media-files."
|
278 |
-
msgstr "All-Thickbox fheidhm a bhaint as an réimse iomlán an bhrabhsálaí. Thickbox Is le haghaidh examble sna meáin-comhaid a uaslódáil."
|
279 |
-
|
280 |
-
#: adminimize_page.php:147
|
281 |
-
msgid "Flashuploader"
|
282 |
-
msgstr "Flashuploader"
|
283 |
-
|
284 |
-
#: adminimize_page.php:153
|
285 |
-
msgid "Disable the flashuploader and users use only the standard uploader."
|
286 |
-
msgstr "Díchumasaigh an flashuploader agus úsáideoirí gan ach an uploader caighdeánach."
|
287 |
-
|
288 |
-
#: adminimize_page.php:157
|
289 |
-
msgid "Advice in Footer"
|
290 |
-
msgstr "Comhairle i Footer"
|
291 |
-
|
292 |
-
#: adminimize_page.php:164
|
293 |
-
msgid "In the Footer kann you display a advice for change the Default-design, (x)HTML is possible."
|
294 |
-
msgstr "Sa kann Footer thaispeáint duit comhairle don athrú an-Default dearadh, (x) Is HTML féidir."
|
295 |
-
|
296 |
-
#: adminimize_page.php:186
|
297 |
-
msgid "Dashboard deaktivate, redirect to"
|
298 |
-
msgstr "Painéal na deaktivate, a athdhíriú ar"
|
299 |
-
|
300 |
-
#: adminimize_page.php:191
|
301 |
-
msgid "Manage Posts"
|
302 |
-
msgstr "Bainistigh Poist"
|
303 |
-
|
304 |
-
#: adminimize_page.php:192
|
305 |
-
msgid "Manage Pages"
|
306 |
-
msgstr "Bainistigh Leathanaigh"
|
307 |
-
|
308 |
-
#: adminimize_page.php:193
|
309 |
-
msgid "Write Post"
|
310 |
-
msgstr "Scríobh Post"
|
311 |
-
|
312 |
-
#: adminimize_page.php:194
|
313 |
-
msgid "Write Page"
|
314 |
-
msgstr "Scríobh Page"
|
315 |
-
|
316 |
-
#: adminimize_page.php:195
|
317 |
-
msgid "Comments"
|
318 |
-
msgstr "Comments"
|
319 |
-
|
320 |
-
#: adminimize_page.php:196
|
321 |
-
msgid "other Page"
|
322 |
-
msgstr "Page eile"
|
323 |
-
|
324 |
-
#: adminimize_page.php:199
|
325 |
-
msgid "You have deaktivate the Dashboard, please select a page for redirect?"
|
326 |
-
msgstr "Tá tú deaktivate an Painéal, roghnaigh an leathanach do athsheolaidh?"
|
327 |
-
|
328 |
-
#: adminimize_page.php:208
|
329 |
-
#: adminimize_page.php:322
|
330 |
-
#: adminimize_page.php:587
|
331 |
-
#: adminimize_page.php:669
|
332 |
-
#: adminimize_page.php:751
|
333 |
-
#: adminimize_page.php:871
|
334 |
-
msgid "Update Options"
|
335 |
-
msgstr "Roghanna Nuashonraithe"
|
336 |
-
|
337 |
-
#: adminimize_page.php:218
|
338 |
-
msgid "Global options"
|
339 |
-
msgstr "Roghanna Domhanda"
|
340 |
-
|
341 |
-
#: adminimize_page.php:225
|
342 |
-
#: adminimize_page.php:297
|
343 |
-
#: adminimize_page.php:644
|
344 |
-
#: adminimize_page.php:726
|
345 |
-
#: adminimize_page.php:768
|
346 |
-
#: adminimize_page.php:846
|
347 |
-
msgid "Option"
|
348 |
-
msgstr "Rogha"
|
349 |
-
|
350 |
-
#: adminimize_page.php:228
|
351 |
-
#: adminimize_page.php:341
|
352 |
-
#: adminimize_page.php:607
|
353 |
-
#: adminimize_page.php:689
|
354 |
-
#: adminimize_page.php:771
|
355 |
-
msgid "Deactivate for"
|
356 |
-
msgstr "Dhíghníomhachtú do"
|
357 |
-
|
358 |
-
#: adminimize_page.php:248
|
359 |
-
msgid "Favorite Actions"
|
360 |
-
msgstr "Is Ansa Gníomhartha"
|
361 |
-
|
362 |
-
#: adminimize_page.php:249
|
363 |
-
msgid "Screen-Meta"
|
364 |
-
msgstr "Scáileán-Meta"
|
365 |
-
|
366 |
-
#: adminimize_page.php:250
|
367 |
-
msgid "Screen Options"
|
368 |
-
msgstr "Roghanna Scáileán"
|
369 |
-
|
370 |
-
#: adminimize_page.php:251
|
371 |
-
msgid "Contextual Help"
|
372 |
-
msgstr "Cabhair Comhthéacsúla"
|
373 |
-
|
374 |
-
#: adminimize_page.php:252
|
375 |
-
msgid "Admin Color Scheme"
|
376 |
-
msgstr "Scéim Dath Riarachán"
|
377 |
-
|
378 |
-
#: adminimize_page.php:296
|
379 |
-
#: adminimize_page.php:845
|
380 |
-
msgid "Your own options"
|
381 |
-
msgstr "Do rogha féin"
|
382 |
-
|
383 |
-
#: adminimize_page.php:296
|
384 |
-
#: adminimize_page.php:643
|
385 |
-
#: adminimize_page.php:725
|
386 |
-
#: adminimize_page.php:845
|
387 |
-
msgid "ID or class"
|
388 |
-
msgstr "ID nó aicme"
|
389 |
-
|
390 |
-
#: adminimize_page.php:303
|
391 |
-
#: adminimize_page.php:650
|
392 |
-
#: adminimize_page.php:732
|
393 |
-
#: adminimize_page.php:852
|
394 |
-
msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
|
395 |
-
msgstr "Is féidir a chur ar do thaispeáint féin nó ranganna ó eilimintí agus tags. Is féidir leat teacht IDs agus ranganna leis an Firebug Add-on for Firefox. Shannadh luach agus an t-ainm chomhlachú in aghaidh an líne."
|
396 |
-
|
397 |
-
#: adminimize_page.php:309
|
398 |
-
#: adminimize_page.php:656
|
399 |
-
#: adminimize_page.php:738
|
400 |
-
#: adminimize_page.php:858
|
401 |
-
msgid "Possible IDs or classes. Separate multiple values through a carriage return."
|
402 |
-
msgstr "IDs féideartha nó aicmí. Ar leithligh luachanna il trí aisfhilleadh."
|
403 |
-
|
404 |
-
#: adminimize_page.php:314
|
405 |
-
#: adminimize_page.php:661
|
406 |
-
#: adminimize_page.php:743
|
407 |
-
#: adminimize_page.php:863
|
408 |
-
msgid "Possible nomination for ID or class. Separate multiple nomination through a carriage return."
|
409 |
-
msgstr "ID nó ainmniúchán féideartha don rang. Ar leithligh ainmniúchán il trí aisfhilleadh."
|
410 |
-
|
411 |
-
#: adminimize_page.php:332
|
412 |
-
msgid "Menu Options"
|
413 |
-
msgstr "Options Menu"
|
414 |
-
|
415 |
-
#: adminimize_page.php:338
|
416 |
-
msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
|
417 |
-
msgstr "Roghanna Menu - Menu, <span style=\"font-weight: 400;\">Submenu</span>"
|
418 |
-
|
419 |
-
#: adminimize_page.php:393
|
420 |
-
#: adminimize_page.php:475
|
421 |
-
msgid "Permalink"
|
422 |
-
msgstr "Permalink"
|
423 |
-
|
424 |
-
#: adminimize_page.php:397
|
425 |
-
msgid "Excerpt"
|
426 |
-
msgstr "Sliocht"
|
427 |
-
|
428 |
-
#: adminimize_page.php:398
|
429 |
-
msgid "Trackbacks"
|
430 |
-
msgstr "Trackbacks"
|
431 |
-
|
432 |
-
#: adminimize_page.php:399
|
433 |
-
#: adminimize_page.php:476
|
434 |
-
msgid "Custom Fields"
|
435 |
-
msgstr "Réimsí Saincheaptha"
|
436 |
-
|
437 |
-
#: adminimize_page.php:400
|
438 |
-
#: adminimize_page.php:477
|
439 |
-
msgid "Comments & Pings"
|
440 |
-
msgstr "Comments & Pings"
|
441 |
-
|
442 |
-
#: adminimize_page.php:401
|
443 |
-
msgid "Password Protect This Post"
|
444 |
-
msgstr "Pasfhocal Cosain an Iar"
|
445 |
-
|
446 |
-
#: adminimize_page.php:402
|
447 |
-
msgid "Post Author"
|
448 |
-
msgstr "Post Údar"
|
449 |
-
|
450 |
-
#: adminimize_page.php:403
|
451 |
-
msgid "Post Revisions"
|
452 |
-
msgstr "Hathbhreithnithe Post"
|
453 |
-
|
454 |
-
#: adminimize_page.php:404
|
455 |
-
msgid "Related, Shortcuts"
|
456 |
-
msgstr "Gaolmhara, Aicearraí"
|
457 |
-
|
458 |
-
#: adminimize_page.php:405
|
459 |
-
#: adminimize_page.php:485
|
460 |
-
msgid "Messenges"
|
461 |
-
msgstr "Messenges"
|
462 |
-
|
463 |
-
#: adminimize_page.php:406
|
464 |
-
#: adminimize_page.php:486
|
465 |
-
msgid "h2: Advanced Options"
|
466 |
-
msgstr "h2: Roghanna Casta"
|
467 |
-
|
468 |
-
#: adminimize_page.php:407
|
469 |
-
#: adminimize_page.php:487
|
470 |
-
msgid "Media Buttons (all)"
|
471 |
-
msgstr "Cnaipí Meáin (go léir)"
|
472 |
-
|
473 |
-
#: adminimize_page.php:408
|
474 |
-
#: adminimize_page.php:488
|
475 |
-
msgid "Word count"
|
476 |
-
msgstr "Word count"
|
477 |
-
|
478 |
-
#: adminimize_page.php:409
|
479 |
-
msgid "Post Slug, Slug Box"
|
480 |
-
msgstr "Post seilide, seilide Bosca"
|
481 |
-
|
482 |
-
#: adminimize_page.php:410
|
483 |
-
#: adminimize_page.php:490
|
484 |
-
#: adminimize_page.php:801
|
485 |
-
msgid "Publish Actions"
|
486 |
-
msgstr "Foilsigh Gníomhartha"
|
487 |
-
|
488 |
-
#: adminimize_page.php:414
|
489 |
-
#: adminimize_page.php:494
|
490 |
-
msgid "Suggested tags from"
|
491 |
-
msgstr "Tags Molta ó"
|
492 |
-
|
493 |
-
#: adminimize_page.php:416
|
494 |
-
msgid "Text Control"
|
495 |
-
msgstr "Téacs Rialú"
|
496 |
-
|
497 |
-
#: adminimize_page.php:418
|
498 |
-
#: adminimize_page.php:496
|
499 |
-
msgid "HTML Special Characters"
|
500 |
-
msgstr "Carachtair HTML Speisialta"
|
501 |
-
|
502 |
-
#: adminimize_page.php:478
|
503 |
-
msgid "Password Protect This Page"
|
504 |
-
msgstr "Pasfhocal Cosain an Leathanach seo"
|
505 |
-
|
506 |
-
#: adminimize_page.php:479
|
507 |
-
msgid "Page Parent"
|
508 |
-
msgstr "Page Tuismitheoir"
|
509 |
-
|
510 |
-
#: adminimize_page.php:480
|
511 |
-
msgid "Page Template"
|
512 |
-
msgstr "Page Teimpléad"
|
513 |
-
|
514 |
-
#: adminimize_page.php:481
|
515 |
-
msgid "Page Order"
|
516 |
-
msgstr "Page Ordú"
|
517 |
-
|
518 |
-
#: adminimize_page.php:482
|
519 |
-
msgid "Page Author"
|
520 |
-
msgstr "Page Údar"
|
521 |
-
|
522 |
-
#: adminimize_page.php:483
|
523 |
-
msgid "Page Revisions"
|
524 |
-
msgstr "Hathbhreithnithe Page"
|
525 |
-
|
526 |
-
#: adminimize_page.php:484
|
527 |
-
msgid "Related"
|
528 |
-
msgstr "Gaolmhara"
|
529 |
-
|
530 |
-
#: adminimize_page.php:489
|
531 |
-
msgid "Page Slug, Slug Box"
|
532 |
-
msgstr "Leathanach seilide, seilide Bosca"
|
533 |
-
|
534 |
-
#: adminimize_page.php:597
|
535 |
-
#: adminimize_page.php:604
|
536 |
-
msgid "Write options - Post"
|
537 |
-
msgstr "Roghanna Scríobh - Post"
|
538 |
-
|
539 |
-
#: adminimize_page.php:643
|
540 |
-
msgid "Your own post options"
|
541 |
-
msgstr "Do roghanna phost féin"
|
542 |
-
|
543 |
-
#: adminimize_page.php:679
|
544 |
-
#: adminimize_page.php:686
|
545 |
-
msgid "Write options - Page"
|
546 |
-
msgstr "Roghanna Scríobh - Leathanach"
|
547 |
-
|
548 |
-
#: adminimize_page.php:725
|
549 |
-
msgid "Your own page options"
|
550 |
-
msgstr "Do roghanna leathanach féin"
|
551 |
-
|
552 |
-
#: adminimize_page.php:761
|
553 |
-
msgid "Links options"
|
554 |
-
msgstr "Roghanna Naisc"
|
555 |
-
|
556 |
-
#: adminimize_page.php:794
|
557 |
-
msgid "Name"
|
558 |
-
msgstr "Ainm"
|
559 |
-
|
560 |
-
#: adminimize_page.php:795
|
561 |
-
msgid "Web Address"
|
562 |
-
msgstr "Seoladh Gréasáin"
|
563 |
-
|
564 |
-
#: adminimize_page.php:796
|
565 |
-
msgid "Description"
|
566 |
-
msgstr "Cur Síos"
|
567 |
-
|
568 |
-
#: adminimize_page.php:798
|
569 |
-
msgid "Target"
|
570 |
-
msgstr "Sprioc"
|
571 |
-
|
572 |
-
#: adminimize_page.php:799
|
573 |
-
msgid "Link Relationship (XFN)"
|
574 |
-
msgstr "Gaol Nasc (XFN)"
|
575 |
-
|
576 |
-
#: adminimize_page.php:800
|
577 |
-
msgid "Advanced"
|
578 |
-
msgstr "Advanced"
|
579 |
-
|
580 |
-
#: adminimize_page.php:882
|
581 |
-
#: adminimize_page.php:952
|
582 |
-
msgid "Set Theme"
|
583 |
-
msgstr "Socraigh Téama"
|
584 |
-
|
585 |
-
#: adminimize_page.php:891
|
586 |
-
msgid "User-ID"
|
587 |
-
msgstr "Úsáideoir-ID"
|
588 |
-
|
589 |
-
#: adminimize_page.php:892
|
590 |
-
msgid "Username"
|
591 |
-
msgstr "Ainm Úsáideora"
|
592 |
-
|
593 |
-
#: adminimize_page.php:893
|
594 |
-
msgid "Display name publicly as"
|
595 |
-
msgstr "Taispeáin t-ainm go poiblí mar"
|
596 |
-
|
597 |
-
#: adminimize_page.php:894
|
598 |
-
msgid "Admin-Color Scheme"
|
599 |
-
msgstr "Scéim um Riarachán-Dath"
|
600 |
-
|
601 |
-
#: adminimize_page.php:895
|
602 |
-
msgid "User Level"
|
603 |
-
msgstr "Úsáideoir Leibhéal"
|
604 |
-
|
605 |
-
#: adminimize_page.php:896
|
606 |
-
msgid "Role"
|
607 |
-
msgstr "Ról"
|
608 |
-
|
609 |
-
#: adminimize_page.php:963
|
610 |
-
msgid "Deinstall Options"
|
611 |
-
msgstr "Roghanna Deinstall"
|
612 |
-
|
613 |
-
#: adminimize_page.php:966
|
614 |
-
msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
|
615 |
-
msgstr "Bain úsáid as an rogha seo le haghaidh glan do bhunachar sonraí ó gach n-iontrálacha ar an mbreiseán seo. Nuair a dhíghníomhachtú tú ar an mbreiseán seo, an deinstall na mbreiseán glan <strong> Ní </ strong> gach iontráil sa bhunachar sonraí."
|
616 |
-
|
617 |
-
#: adminimize_page.php:970
|
618 |
-
msgid "Delete Options"
|
619 |
-
msgstr "Roghanna Scrios"
|
620 |
-
|
621 |
-
#: adminimize_page.php:983
|
622 |
-
msgid "About the plugin"
|
623 |
-
msgstr "Maidir leis an mbreiseán"
|
624 |
-
|
625 |
-
#: adminimize_page.php:985
|
626 |
-
msgid "Further information: Visit the <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">plugin homepage</a> for further information or to grab the latest version of this plugin."
|
627 |
-
msgstr "Tuilleadh eolais: Tabhair cuairt ar an leathanach baile <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\"> mbreiseán </a> chun tuilleadh eolais a fháil nó chun grab an leagan is déanaí den mbreiseán seo ."
|
628 |
-
|
629 |
-
#: adminimize_page.php:991
|
630 |
-
msgid "PayPal - The safer, easier way to pay online!"
|
631 |
-
msgstr "PayPal - An bealach níos sábháilte, níos éasca a íoc ar líne!"
|
632 |
-
|
633 |
-
#: adminimize_page.php:995
|
634 |
-
msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
|
635 |
-
msgstr "Ba mhaith leat a ghabháil dom? Tabhair cuairt ar mo <a href=\"http://bueltge.de/wunschliste/\">Wishlist</a> nó a bhronnadh."
|
636 |
-
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Adminimize\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2009-04-27 10:55+0100\n"
|
6 |
+
"PO-Revision-Date: 2011-06-29 17:19+0530\n"
|
7 |
+
"Last-Translator: Sarvita Kuamri <sarvita@outshinesolutions.com>\n"
|
8 |
+
"Language-Team: Lets Be Famous <ray.s@letsbefamous.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-SourceCharset: utf-8\n"
|
13 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
+
"X-Poedit-Basepath: d:\\WP-Plugins\\adminimize\\trunk\\\n"
|
15 |
+
": \n"
|
16 |
+
"X-Poedit-Language: Irish\n"
|
17 |
+
"X-Poedit-Country: IRELAND\n"
|
18 |
+
"X-Poedit-SearchPath-0: .\n"
|
19 |
+
|
20 |
+
#: adminimize.php:84
|
21 |
+
msgid "Unknown error."
|
22 |
+
msgstr "Earráid anaithnid."
|
23 |
+
|
24 |
+
#: adminimize.php:91
|
25 |
+
msgid "The updates was saved."
|
26 |
+
msgstr "Bhí na hoileánaigh na nuashonruithe."
|
27 |
+
|
28 |
+
#: adminimize.php:92
|
29 |
+
msgid "You have not enough rights for edit entries in the database."
|
30 |
+
msgstr "Tá tú nach bhfuil go leor d'iontrálacha cearta in eagar sa bhunachar sonraí."
|
31 |
+
|
32 |
+
#: adminimize.php:93
|
33 |
+
msgid "All entries in the database was delleted."
|
34 |
+
msgstr "Bhí delleted gach iontráil sa bhunachar sonraí."
|
35 |
+
|
36 |
+
#: adminimize.php:94
|
37 |
+
msgid "Set the checkbox on deinstall-button."
|
38 |
+
msgstr "Socraigh an ticbhosca ar an gcnaipe deinstall-."
|
39 |
+
|
40 |
+
#: adminimize.php:95
|
41 |
+
msgid "Can't load menu and submenu."
|
42 |
+
msgstr "Ní féidir a luchtú roghchlár agus Fo-Roghchlár."
|
43 |
+
|
44 |
+
#: adminimize.php:96
|
45 |
+
msgid "Backend-Theme was activated!"
|
46 |
+
msgstr "Cuireadh i ngníomh-Inneall Téama!"
|
47 |
+
|
48 |
+
#: adminimize.php:347
|
49 |
+
#: adminimize_page.php:395
|
50 |
+
#: adminimize_page.php:797
|
51 |
+
msgid "Categories"
|
52 |
+
msgstr "Catagóirí"
|
53 |
+
|
54 |
+
#: adminimize.php:353
|
55 |
+
#: adminimize.php:364
|
56 |
+
msgid "+ Add New Category"
|
57 |
+
msgstr "+ Cuir Catagóir Nua"
|
58 |
+
|
59 |
+
#: adminimize.php:355
|
60 |
+
#: adminimize.php:366
|
61 |
+
msgid "New category name"
|
62 |
+
msgstr "Ainm catagóire Nua"
|
63 |
+
|
64 |
+
#: adminimize.php:356
|
65 |
+
#: adminimize.php:368
|
66 |
+
msgid "Parent category"
|
67 |
+
msgstr "Catagóir Tuismitheoir"
|
68 |
+
|
69 |
+
#: adminimize.php:357
|
70 |
+
#: adminimize.php:369
|
71 |
+
msgid "Add"
|
72 |
+
msgstr "Cuir"
|
73 |
+
|
74 |
+
#: adminimize.php:366
|
75 |
+
#: adminimize_page.php:396
|
76 |
+
msgid "Add New Category"
|
77 |
+
msgstr "Cuir Catagóir Nua"
|
78 |
+
|
79 |
+
#: adminimize.php:390
|
80 |
+
#: adminimize.php:391
|
81 |
+
#: adminimize_page.php:394
|
82 |
+
msgid "Tags"
|
83 |
+
msgstr "Clibeanna"
|
84 |
+
|
85 |
+
#: adminimize.php:431
|
86 |
+
#: adminimize.php:445
|
87 |
+
#: adminimize.php:459
|
88 |
+
msgid "Blue"
|
89 |
+
msgstr "Blue"
|
90 |
+
|
91 |
+
#: adminimize.php:438
|
92 |
+
#: adminimize.php:452
|
93 |
+
#: adminimize.php:466
|
94 |
+
msgid "Gray"
|
95 |
+
msgstr "Gray"
|
96 |
+
|
97 |
+
#: adminimize.php:474
|
98 |
+
#: adminimize.php:516
|
99 |
+
#: adminimize.php:539
|
100 |
+
msgid "Classic"
|
101 |
+
msgstr "Classic"
|
102 |
+
|
103 |
+
#: adminimize.php:481
|
104 |
+
#: adminimize.php:523
|
105 |
+
#: adminimize.php:546
|
106 |
+
msgid "Fresh"
|
107 |
+
msgstr "Fresh"
|
108 |
+
|
109 |
+
#: adminimize.php:488
|
110 |
+
msgid "WordPress 2.3"
|
111 |
+
msgstr "WordPress 2.3"
|
112 |
+
|
113 |
+
#: adminimize.php:495
|
114 |
+
msgid "Maybe i'm colorblind"
|
115 |
+
msgstr "B'fhéidir go bhfuil mé colorblind"
|
116 |
+
|
117 |
+
#: adminimize.php:502
|
118 |
+
msgid "Grey"
|
119 |
+
msgstr "Grey"
|
120 |
+
|
121 |
+
#: adminimize.php:630
|
122 |
+
#: adminimize.php:633
|
123 |
+
msgid "Dashboard"
|
124 |
+
msgstr "Painéal na"
|
125 |
+
|
126 |
+
#: adminimize.php:692
|
127 |
+
#: adminimize.php:694
|
128 |
+
#: adminimize.php:707
|
129 |
+
#: adminimize.php:709
|
130 |
+
#: adminimize.php:907
|
131 |
+
msgid "Log Out"
|
132 |
+
msgstr "Logáil Amach"
|
133 |
+
|
134 |
+
#: adminimize.php:926
|
135 |
+
msgid "Visit plugin homepage"
|
136 |
+
msgstr "Tabhair cuairt ar an leathanach baile breiseán"
|
137 |
+
|
138 |
+
#: adminimize.php:929
|
139 |
+
msgid "plugin"
|
140 |
+
msgstr "breiseán"
|
141 |
+
|
142 |
+
#: adminimize.php:929
|
143 |
+
msgid "Version"
|
144 |
+
msgstr "Leagan"
|
145 |
+
|
146 |
+
#: adminimize.php:929
|
147 |
+
msgid "History"
|
148 |
+
msgstr "Stair"
|
149 |
+
|
150 |
+
#: adminimize.php:929
|
151 |
+
msgid "Author"
|
152 |
+
msgstr "Údar"
|
153 |
+
|
154 |
+
#: adminimize.php:932
|
155 |
+
msgid "plugin activate"
|
156 |
+
msgstr "ghníomhachtú breiseán"
|
157 |
+
|
158 |
+
#: adminimize.php:947
|
159 |
+
msgid "Settings"
|
160 |
+
msgstr "Socruithe"
|
161 |
+
|
162 |
+
#: adminimize.php:1007
|
163 |
+
msgid "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentation</a>"
|
164 |
+
msgstr "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentación</a>"
|
165 |
+
|
166 |
+
#: adminimize.php:1024
|
167 |
+
#: adminimize_page.php:70
|
168 |
+
msgid "Adminimize"
|
169 |
+
msgstr "Adminimize"
|
170 |
+
|
171 |
+
#: adminimize.php:1026
|
172 |
+
msgid "Adminimize Options"
|
173 |
+
msgstr "Roghanna Adminimize"
|
174 |
+
|
175 |
+
#: adminimize.php:1040
|
176 |
+
msgid "Cheatin’ uh?"
|
177 |
+
msgstr "Cheatin’ uh?"
|
178 |
+
|
179 |
+
#: adminimize_page.php:74
|
180 |
+
#: adminimize_page.php:217
|
181 |
+
#: adminimize_page.php:331
|
182 |
+
#: adminimize_page.php:596
|
183 |
+
#: adminimize_page.php:678
|
184 |
+
#: adminimize_page.php:760
|
185 |
+
#: adminimize_page.php:881
|
186 |
+
#: adminimize_page.php:962
|
187 |
+
#: adminimize_page.php:982
|
188 |
+
msgid "Click to toggle"
|
189 |
+
msgstr "Cliceáil chun scoránaigh"
|
190 |
+
|
191 |
+
#: adminimize_page.php:75
|
192 |
+
msgid "Backend Options"
|
193 |
+
msgstr "Roghanna Inneall"
|
194 |
+
|
195 |
+
#: adminimize_page.php:84
|
196 |
+
msgid "User-Info"
|
197 |
+
msgstr "Úsáideoir-Info"
|
198 |
+
|
199 |
+
#: adminimize_page.php:88
|
200 |
+
#: adminimize_page.php:101
|
201 |
+
#: adminimize_page.php:111
|
202 |
+
#: adminimize_page.php:121
|
203 |
+
#: adminimize_page.php:131
|
204 |
+
#: adminimize_page.php:141
|
205 |
+
#: adminimize_page.php:151
|
206 |
+
#: adminimize_page.php:161
|
207 |
+
#: adminimize_page.php:190
|
208 |
+
msgid "Default"
|
209 |
+
msgstr "Default"
|
210 |
+
|
211 |
+
#: adminimize_page.php:89
|
212 |
+
#: adminimize_page.php:112
|
213 |
+
msgid "Hide"
|
214 |
+
msgstr "Folaigh"
|
215 |
+
|
216 |
+
#: adminimize_page.php:90
|
217 |
+
msgid "Only logout"
|
218 |
+
msgstr "Amháin logála"
|
219 |
+
|
220 |
+
#: adminimize_page.php:91
|
221 |
+
msgid "User & Logout"
|
222 |
+
msgstr "Úsáideoir & Logout"
|
223 |
+
|
224 |
+
#: adminimize_page.php:92
|
225 |
+
msgid "The "User-Info-area" is on the top right side of the backend. You can hide or reduced show."
|
226 |
+
msgstr "The "User-Info-area" Is ar an taobh dheis barr an inneall. Is féidir leat a cheilt nó a thaispeáint laghdaithe."
|
227 |
+
|
228 |
+
#: adminimize_page.php:97
|
229 |
+
msgid "Change User-Info, redirect to"
|
230 |
+
msgstr "Athraigh Úsáideoir-Info, a athdhíriú ar"
|
231 |
+
|
232 |
+
#: adminimize_page.php:102
|
233 |
+
msgid "Frontpage of the Blog"
|
234 |
+
msgstr "Frontpage na Blag"
|
235 |
+
|
236 |
+
#: adminimize_page.php:103
|
237 |
+
msgid "When the "User-Info-area" change it, then it is possible to change the redirect."
|
238 |
+
msgstr "Nuair a bheidh an "User-Info-area" athrú é, mar sin is féidir a athrú atreorú."
|
239 |
+
|
240 |
+
#: adminimize_page.php:107
|
241 |
+
msgid "Footer"
|
242 |
+
msgstr "Footer"
|
243 |
+
|
244 |
+
#: adminimize_page.php:113
|
245 |
+
msgid "The Footer-area kann hide, include all links and details."
|
246 |
+
msgstr "Tá an limistéar kann Footer-hide, naisc agus na sonraí ar fad san áireamh."
|
247 |
+
|
248 |
+
#: adminimize_page.php:117
|
249 |
+
msgid "WriteScroll"
|
250 |
+
msgstr "WriteScroll"
|
251 |
+
|
252 |
+
#: adminimize_page.php:122
|
253 |
+
#: adminimize_page.php:132
|
254 |
+
#: adminimize_page.php:142
|
255 |
+
#: adminimize_page.php:152
|
256 |
+
#: adminimize_page.php:162
|
257 |
+
msgid "Activate"
|
258 |
+
msgstr "Gníomhachtaigh"
|
259 |
+
|
260 |
+
#: adminimize_page.php:123
|
261 |
+
msgid "With the WriteScroll option active, these pages will automatically scroll to an optimal position for editing, when you visit Write Post or Write Page."
|
262 |
+
msgstr "Leis an rogha WriteScroll gníomhach, beidh scrollbharra na leathanaigh go huathoibríoch chun poist is fearr chun eagarthóireacht, nuair a thugann tú cuairt ar an Phoist nó Page Scríobh Scríobh."
|
263 |
+
|
264 |
+
#: adminimize_page.php:127
|
265 |
+
msgid "Timestamp"
|
266 |
+
msgstr "Timestamp"
|
267 |
+
|
268 |
+
#: adminimize_page.php:133
|
269 |
+
msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
|
270 |
+
msgstr "Deja abierto el campo de edición \"fecha y hora\", sin que usted tenga que hacer clic en el vínculo \"Modificar\"."
|
271 |
+
|
272 |
+
#: adminimize_page.php:137
|
273 |
+
msgid "Thickbox FullScreen"
|
274 |
+
msgstr "Thickbox Lánscáileán"
|
275 |
+
|
276 |
+
#: adminimize_page.php:143
|
277 |
+
msgid "All Thickbox-function use the full area of the browser. Thickbox is for examble in upload media-files."
|
278 |
+
msgstr "All-Thickbox fheidhm a bhaint as an réimse iomlán an bhrabhsálaí. Thickbox Is le haghaidh examble sna meáin-comhaid a uaslódáil."
|
279 |
+
|
280 |
+
#: adminimize_page.php:147
|
281 |
+
msgid "Flashuploader"
|
282 |
+
msgstr "Flashuploader"
|
283 |
+
|
284 |
+
#: adminimize_page.php:153
|
285 |
+
msgid "Disable the flashuploader and users use only the standard uploader."
|
286 |
+
msgstr "Díchumasaigh an flashuploader agus úsáideoirí gan ach an uploader caighdeánach."
|
287 |
+
|
288 |
+
#: adminimize_page.php:157
|
289 |
+
msgid "Advice in Footer"
|
290 |
+
msgstr "Comhairle i Footer"
|
291 |
+
|
292 |
+
#: adminimize_page.php:164
|
293 |
+
msgid "In the Footer kann you display a advice for change the Default-design, (x)HTML is possible."
|
294 |
+
msgstr "Sa kann Footer thaispeáint duit comhairle don athrú an-Default dearadh, (x) Is HTML féidir."
|
295 |
+
|
296 |
+
#: adminimize_page.php:186
|
297 |
+
msgid "Dashboard deaktivate, redirect to"
|
298 |
+
msgstr "Painéal na deaktivate, a athdhíriú ar"
|
299 |
+
|
300 |
+
#: adminimize_page.php:191
|
301 |
+
msgid "Manage Posts"
|
302 |
+
msgstr "Bainistigh Poist"
|
303 |
+
|
304 |
+
#: adminimize_page.php:192
|
305 |
+
msgid "Manage Pages"
|
306 |
+
msgstr "Bainistigh Leathanaigh"
|
307 |
+
|
308 |
+
#: adminimize_page.php:193
|
309 |
+
msgid "Write Post"
|
310 |
+
msgstr "Scríobh Post"
|
311 |
+
|
312 |
+
#: adminimize_page.php:194
|
313 |
+
msgid "Write Page"
|
314 |
+
msgstr "Scríobh Page"
|
315 |
+
|
316 |
+
#: adminimize_page.php:195
|
317 |
+
msgid "Comments"
|
318 |
+
msgstr "Comments"
|
319 |
+
|
320 |
+
#: adminimize_page.php:196
|
321 |
+
msgid "other Page"
|
322 |
+
msgstr "Page eile"
|
323 |
+
|
324 |
+
#: adminimize_page.php:199
|
325 |
+
msgid "You have deaktivate the Dashboard, please select a page for redirect?"
|
326 |
+
msgstr "Tá tú deaktivate an Painéal, roghnaigh an leathanach do athsheolaidh?"
|
327 |
+
|
328 |
+
#: adminimize_page.php:208
|
329 |
+
#: adminimize_page.php:322
|
330 |
+
#: adminimize_page.php:587
|
331 |
+
#: adminimize_page.php:669
|
332 |
+
#: adminimize_page.php:751
|
333 |
+
#: adminimize_page.php:871
|
334 |
+
msgid "Update Options"
|
335 |
+
msgstr "Roghanna Nuashonraithe"
|
336 |
+
|
337 |
+
#: adminimize_page.php:218
|
338 |
+
msgid "Global options"
|
339 |
+
msgstr "Roghanna Domhanda"
|
340 |
+
|
341 |
+
#: adminimize_page.php:225
|
342 |
+
#: adminimize_page.php:297
|
343 |
+
#: adminimize_page.php:644
|
344 |
+
#: adminimize_page.php:726
|
345 |
+
#: adminimize_page.php:768
|
346 |
+
#: adminimize_page.php:846
|
347 |
+
msgid "Option"
|
348 |
+
msgstr "Rogha"
|
349 |
+
|
350 |
+
#: adminimize_page.php:228
|
351 |
+
#: adminimize_page.php:341
|
352 |
+
#: adminimize_page.php:607
|
353 |
+
#: adminimize_page.php:689
|
354 |
+
#: adminimize_page.php:771
|
355 |
+
msgid "Deactivate for"
|
356 |
+
msgstr "Dhíghníomhachtú do"
|
357 |
+
|
358 |
+
#: adminimize_page.php:248
|
359 |
+
msgid "Favorite Actions"
|
360 |
+
msgstr "Is Ansa Gníomhartha"
|
361 |
+
|
362 |
+
#: adminimize_page.php:249
|
363 |
+
msgid "Screen-Meta"
|
364 |
+
msgstr "Scáileán-Meta"
|
365 |
+
|
366 |
+
#: adminimize_page.php:250
|
367 |
+
msgid "Screen Options"
|
368 |
+
msgstr "Roghanna Scáileán"
|
369 |
+
|
370 |
+
#: adminimize_page.php:251
|
371 |
+
msgid "Contextual Help"
|
372 |
+
msgstr "Cabhair Comhthéacsúla"
|
373 |
+
|
374 |
+
#: adminimize_page.php:252
|
375 |
+
msgid "Admin Color Scheme"
|
376 |
+
msgstr "Scéim Dath Riarachán"
|
377 |
+
|
378 |
+
#: adminimize_page.php:296
|
379 |
+
#: adminimize_page.php:845
|
380 |
+
msgid "Your own options"
|
381 |
+
msgstr "Do rogha féin"
|
382 |
+
|
383 |
+
#: adminimize_page.php:296
|
384 |
+
#: adminimize_page.php:643
|
385 |
+
#: adminimize_page.php:725
|
386 |
+
#: adminimize_page.php:845
|
387 |
+
msgid "ID or class"
|
388 |
+
msgstr "ID nó aicme"
|
389 |
+
|
390 |
+
#: adminimize_page.php:303
|
391 |
+
#: adminimize_page.php:650
|
392 |
+
#: adminimize_page.php:732
|
393 |
+
#: adminimize_page.php:852
|
394 |
+
msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
|
395 |
+
msgstr "Is féidir a chur ar do thaispeáint féin nó ranganna ó eilimintí agus tags. Is féidir leat teacht IDs agus ranganna leis an Firebug Add-on for Firefox. Shannadh luach agus an t-ainm chomhlachú in aghaidh an líne."
|
396 |
+
|
397 |
+
#: adminimize_page.php:309
|
398 |
+
#: adminimize_page.php:656
|
399 |
+
#: adminimize_page.php:738
|
400 |
+
#: adminimize_page.php:858
|
401 |
+
msgid "Possible IDs or classes. Separate multiple values through a carriage return."
|
402 |
+
msgstr "IDs féideartha nó aicmí. Ar leithligh luachanna il trí aisfhilleadh."
|
403 |
+
|
404 |
+
#: adminimize_page.php:314
|
405 |
+
#: adminimize_page.php:661
|
406 |
+
#: adminimize_page.php:743
|
407 |
+
#: adminimize_page.php:863
|
408 |
+
msgid "Possible nomination for ID or class. Separate multiple nomination through a carriage return."
|
409 |
+
msgstr "ID nó ainmniúchán féideartha don rang. Ar leithligh ainmniúchán il trí aisfhilleadh."
|
410 |
+
|
411 |
+
#: adminimize_page.php:332
|
412 |
+
msgid "Menu Options"
|
413 |
+
msgstr "Options Menu"
|
414 |
+
|
415 |
+
#: adminimize_page.php:338
|
416 |
+
msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
|
417 |
+
msgstr "Roghanna Menu - Menu, <span style=\"font-weight: 400;\">Submenu</span>"
|
418 |
+
|
419 |
+
#: adminimize_page.php:393
|
420 |
+
#: adminimize_page.php:475
|
421 |
+
msgid "Permalink"
|
422 |
+
msgstr "Permalink"
|
423 |
+
|
424 |
+
#: adminimize_page.php:397
|
425 |
+
msgid "Excerpt"
|
426 |
+
msgstr "Sliocht"
|
427 |
+
|
428 |
+
#: adminimize_page.php:398
|
429 |
+
msgid "Trackbacks"
|
430 |
+
msgstr "Trackbacks"
|
431 |
+
|
432 |
+
#: adminimize_page.php:399
|
433 |
+
#: adminimize_page.php:476
|
434 |
+
msgid "Custom Fields"
|
435 |
+
msgstr "Réimsí Saincheaptha"
|
436 |
+
|
437 |
+
#: adminimize_page.php:400
|
438 |
+
#: adminimize_page.php:477
|
439 |
+
msgid "Comments & Pings"
|
440 |
+
msgstr "Comments & Pings"
|
441 |
+
|
442 |
+
#: adminimize_page.php:401
|
443 |
+
msgid "Password Protect This Post"
|
444 |
+
msgstr "Pasfhocal Cosain an Iar"
|
445 |
+
|
446 |
+
#: adminimize_page.php:402
|
447 |
+
msgid "Post Author"
|
448 |
+
msgstr "Post Údar"
|
449 |
+
|
450 |
+
#: adminimize_page.php:403
|
451 |
+
msgid "Post Revisions"
|
452 |
+
msgstr "Hathbhreithnithe Post"
|
453 |
+
|
454 |
+
#: adminimize_page.php:404
|
455 |
+
msgid "Related, Shortcuts"
|
456 |
+
msgstr "Gaolmhara, Aicearraí"
|
457 |
+
|
458 |
+
#: adminimize_page.php:405
|
459 |
+
#: adminimize_page.php:485
|
460 |
+
msgid "Messenges"
|
461 |
+
msgstr "Messenges"
|
462 |
+
|
463 |
+
#: adminimize_page.php:406
|
464 |
+
#: adminimize_page.php:486
|
465 |
+
msgid "h2: Advanced Options"
|
466 |
+
msgstr "h2: Roghanna Casta"
|
467 |
+
|
468 |
+
#: adminimize_page.php:407
|
469 |
+
#: adminimize_page.php:487
|
470 |
+
msgid "Media Buttons (all)"
|
471 |
+
msgstr "Cnaipí Meáin (go léir)"
|
472 |
+
|
473 |
+
#: adminimize_page.php:408
|
474 |
+
#: adminimize_page.php:488
|
475 |
+
msgid "Word count"
|
476 |
+
msgstr "Word count"
|
477 |
+
|
478 |
+
#: adminimize_page.php:409
|
479 |
+
msgid "Post Slug, Slug Box"
|
480 |
+
msgstr "Post seilide, seilide Bosca"
|
481 |
+
|
482 |
+
#: adminimize_page.php:410
|
483 |
+
#: adminimize_page.php:490
|
484 |
+
#: adminimize_page.php:801
|
485 |
+
msgid "Publish Actions"
|
486 |
+
msgstr "Foilsigh Gníomhartha"
|
487 |
+
|
488 |
+
#: adminimize_page.php:414
|
489 |
+
#: adminimize_page.php:494
|
490 |
+
msgid "Suggested tags from"
|
491 |
+
msgstr "Tags Molta ó"
|
492 |
+
|
493 |
+
#: adminimize_page.php:416
|
494 |
+
msgid "Text Control"
|
495 |
+
msgstr "Téacs Rialú"
|
496 |
+
|
497 |
+
#: adminimize_page.php:418
|
498 |
+
#: adminimize_page.php:496
|
499 |
+
msgid "HTML Special Characters"
|
500 |
+
msgstr "Carachtair HTML Speisialta"
|
501 |
+
|
502 |
+
#: adminimize_page.php:478
|
503 |
+
msgid "Password Protect This Page"
|
504 |
+
msgstr "Pasfhocal Cosain an Leathanach seo"
|
505 |
+
|
506 |
+
#: adminimize_page.php:479
|
507 |
+
msgid "Page Parent"
|
508 |
+
msgstr "Page Tuismitheoir"
|
509 |
+
|
510 |
+
#: adminimize_page.php:480
|
511 |
+
msgid "Page Template"
|
512 |
+
msgstr "Page Teimpléad"
|
513 |
+
|
514 |
+
#: adminimize_page.php:481
|
515 |
+
msgid "Page Order"
|
516 |
+
msgstr "Page Ordú"
|
517 |
+
|
518 |
+
#: adminimize_page.php:482
|
519 |
+
msgid "Page Author"
|
520 |
+
msgstr "Page Údar"
|
521 |
+
|
522 |
+
#: adminimize_page.php:483
|
523 |
+
msgid "Page Revisions"
|
524 |
+
msgstr "Hathbhreithnithe Page"
|
525 |
+
|
526 |
+
#: adminimize_page.php:484
|
527 |
+
msgid "Related"
|
528 |
+
msgstr "Gaolmhara"
|
529 |
+
|
530 |
+
#: adminimize_page.php:489
|
531 |
+
msgid "Page Slug, Slug Box"
|
532 |
+
msgstr "Leathanach seilide, seilide Bosca"
|
533 |
+
|
534 |
+
#: adminimize_page.php:597
|
535 |
+
#: adminimize_page.php:604
|
536 |
+
msgid "Write options - Post"
|
537 |
+
msgstr "Roghanna Scríobh - Post"
|
538 |
+
|
539 |
+
#: adminimize_page.php:643
|
540 |
+
msgid "Your own post options"
|
541 |
+
msgstr "Do roghanna phost féin"
|
542 |
+
|
543 |
+
#: adminimize_page.php:679
|
544 |
+
#: adminimize_page.php:686
|
545 |
+
msgid "Write options - Page"
|
546 |
+
msgstr "Roghanna Scríobh - Leathanach"
|
547 |
+
|
548 |
+
#: adminimize_page.php:725
|
549 |
+
msgid "Your own page options"
|
550 |
+
msgstr "Do roghanna leathanach féin"
|
551 |
+
|
552 |
+
#: adminimize_page.php:761
|
553 |
+
msgid "Links options"
|
554 |
+
msgstr "Roghanna Naisc"
|
555 |
+
|
556 |
+
#: adminimize_page.php:794
|
557 |
+
msgid "Name"
|
558 |
+
msgstr "Ainm"
|
559 |
+
|
560 |
+
#: adminimize_page.php:795
|
561 |
+
msgid "Web Address"
|
562 |
+
msgstr "Seoladh Gréasáin"
|
563 |
+
|
564 |
+
#: adminimize_page.php:796
|
565 |
+
msgid "Description"
|
566 |
+
msgstr "Cur Síos"
|
567 |
+
|
568 |
+
#: adminimize_page.php:798
|
569 |
+
msgid "Target"
|
570 |
+
msgstr "Sprioc"
|
571 |
+
|
572 |
+
#: adminimize_page.php:799
|
573 |
+
msgid "Link Relationship (XFN)"
|
574 |
+
msgstr "Gaol Nasc (XFN)"
|
575 |
+
|
576 |
+
#: adminimize_page.php:800
|
577 |
+
msgid "Advanced"
|
578 |
+
msgstr "Advanced"
|
579 |
+
|
580 |
+
#: adminimize_page.php:882
|
581 |
+
#: adminimize_page.php:952
|
582 |
+
msgid "Set Theme"
|
583 |
+
msgstr "Socraigh Téama"
|
584 |
+
|
585 |
+
#: adminimize_page.php:891
|
586 |
+
msgid "User-ID"
|
587 |
+
msgstr "Úsáideoir-ID"
|
588 |
+
|
589 |
+
#: adminimize_page.php:892
|
590 |
+
msgid "Username"
|
591 |
+
msgstr "Ainm Úsáideora"
|
592 |
+
|
593 |
+
#: adminimize_page.php:893
|
594 |
+
msgid "Display name publicly as"
|
595 |
+
msgstr "Taispeáin t-ainm go poiblí mar"
|
596 |
+
|
597 |
+
#: adminimize_page.php:894
|
598 |
+
msgid "Admin-Color Scheme"
|
599 |
+
msgstr "Scéim um Riarachán-Dath"
|
600 |
+
|
601 |
+
#: adminimize_page.php:895
|
602 |
+
msgid "User Level"
|
603 |
+
msgstr "Úsáideoir Leibhéal"
|
604 |
+
|
605 |
+
#: adminimize_page.php:896
|
606 |
+
msgid "Role"
|
607 |
+
msgstr "Ról"
|
608 |
+
|
609 |
+
#: adminimize_page.php:963
|
610 |
+
msgid "Deinstall Options"
|
611 |
+
msgstr "Roghanna Deinstall"
|
612 |
+
|
613 |
+
#: adminimize_page.php:966
|
614 |
+
msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
|
615 |
+
msgstr "Bain úsáid as an rogha seo le haghaidh glan do bhunachar sonraí ó gach n-iontrálacha ar an mbreiseán seo. Nuair a dhíghníomhachtú tú ar an mbreiseán seo, an deinstall na mbreiseán glan <strong> Ní </ strong> gach iontráil sa bhunachar sonraí."
|
616 |
+
|
617 |
+
#: adminimize_page.php:970
|
618 |
+
msgid "Delete Options"
|
619 |
+
msgstr "Roghanna Scrios"
|
620 |
+
|
621 |
+
#: adminimize_page.php:983
|
622 |
+
msgid "About the plugin"
|
623 |
+
msgstr "Maidir leis an mbreiseán"
|
624 |
+
|
625 |
+
#: adminimize_page.php:985
|
626 |
+
msgid "Further information: Visit the <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">plugin homepage</a> for further information or to grab the latest version of this plugin."
|
627 |
+
msgstr "Tuilleadh eolais: Tabhair cuairt ar an leathanach baile <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\"> mbreiseán </a> chun tuilleadh eolais a fháil nó chun grab an leagan is déanaí den mbreiseán seo ."
|
628 |
+
|
629 |
+
#: adminimize_page.php:991
|
630 |
+
msgid "PayPal - The safer, easier way to pay online!"
|
631 |
+
msgstr "PayPal - An bealach níos sábháilte, níos éasca a íoc ar líne!"
|
632 |
+
|
633 |
+
#: adminimize_page.php:995
|
634 |
+
msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
|
635 |
+
msgstr "Ba mhaith leat a ghabháil dom? Tabhair cuairt ar mo <a href=\"http://bueltge.de/wunschliste/\">Wishlist</a> nó a bhronnadh."
|
636 |
+
|
languages/adminimize-hi_IN.po
CHANGED
@@ -1,636 +1,636 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Adminimize\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2009-04-27 10:55+0100\n"
|
6 |
-
"PO-Revision-Date: 2011-06-16 16:07+0530\n"
|
7 |
-
"Last-Translator: Ashish Jha <ashish@outshinesolutions.com>\n"
|
8 |
-
"Language-Team: Outshine Solutions <ash.pr@outshinesolutions.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-SourceCharset: utf-8\n"
|
13 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
-
"X-Poedit-Basepath: d:\\WP-Plugins\\adminimize\\trunk\\\n"
|
15 |
-
": \n"
|
16 |
-
"X-Poedit-Language: Hindi\n"
|
17 |
-
"X-Poedit-Country: INDIA\n"
|
18 |
-
"X-Poedit-SearchPath-0: .\n"
|
19 |
-
|
20 |
-
#: adminimize.php:84
|
21 |
-
msgid "Unknown error."
|
22 |
-
msgstr "अज्ञात त्रुटि."
|
23 |
-
|
24 |
-
#: adminimize.php:91
|
25 |
-
msgid "The updates was saved."
|
26 |
-
msgstr "अपडेट सहेजा गया था."
|
27 |
-
|
28 |
-
#: adminimize.php:92
|
29 |
-
msgid "You have not enough rights for edit entries in the database."
|
30 |
-
msgstr "आप डेटाबेस में प्रविष्टियों को संपादित करने के लिए पर्याप्त नहीं है"
|
31 |
-
|
32 |
-
#: adminimize.php:93
|
33 |
-
msgid "All entries in the database was delleted."
|
34 |
-
msgstr "डेटाबेस में सभी प्रविष्टियों को नष्ट किया गया."
|
35 |
-
|
36 |
-
#: adminimize.php:94
|
37 |
-
msgid "Set the checkbox on deinstall-button."
|
38 |
-
msgstr "Deinstall बटन पर चेकबॉक्स निर्धारित करें."
|
39 |
-
|
40 |
-
#: adminimize.php:95
|
41 |
-
msgid "Can't load menu and submenu."
|
42 |
-
msgstr "मेनू और सबमेनू लोड नहीं कर सकते."
|
43 |
-
|
44 |
-
#: adminimize.php:96
|
45 |
-
msgid "Backend-Theme was activated!"
|
46 |
-
msgstr "बैकेंड थीम सक्रिय किया था!"
|
47 |
-
|
48 |
-
#: adminimize.php:347
|
49 |
-
#: adminimize_page.php:395
|
50 |
-
#: adminimize_page.php:797
|
51 |
-
msgid "Categories"
|
52 |
-
msgstr "श्रेणियाँ"
|
53 |
-
|
54 |
-
#: adminimize.php:353
|
55 |
-
#: adminimize.php:364
|
56 |
-
msgid "+ Add New Category"
|
57 |
-
msgstr "नई श्रेणी जोड़ें +"
|
58 |
-
|
59 |
-
#: adminimize.php:355
|
60 |
-
#: adminimize.php:366
|
61 |
-
msgid "New category name"
|
62 |
-
msgstr "नई श्रेणी का नाम"
|
63 |
-
|
64 |
-
#: adminimize.php:356
|
65 |
-
#: adminimize.php:368
|
66 |
-
msgid "Parent category"
|
67 |
-
msgstr "अभिभावक वर्ग"
|
68 |
-
|
69 |
-
#: adminimize.php:357
|
70 |
-
#: adminimize.php:369
|
71 |
-
msgid "Add"
|
72 |
-
msgstr "जोड़ें"
|
73 |
-
|
74 |
-
#: adminimize.php:366
|
75 |
-
#: adminimize_page.php:396
|
76 |
-
msgid "Add New Category"
|
77 |
-
msgstr "नई श्रेणी जोड़ें"
|
78 |
-
|
79 |
-
#: adminimize.php:390
|
80 |
-
#: adminimize.php:391
|
81 |
-
#: adminimize_page.php:394
|
82 |
-
msgid "Tags"
|
83 |
-
msgstr "टैग"
|
84 |
-
|
85 |
-
#: adminimize.php:431
|
86 |
-
#: adminimize.php:445
|
87 |
-
#: adminimize.php:459
|
88 |
-
msgid "Blue"
|
89 |
-
msgstr "नीला"
|
90 |
-
|
91 |
-
#: adminimize.php:438
|
92 |
-
#: adminimize.php:452
|
93 |
-
#: adminimize.php:466
|
94 |
-
msgid "Gray"
|
95 |
-
msgstr "ग्रे "
|
96 |
-
|
97 |
-
#: adminimize.php:474
|
98 |
-
#: adminimize.php:516
|
99 |
-
#: adminimize.php:539
|
100 |
-
msgid "Classic"
|
101 |
-
msgstr "क्लासिक"
|
102 |
-
|
103 |
-
#: adminimize.php:481
|
104 |
-
#: adminimize.php:523
|
105 |
-
#: adminimize.php:546
|
106 |
-
msgid "Fresh"
|
107 |
-
msgstr "ताज़ा"
|
108 |
-
|
109 |
-
#: adminimize.php:488
|
110 |
-
msgid "WordPress 2.3"
|
111 |
-
msgstr "WordPress 2.3"
|
112 |
-
|
113 |
-
#: adminimize.php:495
|
114 |
-
msgid "Maybe i'm colorblind"
|
115 |
-
msgstr "शायद मैं वर्णअंध हूँ"
|
116 |
-
|
117 |
-
#: adminimize.php:502
|
118 |
-
msgid "Grey"
|
119 |
-
msgstr "ग्रे"
|
120 |
-
|
121 |
-
#: adminimize.php:630
|
122 |
-
#: adminimize.php:633
|
123 |
-
msgid "Dashboard"
|
124 |
-
msgstr "डैशबोर्ड"
|
125 |
-
|
126 |
-
#: adminimize.php:692
|
127 |
-
#: adminimize.php:694
|
128 |
-
#: adminimize.php:707
|
129 |
-
#: adminimize.php:709
|
130 |
-
#: adminimize.php:907
|
131 |
-
msgid "Log Out"
|
132 |
-
msgstr "लॉग आउट"
|
133 |
-
|
134 |
-
#: adminimize.php:926
|
135 |
-
msgid "Visit plugin homepage"
|
136 |
-
msgstr " होमपेज प्लगइन पर जाएँ"
|
137 |
-
|
138 |
-
#: adminimize.php:929
|
139 |
-
msgid "plugin"
|
140 |
-
msgstr "प्लगइन"
|
141 |
-
|
142 |
-
#: adminimize.php:929
|
143 |
-
msgid "Version"
|
144 |
-
msgstr "संस्करण"
|
145 |
-
|
146 |
-
#: adminimize.php:929
|
147 |
-
msgid "History"
|
148 |
-
msgstr "इतिहास"
|
149 |
-
|
150 |
-
#: adminimize.php:929
|
151 |
-
msgid "Author"
|
152 |
-
msgstr "लेखक"
|
153 |
-
|
154 |
-
#: adminimize.php:932
|
155 |
-
msgid "plugin activate"
|
156 |
-
msgstr "सक्रिय प्लगइन"
|
157 |
-
|
158 |
-
#: adminimize.php:947
|
159 |
-
msgid "Settings"
|
160 |
-
msgstr "सेटिंग्स"
|
161 |
-
|
162 |
-
#: adminimize.php:1007
|
163 |
-
msgid "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentation</a>"
|
164 |
-
msgstr "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentación</a>"
|
165 |
-
|
166 |
-
#: adminimize.php:1024
|
167 |
-
#: adminimize_page.php:70
|
168 |
-
msgid "Adminimize"
|
169 |
-
msgstr "Adminimize"
|
170 |
-
|
171 |
-
#: adminimize.php:1026
|
172 |
-
msgid "Adminimize Options"
|
173 |
-
msgstr "Adminimize विकल्प"
|
174 |
-
|
175 |
-
#: adminimize.php:1040
|
176 |
-
msgid "Cheatin’ uh?"
|
177 |
-
msgstr "Cheatin’ uh?"
|
178 |
-
|
179 |
-
#: adminimize_page.php:74
|
180 |
-
#: adminimize_page.php:217
|
181 |
-
#: adminimize_page.php:331
|
182 |
-
#: adminimize_page.php:596
|
183 |
-
#: adminimize_page.php:678
|
184 |
-
#: adminimize_page.php:760
|
185 |
-
#: adminimize_page.php:881
|
186 |
-
#: adminimize_page.php:962
|
187 |
-
#: adminimize_page.php:982
|
188 |
-
msgid "Click to toggle"
|
189 |
-
msgstr "टॉगल करने के लिए क्लिक करें"
|
190 |
-
|
191 |
-
#: adminimize_page.php:75
|
192 |
-
msgid "Backend Options"
|
193 |
-
msgstr "बैकेंड विकल्प"
|
194 |
-
|
195 |
-
#: adminimize_page.php:84
|
196 |
-
msgid "User-Info"
|
197 |
-
msgstr "उपयोगकर्ता जानकारी"
|
198 |
-
|
199 |
-
#: adminimize_page.php:88
|
200 |
-
#: adminimize_page.php:101
|
201 |
-
#: adminimize_page.php:111
|
202 |
-
#: adminimize_page.php:121
|
203 |
-
#: adminimize_page.php:131
|
204 |
-
#: adminimize_page.php:141
|
205 |
-
#: adminimize_page.php:151
|
206 |
-
#: adminimize_page.php:161
|
207 |
-
#: adminimize_page.php:190
|
208 |
-
msgid "Default"
|
209 |
-
msgstr "डिफ़ॉल्ट"
|
210 |
-
|
211 |
-
#: adminimize_page.php:89
|
212 |
-
#: adminimize_page.php:112
|
213 |
-
msgid "Hide"
|
214 |
-
msgstr "छिपाना"
|
215 |
-
|
216 |
-
#: adminimize_page.php:90
|
217 |
-
msgid "Only logout"
|
218 |
-
msgstr "केवल लॉगआउट"
|
219 |
-
|
220 |
-
#: adminimize_page.php:91
|
221 |
-
msgid "User & Logout"
|
222 |
-
msgstr "उपयोगकर्ता & लॉगआउट"
|
223 |
-
|
224 |
-
#: adminimize_page.php:92
|
225 |
-
msgid "The "User-Info-area" is on the top right side of the backend. You can hide or reduced show."
|
226 |
-
msgstr "The "उपयोगकर्ता के सूचना क्षेत्र \"बैकेंड का दाईं ओर ऊपर है. आप छिपा या कम दिखा सकते हैं."
|
227 |
-
|
228 |
-
#: adminimize_page.php:97
|
229 |
-
msgid "Change User-Info, redirect to"
|
230 |
-
msgstr "उपयोगकर्ता जानकारी, को अनुप्रेषित"
|
231 |
-
|
232 |
-
#: adminimize_page.php:102
|
233 |
-
msgid "Frontpage of the Blog"
|
234 |
-
msgstr "ब्लॉग का FrontPage"
|
235 |
-
|
236 |
-
#: adminimize_page.php:103
|
237 |
-
msgid "When the "User-Info-area" change it, then it is possible to change the redirect."
|
238 |
-
msgstr "जब " उपयोगकर्ता के सूचना क्षेत्र \"इसे बदलना है, तो इसे बदलने के अनुप्रेषित संभव है."
|
239 |
-
|
240 |
-
#: adminimize_page.php:107
|
241 |
-
msgid "Footer"
|
242 |
-
msgstr "पाद लेख"
|
243 |
-
|
244 |
-
#: adminimize_page.php:113
|
245 |
-
msgid "The Footer-area kann hide, include all links and details."
|
246 |
-
msgstr "पाद लेख क्षेत्र के kann छुपाने के लिए, सभी लिंक और विवरण शामिल हैं."
|
247 |
-
|
248 |
-
#: adminimize_page.php:117
|
249 |
-
msgid "WriteScroll"
|
250 |
-
msgstr "WriteScroll"
|
251 |
-
|
252 |
-
#: adminimize_page.php:122
|
253 |
-
#: adminimize_page.php:132
|
254 |
-
#: adminimize_page.php:142
|
255 |
-
#: adminimize_page.php:152
|
256 |
-
#: adminimize_page.php:162
|
257 |
-
msgid "Activate"
|
258 |
-
msgstr "सक्रिय करें"
|
259 |
-
|
260 |
-
#: adminimize_page.php:123
|
261 |
-
msgid "With the WriteScroll option active, these pages will automatically scroll to an optimal position for editing, when you visit Write Post or Write Page."
|
262 |
-
msgstr "WriteScroll विकल्प के साथ सक्रिय, इन पृष्ठों स्वतः संपादन के लिए एक इष्टतम स्थिति पर स्क्रॉल करेगा, जब तुम यात्रा पोस्ट लिखें या पृष्ठ लिखो."
|
263 |
-
|
264 |
-
#: adminimize_page.php:127
|
265 |
-
msgid "Timestamp"
|
266 |
-
msgstr "टाइमस्टैम्प"
|
267 |
-
|
268 |
-
#: adminimize_page.php:133
|
269 |
-
msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
|
270 |
-
msgstr "आपके बिना पोस्ट टाइमस्टैम्प संपादन क्षेत्रों के लिए \"संपादित करें \" हर बार लिंक पर क्लिक कर रही है."
|
271 |
-
|
272 |
-
#: adminimize_page.php:137
|
273 |
-
msgid "Thickbox FullScreen"
|
274 |
-
msgstr "Thickbox Fullscreen"
|
275 |
-
|
276 |
-
#: adminimize_page.php:143
|
277 |
-
msgid "All Thickbox-function use the full area of the browser. Thickbox is for examble in upload media-files."
|
278 |
-
msgstr "सभी Thickbox समारोह ब्राउज़र के पूरे क्षेत्र का उपयोग करें. Thickbox मीडिया फ़ाइलों को अपलोड करने के examble के लिए है."
|
279 |
-
|
280 |
-
#: adminimize_page.php:147
|
281 |
-
msgid "Flashuploader"
|
282 |
-
msgstr "Flashuploader"
|
283 |
-
|
284 |
-
#: adminimize_page.php:153
|
285 |
-
msgid "Disable the flashuploader and users use only the standard uploader."
|
286 |
-
msgstr "निष्क्रिय करने flashuploader और उपयोगकर्ताओं को केवल मानक अपलोडर का उपयोग करें."
|
287 |
-
|
288 |
-
#: adminimize_page.php:157
|
289 |
-
msgid "Advice in Footer"
|
290 |
-
msgstr "पाद लेख में सलाह"
|
291 |
-
|
292 |
-
#: adminimize_page.php:164
|
293 |
-
msgid "In the Footer kann you display a advice for change the Default-design, (x)HTML is possible."
|
294 |
-
msgstr "फूटर kann में आप चूक से डिजाइन बदलने के लिए एक सलाह प्रदर्शन, (एक्स) HTML संभव है."
|
295 |
-
|
296 |
-
#: adminimize_page.php:186
|
297 |
-
msgid "Dashboard deaktivate, redirect to"
|
298 |
-
msgstr "डैशबोर्ड deaktivate, पुनर्प्रेषित करने के लिए"
|
299 |
-
|
300 |
-
#: adminimize_page.php:191
|
301 |
-
msgid "Manage Posts"
|
302 |
-
msgstr "पोस्ट प्रबंधित"
|
303 |
-
|
304 |
-
#: adminimize_page.php:192
|
305 |
-
msgid "Manage Pages"
|
306 |
-
msgstr "पृष्ठों को प्रबंधित करें"
|
307 |
-
|
308 |
-
#: adminimize_page.php:193
|
309 |
-
msgid "Write Post"
|
310 |
-
msgstr "पोस्ट लिखें"
|
311 |
-
|
312 |
-
#: adminimize_page.php:194
|
313 |
-
msgid "Write Page"
|
314 |
-
msgstr "पृष्ठ लिखें"
|
315 |
-
|
316 |
-
#: adminimize_page.php:195
|
317 |
-
msgid "Comments"
|
318 |
-
msgstr "टिप्पणियाँ"
|
319 |
-
|
320 |
-
#: adminimize_page.php:196
|
321 |
-
msgid "other Page"
|
322 |
-
msgstr "अन्य पेज"
|
323 |
-
|
324 |
-
#: adminimize_page.php:199
|
325 |
-
msgid "You have deaktivate the Dashboard, please select a page for redirect?"
|
326 |
-
msgstr "आप डैशबोर्ड deaktivate, अनुप्रेषित के लिए कृपया एक पृष्ठ का चयन करे?"
|
327 |
-
|
328 |
-
#: adminimize_page.php:208
|
329 |
-
#: adminimize_page.php:322
|
330 |
-
#: adminimize_page.php:587
|
331 |
-
#: adminimize_page.php:669
|
332 |
-
#: adminimize_page.php:751
|
333 |
-
#: adminimize_page.php:871
|
334 |
-
msgid "Update Options"
|
335 |
-
msgstr "अद्यतन विकल्प"
|
336 |
-
|
337 |
-
#: adminimize_page.php:218
|
338 |
-
msgid "Global options"
|
339 |
-
msgstr "ग्लोबल विकल्प"
|
340 |
-
|
341 |
-
#: adminimize_page.php:225
|
342 |
-
#: adminimize_page.php:297
|
343 |
-
#: adminimize_page.php:644
|
344 |
-
#: adminimize_page.php:726
|
345 |
-
#: adminimize_page.php:768
|
346 |
-
#: adminimize_page.php:846
|
347 |
-
msgid "Option"
|
348 |
-
msgstr "विकल्प"
|
349 |
-
|
350 |
-
#: adminimize_page.php:228
|
351 |
-
#: adminimize_page.php:341
|
352 |
-
#: adminimize_page.php:607
|
353 |
-
#: adminimize_page.php:689
|
354 |
-
#: adminimize_page.php:771
|
355 |
-
msgid "Deactivate for"
|
356 |
-
msgstr " निष्क्रिय के लिए"
|
357 |
-
|
358 |
-
#: adminimize_page.php:248
|
359 |
-
msgid "Favorite Actions"
|
360 |
-
msgstr "पसंदीदा कार्य"
|
361 |
-
|
362 |
-
#: adminimize_page.php:249
|
363 |
-
msgid "Screen-Meta"
|
364 |
-
msgstr "स्क्रीन मेटा"
|
365 |
-
|
366 |
-
#: adminimize_page.php:250
|
367 |
-
msgid "Screen Options"
|
368 |
-
msgstr "स्क्रीन विकल्प"
|
369 |
-
|
370 |
-
#: adminimize_page.php:251
|
371 |
-
msgid "Contextual Help"
|
372 |
-
msgstr "संदर्भ मदद"
|
373 |
-
|
374 |
-
#: adminimize_page.php:252
|
375 |
-
msgid "Admin Color Scheme"
|
376 |
-
msgstr "व्यवस्थापक रंग योजना"
|
377 |
-
|
378 |
-
#: adminimize_page.php:296
|
379 |
-
#: adminimize_page.php:845
|
380 |
-
msgid "Your own options"
|
381 |
-
msgstr "अपने खुद के विकल्प"
|
382 |
-
|
383 |
-
#: adminimize_page.php:296
|
384 |
-
#: adminimize_page.php:643
|
385 |
-
#: adminimize_page.php:725
|
386 |
-
#: adminimize_page.php:845
|
387 |
-
msgid "ID or class"
|
388 |
-
msgstr "आईडी या वर्ग"
|
389 |
-
|
390 |
-
#: adminimize_page.php:303
|
391 |
-
#: adminimize_page.php:650
|
392 |
-
#: adminimize_page.php:732
|
393 |
-
#: adminimize_page.php:852
|
394 |
-
msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
|
395 |
-
msgstr "यह संभव है कि तत्वों और टैग से अपने आईडी या वर्गों में जोड़ें. आपको ID और वर्गों के साथ मिल सकता है FireBug जोड़ें Firefox के लिए पर. एक मूल्य और प्रति पंक्ति सहयोगी नाम निरुपित."
|
396 |
-
|
397 |
-
#: adminimize_page.php:309
|
398 |
-
#: adminimize_page.php:656
|
399 |
-
#: adminimize_page.php:738
|
400 |
-
#: adminimize_page.php:858
|
401 |
-
msgid "Possible IDs or classes. Separate multiple values through a carriage return."
|
402 |
-
msgstr "संभव आईडी या वर्ग. एक गाड़ी वापसी के माध्यम से अनेक मान अलग करें."
|
403 |
-
|
404 |
-
#: adminimize_page.php:314
|
405 |
-
#: adminimize_page.php:661
|
406 |
-
#: adminimize_page.php:743
|
407 |
-
#: adminimize_page.php:863
|
408 |
-
msgid "Possible nomination for ID or class. Separate multiple nomination through a carriage return."
|
409 |
-
msgstr "आईडी या वर्ग के लिए संभावित नामांकन. अलग से एक गाड़ी वापसी के माध्यम से कई नामांकन."
|
410 |
-
|
411 |
-
#: adminimize_page.php:332
|
412 |
-
msgid "Menu Options"
|
413 |
-
msgstr "मेनू विकल्प"
|
414 |
-
|
415 |
-
#: adminimize_page.php:338
|
416 |
-
msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
|
417 |
-
msgstr "मेनू विकल्पों - मेनू, <span style=\"font-weight: 400;\">Submenu</span>"
|
418 |
-
|
419 |
-
#: adminimize_page.php:393
|
420 |
-
#: adminimize_page.php:475
|
421 |
-
msgid "Permalink"
|
422 |
-
msgstr "Permalink"
|
423 |
-
|
424 |
-
#: adminimize_page.php:397
|
425 |
-
msgid "Excerpt"
|
426 |
-
msgstr "अंश"
|
427 |
-
|
428 |
-
#: adminimize_page.php:398
|
429 |
-
msgid "Trackbacks"
|
430 |
-
msgstr "Trackbacks"
|
431 |
-
|
432 |
-
#: adminimize_page.php:399
|
433 |
-
#: adminimize_page.php:476
|
434 |
-
msgid "Custom Fields"
|
435 |
-
msgstr "कस्टम फील्ड्स"
|
436 |
-
|
437 |
-
#: adminimize_page.php:400
|
438 |
-
#: adminimize_page.php:477
|
439 |
-
msgid "Comments & Pings"
|
440 |
-
msgstr "टिप्पणियाँ &पिंग्स"
|
441 |
-
|
442 |
-
#: adminimize_page.php:401
|
443 |
-
msgid "Password Protect This Post"
|
444 |
-
msgstr "इस पोस्ट के पासवर्ड को सुरक्षित रखें "
|
445 |
-
|
446 |
-
#: adminimize_page.php:402
|
447 |
-
msgid "Post Author"
|
448 |
-
msgstr "पोस्ट लेखक"
|
449 |
-
|
450 |
-
#: adminimize_page.php:403
|
451 |
-
msgid "Post Revisions"
|
452 |
-
msgstr "पोस्ट संशोधन"
|
453 |
-
|
454 |
-
#: adminimize_page.php:404
|
455 |
-
msgid "Related, Shortcuts"
|
456 |
-
msgstr "संबंधित, शॉर्टकट"
|
457 |
-
|
458 |
-
#: adminimize_page.php:405
|
459 |
-
#: adminimize_page.php:485
|
460 |
-
msgid "Messenges"
|
461 |
-
msgstr "Messenges"
|
462 |
-
|
463 |
-
#: adminimize_page.php:406
|
464 |
-
#: adminimize_page.php:486
|
465 |
-
msgid "h2: Advanced Options"
|
466 |
-
msgstr "h2:उन्नत विकल्प"
|
467 |
-
|
468 |
-
#: adminimize_page.php:407
|
469 |
-
#: adminimize_page.php:487
|
470 |
-
msgid "Media Buttons (all)"
|
471 |
-
msgstr "मीडिया बटन (सभी)"
|
472 |
-
|
473 |
-
#: adminimize_page.php:408
|
474 |
-
#: adminimize_page.php:488
|
475 |
-
msgid "Word count"
|
476 |
-
msgstr "शब्द गणना"
|
477 |
-
|
478 |
-
#: adminimize_page.php:409
|
479 |
-
msgid "Post Slug, Slug Box"
|
480 |
-
msgstr "पोस्ट स्लग, बॉक्स स्लग"
|
481 |
-
|
482 |
-
#: adminimize_page.php:410
|
483 |
-
#: adminimize_page.php:490
|
484 |
-
#: adminimize_page.php:801
|
485 |
-
msgid "Publish Actions"
|
486 |
-
msgstr " कार्य प्रकाशित"
|
487 |
-
|
488 |
-
#: adminimize_page.php:414
|
489 |
-
#: adminimize_page.php:494
|
490 |
-
msgid "Suggested tags from"
|
491 |
-
msgstr " टैग से सुझाया"
|
492 |
-
|
493 |
-
#: adminimize_page.php:416
|
494 |
-
msgid "Text Control"
|
495 |
-
msgstr "पाठ नियंत्रण"
|
496 |
-
|
497 |
-
#: adminimize_page.php:418
|
498 |
-
#: adminimize_page.php:496
|
499 |
-
msgid "HTML Special Characters"
|
500 |
-
msgstr "HTML विशेष वर्ण"
|
501 |
-
|
502 |
-
#: adminimize_page.php:478
|
503 |
-
msgid "Password Protect This Page"
|
504 |
-
msgstr "पासवर्ड इस पृष्ठ को सुरक्षित रखें"
|
505 |
-
|
506 |
-
#: adminimize_page.php:479
|
507 |
-
msgid "Page Parent"
|
508 |
-
msgstr " मूल पृष्ठ"
|
509 |
-
|
510 |
-
#: adminimize_page.php:480
|
511 |
-
msgid "Page Template"
|
512 |
-
msgstr "पृष्ठ टेम्पलेट"
|
513 |
-
|
514 |
-
#: adminimize_page.php:481
|
515 |
-
msgid "Page Order"
|
516 |
-
msgstr "पृष्ठ आदेश"
|
517 |
-
|
518 |
-
#: adminimize_page.php:482
|
519 |
-
msgid "Page Author"
|
520 |
-
msgstr "पृष्ठ लेखक"
|
521 |
-
|
522 |
-
#: adminimize_page.php:483
|
523 |
-
msgid "Page Revisions"
|
524 |
-
msgstr "पृष्ठ संशोधन"
|
525 |
-
|
526 |
-
#: adminimize_page.php:484
|
527 |
-
msgid "Related"
|
528 |
-
msgstr "संबंधित"
|
529 |
-
|
530 |
-
#: adminimize_page.php:489
|
531 |
-
msgid "Page Slug, Slug Box"
|
532 |
-
msgstr "पृष्ठ स्लग, बॉक्स स्लग"
|
533 |
-
|
534 |
-
#: adminimize_page.php:597
|
535 |
-
#: adminimize_page.php:604
|
536 |
-
msgid "Write options - Post"
|
537 |
-
msgstr "विकल्प लिखें - पोस्ट"
|
538 |
-
|
539 |
-
#: adminimize_page.php:643
|
540 |
-
msgid "Your own post options"
|
541 |
-
msgstr "अपने खुद के पद विकल्प"
|
542 |
-
|
543 |
-
#: adminimize_page.php:679
|
544 |
-
#: adminimize_page.php:686
|
545 |
-
msgid "Write options - Page"
|
546 |
-
msgstr "विकल्प लिखें - पेज"
|
547 |
-
|
548 |
-
#: adminimize_page.php:725
|
549 |
-
msgid "Your own page options"
|
550 |
-
msgstr "अपने खुद के विकल्प पृष्ठ"
|
551 |
-
|
552 |
-
#: adminimize_page.php:761
|
553 |
-
msgid "Links options"
|
554 |
-
msgstr "लिंक विकल्प"
|
555 |
-
|
556 |
-
#: adminimize_page.php:794
|
557 |
-
msgid "Name"
|
558 |
-
msgstr "नाम"
|
559 |
-
|
560 |
-
#: adminimize_page.php:795
|
561 |
-
msgid "Web Address"
|
562 |
-
msgstr "वेब पता"
|
563 |
-
|
564 |
-
#: adminimize_page.php:796
|
565 |
-
msgid "Description"
|
566 |
-
msgstr "विवरण"
|
567 |
-
|
568 |
-
#: adminimize_page.php:798
|
569 |
-
msgid "Target"
|
570 |
-
msgstr "लक्ष्य"
|
571 |
-
|
572 |
-
#: adminimize_page.php:799
|
573 |
-
msgid "Link Relationship (XFN)"
|
574 |
-
msgstr "लिंक संबंध (XFN)"
|
575 |
-
|
576 |
-
#: adminimize_page.php:800
|
577 |
-
msgid "Advanced"
|
578 |
-
msgstr "उन्नत"
|
579 |
-
|
580 |
-
#: adminimize_page.php:882
|
581 |
-
#: adminimize_page.php:952
|
582 |
-
msgid "Set Theme"
|
583 |
-
msgstr "सेट थीम"
|
584 |
-
|
585 |
-
#: adminimize_page.php:891
|
586 |
-
msgid "User-ID"
|
587 |
-
msgstr "प्रयोक्ता आईडी"
|
588 |
-
|
589 |
-
#: adminimize_page.php:892
|
590 |
-
msgid "Username"
|
591 |
-
msgstr "उपयोगकर्ता नाम"
|
592 |
-
|
593 |
-
#: adminimize_page.php:893
|
594 |
-
msgid "Display name publicly as"
|
595 |
-
msgstr " नाम सार्वजनिक रूप प्रदर्शित"
|
596 |
-
|
597 |
-
#: adminimize_page.php:894
|
598 |
-
msgid "Admin-Color Scheme"
|
599 |
-
msgstr "एडमिन रंग योजना"
|
600 |
-
|
601 |
-
#: adminimize_page.php:895
|
602 |
-
msgid "User Level"
|
603 |
-
msgstr "उपयोगकर्ता स्तर"
|
604 |
-
|
605 |
-
#: adminimize_page.php:896
|
606 |
-
msgid "Role"
|
607 |
-
msgstr "भूमिका"
|
608 |
-
|
609 |
-
#: adminimize_page.php:963
|
610 |
-
msgid "Deinstall Options"
|
611 |
-
msgstr "Deinstall विकल्प"
|
612 |
-
|
613 |
-
#: adminimize_page.php:966
|
614 |
-
msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
|
615 |
-
msgstr "सभी प्रविष्टियों का इस प्लगइन से अपने डेटाबेस को साफ के लिए इस विकल्प का प्रयोग करें. जब आप को निष्क्रिय प्लगइन, <strong> डेटाबेस में प्लगइन </strong> नहीं सभी प्रविष्टियों को साफ का deinstall."
|
616 |
-
|
617 |
-
#: adminimize_page.php:970
|
618 |
-
msgid "Delete Options"
|
619 |
-
msgstr " विकल्प हटाएँ"
|
620 |
-
|
621 |
-
#: adminimize_page.php:983
|
622 |
-
msgid "About the plugin"
|
623 |
-
msgstr " प्लगइन के बारे में"
|
624 |
-
|
625 |
-
#: adminimize_page.php:985
|
626 |
-
msgid "Further information: Visit the <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">plugin homepage</a> for further information or to grab the latest version of this plugin."
|
627 |
-
msgstr "अधिक जानकारी:प्लगइन के लिए अधिक जानकारी या इस का नवीनतम संस्करण हड़पने के लिए. <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\"> मुखपृष्ठ प्लगइन</a>पर जाएँ"
|
628 |
-
|
629 |
-
#: adminimize_page.php:991
|
630 |
-
msgid "PayPal - The safer, easier way to pay online!"
|
631 |
-
msgstr "पेपैल - सुरक्षित, आसान करने के लिए ऑनलाइन भुगतान करते हैं!"
|
632 |
-
|
633 |
-
#: adminimize_page.php:995
|
634 |
-
msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
|
635 |
-
msgstr "आपको मुझे शुक्रिया अदा करना चाहते हैं?<a href=\"http://bueltge.de/wunschliste/\">wishlist</a> मेरे पर जाएँ या दान."
|
636 |
-
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Adminimize\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2009-04-27 10:55+0100\n"
|
6 |
+
"PO-Revision-Date: 2011-06-16 16:07+0530\n"
|
7 |
+
"Last-Translator: Ashish Jha <ashish@outshinesolutions.com>\n"
|
8 |
+
"Language-Team: Outshine Solutions <ash.pr@outshinesolutions.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-SourceCharset: utf-8\n"
|
13 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
+
"X-Poedit-Basepath: d:\\WP-Plugins\\adminimize\\trunk\\\n"
|
15 |
+
": \n"
|
16 |
+
"X-Poedit-Language: Hindi\n"
|
17 |
+
"X-Poedit-Country: INDIA\n"
|
18 |
+
"X-Poedit-SearchPath-0: .\n"
|
19 |
+
|
20 |
+
#: adminimize.php:84
|
21 |
+
msgid "Unknown error."
|
22 |
+
msgstr "अज्ञात त्रुटि."
|
23 |
+
|
24 |
+
#: adminimize.php:91
|
25 |
+
msgid "The updates was saved."
|
26 |
+
msgstr "अपडेट सहेजा गया था."
|
27 |
+
|
28 |
+
#: adminimize.php:92
|
29 |
+
msgid "You have not enough rights for edit entries in the database."
|
30 |
+
msgstr "आप डेटाबेस में प्रविष्टियों को संपादित करने के लिए पर्याप्त नहीं है"
|
31 |
+
|
32 |
+
#: adminimize.php:93
|
33 |
+
msgid "All entries in the database was delleted."
|
34 |
+
msgstr "डेटाबेस में सभी प्रविष्टियों को नष्ट किया गया."
|
35 |
+
|
36 |
+
#: adminimize.php:94
|
37 |
+
msgid "Set the checkbox on deinstall-button."
|
38 |
+
msgstr "Deinstall बटन पर चेकबॉक्स निर्धारित करें."
|
39 |
+
|
40 |
+
#: adminimize.php:95
|
41 |
+
msgid "Can't load menu and submenu."
|
42 |
+
msgstr "मेनू और सबमेनू लोड नहीं कर सकते."
|
43 |
+
|
44 |
+
#: adminimize.php:96
|
45 |
+
msgid "Backend-Theme was activated!"
|
46 |
+
msgstr "बैकेंड थीम सक्रिय किया था!"
|
47 |
+
|
48 |
+
#: adminimize.php:347
|
49 |
+
#: adminimize_page.php:395
|
50 |
+
#: adminimize_page.php:797
|
51 |
+
msgid "Categories"
|
52 |
+
msgstr "श्रेणियाँ"
|
53 |
+
|
54 |
+
#: adminimize.php:353
|
55 |
+
#: adminimize.php:364
|
56 |
+
msgid "+ Add New Category"
|
57 |
+
msgstr "नई श्रेणी जोड़ें +"
|
58 |
+
|
59 |
+
#: adminimize.php:355
|
60 |
+
#: adminimize.php:366
|
61 |
+
msgid "New category name"
|
62 |
+
msgstr "नई श्रेणी का नाम"
|
63 |
+
|
64 |
+
#: adminimize.php:356
|
65 |
+
#: adminimize.php:368
|
66 |
+
msgid "Parent category"
|
67 |
+
msgstr "अभिभावक वर्ग"
|
68 |
+
|
69 |
+
#: adminimize.php:357
|
70 |
+
#: adminimize.php:369
|
71 |
+
msgid "Add"
|
72 |
+
msgstr "जोड़ें"
|
73 |
+
|
74 |
+
#: adminimize.php:366
|
75 |
+
#: adminimize_page.php:396
|
76 |
+
msgid "Add New Category"
|
77 |
+
msgstr "नई श्रेणी जोड़ें"
|
78 |
+
|
79 |
+
#: adminimize.php:390
|
80 |
+
#: adminimize.php:391
|
81 |
+
#: adminimize_page.php:394
|
82 |
+
msgid "Tags"
|
83 |
+
msgstr "टैग"
|
84 |
+
|
85 |
+
#: adminimize.php:431
|
86 |
+
#: adminimize.php:445
|
87 |
+
#: adminimize.php:459
|
88 |
+
msgid "Blue"
|
89 |
+
msgstr "नीला"
|
90 |
+
|
91 |
+
#: adminimize.php:438
|
92 |
+
#: adminimize.php:452
|
93 |
+
#: adminimize.php:466
|
94 |
+
msgid "Gray"
|
95 |
+
msgstr "ग्रे "
|
96 |
+
|
97 |
+
#: adminimize.php:474
|
98 |
+
#: adminimize.php:516
|
99 |
+
#: adminimize.php:539
|
100 |
+
msgid "Classic"
|
101 |
+
msgstr "क्लासिक"
|
102 |
+
|
103 |
+
#: adminimize.php:481
|
104 |
+
#: adminimize.php:523
|
105 |
+
#: adminimize.php:546
|
106 |
+
msgid "Fresh"
|
107 |
+
msgstr "ताज़ा"
|
108 |
+
|
109 |
+
#: adminimize.php:488
|
110 |
+
msgid "WordPress 2.3"
|
111 |
+
msgstr "WordPress 2.3"
|
112 |
+
|
113 |
+
#: adminimize.php:495
|
114 |
+
msgid "Maybe i'm colorblind"
|
115 |
+
msgstr "शायद मैं वर्णअंध हूँ"
|
116 |
+
|
117 |
+
#: adminimize.php:502
|
118 |
+
msgid "Grey"
|
119 |
+
msgstr "ग्रे"
|
120 |
+
|
121 |
+
#: adminimize.php:630
|
122 |
+
#: adminimize.php:633
|
123 |
+
msgid "Dashboard"
|
124 |
+
msgstr "डैशबोर्ड"
|
125 |
+
|
126 |
+
#: adminimize.php:692
|
127 |
+
#: adminimize.php:694
|
128 |
+
#: adminimize.php:707
|
129 |
+
#: adminimize.php:709
|
130 |
+
#: adminimize.php:907
|
131 |
+
msgid "Log Out"
|
132 |
+
msgstr "लॉग आउट"
|
133 |
+
|
134 |
+
#: adminimize.php:926
|
135 |
+
msgid "Visit plugin homepage"
|
136 |
+
msgstr " होमपेज प्लगइन पर जाएँ"
|
137 |
+
|
138 |
+
#: adminimize.php:929
|
139 |
+
msgid "plugin"
|
140 |
+
msgstr "प्लगइन"
|
141 |
+
|
142 |
+
#: adminimize.php:929
|
143 |
+
msgid "Version"
|
144 |
+
msgstr "संस्करण"
|
145 |
+
|
146 |
+
#: adminimize.php:929
|
147 |
+
msgid "History"
|
148 |
+
msgstr "इतिहास"
|
149 |
+
|
150 |
+
#: adminimize.php:929
|
151 |
+
msgid "Author"
|
152 |
+
msgstr "लेखक"
|
153 |
+
|
154 |
+
#: adminimize.php:932
|
155 |
+
msgid "plugin activate"
|
156 |
+
msgstr "सक्रिय प्लगइन"
|
157 |
+
|
158 |
+
#: adminimize.php:947
|
159 |
+
msgid "Settings"
|
160 |
+
msgstr "सेटिंग्स"
|
161 |
+
|
162 |
+
#: adminimize.php:1007
|
163 |
+
msgid "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentation</a>"
|
164 |
+
msgstr "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentación</a>"
|
165 |
+
|
166 |
+
#: adminimize.php:1024
|
167 |
+
#: adminimize_page.php:70
|
168 |
+
msgid "Adminimize"
|
169 |
+
msgstr "Adminimize"
|
170 |
+
|
171 |
+
#: adminimize.php:1026
|
172 |
+
msgid "Adminimize Options"
|
173 |
+
msgstr "Adminimize विकल्प"
|
174 |
+
|
175 |
+
#: adminimize.php:1040
|
176 |
+
msgid "Cheatin’ uh?"
|
177 |
+
msgstr "Cheatin’ uh?"
|
178 |
+
|
179 |
+
#: adminimize_page.php:74
|
180 |
+
#: adminimize_page.php:217
|
181 |
+
#: adminimize_page.php:331
|
182 |
+
#: adminimize_page.php:596
|
183 |
+
#: adminimize_page.php:678
|
184 |
+
#: adminimize_page.php:760
|
185 |
+
#: adminimize_page.php:881
|
186 |
+
#: adminimize_page.php:962
|
187 |
+
#: adminimize_page.php:982
|
188 |
+
msgid "Click to toggle"
|
189 |
+
msgstr "टॉगल करने के लिए क्लिक करें"
|
190 |
+
|
191 |
+
#: adminimize_page.php:75
|
192 |
+
msgid "Backend Options"
|
193 |
+
msgstr "बैकेंड विकल्प"
|
194 |
+
|
195 |
+
#: adminimize_page.php:84
|
196 |
+
msgid "User-Info"
|
197 |
+
msgstr "उपयोगकर्ता जानकारी"
|
198 |
+
|
199 |
+
#: adminimize_page.php:88
|
200 |
+
#: adminimize_page.php:101
|
201 |
+
#: adminimize_page.php:111
|
202 |
+
#: adminimize_page.php:121
|
203 |
+
#: adminimize_page.php:131
|
204 |
+
#: adminimize_page.php:141
|
205 |
+
#: adminimize_page.php:151
|
206 |
+
#: adminimize_page.php:161
|
207 |
+
#: adminimize_page.php:190
|
208 |
+
msgid "Default"
|
209 |
+
msgstr "डिफ़ॉल्ट"
|
210 |
+
|
211 |
+
#: adminimize_page.php:89
|
212 |
+
#: adminimize_page.php:112
|
213 |
+
msgid "Hide"
|
214 |
+
msgstr "छिपाना"
|
215 |
+
|
216 |
+
#: adminimize_page.php:90
|
217 |
+
msgid "Only logout"
|
218 |
+
msgstr "केवल लॉगआउट"
|
219 |
+
|
220 |
+
#: adminimize_page.php:91
|
221 |
+
msgid "User & Logout"
|
222 |
+
msgstr "उपयोगकर्ता & लॉगआउट"
|
223 |
+
|
224 |
+
#: adminimize_page.php:92
|
225 |
+
msgid "The "User-Info-area" is on the top right side of the backend. You can hide or reduced show."
|
226 |
+
msgstr "The "उपयोगकर्ता के सूचना क्षेत्र \"बैकेंड का दाईं ओर ऊपर है. आप छिपा या कम दिखा सकते हैं."
|
227 |
+
|
228 |
+
#: adminimize_page.php:97
|
229 |
+
msgid "Change User-Info, redirect to"
|
230 |
+
msgstr "उपयोगकर्ता जानकारी, को अनुप्रेषित"
|
231 |
+
|
232 |
+
#: adminimize_page.php:102
|
233 |
+
msgid "Frontpage of the Blog"
|
234 |
+
msgstr "ब्लॉग का FrontPage"
|
235 |
+
|
236 |
+
#: adminimize_page.php:103
|
237 |
+
msgid "When the "User-Info-area" change it, then it is possible to change the redirect."
|
238 |
+
msgstr "जब " उपयोगकर्ता के सूचना क्षेत्र \"इसे बदलना है, तो इसे बदलने के अनुप्रेषित संभव है."
|
239 |
+
|
240 |
+
#: adminimize_page.php:107
|
241 |
+
msgid "Footer"
|
242 |
+
msgstr "पाद लेख"
|
243 |
+
|
244 |
+
#: adminimize_page.php:113
|
245 |
+
msgid "The Footer-area kann hide, include all links and details."
|
246 |
+
msgstr "पाद लेख क्षेत्र के kann छुपाने के लिए, सभी लिंक और विवरण शामिल हैं."
|
247 |
+
|
248 |
+
#: adminimize_page.php:117
|
249 |
+
msgid "WriteScroll"
|
250 |
+
msgstr "WriteScroll"
|
251 |
+
|
252 |
+
#: adminimize_page.php:122
|
253 |
+
#: adminimize_page.php:132
|
254 |
+
#: adminimize_page.php:142
|
255 |
+
#: adminimize_page.php:152
|
256 |
+
#: adminimize_page.php:162
|
257 |
+
msgid "Activate"
|
258 |
+
msgstr "सक्रिय करें"
|
259 |
+
|
260 |
+
#: adminimize_page.php:123
|
261 |
+
msgid "With the WriteScroll option active, these pages will automatically scroll to an optimal position for editing, when you visit Write Post or Write Page."
|
262 |
+
msgstr "WriteScroll विकल्प के साथ सक्रिय, इन पृष्ठों स्वतः संपादन के लिए एक इष्टतम स्थिति पर स्क्रॉल करेगा, जब तुम यात्रा पोस्ट लिखें या पृष्ठ लिखो."
|
263 |
+
|
264 |
+
#: adminimize_page.php:127
|
265 |
+
msgid "Timestamp"
|
266 |
+
msgstr "टाइमस्टैम्प"
|
267 |
+
|
268 |
+
#: adminimize_page.php:133
|
269 |
+
msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
|
270 |
+
msgstr "आपके बिना पोस्ट टाइमस्टैम्प संपादन क्षेत्रों के लिए \"संपादित करें \" हर बार लिंक पर क्लिक कर रही है."
|
271 |
+
|
272 |
+
#: adminimize_page.php:137
|
273 |
+
msgid "Thickbox FullScreen"
|
274 |
+
msgstr "Thickbox Fullscreen"
|
275 |
+
|
276 |
+
#: adminimize_page.php:143
|
277 |
+
msgid "All Thickbox-function use the full area of the browser. Thickbox is for examble in upload media-files."
|
278 |
+
msgstr "सभी Thickbox समारोह ब्राउज़र के पूरे क्षेत्र का उपयोग करें. Thickbox मीडिया फ़ाइलों को अपलोड करने के examble के लिए है."
|
279 |
+
|
280 |
+
#: adminimize_page.php:147
|
281 |
+
msgid "Flashuploader"
|
282 |
+
msgstr "Flashuploader"
|
283 |
+
|
284 |
+
#: adminimize_page.php:153
|
285 |
+
msgid "Disable the flashuploader and users use only the standard uploader."
|
286 |
+
msgstr "निष्क्रिय करने flashuploader और उपयोगकर्ताओं को केवल मानक अपलोडर का उपयोग करें."
|
287 |
+
|
288 |
+
#: adminimize_page.php:157
|
289 |
+
msgid "Advice in Footer"
|
290 |
+
msgstr "पाद लेख में सलाह"
|
291 |
+
|
292 |
+
#: adminimize_page.php:164
|
293 |
+
msgid "In the Footer kann you display a advice for change the Default-design, (x)HTML is possible."
|
294 |
+
msgstr "फूटर kann में आप चूक से डिजाइन बदलने के लिए एक सलाह प्रदर्शन, (एक्स) HTML संभव है."
|
295 |
+
|
296 |
+
#: adminimize_page.php:186
|
297 |
+
msgid "Dashboard deaktivate, redirect to"
|
298 |
+
msgstr "डैशबोर्ड deaktivate, पुनर्प्रेषित करने के लिए"
|
299 |
+
|
300 |
+
#: adminimize_page.php:191
|
301 |
+
msgid "Manage Posts"
|
302 |
+
msgstr "पोस्ट प्रबंधित"
|
303 |
+
|
304 |
+
#: adminimize_page.php:192
|
305 |
+
msgid "Manage Pages"
|
306 |
+
msgstr "पृष्ठों को प्रबंधित करें"
|
307 |
+
|
308 |
+
#: adminimize_page.php:193
|
309 |
+
msgid "Write Post"
|
310 |
+
msgstr "पोस्ट लिखें"
|
311 |
+
|
312 |
+
#: adminimize_page.php:194
|
313 |
+
msgid "Write Page"
|
314 |
+
msgstr "पृष्ठ लिखें"
|
315 |
+
|
316 |
+
#: adminimize_page.php:195
|
317 |
+
msgid "Comments"
|
318 |
+
msgstr "टिप्पणियाँ"
|
319 |
+
|
320 |
+
#: adminimize_page.php:196
|
321 |
+
msgid "other Page"
|
322 |
+
msgstr "अन्य पेज"
|
323 |
+
|
324 |
+
#: adminimize_page.php:199
|
325 |
+
msgid "You have deaktivate the Dashboard, please select a page for redirect?"
|
326 |
+
msgstr "आप डैशबोर्ड deaktivate, अनुप्रेषित के लिए कृपया एक पृष्ठ का चयन करे?"
|
327 |
+
|
328 |
+
#: adminimize_page.php:208
|
329 |
+
#: adminimize_page.php:322
|
330 |
+
#: adminimize_page.php:587
|
331 |
+
#: adminimize_page.php:669
|
332 |
+
#: adminimize_page.php:751
|
333 |
+
#: adminimize_page.php:871
|
334 |
+
msgid "Update Options"
|
335 |
+
msgstr "अद्यतन विकल्प"
|
336 |
+
|
337 |
+
#: adminimize_page.php:218
|
338 |
+
msgid "Global options"
|
339 |
+
msgstr "ग्लोबल विकल्प"
|
340 |
+
|
341 |
+
#: adminimize_page.php:225
|
342 |
+
#: adminimize_page.php:297
|
343 |
+
#: adminimize_page.php:644
|
344 |
+
#: adminimize_page.php:726
|
345 |
+
#: adminimize_page.php:768
|
346 |
+
#: adminimize_page.php:846
|
347 |
+
msgid "Option"
|
348 |
+
msgstr "विकल्प"
|
349 |
+
|
350 |
+
#: adminimize_page.php:228
|
351 |
+
#: adminimize_page.php:341
|
352 |
+
#: adminimize_page.php:607
|
353 |
+
#: adminimize_page.php:689
|
354 |
+
#: adminimize_page.php:771
|
355 |
+
msgid "Deactivate for"
|
356 |
+
msgstr " निष्क्रिय के लिए"
|
357 |
+
|
358 |
+
#: adminimize_page.php:248
|
359 |
+
msgid "Favorite Actions"
|
360 |
+
msgstr "पसंदीदा कार्य"
|
361 |
+
|
362 |
+
#: adminimize_page.php:249
|
363 |
+
msgid "Screen-Meta"
|
364 |
+
msgstr "स्क्रीन मेटा"
|
365 |
+
|
366 |
+
#: adminimize_page.php:250
|
367 |
+
msgid "Screen Options"
|
368 |
+
msgstr "स्क्रीन विकल्प"
|
369 |
+
|
370 |
+
#: adminimize_page.php:251
|
371 |
+
msgid "Contextual Help"
|
372 |
+
msgstr "संदर्भ मदद"
|
373 |
+
|
374 |
+
#: adminimize_page.php:252
|
375 |
+
msgid "Admin Color Scheme"
|
376 |
+
msgstr "व्यवस्थापक रंग योजना"
|
377 |
+
|
378 |
+
#: adminimize_page.php:296
|
379 |
+
#: adminimize_page.php:845
|
380 |
+
msgid "Your own options"
|
381 |
+
msgstr "अपने खुद के विकल्प"
|
382 |
+
|
383 |
+
#: adminimize_page.php:296
|
384 |
+
#: adminimize_page.php:643
|
385 |
+
#: adminimize_page.php:725
|
386 |
+
#: adminimize_page.php:845
|
387 |
+
msgid "ID or class"
|
388 |
+
msgstr "आईडी या वर्ग"
|
389 |
+
|
390 |
+
#: adminimize_page.php:303
|
391 |
+
#: adminimize_page.php:650
|
392 |
+
#: adminimize_page.php:732
|
393 |
+
#: adminimize_page.php:852
|
394 |
+
msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
|
395 |
+
msgstr "यह संभव है कि तत्वों और टैग से अपने आईडी या वर्गों में जोड़ें. आपको ID और वर्गों के साथ मिल सकता है FireBug जोड़ें Firefox के लिए पर. एक मूल्य और प्रति पंक्ति सहयोगी नाम निरुपित."
|
396 |
+
|
397 |
+
#: adminimize_page.php:309
|
398 |
+
#: adminimize_page.php:656
|
399 |
+
#: adminimize_page.php:738
|
400 |
+
#: adminimize_page.php:858
|
401 |
+
msgid "Possible IDs or classes. Separate multiple values through a carriage return."
|
402 |
+
msgstr "संभव आईडी या वर्ग. एक गाड़ी वापसी के माध्यम से अनेक मान अलग करें."
|
403 |
+
|
404 |
+
#: adminimize_page.php:314
|
405 |
+
#: adminimize_page.php:661
|
406 |
+
#: adminimize_page.php:743
|
407 |
+
#: adminimize_page.php:863
|
408 |
+
msgid "Possible nomination for ID or class. Separate multiple nomination through a carriage return."
|
409 |
+
msgstr "आईडी या वर्ग के लिए संभावित नामांकन. अलग से एक गाड़ी वापसी के माध्यम से कई नामांकन."
|
410 |
+
|
411 |
+
#: adminimize_page.php:332
|
412 |
+
msgid "Menu Options"
|
413 |
+
msgstr "मेनू विकल्प"
|
414 |
+
|
415 |
+
#: adminimize_page.php:338
|
416 |
+
msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
|
417 |
+
msgstr "मेनू विकल्पों - मेनू, <span style=\"font-weight: 400;\">Submenu</span>"
|
418 |
+
|
419 |
+
#: adminimize_page.php:393
|
420 |
+
#: adminimize_page.php:475
|
421 |
+
msgid "Permalink"
|
422 |
+
msgstr "Permalink"
|
423 |
+
|
424 |
+
#: adminimize_page.php:397
|
425 |
+
msgid "Excerpt"
|
426 |
+
msgstr "अंश"
|
427 |
+
|
428 |
+
#: adminimize_page.php:398
|
429 |
+
msgid "Trackbacks"
|
430 |
+
msgstr "Trackbacks"
|
431 |
+
|
432 |
+
#: adminimize_page.php:399
|
433 |
+
#: adminimize_page.php:476
|
434 |
+
msgid "Custom Fields"
|
435 |
+
msgstr "कस्टम फील्ड्स"
|
436 |
+
|
437 |
+
#: adminimize_page.php:400
|
438 |
+
#: adminimize_page.php:477
|
439 |
+
msgid "Comments & Pings"
|
440 |
+
msgstr "टिप्पणियाँ &पिंग्स"
|
441 |
+
|
442 |
+
#: adminimize_page.php:401
|
443 |
+
msgid "Password Protect This Post"
|
444 |
+
msgstr "इस पोस्ट के पासवर्ड को सुरक्षित रखें "
|
445 |
+
|
446 |
+
#: adminimize_page.php:402
|
447 |
+
msgid "Post Author"
|
448 |
+
msgstr "पोस्ट लेखक"
|
449 |
+
|
450 |
+
#: adminimize_page.php:403
|
451 |
+
msgid "Post Revisions"
|
452 |
+
msgstr "पोस्ट संशोधन"
|
453 |
+
|
454 |
+
#: adminimize_page.php:404
|
455 |
+
msgid "Related, Shortcuts"
|
456 |
+
msgstr "संबंधित, शॉर्टकट"
|
457 |
+
|
458 |
+
#: adminimize_page.php:405
|
459 |
+
#: adminimize_page.php:485
|
460 |
+
msgid "Messenges"
|
461 |
+
msgstr "Messenges"
|
462 |
+
|
463 |
+
#: adminimize_page.php:406
|
464 |
+
#: adminimize_page.php:486
|
465 |
+
msgid "h2: Advanced Options"
|
466 |
+
msgstr "h2:उन्नत विकल्प"
|
467 |
+
|
468 |
+
#: adminimize_page.php:407
|
469 |
+
#: adminimize_page.php:487
|
470 |
+
msgid "Media Buttons (all)"
|
471 |
+
msgstr "मीडिया बटन (सभी)"
|
472 |
+
|
473 |
+
#: adminimize_page.php:408
|
474 |
+
#: adminimize_page.php:488
|
475 |
+
msgid "Word count"
|
476 |
+
msgstr "शब्द गणना"
|
477 |
+
|
478 |
+
#: adminimize_page.php:409
|
479 |
+
msgid "Post Slug, Slug Box"
|
480 |
+
msgstr "पोस्ट स्लग, बॉक्स स्लग"
|
481 |
+
|
482 |
+
#: adminimize_page.php:410
|
483 |
+
#: adminimize_page.php:490
|
484 |
+
#: adminimize_page.php:801
|
485 |
+
msgid "Publish Actions"
|
486 |
+
msgstr " कार्य प्रकाशित"
|
487 |
+
|
488 |
+
#: adminimize_page.php:414
|
489 |
+
#: adminimize_page.php:494
|
490 |
+
msgid "Suggested tags from"
|
491 |
+
msgstr " टैग से सुझाया"
|
492 |
+
|
493 |
+
#: adminimize_page.php:416
|
494 |
+
msgid "Text Control"
|
495 |
+
msgstr "पाठ नियंत्रण"
|
496 |
+
|
497 |
+
#: adminimize_page.php:418
|
498 |
+
#: adminimize_page.php:496
|
499 |
+
msgid "HTML Special Characters"
|
500 |
+
msgstr "HTML विशेष वर्ण"
|
501 |
+
|
502 |
+
#: adminimize_page.php:478
|
503 |
+
msgid "Password Protect This Page"
|
504 |
+
msgstr "पासवर्ड इस पृष्ठ को सुरक्षित रखें"
|
505 |
+
|
506 |
+
#: adminimize_page.php:479
|
507 |
+
msgid "Page Parent"
|
508 |
+
msgstr " मूल पृष्ठ"
|
509 |
+
|
510 |
+
#: adminimize_page.php:480
|
511 |
+
msgid "Page Template"
|
512 |
+
msgstr "पृष्ठ टेम्पलेट"
|
513 |
+
|
514 |
+
#: adminimize_page.php:481
|
515 |
+
msgid "Page Order"
|
516 |
+
msgstr "पृष्ठ आदेश"
|
517 |
+
|
518 |
+
#: adminimize_page.php:482
|
519 |
+
msgid "Page Author"
|
520 |
+
msgstr "पृष्ठ लेखक"
|
521 |
+
|
522 |
+
#: adminimize_page.php:483
|
523 |
+
msgid "Page Revisions"
|
524 |
+
msgstr "पृष्ठ संशोधन"
|
525 |
+
|
526 |
+
#: adminimize_page.php:484
|
527 |
+
msgid "Related"
|
528 |
+
msgstr "संबंधित"
|
529 |
+
|
530 |
+
#: adminimize_page.php:489
|
531 |
+
msgid "Page Slug, Slug Box"
|
532 |
+
msgstr "पृष्ठ स्लग, बॉक्स स्लग"
|
533 |
+
|
534 |
+
#: adminimize_page.php:597
|
535 |
+
#: adminimize_page.php:604
|
536 |
+
msgid "Write options - Post"
|
537 |
+
msgstr "विकल्प लिखें - पोस्ट"
|
538 |
+
|
539 |
+
#: adminimize_page.php:643
|
540 |
+
msgid "Your own post options"
|
541 |
+
msgstr "अपने खुद के पद विकल्प"
|
542 |
+
|
543 |
+
#: adminimize_page.php:679
|
544 |
+
#: adminimize_page.php:686
|
545 |
+
msgid "Write options - Page"
|
546 |
+
msgstr "विकल्प लिखें - पेज"
|
547 |
+
|
548 |
+
#: adminimize_page.php:725
|
549 |
+
msgid "Your own page options"
|
550 |
+
msgstr "अपने खुद के विकल्प पृष्ठ"
|
551 |
+
|
552 |
+
#: adminimize_page.php:761
|
553 |
+
msgid "Links options"
|
554 |
+
msgstr "लिंक विकल्प"
|
555 |
+
|
556 |
+
#: adminimize_page.php:794
|
557 |
+
msgid "Name"
|
558 |
+
msgstr "नाम"
|
559 |
+
|
560 |
+
#: adminimize_page.php:795
|
561 |
+
msgid "Web Address"
|
562 |
+
msgstr "वेब पता"
|
563 |
+
|
564 |
+
#: adminimize_page.php:796
|
565 |
+
msgid "Description"
|
566 |
+
msgstr "विवरण"
|
567 |
+
|
568 |
+
#: adminimize_page.php:798
|
569 |
+
msgid "Target"
|
570 |
+
msgstr "लक्ष्य"
|
571 |
+
|
572 |
+
#: adminimize_page.php:799
|
573 |
+
msgid "Link Relationship (XFN)"
|
574 |
+
msgstr "लिंक संबंध (XFN)"
|
575 |
+
|
576 |
+
#: adminimize_page.php:800
|
577 |
+
msgid "Advanced"
|
578 |
+
msgstr "उन्नत"
|
579 |
+
|
580 |
+
#: adminimize_page.php:882
|
581 |
+
#: adminimize_page.php:952
|
582 |
+
msgid "Set Theme"
|
583 |
+
msgstr "सेट थीम"
|
584 |
+
|
585 |
+
#: adminimize_page.php:891
|
586 |
+
msgid "User-ID"
|
587 |
+
msgstr "प्रयोक्ता आईडी"
|
588 |
+
|
589 |
+
#: adminimize_page.php:892
|
590 |
+
msgid "Username"
|
591 |
+
msgstr "उपयोगकर्ता नाम"
|
592 |
+
|
593 |
+
#: adminimize_page.php:893
|
594 |
+
msgid "Display name publicly as"
|
595 |
+
msgstr " नाम सार्वजनिक रूप प्रदर्शित"
|
596 |
+
|
597 |
+
#: adminimize_page.php:894
|
598 |
+
msgid "Admin-Color Scheme"
|
599 |
+
msgstr "एडमिन रंग योजना"
|
600 |
+
|
601 |
+
#: adminimize_page.php:895
|
602 |
+
msgid "User Level"
|
603 |
+
msgstr "उपयोगकर्ता स्तर"
|
604 |
+
|
605 |
+
#: adminimize_page.php:896
|
606 |
+
msgid "Role"
|
607 |
+
msgstr "भूमिका"
|
608 |
+
|
609 |
+
#: adminimize_page.php:963
|
610 |
+
msgid "Deinstall Options"
|
611 |
+
msgstr "Deinstall विकल्प"
|
612 |
+
|
613 |
+
#: adminimize_page.php:966
|
614 |
+
msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
|
615 |
+
msgstr "सभी प्रविष्टियों का इस प्लगइन से अपने डेटाबेस को साफ के लिए इस विकल्प का प्रयोग करें. जब आप को निष्क्रिय प्लगइन, <strong> डेटाबेस में प्लगइन </strong> नहीं सभी प्रविष्टियों को साफ का deinstall."
|
616 |
+
|
617 |
+
#: adminimize_page.php:970
|
618 |
+
msgid "Delete Options"
|
619 |
+
msgstr " विकल्प हटाएँ"
|
620 |
+
|
621 |
+
#: adminimize_page.php:983
|
622 |
+
msgid "About the plugin"
|
623 |
+
msgstr " प्लगइन के बारे में"
|
624 |
+
|
625 |
+
#: adminimize_page.php:985
|
626 |
+
msgid "Further information: Visit the <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">plugin homepage</a> for further information or to grab the latest version of this plugin."
|
627 |
+
msgstr "अधिक जानकारी:प्लगइन के लिए अधिक जानकारी या इस का नवीनतम संस्करण हड़पने के लिए. <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\"> मुखपृष्ठ प्लगइन</a>पर जाएँ"
|
628 |
+
|
629 |
+
#: adminimize_page.php:991
|
630 |
+
msgid "PayPal - The safer, easier way to pay online!"
|
631 |
+
msgstr "पेपैल - सुरक्षित, आसान करने के लिए ऑनलाइन भुगतान करते हैं!"
|
632 |
+
|
633 |
+
#: adminimize_page.php:995
|
634 |
+
msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
|
635 |
+
msgstr "आपको मुझे शुक्रिया अदा करना चाहते हैं?<a href=\"http://bueltge.de/wunschliste/\">wishlist</a> मेरे पर जाएँ या दान."
|
636 |
+
|
languages/adminimize-it_IT.po
CHANGED
@@ -1,874 +1,874 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Adminimize\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2010-01-04 17:38+0100\n"
|
6 |
-
"PO-Revision-Date: 2010-01-29 09:56+0100\n"
|
7 |
-
"Last-Translator: Frasten <frasten@gmail.com>\n"
|
8 |
-
"Language-Team: Frank Bueltge <frank@bueltge.de>\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
13 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
14 |
-
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
15 |
-
"X-Poedit-Basepath: ../\n"
|
16 |
-
"X-Textdomain-Support: yes\n"
|
17 |
-
"X-Poedit-SearchPath-0: .\n"
|
18 |
-
|
19 |
-
# @ adminimize
|
20 |
-
#: adminimize.php:91
|
21 |
-
msgid "Unknown error."
|
22 |
-
msgstr "Errore sconosciuto."
|
23 |
-
|
24 |
-
# @ adminimize
|
25 |
-
#: adminimize.php:98
|
26 |
-
msgid "The updates was saved."
|
27 |
-
msgstr "Aggiornamenti salvati."
|
28 |
-
|
29 |
-
# @ adminimize
|
30 |
-
#: adminimize.php:99
|
31 |
-
msgid "You have not enough rights for edit entries in the database."
|
32 |
-
msgstr "Non hai i privilegi sufficienti per modificare i dati nel database."
|
33 |
-
|
34 |
-
# @ adminimize
|
35 |
-
#: adminimize.php:101
|
36 |
-
msgid "All entries in the database was delleted."
|
37 |
-
msgstr "Tutti i dati nel database sono stati eliminati."
|
38 |
-
|
39 |
-
# @ adminimize
|
40 |
-
#: adminimize.php:102
|
41 |
-
msgid "Set the checkbox on deinstall-button."
|
42 |
-
msgstr "Abilita la crocetta e premi il pulsante per disinstallare."
|
43 |
-
|
44 |
-
# @ adminimize
|
45 |
-
#: adminimize.php:103
|
46 |
-
msgid "Can't load menu and submenu."
|
47 |
-
msgstr "Errore nel caricamento dei menu e sottomenu."
|
48 |
-
|
49 |
-
# @ adminimize
|
50 |
-
#: adminimize.php:104
|
51 |
-
msgid "Backend-Theme was activated!"
|
52 |
-
msgstr "Tema dell'interfaccia attivato!"
|
53 |
-
|
54 |
-
# @ adminimize
|
55 |
-
#: adminimize.php:105
|
56 |
-
msgid "Load user data to themes was successful."
|
57 |
-
msgstr "Caricamento dei temi degli utenti avvenuto con successo."
|
58 |
-
|
59 |
-
# @ adminimize
|
60 |
-
#: adminimize.php:372
|
61 |
-
#: adminimize_page.php:528
|
62 |
-
#: adminimize_page.php:980
|
63 |
-
msgid "Categories"
|
64 |
-
msgstr "Categorie"
|
65 |
-
|
66 |
-
#: adminimize.php:378
|
67 |
-
#: adminimize.php:389
|
68 |
-
msgid "+ Add New Category"
|
69 |
-
msgstr "+ Aggiungi Nuova Categoria"
|
70 |
-
|
71 |
-
#: adminimize.php:380
|
72 |
-
#: adminimize.php:391
|
73 |
-
msgid "New category name"
|
74 |
-
msgstr "Nome della nuova categoria"
|
75 |
-
|
76 |
-
#: adminimize.php:381
|
77 |
-
#: adminimize.php:393
|
78 |
-
msgid "Parent category"
|
79 |
-
msgstr "Categoria superiore"
|
80 |
-
|
81 |
-
#: adminimize.php:382
|
82 |
-
#: adminimize.php:394
|
83 |
-
msgid "Add"
|
84 |
-
msgstr "Aggiungi"
|
85 |
-
|
86 |
-
# @ adminimize
|
87 |
-
#: adminimize.php:391
|
88 |
-
#: adminimize_page.php:529
|
89 |
-
msgid "Add New Category"
|
90 |
-
msgstr "Aggiungi Nuova Categoria"
|
91 |
-
|
92 |
-
# @ adminimize
|
93 |
-
#: adminimize.php:415
|
94 |
-
#: adminimize.php:416
|
95 |
-
#: adminimize_page.php:527
|
96 |
-
msgid "Tags"
|
97 |
-
msgstr "Tags"
|
98 |
-
|
99 |
-
#: adminimize.php:456
|
100 |
-
#: adminimize.php:470
|
101 |
-
#: adminimize.php:484
|
102 |
-
msgid "Blue"
|
103 |
-
msgstr "Blu"
|
104 |
-
|
105 |
-
#: adminimize.php:463
|
106 |
-
#: adminimize.php:477
|
107 |
-
#: adminimize.php:491
|
108 |
-
msgid "Gray"
|
109 |
-
msgstr "Grigio"
|
110 |
-
|
111 |
-
#: adminimize.php:499
|
112 |
-
#: adminimize.php:541
|
113 |
-
#: adminimize.php:564
|
114 |
-
msgid "Classic"
|
115 |
-
msgstr "Classico"
|
116 |
-
|
117 |
-
#: adminimize.php:506
|
118 |
-
#: adminimize.php:548
|
119 |
-
#: adminimize.php:571
|
120 |
-
msgid "Fresh"
|
121 |
-
msgstr "Fresh"
|
122 |
-
|
123 |
-
#: adminimize.php:513
|
124 |
-
msgid "WordPress 2.3"
|
125 |
-
msgstr "WordPress 2.3"
|
126 |
-
|
127 |
-
#: adminimize.php:520
|
128 |
-
msgid "Maybe i'm colorblind"
|
129 |
-
msgstr "Forse sono daltonico"
|
130 |
-
|
131 |
-
#: adminimize.php:527
|
132 |
-
msgid "Grey"
|
133 |
-
msgstr "Grigio"
|
134 |
-
|
135 |
-
#: adminimize.php:655
|
136 |
-
#: adminimize.php:658
|
137 |
-
msgid "Dashboard"
|
138 |
-
msgstr "Bacheca"
|
139 |
-
|
140 |
-
#: adminimize.php:717
|
141 |
-
#: adminimize.php:719
|
142 |
-
#: adminimize.php:732
|
143 |
-
#: adminimize.php:734
|
144 |
-
#: adminimize.php:925
|
145 |
-
msgid "Log Out"
|
146 |
-
msgstr "Esci"
|
147 |
-
|
148 |
-
#: adminimize.php:944
|
149 |
-
msgid "Visit plugin homepage"
|
150 |
-
msgstr "Visita la homepage del plugin"
|
151 |
-
|
152 |
-
#: adminimize.php:947
|
153 |
-
msgid "plugin"
|
154 |
-
msgstr "plugin"
|
155 |
-
|
156 |
-
#: adminimize.php:947
|
157 |
-
msgid "Version"
|
158 |
-
msgstr "Versione"
|
159 |
-
|
160 |
-
# @ adminimize
|
161 |
-
#: adminimize.php:947
|
162 |
-
msgid "History"
|
163 |
-
msgstr "Cronologia"
|
164 |
-
|
165 |
-
#: adminimize.php:947
|
166 |
-
msgid "Author"
|
167 |
-
msgstr "Autore"
|
168 |
-
|
169 |
-
# @ adminimize
|
170 |
-
#: adminimize.php:950
|
171 |
-
msgid "plugin activate"
|
172 |
-
msgstr "attivo"
|
173 |
-
|
174 |
-
#: adminimize.php:970
|
175 |
-
msgid "Settings"
|
176 |
-
msgstr "Impostazioni"
|
177 |
-
|
178 |
-
# @ adminimize
|
179 |
-
#: adminimize.php:1031
|
180 |
-
#: adminimize.php:1052
|
181 |
-
msgid "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentation</a>"
|
182 |
-
msgstr "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentazione</a>"
|
183 |
-
|
184 |
-
# @ adminimize
|
185 |
-
#: adminimize.php:1048
|
186 |
-
#: adminimize_page.php:109
|
187 |
-
msgid "Adminimize"
|
188 |
-
msgstr "Adminimize"
|
189 |
-
|
190 |
-
# @ adminimize
|
191 |
-
#: adminimize.php:1050
|
192 |
-
msgid "Adminimize Options"
|
193 |
-
msgstr "Opzioni di Adminimize"
|
194 |
-
|
195 |
-
#: adminimize.php:1067
|
196 |
-
msgid "Cheatin’ uh?"
|
197 |
-
msgstr "Stai cercando di barare?"
|
198 |
-
|
199 |
-
#: adminimize_page.php:115
|
200 |
-
#: adminimize_page.php:140
|
201 |
-
#: adminimize_page.php:186
|
202 |
-
#: adminimize_page.php:340
|
203 |
-
#: adminimize_page.php:455
|
204 |
-
#: adminimize_page.php:777
|
205 |
-
#: adminimize_page.php:860
|
206 |
-
#: adminimize_page.php:943
|
207 |
-
#: adminimize_page.php:1065
|
208 |
-
#: adminimize_page.php:1163
|
209 |
-
#: adminimize_page.php:1198
|
210 |
-
#: adminimize_page.php:1219
|
211 |
-
msgid "Click to toggle"
|
212 |
-
msgstr "Clicca per cambiare"
|
213 |
-
|
214 |
-
# @ adminimize
|
215 |
-
#: adminimize_page.php:145
|
216 |
-
#: adminimize_page.php:187
|
217 |
-
msgid "Backend Options"
|
218 |
-
msgstr "Opzioni dell'interfaccia"
|
219 |
-
|
220 |
-
# @ adminimize
|
221 |
-
#: adminimize_page.php:196
|
222 |
-
msgid "User-Info"
|
223 |
-
msgstr "Area-Info-utente"
|
224 |
-
|
225 |
-
# @ adminimize
|
226 |
-
#: adminimize_page.php:200
|
227 |
-
#: adminimize_page.php:213
|
228 |
-
#: adminimize_page.php:223
|
229 |
-
#: adminimize_page.php:233
|
230 |
-
#: adminimize_page.php:243
|
231 |
-
#: adminimize_page.php:253
|
232 |
-
#: adminimize_page.php:263
|
233 |
-
#: adminimize_page.php:273
|
234 |
-
#: adminimize_page.php:283
|
235 |
-
#: adminimize_page.php:312
|
236 |
-
msgid "Default"
|
237 |
-
msgstr "Predefinito"
|
238 |
-
|
239 |
-
# @ adminimize
|
240 |
-
#: adminimize_page.php:201
|
241 |
-
#: adminimize_page.php:224
|
242 |
-
msgid "Hide"
|
243 |
-
msgstr "Nascondi"
|
244 |
-
|
245 |
-
# @ adminimize
|
246 |
-
#: adminimize_page.php:202
|
247 |
-
msgid "Only logout"
|
248 |
-
msgstr "Solo "Esci""
|
249 |
-
|
250 |
-
# @ adminimize
|
251 |
-
#: adminimize_page.php:203
|
252 |
-
msgid "User & Logout"
|
253 |
-
msgstr "Utente & "Esci""
|
254 |
-
|
255 |
-
# @ adminimize
|
256 |
-
#: adminimize_page.php:204
|
257 |
-
msgid "The "User-Info-area" is on the top right side of the backend. You can hide or reduced show."
|
258 |
-
msgstr "L'"Area-Info-utente" è in alto a destra nell'interfaccia. La puoi nascondere o ridurre."
|
259 |
-
|
260 |
-
# @ adminimize
|
261 |
-
#: adminimize_page.php:209
|
262 |
-
msgid "Change User-Info, redirect to"
|
263 |
-
msgstr "Quando effettui il logout, vai a:"
|
264 |
-
|
265 |
-
# @ adminimize
|
266 |
-
#: adminimize_page.php:214
|
267 |
-
msgid "Frontpage of the Blog"
|
268 |
-
msgstr "Pagina iniziale del Blog"
|
269 |
-
|
270 |
-
# @ adminimize
|
271 |
-
#: adminimize_page.php:215
|
272 |
-
msgid "When the "User-Info-area" change it, then it is possible to change the redirect."
|
273 |
-
msgstr "Per cambiare questo parametro, l'impostazione di "Area-Info-utente" non deve essere "Predefinito"."
|
274 |
-
|
275 |
-
# @ adminimize
|
276 |
-
#: adminimize_page.php:219
|
277 |
-
msgid "Footer"
|
278 |
-
msgstr "Pié di pagina"
|
279 |
-
|
280 |
-
# @ adminimize
|
281 |
-
#: adminimize_page.php:225
|
282 |
-
msgid "The Footer-area kann hide, include all links and details."
|
283 |
-
msgstr "Puoi nascondere il Pié di pagina, o lasciare tutti i collegamenti e dettagli."
|
284 |
-
|
285 |
-
# @ adminimize
|
286 |
-
#: adminimize_page.php:229
|
287 |
-
msgid "WriteScroll"
|
288 |
-
msgstr "Scorri al punto giusto"
|
289 |
-
|
290 |
-
# @ adminimize
|
291 |
-
#: adminimize_page.php:234
|
292 |
-
#: adminimize_page.php:244
|
293 |
-
#: adminimize_page.php:254
|
294 |
-
#: adminimize_page.php:264
|
295 |
-
#: adminimize_page.php:274
|
296 |
-
#: adminimize_page.php:284
|
297 |
-
msgid "Activate"
|
298 |
-
msgstr "Attiva"
|
299 |
-
|
300 |
-
# @ adminimize
|
301 |
-
#: adminimize_page.php:235
|
302 |
-
msgid "With the WriteScroll option active, these pages will automatically scroll to an optimal position for editing, when you visit Write Post or Write Page."
|
303 |
-
msgstr "Con questa opzione attiva, le pagine scorreranno automaticamente ad una posizione ideale per iniziare a scrivere, quando visiti Aggiungi nuovo Articolo o Pagina."
|
304 |
-
|
305 |
-
# @ adminimize
|
306 |
-
#: adminimize_page.php:239
|
307 |
-
msgid "Timestamp"
|
308 |
-
msgstr "Ora di pubblicazione"
|
309 |
-
|
310 |
-
# @ adminimize
|
311 |
-
#: adminimize_page.php:245
|
312 |
-
msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
|
313 |
-
msgstr "Apre automaticamente i campi per l'ora di pubblicazione, senza dover cliccare ogni volta su "Modifica"."
|
314 |
-
|
315 |
-
# @ adminimize
|
316 |
-
#: adminimize_page.php:249
|
317 |
-
msgid "Thickbox FullScreen"
|
318 |
-
msgstr "Thickbox a tutto schermo"
|
319 |
-
|
320 |
-
# @ adminimize
|
321 |
-
#: adminimize_page.php:255
|
322 |
-
msgid "All Thickbox-function use the full area of the browser. Thickbox is for examble in upload media-files."
|
323 |
-
msgstr "Utilizza tutta l'area del browser quando si utilizza Thickbox, ad esempio durante il caricamento di immagini."
|
324 |
-
|
325 |
-
# @ adminimize
|
326 |
-
#: adminimize_page.php:259
|
327 |
-
msgid "Flashuploader"
|
328 |
-
msgstr "Uploader Flash"
|
329 |
-
|
330 |
-
# @ adminimize
|
331 |
-
#: adminimize_page.php:265
|
332 |
-
msgid "Disable the flashuploader and users use only the standard uploader."
|
333 |
-
msgstr "Disabilita l'uploader Flash, utilizzando solo quello standard."
|
334 |
-
|
335 |
-
# @ adminimize
|
336 |
-
#: adminimize_page.php:279
|
337 |
-
msgid "Advice in Footer"
|
338 |
-
msgstr "Testo a Pié di Pagina"
|
339 |
-
|
340 |
-
# @ adminimize
|
341 |
-
#: adminimize_page.php:313
|
342 |
-
msgid "Manage Posts"
|
343 |
-
msgstr "Gestisci Articoli"
|
344 |
-
|
345 |
-
# @ adminimize
|
346 |
-
#: adminimize_page.php:314
|
347 |
-
msgid "Manage Pages"
|
348 |
-
msgstr "Gestisci Pagine"
|
349 |
-
|
350 |
-
# @ adminimize
|
351 |
-
#: adminimize_page.php:315
|
352 |
-
msgid "Write Post"
|
353 |
-
msgstr "Scrivi Articolo"
|
354 |
-
|
355 |
-
# @ adminimize
|
356 |
-
#: adminimize_page.php:316
|
357 |
-
msgid "Write Page"
|
358 |
-
msgstr "Scrivi Pagina"
|
359 |
-
|
360 |
-
# @ adminimize
|
361 |
-
#: adminimize_page.php:317
|
362 |
-
#: adminimize_page.php:533
|
363 |
-
msgid "Comments"
|
364 |
-
msgstr "Commenti"
|
365 |
-
|
366 |
-
# @ adminimize
|
367 |
-
#: adminimize_page.php:318
|
368 |
-
msgid "other Page"
|
369 |
-
msgstr "altra Pagina"
|
370 |
-
|
371 |
-
# @ adminimize
|
372 |
-
#: adminimize_page.php:330
|
373 |
-
#: adminimize_page.php:445
|
374 |
-
#: adminimize_page.php:767
|
375 |
-
#: adminimize_page.php:850
|
376 |
-
#: adminimize_page.php:933
|
377 |
-
#: adminimize_page.php:1054
|
378 |
-
msgid "Update Options"
|
379 |
-
msgstr "Salva le opzioni"
|
380 |
-
|
381 |
-
# @ adminimize
|
382 |
-
#: adminimize_page.php:148
|
383 |
-
#: adminimize_page.php:341
|
384 |
-
msgid "Global options"
|
385 |
-
msgstr "Opzioni globali"
|
386 |
-
|
387 |
-
# @ adminimize
|
388 |
-
#: adminimize_page.php:348
|
389 |
-
#: adminimize_page.php:420
|
390 |
-
#: adminimize_page.php:825
|
391 |
-
#: adminimize_page.php:908
|
392 |
-
#: adminimize_page.php:951
|
393 |
-
#: adminimize_page.php:1029
|
394 |
-
msgid "Option"
|
395 |
-
msgstr "Opzioni"
|
396 |
-
|
397 |
-
# @ adminimize
|
398 |
-
#: adminimize_page.php:351
|
399 |
-
#: adminimize_page.php:466
|
400 |
-
#: adminimize_page.php:788
|
401 |
-
#: adminimize_page.php:871
|
402 |
-
#: adminimize_page.php:954
|
403 |
-
msgid "Deactivate for"
|
404 |
-
msgstr "Disabilita per"
|
405 |
-
|
406 |
-
# @ adminimize
|
407 |
-
#: adminimize_page.php:371
|
408 |
-
msgid "Favorite Actions"
|
409 |
-
msgstr "Azioni Preferite"
|
410 |
-
|
411 |
-
# @ adminimize
|
412 |
-
#: adminimize_page.php:372
|
413 |
-
msgid "Screen-Meta"
|
414 |
-
msgstr "Pulsanti aggiuntivi in alto"
|
415 |
-
|
416 |
-
# @ adminimize
|
417 |
-
#: adminimize_page.php:373
|
418 |
-
#: adminimize_page.php:525
|
419 |
-
#: adminimize_page.php:619
|
420 |
-
msgid "Screen Options"
|
421 |
-
msgstr "Impostazioni schermo"
|
422 |
-
|
423 |
-
# @ adminimize
|
424 |
-
#: adminimize_page.php:374
|
425 |
-
msgid "Contextual Help"
|
426 |
-
msgstr "Aiuto in linea"
|
427 |
-
|
428 |
-
# @ adminimize
|
429 |
-
#: adminimize_page.php:375
|
430 |
-
msgid "Admin Color Scheme"
|
431 |
-
msgstr "Combinazione colori del tuo profilo"
|
432 |
-
|
433 |
-
# @ adminimize
|
434 |
-
#: adminimize_page.php:419
|
435 |
-
#: adminimize_page.php:1028
|
436 |
-
msgid "Your own options"
|
437 |
-
msgstr "Opzioni personalizzate"
|
438 |
-
|
439 |
-
# @ adminimize
|
440 |
-
#: adminimize_page.php:419
|
441 |
-
#: adminimize_page.php:824
|
442 |
-
#: adminimize_page.php:907
|
443 |
-
#: adminimize_page.php:1028
|
444 |
-
msgid "ID or class"
|
445 |
-
msgstr "ID o classe"
|
446 |
-
|
447 |
-
# @ adminimize
|
448 |
-
#: adminimize_page.php:426
|
449 |
-
#: adminimize_page.php:831
|
450 |
-
#: adminimize_page.php:914
|
451 |
-
#: adminimize_page.php:1035
|
452 |
-
msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
|
453 |
-
msgstr "È possibile aggiungere a piacere ID o classi di elementi e tag. Puoi scoprire gli ID e le classi attraverso FireBug, l'Add-on per Firefox. Imposta un valore e associa un nome per ogni riga."
|
454 |
-
|
455 |
-
# @ adminimize
|
456 |
-
#: adminimize_page.php:432
|
457 |
-
#: adminimize_page.php:837
|
458 |
-
#: adminimize_page.php:920
|
459 |
-
#: adminimize_page.php:1041
|
460 |
-
msgid "Possible nomination for ID or class. Separate multiple nomination through a carriage return."
|
461 |
-
msgstr "Nomi scelti riferiti all'ID o classe. Separa i vari nomi con un invio."
|
462 |
-
|
463 |
-
# @ adminimize
|
464 |
-
#: adminimize_page.php:437
|
465 |
-
#: adminimize_page.php:842
|
466 |
-
#: adminimize_page.php:925
|
467 |
-
#: adminimize_page.php:1046
|
468 |
-
msgid "Possible IDs or classes. Separate multiple values through a carriage return."
|
469 |
-
msgstr "ID o classi scelte. Separa i vari valori con un invio."
|
470 |
-
|
471 |
-
# @ adminimize
|
472 |
-
#: adminimize_page.php:151
|
473 |
-
#: adminimize_page.php:456
|
474 |
-
msgid "Menu Options"
|
475 |
-
msgstr "Opzioni dei Menu"
|
476 |
-
|
477 |
-
# @ adminimize
|
478 |
-
#: adminimize_page.php:463
|
479 |
-
msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
|
480 |
-
msgstr "Opzioni Menu - Menu, <span style=\\\"font-weight: 400;\\\">Sottomenu</span>"
|
481 |
-
|
482 |
-
#: adminimize_page.php:524
|
483 |
-
#: adminimize_page.php:618
|
484 |
-
msgid "Help"
|
485 |
-
msgstr "Aiuto"
|
486 |
-
|
487 |
-
# @ adminimize
|
488 |
-
#: adminimize_page.php:526
|
489 |
-
#: adminimize_page.php:620
|
490 |
-
msgid "Permalink"
|
491 |
-
msgstr "Permalink"
|
492 |
-
|
493 |
-
# @ adminimize
|
494 |
-
#: adminimize_page.php:530
|
495 |
-
msgid "Excerpt"
|
496 |
-
msgstr "Riassunto"
|
497 |
-
|
498 |
-
# @ adminimize
|
499 |
-
#: adminimize_page.php:531
|
500 |
-
msgid "Trackbacks"
|
501 |
-
msgstr "Trackbacks"
|
502 |
-
|
503 |
-
#: adminimize_page.php:532
|
504 |
-
#: adminimize_page.php:621
|
505 |
-
msgid "Custom Fields"
|
506 |
-
msgstr "Campi personalizzati"
|
507 |
-
|
508 |
-
# @ adminimize
|
509 |
-
#: adminimize_page.php:534
|
510 |
-
msgid "Password Protect This Post"
|
511 |
-
msgstr "Proteggi questo articolo con password"
|
512 |
-
|
513 |
-
#: adminimize_page.php:535
|
514 |
-
msgid "Post Author"
|
515 |
-
msgstr "Autore articolo"
|
516 |
-
|
517 |
-
#: adminimize_page.php:536
|
518 |
-
msgid "Post Revisions"
|
519 |
-
msgstr "Revisioni Articolo"
|
520 |
-
|
521 |
-
# @ adminimize
|
522 |
-
#: adminimize_page.php:537
|
523 |
-
msgid "Related, Shortcuts"
|
524 |
-
msgstr "Informazioni laterali, scorciatoie"
|
525 |
-
|
526 |
-
# @ adminimize
|
527 |
-
#: adminimize_page.php:538
|
528 |
-
#: adminimize_page.php:630
|
529 |
-
msgid "Messenges"
|
530 |
-
msgstr "Messaggi/Avvisi"
|
531 |
-
|
532 |
-
# @ adminimize
|
533 |
-
#: adminimize_page.php:539
|
534 |
-
#: adminimize_page.php:631
|
535 |
-
msgid "h2: Advanced Options"
|
536 |
-
msgstr "h2: Impostazioni Avanzate"
|
537 |
-
|
538 |
-
# @ adminimize
|
539 |
-
#: adminimize_page.php:540
|
540 |
-
#: adminimize_page.php:632
|
541 |
-
msgid "Media Buttons (all)"
|
542 |
-
msgstr "Pulsanti per file multimediali (tutti)"
|
543 |
-
|
544 |
-
# @ adminimize
|
545 |
-
#: adminimize_page.php:541
|
546 |
-
#: adminimize_page.php:633
|
547 |
-
msgid "Word count"
|
548 |
-
msgstr "Conteggio parole"
|
549 |
-
|
550 |
-
#: adminimize_page.php:542
|
551 |
-
msgid "Post Slug"
|
552 |
-
msgstr "Abbreviazione Articolo"
|
553 |
-
|
554 |
-
# @ adminimize
|
555 |
-
#: adminimize_page.php:543
|
556 |
-
#: adminimize_page.php:635
|
557 |
-
#: adminimize_page.php:984
|
558 |
-
msgid "Publish Actions"
|
559 |
-
msgstr "Pubblica"
|
560 |
-
|
561 |
-
#: adminimize_page.php:544
|
562 |
-
#: adminimize_page.php:636
|
563 |
-
msgid "Discussion"
|
564 |
-
msgstr "Discussione"
|
565 |
-
|
566 |
-
#: adminimize_page.php:549
|
567 |
-
msgid "Post Thumbnail"
|
568 |
-
msgstr "Immagine dell'articolo"
|
569 |
-
|
570 |
-
# @ adminimize
|
571 |
-
#: adminimize_page.php:551
|
572 |
-
#: adminimize_page.php:643
|
573 |
-
msgid "Suggested tags from"
|
574 |
-
msgstr "Suggerisci tag da"
|
575 |
-
|
576 |
-
#: adminimize_page.php:553
|
577 |
-
msgid "Text Control"
|
578 |
-
msgstr "Text Control"
|
579 |
-
|
580 |
-
#: adminimize_page.php:555
|
581 |
-
#: adminimize_page.php:645
|
582 |
-
msgid "HTML Special Characters"
|
583 |
-
msgstr "Caratteri speciali HTML"
|
584 |
-
|
585 |
-
#: adminimize_page.php:557
|
586 |
-
msgid "All in One SEO Pack"
|
587 |
-
msgstr "All in One SEO Pack"
|
588 |
-
|
589 |
-
# @ adminimize
|
590 |
-
#: adminimize_page.php:622
|
591 |
-
msgid "Comments & Pings"
|
592 |
-
msgstr "Commenti & Ping"
|
593 |
-
|
594 |
-
# @ adminimize
|
595 |
-
#: adminimize_page.php:623
|
596 |
-
msgid "Password Protect This Page"
|
597 |
-
msgstr "Proteggi questa pagina con password"
|
598 |
-
|
599 |
-
#: adminimize_page.php:624
|
600 |
-
msgid "Attributes"
|
601 |
-
msgstr "Attributi"
|
602 |
-
|
603 |
-
# @ adminimize
|
604 |
-
#: adminimize_page.php:625
|
605 |
-
msgid "Page Template"
|
606 |
-
msgstr "Modello pagina"
|
607 |
-
|
608 |
-
# @ adminimize
|
609 |
-
#: adminimize_page.php:626
|
610 |
-
msgid "Page Order"
|
611 |
-
msgstr "Ordine delle pagine"
|
612 |
-
|
613 |
-
#: adminimize_page.php:627
|
614 |
-
msgid "Page Author"
|
615 |
-
msgstr "Autore delle pagine"
|
616 |
-
|
617 |
-
#: adminimize_page.php:628
|
618 |
-
msgid "Page Revisions"
|
619 |
-
msgstr "Revisioni Pagina"
|
620 |
-
|
621 |
-
# @ adminimize
|
622 |
-
#: adminimize_page.php:629
|
623 |
-
msgid "Related"
|
624 |
-
msgstr "Informazioni laterali"
|
625 |
-
|
626 |
-
#: adminimize_page.php:634
|
627 |
-
msgid "Page Slug"
|
628 |
-
msgstr "Abbreviazione Pagina"
|
629 |
-
|
630 |
-
#: adminimize_page.php:641
|
631 |
-
msgid "Page Image"
|
632 |
-
msgstr "Immagine della pagina"
|
633 |
-
|
634 |
-
# @ adminimize
|
635 |
-
#: adminimize_page.php:683
|
636 |
-
#: adminimize_page.php:731
|
637 |
-
msgid "After activate the check box it heavy attitudes will change."
|
638 |
-
msgstr "Abilitando questa crocetta si potranno avere grossi problemi."
|
639 |
-
|
640 |
-
#: adminimize_page.php:714
|
641 |
-
msgid "Profile"
|
642 |
-
msgstr "Profilo"
|
643 |
-
|
644 |
-
# @ adminimize
|
645 |
-
#: adminimize_page.php:154
|
646 |
-
#: adminimize_page.php:778
|
647 |
-
#: adminimize_page.php:785
|
648 |
-
msgid "Write options - Post"
|
649 |
-
msgstr "Opzioni di scrittura - Articoli"
|
650 |
-
|
651 |
-
# @ adminimize
|
652 |
-
#: adminimize_page.php:824
|
653 |
-
msgid "Your own post options"
|
654 |
-
msgstr "Opzioni personalizzate per articoli"
|
655 |
-
|
656 |
-
# @ adminimize
|
657 |
-
#: adminimize_page.php:157
|
658 |
-
#: adminimize_page.php:861
|
659 |
-
#: adminimize_page.php:868
|
660 |
-
msgid "Write options - Page"
|
661 |
-
msgstr "Opzioni di scrittura - Pagine"
|
662 |
-
|
663 |
-
# @ adminimize
|
664 |
-
#: adminimize_page.php:907
|
665 |
-
msgid "Your own page options"
|
666 |
-
msgstr "Opzioni personalizzate per pagine"
|
667 |
-
|
668 |
-
# @ adminimize
|
669 |
-
#: adminimize_page.php:160
|
670 |
-
#: adminimize_page.php:944
|
671 |
-
msgid "Links options"
|
672 |
-
msgstr "Opzioni per i collegamenti"
|
673 |
-
|
674 |
-
#: adminimize_page.php:977
|
675 |
-
msgid "Name"
|
676 |
-
msgstr "Nome"
|
677 |
-
|
678 |
-
#: adminimize_page.php:978
|
679 |
-
msgid "Web Address"
|
680 |
-
msgstr "Indirizzo"
|
681 |
-
|
682 |
-
#: adminimize_page.php:979
|
683 |
-
msgid "Description"
|
684 |
-
msgstr "Descrizione"
|
685 |
-
|
686 |
-
#: adminimize_page.php:981
|
687 |
-
msgid "Target"
|
688 |
-
msgstr "Destinazione"
|
689 |
-
|
690 |
-
#: adminimize_page.php:982
|
691 |
-
msgid "Link Relationship (XFN)"
|
692 |
-
msgstr "Relazioni tra link (XFN)"
|
693 |
-
|
694 |
-
#: adminimize_page.php:983
|
695 |
-
msgid "Advanced"
|
696 |
-
msgstr "Avanzate"
|
697 |
-
|
698 |
-
# @ adminimize
|
699 |
-
#: adminimize_page.php:163
|
700 |
-
#: adminimize_page.php:1066
|
701 |
-
#: adminimize_page.php:1151
|
702 |
-
msgid "Set Theme"
|
703 |
-
msgstr "Imposta tema"
|
704 |
-
|
705 |
-
# @ adminimize
|
706 |
-
#: adminimize_page.php:1073
|
707 |
-
msgid "For better peformance with many users on your blog; load only userlist, when you will change the theme options for users."
|
708 |
-
msgstr "Per velocizzare la configurazione in blog con molti utenti, carica la lista utenti, e poi potrai modificare le impostazioni dei temi per ognuno."
|
709 |
-
|
710 |
-
# @ adminimize
|
711 |
-
#: adminimize_page.php:1076
|
712 |
-
msgid "Load User Data"
|
713 |
-
msgstr "Carica dati utenti"
|
714 |
-
|
715 |
-
#: adminimize_page.php:1087
|
716 |
-
msgid "User-ID"
|
717 |
-
msgstr "ID utente"
|
718 |
-
|
719 |
-
#: adminimize_page.php:1088
|
720 |
-
msgid "Username"
|
721 |
-
msgstr "Nome utente"
|
722 |
-
|
723 |
-
#: adminimize_page.php:1089
|
724 |
-
msgid "Display name publicly as"
|
725 |
-
msgstr "Mostra come"
|
726 |
-
|
727 |
-
#: adminimize_page.php:1090
|
728 |
-
msgid "Admin-Color Scheme"
|
729 |
-
msgstr "Schema colore"
|
730 |
-
|
731 |
-
#: adminimize_page.php:1091
|
732 |
-
msgid "User Level"
|
733 |
-
msgstr "Livello Utente"
|
734 |
-
|
735 |
-
#: adminimize_page.php:1092
|
736 |
-
msgid "Role"
|
737 |
-
msgstr "Ruolo"
|
738 |
-
|
739 |
-
# @ adminimize
|
740 |
-
#: adminimize_page.php:169
|
741 |
-
#: adminimize_page.php:1199
|
742 |
-
msgid "Deinstall Options"
|
743 |
-
msgstr "Opzioni di disinstallazione"
|
744 |
-
|
745 |
-
# @ adminimize
|
746 |
-
#: adminimize_page.php:1202
|
747 |
-
msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
|
748 |
-
msgstr "Utilizza questa opzione per pulire il tuo database da tutti i dati di questo plugin. Quando disattivi il plugin, la disinstallazione del plugin <strong>non elimina</strong> tutti i dati dal database."
|
749 |
-
|
750 |
-
# @ adminimize
|
751 |
-
#: adminimize_page.php:1206
|
752 |
-
msgid "Delete Options"
|
753 |
-
msgstr "Opzioni di eliminazione"
|
754 |
-
|
755 |
-
# @ adminimize
|
756 |
-
#: adminimize_page.php:116
|
757 |
-
#: adminimize_page.php:172
|
758 |
-
#: adminimize_page.php:1220
|
759 |
-
msgid "About the plugin"
|
760 |
-
msgstr "Informazioni sul plugin"
|
761 |
-
|
762 |
-
# @ adminimize
|
763 |
-
#: adminimize_page.php:118
|
764 |
-
#: adminimize_page.php:1223
|
765 |
-
msgid "Further information: Visit the <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">plugin homepage</a> for further information or to grab the latest version of this plugin."
|
766 |
-
msgstr "Ulteriori informazioni: Visita la <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">homepage del plugin</a> per ulteriori informazioni o per la versione più recente di questo plugin."
|
767 |
-
|
768 |
-
# @ adminimize
|
769 |
-
#: adminimize_page.php:124
|
770 |
-
#: adminimize_page.php:1229
|
771 |
-
msgid "PayPal - The safer, easier way to pay online!"
|
772 |
-
msgstr "PayPal - Il metodo più sicuro e semplice per pagare online!"
|
773 |
-
|
774 |
-
# @ adminimize
|
775 |
-
#: adminimize_page.php:128
|
776 |
-
#: adminimize_page.php:1233
|
777 |
-
msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
|
778 |
-
msgstr "Mi vuoi ringraziare? Visita la mia <a href=\"http://bueltge.de/wunschliste/\">lista dei desideri</a> o fai una donazione."
|
779 |
-
|
780 |
-
# @ adminimize
|
781 |
-
#: adminimize.php:100
|
782 |
-
msgid "All entries in the database was imported."
|
783 |
-
msgstr "Tutti i dati nel database sono stati importati."
|
784 |
-
|
785 |
-
# @ adminimize
|
786 |
-
#: adminimize_page.php:166
|
787 |
-
#: adminimize_page.php:1164
|
788 |
-
msgid "Export/Import Options"
|
789 |
-
msgstr "Opzioni di Esportazione/Importazione"
|
790 |
-
|
791 |
-
# @ adminimize
|
792 |
-
#: adminimize_page.php:1168
|
793 |
-
msgid "Export"
|
794 |
-
msgstr "Esporta"
|
795 |
-
|
796 |
-
# @ adminimize
|
797 |
-
#: adminimize_page.php:1173
|
798 |
-
msgid "Export »"
|
799 |
-
msgstr "Esporta »"
|
800 |
-
|
801 |
-
# @ adminimize
|
802 |
-
#: adminimize_page.php:1177
|
803 |
-
msgid "Import"
|
804 |
-
msgstr "Importa"
|
805 |
-
|
806 |
-
# @ adminimize
|
807 |
-
#: adminimize_page.php:1182
|
808 |
-
msgid "Choose a file from your computer"
|
809 |
-
msgstr "Scegli un file dal tuo computer"
|
810 |
-
|
811 |
-
# @ adminimize
|
812 |
-
#: adminimize_page.php:1187
|
813 |
-
msgid "Upload file and import »"
|
814 |
-
msgstr "Carica un file ed importalo »"
|
815 |
-
|
816 |
-
# @ adminimize
|
817 |
-
#: adminimize_page.php:141
|
818 |
-
msgid "MiniMenu"
|
819 |
-
msgstr "MiniMenu"
|
820 |
-
|
821 |
-
# @ adminimize
|
822 |
-
#: adminimize_page.php:332
|
823 |
-
#: adminimize_page.php:447
|
824 |
-
#: adminimize_page.php:769
|
825 |
-
#: adminimize_page.php:852
|
826 |
-
#: adminimize_page.php:935
|
827 |
-
#: adminimize_page.php:1057
|
828 |
-
#: adminimize_page.php:1156
|
829 |
-
#: adminimize_page.php:1190
|
830 |
-
#: adminimize_page.php:1211
|
831 |
-
#: adminimize_page.php:1237
|
832 |
-
msgid "scroll to top"
|
833 |
-
msgstr "torna a inizio pagina"
|
834 |
-
|
835 |
-
# @ adminimize
|
836 |
-
#: adminimize_page.php:1170
|
837 |
-
msgid "You can save a .seq file with your options."
|
838 |
-
msgstr "Puoi salvare un file .seq con le tue impostazioni."
|
839 |
-
|
840 |
-
# @ adminimize
|
841 |
-
#: adminimize_page.php:1180
|
842 |
-
msgid "Choose a Adminimize (<em>.seq</em>) file to upload, then click <em>Upload file and import</em>."
|
843 |
-
msgstr "Scegli un file di Adminimize (<em>.seq</em>) da caricare, poi clicca su <em>Carica un file ed importalo</em>."
|
844 |
-
|
845 |
-
# @ adminimize
|
846 |
-
#: adminimize_page.php:269
|
847 |
-
msgid "Category Height"
|
848 |
-
msgstr "Altezza Categorie"
|
849 |
-
|
850 |
-
# @ adminimize
|
851 |
-
#: adminimize_page.php:275
|
852 |
-
msgid "View the Meta Box with Categories in the full height, no scrollbar or whitespace."
|
853 |
-
msgstr "Visualizza il riquadro delle Categorie ad altezza piena, senza barre di scorrimento o spazi vuoti."
|
854 |
-
|
855 |
-
# @ adminimize
|
856 |
-
#: adminimize_page.php:286
|
857 |
-
msgid "In Footer kann you display a advice for change the Default-design, (x)HTML is possible."
|
858 |
-
msgstr "Puoi cambiare il Pié di Pagina standard, mostrando qualcos'altro. Puoi utilizzare (x)HTML."
|
859 |
-
|
860 |
-
# @ adminimize
|
861 |
-
#: adminimize_page.php:308
|
862 |
-
msgid "Dashboard deactivate, redirect to"
|
863 |
-
msgstr "Se la bacheca è disabilitata, vai a:"
|
864 |
-
|
865 |
-
# @ adminimize
|
866 |
-
#: adminimize_page.php:321
|
867 |
-
msgid "You have deactivate the Dashboard, please select a page for redirect?"
|
868 |
-
msgstr "Disabilitare la bacheca (nelle Opzioni dei Menu qui sotto) da almeno un ruolo, quindi scegliere dove andare al suo posto."
|
869 |
-
|
870 |
-
#: adminimize_page.php:545
|
871 |
-
#: adminimize_page.php:637
|
872 |
-
msgid "HTML Editor Button"
|
873 |
-
msgstr "Pulsante per l'editor HTML"
|
874 |
-
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Adminimize\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-01-04 17:38+0100\n"
|
6 |
+
"PO-Revision-Date: 2010-01-29 09:56+0100\n"
|
7 |
+
"Last-Translator: Frasten <frasten@gmail.com>\n"
|
8 |
+
"Language-Team: Frank Bueltge <frank@bueltge.de>\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
13 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
14 |
+
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
15 |
+
"X-Poedit-Basepath: ../\n"
|
16 |
+
"X-Textdomain-Support: yes\n"
|
17 |
+
"X-Poedit-SearchPath-0: .\n"
|
18 |
+
|
19 |
+
# @ adminimize
|
20 |
+
#: adminimize.php:91
|
21 |
+
msgid "Unknown error."
|
22 |
+
msgstr "Errore sconosciuto."
|
23 |
+
|
24 |
+
# @ adminimize
|
25 |
+
#: adminimize.php:98
|
26 |
+
msgid "The updates was saved."
|
27 |
+
msgstr "Aggiornamenti salvati."
|
28 |
+
|
29 |
+
# @ adminimize
|
30 |
+
#: adminimize.php:99
|
31 |
+
msgid "You have not enough rights for edit entries in the database."
|
32 |
+
msgstr "Non hai i privilegi sufficienti per modificare i dati nel database."
|
33 |
+
|
34 |
+
# @ adminimize
|
35 |
+
#: adminimize.php:101
|
36 |
+
msgid "All entries in the database was delleted."
|
37 |
+
msgstr "Tutti i dati nel database sono stati eliminati."
|
38 |
+
|
39 |
+
# @ adminimize
|
40 |
+
#: adminimize.php:102
|
41 |
+
msgid "Set the checkbox on deinstall-button."
|
42 |
+
msgstr "Abilita la crocetta e premi il pulsante per disinstallare."
|
43 |
+
|
44 |
+
# @ adminimize
|
45 |
+
#: adminimize.php:103
|
46 |
+
msgid "Can't load menu and submenu."
|
47 |
+
msgstr "Errore nel caricamento dei menu e sottomenu."
|
48 |
+
|
49 |
+
# @ adminimize
|
50 |
+
#: adminimize.php:104
|
51 |
+
msgid "Backend-Theme was activated!"
|
52 |
+
msgstr "Tema dell'interfaccia attivato!"
|
53 |
+
|
54 |
+
# @ adminimize
|
55 |
+
#: adminimize.php:105
|
56 |
+
msgid "Load user data to themes was successful."
|
57 |
+
msgstr "Caricamento dei temi degli utenti avvenuto con successo."
|
58 |
+
|
59 |
+
# @ adminimize
|
60 |
+
#: adminimize.php:372
|
61 |
+
#: adminimize_page.php:528
|
62 |
+
#: adminimize_page.php:980
|
63 |
+
msgid "Categories"
|
64 |
+
msgstr "Categorie"
|
65 |
+
|
66 |
+
#: adminimize.php:378
|
67 |
+
#: adminimize.php:389
|
68 |
+
msgid "+ Add New Category"
|
69 |
+
msgstr "+ Aggiungi Nuova Categoria"
|
70 |
+
|
71 |
+
#: adminimize.php:380
|
72 |
+
#: adminimize.php:391
|
73 |
+
msgid "New category name"
|
74 |
+
msgstr "Nome della nuova categoria"
|
75 |
+
|
76 |
+
#: adminimize.php:381
|
77 |
+
#: adminimize.php:393
|
78 |
+
msgid "Parent category"
|
79 |
+
msgstr "Categoria superiore"
|
80 |
+
|
81 |
+
#: adminimize.php:382
|
82 |
+
#: adminimize.php:394
|
83 |
+
msgid "Add"
|
84 |
+
msgstr "Aggiungi"
|
85 |
+
|
86 |
+
# @ adminimize
|
87 |
+
#: adminimize.php:391
|
88 |
+
#: adminimize_page.php:529
|
89 |
+
msgid "Add New Category"
|
90 |
+
msgstr "Aggiungi Nuova Categoria"
|
91 |
+
|
92 |
+
# @ adminimize
|
93 |
+
#: adminimize.php:415
|
94 |
+
#: adminimize.php:416
|
95 |
+
#: adminimize_page.php:527
|
96 |
+
msgid "Tags"
|
97 |
+
msgstr "Tags"
|
98 |
+
|
99 |
+
#: adminimize.php:456
|
100 |
+
#: adminimize.php:470
|
101 |
+
#: adminimize.php:484
|
102 |
+
msgid "Blue"
|
103 |
+
msgstr "Blu"
|
104 |
+
|
105 |
+
#: adminimize.php:463
|
106 |
+
#: adminimize.php:477
|
107 |
+
#: adminimize.php:491
|
108 |
+
msgid "Gray"
|
109 |
+
msgstr "Grigio"
|
110 |
+
|
111 |
+
#: adminimize.php:499
|
112 |
+
#: adminimize.php:541
|
113 |
+
#: adminimize.php:564
|
114 |
+
msgid "Classic"
|
115 |
+
msgstr "Classico"
|
116 |
+
|
117 |
+
#: adminimize.php:506
|
118 |
+
#: adminimize.php:548
|
119 |
+
#: adminimize.php:571
|
120 |
+
msgid "Fresh"
|
121 |
+
msgstr "Fresh"
|
122 |
+
|
123 |
+
#: adminimize.php:513
|
124 |
+
msgid "WordPress 2.3"
|
125 |
+
msgstr "WordPress 2.3"
|
126 |
+
|
127 |
+
#: adminimize.php:520
|
128 |
+
msgid "Maybe i'm colorblind"
|
129 |
+
msgstr "Forse sono daltonico"
|
130 |
+
|
131 |
+
#: adminimize.php:527
|
132 |
+
msgid "Grey"
|
133 |
+
msgstr "Grigio"
|
134 |
+
|
135 |
+
#: adminimize.php:655
|
136 |
+
#: adminimize.php:658
|
137 |
+
msgid "Dashboard"
|
138 |
+
msgstr "Bacheca"
|
139 |
+
|
140 |
+
#: adminimize.php:717
|
141 |
+
#: adminimize.php:719
|
142 |
+
#: adminimize.php:732
|
143 |
+
#: adminimize.php:734
|
144 |
+
#: adminimize.php:925
|
145 |
+
msgid "Log Out"
|
146 |
+
msgstr "Esci"
|
147 |
+
|
148 |
+
#: adminimize.php:944
|
149 |
+
msgid "Visit plugin homepage"
|
150 |
+
msgstr "Visita la homepage del plugin"
|
151 |
+
|
152 |
+
#: adminimize.php:947
|
153 |
+
msgid "plugin"
|
154 |
+
msgstr "plugin"
|
155 |
+
|
156 |
+
#: adminimize.php:947
|
157 |
+
msgid "Version"
|
158 |
+
msgstr "Versione"
|
159 |
+
|
160 |
+
# @ adminimize
|
161 |
+
#: adminimize.php:947
|
162 |
+
msgid "History"
|
163 |
+
msgstr "Cronologia"
|
164 |
+
|
165 |
+
#: adminimize.php:947
|
166 |
+
msgid "Author"
|
167 |
+
msgstr "Autore"
|
168 |
+
|
169 |
+
# @ adminimize
|
170 |
+
#: adminimize.php:950
|
171 |
+
msgid "plugin activate"
|
172 |
+
msgstr "attivo"
|
173 |
+
|
174 |
+
#: adminimize.php:970
|
175 |
+
msgid "Settings"
|
176 |
+
msgstr "Impostazioni"
|
177 |
+
|
178 |
+
# @ adminimize
|
179 |
+
#: adminimize.php:1031
|
180 |
+
#: adminimize.php:1052
|
181 |
+
msgid "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentation</a>"
|
182 |
+
msgstr "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentazione</a>"
|
183 |
+
|
184 |
+
# @ adminimize
|
185 |
+
#: adminimize.php:1048
|
186 |
+
#: adminimize_page.php:109
|
187 |
+
msgid "Adminimize"
|
188 |
+
msgstr "Adminimize"
|
189 |
+
|
190 |
+
# @ adminimize
|
191 |
+
#: adminimize.php:1050
|
192 |
+
msgid "Adminimize Options"
|
193 |
+
msgstr "Opzioni di Adminimize"
|
194 |
+
|
195 |
+
#: adminimize.php:1067
|
196 |
+
msgid "Cheatin’ uh?"
|
197 |
+
msgstr "Stai cercando di barare?"
|
198 |
+
|
199 |
+
#: adminimize_page.php:115
|
200 |
+
#: adminimize_page.php:140
|
201 |
+
#: adminimize_page.php:186
|
202 |
+
#: adminimize_page.php:340
|
203 |
+
#: adminimize_page.php:455
|
204 |
+
#: adminimize_page.php:777
|
205 |
+
#: adminimize_page.php:860
|
206 |
+
#: adminimize_page.php:943
|
207 |
+
#: adminimize_page.php:1065
|
208 |
+
#: adminimize_page.php:1163
|
209 |
+
#: adminimize_page.php:1198
|
210 |
+
#: adminimize_page.php:1219
|
211 |
+
msgid "Click to toggle"
|
212 |
+
msgstr "Clicca per cambiare"
|
213 |
+
|
214 |
+
# @ adminimize
|
215 |
+
#: adminimize_page.php:145
|
216 |
+
#: adminimize_page.php:187
|
217 |
+
msgid "Backend Options"
|
218 |
+
msgstr "Opzioni dell'interfaccia"
|
219 |
+
|
220 |
+
# @ adminimize
|
221 |
+
#: adminimize_page.php:196
|
222 |
+
msgid "User-Info"
|
223 |
+
msgstr "Area-Info-utente"
|
224 |
+
|
225 |
+
# @ adminimize
|
226 |
+
#: adminimize_page.php:200
|
227 |
+
#: adminimize_page.php:213
|
228 |
+
#: adminimize_page.php:223
|
229 |
+
#: adminimize_page.php:233
|
230 |
+
#: adminimize_page.php:243
|
231 |
+
#: adminimize_page.php:253
|
232 |
+
#: adminimize_page.php:263
|
233 |
+
#: adminimize_page.php:273
|
234 |
+
#: adminimize_page.php:283
|
235 |
+
#: adminimize_page.php:312
|
236 |
+
msgid "Default"
|
237 |
+
msgstr "Predefinito"
|
238 |
+
|
239 |
+
# @ adminimize
|
240 |
+
#: adminimize_page.php:201
|
241 |
+
#: adminimize_page.php:224
|
242 |
+
msgid "Hide"
|
243 |
+
msgstr "Nascondi"
|
244 |
+
|
245 |
+
# @ adminimize
|
246 |
+
#: adminimize_page.php:202
|
247 |
+
msgid "Only logout"
|
248 |
+
msgstr "Solo "Esci""
|
249 |
+
|
250 |
+
# @ adminimize
|
251 |
+
#: adminimize_page.php:203
|
252 |
+
msgid "User & Logout"
|
253 |
+
msgstr "Utente & "Esci""
|
254 |
+
|
255 |
+
# @ adminimize
|
256 |
+
#: adminimize_page.php:204
|
257 |
+
msgid "The "User-Info-area" is on the top right side of the backend. You can hide or reduced show."
|
258 |
+
msgstr "L'"Area-Info-utente" è in alto a destra nell'interfaccia. La puoi nascondere o ridurre."
|
259 |
+
|
260 |
+
# @ adminimize
|
261 |
+
#: adminimize_page.php:209
|
262 |
+
msgid "Change User-Info, redirect to"
|
263 |
+
msgstr "Quando effettui il logout, vai a:"
|
264 |
+
|
265 |
+
# @ adminimize
|
266 |
+
#: adminimize_page.php:214
|
267 |
+
msgid "Frontpage of the Blog"
|
268 |
+
msgstr "Pagina iniziale del Blog"
|
269 |
+
|
270 |
+
# @ adminimize
|
271 |
+
#: adminimize_page.php:215
|
272 |
+
msgid "When the "User-Info-area" change it, then it is possible to change the redirect."
|
273 |
+
msgstr "Per cambiare questo parametro, l'impostazione di "Area-Info-utente" non deve essere "Predefinito"."
|
274 |
+
|
275 |
+
# @ adminimize
|
276 |
+
#: adminimize_page.php:219
|
277 |
+
msgid "Footer"
|
278 |
+
msgstr "Pié di pagina"
|
279 |
+
|
280 |
+
# @ adminimize
|
281 |
+
#: adminimize_page.php:225
|
282 |
+
msgid "The Footer-area kann hide, include all links and details."
|
283 |
+
msgstr "Puoi nascondere il Pié di pagina, o lasciare tutti i collegamenti e dettagli."
|
284 |
+
|
285 |
+
# @ adminimize
|
286 |
+
#: adminimize_page.php:229
|
287 |
+
msgid "WriteScroll"
|
288 |
+
msgstr "Scorri al punto giusto"
|
289 |
+
|
290 |
+
# @ adminimize
|
291 |
+
#: adminimize_page.php:234
|
292 |
+
#: adminimize_page.php:244
|
293 |
+
#: adminimize_page.php:254
|
294 |
+
#: adminimize_page.php:264
|
295 |
+
#: adminimize_page.php:274
|
296 |
+
#: adminimize_page.php:284
|
297 |
+
msgid "Activate"
|
298 |
+
msgstr "Attiva"
|
299 |
+
|
300 |
+
# @ adminimize
|
301 |
+
#: adminimize_page.php:235
|
302 |
+
msgid "With the WriteScroll option active, these pages will automatically scroll to an optimal position for editing, when you visit Write Post or Write Page."
|
303 |
+
msgstr "Con questa opzione attiva, le pagine scorreranno automaticamente ad una posizione ideale per iniziare a scrivere, quando visiti Aggiungi nuovo Articolo o Pagina."
|
304 |
+
|
305 |
+
# @ adminimize
|
306 |
+
#: adminimize_page.php:239
|
307 |
+
msgid "Timestamp"
|
308 |
+
msgstr "Ora di pubblicazione"
|
309 |
+
|
310 |
+
# @ adminimize
|
311 |
+
#: adminimize_page.php:245
|
312 |
+
msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
|
313 |
+
msgstr "Apre automaticamente i campi per l'ora di pubblicazione, senza dover cliccare ogni volta su "Modifica"."
|
314 |
+
|
315 |
+
# @ adminimize
|
316 |
+
#: adminimize_page.php:249
|
317 |
+
msgid "Thickbox FullScreen"
|
318 |
+
msgstr "Thickbox a tutto schermo"
|
319 |
+
|
320 |
+
# @ adminimize
|
321 |
+
#: adminimize_page.php:255
|
322 |
+
msgid "All Thickbox-function use the full area of the browser. Thickbox is for examble in upload media-files."
|
323 |
+
msgstr "Utilizza tutta l'area del browser quando si utilizza Thickbox, ad esempio durante il caricamento di immagini."
|
324 |
+
|
325 |
+
# @ adminimize
|
326 |
+
#: adminimize_page.php:259
|
327 |
+
msgid "Flashuploader"
|
328 |
+
msgstr "Uploader Flash"
|
329 |
+
|
330 |
+
# @ adminimize
|
331 |
+
#: adminimize_page.php:265
|
332 |
+
msgid "Disable the flashuploader and users use only the standard uploader."
|
333 |
+
msgstr "Disabilita l'uploader Flash, utilizzando solo quello standard."
|
334 |
+
|
335 |
+
# @ adminimize
|
336 |
+
#: adminimize_page.php:279
|
337 |
+
msgid "Advice in Footer"
|
338 |
+
msgstr "Testo a Pié di Pagina"
|
339 |
+
|
340 |
+
# @ adminimize
|
341 |
+
#: adminimize_page.php:313
|
342 |
+
msgid "Manage Posts"
|
343 |
+
msgstr "Gestisci Articoli"
|
344 |
+
|
345 |
+
# @ adminimize
|
346 |
+
#: adminimize_page.php:314
|
347 |
+
msgid "Manage Pages"
|
348 |
+
msgstr "Gestisci Pagine"
|
349 |
+
|
350 |
+
# @ adminimize
|
351 |
+
#: adminimize_page.php:315
|
352 |
+
msgid "Write Post"
|
353 |
+
msgstr "Scrivi Articolo"
|
354 |
+
|
355 |
+
# @ adminimize
|
356 |
+
#: adminimize_page.php:316
|
357 |
+
msgid "Write Page"
|
358 |
+
msgstr "Scrivi Pagina"
|
359 |
+
|
360 |
+
# @ adminimize
|
361 |
+
#: adminimize_page.php:317
|
362 |
+
#: adminimize_page.php:533
|
363 |
+
msgid "Comments"
|
364 |
+
msgstr "Commenti"
|
365 |
+
|
366 |
+
# @ adminimize
|
367 |
+
#: adminimize_page.php:318
|
368 |
+
msgid "other Page"
|
369 |
+
msgstr "altra Pagina"
|
370 |
+
|
371 |
+
# @ adminimize
|
372 |
+
#: adminimize_page.php:330
|
373 |
+
#: adminimize_page.php:445
|
374 |
+
#: adminimize_page.php:767
|
375 |
+
#: adminimize_page.php:850
|
376 |
+
#: adminimize_page.php:933
|
377 |
+
#: adminimize_page.php:1054
|
378 |
+
msgid "Update Options"
|
379 |
+
msgstr "Salva le opzioni"
|
380 |
+
|
381 |
+
# @ adminimize
|
382 |
+
#: adminimize_page.php:148
|
383 |
+
#: adminimize_page.php:341
|
384 |
+
msgid "Global options"
|
385 |
+
msgstr "Opzioni globali"
|
386 |
+
|
387 |
+
# @ adminimize
|
388 |
+
#: adminimize_page.php:348
|
389 |
+
#: adminimize_page.php:420
|
390 |
+
#: adminimize_page.php:825
|
391 |
+
#: adminimize_page.php:908
|
392 |
+
#: adminimize_page.php:951
|
393 |
+
#: adminimize_page.php:1029
|
394 |
+
msgid "Option"
|
395 |
+
msgstr "Opzioni"
|
396 |
+
|
397 |
+
# @ adminimize
|
398 |
+
#: adminimize_page.php:351
|
399 |
+
#: adminimize_page.php:466
|
400 |
+
#: adminimize_page.php:788
|
401 |
+
#: adminimize_page.php:871
|
402 |
+
#: adminimize_page.php:954
|
403 |
+
msgid "Deactivate for"
|
404 |
+
msgstr "Disabilita per"
|
405 |
+
|
406 |
+
# @ adminimize
|
407 |
+
#: adminimize_page.php:371
|
408 |
+
msgid "Favorite Actions"
|
409 |
+
msgstr "Azioni Preferite"
|
410 |
+
|
411 |
+
# @ adminimize
|
412 |
+
#: adminimize_page.php:372
|
413 |
+
msgid "Screen-Meta"
|
414 |
+
msgstr "Pulsanti aggiuntivi in alto"
|
415 |
+
|
416 |
+
# @ adminimize
|
417 |
+
#: adminimize_page.php:373
|
418 |
+
#: adminimize_page.php:525
|
419 |
+
#: adminimize_page.php:619
|
420 |
+
msgid "Screen Options"
|
421 |
+
msgstr "Impostazioni schermo"
|
422 |
+
|
423 |
+
# @ adminimize
|
424 |
+
#: adminimize_page.php:374
|
425 |
+
msgid "Contextual Help"
|
426 |
+
msgstr "Aiuto in linea"
|
427 |
+
|
428 |
+
# @ adminimize
|
429 |
+
#: adminimize_page.php:375
|
430 |
+
msgid "Admin Color Scheme"
|
431 |
+
msgstr "Combinazione colori del tuo profilo"
|
432 |
+
|
433 |
+
# @ adminimize
|
434 |
+
#: adminimize_page.php:419
|
435 |
+
#: adminimize_page.php:1028
|
436 |
+
msgid "Your own options"
|
437 |
+
msgstr "Opzioni personalizzate"
|
438 |
+
|
439 |
+
# @ adminimize
|
440 |
+
#: adminimize_page.php:419
|
441 |
+
#: adminimize_page.php:824
|
442 |
+
#: adminimize_page.php:907
|
443 |
+
#: adminimize_page.php:1028
|
444 |
+
msgid "ID or class"
|
445 |
+
msgstr "ID o classe"
|
446 |
+
|
447 |
+
# @ adminimize
|
448 |
+
#: adminimize_page.php:426
|
449 |
+
#: adminimize_page.php:831
|
450 |
+
#: adminimize_page.php:914
|
451 |
+
#: adminimize_page.php:1035
|
452 |
+
msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
|
453 |
+
msgstr "È possibile aggiungere a piacere ID o classi di elementi e tag. Puoi scoprire gli ID e le classi attraverso FireBug, l'Add-on per Firefox. Imposta un valore e associa un nome per ogni riga."
|
454 |
+
|
455 |
+
# @ adminimize
|
456 |
+
#: adminimize_page.php:432
|
457 |
+
#: adminimize_page.php:837
|
458 |
+
#: adminimize_page.php:920
|
459 |
+
#: adminimize_page.php:1041
|
460 |
+
msgid "Possible nomination for ID or class. Separate multiple nomination through a carriage return."
|
461 |
+
msgstr "Nomi scelti riferiti all'ID o classe. Separa i vari nomi con un invio."
|
462 |
+
|
463 |
+
# @ adminimize
|
464 |
+
#: adminimize_page.php:437
|
465 |
+
#: adminimize_page.php:842
|
466 |
+
#: adminimize_page.php:925
|
467 |
+
#: adminimize_page.php:1046
|
468 |
+
msgid "Possible IDs or classes. Separate multiple values through a carriage return."
|
469 |
+
msgstr "ID o classi scelte. Separa i vari valori con un invio."
|
470 |
+
|
471 |
+
# @ adminimize
|
472 |
+
#: adminimize_page.php:151
|
473 |
+
#: adminimize_page.php:456
|
474 |
+
msgid "Menu Options"
|
475 |
+
msgstr "Opzioni dei Menu"
|
476 |
+
|
477 |
+
# @ adminimize
|
478 |
+
#: adminimize_page.php:463
|
479 |
+
msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
|
480 |
+
msgstr "Opzioni Menu - Menu, <span style=\\\"font-weight: 400;\\\">Sottomenu</span>"
|
481 |
+
|
482 |
+
#: adminimize_page.php:524
|
483 |
+
#: adminimize_page.php:618
|
484 |
+
msgid "Help"
|
485 |
+
msgstr "Aiuto"
|
486 |
+
|
487 |
+
# @ adminimize
|
488 |
+
#: adminimize_page.php:526
|
489 |
+
#: adminimize_page.php:620
|
490 |
+
msgid "Permalink"
|
491 |
+
msgstr "Permalink"
|
492 |
+
|
493 |
+
# @ adminimize
|
494 |
+
#: adminimize_page.php:530
|
495 |
+
msgid "Excerpt"
|
496 |
+
msgstr "Riassunto"
|
497 |
+
|
498 |
+
# @ adminimize
|
499 |
+
#: adminimize_page.php:531
|
500 |
+
msgid "Trackbacks"
|
501 |
+
msgstr "Trackbacks"
|
502 |
+
|
503 |
+
#: adminimize_page.php:532
|
504 |
+
#: adminimize_page.php:621
|
505 |
+
msgid "Custom Fields"
|
506 |
+
msgstr "Campi personalizzati"
|
507 |
+
|
508 |
+
# @ adminimize
|
509 |
+
#: adminimize_page.php:534
|
510 |
+
msgid "Password Protect This Post"
|
511 |
+
msgstr "Proteggi questo articolo con password"
|
512 |
+
|
513 |
+
#: adminimize_page.php:535
|
514 |
+
msgid "Post Author"
|
515 |
+
msgstr "Autore articolo"
|
516 |
+
|
517 |
+
#: adminimize_page.php:536
|
518 |
+
msgid "Post Revisions"
|
519 |
+
msgstr "Revisioni Articolo"
|
520 |
+
|
521 |
+
# @ adminimize
|
522 |
+
#: adminimize_page.php:537
|
523 |
+
msgid "Related, Shortcuts"
|
524 |
+
msgstr "Informazioni laterali, scorciatoie"
|
525 |
+
|
526 |
+
# @ adminimize
|
527 |
+
#: adminimize_page.php:538
|
528 |
+
#: adminimize_page.php:630
|
529 |
+
msgid "Messenges"
|
530 |
+
msgstr "Messaggi/Avvisi"
|
531 |
+
|
532 |
+
# @ adminimize
|
533 |
+
#: adminimize_page.php:539
|
534 |
+
#: adminimize_page.php:631
|
535 |
+
msgid "h2: Advanced Options"
|
536 |
+
msgstr "h2: Impostazioni Avanzate"
|
537 |
+
|
538 |
+
# @ adminimize
|
539 |
+
#: adminimize_page.php:540
|
540 |
+
#: adminimize_page.php:632
|
541 |
+
msgid "Media Buttons (all)"
|
542 |
+
msgstr "Pulsanti per file multimediali (tutti)"
|
543 |
+
|
544 |
+
# @ adminimize
|
545 |
+
#: adminimize_page.php:541
|
546 |
+
#: adminimize_page.php:633
|
547 |
+
msgid "Word count"
|
548 |
+
msgstr "Conteggio parole"
|
549 |
+
|
550 |
+
#: adminimize_page.php:542
|
551 |
+
msgid "Post Slug"
|
552 |
+
msgstr "Abbreviazione Articolo"
|
553 |
+
|
554 |
+
# @ adminimize
|
555 |
+
#: adminimize_page.php:543
|
556 |
+
#: adminimize_page.php:635
|
557 |
+
#: adminimize_page.php:984
|
558 |
+
msgid "Publish Actions"
|
559 |
+
msgstr "Pubblica"
|
560 |
+
|
561 |
+
#: adminimize_page.php:544
|
562 |
+
#: adminimize_page.php:636
|
563 |
+
msgid "Discussion"
|
564 |
+
msgstr "Discussione"
|
565 |
+
|
566 |
+
#: adminimize_page.php:549
|
567 |
+
msgid "Post Thumbnail"
|
568 |
+
msgstr "Immagine dell'articolo"
|
569 |
+
|
570 |
+
# @ adminimize
|
571 |
+
#: adminimize_page.php:551
|
572 |
+
#: adminimize_page.php:643
|
573 |
+
msgid "Suggested tags from"
|
574 |
+
msgstr "Suggerisci tag da"
|
575 |
+
|
576 |
+
#: adminimize_page.php:553
|
577 |
+
msgid "Text Control"
|
578 |
+
msgstr "Text Control"
|
579 |
+
|
580 |
+
#: adminimize_page.php:555
|
581 |
+
#: adminimize_page.php:645
|
582 |
+
msgid "HTML Special Characters"
|
583 |
+
msgstr "Caratteri speciali HTML"
|
584 |
+
|
585 |
+
#: adminimize_page.php:557
|
586 |
+
msgid "All in One SEO Pack"
|
587 |
+
msgstr "All in One SEO Pack"
|
588 |
+
|
589 |
+
# @ adminimize
|
590 |
+
#: adminimize_page.php:622
|
591 |
+
msgid "Comments & Pings"
|
592 |
+
msgstr "Commenti & Ping"
|
593 |
+
|
594 |
+
# @ adminimize
|
595 |
+
#: adminimize_page.php:623
|
596 |
+
msgid "Password Protect This Page"
|
597 |
+
msgstr "Proteggi questa pagina con password"
|
598 |
+
|
599 |
+
#: adminimize_page.php:624
|
600 |
+
msgid "Attributes"
|
601 |
+
msgstr "Attributi"
|
602 |
+
|
603 |
+
# @ adminimize
|
604 |
+
#: adminimize_page.php:625
|
605 |
+
msgid "Page Template"
|
606 |
+
msgstr "Modello pagina"
|
607 |
+
|
608 |
+
# @ adminimize
|
609 |
+
#: adminimize_page.php:626
|
610 |
+
msgid "Page Order"
|
611 |
+
msgstr "Ordine delle pagine"
|
612 |
+
|
613 |
+
#: adminimize_page.php:627
|
614 |
+
msgid "Page Author"
|
615 |
+
msgstr "Autore delle pagine"
|
616 |
+
|
617 |
+
#: adminimize_page.php:628
|
618 |
+
msgid "Page Revisions"
|
619 |
+
msgstr "Revisioni Pagina"
|
620 |
+
|
621 |
+
# @ adminimize
|
622 |
+
#: adminimize_page.php:629
|
623 |
+
msgid "Related"
|
624 |
+
msgstr "Informazioni laterali"
|
625 |
+
|
626 |
+
#: adminimize_page.php:634
|
627 |
+
msgid "Page Slug"
|
628 |
+
msgstr "Abbreviazione Pagina"
|
629 |
+
|
630 |
+
#: adminimize_page.php:641
|
631 |
+
msgid "Page Image"
|
632 |
+
msgstr "Immagine della pagina"
|
633 |
+
|
634 |
+
# @ adminimize
|
635 |
+
#: adminimize_page.php:683
|
636 |
+
#: adminimize_page.php:731
|
637 |
+
msgid "After activate the check box it heavy attitudes will change."
|
638 |
+
msgstr "Abilitando questa crocetta si potranno avere grossi problemi."
|
639 |
+
|
640 |
+
#: adminimize_page.php:714
|
641 |
+
msgid "Profile"
|
642 |
+
msgstr "Profilo"
|
643 |
+
|
644 |
+
# @ adminimize
|
645 |
+
#: adminimize_page.php:154
|
646 |
+
#: adminimize_page.php:778
|
647 |
+
#: adminimize_page.php:785
|
648 |
+
msgid "Write options - Post"
|
649 |
+
msgstr "Opzioni di scrittura - Articoli"
|
650 |
+
|
651 |
+
# @ adminimize
|
652 |
+
#: adminimize_page.php:824
|
653 |
+
msgid "Your own post options"
|
654 |
+
msgstr "Opzioni personalizzate per articoli"
|
655 |
+
|
656 |
+
# @ adminimize
|
657 |
+
#: adminimize_page.php:157
|
658 |
+
#: adminimize_page.php:861
|
659 |
+
#: adminimize_page.php:868
|
660 |
+
msgid "Write options - Page"
|
661 |
+
msgstr "Opzioni di scrittura - Pagine"
|
662 |
+
|
663 |
+
# @ adminimize
|
664 |
+
#: adminimize_page.php:907
|
665 |
+
msgid "Your own page options"
|
666 |
+
msgstr "Opzioni personalizzate per pagine"
|
667 |
+
|
668 |
+
# @ adminimize
|
669 |
+
#: adminimize_page.php:160
|
670 |
+
#: adminimize_page.php:944
|
671 |
+
msgid "Links options"
|
672 |
+
msgstr "Opzioni per i collegamenti"
|
673 |
+
|
674 |
+
#: adminimize_page.php:977
|
675 |
+
msgid "Name"
|
676 |
+
msgstr "Nome"
|
677 |
+
|
678 |
+
#: adminimize_page.php:978
|
679 |
+
msgid "Web Address"
|
680 |
+
msgstr "Indirizzo"
|
681 |
+
|
682 |
+
#: adminimize_page.php:979
|
683 |
+
msgid "Description"
|
684 |
+
msgstr "Descrizione"
|
685 |
+
|
686 |
+
#: adminimize_page.php:981
|
687 |
+
msgid "Target"
|
688 |
+
msgstr "Destinazione"
|
689 |
+
|
690 |
+
#: adminimize_page.php:982
|
691 |
+
msgid "Link Relationship (XFN)"
|
692 |
+
msgstr "Relazioni tra link (XFN)"
|
693 |
+
|
694 |
+
#: adminimize_page.php:983
|
695 |
+
msgid "Advanced"
|
696 |
+
msgstr "Avanzate"
|
697 |
+
|
698 |
+
# @ adminimize
|
699 |
+
#: adminimize_page.php:163
|
700 |
+
#: adminimize_page.php:1066
|
701 |
+
#: adminimize_page.php:1151
|
702 |
+
msgid "Set Theme"
|
703 |
+
msgstr "Imposta tema"
|
704 |
+
|
705 |
+
# @ adminimize
|
706 |
+
#: adminimize_page.php:1073
|
707 |
+
msgid "For better peformance with many users on your blog; load only userlist, when you will change the theme options for users."
|
708 |
+
msgstr "Per velocizzare la configurazione in blog con molti utenti, carica la lista utenti, e poi potrai modificare le impostazioni dei temi per ognuno."
|
709 |
+
|
710 |
+
# @ adminimize
|
711 |
+
#: adminimize_page.php:1076
|
712 |
+
msgid "Load User Data"
|
713 |
+
msgstr "Carica dati utenti"
|
714 |
+
|
715 |
+
#: adminimize_page.php:1087
|
716 |
+
msgid "User-ID"
|
717 |
+
msgstr "ID utente"
|
718 |
+
|
719 |
+
#: adminimize_page.php:1088
|
720 |
+
msgid "Username"
|
721 |
+
msgstr "Nome utente"
|
722 |
+
|
723 |
+
#: adminimize_page.php:1089
|
724 |
+
msgid "Display name publicly as"
|
725 |
+
msgstr "Mostra come"
|
726 |
+
|
727 |
+
#: adminimize_page.php:1090
|
728 |
+
msgid "Admin-Color Scheme"
|
729 |
+
msgstr "Schema colore"
|
730 |
+
|
731 |
+
#: adminimize_page.php:1091
|
732 |
+
msgid "User Level"
|
733 |
+
msgstr "Livello Utente"
|
734 |
+
|
735 |
+
#: adminimize_page.php:1092
|
736 |
+
msgid "Role"
|
737 |
+
msgstr "Ruolo"
|
738 |
+
|
739 |
+
# @ adminimize
|
740 |
+
#: adminimize_page.php:169
|
741 |
+
#: adminimize_page.php:1199
|
742 |
+
msgid "Deinstall Options"
|
743 |
+
msgstr "Opzioni di disinstallazione"
|
744 |
+
|
745 |
+
# @ adminimize
|
746 |
+
#: adminimize_page.php:1202
|
747 |
+
msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
|
748 |
+
msgstr "Utilizza questa opzione per pulire il tuo database da tutti i dati di questo plugin. Quando disattivi il plugin, la disinstallazione del plugin <strong>non elimina</strong> tutti i dati dal database."
|
749 |
+
|
750 |
+
# @ adminimize
|
751 |
+
#: adminimize_page.php:1206
|
752 |
+
msgid "Delete Options"
|
753 |
+
msgstr "Opzioni di eliminazione"
|
754 |
+
|
755 |
+
# @ adminimize
|
756 |
+
#: adminimize_page.php:116
|
757 |
+
#: adminimize_page.php:172
|
758 |
+
#: adminimize_page.php:1220
|
759 |
+
msgid "About the plugin"
|
760 |
+
msgstr "Informazioni sul plugin"
|
761 |
+
|
762 |
+
# @ adminimize
|
763 |
+
#: adminimize_page.php:118
|
764 |
+
#: adminimize_page.php:1223
|
765 |
+
msgid "Further information: Visit the <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">plugin homepage</a> for further information or to grab the latest version of this plugin."
|
766 |
+
msgstr "Ulteriori informazioni: Visita la <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">homepage del plugin</a> per ulteriori informazioni o per la versione più recente di questo plugin."
|
767 |
+
|
768 |
+
# @ adminimize
|
769 |
+
#: adminimize_page.php:124
|
770 |
+
#: adminimize_page.php:1229
|
771 |
+
msgid "PayPal - The safer, easier way to pay online!"
|
772 |
+
msgstr "PayPal - Il metodo più sicuro e semplice per pagare online!"
|
773 |
+
|
774 |
+
# @ adminimize
|
775 |
+
#: adminimize_page.php:128
|
776 |
+
#: adminimize_page.php:1233
|
777 |
+
msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
|
778 |
+
msgstr "Mi vuoi ringraziare? Visita la mia <a href=\"http://bueltge.de/wunschliste/\">lista dei desideri</a> o fai una donazione."
|
779 |
+
|
780 |
+
# @ adminimize
|
781 |
+
#: adminimize.php:100
|
782 |
+
msgid "All entries in the database was imported."
|
783 |
+
msgstr "Tutti i dati nel database sono stati importati."
|
784 |
+
|
785 |
+
# @ adminimize
|
786 |
+
#: adminimize_page.php:166
|
787 |
+
#: adminimize_page.php:1164
|
788 |
+
msgid "Export/Import Options"
|
789 |
+
msgstr "Opzioni di Esportazione/Importazione"
|
790 |
+
|
791 |
+
# @ adminimize
|
792 |
+
#: adminimize_page.php:1168
|
793 |
+
msgid "Export"
|
794 |
+
msgstr "Esporta"
|
795 |
+
|
796 |
+
# @ adminimize
|
797 |
+
#: adminimize_page.php:1173
|
798 |
+
msgid "Export »"
|
799 |
+
msgstr "Esporta »"
|
800 |
+
|
801 |
+
# @ adminimize
|
802 |
+
#: adminimize_page.php:1177
|
803 |
+
msgid "Import"
|
804 |
+
msgstr "Importa"
|
805 |
+
|
806 |
+
# @ adminimize
|
807 |
+
#: adminimize_page.php:1182
|
808 |
+
msgid "Choose a file from your computer"
|
809 |
+
msgstr "Scegli un file dal tuo computer"
|
810 |
+
|
811 |
+
# @ adminimize
|
812 |
+
#: adminimize_page.php:1187
|
813 |
+
msgid "Upload file and import »"
|
814 |
+
msgstr "Carica un file ed importalo »"
|
815 |
+
|
816 |
+
# @ adminimize
|
817 |
+
#: adminimize_page.php:141
|
818 |
+
msgid "MiniMenu"
|
819 |
+
msgstr "MiniMenu"
|
820 |
+
|
821 |
+
# @ adminimize
|
822 |
+
#: adminimize_page.php:332
|
823 |
+
#: adminimize_page.php:447
|
824 |
+
#: adminimize_page.php:769
|
825 |
+
#: adminimize_page.php:852
|
826 |
+
#: adminimize_page.php:935
|
827 |
+
#: adminimize_page.php:1057
|
828 |
+
#: adminimize_page.php:1156
|
829 |
+
#: adminimize_page.php:1190
|
830 |
+
#: adminimize_page.php:1211
|
831 |
+
#: adminimize_page.php:1237
|
832 |
+
msgid "scroll to top"
|
833 |
+
msgstr "torna a inizio pagina"
|
834 |
+
|
835 |
+
# @ adminimize
|
836 |
+
#: adminimize_page.php:1170
|
837 |
+
msgid "You can save a .seq file with your options."
|
838 |
+
msgstr "Puoi salvare un file .seq con le tue impostazioni."
|
839 |
+
|
840 |
+
# @ adminimize
|
841 |
+
#: adminimize_page.php:1180
|
842 |
+
msgid "Choose a Adminimize (<em>.seq</em>) file to upload, then click <em>Upload file and import</em>."
|
843 |
+
msgstr "Scegli un file di Adminimize (<em>.seq</em>) da caricare, poi clicca su <em>Carica un file ed importalo</em>."
|
844 |
+
|
845 |
+
# @ adminimize
|
846 |
+
#: adminimize_page.php:269
|
847 |
+
msgid "Category Height"
|
848 |
+
msgstr "Altezza Categorie"
|
849 |
+
|
850 |
+
# @ adminimize
|
851 |
+
#: adminimize_page.php:275
|
852 |
+
msgid "View the Meta Box with Categories in the full height, no scrollbar or whitespace."
|
853 |
+
msgstr "Visualizza il riquadro delle Categorie ad altezza piena, senza barre di scorrimento o spazi vuoti."
|
854 |
+
|
855 |
+
# @ adminimize
|
856 |
+
#: adminimize_page.php:286
|
857 |
+
msgid "In Footer kann you display a advice for change the Default-design, (x)HTML is possible."
|
858 |
+
msgstr "Puoi cambiare il Pié di Pagina standard, mostrando qualcos'altro. Puoi utilizzare (x)HTML."
|
859 |
+
|
860 |
+
# @ adminimize
|
861 |
+
#: adminimize_page.php:308
|
862 |
+
msgid "Dashboard deactivate, redirect to"
|
863 |
+
msgstr "Se la bacheca è disabilitata, vai a:"
|
864 |
+
|
865 |
+
# @ adminimize
|
866 |
+
#: adminimize_page.php:321
|
867 |
+
msgid "You have deactivate the Dashboard, please select a page for redirect?"
|
868 |
+
msgstr "Disabilitare la bacheca (nelle Opzioni dei Menu qui sotto) da almeno un ruolo, quindi scegliere dove andare al suo posto."
|
869 |
+
|
870 |
+
#: adminimize_page.php:545
|
871 |
+
#: adminimize_page.php:637
|
872 |
+
msgid "HTML Editor Button"
|
873 |
+
msgstr "Pulsante per l'editor HTML"
|
874 |
+
|
languages/adminimize-lt_LT.po
CHANGED
@@ -1,1120 +1,1120 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Adminimize\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2010-01-04 17:38+0100\n"
|
6 |
-
"PO-Revision-Date: 2012-03-10 17:09+0200\n"
|
7 |
-
"Last-Translator: \n"
|
8 |
-
"Language-Team: Frank Bueltge <frank@bueltge.de>\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
13 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
14 |
-
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
15 |
-
"X-Poedit-Basepath: ../\n"
|
16 |
-
"X-Textdomain-Support: yes\n"
|
17 |
-
"X-Poedit-SearchPath-0: .\n"
|
18 |
-
|
19 |
-
#@ adminimize
|
20 |
-
#: adminimize.php:127
|
21 |
-
msgid "Unknown error."
|
22 |
-
msgstr "Nežinoma klaida."
|
23 |
-
|
24 |
-
#@ adminimize
|
25 |
-
#: adminimize.php:136
|
26 |
-
msgid "The updates were saved."
|
27 |
-
msgstr "Atnaujimai išsaugoti."
|
28 |
-
|
29 |
-
#@ adminimize
|
30 |
-
#: adminimize.php:137
|
31 |
-
msgid "You have not enough rights to edit entries in the database."
|
32 |
-
msgstr "Jūs neturite reikiamų teisių redaguoti šios duomenų bazės įrašų."
|
33 |
-
|
34 |
-
#@ adminimize
|
35 |
-
#: adminimize.php:139
|
36 |
-
msgid "All entries in the database were deleted."
|
37 |
-
msgstr "Visi duomenų bazės įrašai ištrinti."
|
38 |
-
|
39 |
-
#@ adminimize
|
40 |
-
#: adminimize.php:140
|
41 |
-
msgid "Set the checkbox on deinstall-button."
|
42 |
-
msgstr "Nustatykite žymimąjį langelį, programos pašalinimo mygtuke."
|
43 |
-
|
44 |
-
#@ adminimize
|
45 |
-
#: adminimize.php:141
|
46 |
-
msgid "Can't load menu and submenu."
|
47 |
-
msgstr "Neįmanoma užkrauti įkėlimo meniu ir submeniu."
|
48 |
-
|
49 |
-
#@ adminimize
|
50 |
-
#: adminimize.php:142
|
51 |
-
msgid "Backend-Theme was activated!"
|
52 |
-
msgstr "Vidinės pusės apipavidalinimas aktyvuotas!"
|
53 |
-
|
54 |
-
#@ adminimize
|
55 |
-
#: adminimize.php:143
|
56 |
-
msgid "Load user data to themes was successful."
|
57 |
-
msgstr "Apipavidalinimo vartotojo duomenų įkėlimas sėkmingas."
|
58 |
-
|
59 |
-
#@ default
|
60 |
-
#@ adminimize
|
61 |
-
#: adminimize.php:468
|
62 |
-
#: inc-options/links_options.php:52
|
63 |
-
#: inc-options/write_cp_options.php:99
|
64 |
-
#: inc-options/write_post_options.php:87
|
65 |
-
msgid "Categories"
|
66 |
-
msgstr "Kategorijos"
|
67 |
-
|
68 |
-
#@ default
|
69 |
-
#: adminimize.php:474
|
70 |
-
#: adminimize.php:485
|
71 |
-
msgid "+ Add New Category"
|
72 |
-
msgstr "+ Pridėti Naują Kategoriją"
|
73 |
-
|
74 |
-
#@ default
|
75 |
-
#: adminimize.php:476
|
76 |
-
#: adminimize.php:487
|
77 |
-
msgid "New category name"
|
78 |
-
msgstr "Naujos kategorijos pavadinimas"
|
79 |
-
|
80 |
-
#@ default
|
81 |
-
#: adminimize.php:477
|
82 |
-
#: adminimize.php:489
|
83 |
-
msgid "Parent category"
|
84 |
-
msgstr "Virškategorė"
|
85 |
-
|
86 |
-
#@ default
|
87 |
-
#: adminimize.php:478
|
88 |
-
#: adminimize.php:490
|
89 |
-
msgid "Add"
|
90 |
-
msgstr "Pridėti"
|
91 |
-
|
92 |
-
#@ default
|
93 |
-
#@ adminimize
|
94 |
-
#: adminimize.php:487
|
95 |
-
#: inc-options/write_cp_options.php:100
|
96 |
-
#: inc-options/write_post_options.php:88
|
97 |
-
msgid "Add New Category"
|
98 |
-
msgstr "Pridėti Naują Kategoriją"
|
99 |
-
|
100 |
-
#@ adminimize
|
101 |
-
#@ default
|
102 |
-
#: inc-options/write_cp_options.php:97
|
103 |
-
#: inc-options/write_cp_options.php:135
|
104 |
-
#: inc-options/write_post_options.php:85
|
105 |
-
#: inc-options/write_post_options.php:121
|
106 |
-
msgid "Tags"
|
107 |
-
msgstr "Gairės"
|
108 |
-
|
109 |
-
#@ default
|
110 |
-
#: adminimize.php:572
|
111 |
-
#: adminimize.php:575
|
112 |
-
msgid "Dashboard"
|
113 |
-
msgstr "Prietaisų skydelis"
|
114 |
-
|
115 |
-
#@ default
|
116 |
-
#: adminimize.php:636
|
117 |
-
#: adminimize.php:638
|
118 |
-
#: adminimize.php:659
|
119 |
-
#: adminimize.php:661
|
120 |
-
#: adminimize.php:1034
|
121 |
-
#: inc-setup/admin-bar.php:57
|
122 |
-
#: inc-setup/admin-bar.php:81
|
123 |
-
#: inc-setup/admin-bar.php:250
|
124 |
-
msgid "Log Out"
|
125 |
-
msgstr "Išsiregistruoti"
|
126 |
-
|
127 |
-
#@ adminimize
|
128 |
-
#: inc-options/minimenu.php:85
|
129 |
-
msgid "Version"
|
130 |
-
msgstr "Versija"
|
131 |
-
|
132 |
-
#@ default
|
133 |
-
#: inc-options/write_cp_options.php:129
|
134 |
-
#: inc-options/write_page_options.php:108
|
135 |
-
#: inc-options/write_post_options.php:115
|
136 |
-
msgid "Author"
|
137 |
-
msgstr "Autorius"
|
138 |
-
|
139 |
-
#@ default
|
140 |
-
#: adminimize.php:1067
|
141 |
-
msgid "Settings"
|
142 |
-
msgstr "Nuostatos"
|
143 |
-
|
144 |
-
#@ adminimize
|
145 |
-
#. translators: plugin header field 'Name'
|
146 |
-
#: adminimize.php:0
|
147 |
-
#: adminimize.php:1086
|
148 |
-
#: inc-options/minimenu.php:14
|
149 |
-
msgid "Adminimize"
|
150 |
-
msgstr "Adminimize"
|
151 |
-
|
152 |
-
#@ adminimize
|
153 |
-
#: adminimize.php:1085
|
154 |
-
msgid "Adminimize Options"
|
155 |
-
msgstr "Adminimize parinktys"
|
156 |
-
|
157 |
-
#@ default
|
158 |
-
#: adminimize.php:1111
|
159 |
-
msgid "Cheatin’ uh?"
|
160 |
-
msgstr "Bandote sukčiauti, ar ne?"
|
161 |
-
|
162 |
-
#@ default
|
163 |
-
#: inc-options/backend_options.php:15
|
164 |
-
#: inc-options/dashboard_options.php:16
|
165 |
-
#: inc-options/deinstall_options.php:14
|
166 |
-
#: inc-options/global_options.php:15
|
167 |
-
#: inc-options/im_export_options.php:14
|
168 |
-
#: inc-options/links_options.php:15
|
169 |
-
#: inc-options/menu_options.php:15
|
170 |
-
#: inc-options/minimenu.php:18
|
171 |
-
#: inc-options/minimenu.php:82
|
172 |
-
#: inc-options/theme_options.php:14
|
173 |
-
#: inc-options/wp_nav_menu_options.php:14
|
174 |
-
#: inc-options/write_cp_options.php:19
|
175 |
-
#: inc-options/write_page_options.php:14
|
176 |
-
#: inc-options/write_post_options.php:15
|
177 |
-
msgid "Click to toggle"
|
178 |
-
msgstr "Spragtelkite, norėdami perjungti"
|
179 |
-
|
180 |
-
#@ adminimize
|
181 |
-
#: inc-options/backend_options.php:16
|
182 |
-
#: inc-options/minimenu.php:26
|
183 |
-
msgid "Backend Options"
|
184 |
-
msgstr "Vidinės pusės Parinktys"
|
185 |
-
|
186 |
-
#@ adminimize
|
187 |
-
#: inc-options/backend_options.php:37
|
188 |
-
msgid "User-Info"
|
189 |
-
msgstr "Vartotojo Informacija"
|
190 |
-
|
191 |
-
#@ adminimize
|
192 |
-
#: inc-options/backend_options.php:30
|
193 |
-
#: inc-options/backend_options.php:41
|
194 |
-
#: inc-options/backend_options.php:54
|
195 |
-
#: inc-options/backend_options.php:64
|
196 |
-
#: inc-options/backend_options.php:74
|
197 |
-
#: inc-options/backend_options.php:84
|
198 |
-
#: inc-options/backend_options.php:94
|
199 |
-
#: inc-options/backend_options.php:104
|
200 |
-
#: inc-options/backend_options.php:114
|
201 |
-
#: inc-options/backend_options.php:124
|
202 |
-
#: inc-options/backend_options.php:153
|
203 |
-
msgid "Default"
|
204 |
-
msgstr "Numatytas"
|
205 |
-
|
206 |
-
#@ adminimize
|
207 |
-
#: inc-options/backend_options.php:42
|
208 |
-
#: inc-options/backend_options.php:65
|
209 |
-
#: inc-options/backend_options.php:75
|
210 |
-
msgid "Hide"
|
211 |
-
msgstr "Paslėpti"
|
212 |
-
|
213 |
-
#@ adminimize
|
214 |
-
#: inc-options/backend_options.php:43
|
215 |
-
msgid "Only logout"
|
216 |
-
msgstr "Tik išsiregistravimas"
|
217 |
-
|
218 |
-
#@ adminimize
|
219 |
-
#: inc-options/backend_options.php:44
|
220 |
-
msgid "User & Logout"
|
221 |
-
msgstr "Vartotojo & Išsiregistravimas"
|
222 |
-
|
223 |
-
#@ adminimize
|
224 |
-
#: inc-options/backend_options.php:45
|
225 |
-
msgid "The "User-Info-area" is on the top right side of the backend. You can hide or reduced show."
|
226 |
-
msgstr ""Vartotojo informacijos sritis" yra vidinės pusės viršutinėje dešinėje dalyje. Galite sumažinti arba paslėpti vaizdą."
|
227 |
-
|
228 |
-
#@ adminimize
|
229 |
-
#: inc-options/backend_options.php:50
|
230 |
-
msgid "Change User-Info, redirect to"
|
231 |
-
msgstr "Keisti Vartotojo Informaciją, nukreipti į"
|
232 |
-
|
233 |
-
#@ adminimize
|
234 |
-
#: inc-options/backend_options.php:55
|
235 |
-
msgid "Frontpage of the Blog"
|
236 |
-
msgstr "Tinklaraščio Titulinis puslapis"
|
237 |
-
|
238 |
-
#@ adminimize
|
239 |
-
#: inc-options/backend_options.php:56
|
240 |
-
msgid "When the "User-Info-area" change it, then it is possible to change the redirect."
|
241 |
-
msgstr "Kuomet "Vartotojo Informacijos sritis" keičiama, įmanoma pakeisti peradresavimo parametrus"
|
242 |
-
|
243 |
-
#@ adminimize
|
244 |
-
#: inc-options/backend_options.php:60
|
245 |
-
msgid "Footer"
|
246 |
-
msgstr "Puslapinė poraštė"
|
247 |
-
|
248 |
-
#@ adminimize
|
249 |
-
#: inc-options/backend_options.php:66
|
250 |
-
msgid "The Footer-area can hide, include all links and details."
|
251 |
-
msgstr "Puslapinės poraštės sritį, įskaitant visas nuorodas ir išsamiąją informaciją, galima paslėpti."
|
252 |
-
|
253 |
-
#@ adminimize
|
254 |
-
#: inc-options/backend_options.php:31
|
255 |
-
#: inc-options/backend_options.php:85
|
256 |
-
#: inc-options/backend_options.php:95
|
257 |
-
#: inc-options/backend_options.php:105
|
258 |
-
#: inc-options/backend_options.php:115
|
259 |
-
#: inc-options/backend_options.php:125
|
260 |
-
msgid "Activate"
|
261 |
-
msgstr "Aktyvinti"
|
262 |
-
|
263 |
-
#@ adminimize
|
264 |
-
#: inc-options/backend_options.php:80
|
265 |
-
msgid "Timestamp"
|
266 |
-
msgstr "Laiko žyma"
|
267 |
-
|
268 |
-
#@ adminimize
|
269 |
-
#: inc-options/backend_options.php:86
|
270 |
-
msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
|
271 |
-
msgstr "Atidaro laiko žymos įrašo redaguojamus laukelius, nereikalaujant, jog kiekvieną kartą būtų paleidžiama \"Edit\" nuoroda."
|
272 |
-
|
273 |
-
#@ adminimize
|
274 |
-
#: inc-options/backend_options.php:90
|
275 |
-
msgid "Thickbox FullScreen"
|
276 |
-
msgstr "Pastorintas skydelis visame ekrane"
|
277 |
-
|
278 |
-
#@ adminimize
|
279 |
-
#: inc-options/backend_options.php:100
|
280 |
-
msgid "Flashuploader"
|
281 |
-
msgstr "Flash rinkmenų įkelėjas"
|
282 |
-
|
283 |
-
#@ adminimize
|
284 |
-
#: inc-options/backend_options.php:106
|
285 |
-
msgid "Disable the flashuploader and users use only the standard uploader."
|
286 |
-
msgstr "Išjungti flash rinkmenų įkelėją ir priversti vartotojus naudotis tik standartiniu įkelėju."
|
287 |
-
|
288 |
-
#@ adminimize
|
289 |
-
#: inc-options/backend_options.php:120
|
290 |
-
msgid "Advice in Footer"
|
291 |
-
msgstr "Aktyvus Puslapinėje poraštėje"
|
292 |
-
|
293 |
-
#@ adminimize
|
294 |
-
#: inc-options/backend_options.php:154
|
295 |
-
msgid "Manage Posts"
|
296 |
-
msgstr "Tvarkyti Įrašus"
|
297 |
-
|
298 |
-
#@ adminimize
|
299 |
-
#: inc-options/backend_options.php:155
|
300 |
-
msgid "Manage Pages"
|
301 |
-
msgstr "Tvarkyti Puslapius"
|
302 |
-
|
303 |
-
#@ adminimize
|
304 |
-
#: inc-options/backend_options.php:156
|
305 |
-
msgid "Write Post"
|
306 |
-
msgstr "Kurti Įrašą"
|
307 |
-
|
308 |
-
#@ adminimize
|
309 |
-
#: inc-options/backend_options.php:157
|
310 |
-
msgid "Write Page"
|
311 |
-
msgstr "Kurti Puslapį"
|
312 |
-
|
313 |
-
#@ adminimize
|
314 |
-
#: inc-options/backend_options.php:158
|
315 |
-
#: inc-options/write_post_options.php:92
|
316 |
-
msgid "Comments"
|
317 |
-
msgstr "Komentarai"
|
318 |
-
|
319 |
-
#@ adminimize
|
320 |
-
#: inc-options/backend_options.php:159
|
321 |
-
msgid "other Page"
|
322 |
-
msgstr "kitas Puslapis"
|
323 |
-
|
324 |
-
#@ adminimize
|
325 |
-
#: inc-options/backend_options.php:171
|
326 |
-
#: inc-options/dashboard_options.php:122
|
327 |
-
#: inc-options/global_options.php:122
|
328 |
-
#: inc-options/links_options.php:126
|
329 |
-
#: inc-options/menu_options.php:155
|
330 |
-
#: inc-options/wp_nav_menu_options.php:147
|
331 |
-
#: inc-options/write_cp_options.php:239
|
332 |
-
#: inc-options/write_page_options.php:187
|
333 |
-
#: inc-options/write_post_options.php:197
|
334 |
-
msgid "Update Options"
|
335 |
-
msgstr "Atnaujinimo Parinktys"
|
336 |
-
|
337 |
-
#@ adminimize
|
338 |
-
#: inc-options/global_options.php:16
|
339 |
-
#: inc-options/minimenu.php:29
|
340 |
-
msgid "Global options"
|
341 |
-
msgstr "Visuotinės parinktys"
|
342 |
-
|
343 |
-
#@ adminimize
|
344 |
-
#: inc-options/dashboard_options.php:33
|
345 |
-
#: inc-options/dashboard_options.php:97
|
346 |
-
#: inc-options/global_options.php:23
|
347 |
-
#: inc-options/global_options.php:97
|
348 |
-
#: inc-options/links_options.php:23
|
349 |
-
#: inc-options/links_options.php:101
|
350 |
-
#: inc-options/wp_nav_menu_options.php:22
|
351 |
-
#: inc-options/wp_nav_menu_options.php:122
|
352 |
-
#: inc-options/write_cp_options.php:204
|
353 |
-
#: inc-options/write_page_options.php:162
|
354 |
-
#: inc-options/write_post_options.php:172
|
355 |
-
msgid "Option"
|
356 |
-
msgstr "Parinktis"
|
357 |
-
|
358 |
-
#@ adminimize
|
359 |
-
#: inc-options/dashboard_options.php:36
|
360 |
-
#: inc-options/global_options.php:26
|
361 |
-
#: inc-options/links_options.php:26
|
362 |
-
#: inc-options/menu_options.php:26
|
363 |
-
#: inc-options/wp_nav_menu_options.php:25
|
364 |
-
#: inc-options/write_cp_options.php:32
|
365 |
-
#: inc-options/write_page_options.php:25
|
366 |
-
#: inc-options/write_post_options.php:26
|
367 |
-
msgid "Deactivate for"
|
368 |
-
msgstr "Deaktyvinti "
|
369 |
-
|
370 |
-
#@ adminimize
|
371 |
-
#: inc-options/global_options.php:48
|
372 |
-
msgid "Favorite Actions"
|
373 |
-
msgstr "Mėgstami Veiksmai"
|
374 |
-
|
375 |
-
#@ adminimize
|
376 |
-
#: inc-options/global_options.php:49
|
377 |
-
msgid "Screen-Meta"
|
378 |
-
msgstr "Vaizdas-Meta"
|
379 |
-
|
380 |
-
#@ adminimize
|
381 |
-
#@ default
|
382 |
-
#: inc-options/global_options.php:50
|
383 |
-
#: inc-options/wp_nav_menu_options.php:49
|
384 |
-
#: inc-options/write_cp_options.php:95
|
385 |
-
#: inc-options/write_page_options.php:77
|
386 |
-
#: inc-options/write_post_options.php:82
|
387 |
-
msgid "Screen Options"
|
388 |
-
msgstr "Vaizdavimo Parinktys"
|
389 |
-
|
390 |
-
#@ adminimize
|
391 |
-
#: inc-options/global_options.php:51
|
392 |
-
msgid "Contextual Help"
|
393 |
-
msgstr "Kontekstinė Pagalba"
|
394 |
-
|
395 |
-
#@ adminimize
|
396 |
-
#: inc-options/global_options.php:52
|
397 |
-
msgid "Admin Color Scheme"
|
398 |
-
msgstr "Administratoriaus Spalvų Schema"
|
399 |
-
|
400 |
-
#@ adminimize
|
401 |
-
#: inc-options/dashboard_options.php:96
|
402 |
-
#: inc-options/global_options.php:96
|
403 |
-
msgid "Your own options"
|
404 |
-
msgstr "Jūsų parinktys"
|
405 |
-
|
406 |
-
#@ adminimize
|
407 |
-
#: inc-options/dashboard_options.php:96
|
408 |
-
#: inc-options/global_options.php:96
|
409 |
-
#: inc-options/links_options.php:100
|
410 |
-
#: inc-options/wp_nav_menu_options.php:121
|
411 |
-
#: inc-options/write_cp_options.php:202
|
412 |
-
#: inc-options/write_page_options.php:161
|
413 |
-
#: inc-options/write_post_options.php:171
|
414 |
-
msgid "ID or class"
|
415 |
-
msgstr "Identifikatorius arba klasė"
|
416 |
-
|
417 |
-
#@ adminimize
|
418 |
-
#: inc-options/dashboard_options.php:103
|
419 |
-
#: inc-options/global_options.php:103
|
420 |
-
#: inc-options/links_options.php:107
|
421 |
-
#: inc-options/wp_nav_menu_options.php:128
|
422 |
-
#: inc-options/write_cp_options.php:211
|
423 |
-
#: inc-options/write_page_options.php:168
|
424 |
-
#: inc-options/write_post_options.php:178
|
425 |
-
msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
|
426 |
-
msgstr "Įmanoma pridėti Jūsų asmeninius identifikatorius arba klases iš elementų ir gairių. Identifikatorių ir klasių paiešką galite vykdyti FireBug papildiniu Firefox naršyklei. Priskirkite reikšmę ir susiekite konkrečią eilutę su pavadinimu."
|
427 |
-
|
428 |
-
#@ adminimize
|
429 |
-
#: inc-options/dashboard_options.php:109
|
430 |
-
#: inc-options/global_options.php:109
|
431 |
-
#: inc-options/links_options.php:113
|
432 |
-
#: inc-options/wp_nav_menu_options.php:134
|
433 |
-
#: inc-options/write_cp_options.php:221
|
434 |
-
#: inc-options/write_page_options.php:174
|
435 |
-
#: inc-options/write_post_options.php:184
|
436 |
-
msgid "Possible nomination for ID or class. Separate multiple nominations through a carriage return."
|
437 |
-
msgstr "Galimi identifikatorių ir klasių pavadinimai. Išskirite daugybę norimų pavadinimų, grįždami į eilutės pradžią."
|
438 |
-
|
439 |
-
#@ adminimize
|
440 |
-
#: inc-options/dashboard_options.php:114
|
441 |
-
#: inc-options/global_options.php:114
|
442 |
-
#: inc-options/links_options.php:118
|
443 |
-
#: inc-options/wp_nav_menu_options.php:139
|
444 |
-
#: inc-options/write_cp_options.php:229
|
445 |
-
#: inc-options/write_page_options.php:179
|
446 |
-
#: inc-options/write_post_options.php:189
|
447 |
-
msgid "Possible IDs or classes. Separate multiple values through a carriage return."
|
448 |
-
msgstr "Įmanomi identifikatoriai ir klasės. Atskirkite daugybę reikšmių, grįždami į eilutės pradžią."
|
449 |
-
|
450 |
-
#@ adminimize
|
451 |
-
#: inc-options/menu_options.php:16
|
452 |
-
#: inc-options/minimenu.php:35
|
453 |
-
msgid "Menu Options"
|
454 |
-
msgstr "Meniu Parinktys"
|
455 |
-
|
456 |
-
#@ adminimize
|
457 |
-
#: inc-options/menu_options.php:23
|
458 |
-
msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
|
459 |
-
msgstr "Meniu parinktys - Meniu, <span style=\"font-weight: 400;\">Submeniu</span>"
|
460 |
-
|
461 |
-
#@ adminimize
|
462 |
-
#@ default
|
463 |
-
#: inc-options/wp_nav_menu_options.php:48
|
464 |
-
#: inc-options/write_cp_options.php:94
|
465 |
-
#: inc-options/write_page_options.php:76
|
466 |
-
#: inc-options/write_post_options.php:81
|
467 |
-
msgid "Help"
|
468 |
-
msgstr "Pagalba"
|
469 |
-
|
470 |
-
#@ adminimize
|
471 |
-
#: inc-options/write_cp_options.php:96
|
472 |
-
#: inc-options/write_page_options.php:79
|
473 |
-
#: inc-options/write_post_options.php:84
|
474 |
-
msgid "Permalink"
|
475 |
-
msgstr "Nuolatinė nuoroda"
|
476 |
-
|
477 |
-
#@ adminimize
|
478 |
-
#: inc-options/write_post_options.php:89
|
479 |
-
msgid "Excerpt"
|
480 |
-
msgstr "Ištrauka"
|
481 |
-
|
482 |
-
#@ adminimize
|
483 |
-
#: inc-options/write_post_options.php:90
|
484 |
-
msgid "Trackbacks"
|
485 |
-
msgstr "Atgaliniai keliai"
|
486 |
-
|
487 |
-
#@ default
|
488 |
-
#: inc-options/write_page_options.php:80
|
489 |
-
#: inc-options/write_post_options.php:91
|
490 |
-
msgid "Custom Fields"
|
491 |
-
msgstr "Pritaikyti Laukeliai"
|
492 |
-
|
493 |
-
#@ adminimize
|
494 |
-
#: inc-options/write_cp_options.php:101
|
495 |
-
#: inc-options/write_post_options.php:93
|
496 |
-
msgid "Password Protect This Post"
|
497 |
-
msgstr "Apsaugoti šį Įrašą Slaptažodžiu"
|
498 |
-
|
499 |
-
#@ default
|
500 |
-
#: inc-options/write_post_options.php:94
|
501 |
-
msgid "Post Author"
|
502 |
-
msgstr "Įrašo Autorius"
|
503 |
-
|
504 |
-
#@ default
|
505 |
-
#: inc-options/write_post_options.php:95
|
506 |
-
msgid "Post Revisions"
|
507 |
-
msgstr "Įrašo Pataisos"
|
508 |
-
|
509 |
-
#@ adminimize
|
510 |
-
#: inc-options/write_cp_options.php:102
|
511 |
-
#: inc-options/write_post_options.php:96
|
512 |
-
msgid "Related, Shortcuts"
|
513 |
-
msgstr "Susiję, Šaukiniai"
|
514 |
-
|
515 |
-
#@ adminimize
|
516 |
-
#: inc-options/write_cp_options.php:104
|
517 |
-
#: inc-options/write_page_options.php:90
|
518 |
-
#: inc-options/write_post_options.php:98
|
519 |
-
msgid "h2: Advanced Options"
|
520 |
-
msgstr "h2: Išplėstinės Parinktys"
|
521 |
-
|
522 |
-
#@ adminimize
|
523 |
-
#: inc-options/write_cp_options.php:105
|
524 |
-
#: inc-options/write_page_options.php:91
|
525 |
-
#: inc-options/write_post_options.php:99
|
526 |
-
msgid "Media Buttons (all)"
|
527 |
-
msgstr "Media Mygtukai (visi)"
|
528 |
-
|
529 |
-
#@ adminimize
|
530 |
-
#: inc-options/write_cp_options.php:106
|
531 |
-
#: inc-options/write_page_options.php:92
|
532 |
-
#: inc-options/write_post_options.php:100
|
533 |
-
msgid "Word count"
|
534 |
-
msgstr "Žodžių skaičiuoklė"
|
535 |
-
|
536 |
-
#@ adminimize
|
537 |
-
#: inc-options/write_cp_options.php:107
|
538 |
-
#: inc-options/write_post_options.php:101
|
539 |
-
msgid "Post Slug"
|
540 |
-
msgstr "Įrašo Trumpinys"
|
541 |
-
|
542 |
-
#@ adminimize
|
543 |
-
#: inc-options/links_options.php:56
|
544 |
-
#: inc-options/write_cp_options.php:108
|
545 |
-
#: inc-options/write_page_options.php:94
|
546 |
-
#: inc-options/write_post_options.php:102
|
547 |
-
msgid "Publish Actions"
|
548 |
-
msgstr "Publikavimo Veiksmai"
|
549 |
-
|
550 |
-
#@ default
|
551 |
-
#@ adminimize
|
552 |
-
#: inc-options/write_cp_options.php:109
|
553 |
-
#: inc-options/write_page_options.php:95
|
554 |
-
#: inc-options/write_post_options.php:103
|
555 |
-
msgid "Discussion"
|
556 |
-
msgstr "Aptarimas"
|
557 |
-
|
558 |
-
#@ adminimize
|
559 |
-
#: inc-options/write_cp_options.php:120
|
560 |
-
#: inc-options/write_post_options.php:108
|
561 |
-
msgid "Post Thumbnail"
|
562 |
-
msgstr "Paskelbti Miniatūrą"
|
563 |
-
|
564 |
-
#@ adminimize
|
565 |
-
#: inc-options/write_page_options.php:81
|
566 |
-
msgid "Comments & Pings"
|
567 |
-
msgstr "Komentarai & Ryšio Patikrinimai"
|
568 |
-
|
569 |
-
#@ adminimize
|
570 |
-
#: inc-options/write_page_options.php:82
|
571 |
-
msgid "Password Protect This Page"
|
572 |
-
msgstr "Apsaugoti šį Puslapį Slaptažodžiu"
|
573 |
-
|
574 |
-
#@ adminimize
|
575 |
-
#: inc-options/write_page_options.php:83
|
576 |
-
msgid "Attributes"
|
577 |
-
msgstr "Požymiai"
|
578 |
-
|
579 |
-
#@ adminimize
|
580 |
-
#: inc-options/write_page_options.php:84
|
581 |
-
msgid "Page Template"
|
582 |
-
msgstr "Puslapio Šablonas"
|
583 |
-
|
584 |
-
#@ adminimize
|
585 |
-
#: inc-options/write_page_options.php:85
|
586 |
-
msgid "Page Order"
|
587 |
-
msgstr "Puslapio Tvarka"
|
588 |
-
|
589 |
-
#@ default
|
590 |
-
#: inc-options/write_page_options.php:86
|
591 |
-
msgid "Page Author"
|
592 |
-
msgstr "Puslapio Autorius"
|
593 |
-
|
594 |
-
#@ default
|
595 |
-
#: inc-options/write_page_options.php:87
|
596 |
-
msgid "Page Revisions"
|
597 |
-
msgstr "Puslapio Taisymai"
|
598 |
-
|
599 |
-
#@ adminimize
|
600 |
-
#: inc-options/write_page_options.php:88
|
601 |
-
msgid "Related"
|
602 |
-
msgstr "Susijęs"
|
603 |
-
|
604 |
-
#@ adminimize
|
605 |
-
#: inc-options/write_page_options.php:93
|
606 |
-
msgid "Page Slug"
|
607 |
-
msgstr "Puslapio Trumpinys"
|
608 |
-
|
609 |
-
#@ adminimize
|
610 |
-
#: inc-options/write_page_options.php:100
|
611 |
-
msgid "Page Image"
|
612 |
-
msgstr "Puslapio Paveikslėlis"
|
613 |
-
|
614 |
-
#@ adminimize
|
615 |
-
#: inc-options/menu_options.php:67
|
616 |
-
#: inc-options/menu_options.php:119
|
617 |
-
msgid "After activate the check box it heavy attitudes will change."
|
618 |
-
msgstr "Po žymimojo langelio aktyvavimo taps sunku keisti parametrus."
|
619 |
-
|
620 |
-
#@ default
|
621 |
-
#: inc-options/menu_options.php:102
|
622 |
-
msgid "Profile"
|
623 |
-
msgstr "Profilis"
|
624 |
-
|
625 |
-
#@ adminimize
|
626 |
-
#: inc-options/minimenu.php:38
|
627 |
-
#: inc-options/write_post_options.php:16
|
628 |
-
#: inc-options/write_post_options.php:23
|
629 |
-
msgid "Write options - Post"
|
630 |
-
msgstr "Rašymo parinktys - Įraše"
|
631 |
-
|
632 |
-
#@ adminimize
|
633 |
-
#: inc-options/write_post_options.php:171
|
634 |
-
msgid "Your own post options"
|
635 |
-
msgstr "Jūsų asmeninės įrašo parinktys"
|
636 |
-
|
637 |
-
#@ adminimize
|
638 |
-
#: inc-options/minimenu.php:41
|
639 |
-
#: inc-options/write_page_options.php:15
|
640 |
-
#: inc-options/write_page_options.php:22
|
641 |
-
msgid "Write options - Page"
|
642 |
-
msgstr "Rašymo parinktys - Puslapyje"
|
643 |
-
|
644 |
-
#@ adminimize
|
645 |
-
#: inc-options/write_page_options.php:161
|
646 |
-
msgid "Your own page options"
|
647 |
-
msgstr "Jūsų asmeninės puslapio parinktys"
|
648 |
-
|
649 |
-
#@ adminimize
|
650 |
-
#: inc-options/links_options.php:16
|
651 |
-
#: inc-options/minimenu.php:61
|
652 |
-
msgid "Links options"
|
653 |
-
msgstr "Nuorodų parinktys"
|
654 |
-
|
655 |
-
#@ default
|
656 |
-
#: inc-options/links_options.php:49
|
657 |
-
msgid "Name"
|
658 |
-
msgstr "Pavadinimas"
|
659 |
-
|
660 |
-
#@ default
|
661 |
-
#: inc-options/links_options.php:50
|
662 |
-
msgid "Web Address"
|
663 |
-
msgstr "Žiniatinklio Adresas"
|
664 |
-
|
665 |
-
#@ default
|
666 |
-
#: inc-options/links_options.php:51
|
667 |
-
msgid "Description"
|
668 |
-
msgstr "Aprašas"
|
669 |
-
|
670 |
-
#@ default
|
671 |
-
#: inc-options/links_options.php:53
|
672 |
-
msgid "Target"
|
673 |
-
msgstr "Tikslas"
|
674 |
-
|
675 |
-
#@ default
|
676 |
-
#: inc-options/links_options.php:54
|
677 |
-
msgid "Link Relationship (XFN)"
|
678 |
-
msgstr "Nuorodos Ryšys (XFN)"
|
679 |
-
|
680 |
-
#@ default
|
681 |
-
#: inc-options/links_options.php:55
|
682 |
-
msgid "Advanced"
|
683 |
-
msgstr "Išplėstinis"
|
684 |
-
|
685 |
-
#@ adminimize
|
686 |
-
#: inc-options/minimenu.php:67
|
687 |
-
#: inc-options/theme_options.php:15
|
688 |
-
#: inc-options/theme_options.php:100
|
689 |
-
msgid "Set Theme"
|
690 |
-
msgstr "Nustatyti Apipavidalinimą"
|
691 |
-
|
692 |
-
#@ adminimize
|
693 |
-
#: inc-options/theme_options.php:22
|
694 |
-
msgid "For better peformance with many users on your blog; load only userlist, when you will change the theme options for users."
|
695 |
-
msgstr "Didesniam veikimo našumui, Jūsų tinklaraštyje veikiant daug vartotojų; apipavidalinimo parinkčių vartotojams keitimo metu įkelkite tik vartotojų sąrašą."
|
696 |
-
|
697 |
-
#@ adminimize
|
698 |
-
#: inc-options/theme_options.php:25
|
699 |
-
msgid "Load User Data"
|
700 |
-
msgstr "Įkelti Vartotojo Informaciją"
|
701 |
-
|
702 |
-
#@ default
|
703 |
-
#: inc-options/theme_options.php:36
|
704 |
-
msgid "User-ID"
|
705 |
-
msgstr "Vartotojo Identifikatorius"
|
706 |
-
|
707 |
-
#@ default
|
708 |
-
#: inc-options/theme_options.php:37
|
709 |
-
msgid "Username"
|
710 |
-
msgstr "Vartotojo vardas"
|
711 |
-
|
712 |
-
#@ default
|
713 |
-
#: inc-options/theme_options.php:38
|
714 |
-
msgid "Display name publicly as"
|
715 |
-
msgstr "Viešai rodyti vardą kaip"
|
716 |
-
|
717 |
-
#@ default
|
718 |
-
#: inc-options/theme_options.php:39
|
719 |
-
msgid "Admin-Color Scheme"
|
720 |
-
msgstr "Administratoriaus Spalvų Schema"
|
721 |
-
|
722 |
-
#@ default
|
723 |
-
#: inc-options/theme_options.php:40
|
724 |
-
msgid "User Level"
|
725 |
-
msgstr "Vartotojo Lygmuo"
|
726 |
-
|
727 |
-
#@ default
|
728 |
-
#: inc-options/theme_options.php:41
|
729 |
-
msgid "Role"
|
730 |
-
msgstr "Vaidmuo"
|
731 |
-
|
732 |
-
#@ adminimize
|
733 |
-
#: inc-options/deinstall_options.php:15
|
734 |
-
#: inc-options/minimenu.php:73
|
735 |
-
msgid "Deinstall Options"
|
736 |
-
msgstr "Šalinimo Parinktys"
|
737 |
-
|
738 |
-
#@ adminimize
|
739 |
-
#: inc-options/deinstall_options.php:18
|
740 |
-
msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
|
741 |
-
msgstr "Naudokite šią parinktį, norėdami ištrinti visus su šiuo papildiniu susijusius įrašus iš savo duomenų bazės. Po šio papildinio deaktyvavimo, norėdami jį pašalinti, iš duomenų <strong>netrinkite</strong> visų įrašų."
|
742 |
-
|
743 |
-
#@ adminimize
|
744 |
-
#: inc-options/deinstall_options.php:22
|
745 |
-
msgid "Delete Options"
|
746 |
-
msgstr "Pašalinti Parinktis"
|
747 |
-
|
748 |
-
#@ adminimize
|
749 |
-
#: inc-options/minimenu.php:23
|
750 |
-
#: inc-options/minimenu.php:83
|
751 |
-
msgid "About the plugin"
|
752 |
-
msgstr "Apie šį papildinį"
|
753 |
-
|
754 |
-
#@ adminimize
|
755 |
-
#: inc-options/minimenu.php:94
|
756 |
-
msgid "PayPal - The safer, easier way to pay online!"
|
757 |
-
msgstr "PayPal mokėjimų sistema - saugiausias būdas atsiskaityti internetu!"
|
758 |
-
|
759 |
-
#@ adminimize
|
760 |
-
#: inc-options/minimenu.php:89
|
761 |
-
msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
|
762 |
-
msgstr "Norite man padėkoti? Pažvelkite į mano <a href=\"http://bueltge.de/wunschliste/\">norų sąrašą</a> arba paaukokite."
|
763 |
-
|
764 |
-
#@ adminimize
|
765 |
-
#: adminimize.php:138
|
766 |
-
msgid "All entries in the database were imported."
|
767 |
-
msgstr "Visi įrašai importuoti į duomenų bazę."
|
768 |
-
|
769 |
-
#@ adminimize
|
770 |
-
#: inc-options/im_export_options.php:15
|
771 |
-
#: inc-options/minimenu.php:70
|
772 |
-
msgid "Export/Import Options"
|
773 |
-
msgstr "Eksportavimo/Importavimo Parinktys"
|
774 |
-
|
775 |
-
#@ adminimize
|
776 |
-
#: inc-options/im_export_options.php:19
|
777 |
-
msgid "Export"
|
778 |
-
msgstr "Eksportavimas"
|
779 |
-
|
780 |
-
#@ adminimize
|
781 |
-
#: inc-options/im_export_options.php:24
|
782 |
-
msgid "Export »"
|
783 |
-
msgstr "Eksportavimas »"
|
784 |
-
|
785 |
-
#@ adminimize
|
786 |
-
#: inc-options/im_export_options.php:28
|
787 |
-
msgid "Import"
|
788 |
-
msgstr "Importavimas"
|
789 |
-
|
790 |
-
#@ adminimize
|
791 |
-
#: inc-options/im_export_options.php:33
|
792 |
-
msgid "Choose a file from your computer"
|
793 |
-
msgstr "Pasirinkite savo kompiuteryje esančią rinkmeną"
|
794 |
-
|
795 |
-
#@ adminimize
|
796 |
-
#: inc-options/im_export_options.php:38
|
797 |
-
msgid "Upload file and import »"
|
798 |
-
msgstr "Nusiųsti rinkmeną ir importuoti ją »"
|
799 |
-
|
800 |
-
#@ adminimize
|
801 |
-
#: inc-options/minimenu.php:19
|
802 |
-
msgid "MiniMenu"
|
803 |
-
msgstr "MiniMeniu"
|
804 |
-
|
805 |
-
#@ adminimize
|
806 |
-
#: inc-options/backend_options.php:173
|
807 |
-
#: inc-options/dashboard_options.php:127
|
808 |
-
#: inc-options/deinstall_options.php:27
|
809 |
-
#: inc-options/global_options.php:124
|
810 |
-
#: inc-options/im_export_options.php:41
|
811 |
-
#: inc-options/links_options.php:129
|
812 |
-
#: inc-options/menu_options.php:157
|
813 |
-
#: inc-options/minimenu.php:99
|
814 |
-
#: inc-options/theme_options.php:105
|
815 |
-
#: inc-options/wp_nav_menu_options.php:149
|
816 |
-
#: inc-options/write_cp_options.php:244
|
817 |
-
#: inc-options/write_page_options.php:189
|
818 |
-
#: inc-options/write_post_options.php:199
|
819 |
-
msgid "scroll to top"
|
820 |
-
msgstr "slinkti iki viršaus"
|
821 |
-
|
822 |
-
#@ adminimize
|
823 |
-
#: inc-options/im_export_options.php:21
|
824 |
-
msgid "You can save a .seq file with your options."
|
825 |
-
msgstr "Jūs galite išsaugoti .seq rinkmeną su visomis individualiai nustatytomis parinktimis."
|
826 |
-
|
827 |
-
#@ adminimize
|
828 |
-
#: inc-options/im_export_options.php:31
|
829 |
-
msgid "Choose a Adminimize (<em>.seq</em>) file to upload, then click <em>Upload file and import</em>."
|
830 |
-
msgstr "Pasirinkite Adminimize (<em>.seq</em>)rinkmeną, kurią norite išsiųsti, tuomet spragtelkite <em>Nusiųsti rinkmeną ir importuoti ją</em>."
|
831 |
-
|
832 |
-
#@ adminimize
|
833 |
-
#: inc-options/backend_options.php:110
|
834 |
-
msgid "Category Height"
|
835 |
-
msgstr "Kategorijos Ilgis"
|
836 |
-
|
837 |
-
#@ adminimize
|
838 |
-
#: inc-options/backend_options.php:116
|
839 |
-
msgid "View the Meta Box with Categories in the full height, no scrollbar or whitespace."
|
840 |
-
msgstr "Peržiūrėti Meta Skydelį pilnu ilgiu, be slankjuostės ar matomų tarpų."
|
841 |
-
|
842 |
-
#@ adminimize
|
843 |
-
#: inc-options/backend_options.php:127
|
844 |
-
msgid "In the Footer you can display an advice for changing the Default-design, (x)HTML is possible."
|
845 |
-
msgstr "Puslapinėje poraštėje galite pateikti patarimus Numatytajam dizainui keisti, (x)HTML kodai galimi."
|
846 |
-
|
847 |
-
#@ adminimize
|
848 |
-
#: inc-options/backend_options.php:149
|
849 |
-
msgid "Dashboard deactivate, redirect to"
|
850 |
-
msgstr "Prietaisų skydelio deaktyvavimas, nukreipimas į"
|
851 |
-
|
852 |
-
#@ default
|
853 |
-
#@ adminimize
|
854 |
-
#: inc-options/write_cp_options.php:110
|
855 |
-
#: inc-options/write_page_options.php:96
|
856 |
-
#: inc-options/write_post_options.php:104
|
857 |
-
msgid "HTML Editor Button"
|
858 |
-
msgstr "HTML Redaktoriaus Mygtukas"
|
859 |
-
|
860 |
-
#@ adminimize
|
861 |
-
#: inc-options/backend_options.php:96
|
862 |
-
msgid "All Thickbox-function use the full area of the browser. Thickbox is for example in upload media-files."
|
863 |
-
msgstr "Pastorinto skydelio funkcijoms atlikti, reikalinga visa naršyklės matomoji zona. To pavyzdys - medijos rinkmenų įkėlimas."
|
864 |
-
|
865 |
-
#@ adminimize
|
866 |
-
#. translators: plugin header field 'PluginURI'
|
867 |
-
#: adminimize.php:0
|
868 |
-
msgid "http://bueltge.de/wordpress-admin-theme-adminimize/674/"
|
869 |
-
msgstr "http://bueltge.de/wordpress-admin-theme-adminimize/674/"
|
870 |
-
|
871 |
-
#@ adminimize
|
872 |
-
#. translators: plugin header field 'Description'
|
873 |
-
#: adminimize.php:0
|
874 |
-
msgid "Visually compresses the administratrive meta-boxes so that more admin page content can be initially seen. The plugin that lets you hide 'unnecessary' items from the WordPress administration menu, for alle roles of your install. You can also hide post meta controls on the edit-area to simplify the interface. It is possible to simplify the admin in different for all roles."
|
875 |
-
msgstr "Vizualiai suspaudžia administracinio pobūdžio meta-skydelius, tad matoma daug daugiau tinklapiui administruoti reikiamo turinio. Papildinys Jums suteikia galimbyę paslėpti \"nereikalingus\" elementus WordPress diegimo funkcijų administravimo meniu. Norėdami supaprastinti vartotojo sąsają, taip pat galite paslėpti įrašo meta-valdiklius redaktoriaus laukelyje. Įmanomas daugėlio administravimo funkcijų supaprastinimas."
|
876 |
-
|
877 |
-
#@ adminimize
|
878 |
-
#. translators: plugin header field 'Author'
|
879 |
-
#: adminimize.php:0
|
880 |
-
msgid "Frank Bültge"
|
881 |
-
msgstr "Frank Bültge"
|
882 |
-
|
883 |
-
#@ adminimize
|
884 |
-
#. translators: plugin header field 'AuthorURI'
|
885 |
-
#: adminimize.php:0
|
886 |
-
msgid "http://bueltge.de/"
|
887 |
-
msgstr "http://bueltge.de/"
|
888 |
-
|
889 |
-
#@ adminimize
|
890 |
-
#: inc-options/backend_options.php:70
|
891 |
-
msgid "Header"
|
892 |
-
msgstr "Puslapinė antraštė"
|
893 |
-
|
894 |
-
#@ adminimize
|
895 |
-
#: inc-options/backend_options.php:76
|
896 |
-
msgid "The Header-area can hide, include all links and details."
|
897 |
-
msgstr "Galite paslėpti puslapinę antraštę (įskaitant visas nuorodas ir kitus elementus)"
|
898 |
-
|
899 |
-
#@ adminimize
|
900 |
-
#: inc-options/write_page_options.php:78
|
901 |
-
#: inc-options/write_post_options.php:83
|
902 |
-
msgid "Title"
|
903 |
-
msgstr "Antraštė"
|
904 |
-
|
905 |
-
#@ adminimize
|
906 |
-
#: inc-options/backend_options.php:26
|
907 |
-
msgid "Exclude Super Admin"
|
908 |
-
msgstr "Išskirkite Super Administratorių"
|
909 |
-
|
910 |
-
#@ adminimize
|
911 |
-
#: inc-options/backend_options.php:32
|
912 |
-
msgid "Exclude the Super Admin on a WP Multisite Install from all limitations of this plugin."
|
913 |
-
msgstr "Visiškai papildinio kontrolei, išskirkite Super Administratorių WordPress Daugiapuslapinio diegimo metu."
|
914 |
-
|
915 |
-
#@ adminimize
|
916 |
-
#: inc-options/backend_options.php:162
|
917 |
-
msgid "You have deactivated the Dashboard, please select a page for redirection or define custom url, include http://?"
|
918 |
-
msgstr "Jūs deaktyvavote Prietaisų skydelį, prašome nurodyti puslapį, pritaikytosios url nuorodos peradresavimui ar apibrėžimui. Nuorodą pradėkite http://?"
|
919 |
-
|
920 |
-
#@ adminimize
|
921 |
-
#: inc-options/global_options.php:47
|
922 |
-
msgid "Admin Bar"
|
923 |
-
msgstr "Administratoriaus Juosta"
|
924 |
-
|
925 |
-
#@ adminimize
|
926 |
-
#: inc-options/minimenu.php:64
|
927 |
-
msgid "WP Nav Menu"
|
928 |
-
msgstr "WordPress Naršymo Meniu"
|
929 |
-
|
930 |
-
#@ adminimize
|
931 |
-
#: inc-options/wp_nav_menu_options.php:15
|
932 |
-
msgid "WP Nav Menu options"
|
933 |
-
msgstr "WordPress Naršymo Meniu parinktys"
|
934 |
-
|
935 |
-
#@ adminimize
|
936 |
-
#@ default
|
937 |
-
#: inc-options/wp_nav_menu_options.php:50
|
938 |
-
#: inc-options/wp_nav_menu_options.php:56
|
939 |
-
msgid "Theme Locations"
|
940 |
-
msgstr "Apipavidalinimo Adresai (vietos)"
|
941 |
-
|
942 |
-
#@ adminimize
|
943 |
-
#: inc-options/wp_nav_menu_options.php:51
|
944 |
-
msgid "Custom Links"
|
945 |
-
msgstr "Individualizuotos Nuorodos"
|
946 |
-
|
947 |
-
#@ adminimize
|
948 |
-
#: inc-options/wp_nav_menu_options.php:52
|
949 |
-
msgid "Add menu"
|
950 |
-
msgstr "Pridėti meniu"
|
951 |
-
|
952 |
-
#@ adminimize
|
953 |
-
#: inc-options/write_cp_options.php:98
|
954 |
-
#: inc-options/write_post_options.php:86
|
955 |
-
msgid "Format"
|
956 |
-
msgstr "Formatas"
|
957 |
-
|
958 |
-
#@ adminimize
|
959 |
-
#: inc-options/write_cp_options.php:103
|
960 |
-
#: inc-options/write_page_options.php:89
|
961 |
-
#: inc-options/write_post_options.php:97
|
962 |
-
msgid "Messages"
|
963 |
-
msgstr "Žinutės"
|
964 |
-
|
965 |
-
#@ adminimize
|
966 |
-
#: inc-options/write_cp_options.php:126
|
967 |
-
#: inc-options/write_page_options.php:104
|
968 |
-
#: inc-options/write_post_options.php:112
|
969 |
-
msgid "Quick Edit Link"
|
970 |
-
msgstr "Greitoji Redagavimo Nuoroda"
|
971 |
-
|
972 |
-
#@ adminimize
|
973 |
-
#: inc-options/write_cp_options.php:127
|
974 |
-
#: inc-options/write_cp_options.php:131
|
975 |
-
#: inc-options/write_cp_options.php:134
|
976 |
-
#: inc-options/write_cp_options.php:137
|
977 |
-
#: inc-options/write_page_options.php:105
|
978 |
-
#: inc-options/write_page_options.php:110
|
979 |
-
#: inc-options/write_page_options.php:113
|
980 |
-
#: inc-options/write_post_options.php:113
|
981 |
-
#: inc-options/write_post_options.php:117
|
982 |
-
#: inc-options/write_post_options.php:120
|
983 |
-
#: inc-options/write_post_options.php:123
|
984 |
-
msgid "QE"
|
985 |
-
msgstr "Greitasis Redaktorius"
|
986 |
-
|
987 |
-
#@ adminimize
|
988 |
-
#: inc-options/write_cp_options.php:127
|
989 |
-
#: inc-options/write_page_options.php:105
|
990 |
-
#: inc-options/write_post_options.php:113
|
991 |
-
msgid "Inline Edit Left"
|
992 |
-
msgstr "Įterptoji Redagavimo parinktis Kairėje"
|
993 |
-
|
994 |
-
#@ adminimize
|
995 |
-
#: inc-options/write_cp_options.php:128
|
996 |
-
#: inc-options/write_page_options.php:106
|
997 |
-
#: inc-options/write_post_options.php:114
|
998 |
-
msgid "All Labels"
|
999 |
-
msgstr "Visos Žymos"
|
1000 |
-
|
1001 |
-
#@ adminimize
|
1002 |
-
#: inc-options/write_page_options.php:107
|
1003 |
-
msgid "Date"
|
1004 |
-
msgstr "Data"
|
1005 |
-
|
1006 |
-
#@ adminimize
|
1007 |
-
#: inc-options/write_cp_options.php:130
|
1008 |
-
#: inc-options/write_page_options.php:109
|
1009 |
-
#: inc-options/write_post_options.php:116
|
1010 |
-
msgid "Password and Private"
|
1011 |
-
msgstr "Slaptažodis ir Privatumas"
|
1012 |
-
|
1013 |
-
#@ adminimize
|
1014 |
-
#: inc-options/write_cp_options.php:134
|
1015 |
-
#: inc-options/write_page_options.php:110
|
1016 |
-
#: inc-options/write_post_options.php:120
|
1017 |
-
msgid "Inline Edit Right"
|
1018 |
-
msgstr "Įterptoji Redagavimo parinktis Dešinėje"
|
1019 |
-
|
1020 |
-
#@ adminimize
|
1021 |
-
#: inc-options/write_page_options.php:111
|
1022 |
-
msgid "Parent, Order, Template"
|
1023 |
-
msgstr "Hierarchija, Tvarka, Šablonas"
|
1024 |
-
|
1025 |
-
#@ adminimize
|
1026 |
-
#: inc-options/write_page_options.php:112
|
1027 |
-
msgid "Status"
|
1028 |
-
msgstr "Būsena"
|
1029 |
-
|
1030 |
-
#@ adminimize
|
1031 |
-
#: inc-options/write_cp_options.php:137
|
1032 |
-
#: inc-options/write_page_options.php:113
|
1033 |
-
#: inc-options/write_post_options.php:123
|
1034 |
-
msgid "Cancel/Save Button"
|
1035 |
-
msgstr "Atšaukti/Įrašyti Mygtuką"
|
1036 |
-
|
1037 |
-
#@ adminimize
|
1038 |
-
#: inc-options/write_cp_options.php:131
|
1039 |
-
#: inc-options/write_post_options.php:117
|
1040 |
-
msgid "Inline Edit Center"
|
1041 |
-
msgstr "Įterptoji Redagavimo parinktis Centre"
|
1042 |
-
|
1043 |
-
#@ adminimize
|
1044 |
-
#: inc-options/write_cp_options.php:132
|
1045 |
-
#: inc-options/write_post_options.php:118
|
1046 |
-
msgid "Categories Title"
|
1047 |
-
msgstr "Kategorijų Antraštės"
|
1048 |
-
|
1049 |
-
#@ adminimize
|
1050 |
-
#: inc-options/write_cp_options.php:133
|
1051 |
-
#: inc-options/write_post_options.php:119
|
1052 |
-
msgid "Categories List"
|
1053 |
-
msgstr "Kategorijų Sąrašas"
|
1054 |
-
|
1055 |
-
#@ adminimize
|
1056 |
-
#: inc-options/write_cp_options.php:136
|
1057 |
-
#: inc-options/write_post_options.php:122
|
1058 |
-
msgid "Status, Sticky"
|
1059 |
-
msgstr "Statusas, Kibus"
|
1060 |
-
|
1061 |
-
#@ adminimize
|
1062 |
-
#: inc-options/links_options.php:100
|
1063 |
-
msgid "Your own Link options"
|
1064 |
-
msgstr "Jūsų asmeninės Nuorodų parinktys"
|
1065 |
-
|
1066 |
-
#@ adminimize
|
1067 |
-
#: inc-options/minimenu.php:52
|
1068 |
-
#: inc-options/write_cp_options.php:21
|
1069 |
-
#: inc-options/write_cp_options.php:29
|
1070 |
-
msgid "Write options"
|
1071 |
-
msgstr "Rašymo parinktys"
|
1072 |
-
|
1073 |
-
#@ adminimize
|
1074 |
-
#: inc-options/wp_nav_menu_options.php:121
|
1075 |
-
msgid "Your own Nav Menu options"
|
1076 |
-
msgstr "Jūsų asmeninės Naršymo Meniu parinktys"
|
1077 |
-
|
1078 |
-
#@ adminimize
|
1079 |
-
#: inc-options/write_cp_options.php:201
|
1080 |
-
#, php-format
|
1081 |
-
msgid "Your own %s options"
|
1082 |
-
msgstr "Jūsų asmeninės %s Parinktys"
|
1083 |
-
|
1084 |
-
#@ adminimize
|
1085 |
-
#: inc-options/dashboard_options.php:17
|
1086 |
-
#: inc-options/minimenu.php:32
|
1087 |
-
msgid "Dashboard options"
|
1088 |
-
msgstr "Prietaisų skydelio parinktys"
|
1089 |
-
|
1090 |
-
#@ adminimize
|
1091 |
-
#: inc-options/dashboard_options.php:25
|
1092 |
-
msgid "To complete the installation for Dashboard Widgets you must visit your dashboard once and then come back to Settings > Adminimize to configure who has access to each widget."
|
1093 |
-
msgstr "Norėdami baigti Prietaisų skydelio valdiklių įdiegimą ir nustatyti kurie vartotojai turi priėjimą prie atskirų valdiklių, privalote vieną kartą apsilankyti prietaisų skydelyje ir tuomet sugrįžti į Nustatymus > Adminimize."
|
1094 |
-
|
1095 |
-
#@ adminimize
|
1096 |
-
#: inc-options/minimenu.php:87
|
1097 |
-
msgid "Further information: Visit the <a href=\"http://wordpress.org/extend/plugins/adminimize/\">plugin homepage</a> for further information or to grab the latest version of this plugin."
|
1098 |
-
msgstr "Papildoma informacija: Norėdami sužinoti daugiau arba atnaujinti šį papildinį, apsilankykite <a href=\"http://wordpress.org/extend/plugins/adminimize/\">Papildinių tinklapyje</a>. "
|
1099 |
-
|
1100 |
-
#@ adminimize
|
1101 |
-
#. translators: plugin header field 'Version'
|
1102 |
-
#: adminimize.php:0
|
1103 |
-
msgid "1.7.26"
|
1104 |
-
msgstr "1.7.26"
|
1105 |
-
|
1106 |
-
#@ adminimize
|
1107 |
-
#: inc-options/settings_notice.php:17
|
1108 |
-
msgid "Attention: The settings page ignores these Menu settings and views the menu with all entries!"
|
1109 |
-
msgstr "Dėmesio: Nuostatų puslapis nepaiso šio meniu nustatymų ir supranta meniu kaip sąrašą su visais įrašais."
|
1110 |
-
|
1111 |
-
#@ default
|
1112 |
-
#: inc-setup/admin-bar.php:239
|
1113 |
-
msgid "Network Admin"
|
1114 |
-
msgstr "Tinklo Administratorius"
|
1115 |
-
|
1116 |
-
#@ default
|
1117 |
-
#: inc-setup/admin-bar.php:241
|
1118 |
-
msgid "Site Admin"
|
1119 |
-
msgstr "Tinklapio Administratorius"
|
1120 |
-
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Adminimize\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-01-04 17:38+0100\n"
|
6 |
+
"PO-Revision-Date: 2012-03-10 17:09+0200\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
+
"Language-Team: Frank Bueltge <frank@bueltge.de>\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
13 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
14 |
+
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
15 |
+
"X-Poedit-Basepath: ../\n"
|
16 |
+
"X-Textdomain-Support: yes\n"
|
17 |
+
"X-Poedit-SearchPath-0: .\n"
|
18 |
+
|
19 |
+
#@ adminimize
|
20 |
+
#: adminimize.php:127
|
21 |
+
msgid "Unknown error."
|
22 |
+
msgstr "Nežinoma klaida."
|
23 |
+
|
24 |
+
#@ adminimize
|
25 |
+
#: adminimize.php:136
|
26 |
+
msgid "The updates were saved."
|
27 |
+
msgstr "Atnaujimai išsaugoti."
|
28 |
+
|
29 |
+
#@ adminimize
|
30 |
+
#: adminimize.php:137
|
31 |
+
msgid "You have not enough rights to edit entries in the database."
|
32 |
+
msgstr "Jūs neturite reikiamų teisių redaguoti šios duomenų bazės įrašų."
|
33 |
+
|
34 |
+
#@ adminimize
|
35 |
+
#: adminimize.php:139
|
36 |
+
msgid "All entries in the database were deleted."
|
37 |
+
msgstr "Visi duomenų bazės įrašai ištrinti."
|
38 |
+
|
39 |
+
#@ adminimize
|
40 |
+
#: adminimize.php:140
|
41 |
+
msgid "Set the checkbox on deinstall-button."
|
42 |
+
msgstr "Nustatykite žymimąjį langelį, programos pašalinimo mygtuke."
|
43 |
+
|
44 |
+
#@ adminimize
|
45 |
+
#: adminimize.php:141
|
46 |
+
msgid "Can't load menu and submenu."
|
47 |
+
msgstr "Neįmanoma užkrauti įkėlimo meniu ir submeniu."
|
48 |
+
|
49 |
+
#@ adminimize
|
50 |
+
#: adminimize.php:142
|
51 |
+
msgid "Backend-Theme was activated!"
|
52 |
+
msgstr "Vidinės pusės apipavidalinimas aktyvuotas!"
|
53 |
+
|
54 |
+
#@ adminimize
|
55 |
+
#: adminimize.php:143
|
56 |
+
msgid "Load user data to themes was successful."
|
57 |
+
msgstr "Apipavidalinimo vartotojo duomenų įkėlimas sėkmingas."
|
58 |
+
|
59 |
+
#@ default
|
60 |
+
#@ adminimize
|
61 |
+
#: adminimize.php:468
|
62 |
+
#: inc-options/links_options.php:52
|
63 |
+
#: inc-options/write_cp_options.php:99
|
64 |
+
#: inc-options/write_post_options.php:87
|
65 |
+
msgid "Categories"
|
66 |
+
msgstr "Kategorijos"
|
67 |
+
|
68 |
+
#@ default
|
69 |
+
#: adminimize.php:474
|
70 |
+
#: adminimize.php:485
|
71 |
+
msgid "+ Add New Category"
|
72 |
+
msgstr "+ Pridėti Naują Kategoriją"
|
73 |
+
|
74 |
+
#@ default
|
75 |
+
#: adminimize.php:476
|
76 |
+
#: adminimize.php:487
|
77 |
+
msgid "New category name"
|
78 |
+
msgstr "Naujos kategorijos pavadinimas"
|
79 |
+
|
80 |
+
#@ default
|
81 |
+
#: adminimize.php:477
|
82 |
+
#: adminimize.php:489
|
83 |
+
msgid "Parent category"
|
84 |
+
msgstr "Virškategorė"
|
85 |
+
|
86 |
+
#@ default
|
87 |
+
#: adminimize.php:478
|
88 |
+
#: adminimize.php:490
|
89 |
+
msgid "Add"
|
90 |
+
msgstr "Pridėti"
|
91 |
+
|
92 |
+
#@ default
|
93 |
+
#@ adminimize
|
94 |
+
#: adminimize.php:487
|
95 |
+
#: inc-options/write_cp_options.php:100
|
96 |
+
#: inc-options/write_post_options.php:88
|
97 |
+
msgid "Add New Category"
|
98 |
+
msgstr "Pridėti Naują Kategoriją"
|
99 |
+
|
100 |
+
#@ adminimize
|
101 |
+
#@ default
|
102 |
+
#: inc-options/write_cp_options.php:97
|
103 |
+
#: inc-options/write_cp_options.php:135
|
104 |
+
#: inc-options/write_post_options.php:85
|
105 |
+
#: inc-options/write_post_options.php:121
|
106 |
+
msgid "Tags"
|
107 |
+
msgstr "Gairės"
|
108 |
+
|
109 |
+
#@ default
|
110 |
+
#: adminimize.php:572
|
111 |
+
#: adminimize.php:575
|
112 |
+
msgid "Dashboard"
|
113 |
+
msgstr "Prietaisų skydelis"
|
114 |
+
|
115 |
+
#@ default
|
116 |
+
#: adminimize.php:636
|
117 |
+
#: adminimize.php:638
|
118 |
+
#: adminimize.php:659
|
119 |
+
#: adminimize.php:661
|
120 |
+
#: adminimize.php:1034
|
121 |
+
#: inc-setup/admin-bar.php:57
|
122 |
+
#: inc-setup/admin-bar.php:81
|
123 |
+
#: inc-setup/admin-bar.php:250
|
124 |
+
msgid "Log Out"
|
125 |
+
msgstr "Išsiregistruoti"
|
126 |
+
|
127 |
+
#@ adminimize
|
128 |
+
#: inc-options/minimenu.php:85
|
129 |
+
msgid "Version"
|
130 |
+
msgstr "Versija"
|
131 |
+
|
132 |
+
#@ default
|
133 |
+
#: inc-options/write_cp_options.php:129
|
134 |
+
#: inc-options/write_page_options.php:108
|
135 |
+
#: inc-options/write_post_options.php:115
|
136 |
+
msgid "Author"
|
137 |
+
msgstr "Autorius"
|
138 |
+
|
139 |
+
#@ default
|
140 |
+
#: adminimize.php:1067
|
141 |
+
msgid "Settings"
|
142 |
+
msgstr "Nuostatos"
|
143 |
+
|
144 |
+
#@ adminimize
|
145 |
+
#. translators: plugin header field 'Name'
|
146 |
+
#: adminimize.php:0
|
147 |
+
#: adminimize.php:1086
|
148 |
+
#: inc-options/minimenu.php:14
|
149 |
+
msgid "Adminimize"
|
150 |
+
msgstr "Adminimize"
|
151 |
+
|
152 |
+
#@ adminimize
|
153 |
+
#: adminimize.php:1085
|
154 |
+
msgid "Adminimize Options"
|
155 |
+
msgstr "Adminimize parinktys"
|
156 |
+
|
157 |
+
#@ default
|
158 |
+
#: adminimize.php:1111
|
159 |
+
msgid "Cheatin’ uh?"
|
160 |
+
msgstr "Bandote sukčiauti, ar ne?"
|
161 |
+
|
162 |
+
#@ default
|
163 |
+
#: inc-options/backend_options.php:15
|
164 |
+
#: inc-options/dashboard_options.php:16
|
165 |
+
#: inc-options/deinstall_options.php:14
|
166 |
+
#: inc-options/global_options.php:15
|
167 |
+
#: inc-options/im_export_options.php:14
|
168 |
+
#: inc-options/links_options.php:15
|
169 |
+
#: inc-options/menu_options.php:15
|
170 |
+
#: inc-options/minimenu.php:18
|
171 |
+
#: inc-options/minimenu.php:82
|
172 |
+
#: inc-options/theme_options.php:14
|
173 |
+
#: inc-options/wp_nav_menu_options.php:14
|
174 |
+
#: inc-options/write_cp_options.php:19
|
175 |
+
#: inc-options/write_page_options.php:14
|
176 |
+
#: inc-options/write_post_options.php:15
|
177 |
+
msgid "Click to toggle"
|
178 |
+
msgstr "Spragtelkite, norėdami perjungti"
|
179 |
+
|
180 |
+
#@ adminimize
|
181 |
+
#: inc-options/backend_options.php:16
|
182 |
+
#: inc-options/minimenu.php:26
|
183 |
+
msgid "Backend Options"
|
184 |
+
msgstr "Vidinės pusės Parinktys"
|
185 |
+
|
186 |
+
#@ adminimize
|
187 |
+
#: inc-options/backend_options.php:37
|
188 |
+
msgid "User-Info"
|
189 |
+
msgstr "Vartotojo Informacija"
|
190 |
+
|
191 |
+
#@ adminimize
|
192 |
+
#: inc-options/backend_options.php:30
|
193 |
+
#: inc-options/backend_options.php:41
|
194 |
+
#: inc-options/backend_options.php:54
|
195 |
+
#: inc-options/backend_options.php:64
|
196 |
+
#: inc-options/backend_options.php:74
|
197 |
+
#: inc-options/backend_options.php:84
|
198 |
+
#: inc-options/backend_options.php:94
|
199 |
+
#: inc-options/backend_options.php:104
|
200 |
+
#: inc-options/backend_options.php:114
|
201 |
+
#: inc-options/backend_options.php:124
|
202 |
+
#: inc-options/backend_options.php:153
|
203 |
+
msgid "Default"
|
204 |
+
msgstr "Numatytas"
|
205 |
+
|
206 |
+
#@ adminimize
|
207 |
+
#: inc-options/backend_options.php:42
|
208 |
+
#: inc-options/backend_options.php:65
|
209 |
+
#: inc-options/backend_options.php:75
|
210 |
+
msgid "Hide"
|
211 |
+
msgstr "Paslėpti"
|
212 |
+
|
213 |
+
#@ adminimize
|
214 |
+
#: inc-options/backend_options.php:43
|
215 |
+
msgid "Only logout"
|
216 |
+
msgstr "Tik išsiregistravimas"
|
217 |
+
|
218 |
+
#@ adminimize
|
219 |
+
#: inc-options/backend_options.php:44
|
220 |
+
msgid "User & Logout"
|
221 |
+
msgstr "Vartotojo & Išsiregistravimas"
|
222 |
+
|
223 |
+
#@ adminimize
|
224 |
+
#: inc-options/backend_options.php:45
|
225 |
+
msgid "The "User-Info-area" is on the top right side of the backend. You can hide or reduced show."
|
226 |
+
msgstr ""Vartotojo informacijos sritis" yra vidinės pusės viršutinėje dešinėje dalyje. Galite sumažinti arba paslėpti vaizdą."
|
227 |
+
|
228 |
+
#@ adminimize
|
229 |
+
#: inc-options/backend_options.php:50
|
230 |
+
msgid "Change User-Info, redirect to"
|
231 |
+
msgstr "Keisti Vartotojo Informaciją, nukreipti į"
|
232 |
+
|
233 |
+
#@ adminimize
|
234 |
+
#: inc-options/backend_options.php:55
|
235 |
+
msgid "Frontpage of the Blog"
|
236 |
+
msgstr "Tinklaraščio Titulinis puslapis"
|
237 |
+
|
238 |
+
#@ adminimize
|
239 |
+
#: inc-options/backend_options.php:56
|
240 |
+
msgid "When the "User-Info-area" change it, then it is possible to change the redirect."
|
241 |
+
msgstr "Kuomet "Vartotojo Informacijos sritis" keičiama, įmanoma pakeisti peradresavimo parametrus"
|
242 |
+
|
243 |
+
#@ adminimize
|
244 |
+
#: inc-options/backend_options.php:60
|
245 |
+
msgid "Footer"
|
246 |
+
msgstr "Puslapinė poraštė"
|
247 |
+
|
248 |
+
#@ adminimize
|
249 |
+
#: inc-options/backend_options.php:66
|
250 |
+
msgid "The Footer-area can hide, include all links and details."
|
251 |
+
msgstr "Puslapinės poraštės sritį, įskaitant visas nuorodas ir išsamiąją informaciją, galima paslėpti."
|
252 |
+
|
253 |
+
#@ adminimize
|
254 |
+
#: inc-options/backend_options.php:31
|
255 |
+
#: inc-options/backend_options.php:85
|
256 |
+
#: inc-options/backend_options.php:95
|
257 |
+
#: inc-options/backend_options.php:105
|
258 |
+
#: inc-options/backend_options.php:115
|
259 |
+
#: inc-options/backend_options.php:125
|
260 |
+
msgid "Activate"
|
261 |
+
msgstr "Aktyvinti"
|
262 |
+
|
263 |
+
#@ adminimize
|
264 |
+
#: inc-options/backend_options.php:80
|
265 |
+
msgid "Timestamp"
|
266 |
+
msgstr "Laiko žyma"
|
267 |
+
|
268 |
+
#@ adminimize
|
269 |
+
#: inc-options/backend_options.php:86
|
270 |
+
msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
|
271 |
+
msgstr "Atidaro laiko žymos įrašo redaguojamus laukelius, nereikalaujant, jog kiekvieną kartą būtų paleidžiama \"Edit\" nuoroda."
|
272 |
+
|
273 |
+
#@ adminimize
|
274 |
+
#: inc-options/backend_options.php:90
|
275 |
+
msgid "Thickbox FullScreen"
|
276 |
+
msgstr "Pastorintas skydelis visame ekrane"
|
277 |
+
|
278 |
+
#@ adminimize
|
279 |
+
#: inc-options/backend_options.php:100
|
280 |
+
msgid "Flashuploader"
|
281 |
+
msgstr "Flash rinkmenų įkelėjas"
|
282 |
+
|
283 |
+
#@ adminimize
|
284 |
+
#: inc-options/backend_options.php:106
|
285 |
+
msgid "Disable the flashuploader and users use only the standard uploader."
|
286 |
+
msgstr "Išjungti flash rinkmenų įkelėją ir priversti vartotojus naudotis tik standartiniu įkelėju."
|
287 |
+
|
288 |
+
#@ adminimize
|
289 |
+
#: inc-options/backend_options.php:120
|
290 |
+
msgid "Advice in Footer"
|
291 |
+
msgstr "Aktyvus Puslapinėje poraštėje"
|
292 |
+
|
293 |
+
#@ adminimize
|
294 |
+
#: inc-options/backend_options.php:154
|
295 |
+
msgid "Manage Posts"
|
296 |
+
msgstr "Tvarkyti Įrašus"
|
297 |
+
|
298 |
+
#@ adminimize
|
299 |
+
#: inc-options/backend_options.php:155
|
300 |
+
msgid "Manage Pages"
|
301 |
+
msgstr "Tvarkyti Puslapius"
|
302 |
+
|
303 |
+
#@ adminimize
|
304 |
+
#: inc-options/backend_options.php:156
|
305 |
+
msgid "Write Post"
|
306 |
+
msgstr "Kurti Įrašą"
|
307 |
+
|
308 |
+
#@ adminimize
|
309 |
+
#: inc-options/backend_options.php:157
|
310 |
+
msgid "Write Page"
|
311 |
+
msgstr "Kurti Puslapį"
|
312 |
+
|
313 |
+
#@ adminimize
|
314 |
+
#: inc-options/backend_options.php:158
|
315 |
+
#: inc-options/write_post_options.php:92
|
316 |
+
msgid "Comments"
|
317 |
+
msgstr "Komentarai"
|
318 |
+
|
319 |
+
#@ adminimize
|
320 |
+
#: inc-options/backend_options.php:159
|
321 |
+
msgid "other Page"
|
322 |
+
msgstr "kitas Puslapis"
|
323 |
+
|
324 |
+
#@ adminimize
|
325 |
+
#: inc-options/backend_options.php:171
|
326 |
+
#: inc-options/dashboard_options.php:122
|
327 |
+
#: inc-options/global_options.php:122
|
328 |
+
#: inc-options/links_options.php:126
|
329 |
+
#: inc-options/menu_options.php:155
|
330 |
+
#: inc-options/wp_nav_menu_options.php:147
|
331 |
+
#: inc-options/write_cp_options.php:239
|
332 |
+
#: inc-options/write_page_options.php:187
|
333 |
+
#: inc-options/write_post_options.php:197
|
334 |
+
msgid "Update Options"
|
335 |
+
msgstr "Atnaujinimo Parinktys"
|
336 |
+
|
337 |
+
#@ adminimize
|
338 |
+
#: inc-options/global_options.php:16
|
339 |
+
#: inc-options/minimenu.php:29
|
340 |
+
msgid "Global options"
|
341 |
+
msgstr "Visuotinės parinktys"
|
342 |
+
|
343 |
+
#@ adminimize
|
344 |
+
#: inc-options/dashboard_options.php:33
|
345 |
+
#: inc-options/dashboard_options.php:97
|
346 |
+
#: inc-options/global_options.php:23
|
347 |
+
#: inc-options/global_options.php:97
|
348 |
+
#: inc-options/links_options.php:23
|
349 |
+
#: inc-options/links_options.php:101
|
350 |
+
#: inc-options/wp_nav_menu_options.php:22
|
351 |
+
#: inc-options/wp_nav_menu_options.php:122
|
352 |
+
#: inc-options/write_cp_options.php:204
|
353 |
+
#: inc-options/write_page_options.php:162
|
354 |
+
#: inc-options/write_post_options.php:172
|
355 |
+
msgid "Option"
|
356 |
+
msgstr "Parinktis"
|
357 |
+
|
358 |
+
#@ adminimize
|
359 |
+
#: inc-options/dashboard_options.php:36
|
360 |
+
#: inc-options/global_options.php:26
|
361 |
+
#: inc-options/links_options.php:26
|
362 |
+
#: inc-options/menu_options.php:26
|
363 |
+
#: inc-options/wp_nav_menu_options.php:25
|
364 |
+
#: inc-options/write_cp_options.php:32
|
365 |
+
#: inc-options/write_page_options.php:25
|
366 |
+
#: inc-options/write_post_options.php:26
|
367 |
+
msgid "Deactivate for"
|
368 |
+
msgstr "Deaktyvinti "
|
369 |
+
|
370 |
+
#@ adminimize
|
371 |
+
#: inc-options/global_options.php:48
|
372 |
+
msgid "Favorite Actions"
|
373 |
+
msgstr "Mėgstami Veiksmai"
|
374 |
+
|
375 |
+
#@ adminimize
|
376 |
+
#: inc-options/global_options.php:49
|
377 |
+
msgid "Screen-Meta"
|
378 |
+
msgstr "Vaizdas-Meta"
|
379 |
+
|
380 |
+
#@ adminimize
|
381 |
+
#@ default
|
382 |
+
#: inc-options/global_options.php:50
|
383 |
+
#: inc-options/wp_nav_menu_options.php:49
|
384 |
+
#: inc-options/write_cp_options.php:95
|
385 |
+
#: inc-options/write_page_options.php:77
|
386 |
+
#: inc-options/write_post_options.php:82
|
387 |
+
msgid "Screen Options"
|
388 |
+
msgstr "Vaizdavimo Parinktys"
|
389 |
+
|
390 |
+
#@ adminimize
|
391 |
+
#: inc-options/global_options.php:51
|
392 |
+
msgid "Contextual Help"
|
393 |
+
msgstr "Kontekstinė Pagalba"
|
394 |
+
|
395 |
+
#@ adminimize
|
396 |
+
#: inc-options/global_options.php:52
|
397 |
+
msgid "Admin Color Scheme"
|
398 |
+
msgstr "Administratoriaus Spalvų Schema"
|
399 |
+
|
400 |
+
#@ adminimize
|
401 |
+
#: inc-options/dashboard_options.php:96
|
402 |
+
#: inc-options/global_options.php:96
|
403 |
+
msgid "Your own options"
|
404 |
+
msgstr "Jūsų parinktys"
|
405 |
+
|
406 |
+
#@ adminimize
|
407 |
+
#: inc-options/dashboard_options.php:96
|
408 |
+
#: inc-options/global_options.php:96
|
409 |
+
#: inc-options/links_options.php:100
|
410 |
+
#: inc-options/wp_nav_menu_options.php:121
|
411 |
+
#: inc-options/write_cp_options.php:202
|
412 |
+
#: inc-options/write_page_options.php:161
|
413 |
+
#: inc-options/write_post_options.php:171
|
414 |
+
msgid "ID or class"
|
415 |
+
msgstr "Identifikatorius arba klasė"
|
416 |
+
|
417 |
+
#@ adminimize
|
418 |
+
#: inc-options/dashboard_options.php:103
|
419 |
+
#: inc-options/global_options.php:103
|
420 |
+
#: inc-options/links_options.php:107
|
421 |
+
#: inc-options/wp_nav_menu_options.php:128
|
422 |
+
#: inc-options/write_cp_options.php:211
|
423 |
+
#: inc-options/write_page_options.php:168
|
424 |
+
#: inc-options/write_post_options.php:178
|
425 |
+
msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
|
426 |
+
msgstr "Įmanoma pridėti Jūsų asmeninius identifikatorius arba klases iš elementų ir gairių. Identifikatorių ir klasių paiešką galite vykdyti FireBug papildiniu Firefox naršyklei. Priskirkite reikšmę ir susiekite konkrečią eilutę su pavadinimu."
|
427 |
+
|
428 |
+
#@ adminimize
|
429 |
+
#: inc-options/dashboard_options.php:109
|
430 |
+
#: inc-options/global_options.php:109
|
431 |
+
#: inc-options/links_options.php:113
|
432 |
+
#: inc-options/wp_nav_menu_options.php:134
|
433 |
+
#: inc-options/write_cp_options.php:221
|
434 |
+
#: inc-options/write_page_options.php:174
|
435 |
+
#: inc-options/write_post_options.php:184
|
436 |
+
msgid "Possible nomination for ID or class. Separate multiple nominations through a carriage return."
|
437 |
+
msgstr "Galimi identifikatorių ir klasių pavadinimai. Išskirite daugybę norimų pavadinimų, grįždami į eilutės pradžią."
|
438 |
+
|
439 |
+
#@ adminimize
|
440 |
+
#: inc-options/dashboard_options.php:114
|
441 |
+
#: inc-options/global_options.php:114
|
442 |
+
#: inc-options/links_options.php:118
|
443 |
+
#: inc-options/wp_nav_menu_options.php:139
|
444 |
+
#: inc-options/write_cp_options.php:229
|
445 |
+
#: inc-options/write_page_options.php:179
|
446 |
+
#: inc-options/write_post_options.php:189
|
447 |
+
msgid "Possible IDs or classes. Separate multiple values through a carriage return."
|
448 |
+
msgstr "Įmanomi identifikatoriai ir klasės. Atskirkite daugybę reikšmių, grįždami į eilutės pradžią."
|
449 |
+
|
450 |
+
#@ adminimize
|
451 |
+
#: inc-options/menu_options.php:16
|
452 |
+
#: inc-options/minimenu.php:35
|
453 |
+
msgid "Menu Options"
|
454 |
+
msgstr "Meniu Parinktys"
|
455 |
+
|
456 |
+
#@ adminimize
|
457 |
+
#: inc-options/menu_options.php:23
|
458 |
+
msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
|
459 |
+
msgstr "Meniu parinktys - Meniu, <span style=\"font-weight: 400;\">Submeniu</span>"
|
460 |
+
|
461 |
+
#@ adminimize
|
462 |
+
#@ default
|
463 |
+
#: inc-options/wp_nav_menu_options.php:48
|
464 |
+
#: inc-options/write_cp_options.php:94
|
465 |
+
#: inc-options/write_page_options.php:76
|
466 |
+
#: inc-options/write_post_options.php:81
|
467 |
+
msgid "Help"
|
468 |
+
msgstr "Pagalba"
|
469 |
+
|
470 |
+
#@ adminimize
|
471 |
+
#: inc-options/write_cp_options.php:96
|
472 |
+
#: inc-options/write_page_options.php:79
|
473 |
+
#: inc-options/write_post_options.php:84
|
474 |
+
msgid "Permalink"
|
475 |
+
msgstr "Nuolatinė nuoroda"
|
476 |
+
|
477 |
+
#@ adminimize
|
478 |
+
#: inc-options/write_post_options.php:89
|
479 |
+
msgid "Excerpt"
|
480 |
+
msgstr "Ištrauka"
|
481 |
+
|
482 |
+
#@ adminimize
|
483 |
+
#: inc-options/write_post_options.php:90
|
484 |
+
msgid "Trackbacks"
|
485 |
+
msgstr "Atgaliniai keliai"
|
486 |
+
|
487 |
+
#@ default
|
488 |
+
#: inc-options/write_page_options.php:80
|
489 |
+
#: inc-options/write_post_options.php:91
|
490 |
+
msgid "Custom Fields"
|
491 |
+
msgstr "Pritaikyti Laukeliai"
|
492 |
+
|
493 |
+
#@ adminimize
|
494 |
+
#: inc-options/write_cp_options.php:101
|
495 |
+
#: inc-options/write_post_options.php:93
|
496 |
+
msgid "Password Protect This Post"
|
497 |
+
msgstr "Apsaugoti šį Įrašą Slaptažodžiu"
|
498 |
+
|
499 |
+
#@ default
|
500 |
+
#: inc-options/write_post_options.php:94
|
501 |
+
msgid "Post Author"
|
502 |
+
msgstr "Įrašo Autorius"
|
503 |
+
|
504 |
+
#@ default
|
505 |
+
#: inc-options/write_post_options.php:95
|
506 |
+
msgid "Post Revisions"
|
507 |
+
msgstr "Įrašo Pataisos"
|
508 |
+
|
509 |
+
#@ adminimize
|
510 |
+
#: inc-options/write_cp_options.php:102
|
511 |
+
#: inc-options/write_post_options.php:96
|
512 |
+
msgid "Related, Shortcuts"
|
513 |
+
msgstr "Susiję, Šaukiniai"
|
514 |
+
|
515 |
+
#@ adminimize
|
516 |
+
#: inc-options/write_cp_options.php:104
|
517 |
+
#: inc-options/write_page_options.php:90
|
518 |
+
#: inc-options/write_post_options.php:98
|
519 |
+
msgid "h2: Advanced Options"
|
520 |
+
msgstr "h2: Išplėstinės Parinktys"
|
521 |
+
|
522 |
+
#@ adminimize
|
523 |
+
#: inc-options/write_cp_options.php:105
|
524 |
+
#: inc-options/write_page_options.php:91
|
525 |
+
#: inc-options/write_post_options.php:99
|
526 |
+
msgid "Media Buttons (all)"
|
527 |
+
msgstr "Media Mygtukai (visi)"
|
528 |
+
|
529 |
+
#@ adminimize
|
530 |
+
#: inc-options/write_cp_options.php:106
|
531 |
+
#: inc-options/write_page_options.php:92
|
532 |
+
#: inc-options/write_post_options.php:100
|
533 |
+
msgid "Word count"
|
534 |
+
msgstr "Žodžių skaičiuoklė"
|
535 |
+
|
536 |
+
#@ adminimize
|
537 |
+
#: inc-options/write_cp_options.php:107
|
538 |
+
#: inc-options/write_post_options.php:101
|
539 |
+
msgid "Post Slug"
|
540 |
+
msgstr "Įrašo Trumpinys"
|
541 |
+
|
542 |
+
#@ adminimize
|
543 |
+
#: inc-options/links_options.php:56
|
544 |
+
#: inc-options/write_cp_options.php:108
|
545 |
+
#: inc-options/write_page_options.php:94
|
546 |
+
#: inc-options/write_post_options.php:102
|
547 |
+
msgid "Publish Actions"
|
548 |
+
msgstr "Publikavimo Veiksmai"
|
549 |
+
|
550 |
+
#@ default
|
551 |
+
#@ adminimize
|
552 |
+
#: inc-options/write_cp_options.php:109
|
553 |
+
#: inc-options/write_page_options.php:95
|
554 |
+
#: inc-options/write_post_options.php:103
|
555 |
+
msgid "Discussion"
|
556 |
+
msgstr "Aptarimas"
|
557 |
+
|
558 |
+
#@ adminimize
|
559 |
+
#: inc-options/write_cp_options.php:120
|
560 |
+
#: inc-options/write_post_options.php:108
|
561 |
+
msgid "Post Thumbnail"
|
562 |
+
msgstr "Paskelbti Miniatūrą"
|
563 |
+
|
564 |
+
#@ adminimize
|
565 |
+
#: inc-options/write_page_options.php:81
|
566 |
+
msgid "Comments & Pings"
|
567 |
+
msgstr "Komentarai & Ryšio Patikrinimai"
|
568 |
+
|
569 |
+
#@ adminimize
|
570 |
+
#: inc-options/write_page_options.php:82
|
571 |
+
msgid "Password Protect This Page"
|
572 |
+
msgstr "Apsaugoti šį Puslapį Slaptažodžiu"
|
573 |
+
|
574 |
+
#@ adminimize
|
575 |
+
#: inc-options/write_page_options.php:83
|
576 |
+
msgid "Attributes"
|
577 |
+
msgstr "Požymiai"
|
578 |
+
|
579 |
+
#@ adminimize
|
580 |
+
#: inc-options/write_page_options.php:84
|
581 |
+
msgid "Page Template"
|
582 |
+
msgstr "Puslapio Šablonas"
|
583 |
+
|
584 |
+
#@ adminimize
|
585 |
+
#: inc-options/write_page_options.php:85
|
586 |
+
msgid "Page Order"
|
587 |
+
msgstr "Puslapio Tvarka"
|
588 |
+
|
589 |
+
#@ default
|
590 |
+
#: inc-options/write_page_options.php:86
|
591 |
+
msgid "Page Author"
|
592 |
+
msgstr "Puslapio Autorius"
|
593 |
+
|
594 |
+
#@ default
|
595 |
+
#: inc-options/write_page_options.php:87
|
596 |
+
msgid "Page Revisions"
|
597 |
+
msgstr "Puslapio Taisymai"
|
598 |
+
|
599 |
+
#@ adminimize
|
600 |
+
#: inc-options/write_page_options.php:88
|
601 |
+
msgid "Related"
|
602 |
+
msgstr "Susijęs"
|
603 |
+
|
604 |
+
#@ adminimize
|
605 |
+
#: inc-options/write_page_options.php:93
|
606 |
+
msgid "Page Slug"
|
607 |
+
msgstr "Puslapio Trumpinys"
|
608 |
+
|
609 |
+
#@ adminimize
|
610 |
+
#: inc-options/write_page_options.php:100
|
611 |
+
msgid "Page Image"
|
612 |
+
msgstr "Puslapio Paveikslėlis"
|
613 |
+
|
614 |
+
#@ adminimize
|
615 |
+
#: inc-options/menu_options.php:67
|
616 |
+
#: inc-options/menu_options.php:119
|
617 |
+
msgid "After activate the check box it heavy attitudes will change."
|
618 |
+
msgstr "Po žymimojo langelio aktyvavimo taps sunku keisti parametrus."
|
619 |
+
|
620 |
+
#@ default
|
621 |
+
#: inc-options/menu_options.php:102
|
622 |
+
msgid "Profile"
|
623 |
+
msgstr "Profilis"
|
624 |
+
|
625 |
+
#@ adminimize
|
626 |
+
#: inc-options/minimenu.php:38
|
627 |
+
#: inc-options/write_post_options.php:16
|
628 |
+
#: inc-options/write_post_options.php:23
|
629 |
+
msgid "Write options - Post"
|
630 |
+
msgstr "Rašymo parinktys - Įraše"
|
631 |
+
|
632 |
+
#@ adminimize
|
633 |
+
#: inc-options/write_post_options.php:171
|
634 |
+
msgid "Your own post options"
|
635 |
+
msgstr "Jūsų asmeninės įrašo parinktys"
|
636 |
+
|
637 |
+
#@ adminimize
|
638 |
+
#: inc-options/minimenu.php:41
|
639 |
+
#: inc-options/write_page_options.php:15
|
640 |
+
#: inc-options/write_page_options.php:22
|
641 |
+
msgid "Write options - Page"
|
642 |
+
msgstr "Rašymo parinktys - Puslapyje"
|
643 |
+
|
644 |
+
#@ adminimize
|
645 |
+
#: inc-options/write_page_options.php:161
|
646 |
+
msgid "Your own page options"
|
647 |
+
msgstr "Jūsų asmeninės puslapio parinktys"
|
648 |
+
|
649 |
+
#@ adminimize
|
650 |
+
#: inc-options/links_options.php:16
|
651 |
+
#: inc-options/minimenu.php:61
|
652 |
+
msgid "Links options"
|
653 |
+
msgstr "Nuorodų parinktys"
|
654 |
+
|
655 |
+
#@ default
|
656 |
+
#: inc-options/links_options.php:49
|
657 |
+
msgid "Name"
|
658 |
+
msgstr "Pavadinimas"
|
659 |
+
|
660 |
+
#@ default
|
661 |
+
#: inc-options/links_options.php:50
|
662 |
+
msgid "Web Address"
|
663 |
+
msgstr "Žiniatinklio Adresas"
|
664 |
+
|
665 |
+
#@ default
|
666 |
+
#: inc-options/links_options.php:51
|
667 |
+
msgid "Description"
|
668 |
+
msgstr "Aprašas"
|
669 |
+
|
670 |
+
#@ default
|
671 |
+
#: inc-options/links_options.php:53
|
672 |
+
msgid "Target"
|
673 |
+
msgstr "Tikslas"
|
674 |
+
|
675 |
+
#@ default
|
676 |
+
#: inc-options/links_options.php:54
|
677 |
+
msgid "Link Relationship (XFN)"
|
678 |
+
msgstr "Nuorodos Ryšys (XFN)"
|
679 |
+
|
680 |
+
#@ default
|
681 |
+
#: inc-options/links_options.php:55
|
682 |
+
msgid "Advanced"
|
683 |
+
msgstr "Išplėstinis"
|
684 |
+
|
685 |
+
#@ adminimize
|
686 |
+
#: inc-options/minimenu.php:67
|
687 |
+
#: inc-options/theme_options.php:15
|
688 |
+
#: inc-options/theme_options.php:100
|
689 |
+
msgid "Set Theme"
|
690 |
+
msgstr "Nustatyti Apipavidalinimą"
|
691 |
+
|
692 |
+
#@ adminimize
|
693 |
+
#: inc-options/theme_options.php:22
|
694 |
+
msgid "For better peformance with many users on your blog; load only userlist, when you will change the theme options for users."
|
695 |
+
msgstr "Didesniam veikimo našumui, Jūsų tinklaraštyje veikiant daug vartotojų; apipavidalinimo parinkčių vartotojams keitimo metu įkelkite tik vartotojų sąrašą."
|
696 |
+
|
697 |
+
#@ adminimize
|
698 |
+
#: inc-options/theme_options.php:25
|
699 |
+
msgid "Load User Data"
|
700 |
+
msgstr "Įkelti Vartotojo Informaciją"
|
701 |
+
|
702 |
+
#@ default
|
703 |
+
#: inc-options/theme_options.php:36
|
704 |
+
msgid "User-ID"
|
705 |
+
msgstr "Vartotojo Identifikatorius"
|
706 |
+
|
707 |
+
#@ default
|
708 |
+
#: inc-options/theme_options.php:37
|
709 |
+
msgid "Username"
|
710 |
+
msgstr "Vartotojo vardas"
|
711 |
+
|
712 |
+
#@ default
|
713 |
+
#: inc-options/theme_options.php:38
|
714 |
+
msgid "Display name publicly as"
|
715 |
+
msgstr "Viešai rodyti vardą kaip"
|
716 |
+
|
717 |
+
#@ default
|
718 |
+
#: inc-options/theme_options.php:39
|
719 |
+
msgid "Admin-Color Scheme"
|
720 |
+
msgstr "Administratoriaus Spalvų Schema"
|
721 |
+
|
722 |
+
#@ default
|
723 |
+
#: inc-options/theme_options.php:40
|
724 |
+
msgid "User Level"
|
725 |
+
msgstr "Vartotojo Lygmuo"
|
726 |
+
|
727 |
+
#@ default
|
728 |
+
#: inc-options/theme_options.php:41
|
729 |
+
msgid "Role"
|
730 |
+
msgstr "Vaidmuo"
|
731 |
+
|
732 |
+
#@ adminimize
|
733 |
+
#: inc-options/deinstall_options.php:15
|
734 |
+
#: inc-options/minimenu.php:73
|
735 |
+
msgid "Deinstall Options"
|
736 |
+
msgstr "Šalinimo Parinktys"
|
737 |
+
|
738 |
+
#@ adminimize
|
739 |
+
#: inc-options/deinstall_options.php:18
|
740 |
+
msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
|
741 |
+
msgstr "Naudokite šią parinktį, norėdami ištrinti visus su šiuo papildiniu susijusius įrašus iš savo duomenų bazės. Po šio papildinio deaktyvavimo, norėdami jį pašalinti, iš duomenų <strong>netrinkite</strong> visų įrašų."
|
742 |
+
|
743 |
+
#@ adminimize
|
744 |
+
#: inc-options/deinstall_options.php:22
|
745 |
+
msgid "Delete Options"
|
746 |
+
msgstr "Pašalinti Parinktis"
|
747 |
+
|
748 |
+
#@ adminimize
|
749 |
+
#: inc-options/minimenu.php:23
|
750 |
+
#: inc-options/minimenu.php:83
|
751 |
+
msgid "About the plugin"
|
752 |
+
msgstr "Apie šį papildinį"
|
753 |
+
|
754 |
+
#@ adminimize
|
755 |
+
#: inc-options/minimenu.php:94
|
756 |
+
msgid "PayPal - The safer, easier way to pay online!"
|
757 |
+
msgstr "PayPal mokėjimų sistema - saugiausias būdas atsiskaityti internetu!"
|
758 |
+
|
759 |
+
#@ adminimize
|
760 |
+
#: inc-options/minimenu.php:89
|
761 |
+
msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
|
762 |
+
msgstr "Norite man padėkoti? Pažvelkite į mano <a href=\"http://bueltge.de/wunschliste/\">norų sąrašą</a> arba paaukokite."
|
763 |
+
|
764 |
+
#@ adminimize
|
765 |
+
#: adminimize.php:138
|
766 |
+
msgid "All entries in the database were imported."
|
767 |
+
msgstr "Visi įrašai importuoti į duomenų bazę."
|
768 |
+
|
769 |
+
#@ adminimize
|
770 |
+
#: inc-options/im_export_options.php:15
|
771 |
+
#: inc-options/minimenu.php:70
|
772 |
+
msgid "Export/Import Options"
|
773 |
+
msgstr "Eksportavimo/Importavimo Parinktys"
|
774 |
+
|
775 |
+
#@ adminimize
|
776 |
+
#: inc-options/im_export_options.php:19
|
777 |
+
msgid "Export"
|
778 |
+
msgstr "Eksportavimas"
|
779 |
+
|
780 |
+
#@ adminimize
|
781 |
+
#: inc-options/im_export_options.php:24
|
782 |
+
msgid "Export »"
|
783 |
+
msgstr "Eksportavimas »"
|
784 |
+
|
785 |
+
#@ adminimize
|
786 |
+
#: inc-options/im_export_options.php:28
|
787 |
+
msgid "Import"
|
788 |
+
msgstr "Importavimas"
|
789 |
+
|
790 |
+
#@ adminimize
|
791 |
+
#: inc-options/im_export_options.php:33
|
792 |
+
msgid "Choose a file from your computer"
|
793 |
+
msgstr "Pasirinkite savo kompiuteryje esančią rinkmeną"
|
794 |
+
|
795 |
+
#@ adminimize
|
796 |
+
#: inc-options/im_export_options.php:38
|
797 |
+
msgid "Upload file and import »"
|
798 |
+
msgstr "Nusiųsti rinkmeną ir importuoti ją »"
|
799 |
+
|
800 |
+
#@ adminimize
|
801 |
+
#: inc-options/minimenu.php:19
|
802 |
+
msgid "MiniMenu"
|
803 |
+
msgstr "MiniMeniu"
|
804 |
+
|
805 |
+
#@ adminimize
|
806 |
+
#: inc-options/backend_options.php:173
|
807 |
+
#: inc-options/dashboard_options.php:127
|
808 |
+
#: inc-options/deinstall_options.php:27
|
809 |
+
#: inc-options/global_options.php:124
|
810 |
+
#: inc-options/im_export_options.php:41
|
811 |
+
#: inc-options/links_options.php:129
|
812 |
+
#: inc-options/menu_options.php:157
|
813 |
+
#: inc-options/minimenu.php:99
|
814 |
+
#: inc-options/theme_options.php:105
|
815 |
+
#: inc-options/wp_nav_menu_options.php:149
|
816 |
+
#: inc-options/write_cp_options.php:244
|
817 |
+
#: inc-options/write_page_options.php:189
|
818 |
+
#: inc-options/write_post_options.php:199
|
819 |
+
msgid "scroll to top"
|
820 |
+
msgstr "slinkti iki viršaus"
|
821 |
+
|
822 |
+
#@ adminimize
|
823 |
+
#: inc-options/im_export_options.php:21
|
824 |
+
msgid "You can save a .seq file with your options."
|
825 |
+
msgstr "Jūs galite išsaugoti .seq rinkmeną su visomis individualiai nustatytomis parinktimis."
|
826 |
+
|
827 |
+
#@ adminimize
|
828 |
+
#: inc-options/im_export_options.php:31
|
829 |
+
msgid "Choose a Adminimize (<em>.seq</em>) file to upload, then click <em>Upload file and import</em>."
|
830 |
+
msgstr "Pasirinkite Adminimize (<em>.seq</em>)rinkmeną, kurią norite išsiųsti, tuomet spragtelkite <em>Nusiųsti rinkmeną ir importuoti ją</em>."
|
831 |
+
|
832 |
+
#@ adminimize
|
833 |
+
#: inc-options/backend_options.php:110
|
834 |
+
msgid "Category Height"
|
835 |
+
msgstr "Kategorijos Ilgis"
|
836 |
+
|
837 |
+
#@ adminimize
|
838 |
+
#: inc-options/backend_options.php:116
|
839 |
+
msgid "View the Meta Box with Categories in the full height, no scrollbar or whitespace."
|
840 |
+
msgstr "Peržiūrėti Meta Skydelį pilnu ilgiu, be slankjuostės ar matomų tarpų."
|
841 |
+
|
842 |
+
#@ adminimize
|
843 |
+
#: inc-options/backend_options.php:127
|
844 |
+
msgid "In the Footer you can display an advice for changing the Default-design, (x)HTML is possible."
|
845 |
+
msgstr "Puslapinėje poraštėje galite pateikti patarimus Numatytajam dizainui keisti, (x)HTML kodai galimi."
|
846 |
+
|
847 |
+
#@ adminimize
|
848 |
+
#: inc-options/backend_options.php:149
|
849 |
+
msgid "Dashboard deactivate, redirect to"
|
850 |
+
msgstr "Prietaisų skydelio deaktyvavimas, nukreipimas į"
|
851 |
+
|
852 |
+
#@ default
|
853 |
+
#@ adminimize
|
854 |
+
#: inc-options/write_cp_options.php:110
|
855 |
+
#: inc-options/write_page_options.php:96
|
856 |
+
#: inc-options/write_post_options.php:104
|
857 |
+
msgid "HTML Editor Button"
|
858 |
+
msgstr "HTML Redaktoriaus Mygtukas"
|
859 |
+
|
860 |
+
#@ adminimize
|
861 |
+
#: inc-options/backend_options.php:96
|
862 |
+
msgid "All Thickbox-function use the full area of the browser. Thickbox is for example in upload media-files."
|
863 |
+
msgstr "Pastorinto skydelio funkcijoms atlikti, reikalinga visa naršyklės matomoji zona. To pavyzdys - medijos rinkmenų įkėlimas."
|
864 |
+
|
865 |
+
#@ adminimize
|
866 |
+
#. translators: plugin header field 'PluginURI'
|
867 |
+
#: adminimize.php:0
|
868 |
+
msgid "http://bueltge.de/wordpress-admin-theme-adminimize/674/"
|
869 |
+
msgstr "http://bueltge.de/wordpress-admin-theme-adminimize/674/"
|
870 |
+
|
871 |
+
#@ adminimize
|
872 |
+
#. translators: plugin header field 'Description'
|
873 |
+
#: adminimize.php:0
|
874 |
+
msgid "Visually compresses the administratrive meta-boxes so that more admin page content can be initially seen. The plugin that lets you hide 'unnecessary' items from the WordPress administration menu, for alle roles of your install. You can also hide post meta controls on the edit-area to simplify the interface. It is possible to simplify the admin in different for all roles."
|
875 |
+
msgstr "Vizualiai suspaudžia administracinio pobūdžio meta-skydelius, tad matoma daug daugiau tinklapiui administruoti reikiamo turinio. Papildinys Jums suteikia galimbyę paslėpti \"nereikalingus\" elementus WordPress diegimo funkcijų administravimo meniu. Norėdami supaprastinti vartotojo sąsają, taip pat galite paslėpti įrašo meta-valdiklius redaktoriaus laukelyje. Įmanomas daugėlio administravimo funkcijų supaprastinimas."
|
876 |
+
|
877 |
+
#@ adminimize
|
878 |
+
#. translators: plugin header field 'Author'
|
879 |
+
#: adminimize.php:0
|
880 |
+
msgid "Frank Bültge"
|
881 |
+
msgstr "Frank Bültge"
|
882 |
+
|
883 |
+
#@ adminimize
|
884 |
+
#. translators: plugin header field 'AuthorURI'
|
885 |
+
#: adminimize.php:0
|
886 |
+
msgid "http://bueltge.de/"
|
887 |
+
msgstr "http://bueltge.de/"
|
888 |
+
|
889 |
+
#@ adminimize
|
890 |
+
#: inc-options/backend_options.php:70
|
891 |
+
msgid "Header"
|
892 |
+
msgstr "Puslapinė antraštė"
|
893 |
+
|
894 |
+
#@ adminimize
|
895 |
+
#: inc-options/backend_options.php:76
|
896 |
+
msgid "The Header-area can hide, include all links and details."
|
897 |
+
msgstr "Galite paslėpti puslapinę antraštę (įskaitant visas nuorodas ir kitus elementus)"
|
898 |
+
|
899 |
+
#@ adminimize
|
900 |
+
#: inc-options/write_page_options.php:78
|
901 |
+
#: inc-options/write_post_options.php:83
|
902 |
+
msgid "Title"
|
903 |
+
msgstr "Antraštė"
|
904 |
+
|
905 |
+
#@ adminimize
|
906 |
+
#: inc-options/backend_options.php:26
|
907 |
+
msgid "Exclude Super Admin"
|
908 |
+
msgstr "Išskirkite Super Administratorių"
|
909 |
+
|
910 |
+
#@ adminimize
|
911 |
+
#: inc-options/backend_options.php:32
|
912 |
+
msgid "Exclude the Super Admin on a WP Multisite Install from all limitations of this plugin."
|
913 |
+
msgstr "Visiškai papildinio kontrolei, išskirkite Super Administratorių WordPress Daugiapuslapinio diegimo metu."
|
914 |
+
|
915 |
+
#@ adminimize
|
916 |
+
#: inc-options/backend_options.php:162
|
917 |
+
msgid "You have deactivated the Dashboard, please select a page for redirection or define custom url, include http://?"
|
918 |
+
msgstr "Jūs deaktyvavote Prietaisų skydelį, prašome nurodyti puslapį, pritaikytosios url nuorodos peradresavimui ar apibrėžimui. Nuorodą pradėkite http://?"
|
919 |
+
|
920 |
+
#@ adminimize
|
921 |
+
#: inc-options/global_options.php:47
|
922 |
+
msgid "Admin Bar"
|
923 |
+
msgstr "Administratoriaus Juosta"
|
924 |
+
|
925 |
+
#@ adminimize
|
926 |
+
#: inc-options/minimenu.php:64
|
927 |
+
msgid "WP Nav Menu"
|
928 |
+
msgstr "WordPress Naršymo Meniu"
|
929 |
+
|
930 |
+
#@ adminimize
|
931 |
+
#: inc-options/wp_nav_menu_options.php:15
|
932 |
+
msgid "WP Nav Menu options"
|
933 |
+
msgstr "WordPress Naršymo Meniu parinktys"
|
934 |
+
|
935 |
+
#@ adminimize
|
936 |
+
#@ default
|
937 |
+
#: inc-options/wp_nav_menu_options.php:50
|
938 |
+
#: inc-options/wp_nav_menu_options.php:56
|
939 |
+
msgid "Theme Locations"
|
940 |
+
msgstr "Apipavidalinimo Adresai (vietos)"
|
941 |
+
|
942 |
+
#@ adminimize
|
943 |
+
#: inc-options/wp_nav_menu_options.php:51
|
944 |
+
msgid "Custom Links"
|
945 |
+
msgstr "Individualizuotos Nuorodos"
|
946 |
+
|
947 |
+
#@ adminimize
|
948 |
+
#: inc-options/wp_nav_menu_options.php:52
|
949 |
+
msgid "Add menu"
|
950 |
+
msgstr "Pridėti meniu"
|
951 |
+
|
952 |
+
#@ adminimize
|
953 |
+
#: inc-options/write_cp_options.php:98
|
954 |
+
#: inc-options/write_post_options.php:86
|
955 |
+
msgid "Format"
|
956 |
+
msgstr "Formatas"
|
957 |
+
|
958 |
+
#@ adminimize
|
959 |
+
#: inc-options/write_cp_options.php:103
|
960 |
+
#: inc-options/write_page_options.php:89
|
961 |
+
#: inc-options/write_post_options.php:97
|
962 |
+
msgid "Messages"
|
963 |
+
msgstr "Žinutės"
|
964 |
+
|
965 |
+
#@ adminimize
|
966 |
+
#: inc-options/write_cp_options.php:126
|
967 |
+
#: inc-options/write_page_options.php:104
|
968 |
+
#: inc-options/write_post_options.php:112
|
969 |
+
msgid "Quick Edit Link"
|
970 |
+
msgstr "Greitoji Redagavimo Nuoroda"
|
971 |
+
|
972 |
+
#@ adminimize
|
973 |
+
#: inc-options/write_cp_options.php:127
|
974 |
+
#: inc-options/write_cp_options.php:131
|
975 |
+
#: inc-options/write_cp_options.php:134
|
976 |
+
#: inc-options/write_cp_options.php:137
|
977 |
+
#: inc-options/write_page_options.php:105
|
978 |
+
#: inc-options/write_page_options.php:110
|
979 |
+
#: inc-options/write_page_options.php:113
|
980 |
+
#: inc-options/write_post_options.php:113
|
981 |
+
#: inc-options/write_post_options.php:117
|
982 |
+
#: inc-options/write_post_options.php:120
|
983 |
+
#: inc-options/write_post_options.php:123
|
984 |
+
msgid "QE"
|
985 |
+
msgstr "Greitasis Redaktorius"
|
986 |
+
|
987 |
+
#@ adminimize
|
988 |
+
#: inc-options/write_cp_options.php:127
|
989 |
+
#: inc-options/write_page_options.php:105
|
990 |
+
#: inc-options/write_post_options.php:113
|
991 |
+
msgid "Inline Edit Left"
|
992 |
+
msgstr "Įterptoji Redagavimo parinktis Kairėje"
|
993 |
+
|
994 |
+
#@ adminimize
|
995 |
+
#: inc-options/write_cp_options.php:128
|
996 |
+
#: inc-options/write_page_options.php:106
|
997 |
+
#: inc-options/write_post_options.php:114
|
998 |
+
msgid "All Labels"
|
999 |
+
msgstr "Visos Žymos"
|
1000 |
+
|
1001 |
+
#@ adminimize
|
1002 |
+
#: inc-options/write_page_options.php:107
|
1003 |
+
msgid "Date"
|
1004 |
+
msgstr "Data"
|
1005 |
+
|
1006 |
+
#@ adminimize
|
1007 |
+
#: inc-options/write_cp_options.php:130
|
1008 |
+
#: inc-options/write_page_options.php:109
|
1009 |
+
#: inc-options/write_post_options.php:116
|
1010 |
+
msgid "Password and Private"
|
1011 |
+
msgstr "Slaptažodis ir Privatumas"
|
1012 |
+
|
1013 |
+
#@ adminimize
|
1014 |
+
#: inc-options/write_cp_options.php:134
|
1015 |
+
#: inc-options/write_page_options.php:110
|
1016 |
+
#: inc-options/write_post_options.php:120
|
1017 |
+
msgid "Inline Edit Right"
|
1018 |
+
msgstr "Įterptoji Redagavimo parinktis Dešinėje"
|
1019 |
+
|
1020 |
+
#@ adminimize
|
1021 |
+
#: inc-options/write_page_options.php:111
|
1022 |
+
msgid "Parent, Order, Template"
|
1023 |
+
msgstr "Hierarchija, Tvarka, Šablonas"
|
1024 |
+
|
1025 |
+
#@ adminimize
|
1026 |
+
#: inc-options/write_page_options.php:112
|
1027 |
+
msgid "Status"
|
1028 |
+
msgstr "Būsena"
|
1029 |
+
|
1030 |
+
#@ adminimize
|
1031 |
+
#: inc-options/write_cp_options.php:137
|
1032 |
+
#: inc-options/write_page_options.php:113
|
1033 |
+
#: inc-options/write_post_options.php:123
|
1034 |
+
msgid "Cancel/Save Button"
|
1035 |
+
msgstr "Atšaukti/Įrašyti Mygtuką"
|
1036 |
+
|
1037 |
+
#@ adminimize
|
1038 |
+
#: inc-options/write_cp_options.php:131
|
1039 |
+
#: inc-options/write_post_options.php:117
|
1040 |
+
msgid "Inline Edit Center"
|
1041 |
+
msgstr "Įterptoji Redagavimo parinktis Centre"
|
1042 |
+
|
1043 |
+
#@ adminimize
|
1044 |
+
#: inc-options/write_cp_options.php:132
|
1045 |
+
#: inc-options/write_post_options.php:118
|
1046 |
+
msgid "Categories Title"
|
1047 |
+
msgstr "Kategorijų Antraštės"
|
1048 |
+
|
1049 |
+
#@ adminimize
|
1050 |
+
#: inc-options/write_cp_options.php:133
|
1051 |
+
#: inc-options/write_post_options.php:119
|
1052 |
+
msgid "Categories List"
|
1053 |
+
msgstr "Kategorijų Sąrašas"
|
1054 |
+
|
1055 |
+
#@ adminimize
|
1056 |
+
#: inc-options/write_cp_options.php:136
|
1057 |
+
#: inc-options/write_post_options.php:122
|
1058 |
+
msgid "Status, Sticky"
|
1059 |
+
msgstr "Statusas, Kibus"
|
1060 |
+
|
1061 |
+
#@ adminimize
|
1062 |
+
#: inc-options/links_options.php:100
|
1063 |
+
msgid "Your own Link options"
|
1064 |
+
msgstr "Jūsų asmeninės Nuorodų parinktys"
|
1065 |
+
|
1066 |
+
#@ adminimize
|
1067 |
+
#: inc-options/minimenu.php:52
|
1068 |
+
#: inc-options/write_cp_options.php:21
|
1069 |
+
#: inc-options/write_cp_options.php:29
|
1070 |
+
msgid "Write options"
|
1071 |
+
msgstr "Rašymo parinktys"
|
1072 |
+
|
1073 |
+
#@ adminimize
|
1074 |
+
#: inc-options/wp_nav_menu_options.php:121
|
1075 |
+
msgid "Your own Nav Menu options"
|
1076 |
+
msgstr "Jūsų asmeninės Naršymo Meniu parinktys"
|
1077 |
+
|
1078 |
+
#@ adminimize
|
1079 |
+
#: inc-options/write_cp_options.php:201
|
1080 |
+
#, php-format
|
1081 |
+
msgid "Your own %s options"
|
1082 |
+
msgstr "Jūsų asmeninės %s Parinktys"
|
1083 |
+
|
1084 |
+
#@ adminimize
|
1085 |
+
#: inc-options/dashboard_options.php:17
|
1086 |
+
#: inc-options/minimenu.php:32
|
1087 |
+
msgid "Dashboard options"
|
1088 |
+
msgstr "Prietaisų skydelio parinktys"
|
1089 |
+
|
1090 |
+
#@ adminimize
|
1091 |
+
#: inc-options/dashboard_options.php:25
|
1092 |
+
msgid "To complete the installation for Dashboard Widgets you must visit your dashboard once and then come back to Settings > Adminimize to configure who has access to each widget."
|
1093 |
+
msgstr "Norėdami baigti Prietaisų skydelio valdiklių įdiegimą ir nustatyti kurie vartotojai turi priėjimą prie atskirų valdiklių, privalote vieną kartą apsilankyti prietaisų skydelyje ir tuomet sugrįžti į Nustatymus > Adminimize."
|
1094 |
+
|
1095 |
+
#@ adminimize
|
1096 |
+
#: inc-options/minimenu.php:87
|
1097 |
+
msgid "Further information: Visit the <a href=\"http://wordpress.org/extend/plugins/adminimize/\">plugin homepage</a> for further information or to grab the latest version of this plugin."
|
1098 |
+
msgstr "Papildoma informacija: Norėdami sužinoti daugiau arba atnaujinti šį papildinį, apsilankykite <a href=\"http://wordpress.org/extend/plugins/adminimize/\">Papildinių tinklapyje</a>. "
|
1099 |
+
|
1100 |
+
#@ adminimize
|
1101 |
+
#. translators: plugin header field 'Version'
|
1102 |
+
#: adminimize.php:0
|
1103 |
+
msgid "1.7.26"
|
1104 |
+
msgstr "1.7.26"
|
1105 |
+
|
1106 |
+
#@ adminimize
|
1107 |
+
#: inc-options/settings_notice.php:17
|
1108 |
+
msgid "Attention: The settings page ignores these Menu settings and views the menu with all entries!"
|
1109 |
+
msgstr "Dėmesio: Nuostatų puslapis nepaiso šio meniu nustatymų ir supranta meniu kaip sąrašą su visais įrašais."
|
1110 |
+
|
1111 |
+
#@ default
|
1112 |
+
#: inc-setup/admin-bar.php:239
|
1113 |
+
msgid "Network Admin"
|
1114 |
+
msgstr "Tinklo Administratorius"
|
1115 |
+
|
1116 |
+
#@ default
|
1117 |
+
#: inc-setup/admin-bar.php:241
|
1118 |
+
msgid "Site Admin"
|
1119 |
+
msgstr "Tinklapio Administratorius"
|
1120 |
+
|
languages/adminimize-nl_NL.po
CHANGED
@@ -1,876 +1,876 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Adminimize v1.7.6\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2010-01-04 17:38+0100\n"
|
6 |
-
"PO-Revision-Date: 2010-03-17 21:44+0100\n"
|
7 |
-
"Last-Translator: WordPressPluginGuide.com <info@wppg.me>\n"
|
8 |
-
"Language-Team: http://wpwebshop.com <info@wppg.me>\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
13 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
14 |
-
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
15 |
-
"X-Poedit-Basepath: ../\n"
|
16 |
-
"X-Textdomain-Support: yes\n"
|
17 |
-
"X-Poedit-Language: Dutch\n"
|
18 |
-
"X-Poedit-Country: NETHERLANDS\n"
|
19 |
-
"X-Poedit-SearchPath-0: .\n"
|
20 |
-
|
21 |
-
#@ adminimize
|
22 |
-
#: adminimize.php:91
|
23 |
-
msgid "Unknown error."
|
24 |
-
msgstr "Onbekende fout."
|
25 |
-
|
26 |
-
#@ adminimize
|
27 |
-
#: adminimize.php:98
|
28 |
-
msgid "The updates was saved."
|
29 |
-
msgstr "De instellingen zijn opgeslagen."
|
30 |
-
|
31 |
-
#@ adminimize
|
32 |
-
#: adminimize.php:99
|
33 |
-
msgid "You have not enough rights for edit entries in the database."
|
34 |
-
msgstr "Je hebt niet genoeg rechten om ingevoerde data te editten in de database"
|
35 |
-
|
36 |
-
#@ adminimize
|
37 |
-
#: adminimize.php:101
|
38 |
-
msgid "All entries in the database was delleted."
|
39 |
-
msgstr "Alle ingevoerde data in de database zijn verwijderd."
|
40 |
-
|
41 |
-
#@ adminimize
|
42 |
-
#: adminimize.php:102
|
43 |
-
msgid "Set the checkbox on deinstall-button."
|
44 |
-
msgstr "Vink de selecteerbox aan op de deinstalleer knop"
|
45 |
-
|
46 |
-
#@ adminimize
|
47 |
-
#: adminimize.php:103
|
48 |
-
msgid "Can't load menu and submenu."
|
49 |
-
msgstr "Het menu en submenu kunnen niet geladen worden."
|
50 |
-
|
51 |
-
#@ adminimize
|
52 |
-
#: adminimize.php:104
|
53 |
-
msgid "Backend-Theme was activated!"
|
54 |
-
msgstr "Backend-Thema was geactiveerd!"
|
55 |
-
|
56 |
-
#@ adminimize
|
57 |
-
#: adminimize.php:105
|
58 |
-
msgid "Load user data to themes was successful."
|
59 |
-
msgstr "Het laden van gebruikersdata naar de thema's was succesvol."
|
60 |
-
|
61 |
-
#@ adminimize
|
62 |
-
#: adminimize.php:372
|
63 |
-
#: adminimize_page.php:528
|
64 |
-
#: adminimize_page.php:980
|
65 |
-
msgid "Categories"
|
66 |
-
msgstr "Categorieën"
|
67 |
-
|
68 |
-
#: adminimize.php:378
|
69 |
-
#: adminimize.php:389
|
70 |
-
msgid "+ Add New Category"
|
71 |
-
msgstr "+ Voeg een nieuwe categorie toe"
|
72 |
-
|
73 |
-
#: adminimize.php:380
|
74 |
-
#: adminimize.php:391
|
75 |
-
msgid "New category name"
|
76 |
-
msgstr "Nieuwe categorie naam"
|
77 |
-
|
78 |
-
#: adminimize.php:381
|
79 |
-
#: adminimize.php:393
|
80 |
-
msgid "Parent category"
|
81 |
-
msgstr "Hoofdcategorie"
|
82 |
-
|
83 |
-
#: adminimize.php:382
|
84 |
-
#: adminimize.php:394
|
85 |
-
msgid "Add"
|
86 |
-
msgstr "Toevoegen"
|
87 |
-
|
88 |
-
#@ adminimize
|
89 |
-
#: adminimize.php:391
|
90 |
-
#: adminimize_page.php:529
|
91 |
-
msgid "Add New Category"
|
92 |
-
msgstr "Voeg een nieuwe categorie toe"
|
93 |
-
|
94 |
-
#@ adminimize
|
95 |
-
#: adminimize.php:415
|
96 |
-
#: adminimize.php:416
|
97 |
-
#: adminimize_page.php:527
|
98 |
-
msgid "Tags"
|
99 |
-
msgstr "Tags"
|
100 |
-
|
101 |
-
#: adminimize.php:456
|
102 |
-
#: adminimize.php:470
|
103 |
-
#: adminimize.php:484
|
104 |
-
msgid "Blue"
|
105 |
-
msgstr "Blauw"
|
106 |
-
|
107 |
-
#: adminimize.php:463
|
108 |
-
#: adminimize.php:477
|
109 |
-
#: adminimize.php:491
|
110 |
-
msgid "Gray"
|
111 |
-
msgstr "Grijs"
|
112 |
-
|
113 |
-
#: adminimize.php:499
|
114 |
-
#: adminimize.php:541
|
115 |
-
#: adminimize.php:564
|
116 |
-
msgid "Classic"
|
117 |
-
msgstr "Classic"
|
118 |
-
|
119 |
-
#: adminimize.php:506
|
120 |
-
#: adminimize.php:548
|
121 |
-
#: adminimize.php:571
|
122 |
-
msgid "Fresh"
|
123 |
-
msgstr "Fresh"
|
124 |
-
|
125 |
-
#: adminimize.php:513
|
126 |
-
msgid "WordPress 2.3"
|
127 |
-
msgstr "WordPress 2.3"
|
128 |
-
|
129 |
-
#: adminimize.php:520
|
130 |
-
msgid "Maybe i'm colorblind"
|
131 |
-
msgstr "Misschien ben ik kleurenblind"
|
132 |
-
|
133 |
-
#: adminimize.php:527
|
134 |
-
msgid "Grey"
|
135 |
-
msgstr "Grijs"
|
136 |
-
|
137 |
-
#: adminimize.php:655
|
138 |
-
#: adminimize.php:658
|
139 |
-
msgid "Dashboard"
|
140 |
-
msgstr "Dashboard"
|
141 |
-
|
142 |
-
#: adminimize.php:717
|
143 |
-
#: adminimize.php:719
|
144 |
-
#: adminimize.php:732
|
145 |
-
#: adminimize.php:734
|
146 |
-
#: adminimize.php:925
|
147 |
-
msgid "Log Out"
|
148 |
-
msgstr "Uitloggen"
|
149 |
-
|
150 |
-
#: adminimize.php:944
|
151 |
-
msgid "Visit plugin homepage"
|
152 |
-
msgstr "Bezoek de homepage van de plugin "
|
153 |
-
|
154 |
-
#: adminimize.php:947
|
155 |
-
msgid "plugin"
|
156 |
-
msgstr "plugin"
|
157 |
-
|
158 |
-
#: adminimize.php:947
|
159 |
-
msgid "Version"
|
160 |
-
msgstr "Versie"
|
161 |
-
|
162 |
-
#@ adminimize
|
163 |
-
#: adminimize.php:947
|
164 |
-
msgid "History"
|
165 |
-
msgstr "Historie"
|
166 |
-
|
167 |
-
#: adminimize.php:947
|
168 |
-
msgid "Author"
|
169 |
-
msgstr "Auteur"
|
170 |
-
|
171 |
-
#@ adminimize
|
172 |
-
#: adminimize.php:950
|
173 |
-
msgid "plugin activate"
|
174 |
-
msgstr "activeer plugin"
|
175 |
-
|
176 |
-
#: adminimize.php:970
|
177 |
-
msgid "Settings"
|
178 |
-
msgstr "Instellingen"
|
179 |
-
|
180 |
-
#@ adminimize
|
181 |
-
#: adminimize.php:1031
|
182 |
-
#: adminimize.php:1052
|
183 |
-
msgid "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentation</a>"
|
184 |
-
msgstr "<a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">Documentatie (Duits)</a> (<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Engels</a>)"
|
185 |
-
|
186 |
-
#@ adminimize
|
187 |
-
#: adminimize.php:1048
|
188 |
-
#: adminimize_page.php:109
|
189 |
-
msgid "Adminimize"
|
190 |
-
msgstr "Adminimize"
|
191 |
-
|
192 |
-
#@ adminimize
|
193 |
-
#: adminimize.php:1050
|
194 |
-
msgid "Adminimize Options"
|
195 |
-
msgstr "Adminimize Instellingen"
|
196 |
-
|
197 |
-
#: adminimize.php:1067
|
198 |
-
msgid "Cheatin’ uh?"
|
199 |
-
msgstr "Bedriegen he?"
|
200 |
-
|
201 |
-
#: adminimize_page.php:115
|
202 |
-
#: adminimize_page.php:140
|
203 |
-
#: adminimize_page.php:186
|
204 |
-
#: adminimize_page.php:340
|
205 |
-
#: adminimize_page.php:455
|
206 |
-
#: adminimize_page.php:777
|
207 |
-
#: adminimize_page.php:860
|
208 |
-
#: adminimize_page.php:943
|
209 |
-
#: adminimize_page.php:1065
|
210 |
-
#: adminimize_page.php:1163
|
211 |
-
#: adminimize_page.php:1198
|
212 |
-
#: adminimize_page.php:1219
|
213 |
-
msgid "Click to toggle"
|
214 |
-
msgstr "Klik om om te schakelen"
|
215 |
-
|
216 |
-
#@ adminimize
|
217 |
-
#: adminimize_page.php:145
|
218 |
-
#: adminimize_page.php:187
|
219 |
-
msgid "Backend Options"
|
220 |
-
msgstr "Backend Instellingen"
|
221 |
-
|
222 |
-
#@ adminimize
|
223 |
-
#: adminimize_page.php:196
|
224 |
-
msgid "User-Info"
|
225 |
-
msgstr "Gebruikersinformatie"
|
226 |
-
|
227 |
-
#@ adminimize
|
228 |
-
#: adminimize_page.php:200
|
229 |
-
#: adminimize_page.php:213
|
230 |
-
#: adminimize_page.php:223
|
231 |
-
#: adminimize_page.php:233
|
232 |
-
#: adminimize_page.php:243
|
233 |
-
#: adminimize_page.php:253
|
234 |
-
#: adminimize_page.php:263
|
235 |
-
#: adminimize_page.php:273
|
236 |
-
#: adminimize_page.php:283
|
237 |
-
#: adminimize_page.php:312
|
238 |
-
msgid "Default"
|
239 |
-
msgstr "Standaard"
|
240 |
-
|
241 |
-
#@ adminimize
|
242 |
-
#: adminimize_page.php:201
|
243 |
-
#: adminimize_page.php:224
|
244 |
-
msgid "Hide"
|
245 |
-
msgstr "Verbergen"
|
246 |
-
|
247 |
-
#@ adminimize
|
248 |
-
#: adminimize_page.php:202
|
249 |
-
msgid "Only logout"
|
250 |
-
msgstr "Alleen uitloggen"
|
251 |
-
|
252 |
-
#@ adminimize
|
253 |
-
#: adminimize_page.php:203
|
254 |
-
msgid "User & Logout"
|
255 |
-
msgstr "Uitloggen Gebruiker"
|
256 |
-
|
257 |
-
#@ adminimize
|
258 |
-
#: adminimize_page.php:204
|
259 |
-
msgid "The "User-Info-area" is on the top right side of the backend. You can hide or reduced show."
|
260 |
-
msgstr "Het "Gebruikers-Informatie-scherm" bevindt zich aan de boven rechterkant van de backend interface. Je kunt deze verbergen of weergeven."
|
261 |
-
|
262 |
-
#@ adminimize
|
263 |
-
#: adminimize_page.php:209
|
264 |
-
msgid "Change User-Info, redirect to"
|
265 |
-
msgstr "Wijzig gebruikersinformatie, verwijs naar"
|
266 |
-
|
267 |
-
#@ adminimize
|
268 |
-
#: adminimize_page.php:214
|
269 |
-
msgid "Frontpage of the Blog"
|
270 |
-
msgstr "Startpagina van de Blog"
|
271 |
-
|
272 |
-
#@ adminimize
|
273 |
-
#: adminimize_page.php:215
|
274 |
-
msgid "When the "User-Info-area" change it, then it is possible to change the redirect."
|
275 |
-
msgstr "Wanneer het "Gebruikers-Informatie-scherm" veranderd wordt is het mogelijk om de verwijzing te wijzigen."
|
276 |
-
|
277 |
-
#@ adminimize
|
278 |
-
#: adminimize_page.php:219
|
279 |
-
msgid "Footer"
|
280 |
-
msgstr "Footer"
|
281 |
-
|
282 |
-
#@ adminimize
|
283 |
-
#: adminimize_page.php:225
|
284 |
-
msgid "The Footer-area kann hide, include all links and details."
|
285 |
-
msgstr "Het footer gebied kan verborgen worden, inclusief alle links en informatie."
|
286 |
-
|
287 |
-
#@ adminimize
|
288 |
-
#: adminimize_page.php:229
|
289 |
-
msgid "WriteScroll"
|
290 |
-
msgstr "WriteScroll"
|
291 |
-
|
292 |
-
#@ adminimize
|
293 |
-
#: adminimize_page.php:234
|
294 |
-
#: adminimize_page.php:244
|
295 |
-
#: adminimize_page.php:254
|
296 |
-
#: adminimize_page.php:264
|
297 |
-
#: adminimize_page.php:274
|
298 |
-
#: adminimize_page.php:284
|
299 |
-
msgid "Activate"
|
300 |
-
msgstr "Aktief"
|
301 |
-
|
302 |
-
#@ adminimize
|
303 |
-
#: adminimize_page.php:235
|
304 |
-
msgid "With the WriteScroll option active, these pages will automatically scroll to an optimal position for editing, when you visit Write Post or Write Page."
|
305 |
-
msgstr "Wanneer de WriteScroll optie actief is zulllen pagina's automatisch automatisch naar de correcte positie scrollen voor optimale bewerking bij het schrijven van een bericht of pagina."
|
306 |
-
|
307 |
-
#@ adminimize
|
308 |
-
#: adminimize_page.php:239
|
309 |
-
msgid "Timestamp"
|
310 |
-
msgstr "Timestamp (Tijdsinformatie)"
|
311 |
-
|
312 |
-
#@ adminimize
|
313 |
-
#: adminimize_page.php:245
|
314 |
-
msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
|
315 |
-
msgstr "Opent de tijdsinformatie velden van het bericht zonder dat je elke keer op de \"Bewerk\" link hoeft te klikken"
|
316 |
-
|
317 |
-
#@ adminimize
|
318 |
-
#: adminimize_page.php:249
|
319 |
-
msgid "Thickbox FullScreen"
|
320 |
-
msgstr "Thickbox FullScreen"
|
321 |
-
|
322 |
-
#@ adminimize
|
323 |
-
#: adminimize_page.php:255
|
324 |
-
msgid "All Thickbox-function use the full area of the browser. Thickbox is for examble in upload media-files."
|
325 |
-
msgstr "Alle Thickbox-Funkties gebruiken de volledige ruimte van de browsers, bijvoorbeeld bij het uploaden van media bestanden."
|
326 |
-
|
327 |
-
#@ adminimize
|
328 |
-
#: adminimize_page.php:259
|
329 |
-
msgid "Flashuploader"
|
330 |
-
msgstr "Flashuploader"
|
331 |
-
|
332 |
-
#@ adminimize
|
333 |
-
#: adminimize_page.php:265
|
334 |
-
msgid "Disable the flashuploader and users use only the standard uploader."
|
335 |
-
msgstr "Deactiveer de flashuploader, gebruikers gebruiken alleen de standaard uploader"
|
336 |
-
|
337 |
-
#@ adminimize
|
338 |
-
#: adminimize_page.php:279
|
339 |
-
msgid "Advice in Footer"
|
340 |
-
msgstr "Advies in de footer"
|
341 |
-
|
342 |
-
#@ adminimize
|
343 |
-
#: adminimize_page.php:313
|
344 |
-
msgid "Manage Posts"
|
345 |
-
msgstr "Arrangeer Berichten"
|
346 |
-
|
347 |
-
#@ adminimize
|
348 |
-
#: adminimize_page.php:314
|
349 |
-
msgid "Manage Pages"
|
350 |
-
msgstr "Arrangeer Pagina's"
|
351 |
-
|
352 |
-
#@ adminimize
|
353 |
-
#: adminimize_page.php:315
|
354 |
-
msgid "Write Post"
|
355 |
-
msgstr "Schrijf Bericht"
|
356 |
-
|
357 |
-
#@ adminimize
|
358 |
-
#: adminimize_page.php:316
|
359 |
-
msgid "Write Page"
|
360 |
-
msgstr "Schrijf Pagina"
|
361 |
-
|
362 |
-
#@ adminimize
|
363 |
-
#: adminimize_page.php:317
|
364 |
-
#: adminimize_page.php:533
|
365 |
-
msgid "Comments"
|
366 |
-
msgstr "Commentaar"
|
367 |
-
|
368 |
-
#@ adminimize
|
369 |
-
#: adminimize_page.php:318
|
370 |
-
msgid "other Page"
|
371 |
-
msgstr "andere pagina"
|
372 |
-
|
373 |
-
#@ adminimize
|
374 |
-
#: adminimize_page.php:330
|
375 |
-
#: adminimize_page.php:445
|
376 |
-
#: adminimize_page.php:767
|
377 |
-
#: adminimize_page.php:850
|
378 |
-
#: adminimize_page.php:933
|
379 |
-
#: adminimize_page.php:1054
|
380 |
-
msgid "Update Options"
|
381 |
-
msgstr "Instellingen Wijzigen"
|
382 |
-
|
383 |
-
#@ adminimize
|
384 |
-
#: adminimize_page.php:148
|
385 |
-
#: adminimize_page.php:341
|
386 |
-
msgid "Global options"
|
387 |
-
msgstr "Globale Instellingen"
|
388 |
-
|
389 |
-
#@ adminimize
|
390 |
-
#: adminimize_page.php:348
|
391 |
-
#: adminimize_page.php:420
|
392 |
-
#: adminimize_page.php:825
|
393 |
-
#: adminimize_page.php:908
|
394 |
-
#: adminimize_page.php:951
|
395 |
-
#: adminimize_page.php:1029
|
396 |
-
msgid "Option"
|
397 |
-
msgstr "Instelling"
|
398 |
-
|
399 |
-
#@ adminimize
|
400 |
-
#: adminimize_page.php:351
|
401 |
-
#: adminimize_page.php:466
|
402 |
-
#: adminimize_page.php:788
|
403 |
-
#: adminimize_page.php:871
|
404 |
-
#: adminimize_page.php:954
|
405 |
-
msgid "Deactivate for"
|
406 |
-
msgstr "Deactiveer voor"
|
407 |
-
|
408 |
-
#@ adminimize
|
409 |
-
#: adminimize_page.php:371
|
410 |
-
msgid "Favorite Actions"
|
411 |
-
msgstr "Favoriete Acties"
|
412 |
-
|
413 |
-
#@ adminimize
|
414 |
-
#: adminimize_page.php:372
|
415 |
-
msgid "Screen-Meta"
|
416 |
-
msgstr "Scherm-Meta"
|
417 |
-
|
418 |
-
#@ adminimize
|
419 |
-
#: adminimize_page.php:373
|
420 |
-
#: adminimize_page.php:525
|
421 |
-
#: adminimize_page.php:619
|
422 |
-
msgid "Screen Options"
|
423 |
-
msgstr "Scherm Instellingen"
|
424 |
-
|
425 |
-
#@ adminimize
|
426 |
-
#: adminimize_page.php:374
|
427 |
-
msgid "Contextual Help"
|
428 |
-
msgstr "Contextuele Hulp"
|
429 |
-
|
430 |
-
#@ adminimize
|
431 |
-
#: adminimize_page.php:375
|
432 |
-
msgid "Admin Color Scheme"
|
433 |
-
msgstr "Kleurenpalet Instellen"
|
434 |
-
|
435 |
-
#@ adminimize
|
436 |
-
#: adminimize_page.php:419
|
437 |
-
#: adminimize_page.php:1028
|
438 |
-
msgid "Your own options"
|
439 |
-
msgstr "Jouw instellingen"
|
440 |
-
|
441 |
-
#@ adminimize
|
442 |
-
#: adminimize_page.php:419
|
443 |
-
#: adminimize_page.php:824
|
444 |
-
#: adminimize_page.php:907
|
445 |
-
#: adminimize_page.php:1028
|
446 |
-
msgid "ID or class"
|
447 |
-
msgstr "ID of klasse"
|
448 |
-
|
449 |
-
#@ adminimize
|
450 |
-
#: adminimize_page.php:426
|
451 |
-
#: adminimize_page.php:831
|
452 |
-
#: adminimize_page.php:914
|
453 |
-
#: adminimize_page.php:1035
|
454 |
-
msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
|
455 |
-
msgstr "Het is mogelijk dat je een eigen ID en klasse van elementen en tags toevoegd. Je kan ID's en klassen vinden met de FireBug extensie voor FireFox. Ken een waarde per regel en de bijbehorende naam toe."
|
456 |
-
|
457 |
-
#@ adminimize
|
458 |
-
#: adminimize_page.php:432
|
459 |
-
#: adminimize_page.php:837
|
460 |
-
#: adminimize_page.php:920
|
461 |
-
#: adminimize_page.php:1041
|
462 |
-
msgid "Possible nomination for ID or class. Separate multiple nomination through a carriage return."
|
463 |
-
msgstr "Mogelijke benaming voor een ID of klasse. Verdeel de waarden met een nieuwe regel door de enter toets te gebruiken."
|
464 |
-
|
465 |
-
#@ adminimize
|
466 |
-
#: adminimize_page.php:437
|
467 |
-
#: adminimize_page.php:842
|
468 |
-
#: adminimize_page.php:925
|
469 |
-
#: adminimize_page.php:1046
|
470 |
-
msgid "Possible IDs or classes. Separate multiple values through a carriage return."
|
471 |
-
msgstr "Mogelijke ID's of klassen. Verdeel de verschillende waarden met een nieuwe regel door de enter toets te gebruiken."
|
472 |
-
|
473 |
-
#@ adminimize
|
474 |
-
#: adminimize_page.php:151
|
475 |
-
#: adminimize_page.php:456
|
476 |
-
msgid "Menu Options"
|
477 |
-
msgstr "Menu Instellingen"
|
478 |
-
|
479 |
-
#@ adminimize
|
480 |
-
#: adminimize_page.php:463
|
481 |
-
msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
|
482 |
-
msgstr "Menu Instellingen - Menu, <span style=\"font-weight: 400;\">Submenu</span>"
|
483 |
-
|
484 |
-
#: adminimize_page.php:524
|
485 |
-
#: adminimize_page.php:618
|
486 |
-
msgid "Help"
|
487 |
-
msgstr "Help"
|
488 |
-
|
489 |
-
#@ adminimize
|
490 |
-
#: adminimize_page.php:526
|
491 |
-
#: adminimize_page.php:620
|
492 |
-
msgid "Permalink"
|
493 |
-
msgstr "Permalink"
|
494 |
-
|
495 |
-
#@ adminimize
|
496 |
-
#: adminimize_page.php:530
|
497 |
-
msgid "Excerpt"
|
498 |
-
msgstr "Excerpt (samenvatting)"
|
499 |
-
|
500 |
-
#@ adminimize
|
501 |
-
#: adminimize_page.php:531
|
502 |
-
msgid "Trackbacks"
|
503 |
-
msgstr "Trackbacks"
|
504 |
-
|
505 |
-
#: adminimize_page.php:532
|
506 |
-
#: adminimize_page.php:621
|
507 |
-
msgid "Custom Fields"
|
508 |
-
msgstr "Velden gedefinieerd door de gebruiker"
|
509 |
-
|
510 |
-
#@ adminimize
|
511 |
-
#: adminimize_page.php:534
|
512 |
-
msgid "Password Protect This Post"
|
513 |
-
msgstr "Bescherm dit artikel met een wachtwoord"
|
514 |
-
|
515 |
-
#: adminimize_page.php:535
|
516 |
-
msgid "Post Author"
|
517 |
-
msgstr "Auteur"
|
518 |
-
|
519 |
-
#: adminimize_page.php:536
|
520 |
-
msgid "Post Revisions"
|
521 |
-
msgstr "Bericht Revisies"
|
522 |
-
|
523 |
-
#@ adminimize
|
524 |
-
#: adminimize_page.php:537
|
525 |
-
msgid "Related, Shortcuts"
|
526 |
-
msgstr "Gerelateerde Snelkoppelingen"
|
527 |
-
|
528 |
-
#@ adminimize
|
529 |
-
#: adminimize_page.php:538
|
530 |
-
#: adminimize_page.php:630
|
531 |
-
msgid "Messenges"
|
532 |
-
msgstr "Mededelingen"
|
533 |
-
|
534 |
-
#@ adminimize
|
535 |
-
#: adminimize_page.php:539
|
536 |
-
#: adminimize_page.php:631
|
537 |
-
msgid "h2: Advanced Options"
|
538 |
-
msgstr "h2: Uitgebreide Instellingen"
|
539 |
-
|
540 |
-
#@ adminimize
|
541 |
-
#: adminimize_page.php:540
|
542 |
-
#: adminimize_page.php:632
|
543 |
-
msgid "Media Buttons (all)"
|
544 |
-
msgstr "Media Buttons (alle)"
|
545 |
-
|
546 |
-
#@ adminimize
|
547 |
-
#: adminimize_page.php:541
|
548 |
-
#: adminimize_page.php:633
|
549 |
-
msgid "Word count"
|
550 |
-
msgstr "Aantal woorden"
|
551 |
-
|
552 |
-
#: adminimize_page.php:542
|
553 |
-
msgid "Post Slug"
|
554 |
-
msgstr "Bericht Slug"
|
555 |
-
|
556 |
-
#@ adminimize
|
557 |
-
#: adminimize_page.php:543
|
558 |
-
#: adminimize_page.php:635
|
559 |
-
#: adminimize_page.php:984
|
560 |
-
msgid "Publish Actions"
|
561 |
-
msgstr "Publiceer acties"
|
562 |
-
|
563 |
-
#: adminimize_page.php:544
|
564 |
-
#: adminimize_page.php:636
|
565 |
-
msgid "Discussion"
|
566 |
-
msgstr "Discussie"
|
567 |
-
|
568 |
-
#: adminimize_page.php:549
|
569 |
-
msgid "Post Thumbnail"
|
570 |
-
msgstr "Miniatuurafbeelding Bericht"
|
571 |
-
|
572 |
-
#@ adminimize
|
573 |
-
#: adminimize_page.php:551
|
574 |
-
#: adminimize_page.php:643
|
575 |
-
msgid "Suggested tags from"
|
576 |
-
msgstr "Voorgestelde tags van"
|
577 |
-
|
578 |
-
#: adminimize_page.php:553
|
579 |
-
msgid "Text Control"
|
580 |
-
msgstr "Tekst Controle"
|
581 |
-
|
582 |
-
#: adminimize_page.php:555
|
583 |
-
#: adminimize_page.php:645
|
584 |
-
msgid "HTML Special Characters"
|
585 |
-
msgstr "Speciale HTML Karakters"
|
586 |
-
|
587 |
-
#: adminimize_page.php:557
|
588 |
-
msgid "All in One SEO Pack"
|
589 |
-
msgstr "All in One SEO Pack"
|
590 |
-
|
591 |
-
#@ adminimize
|
592 |
-
#: adminimize_page.php:622
|
593 |
-
msgid "Comments & Pings"
|
594 |
-
msgstr "Commentaar & Pings"
|
595 |
-
|
596 |
-
#@ adminimize
|
597 |
-
#: adminimize_page.php:623
|
598 |
-
msgid "Password Protect This Page"
|
599 |
-
msgstr "Deze pagina met een wachtwoord beschermen"
|
600 |
-
|
601 |
-
#: adminimize_page.php:624
|
602 |
-
msgid "Attributes"
|
603 |
-
msgstr "Attributen"
|
604 |
-
|
605 |
-
#@ adminimize
|
606 |
-
#: adminimize_page.php:625
|
607 |
-
msgid "Page Template"
|
608 |
-
msgstr "Pagina Template"
|
609 |
-
|
610 |
-
#@ adminimize
|
611 |
-
#: adminimize_page.php:626
|
612 |
-
msgid "Page Order"
|
613 |
-
msgstr "Pagina Volgorde"
|
614 |
-
|
615 |
-
#: adminimize_page.php:627
|
616 |
-
msgid "Page Author"
|
617 |
-
msgstr "Auteur"
|
618 |
-
|
619 |
-
#: adminimize_page.php:628
|
620 |
-
msgid "Page Revisions"
|
621 |
-
msgstr "Pagina Revisies"
|
622 |
-
|
623 |
-
#@ adminimize
|
624 |
-
#: adminimize_page.php:629
|
625 |
-
msgid "Related"
|
626 |
-
msgstr "Zie ook"
|
627 |
-
|
628 |
-
#: adminimize_page.php:634
|
629 |
-
msgid "Page Slug"
|
630 |
-
msgstr "Pagina Slug"
|
631 |
-
|
632 |
-
#: adminimize_page.php:641
|
633 |
-
msgid "Page Image"
|
634 |
-
msgstr "Pagina Afbeelding"
|
635 |
-
|
636 |
-
#@ adminimize
|
637 |
-
#: adminimize_page.php:683
|
638 |
-
#: adminimize_page.php:731
|
639 |
-
msgid "After activate the check box it heavy attitudes will change."
|
640 |
-
msgstr "Wanneer het selectievakje aangevinkt is worden de belangrijke instellingen veranderd"
|
641 |
-
|
642 |
-
#: adminimize_page.php:714
|
643 |
-
msgid "Profile"
|
644 |
-
msgstr "Profiel"
|
645 |
-
|
646 |
-
#@ adminimize
|
647 |
-
#: adminimize_page.php:154
|
648 |
-
#: adminimize_page.php:778
|
649 |
-
#: adminimize_page.php:785
|
650 |
-
msgid "Write options - Post"
|
651 |
-
msgstr "Schrijf Instellingen - Bericht"
|
652 |
-
|
653 |
-
#@ adminimize
|
654 |
-
#: adminimize_page.php:824
|
655 |
-
msgid "Your own post options"
|
656 |
-
msgstr "Jouw eigen bericht instellingen"
|
657 |
-
|
658 |
-
#@ adminimize
|
659 |
-
#: adminimize_page.php:157
|
660 |
-
#: adminimize_page.php:861
|
661 |
-
#: adminimize_page.php:868
|
662 |
-
msgid "Write options - Page"
|
663 |
-
msgstr "Schrijf Instellingen - Pagina"
|
664 |
-
|
665 |
-
#@ adminimize
|
666 |
-
#: adminimize_page.php:907
|
667 |
-
msgid "Your own page options"
|
668 |
-
msgstr "Jouw eigen pagina instellingen"
|
669 |
-
|
670 |
-
#@ adminimize
|
671 |
-
#: adminimize_page.php:160
|
672 |
-
#: adminimize_page.php:944
|
673 |
-
msgid "Links options"
|
674 |
-
msgstr "Link Instellingen"
|
675 |
-
|
676 |
-
#: adminimize_page.php:977
|
677 |
-
msgid "Name"
|
678 |
-
msgstr "Naam"
|
679 |
-
|
680 |
-
#: adminimize_page.php:978
|
681 |
-
msgid "Web Address"
|
682 |
-
msgstr "Website URL"
|
683 |
-
|
684 |
-
#: adminimize_page.php:979
|
685 |
-
msgid "Description"
|
686 |
-
msgstr "Beschrijving"
|
687 |
-
|
688 |
-
#: adminimize_page.php:981
|
689 |
-
msgid "Target"
|
690 |
-
msgstr "Doel"
|
691 |
-
|
692 |
-
#: adminimize_page.php:982
|
693 |
-
msgid "Link Relationship (XFN)"
|
694 |
-
msgstr "Link Relatie (XFN)"
|
695 |
-
|
696 |
-
#: adminimize_page.php:983
|
697 |
-
msgid "Advanced"
|
698 |
-
msgstr "Geavanceerd"
|
699 |
-
|
700 |
-
#@ adminimize
|
701 |
-
#: adminimize_page.php:163
|
702 |
-
#: adminimize_page.php:1066
|
703 |
-
#: adminimize_page.php:1151
|
704 |
-
msgid "Set Theme"
|
705 |
-
msgstr "Thema Instellen"
|
706 |
-
|
707 |
-
#@ adminimize
|
708 |
-
#: adminimize_page.php:1073
|
709 |
-
msgid "For better peformance with many users on your blog; load only userlist, when you will change the theme options for users."
|
710 |
-
msgstr "Voor een betere prestatie bij meer gebruikers op je blog; laad alleen de gebruikerslijst wanneer je de thema opties veranderd voor gebruikers."
|
711 |
-
|
712 |
-
#@ adminimize
|
713 |
-
#: adminimize_page.php:1076
|
714 |
-
msgid "Load User Data"
|
715 |
-
msgstr "Gebruikersdata laden"
|
716 |
-
|
717 |
-
#: adminimize_page.php:1087
|
718 |
-
msgid "User-ID"
|
719 |
-
msgstr "User-ID"
|
720 |
-
|
721 |
-
#: adminimize_page.php:1088
|
722 |
-
msgid "Username"
|
723 |
-
msgstr "Gebruikersnaam"
|
724 |
-
|
725 |
-
#: adminimize_page.php:1089
|
726 |
-
msgid "Display name publicly as"
|
727 |
-
msgstr "Laat naam publiekelijk zien als"
|
728 |
-
|
729 |
-
#: adminimize_page.php:1090
|
730 |
-
msgid "Admin-Color Scheme"
|
731 |
-
msgstr "Admin kleuren schema"
|
732 |
-
|
733 |
-
#: adminimize_page.php:1091
|
734 |
-
msgid "User Level"
|
735 |
-
msgstr "Gebruikersniveau"
|
736 |
-
|
737 |
-
#: adminimize_page.php:1092
|
738 |
-
msgid "Role"
|
739 |
-
msgstr "Rol"
|
740 |
-
|
741 |
-
#@ adminimize
|
742 |
-
#: adminimize_page.php:169
|
743 |
-
#: adminimize_page.php:1199
|
744 |
-
msgid "Deinstall Options"
|
745 |
-
msgstr "Deinstalleren Instellingen"
|
746 |
-
|
747 |
-
#@ adminimize
|
748 |
-
#: adminimize_page.php:1202
|
749 |
-
msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
|
750 |
-
msgstr "Gebruik deze instelling om de opties van deze plugin te verwijderen uit de database. Wanneer je alleen de plugin deactiveerd worden deze <strong>niet</strong> verwijderd !"
|
751 |
-
|
752 |
-
#@ adminimize
|
753 |
-
#: adminimize_page.php:1206
|
754 |
-
msgid "Delete Options"
|
755 |
-
msgstr "Instellingen Verwijderen"
|
756 |
-
|
757 |
-
#@ adminimize
|
758 |
-
#: adminimize_page.php:116
|
759 |
-
#: adminimize_page.php:172
|
760 |
-
#: adminimize_page.php:1220
|
761 |
-
msgid "About the plugin"
|
762 |
-
msgstr "Over de plugin"
|
763 |
-
|
764 |
-
#@ adminimize
|
765 |
-
#: adminimize_page.php:118
|
766 |
-
#: adminimize_page.php:1223
|
767 |
-
msgid "Further information: Visit the <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">plugin homepage</a> for further information or to grab the latest version of this plugin."
|
768 |
-
msgstr "Voor meer informatie : bezoek de <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">Plugin Website</a> voor meer informatie of download de laatste versie van deze plugin."
|
769 |
-
|
770 |
-
#@ adminimize
|
771 |
-
#: adminimize_page.php:124
|
772 |
-
#: adminimize_page.php:1229
|
773 |
-
msgid "PayPal - The safer, easier way to pay online!"
|
774 |
-
msgstr "PayPal - De veilige en makkelijke manier om online te betalen !"
|
775 |
-
|
776 |
-
#@ adminimize
|
777 |
-
#: adminimize_page.php:128
|
778 |
-
#: adminimize_page.php:1233
|
779 |
-
msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
|
780 |
-
msgstr "Wil je mij bedanken ? Bekijk mijn <a href=\"http://bueltge.de/wunschliste/\">verlanglijst</a> of je kunt een donatie geven."
|
781 |
-
|
782 |
-
#@ adminimize
|
783 |
-
#: adminimize.php:100
|
784 |
-
msgid "All entries in the database was imported."
|
785 |
-
msgstr "Alle invoeringen in de database zijn geimporteerd"
|
786 |
-
|
787 |
-
#@ adminimize
|
788 |
-
#: adminimize_page.php:166
|
789 |
-
#: adminimize_page.php:1164
|
790 |
-
msgid "Export/Import Options"
|
791 |
-
msgstr "Exporteer/Importeer Instellingen"
|
792 |
-
|
793 |
-
#@ adminimize
|
794 |
-
#: adminimize_page.php:1168
|
795 |
-
msgid "Export"
|
796 |
-
msgstr "Exporteer"
|
797 |
-
|
798 |
-
#@ adminimize
|
799 |
-
#: adminimize_page.php:1173
|
800 |
-
msgid "Export »"
|
801 |
-
msgstr "Exporteren »"
|
802 |
-
|
803 |
-
#@ adminimize
|
804 |
-
#: adminimize_page.php:1177
|
805 |
-
msgid "Import"
|
806 |
-
msgstr "Importeer"
|
807 |
-
|
808 |
-
#@ adminimize
|
809 |
-
#: adminimize_page.php:1182
|
810 |
-
msgid "Choose a file from your computer"
|
811 |
-
msgstr "Selecteer een bestand van je computer"
|
812 |
-
|
813 |
-
#@ adminimize
|
814 |
-
#: adminimize_page.php:1187
|
815 |
-
msgid "Upload file and import »"
|
816 |
-
msgstr "Uploaden bestand en importeer »"
|
817 |
-
|
818 |
-
#@ adminimize
|
819 |
-
#: adminimize_page.php:141
|
820 |
-
msgid "MiniMenu"
|
821 |
-
msgstr "MiniMenu"
|
822 |
-
|
823 |
-
#@ adminimize
|
824 |
-
#: adminimize_page.php:332
|
825 |
-
#: adminimize_page.php:447
|
826 |
-
#: adminimize_page.php:769
|
827 |
-
#: adminimize_page.php:852
|
828 |
-
#: adminimize_page.php:935
|
829 |
-
#: adminimize_page.php:1057
|
830 |
-
#: adminimize_page.php:1156
|
831 |
-
#: adminimize_page.php:1190
|
832 |
-
#: adminimize_page.php:1211
|
833 |
-
#: adminimize_page.php:1237
|
834 |
-
msgid "scroll to top"
|
835 |
-
msgstr "Naar boven"
|
836 |
-
|
837 |
-
#@ adminimize
|
838 |
-
#: adminimize_page.php:1170
|
839 |
-
msgid "You can save a .seq file with your options."
|
840 |
-
msgstr "Je kan een .seq bestand opslaan met jouw instellingen."
|
841 |
-
|
842 |
-
#@ adminimize
|
843 |
-
#: adminimize_page.php:1180
|
844 |
-
msgid "Choose a Adminimize (<em>.seq</em>) file to upload, then click <em>Upload file and import</em>."
|
845 |
-
msgstr "Selecteer een Adminimize (<em>.seq</em>) bestand om te uploaden en klik dan op <em>uploaden bestand en importeren</em>."
|
846 |
-
|
847 |
-
#@ adminimize
|
848 |
-
#: adminimize_page.php:269
|
849 |
-
msgid "Category Height"
|
850 |
-
msgstr "Categorie Hoogte"
|
851 |
-
|
852 |
-
#@ adminimize
|
853 |
-
#: adminimize_page.php:275
|
854 |
-
msgid "View the Meta Box with Categories in the full height, no scrollbar or whitespace."
|
855 |
-
msgstr "Bekijk de Meta Box met categorieën in de volle hoogte, zonder scrollbar of spaties."
|
856 |
-
|
857 |
-
#@ adminimize
|
858 |
-
#: adminimize_page.php:286
|
859 |
-
msgid "In Footer kann you display a advice for change the Default-design, (x)HTML is possible."
|
860 |
-
msgstr "In de footer kan je een advies weergeven voor het standaard design te wijzigen, (x)HTML is mogelijk."
|
861 |
-
|
862 |
-
#@ adminimize
|
863 |
-
#: adminimize_page.php:308
|
864 |
-
msgid "Dashboard deactivate, redirect to"
|
865 |
-
msgstr "Dashboard is niet actief, verwijzen naar"
|
866 |
-
|
867 |
-
#@ adminimize
|
868 |
-
#: adminimize_page.php:321
|
869 |
-
msgid "You have deactivate the Dashboard, please select a page for redirect?"
|
870 |
-
msgstr "Je hebt het dashboard gedeactiveerd, selecteer een pagina waar naar verwezen kan worden."
|
871 |
-
|
872 |
-
#: adminimize_page.php:545
|
873 |
-
#: adminimize_page.php:637
|
874 |
-
msgid "HTML Editor Button"
|
875 |
-
msgstr "HTML Editor knop"
|
876 |
-
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Adminimize v1.7.6\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2010-01-04 17:38+0100\n"
|
6 |
+
"PO-Revision-Date: 2010-03-17 21:44+0100\n"
|
7 |
+
"Last-Translator: WordPressPluginGuide.com <info@wppg.me>\n"
|
8 |
+
"Language-Team: http://wpwebshop.com <info@wppg.me>\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
13 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
14 |
+
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
15 |
+
"X-Poedit-Basepath: ../\n"
|
16 |
+
"X-Textdomain-Support: yes\n"
|
17 |
+
"X-Poedit-Language: Dutch\n"
|
18 |
+
"X-Poedit-Country: NETHERLANDS\n"
|
19 |
+
"X-Poedit-SearchPath-0: .\n"
|
20 |
+
|
21 |
+
#@ adminimize
|
22 |
+
#: adminimize.php:91
|
23 |
+
msgid "Unknown error."
|
24 |
+
msgstr "Onbekende fout."
|
25 |
+
|
26 |
+
#@ adminimize
|
27 |
+
#: adminimize.php:98
|
28 |
+
msgid "The updates was saved."
|
29 |
+
msgstr "De instellingen zijn opgeslagen."
|
30 |
+
|
31 |
+
#@ adminimize
|
32 |
+
#: adminimize.php:99
|
33 |
+
msgid "You have not enough rights for edit entries in the database."
|
34 |
+
msgstr "Je hebt niet genoeg rechten om ingevoerde data te editten in de database"
|
35 |
+
|
36 |
+
#@ adminimize
|
37 |
+
#: adminimize.php:101
|
38 |
+
msgid "All entries in the database was delleted."
|
39 |
+
msgstr "Alle ingevoerde data in de database zijn verwijderd."
|
40 |
+
|
41 |
+
#@ adminimize
|
42 |
+
#: adminimize.php:102
|
43 |
+
msgid "Set the checkbox on deinstall-button."
|
44 |
+
msgstr "Vink de selecteerbox aan op de deinstalleer knop"
|
45 |
+
|
46 |
+
#@ adminimize
|
47 |
+
#: adminimize.php:103
|
48 |
+
msgid "Can't load menu and submenu."
|
49 |
+
msgstr "Het menu en submenu kunnen niet geladen worden."
|
50 |
+
|
51 |
+
#@ adminimize
|
52 |
+
#: adminimize.php:104
|
53 |
+
msgid "Backend-Theme was activated!"
|
54 |
+
msgstr "Backend-Thema was geactiveerd!"
|
55 |
+
|
56 |
+
#@ adminimize
|
57 |
+
#: adminimize.php:105
|
58 |
+
msgid "Load user data to themes was successful."
|
59 |
+
msgstr "Het laden van gebruikersdata naar de thema's was succesvol."
|
60 |
+
|
61 |
+
#@ adminimize
|
62 |
+
#: adminimize.php:372
|
63 |
+
#: adminimize_page.php:528
|
64 |
+
#: adminimize_page.php:980
|
65 |
+
msgid "Categories"
|
66 |
+
msgstr "Categorieën"
|
67 |
+
|
68 |
+
#: adminimize.php:378
|
69 |
+
#: adminimize.php:389
|
70 |
+
msgid "+ Add New Category"
|
71 |
+
msgstr "+ Voeg een nieuwe categorie toe"
|
72 |
+
|
73 |
+
#: adminimize.php:380
|
74 |
+
#: adminimize.php:391
|
75 |
+
msgid "New category name"
|
76 |
+
msgstr "Nieuwe categorie naam"
|
77 |
+
|
78 |
+
#: adminimize.php:381
|
79 |
+
#: adminimize.php:393
|
80 |
+
msgid "Parent category"
|
81 |
+
msgstr "Hoofdcategorie"
|
82 |
+
|
83 |
+
#: adminimize.php:382
|
84 |
+
#: adminimize.php:394
|
85 |
+
msgid "Add"
|
86 |
+
msgstr "Toevoegen"
|
87 |
+
|
88 |
+
#@ adminimize
|
89 |
+
#: adminimize.php:391
|
90 |
+
#: adminimize_page.php:529
|
91 |
+
msgid "Add New Category"
|
92 |
+
msgstr "Voeg een nieuwe categorie toe"
|
93 |
+
|
94 |
+
#@ adminimize
|
95 |
+
#: adminimize.php:415
|
96 |
+
#: adminimize.php:416
|
97 |
+
#: adminimize_page.php:527
|
98 |
+
msgid "Tags"
|
99 |
+
msgstr "Tags"
|
100 |
+
|
101 |
+
#: adminimize.php:456
|
102 |
+
#: adminimize.php:470
|
103 |
+
#: adminimize.php:484
|
104 |
+
msgid "Blue"
|
105 |
+
msgstr "Blauw"
|
106 |
+
|
107 |
+
#: adminimize.php:463
|
108 |
+
#: adminimize.php:477
|
109 |
+
#: adminimize.php:491
|
110 |
+
msgid "Gray"
|
111 |
+
msgstr "Grijs"
|
112 |
+
|
113 |
+
#: adminimize.php:499
|
114 |
+
#: adminimize.php:541
|
115 |
+
#: adminimize.php:564
|
116 |
+
msgid "Classic"
|
117 |
+
msgstr "Classic"
|
118 |
+
|
119 |
+
#: adminimize.php:506
|
120 |
+
#: adminimize.php:548
|
121 |
+
#: adminimize.php:571
|
122 |
+
msgid "Fresh"
|
123 |
+
msgstr "Fresh"
|
124 |
+
|
125 |
+
#: adminimize.php:513
|
126 |
+
msgid "WordPress 2.3"
|
127 |
+
msgstr "WordPress 2.3"
|
128 |
+
|
129 |
+
#: adminimize.php:520
|
130 |
+
msgid "Maybe i'm colorblind"
|
131 |
+
msgstr "Misschien ben ik kleurenblind"
|
132 |
+
|
133 |
+
#: adminimize.php:527
|
134 |
+
msgid "Grey"
|
135 |
+
msgstr "Grijs"
|
136 |
+
|
137 |
+
#: adminimize.php:655
|
138 |
+
#: adminimize.php:658
|
139 |
+
msgid "Dashboard"
|
140 |
+
msgstr "Dashboard"
|
141 |
+
|
142 |
+
#: adminimize.php:717
|
143 |
+
#: adminimize.php:719
|
144 |
+
#: adminimize.php:732
|
145 |
+
#: adminimize.php:734
|
146 |
+
#: adminimize.php:925
|
147 |
+
msgid "Log Out"
|
148 |
+
msgstr "Uitloggen"
|
149 |
+
|
150 |
+
#: adminimize.php:944
|
151 |
+
msgid "Visit plugin homepage"
|
152 |
+
msgstr "Bezoek de homepage van de plugin "
|
153 |
+
|
154 |
+
#: adminimize.php:947
|
155 |
+
msgid "plugin"
|
156 |
+
msgstr "plugin"
|
157 |
+
|
158 |
+
#: adminimize.php:947
|
159 |
+
msgid "Version"
|
160 |
+
msgstr "Versie"
|
161 |
+
|
162 |
+
#@ adminimize
|
163 |
+
#: adminimize.php:947
|
164 |
+
msgid "History"
|
165 |
+
msgstr "Historie"
|
166 |
+
|
167 |
+
#: adminimize.php:947
|
168 |
+
msgid "Author"
|
169 |
+
msgstr "Auteur"
|
170 |
+
|
171 |
+
#@ adminimize
|
172 |
+
#: adminimize.php:950
|
173 |
+
msgid "plugin activate"
|
174 |
+
msgstr "activeer plugin"
|
175 |
+
|
176 |
+
#: adminimize.php:970
|
177 |
+
msgid "Settings"
|
178 |
+
msgstr "Instellingen"
|
179 |
+
|
180 |
+
#@ adminimize
|
181 |
+
#: adminimize.php:1031
|
182 |
+
#: adminimize.php:1052
|
183 |
+
msgid "<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Documentation</a>"
|
184 |
+
msgstr "<a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">Documentatie (Duits)</a> (<a href=\"http://wordpress.org/extend/plugins/adminimize/\">Engels</a>)"
|
185 |
+
|
186 |
+
#@ adminimize
|
187 |
+
#: adminimize.php:1048
|
188 |
+
#: adminimize_page.php:109
|
189 |
+
msgid "Adminimize"
|
190 |
+
msgstr "Adminimize"
|
191 |
+
|
192 |
+
#@ adminimize
|
193 |
+
#: adminimize.php:1050
|
194 |
+
msgid "Adminimize Options"
|
195 |
+
msgstr "Adminimize Instellingen"
|
196 |
+
|
197 |
+
#: adminimize.php:1067
|
198 |
+
msgid "Cheatin’ uh?"
|
199 |
+
msgstr "Bedriegen he?"
|
200 |
+
|
201 |
+
#: adminimize_page.php:115
|
202 |
+
#: adminimize_page.php:140
|
203 |
+
#: adminimize_page.php:186
|
204 |
+
#: adminimize_page.php:340
|
205 |
+
#: adminimize_page.php:455
|
206 |
+
#: adminimize_page.php:777
|
207 |
+
#: adminimize_page.php:860
|
208 |
+
#: adminimize_page.php:943
|
209 |
+
#: adminimize_page.php:1065
|
210 |
+
#: adminimize_page.php:1163
|
211 |
+
#: adminimize_page.php:1198
|
212 |
+
#: adminimize_page.php:1219
|
213 |
+
msgid "Click to toggle"
|
214 |
+
msgstr "Klik om om te schakelen"
|
215 |
+
|
216 |
+
#@ adminimize
|
217 |
+
#: adminimize_page.php:145
|
218 |
+
#: adminimize_page.php:187
|
219 |
+
msgid "Backend Options"
|
220 |
+
msgstr "Backend Instellingen"
|
221 |
+
|
222 |
+
#@ adminimize
|
223 |
+
#: adminimize_page.php:196
|
224 |
+
msgid "User-Info"
|
225 |
+
msgstr "Gebruikersinformatie"
|
226 |
+
|
227 |
+
#@ adminimize
|
228 |
+
#: adminimize_page.php:200
|
229 |
+
#: adminimize_page.php:213
|
230 |
+
#: adminimize_page.php:223
|
231 |
+
#: adminimize_page.php:233
|
232 |
+
#: adminimize_page.php:243
|
233 |
+
#: adminimize_page.php:253
|
234 |
+
#: adminimize_page.php:263
|
235 |
+
#: adminimize_page.php:273
|
236 |
+
#: adminimize_page.php:283
|
237 |
+
#: adminimize_page.php:312
|
238 |
+
msgid "Default"
|
239 |
+
msgstr "Standaard"
|
240 |
+
|
241 |
+
#@ adminimize
|
242 |
+
#: adminimize_page.php:201
|
243 |
+
#: adminimize_page.php:224
|
244 |
+
msgid "Hide"
|
245 |
+
msgstr "Verbergen"
|
246 |
+
|
247 |
+
#@ adminimize
|
248 |
+
#: adminimize_page.php:202
|
249 |
+
msgid "Only logout"
|
250 |
+
msgstr "Alleen uitloggen"
|
251 |
+
|
252 |
+
#@ adminimize
|
253 |
+
#: adminimize_page.php:203
|
254 |
+
msgid "User & Logout"
|
255 |
+
msgstr "Uitloggen Gebruiker"
|
256 |
+
|
257 |
+
#@ adminimize
|
258 |
+
#: adminimize_page.php:204
|
259 |
+
msgid "The "User-Info-area" is on the top right side of the backend. You can hide or reduced show."
|
260 |
+
msgstr "Het "Gebruikers-Informatie-scherm" bevindt zich aan de boven rechterkant van de backend interface. Je kunt deze verbergen of weergeven."
|
261 |
+
|
262 |
+
#@ adminimize
|
263 |
+
#: adminimize_page.php:209
|
264 |
+
msgid "Change User-Info, redirect to"
|
265 |
+
msgstr "Wijzig gebruikersinformatie, verwijs naar"
|
266 |
+
|
267 |
+
#@ adminimize
|
268 |
+
#: adminimize_page.php:214
|
269 |
+
msgid "Frontpage of the Blog"
|
270 |
+
msgstr "Startpagina van de Blog"
|
271 |
+
|
272 |
+
#@ adminimize
|
273 |
+
#: adminimize_page.php:215
|
274 |
+
msgid "When the "User-Info-area" change it, then it is possible to change the redirect."
|
275 |
+
msgstr "Wanneer het "Gebruikers-Informatie-scherm" veranderd wordt is het mogelijk om de verwijzing te wijzigen."
|
276 |
+
|
277 |
+
#@ adminimize
|
278 |
+
#: adminimize_page.php:219
|
279 |
+
msgid "Footer"
|
280 |
+
msgstr "Footer"
|
281 |
+
|
282 |
+
#@ adminimize
|
283 |
+
#: adminimize_page.php:225
|
284 |
+
msgid "The Footer-area kann hide, include all links and details."
|
285 |
+
msgstr "Het footer gebied kan verborgen worden, inclusief alle links en informatie."
|
286 |
+
|
287 |
+
#@ adminimize
|
288 |
+
#: adminimize_page.php:229
|
289 |
+
msgid "WriteScroll"
|
290 |
+
msgstr "WriteScroll"
|
291 |
+
|
292 |
+
#@ adminimize
|
293 |
+
#: adminimize_page.php:234
|
294 |
+
#: adminimize_page.php:244
|
295 |
+
#: adminimize_page.php:254
|
296 |
+
#: adminimize_page.php:264
|
297 |
+
#: adminimize_page.php:274
|
298 |
+
#: adminimize_page.php:284
|
299 |
+
msgid "Activate"
|
300 |
+
msgstr "Aktief"
|
301 |
+
|
302 |
+
#@ adminimize
|
303 |
+
#: adminimize_page.php:235
|
304 |
+
msgid "With the WriteScroll option active, these pages will automatically scroll to an optimal position for editing, when you visit Write Post or Write Page."
|
305 |
+
msgstr "Wanneer de WriteScroll optie actief is zulllen pagina's automatisch automatisch naar de correcte positie scrollen voor optimale bewerking bij het schrijven van een bericht of pagina."
|
306 |
+
|
307 |
+
#@ adminimize
|
308 |
+
#: adminimize_page.php:239
|
309 |
+
msgid "Timestamp"
|
310 |
+
msgstr "Timestamp (Tijdsinformatie)"
|
311 |
+
|
312 |
+
#@ adminimize
|
313 |
+
#: adminimize_page.php:245
|
314 |
+
msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
|
315 |
+
msgstr "Opent de tijdsinformatie velden van het bericht zonder dat je elke keer op de \"Bewerk\" link hoeft te klikken"
|
316 |
+
|
317 |
+
#@ adminimize
|
318 |
+
#: adminimize_page.php:249
|
319 |
+
msgid "Thickbox FullScreen"
|
320 |
+
msgstr "Thickbox FullScreen"
|
321 |
+
|
322 |
+
#@ adminimize
|
323 |
+
#: adminimize_page.php:255
|
324 |
+
msgid "All Thickbox-function use the full area of the browser. Thickbox is for examble in upload media-files."
|
325 |
+
msgstr "Alle Thickbox-Funkties gebruiken de volledige ruimte van de browsers, bijvoorbeeld bij het uploaden van media bestanden."
|
326 |
+
|
327 |
+
#@ adminimize
|
328 |
+
#: adminimize_page.php:259
|
329 |
+
msgid "Flashuploader"
|
330 |
+
msgstr "Flashuploader"
|
331 |
+
|
332 |
+
#@ adminimize
|
333 |
+
#: adminimize_page.php:265
|
334 |
+
msgid "Disable the flashuploader and users use only the standard uploader."
|
335 |
+
msgstr "Deactiveer de flashuploader, gebruikers gebruiken alleen de standaard uploader"
|
336 |
+
|
337 |
+
#@ adminimize
|
338 |
+
#: adminimize_page.php:279
|
339 |
+
msgid "Advice in Footer"
|
340 |
+
msgstr "Advies in de footer"
|
341 |
+
|
342 |
+
#@ adminimize
|
343 |
+
#: adminimize_page.php:313
|
344 |
+
msgid "Manage Posts"
|
345 |
+
msgstr "Arrangeer Berichten"
|
346 |
+
|
347 |
+
#@ adminimize
|
348 |
+
#: adminimize_page.php:314
|
349 |
+
msgid "Manage Pages"
|
350 |
+
msgstr "Arrangeer Pagina's"
|
351 |
+
|
352 |
+
#@ adminimize
|
353 |
+
#: adminimize_page.php:315
|
354 |
+
msgid "Write Post"
|
355 |
+
msgstr "Schrijf Bericht"
|
356 |
+
|
357 |
+
#@ adminimize
|
358 |
+
#: adminimize_page.php:316
|
359 |
+
msgid "Write Page"
|
360 |
+
msgstr "Schrijf Pagina"
|
361 |
+
|
362 |
+
#@ adminimize
|
363 |
+
#: adminimize_page.php:317
|
364 |
+
#: adminimize_page.php:533
|
365 |
+
msgid "Comments"
|
366 |
+
msgstr "Commentaar"
|
367 |
+
|
368 |
+
#@ adminimize
|
369 |
+
#: adminimize_page.php:318
|
370 |
+
msgid "other Page"
|
371 |
+
msgstr "andere pagina"
|
372 |
+
|
373 |
+
#@ adminimize
|
374 |
+
#: adminimize_page.php:330
|
375 |
+
#: adminimize_page.php:445
|
376 |
+
#: adminimize_page.php:767
|
377 |
+
#: adminimize_page.php:850
|
378 |
+
#: adminimize_page.php:933
|
379 |
+
#: adminimize_page.php:1054
|
380 |
+
msgid "Update Options"
|
381 |
+
msgstr "Instellingen Wijzigen"
|
382 |
+
|
383 |
+
#@ adminimize
|
384 |
+
#: adminimize_page.php:148
|
385 |
+
#: adminimize_page.php:341
|
386 |
+
msgid "Global options"
|
387 |
+
msgstr "Globale Instellingen"
|
388 |
+
|
389 |
+
#@ adminimize
|
390 |
+
#: adminimize_page.php:348
|
391 |
+
#: adminimize_page.php:420
|
392 |
+
#: adminimize_page.php:825
|
393 |
+
#: adminimize_page.php:908
|
394 |
+
#: adminimize_page.php:951
|
395 |
+
#: adminimize_page.php:1029
|
396 |
+
msgid "Option"
|
397 |
+
msgstr "Instelling"
|
398 |
+
|
399 |
+
#@ adminimize
|
400 |
+
#: adminimize_page.php:351
|
401 |
+
#: adminimize_page.php:466
|
402 |
+
#: adminimize_page.php:788
|
403 |
+
#: adminimize_page.php:871
|
404 |
+
#: adminimize_page.php:954
|
405 |
+
msgid "Deactivate for"
|
406 |
+
msgstr "Deactiveer voor"
|
407 |
+
|
408 |
+
#@ adminimize
|
409 |
+
#: adminimize_page.php:371
|
410 |
+
msgid "Favorite Actions"
|
411 |
+
msgstr "Favoriete Acties"
|
412 |
+
|
413 |
+
#@ adminimize
|
414 |
+
#: adminimize_page.php:372
|
415 |
+
msgid "Screen-Meta"
|
416 |
+
msgstr "Scherm-Meta"
|
417 |
+
|
418 |
+
#@ adminimize
|
419 |
+
#: adminimize_page.php:373
|
420 |
+
#: adminimize_page.php:525
|
421 |
+
#: adminimize_page.php:619
|
422 |
+
msgid "Screen Options"
|
423 |
+
msgstr "Scherm Instellingen"
|
424 |
+
|
425 |
+
#@ adminimize
|
426 |
+
#: adminimize_page.php:374
|
427 |
+
msgid "Contextual Help"
|
428 |
+
msgstr "Contextuele Hulp"
|
429 |
+
|
430 |
+
#@ adminimize
|
431 |
+
#: adminimize_page.php:375
|
432 |
+
msgid "Admin Color Scheme"
|
433 |
+
msgstr "Kleurenpalet Instellen"
|
434 |
+
|
435 |
+
#@ adminimize
|
436 |
+
#: adminimize_page.php:419
|
437 |
+
#: adminimize_page.php:1028
|
438 |
+
msgid "Your own options"
|
439 |
+
msgstr "Jouw instellingen"
|
440 |
+
|
441 |
+
#@ adminimize
|
442 |
+
#: adminimize_page.php:419
|
443 |
+
#: adminimize_page.php:824
|
444 |
+
#: adminimize_page.php:907
|
445 |
+
#: adminimize_page.php:1028
|
446 |
+
msgid "ID or class"
|
447 |
+
msgstr "ID of klasse"
|
448 |
+
|
449 |
+
#@ adminimize
|
450 |
+
#: adminimize_page.php:426
|
451 |
+
#: adminimize_page.php:831
|
452 |
+
#: adminimize_page.php:914
|
453 |
+
#: adminimize_page.php:1035
|
454 |
+
msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
|
455 |
+
msgstr "Het is mogelijk dat je een eigen ID en klasse van elementen en tags toevoegd. Je kan ID's en klassen vinden met de FireBug extensie voor FireFox. Ken een waarde per regel en de bijbehorende naam toe."
|
456 |
+
|
457 |
+
#@ adminimize
|
458 |
+
#: adminimize_page.php:432
|
459 |
+
#: adminimize_page.php:837
|
460 |
+
#: adminimize_page.php:920
|
461 |
+
#: adminimize_page.php:1041
|
462 |
+
msgid "Possible nomination for ID or class. Separate multiple nomination through a carriage return."
|
463 |
+
msgstr "Mogelijke benaming voor een ID of klasse. Verdeel de waarden met een nieuwe regel door de enter toets te gebruiken."
|
464 |
+
|
465 |
+
#@ adminimize
|
466 |
+
#: adminimize_page.php:437
|
467 |
+
#: adminimize_page.php:842
|
468 |
+
#: adminimize_page.php:925
|
469 |
+
#: adminimize_page.php:1046
|
470 |
+
msgid "Possible IDs or classes. Separate multiple values through a carriage return."
|
471 |
+
msgstr "Mogelijke ID's of klassen. Verdeel de verschillende waarden met een nieuwe regel door de enter toets te gebruiken."
|
472 |
+
|
473 |
+
#@ adminimize
|
474 |
+
#: adminimize_page.php:151
|
475 |
+
#: adminimize_page.php:456
|
476 |
+
msgid "Menu Options"
|
477 |
+
msgstr "Menu Instellingen"
|
478 |
+
|
479 |
+
#@ adminimize
|
480 |
+
#: adminimize_page.php:463
|
481 |
+
msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
|
482 |
+
msgstr "Menu Instellingen - Menu, <span style=\"font-weight: 400;\">Submenu</span>"
|
483 |
+
|
484 |
+
#: adminimize_page.php:524
|
485 |
+
#: adminimize_page.php:618
|
486 |
+
msgid "Help"
|
487 |
+
msgstr "Help"
|
488 |
+
|
489 |
+
#@ adminimize
|
490 |
+
#: adminimize_page.php:526
|
491 |
+
#: adminimize_page.php:620
|
492 |
+
msgid "Permalink"
|
493 |
+
msgstr "Permalink"
|
494 |
+
|
495 |
+
#@ adminimize
|
496 |
+
#: adminimize_page.php:530
|
497 |
+
msgid "Excerpt"
|
498 |
+
msgstr "Excerpt (samenvatting)"
|
499 |
+
|
500 |
+
#@ adminimize
|
501 |
+
#: adminimize_page.php:531
|
502 |
+
msgid "Trackbacks"
|
503 |
+
msgstr "Trackbacks"
|
504 |
+
|
505 |
+
#: adminimize_page.php:532
|
506 |
+
#: adminimize_page.php:621
|
507 |
+
msgid "Custom Fields"
|
508 |
+
msgstr "Velden gedefinieerd door de gebruiker"
|
509 |
+
|
510 |
+
#@ adminimize
|
511 |
+
#: adminimize_page.php:534
|
512 |
+
msgid "Password Protect This Post"
|
513 |
+
msgstr "Bescherm dit artikel met een wachtwoord"
|
514 |
+
|
515 |
+
#: adminimize_page.php:535
|
516 |
+
msgid "Post Author"
|
517 |
+
msgstr "Auteur"
|
518 |
+
|
519 |
+
#: adminimize_page.php:536
|
520 |
+
msgid "Post Revisions"
|
521 |
+
msgstr "Bericht Revisies"
|
522 |
+
|
523 |
+
#@ adminimize
|
524 |
+
#: adminimize_page.php:537
|
525 |
+
msgid "Related, Shortcuts"
|
526 |
+
msgstr "Gerelateerde Snelkoppelingen"
|
527 |
+
|
528 |
+
#@ adminimize
|
529 |
+
#: adminimize_page.php:538
|
530 |
+
#: adminimize_page.php:630
|
531 |
+
msgid "Messenges"
|
532 |
+
msgstr "Mededelingen"
|
533 |
+
|
534 |
+
#@ adminimize
|
535 |
+
#: adminimize_page.php:539
|
536 |
+
#: adminimize_page.php:631
|
537 |
+
msgid "h2: Advanced Options"
|
538 |
+
msgstr "h2: Uitgebreide Instellingen"
|
539 |
+
|
540 |
+
#@ adminimize
|
541 |
+
#: adminimize_page.php:540
|
542 |
+
#: adminimize_page.php:632
|
543 |
+
msgid "Media Buttons (all)"
|
544 |
+
msgstr "Media Buttons (alle)"
|
545 |
+
|
546 |
+
#@ adminimize
|
547 |
+
#: adminimize_page.php:541
|
548 |
+
#: adminimize_page.php:633
|
549 |
+
msgid "Word count"
|
550 |
+
msgstr "Aantal woorden"
|
551 |
+
|
552 |
+
#: adminimize_page.php:542
|
553 |
+
msgid "Post Slug"
|
554 |
+
msgstr "Bericht Slug"
|
555 |
+
|
556 |
+
#@ adminimize
|
557 |
+
#: adminimize_page.php:543
|
558 |
+
#: adminimize_page.php:635
|
559 |
+
#: adminimize_page.php:984
|
560 |
+
msgid "Publish Actions"
|
561 |
+
msgstr "Publiceer acties"
|
562 |
+
|
563 |
+
#: adminimize_page.php:544
|
564 |
+
#: adminimize_page.php:636
|
565 |
+
msgid "Discussion"
|
566 |
+
msgstr "Discussie"
|
567 |
+
|
568 |
+
#: adminimize_page.php:549
|
569 |
+
msgid "Post Thumbnail"
|
570 |
+
msgstr "Miniatuurafbeelding Bericht"
|
571 |
+
|
572 |
+
#@ adminimize
|
573 |
+
#: adminimize_page.php:551
|
574 |
+
#: adminimize_page.php:643
|
575 |
+
msgid "Suggested tags from"
|
576 |
+
msgstr "Voorgestelde tags van"
|
577 |
+
|
578 |
+
#: adminimize_page.php:553
|
579 |
+
msgid "Text Control"
|
580 |
+
msgstr "Tekst Controle"
|
581 |
+
|
582 |
+
#: adminimize_page.php:555
|
583 |
+
#: adminimize_page.php:645
|
584 |
+
msgid "HTML Special Characters"
|
585 |
+
msgstr "Speciale HTML Karakters"
|
586 |
+
|
587 |
+
#: adminimize_page.php:557
|
588 |
+
msgid "All in One SEO Pack"
|
589 |
+
msgstr "All in One SEO Pack"
|
590 |
+
|
591 |
+
#@ adminimize
|
592 |
+
#: adminimize_page.php:622
|
593 |
+
msgid "Comments & Pings"
|
594 |
+
msgstr "Commentaar & Pings"
|
595 |
+
|
596 |
+
#@ adminimize
|
597 |
+
#: adminimize_page.php:623
|
598 |
+
msgid "Password Protect This Page"
|
599 |
+
msgstr "Deze pagina met een wachtwoord beschermen"
|
600 |
+
|
601 |
+
#: adminimize_page.php:624
|
602 |
+
msgid "Attributes"
|
603 |
+
msgstr "Attributen"
|
604 |
+
|
605 |
+
#@ adminimize
|
606 |
+
#: adminimize_page.php:625
|
607 |
+
msgid "Page Template"
|
608 |
+
msgstr "Pagina Template"
|
609 |
+
|
610 |
+
#@ adminimize
|
611 |
+
#: adminimize_page.php:626
|
612 |
+
msgid "Page Order"
|
613 |
+
msgstr "Pagina Volgorde"
|
614 |
+
|
615 |
+
#: adminimize_page.php:627
|
616 |
+
msgid "Page Author"
|
617 |
+
msgstr "Auteur"
|
618 |
+
|
619 |
+
#: adminimize_page.php:628
|
620 |
+
msgid "Page Revisions"
|
621 |
+
msgstr "Pagina Revisies"
|
622 |
+
|
623 |
+
#@ adminimize
|
624 |
+
#: adminimize_page.php:629
|
625 |
+
msgid "Related"
|
626 |
+
msgstr "Zie ook"
|
627 |
+
|
628 |
+
#: adminimize_page.php:634
|
629 |
+
msgid "Page Slug"
|
630 |
+
msgstr "Pagina Slug"
|
631 |
+
|
632 |
+
#: adminimize_page.php:641
|
633 |
+
msgid "Page Image"
|
634 |
+
msgstr "Pagina Afbeelding"
|
635 |
+
|
636 |
+
#@ adminimize
|
637 |
+
#: adminimize_page.php:683
|
638 |
+
#: adminimize_page.php:731
|
639 |
+
msgid "After activate the check box it heavy attitudes will change."
|
640 |
+
msgstr "Wanneer het selectievakje aangevinkt is worden de belangrijke instellingen veranderd"
|
641 |
+
|
642 |
+
#: adminimize_page.php:714
|
643 |
+
msgid "Profile"
|
644 |
+
msgstr "Profiel"
|
645 |
+
|
646 |
+
#@ adminimize
|
647 |
+
#: adminimize_page.php:154
|
648 |
+
#: adminimize_page.php:778
|
649 |
+
#: adminimize_page.php:785
|
650 |
+
msgid "Write options - Post"
|
651 |
+
msgstr "Schrijf Instellingen - Bericht"
|
652 |
+
|
653 |
+
#@ adminimize
|
654 |
+
#: adminimize_page.php:824
|
655 |
+
msgid "Your own post options"
|
656 |
+
msgstr "Jouw eigen bericht instellingen"
|
657 |
+
|
658 |
+
#@ adminimize
|
659 |
+
#: adminimize_page.php:157
|
660 |
+
#: adminimize_page.php:861
|
661 |
+
#: adminimize_page.php:868
|
662 |
+
msgid "Write options - Page"
|
663 |
+
msgstr "Schrijf Instellingen - Pagina"
|
664 |
+
|
665 |
+
#@ adminimize
|
666 |
+
#: adminimize_page.php:907
|
667 |
+
msgid "Your own page options"
|
668 |
+
msgstr "Jouw eigen pagina instellingen"
|
669 |
+
|
670 |
+
#@ adminimize
|
671 |
+
#: adminimize_page.php:160
|
672 |
+
#: adminimize_page.php:944
|
673 |
+
msgid "Links options"
|
674 |
+
msgstr "Link Instellingen"
|
675 |
+
|
676 |
+
#: adminimize_page.php:977
|
677 |
+
msgid "Name"
|
678 |
+
msgstr "Naam"
|
679 |
+
|
680 |
+
#: adminimize_page.php:978
|
681 |
+
msgid "Web Address"
|
682 |
+
msgstr "Website URL"
|
683 |
+
|
684 |
+
#: adminimize_page.php:979
|
685 |
+
msgid "Description"
|
686 |
+
msgstr "Beschrijving"
|
687 |
+
|
688 |
+
#: adminimize_page.php:981
|
689 |
+
msgid "Target"
|
690 |
+
msgstr "Doel"
|
691 |
+
|
692 |
+
#: adminimize_page.php:982
|
693 |
+
msgid "Link Relationship (XFN)"
|
694 |
+
msgstr "Link Relatie (XFN)"
|
695 |
+
|
696 |
+
#: adminimize_page.php:983
|
697 |
+
msgid "Advanced"
|
698 |
+
msgstr "Geavanceerd"
|
699 |
+
|
700 |
+
#@ adminimize
|
701 |
+
#: adminimize_page.php:163
|
702 |
+
#: adminimize_page.php:1066
|
703 |
+
#: adminimize_page.php:1151
|
704 |
+
msgid "Set Theme"
|
705 |
+
msgstr "Thema Instellen"
|
706 |
+
|
707 |
+
#@ adminimize
|
708 |
+
#: adminimize_page.php:1073
|
709 |
+
msgid "For better peformance with many users on your blog; load only userlist, when you will change the theme options for users."
|
710 |
+
msgstr "Voor een betere prestatie bij meer gebruikers op je blog; laad alleen de gebruikerslijst wanneer je de thema opties veranderd voor gebruikers."
|
711 |
+
|
712 |
+
#@ adminimize
|
713 |
+
#: adminimize_page.php:1076
|
714 |
+
msgid "Load User Data"
|
715 |
+
msgstr "Gebruikersdata laden"
|
716 |
+
|
717 |
+
#: adminimize_page.php:1087
|
718 |
+
msgid "User-ID"
|
719 |
+
msgstr "User-ID"
|
720 |
+
|
721 |
+
#: adminimize_page.php:1088
|
722 |
+
msgid "Username"
|
723 |
+
msgstr "Gebruikersnaam"
|
724 |
+
|
725 |
+
#: adminimize_page.php:1089
|
726 |
+
msgid "Display name publicly as"
|
727 |
+
msgstr "Laat naam publiekelijk zien als"
|
728 |
+
|
729 |
+
#: adminimize_page.php:1090
|
730 |
+
msgid "Admin-Color Scheme"
|
731 |
+
msgstr "Admin kleuren schema"
|
732 |
+
|
733 |
+
#: adminimize_page.php:1091
|
734 |
+
msgid "User Level"
|
735 |
+
msgstr "Gebruikersniveau"
|
736 |
+
|
737 |
+
#: adminimize_page.php:1092
|
738 |
+
msgid "Role"
|
739 |
+
msgstr "Rol"
|
740 |
+
|
741 |
+
#@ adminimize
|
742 |
+
#: adminimize_page.php:169
|
743 |
+
#: adminimize_page.php:1199
|
744 |
+
msgid "Deinstall Options"
|
745 |
+
msgstr "Deinstalleren Instellingen"
|
746 |
+
|
747 |
+
#@ adminimize
|
748 |
+
#: adminimize_page.php:1202
|
749 |
+
msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
|
750 |
+
msgstr "Gebruik deze instelling om de opties van deze plugin te verwijderen uit de database. Wanneer je alleen de plugin deactiveerd worden deze <strong>niet</strong> verwijderd !"
|
751 |
+
|
752 |
+
#@ adminimize
|
753 |
+
#: adminimize_page.php:1206
|
754 |
+
msgid "Delete Options"
|
755 |
+
msgstr "Instellingen Verwijderen"
|
756 |
+
|
757 |
+
#@ adminimize
|
758 |
+
#: adminimize_page.php:116
|
759 |
+
#: adminimize_page.php:172
|
760 |
+
#: adminimize_page.php:1220
|
761 |
+
msgid "About the plugin"
|
762 |
+
msgstr "Over de plugin"
|
763 |
+
|
764 |
+
#@ adminimize
|
765 |
+
#: adminimize_page.php:118
|
766 |
+
#: adminimize_page.php:1223
|
767 |
+
msgid "Further information: Visit the <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">plugin homepage</a> for further information or to grab the latest version of this plugin."
|
768 |
+
msgstr "Voor meer informatie : bezoek de <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">Plugin Website</a> voor meer informatie of download de laatste versie van deze plugin."
|
769 |
+
|
770 |
+
#@ adminimize
|
771 |
+
#: adminimize_page.php:124
|
772 |
+
#: adminimize_page.php:1229
|
773 |
+
msgid "PayPal - The safer, easier way to pay online!"
|
774 |
+
msgstr "PayPal - De veilige en makkelijke manier om online te betalen !"
|
775 |
+
|
776 |
+
#@ adminimize
|
777 |
+
#: adminimize_page.php:128
|
778 |
+
#: adminimize_page.php:1233
|
779 |
+
msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
|
780 |
+
msgstr "Wil je mij bedanken ? Bekijk mijn <a href=\"http://bueltge.de/wunschliste/\">verlanglijst</a> of je kunt een donatie geven."
|
781 |
+
|
782 |
+
#@ adminimize
|
783 |
+
#: adminimize.php:100
|
784 |
+
msgid "All entries in the database was imported."
|
785 |
+
msgstr "Alle invoeringen in de database zijn geimporteerd"
|
786 |
+
|
787 |
+
#@ adminimize
|
788 |
+
#: adminimize_page.php:166
|
789 |
+
#: adminimize_page.php:1164
|
790 |
+
msgid "Export/Import Options"
|
791 |
+
msgstr "Exporteer/Importeer Instellingen"
|
792 |
+
|
793 |
+
#@ adminimize
|
794 |
+
#: adminimize_page.php:1168
|
795 |
+
msgid "Export"
|
796 |
+
msgstr "Exporteer"
|
797 |
+
|
798 |
+
#@ adminimize
|
799 |
+
#: adminimize_page.php:1173
|
800 |
+
msgid "Export »"
|
801 |
+
msgstr "Exporteren »"
|
802 |
+
|
803 |
+
#@ adminimize
|
804 |
+
#: adminimize_page.php:1177
|
805 |
+
msgid "Import"
|
806 |
+
msgstr "Importeer"
|
807 |
+
|
808 |
+
#@ adminimize
|
809 |
+
#: adminimize_page.php:1182
|
810 |
+
msgid "Choose a file from your computer"
|
811 |
+
msgstr "Selecteer een bestand van je computer"
|
812 |
+
|
813 |
+
#@ adminimize
|
814 |
+
#: adminimize_page.php:1187
|
815 |
+
msgid "Upload file and import »"
|
816 |
+
msgstr "Uploaden bestand en importeer »"
|
817 |
+
|
818 |
+
#@ adminimize
|
819 |
+
#: adminimize_page.php:141
|
820 |
+
msgid "MiniMenu"
|
821 |
+
msgstr "MiniMenu"
|
822 |
+
|
823 |
+
#@ adminimize
|
824 |
+
#: adminimize_page.php:332
|
825 |
+
#: adminimize_page.php:447
|
826 |
+
#: adminimize_page.php:769
|
827 |
+
#: adminimize_page.php:852
|
828 |
+
#: adminimize_page.php:935
|
829 |
+
#: adminimize_page.php:1057
|
830 |
+
#: adminimize_page.php:1156
|
831 |
+
#: adminimize_page.php:1190
|
832 |
+
#: adminimize_page.php:1211
|
833 |
+
#: adminimize_page.php:1237
|
834 |
+
msgid "scroll to top"
|
835 |
+
msgstr "Naar boven"
|
836 |
+
|
837 |
+
#@ adminimize
|
838 |
+
#: adminimize_page.php:1170
|
839 |
+
msgid "You can save a .seq file with your options."
|
840 |
+
msgstr "Je kan een .seq bestand opslaan met jouw instellingen."
|
841 |
+
|
842 |
+
#@ adminimize
|
843 |
+
#: adminimize_page.php:1180
|
844 |
+
msgid "Choose a Adminimize (<em>.seq</em>) file to upload, then click <em>Upload file and import</em>."
|
845 |
+
msgstr "Selecteer een Adminimize (<em>.seq</em>) bestand om te uploaden en klik dan op <em>uploaden bestand en importeren</em>."
|
846 |
+
|
847 |
+
#@ adminimize
|
848 |
+
#: adminimize_page.php:269
|
849 |
+
msgid "Category Height"
|
850 |
+
msgstr "Categorie Hoogte"
|
851 |
+
|
852 |
+
#@ adminimize
|
853 |
+
#: adminimize_page.php:275
|
854 |
+
msgid "View the Meta Box with Categories in the full height, no scrollbar or whitespace."
|
855 |
+
msgstr "Bekijk de Meta Box met categorieën in de volle hoogte, zonder scrollbar of spaties."
|
856 |
+
|
857 |
+
#@ adminimize
|
858 |
+
#: adminimize_page.php:286
|
859 |
+
msgid "In Footer kann you display a advice for change the Default-design, (x)HTML is possible."
|
860 |
+
msgstr "In de footer kan je een advies weergeven voor het standaard design te wijzigen, (x)HTML is mogelijk."
|
861 |
+
|
862 |
+
#@ adminimize
|
863 |
+
#: adminimize_page.php:308
|
864 |
+
msgid "Dashboard deactivate, redirect to"
|
865 |
+
msgstr "Dashboard is niet actief, verwijzen naar"
|
866 |
+
|
867 |
+
#@ adminimize
|
868 |
+
#: adminimize_page.php:321
|
869 |
+
msgid "You have deactivate the Dashboard, please select a page for redirect?"
|
870 |
+
msgstr "Je hebt het dashboard gedeactiveerd, selecteer een pagina waar naar verwezen kan worden."
|
871 |
+
|
872 |
+
#: adminimize_page.php:545
|
873 |
+
#: adminimize_page.php:637
|
874 |
+
msgid "HTML Editor Button"
|
875 |
+
msgstr "HTML Editor knop"
|
876 |
+
|
languages/adminimize-ro_RO.po
CHANGED
@@ -1,1109 +1,1109 @@
|
|
1 |
-
#@ adminimize
|
2 |
-
msgid ""
|
3 |
-
msgstr ""
|
4 |
-
"Project-Id-Version: \n"
|
5 |
-
"POT-Creation-Date: \n"
|
6 |
-
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator: \n"
|
8 |
-
"Language-Team: Web Geeks\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
|
13 |
-
#@ adminimize
|
14 |
-
#: adminimize.php:127
|
15 |
-
msgid "Unknown error."
|
16 |
-
msgstr "Eroare necunoscută."
|
17 |
-
|
18 |
-
#@ adminimize
|
19 |
-
#: adminimize.php:136
|
20 |
-
msgid "The updates were saved."
|
21 |
-
msgstr "S-au salvat actualizările."
|
22 |
-
|
23 |
-
#@ adminimize
|
24 |
-
#: adminimize.php:137
|
25 |
-
msgid "You have not enough rights to edit entries in the database."
|
26 |
-
msgstr "Insuficiente drepturi pentru a edita intrările în baza de date."
|
27 |
-
|
28 |
-
#@ adminimize
|
29 |
-
#: adminimize.php:139
|
30 |
-
msgid "All entries in the database were deleted."
|
31 |
-
msgstr "Au fost elimină toate intrările din baza de date."
|
32 |
-
|
33 |
-
#@ adminimize
|
34 |
-
#: adminimize.php:140
|
35 |
-
msgid "Set the checkbox on deinstall-button."
|
36 |
-
msgstr "Setaţi caseta de selectare pe butonul stingere."
|
37 |
-
|
38 |
-
#@ adminimize
|
39 |
-
#: adminimize.php:141
|
40 |
-
msgid "Can't load menu and submenu."
|
41 |
-
msgstr "Imposibil de încărcat meniului şi submeniului."
|
42 |
-
|
43 |
-
#@ adminimize
|
44 |
-
#: adminimize.php:142
|
45 |
-
msgid "Backend-Theme was activated!"
|
46 |
-
msgstr "Backend-tema a fost activat!"
|
47 |
-
|
48 |
-
#@ adminimize
|
49 |
-
#: adminimize.php:143
|
50 |
-
msgid "Load user data to themes was successful."
|
51 |
-
msgstr "Încărcare date utilizator teme a fost de succes."
|
52 |
-
|
53 |
-
#@ default
|
54 |
-
#@ adminimize
|
55 |
-
#: adminimize.php:468
|
56 |
-
#: inc-options/links_options.php:52
|
57 |
-
#: inc-options/write_cp_options.php:99
|
58 |
-
#: inc-options/write_post_options.php:87
|
59 |
-
msgid "Categories"
|
60 |
-
msgstr "Categorii"
|
61 |
-
|
62 |
-
#@ default
|
63 |
-
#: adminimize.php:474
|
64 |
-
#: adminimize.php:485
|
65 |
-
msgid "+ Add New Category"
|
66 |
-
msgstr "+ Adauga categorie nouă"
|
67 |
-
|
68 |
-
#@ default
|
69 |
-
#: adminimize.php:476
|
70 |
-
#: adminimize.php:487
|
71 |
-
msgid "New category name"
|
72 |
-
msgstr "Noul nume categorie"
|
73 |
-
|
74 |
-
#@ default
|
75 |
-
#: adminimize.php:477
|
76 |
-
#: adminimize.php:489
|
77 |
-
msgid "Parent category"
|
78 |
-
msgstr "Categoria părinte"
|
79 |
-
|
80 |
-
#@ default
|
81 |
-
#: adminimize.php:478
|
82 |
-
#: adminimize.php:490
|
83 |
-
msgid "Add"
|
84 |
-
msgstr "Adăuga"
|
85 |
-
|
86 |
-
#@ default
|
87 |
-
#@ adminimize
|
88 |
-
#: adminimize.php:487
|
89 |
-
#: inc-options/write_cp_options.php:100
|
90 |
-
#: inc-options/write_post_options.php:88
|
91 |
-
msgid "Add New Category"
|
92 |
-
msgstr "Adăugaţi noua categorie"
|
93 |
-
|
94 |
-
#@ adminimize
|
95 |
-
#@ default
|
96 |
-
#: inc-options/write_cp_options.php:97
|
97 |
-
#: inc-options/write_cp_options.php:135
|
98 |
-
#: inc-options/write_post_options.php:85
|
99 |
-
#: inc-options/write_post_options.php:121
|
100 |
-
msgid "Tags"
|
101 |
-
msgstr "Tag-uri"
|
102 |
-
|
103 |
-
#@ default
|
104 |
-
#: adminimize.php:572
|
105 |
-
#: adminimize.php:575
|
106 |
-
msgid "Dashboard"
|
107 |
-
msgstr "Tabloul de bord"
|
108 |
-
|
109 |
-
#@ default
|
110 |
-
#: adminimize.php:636
|
111 |
-
#: adminimize.php:638
|
112 |
-
#: adminimize.php:659
|
113 |
-
#: adminimize.php:661
|
114 |
-
#: adminimize.php:1034
|
115 |
-
#: inc-setup/admin-bar.php:57
|
116 |
-
#: inc-setup/admin-bar.php:81
|
117 |
-
#: inc-setup/admin-bar.php:250
|
118 |
-
msgid "Log Out"
|
119 |
-
msgstr "Conectaţi-vă"
|
120 |
-
|
121 |
-
#@ adminimize
|
122 |
-
#: inc-options/minimenu.php:85
|
123 |
-
msgid "Version"
|
124 |
-
msgstr "Versiunea"
|
125 |
-
|
126 |
-
#@ default
|
127 |
-
#: inc-options/write_cp_options.php:129
|
128 |
-
#: inc-options/write_page_options.php:108
|
129 |
-
#: inc-options/write_post_options.php:115
|
130 |
-
msgid "Author"
|
131 |
-
msgstr "Autor"
|
132 |
-
|
133 |
-
#@ default
|
134 |
-
#: adminimize.php:1067
|
135 |
-
msgid "Settings"
|
136 |
-
msgstr "Setări"
|
137 |
-
|
138 |
-
#@ adminimize
|
139 |
-
#. translators: plugin header field 'Name'
|
140 |
-
#: adminimize.php:0
|
141 |
-
#: adminimize.php:1086
|
142 |
-
#: inc-options/minimenu.php:14
|
143 |
-
msgid "Adminimize"
|
144 |
-
msgstr "Adminimize"
|
145 |
-
|
146 |
-
#@ adminimize
|
147 |
-
#: adminimize.php:1085
|
148 |
-
msgid "Adminimize Options"
|
149 |
-
msgstr "Opţiuni Adminimize"
|
150 |
-
|
151 |
-
#@ default
|
152 |
-
#: adminimize.php:1111
|
153 |
-
msgid "Cheatin’ uh?"
|
154 |
-
msgstr "Cheatin's uh?"
|
155 |
-
|
156 |
-
#@ default
|
157 |
-
#: inc-options/backend_options.php:15
|
158 |
-
#: inc-options/dashboard_options.php:16
|
159 |
-
#: inc-options/deinstall_options.php:14
|
160 |
-
#: inc-options/global_options.php:15
|
161 |
-
#: inc-options/im_export_options.php:14
|
162 |
-
#: inc-options/links_options.php:15
|
163 |
-
#: inc-options/menu_options.php:15
|
164 |
-
#: inc-options/minimenu.php:18
|
165 |
-
#: inc-options/minimenu.php:82
|
166 |
-
#: inc-options/theme_options.php:14
|
167 |
-
#: inc-options/wp_nav_menu_options.php:14
|
168 |
-
#: inc-options/write_cp_options.php:19
|
169 |
-
#: inc-options/write_page_options.php:14
|
170 |
-
#: inc-options/write_post_options.php:15
|
171 |
-
msgid "Click to toggle"
|
172 |
-
msgstr "Faceţi clic pentru a comuta"
|
173 |
-
|
174 |
-
#@ adminimize
|
175 |
-
#: inc-options/backend_options.php:16
|
176 |
-
#: inc-options/minimenu.php:26
|
177 |
-
msgid "Backend Options"
|
178 |
-
msgstr "Opţiuni de backend"
|
179 |
-
|
180 |
-
#@ adminimize
|
181 |
-
#: inc-options/backend_options.php:37
|
182 |
-
msgid "User-Info"
|
183 |
-
msgstr "Utilizator-Info"
|
184 |
-
|
185 |
-
#@ adminimize
|
186 |
-
#: inc-options/backend_options.php:30
|
187 |
-
#: inc-options/backend_options.php:41
|
188 |
-
#: inc-options/backend_options.php:54
|
189 |
-
#: inc-options/backend_options.php:64
|
190 |
-
#: inc-options/backend_options.php:74
|
191 |
-
#: inc-options/backend_options.php:84
|
192 |
-
#: inc-options/backend_options.php:94
|
193 |
-
#: inc-options/backend_options.php:104
|
194 |
-
#: inc-options/backend_options.php:114
|
195 |
-
#: inc-options/backend_options.php:124
|
196 |
-
#: inc-options/backend_options.php:153
|
197 |
-
msgid "Default"
|
198 |
-
msgstr "Implicit"
|
199 |
-
|
200 |
-
#@ adminimize
|
201 |
-
#: inc-options/backend_options.php:42
|
202 |
-
#: inc-options/backend_options.php:65
|
203 |
-
#: inc-options/backend_options.php:75
|
204 |
-
msgid "Hide"
|
205 |
-
msgstr "Ascunde"
|
206 |
-
|
207 |
-
#@ adminimize
|
208 |
-
#: inc-options/backend_options.php:43
|
209 |
-
msgid "Only logout"
|
210 |
-
msgstr "Numai logout"
|
211 |
-
|
212 |
-
#@ adminimize
|
213 |
-
#: inc-options/backend_options.php:44
|
214 |
-
msgid "User & Logout"
|
215 |
-
msgstr "Utilizator & Logout"
|
216 |
-
|
217 |
-
#@ adminimize
|
218 |
-
#: inc-options/backend_options.php:50
|
219 |
-
msgid "Change User-Info, redirect to"
|
220 |
-
msgstr "Schimbare utilizator-Info, redirect la"
|
221 |
-
|
222 |
-
#@ adminimize
|
223 |
-
#: inc-options/backend_options.php:55
|
224 |
-
msgid "Frontpage of the Blog"
|
225 |
-
msgstr "FrontPage blog-ul"
|
226 |
-
|
227 |
-
#@ adminimize
|
228 |
-
#: inc-options/backend_options.php:56
|
229 |
-
msgid "When the \"User-Info-area\" change it, then it is possible to change the redirect."
|
230 |
-
msgstr "Atunci când \"Utilizator-Info-zona\" schimba, atunci este posibil să modificaţi redirecţionare."
|
231 |
-
|
232 |
-
#@ adminimize
|
233 |
-
#: inc-options/backend_options.php:60
|
234 |
-
msgid "Footer"
|
235 |
-
msgstr "Subsol"
|
236 |
-
|
237 |
-
#@ adminimize
|
238 |
-
#: inc-options/backend_options.php:66
|
239 |
-
msgid "The Footer-area can hide, include all links and details."
|
240 |
-
msgstr "Zona de subsol pot ascunde, includ toate link-uri şi detalii."
|
241 |
-
|
242 |
-
#@ adminimize
|
243 |
-
#: inc-options/backend_options.php:31
|
244 |
-
#: inc-options/backend_options.php:85
|
245 |
-
#: inc-options/backend_options.php:95
|
246 |
-
#: inc-options/backend_options.php:105
|
247 |
-
#: inc-options/backend_options.php:115
|
248 |
-
#: inc-options/backend_options.php:125
|
249 |
-
msgid "Activate"
|
250 |
-
msgstr "Activa"
|
251 |
-
|
252 |
-
#@ adminimize
|
253 |
-
#: inc-options/backend_options.php:80
|
254 |
-
msgid "Timestamp"
|
255 |
-
msgstr "Timestamp"
|
256 |
-
|
257 |
-
#@ adminimize
|
258 |
-
#: inc-options/backend_options.php:86
|
259 |
-
msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
|
260 |
-
msgstr " link-ul de fiecare dată."
|
261 |
-
|
262 |
-
#@ adminimize
|
263 |
-
#: inc-options/backend_options.php:90
|
264 |
-
msgid "Thickbox FullScreen"
|
265 |
-
msgstr "Thickbox FullScreen"
|
266 |
-
|
267 |
-
#@ adminimize
|
268 |
-
#: inc-options/backend_options.php:100
|
269 |
-
msgid "Flashuploader"
|
270 |
-
msgstr "Flashuploader"
|
271 |
-
|
272 |
-
#@ adminimize
|
273 |
-
#: inc-options/backend_options.php:106
|
274 |
-
msgid "Disable the flashuploader and users use only the standard uploader."
|
275 |
-
msgstr "Dezactivaţi flashuploader şi utilizatorii utiliza numai uploader standard."
|
276 |
-
|
277 |
-
#@ adminimize
|
278 |
-
#: inc-options/backend_options.php:120
|
279 |
-
msgid "Advice in Footer"
|
280 |
-
msgstr "Consiliere în subsol"
|
281 |
-
|
282 |
-
#@ adminimize
|
283 |
-
#: inc-options/backend_options.php:154
|
284 |
-
msgid "Manage Posts"
|
285 |
-
msgstr "Gestionarea posturilor"
|
286 |
-
|
287 |
-
#@ adminimize
|
288 |
-
#: inc-options/backend_options.php:155
|
289 |
-
msgid "Manage Pages"
|
290 |
-
msgstr "Gestionaţi pagini"
|
291 |
-
|
292 |
-
#@ adminimize
|
293 |
-
#: inc-options/backend_options.php:156
|
294 |
-
msgid "Write Post"
|
295 |
-
msgstr "Scrie Post"
|
296 |
-
|
297 |
-
#@ adminimize
|
298 |
-
#: inc-options/backend_options.php:157
|
299 |
-
msgid "Write Page"
|
300 |
-
msgstr "Scrie pagină"
|
301 |
-
|
302 |
-
#@ adminimize
|
303 |
-
#: inc-options/backend_options.php:158
|
304 |
-
#: inc-options/write_post_options.php:92
|
305 |
-
msgid "Comments"
|
306 |
-
msgstr "Comentarii"
|
307 |
-
|
308 |
-
#@ adminimize
|
309 |
-
#: inc-options/backend_options.php:159
|
310 |
-
msgid "other Page"
|
311 |
-
msgstr "alte pagini"
|
312 |
-
|
313 |
-
#@ adminimize
|
314 |
-
#: inc-options/backend_options.php:171
|
315 |
-
#: inc-options/dashboard_options.php:122
|
316 |
-
#: inc-options/global_options.php:122
|
317 |
-
#: inc-options/links_options.php:126
|
318 |
-
#: inc-options/menu_options.php:155
|
319 |
-
#: inc-options/wp_nav_menu_options.php:147
|
320 |
-
#: inc-options/write_cp_options.php:239
|
321 |
-
#: inc-options/write_page_options.php:187
|
322 |
-
#: inc-options/write_post_options.php:197
|
323 |
-
msgid "Update Options"
|
324 |
-
msgstr "Opţiuni de actualizare"
|
325 |
-
|
326 |
-
#@ adminimize
|
327 |
-
#: inc-options/global_options.php:16
|
328 |
-
#: inc-options/minimenu.php:29
|
329 |
-
msgid "Global options"
|
330 |
-
msgstr "Opţiuni globale"
|
331 |
-
|
332 |
-
#@ adminimize
|
333 |
-
#: inc-options/dashboard_options.php:33
|
334 |
-
#: inc-options/dashboard_options.php:97
|
335 |
-
#: inc-options/global_options.php:23
|
336 |
-
#: inc-options/global_options.php:97
|
337 |
-
#: inc-options/links_options.php:23
|
338 |
-
#: inc-options/links_options.php:101
|
339 |
-
#: inc-options/wp_nav_menu_options.php:22
|
340 |
-
#: inc-options/wp_nav_menu_options.php:122
|
341 |
-
#: inc-options/write_cp_options.php:204
|
342 |
-
#: inc-options/write_page_options.php:162
|
343 |
-
#: inc-options/write_post_options.php:172
|
344 |
-
msgid "Option"
|
345 |
-
msgstr "Opţiunea"
|
346 |
-
|
347 |
-
#@ adminimize
|
348 |
-
#: inc-options/dashboard_options.php:36
|
349 |
-
#: inc-options/global_options.php:26
|
350 |
-
#: inc-options/links_options.php:26
|
351 |
-
#: inc-options/menu_options.php:26
|
352 |
-
#: inc-options/wp_nav_menu_options.php:25
|
353 |
-
#: inc-options/write_cp_options.php:32
|
354 |
-
#: inc-options/write_page_options.php:25
|
355 |
-
#: inc-options/write_post_options.php:26
|
356 |
-
msgid "Deactivate for"
|
357 |
-
msgstr "Dezactiva pentru"
|
358 |
-
|
359 |
-
#@ adminimize
|
360 |
-
#: inc-options/global_options.php:48
|
361 |
-
msgid "Favorite Actions"
|
362 |
-
msgstr "Acţiuni preferat"
|
363 |
-
|
364 |
-
#@ adminimize
|
365 |
-
#: inc-options/global_options.php:49
|
366 |
-
msgid "Screen-Meta"
|
367 |
-
msgstr "Ecran-Meta"
|
368 |
-
|
369 |
-
#@ adminimize
|
370 |
-
#@ default
|
371 |
-
#: inc-options/global_options.php:50
|
372 |
-
#: inc-options/wp_nav_menu_options.php:49
|
373 |
-
#: inc-options/write_cp_options.php:95
|
374 |
-
#: inc-options/write_page_options.php:77
|
375 |
-
#: inc-options/write_post_options.php:82
|
376 |
-
msgid "Screen Options"
|
377 |
-
msgstr "Opţiunile de ecran"
|
378 |
-
|
379 |
-
#@ adminimize
|
380 |
-
#: inc-options/global_options.php:51
|
381 |
-
msgid "Contextual Help"
|
382 |
-
msgstr "Ajutor contextual"
|
383 |
-
|
384 |
-
#@ adminimize
|
385 |
-
#: inc-options/global_options.php:52
|
386 |
-
msgid "Admin Color Scheme"
|
387 |
-
msgstr "Schema de culori admin"
|
388 |
-
|
389 |
-
#@ adminimize
|
390 |
-
#: inc-options/dashboard_options.php:96
|
391 |
-
#: inc-options/global_options.php:96
|
392 |
-
msgid "Your own options"
|
393 |
-
msgstr "Opţiunile proprii"
|
394 |
-
|
395 |
-
#@ adminimize
|
396 |
-
#: inc-options/dashboard_options.php:96
|
397 |
-
#: inc-options/global_options.php:96
|
398 |
-
#: inc-options/links_options.php:100
|
399 |
-
#: inc-options/wp_nav_menu_options.php:121
|
400 |
-
#: inc-options/write_cp_options.php:202
|
401 |
-
#: inc-options/write_page_options.php:161
|
402 |
-
#: inc-options/write_post_options.php:171
|
403 |
-
msgid "ID or class"
|
404 |
-
msgstr "ID-ul sau clasa"
|
405 |
-
|
406 |
-
#@ adminimize
|
407 |
-
#: inc-options/dashboard_options.php:103
|
408 |
-
#: inc-options/global_options.php:103
|
409 |
-
#: inc-options/links_options.php:107
|
410 |
-
#: inc-options/wp_nav_menu_options.php:128
|
411 |
-
#: inc-options/write_cp_options.php:211
|
412 |
-
#: inc-options/write_page_options.php:168
|
413 |
-
#: inc-options/write_post_options.php:178
|
414 |
-
msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
|
415 |
-
msgstr "Este posibil să adăugaţi propriul ID-uri sau clase de la elemente şi Tag-uri. Puteţi găsi ID-uri şi clasele cu FireBug Add-on pentru Firefox. Asociaţi o valoare şi numele asociat pe linie."
|
416 |
-
|
417 |
-
#@ adminimize
|
418 |
-
#: inc-options/dashboard_options.php:109
|
419 |
-
#: inc-options/global_options.php:109
|
420 |
-
#: inc-options/links_options.php:113
|
421 |
-
#: inc-options/wp_nav_menu_options.php:134
|
422 |
-
#: inc-options/write_cp_options.php:221
|
423 |
-
#: inc-options/write_page_options.php:174
|
424 |
-
#: inc-options/write_post_options.php:184
|
425 |
-
msgid "Possible nomination for ID or class. Separate multiple nominations through a carriage return."
|
426 |
-
msgstr "Nominalizarea posibil pentru ID-ul sau clasa. Separaţi mai multe nominalizări printr-un retur de car."
|
427 |
-
|
428 |
-
#@ adminimize
|
429 |
-
#: inc-options/dashboard_options.php:114
|
430 |
-
#: inc-options/global_options.php:114
|
431 |
-
#: inc-options/links_options.php:118
|
432 |
-
#: inc-options/wp_nav_menu_options.php:139
|
433 |
-
#: inc-options/write_cp_options.php:229
|
434 |
-
#: inc-options/write_page_options.php:179
|
435 |
-
#: inc-options/write_post_options.php:189
|
436 |
-
msgid "Possible IDs or classes. Separate multiple values through a carriage return."
|
437 |
-
msgstr "ID-uri posibil sau clase. Separa valori multiple prin un retur de car."
|
438 |
-
|
439 |
-
#@ adminimize
|
440 |
-
#: inc-options/menu_options.php:16
|
441 |
-
#: inc-options/minimenu.php:35
|
442 |
-
msgid "Menu Options"
|
443 |
-
msgstr "Meniul Opţiuni"
|
444 |
-
|
445 |
-
#@ adminimize
|
446 |
-
#: inc-options/menu_options.php:23
|
447 |
-
msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
|
448 |
-
msgstr "Opţiunile de meniu - Meniu, <span style=\\\"font-weight: 400;\\\"> Submeniu </ span>"
|
449 |
-
|
450 |
-
#@ adminimize
|
451 |
-
#@ default
|
452 |
-
#: inc-options/wp_nav_menu_options.php:48
|
453 |
-
#: inc-options/write_cp_options.php:94
|
454 |
-
#: inc-options/write_page_options.php:76
|
455 |
-
#: inc-options/write_post_options.php:81
|
456 |
-
msgid "Help"
|
457 |
-
msgstr "ajutor"
|
458 |
-
|
459 |
-
#@ adminimize
|
460 |
-
#: inc-options/write_cp_options.php:96
|
461 |
-
#: inc-options/write_page_options.php:79
|
462 |
-
#: inc-options/write_post_options.php:84
|
463 |
-
msgid "Permalink"
|
464 |
-
msgstr "Permalink"
|
465 |
-
|
466 |
-
#@ adminimize
|
467 |
-
#: inc-options/write_post_options.php:89
|
468 |
-
msgid "Excerpt"
|
469 |
-
msgstr "Fragment"
|
470 |
-
|
471 |
-
#@ adminimize
|
472 |
-
#: inc-options/write_post_options.php:90
|
473 |
-
msgid "Trackbacks"
|
474 |
-
msgstr "Urmăritori"
|
475 |
-
|
476 |
-
#@ default
|
477 |
-
#: inc-options/write_page_options.php:80
|
478 |
-
#: inc-options/write_post_options.php:91
|
479 |
-
msgid "Custom Fields"
|
480 |
-
msgstr "Câmpuri particularizate"
|
481 |
-
|
482 |
-
#@ adminimize
|
483 |
-
#: inc-options/write_cp_options.php:101
|
484 |
-
#: inc-options/write_post_options.php:93
|
485 |
-
msgid "Password Protect This Post"
|
486 |
-
msgstr "Password a proteja acest Post"
|
487 |
-
|
488 |
-
#@ default
|
489 |
-
#: inc-options/write_post_options.php:94
|
490 |
-
msgid "Post Author"
|
491 |
-
msgstr "Autor de post"
|
492 |
-
|
493 |
-
#@ default
|
494 |
-
#: inc-options/write_post_options.php:95
|
495 |
-
msgid "Post Revisions"
|
496 |
-
msgstr "Revizii post"
|
497 |
-
|
498 |
-
#@ adminimize
|
499 |
-
#: inc-options/write_cp_options.php:102
|
500 |
-
#: inc-options/write_post_options.php:96
|
501 |
-
msgid "Related, Shortcuts"
|
502 |
-
msgstr "Legate, comenzi rapide"
|
503 |
-
|
504 |
-
#@ adminimize
|
505 |
-
#: inc-options/write_cp_options.php:104
|
506 |
-
#: inc-options/write_page_options.php:90
|
507 |
-
#: inc-options/write_post_options.php:98
|
508 |
-
msgid "h2: Advanced Options"
|
509 |
-
msgstr "H2: opţiuni avansate"
|
510 |
-
|
511 |
-
#@ adminimize
|
512 |
-
#: inc-options/write_cp_options.php:105
|
513 |
-
#: inc-options/write_page_options.php:91
|
514 |
-
#: inc-options/write_post_options.php:99
|
515 |
-
msgid "Media Buttons (all)"
|
516 |
-
msgstr "Butoane media (toate)"
|
517 |
-
|
518 |
-
#@ adminimize
|
519 |
-
#: inc-options/write_cp_options.php:106
|
520 |
-
#: inc-options/write_page_options.php:92
|
521 |
-
#: inc-options/write_post_options.php:100
|
522 |
-
msgid "Word count"
|
523 |
-
msgstr "Word count"
|
524 |
-
|
525 |
-
#@ adminimize
|
526 |
-
#: inc-options/write_cp_options.php:107
|
527 |
-
#: inc-options/write_post_options.php:101
|
528 |
-
msgid "Post Slug"
|
529 |
-
msgstr "Post Slug"
|
530 |
-
|
531 |
-
#@ adminimize
|
532 |
-
#: inc-options/links_options.php:56
|
533 |
-
#: inc-options/write_cp_options.php:108
|
534 |
-
#: inc-options/write_page_options.php:94
|
535 |
-
#: inc-options/write_post_options.php:102
|
536 |
-
msgid "Publish Actions"
|
537 |
-
msgstr "Publică acţiunile"
|
538 |
-
|
539 |
-
#@ default
|
540 |
-
#@ adminimize
|
541 |
-
#: inc-options/write_cp_options.php:109
|
542 |
-
#: inc-options/write_page_options.php:95
|
543 |
-
#: inc-options/write_post_options.php:103
|
544 |
-
msgid "Discussion"
|
545 |
-
msgstr "Discuţie"
|
546 |
-
|
547 |
-
#@ adminimize
|
548 |
-
#: inc-options/write_cp_options.php:120
|
549 |
-
#: inc-options/write_post_options.php:108
|
550 |
-
msgid "Post Thumbnail"
|
551 |
-
msgstr "Miniaturi post"
|
552 |
-
|
553 |
-
#@ adminimize
|
554 |
-
#: inc-options/write_page_options.php:81
|
555 |
-
msgid "Comments & Pings"
|
556 |
-
msgstr "Comentarii & Ping-uri"
|
557 |
-
|
558 |
-
#@ adminimize
|
559 |
-
#: inc-options/write_page_options.php:82
|
560 |
-
msgid "Password Protect This Page"
|
561 |
-
msgstr "Password a proteja această pagină"
|
562 |
-
|
563 |
-
#@ adminimize
|
564 |
-
#: inc-options/write_page_options.php:83
|
565 |
-
msgid "Attributes"
|
566 |
-
msgstr "Atribute"
|
567 |
-
|
568 |
-
#@ adminimize
|
569 |
-
#: inc-options/write_page_options.php:84
|
570 |
-
msgid "Page Template"
|
571 |
-
msgstr "Şablon de pagină"
|
572 |
-
|
573 |
-
#@ adminimize
|
574 |
-
#: inc-options/write_page_options.php:85
|
575 |
-
msgid "Page Order"
|
576 |
-
msgstr "Ordinea paginilor"
|
577 |
-
|
578 |
-
#@ default
|
579 |
-
#: inc-options/write_page_options.php:86
|
580 |
-
msgid "Page Author"
|
581 |
-
msgstr "Pagina autorului"
|
582 |
-
|
583 |
-
#@ default
|
584 |
-
#: inc-options/write_page_options.php:87
|
585 |
-
msgid "Page Revisions"
|
586 |
-
msgstr "Pagina revizuiri"
|
587 |
-
|
588 |
-
#@ adminimize
|
589 |
-
#: inc-options/write_page_options.php:88
|
590 |
-
msgid "Related"
|
591 |
-
msgstr "Legate de"
|
592 |
-
|
593 |
-
#@ adminimize
|
594 |
-
#: inc-options/write_page_options.php:93
|
595 |
-
msgid "Page Slug"
|
596 |
-
msgstr "Pagina Slug"
|
597 |
-
|
598 |
-
#@ adminimize
|
599 |
-
#: inc-options/write_page_options.php:100
|
600 |
-
msgid "Page Image"
|
601 |
-
msgstr "Imagine de pagină"
|
602 |
-
|
603 |
-
#@ adminimize
|
604 |
-
#: inc-options/menu_options.php:67
|
605 |
-
#: inc-options/menu_options.php:119
|
606 |
-
msgid "After activate the check box it heavy attitudes will change."
|
607 |
-
msgstr "După ce activaţi caseta de selectare a va schimba atitudinile grele."
|
608 |
-
|
609 |
-
#@ default
|
610 |
-
#: inc-options/menu_options.php:102
|
611 |
-
msgid "Profile"
|
612 |
-
msgstr "Profil"
|
613 |
-
|
614 |
-
#@ adminimize
|
615 |
-
#: inc-options/minimenu.php:38
|
616 |
-
#: inc-options/write_post_options.php:16
|
617 |
-
#: inc-options/write_post_options.php:23
|
618 |
-
msgid "Write options - Post"
|
619 |
-
msgstr "Scrie opţiuni - Post"
|
620 |
-
|
621 |
-
#@ adminimize
|
622 |
-
#: inc-options/write_post_options.php:171
|
623 |
-
msgid "Your own post options"
|
624 |
-
msgstr "Opţiunile de post"
|
625 |
-
|
626 |
-
#@ adminimize
|
627 |
-
#: inc-options/minimenu.php:41
|
628 |
-
#: inc-options/write_page_options.php:15
|
629 |
-
#: inc-options/write_page_options.php:22
|
630 |
-
msgid "Write options - Page"
|
631 |
-
msgstr "Scrie opţiuni - pagina"
|
632 |
-
|
633 |
-
#@ adminimize
|
634 |
-
#: inc-options/write_page_options.php:161
|
635 |
-
msgid "Your own page options"
|
636 |
-
msgstr "Opţiunile de pagină"
|
637 |
-
|
638 |
-
#@ adminimize
|
639 |
-
#: inc-options/links_options.php:16
|
640 |
-
#: inc-options/minimenu.php:61
|
641 |
-
msgid "Links options"
|
642 |
-
msgstr "Opţiuni de link-uri"
|
643 |
-
|
644 |
-
#@ default
|
645 |
-
#: inc-options/links_options.php:49
|
646 |
-
msgid "Name"
|
647 |
-
msgstr "nume"
|
648 |
-
|
649 |
-
#@ default
|
650 |
-
#: inc-options/links_options.php:50
|
651 |
-
msgid "Web Address"
|
652 |
-
msgstr "Adresa Web"
|
653 |
-
|
654 |
-
#@ default
|
655 |
-
#: inc-options/links_options.php:51
|
656 |
-
msgid "Description"
|
657 |
-
msgstr "Descriere"
|
658 |
-
|
659 |
-
#@ default
|
660 |
-
#: inc-options/links_options.php:53
|
661 |
-
msgid "Target"
|
662 |
-
msgstr "Ţintă"
|
663 |
-
|
664 |
-
#@ default
|
665 |
-
#: inc-options/links_options.php:54
|
666 |
-
msgid "Link Relationship (XFN)"
|
667 |
-
msgstr "Relaţie de link-ul (XFN)"
|
668 |
-
|
669 |
-
#@ default
|
670 |
-
#: inc-options/links_options.php:55
|
671 |
-
msgid "Advanced"
|
672 |
-
msgstr "Avansate"
|
673 |
-
|
674 |
-
#@ adminimize
|
675 |
-
#: inc-options/minimenu.php:67
|
676 |
-
#: inc-options/theme_options.php:15
|
677 |
-
#: inc-options/theme_options.php:100
|
678 |
-
msgid "Set Theme"
|
679 |
-
msgstr "Tema set"
|
680 |
-
|
681 |
-
#@ adminimize
|
682 |
-
#: inc-options/theme_options.php:22
|
683 |
-
msgid "For better peformance with many users on your blog; load only userlist, when you will change the theme options for users."
|
684 |
-
msgstr "Pentru peformance mai bine cu mai mulţi utilizatori pe blog-ul; încărcare numai useri, atunci când se va modifica opţiuni de temă pentru utilizatori."
|
685 |
-
|
686 |
-
#@ adminimize
|
687 |
-
#: inc-options/theme_options.php:25
|
688 |
-
msgid "Load User Data"
|
689 |
-
msgstr "Încărcare date utilizator"
|
690 |
-
|
691 |
-
#@ default
|
692 |
-
#: inc-options/theme_options.php:36
|
693 |
-
msgid "User-ID"
|
694 |
-
msgstr "ID utilizator"
|
695 |
-
|
696 |
-
#@ default
|
697 |
-
#: inc-options/theme_options.php:37
|
698 |
-
msgid "Username"
|
699 |
-
msgstr "Numele de utilizator"
|
700 |
-
|
701 |
-
#@ default
|
702 |
-
#: inc-options/theme_options.php:38
|
703 |
-
msgid "Display name publicly as"
|
704 |
-
msgstr "Afişare nume public ca"
|
705 |
-
|
706 |
-
#@ default
|
707 |
-
#: inc-options/theme_options.php:39
|
708 |
-
msgid "Admin-Color Scheme"
|
709 |
-
msgstr "Schema de culori admin"
|
710 |
-
|
711 |
-
#@ default
|
712 |
-
#: inc-options/theme_options.php:40
|
713 |
-
msgid "User Level"
|
714 |
-
msgstr "La nivel de utilizator"
|
715 |
-
|
716 |
-
#@ default
|
717 |
-
#: inc-options/theme_options.php:41
|
718 |
-
msgid "Role"
|
719 |
-
msgstr "Rol"
|
720 |
-
|
721 |
-
#@ adminimize
|
722 |
-
#: inc-options/deinstall_options.php:15
|
723 |
-
#: inc-options/minimenu.php:73
|
724 |
-
msgid "Deinstall Options"
|
725 |
-
msgstr "Stingere opţiuni"
|
726 |
-
|
727 |
-
#@ adminimize
|
728 |
-
#: inc-options/deinstall_options.php:18
|
729 |
-
msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
|
730 |
-
msgstr "Utilizaţi această opţiune pentru curat bazei de date din toate intrările din acest plug-in. Când vă dezactiva plugin-ul, deinstall de plugin-ul <strong>curat nu</strong> toate intrările din baza de date."
|
731 |
-
|
732 |
-
#@ adminimize
|
733 |
-
#: inc-options/deinstall_options.php:22
|
734 |
-
msgid "Delete Options"
|
735 |
-
msgstr "Ştergeţi opţiuni"
|
736 |
-
|
737 |
-
#@ adminimize
|
738 |
-
#: inc-options/minimenu.php:23
|
739 |
-
#: inc-options/minimenu.php:83
|
740 |
-
msgid "About the plugin"
|
741 |
-
msgstr "Despre plugin-ul"
|
742 |
-
|
743 |
-
#@ adminimize
|
744 |
-
#: inc-options/minimenu.php:94
|
745 |
-
msgid "PayPal - The safer, easier way to pay online!"
|
746 |
-
msgstr "PayPal - mod mai sigur, mai uşor de a plăti online!"
|
747 |
-
|
748 |
-
#@ adminimize
|
749 |
-
#: inc-options/minimenu.php:89
|
750 |
-
msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
|
751 |
-
msgstr "Vrei să-mi mulţumeşti? Vizitaţi <a href=\"http://bueltge.de/wunschliste/\"> preferat </a> sau dona."
|
752 |
-
|
753 |
-
#@ adminimize
|
754 |
-
#: adminimize.php:138
|
755 |
-
msgid "All entries in the database were imported."
|
756 |
-
msgstr "Toate intrările din baza de date au fost importate."
|
757 |
-
|
758 |
-
#@ adminimize
|
759 |
-
#: inc-options/im_export_options.php:15
|
760 |
-
#: inc-options/minimenu.php:70
|
761 |
-
msgid "Export/Import Options"
|
762 |
-
msgstr "Export/Import opţiuni"
|
763 |
-
|
764 |
-
#@ adminimize
|
765 |
-
#: inc-options/im_export_options.php:19
|
766 |
-
msgid "Export"
|
767 |
-
msgstr "Export"
|
768 |
-
|
769 |
-
#@ adminimize
|
770 |
-
#: inc-options/im_export_options.php:24
|
771 |
-
msgid "Export »"
|
772 |
-
msgstr "Export»"
|
773 |
-
|
774 |
-
#@ adminimize
|
775 |
-
#: inc-options/im_export_options.php:28
|
776 |
-
msgid "Import"
|
777 |
-
msgstr "Import"
|
778 |
-
|
779 |
-
#@ adminimize
|
780 |
-
#: inc-options/im_export_options.php:33
|
781 |
-
msgid "Choose a file from your computer"
|
782 |
-
msgstr "Selectaţi un fişier de pe computer"
|
783 |
-
|
784 |
-
#@ adminimize
|
785 |
-
#: inc-options/im_export_options.php:38
|
786 |
-
msgid "Upload file and import »"
|
787 |
-
msgstr "Fişier încărcat şi import»"
|
788 |
-
|
789 |
-
#@ adminimize
|
790 |
-
#: inc-options/minimenu.php:19
|
791 |
-
msgid "MiniMenu"
|
792 |
-
msgstr "MiniMenu"
|
793 |
-
|
794 |
-
#@ adminimize
|
795 |
-
#: inc-options/backend_options.php:173
|
796 |
-
#: inc-options/dashboard_options.php:127
|
797 |
-
#: inc-options/deinstall_options.php:27
|
798 |
-
#: inc-options/global_options.php:124
|
799 |
-
#: inc-options/im_export_options.php:41
|
800 |
-
#: inc-options/links_options.php:129
|
801 |
-
#: inc-options/menu_options.php:157
|
802 |
-
#: inc-options/minimenu.php:99
|
803 |
-
#: inc-options/theme_options.php:105
|
804 |
-
#: inc-options/wp_nav_menu_options.php:149
|
805 |
-
#: inc-options/write_cp_options.php:244
|
806 |
-
#: inc-options/write_page_options.php:189
|
807 |
-
#: inc-options/write_post_options.php:199
|
808 |
-
msgid "scroll to top"
|
809 |
-
msgstr "defila în sus"
|
810 |
-
|
811 |
-
#@ adminimize
|
812 |
-
#: inc-options/im_export_options.php:21
|
813 |
-
msgid "You can save a .seq file with your options."
|
814 |
-
msgstr "Puteţi salva un fişier .seq cu opţiunile dumneavoastră."
|
815 |
-
|
816 |
-
#@ adminimize
|
817 |
-
#: inc-options/im_export_options.php:31
|
818 |
-
msgid "Choose a Adminimize (<em>.seq</em>) file to upload, then click <em>Upload file and import</em>."
|
819 |
-
msgstr "Selectaţi un fişier de Adminimize (<em>.seq</em>) pentru a încărca, apoi faceţi clic pe <em>încărcare fişier şi de import</em>."
|
820 |
-
|
821 |
-
#@ adminimize
|
822 |
-
#: inc-options/backend_options.php:110
|
823 |
-
msgid "Category Height"
|
824 |
-
msgstr "Categoria înălţime"
|
825 |
-
|
826 |
-
#@ adminimize
|
827 |
-
#: inc-options/backend_options.php:116
|
828 |
-
msgid "View the Meta Box with Categories in the full height, no scrollbar or whitespace."
|
829 |
-
msgstr "Vizualizaţi caseta de Meta cu categorii în înălţime completă, nici o bară de defilare sau spaţiu."
|
830 |
-
|
831 |
-
#@ adminimize
|
832 |
-
#: inc-options/backend_options.php:127
|
833 |
-
msgid "In the Footer you can display an advice for changing the Default-design, (x)HTML is possible."
|
834 |
-
msgstr "În notele de subsol se poate afişa un sfat pentru schimbarea implicit-design, (x) HTML este posibil."
|
835 |
-
|
836 |
-
#@ adminimize
|
837 |
-
#: inc-options/backend_options.php:149
|
838 |
-
msgid "Dashboard deactivate, redirect to"
|
839 |
-
msgstr "Tabloul de bord dezactiva, redirecţiona"
|
840 |
-
|
841 |
-
#@ default
|
842 |
-
#@ adminimize
|
843 |
-
#: inc-options/write_cp_options.php:110
|
844 |
-
#: inc-options/write_page_options.php:96
|
845 |
-
#: inc-options/write_post_options.php:104
|
846 |
-
msgid "HTML Editor Button"
|
847 |
-
msgstr "Butonul HTML Editor"
|
848 |
-
|
849 |
-
#@ adminimize
|
850 |
-
#: inc-options/backend_options.php:96
|
851 |
-
msgid "All Thickbox-function use the full area of the browser. Thickbox is for example in upload media-files."
|
852 |
-
msgstr "Toate Thickbox-funcţia utilizaţi zona completă a browser-ului. Thickbox este, de exemplu, în mass-media-fişierele de încărcare."
|
853 |
-
|
854 |
-
#@ adminimize
|
855 |
-
#. translators: plugin header field 'PluginURI'
|
856 |
-
#: adminimize.php:0
|
857 |
-
msgid "http://bueltge.de/wordpress-admin-theme-adminimize/674/"
|
858 |
-
msgstr "http://bueltge.de/WordPress-admin-Theme-adminimize/674/"
|
859 |
-
|
860 |
-
#@ adminimize
|
861 |
-
#. translators: plugin header field 'Description'
|
862 |
-
#: adminimize.php:0
|
863 |
-
msgid "Visually compresses the administratrive meta-boxes so that more admin page content can be initially seen. The plugin that lets you hide 'unnecessary' items from the WordPress administration menu, for alle roles of your install. You can also hide post meta controls on the edit-area to simplify the interface. It is possible to simplify the admin in different for all roles."
|
864 |
-
msgstr "Comprimă vizual administratrive meta-casetele astfel încât mai multe admin conţinutul paginii poate fi văzut în iniţial. Plugin-ul care vă permite să vă ascundeţi elementele \"inutile\" din meniul de administrare WordPress, pentru rolurile alle dvs. a instala. Puteţi, de asemenea, ascunde post meta controale pe zona de editare pentru a simplifica interfaţa. Este posibil să se simplifice admin în diferite pentru toate rolurile."
|
865 |
-
|
866 |
-
#@ adminimize
|
867 |
-
#. translators: plugin header field 'Author'
|
868 |
-
#: adminimize.php:0
|
869 |
-
msgid "Frank Bültge"
|
870 |
-
msgstr "Frank Bültge"
|
871 |
-
|
872 |
-
#@ adminimize
|
873 |
-
#. translators: plugin header field 'AuthorURI'
|
874 |
-
#: adminimize.php:0
|
875 |
-
msgid "http://bueltge.de/"
|
876 |
-
msgstr "http://bueltge.de/"
|
877 |
-
|
878 |
-
#@ adminimize
|
879 |
-
#: inc-options/backend_options.php:70
|
880 |
-
msgid "Header"
|
881 |
-
msgstr "Antet"
|
882 |
-
|
883 |
-
#@ adminimize
|
884 |
-
#: inc-options/backend_options.php:76
|
885 |
-
msgid "The Header-area can hide, include all links and details."
|
886 |
-
msgstr "Zona de antet poate ascunde, include toate link-uri şi detalii."
|
887 |
-
|
888 |
-
#@ adminimize
|
889 |
-
#: inc-options/write_page_options.php:78
|
890 |
-
#: inc-options/write_post_options.php:83
|
891 |
-
msgid "Title"
|
892 |
-
msgstr "Titlul"
|
893 |
-
|
894 |
-
#@ adminimize
|
895 |
-
#: inc-options/backend_options.php:26
|
896 |
-
msgid "Exclude Super Admin"
|
897 |
-
msgstr "Exclude Super Admin"
|
898 |
-
|
899 |
-
#@ adminimize
|
900 |
-
#: inc-options/backend_options.php:32
|
901 |
-
msgid "Exclude the Super Admin on a WP Multisite Install from all limitations of this plugin."
|
902 |
-
msgstr "Exclude Admin Super pe un WP Multisite Install la toate limitele de acest plug-in."
|
903 |
-
|
904 |
-
#@ adminimize
|
905 |
-
#: inc-options/backend_options.php:162
|
906 |
-
msgid "You have deactivated the Dashboard, please select a page for redirection or define custom url, include http://?"
|
907 |
-
msgstr "Au dezactivat tabloul de bord, vă rugăm să selectaţi o pagină de redirecţionare sau defini url personalizat, include http://?"
|
908 |
-
|
909 |
-
#@ adminimize
|
910 |
-
#: inc-options/global_options.php:47
|
911 |
-
msgid "Admin Bar"
|
912 |
-
msgstr "Admin Bar"
|
913 |
-
|
914 |
-
#@ adminimize
|
915 |
-
#: inc-options/minimenu.php:64
|
916 |
-
msgid "WP Nav Menu"
|
917 |
-
msgstr "WP meniu Nav"
|
918 |
-
|
919 |
-
#@ adminimize
|
920 |
-
#: inc-options/wp_nav_menu_options.php:15
|
921 |
-
msgid "WP Nav Menu options"
|
922 |
-
msgstr "Opţiuni de meniu Nav WP"
|
923 |
-
|
924 |
-
#@ adminimize
|
925 |
-
#@ default
|
926 |
-
#: inc-options/wp_nav_menu_options.php:50
|
927 |
-
#: inc-options/wp_nav_menu_options.php:56
|
928 |
-
msgid "Theme Locations"
|
929 |
-
msgstr "Tema Locatii"
|
930 |
-
|
931 |
-
#@ adminimize
|
932 |
-
#: inc-options/wp_nav_menu_options.php:51
|
933 |
-
msgid "Custom Links"
|
934 |
-
msgstr "Legăturile particularizate"
|
935 |
-
|
936 |
-
#@ adminimize
|
937 |
-
#: inc-options/wp_nav_menu_options.php:52
|
938 |
-
msgid "Add menu"
|
939 |
-
msgstr "Adăugaţi meniul"
|
940 |
-
|
941 |
-
#@ adminimize
|
942 |
-
#: inc-options/write_cp_options.php:98
|
943 |
-
#: inc-options/write_post_options.php:86
|
944 |
-
msgid "Format"
|
945 |
-
msgstr "Format"
|
946 |
-
|
947 |
-
#@ adminimize
|
948 |
-
#: inc-options/write_cp_options.php:103
|
949 |
-
#: inc-options/write_page_options.php:89
|
950 |
-
#: inc-options/write_post_options.php:97
|
951 |
-
msgid "Messages"
|
952 |
-
msgstr "Mesaje"
|
953 |
-
|
954 |
-
#@ adminimize
|
955 |
-
#: inc-options/write_cp_options.php:126
|
956 |
-
#: inc-options/write_page_options.php:104
|
957 |
-
#: inc-options/write_post_options.php:112
|
958 |
-
msgid "Quick Edit Link"
|
959 |
-
msgstr "Rapid link-ul Editaţi"
|
960 |
-
|
961 |
-
#@ adminimize
|
962 |
-
#: inc-options/write_cp_options.php:127
|
963 |
-
#: inc-options/write_cp_options.php:131
|
964 |
-
#: inc-options/write_cp_options.php:134
|
965 |
-
#: inc-options/write_cp_options.php:137
|
966 |
-
#: inc-options/write_page_options.php:105
|
967 |
-
#: inc-options/write_page_options.php:110
|
968 |
-
#: inc-options/write_page_options.php:113
|
969 |
-
#: inc-options/write_post_options.php:113
|
970 |
-
#: inc-options/write_post_options.php:117
|
971 |
-
#: inc-options/write_post_options.php:120
|
972 |
-
#: inc-options/write_post_options.php:123
|
973 |
-
msgid "QE"
|
974 |
-
msgstr "QE"
|
975 |
-
|
976 |
-
#@ adminimize
|
977 |
-
#: inc-options/write_cp_options.php:127
|
978 |
-
#: inc-options/write_page_options.php:105
|
979 |
-
#: inc-options/write_post_options.php:113
|
980 |
-
msgid "Inline Edit Left"
|
981 |
-
msgstr "Editare inline stânga"
|
982 |
-
|
983 |
-
#@ adminimize
|
984 |
-
#: inc-options/write_cp_options.php:128
|
985 |
-
#: inc-options/write_page_options.php:106
|
986 |
-
#: inc-options/write_post_options.php:114
|
987 |
-
msgid "All Labels"
|
988 |
-
msgstr "Toate etichetele"
|
989 |
-
|
990 |
-
#@ adminimize
|
991 |
-
#: inc-options/write_page_options.php:107
|
992 |
-
msgid "Date"
|
993 |
-
msgstr "Data"
|
994 |
-
|
995 |
-
#@ adminimize
|
996 |
-
#: inc-options/write_cp_options.php:130
|
997 |
-
#: inc-options/write_page_options.php:109
|
998 |
-
#: inc-options/write_post_options.php:116
|
999 |
-
msgid "Password and Private"
|
1000 |
-
msgstr "Parola şi Private"
|
1001 |
-
|
1002 |
-
#@ adminimize
|
1003 |
-
#: inc-options/write_cp_options.php:134
|
1004 |
-
#: inc-options/write_page_options.php:110
|
1005 |
-
#: inc-options/write_post_options.php:120
|
1006 |
-
msgid "Inline Edit Right"
|
1007 |
-
msgstr "Editare inline dreapta"
|
1008 |
-
|
1009 |
-
#@ adminimize
|
1010 |
-
#: inc-options/write_page_options.php:111
|
1011 |
-
msgid "Parent, Order, Template"
|
1012 |
-
msgstr "Mamă, ordine, şablon"
|
1013 |
-
|
1014 |
-
#@ adminimize
|
1015 |
-
#: inc-options/write_page_options.php:112
|
1016 |
-
msgid "Status"
|
1017 |
-
msgstr "Statutul"
|
1018 |
-
|
1019 |
-
#@ adminimize
|
1020 |
-
#: inc-options/write_cp_options.php:137
|
1021 |
-
#: inc-options/write_page_options.php:113
|
1022 |
-
#: inc-options/write_post_options.php:123
|
1023 |
-
msgid "Cancel/Save Button"
|
1024 |
-
msgstr "Butonul Revocare/salvare"
|
1025 |
-
|
1026 |
-
#@ adminimize
|
1027 |
-
#: inc-options/write_cp_options.php:131
|
1028 |
-
#: inc-options/write_post_options.php:117
|
1029 |
-
msgid "Inline Edit Center"
|
1030 |
-
msgstr "Centrul de editare inline"
|
1031 |
-
|
1032 |
-
#@ adminimize
|
1033 |
-
#: inc-options/write_cp_options.php:132
|
1034 |
-
#: inc-options/write_post_options.php:118
|
1035 |
-
msgid "Categories Title"
|
1036 |
-
msgstr "Titlul categorii"
|
1037 |
-
|
1038 |
-
#@ adminimize
|
1039 |
-
#: inc-options/write_cp_options.php:133
|
1040 |
-
#: inc-options/write_post_options.php:119
|
1041 |
-
msgid "Categories List"
|
1042 |
-
msgstr "Lista categorii"
|
1043 |
-
|
1044 |
-
#@ adminimize
|
1045 |
-
#: inc-options/write_cp_options.php:136
|
1046 |
-
#: inc-options/write_post_options.php:122
|
1047 |
-
msgid "Status, Sticky"
|
1048 |
-
msgstr "Statutul, lipicios"
|
1049 |
-
|
1050 |
-
#@ adminimize
|
1051 |
-
#: inc-options/links_options.php:100
|
1052 |
-
msgid "Your own Link options"
|
1053 |
-
msgstr "Opţiunile de link-ul"
|
1054 |
-
|
1055 |
-
#@ adminimize
|
1056 |
-
#: inc-options/minimenu.php:52
|
1057 |
-
#: inc-options/write_cp_options.php:21
|
1058 |
-
#: inc-options/write_cp_options.php:29
|
1059 |
-
msgid "Write options"
|
1060 |
-
msgstr "Scrie opţiuni"
|
1061 |
-
|
1062 |
-
#@ adminimize
|
1063 |
-
#: inc-options/wp_nav_menu_options.php:121
|
1064 |
-
msgid "Your own Nav Menu options"
|
1065 |
-
msgstr "Opţiunile de meniu Nav"
|
1066 |
-
|
1067 |
-
#@ adminimize
|
1068 |
-
#: inc-options/write_cp_options.php:201
|
1069 |
-
#, php-format
|
1070 |
-
msgid "Your own %s options"
|
1071 |
-
msgstr "Opţiunile de %s"
|
1072 |
-
|
1073 |
-
#@ adminimize
|
1074 |
-
#: inc-options/dashboard_options.php:17
|
1075 |
-
#: inc-options/minimenu.php:32
|
1076 |
-
msgid "Dashboard options"
|
1077 |
-
msgstr "Opţiuni de tabloul de bord"
|
1078 |
-
|
1079 |
-
#@ adminimize
|
1080 |
-
#: inc-options/dashboard_options.php:25
|
1081 |
-
msgid "To complete the installation for Dashboard Widgets you must visit your dashboard once and then come back to Settings > Adminimize to configure who has access to each widget."
|
1082 |
-
msgstr "Pentru a termina instalarea pentru widget-uri tabloul de bord trebuie să vizitaţi tabloul de bord o dată şi apoi reveni la setări > Adminimize pentru a configura cine are acces la fiecare widget."
|
1083 |
-
|
1084 |
-
#@ adminimize
|
1085 |
-
#: inc-options/minimenu.php:87
|
1086 |
-
msgid "Further information: Visit the <a href=\"http://wordpress.org/extend/plugins/adminimize/\">plugin homepage</a> for further information or to grab the latest version of this plugin."
|
1087 |
-
msgstr "Mai multe informaţii: Vizitaţi <a href=\"http://wordpress.org/extend/plugins/adminimize/\"> plugin pagina </a> pentru informaţii suplimentare sau pentru a apuca cea mai recentă versiune a acestui plugin."
|
1088 |
-
|
1089 |
-
#@ adminimize
|
1090 |
-
#. translators: plugin header field 'Version'
|
1091 |
-
#: adminimize.php:0
|
1092 |
-
msgid "1.7.26"
|
1093 |
-
msgstr "1.7.26"
|
1094 |
-
|
1095 |
-
#@ adminimize
|
1096 |
-
#: inc-options/settings_notice.php:17
|
1097 |
-
msgid "Attention: The settings page ignores these Menu settings and views the menu with all entries!"
|
1098 |
-
msgstr "Atenţie: Pagina Setări ignoră aceste setări de meniu şi vizualizări din meniul cu toate intrările!"
|
1099 |
-
|
1100 |
-
#@ default
|
1101 |
-
#: inc-setup/admin-bar.php:239
|
1102 |
-
msgid "Network Admin"
|
1103 |
-
msgstr "Reţea Admin"
|
1104 |
-
|
1105 |
-
#@ default
|
1106 |
-
#: inc-setup/admin-bar.php:241
|
1107 |
-
msgid "Site Admin"
|
1108 |
-
msgstr "Site-ul Admin"
|
1109 |
-
|
1 |
+
#@ adminimize
|
2 |
+
msgid ""
|
3 |
+
msgstr ""
|
4 |
+
"Project-Id-Version: \n"
|
5 |
+
"POT-Creation-Date: \n"
|
6 |
+
"PO-Revision-Date: \n"
|
7 |
+
"Last-Translator: \n"
|
8 |
+
"Language-Team: Web Geeks\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
|
13 |
+
#@ adminimize
|
14 |
+
#: adminimize.php:127
|
15 |
+
msgid "Unknown error."
|
16 |
+
msgstr "Eroare necunoscută."
|
17 |
+
|
18 |
+
#@ adminimize
|
19 |
+
#: adminimize.php:136
|
20 |
+
msgid "The updates were saved."
|
21 |
+
msgstr "S-au salvat actualizările."
|
22 |
+
|
23 |
+
#@ adminimize
|
24 |
+
#: adminimize.php:137
|
25 |
+
msgid "You have not enough rights to edit entries in the database."
|
26 |
+
msgstr "Insuficiente drepturi pentru a edita intrările în baza de date."
|
27 |
+
|
28 |
+
#@ adminimize
|
29 |
+
#: adminimize.php:139
|
30 |
+
msgid "All entries in the database were deleted."
|
31 |
+
msgstr "Au fost elimină toate intrările din baza de date."
|
32 |
+
|
33 |
+
#@ adminimize
|
34 |
+
#: adminimize.php:140
|
35 |
+
msgid "Set the checkbox on deinstall-button."
|
36 |
+
msgstr "Setaţi caseta de selectare pe butonul stingere."
|
37 |
+
|
38 |
+
#@ adminimize
|
39 |
+
#: adminimize.php:141
|
40 |
+
msgid "Can't load menu and submenu."
|
41 |
+
msgstr "Imposibil de încărcat meniului şi submeniului."
|
42 |
+
|
43 |
+
#@ adminimize
|
44 |
+
#: adminimize.php:142
|
45 |
+
msgid "Backend-Theme was activated!"
|
46 |
+
msgstr "Backend-tema a fost activat!"
|
47 |
+
|
48 |
+
#@ adminimize
|
49 |
+
#: adminimize.php:143
|
50 |
+
msgid "Load user data to themes was successful."
|
51 |
+
msgstr "Încărcare date utilizator teme a fost de succes."
|
52 |
+
|
53 |
+
#@ default
|
54 |
+
#@ adminimize
|
55 |
+
#: adminimize.php:468
|
56 |
+
#: inc-options/links_options.php:52
|
57 |
+
#: inc-options/write_cp_options.php:99
|
58 |
+
#: inc-options/write_post_options.php:87
|
59 |
+
msgid "Categories"
|
60 |
+
msgstr "Categorii"
|
61 |
+
|
62 |
+
#@ default
|
63 |
+
#: adminimize.php:474
|
64 |
+
#: adminimize.php:485
|
65 |
+
msgid "+ Add New Category"
|
66 |
+
msgstr "+ Adauga categorie nouă"
|
67 |
+
|
68 |
+
#@ default
|
69 |
+
#: adminimize.php:476
|
70 |
+
#: adminimize.php:487
|
71 |
+
msgid "New category name"
|
72 |
+
msgstr "Noul nume categorie"
|
73 |
+
|
74 |
+
#@ default
|
75 |
+
#: adminimize.php:477
|
76 |
+
#: adminimize.php:489
|
77 |
+
msgid "Parent category"
|
78 |
+
msgstr "Categoria părinte"
|
79 |
+
|
80 |
+
#@ default
|
81 |
+
#: adminimize.php:478
|
82 |
+
#: adminimize.php:490
|
83 |
+
msgid "Add"
|
84 |
+
msgstr "Adăuga"
|
85 |
+
|
86 |
+
#@ default
|
87 |
+
#@ adminimize
|
88 |
+
#: adminimize.php:487
|
89 |
+
#: inc-options/write_cp_options.php:100
|
90 |
+
#: inc-options/write_post_options.php:88
|
91 |
+
msgid "Add New Category"
|
92 |
+
msgstr "Adăugaţi noua categorie"
|
93 |
+
|
94 |
+
#@ adminimize
|
95 |
+
#@ default
|
96 |
+
#: inc-options/write_cp_options.php:97
|
97 |
+
#: inc-options/write_cp_options.php:135
|
98 |
+
#: inc-options/write_post_options.php:85
|
99 |
+
#: inc-options/write_post_options.php:121
|
100 |
+
msgid "Tags"
|
101 |
+
msgstr "Tag-uri"
|
102 |
+
|
103 |
+
#@ default
|
104 |
+
#: adminimize.php:572
|
105 |
+
#: adminimize.php:575
|
106 |
+
msgid "Dashboard"
|
107 |
+
msgstr "Tabloul de bord"
|
108 |
+
|
109 |
+
#@ default
|
110 |
+
#: adminimize.php:636
|
111 |
+
#: adminimize.php:638
|
112 |
+
#: adminimize.php:659
|
113 |
+
#: adminimize.php:661
|
114 |
+
#: adminimize.php:1034
|
115 |
+
#: inc-setup/admin-bar.php:57
|
116 |
+
#: inc-setup/admin-bar.php:81
|
117 |
+
#: inc-setup/admin-bar.php:250
|
118 |
+
msgid "Log Out"
|
119 |
+
msgstr "Conectaţi-vă"
|
120 |
+
|
121 |
+
#@ adminimize
|
122 |
+
#: inc-options/minimenu.php:85
|
123 |
+
msgid "Version"
|
124 |
+
msgstr "Versiunea"
|
125 |
+
|
126 |
+
#@ default
|
127 |
+
#: inc-options/write_cp_options.php:129
|
128 |
+
#: inc-options/write_page_options.php:108
|
129 |
+
#: inc-options/write_post_options.php:115
|
130 |
+
msgid "Author"
|
131 |
+
msgstr "Autor"
|
132 |
+
|
133 |
+
#@ default
|
134 |
+
#: adminimize.php:1067
|
135 |
+
msgid "Settings"
|
136 |
+
msgstr "Setări"
|
137 |
+
|
138 |
+
#@ adminimize
|
139 |
+
#. translators: plugin header field 'Name'
|
140 |
+
#: adminimize.php:0
|
141 |
+
#: adminimize.php:1086
|
142 |
+
#: inc-options/minimenu.php:14
|
143 |
+
msgid "Adminimize"
|
144 |
+
msgstr "Adminimize"
|
145 |
+
|
146 |
+
#@ adminimize
|
147 |
+
#: adminimize.php:1085
|
148 |
+
msgid "Adminimize Options"
|
149 |
+
msgstr "Opţiuni Adminimize"
|
150 |
+
|
151 |
+
#@ default
|
152 |
+
#: adminimize.php:1111
|
153 |
+
msgid "Cheatin’ uh?"
|
154 |
+
msgstr "Cheatin's uh?"
|
155 |
+
|
156 |
+
#@ default
|
157 |
+
#: inc-options/backend_options.php:15
|
158 |
+
#: inc-options/dashboard_options.php:16
|
159 |
+
#: inc-options/deinstall_options.php:14
|
160 |
+
#: inc-options/global_options.php:15
|
161 |
+
#: inc-options/im_export_options.php:14
|
162 |
+
#: inc-options/links_options.php:15
|
163 |
+
#: inc-options/menu_options.php:15
|
164 |
+
#: inc-options/minimenu.php:18
|
165 |
+
#: inc-options/minimenu.php:82
|
166 |
+
#: inc-options/theme_options.php:14
|
167 |
+
#: inc-options/wp_nav_menu_options.php:14
|
168 |
+
#: inc-options/write_cp_options.php:19
|
169 |
+
#: inc-options/write_page_options.php:14
|
170 |
+
#: inc-options/write_post_options.php:15
|
171 |
+
msgid "Click to toggle"
|
172 |
+
msgstr "Faceţi clic pentru a comuta"
|
173 |
+
|
174 |
+
#@ adminimize
|
175 |
+
#: inc-options/backend_options.php:16
|
176 |
+
#: inc-options/minimenu.php:26
|
177 |
+
msgid "Backend Options"
|
178 |
+
msgstr "Opţiuni de backend"
|
179 |
+
|
180 |
+
#@ adminimize
|
181 |
+
#: inc-options/backend_options.php:37
|
182 |
+
msgid "User-Info"
|
183 |
+
msgstr "Utilizator-Info"
|
184 |
+
|
185 |
+
#@ adminimize
|
186 |
+
#: inc-options/backend_options.php:30
|
187 |
+
#: inc-options/backend_options.php:41
|
188 |
+
#: inc-options/backend_options.php:54
|
189 |
+
#: inc-options/backend_options.php:64
|
190 |
+
#: inc-options/backend_options.php:74
|
191 |
+
#: inc-options/backend_options.php:84
|
192 |
+
#: inc-options/backend_options.php:94
|
193 |
+
#: inc-options/backend_options.php:104
|
194 |
+
#: inc-options/backend_options.php:114
|
195 |
+
#: inc-options/backend_options.php:124
|
196 |
+
#: inc-options/backend_options.php:153
|
197 |
+
msgid "Default"
|
198 |
+
msgstr "Implicit"
|
199 |
+
|
200 |
+
#@ adminimize
|
201 |
+
#: inc-options/backend_options.php:42
|
202 |
+
#: inc-options/backend_options.php:65
|
203 |
+
#: inc-options/backend_options.php:75
|
204 |
+
msgid "Hide"
|
205 |
+
msgstr "Ascunde"
|
206 |
+
|
207 |
+
#@ adminimize
|
208 |
+
#: inc-options/backend_options.php:43
|
209 |
+
msgid "Only logout"
|
210 |
+
msgstr "Numai logout"
|
211 |
+
|
212 |
+
#@ adminimize
|
213 |
+
#: inc-options/backend_options.php:44
|
214 |
+
msgid "User & Logout"
|
215 |
+
msgstr "Utilizator & Logout"
|
216 |
+
|
217 |
+
#@ adminimize
|
218 |
+
#: inc-options/backend_options.php:50
|
219 |
+
msgid "Change User-Info, redirect to"
|
220 |
+
msgstr "Schimbare utilizator-Info, redirect la"
|
221 |
+
|
222 |
+
#@ adminimize
|
223 |
+
#: inc-options/backend_options.php:55
|
224 |
+
msgid "Frontpage of the Blog"
|
225 |
+
msgstr "FrontPage blog-ul"
|
226 |
+
|
227 |
+
#@ adminimize
|
228 |
+
#: inc-options/backend_options.php:56
|
229 |
+
msgid "When the \"User-Info-area\" change it, then it is possible to change the redirect."
|
230 |
+
msgstr "Atunci când \"Utilizator-Info-zona\" schimba, atunci este posibil să modificaţi redirecţionare."
|
231 |
+
|
232 |
+
#@ adminimize
|
233 |
+
#: inc-options/backend_options.php:60
|
234 |
+
msgid "Footer"
|
235 |
+
msgstr "Subsol"
|
236 |
+
|
237 |
+
#@ adminimize
|
238 |
+
#: inc-options/backend_options.php:66
|
239 |
+
msgid "The Footer-area can hide, include all links and details."
|
240 |
+
msgstr "Zona de subsol pot ascunde, includ toate link-uri şi detalii."
|
241 |
+
|
242 |
+
#@ adminimize
|
243 |
+
#: inc-options/backend_options.php:31
|
244 |
+
#: inc-options/backend_options.php:85
|
245 |
+
#: inc-options/backend_options.php:95
|
246 |
+
#: inc-options/backend_options.php:105
|
247 |
+
#: inc-options/backend_options.php:115
|
248 |
+
#: inc-options/backend_options.php:125
|
249 |
+
msgid "Activate"
|
250 |
+
msgstr "Activa"
|
251 |
+
|
252 |
+
#@ adminimize
|
253 |
+
#: inc-options/backend_options.php:80
|
254 |
+
msgid "Timestamp"
|
255 |
+
msgstr "Timestamp"
|
256 |
+
|
257 |
+
#@ adminimize
|
258 |
+
#: inc-options/backend_options.php:86
|
259 |
+
msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
|
260 |
+
msgstr " link-ul de fiecare dată."
|
261 |
+
|
262 |
+
#@ adminimize
|
263 |
+
#: inc-options/backend_options.php:90
|
264 |
+
msgid "Thickbox FullScreen"
|
265 |
+
msgstr "Thickbox FullScreen"
|
266 |
+
|
267 |
+
#@ adminimize
|
268 |
+
#: inc-options/backend_options.php:100
|
269 |
+
msgid "Flashuploader"
|
270 |
+
msgstr "Flashuploader"
|
271 |
+
|
272 |
+
#@ adminimize
|
273 |
+
#: inc-options/backend_options.php:106
|
274 |
+
msgid "Disable the flashuploader and users use only the standard uploader."
|
275 |
+
msgstr "Dezactivaţi flashuploader şi utilizatorii utiliza numai uploader standard."
|
276 |
+
|
277 |
+
#@ adminimize
|
278 |
+
#: inc-options/backend_options.php:120
|
279 |
+
msgid "Advice in Footer"
|
280 |
+
msgstr "Consiliere în subsol"
|
281 |
+
|
282 |
+
#@ adminimize
|
283 |
+
#: inc-options/backend_options.php:154
|
284 |
+
msgid "Manage Posts"
|
285 |
+
msgstr "Gestionarea posturilor"
|
286 |
+
|
287 |
+
#@ adminimize
|
288 |
+
#: inc-options/backend_options.php:155
|
289 |
+
msgid "Manage Pages"
|
290 |
+
msgstr "Gestionaţi pagini"
|
291 |
+
|
292 |
+
#@ adminimize
|
293 |
+
#: inc-options/backend_options.php:156
|
294 |
+
msgid "Write Post"
|
295 |
+
msgstr "Scrie Post"
|
296 |
+
|
297 |
+
#@ adminimize
|
298 |
+
#: inc-options/backend_options.php:157
|
299 |
+
msgid "Write Page"
|
300 |
+
msgstr "Scrie pagină"
|
301 |
+
|
302 |
+
#@ adminimize
|
303 |
+
#: inc-options/backend_options.php:158
|
304 |
+
#: inc-options/write_post_options.php:92
|
305 |
+
msgid "Comments"
|
306 |
+
msgstr "Comentarii"
|
307 |
+
|
308 |
+
#@ adminimize
|
309 |
+
#: inc-options/backend_options.php:159
|
310 |
+
msgid "other Page"
|
311 |
+
msgstr "alte pagini"
|
312 |
+
|
313 |
+
#@ adminimize
|
314 |
+
#: inc-options/backend_options.php:171
|
315 |
+
#: inc-options/dashboard_options.php:122
|
316 |
+
#: inc-options/global_options.php:122
|
317 |
+
#: inc-options/links_options.php:126
|
318 |
+
#: inc-options/menu_options.php:155
|
319 |
+
#: inc-options/wp_nav_menu_options.php:147
|
320 |
+
#: inc-options/write_cp_options.php:239
|
321 |
+
#: inc-options/write_page_options.php:187
|
322 |
+
#: inc-options/write_post_options.php:197
|
323 |
+
msgid "Update Options"
|
324 |
+
msgstr "Opţiuni de actualizare"
|
325 |
+
|
326 |
+
#@ adminimize
|
327 |
+
#: inc-options/global_options.php:16
|
328 |
+
#: inc-options/minimenu.php:29
|
329 |
+
msgid "Global options"
|
330 |
+
msgstr "Opţiuni globale"
|
331 |
+
|
332 |
+
#@ adminimize
|
333 |
+
#: inc-options/dashboard_options.php:33
|
334 |
+
#: inc-options/dashboard_options.php:97
|
335 |
+
#: inc-options/global_options.php:23
|
336 |
+
#: inc-options/global_options.php:97
|
337 |
+
#: inc-options/links_options.php:23
|
338 |
+
#: inc-options/links_options.php:101
|
339 |
+
#: inc-options/wp_nav_menu_options.php:22
|
340 |
+
#: inc-options/wp_nav_menu_options.php:122
|
341 |
+
#: inc-options/write_cp_options.php:204
|
342 |
+
#: inc-options/write_page_options.php:162
|
343 |
+
#: inc-options/write_post_options.php:172
|
344 |
+
msgid "Option"
|
345 |
+
msgstr "Opţiunea"
|
346 |
+
|
347 |
+
#@ adminimize
|
348 |
+
#: inc-options/dashboard_options.php:36
|
349 |
+
#: inc-options/global_options.php:26
|
350 |
+
#: inc-options/links_options.php:26
|
351 |
+
#: inc-options/menu_options.php:26
|
352 |
+
#: inc-options/wp_nav_menu_options.php:25
|
353 |
+
#: inc-options/write_cp_options.php:32
|
354 |
+
#: inc-options/write_page_options.php:25
|
355 |
+
#: inc-options/write_post_options.php:26
|
356 |
+
msgid "Deactivate for"
|
357 |
+
msgstr "Dezactiva pentru"
|
358 |
+
|
359 |
+
#@ adminimize
|
360 |
+
#: inc-options/global_options.php:48
|
361 |
+
msgid "Favorite Actions"
|
362 |
+
msgstr "Acţiuni preferat"
|
363 |
+
|
364 |
+
#@ adminimize
|
365 |
+
#: inc-options/global_options.php:49
|
366 |
+
msgid "Screen-Meta"
|
367 |
+
msgstr "Ecran-Meta"
|
368 |
+
|
369 |
+
#@ adminimize
|
370 |
+
#@ default
|
371 |
+
#: inc-options/global_options.php:50
|
372 |
+
#: inc-options/wp_nav_menu_options.php:49
|
373 |
+
#: inc-options/write_cp_options.php:95
|
374 |
+
#: inc-options/write_page_options.php:77
|
375 |
+
#: inc-options/write_post_options.php:82
|
376 |
+
msgid "Screen Options"
|
377 |
+
msgstr "Opţiunile de ecran"
|
378 |
+
|
379 |
+
#@ adminimize
|
380 |
+
#: inc-options/global_options.php:51
|
381 |
+
msgid "Contextual Help"
|
382 |
+
msgstr "Ajutor contextual"
|
383 |
+
|
384 |
+
#@ adminimize
|
385 |
+
#: inc-options/global_options.php:52
|
386 |
+
msgid "Admin Color Scheme"
|
387 |
+
msgstr "Schema de culori admin"
|
388 |
+
|
389 |
+
#@ adminimize
|
390 |
+
#: inc-options/dashboard_options.php:96
|
391 |
+
#: inc-options/global_options.php:96
|
392 |
+
msgid "Your own options"
|
393 |
+
msgstr "Opţiunile proprii"
|
394 |
+
|
395 |
+
#@ adminimize
|
396 |
+
#: inc-options/dashboard_options.php:96
|
397 |
+
#: inc-options/global_options.php:96
|
398 |
+
#: inc-options/links_options.php:100
|
399 |
+
#: inc-options/wp_nav_menu_options.php:121
|
400 |
+
#: inc-options/write_cp_options.php:202
|
401 |
+
#: inc-options/write_page_options.php:161
|
402 |
+
#: inc-options/write_post_options.php:171
|
403 |
+
msgid "ID or class"
|
404 |
+
msgstr "ID-ul sau clasa"
|
405 |
+
|
406 |
+
#@ adminimize
|
407 |
+
#: inc-options/dashboard_options.php:103
|
408 |
+
#: inc-options/global_options.php:103
|
409 |
+
#: inc-options/links_options.php:107
|
410 |
+
#: inc-options/wp_nav_menu_options.php:128
|
411 |
+
#: inc-options/write_cp_options.php:211
|
412 |
+
#: inc-options/write_page_options.php:168
|
413 |
+
#: inc-options/write_post_options.php:178
|
414 |
+
msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
|
415 |
+
msgstr "Este posibil să adăugaţi propriul ID-uri sau clase de la elemente şi Tag-uri. Puteţi găsi ID-uri şi clasele cu FireBug Add-on pentru Firefox. Asociaţi o valoare şi numele asociat pe linie."
|
416 |
+
|
417 |
+
#@ adminimize
|
418 |
+
#: inc-options/dashboard_options.php:109
|
419 |
+
#: inc-options/global_options.php:109
|
420 |
+
#: inc-options/links_options.php:113
|
421 |
+
#: inc-options/wp_nav_menu_options.php:134
|
422 |
+
#: inc-options/write_cp_options.php:221
|
423 |
+
#: inc-options/write_page_options.php:174
|
424 |
+
#: inc-options/write_post_options.php:184
|
425 |
+
msgid "Possible nomination for ID or class. Separate multiple nominations through a carriage return."
|
426 |
+
msgstr "Nominalizarea posibil pentru ID-ul sau clasa. Separaţi mai multe nominalizări printr-un retur de car."
|
427 |
+
|
428 |
+
#@ adminimize
|
429 |
+
#: inc-options/dashboard_options.php:114
|
430 |
+
#: inc-options/global_options.php:114
|
431 |
+
#: inc-options/links_options.php:118
|
432 |
+
#: inc-options/wp_nav_menu_options.php:139
|
433 |
+
#: inc-options/write_cp_options.php:229
|
434 |
+
#: inc-options/write_page_options.php:179
|
435 |
+
#: inc-options/write_post_options.php:189
|
436 |
+
msgid "Possible IDs or classes. Separate multiple values through a carriage return."
|
437 |
+
msgstr "ID-uri posibil sau clase. Separa valori multiple prin un retur de car."
|
438 |
+
|
439 |
+
#@ adminimize
|
440 |
+
#: inc-options/menu_options.php:16
|
441 |
+
#: inc-options/minimenu.php:35
|
442 |
+
msgid "Menu Options"
|
443 |
+
msgstr "Meniul Opţiuni"
|
444 |
+
|
445 |
+
#@ adminimize
|
446 |
+
#: inc-options/menu_options.php:23
|
447 |
+
msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
|
448 |
+
msgstr "Opţiunile de meniu - Meniu, <span style=\\\"font-weight: 400;\\\"> Submeniu </ span>"
|
449 |
+
|
450 |
+
#@ adminimize
|
451 |
+
#@ default
|
452 |
+
#: inc-options/wp_nav_menu_options.php:48
|
453 |
+
#: inc-options/write_cp_options.php:94
|
454 |
+
#: inc-options/write_page_options.php:76
|
455 |
+
#: inc-options/write_post_options.php:81
|
456 |
+
msgid "Help"
|
457 |
+
msgstr "ajutor"
|
458 |
+
|
459 |
+
#@ adminimize
|
460 |
+
#: inc-options/write_cp_options.php:96
|
461 |
+
#: inc-options/write_page_options.php:79
|
462 |
+
#: inc-options/write_post_options.php:84
|
463 |
+
msgid "Permalink"
|
464 |
+
msgstr "Permalink"
|
465 |
+
|
466 |
+
#@ adminimize
|
467 |
+
#: inc-options/write_post_options.php:89
|
468 |
+
msgid "Excerpt"
|
469 |
+
msgstr "Fragment"
|
470 |
+
|
471 |
+
#@ adminimize
|
472 |
+
#: inc-options/write_post_options.php:90
|
473 |
+
msgid "Trackbacks"
|
474 |
+
msgstr "Urmăritori"
|
475 |
+
|
476 |
+
#@ default
|
477 |
+
#: inc-options/write_page_options.php:80
|
478 |
+
#: inc-options/write_post_options.php:91
|
479 |
+
msgid "Custom Fields"
|
480 |
+
msgstr "Câmpuri particularizate"
|
481 |
+
|
482 |
+
#@ adminimize
|
483 |
+
#: inc-options/write_cp_options.php:101
|
484 |
+
#: inc-options/write_post_options.php:93
|
485 |
+
msgid "Password Protect This Post"
|
486 |
+
msgstr "Password a proteja acest Post"
|
487 |
+
|
488 |
+
#@ default
|
489 |
+
#: inc-options/write_post_options.php:94
|
490 |
+
msgid "Post Author"
|
491 |
+
msgstr "Autor de post"
|
492 |
+
|
493 |
+
#@ default
|
494 |
+
#: inc-options/write_post_options.php:95
|
495 |
+
msgid "Post Revisions"
|
496 |
+
msgstr "Revizii post"
|
497 |
+
|
498 |
+
#@ adminimize
|
499 |
+
#: inc-options/write_cp_options.php:102
|
500 |
+
#: inc-options/write_post_options.php:96
|
501 |
+
msgid "Related, Shortcuts"
|
502 |
+
msgstr "Legate, comenzi rapide"
|
503 |
+
|
504 |
+
#@ adminimize
|
505 |
+
#: inc-options/write_cp_options.php:104
|
506 |
+
#: inc-options/write_page_options.php:90
|
507 |
+
#: inc-options/write_post_options.php:98
|
508 |
+
msgid "h2: Advanced Options"
|
509 |
+
msgstr "H2: opţiuni avansate"
|
510 |
+
|
511 |
+
#@ adminimize
|
512 |
+
#: inc-options/write_cp_options.php:105
|
513 |
+
#: inc-options/write_page_options.php:91
|
514 |
+
#: inc-options/write_post_options.php:99
|
515 |
+
msgid "Media Buttons (all)"
|
516 |
+
msgstr "Butoane media (toate)"
|
517 |
+
|
518 |
+
#@ adminimize
|
519 |
+
#: inc-options/write_cp_options.php:106
|
520 |
+
#: inc-options/write_page_options.php:92
|
521 |
+
#: inc-options/write_post_options.php:100
|
522 |
+
msgid "Word count"
|
523 |
+
msgstr "Word count"
|
524 |
+
|
525 |
+
#@ adminimize
|
526 |
+
#: inc-options/write_cp_options.php:107
|
527 |
+
#: inc-options/write_post_options.php:101
|
528 |
+
msgid "Post Slug"
|
529 |
+
msgstr "Post Slug"
|
530 |
+
|
531 |
+
#@ adminimize
|
532 |
+
#: inc-options/links_options.php:56
|
533 |
+
#: inc-options/write_cp_options.php:108
|
534 |
+
#: inc-options/write_page_options.php:94
|
535 |
+
#: inc-options/write_post_options.php:102
|
536 |
+
msgid "Publish Actions"
|
537 |
+
msgstr "Publică acţiunile"
|
538 |
+
|
539 |
+
#@ default
|
540 |
+
#@ adminimize
|
541 |
+
#: inc-options/write_cp_options.php:109
|
542 |
+
#: inc-options/write_page_options.php:95
|
543 |
+
#: inc-options/write_post_options.php:103
|
544 |
+
msgid "Discussion"
|
545 |
+
msgstr "Discuţie"
|
546 |
+
|
547 |
+
#@ adminimize
|
548 |
+
#: inc-options/write_cp_options.php:120
|
549 |
+
#: inc-options/write_post_options.php:108
|
550 |
+
msgid "Post Thumbnail"
|
551 |
+
msgstr "Miniaturi post"
|
552 |
+
|
553 |
+
#@ adminimize
|
554 |
+
#: inc-options/write_page_options.php:81
|
555 |
+
msgid "Comments & Pings"
|
556 |
+
msgstr "Comentarii & Ping-uri"
|
557 |
+
|
558 |
+
#@ adminimize
|
559 |
+
#: inc-options/write_page_options.php:82
|
560 |
+
msgid "Password Protect This Page"
|
561 |
+
msgstr "Password a proteja această pagină"
|
562 |
+
|
563 |
+
#@ adminimize
|
564 |
+
#: inc-options/write_page_options.php:83
|
565 |
+
msgid "Attributes"
|
566 |
+
msgstr "Atribute"
|
567 |
+
|
568 |
+
#@ adminimize
|
569 |
+
#: inc-options/write_page_options.php:84
|
570 |
+
msgid "Page Template"
|
571 |
+
msgstr "Şablon de pagină"
|
572 |
+
|
573 |
+
#@ adminimize
|
574 |
+
#: inc-options/write_page_options.php:85
|
575 |
+
msgid "Page Order"
|
576 |
+
msgstr "Ordinea paginilor"
|
577 |
+
|
578 |
+
#@ default
|
579 |
+
#: inc-options/write_page_options.php:86
|
580 |
+
msgid "Page Author"
|
581 |
+
msgstr "Pagina autorului"
|
582 |
+
|
583 |
+
#@ default
|
584 |
+
#: inc-options/write_page_options.php:87
|
585 |
+
msgid "Page Revisions"
|
586 |
+
msgstr "Pagina revizuiri"
|
587 |
+
|
588 |
+
#@ adminimize
|
589 |
+
#: inc-options/write_page_options.php:88
|
590 |
+
msgid "Related"
|
591 |
+
msgstr "Legate de"
|
592 |
+
|
593 |
+
#@ adminimize
|
594 |
+
#: inc-options/write_page_options.php:93
|
595 |
+
msgid "Page Slug"
|
596 |
+
msgstr "Pagina Slug"
|
597 |
+
|
598 |
+
#@ adminimize
|
599 |
+
#: inc-options/write_page_options.php:100
|
600 |
+
msgid "Page Image"
|
601 |
+
msgstr "Imagine de pagină"
|
602 |
+
|
603 |
+
#@ adminimize
|
604 |
+
#: inc-options/menu_options.php:67
|
605 |
+
#: inc-options/menu_options.php:119
|
606 |
+
msgid "After activate the check box it heavy attitudes will change."
|
607 |
+
msgstr "După ce activaţi caseta de selectare a va schimba atitudinile grele."
|
608 |
+
|
609 |
+
#@ default
|
610 |
+
#: inc-options/menu_options.php:102
|
611 |
+
msgid "Profile"
|
612 |
+
msgstr "Profil"
|
613 |
+
|
614 |
+
#@ adminimize
|
615 |
+
#: inc-options/minimenu.php:38
|
616 |
+
#: inc-options/write_post_options.php:16
|
617 |
+
#: inc-options/write_post_options.php:23
|
618 |
+
msgid "Write options - Post"
|
619 |
+
msgstr "Scrie opţiuni - Post"
|
620 |
+
|
621 |
+
#@ adminimize
|
622 |
+
#: inc-options/write_post_options.php:171
|
623 |
+
msgid "Your own post options"
|
624 |
+
msgstr "Opţiunile de post"
|
625 |
+
|
626 |
+
#@ adminimize
|
627 |
+
#: inc-options/minimenu.php:41
|
628 |
+
#: inc-options/write_page_options.php:15
|
629 |
+
#: inc-options/write_page_options.php:22
|
630 |
+
msgid "Write options - Page"
|
631 |
+
msgstr "Scrie opţiuni - pagina"
|
632 |
+
|
633 |
+
#@ adminimize
|
634 |
+
#: inc-options/write_page_options.php:161
|
635 |
+
msgid "Your own page options"
|
636 |
+
msgstr "Opţiunile de pagină"
|
637 |
+
|
638 |
+
#@ adminimize
|
639 |
+
#: inc-options/links_options.php:16
|
640 |
+
#: inc-options/minimenu.php:61
|
641 |
+
msgid "Links options"
|
642 |
+
msgstr "Opţiuni de link-uri"
|
643 |
+
|
644 |
+
#@ default
|
645 |
+
#: inc-options/links_options.php:49
|
646 |
+
msgid "Name"
|
647 |
+
msgstr "nume"
|
648 |
+
|
649 |
+
#@ default
|
650 |
+
#: inc-options/links_options.php:50
|
651 |
+
msgid "Web Address"
|
652 |
+
msgstr "Adresa Web"
|
653 |
+
|
654 |
+
#@ default
|
655 |
+
#: inc-options/links_options.php:51
|
656 |
+
msgid "Description"
|
657 |
+
msgstr "Descriere"
|
658 |
+
|
659 |
+
#@ default
|
660 |
+
#: inc-options/links_options.php:53
|
661 |
+
msgid "Target"
|
662 |
+
msgstr "Ţintă"
|
663 |
+
|
664 |
+
#@ default
|
665 |
+
#: inc-options/links_options.php:54
|
666 |
+
msgid "Link Relationship (XFN)"
|
667 |
+
msgstr "Relaţie de link-ul (XFN)"
|
668 |
+
|
669 |
+
#@ default
|
670 |
+
#: inc-options/links_options.php:55
|
671 |
+
msgid "Advanced"
|
672 |
+
msgstr "Avansate"
|
673 |
+
|
674 |
+
#@ adminimize
|
675 |
+
#: inc-options/minimenu.php:67
|
676 |
+
#: inc-options/theme_options.php:15
|
677 |
+
#: inc-options/theme_options.php:100
|
678 |
+
msgid "Set Theme"
|
679 |
+
msgstr "Tema set"
|
680 |
+
|
681 |
+
#@ adminimize
|
682 |
+
#: inc-options/theme_options.php:22
|
683 |
+
msgid "For better peformance with many users on your blog; load only userlist, when you will change the theme options for users."
|
684 |
+
msgstr "Pentru peformance mai bine cu mai mulţi utilizatori pe blog-ul; încărcare numai useri, atunci când se va modifica opţiuni de temă pentru utilizatori."
|
685 |
+
|
686 |
+
#@ adminimize
|
687 |
+
#: inc-options/theme_options.php:25
|
688 |
+
msgid "Load User Data"
|
689 |
+
msgstr "Încărcare date utilizator"
|
690 |
+
|
691 |
+
#@ default
|
692 |
+
#: inc-options/theme_options.php:36
|
693 |
+
msgid "User-ID"
|
694 |
+
msgstr "ID utilizator"
|
695 |
+
|
696 |
+
#@ default
|
697 |
+
#: inc-options/theme_options.php:37
|
698 |
+
msgid "Username"
|
699 |
+
msgstr "Numele de utilizator"
|
700 |
+
|
701 |
+
#@ default
|
702 |
+
#: inc-options/theme_options.php:38
|
703 |
+
msgid "Display name publicly as"
|
704 |
+
msgstr "Afişare nume public ca"
|
705 |
+
|
706 |
+
#@ default
|
707 |
+
#: inc-options/theme_options.php:39
|
708 |
+
msgid "Admin-Color Scheme"
|
709 |
+
msgstr "Schema de culori admin"
|
710 |
+
|
711 |
+
#@ default
|
712 |
+
#: inc-options/theme_options.php:40
|
713 |
+
msgid "User Level"
|
714 |
+
msgstr "La nivel de utilizator"
|
715 |
+
|
716 |
+
#@ default
|
717 |
+
#: inc-options/theme_options.php:41
|
718 |
+
msgid "Role"
|
719 |
+
msgstr "Rol"
|
720 |
+
|
721 |
+
#@ adminimize
|
722 |
+
#: inc-options/deinstall_options.php:15
|
723 |
+
#: inc-options/minimenu.php:73
|
724 |
+
msgid "Deinstall Options"
|
725 |
+
msgstr "Stingere opţiuni"
|
726 |
+
|
727 |
+
#@ adminimize
|
728 |
+
#: inc-options/deinstall_options.php:18
|
729 |
+
msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
|
730 |
+
msgstr "Utilizaţi această opţiune pentru curat bazei de date din toate intrările din acest plug-in. Când vă dezactiva plugin-ul, deinstall de plugin-ul <strong>curat nu</strong> toate intrările din baza de date."
|
731 |
+
|
732 |
+
#@ adminimize
|
733 |
+
#: inc-options/deinstall_options.php:22
|
734 |
+
msgid "Delete Options"
|
735 |
+
msgstr "Ştergeţi opţiuni"
|
736 |
+
|
737 |
+
#@ adminimize
|
738 |
+
#: inc-options/minimenu.php:23
|
739 |
+
#: inc-options/minimenu.php:83
|
740 |
+
msgid "About the plugin"
|
741 |
+
msgstr "Despre plugin-ul"
|
742 |
+
|
743 |
+
#@ adminimize
|
744 |
+
#: inc-options/minimenu.php:94
|
745 |
+
msgid "PayPal - The safer, easier way to pay online!"
|
746 |
+
msgstr "PayPal - mod mai sigur, mai uşor de a plăti online!"
|
747 |
+
|
748 |
+
#@ adminimize
|
749 |
+
#: inc-options/minimenu.php:89
|
750 |
+
msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
|
751 |
+
msgstr "Vrei să-mi mulţumeşti? Vizitaţi <a href=\"http://bueltge.de/wunschliste/\"> preferat </a> sau dona."
|
752 |
+
|
753 |
+
#@ adminimize
|
754 |
+
#: adminimize.php:138
|
755 |
+
msgid "All entries in the database were imported."
|
756 |
+
msgstr "Toate intrările din baza de date au fost importate."
|
757 |
+
|
758 |
+
#@ adminimize
|
759 |
+
#: inc-options/im_export_options.php:15
|
760 |
+
#: inc-options/minimenu.php:70
|
761 |
+
msgid "Export/Import Options"
|
762 |
+
msgstr "Export/Import opţiuni"
|
763 |
+
|
764 |
+
#@ adminimize
|
765 |
+
#: inc-options/im_export_options.php:19
|
766 |
+
msgid "Export"
|
767 |
+
msgstr "Export"
|
768 |
+
|
769 |
+
#@ adminimize
|
770 |
+
#: inc-options/im_export_options.php:24
|
771 |
+
msgid "Export »"
|
772 |
+
msgstr "Export»"
|
773 |
+
|
774 |
+
#@ adminimize
|
775 |
+
#: inc-options/im_export_options.php:28
|
776 |
+
msgid "Import"
|
777 |
+
msgstr "Import"
|
778 |
+
|
779 |
+
#@ adminimize
|
780 |
+
#: inc-options/im_export_options.php:33
|
781 |
+
msgid "Choose a file from your computer"
|
782 |
+
msgstr "Selectaţi un fişier de pe computer"
|
783 |
+
|
784 |
+
#@ adminimize
|
785 |
+
#: inc-options/im_export_options.php:38
|
786 |
+
msgid "Upload file and import »"
|
787 |
+
msgstr "Fişier încărcat şi import»"
|
788 |
+
|
789 |
+
#@ adminimize
|
790 |
+
#: inc-options/minimenu.php:19
|
791 |
+
msgid "MiniMenu"
|
792 |
+
msgstr "MiniMenu"
|
793 |
+
|
794 |
+
#@ adminimize
|
795 |
+
#: inc-options/backend_options.php:173
|
796 |
+
#: inc-options/dashboard_options.php:127
|
797 |
+
#: inc-options/deinstall_options.php:27
|
798 |
+
#: inc-options/global_options.php:124
|
799 |
+
#: inc-options/im_export_options.php:41
|
800 |
+
#: inc-options/links_options.php:129
|
801 |
+
#: inc-options/menu_options.php:157
|
802 |
+
#: inc-options/minimenu.php:99
|
803 |
+
#: inc-options/theme_options.php:105
|
804 |
+
#: inc-options/wp_nav_menu_options.php:149
|
805 |
+
#: inc-options/write_cp_options.php:244
|
806 |
+
#: inc-options/write_page_options.php:189
|
807 |
+
#: inc-options/write_post_options.php:199
|
808 |
+
msgid "scroll to top"
|
809 |
+
msgstr "defila în sus"
|
810 |
+
|
811 |
+
#@ adminimize
|
812 |
+
#: inc-options/im_export_options.php:21
|
813 |
+
msgid "You can save a .seq file with your options."
|
814 |
+
msgstr "Puteţi salva un fişier .seq cu opţiunile dumneavoastră."
|
815 |
+
|
816 |
+
#@ adminimize
|
817 |
+
#: inc-options/im_export_options.php:31
|
818 |
+
msgid "Choose a Adminimize (<em>.seq</em>) file to upload, then click <em>Upload file and import</em>."
|
819 |
+
msgstr "Selectaţi un fişier de Adminimize (<em>.seq</em>) pentru a încărca, apoi faceţi clic pe <em>încărcare fişier şi de import</em>."
|
820 |
+
|
821 |
+
#@ adminimize
|
822 |
+
#: inc-options/backend_options.php:110
|
823 |
+
msgid "Category Height"
|
824 |
+
msgstr "Categoria înălţime"
|
825 |
+
|
826 |
+
#@ adminimize
|
827 |
+
#: inc-options/backend_options.php:116
|
828 |
+
msgid "View the Meta Box with Categories in the full height, no scrollbar or whitespace."
|
829 |
+
msgstr "Vizualizaţi caseta de Meta cu categorii în înălţime completă, nici o bară de defilare sau spaţiu."
|
830 |
+
|
831 |
+
#@ adminimize
|
832 |
+
#: inc-options/backend_options.php:127
|
833 |
+
msgid "In the Footer you can display an advice for changing the Default-design, (x)HTML is possible."
|
834 |
+
msgstr "În notele de subsol se poate afişa un sfat pentru schimbarea implicit-design, (x) HTML este posibil."
|
835 |
+
|
836 |
+
#@ adminimize
|
837 |
+
#: inc-options/backend_options.php:149
|
838 |
+
msgid "Dashboard deactivate, redirect to"
|
839 |
+
msgstr "Tabloul de bord dezactiva, redirecţiona"
|
840 |
+
|
841 |
+
#@ default
|
842 |
+
#@ adminimize
|
843 |
+
#: inc-options/write_cp_options.php:110
|
844 |
+
#: inc-options/write_page_options.php:96
|
845 |
+
#: inc-options/write_post_options.php:104
|
846 |
+
msgid "HTML Editor Button"
|
847 |
+
msgstr "Butonul HTML Editor"
|
848 |
+
|
849 |
+
#@ adminimize
|
850 |
+
#: inc-options/backend_options.php:96
|
851 |
+
msgid "All Thickbox-function use the full area of the browser. Thickbox is for example in upload media-files."
|
852 |
+
msgstr "Toate Thickbox-funcţia utilizaţi zona completă a browser-ului. Thickbox este, de exemplu, în mass-media-fişierele de încărcare."
|
853 |
+
|
854 |
+
#@ adminimize
|
855 |
+
#. translators: plugin header field 'PluginURI'
|
856 |
+
#: adminimize.php:0
|
857 |
+
msgid "http://bueltge.de/wordpress-admin-theme-adminimize/674/"
|
858 |
+
msgstr "http://bueltge.de/WordPress-admin-Theme-adminimize/674/"
|
859 |
+
|
860 |
+
#@ adminimize
|
861 |
+
#. translators: plugin header field 'Description'
|
862 |
+
#: adminimize.php:0
|
863 |
+
msgid "Visually compresses the administratrive meta-boxes so that more admin page content can be initially seen. The plugin that lets you hide 'unnecessary' items from the WordPress administration menu, for alle roles of your install. You can also hide post meta controls on the edit-area to simplify the interface. It is possible to simplify the admin in different for all roles."
|
864 |
+
msgstr "Comprimă vizual administratrive meta-casetele astfel încât mai multe admin conţinutul paginii poate fi văzut în iniţial. Plugin-ul care vă permite să vă ascundeţi elementele \"inutile\" din meniul de administrare WordPress, pentru rolurile alle dvs. a instala. Puteţi, de asemenea, ascunde post meta controale pe zona de editare pentru a simplifica interfaţa. Este posibil să se simplifice admin în diferite pentru toate rolurile."
|
865 |
+
|
866 |
+
#@ adminimize
|
867 |
+
#. translators: plugin header field 'Author'
|
868 |
+
#: adminimize.php:0
|
869 |
+
msgid "Frank Bültge"
|
870 |
+
msgstr "Frank Bültge"
|
871 |
+
|
872 |
+
#@ adminimize
|
873 |
+
#. translators: plugin header field 'AuthorURI'
|
874 |
+
#: adminimize.php:0
|
875 |
+
msgid "http://bueltge.de/"
|
876 |
+
msgstr "http://bueltge.de/"
|
877 |
+
|
878 |
+
#@ adminimize
|
879 |
+
#: inc-options/backend_options.php:70
|
880 |
+
msgid "Header"
|
881 |
+
msgstr "Antet"
|
882 |
+
|
883 |
+
#@ adminimize
|
884 |
+
#: inc-options/backend_options.php:76
|
885 |
+
msgid "The Header-area can hide, include all links and details."
|
886 |
+
msgstr "Zona de antet poate ascunde, include toate link-uri şi detalii."
|
887 |
+
|
888 |
+
#@ adminimize
|
889 |
+
#: inc-options/write_page_options.php:78
|
890 |
+
#: inc-options/write_post_options.php:83
|
891 |
+
msgid "Title"
|
892 |
+
msgstr "Titlul"
|
893 |
+
|
894 |
+
#@ adminimize
|
895 |
+
#: inc-options/backend_options.php:26
|
896 |
+
msgid "Exclude Super Admin"
|
897 |
+
msgstr "Exclude Super Admin"
|
898 |
+
|
899 |
+
#@ adminimize
|
900 |
+
#: inc-options/backend_options.php:32
|
901 |
+
msgid "Exclude the Super Admin on a WP Multisite Install from all limitations of this plugin."
|
902 |
+
msgstr "Exclude Admin Super pe un WP Multisite Install la toate limitele de acest plug-in."
|
903 |
+
|
904 |
+
#@ adminimize
|
905 |
+
#: inc-options/backend_options.php:162
|
906 |
+
msgid "You have deactivated the Dashboard, please select a page for redirection or define custom url, include http://?"
|
907 |
+
msgstr "Au dezactivat tabloul de bord, vă rugăm să selectaţi o pagină de redirecţionare sau defini url personalizat, include http://?"
|
908 |
+
|
909 |
+
#@ adminimize
|
910 |
+
#: inc-options/global_options.php:47
|
911 |
+
msgid "Admin Bar"
|
912 |
+
msgstr "Admin Bar"
|
913 |
+
|
914 |
+
#@ adminimize
|
915 |
+
#: inc-options/minimenu.php:64
|
916 |
+
msgid "WP Nav Menu"
|
917 |
+
msgstr "WP meniu Nav"
|
918 |
+
|
919 |
+
#@ adminimize
|
920 |
+
#: inc-options/wp_nav_menu_options.php:15
|
921 |
+
msgid "WP Nav Menu options"
|
922 |
+
msgstr "Opţiuni de meniu Nav WP"
|
923 |
+
|
924 |
+
#@ adminimize
|
925 |
+
#@ default
|
926 |
+
#: inc-options/wp_nav_menu_options.php:50
|
927 |
+
#: inc-options/wp_nav_menu_options.php:56
|
928 |
+
msgid "Theme Locations"
|
929 |
+
msgstr "Tema Locatii"
|
930 |
+
|
931 |
+
#@ adminimize
|
932 |
+
#: inc-options/wp_nav_menu_options.php:51
|
933 |
+
msgid "Custom Links"
|
934 |
+
msgstr "Legăturile particularizate"
|
935 |
+
|
936 |
+
#@ adminimize
|
937 |
+
#: inc-options/wp_nav_menu_options.php:52
|
938 |
+
msgid "Add menu"
|
939 |
+
msgstr "Adăugaţi meniul"
|
940 |
+
|
941 |
+
#@ adminimize
|
942 |
+
#: inc-options/write_cp_options.php:98
|
943 |
+
#: inc-options/write_post_options.php:86
|
944 |
+
msgid "Format"
|
945 |
+
msgstr "Format"
|
946 |
+
|
947 |
+
#@ adminimize
|
948 |
+
#: inc-options/write_cp_options.php:103
|
949 |
+
#: inc-options/write_page_options.php:89
|
950 |
+
#: inc-options/write_post_options.php:97
|
951 |
+
msgid "Messages"
|
952 |
+
msgstr "Mesaje"
|
953 |
+
|
954 |
+
#@ adminimize
|
955 |
+
#: inc-options/write_cp_options.php:126
|
956 |
+
#: inc-options/write_page_options.php:104
|
957 |
+
#: inc-options/write_post_options.php:112
|
958 |
+
msgid "Quick Edit Link"
|
959 |
+
msgstr "Rapid link-ul Editaţi"
|
960 |
+
|
961 |
+
#@ adminimize
|
962 |
+
#: inc-options/write_cp_options.php:127
|
963 |
+
#: inc-options/write_cp_options.php:131
|
964 |
+
#: inc-options/write_cp_options.php:134
|
965 |
+
#: inc-options/write_cp_options.php:137
|
966 |
+
#: inc-options/write_page_options.php:105
|
967 |
+
#: inc-options/write_page_options.php:110
|
968 |
+
#: inc-options/write_page_options.php:113
|
969 |
+
#: inc-options/write_post_options.php:113
|
970 |
+
#: inc-options/write_post_options.php:117
|
971 |
+
#: inc-options/write_post_options.php:120
|
972 |
+
#: inc-options/write_post_options.php:123
|
973 |
+
msgid "QE"
|
974 |
+
msgstr "QE"
|
975 |
+
|
976 |
+
#@ adminimize
|
977 |
+
#: inc-options/write_cp_options.php:127
|
978 |
+
#: inc-options/write_page_options.php:105
|
979 |
+
#: inc-options/write_post_options.php:113
|
980 |
+
msgid "Inline Edit Left"
|
981 |
+
msgstr "Editare inline stânga"
|
982 |
+
|
983 |
+
#@ adminimize
|
984 |
+
#: inc-options/write_cp_options.php:128
|
985 |
+
#: inc-options/write_page_options.php:106
|
986 |
+
#: inc-options/write_post_options.php:114
|
987 |
+
msgid "All Labels"
|
988 |
+
msgstr "Toate etichetele"
|
989 |
+
|
990 |
+
#@ adminimize
|
991 |
+
#: inc-options/write_page_options.php:107
|
992 |
+
msgid "Date"
|
993 |
+
msgstr "Data"
|
994 |
+
|
995 |
+
#@ adminimize
|
996 |
+
#: inc-options/write_cp_options.php:130
|
997 |
+
#: inc-options/write_page_options.php:109
|
998 |
+
#: inc-options/write_post_options.php:116
|
999 |
+
msgid "Password and Private"
|
1000 |
+
msgstr "Parola şi Private"
|
1001 |
+
|
1002 |
+
#@ adminimize
|
1003 |
+
#: inc-options/write_cp_options.php:134
|
1004 |
+
#: inc-options/write_page_options.php:110
|
1005 |
+
#: inc-options/write_post_options.php:120
|
1006 |
+
msgid "Inline Edit Right"
|
1007 |
+
msgstr "Editare inline dreapta"
|
1008 |
+
|
1009 |
+
#@ adminimize
|
1010 |
+
#: inc-options/write_page_options.php:111
|
1011 |
+
msgid "Parent, Order, Template"
|
1012 |
+
msgstr "Mamă, ordine, şablon"
|
1013 |
+
|
1014 |
+
#@ adminimize
|
1015 |
+
#: inc-options/write_page_options.php:112
|
1016 |
+
msgid "Status"
|
1017 |
+
msgstr "Statutul"
|
1018 |
+
|
1019 |
+
#@ adminimize
|
1020 |
+
#: inc-options/write_cp_options.php:137
|
1021 |
+
#: inc-options/write_page_options.php:113
|
1022 |
+
#: inc-options/write_post_options.php:123
|
1023 |
+
msgid "Cancel/Save Button"
|
1024 |
+
msgstr "Butonul Revocare/salvare"
|
1025 |
+
|
1026 |
+
#@ adminimize
|
1027 |
+
#: inc-options/write_cp_options.php:131
|
1028 |
+
#: inc-options/write_post_options.php:117
|
1029 |
+
msgid "Inline Edit Center"
|
1030 |
+
msgstr "Centrul de editare inline"
|
1031 |
+
|
1032 |
+
#@ adminimize
|
1033 |
+
#: inc-options/write_cp_options.php:132
|
1034 |
+
#: inc-options/write_post_options.php:118
|
1035 |
+
msgid "Categories Title"
|
1036 |
+
msgstr "Titlul categorii"
|
1037 |
+
|
1038 |
+
#@ adminimize
|
1039 |
+
#: inc-options/write_cp_options.php:133
|
1040 |
+
#: inc-options/write_post_options.php:119
|
1041 |
+
msgid "Categories List"
|
1042 |
+
msgstr "Lista categorii"
|
1043 |
+
|
1044 |
+
#@ adminimize
|
1045 |
+
#: inc-options/write_cp_options.php:136
|
1046 |
+
#: inc-options/write_post_options.php:122
|
1047 |
+
msgid "Status, Sticky"
|
1048 |
+
msgstr "Statutul, lipicios"
|
1049 |
+
|
1050 |
+
#@ adminimize
|
1051 |
+
#: inc-options/links_options.php:100
|
1052 |
+
msgid "Your own Link options"
|
1053 |
+
msgstr "Opţiunile de link-ul"
|
1054 |
+
|
1055 |
+
#@ adminimize
|
1056 |
+
#: inc-options/minimenu.php:52
|
1057 |
+
#: inc-options/write_cp_options.php:21
|
1058 |
+
#: inc-options/write_cp_options.php:29
|
1059 |
+
msgid "Write options"
|
1060 |
+
msgstr "Scrie opţiuni"
|
1061 |
+
|
1062 |
+
#@ adminimize
|
1063 |
+
#: inc-options/wp_nav_menu_options.php:121
|
1064 |
+
msgid "Your own Nav Menu options"
|
1065 |
+
msgstr "Opţiunile de meniu Nav"
|
1066 |
+
|
1067 |
+
#@ adminimize
|
1068 |
+
#: inc-options/write_cp_options.php:201
|
1069 |
+
#, php-format
|
1070 |
+
msgid "Your own %s options"
|
1071 |
+
msgstr "Opţiunile de %s"
|
1072 |
+
|
1073 |
+
#@ adminimize
|
1074 |
+
#: inc-options/dashboard_options.php:17
|
1075 |
+
#: inc-options/minimenu.php:32
|
1076 |
+
msgid "Dashboard options"
|
1077 |
+
msgstr "Opţiuni de tabloul de bord"
|
1078 |
+
|
1079 |
+
#@ adminimize
|
1080 |
+
#: inc-options/dashboard_options.php:25
|
1081 |
+
msgid "To complete the installation for Dashboard Widgets you must visit your dashboard once and then come back to Settings > Adminimize to configure who has access to each widget."
|
1082 |
+
msgstr "Pentru a termina instalarea pentru widget-uri tabloul de bord trebuie să vizitaţi tabloul de bord o dată şi apoi reveni la setări > Adminimize pentru a configura cine are acces la fiecare widget."
|
1083 |
+
|
1084 |
+
#@ adminimize
|
1085 |
+
#: inc-options/minimenu.php:87
|
1086 |
+
msgid "Further information: Visit the <a href=\"http://wordpress.org/extend/plugins/adminimize/\">plugin homepage</a> for further information or to grab the latest version of this plugin."
|
1087 |
+
msgstr "Mai multe informaţii: Vizitaţi <a href=\"http://wordpress.org/extend/plugins/adminimize/\"> plugin pagina </a> pentru informaţii suplimentare sau pentru a apuca cea mai recentă versiune a acestui plugin."
|
1088 |
+
|
1089 |
+
#@ adminimize
|
1090 |
+
#. translators: plugin header field 'Version'
|
1091 |
+
#: adminimize.php:0
|
1092 |
+
msgid "1.7.26"
|
1093 |
+
msgstr "1.7.26"
|
1094 |
+
|
1095 |
+
#@ adminimize
|
1096 |
+
#: inc-options/settings_notice.php:17
|
1097 |
+
msgid "Attention: The settings page ignores these Menu settings and views the menu with all entries!"
|
1098 |
+
msgstr "Atenţie: Pagina Setări ignoră aceste setări de meniu şi vizualizări din meniul cu toate intrările!"
|
1099 |
+
|
1100 |
+
#@ default
|
1101 |
+
#: inc-setup/admin-bar.php:239
|
1102 |
+
msgid "Network Admin"
|
1103 |
+
msgstr "Reţea Admin"
|
1104 |
+
|
1105 |
+
#@ default
|
1106 |
+
#: inc-setup/admin-bar.php:241
|
1107 |
+
msgid "Site Admin"
|
1108 |
+
msgstr "Site-ul Admin"
|
1109 |
+
|
languages/adminimize-xx_XX.pot
CHANGED
@@ -1,1098 +1,1098 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Adminimize\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2012-10-23 23:23+0100\n"
|
6 |
-
"PO-Revision-Date: 2012-10-23 23:27+0100\n"
|
7 |
-
"Last-Translator: Frank Bueltge <frank@bueltge.de>\n"
|
8 |
-
"Language-Team: Frank Bueltge <frank@bueltge.de>\n"
|
9 |
-
"Language: \n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
14 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
-
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
16 |
-
"X-Poedit-Basepath: /var/www/wp-plugins/adminimize/\n"
|
17 |
-
"X-Textdomain-Support: yes\n"
|
18 |
-
"X-Poedit-SearchPath-0: .\n"
|
19 |
-
|
20 |
-
# @ adminimize
|
21 |
-
#: adminimize.php:127
|
22 |
-
msgid "Unknown error."
|
23 |
-
msgstr "Unbekannter Fehler."
|
24 |
-
|
25 |
-
# @ adminimize
|
26 |
-
#: adminimize.php:136
|
27 |
-
msgid "The updates were saved."
|
28 |
-
msgstr "Die Einstellungen wurden gespeichert"
|
29 |
-
|
30 |
-
# @ adminimize
|
31 |
-
#: adminimize.php:137
|
32 |
-
msgid "You have not enough rights to edit entries in the database."
|
33 |
-
msgstr "Du hast nicht ausreichend Rechte um diese Aktion durchzuführen!"
|
34 |
-
|
35 |
-
# @ adminimize
|
36 |
-
#: adminimize.php:138
|
37 |
-
msgid "All entries in the database were imported."
|
38 |
-
msgstr "Alle Einträge wurden in die Datenbank geschrieben."
|
39 |
-
|
40 |
-
# @ adminimize
|
41 |
-
#: adminimize.php:139
|
42 |
-
msgid "All entries in the database were deleted."
|
43 |
-
msgstr "Die Einstellungen wurde gelöscht!"
|
44 |
-
|
45 |
-
# @ adminimize
|
46 |
-
#: adminimize.php:140
|
47 |
-
msgid "Set the checkbox on deinstall-button."
|
48 |
-
msgstr "Checkbox setzen, wenn wirklich deinstalliert werden soll!"
|
49 |
-
|
50 |
-
# @ adminimize
|
51 |
-
#: adminimize.php:141
|
52 |
-
msgid "Can't load menu and submenu."
|
53 |
-
msgstr "Menu und Submenu können nicht geladen werden!"
|
54 |
-
|
55 |
-
# @ adminimize
|
56 |
-
#: adminimize.php:142
|
57 |
-
msgid "Backend-Theme was activated!"
|
58 |
-
msgstr "Backend-Theme wurde zugewiesen!"
|
59 |
-
|
60 |
-
# @ adminimize
|
61 |
-
#: adminimize.php:143
|
62 |
-
msgid "Load user data to themes was successful."
|
63 |
-
msgstr "Das Laden der User-Daten zum Theme war erfolgreich."
|
64 |
-
|
65 |
-
# @ default
|
66 |
-
# @ adminimize
|
67 |
-
#: adminimize.php:511
|
68 |
-
#: inc-options/write_post_options.php:97
|
69 |
-
#: inc-options/links_options.php:52
|
70 |
-
#: inc-options/write_cp_options.php:103
|
71 |
-
msgid "Categories"
|
72 |
-
msgstr "Kategorien"
|
73 |
-
|
74 |
-
# @ default
|
75 |
-
#: adminimize.php:517
|
76 |
-
#: adminimize.php:528
|
77 |
-
msgid "+ Add New Category"
|
78 |
-
msgstr "+ Add New Category"
|
79 |
-
|
80 |
-
# @ default
|
81 |
-
#: adminimize.php:519
|
82 |
-
#: adminimize.php:530
|
83 |
-
msgid "New category name"
|
84 |
-
msgstr "New category name"
|
85 |
-
|
86 |
-
# @ default
|
87 |
-
#: adminimize.php:520
|
88 |
-
#: adminimize.php:532
|
89 |
-
msgid "Parent category"
|
90 |
-
msgstr "Parent category"
|
91 |
-
|
92 |
-
# @ default
|
93 |
-
#: adminimize.php:521
|
94 |
-
#: adminimize.php:533
|
95 |
-
msgid "Add"
|
96 |
-
msgstr "Add"
|
97 |
-
|
98 |
-
# @ default
|
99 |
-
# @ adminimize
|
100 |
-
#: adminimize.php:530
|
101 |
-
#: inc-options/write_post_options.php:98
|
102 |
-
#: inc-options/write_cp_options.php:104
|
103 |
-
msgid "Add New Category"
|
104 |
-
msgstr "Add New Category"
|
105 |
-
|
106 |
-
# @ default
|
107 |
-
#: adminimize.php:615
|
108 |
-
#: adminimize.php:618
|
109 |
-
msgid "Dashboard"
|
110 |
-
msgstr "Dashboard"
|
111 |
-
|
112 |
-
# @ default
|
113 |
-
#: adminimize.php:679
|
114 |
-
#: adminimize.php:681
|
115 |
-
#: adminimize.php:702
|
116 |
-
#: adminimize.php:704
|
117 |
-
#: adminimize.php:1077
|
118 |
-
msgid "Log Out"
|
119 |
-
msgstr "Log Out"
|
120 |
-
|
121 |
-
# @ default
|
122 |
-
#: adminimize.php:1107
|
123 |
-
msgid "Settings"
|
124 |
-
msgstr "Settings"
|
125 |
-
|
126 |
-
# @ adminimize
|
127 |
-
#: adminimize.php:1134
|
128 |
-
msgid "Adminimize Options"
|
129 |
-
msgstr "Adminimize Einstellungen"
|
130 |
-
|
131 |
-
# @ adminimize
|
132 |
-
#: adminimize.php:1135
|
133 |
-
#: inc-options/minimenu.php:18
|
134 |
-
msgid "Adminimize"
|
135 |
-
msgstr "Adminimize"
|
136 |
-
|
137 |
-
# @ default
|
138 |
-
#: adminimize.php:1158
|
139 |
-
msgid "Cheatin’ uh?"
|
140 |
-
msgstr "Cheatin’ uh?"
|
141 |
-
|
142 |
-
# @ default
|
143 |
-
#: inc-options/write_post_options.php:15
|
144 |
-
#: inc-options/menu_options.php:15
|
145 |
-
#: inc-options/links_options.php:15
|
146 |
-
#: inc-options/wp_nav_menu_options.php:14
|
147 |
-
#: inc-options/theme_options.php:14
|
148 |
-
#: inc-options/deinstall_options.php:14
|
149 |
-
#: inc-options/dashboard_options.php:16
|
150 |
-
#: inc-options/write_cp_options.php:20
|
151 |
-
#: inc-options/global_options.php:15
|
152 |
-
#: inc-options/backend_options.php:15
|
153 |
-
#: inc-options/im_export_options.php:14
|
154 |
-
#: inc-options/minimenu.php:22
|
155 |
-
#: inc-options/minimenu.php:86
|
156 |
-
#: inc-options/write_page_options.php:14
|
157 |
-
msgid "Click to toggle"
|
158 |
-
msgstr "Zum Umschalten klicken"
|
159 |
-
|
160 |
-
# @ adminimize
|
161 |
-
#: inc-options/write_post_options.php:16
|
162 |
-
#: inc-options/write_post_options.php:23
|
163 |
-
#: inc-options/minimenu.php:42
|
164 |
-
msgid "Write options - Post"
|
165 |
-
msgstr "Schreiben Einstellungen - Beiträge"
|
166 |
-
|
167 |
-
# @ adminimize
|
168 |
-
#: inc-options/write_post_options.php:26
|
169 |
-
#: inc-options/menu_options.php:26
|
170 |
-
#: inc-options/links_options.php:26
|
171 |
-
#: inc-options/wp_nav_menu_options.php:25
|
172 |
-
#: inc-options/dashboard_options.php:36
|
173 |
-
#: inc-options/write_cp_options.php:33
|
174 |
-
#: inc-options/global_options.php:26
|
175 |
-
#: inc-options/write_page_options.php:25
|
176 |
-
msgid "Deactivate for"
|
177 |
-
msgstr "Deaktiviere für"
|
178 |
-
|
179 |
-
# @ adminimize
|
180 |
-
# @ default
|
181 |
-
#: inc-options/write_post_options.php:92
|
182 |
-
#: inc-options/wp_nav_menu_options.php:48
|
183 |
-
#: inc-options/write_cp_options.php:98
|
184 |
-
#: inc-options/write_page_options.php:94
|
185 |
-
msgid "Help"
|
186 |
-
msgstr "Hilfe"
|
187 |
-
|
188 |
-
# @ adminimize
|
189 |
-
# @ default
|
190 |
-
#: inc-options/write_post_options.php:93
|
191 |
-
#: inc-options/wp_nav_menu_options.php:49
|
192 |
-
#: inc-options/write_cp_options.php:99
|
193 |
-
#: inc-options/global_options.php:50
|
194 |
-
#: inc-options/write_page_options.php:95
|
195 |
-
msgid "Screen Options"
|
196 |
-
msgstr "kontextabhängige Optionen"
|
197 |
-
|
198 |
-
# @ adminimize
|
199 |
-
#: inc-options/write_post_options.php:94
|
200 |
-
#: inc-options/write_page_options.php:96
|
201 |
-
msgid "Title"
|
202 |
-
msgstr "Title"
|
203 |
-
|
204 |
-
# @ adminimize
|
205 |
-
#: inc-options/write_post_options.php:95
|
206 |
-
#: inc-options/write_cp_options.php:100
|
207 |
-
#: inc-options/write_page_options.php:97
|
208 |
-
msgid "Permalink"
|
209 |
-
msgstr "Permalink"
|
210 |
-
|
211 |
-
# @ adminimize
|
212 |
-
# @ default
|
213 |
-
#: inc-options/write_post_options.php:96
|
214 |
-
#: inc-options/write_post_options.php:131
|
215 |
-
#: inc-options/write_cp_options.php:101
|
216 |
-
#: inc-options/write_cp_options.php:139
|
217 |
-
msgid "Tags"
|
218 |
-
msgstr "Tags"
|
219 |
-
|
220 |
-
# @ default
|
221 |
-
# @ adminimize
|
222 |
-
#: inc-options/write_post_options.php:99
|
223 |
-
#: inc-options/write_page_options.php:100
|
224 |
-
#: inc-options/write_page_options.php:131
|
225 |
-
msgid "Date"
|
226 |
-
msgstr "Datum"
|
227 |
-
|
228 |
-
# @ adminimize
|
229 |
-
#: inc-options/write_post_options.php:100
|
230 |
-
#: inc-options/write_cp_options.php:105
|
231 |
-
msgid "Password Protect This Post"
|
232 |
-
msgstr "Diesen Artikel durch ein Passwort schützen"
|
233 |
-
|
234 |
-
# @ adminimize
|
235 |
-
#: inc-options/write_post_options.php:101
|
236 |
-
#: inc-options/write_cp_options.php:106
|
237 |
-
msgid "Related, Shortcuts"
|
238 |
-
msgstr "Siehe auch, Tastaturkürzel"
|
239 |
-
|
240 |
-
# @ adminimize
|
241 |
-
#: inc-options/write_post_options.php:102
|
242 |
-
#: inc-options/write_cp_options.php:107
|
243 |
-
#: inc-options/write_page_options.php:108
|
244 |
-
msgid "Messages"
|
245 |
-
msgstr "Mitteilungen"
|
246 |
-
|
247 |
-
# @ adminimize
|
248 |
-
#: inc-options/write_post_options.php:103
|
249 |
-
#: inc-options/write_cp_options.php:108
|
250 |
-
#: inc-options/write_page_options.php:109
|
251 |
-
msgid "h2: Advanced Options"
|
252 |
-
msgstr "h2: Erweiterte Einstellungen"
|
253 |
-
|
254 |
-
# @ adminimize
|
255 |
-
#: inc-options/write_post_options.php:104
|
256 |
-
#: inc-options/write_cp_options.php:109
|
257 |
-
#: inc-options/write_page_options.php:110
|
258 |
-
msgid "Media Buttons (all)"
|
259 |
-
msgstr "Media Buttons (alle)"
|
260 |
-
|
261 |
-
# @ adminimize
|
262 |
-
#: inc-options/write_post_options.php:105
|
263 |
-
#: inc-options/write_cp_options.php:110
|
264 |
-
#: inc-options/write_page_options.php:111
|
265 |
-
msgid "Word count"
|
266 |
-
msgstr "Word count"
|
267 |
-
|
268 |
-
# @ adminimize
|
269 |
-
#: inc-options/write_post_options.php:106
|
270 |
-
#: inc-options/write_cp_options.php:111
|
271 |
-
msgid "Post Slug"
|
272 |
-
msgstr "Titelform"
|
273 |
-
|
274 |
-
# @ adminimize
|
275 |
-
#: inc-options/write_post_options.php:107
|
276 |
-
#: inc-options/links_options.php:56
|
277 |
-
#: inc-options/write_cp_options.php:112
|
278 |
-
#: inc-options/write_page_options.php:113
|
279 |
-
msgid "Publish Actions"
|
280 |
-
msgstr "Publish Actions"
|
281 |
-
|
282 |
-
# @ default
|
283 |
-
# @ adminimize
|
284 |
-
#: inc-options/write_post_options.php:108
|
285 |
-
#: inc-options/write_cp_options.php:113
|
286 |
-
#: inc-options/write_page_options.php:114
|
287 |
-
msgid "Discussion"
|
288 |
-
msgstr "Kommentare"
|
289 |
-
|
290 |
-
# @ default
|
291 |
-
# @ adminimize
|
292 |
-
#: inc-options/write_post_options.php:109
|
293 |
-
#: inc-options/write_cp_options.php:114
|
294 |
-
#: inc-options/write_page_options.php:115
|
295 |
-
msgid "HTML Editor Button"
|
296 |
-
msgstr "HTML Editor Button"
|
297 |
-
|
298 |
-
# @ adminimize
|
299 |
-
#: inc-options/write_post_options.php:118
|
300 |
-
#: inc-options/write_cp_options.php:124
|
301 |
-
msgid "Post Thumbnail"
|
302 |
-
msgstr "Artikelbild"
|
303 |
-
|
304 |
-
# @ adminimize
|
305 |
-
#: inc-options/write_post_options.php:122
|
306 |
-
#: inc-options/write_cp_options.php:130
|
307 |
-
#: inc-options/write_page_options.php:128
|
308 |
-
msgid "Quick Edit Link"
|
309 |
-
msgstr "QuickEdit Link"
|
310 |
-
|
311 |
-
# @ adminimize
|
312 |
-
#: inc-options/write_post_options.php:123
|
313 |
-
#: inc-options/write_post_options.php:127
|
314 |
-
#: inc-options/write_post_options.php:130
|
315 |
-
#: inc-options/write_post_options.php:133
|
316 |
-
#: inc-options/write_cp_options.php:131
|
317 |
-
#: inc-options/write_cp_options.php:135
|
318 |
-
#: inc-options/write_cp_options.php:138
|
319 |
-
#: inc-options/write_cp_options.php:141
|
320 |
-
#: inc-options/write_page_options.php:129
|
321 |
-
#: inc-options/write_page_options.php:134
|
322 |
-
#: inc-options/write_page_options.php:137
|
323 |
-
msgid "QE"
|
324 |
-
msgstr "QE"
|
325 |
-
|
326 |
-
# @ adminimize
|
327 |
-
#: inc-options/write_post_options.php:123
|
328 |
-
#: inc-options/write_cp_options.php:131
|
329 |
-
#: inc-options/write_page_options.php:129
|
330 |
-
msgid "Inline Edit Left"
|
331 |
-
msgstr "Inline Edit Links"
|
332 |
-
|
333 |
-
# @ adminimize
|
334 |
-
#: inc-options/write_post_options.php:124
|
335 |
-
#: inc-options/write_cp_options.php:132
|
336 |
-
#: inc-options/write_page_options.php:130
|
337 |
-
msgid "All Labels"
|
338 |
-
msgstr "Alle labels"
|
339 |
-
|
340 |
-
# @ default
|
341 |
-
#: inc-options/write_post_options.php:125
|
342 |
-
#: inc-options/write_cp_options.php:133
|
343 |
-
#: inc-options/write_page_options.php:132
|
344 |
-
msgid "Author"
|
345 |
-
msgstr "Author"
|
346 |
-
|
347 |
-
# @ adminimize
|
348 |
-
#: inc-options/write_post_options.php:126
|
349 |
-
#: inc-options/write_cp_options.php:134
|
350 |
-
#: inc-options/write_page_options.php:133
|
351 |
-
msgid "Password and Private"
|
352 |
-
msgstr "Passwort und Privat-Flag"
|
353 |
-
|
354 |
-
# @ adminimize
|
355 |
-
#: inc-options/write_post_options.php:127
|
356 |
-
#: inc-options/write_cp_options.php:135
|
357 |
-
msgid "Inline Edit Center"
|
358 |
-
msgstr "Inline Edit mitte"
|
359 |
-
|
360 |
-
# @ adminimize
|
361 |
-
#: inc-options/write_post_options.php:128
|
362 |
-
#: inc-options/write_cp_options.php:136
|
363 |
-
msgid "Categories Title"
|
364 |
-
msgstr "Kategorien Title"
|
365 |
-
|
366 |
-
# @ adminimize
|
367 |
-
#: inc-options/write_post_options.php:129
|
368 |
-
#: inc-options/write_cp_options.php:137
|
369 |
-
msgid "Categories List"
|
370 |
-
msgstr "Kategorien Liste"
|
371 |
-
|
372 |
-
# @ adminimize
|
373 |
-
#: inc-options/write_post_options.php:130
|
374 |
-
#: inc-options/write_cp_options.php:138
|
375 |
-
#: inc-options/write_page_options.php:134
|
376 |
-
msgid "Inline Edit Right"
|
377 |
-
msgstr "Inline Edit rechts"
|
378 |
-
|
379 |
-
# @ adminimize
|
380 |
-
#: inc-options/write_post_options.php:132
|
381 |
-
#: inc-options/write_cp_options.php:140
|
382 |
-
msgid "Status, Sticky"
|
383 |
-
msgstr "Status, Sticky"
|
384 |
-
|
385 |
-
# @ adminimize
|
386 |
-
#: inc-options/write_post_options.php:133
|
387 |
-
#: inc-options/write_cp_options.php:141
|
388 |
-
#: inc-options/write_page_options.php:137
|
389 |
-
msgid "Cancel/Save Button"
|
390 |
-
msgstr "Abbrechen/Aktualisieren Button"
|
391 |
-
|
392 |
-
# @ adminimize
|
393 |
-
#: inc-options/write_post_options.php:181
|
394 |
-
msgid "Your own post options"
|
395 |
-
msgstr "Deine eigenen Beitrags-Einstellungen"
|
396 |
-
|
397 |
-
# @ adminimize
|
398 |
-
#: inc-options/write_post_options.php:181
|
399 |
-
#: inc-options/links_options.php:100
|
400 |
-
#: inc-options/wp_nav_menu_options.php:121
|
401 |
-
#: inc-options/dashboard_options.php:96
|
402 |
-
#: inc-options/write_cp_options.php:206
|
403 |
-
#: inc-options/global_options.php:96
|
404 |
-
#: inc-options/write_page_options.php:185
|
405 |
-
msgid "ID or class"
|
406 |
-
msgstr "ID oder Klasse"
|
407 |
-
|
408 |
-
# @ adminimize
|
409 |
-
#: inc-options/write_post_options.php:182
|
410 |
-
#: inc-options/links_options.php:23
|
411 |
-
#: inc-options/links_options.php:101
|
412 |
-
#: inc-options/wp_nav_menu_options.php:22
|
413 |
-
#: inc-options/wp_nav_menu_options.php:122
|
414 |
-
#: inc-options/dashboard_options.php:33
|
415 |
-
#: inc-options/dashboard_options.php:97
|
416 |
-
#: inc-options/write_cp_options.php:208
|
417 |
-
#: inc-options/global_options.php:23
|
418 |
-
#: inc-options/global_options.php:97
|
419 |
-
#: inc-options/write_page_options.php:186
|
420 |
-
msgid "Option"
|
421 |
-
msgstr "Einstellung"
|
422 |
-
|
423 |
-
# @ adminimize
|
424 |
-
#: inc-options/write_post_options.php:188
|
425 |
-
#: inc-options/links_options.php:107
|
426 |
-
#: inc-options/wp_nav_menu_options.php:128
|
427 |
-
#: inc-options/dashboard_options.php:103
|
428 |
-
#: inc-options/write_cp_options.php:215
|
429 |
-
#: inc-options/global_options.php:103
|
430 |
-
#: inc-options/write_page_options.php:192
|
431 |
-
msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
|
432 |
-
msgstr "Es ist möglich, dass du eigene IDs und Klassen eines Elementes oder Tags hinzufügst. Du findest IDs und Klassen sehr einfach mit dem Firebug Add-on für den Firefox. Füge pro Zeile einen Wert und dazugehörigen Namen ein."
|
433 |
-
|
434 |
-
# @ adminimize
|
435 |
-
#: inc-options/write_post_options.php:194
|
436 |
-
#: inc-options/links_options.php:113
|
437 |
-
#: inc-options/wp_nav_menu_options.php:134
|
438 |
-
#: inc-options/dashboard_options.php:109
|
439 |
-
#: inc-options/write_cp_options.php:225
|
440 |
-
#: inc-options/global_options.php:109
|
441 |
-
#: inc-options/write_page_options.php:198
|
442 |
-
msgid "Possible nomination for ID or class. Separate multiple nominations through a carriage return."
|
443 |
-
msgstr "Mögliche Benennung der ID oder Klasse. Trenne Werte durch eine neue Zeile."
|
444 |
-
|
445 |
-
# @ adminimize
|
446 |
-
#: inc-options/write_post_options.php:199
|
447 |
-
#: inc-options/links_options.php:118
|
448 |
-
#: inc-options/wp_nav_menu_options.php:139
|
449 |
-
#: inc-options/dashboard_options.php:114
|
450 |
-
#: inc-options/write_cp_options.php:233
|
451 |
-
#: inc-options/global_options.php:114
|
452 |
-
#: inc-options/write_page_options.php:203
|
453 |
-
msgid "Possible IDs or classes. Separate multiple values through a carriage return."
|
454 |
-
msgstr "Mögliche IDs oder Klassen. Trenne Werte durch eine neue Zeile."
|
455 |
-
|
456 |
-
# @ adminimize
|
457 |
-
#: inc-options/write_post_options.php:207
|
458 |
-
#: inc-options/menu_options.php:155
|
459 |
-
#: inc-options/links_options.php:126
|
460 |
-
#: inc-options/wp_nav_menu_options.php:147
|
461 |
-
#: inc-options/dashboard_options.php:122
|
462 |
-
#: inc-options/write_cp_options.php:243
|
463 |
-
#: inc-options/global_options.php:122
|
464 |
-
#: inc-options/backend_options.php:192
|
465 |
-
#: inc-options/write_page_options.php:211
|
466 |
-
msgid "Update Options"
|
467 |
-
msgstr "Einstellungen aktualisieren"
|
468 |
-
|
469 |
-
# @ adminimize
|
470 |
-
#: inc-options/write_post_options.php:209
|
471 |
-
#: inc-options/menu_options.php:157
|
472 |
-
#: inc-options/links_options.php:129
|
473 |
-
#: inc-options/wp_nav_menu_options.php:149
|
474 |
-
#: inc-options/theme_options.php:105
|
475 |
-
#: inc-options/deinstall_options.php:27
|
476 |
-
#: inc-options/dashboard_options.php:127
|
477 |
-
#: inc-options/write_cp_options.php:248
|
478 |
-
#: inc-options/global_options.php:124
|
479 |
-
#: inc-options/backend_options.php:194
|
480 |
-
#: inc-options/im_export_options.php:41
|
481 |
-
#: inc-options/minimenu.php:109
|
482 |
-
#: inc-options/write_page_options.php:213
|
483 |
-
msgid "scroll to top"
|
484 |
-
msgstr "Nach oben"
|
485 |
-
|
486 |
-
# @ adminimize
|
487 |
-
#: inc-options/menu_options.php:16
|
488 |
-
#: inc-options/minimenu.php:39
|
489 |
-
msgid "Menu Options"
|
490 |
-
msgstr "Menu Einstellungen"
|
491 |
-
|
492 |
-
# @ adminimize
|
493 |
-
#: inc-options/menu_options.php:23
|
494 |
-
msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
|
495 |
-
msgstr "Menu Einstellungen - Menu, <span style=\"font-weight: 400;\">Submenu</span>"
|
496 |
-
|
497 |
-
# @ adminimize
|
498 |
-
#: inc-options/menu_options.php:67
|
499 |
-
#: inc-options/menu_options.php:119
|
500 |
-
msgid "After activate the check box it heavy attitudes will change."
|
501 |
-
msgstr "Wenn die Checkbox aktiv ist, dann wird das Ändern von Einstellungen erschwert."
|
502 |
-
|
503 |
-
# @ default
|
504 |
-
#: inc-options/menu_options.php:102
|
505 |
-
msgid "Profile"
|
506 |
-
msgstr "Profile"
|
507 |
-
|
508 |
-
# @ adminimize
|
509 |
-
#: inc-options/links_options.php:16
|
510 |
-
#: inc-options/minimenu.php:65
|
511 |
-
msgid "Links options"
|
512 |
-
msgstr "Link Einstellungen"
|
513 |
-
|
514 |
-
# @ default
|
515 |
-
#: inc-options/links_options.php:49
|
516 |
-
msgid "Name"
|
517 |
-
msgstr "Name"
|
518 |
-
|
519 |
-
# @ default
|
520 |
-
#: inc-options/links_options.php:50
|
521 |
-
msgid "Web Address"
|
522 |
-
msgstr "Web-Adresse"
|
523 |
-
|
524 |
-
# @ default
|
525 |
-
#: inc-options/links_options.php:51
|
526 |
-
msgid "Description"
|
527 |
-
msgstr "Beschreibung"
|
528 |
-
|
529 |
-
# @ default
|
530 |
-
#: inc-options/links_options.php:53
|
531 |
-
msgid "Target"
|
532 |
-
msgstr "Target"
|
533 |
-
|
534 |
-
# @ default
|
535 |
-
#: inc-options/links_options.php:54
|
536 |
-
msgid "Link Relationship (XFN)"
|
537 |
-
msgstr "Link-Beziehungen (XFN)"
|
538 |
-
|
539 |
-
# @ default
|
540 |
-
#: inc-options/links_options.php:55
|
541 |
-
msgid "Advanced"
|
542 |
-
msgstr "Erweitert"
|
543 |
-
|
544 |
-
# @ adminimize
|
545 |
-
#: inc-options/links_options.php:100
|
546 |
-
msgid "Your own Link options"
|
547 |
-
msgstr "Deine eigenen Link Einstellungen"
|
548 |
-
|
549 |
-
# @ adminimize
|
550 |
-
#: inc-options/wp_nav_menu_options.php:15
|
551 |
-
msgid "WP Nav Menu options"
|
552 |
-
msgstr "WP Nav Menü Einstellungen"
|
553 |
-
|
554 |
-
# @ adminimize
|
555 |
-
# @ default
|
556 |
-
#: inc-options/wp_nav_menu_options.php:50
|
557 |
-
#: inc-options/wp_nav_menu_options.php:56
|
558 |
-
msgid "Theme Locations"
|
559 |
-
msgstr "Anordnung im Theme"
|
560 |
-
|
561 |
-
# @ adminimize
|
562 |
-
#: inc-options/wp_nav_menu_options.php:51
|
563 |
-
msgid "Custom Links"
|
564 |
-
msgstr "Benutzerdef. Links"
|
565 |
-
|
566 |
-
# @ adminimize
|
567 |
-
#: inc-options/wp_nav_menu_options.php:52
|
568 |
-
msgid "Add menu"
|
569 |
-
msgstr "Menu hinzufügen"
|
570 |
-
|
571 |
-
# @ adminimize
|
572 |
-
#: inc-options/wp_nav_menu_options.php:121
|
573 |
-
msgid "Your own Nav Menu options"
|
574 |
-
msgstr "Deine eigenen Nav Menu Einstellungen"
|
575 |
-
|
576 |
-
# @ adminimize
|
577 |
-
#: inc-options/theme_options.php:15
|
578 |
-
#: inc-options/theme_options.php:100
|
579 |
-
#: inc-options/minimenu.php:71
|
580 |
-
msgid "Set Theme"
|
581 |
-
msgstr "Theme zuweisen"
|
582 |
-
|
583 |
-
# @ adminimize
|
584 |
-
#: inc-options/theme_options.php:22
|
585 |
-
msgid "For better peformance with many users on your blog; load only userlist, when you will change the theme options for users."
|
586 |
-
msgstr "Für eine bessere Performance bei vielen Usern in deinem Blog werden die Userdaten nur nach Aufforderung geladen."
|
587 |
-
|
588 |
-
# @ adminimize
|
589 |
-
#: inc-options/theme_options.php:25
|
590 |
-
msgid "Load User Data"
|
591 |
-
msgstr "Lade User Daten"
|
592 |
-
|
593 |
-
# @ default
|
594 |
-
#: inc-options/theme_options.php:36
|
595 |
-
msgid "User-ID"
|
596 |
-
msgstr "User-ID"
|
597 |
-
|
598 |
-
# @ default
|
599 |
-
#: inc-options/theme_options.php:37
|
600 |
-
msgid "Username"
|
601 |
-
msgstr "Benutzername"
|
602 |
-
|
603 |
-
# @ default
|
604 |
-
#: inc-options/theme_options.php:38
|
605 |
-
msgid "Display name publicly as"
|
606 |
-
msgstr "Name im Blog"
|
607 |
-
|
608 |
-
# @ default
|
609 |
-
#: inc-options/theme_options.php:39
|
610 |
-
msgid "Admin-Color Scheme"
|
611 |
-
msgstr "Admin-Color Scheme"
|
612 |
-
|
613 |
-
# @ default
|
614 |
-
#: inc-options/theme_options.php:40
|
615 |
-
msgid "User Level"
|
616 |
-
msgstr "User Level"
|
617 |
-
|
618 |
-
# @ default
|
619 |
-
#: inc-options/theme_options.php:41
|
620 |
-
msgid "Role"
|
621 |
-
msgstr "Rolle"
|
622 |
-
|
623 |
-
# @ adminimize
|
624 |
-
#: inc-options/deinstall_options.php:15
|
625 |
-
#: inc-options/minimenu.php:77
|
626 |
-
msgid "Deinstall Options"
|
627 |
-
msgstr "Einstellungen deinstallieren"
|
628 |
-
|
629 |
-
# @ adminimize
|
630 |
-
#: inc-options/deinstall_options.php:18
|
631 |
-
msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
|
632 |
-
msgstr "Nutze diese Option, um die Einstellungen für das Plugin in der Datenbank zu löschen. Das Plugin entfernt die Einträge <strong>nicht</strong>, wenn es deaktiviert wird!"
|
633 |
-
|
634 |
-
# @ adminimize
|
635 |
-
#: inc-options/deinstall_options.php:22
|
636 |
-
msgid "Delete Options"
|
637 |
-
msgstr "Einstellungen Löschen"
|
638 |
-
|
639 |
-
# @ adminimize
|
640 |
-
#: inc-options/dashboard_options.php:17
|
641 |
-
#: inc-options/minimenu.php:36
|
642 |
-
msgid "Dashboard options"
|
643 |
-
msgstr "Dashboard Einstellungen"
|
644 |
-
|
645 |
-
# @ adminimize
|
646 |
-
#: inc-options/dashboard_options.php:25
|
647 |
-
msgid "To complete the installation for Dashboard Widgets you must visit your dashboard once and then come back to Settings > Adminimize to configure who has access to each widget."
|
648 |
-
msgstr "Um die Installation für Dashboard Widgets abzuschließen, musst du das Dashboard einmal besuchen und dann zurück zu den Einstellungen > Adminimize kommen, um den Zugriff der Widgets zu steuern."
|
649 |
-
|
650 |
-
# @ adminimize
|
651 |
-
#: inc-options/dashboard_options.php:96
|
652 |
-
#: inc-options/global_options.php:96
|
653 |
-
msgid "Your own options"
|
654 |
-
msgstr "Deine eigenen Einstellungen"
|
655 |
-
|
656 |
-
# @ adminimize
|
657 |
-
#: inc-options/write_cp_options.php:22
|
658 |
-
#: inc-options/write_cp_options.php:30
|
659 |
-
#: inc-options/minimenu.php:56
|
660 |
-
msgid "Write options"
|
661 |
-
msgstr "Einstellungen Schreiben"
|
662 |
-
|
663 |
-
# @ adminimize
|
664 |
-
#: inc-options/write_cp_options.php:102
|
665 |
-
msgid "Format"
|
666 |
-
msgstr "Format"
|
667 |
-
|
668 |
-
# @ adminimize
|
669 |
-
#: inc-options/write_cp_options.php:205
|
670 |
-
#, php-format
|
671 |
-
msgid "Your own %s options"
|
672 |
-
msgstr "Deine eigenen %s Einstellungen"
|
673 |
-
|
674 |
-
# @ adminimize
|
675 |
-
#: inc-options/global_options.php:16
|
676 |
-
#: inc-options/minimenu.php:33
|
677 |
-
msgid "Global options"
|
678 |
-
msgstr "Globale Einstellungen"
|
679 |
-
|
680 |
-
# @ adminimize
|
681 |
-
#: inc-options/global_options.php:47
|
682 |
-
msgid "Admin Bar"
|
683 |
-
msgstr "Admin Bar"
|
684 |
-
|
685 |
-
# @ adminimize
|
686 |
-
#: inc-options/global_options.php:48
|
687 |
-
msgid "Favorite Actions"
|
688 |
-
msgstr "Favorisierte Aktionen"
|
689 |
-
|
690 |
-
# @ adminimize
|
691 |
-
#: inc-options/global_options.php:49
|
692 |
-
msgid "Screen-Meta"
|
693 |
-
msgstr "Screen-Meta"
|
694 |
-
|
695 |
-
# @ adminimize
|
696 |
-
#: inc-options/global_options.php:51
|
697 |
-
msgid "Contextual Help"
|
698 |
-
msgstr "kontextabhängig Hilfe"
|
699 |
-
|
700 |
-
# @ adminimize
|
701 |
-
#: inc-options/global_options.php:52
|
702 |
-
msgid "Admin Color Scheme"
|
703 |
-
msgstr "Farbschema verwalten"
|
704 |
-
|
705 |
-
# @ adminimize
|
706 |
-
#: inc-options/backend_options.php:16
|
707 |
-
#: inc-options/minimenu.php:30
|
708 |
-
msgid "Backend Options"
|
709 |
-
msgstr "Einstellungen Backend"
|
710 |
-
|
711 |
-
# @ adminimize
|
712 |
-
#: inc-options/backend_options.php:27
|
713 |
-
#, fuzzy
|
714 |
-
msgid "Use Global Settings"
|
715 |
-
msgstr "Globale Einstellungen"
|
716 |
-
|
717 |
-
#: inc-options/backend_options.php:36
|
718 |
-
msgid "The plugin is active in multiste."
|
719 |
-
msgstr "Das Plugin ist aktiv für die Multisite Umgebung."
|
720 |
-
|
721 |
-
#: inc-options/backend_options.php:40
|
722 |
-
msgid "False"
|
723 |
-
msgstr "Falsch"
|
724 |
-
|
725 |
-
#: inc-options/backend_options.php:41
|
726 |
-
msgid "True"
|
727 |
-
msgstr "Wahr"
|
728 |
-
|
729 |
-
#: inc-options/backend_options.php:42
|
730 |
-
msgid "Use the settings global in your Multisite network."
|
731 |
-
msgstr "Nutze die Einstellungen global in deinem Multisite Netzwerk."
|
732 |
-
|
733 |
-
# @ adminimize
|
734 |
-
#: inc-options/backend_options.php:47
|
735 |
-
msgid "Exclude Super Admin"
|
736 |
-
msgstr "Ausschließen des Super Admin"
|
737 |
-
|
738 |
-
# @ adminimize
|
739 |
-
#: inc-options/backend_options.php:51
|
740 |
-
#: inc-options/backend_options.php:62
|
741 |
-
#: inc-options/backend_options.php:75
|
742 |
-
#: inc-options/backend_options.php:85
|
743 |
-
#: inc-options/backend_options.php:95
|
744 |
-
#: inc-options/backend_options.php:105
|
745 |
-
#: inc-options/backend_options.php:115
|
746 |
-
#: inc-options/backend_options.php:125
|
747 |
-
#: inc-options/backend_options.php:135
|
748 |
-
#: inc-options/backend_options.php:145
|
749 |
-
#: inc-options/backend_options.php:174
|
750 |
-
msgid "Default"
|
751 |
-
msgstr "Standard"
|
752 |
-
|
753 |
-
# @ adminimize
|
754 |
-
#: inc-options/backend_options.php:52
|
755 |
-
#: inc-options/backend_options.php:106
|
756 |
-
#: inc-options/backend_options.php:116
|
757 |
-
#: inc-options/backend_options.php:126
|
758 |
-
#: inc-options/backend_options.php:136
|
759 |
-
#: inc-options/backend_options.php:146
|
760 |
-
msgid "Activate"
|
761 |
-
msgstr "Aktiv"
|
762 |
-
|
763 |
-
# @ adminimize
|
764 |
-
#: inc-options/backend_options.php:53
|
765 |
-
msgid "Exclude the Super Admin on a WP Multisite Install from all limitations of this plugin."
|
766 |
-
msgstr "Schließe den Super Admin in einer WordPress Multisite Installation von allen Restriktionen dieses Plugins aus."
|
767 |
-
|
768 |
-
# @ adminimize
|
769 |
-
#: inc-options/backend_options.php:58
|
770 |
-
msgid "User-Info"
|
771 |
-
msgstr "User-Info"
|
772 |
-
|
773 |
-
# @ adminimize
|
774 |
-
#: inc-options/backend_options.php:63
|
775 |
-
#: inc-options/backend_options.php:86
|
776 |
-
#: inc-options/backend_options.php:96
|
777 |
-
msgid "Hide"
|
778 |
-
msgstr "Ausblenden"
|
779 |
-
|
780 |
-
# @ adminimize
|
781 |
-
#: inc-options/backend_options.php:64
|
782 |
-
msgid "Only logout"
|
783 |
-
msgstr "nur Abmelden"
|
784 |
-
|
785 |
-
# @ adminimize
|
786 |
-
#: inc-options/backend_options.php:65
|
787 |
-
msgid "User & Logout"
|
788 |
-
msgstr "User & Abmelden"
|
789 |
-
|
790 |
-
# @ adminimize
|
791 |
-
#: inc-options/backend_options.php:66
|
792 |
-
msgid "The "User-Info-area" is on the top right side of the backend. You can hide or reduced show."
|
793 |
-
msgstr "Der "User-Info-Bereich" ist im oberen rechten Bereich zu finden und kann ausgeblendet oder reduziert dargestellt werden."
|
794 |
-
|
795 |
-
# @ adminimize
|
796 |
-
#: inc-options/backend_options.php:71
|
797 |
-
msgid "Change User-Info, redirect to"
|
798 |
-
msgstr "User Info geändert, Weiterleitung nach"
|
799 |
-
|
800 |
-
# @ adminimize
|
801 |
-
#: inc-options/backend_options.php:76
|
802 |
-
msgid "Frontpage of the Blog"
|
803 |
-
msgstr "Startseite des Blog"
|
804 |
-
|
805 |
-
# @ adminimize
|
806 |
-
#: inc-options/backend_options.php:77
|
807 |
-
msgid "When the "User-Info-area" change it, then it is possible to change the redirect."
|
808 |
-
msgstr "Wenn der "User-Info-Bereich" geändert wird, dann kann die die Weiterleitung nach einem Logout geändert werden."
|
809 |
-
|
810 |
-
# @ adminimize
|
811 |
-
#: inc-options/backend_options.php:81
|
812 |
-
msgid "Footer"
|
813 |
-
msgstr "Footer"
|
814 |
-
|
815 |
-
# @ adminimize
|
816 |
-
#: inc-options/backend_options.php:87
|
817 |
-
msgid "The Footer-area can hide, include all links and details."
|
818 |
-
msgstr "Der Footer-Bereich kann deaktiviert werden, inklusive aller Links und Hinweise."
|
819 |
-
|
820 |
-
# @ adminimize
|
821 |
-
#: inc-options/backend_options.php:91
|
822 |
-
msgid "Header"
|
823 |
-
msgstr "Header"
|
824 |
-
|
825 |
-
# @ adminimize
|
826 |
-
#: inc-options/backend_options.php:97
|
827 |
-
msgid "The Header-area can hide, include all links and details."
|
828 |
-
msgstr "Der header-Bereich kann ausgeblendet werden, inkl. aller Links und Details."
|
829 |
-
|
830 |
-
# @ adminimize
|
831 |
-
#: inc-options/backend_options.php:101
|
832 |
-
msgid "Timestamp"
|
833 |
-
msgstr "Timestamp"
|
834 |
-
|
835 |
-
# @ adminimize
|
836 |
-
#: inc-options/backend_options.php:107
|
837 |
-
msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
|
838 |
-
msgstr "Das Feld zum Ändern des Veröffentlichungsdatum ist immer geöffnet."
|
839 |
-
|
840 |
-
# @ adminimize
|
841 |
-
#: inc-options/backend_options.php:111
|
842 |
-
msgid "Thickbox FullScreen"
|
843 |
-
msgstr "Thickbox FullScreen"
|
844 |
-
|
845 |
-
# @ adminimize
|
846 |
-
#: inc-options/backend_options.php:117
|
847 |
-
msgid "All Thickbox-function use the full area of the browser. Thickbox is for example in upload media-files."
|
848 |
-
msgstr "Alle Thickbox-Funktion verwenden den vollständigen Bereich des Browsers. Thickbox ist beispielsweise in der Medien-Upload-Funktion."
|
849 |
-
|
850 |
-
# @ adminimize
|
851 |
-
#: inc-options/backend_options.php:121
|
852 |
-
msgid "Flashuploader"
|
853 |
-
msgstr "Flashuploader"
|
854 |
-
|
855 |
-
# @ adminimize
|
856 |
-
#: inc-options/backend_options.php:127
|
857 |
-
msgid "Disable the flashuploader and users use only the standard uploader."
|
858 |
-
msgstr "Deaktiviere den Flashuploader und Nutzer können nur den Standard-Uploader erreichen."
|
859 |
-
|
860 |
-
# @ adminimize
|
861 |
-
#: inc-options/backend_options.php:131
|
862 |
-
msgid "Category Height"
|
863 |
-
msgstr "Kategorie-Höhe"
|
864 |
-
|
865 |
-
# @ adminimize
|
866 |
-
#: inc-options/backend_options.php:137
|
867 |
-
msgid "View the Meta Box with Categories in the full height, no scrollbar or whitespace."
|
868 |
-
msgstr "Stellt in die Meta Box der Kategorien in voller Höhe dar, kein Scrollbar und kein Leerraum."
|
869 |
-
|
870 |
-
# @ adminimize
|
871 |
-
#: inc-options/backend_options.php:141
|
872 |
-
msgid "Advice in Footer"
|
873 |
-
msgstr "Hinweis im Footer"
|
874 |
-
|
875 |
-
# @ adminimize
|
876 |
-
#: inc-options/backend_options.php:148
|
877 |
-
msgid "In the Footer you can display an advice for changing the Default-design, (x)HTML is possible."
|
878 |
-
msgstr "Im Footer kann ein Hinweis auf die aktive Veränderung des Standard-Layout gesetzt werden, (x)HTML erlaubt."
|
879 |
-
|
880 |
-
# @ adminimize
|
881 |
-
#: inc-options/backend_options.php:170
|
882 |
-
msgid "Dashboard deactivate, redirect to"
|
883 |
-
msgstr "Dashboard inaktiv, Weiterleitung nach"
|
884 |
-
|
885 |
-
# @ adminimize
|
886 |
-
#: inc-options/backend_options.php:175
|
887 |
-
msgid "Manage Posts"
|
888 |
-
msgstr "Verwalten Beiträge"
|
889 |
-
|
890 |
-
# @ adminimize
|
891 |
-
#: inc-options/backend_options.php:176
|
892 |
-
msgid "Manage Pages"
|
893 |
-
msgstr "Verwalten Seiten"
|
894 |
-
|
895 |
-
# @ adminimize
|
896 |
-
#: inc-options/backend_options.php:177
|
897 |
-
msgid "Write Post"
|
898 |
-
msgstr "Schreiben Beitrag"
|
899 |
-
|
900 |
-
# @ adminimize
|
901 |
-
#: inc-options/backend_options.php:178
|
902 |
-
msgid "Write Page"
|
903 |
-
msgstr "Schreiben Seite"
|
904 |
-
|
905 |
-
# @ adminimize
|
906 |
-
#: inc-options/backend_options.php:179
|
907 |
-
msgid "Comments"
|
908 |
-
msgstr "Kommentare"
|
909 |
-
|
910 |
-
# @ adminimize
|
911 |
-
#: inc-options/backend_options.php:180
|
912 |
-
msgid "other Page"
|
913 |
-
msgstr "andere Seite"
|
914 |
-
|
915 |
-
# @ adminimize
|
916 |
-
#: inc-options/backend_options.php:183
|
917 |
-
msgid "You have deactivated the Dashboard, please select a page for redirection or define custom url, include http://?"
|
918 |
-
msgstr "Du hast das Dashboard deaktiviert; bitte wähle eine Seite für die Weiterleitung oder definiere eine eigene URL, inklusive http://"
|
919 |
-
|
920 |
-
# @ adminimize
|
921 |
-
#: inc-options/im_export_options.php:15
|
922 |
-
#: inc-options/minimenu.php:74
|
923 |
-
msgid "Export/Import Options"
|
924 |
-
msgstr "Export/Import Einstellungen"
|
925 |
-
|
926 |
-
# @ adminimize
|
927 |
-
#: inc-options/im_export_options.php:19
|
928 |
-
msgid "Export"
|
929 |
-
msgstr "Export"
|
930 |
-
|
931 |
-
# @ adminimize
|
932 |
-
#: inc-options/im_export_options.php:21
|
933 |
-
msgid "You can save a .seq file with your options."
|
934 |
-
msgstr "Du kannst deine Einstellungen in einer .seq Datei speichern."
|
935 |
-
|
936 |
-
# @ adminimize
|
937 |
-
#: inc-options/im_export_options.php:24
|
938 |
-
msgid "Export »"
|
939 |
-
msgstr "Exportieren »"
|
940 |
-
|
941 |
-
# @ adminimize
|
942 |
-
#: inc-options/im_export_options.php:28
|
943 |
-
msgid "Import"
|
944 |
-
msgstr "Import"
|
945 |
-
|
946 |
-
# @ adminimize
|
947 |
-
#: inc-options/im_export_options.php:31
|
948 |
-
msgid "Choose a Adminimize (<em>.seq</em>) file to upload, then click <em>Upload file and import</em>."
|
949 |
-
msgstr "Wähle eine Adminimize (<em>.seq</em>) Datei zum hoch laden und dann klick <em>Hochladen der Datei und importieren</em>"
|
950 |
-
|
951 |
-
# @ adminimize
|
952 |
-
#: inc-options/im_export_options.php:33
|
953 |
-
msgid "Choose a file from your computer"
|
954 |
-
msgstr "Wähle eine Datei vom Rechner"
|
955 |
-
|
956 |
-
# @ adminimize
|
957 |
-
#: inc-options/im_export_options.php:38
|
958 |
-
msgid "Upload file and import »"
|
959 |
-
msgstr "Hochladen der Datei und importieren »"
|
960 |
-
|
961 |
-
#: inc-options/minimenu.php:14
|
962 |
-
msgid "Network"
|
963 |
-
msgstr "Netzwerk"
|
964 |
-
|
965 |
-
# @ adminimize
|
966 |
-
#: inc-options/minimenu.php:23
|
967 |
-
msgid "MiniMenu"
|
968 |
-
msgstr "MiniMenu"
|
969 |
-
|
970 |
-
# @ adminimize
|
971 |
-
#: inc-options/minimenu.php:27
|
972 |
-
#: inc-options/minimenu.php:87
|
973 |
-
msgid "About the plugin"
|
974 |
-
msgstr "Über das Plugin"
|
975 |
-
|
976 |
-
# @ adminimize
|
977 |
-
#: inc-options/minimenu.php:45
|
978 |
-
#: inc-options/write_page_options.php:15
|
979 |
-
#: inc-options/write_page_options.php:22
|
980 |
-
msgid "Write options - Page"
|
981 |
-
msgstr "Schreiben Einstellungen - Seiten"
|
982 |
-
|
983 |
-
# @ adminimize
|
984 |
-
#: inc-options/minimenu.php:68
|
985 |
-
msgid "WP Nav Menu"
|
986 |
-
msgstr "WP Nav Menü"
|
987 |
-
|
988 |
-
# @ adminimize
|
989 |
-
#: inc-options/minimenu.php:89
|
990 |
-
msgid "Version"
|
991 |
-
msgstr "Version"
|
992 |
-
|
993 |
-
# @ adminimize
|
994 |
-
#: inc-options/minimenu.php:92
|
995 |
-
#, fuzzy
|
996 |
-
msgid "Further information: Visit the <a href=\"http://wordpress.org/extend/plugins/adminimize/\">plugin homepage</a> for further information or to grab the latest version of this plugin. Also see the <a href=\"http://wordpress.org/support/plugin/adminimize\">support forum</a> for questions."
|
997 |
-
msgstr "Weitere Informationen: Besuchen Sie die <a href=\"http://wordpress.org/extend/plugins/adminimize/\">Plugin Website</a> für weitere Informationen oder um die neueste Version des Plugins erhalten."
|
998 |
-
|
999 |
-
# @ adminimize
|
1000 |
-
#: inc-options/minimenu.php:94
|
1001 |
-
msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
|
1002 |
-
msgstr "Du willst Danke sagen? Besuche meine <a href=\"http://bueltge.de/wunschliste/\">Wunschliste</a> oder spende."
|
1003 |
-
|
1004 |
-
# @ adminimize
|
1005 |
-
#: inc-options/minimenu.php:99
|
1006 |
-
msgid "PayPal - The safer, easier way to pay online!"
|
1007 |
-
msgstr "PayPal - Der sichere und einfache Weg zu zahlen!"
|
1008 |
-
|
1009 |
-
# @ adminimize
|
1010 |
-
#: inc-options/minimenu.php:105
|
1011 |
-
#: inc-options/settings_notice.php:17
|
1012 |
-
msgid "Please note: The Adminimize settings page ignores the Menu Options below and displays the menu with all entries.<br /><span style=\"font-weight: 300;\">To view your changes to the menu you need to navigate away from the Adminimize settings page.</span>"
|
1013 |
-
msgstr "Beachte: Die Einstellungen des Plugins ignorieren Menu Einstellungen um alle Einträge darzustellen.<br /><span style=\\\"font-weight: 300;\\\">Um die Einstellungen an deiner Rolle zu prüfen, musst du eine andere Seite im Backend aufrufen.</span>"
|
1014 |
-
|
1015 |
-
#: inc-options/minimenu.php:106
|
1016 |
-
msgid "You have to activated the Plugin for your Multisite Network. Your settings works now on all blogs in the network. Please set the settings only in one blog, there you have all active menu items and plugins. If you update the settings then write the plugin new settings in dependence of the blog where you put, save the settings."
|
1017 |
-
msgstr "Du hast das Plugin für ein Multisite Netzwerk aktiviert. Deine Einstellungen werden nun in allen Blogs des Networks genutzt. Bitte setze die Einstellungen in dem Blog, in dem alle Menu-Einträge aktiv sind. Wenn du eine Aktualisierung der Einstellungen vornimmst, dann werden die Einstellungen neu gesetzt - mit den Werten des Blogs, in dem du gerade aktiv bist und als Einstellungen gespeichert."
|
1018 |
-
|
1019 |
-
# @ default
|
1020 |
-
#: inc-options/write_page_options.php:98
|
1021 |
-
msgid "Custom Fields"
|
1022 |
-
msgstr "Benutzerdefinierte Felder"
|
1023 |
-
|
1024 |
-
# @ adminimize
|
1025 |
-
#: inc-options/write_page_options.php:99
|
1026 |
-
msgid "Comments & Pings"
|
1027 |
-
msgstr "Kommentare & Pings"
|
1028 |
-
|
1029 |
-
# @ adminimize
|
1030 |
-
#: inc-options/write_page_options.php:101
|
1031 |
-
msgid "Password Protect This Page"
|
1032 |
-
msgstr "Diese Seite mit einem Passwort versehen"
|
1033 |
-
|
1034 |
-
# @ adminimize
|
1035 |
-
#: inc-options/write_page_options.php:102
|
1036 |
-
msgid "Attributes"
|
1037 |
-
msgstr "Attribute"
|
1038 |
-
|
1039 |
-
# @ adminimize
|
1040 |
-
#: inc-options/write_page_options.php:103
|
1041 |
-
msgid "Page Template"
|
1042 |
-
msgstr "Seiten Template"
|
1043 |
-
|
1044 |
-
# @ adminimize
|
1045 |
-
#: inc-options/write_page_options.php:104
|
1046 |
-
msgid "Page Order"
|
1047 |
-
msgstr "Reihenfolge"
|
1048 |
-
|
1049 |
-
# @ default
|
1050 |
-
#: inc-options/write_page_options.php:105
|
1051 |
-
msgid "Page Author"
|
1052 |
-
msgstr "Seitenautor"
|
1053 |
-
|
1054 |
-
# @ default
|
1055 |
-
#: inc-options/write_page_options.php:106
|
1056 |
-
msgid "Page Revisions"
|
1057 |
-
msgstr "Page Revisions"
|
1058 |
-
|
1059 |
-
# @ adminimize
|
1060 |
-
#: inc-options/write_page_options.php:107
|
1061 |
-
msgid "Related"
|
1062 |
-
msgstr "Siehe auch"
|
1063 |
-
|
1064 |
-
# @ adminimize
|
1065 |
-
#: inc-options/write_page_options.php:112
|
1066 |
-
msgid "Page Slug"
|
1067 |
-
msgstr "Titelform"
|
1068 |
-
|
1069 |
-
# @ adminimize
|
1070 |
-
#: inc-options/write_page_options.php:124
|
1071 |
-
msgid "Page Image"
|
1072 |
-
msgstr "Artikelbild"
|
1073 |
-
|
1074 |
-
# @ adminimize
|
1075 |
-
#: inc-options/write_page_options.php:135
|
1076 |
-
msgid "Parent, Order, Template"
|
1077 |
-
msgstr "Eltern, Reihenfolge, Template"
|
1078 |
-
|
1079 |
-
# @ adminimize
|
1080 |
-
#: inc-options/write_page_options.php:136
|
1081 |
-
msgid "Status"
|
1082 |
-
msgstr "Status"
|
1083 |
-
|
1084 |
-
# @ adminimize
|
1085 |
-
#: inc-options/write_page_options.php:185
|
1086 |
-
msgid "Your own page options"
|
1087 |
-
msgstr "Deine eigenen Seiten-Einstellungen"
|
1088 |
-
|
1089 |
-
# @ default
|
1090 |
-
#: inc-setup/admin-bar.php:239
|
1091 |
-
msgid "Network Admin"
|
1092 |
-
msgstr "Netwerk-Admin"
|
1093 |
-
|
1094 |
-
# @ default
|
1095 |
-
#: inc-setup/admin-bar.php:241
|
1096 |
-
msgid "Site Admin"
|
1097 |
-
msgstr "Site-Admin"
|
1098 |
-
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Adminimize\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-10-23 23:23+0100\n"
|
6 |
+
"PO-Revision-Date: 2012-10-23 23:27+0100\n"
|
7 |
+
"Last-Translator: Frank Bueltge <frank@bueltge.de>\n"
|
8 |
+
"Language-Team: Frank Bueltge <frank@bueltge.de>\n"
|
9 |
+
"Language: \n"
|
10 |
+
"MIME-Version: 1.0\n"
|
11 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
+
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
14 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
+
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
16 |
+
"X-Poedit-Basepath: /var/www/wp-plugins/adminimize/\n"
|
17 |
+
"X-Textdomain-Support: yes\n"
|
18 |
+
"X-Poedit-SearchPath-0: .\n"
|
19 |
+
|
20 |
+
# @ adminimize
|
21 |
+
#: adminimize.php:127
|
22 |
+
msgid "Unknown error."
|
23 |
+
msgstr "Unbekannter Fehler."
|
24 |
+
|
25 |
+
# @ adminimize
|
26 |
+
#: adminimize.php:136
|
27 |
+
msgid "The updates were saved."
|
28 |
+
msgstr "Die Einstellungen wurden gespeichert"
|
29 |
+
|
30 |
+
# @ adminimize
|
31 |
+
#: adminimize.php:137
|
32 |
+
msgid "You have not enough rights to edit entries in the database."
|
33 |
+
msgstr "Du hast nicht ausreichend Rechte um diese Aktion durchzuführen!"
|
34 |
+
|
35 |
+
# @ adminimize
|
36 |
+
#: adminimize.php:138
|
37 |
+
msgid "All entries in the database were imported."
|
38 |
+
msgstr "Alle Einträge wurden in die Datenbank geschrieben."
|
39 |
+
|
40 |
+
# @ adminimize
|
41 |
+
#: adminimize.php:139
|
42 |
+
msgid "All entries in the database were deleted."
|
43 |
+
msgstr "Die Einstellungen wurde gelöscht!"
|
44 |
+
|
45 |
+
# @ adminimize
|
46 |
+
#: adminimize.php:140
|
47 |
+
msgid "Set the checkbox on deinstall-button."
|
48 |
+
msgstr "Checkbox setzen, wenn wirklich deinstalliert werden soll!"
|
49 |
+
|
50 |
+
# @ adminimize
|
51 |
+
#: adminimize.php:141
|
52 |
+
msgid "Can't load menu and submenu."
|
53 |
+
msgstr "Menu und Submenu können nicht geladen werden!"
|
54 |
+
|
55 |
+
# @ adminimize
|
56 |
+
#: adminimize.php:142
|
57 |
+
msgid "Backend-Theme was activated!"
|
58 |
+
msgstr "Backend-Theme wurde zugewiesen!"
|
59 |
+
|
60 |
+
# @ adminimize
|
61 |
+
#: adminimize.php:143
|
62 |
+
msgid "Load user data to themes was successful."
|
63 |
+
msgstr "Das Laden der User-Daten zum Theme war erfolgreich."
|
64 |
+
|
65 |
+
# @ default
|
66 |
+
# @ adminimize
|
67 |
+
#: adminimize.php:511
|
68 |
+
#: inc-options/write_post_options.php:97
|
69 |
+
#: inc-options/links_options.php:52
|
70 |
+
#: inc-options/write_cp_options.php:103
|
71 |
+
msgid "Categories"
|
72 |
+
msgstr "Kategorien"
|
73 |
+
|
74 |
+
# @ default
|
75 |
+
#: adminimize.php:517
|
76 |
+
#: adminimize.php:528
|
77 |
+
msgid "+ Add New Category"
|
78 |
+
msgstr "+ Add New Category"
|
79 |
+
|
80 |
+
# @ default
|
81 |
+
#: adminimize.php:519
|
82 |
+
#: adminimize.php:530
|
83 |
+
msgid "New category name"
|
84 |
+
msgstr "New category name"
|
85 |
+
|
86 |
+
# @ default
|
87 |
+
#: adminimize.php:520
|
88 |
+
#: adminimize.php:532
|
89 |
+
msgid "Parent category"
|
90 |
+
msgstr "Parent category"
|
91 |
+
|
92 |
+
# @ default
|
93 |
+
#: adminimize.php:521
|
94 |
+
#: adminimize.php:533
|
95 |
+
msgid "Add"
|
96 |
+
msgstr "Add"
|
97 |
+
|
98 |
+
# @ default
|
99 |
+
# @ adminimize
|
100 |
+
#: adminimize.php:530
|
101 |
+
#: inc-options/write_post_options.php:98
|
102 |
+
#: inc-options/write_cp_options.php:104
|
103 |
+
msgid "Add New Category"
|
104 |
+
msgstr "Add New Category"
|
105 |
+
|
106 |
+
# @ default
|
107 |
+
#: adminimize.php:615
|
108 |
+
#: adminimize.php:618
|
109 |
+
msgid "Dashboard"
|
110 |
+
msgstr "Dashboard"
|
111 |
+
|
112 |
+
# @ default
|
113 |
+
#: adminimize.php:679
|
114 |
+
#: adminimize.php:681
|
115 |
+
#: adminimize.php:702
|
116 |
+
#: adminimize.php:704
|
117 |
+
#: adminimize.php:1077
|
118 |
+
msgid "Log Out"
|
119 |
+
msgstr "Log Out"
|
120 |
+
|
121 |
+
# @ default
|
122 |
+
#: adminimize.php:1107
|
123 |
+
msgid "Settings"
|
124 |
+
msgstr "Settings"
|
125 |
+
|
126 |
+
# @ adminimize
|
127 |
+
#: adminimize.php:1134
|
128 |
+
msgid "Adminimize Options"
|
129 |
+
msgstr "Adminimize Einstellungen"
|
130 |
+
|
131 |
+
# @ adminimize
|
132 |
+
#: adminimize.php:1135
|
133 |
+
#: inc-options/minimenu.php:18
|
134 |
+
msgid "Adminimize"
|
135 |
+
msgstr "Adminimize"
|
136 |
+
|
137 |
+
# @ default
|
138 |
+
#: adminimize.php:1158
|
139 |
+
msgid "Cheatin’ uh?"
|
140 |
+
msgstr "Cheatin’ uh?"
|
141 |
+
|
142 |
+
# @ default
|
143 |
+
#: inc-options/write_post_options.php:15
|
144 |
+
#: inc-options/menu_options.php:15
|
145 |
+
#: inc-options/links_options.php:15
|
146 |
+
#: inc-options/wp_nav_menu_options.php:14
|
147 |
+
#: inc-options/theme_options.php:14
|
148 |
+
#: inc-options/deinstall_options.php:14
|
149 |
+
#: inc-options/dashboard_options.php:16
|
150 |
+
#: inc-options/write_cp_options.php:20
|
151 |
+
#: inc-options/global_options.php:15
|
152 |
+
#: inc-options/backend_options.php:15
|
153 |
+
#: inc-options/im_export_options.php:14
|
154 |
+
#: inc-options/minimenu.php:22
|
155 |
+
#: inc-options/minimenu.php:86
|
156 |
+
#: inc-options/write_page_options.php:14
|
157 |
+
msgid "Click to toggle"
|
158 |
+
msgstr "Zum Umschalten klicken"
|
159 |
+
|
160 |
+
# @ adminimize
|
161 |
+
#: inc-options/write_post_options.php:16
|
162 |
+
#: inc-options/write_post_options.php:23
|
163 |
+
#: inc-options/minimenu.php:42
|
164 |
+
msgid "Write options - Post"
|
165 |
+
msgstr "Schreiben Einstellungen - Beiträge"
|
166 |
+
|
167 |
+
# @ adminimize
|
168 |
+
#: inc-options/write_post_options.php:26
|
169 |
+
#: inc-options/menu_options.php:26
|
170 |
+
#: inc-options/links_options.php:26
|
171 |
+
#: inc-options/wp_nav_menu_options.php:25
|
172 |
+
#: inc-options/dashboard_options.php:36
|
173 |
+
#: inc-options/write_cp_options.php:33
|
174 |
+
#: inc-options/global_options.php:26
|
175 |
+
#: inc-options/write_page_options.php:25
|
176 |
+
msgid "Deactivate for"
|
177 |
+
msgstr "Deaktiviere für"
|
178 |
+
|
179 |
+
# @ adminimize
|
180 |
+
# @ default
|
181 |
+
#: inc-options/write_post_options.php:92
|
182 |
+
#: inc-options/wp_nav_menu_options.php:48
|
183 |
+
#: inc-options/write_cp_options.php:98
|
184 |
+
#: inc-options/write_page_options.php:94
|
185 |
+
msgid "Help"
|
186 |
+
msgstr "Hilfe"
|
187 |
+
|
188 |
+
# @ adminimize
|
189 |
+
# @ default
|
190 |
+
#: inc-options/write_post_options.php:93
|
191 |
+
#: inc-options/wp_nav_menu_options.php:49
|
192 |
+
#: inc-options/write_cp_options.php:99
|
193 |
+
#: inc-options/global_options.php:50
|
194 |
+
#: inc-options/write_page_options.php:95
|
195 |
+
msgid "Screen Options"
|
196 |
+
msgstr "kontextabhängige Optionen"
|
197 |
+
|
198 |
+
# @ adminimize
|
199 |
+
#: inc-options/write_post_options.php:94
|
200 |
+
#: inc-options/write_page_options.php:96
|
201 |
+
msgid "Title"
|
202 |
+
msgstr "Title"
|
203 |
+
|
204 |
+
# @ adminimize
|
205 |
+
#: inc-options/write_post_options.php:95
|
206 |
+
#: inc-options/write_cp_options.php:100
|
207 |
+
#: inc-options/write_page_options.php:97
|
208 |
+
msgid "Permalink"
|
209 |
+
msgstr "Permalink"
|
210 |
+
|
211 |
+
# @ adminimize
|
212 |
+
# @ default
|
213 |
+
#: inc-options/write_post_options.php:96
|
214 |
+
#: inc-options/write_post_options.php:131
|
215 |
+
#: inc-options/write_cp_options.php:101
|
216 |
+
#: inc-options/write_cp_options.php:139
|
217 |
+
msgid "Tags"
|
218 |
+
msgstr "Tags"
|
219 |
+
|
220 |
+
# @ default
|
221 |
+
# @ adminimize
|
222 |
+
#: inc-options/write_post_options.php:99
|
223 |
+
#: inc-options/write_page_options.php:100
|
224 |
+
#: inc-options/write_page_options.php:131
|
225 |
+
msgid "Date"
|
226 |
+
msgstr "Datum"
|
227 |
+
|
228 |
+
# @ adminimize
|
229 |
+
#: inc-options/write_post_options.php:100
|
230 |
+
#: inc-options/write_cp_options.php:105
|
231 |
+
msgid "Password Protect This Post"
|
232 |
+
msgstr "Diesen Artikel durch ein Passwort schützen"
|
233 |
+
|
234 |
+
# @ adminimize
|
235 |
+
#: inc-options/write_post_options.php:101
|
236 |
+
#: inc-options/write_cp_options.php:106
|
237 |
+
msgid "Related, Shortcuts"
|
238 |
+
msgstr "Siehe auch, Tastaturkürzel"
|
239 |
+
|
240 |
+
# @ adminimize
|
241 |
+
#: inc-options/write_post_options.php:102
|
242 |
+
#: inc-options/write_cp_options.php:107
|
243 |
+
#: inc-options/write_page_options.php:108
|
244 |
+
msgid "Messages"
|
245 |
+
msgstr "Mitteilungen"
|
246 |
+
|
247 |
+
# @ adminimize
|
248 |
+
#: inc-options/write_post_options.php:103
|
249 |
+
#: inc-options/write_cp_options.php:108
|
250 |
+
#: inc-options/write_page_options.php:109
|
251 |
+
msgid "h2: Advanced Options"
|
252 |
+
msgstr "h2: Erweiterte Einstellungen"
|
253 |
+
|
254 |
+
# @ adminimize
|
255 |
+
#: inc-options/write_post_options.php:104
|
256 |
+
#: inc-options/write_cp_options.php:109
|
257 |
+
#: inc-options/write_page_options.php:110
|
258 |
+
msgid "Media Buttons (all)"
|
259 |
+
msgstr "Media Buttons (alle)"
|
260 |
+
|
261 |
+
# @ adminimize
|
262 |
+
#: inc-options/write_post_options.php:105
|
263 |
+
#: inc-options/write_cp_options.php:110
|
264 |
+
#: inc-options/write_page_options.php:111
|
265 |
+
msgid "Word count"
|
266 |
+
msgstr "Word count"
|
267 |
+
|
268 |
+
# @ adminimize
|
269 |
+
#: inc-options/write_post_options.php:106
|
270 |
+
#: inc-options/write_cp_options.php:111
|
271 |
+
msgid "Post Slug"
|
272 |
+
msgstr "Titelform"
|
273 |
+
|
274 |
+
# @ adminimize
|
275 |
+
#: inc-options/write_post_options.php:107
|
276 |
+
#: inc-options/links_options.php:56
|
277 |
+
#: inc-options/write_cp_options.php:112
|
278 |
+
#: inc-options/write_page_options.php:113
|
279 |
+
msgid "Publish Actions"
|
280 |
+
msgstr "Publish Actions"
|
281 |
+
|
282 |
+
# @ default
|
283 |
+
# @ adminimize
|
284 |
+
#: inc-options/write_post_options.php:108
|
285 |
+
#: inc-options/write_cp_options.php:113
|
286 |
+
#: inc-options/write_page_options.php:114
|
287 |
+
msgid "Discussion"
|
288 |
+
msgstr "Kommentare"
|
289 |
+
|
290 |
+
# @ default
|
291 |
+
# @ adminimize
|
292 |
+
#: inc-options/write_post_options.php:109
|
293 |
+
#: inc-options/write_cp_options.php:114
|
294 |
+
#: inc-options/write_page_options.php:115
|
295 |
+
msgid "HTML Editor Button"
|
296 |
+
msgstr "HTML Editor Button"
|
297 |
+
|
298 |
+
# @ adminimize
|
299 |
+
#: inc-options/write_post_options.php:118
|
300 |
+
#: inc-options/write_cp_options.php:124
|
301 |
+
msgid "Post Thumbnail"
|
302 |
+
msgstr "Artikelbild"
|
303 |
+
|
304 |
+
# @ adminimize
|
305 |
+
#: inc-options/write_post_options.php:122
|
306 |
+
#: inc-options/write_cp_options.php:130
|
307 |
+
#: inc-options/write_page_options.php:128
|
308 |
+
msgid "Quick Edit Link"
|
309 |
+
msgstr "QuickEdit Link"
|
310 |
+
|
311 |
+
# @ adminimize
|
312 |
+
#: inc-options/write_post_options.php:123
|
313 |
+
#: inc-options/write_post_options.php:127
|
314 |
+
#: inc-options/write_post_options.php:130
|
315 |
+
#: inc-options/write_post_options.php:133
|
316 |
+
#: inc-options/write_cp_options.php:131
|
317 |
+
#: inc-options/write_cp_options.php:135
|
318 |
+
#: inc-options/write_cp_options.php:138
|
319 |
+
#: inc-options/write_cp_options.php:141
|
320 |
+
#: inc-options/write_page_options.php:129
|
321 |
+
#: inc-options/write_page_options.php:134
|
322 |
+
#: inc-options/write_page_options.php:137
|
323 |
+
msgid "QE"
|
324 |
+
msgstr "QE"
|
325 |
+
|
326 |
+
# @ adminimize
|
327 |
+
#: inc-options/write_post_options.php:123
|
328 |
+
#: inc-options/write_cp_options.php:131
|
329 |
+
#: inc-options/write_page_options.php:129
|
330 |
+
msgid "Inline Edit Left"
|
331 |
+
msgstr "Inline Edit Links"
|
332 |
+
|
333 |
+
# @ adminimize
|
334 |
+
#: inc-options/write_post_options.php:124
|
335 |
+
#: inc-options/write_cp_options.php:132
|
336 |
+
#: inc-options/write_page_options.php:130
|
337 |
+
msgid "All Labels"
|
338 |
+
msgstr "Alle labels"
|
339 |
+
|
340 |
+
# @ default
|
341 |
+
#: inc-options/write_post_options.php:125
|
342 |
+
#: inc-options/write_cp_options.php:133
|
343 |
+
#: inc-options/write_page_options.php:132
|
344 |
+
msgid "Author"
|
345 |
+
msgstr "Author"
|
346 |
+
|
347 |
+
# @ adminimize
|
348 |
+
#: inc-options/write_post_options.php:126
|
349 |
+
#: inc-options/write_cp_options.php:134
|
350 |
+
#: inc-options/write_page_options.php:133
|
351 |
+
msgid "Password and Private"
|
352 |
+
msgstr "Passwort und Privat-Flag"
|
353 |
+
|
354 |
+
# @ adminimize
|
355 |
+
#: inc-options/write_post_options.php:127
|
356 |
+
#: inc-options/write_cp_options.php:135
|
357 |
+
msgid "Inline Edit Center"
|
358 |
+
msgstr "Inline Edit mitte"
|
359 |
+
|
360 |
+
# @ adminimize
|
361 |
+
#: inc-options/write_post_options.php:128
|
362 |
+
#: inc-options/write_cp_options.php:136
|
363 |
+
msgid "Categories Title"
|
364 |
+
msgstr "Kategorien Title"
|
365 |
+
|
366 |
+
# @ adminimize
|
367 |
+
#: inc-options/write_post_options.php:129
|
368 |
+
#: inc-options/write_cp_options.php:137
|
369 |
+
msgid "Categories List"
|
370 |
+
msgstr "Kategorien Liste"
|
371 |
+
|
372 |
+
# @ adminimize
|
373 |
+
#: inc-options/write_post_options.php:130
|
374 |
+
#: inc-options/write_cp_options.php:138
|
375 |
+
#: inc-options/write_page_options.php:134
|
376 |
+
msgid "Inline Edit Right"
|
377 |
+
msgstr "Inline Edit rechts"
|
378 |
+
|
379 |
+
# @ adminimize
|
380 |
+
#: inc-options/write_post_options.php:132
|
381 |
+
#: inc-options/write_cp_options.php:140
|
382 |
+
msgid "Status, Sticky"
|
383 |
+
msgstr "Status, Sticky"
|
384 |
+
|
385 |
+
# @ adminimize
|
386 |
+
#: inc-options/write_post_options.php:133
|
387 |
+
#: inc-options/write_cp_options.php:141
|
388 |
+
#: inc-options/write_page_options.php:137
|
389 |
+
msgid "Cancel/Save Button"
|
390 |
+
msgstr "Abbrechen/Aktualisieren Button"
|
391 |
+
|
392 |
+
# @ adminimize
|
393 |
+
#: inc-options/write_post_options.php:181
|
394 |
+
msgid "Your own post options"
|
395 |
+
msgstr "Deine eigenen Beitrags-Einstellungen"
|
396 |
+
|
397 |
+
# @ adminimize
|
398 |
+
#: inc-options/write_post_options.php:181
|
399 |
+
#: inc-options/links_options.php:100
|
400 |
+
#: inc-options/wp_nav_menu_options.php:121
|
401 |
+
#: inc-options/dashboard_options.php:96
|
402 |
+
#: inc-options/write_cp_options.php:206
|
403 |
+
#: inc-options/global_options.php:96
|
404 |
+
#: inc-options/write_page_options.php:185
|
405 |
+
msgid "ID or class"
|
406 |
+
msgstr "ID oder Klasse"
|
407 |
+
|
408 |
+
# @ adminimize
|
409 |
+
#: inc-options/write_post_options.php:182
|
410 |
+
#: inc-options/links_options.php:23
|
411 |
+
#: inc-options/links_options.php:101
|
412 |
+
#: inc-options/wp_nav_menu_options.php:22
|
413 |
+
#: inc-options/wp_nav_menu_options.php:122
|
414 |
+
#: inc-options/dashboard_options.php:33
|
415 |
+
#: inc-options/dashboard_options.php:97
|
416 |
+
#: inc-options/write_cp_options.php:208
|
417 |
+
#: inc-options/global_options.php:23
|
418 |
+
#: inc-options/global_options.php:97
|
419 |
+
#: inc-options/write_page_options.php:186
|
420 |
+
msgid "Option"
|
421 |
+
msgstr "Einstellung"
|
422 |
+
|
423 |
+
# @ adminimize
|
424 |
+
#: inc-options/write_post_options.php:188
|
425 |
+
#: inc-options/links_options.php:107
|
426 |
+
#: inc-options/wp_nav_menu_options.php:128
|
427 |
+
#: inc-options/dashboard_options.php:103
|
428 |
+
#: inc-options/write_cp_options.php:215
|
429 |
+
#: inc-options/global_options.php:103
|
430 |
+
#: inc-options/write_page_options.php:192
|
431 |
+
msgid "It is possible to add your own IDs or classes from elements and tags. You can find IDs and classes with the FireBug Add-on for Firefox. Assign a value and the associate name per line."
|
432 |
+
msgstr "Es ist möglich, dass du eigene IDs und Klassen eines Elementes oder Tags hinzufügst. Du findest IDs und Klassen sehr einfach mit dem Firebug Add-on für den Firefox. Füge pro Zeile einen Wert und dazugehörigen Namen ein."
|
433 |
+
|
434 |
+
# @ adminimize
|
435 |
+
#: inc-options/write_post_options.php:194
|
436 |
+
#: inc-options/links_options.php:113
|
437 |
+
#: inc-options/wp_nav_menu_options.php:134
|
438 |
+
#: inc-options/dashboard_options.php:109
|
439 |
+
#: inc-options/write_cp_options.php:225
|
440 |
+
#: inc-options/global_options.php:109
|
441 |
+
#: inc-options/write_page_options.php:198
|
442 |
+
msgid "Possible nomination for ID or class. Separate multiple nominations through a carriage return."
|
443 |
+
msgstr "Mögliche Benennung der ID oder Klasse. Trenne Werte durch eine neue Zeile."
|
444 |
+
|
445 |
+
# @ adminimize
|
446 |
+
#: inc-options/write_post_options.php:199
|
447 |
+
#: inc-options/links_options.php:118
|
448 |
+
#: inc-options/wp_nav_menu_options.php:139
|
449 |
+
#: inc-options/dashboard_options.php:114
|
450 |
+
#: inc-options/write_cp_options.php:233
|
451 |
+
#: inc-options/global_options.php:114
|
452 |
+
#: inc-options/write_page_options.php:203
|
453 |
+
msgid "Possible IDs or classes. Separate multiple values through a carriage return."
|
454 |
+
msgstr "Mögliche IDs oder Klassen. Trenne Werte durch eine neue Zeile."
|
455 |
+
|
456 |
+
# @ adminimize
|
457 |
+
#: inc-options/write_post_options.php:207
|
458 |
+
#: inc-options/menu_options.php:155
|
459 |
+
#: inc-options/links_options.php:126
|
460 |
+
#: inc-options/wp_nav_menu_options.php:147
|
461 |
+
#: inc-options/dashboard_options.php:122
|
462 |
+
#: inc-options/write_cp_options.php:243
|
463 |
+
#: inc-options/global_options.php:122
|
464 |
+
#: inc-options/backend_options.php:192
|
465 |
+
#: inc-options/write_page_options.php:211
|
466 |
+
msgid "Update Options"
|
467 |
+
msgstr "Einstellungen aktualisieren"
|
468 |
+
|
469 |
+
# @ adminimize
|
470 |
+
#: inc-options/write_post_options.php:209
|
471 |
+
#: inc-options/menu_options.php:157
|
472 |
+
#: inc-options/links_options.php:129
|
473 |
+
#: inc-options/wp_nav_menu_options.php:149
|
474 |
+
#: inc-options/theme_options.php:105
|
475 |
+
#: inc-options/deinstall_options.php:27
|
476 |
+
#: inc-options/dashboard_options.php:127
|
477 |
+
#: inc-options/write_cp_options.php:248
|
478 |
+
#: inc-options/global_options.php:124
|
479 |
+
#: inc-options/backend_options.php:194
|
480 |
+
#: inc-options/im_export_options.php:41
|
481 |
+
#: inc-options/minimenu.php:109
|
482 |
+
#: inc-options/write_page_options.php:213
|
483 |
+
msgid "scroll to top"
|
484 |
+
msgstr "Nach oben"
|
485 |
+
|
486 |
+
# @ adminimize
|
487 |
+
#: inc-options/menu_options.php:16
|
488 |
+
#: inc-options/minimenu.php:39
|
489 |
+
msgid "Menu Options"
|
490 |
+
msgstr "Menu Einstellungen"
|
491 |
+
|
492 |
+
# @ adminimize
|
493 |
+
#: inc-options/menu_options.php:23
|
494 |
+
msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
|
495 |
+
msgstr "Menu Einstellungen - Menu, <span style=\"font-weight: 400;\">Submenu</span>"
|
496 |
+
|
497 |
+
# @ adminimize
|
498 |
+
#: inc-options/menu_options.php:67
|
499 |
+
#: inc-options/menu_options.php:119
|
500 |
+
msgid "After activate the check box it heavy attitudes will change."
|
501 |
+
msgstr "Wenn die Checkbox aktiv ist, dann wird das Ändern von Einstellungen erschwert."
|
502 |
+
|
503 |
+
# @ default
|
504 |
+
#: inc-options/menu_options.php:102
|
505 |
+
msgid "Profile"
|
506 |
+
msgstr "Profile"
|
507 |
+
|
508 |
+
# @ adminimize
|
509 |
+
#: inc-options/links_options.php:16
|
510 |
+
#: inc-options/minimenu.php:65
|
511 |
+
msgid "Links options"
|
512 |
+
msgstr "Link Einstellungen"
|
513 |
+
|
514 |
+
# @ default
|
515 |
+
#: inc-options/links_options.php:49
|
516 |
+
msgid "Name"
|
517 |
+
msgstr "Name"
|
518 |
+
|
519 |
+
# @ default
|
520 |
+
#: inc-options/links_options.php:50
|
521 |
+
msgid "Web Address"
|
522 |
+
msgstr "Web-Adresse"
|
523 |
+
|
524 |
+
# @ default
|
525 |
+
#: inc-options/links_options.php:51
|
526 |
+
msgid "Description"
|
527 |
+
msgstr "Beschreibung"
|
528 |
+
|
529 |
+
# @ default
|
530 |
+
#: inc-options/links_options.php:53
|
531 |
+
msgid "Target"
|
532 |
+
msgstr "Target"
|
533 |
+
|
534 |
+
# @ default
|
535 |
+
#: inc-options/links_options.php:54
|
536 |
+
msgid "Link Relationship (XFN)"
|
537 |
+
msgstr "Link-Beziehungen (XFN)"
|
538 |
+
|
539 |
+
# @ default
|
540 |
+
#: inc-options/links_options.php:55
|
541 |
+
msgid "Advanced"
|
542 |
+
msgstr "Erweitert"
|
543 |
+
|
544 |
+
# @ adminimize
|
545 |
+
#: inc-options/links_options.php:100
|
546 |
+
msgid "Your own Link options"
|
547 |
+
msgstr "Deine eigenen Link Einstellungen"
|
548 |
+
|
549 |
+
# @ adminimize
|
550 |
+
#: inc-options/wp_nav_menu_options.php:15
|
551 |
+
msgid "WP Nav Menu options"
|
552 |
+
msgstr "WP Nav Menü Einstellungen"
|
553 |
+
|
554 |
+
# @ adminimize
|
555 |
+
# @ default
|
556 |
+
#: inc-options/wp_nav_menu_options.php:50
|
557 |
+
#: inc-options/wp_nav_menu_options.php:56
|
558 |
+
msgid "Theme Locations"
|
559 |
+
msgstr "Anordnung im Theme"
|
560 |
+
|
561 |
+
# @ adminimize
|
562 |
+
#: inc-options/wp_nav_menu_options.php:51
|
563 |
+
msgid "Custom Links"
|
564 |
+
msgstr "Benutzerdef. Links"
|
565 |
+
|
566 |
+
# @ adminimize
|
567 |
+
#: inc-options/wp_nav_menu_options.php:52
|
568 |
+
msgid "Add menu"
|
569 |
+
msgstr "Menu hinzufügen"
|
570 |
+
|
571 |
+
# @ adminimize
|
572 |
+
#: inc-options/wp_nav_menu_options.php:121
|
573 |
+
msgid "Your own Nav Menu options"
|
574 |
+
msgstr "Deine eigenen Nav Menu Einstellungen"
|
575 |
+
|
576 |
+
# @ adminimize
|
577 |
+
#: inc-options/theme_options.php:15
|
578 |
+
#: inc-options/theme_options.php:100
|
579 |
+
#: inc-options/minimenu.php:71
|
580 |
+
msgid "Set Theme"
|
581 |
+
msgstr "Theme zuweisen"
|
582 |
+
|
583 |
+
# @ adminimize
|
584 |
+
#: inc-options/theme_options.php:22
|
585 |
+
msgid "For better peformance with many users on your blog; load only userlist, when you will change the theme options for users."
|
586 |
+
msgstr "Für eine bessere Performance bei vielen Usern in deinem Blog werden die Userdaten nur nach Aufforderung geladen."
|
587 |
+
|
588 |
+
# @ adminimize
|
589 |
+
#: inc-options/theme_options.php:25
|
590 |
+
msgid "Load User Data"
|
591 |
+
msgstr "Lade User Daten"
|
592 |
+
|
593 |
+
# @ default
|
594 |
+
#: inc-options/theme_options.php:36
|
595 |
+
msgid "User-ID"
|
596 |
+
msgstr "User-ID"
|
597 |
+
|
598 |
+
# @ default
|
599 |
+
#: inc-options/theme_options.php:37
|
600 |
+
msgid "Username"
|
601 |
+
msgstr "Benutzername"
|
602 |
+
|
603 |
+
# @ default
|
604 |
+
#: inc-options/theme_options.php:38
|
605 |
+
msgid "Display name publicly as"
|
606 |
+
msgstr "Name im Blog"
|
607 |
+
|
608 |
+
# @ default
|
609 |
+
#: inc-options/theme_options.php:39
|
610 |
+
msgid "Admin-Color Scheme"
|
611 |
+
msgstr "Admin-Color Scheme"
|
612 |
+
|
613 |
+
# @ default
|
614 |
+
#: inc-options/theme_options.php:40
|
615 |
+
msgid "User Level"
|
616 |
+
msgstr "User Level"
|
617 |
+
|
618 |
+
# @ default
|
619 |
+
#: inc-options/theme_options.php:41
|
620 |
+
msgid "Role"
|
621 |
+
msgstr "Rolle"
|
622 |
+
|
623 |
+
# @ adminimize
|
624 |
+
#: inc-options/deinstall_options.php:15
|
625 |
+
#: inc-options/minimenu.php:77
|
626 |
+
msgid "Deinstall Options"
|
627 |
+
msgstr "Einstellungen deinstallieren"
|
628 |
+
|
629 |
+
# @ adminimize
|
630 |
+
#: inc-options/deinstall_options.php:18
|
631 |
+
msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
|
632 |
+
msgstr "Nutze diese Option, um die Einstellungen für das Plugin in der Datenbank zu löschen. Das Plugin entfernt die Einträge <strong>nicht</strong>, wenn es deaktiviert wird!"
|
633 |
+
|
634 |
+
# @ adminimize
|
635 |
+
#: inc-options/deinstall_options.php:22
|
636 |
+
msgid "Delete Options"
|
637 |
+
msgstr "Einstellungen Löschen"
|
638 |
+
|
639 |
+
# @ adminimize
|
640 |
+
#: inc-options/dashboard_options.php:17
|
641 |
+
#: inc-options/minimenu.php:36
|
642 |
+
msgid "Dashboard options"
|
643 |
+
msgstr "Dashboard Einstellungen"
|
644 |
+
|
645 |
+
# @ adminimize
|
646 |
+
#: inc-options/dashboard_options.php:25
|
647 |
+
msgid "To complete the installation for Dashboard Widgets you must visit your dashboard once and then come back to Settings > Adminimize to configure who has access to each widget."
|
648 |
+
msgstr "Um die Installation für Dashboard Widgets abzuschließen, musst du das Dashboard einmal besuchen und dann zurück zu den Einstellungen > Adminimize kommen, um den Zugriff der Widgets zu steuern."
|
649 |
+
|
650 |
+
# @ adminimize
|
651 |
+
#: inc-options/dashboard_options.php:96
|
652 |
+
#: inc-options/global_options.php:96
|
653 |
+
msgid "Your own options"
|
654 |
+
msgstr "Deine eigenen Einstellungen"
|
655 |
+
|
656 |
+
# @ adminimize
|
657 |
+
#: inc-options/write_cp_options.php:22
|
658 |
+
#: inc-options/write_cp_options.php:30
|
659 |
+
#: inc-options/minimenu.php:56
|
660 |
+
msgid "Write options"
|
661 |
+
msgstr "Einstellungen Schreiben"
|
662 |
+
|
663 |
+
# @ adminimize
|
664 |
+
#: inc-options/write_cp_options.php:102
|
665 |
+
msgid "Format"
|
666 |
+
msgstr "Format"
|
667 |
+
|
668 |
+
# @ adminimize
|
669 |
+
#: inc-options/write_cp_options.php:205
|
670 |
+
#, php-format
|
671 |
+
msgid "Your own %s options"
|
672 |
+
msgstr "Deine eigenen %s Einstellungen"
|
673 |
+
|
674 |
+
# @ adminimize
|
675 |
+
#: inc-options/global_options.php:16
|
676 |
+
#: inc-options/minimenu.php:33
|
677 |
+
msgid "Global options"
|
678 |
+
msgstr "Globale Einstellungen"
|
679 |
+
|
680 |
+
# @ adminimize
|
681 |
+
#: inc-options/global_options.php:47
|
682 |
+
msgid "Admin Bar"
|
683 |
+
msgstr "Admin Bar"
|
684 |
+
|
685 |
+
# @ adminimize
|
686 |
+
#: inc-options/global_options.php:48
|
687 |
+
msgid "Favorite Actions"
|
688 |
+
msgstr "Favorisierte Aktionen"
|
689 |
+
|
690 |
+
# @ adminimize
|
691 |
+
#: inc-options/global_options.php:49
|
692 |
+
msgid "Screen-Meta"
|
693 |
+
msgstr "Screen-Meta"
|
694 |
+
|
695 |
+
# @ adminimize
|
696 |
+
#: inc-options/global_options.php:51
|
697 |
+
msgid "Contextual Help"
|
698 |
+
msgstr "kontextabhängig Hilfe"
|
699 |
+
|
700 |
+
# @ adminimize
|
701 |
+
#: inc-options/global_options.php:52
|
702 |
+
msgid "Admin Color Scheme"
|
703 |
+
msgstr "Farbschema verwalten"
|
704 |
+
|
705 |
+
# @ adminimize
|
706 |
+
#: inc-options/backend_options.php:16
|
707 |
+
#: inc-options/minimenu.php:30
|
708 |
+
msgid "Backend Options"
|
709 |
+
msgstr "Einstellungen Backend"
|
710 |
+
|
711 |
+
# @ adminimize
|
712 |
+
#: inc-options/backend_options.php:27
|
713 |
+
#, fuzzy
|
714 |
+
msgid "Use Global Settings"
|
715 |
+
msgstr "Globale Einstellungen"
|
716 |
+
|
717 |
+
#: inc-options/backend_options.php:36
|
718 |
+
msgid "The plugin is active in multiste."
|
719 |
+
msgstr "Das Plugin ist aktiv für die Multisite Umgebung."
|
720 |
+
|
721 |
+
#: inc-options/backend_options.php:40
|
722 |
+
msgid "False"
|
723 |
+
msgstr "Falsch"
|
724 |
+
|
725 |
+
#: inc-options/backend_options.php:41
|
726 |
+
msgid "True"
|
727 |
+
msgstr "Wahr"
|
728 |
+
|
729 |
+
#: inc-options/backend_options.php:42
|
730 |
+
msgid "Use the settings global in your Multisite network."
|
731 |
+
msgstr "Nutze die Einstellungen global in deinem Multisite Netzwerk."
|
732 |
+
|
733 |
+
# @ adminimize
|
734 |
+
#: inc-options/backend_options.php:47
|
735 |
+
msgid "Exclude Super Admin"
|
736 |
+
msgstr "Ausschließen des Super Admin"
|
737 |
+
|
738 |
+
# @ adminimize
|
739 |
+
#: inc-options/backend_options.php:51
|
740 |
+
#: inc-options/backend_options.php:62
|
741 |
+
#: inc-options/backend_options.php:75
|
742 |
+
#: inc-options/backend_options.php:85
|
743 |
+
#: inc-options/backend_options.php:95
|
744 |
+
#: inc-options/backend_options.php:105
|
745 |
+
#: inc-options/backend_options.php:115
|
746 |
+
#: inc-options/backend_options.php:125
|
747 |
+
#: inc-options/backend_options.php:135
|
748 |
+
#: inc-options/backend_options.php:145
|
749 |
+
#: inc-options/backend_options.php:174
|
750 |
+
msgid "Default"
|
751 |
+
msgstr "Standard"
|
752 |
+
|
753 |
+
# @ adminimize
|
754 |
+
#: inc-options/backend_options.php:52
|
755 |
+
#: inc-options/backend_options.php:106
|
756 |
+
#: inc-options/backend_options.php:116
|
757 |
+
#: inc-options/backend_options.php:126
|
758 |
+
#: inc-options/backend_options.php:136
|
759 |
+
#: inc-options/backend_options.php:146
|
760 |
+
msgid "Activate"
|
761 |
+
msgstr "Aktiv"
|
762 |
+
|
763 |
+
# @ adminimize
|
764 |
+
#: inc-options/backend_options.php:53
|
765 |
+
msgid "Exclude the Super Admin on a WP Multisite Install from all limitations of this plugin."
|
766 |
+
msgstr "Schließe den Super Admin in einer WordPress Multisite Installation von allen Restriktionen dieses Plugins aus."
|
767 |
+
|
768 |
+
# @ adminimize
|
769 |
+
#: inc-options/backend_options.php:58
|
770 |
+
msgid "User-Info"
|
771 |
+
msgstr "User-Info"
|
772 |
+
|
773 |
+
# @ adminimize
|
774 |
+
#: inc-options/backend_options.php:63
|
775 |
+
#: inc-options/backend_options.php:86
|
776 |
+
#: inc-options/backend_options.php:96
|
777 |
+
msgid "Hide"
|
778 |
+
msgstr "Ausblenden"
|
779 |
+
|
780 |
+
# @ adminimize
|
781 |
+
#: inc-options/backend_options.php:64
|
782 |
+
msgid "Only logout"
|
783 |
+
msgstr "nur Abmelden"
|
784 |
+
|
785 |
+
# @ adminimize
|
786 |
+
#: inc-options/backend_options.php:65
|
787 |
+
msgid "User & Logout"
|
788 |
+
msgstr "User & Abmelden"
|
789 |
+
|
790 |
+
# @ adminimize
|
791 |
+
#: inc-options/backend_options.php:66
|
792 |
+
msgid "The "User-Info-area" is on the top right side of the backend. You can hide or reduced show."
|
793 |
+
msgstr "Der "User-Info-Bereich" ist im oberen rechten Bereich zu finden und kann ausgeblendet oder reduziert dargestellt werden."
|
794 |
+
|
795 |
+
# @ adminimize
|
796 |
+
#: inc-options/backend_options.php:71
|
797 |
+
msgid "Change User-Info, redirect to"
|
798 |
+
msgstr "User Info geändert, Weiterleitung nach"
|
799 |
+
|
800 |
+
# @ adminimize
|
801 |
+
#: inc-options/backend_options.php:76
|
802 |
+
msgid "Frontpage of the Blog"
|
803 |
+
msgstr "Startseite des Blog"
|
804 |
+
|
805 |
+
# @ adminimize
|
806 |
+
#: inc-options/backend_options.php:77
|
807 |
+
msgid "When the "User-Info-area" change it, then it is possible to change the redirect."
|
808 |
+
msgstr "Wenn der "User-Info-Bereich" geändert wird, dann kann die die Weiterleitung nach einem Logout geändert werden."
|
809 |
+
|
810 |
+
# @ adminimize
|
811 |
+
#: inc-options/backend_options.php:81
|
812 |
+
msgid "Footer"
|
813 |
+
msgstr "Footer"
|
814 |
+
|
815 |
+
# @ adminimize
|
816 |
+
#: inc-options/backend_options.php:87
|
817 |
+
msgid "The Footer-area can hide, include all links and details."
|
818 |
+
msgstr "Der Footer-Bereich kann deaktiviert werden, inklusive aller Links und Hinweise."
|
819 |
+
|
820 |
+
# @ adminimize
|
821 |
+
#: inc-options/backend_options.php:91
|
822 |
+
msgid "Header"
|
823 |
+
msgstr "Header"
|
824 |
+
|
825 |
+
# @ adminimize
|
826 |
+
#: inc-options/backend_options.php:97
|
827 |
+
msgid "The Header-area can hide, include all links and details."
|
828 |
+
msgstr "Der header-Bereich kann ausgeblendet werden, inkl. aller Links und Details."
|
829 |
+
|
830 |
+
# @ adminimize
|
831 |
+
#: inc-options/backend_options.php:101
|
832 |
+
msgid "Timestamp"
|
833 |
+
msgstr "Timestamp"
|
834 |
+
|
835 |
+
# @ adminimize
|
836 |
+
#: inc-options/backend_options.php:107
|
837 |
+
msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
|
838 |
+
msgstr "Das Feld zum Ändern des Veröffentlichungsdatum ist immer geöffnet."
|
839 |
+
|
840 |
+
# @ adminimize
|
841 |
+
#: inc-options/backend_options.php:111
|
842 |
+
msgid "Thickbox FullScreen"
|
843 |
+
msgstr "Thickbox FullScreen"
|
844 |
+
|
845 |
+
# @ adminimize
|
846 |
+
#: inc-options/backend_options.php:117
|
847 |
+
msgid "All Thickbox-function use the full area of the browser. Thickbox is for example in upload media-files."
|
848 |
+
msgstr "Alle Thickbox-Funktion verwenden den vollständigen Bereich des Browsers. Thickbox ist beispielsweise in der Medien-Upload-Funktion."
|
849 |
+
|
850 |
+
# @ adminimize
|
851 |
+
#: inc-options/backend_options.php:121
|
852 |
+
msgid "Flashuploader"
|
853 |
+
msgstr "Flashuploader"
|
854 |
+
|
855 |
+
# @ adminimize
|
856 |
+
#: inc-options/backend_options.php:127
|
857 |
+
msgid "Disable the flashuploader and users use only the standard uploader."
|
858 |
+
msgstr "Deaktiviere den Flashuploader und Nutzer können nur den Standard-Uploader erreichen."
|
859 |
+
|
860 |
+
# @ adminimize
|
861 |
+
#: inc-options/backend_options.php:131
|
862 |
+
msgid "Category Height"
|
863 |
+
msgstr "Kategorie-Höhe"
|
864 |
+
|
865 |
+
# @ adminimize
|
866 |
+
#: inc-options/backend_options.php:137
|
867 |
+
msgid "View the Meta Box with Categories in the full height, no scrollbar or whitespace."
|
868 |
+
msgstr "Stellt in die Meta Box der Kategorien in voller Höhe dar, kein Scrollbar und kein Leerraum."
|
869 |
+
|
870 |
+
# @ adminimize
|
871 |
+
#: inc-options/backend_options.php:141
|
872 |
+
msgid "Advice in Footer"
|
873 |
+
msgstr "Hinweis im Footer"
|
874 |
+
|
875 |
+
# @ adminimize
|
876 |
+
#: inc-options/backend_options.php:148
|
877 |
+
msgid "In the Footer you can display an advice for changing the Default-design, (x)HTML is possible."
|
878 |
+
msgstr "Im Footer kann ein Hinweis auf die aktive Veränderung des Standard-Layout gesetzt werden, (x)HTML erlaubt."
|
879 |
+
|
880 |
+
# @ adminimize
|
881 |
+
#: inc-options/backend_options.php:170
|
882 |
+
msgid "Dashboard deactivate, redirect to"
|
883 |
+
msgstr "Dashboard inaktiv, Weiterleitung nach"
|
884 |
+
|
885 |
+
# @ adminimize
|
886 |
+
#: inc-options/backend_options.php:175
|
887 |
+
msgid "Manage Posts"
|
888 |
+
msgstr "Verwalten Beiträge"
|
889 |
+
|
890 |
+
# @ adminimize
|
891 |
+
#: inc-options/backend_options.php:176
|
892 |
+
msgid "Manage Pages"
|
893 |
+
msgstr "Verwalten Seiten"
|
894 |
+
|
895 |
+
# @ adminimize
|
896 |
+
#: inc-options/backend_options.php:177
|
897 |
+
msgid "Write Post"
|
898 |
+
msgstr "Schreiben Beitrag"
|
899 |
+
|
900 |
+
# @ adminimize
|
901 |
+
#: inc-options/backend_options.php:178
|
902 |
+
msgid "Write Page"
|
903 |
+
msgstr "Schreiben Seite"
|
904 |
+
|
905 |
+
# @ adminimize
|
906 |
+
#: inc-options/backend_options.php:179
|
907 |
+
msgid "Comments"
|
908 |
+
msgstr "Kommentare"
|
909 |
+
|
910 |
+
# @ adminimize
|
911 |
+
#: inc-options/backend_options.php:180
|
912 |
+
msgid "other Page"
|
913 |
+
msgstr "andere Seite"
|
914 |
+
|
915 |
+
# @ adminimize
|
916 |
+
#: inc-options/backend_options.php:183
|
917 |
+
msgid "You have deactivated the Dashboard, please select a page for redirection or define custom url, include http://?"
|
918 |
+
msgstr "Du hast das Dashboard deaktiviert; bitte wähle eine Seite für die Weiterleitung oder definiere eine eigene URL, inklusive http://"
|
919 |
+
|
920 |
+
# @ adminimize
|
921 |
+
#: inc-options/im_export_options.php:15
|
922 |
+
#: inc-options/minimenu.php:74
|
923 |
+
msgid "Export/Import Options"
|
924 |
+
msgstr "Export/Import Einstellungen"
|
925 |
+
|
926 |
+
# @ adminimize
|
927 |
+
#: inc-options/im_export_options.php:19
|
928 |
+
msgid "Export"
|
929 |
+
msgstr "Export"
|
930 |
+
|
931 |
+
# @ adminimize
|
932 |
+
#: inc-options/im_export_options.php:21
|
933 |
+
msgid "You can save a .seq file with your options."
|
934 |
+
msgstr "Du kannst deine Einstellungen in einer .seq Datei speichern."
|
935 |
+
|
936 |
+
# @ adminimize
|
937 |
+
#: inc-options/im_export_options.php:24
|
938 |
+
msgid "Export »"
|
939 |
+
msgstr "Exportieren »"
|
940 |
+
|
941 |
+
# @ adminimize
|
942 |
+
#: inc-options/im_export_options.php:28
|
943 |
+
msgid "Import"
|
944 |
+
msgstr "Import"
|
945 |
+
|
946 |
+
# @ adminimize
|
947 |
+
#: inc-options/im_export_options.php:31
|
948 |
+
msgid "Choose a Adminimize (<em>.seq</em>) file to upload, then click <em>Upload file and import</em>."
|
949 |
+
msgstr "Wähle eine Adminimize (<em>.seq</em>) Datei zum hoch laden und dann klick <em>Hochladen der Datei und importieren</em>"
|
950 |
+
|
951 |
+
# @ adminimize
|
952 |
+
#: inc-options/im_export_options.php:33
|
953 |
+
msgid "Choose a file from your computer"
|
954 |
+
msgstr "Wähle eine Datei vom Rechner"
|
955 |
+
|
956 |
+
# @ adminimize
|
957 |
+
#: inc-options/im_export_options.php:38
|
958 |
+
msgid "Upload file and import »"
|
959 |
+
msgstr "Hochladen der Datei und importieren »"
|
960 |
+
|
961 |
+
#: inc-options/minimenu.php:14
|
962 |
+
msgid "Network"
|
963 |
+
msgstr "Netzwerk"
|
964 |
+
|
965 |
+
# @ adminimize
|
966 |
+
#: inc-options/minimenu.php:23
|
967 |
+
msgid "MiniMenu"
|
968 |
+
msgstr "MiniMenu"
|
969 |
+
|
970 |
+
# @ adminimize
|
971 |
+
#: inc-options/minimenu.php:27
|
972 |
+
#: inc-options/minimenu.php:87
|
973 |
+
msgid "About the plugin"
|
974 |
+
msgstr "Über das Plugin"
|
975 |
+
|
976 |
+
# @ adminimize
|
977 |
+
#: inc-options/minimenu.php:45
|
978 |
+
#: inc-options/write_page_options.php:15
|
979 |
+
#: inc-options/write_page_options.php:22
|
980 |
+
msgid "Write options - Page"
|
981 |
+
msgstr "Schreiben Einstellungen - Seiten"
|
982 |
+
|
983 |
+
# @ adminimize
|
984 |
+
#: inc-options/minimenu.php:68
|
985 |
+
msgid "WP Nav Menu"
|
986 |
+
msgstr "WP Nav Menü"
|
987 |
+
|
988 |
+
# @ adminimize
|
989 |
+
#: inc-options/minimenu.php:89
|
990 |
+
msgid "Version"
|
991 |
+
msgstr "Version"
|
992 |
+
|
993 |
+
# @ adminimize
|
994 |
+
#: inc-options/minimenu.php:92
|
995 |
+
#, fuzzy
|
996 |
+
msgid "Further information: Visit the <a href=\"http://wordpress.org/extend/plugins/adminimize/\">plugin homepage</a> for further information or to grab the latest version of this plugin. Also see the <a href=\"http://wordpress.org/support/plugin/adminimize\">support forum</a> for questions."
|
997 |
+
msgstr "Weitere Informationen: Besuchen Sie die <a href=\"http://wordpress.org/extend/plugins/adminimize/\">Plugin Website</a> für weitere Informationen oder um die neueste Version des Plugins erhalten."
|
998 |
+
|
999 |
+
# @ adminimize
|
1000 |
+
#: inc-options/minimenu.php:94
|
1001 |
+
msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a> or donate."
|
1002 |
+
msgstr "Du willst Danke sagen? Besuche meine <a href=\"http://bueltge.de/wunschliste/\">Wunschliste</a> oder spende."
|
1003 |
+
|
1004 |
+
# @ adminimize
|
1005 |
+
#: inc-options/minimenu.php:99
|
1006 |
+
msgid "PayPal - The safer, easier way to pay online!"
|
1007 |
+
msgstr "PayPal - Der sichere und einfache Weg zu zahlen!"
|
1008 |
+
|
1009 |
+
# @ adminimize
|
1010 |
+
#: inc-options/minimenu.php:105
|
1011 |
+
#: inc-options/settings_notice.php:17
|
1012 |
+
msgid "Please note: The Adminimize settings page ignores the Menu Options below and displays the menu with all entries.<br /><span style=\"font-weight: 300;\">To view your changes to the menu you need to navigate away from the Adminimize settings page.</span>"
|
1013 |
+
msgstr "Beachte: Die Einstellungen des Plugins ignorieren Menu Einstellungen um alle Einträge darzustellen.<br /><span style=\\\"font-weight: 300;\\\">Um die Einstellungen an deiner Rolle zu prüfen, musst du eine andere Seite im Backend aufrufen.</span>"
|
1014 |
+
|
1015 |
+
#: inc-options/minimenu.php:106
|
1016 |
+
msgid "You have to activated the Plugin for your Multisite Network. Your settings works now on all blogs in the network. Please set the settings only in one blog, there you have all active menu items and plugins. If you update the settings then write the plugin new settings in dependence of the blog where you put, save the settings."
|
1017 |
+
msgstr "Du hast das Plugin für ein Multisite Netzwerk aktiviert. Deine Einstellungen werden nun in allen Blogs des Networks genutzt. Bitte setze die Einstellungen in dem Blog, in dem alle Menu-Einträge aktiv sind. Wenn du eine Aktualisierung der Einstellungen vornimmst, dann werden die Einstellungen neu gesetzt - mit den Werten des Blogs, in dem du gerade aktiv bist und als Einstellungen gespeichert."
|
1018 |
+
|
1019 |
+
# @ default
|
1020 |
+
#: inc-options/write_page_options.php:98
|
1021 |
+
msgid "Custom Fields"
|
1022 |
+
msgstr "Benutzerdefinierte Felder"
|
1023 |
+
|
1024 |
+
# @ adminimize
|
1025 |
+
#: inc-options/write_page_options.php:99
|
1026 |
+
msgid "Comments & Pings"
|
1027 |
+
msgstr "Kommentare & Pings"
|
1028 |
+
|
1029 |
+
# @ adminimize
|
1030 |
+
#: inc-options/write_page_options.php:101
|
1031 |
+
msgid "Password Protect This Page"
|
1032 |
+
msgstr "Diese Seite mit einem Passwort versehen"
|
1033 |
+
|
1034 |
+
# @ adminimize
|
1035 |
+
#: inc-options/write_page_options.php:102
|
1036 |
+
msgid "Attributes"
|
1037 |
+
msgstr "Attribute"
|
1038 |
+
|
1039 |
+
# @ adminimize
|
1040 |
+
#: inc-options/write_page_options.php:103
|
1041 |
+
msgid "Page Template"
|
1042 |
+
msgstr "Seiten Template"
|
1043 |
+
|
1044 |
+
# @ adminimize
|
1045 |
+
#: inc-options/write_page_options.php:104
|
1046 |
+
msgid "Page Order"
|
1047 |
+
msgstr "Reihenfolge"
|
1048 |
+
|
1049 |
+
# @ default
|
1050 |
+
#: inc-options/write_page_options.php:105
|
1051 |
+
msgid "Page Author"
|
1052 |
+
msgstr "Seitenautor"
|
1053 |
+
|
1054 |
+
# @ default
|
1055 |
+
#: inc-options/write_page_options.php:106
|
1056 |
+
msgid "Page Revisions"
|
1057 |
+
msgstr "Page Revisions"
|
1058 |
+
|
1059 |
+
# @ adminimize
|
1060 |
+
#: inc-options/write_page_options.php:107
|
1061 |
+
msgid "Related"
|
1062 |
+
msgstr "Siehe auch"
|
1063 |
+
|
1064 |
+
# @ adminimize
|
1065 |
+
#: inc-options/write_page_options.php:112
|
1066 |
+
msgid "Page Slug"
|
1067 |
+
msgstr "Titelform"
|
1068 |
+
|
1069 |
+
# @ adminimize
|
1070 |
+
#: inc-options/write_page_options.php:124
|
1071 |
+
msgid "Page Image"
|
1072 |
+
msgstr "Artikelbild"
|
1073 |
+
|
1074 |
+
# @ adminimize
|
1075 |
+
#: inc-options/write_page_options.php:135
|
1076 |
+
msgid "Parent, Order, Template"
|
1077 |
+
msgstr "Eltern, Reihenfolge, Template"
|
1078 |
+
|
1079 |
+
# @ adminimize
|
1080 |
+
#: inc-options/write_page_options.php:136
|
1081 |
+
msgid "Status"
|
1082 |
+
msgstr "Status"
|
1083 |
+
|
1084 |
+
# @ adminimize
|
1085 |
+
#: inc-options/write_page_options.php:185
|
1086 |
+
msgid "Your own page options"
|
1087 |
+
msgstr "Deine eigenen Seiten-Einstellungen"
|
1088 |
+
|
1089 |
+
# @ default
|
1090 |
+
#: inc-setup/admin-bar.php:239
|
1091 |
+
msgid "Network Admin"
|
1092 |
+
msgstr "Netwerk-Admin"
|
1093 |
+
|
1094 |
+
# @ default
|
1095 |
+
#: inc-setup/admin-bar.php:241
|
1096 |
+
msgid "Site Admin"
|
1097 |
+
msgstr "Site-Admin"
|
1098 |
+
|
license.txt
CHANGED
@@ -1,674 +1,674 @@
|
|
1 |
-
GNU GENERAL PUBLIC LICENSE
|
2 |
-
Version 3, 29 June 2007
|
3 |
-
|
4 |
-
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
5 |
-
Everyone is permitted to copy and distribute verbatim copies
|
6 |
-
of this license document, but changing it is not allowed.
|
7 |
-
|
8 |
-
Preamble
|
9 |
-
|
10 |
-
The GNU General Public License is a free, copyleft license for
|
11 |
-
software and other kinds of works.
|
12 |
-
|
13 |
-
The licenses for most software and other practical works are designed
|
14 |
-
to take away your freedom to share and change the works. By contrast,
|
15 |
-
the GNU General Public License is intended to guarantee your freedom to
|
16 |
-
share and change all versions of a program--to make sure it remains free
|
17 |
-
software for all its users. We, the Free Software Foundation, use the
|
18 |
-
GNU General Public License for most of our software; it applies also to
|
19 |
-
any other work released this way by its authors. You can apply it to
|
20 |
-
your programs, too.
|
21 |
-
|
22 |
-
When we speak of free software, we are referring to freedom, not
|
23 |
-
price. Our General Public Licenses are designed to make sure that you
|
24 |
-
have the freedom to distribute copies of free software (and charge for
|
25 |
-
them if you wish), that you receive source code or can get it if you
|
26 |
-
want it, that you can change the software or use pieces of it in new
|
27 |
-
free programs, and that you know you can do these things.
|
28 |
-
|
29 |
-
To protect your rights, we need to prevent others from denying you
|
30 |
-
these rights or asking you to surrender the rights. Therefore, you have
|
31 |
-
certain responsibilities if you distribute copies of the software, or if
|
32 |
-
you modify it: responsibilities to respect the freedom of others.
|
33 |
-
|
34 |
-
For example, if you distribute copies of such a program, whether
|
35 |
-
gratis or for a fee, you must pass on to the recipients the same
|
36 |
-
freedoms that you received. You must make sure that they, too, receive
|
37 |
-
or can get the source code. And you must show them these terms so they
|
38 |
-
know their rights.
|
39 |
-
|
40 |
-
Developers that use the GNU GPL protect your rights with two steps:
|
41 |
-
(1) assert copyright on the software, and (2) offer you this License
|
42 |
-
giving you legal permission to copy, distribute and/or modify it.
|
43 |
-
|
44 |
-
For the developers' and authors' protection, the GPL clearly explains
|
45 |
-
that there is no warranty for this free software. For both users' and
|
46 |
-
authors' sake, the GPL requires that modified versions be marked as
|
47 |
-
changed, so that their problems will not be attributed erroneously to
|
48 |
-
authors of previous versions.
|
49 |
-
|
50 |
-
Some devices are designed to deny users access to install or run
|
51 |
-
modified versions of the software inside them, although the manufacturer
|
52 |
-
can do so. This is fundamentally incompatible with the aim of
|
53 |
-
protecting users' freedom to change the software. The systematic
|
54 |
-
pattern of such abuse occurs in the area of products for individuals to
|
55 |
-
use, which is precisely where it is most unacceptable. Therefore, we
|
56 |
-
have designed this version of the GPL to prohibit the practice for those
|
57 |
-
products. If such problems arise substantially in other domains, we
|
58 |
-
stand ready to extend this provision to those domains in future versions
|
59 |
-
of the GPL, as needed to protect the freedom of users.
|
60 |
-
|
61 |
-
Finally, every program is threatened constantly by software patents.
|
62 |
-
States should not allow patents to restrict development and use of
|
63 |
-
software on general-purpose computers, but in those that do, we wish to
|
64 |
-
avoid the special danger that patents applied to a free program could
|
65 |
-
make it effectively proprietary. To prevent this, the GPL assures that
|
66 |
-
patents cannot be used to render the program non-free.
|
67 |
-
|
68 |
-
The precise terms and conditions for copying, distribution and
|
69 |
-
modification follow.
|
70 |
-
|
71 |
-
TERMS AND CONDITIONS
|
72 |
-
|
73 |
-
0. Definitions.
|
74 |
-
|
75 |
-
"This License" refers to version 3 of the GNU General Public License.
|
76 |
-
|
77 |
-
"Copyright" also means copyright-like laws that apply to other kinds of
|
78 |
-
works, such as semiconductor masks.
|
79 |
-
|
80 |
-
"The Program" refers to any copyrightable work licensed under this
|
81 |
-
License. Each licensee is addressed as "you". "Licensees" and
|
82 |
-
"recipients" may be individuals or organizations.
|
83 |
-
|
84 |
-
To "modify" a work means to copy from or adapt all or part of the work
|
85 |
-
in a fashion requiring copyright permission, other than the making of an
|
86 |
-
exact copy. The resulting work is called a "modified version" of the
|
87 |
-
earlier work or a work "based on" the earlier work.
|
88 |
-
|
89 |
-
A "covered work" means either the unmodified Program or a work based
|
90 |
-
on the Program.
|
91 |
-
|
92 |
-
To "propagate" a work means to do anything with it that, without
|
93 |
-
permission, would make you directly or secondarily liable for
|
94 |
-
infringement under applicable copyright law, except executing it on a
|
95 |
-
computer or modifying a private copy. Propagation includes copying,
|
96 |
-
distribution (with or without modification), making available to the
|
97 |
-
public, and in some countries other activities as well.
|
98 |
-
|
99 |
-
To "convey" a work means any kind of propagation that enables other
|
100 |
-
parties to make or receive copies. Mere interaction with a user through
|
101 |
-
a computer network, with no transfer of a copy, is not conveying.
|
102 |
-
|
103 |
-
An interactive user interface displays "Appropriate Legal Notices"
|
104 |
-
to the extent that it includes a convenient and prominently visible
|
105 |
-
feature that (1) displays an appropriate copyright notice, and (2)
|
106 |
-
tells the user that there is no warranty for the work (except to the
|
107 |
-
extent that warranties are provided), that licensees may convey the
|
108 |
-
work under this License, and how to view a copy of this License. If
|
109 |
-
the interface presents a list of user commands or options, such as a
|
110 |
-
menu, a prominent item in the list meets this criterion.
|
111 |
-
|
112 |
-
1. Source Code.
|
113 |
-
|
114 |
-
The "source code" for a work means the preferred form of the work
|
115 |
-
for making modifications to it. "Object code" means any non-source
|
116 |
-
form of a work.
|
117 |
-
|
118 |
-
A "Standard Interface" means an interface that either is an official
|
119 |
-
standard defined by a recognized standards body, or, in the case of
|
120 |
-
interfaces specified for a particular programming language, one that
|
121 |
-
is widely used among developers working in that language.
|
122 |
-
|
123 |
-
The "System Libraries" of an executable work include anything, other
|
124 |
-
than the work as a whole, that (a) is included in the normal form of
|
125 |
-
packaging a Major Component, but which is not part of that Major
|
126 |
-
Component, and (b) serves only to enable use of the work with that
|
127 |
-
Major Component, or to implement a Standard Interface for which an
|
128 |
-
implementation is available to the public in source code form. A
|
129 |
-
"Major Component", in this context, means a major essential component
|
130 |
-
(kernel, window system, and so on) of the specific operating system
|
131 |
-
(if any) on which the executable work runs, or a compiler used to
|
132 |
-
produce the work, or an object code interpreter used to run it.
|
133 |
-
|
134 |
-
The "Corresponding Source" for a work in object code form means all
|
135 |
-
the source code needed to generate, install, and (for an executable
|
136 |
-
work) run the object code and to modify the work, including scripts to
|
137 |
-
control those activities. However, it does not include the work's
|
138 |
-
System Libraries, or general-purpose tools or generally available free
|
139 |
-
programs which are used unmodified in performing those activities but
|
140 |
-
which are not part of the work. For example, Corresponding Source
|
141 |
-
includes interface definition files associated with source files for
|
142 |
-
the work, and the source code for shared libraries and dynamically
|
143 |
-
linked subprograms that the work is specifically designed to require,
|
144 |
-
such as by intimate data communication or control flow between those
|
145 |
-
subprograms and other parts of the work.
|
146 |
-
|
147 |
-
The Corresponding Source need not include anything that users
|
148 |
-
can regenerate automatically from other parts of the Corresponding
|
149 |
-
Source.
|
150 |
-
|
151 |
-
The Corresponding Source for a work in source code form is that
|
152 |
-
same work.
|
153 |
-
|
154 |
-
2. Basic Permissions.
|
155 |
-
|
156 |
-
All rights granted under this License are granted for the term of
|
157 |
-
copyright on the Program, and are irrevocable provided the stated
|
158 |
-
conditions are met. This License explicitly affirms your unlimited
|
159 |
-
permission to run the unmodified Program. The output from running a
|
160 |
-
covered work is covered by this License only if the output, given its
|
161 |
-
content, constitutes a covered work. This License acknowledges your
|
162 |
-
rights of fair use or other equivalent, as provided by copyright law.
|
163 |
-
|
164 |
-
You may make, run and propagate covered works that you do not
|
165 |
-
convey, without conditions so long as your license otherwise remains
|
166 |
-
in force. You may convey covered works to others for the sole purpose
|
167 |
-
of having them make modifications exclusively for you, or provide you
|
168 |
-
with facilities for running those works, provided that you comply with
|
169 |
-
the terms of this License in conveying all material for which you do
|
170 |
-
not control copyright. Those thus making or running the covered works
|
171 |
-
for you must do so exclusively on your behalf, under your direction
|
172 |
-
and control, on terms that prohibit them from making any copies of
|
173 |
-
your copyrighted material outside their relationship with you.
|
174 |
-
|
175 |
-
Conveying under any other circumstances is permitted solely under
|
176 |
-
the conditions stated below. Sublicensing is not allowed; section 10
|
177 |
-
makes it unnecessary.
|
178 |
-
|
179 |
-
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
180 |
-
|
181 |
-
No covered work shall be deemed part of an effective technological
|
182 |
-
measure under any applicable law fulfilling obligations under article
|
183 |
-
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
184 |
-
similar laws prohibiting or restricting circumvention of such
|
185 |
-
measures.
|
186 |
-
|
187 |
-
When you convey a covered work, you waive any legal power to forbid
|
188 |
-
circumvention of technological measures to the extent such circumvention
|
189 |
-
is effected by exercising rights under this License with respect to
|
190 |
-
the covered work, and you disclaim any intention to limit operation or
|
191 |
-
modification of the work as a means of enforcing, against the work's
|
192 |
-
users, your or third parties' legal rights to forbid circumvention of
|
193 |
-
technological measures.
|
194 |
-
|
195 |
-
4. Conveying Verbatim Copies.
|
196 |
-
|
197 |
-
You may convey verbatim copies of the Program's source code as you
|
198 |
-
receive it, in any medium, provided that you conspicuously and
|
199 |
-
appropriately publish on each copy an appropriate copyright notice;
|
200 |
-
keep intact all notices stating that this License and any
|
201 |
-
non-permissive terms added in accord with section 7 apply to the code;
|
202 |
-
keep intact all notices of the absence of any warranty; and give all
|
203 |
-
recipients a copy of this License along with the Program.
|
204 |
-
|
205 |
-
You may charge any price or no price for each copy that you convey,
|
206 |
-
and you may offer support or warranty protection for a fee.
|
207 |
-
|
208 |
-
5. Conveying Modified Source Versions.
|
209 |
-
|
210 |
-
You may convey a work based on the Program, or the modifications to
|
211 |
-
produce it from the Program, in the form of source code under the
|
212 |
-
terms of section 4, provided that you also meet all of these conditions:
|
213 |
-
|
214 |
-
a) The work must carry prominent notices stating that you modified
|
215 |
-
it, and giving a relevant date.
|
216 |
-
|
217 |
-
b) The work must carry prominent notices stating that it is
|
218 |
-
released under this License and any conditions added under section
|
219 |
-
7. This requirement modifies the requirement in section 4 to
|
220 |
-
"keep intact all notices".
|
221 |
-
|
222 |
-
c) You must license the entire work, as a whole, under this
|
223 |
-
License to anyone who comes into possession of a copy. This
|
224 |
-
License will therefore apply, along with any applicable section 7
|
225 |
-
additional terms, to the whole of the work, and all its parts,
|
226 |
-
regardless of how they are packaged. This License gives no
|
227 |
-
permission to license the work in any other way, but it does not
|
228 |
-
invalidate such permission if you have separately received it.
|
229 |
-
|
230 |
-
d) If the work has interactive user interfaces, each must display
|
231 |
-
Appropriate Legal Notices; however, if the Program has interactive
|
232 |
-
interfaces that do not display Appropriate Legal Notices, your
|
233 |
-
work need not make them do so.
|
234 |
-
|
235 |
-
A compilation of a covered work with other separate and independent
|
236 |
-
works, which are not by their nature extensions of the covered work,
|
237 |
-
and which are not combined with it such as to form a larger program,
|
238 |
-
in or on a volume of a storage or distribution medium, is called an
|
239 |
-
"aggregate" if the compilation and its resulting copyright are not
|
240 |
-
used to limit the access or legal rights of the compilation's users
|
241 |
-
beyond what the individual works permit. Inclusion of a covered work
|
242 |
-
in an aggregate does not cause this License to apply to the other
|
243 |
-
parts of the aggregate.
|
244 |
-
|
245 |
-
6. Conveying Non-Source Forms.
|
246 |
-
|
247 |
-
You may convey a covered work in object code form under the terms
|
248 |
-
of sections 4 and 5, provided that you also convey the
|
249 |
-
machine-readable Corresponding Source under the terms of this License,
|
250 |
-
in one of these ways:
|
251 |
-
|
252 |
-
a) Convey the object code in, or embodied in, a physical product
|
253 |
-
(including a physical distribution medium), accompanied by the
|
254 |
-
Corresponding Source fixed on a durable physical medium
|
255 |
-
customarily used for software interchange.
|
256 |
-
|
257 |
-
b) Convey the object code in, or embodied in, a physical product
|
258 |
-
(including a physical distribution medium), accompanied by a
|
259 |
-
written offer, valid for at least three years and valid for as
|
260 |
-
long as you offer spare parts or customer support for that product
|
261 |
-
model, to give anyone who possesses the object code either (1) a
|
262 |
-
copy of the Corresponding Source for all the software in the
|
263 |
-
product that is covered by this License, on a durable physical
|
264 |
-
medium customarily used for software interchange, for a price no
|
265 |
-
more than your reasonable cost of physically performing this
|
266 |
-
conveying of source, or (2) access to copy the
|
267 |
-
Corresponding Source from a network server at no charge.
|
268 |
-
|
269 |
-
c) Convey individual copies of the object code with a copy of the
|
270 |
-
written offer to provide the Corresponding Source. This
|
271 |
-
alternative is allowed only occasionally and noncommercially, and
|
272 |
-
only if you received the object code with such an offer, in accord
|
273 |
-
with subsection 6b.
|
274 |
-
|
275 |
-
d) Convey the object code by offering access from a designated
|
276 |
-
place (gratis or for a charge), and offer equivalent access to the
|
277 |
-
Corresponding Source in the same way through the same place at no
|
278 |
-
further charge. You need not require recipients to copy the
|
279 |
-
Corresponding Source along with the object code. If the place to
|
280 |
-
copy the object code is a network server, the Corresponding Source
|
281 |
-
may be on a different server (operated by you or a third party)
|
282 |
-
that supports equivalent copying facilities, provided you maintain
|
283 |
-
clear directions next to the object code saying where to find the
|
284 |
-
Corresponding Source. Regardless of what server hosts the
|
285 |
-
Corresponding Source, you remain obligated to ensure that it is
|
286 |
-
available for as long as needed to satisfy these requirements.
|
287 |
-
|
288 |
-
e) Convey the object code using peer-to-peer transmission, provided
|
289 |
-
you inform other peers where the object code and Corresponding
|
290 |
-
Source of the work are being offered to the general public at no
|
291 |
-
charge under subsection 6d.
|
292 |
-
|
293 |
-
A separable portion of the object code, whose source code is excluded
|
294 |
-
from the Corresponding Source as a System Library, need not be
|
295 |
-
included in conveying the object code work.
|
296 |
-
|
297 |
-
A "User Product" is either (1) a "consumer product", which means any
|
298 |
-
tangible personal property which is normally used for personal, family,
|
299 |
-
or household purposes, or (2) anything designed or sold for incorporation
|
300 |
-
into a dwelling. In determining whether a product is a consumer product,
|
301 |
-
doubtful cases shall be resolved in favor of coverage. For a particular
|
302 |
-
product received by a particular user, "normally used" refers to a
|
303 |
-
typical or common use of that class of product, regardless of the status
|
304 |
-
of the particular user or of the way in which the particular user
|
305 |
-
actually uses, or expects or is expected to use, the product. A product
|
306 |
-
is a consumer product regardless of whether the product has substantial
|
307 |
-
commercial, industrial or non-consumer uses, unless such uses represent
|
308 |
-
the only significant mode of use of the product.
|
309 |
-
|
310 |
-
"Installation Information" for a User Product means any methods,
|
311 |
-
procedures, authorization keys, or other information required to install
|
312 |
-
and execute modified versions of a covered work in that User Product from
|
313 |
-
a modified version of its Corresponding Source. The information must
|
314 |
-
suffice to ensure that the continued functioning of the modified object
|
315 |
-
code is in no case prevented or interfered with solely because
|
316 |
-
modification has been made.
|
317 |
-
|
318 |
-
If you convey an object code work under this section in, or with, or
|
319 |
-
specifically for use in, a User Product, and the conveying occurs as
|
320 |
-
part of a transaction in which the right of possession and use of the
|
321 |
-
User Product is transferred to the recipient in perpetuity or for a
|
322 |
-
fixed term (regardless of how the transaction is characterized), the
|
323 |
-
Corresponding Source conveyed under this section must be accompanied
|
324 |
-
by the Installation Information. But this requirement does not apply
|
325 |
-
if neither you nor any third party retains the ability to install
|
326 |
-
modified object code on the User Product (for example, the work has
|
327 |
-
been installed in ROM).
|
328 |
-
|
329 |
-
The requirement to provide Installation Information does not include a
|
330 |
-
requirement to continue to provide support service, warranty, or updates
|
331 |
-
for a work that has been modified or installed by the recipient, or for
|
332 |
-
the User Product in which it has been modified or installed. Access to a
|
333 |
-
network may be denied when the modification itself materially and
|
334 |
-
adversely affects the operation of the network or violates the rules and
|
335 |
-
protocols for communication across the network.
|
336 |
-
|
337 |
-
Corresponding Source conveyed, and Installation Information provided,
|
338 |
-
in accord with this section must be in a format that is publicly
|
339 |
-
documented (and with an implementation available to the public in
|
340 |
-
source code form), and must require no special password or key for
|
341 |
-
unpacking, reading or copying.
|
342 |
-
|
343 |
-
7. Additional Terms.
|
344 |
-
|
345 |
-
"Additional permissions" are terms that supplement the terms of this
|
346 |
-
License by making exceptions from one or more of its conditions.
|
347 |
-
Additional permissions that are applicable to the entire Program shall
|
348 |
-
be treated as though they were included in this License, to the extent
|
349 |
-
that they are valid under applicable law. If additional permissions
|
350 |
-
apply only to part of the Program, that part may be used separately
|
351 |
-
under those permissions, but the entire Program remains governed by
|
352 |
-
this License without regard to the additional permissions.
|
353 |
-
|
354 |
-
When you convey a copy of a covered work, you may at your option
|
355 |
-
remove any additional permissions from that copy, or from any part of
|
356 |
-
it. (Additional permissions may be written to require their own
|
357 |
-
removal in certain cases when you modify the work.) You may place
|
358 |
-
additional permissions on material, added by you to a covered work,
|
359 |
-
for which you have or can give appropriate copyright permission.
|
360 |
-
|
361 |
-
Notwithstanding any other provision of this License, for material you
|
362 |
-
add to a covered work, you may (if authorized by the copyright holders of
|
363 |
-
that material) supplement the terms of this License with terms:
|
364 |
-
|
365 |
-
a) Disclaiming warranty or limiting liability differently from the
|
366 |
-
terms of sections 15 and 16 of this License; or
|
367 |
-
|
368 |
-
b) Requiring preservation of specified reasonable legal notices or
|
369 |
-
author attributions in that material or in the Appropriate Legal
|
370 |
-
Notices displayed by works containing it; or
|
371 |
-
|
372 |
-
c) Prohibiting misrepresentation of the origin of that material, or
|
373 |
-
requiring that modified versions of such material be marked in
|
374 |
-
reasonable ways as different from the original version; or
|
375 |
-
|
376 |
-
d) Limiting the use for publicity purposes of names of licensors or
|
377 |
-
authors of the material; or
|
378 |
-
|
379 |
-
e) Declining to grant rights under trademark law for use of some
|
380 |
-
trade names, trademarks, or service marks; or
|
381 |
-
|
382 |
-
f) Requiring indemnification of licensors and authors of that
|
383 |
-
material by anyone who conveys the material (or modified versions of
|
384 |
-
it) with contractual assumptions of liability to the recipient, for
|
385 |
-
any liability that these contractual assumptions directly impose on
|
386 |
-
those licensors and authors.
|
387 |
-
|
388 |
-
All other non-permissive additional terms are considered "further
|
389 |
-
restrictions" within the meaning of section 10. If the Program as you
|
390 |
-
received it, or any part of it, contains a notice stating that it is
|
391 |
-
governed by this License along with a term that is a further
|
392 |
-
restriction, you may remove that term. If a license document contains
|
393 |
-
a further restriction but permits relicensing or conveying under this
|
394 |
-
License, you may add to a covered work material governed by the terms
|
395 |
-
of that license document, provided that the further restriction does
|
396 |
-
not survive such relicensing or conveying.
|
397 |
-
|
398 |
-
If you add terms to a covered work in accord with this section, you
|
399 |
-
must place, in the relevant source files, a statement of the
|
400 |
-
additional terms that apply to those files, or a notice indicating
|
401 |
-
where to find the applicable terms.
|
402 |
-
|
403 |
-
Additional terms, permissive or non-permissive, may be stated in the
|
404 |
-
form of a separately written license, or stated as exceptions;
|
405 |
-
the above requirements apply either way.
|
406 |
-
|
407 |
-
8. Termination.
|
408 |
-
|
409 |
-
You may not propagate or modify a covered work except as expressly
|
410 |
-
provided under this License. Any attempt otherwise to propagate or
|
411 |
-
modify it is void, and will automatically terminate your rights under
|
412 |
-
this License (including any patent licenses granted under the third
|
413 |
-
paragraph of section 11).
|
414 |
-
|
415 |
-
However, if you cease all violation of this License, then your
|
416 |
-
license from a particular copyright holder is reinstated (a)
|
417 |
-
provisionally, unless and until the copyright holder explicitly and
|
418 |
-
finally terminates your license, and (b) permanently, if the copyright
|
419 |
-
holder fails to notify you of the violation by some reasonable means
|
420 |
-
prior to 60 days after the cessation.
|
421 |
-
|
422 |
-
Moreover, your license from a particular copyright holder is
|
423 |
-
reinstated permanently if the copyright holder notifies you of the
|
424 |
-
violation by some reasonable means, this is the first time you have
|
425 |
-
received notice of violation of this License (for any work) from that
|
426 |
-
copyright holder, and you cure the violation prior to 30 days after
|
427 |
-
your receipt of the notice.
|
428 |
-
|
429 |
-
Termination of your rights under this section does not terminate the
|
430 |
-
licenses of parties who have received copies or rights from you under
|
431 |
-
this License. If your rights have been terminated and not permanently
|
432 |
-
reinstated, you do not qualify to receive new licenses for the same
|
433 |
-
material under section 10.
|
434 |
-
|
435 |
-
9. Acceptance Not Required for Having Copies.
|
436 |
-
|
437 |
-
You are not required to accept this License in order to receive or
|
438 |
-
run a copy of the Program. Ancillary propagation of a covered work
|
439 |
-
occurring solely as a consequence of using peer-to-peer transmission
|
440 |
-
to receive a copy likewise does not require acceptance. However,
|
441 |
-
nothing other than this License grants you permission to propagate or
|
442 |
-
modify any covered work. These actions infringe copyright if you do
|
443 |
-
not accept this License. Therefore, by modifying or propagating a
|
444 |
-
covered work, you indicate your acceptance of this License to do so.
|
445 |
-
|
446 |
-
10. Automatic Licensing of Downstream Recipients.
|
447 |
-
|
448 |
-
Each time you convey a covered work, the recipient automatically
|
449 |
-
receives a license from the original licensors, to run, modify and
|
450 |
-
propagate that work, subject to this License. You are not responsible
|
451 |
-
for enforcing compliance by third parties with this License.
|
452 |
-
|
453 |
-
An "entity transaction" is a transaction transferring control of an
|
454 |
-
organization, or substantially all assets of one, or subdividing an
|
455 |
-
organization, or merging organizations. If propagation of a covered
|
456 |
-
work results from an entity transaction, each party to that
|
457 |
-
transaction who receives a copy of the work also receives whatever
|
458 |
-
licenses to the work the party's predecessor in interest had or could
|
459 |
-
give under the previous paragraph, plus a right to possession of the
|
460 |
-
Corresponding Source of the work from the predecessor in interest, if
|
461 |
-
the predecessor has it or can get it with reasonable efforts.
|
462 |
-
|
463 |
-
You may not impose any further restrictions on the exercise of the
|
464 |
-
rights granted or affirmed under this License. For example, you may
|
465 |
-
not impose a license fee, royalty, or other charge for exercise of
|
466 |
-
rights granted under this License, and you may not initiate litigation
|
467 |
-
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
468 |
-
any patent claim is infringed by making, using, selling, offering for
|
469 |
-
sale, or importing the Program or any portion of it.
|
470 |
-
|
471 |
-
11. Patents.
|
472 |
-
|
473 |
-
A "contributor" is a copyright holder who authorizes use under this
|
474 |
-
License of the Program or a work on which the Program is based. The
|
475 |
-
work thus licensed is called the contributor's "contributor version".
|
476 |
-
|
477 |
-
A contributor's "essential patent claims" are all patent claims
|
478 |
-
owned or controlled by the contributor, whether already acquired or
|
479 |
-
hereafter acquired, that would be infringed by some manner, permitted
|
480 |
-
by this License, of making, using, or selling its contributor version,
|
481 |
-
but do not include claims that would be infringed only as a
|
482 |
-
consequence of further modification of the contributor version. For
|
483 |
-
purposes of this definition, "control" includes the right to grant
|
484 |
-
patent sublicenses in a manner consistent with the requirements of
|
485 |
-
this License.
|
486 |
-
|
487 |
-
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
488 |
-
patent license under the contributor's essential patent claims, to
|
489 |
-
make, use, sell, offer for sale, import and otherwise run, modify and
|
490 |
-
propagate the contents of its contributor version.
|
491 |
-
|
492 |
-
In the following three paragraphs, a "patent license" is any express
|
493 |
-
agreement or commitment, however denominated, not to enforce a patent
|
494 |
-
(such as an express permission to practice a patent or covenant not to
|
495 |
-
sue for patent infringement). To "grant" such a patent license to a
|
496 |
-
party means to make such an agreement or commitment not to enforce a
|
497 |
-
patent against the party.
|
498 |
-
|
499 |
-
If you convey a covered work, knowingly relying on a patent license,
|
500 |
-
and the Corresponding Source of the work is not available for anyone
|
501 |
-
to copy, free of charge and under the terms of this License, through a
|
502 |
-
publicly available network server or other readily accessible means,
|
503 |
-
then you must either (1) cause the Corresponding Source to be so
|
504 |
-
available, or (2) arrange to deprive yourself of the benefit of the
|
505 |
-
patent license for this particular work, or (3) arrange, in a manner
|
506 |
-
consistent with the requirements of this License, to extend the patent
|
507 |
-
license to downstream recipients. "Knowingly relying" means you have
|
508 |
-
actual knowledge that, but for the patent license, your conveying the
|
509 |
-
covered work in a country, or your recipient's use of the covered work
|
510 |
-
in a country, would infringe one or more identifiable patents in that
|
511 |
-
country that you have reason to believe are valid.
|
512 |
-
|
513 |
-
If, pursuant to or in connection with a single transaction or
|
514 |
-
arrangement, you convey, or propagate by procuring conveyance of, a
|
515 |
-
covered work, and grant a patent license to some of the parties
|
516 |
-
receiving the covered work authorizing them to use, propagate, modify
|
517 |
-
or convey a specific copy of the covered work, then the patent license
|
518 |
-
you grant is automatically extended to all recipients of the covered
|
519 |
-
work and works based on it.
|
520 |
-
|
521 |
-
A patent license is "discriminatory" if it does not include within
|
522 |
-
the scope of its coverage, prohibits the exercise of, or is
|
523 |
-
conditioned on the non-exercise of one or more of the rights that are
|
524 |
-
specifically granted under this License. You may not convey a covered
|
525 |
-
work if you are a party to an arrangement with a third party that is
|
526 |
-
in the business of distributing software, under which you make payment
|
527 |
-
to the third party based on the extent of your activity of conveying
|
528 |
-
the work, and under which the third party grants, to any of the
|
529 |
-
parties who would receive the covered work from you, a discriminatory
|
530 |
-
patent license (a) in connection with copies of the covered work
|
531 |
-
conveyed by you (or copies made from those copies), or (b) primarily
|
532 |
-
for and in connection with specific products or compilations that
|
533 |
-
contain the covered work, unless you entered into that arrangement,
|
534 |
-
or that patent license was granted, prior to 28 March 2007.
|
535 |
-
|
536 |
-
Nothing in this License shall be construed as excluding or limiting
|
537 |
-
any implied license or other defenses to infringement that may
|
538 |
-
otherwise be available to you under applicable patent law.
|
539 |
-
|
540 |
-
12. No Surrender of Others' Freedom.
|
541 |
-
|
542 |
-
If conditions are imposed on you (whether by court order, agreement or
|
543 |
-
otherwise) that contradict the conditions of this License, they do not
|
544 |
-
excuse you from the conditions of this License. If you cannot convey a
|
545 |
-
covered work so as to satisfy simultaneously your obligations under this
|
546 |
-
License and any other pertinent obligations, then as a consequence you may
|
547 |
-
not convey it at all. For example, if you agree to terms that obligate you
|
548 |
-
to collect a royalty for further conveying from those to whom you convey
|
549 |
-
the Program, the only way you could satisfy both those terms and this
|
550 |
-
License would be to refrain entirely from conveying the Program.
|
551 |
-
|
552 |
-
13. Use with the GNU Affero General Public License.
|
553 |
-
|
554 |
-
Notwithstanding any other provision of this License, you have
|
555 |
-
permission to link or combine any covered work with a work licensed
|
556 |
-
under version 3 of the GNU Affero General Public License into a single
|
557 |
-
combined work, and to convey the resulting work. The terms of this
|
558 |
-
License will continue to apply to the part which is the covered work,
|
559 |
-
but the special requirements of the GNU Affero General Public License,
|
560 |
-
section 13, concerning interaction through a network will apply to the
|
561 |
-
combination as such.
|
562 |
-
|
563 |
-
14. Revised Versions of this License.
|
564 |
-
|
565 |
-
The Free Software Foundation may publish revised and/or new versions of
|
566 |
-
the GNU General Public License from time to time. Such new versions will
|
567 |
-
be similar in spirit to the present version, but may differ in detail to
|
568 |
-
address new problems or concerns.
|
569 |
-
|
570 |
-
Each version is given a distinguishing version number. If the
|
571 |
-
Program specifies that a certain numbered version of the GNU General
|
572 |
-
Public License "or any later version" applies to it, you have the
|
573 |
-
option of following the terms and conditions either of that numbered
|
574 |
-
version or of any later version published by the Free Software
|
575 |
-
Foundation. If the Program does not specify a version number of the
|
576 |
-
GNU General Public License, you may choose any version ever published
|
577 |
-
by the Free Software Foundation.
|
578 |
-
|
579 |
-
If the Program specifies that a proxy can decide which future
|
580 |
-
versions of the GNU General Public License can be used, that proxy's
|
581 |
-
public statement of acceptance of a version permanently authorizes you
|
582 |
-
to choose that version for the Program.
|
583 |
-
|
584 |
-
Later license versions may give you additional or different
|
585 |
-
permissions. However, no additional obligations are imposed on any
|
586 |
-
author or copyright holder as a result of your choosing to follow a
|
587 |
-
later version.
|
588 |
-
|
589 |
-
15. Disclaimer of Warranty.
|
590 |
-
|
591 |
-
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
592 |
-
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
593 |
-
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
594 |
-
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
595 |
-
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
596 |
-
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
597 |
-
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
598 |
-
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
599 |
-
|
600 |
-
16. Limitation of Liability.
|
601 |
-
|
602 |
-
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
603 |
-
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
604 |
-
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
605 |
-
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
606 |
-
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
607 |
-
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
608 |
-
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
609 |
-
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
610 |
-
SUCH DAMAGES.
|
611 |
-
|
612 |
-
17. Interpretation of Sections 15 and 16.
|
613 |
-
|
614 |
-
If the disclaimer of warranty and limitation of liability provided
|
615 |
-
above cannot be given local legal effect according to their terms,
|
616 |
-
reviewing courts shall apply local law that most closely approximates
|
617 |
-
an absolute waiver of all civil liability in connection with the
|
618 |
-
Program, unless a warranty or assumption of liability accompanies a
|
619 |
-
copy of the Program in return for a fee.
|
620 |
-
|
621 |
-
END OF TERMS AND CONDITIONS
|
622 |
-
|
623 |
-
How to Apply These Terms to Your New Programs
|
624 |
-
|
625 |
-
If you develop a new program, and you want it to be of the greatest
|
626 |
-
possible use to the public, the best way to achieve this is to make it
|
627 |
-
free software which everyone can redistribute and change under these terms.
|
628 |
-
|
629 |
-
To do so, attach the following notices to the program. It is safest
|
630 |
-
to attach them to the start of each source file to most effectively
|
631 |
-
state the exclusion of warranty; and each file should have at least
|
632 |
-
the "copyright" line and a pointer to where the full notice is found.
|
633 |
-
|
634 |
-
<one line to give the program's name and a brief idea of what it does.>
|
635 |
-
Copyright (C) <year> <name of author>
|
636 |
-
|
637 |
-
This program is free software: you can redistribute it and/or modify
|
638 |
-
it under the terms of the GNU General Public License as published by
|
639 |
-
the Free Software Foundation, either version 3 of the License, or
|
640 |
-
(at your option) any later version.
|
641 |
-
|
642 |
-
This program is distributed in the hope that it will be useful,
|
643 |
-
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
644 |
-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
645 |
-
GNU General Public License for more details.
|
646 |
-
|
647 |
-
You should have received a copy of the GNU General Public License
|
648 |
-
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
649 |
-
|
650 |
-
Also add information on how to contact you by electronic and paper mail.
|
651 |
-
|
652 |
-
If the program does terminal interaction, make it output a short
|
653 |
-
notice like this when it starts in an interactive mode:
|
654 |
-
|
655 |
-
<program> Copyright (C) <year> <name of author>
|
656 |
-
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
657 |
-
This is free software, and you are welcome to redistribute it
|
658 |
-
under certain conditions; type `show c' for details.
|
659 |
-
|
660 |
-
The hypothetical commands `show w' and `show c' should show the appropriate
|
661 |
-
parts of the General Public License. Of course, your program's commands
|
662 |
-
might be different; for a GUI interface, you would use an "about box".
|
663 |
-
|
664 |
-
You should also get your employer (if you work as a programmer) or school,
|
665 |
-
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
666 |
-
For more information on this, and how to apply and follow the GNU GPL, see
|
667 |
-
<http://www.gnu.org/licenses/>.
|
668 |
-
|
669 |
-
The GNU General Public License does not permit incorporating your program
|
670 |
-
into proprietary programs. If your program is a subroutine library, you
|
671 |
-
may consider it more useful to permit linking proprietary applications with
|
672 |
-
the library. If this is what you want to do, use the GNU Lesser General
|
673 |
-
Public License instead of this License. But first, please read
|
674 |
-
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
1 |
+
GNU GENERAL PUBLIC LICENSE
|
2 |
+
Version 3, 29 June 2007
|
3 |
+
|
4 |
+
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
5 |
+
Everyone is permitted to copy and distribute verbatim copies
|
6 |
+
of this license document, but changing it is not allowed.
|
7 |
+
|
8 |
+
Preamble
|
9 |
+
|
10 |
+
The GNU General Public License is a free, copyleft license for
|
11 |
+
software and other kinds of works.
|
12 |
+
|
13 |
+
The licenses for most software and other practical works are designed
|
14 |
+
to take away your freedom to share and change the works. By contrast,
|
15 |
+
the GNU General Public License is intended to guarantee your freedom to
|
16 |
+
share and change all versions of a program--to make sure it remains free
|
17 |
+
software for all its users. We, the Free Software Foundation, use the
|
18 |
+
GNU General Public License for most of our software; it applies also to
|
19 |
+
any other work released this way by its authors. You can apply it to
|
20 |
+
your programs, too.
|
21 |
+
|
22 |
+
When we speak of free software, we are referring to freedom, not
|
23 |
+
price. Our General Public Licenses are designed to make sure that you
|
24 |
+
have the freedom to distribute copies of free software (and charge for
|
25 |
+
them if you wish), that you receive source code or can get it if you
|
26 |
+
want it, that you can change the software or use pieces of it in new
|
27 |
+
free programs, and that you know you can do these things.
|
28 |
+
|
29 |
+
To protect your rights, we need to prevent others from denying you
|
30 |
+
these rights or asking you to surrender the rights. Therefore, you have
|
31 |
+
certain responsibilities if you distribute copies of the software, or if
|
32 |
+
you modify it: responsibilities to respect the freedom of others.
|
33 |
+
|
34 |
+
For example, if you distribute copies of such a program, whether
|
35 |
+
gratis or for a fee, you must pass on to the recipients the same
|
36 |
+
freedoms that you received. You must make sure that they, too, receive
|
37 |
+
or can get the source code. And you must show them these terms so they
|
38 |
+
know their rights.
|
39 |
+
|
40 |
+
Developers that use the GNU GPL protect your rights with two steps:
|
41 |
+
(1) assert copyright on the software, and (2) offer you this License
|
42 |
+
giving you legal permission to copy, distribute and/or modify it.
|
43 |
+
|
44 |
+
For the developers' and authors' protection, the GPL clearly explains
|
45 |
+
that there is no warranty for this free software. For both users' and
|
46 |
+
authors' sake, the GPL requires that modified versions be marked as
|
47 |
+
changed, so that their problems will not be attributed erroneously to
|
48 |
+
authors of previous versions.
|
49 |
+
|
50 |
+
Some devices are designed to deny users access to install or run
|
51 |
+
modified versions of the software inside them, although the manufacturer
|
52 |
+
can do so. This is fundamentally incompatible with the aim of
|
53 |
+
protecting users' freedom to change the software. The systematic
|
54 |
+
pattern of such abuse occurs in the area of products for individuals to
|
55 |
+
use, which is precisely where it is most unacceptable. Therefore, we
|
56 |
+
have designed this version of the GPL to prohibit the practice for those
|
57 |
+
products. If such problems arise substantially in other domains, we
|
58 |
+
stand ready to extend this provision to those domains in future versions
|
59 |
+
of the GPL, as needed to protect the freedom of users.
|
60 |
+
|
61 |
+
Finally, every program is threatened constantly by software patents.
|
62 |
+
States should not allow patents to restrict development and use of
|
63 |
+
software on general-purpose computers, but in those that do, we wish to
|
64 |
+
avoid the special danger that patents applied to a free program could
|
65 |
+
make it effectively proprietary. To prevent this, the GPL assures that
|
66 |
+
patents cannot be used to render the program non-free.
|
67 |
+
|
68 |
+
The precise terms and conditions for copying, distribution and
|
69 |
+
modification follow.
|
70 |
+
|
71 |
+
TERMS AND CONDITIONS
|
72 |
+
|
73 |
+
0. Definitions.
|
74 |
+
|
75 |
+
"This License" refers to version 3 of the GNU General Public License.
|
76 |
+
|
77 |
+
"Copyright" also means copyright-like laws that apply to other kinds of
|
78 |
+
works, such as semiconductor masks.
|
79 |
+
|
80 |
+
"The Program" refers to any copyrightable work licensed under this
|
81 |
+
License. Each licensee is addressed as "you". "Licensees" and
|
82 |
+
"recipients" may be individuals or organizations.
|
83 |
+
|
84 |
+
To "modify" a work means to copy from or adapt all or part of the work
|
85 |
+
in a fashion requiring copyright permission, other than the making of an
|
86 |
+
exact copy. The resulting work is called a "modified version" of the
|
87 |
+
earlier work or a work "based on" the earlier work.
|
88 |
+
|
89 |
+
A "covered work" means either the unmodified Program or a work based
|
90 |
+
on the Program.
|
91 |
+
|
92 |
+
To "propagate" a work means to do anything with it that, without
|
93 |
+
permission, would make you directly or secondarily liable for
|
94 |
+
infringement under applicable copyright law, except executing it on a
|
95 |
+
computer or modifying a private copy. Propagation includes copying,
|
96 |
+
distribution (with or without modification), making available to the
|
97 |
+
public, and in some countries other activities as well.
|
98 |
+
|
99 |
+
To "convey" a work means any kind of propagation that enables other
|
100 |
+
parties to make or receive copies. Mere interaction with a user through
|
101 |
+
a computer network, with no transfer of a copy, is not conveying.
|
102 |
+
|
103 |
+
An interactive user interface displays "Appropriate Legal Notices"
|
104 |
+
to the extent that it includes a convenient and prominently visible
|
105 |
+
feature that (1) displays an appropriate copyright notice, and (2)
|
106 |
+
tells the user that there is no warranty for the work (except to the
|
107 |
+
extent that warranties are provided), that licensees may convey the
|
108 |
+
work under this License, and how to view a copy of this License. If
|
109 |
+
the interface presents a list of user commands or options, such as a
|
110 |
+
menu, a prominent item in the list meets this criterion.
|
111 |
+
|
112 |
+
1. Source Code.
|
113 |
+
|
114 |
+
The "source code" for a work means the preferred form of the work
|
115 |
+
for making modifications to it. "Object code" means any non-source
|
116 |
+
form of a work.
|
117 |
+
|
118 |
+
A "Standard Interface" means an interface that either is an official
|
119 |
+
standard defined by a recognized standards body, or, in the case of
|
120 |
+
interfaces specified for a particular programming language, one that
|
121 |
+
is widely used among developers working in that language.
|
122 |
+
|
123 |
+
The "System Libraries" of an executable work include anything, other
|
124 |
+
than the work as a whole, that (a) is included in the normal form of
|
125 |
+
packaging a Major Component, but which is not part of that Major
|
126 |
+
Component, and (b) serves only to enable use of the work with that
|
127 |
+
Major Component, or to implement a Standard Interface for which an
|
128 |
+
implementation is available to the public in source code form. A
|
129 |
+
"Major Component", in this context, means a major essential component
|
130 |
+
(kernel, window system, and so on) of the specific operating system
|
131 |
+
(if any) on which the executable work runs, or a compiler used to
|
132 |
+
produce the work, or an object code interpreter used to run it.
|
133 |
+
|
134 |
+
The "Corresponding Source" for a work in object code form means all
|
135 |
+
the source code needed to generate, install, and (for an executable
|
136 |
+
work) run the object code and to modify the work, including scripts to
|
137 |
+
control those activities. However, it does not include the work's
|
138 |
+
System Libraries, or general-purpose tools or generally available free
|
139 |
+
programs which are used unmodified in performing those activities but
|
140 |
+
which are not part of the work. For example, Corresponding Source
|
141 |
+
includes interface definition files associated with source files for
|
142 |
+
the work, and the source code for shared libraries and dynamically
|
143 |
+
linked subprograms that the work is specifically designed to require,
|
144 |
+
such as by intimate data communication or control flow between those
|
145 |
+
subprograms and other parts of the work.
|
146 |
+
|
147 |
+
The Corresponding Source need not include anything that users
|
148 |
+
can regenerate automatically from other parts of the Corresponding
|
149 |
+
Source.
|
150 |
+
|
151 |
+
The Corresponding Source for a work in source code form is that
|
152 |
+
same work.
|
153 |
+
|
154 |
+
2. Basic Permissions.
|
155 |
+
|
156 |
+
All rights granted under this License are granted for the term of
|
157 |
+
copyright on the Program, and are irrevocable provided the stated
|
158 |
+
conditions are met. This License explicitly affirms your unlimited
|
159 |
+
permission to run the unmodified Program. The output from running a
|
160 |
+
covered work is covered by this License only if the output, given its
|
161 |
+
content, constitutes a covered work. This License acknowledges your
|
162 |
+
rights of fair use or other equivalent, as provided by copyright law.
|
163 |
+
|
164 |
+
You may make, run and propagate covered works that you do not
|
165 |
+
convey, without conditions so long as your license otherwise remains
|
166 |
+
in force. You may convey covered works to others for the sole purpose
|
167 |
+
of having them make modifications exclusively for you, or provide you
|
168 |
+
with facilities for running those works, provided that you comply with
|
169 |
+
the terms of this License in conveying all material for which you do
|
170 |
+
not control copyright. Those thus making or running the covered works
|
171 |
+
for you must do so exclusively on your behalf, under your direction
|
172 |
+
and control, on terms that prohibit them from making any copies of
|
173 |
+
your copyrighted material outside their relationship with you.
|
174 |
+
|
175 |
+
Conveying under any other circumstances is permitted solely under
|
176 |
+
the conditions stated below. Sublicensing is not allowed; section 10
|
177 |
+
makes it unnecessary.
|
178 |
+
|
179 |
+
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
180 |
+
|
181 |
+
No covered work shall be deemed part of an effective technological
|
182 |
+
measure under any applicable law fulfilling obligations under article
|
183 |
+
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
184 |
+
similar laws prohibiting or restricting circumvention of such
|
185 |
+
measures.
|
186 |
+
|
187 |
+
When you convey a covered work, you waive any legal power to forbid
|
188 |
+
circumvention of technological measures to the extent such circumvention
|
189 |
+
is effected by exercising rights under this License with respect to
|
190 |
+
the covered work, and you disclaim any intention to limit operation or
|
191 |
+
modification of the work as a means of enforcing, against the work's
|
192 |
+
users, your or third parties' legal rights to forbid circumvention of
|
193 |
+
technological measures.
|
194 |
+
|
195 |
+
4. Conveying Verbatim Copies.
|
196 |
+
|
197 |
+
You may convey verbatim copies of the Program's source code as you
|
198 |
+
receive it, in any medium, provided that you conspicuously and
|
199 |
+
appropriately publish on each copy an appropriate copyright notice;
|
200 |
+
keep intact all notices stating that this License and any
|
201 |
+
non-permissive terms added in accord with section 7 apply to the code;
|
202 |
+
keep intact all notices of the absence of any warranty; and give all
|
203 |
+
recipients a copy of this License along with the Program.
|
204 |
+
|
205 |
+
You may charge any price or no price for each copy that you convey,
|
206 |
+
and you may offer support or warranty protection for a fee.
|
207 |
+
|
208 |
+
5. Conveying Modified Source Versions.
|
209 |
+
|
210 |
+
You may convey a work based on the Program, or the modifications to
|
211 |
+
produce it from the Program, in the form of source code under the
|
212 |
+
terms of section 4, provided that you also meet all of these conditions:
|
213 |
+
|
214 |
+
a) The work must carry prominent notices stating that you modified
|
215 |
+
it, and giving a relevant date.
|
216 |
+
|
217 |
+
b) The work must carry prominent notices stating that it is
|
218 |
+
released under this License and any conditions added under section
|
219 |
+
7. This requirement modifies the requirement in section 4 to
|
220 |
+
"keep intact all notices".
|
221 |
+
|
222 |
+
c) You must license the entire work, as a whole, under this
|
223 |
+
License to anyone who comes into possession of a copy. This
|
224 |
+
License will therefore apply, along with any applicable section 7
|
225 |
+
additional terms, to the whole of the work, and all its parts,
|
226 |
+
regardless of how they are packaged. This License gives no
|
227 |
+
permission to license the work in any other way, but it does not
|
228 |
+
invalidate such permission if you have separately received it.
|
229 |
+
|
230 |
+
d) If the work has interactive user interfaces, each must display
|
231 |
+
Appropriate Legal Notices; however, if the Program has interactive
|
232 |
+
interfaces that do not display Appropriate Legal Notices, your
|
233 |
+
work need not make them do so.
|
234 |
+
|
235 |
+
A compilation of a covered work with other separate and independent
|
236 |
+
works, which are not by their nature extensions of the covered work,
|
237 |
+
and which are not combined with it such as to form a larger program,
|
238 |
+
in or on a volume of a storage or distribution medium, is called an
|
239 |
+
"aggregate" if the compilation and its resulting copyright are not
|
240 |
+
used to limit the access or legal rights of the compilation's users
|
241 |
+
beyond what the individual works permit. Inclusion of a covered work
|
242 |
+
in an aggregate does not cause this License to apply to the other
|
243 |
+
parts of the aggregate.
|
244 |
+
|
245 |
+
6. Conveying Non-Source Forms.
|
246 |
+
|
247 |
+
You may convey a covered work in object code form under the terms
|
248 |
+
of sections 4 and 5, provided that you also convey the
|
249 |
+
machine-readable Corresponding Source under the terms of this License,
|
250 |
+
in one of these ways:
|
251 |
+
|
252 |
+
a) Convey the object code in, or embodied in, a physical product
|
253 |
+
(including a physical distribution medium), accompanied by the
|
254 |
+
Corresponding Source fixed on a durable physical medium
|
255 |
+
customarily used for software interchange.
|
256 |
+
|
257 |
+
b) Convey the object code in, or embodied in, a physical product
|
258 |
+
(including a physical distribution medium), accompanied by a
|
259 |
+
written offer, valid for at least three years and valid for as
|
260 |
+
long as you offer spare parts or customer support for that product
|
261 |
+
model, to give anyone who possesses the object code either (1) a
|
262 |
+
copy of the Corresponding Source for all the software in the
|
263 |
+
product that is covered by this License, on a durable physical
|
264 |
+
medium customarily used for software interchange, for a price no
|
265 |
+
more than your reasonable cost of physically performing this
|
266 |
+
conveying of source, or (2) access to copy the
|
267 |
+
Corresponding Source from a network server at no charge.
|
268 |
+
|
269 |
+
c) Convey individual copies of the object code with a copy of the
|
270 |
+
written offer to provide the Corresponding Source. This
|
271 |
+
alternative is allowed only occasionally and noncommercially, and
|
272 |
+
only if you received the object code with such an offer, in accord
|
273 |
+
with subsection 6b.
|
274 |
+
|
275 |
+
d) Convey the object code by offering access from a designated
|
276 |
+
place (gratis or for a charge), and offer equivalent access to the
|
277 |
+
Corresponding Source in the same way through the same place at no
|
278 |
+
further charge. You need not require recipients to copy the
|
279 |
+
Corresponding Source along with the object code. If the place to
|
280 |
+
copy the object code is a network server, the Corresponding Source
|
281 |
+
may be on a different server (operated by you or a third party)
|
282 |
+
that supports equivalent copying facilities, provided you maintain
|
283 |
+
clear directions next to the object code saying where to find the
|
284 |
+
Corresponding Source. Regardless of what server hosts the
|
285 |
+
Corresponding Source, you remain obligated to ensure that it is
|
286 |
+
available for as long as needed to satisfy these requirements.
|
287 |
+
|
288 |
+
e) Convey the object code using peer-to-peer transmission, provided
|
289 |
+
you inform other peers where the object code and Corresponding
|
290 |
+
Source of the work are being offered to the general public at no
|
291 |
+
charge under subsection 6d.
|
292 |
+
|
293 |
+
A separable portion of the object code, whose source code is excluded
|
294 |
+
from the Corresponding Source as a System Library, need not be
|
295 |
+
included in conveying the object code work.
|
296 |
+
|
297 |
+
A "User Product" is either (1) a "consumer product", which means any
|
298 |
+
tangible personal property which is normally used for personal, family,
|
299 |
+
or household purposes, or (2) anything designed or sold for incorporation
|
300 |
+
into a dwelling. In determining whether a product is a consumer product,
|
301 |
+
doubtful cases shall be resolved in favor of coverage. For a particular
|
302 |
+
product received by a particular user, "normally used" refers to a
|
303 |
+
typical or common use of that class of product, regardless of the status
|
304 |
+
of the particular user or of the way in which the particular user
|
305 |
+
actually uses, or expects or is expected to use, the product. A product
|
306 |
+
is a consumer product regardless of whether the product has substantial
|
307 |
+
commercial, industrial or non-consumer uses, unless such uses represent
|
308 |
+
the only significant mode of use of the product.
|
309 |
+
|
310 |
+
"Installation Information" for a User Product means any methods,
|
311 |
+
procedures, authorization keys, or other information required to install
|
312 |
+
and execute modified versions of a covered work in that User Product from
|
313 |
+
a modified version of its Corresponding Source. The information must
|
314 |
+
suffice to ensure that the continued functioning of the modified object
|
315 |
+
code is in no case prevented or interfered with solely because
|
316 |
+
modification has been made.
|
317 |
+
|
318 |
+
If you convey an object code work under this section in, or with, or
|
319 |
+
specifically for use in, a User Product, and the conveying occurs as
|
320 |
+
part of a transaction in which the right of possession and use of the
|
321 |
+
User Product is transferred to the recipient in perpetuity or for a
|
322 |
+
fixed term (regardless of how the transaction is characterized), the
|
323 |
+
Corresponding Source conveyed under this section must be accompanied
|
324 |
+
by the Installation Information. But this requirement does not apply
|
325 |
+
if neither you nor any third party retains the ability to install
|
326 |
+
modified object code on the User Product (for example, the work has
|
327 |
+
been installed in ROM).
|
328 |
+
|
329 |
+
The requirement to provide Installation Information does not include a
|
330 |
+
requirement to continue to provide support service, warranty, or updates
|
331 |
+
for a work that has been modified or installed by the recipient, or for
|
332 |
+
the User Product in which it has been modified or installed. Access to a
|
333 |
+
network may be denied when the modification itself materially and
|
334 |
+
adversely affects the operation of the network or violates the rules and
|
335 |
+
protocols for communication across the network.
|
336 |
+
|
337 |
+
Corresponding Source conveyed, and Installation Information provided,
|
338 |
+
in accord with this section must be in a format that is publicly
|
339 |
+
documented (and with an implementation available to the public in
|
340 |
+
source code form), and must require no special password or key for
|
341 |
+
unpacking, reading or copying.
|
342 |
+
|
343 |
+
7. Additional Terms.
|
344 |
+
|
345 |
+
"Additional permissions" are terms that supplement the terms of this
|
346 |
+
License by making exceptions from one or more of its conditions.
|
347 |
+
Additional permissions that are applicable to the entire Program shall
|
348 |
+
be treated as though they were included in this License, to the extent
|
349 |
+
that they are valid under applicable law. If additional permissions
|
350 |
+
apply only to part of the Program, that part may be used separately
|
351 |
+
under those permissions, but the entire Program remains governed by
|
352 |
+
this License without regard to the additional permissions.
|
353 |
+
|
354 |
+
When you convey a copy of a covered work, you may at your option
|
355 |
+
remove any additional permissions from that copy, or from any part of
|
356 |
+
it. (Additional permissions may be written to require their own
|
357 |
+
removal in certain cases when you modify the work.) You may place
|
358 |
+
additional permissions on material, added by you to a covered work,
|
359 |
+
for which you have or can give appropriate copyright permission.
|
360 |
+
|
361 |
+
Notwithstanding any other provision of this License, for material you
|
362 |
+
add to a covered work, you may (if authorized by the copyright holders of
|
363 |
+
that material) supplement the terms of this License with terms:
|
364 |
+
|
365 |
+
a) Disclaiming warranty or limiting liability differently from the
|
366 |
+
terms of sections 15 and 16 of this License; or
|
367 |
+
|
368 |
+
b) Requiring preservation of specified reasonable legal notices or
|
369 |
+
author attributions in that material or in the Appropriate Legal
|
370 |
+
Notices displayed by works containing it; or
|
371 |
+
|
372 |
+
c) Prohibiting misrepresentation of the origin of that material, or
|
373 |
+
requiring that modified versions of such material be marked in
|
374 |
+
reasonable ways as different from the original version; or
|
375 |
+
|
376 |
+
d) Limiting the use for publicity purposes of names of licensors or
|
377 |
+
authors of the material; or
|
378 |
+
|
379 |
+
e) Declining to grant rights under trademark law for use of some
|
380 |
+
trade names, trademarks, or service marks; or
|
381 |
+
|
382 |
+
f) Requiring indemnification of licensors and authors of that
|
383 |
+
material by anyone who conveys the material (or modified versions of
|
384 |
+
it) with contractual assumptions of liability to the recipient, for
|
385 |
+
any liability that these contractual assumptions directly impose on
|
386 |
+
those licensors and authors.
|
387 |
+
|
388 |
+
All other non-permissive additional terms are considered "further
|
389 |
+
restrictions" within the meaning of section 10. If the Program as you
|
390 |
+
received it, or any part of it, contains a notice stating that it is
|
391 |
+
governed by this License along with a term that is a further
|
392 |
+
restriction, you may remove that term. If a license document contains
|
393 |
+
a further restriction but permits relicensing or conveying under this
|
394 |
+
License, you may add to a covered work material governed by the terms
|
395 |
+
of that license document, provided that the further restriction does
|
396 |
+
not survive such relicensing or conveying.
|
397 |
+
|
398 |
+
If you add terms to a covered work in accord with this section, you
|
399 |
+
must place, in the relevant source files, a statement of the
|
400 |
+
additional terms that apply to those files, or a notice indicating
|
401 |
+
where to find the applicable terms.
|
402 |
+
|
403 |
+
Additional terms, permissive or non-permissive, may be stated in the
|
404 |
+
form of a separately written license, or stated as exceptions;
|
405 |
+
the above requirements apply either way.
|
406 |
+
|
407 |
+
8. Termination.
|
408 |
+
|
409 |
+
You may not propagate or modify a covered work except as expressly
|
410 |
+
provided under this License. Any attempt otherwise to propagate or
|
411 |
+
modify it is void, and will automatically terminate your rights under
|
412 |
+
this License (including any patent licenses granted under the third
|
413 |
+
paragraph of section 11).
|
414 |
+
|
415 |
+
However, if you cease all violation of this License, then your
|
416 |
+
license from a particular copyright holder is reinstated (a)
|
417 |
+
provisionally, unless and until the copyright holder explicitly and
|
418 |
+
finally terminates your license, and (b) permanently, if the copyright
|
419 |
+
holder fails to notify you of the violation by some reasonable means
|
420 |
+
prior to 60 days after the cessation.
|
421 |
+
|
422 |
+
Moreover, your license from a particular copyright holder is
|
423 |
+
reinstated permanently if the copyright holder notifies you of the
|
424 |
+
violation by some reasonable means, this is the first time you have
|
425 |
+
received notice of violation of this License (for any work) from that
|
426 |
+
copyright holder, and you cure the violation prior to 30 days after
|
427 |
+
your receipt of the notice.
|
428 |
+
|
429 |
+
Termination of your rights under this section does not terminate the
|
430 |
+
licenses of parties who have received copies or rights from you under
|
431 |
+
this License. If your rights have been terminated and not permanently
|
432 |
+
reinstated, you do not qualify to receive new licenses for the same
|
433 |
+
material under section 10.
|
434 |
+
|
435 |
+
9. Acceptance Not Required for Having Copies.
|
436 |
+
|
437 |
+
You are not required to accept this License in order to receive or
|
438 |
+
run a copy of the Program. Ancillary propagation of a covered work
|
439 |
+
occurring solely as a consequence of using peer-to-peer transmission
|
440 |
+
to receive a copy likewise does not require acceptance. However,
|
441 |
+
nothing other than this License grants you permission to propagate or
|
442 |
+
modify any covered work. These actions infringe copyright if you do
|
443 |
+
not accept this License. Therefore, by modifying or propagating a
|
444 |
+
covered work, you indicate your acceptance of this License to do so.
|
445 |
+
|
446 |
+
10. Automatic Licensing of Downstream Recipients.
|
447 |
+
|
448 |
+
Each time you convey a covered work, the recipient automatically
|
449 |
+
receives a license from the original licensors, to run, modify and
|
450 |
+
propagate that work, subject to this License. You are not responsible
|
451 |
+
for enforcing compliance by third parties with this License.
|
452 |
+
|
453 |
+
An "entity transaction" is a transaction transferring control of an
|
454 |
+
organization, or substantially all assets of one, or subdividing an
|
455 |
+
organization, or merging organizations. If propagation of a covered
|
456 |
+
work results from an entity transaction, each party to that
|
457 |
+
transaction who receives a copy of the work also receives whatever
|
458 |
+
licenses to the work the party's predecessor in interest had or could
|
459 |
+
give under the previous paragraph, plus a right to possession of the
|
460 |
+
Corresponding Source of the work from the predecessor in interest, if
|
461 |
+
the predecessor has it or can get it with reasonable efforts.
|
462 |
+
|
463 |
+
You may not impose any further restrictions on the exercise of the
|
464 |
+
rights granted or affirmed under this License. For example, you may
|
465 |
+
not impose a license fee, royalty, or other charge for exercise of
|
466 |
+
rights granted under this License, and you may not initiate litigation
|
467 |
+
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
468 |
+
any patent claim is infringed by making, using, selling, offering for
|
469 |
+
sale, or importing the Program or any portion of it.
|
470 |
+
|
471 |
+
11. Patents.
|
472 |
+
|
473 |
+
A "contributor" is a copyright holder who authorizes use under this
|
474 |
+
License of the Program or a work on which the Program is based. The
|
475 |
+
work thus licensed is called the contributor's "contributor version".
|
476 |
+
|
477 |
+
A contributor's "essential patent claims" are all patent claims
|
478 |
+
owned or controlled by the contributor, whether already acquired or
|
479 |
+
hereafter acquired, that would be infringed by some manner, permitted
|
480 |
+
by this License, of making, using, or selling its contributor version,
|
481 |
+
but do not include claims that would be infringed only as a
|
482 |
+
consequence of further modification of the contributor version. For
|
483 |
+
purposes of this definition, "control" includes the right to grant
|
484 |
+
patent sublicenses in a manner consistent with the requirements of
|
485 |
+
this License.
|
486 |
+
|
487 |
+
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
488 |
+
patent license under the contributor's essential patent claims, to
|
489 |
+
make, use, sell, offer for sale, import and otherwise run, modify and
|
490 |
+
propagate the contents of its contributor version.
|
491 |
+
|
492 |
+
In the following three paragraphs, a "patent license" is any express
|
493 |
+
agreement or commitment, however denominated, not to enforce a patent
|
494 |
+
(such as an express permission to practice a patent or covenant not to
|
495 |
+
sue for patent infringement). To "grant" such a patent license to a
|
496 |
+
party means to make such an agreement or commitment not to enforce a
|
497 |
+
patent against the party.
|
498 |
+
|
499 |
+
If you convey a covered work, knowingly relying on a patent license,
|
500 |
+
and the Corresponding Source of the work is not available for anyone
|
501 |
+
to copy, free of charge and under the terms of this License, through a
|
502 |
+
publicly available network server or other readily accessible means,
|
503 |
+
then you must either (1) cause the Corresponding Source to be so
|
504 |
+
available, or (2) arrange to deprive yourself of the benefit of the
|
505 |
+
patent license for this particular work, or (3) arrange, in a manner
|
506 |
+
consistent with the requirements of this License, to extend the patent
|
507 |
+
license to downstream recipients. "Knowingly relying" means you have
|
508 |
+
actual knowledge that, but for the patent license, your conveying the
|
509 |
+
covered work in a country, or your recipient's use of the covered work
|
510 |
+
in a country, would infringe one or more identifiable patents in that
|
511 |
+
country that you have reason to believe are valid.
|
512 |
+
|
513 |
+
If, pursuant to or in connection with a single transaction or
|
514 |
+
arrangement, you convey, or propagate by procuring conveyance of, a
|
515 |
+
covered work, and grant a patent license to some of the parties
|
516 |
+
receiving the covered work authorizing them to use, propagate, modify
|
517 |
+
or convey a specific copy of the covered work, then the patent license
|
518 |
+
you grant is automatically extended to all recipients of the covered
|
519 |
+
work and works based on it.
|
520 |
+
|
521 |
+
A patent license is "discriminatory" if it does not include within
|
522 |
+
the scope of its coverage, prohibits the exercise of, or is
|
523 |
+
conditioned on the non-exercise of one or more of the rights that are
|
524 |
+
specifically granted under this License. You may not convey a covered
|
525 |
+
work if you are a party to an arrangement with a third party that is
|
526 |
+
in the business of distributing software, under which you make payment
|
527 |
+
to the third party based on the extent of your activity of conveying
|
528 |
+
the work, and under which the third party grants, to any of the
|
529 |
+
parties who would receive the covered work from you, a discriminatory
|
530 |
+
patent license (a) in connection with copies of the covered work
|
531 |
+
conveyed by you (or copies made from those copies), or (b) primarily
|
532 |
+
for and in connection with specific products or compilations that
|
533 |
+
contain the covered work, unless you entered into that arrangement,
|
534 |
+
or that patent license was granted, prior to 28 March 2007.
|
535 |
+
|
536 |
+
Nothing in this License shall be construed as excluding or limiting
|
537 |
+
any implied license or other defenses to infringement that may
|
538 |
+
otherwise be available to you under applicable patent law.
|
539 |
+
|
540 |
+
12. No Surrender of Others' Freedom.
|
541 |
+
|
542 |
+
If conditions are imposed on you (whether by court order, agreement or
|
543 |
+
otherwise) that contradict the conditions of this License, they do not
|
544 |
+
excuse you from the conditions of this License. If you cannot convey a
|
545 |
+
covered work so as to satisfy simultaneously your obligations under this
|
546 |
+
License and any other pertinent obligations, then as a consequence you may
|
547 |
+
not convey it at all. For example, if you agree to terms that obligate you
|
548 |
+
to collect a royalty for further conveying from those to whom you convey
|
549 |
+
the Program, the only way you could satisfy both those terms and this
|
550 |
+
License would be to refrain entirely from conveying the Program.
|
551 |
+
|
552 |
+
13. Use with the GNU Affero General Public License.
|
553 |
+
|
554 |
+
Notwithstanding any other provision of this License, you have
|
555 |
+
permission to link or combine any covered work with a work licensed
|
556 |
+
under version 3 of the GNU Affero General Public License into a single
|
557 |
+
combined work, and to convey the resulting work. The terms of this
|
558 |
+
License will continue to apply to the part which is the covered work,
|
559 |
+
but the special requirements of the GNU Affero General Public License,
|
560 |
+
section 13, concerning interaction through a network will apply to the
|
561 |
+
combination as such.
|
562 |
+
|
563 |
+
14. Revised Versions of this License.
|
564 |
+
|
565 |
+
The Free Software Foundation may publish revised and/or new versions of
|
566 |
+
the GNU General Public License from time to time. Such new versions will
|
567 |
+
be similar in spirit to the present version, but may differ in detail to
|
568 |
+
address new problems or concerns.
|
569 |
+
|
570 |
+
Each version is given a distinguishing version number. If the
|
571 |
+
Program specifies that a certain numbered version of the GNU General
|
572 |
+
Public License "or any later version" applies to it, you have the
|
573 |
+
option of following the terms and conditions either of that numbered
|
574 |
+
version or of any later version published by the Free Software
|
575 |
+
Foundation. If the Program does not specify a version number of the
|
576 |
+
GNU General Public License, you may choose any version ever published
|
577 |
+
by the Free Software Foundation.
|
578 |
+
|
579 |
+
If the Program specifies that a proxy can decide which future
|
580 |
+
versions of the GNU General Public License can be used, that proxy's
|
581 |
+
public statement of acceptance of a version permanently authorizes you
|
582 |
+
to choose that version for the Program.
|
583 |
+
|
584 |
+
Later license versions may give you additional or different
|
585 |
+
permissions. However, no additional obligations are imposed on any
|
586 |
+
author or copyright holder as a result of your choosing to follow a
|
587 |
+
later version.
|
588 |
+
|
589 |
+
15. Disclaimer of Warranty.
|
590 |
+
|
591 |
+
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
592 |
+
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
593 |
+
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
594 |
+
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
595 |
+
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
596 |
+
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
597 |
+
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
598 |
+
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
599 |
+
|
600 |
+
16. Limitation of Liability.
|
601 |
+
|
602 |
+
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
603 |
+
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
604 |
+
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
605 |
+
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
606 |
+
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
607 |
+
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
608 |
+
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
609 |
+
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
610 |
+
SUCH DAMAGES.
|
611 |
+
|
612 |
+
17. Interpretation of Sections 15 and 16.
|
613 |
+
|
614 |
+
If the disclaimer of warranty and limitation of liability provided
|
615 |
+
above cannot be given local legal effect according to their terms,
|
616 |
+
reviewing courts shall apply local law that most closely approximates
|
617 |
+
an absolute waiver of all civil liability in connection with the
|
618 |
+
Program, unless a warranty or assumption of liability accompanies a
|
619 |
+
copy of the Program in return for a fee.
|
620 |
+
|
621 |
+
END OF TERMS AND CONDITIONS
|
622 |
+
|
623 |
+
How to Apply These Terms to Your New Programs
|
624 |
+
|
625 |
+
If you develop a new program, and you want it to be of the greatest
|
626 |
+
possible use to the public, the best way to achieve this is to make it
|
627 |
+
free software which everyone can redistribute and change under these terms.
|
628 |
+
|
629 |
+
To do so, attach the following notices to the program. It is safest
|
630 |
+
to attach them to the start of each source file to most effectively
|
631 |
+
state the exclusion of warranty; and each file should have at least
|
632 |
+
the "copyright" line and a pointer to where the full notice is found.
|
633 |
+
|
634 |
+
<one line to give the program's name and a brief idea of what it does.>
|
635 |
+
Copyright (C) <year> <name of author>
|
636 |
+
|
637 |
+
This program is free software: you can redistribute it and/or modify
|
638 |
+
it under the terms of the GNU General Public License as published by
|
639 |
+
the Free Software Foundation, either version 3 of the License, or
|
640 |
+
(at your option) any later version.
|
641 |
+
|
642 |
+
This program is distributed in the hope that it will be useful,
|
643 |
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
644 |
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
645 |
+
GNU General Public License for more details.
|
646 |
+
|
647 |
+
You should have received a copy of the GNU General Public License
|
648 |
+
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
649 |
+
|
650 |
+
Also add information on how to contact you by electronic and paper mail.
|
651 |
+
|
652 |
+
If the program does terminal interaction, make it output a short
|
653 |
+
notice like this when it starts in an interactive mode:
|
654 |
+
|
655 |
+
<program> Copyright (C) <year> <name of author>
|
656 |
+
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
657 |
+
This is free software, and you are welcome to redistribute it
|
658 |
+
under certain conditions; type `show c' for details.
|
659 |
+
|
660 |
+
The hypothetical commands `show w' and `show c' should show the appropriate
|
661 |
+
parts of the General Public License. Of course, your program's commands
|
662 |
+
might be different; for a GUI interface, you would use an "about box".
|
663 |
+
|
664 |
+
You should also get your employer (if you work as a programmer) or school,
|
665 |
+
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
666 |
+
For more information on this, and how to apply and follow the GNU GPL, see
|
667 |
+
<http://www.gnu.org/licenses/>.
|
668 |
+
|
669 |
+
The GNU General Public License does not permit incorporating your program
|
670 |
+
into proprietary programs. If your program is a subroutine library, you
|
671 |
+
may consider it more useful to permit linking proprietary applications with
|
672 |
+
the library. If this is what you want to do, use the GNU Lesser General
|
673 |
+
Public License instead of this License. But first, please read
|
674 |
+
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Adminimize ===
|
2 |
-
Contributors: Bueltge
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4578111
|
4 |
Tags: color, scheme, theme, admin, dashboard, color scheme, plugin, interface, ui, metabox, hide, editor, minimal, menu, customization, interface, administration, lite, light, usability, lightweight, layout, zen
|
5 |
-
Requires at least:
|
6 |
-
Tested up to:
|
7 |
-
Stable tag: 1.8.
|
8 |
|
9 |
Adminimize is a WordPress plugin that lets you hide 'unnecessary' items from the WordPress backend and many many more ...
|
10 |
|
@@ -61,10 +61,6 @@ The plugin changes the administration backend and gives you the power to assign
|
|
61 |
1. remove items on custom post types for different role
|
62 |
1. ... many many more
|
63 |
|
64 |
-
**Made by [Inpsyde](http://inpsyde.com) · We love WordPress**
|
65 |
-
|
66 |
-
Have a look at the premium plugins in our [market](http://marketpress.com).
|
67 |
-
|
68 |
== Installation ==
|
69 |
1. Unpack the download-package
|
70 |
2. Upload folder include all files to the `/wp-content/plugins/` directory. The final directory tree should look like `/wp-content/plugins/adminimize/adminimize.php`, `/wp-content/plugins/adminimize/adminimize_page.php`, `/wp-content/plugins/adminimize/css/` and `/wp-content/plugins/adminimize/languages`
|
@@ -89,6 +85,11 @@ See on [the official website](http://bueltge.de/wordpress-admin-theme-adminimize
|
|
89 |
1. Adminimize Theme how in WordPress 2.3
|
90 |
|
91 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
92 |
= 1.8.3 (04/07/2013) =
|
93 |
* Fix for use it with bbPress
|
94 |
* Small minor changes
|
1 |
=== Adminimize ===
|
2 |
+
Contributors: Bueltge
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4578111
|
4 |
Tags: color, scheme, theme, admin, dashboard, color scheme, plugin, interface, ui, metabox, hide, editor, minimal, menu, customization, interface, administration, lite, light, usability, lightweight, layout, zen
|
5 |
+
Requires at least: 2.5
|
6 |
+
Tested up to: 4.1
|
7 |
+
Stable tag: 1.8.4
|
8 |
|
9 |
Adminimize is a WordPress plugin that lets you hide 'unnecessary' items from the WordPress backend and many many more ...
|
10 |
|
61 |
1. remove items on custom post types for different role
|
62 |
1. ... many many more
|
63 |
|
|
|
|
|
|
|
|
|
64 |
== Installation ==
|
65 |
1. Unpack the download-package
|
66 |
2. Upload folder include all files to the `/wp-content/plugins/` directory. The final directory tree should look like `/wp-content/plugins/adminimize/adminimize.php`, `/wp-content/plugins/adminimize/adminimize_page.php`, `/wp-content/plugins/adminimize/css/` and `/wp-content/plugins/adminimize/languages`
|
85 |
1. Adminimize Theme how in WordPress 2.3
|
86 |
|
87 |
== Changelog ==
|
88 |
+
= 1.8.4 (06/06/2013) =
|
89 |
+
* Change Widget Settings, better to unregister widgtes from other themes and plugins
|
90 |
+
* Add more usability to the settings page
|
91 |
+
* Small major changes
|
92 |
+
|
93 |
= 1.8.3 (04/07/2013) =
|
94 |
* Fix for use it with bbPress
|
95 |
* Small minor changes
|