Version Description
- 15.04.2016 =
- Bugfix : Bug with displaying gallery on mobile device (Windows Phone) was fixed.
- NEW : Ability to add custom styles.
- Update : Compatibility with Pagination by BestWebSoft plugin was added.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Gallery by BestWebSoft |
Version | 4.4.0 |
Comparing to | |
See all releases |
Code changes from version 4.3.9 to 4.4.0
- bws_menu/bws_functions.php +215 -35
- bws_menu/bws_menu.php +1 -1
- bws_menu/css/codemirror.css +270 -0
- bws_menu/css/general_style.css +18 -14
- bws_menu/js/codemirror.js +5 -0
- bws_menu/js/general_script.js +10 -0
- bws_menu/languages/bestwebsoft-de_DE.mo +0 -0
- bws_menu/languages/bestwebsoft-de_DE.po +130 -94
- bws_menu/languages/bestwebsoft-fr_FR.mo +0 -0
- bws_menu/languages/bestwebsoft-fr_FR.po +132 -94
- bws_menu/languages/bestwebsoft-it_IT.mo +0 -0
- bws_menu/languages/bestwebsoft-it_IT.po +130 -94
- bws_menu/languages/bestwebsoft-ja.mo +0 -0
- bws_menu/languages/bestwebsoft-ja.po +133 -95
- bws_menu/languages/bestwebsoft-pl_PL.mo +0 -0
- bws_menu/languages/bestwebsoft-pl_PL.po +132 -94
- bws_menu/languages/bestwebsoft-pt_BR.mo +0 -0
- bws_menu/languages/bestwebsoft-pt_BR.po +130 -94
- bws_menu/languages/bestwebsoft-ru_RU.mo +0 -0
- bws_menu/languages/bestwebsoft-ru_RU.po +134 -94
- bws_menu/languages/bestwebsoft-sr_RS.mo +0 -0
- bws_menu/languages/bestwebsoft-sr_RS.po +129 -94
- bws_menu/languages/bestwebsoft-sv_SE.mo +0 -0
- bws_menu/languages/bestwebsoft-sv_SE.po +129 -94
- bws_menu/languages/bestwebsoft-uk.mo +0 -0
- bws_menu/languages/bestwebsoft-uk.po +133 -94
- css/style.css +8 -3
- gallery-plugin.php +140 -163
- images/display_text_by_mouse_hover.jpg +0 -0
- images/display_text_under_image.jpg +0 -0
- images/view_grid.jpg +0 -0
- images/view_masonry.jpg +0 -0
- inc/demo-data/class-bws-demo-data.php +9 -1
- js/frontend_script.js +2 -2
- js/script.js +6 -7
- languages/gallery-plugin-bg_BG.mo +0 -0
- languages/gallery-plugin-bg_BG.po +194 -190
- languages/gallery-plugin-cs_CZ.mo +0 -0
- languages/gallery-plugin-cs_CZ.po +194 -190
- languages/gallery-plugin-de_DE.mo +0 -0
- languages/gallery-plugin-de_DE.po +194 -190
- languages/gallery-plugin-es_ES.mo +0 -0
- languages/gallery-plugin-es_ES.po +194 -190
- languages/gallery-plugin-fr_FR.mo +0 -0
- languages/gallery-plugin-fr_FR.po +195 -193
- languages/gallery-plugin-nl_NL.mo +0 -0
- languages/gallery-plugin-nl_NL.po +194 -190
- languages/gallery-plugin-pt_BR.mo +0 -0
- languages/gallery-plugin-pt_BR.po +194 -190
- languages/gallery-plugin-ru_RU.mo +0 -0
- languages/gallery-plugin-ru_RU.po +194 -190
- languages/gallery-plugin-sk_SK.mo +0 -0
- languages/gallery-plugin-sk_SK.po +194 -190
- languages/gallery-plugin-sl_SI.mo +0 -0
- languages/gallery-plugin-sl_SI.po +194 -190
- languages/gallery-plugin-sr_RS.mo +0 -0
- languages/gallery-plugin-sr_RS.po +194 -190
- languages/gallery-plugin-tr.mo +0 -0
- languages/gallery-plugin-tr.po +193 -189
- languages/gallery-plugin-uk.mo +0 -0
- languages/gallery-plugin-uk.po +221 -219
- languages/gallery-plugin-zh_CN.mo +0 -0
- languages/gallery-plugin-zh_CN.po +216 -214
- minicolors/jquery.miniColors.css +0 -182
- minicolors/jquery.miniColors.js +0 -634
- minicolors/jquery.minicolors.png +0 -0
- readme.txt +21 -11
- screenshot-1.png +0 -0
- screenshot-2.png +0 -0
- screenshot-3.png +0 -0
- screenshot-4.png +0 -0
- screenshot-5.png +0 -0
- screenshot-6.png +0 -0
- screenshot-7.png +0 -0
- template/gallery-template.php +10 -7
bws_menu/bws_functions.php
CHANGED
@@ -167,7 +167,7 @@ if ( ! function_exists( 'bws_plugin_reviews_block' ) ) {
|
|
167 |
<div class="bws-plugin-reviews">
|
168 |
<div class="bws-plugin-reviews-rate">
|
169 |
<?php _e( 'If you enjoy our plugin, please give it 5 stars on WordPress', 'bestwebsoft' ); ?>:
|
170 |
-
<a href="http://wordpress.org/support/view/plugin-reviews/<?php echo $plugin_slug;
|
171 |
</div>
|
172 |
<div class="bws-plugin-reviews-support">
|
173 |
<?php _e( 'If there is something wrong about it, please contact us', 'bestwebsoft' ); ?>:
|
@@ -261,47 +261,47 @@ if ( ! function_exists( 'bws_go_pro_tab_check' ) ) {
|
|
261 |
|
262 |
$url = 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/downloads/?bws_first_download=' . $bws_license_plugin . '&bws_license_key=' . $bws_license_key . '&download_from=5';
|
263 |
$uploadDir = wp_upload_dir();
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
} else {
|
289 |
-
$result['error'] = __( "Failed to open the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
|
290 |
-
}
|
291 |
-
} elseif ( class_exists( 'Phar' ) ) {
|
292 |
-
$phar = new PharData( $file_put_contents );
|
293 |
-
$phar->extractTo( WP_PLUGIN_DIR );
|
294 |
} else {
|
295 |
-
$result['error'] = __( "
|
296 |
}
|
297 |
-
|
|
|
|
|
298 |
} else {
|
299 |
-
$result['error'] = __( "
|
300 |
}
|
|
|
301 |
} else {
|
302 |
-
$result['error'] = __( "
|
303 |
}
|
|
|
|
|
304 |
}
|
|
|
305 |
|
306 |
/* activate Pro */
|
307 |
if ( file_exists( WP_PLUGIN_DIR . '/' . $zip_name[0] ) ) {
|
@@ -897,6 +897,13 @@ if ( ! function_exists ( 'bws_plugins_admin_head' ) ) {
|
|
897 |
}
|
898 |
}
|
899 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
900 |
/**
|
901 |
* Tooltip block
|
902 |
*/
|
@@ -1149,9 +1156,182 @@ if ( ! function_exists( 'bws_help_tab' ) ) {
|
|
1149 |
}
|
1150 |
}
|
1151 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1152 |
add_action( 'admin_init', 'bws_plugins_admin_init' );
|
1153 |
add_action( 'admin_enqueue_scripts', 'bws_admin_enqueue_scripts' );
|
1154 |
add_action( 'admin_head', 'bws_plugins_admin_head' );
|
1155 |
add_action( 'admin_footer','bws_shortcode_media_button_popup' );
|
1156 |
|
1157 |
-
add_action( 'admin_notices', 'bws_versions_notice' );
|
|
|
|
167 |
<div class="bws-plugin-reviews">
|
168 |
<div class="bws-plugin-reviews-rate">
|
169 |
<?php _e( 'If you enjoy our plugin, please give it 5 stars on WordPress', 'bestwebsoft' ); ?>:
|
170 |
+
<a href="http://wordpress.org/support/view/plugin-reviews/<?php echo $plugin_slug; ?>?filter=5" target="_blank" title="<?php echo $plugin_name; ?> reviews"><?php _e( 'Rate the plugin', 'bestwebsoft' ); ?></a>
|
171 |
</div>
|
172 |
<div class="bws-plugin-reviews-support">
|
173 |
<?php _e( 'If there is something wrong about it, please contact us', 'bestwebsoft' ); ?>:
|
261 |
|
262 |
$url = 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/downloads/?bws_first_download=' . $bws_license_plugin . '&bws_license_key=' . $bws_license_key . '&download_from=5';
|
263 |
$uploadDir = wp_upload_dir();
|
264 |
+
$zip_name = explode( '/', $bws_license_plugin );
|
265 |
+
|
266 |
+
if ( !function_exists( 'curl_init' ) ) {
|
267 |
+
$received_content = file_get_contents( $url );
|
268 |
+
} else {
|
269 |
+
$ch = curl_init();
|
270 |
+
curl_setopt( $ch, CURLOPT_URL, $url );
|
271 |
+
curl_setopt( $ch, CURLOPT_RETURNTRANSFER, true );
|
272 |
+
$received_content = curl_exec( $ch );
|
273 |
+
curl_close( $ch );
|
274 |
+
}
|
275 |
|
276 |
+
if ( ! $received_content ) {
|
277 |
+
$result['error'] = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
|
278 |
+
} else {
|
279 |
+
if ( is_writable( $uploadDir["path"] ) ) {
|
280 |
+
$file_put_contents = $uploadDir["path"] . "/" . $zip_name[0] . ".zip";
|
281 |
+
if ( file_put_contents( $file_put_contents, $received_content ) ) {
|
282 |
+
@chmod( $file_put_contents, octdec( 755 ) );
|
283 |
+
if ( class_exists( 'ZipArchive' ) ) {
|
284 |
+
$zip = new ZipArchive();
|
285 |
+
if ( $zip->open( $file_put_contents ) === TRUE ) {
|
286 |
+
$zip->extractTo( WP_PLUGIN_DIR );
|
287 |
+
$zip->close();
|
|
|
|
|
|
|
|
|
|
|
|
|
288 |
} else {
|
289 |
+
$result['error'] = __( "Failed to open the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
|
290 |
}
|
291 |
+
} elseif ( class_exists( 'Phar' ) ) {
|
292 |
+
$phar = new PharData( $file_put_contents );
|
293 |
+
$phar->extractTo( WP_PLUGIN_DIR );
|
294 |
} else {
|
295 |
+
$result['error'] = __( "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually", 'bestwebsoft' );
|
296 |
}
|
297 |
+
@unlink( $file_put_contents );
|
298 |
} else {
|
299 |
+
$result['error'] = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
|
300 |
}
|
301 |
+
} else {
|
302 |
+
$result['error'] = __( "UploadDir is not writable. Please, upload the plugin manually", 'bestwebsoft' );
|
303 |
}
|
304 |
+
}
|
305 |
|
306 |
/* activate Pro */
|
307 |
if ( file_exists( WP_PLUGIN_DIR . '/' . $zip_name[0] ) ) {
|
897 |
}
|
898 |
}
|
899 |
|
900 |
+
if ( ! function_exists ( 'bws_plugins_include_codemirror' ) ) {
|
901 |
+
function bws_plugins_include_codemirror() {
|
902 |
+
wp_enqueue_style( 'codemirror.css', plugins_url( 'css/codemirror.css', __FILE__ ) );
|
903 |
+
wp_enqueue_script( 'codemirror.js', plugins_url( 'js/codemirror.js', __FILE__ ), array( 'jquery' ) );
|
904 |
+
}
|
905 |
+
}
|
906 |
+
|
907 |
/**
|
908 |
* Tooltip block
|
909 |
*/
|
1156 |
}
|
1157 |
}
|
1158 |
|
1159 |
+
/**
|
1160 |
+
* Function display 'Custom code' tab
|
1161 |
+
*/
|
1162 |
+
if ( ! function_exists( 'bws_custom_code_tab' ) ) {
|
1163 |
+
function bws_custom_code_tab() {
|
1164 |
+
if ( ! current_user_can( 'edit_plugins' ) )
|
1165 |
+
wp_die( __( 'You do not have sufficient permissions to edit plugins for this site.', 'bestwebsoft' ) );
|
1166 |
+
|
1167 |
+
global $bstwbsftwppdtplgns_options;
|
1168 |
+
|
1169 |
+
$message = $content = '';
|
1170 |
+
$is_active = false;
|
1171 |
+
|
1172 |
+
$upload_dir = wp_upload_dir();
|
1173 |
+
$folder = $upload_dir['basedir'] . '/bws-custom-code';
|
1174 |
+
if ( ! $upload_dir["error"] ) {
|
1175 |
+
if ( ! is_dir( $folder ) )
|
1176 |
+
wp_mkdir_p( $folder, 0755 );
|
1177 |
+
}
|
1178 |
+
|
1179 |
+
$file = 'bws-custom-code.css';
|
1180 |
+
$real_file = $folder . '/' . $file;
|
1181 |
+
$is_multisite = is_multisite();
|
1182 |
+
if ( $is_multisite )
|
1183 |
+
$blog_id = get_current_blog_id();
|
1184 |
+
|
1185 |
+
if ( isset( $_REQUEST['bws_update_custom_code'] ) && check_admin_referer( 'bws_update_' . $file ) ) {
|
1186 |
+
|
1187 |
+
$newcontent = wp_unslash( $_POST['bws_newcontent_css'] );
|
1188 |
+
|
1189 |
+
|
1190 |
+
if ( ! empty( $newcontent ) && isset( $_REQUEST['bws_custom_css_active'] ) ) {
|
1191 |
+
if ( $is_multisite )
|
1192 |
+
$bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $file ] = $upload_dir['baseurl'] . '/bws-custom-code/' . $file;
|
1193 |
+
else
|
1194 |
+
$bstwbsftwppdtplgns_options['custom_code'][ $file ] = $upload_dir['baseurl'] . '/bws-custom-code/' . $file;
|
1195 |
+
} else {
|
1196 |
+
if ( $is_multisite ) {
|
1197 |
+
if ( isset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $file ] ) )
|
1198 |
+
unset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $file ] );
|
1199 |
+
} else {
|
1200 |
+
if ( isset( $bstwbsftwppdtplgns_options['custom_code'][ $file ] ) )
|
1201 |
+
unset( $bstwbsftwppdtplgns_options['custom_code'][ $file ] );
|
1202 |
+
}
|
1203 |
+
}
|
1204 |
+
|
1205 |
+
if ( $f = fopen( $real_file, 'w+' ) ) {
|
1206 |
+
fwrite( $f, $newcontent );
|
1207 |
+
fclose( $f );
|
1208 |
+
$message = __( 'File edited successfully.', 'bestwebsoft' );
|
1209 |
+
} else {
|
1210 |
+
$error = __( 'Not enough permissions to create or update the file', 'bestwebsoft' ) . ' ' . $real_file . '. <a href="https://codex.wordpress.org/Changing_File_Permissions">' . __( 'Learn more', 'bestwebsoft' ) . '</a>';
|
1211 |
+
}
|
1212 |
+
|
1213 |
+
if ( $is_multisite )
|
1214 |
+
update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
|
1215 |
+
else
|
1216 |
+
update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
|
1217 |
+
}
|
1218 |
+
|
1219 |
+
if ( file_exists( $real_file ) ) {
|
1220 |
+
update_recently_edited( $real_file );
|
1221 |
+
$content = file_get_contents( $real_file );
|
1222 |
+
$content = esc_textarea( $content );
|
1223 |
+
if ( ( $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $file ] ) ) ||
|
1224 |
+
( ! $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $file ] ) ) ) {
|
1225 |
+
$is_active = true;
|
1226 |
+
}
|
1227 |
+
}
|
1228 |
+
|
1229 |
+
if ( ! empty( $message ) ) { ?>
|
1230 |
+
<div id="message" class="below-h2 updated notice is-dismissible"><p><?php echo $message; ?></p></div>
|
1231 |
+
<?php } ?>
|
1232 |
+
<p><?php _e( 'These styles will be added to the header on all pages of your site.', 'bestwebsoft' ); ?></p>
|
1233 |
+
<p><big>
|
1234 |
+
<?php if ( ! file_exists( $real_file ) || ( is_writeable( $real_file ) ) ) {
|
1235 |
+
echo __( 'Editing', 'bestwebsoft' ) . ' <strong>' . $file . '</strong>';
|
1236 |
+
} else {
|
1237 |
+
echo __( 'Browsing', 'bestwebsoft' ) . ' <strong>' . $file . '</strong>';
|
1238 |
+
} ?>
|
1239 |
+
</big></p>
|
1240 |
+
<form action="" method="post">
|
1241 |
+
<?php wp_nonce_field( 'bws_update_' . $file ); ?>
|
1242 |
+
<p><label><input type="checkbox" name="bws_custom_css_active" value="1" <?php if ( $is_active ) echo "checked"; ?> /> <?php _e( 'Activate', 'bestwebsoft' ); ?></label></p>
|
1243 |
+
<textarea cols="70" rows="25" name="bws_newcontent_css" id="bws_newcontent_css"><?php echo $content; ?></textarea>
|
1244 |
+
<p class="description">
|
1245 |
+
<a href="https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started" target="_blank"><?php _e( 'Learn more about CSS', 'bestwebsoft' ); ?></a>
|
1246 |
+
</p>
|
1247 |
+
<?php if ( ! file_exists( $real_file ) || is_writeable( $real_file ) ) { ?>
|
1248 |
+
<p class="submit">
|
1249 |
+
<input type="hidden" name="bws_update_custom_code" value="submit" />
|
1250 |
+
<?php submit_button( __( 'Save Changes', 'bestwebsoft' ), 'primary', 'submit', false ); ?>
|
1251 |
+
</p>
|
1252 |
+
<?php } else { ?>
|
1253 |
+
<p><em><?php printf( __( 'You need to make this file writable before you can save your changes. See %s the Codex %s for more information.', 'bestwebsoft' ),
|
1254 |
+
'<a href="https://codex.wordpress.org/Changing_File_Permissions">',
|
1255 |
+
'</a>' ); ?></em></p>
|
1256 |
+
<?php } ?>
|
1257 |
+
</form>
|
1258 |
+
<?php }
|
1259 |
+
}
|
1260 |
+
|
1261 |
+
if ( ! function_exists( 'bws_enqueue_custom_code' ) ) {
|
1262 |
+
function bws_enqueue_custom_code() {
|
1263 |
+
global $bstwbsftwppdtplgns_options;
|
1264 |
+
|
1265 |
+
if ( ! isset( $bstwbsftwppdtplgns_options ) )
|
1266 |
+
$bstwbsftwppdtplgns_options = ( function_exists( 'is_multisite' ) && is_multisite() ) ? get_site_option( 'bstwbsftwppdtplgns_options' ) : get_option( 'bstwbsftwppdtplgns_options' );
|
1267 |
+
|
1268 |
+
if ( ! empty( $bstwbsftwppdtplgns_options['custom_code'] ) ) {
|
1269 |
+
$is_multisite = is_multisite();
|
1270 |
+
if ( $is_multisite )
|
1271 |
+
$blog_id = get_current_blog_id();
|
1272 |
+
|
1273 |
+
if ( ! $is_multisite && ! empty( $bstwbsftwppdtplgns_options['custom_code']['bws-custom-code.css'] ) )
|
1274 |
+
wp_enqueue_style( 'bws-custom-style', $bstwbsftwppdtplgns_options['custom_code']['bws-custom-code.css'] );
|
1275 |
+
elseif ( $is_multisite && ! empty( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ]['bws-custom-code.css'] ) )
|
1276 |
+
wp_enqueue_style( 'bws-custom-style', $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ]['bws-custom-code.css'] );
|
1277 |
+
}
|
1278 |
+
}
|
1279 |
+
}
|
1280 |
+
|
1281 |
+
if ( ! function_exists( 'bws_delete_plugin' ) ) {
|
1282 |
+
function bws_delete_plugin( $basename ) {
|
1283 |
+
global $bstwbsftwppdtplgns_options;
|
1284 |
+
|
1285 |
+
$is_multisite = is_multisite();
|
1286 |
+
if ( $is_multisite )
|
1287 |
+
$blog_id = get_current_blog_id();
|
1288 |
+
|
1289 |
+
if ( ! isset( $bstwbsftwppdtplgns_options ) )
|
1290 |
+
$bstwbsftwppdtplgns_options = ( $is_multisite ) ? get_site_option( 'bstwbsftwppdtplgns_options' ) : get_option( 'bstwbsftwppdtplgns_options' );
|
1291 |
+
|
1292 |
+
/* remove bws_menu versions */
|
1293 |
+
unset( $bstwbsftwppdtplgns_options['bws_menu']['version'][ $basename ] );
|
1294 |
+
/* if empty ['bws_menu']['version'] - there is no other bws plugins - delete all */
|
1295 |
+
if ( empty( $bstwbsftwppdtplgns_options['bws_menu']['version'] ) ) {
|
1296 |
+
/* remove options */
|
1297 |
+
if ( $is_multisite )
|
1298 |
+
delete_site_option( 'bstwbsftwppdtplgns_options' );
|
1299 |
+
else
|
1300 |
+
delete_option( 'bstwbsftwppdtplgns_options' );
|
1301 |
+
|
1302 |
+
/* remove custom_code */
|
1303 |
+
if ( $is_multisite ) {
|
1304 |
+
global $wpdb;
|
1305 |
+
$old_blog = $wpdb->blogid;
|
1306 |
+
/* Get all blog ids */
|
1307 |
+
$blogids = $wpdb->get_col( "SELECT `blog_id` FROM $wpdb->blogs" );
|
1308 |
+
foreach ( $blogids as $blog_id ) {
|
1309 |
+
switch_to_blog( $blog_id );
|
1310 |
+
$upload_dir = wp_upload_dir();
|
1311 |
+
$folder = $upload_dir['basedir'] . '/bws-custom-code';
|
1312 |
+
if ( file_exists( $folder ) && is_dir( $folder ) ) {
|
1313 |
+
array_map( 'unlink', glob( "$folder/*" ) );
|
1314 |
+
rmdir( $folder );
|
1315 |
+
}
|
1316 |
+
}
|
1317 |
+
switch_to_blog( $old_blog );
|
1318 |
+
} else {
|
1319 |
+
$upload_dir = wp_upload_dir();
|
1320 |
+
$folder = $upload_dir['basedir'] . '/bws-custom-code';
|
1321 |
+
if ( file_exists( $folder ) && is_dir( $folder ) ) {
|
1322 |
+
array_map( 'unlink', glob( "$folder/*" ) );
|
1323 |
+
rmdir( $folder );
|
1324 |
+
}
|
1325 |
+
}
|
1326 |
+
}
|
1327 |
+
}
|
1328 |
+
}
|
1329 |
+
|
1330 |
add_action( 'admin_init', 'bws_plugins_admin_init' );
|
1331 |
add_action( 'admin_enqueue_scripts', 'bws_admin_enqueue_scripts' );
|
1332 |
add_action( 'admin_head', 'bws_plugins_admin_head' );
|
1333 |
add_action( 'admin_footer','bws_shortcode_media_button_popup' );
|
1334 |
|
1335 |
+
add_action( 'admin_notices', 'bws_versions_notice' );
|
1336 |
+
|
1337 |
+
add_action( 'wp_enqueue_scripts', 'bws_enqueue_custom_code', 20 );
|
bws_menu/bws_menu.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
-
* Version: 1.8.
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
+
* Version: 1.8.3
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
|
bws_menu/css/codemirror.css
ADDED
@@ -0,0 +1,270 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/* BASICS */
|
2 |
+
|
3 |
+
.CodeMirror {
|
4 |
+
/* Set height, width, borders, and global font properties here */
|
5 |
+
font-family: monospace;
|
6 |
+
height: 500px;
|
7 |
+
}
|
8 |
+
.CodeMirror-scroll {
|
9 |
+
/* Set scrolling behaviour here */
|
10 |
+
overflow: auto;
|
11 |
+
}
|
12 |
+
|
13 |
+
/* PADDING */
|
14 |
+
|
15 |
+
.CodeMirror-lines {
|
16 |
+
padding: 4px 0; /* Vertical padding around content */
|
17 |
+
}
|
18 |
+
.CodeMirror pre {
|
19 |
+
padding: 0 4px; /* Horizontal padding of content */
|
20 |
+
}
|
21 |
+
|
22 |
+
.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
|
23 |
+
background-color: white; /* The little square between H and V scrollbars */
|
24 |
+
}
|
25 |
+
|
26 |
+
/* GUTTER */
|
27 |
+
|
28 |
+
.CodeMirror-gutters {
|
29 |
+
border-right: 1px solid #ddd;
|
30 |
+
background-color: #f7f7f7;
|
31 |
+
white-space: nowrap;
|
32 |
+
}
|
33 |
+
.CodeMirror-linenumbers {}
|
34 |
+
.CodeMirror-linenumber {
|
35 |
+
padding: 0 3px 0 5px;
|
36 |
+
min-width: 20px;
|
37 |
+
text-align: right;
|
38 |
+
color: #999;
|
39 |
+
-moz-box-sizing: content-box;
|
40 |
+
box-sizing: content-box;
|
41 |
+
}
|
42 |
+
|
43 |
+
/* CURSOR */
|
44 |
+
|
45 |
+
.CodeMirror div.CodeMirror-cursor {
|
46 |
+
border-left: 1px solid black;
|
47 |
+
}
|
48 |
+
/* Shown when moving in bi-directional text */
|
49 |
+
.CodeMirror div.CodeMirror-secondarycursor {
|
50 |
+
border-left: 1px solid silver;
|
51 |
+
}
|
52 |
+
.CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor {
|
53 |
+
width: auto;
|
54 |
+
border: 0;
|
55 |
+
background: #7e7;
|
56 |
+
}
|
57 |
+
/* Can style cursor different in overwrite (non-insert) mode */
|
58 |
+
div.CodeMirror-overwrite div.CodeMirror-cursor {}
|
59 |
+
|
60 |
+
.cm-tab { display: inline-block; }
|
61 |
+
|
62 |
+
.CodeMirror-ruler {
|
63 |
+
border-left: 1px solid #ccc;
|
64 |
+
position: absolute;
|
65 |
+
}
|
66 |
+
|
67 |
+
/* DEFAULT THEME */
|
68 |
+
|
69 |
+
.cm-s-default .cm-keyword {color: #708;}
|
70 |
+
.cm-s-default .cm-atom {color: #219;}
|
71 |
+
.cm-s-default .cm-number {color: #164;}
|
72 |
+
.cm-s-default .cm-def {color: #00f;}
|
73 |
+
.cm-s-default .cm-variable {color: black;}
|
74 |
+
.cm-s-default .cm-variable-2 {color: #05a;}
|
75 |
+
.cm-s-default .cm-variable-3 {color: #085;}
|
76 |
+
.cm-s-default .cm-property {color: black;}
|
77 |
+
.cm-s-default .cm-operator {color: black;}
|
78 |
+
.cm-s-default .cm-comment {color: #a50;}
|
79 |
+
.cm-s-default .cm-string {color: #a11;}
|
80 |
+
.cm-s-default .cm-string-2 {color: #f50;}
|
81 |
+
.cm-s-default .cm-meta {color: #555;}
|
82 |
+
.cm-s-default .cm-qualifier {color: #555;}
|
83 |
+
.cm-s-default .cm-builtin {color: #30a;}
|
84 |
+
.cm-s-default .cm-bracket {color: #997;}
|
85 |
+
.cm-s-default .cm-tag {color: #170;}
|
86 |
+
.cm-s-default .cm-attribute {color: #00c;}
|
87 |
+
.cm-s-default .cm-header {color: blue;}
|
88 |
+
.cm-s-default .cm-quote {color: #090;}
|
89 |
+
.cm-s-default .cm-hr {color: #999;}
|
90 |
+
.cm-s-default .cm-link {color: #00c;}
|
91 |
+
|
92 |
+
.cm-negative {color: #d44;}
|
93 |
+
.cm-positive {color: #292;}
|
94 |
+
.cm-header, .cm-strong {font-weight: bold;}
|
95 |
+
.cm-em {font-style: italic;}
|
96 |
+
.cm-link {text-decoration: underline;}
|
97 |
+
|
98 |
+
.cm-s-default .cm-error {color: #f00;}
|
99 |
+
.cm-invalidchar {color: #f00;}
|
100 |
+
|
101 |
+
div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}
|
102 |
+
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
|
103 |
+
.CodeMirror-activeline-background {background: #e8f2ff;}
|
104 |
+
|
105 |
+
/* STOP */
|
106 |
+
|
107 |
+
/* The rest of this file contains styles related to the mechanics of
|
108 |
+
the editor. You probably shouldn't touch them. */
|
109 |
+
|
110 |
+
.CodeMirror {
|
111 |
+
line-height: 1;
|
112 |
+
position: relative;
|
113 |
+
overflow: hidden;
|
114 |
+
background: white;
|
115 |
+
color: black;
|
116 |
+
}
|
117 |
+
|
118 |
+
.CodeMirror-scroll {
|
119 |
+
/* 30px is the magic margin used to hide the element's real scrollbars */
|
120 |
+
/* See overflow: hidden in .CodeMirror */
|
121 |
+
margin-bottom: -30px; margin-right: -30px;
|
122 |
+
padding-bottom: 30px;
|
123 |
+
height: 100%;
|
124 |
+
outline: none; /* Prevent dragging from highlighting the element */
|
125 |
+
position: relative;
|
126 |
+
-moz-box-sizing: content-box;
|
127 |
+
box-sizing: content-box;
|
128 |
+
}
|
129 |
+
.CodeMirror-sizer {
|
130 |
+
position: relative;
|
131 |
+
border-right: 30px solid transparent;
|
132 |
+
-moz-box-sizing: content-box;
|
133 |
+
box-sizing: content-box;
|
134 |
+
}
|
135 |
+
|
136 |
+
/* The fake, visible scrollbars. Used to force redraw during scrolling
|
137 |
+
before actuall scrolling happens, thus preventing shaking and
|
138 |
+
flickering artifacts. */
|
139 |
+
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
|
140 |
+
position: absolute;
|
141 |
+
z-index: 6;
|
142 |
+
display: none;
|
143 |
+
}
|
144 |
+
.CodeMirror-vscrollbar {
|
145 |
+
right: 0; top: 0;
|
146 |
+
overflow-x: hidden;
|
147 |
+
overflow-y: scroll;
|
148 |
+
}
|
149 |
+
.CodeMirror-hscrollbar {
|
150 |
+
bottom: 0; left: 0;
|
151 |
+
overflow-y: hidden;
|
152 |
+
overflow-x: scroll;
|
153 |
+
}
|
154 |
+
.CodeMirror-scrollbar-filler {
|
155 |
+
right: 0; bottom: 0;
|
156 |
+
}
|
157 |
+
.CodeMirror-gutter-filler {
|
158 |
+
left: 0; bottom: 0;
|
159 |
+
}
|
160 |
+
|
161 |
+
.CodeMirror-gutters {
|
162 |
+
position: absolute; left: 0; top: 0;
|
163 |
+
padding-bottom: 30px;
|
164 |
+
z-index: 3;
|
165 |
+
}
|
166 |
+
.CodeMirror-gutter {
|
167 |
+
white-space: normal;
|
168 |
+
height: 100%;
|
169 |
+
-moz-box-sizing: content-box;
|
170 |
+
box-sizing: content-box;
|
171 |
+
padding-bottom: 30px;
|
172 |
+
margin-bottom: -32px;
|
173 |
+
display: inline-block;
|
174 |
+
/* Hack to make IE7 behave */
|
175 |
+
*zoom:1;
|
176 |
+
*display:inline;
|
177 |
+
}
|
178 |
+
.CodeMirror-gutter-elt {
|
179 |
+
position: absolute;
|
180 |
+
cursor: default;
|
181 |
+
z-index: 4;
|
182 |
+
}
|
183 |
+
|
184 |
+
.CodeMirror-lines {
|
185 |
+
cursor: text;
|
186 |
+
}
|
187 |
+
.CodeMirror pre {
|
188 |
+
/* Reset some styles that the rest of the page might have set */
|
189 |
+
-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
|
190 |
+
border-width: 0;
|
191 |
+
background: transparent;
|
192 |
+
font-family: inherit;
|
193 |
+
font-size: inherit;
|
194 |
+
margin: 0;
|
195 |
+
white-space: pre;
|
196 |
+
word-wrap: normal;
|
197 |
+
line-height: inherit;
|
198 |
+
color: inherit;
|
199 |
+
z-index: 2;
|
200 |
+
position: relative;
|
201 |
+
overflow: visible;
|
202 |
+
}
|
203 |
+
.CodeMirror-wrap pre {
|
204 |
+
word-wrap: break-word;
|
205 |
+
white-space: pre-wrap;
|
206 |
+
word-break: normal;
|
207 |
+
}
|
208 |
+
|
209 |
+
.CodeMirror-linebackground {
|
210 |
+
position: absolute;
|
211 |
+
left: 0; right: 0; top: 0; bottom: 0;
|
212 |
+
z-index: 0;
|
213 |
+
}
|
214 |
+
|
215 |
+
.CodeMirror-linewidget {
|
216 |
+
position: relative;
|
217 |
+
z-index: 2;
|
218 |
+
overflow: auto;
|
219 |
+
}
|
220 |
+
|
221 |
+
.CodeMirror-widget {}
|
222 |
+
|
223 |
+
.CodeMirror-wrap .CodeMirror-scroll {
|
224 |
+
overflow-x: hidden;
|
225 |
+
}
|
226 |
+
|
227 |
+
.CodeMirror-measure {
|
228 |
+
position: absolute;
|
229 |
+
width: 100%;
|
230 |
+
height: 0;
|
231 |
+
overflow: hidden;
|
232 |
+
visibility: hidden;
|
233 |
+
}
|
234 |
+
.CodeMirror-measure pre { position: static; }
|
235 |
+
|
236 |
+
.CodeMirror div.CodeMirror-cursor {
|
237 |
+
position: absolute;
|
238 |
+
border-right: none;
|
239 |
+
width: 0;
|
240 |
+
}
|
241 |
+
|
242 |
+
div.CodeMirror-cursors {
|
243 |
+
visibility: hidden;
|
244 |
+
position: relative;
|
245 |
+
z-index: 1;
|
246 |
+
}
|
247 |
+
.CodeMirror-focused div.CodeMirror-cursors {
|
248 |
+
visibility: visible;
|
249 |
+
}
|
250 |
+
|
251 |
+
.CodeMirror-selected { background: #d9d9d9; }
|
252 |
+
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
|
253 |
+
|
254 |
+
.cm-searching {
|
255 |
+
background: #ffa;
|
256 |
+
background: rgba(255, 255, 0, .4);
|
257 |
+
}
|
258 |
+
|
259 |
+
/* IE7 hack to prevent it from returning funny offsetTops on the spans */
|
260 |
+
.CodeMirror span { *vertical-align: text-bottom; }
|
261 |
+
|
262 |
+
/* Used to force a border model for a node */
|
263 |
+
.cm-force-border { padding-right: .1px; }
|
264 |
+
|
265 |
+
@media print {
|
266 |
+
/* Hide the cursor when printing */
|
267 |
+
.CodeMirror div.CodeMirror-cursors {
|
268 |
+
visibility: hidden;
|
269 |
+
}
|
270 |
+
}
|
bws_menu/css/general_style.css
CHANGED
@@ -51,7 +51,7 @@
|
|
51 |
color: #000000;
|
52 |
}
|
53 |
/*
|
54 |
-
* styles for pro_version settings and tooltip
|
55 |
*/
|
56 |
td.bws_pro_version,
|
57 |
tr.bws_pro_version,
|
@@ -71,7 +71,7 @@ td.bws_pro_version_tooltip {
|
|
71 |
max-width: 800px;
|
72 |
overflow: hidden;
|
73 |
}
|
74 |
-
.bws_table_bg {
|
75 |
background: #f8e268 url("../images/pattern.png");
|
76 |
opacity: 0.11;
|
77 |
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=11); /* IE 5.5+*/
|
@@ -84,13 +84,13 @@ td.bws_pro_version_tooltip {
|
|
84 |
.bws_hide_premium_options {
|
85 |
z-index: 5;
|
86 |
}
|
87 |
-
.bws_pro_version_table_bloc table.bws_pro_version {
|
88 |
background: transparent;
|
89 |
margin: 0;
|
90 |
border: none;
|
91 |
width: 100%;
|
92 |
}
|
93 |
-
table.bws_pro_version {
|
94 |
background: #E0E0E0;
|
95 |
border: 1px solid #AAA;
|
96 |
margin-bottom: 5px;
|
@@ -107,8 +107,8 @@ table.bws_pro_version td {
|
|
107 |
background: #FFF;
|
108 |
border-top: 1px solid #AAA;
|
109 |
position: relative;
|
110 |
-
z-index: 2;
|
111 |
-
padding: 10px;
|
112 |
font-size: 14px;
|
113 |
}
|
114 |
.bws_pro_version_tooltip .bws_button {
|
@@ -151,7 +151,7 @@ a.bws_plugin_pro_version {
|
|
151 |
color: #666;
|
152 |
}
|
153 |
/* style for mini-block (ex. google map) */
|
154 |
-
.bws_pro_version_bloc_mini .bws_pro_version_table_bloc table.bws_pro_version {
|
155 |
width: auto;
|
156 |
}
|
157 |
.bws_pro_version_bloc_mini .bws_pro_version_tooltip {
|
@@ -159,7 +159,7 @@ a.bws_plugin_pro_version {
|
|
159 |
text-align: center;
|
160 |
width: 200px;
|
161 |
}
|
162 |
-
.bws_pro_version_bloc_mini .bws_pro_version_tooltip a {
|
163 |
display: inline-block;
|
164 |
line-height: 1.5;
|
165 |
}
|
@@ -178,7 +178,7 @@ a.bws_plugin_pro_version {
|
|
178 |
float: none;
|
179 |
text-align: center;
|
180 |
}
|
181 |
-
.bws_pro_version_tooltip a {
|
182 |
display: inline-block;
|
183 |
line-height: 1.5;
|
184 |
}
|
@@ -193,7 +193,7 @@ a.bws_plugin_pro_version {
|
|
193 |
}
|
194 |
|
195 |
/*
|
196 |
-
* styles for banner
|
197 |
*/
|
198 |
.bws_banner_on_plugin_page {
|
199 |
border: 1px solid #d4d4d4;
|
@@ -217,7 +217,7 @@ a.bws_plugin_pro_version {
|
|
217 |
}
|
218 |
div.bws_banner_on_plugin_page .button {
|
219 |
float: right;
|
220 |
-
border: none;
|
221 |
font-size: 14px;
|
222 |
margin: 18px 40px;
|
223 |
padding: 12px 29px;
|
@@ -236,7 +236,7 @@ div.bws_banner_on_plugin_page .button {
|
|
236 |
line-height: 26px;
|
237 |
}
|
238 |
.bws_banner_on_plugin_page .button:hover,
|
239 |
-
.bws_banner_on_plugin_page .button:focus {
|
240 |
background: #222;
|
241 |
color: #FFF;
|
242 |
}
|
@@ -271,10 +271,14 @@ div.bws_banner_on_plugin_page .icon {
|
|
271 |
.rtl .bws_pro_version_tooltip .bws_info {
|
272 |
float: right;
|
273 |
}
|
|
|
|
|
|
|
|
|
274 |
/* #### Mobile Phones Portrait or Landscape #### */
|
275 |
@media screen and (max-device-width: 768px) {
|
276 |
.bws_banner_on_plugin_page .text,
|
277 |
-
.bws_banner_on_plugin_page .icon,
|
278 |
.bws_banner_on_plugin_page .button_div,
|
279 |
.bws_banner_on_plugin_page .button {
|
280 |
float: none;
|
@@ -304,7 +308,7 @@ span.bws_code {
|
|
304 |
position: relative;
|
305 |
margin: 3px 5px;
|
306 |
width: 28px;
|
307 |
-
display: inline-block;
|
308 |
}
|
309 |
.bws_help_box:not(.dashicons) {
|
310 |
vertical-align: middle;
|
51 |
color: #000000;
|
52 |
}
|
53 |
/*
|
54 |
+
* styles for pro_version settings and tooltip
|
55 |
*/
|
56 |
td.bws_pro_version,
|
57 |
tr.bws_pro_version,
|
71 |
max-width: 800px;
|
72 |
overflow: hidden;
|
73 |
}
|
74 |
+
.bws_table_bg {
|
75 |
background: #f8e268 url("../images/pattern.png");
|
76 |
opacity: 0.11;
|
77 |
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=11); /* IE 5.5+*/
|
84 |
.bws_hide_premium_options {
|
85 |
z-index: 5;
|
86 |
}
|
87 |
+
.bws_pro_version_table_bloc table.bws_pro_version {
|
88 |
background: transparent;
|
89 |
margin: 0;
|
90 |
border: none;
|
91 |
width: 100%;
|
92 |
}
|
93 |
+
table.bws_pro_version {
|
94 |
background: #E0E0E0;
|
95 |
border: 1px solid #AAA;
|
96 |
margin-bottom: 5px;
|
107 |
background: #FFF;
|
108 |
border-top: 1px solid #AAA;
|
109 |
position: relative;
|
110 |
+
z-index: 2;
|
111 |
+
padding: 10px;
|
112 |
font-size: 14px;
|
113 |
}
|
114 |
.bws_pro_version_tooltip .bws_button {
|
151 |
color: #666;
|
152 |
}
|
153 |
/* style for mini-block (ex. google map) */
|
154 |
+
.bws_pro_version_bloc_mini .bws_pro_version_table_bloc table.bws_pro_version {
|
155 |
width: auto;
|
156 |
}
|
157 |
.bws_pro_version_bloc_mini .bws_pro_version_tooltip {
|
159 |
text-align: center;
|
160 |
width: 200px;
|
161 |
}
|
162 |
+
.bws_pro_version_bloc_mini .bws_pro_version_tooltip a {
|
163 |
display: inline-block;
|
164 |
line-height: 1.5;
|
165 |
}
|
178 |
float: none;
|
179 |
text-align: center;
|
180 |
}
|
181 |
+
.bws_pro_version_tooltip a {
|
182 |
display: inline-block;
|
183 |
line-height: 1.5;
|
184 |
}
|
193 |
}
|
194 |
|
195 |
/*
|
196 |
+
* styles for banner
|
197 |
*/
|
198 |
.bws_banner_on_plugin_page {
|
199 |
border: 1px solid #d4d4d4;
|
217 |
}
|
218 |
div.bws_banner_on_plugin_page .button {
|
219 |
float: right;
|
220 |
+
border: none;
|
221 |
font-size: 14px;
|
222 |
margin: 18px 40px;
|
223 |
padding: 12px 29px;
|
236 |
line-height: 26px;
|
237 |
}
|
238 |
.bws_banner_on_plugin_page .button:hover,
|
239 |
+
.bws_banner_on_plugin_page .button:focus {
|
240 |
background: #222;
|
241 |
color: #FFF;
|
242 |
}
|
271 |
.rtl .bws_pro_version_tooltip .bws_info {
|
272 |
float: right;
|
273 |
}
|
274 |
+
.rtl table.bws_pro_version th,
|
275 |
+
.rtl table.bws_pro_version td {
|
276 |
+
padding-right: 10px;
|
277 |
+
}
|
278 |
/* #### Mobile Phones Portrait or Landscape #### */
|
279 |
@media screen and (max-device-width: 768px) {
|
280 |
.bws_banner_on_plugin_page .text,
|
281 |
+
.bws_banner_on_plugin_page .icon,
|
282 |
.bws_banner_on_plugin_page .button_div,
|
283 |
.bws_banner_on_plugin_page .button {
|
284 |
float: none;
|
308 |
position: relative;
|
309 |
margin: 3px 5px;
|
310 |
width: 28px;
|
311 |
+
display: inline-block;
|
312 |
}
|
313 |
.bws_help_box:not(.dashicons) {
|
314 |
vertical-align: middle;
|
bws_menu/js/codemirror.js
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
!function(a){if("object"==typeof exports&&"object"==typeof module)module.exports=a();else{if("function"==typeof define&&define.amd)return define([],a);this.CodeMirror=a()}}(function(){"use strict";function z(a,c){if(!(this instanceof z))return new z(a,c);this.options=c=c||{},Fg($d,c,!1),N(c);var d=c.value;"string"==typeof d&&(d=new zf(d,c.mode)),this.doc=d;var e=this.display=new A(a,d);e.wrapper.CodeMirror=this,J(this),H(this),c.lineWrapping&&(this.display.wrapper.className+=" CodeMirror-wrap"),c.autofocus&&!r&&Rc(this),this.state={keyMaps:[],overlays:[],modeGen:0,overwrite:!1,focused:!1,suppressEdits:!1,pasteIncoming:!1,cutIncoming:!1,draggingText:!1,highlight:new vg},b&&setTimeout(Gg(Qc,this,!0),20),Uc(this);var f=this;Ac(this,function(){f.curOp.forceUpdate=!0,Df(f,d),c.autofocus&&!r||Rg()==e.input?setTimeout(Gg(vd,f),20):wd(f);for(var a in _d)_d.hasOwnProperty(a)&&_d[a](f,c[a],be);for(var b=0;b<fe.length;++b)fe[b](f)})}function A(a,b){var d=this,e=d.input=Mg("textarea",null,null,"position: absolute; padding: 0; width: 1px; height: 1em; outline: none");h?e.style.width="1000px":e.setAttribute("wrap","off"),q&&(e.style.border="1px solid black"),e.setAttribute("autocorrect","off"),e.setAttribute("autocapitalize","off"),e.setAttribute("spellcheck","false"),d.inputDiv=Mg("div",[e],null,"overflow: hidden; position: relative; width: 3px; height: 0px;"),d.scrollbarH=Mg("div",[Mg("div",null,null,"height: 100%; min-height: 1px")],"CodeMirror-hscrollbar"),d.scrollbarV=Mg("div",[Mg("div",null,null,"min-width: 1px")],"CodeMirror-vscrollbar"),d.scrollbarFiller=Mg("div",null,"CodeMirror-scrollbar-filler"),d.gutterFiller=Mg("div",null,"CodeMirror-gutter-filler"),d.lineDiv=Mg("div",null,"CodeMirror-code"),d.selectionDiv=Mg("div",null,null,"position: relative; z-index: 1"),d.cursorDiv=Mg("div",null,"CodeMirror-cursors"),d.measure=Mg("div",null,"CodeMirror-measure"),d.lineMeasure=Mg("div",null,"CodeMirror-measure"),d.lineSpace=Mg("div",[d.measure,d.lineMeasure,d.selectionDiv,d.cursorDiv,d.lineDiv],null,"position: relative; outline: none"),d.mover=Mg("div",[Mg("div",[d.lineSpace],"CodeMirror-lines")],null,"position: relative"),d.sizer=Mg("div",[d.mover],"CodeMirror-sizer"),d.heightForcer=Mg("div",null,null,"position: absolute; height: "+qg+"px; width: 1px;"),d.gutters=Mg("div",null,"CodeMirror-gutters"),d.lineGutter=null,d.scroller=Mg("div",[d.sizer,d.heightForcer,d.gutters],"CodeMirror-scroll"),d.scroller.setAttribute("tabIndex","-1"),d.wrapper=Mg("div",[d.inputDiv,d.scrollbarH,d.scrollbarV,d.scrollbarFiller,d.gutterFiller,d.scroller],"CodeMirror"),c&&(d.gutters.style.zIndex=-1,d.scroller.style.paddingRight=0),q&&(e.style.width="0px"),h||(d.scroller.draggable=!0),m&&(d.inputDiv.style.height="1px",d.inputDiv.style.position="absolute"),c&&(d.scrollbarH.style.minHeight=d.scrollbarV.style.minWidth="18px"),a.appendChild?a.appendChild(d.wrapper):a(d.wrapper),d.viewFrom=d.viewTo=b.first,d.view=[],d.externalMeasured=null,d.viewOffset=0,d.lastSizeC=0,d.updateLineNumbers=null,d.lineNumWidth=d.lineNumInnerWidth=d.lineNumChars=null,d.prevInput="",d.alignWidgets=!1,d.pollingFast=!1,d.poll=new vg,d.cachedCharWidth=d.cachedTextHeight=d.cachedPaddingH=null,d.inaccurateSelection=!1,d.maxLine=null,d.maxLineLength=0,d.maxLineChanged=!1,d.wheelDX=d.wheelDY=d.wheelStartX=d.wheelStartY=null,d.shift=!1}function B(a){a.doc.mode=z.getMode(a.options,a.doc.modeOption),C(a)}function C(a){a.doc.iter(function(a){a.stateAfter&&(a.stateAfter=null),a.styles&&(a.styles=null)}),a.doc.frontier=a.doc.first,Tb(a,100),a.state.modeGen++,a.curOp&&Gc(a)}function D(a){a.options.lineWrapping?(Ug(a.display.wrapper,"CodeMirror-wrap"),a.display.sizer.style.minWidth=""):(Tg(a.display.wrapper,"CodeMirror-wrap"),M(a)),F(a),Gc(a),jc(a),setTimeout(function(){P(a)},100)}function E(a){var b=vc(a.display),c=a.options.lineWrapping,d=c&&Math.max(5,a.display.scroller.clientWidth/wc(a.display)-3);return function(e){if(Ve(a.doc,e))return 0;var f=0;if(e.widgets)for(var g=0;g<e.widgets.length;g++)e.widgets[g].height&&(f+=e.widgets[g].height);return c?f+(Math.ceil(e.text.length/d)||1)*b:f+b}}function F(a){var b=a.doc,c=E(a);b.iter(function(a){var b=c(a);b!=a.height&&Hf(a,b)})}function G(a){var b=ke[a.options.keyMap],c=b.style;a.display.wrapper.className=a.display.wrapper.className.replace(/\s*cm-keymap-\S+/g,"")+(c?" cm-keymap-"+c:"")}function H(a){a.display.wrapper.className=a.display.wrapper.className.replace(/\s*cm-s-\S+/g,"")+a.options.theme.replace(/(^|\s)\s*/g," cm-s-"),jc(a)}function I(a){J(a),Gc(a),setTimeout(function(){R(a)},20)}function J(a){var b=a.display.gutters,c=a.options.gutters;Og(b);for(var d=0;d<c.length;++d){var e=c[d],f=b.appendChild(Mg("div",null,"CodeMirror-gutter "+e));"CodeMirror-linenumbers"==e&&(a.display.lineGutter=f,f.style.width=(a.display.lineNumWidth||1)+"px")}b.style.display=d?"":"none",K(a)}function K(a){var b=a.display.gutters.offsetWidth;a.display.sizer.style.marginLeft=b+"px",a.display.scrollbarH.style.left=a.options.fixedGutter?b+"px":0}function L(a){if(0==a.height)return 0;for(var c,b=a.text.length,d=a;c=Oe(d);){var e=c.find(0,!0);d=e.from.line,b+=e.from.ch-e.to.ch}for(d=a;c=Pe(d);){var e=c.find(0,!0);b-=d.text.length-e.from.ch,d=e.to.line,b+=d.text.length-e.to.ch}return b}function M(a){var b=a.display,c=a.doc;b.maxLine=Ef(c,c.first),b.maxLineLength=L(b.maxLine),b.maxLineChanged=!0,c.iter(function(a){var c=L(a);c>b.maxLineLength&&(b.maxLineLength=c,b.maxLine=a)})}function N(a){var b=Cg(a.gutters,"CodeMirror-linenumbers");-1==b&&a.lineNumbers?a.gutters=a.gutters.concat(["CodeMirror-linenumbers"]):b>-1&&!a.lineNumbers&&(a.gutters=a.gutters.slice(0),a.gutters.splice(b,1))}function O(a){var b=a.display.scroller;return{clientHeight:b.clientHeight,barHeight:a.display.scrollbarV.clientHeight,scrollWidth:b.scrollWidth,clientWidth:b.clientWidth,barWidth:a.display.scrollbarH.clientWidth,docHeight:Math.round(a.doc.height+Yb(a.display))}}function P(a,b){b||(b=O(a));var c=a.display,d=b.docHeight+qg,e=b.scrollWidth>b.clientWidth,f=d>b.clientHeight;if(f?(c.scrollbarV.style.display="block",c.scrollbarV.style.bottom=e?Yg(c.measure)+"px":"0",c.scrollbarV.firstChild.style.height=Math.max(0,d-b.clientHeight+(b.barHeight||c.scrollbarV.clientHeight))+"px"):(c.scrollbarV.style.display="",c.scrollbarV.firstChild.style.height="0"),e?(c.scrollbarH.style.display="block",c.scrollbarH.style.right=f?Yg(c.measure)+"px":"0",c.scrollbarH.firstChild.style.width=b.scrollWidth-b.clientWidth+(b.barWidth||c.scrollbarH.clientWidth)+"px"):(c.scrollbarH.style.display="",c.scrollbarH.firstChild.style.width="0"),e&&f?(c.scrollbarFiller.style.display="block",c.scrollbarFiller.style.height=c.scrollbarFiller.style.width=Yg(c.measure)+"px"):c.scrollbarFiller.style.display="",e&&a.options.coverGutterNextToScrollbar&&a.options.fixedGutter?(c.gutterFiller.style.display="block",c.gutterFiller.style.height=Yg(c.measure)+"px",c.gutterFiller.style.width=c.gutters.offsetWidth+"px"):c.gutterFiller.style.display="",n&&0===Yg(c.measure)){c.scrollbarV.style.minWidth=c.scrollbarH.style.minHeight=o?"18px":"12px";var g=function(b){dg(b)!=c.scrollbarV&&dg(b)!=c.scrollbarH&&Bc(a,Xc)(b)};fg(c.scrollbarV,"mousedown",g),fg(c.scrollbarH,"mousedown",g)}}function Q(a,b,c){var d=c&&null!=c.top?c.top:a.scroller.scrollTop;d=Math.floor(d-Xb(a));var e=c&&null!=c.bottom?c.bottom:d+a.wrapper.clientHeight,f=Jf(b,d),g=Jf(b,e);if(c&&c.ensure){var h=c.ensure.from.line,i=c.ensure.to.line;if(f>h)return{from:h,to:Jf(b,Kf(Ef(b,h))+a.wrapper.clientHeight)};if(Math.min(i,b.lastLine())>=g)return{from:Jf(b,Kf(Ef(b,i))-a.wrapper.clientHeight),to:i}}return{from:f,to:g}}function R(a){var b=a.display,c=b.view;if(b.alignWidgets||b.gutters.firstChild&&a.options.fixedGutter){for(var d=U(b)-b.scroller.scrollLeft+a.doc.scrollLeft,e=b.gutters.offsetWidth,f=d+"px",g=0;g<c.length;g++)if(!c[g].hidden){a.options.fixedGutter&&c[g].gutter&&(c[g].gutter.style.left=f);var h=c[g].alignable;if(h)for(var i=0;i<h.length;i++)h[i].style.left=f}a.options.fixedGutter&&(b.gutters.style.left=d+e+"px")}}function S(a){if(!a.options.lineNumbers)return!1;var b=a.doc,c=T(a.options,b.first+b.size-1),d=a.display;if(c.length!=d.lineNumChars){var e=d.measure.appendChild(Mg("div",[Mg("div",c)],"CodeMirror-linenumber CodeMirror-gutter-elt")),f=e.firstChild.offsetWidth,g=e.offsetWidth-f;return d.lineGutter.style.width="",d.lineNumInnerWidth=Math.max(f,d.lineGutter.offsetWidth-g),d.lineNumWidth=d.lineNumInnerWidth+g,d.lineNumChars=d.lineNumInnerWidth?c.length:-1,d.lineGutter.style.width=d.lineNumWidth+"px",K(a),!0}return!1}function T(a,b){return String(a.lineNumberFormatter(b+a.firstLineNumber))}function U(a){return a.scroller.getBoundingClientRect().left-a.sizer.getBoundingClientRect().left}function V(a,b,c){for(var f,d=a.display.viewFrom,e=a.display.viewTo,g=Q(a.display,a.doc,b),i=!0;;i=!1){var j=a.display.scroller.clientWidth;if(!W(a,g,c))break;f=!0,a.display.maxLineChanged&&!a.options.lineWrapping&&X(a);var k=O(a);if(Pb(a),Y(a,k),P(a,k),h&&a.options.lineWrapping&&Z(a,k),i&&a.options.lineWrapping&&j!=a.display.scroller.clientWidth)c=!0;else if(c=!1,b&&null!=b.top&&(b={top:Math.min(k.docHeight-qg-k.clientHeight,b.top)}),g=Q(a.display,a.doc,b),g.from>=a.display.viewFrom&&g.to<=a.display.viewTo)break}return a.display.updateLineNumbers=null,f&&(kg(a,"update",a),(a.display.viewFrom!=d||a.display.viewTo!=e)&&kg(a,"viewportChange",a,a.display.viewFrom,a.display.viewTo)),f}function W(a,b,c){var d=a.display,e=a.doc;if(!d.wrapper.offsetWidth)return Ic(a),void 0;if(!(!c&&b.from>=d.viewFrom&&b.to<=d.viewTo&&0==Mc(a))){S(a)&&Ic(a);var f=ab(a),g=e.first+e.size,h=Math.max(b.from-a.options.viewportMargin,e.first),i=Math.min(g,b.to+a.options.viewportMargin);d.viewFrom<h&&h-d.viewFrom<20&&(h=Math.max(e.first,d.viewFrom)),d.viewTo>i&&d.viewTo-i<20&&(i=Math.min(g,d.viewTo)),y&&(h=Te(a.doc,h),i=Ue(a.doc,i));var j=h!=d.viewFrom||i!=d.viewTo||d.lastSizeC!=d.wrapper.clientHeight;Lc(a,h,i),d.viewOffset=Kf(Ef(a.doc,d.viewFrom)),a.display.mover.style.top=d.viewOffset+"px";var k=Mc(a);if(j||0!=k||c){var l=Rg();return k>4&&(d.lineDiv.style.display="none"),bb(a,d.updateLineNumbers,f),k>4&&(d.lineDiv.style.display=""),l&&Rg()!=l&&l.offsetHeight&&l.focus(),Og(d.cursorDiv),Og(d.selectionDiv),j&&(d.lastSizeC=d.wrapper.clientHeight,Tb(a,400)),$(a),!0}}}function X(a){var b=a.display,c=bc(a,b.maxLine,b.maxLine.text.length).left;b.maxLineChanged=!1;var d=Math.max(0,c+3),e=Math.max(0,b.sizer.offsetLeft+d+qg-b.scroller.clientWidth);b.sizer.style.minWidth=d+"px",e<a.doc.scrollLeft&&hd(a,Math.min(b.scroller.scrollLeft,e),!0)}function Y(a,b){a.display.sizer.style.minHeight=a.display.heightForcer.style.top=b.docHeight+"px",a.display.gutters.style.height=Math.max(b.docHeight,b.clientHeight-qg)+"px"}function Z(a,b){a.display.sizer.offsetWidth+a.display.gutters.offsetWidth<a.display.scroller.clientWidth-1&&(a.display.sizer.style.minHeight=a.display.heightForcer.style.top="0px",a.display.gutters.style.height=b.docHeight+"px")}function $(a){for(var b=a.display,d=b.lineDiv.offsetTop,e=0;e<b.view.length;e++){var g,f=b.view[e];if(!f.hidden){if(c){var h=f.node.offsetTop+f.node.offsetHeight;g=h-d,d=h}else{var i=f.node.getBoundingClientRect();g=i.bottom-i.top}var j=f.line.height-g;if(2>g&&(g=vc(b)),(j>.001||-.001>j)&&(Hf(f.line,g),_(f.line),f.rest))for(var k=0;k<f.rest.length;k++)_(f.rest[k])}}}function _(a){if(a.widgets)for(var b=0;b<a.widgets.length;++b)a.widgets[b].height=a.widgets[b].node.offsetHeight}function ab(a){for(var b=a.display,c={},d={},e=b.gutters.firstChild,f=0;e;e=e.nextSibling,++f)c[a.options.gutters[f]]=e.offsetLeft,d[a.options.gutters[f]]=e.offsetWidth;return{fixedPos:U(b),gutterTotalWidth:b.gutters.offsetWidth,gutterLeft:c,gutterWidth:d,wrapperWidth:b.wrapper.clientWidth}}function bb(a,b,c){function i(b){var c=b.nextSibling;return h&&s&&a.display.currentWheelTarget==b?b.style.display="none":b.parentNode.removeChild(b),c}for(var d=a.display,e=a.options.lineNumbers,f=d.lineDiv,g=f.firstChild,j=d.view,k=d.viewFrom,l=0;l<j.length;l++){var m=j[l];if(m.hidden);else if(m.node){for(;g!=m.node;)g=i(g);var o=e&&null!=b&&k>=b&&m.lineNumber;m.changes&&(Cg(m.changes,"gutter")>-1&&(o=!1),cb(a,m,k,c)),o&&(Og(m.lineNumber),m.lineNumber.appendChild(document.createTextNode(T(a.options,k)))),g=m.node.nextSibling}else{var n=kb(a,m,k,c);f.insertBefore(n,g)}k+=m.size}for(;g;)g=i(g)}function cb(a,b,c,d){for(var e=0;e<b.changes.length;e++){var f=b.changes[e];"text"==f?gb(a,b):"gutter"==f?ib(a,b,c,d):"class"==f?hb(b):"widget"==f&&jb(b,d)}b.changes=null}function db(a){return a.node==a.text&&(a.node=Mg("div",null,null,"position: relative"),a.text.parentNode&&a.text.parentNode.replaceChild(a.node,a.text),a.node.appendChild(a.text),c&&(a.node.style.zIndex=2)),a.node}function eb(a){var b=a.bgClass?a.bgClass+" "+(a.line.bgClass||""):a.line.bgClass;if(b&&(b+=" CodeMirror-linebackground"),a.background)b?a.background.className=b:(a.background.parentNode.removeChild(a.background),a.background=null);else if(b){var c=db(a);a.background=c.insertBefore(Mg("div",null,b),c.firstChild)}}function fb(a,b){var c=a.display.externalMeasured;return c&&c.line==b.line?(a.display.externalMeasured=null,b.measure=c.measure,c.built):nf(a,b)}function gb(a,b){var c=b.text.className,d=fb(a,b);b.text==b.node&&(b.node=d.pre),b.text.parentNode.replaceChild(d.pre,b.text),b.text=d.pre,d.bgClass!=b.bgClass||d.textClass!=b.textClass?(b.bgClass=d.bgClass,b.textClass=d.textClass,hb(b)):c&&(b.text.className=c)}function hb(a){eb(a),a.line.wrapClass?db(a).className=a.line.wrapClass:a.node!=a.text&&(a.node.className="");var b=a.textClass?a.textClass+" "+(a.line.textClass||""):a.line.textClass;a.text.className=b||""}function ib(a,b,c,d){b.gutter&&(b.node.removeChild(b.gutter),b.gutter=null);var e=b.line.gutterMarkers;if(a.options.lineNumbers||e){var f=db(b),g=b.gutter=f.insertBefore(Mg("div",null,"CodeMirror-gutter-wrapper","position: absolute; left: "+(a.options.fixedGutter?d.fixedPos:-d.gutterTotalWidth)+"px"),b.text);if(!a.options.lineNumbers||e&&e["CodeMirror-linenumbers"]||(b.lineNumber=g.appendChild(Mg("div",T(a.options,c),"CodeMirror-linenumber CodeMirror-gutter-elt","left: "+d.gutterLeft["CodeMirror-linenumbers"]+"px; width: "+a.display.lineNumInnerWidth+"px"))),e)for(var h=0;h<a.options.gutters.length;++h){var i=a.options.gutters[h],j=e.hasOwnProperty(i)&&e[i];j&&g.appendChild(Mg("div",[j],"CodeMirror-gutter-elt","left: "+d.gutterLeft[i]+"px; width: "+d.gutterWidth[i]+"px"))}}}function jb(a,b){a.alignable&&(a.alignable=null);for(var d,c=a.node.firstChild;c;c=d){var d=c.nextSibling;"CodeMirror-linewidget"==c.className&&a.node.removeChild(c)}lb(a,b)}function kb(a,b,c,d){var e=fb(a,b);return b.text=b.node=e.pre,e.bgClass&&(b.bgClass=e.bgClass),e.textClass&&(b.textClass=e.textClass),hb(b),ib(a,b,c,d),lb(b,d),b.node}function lb(a,b){if(mb(a.line,a,b,!0),a.rest)for(var c=0;c<a.rest.length;c++)mb(a.rest[c],a,b,!1)}function mb(a,b,c,d){if(a.widgets)for(var e=db(b),f=0,g=a.widgets;f<g.length;++f){var h=g[f],i=Mg("div",[h.node],"CodeMirror-linewidget");h.handleMouseEvents||(i.ignoreEvents=!0),nb(h,i,b,c),d&&h.above?e.insertBefore(i,b.gutter||b.text):e.appendChild(i),kg(h,"redraw")}}function nb(a,b,c,d){if(a.noHScroll){(c.alignable||(c.alignable=[])).push(b);var e=d.wrapperWidth;b.style.left=d.fixedPos+"px",a.coverGutter||(e-=d.gutterTotalWidth,b.style.paddingLeft=d.gutterTotalWidth+"px"),b.style.width=e+"px"}a.coverGutter&&(b.style.zIndex=5,b.style.position="relative",a.noHScroll||(b.style.marginLeft=-d.gutterTotalWidth+"px"))}function qb(a){return ob(a.line,a.ch)}function rb(a,b){return pb(a,b)<0?b:a}function sb(a,b){return pb(a,b)<0?a:b}function tb(a,b){this.ranges=a,this.primIndex=b}function ub(a,b){this.anchor=a,this.head=b}function vb(a,b){var c=a[b];a.sort(function(a,b){return pb(a.from(),b.from())}),b=Cg(a,c);for(var d=1;d<a.length;d++){var e=a[d],f=a[d-1];if(pb(f.to(),e.from())>=0){var g=sb(f.from(),e.from()),h=rb(f.to(),e.to()),i=f.empty()?e.from()==e.head:f.from()==f.head;b>=d&&--b,a.splice(--d,2,new ub(i?h:g,i?g:h))}}return new tb(a,b)}function wb(a,b){return new tb([new ub(a,b||a)],0)}function xb(a,b){return Math.max(a.first,Math.min(b,a.first+a.size-1))}function yb(a,b){if(b.line<a.first)return ob(a.first,0);var c=a.first+a.size-1;return b.line>c?ob(c,Ef(a,c).text.length):zb(b,Ef(a,b.line).text.length)}function zb(a,b){var c=a.ch;return null==c||c>b?ob(a.line,b):0>c?ob(a.line,0):a}function Ab(a,b){return b>=a.first&&b<a.first+a.size}function Bb(a,b){for(var c=[],d=0;d<b.length;d++)c[d]=yb(a,b[d]);return c}function Cb(a,b,c,d){if(a.cm&&a.cm.display.shift||a.extend){var e=b.anchor;if(d){var f=pb(c,e)<0;f!=pb(d,e)<0?(e=c,c=d):f!=pb(c,d)<0&&(c=d)}return new ub(e,c)}return new ub(d||c,c)}function Db(a,b,c,d){Jb(a,new tb([Cb(a,a.sel.primary(),b,c)],0),d)}function Eb(a,b,c){for(var d=[],e=0;e<a.sel.ranges.length;e++)d[e]=Cb(a,a.sel.ranges[e],b[e],null);var f=vb(d,a.sel.primIndex);Jb(a,f,c)}function Fb(a,b,c,d){var e=a.sel.ranges.slice(0);e[b]=c,Jb(a,vb(e,a.sel.primIndex),d)}function Gb(a,b,c,d){Jb(a,wb(b,c),d)}function Hb(a,b){var c={ranges:b.ranges,update:function(b){this.ranges=[];for(var c=0;c<b.length;c++)this.ranges[c]=new ub(yb(a,b[c].anchor),yb(a,b[c].head))}};return hg(a,"beforeSelectionChange",a,c),a.cm&&hg(a.cm,"beforeSelectionChange",a.cm,c),c.ranges!=b.ranges?vb(c.ranges,c.ranges.length-1):b}function Ib(a,b,c){var d=a.history.done,e=Ag(d);e&&e.ranges?(d[d.length-1]=b,Kb(a,b,c)):Jb(a,b,c)}function Jb(a,b,c){Kb(a,b,c),Sf(a,a.sel,a.cm?a.cm.curOp.id:0/0,c)}function Kb(a,b,c){(og(a,"beforeSelectionChange")||a.cm&&og(a.cm,"beforeSelectionChange"))&&(b=Hb(a,b));var d=pb(b.primary().head,a.sel.primary().head)<0?-1:1;Lb(a,Nb(a,b,d,!0)),c&&c.scroll===!1||!a.cm||Sd(a.cm)}function Lb(a,b){b.equals(a.sel)||(a.sel=b,a.cm&&(a.cm.curOp.updateInput=a.cm.curOp.selectionChanged=!0,ng(a.cm)),kg(a,"cursorActivity",a))}function Mb(a){Lb(a,Nb(a,a.sel,null,!1),sg)}function Nb(a,b,c,d){for(var e,f=0;f<b.ranges.length;f++){var g=b.ranges[f],h=Ob(a,g.anchor,c,d),i=Ob(a,g.head,c,d);(e||h!=g.anchor||i!=g.head)&&(e||(e=b.ranges.slice(0,f)),e[f]=new ub(h,i))}return e?vb(e,b.primIndex):b}function Ob(a,b,c,d){var e=!1,f=b,g=c||1;a.cantEdit=!1;a:for(;;){var h=Ef(a,f.line);if(h.markedSpans)for(var i=0;i<h.markedSpans.length;++i){var j=h.markedSpans[i],k=j.marker;if((null==j.from||(k.inclusiveLeft?j.from<=f.ch:j.from<f.ch))&&(null==j.to||(k.inclusiveRight?j.to>=f.ch:j.to>f.ch))){if(d&&(hg(k,"beforeCursorEnter"),k.explicitlyCleared)){if(h.markedSpans){--i;continue}break}if(!k.atomic)continue;var l=k.find(0>g?-1:1);if(0==pb(l,f)&&(l.ch+=g,l.ch<0?l=l.line>a.first?yb(a,ob(l.line-1)):null:l.ch>h.text.length&&(l=l.line<a.first+a.size-1?ob(l.line+1,0):null),!l)){if(e)return d?(a.cantEdit=!0,ob(a.first,0)):Ob(a,b,c,!0);e=!0,l=b,g=-g}f=l;continue a}}return f}}function Pb(a){for(var b=a.display,c=a.doc,d=document.createDocumentFragment(),e=document.createDocumentFragment(),f=0;f<c.sel.ranges.length;f++){var g=c.sel.ranges[f],h=g.empty();(h||a.options.showCursorWhenSelecting)&&Qb(a,g,d),h||Rb(a,g,e)}if(a.options.moveInputWithCursor){var i=pc(a,c.sel.primary().head,"div"),j=b.wrapper.getBoundingClientRect(),k=b.lineDiv.getBoundingClientRect(),l=Math.max(0,Math.min(b.wrapper.clientHeight-10,i.top+k.top-j.top)),m=Math.max(0,Math.min(b.wrapper.clientWidth-10,i.left+k.left-j.left));b.inputDiv.style.top=l+"px",b.inputDiv.style.left=m+"px"}Pg(b.cursorDiv,d),Pg(b.selectionDiv,e)}function Qb(a,b,c){var d=pc(a,b.head,"div"),e=c.appendChild(Mg("div","\xa0","CodeMirror-cursor"));if(e.style.left=d.left+"px",e.style.top=d.top+"px",e.style.height=Math.max(0,d.bottom-d.top)*a.options.cursorHeight+"px",d.other){var f=c.appendChild(Mg("div","\xa0","CodeMirror-cursor CodeMirror-secondarycursor"));f.style.display="",f.style.left=d.other.left+"px",f.style.top=d.other.top+"px",f.style.height=.85*(d.other.bottom-d.other.top)+"px"}}function Rb(a,b,c){function j(a,b,c,d){0>b&&(b=0),b=Math.round(b),d=Math.round(d),f.appendChild(Mg("div",null,"CodeMirror-selected","position: absolute; left: "+a+"px; top: "+b+"px; width: "+(null==c?i-a:c)+"px; height: "+(d-b)+"px"))}function k(b,c,d){function m(c,d){return oc(a,ob(b,c),"div",f,d)}var k,l,f=Ef(e,b),g=f.text.length;return fh(Lf(f),c||0,null==d?g:d,function(a,b,e){var n,o,p,f=m(a,"left");if(a==b)n=f,o=p=f.left;else{if(n=m(b-1,"right"),"rtl"==e){var q=f;f=n,n=q}o=f.left,p=n.right}null==c&&0==a&&(o=h),n.top-f.top>3&&(j(o,f.top,null,f.bottom),o=h,f.bottom<n.top&&j(o,f.bottom,null,n.top)),null==d&&b==g&&(p=i),(!k||f.top<k.top||f.top==k.top&&f.left<k.left)&&(k=f),(!l||n.bottom>l.bottom||n.bottom==l.bottom&&n.right>l.right)&&(l=n),h+1>o&&(o=h),j(o,n.top,p-o,n.bottom)}),{start:k,end:l}}var d=a.display,e=a.doc,f=document.createDocumentFragment(),g=Zb(a.display),h=g.left,i=d.lineSpace.offsetWidth-g.right,l=b.from(),m=b.to();if(l.line==m.line)k(l.line,l.ch,m.ch);else{var n=Ef(e,l.line),o=Ef(e,m.line),p=Re(n)==Re(o),q=k(l.line,l.ch,p?n.text.length+1:null).end,r=k(m.line,p?0:null,m.ch).start;p&&(q.top<r.top-2?(j(q.right,q.top,null,q.bottom),j(h,r.top,r.left,r.bottom)):j(q.right,q.top,r.left-q.right,q.bottom)),q.bottom<r.top&&j(h,q.bottom,null,r.top)}c.appendChild(f)}function Sb(a){if(a.state.focused){var b=a.display;clearInterval(b.blinker);var c=!0;b.cursorDiv.style.visibility="",a.options.cursorBlinkRate>0&&(b.blinker=setInterval(function(){b.cursorDiv.style.visibility=(c=!c)?"":"hidden"},a.options.cursorBlinkRate))}}function Tb(a,b){a.doc.mode.startState&&a.doc.frontier<a.display.viewTo&&a.state.highlight.set(b,Gg(Ub,a))}function Ub(a){var b=a.doc;if(b.frontier<b.first&&(b.frontier=b.first),!(b.frontier>=a.display.viewTo)){var c=+new Date+a.options.workTime,d=he(b.mode,Wb(a,b.frontier));Ac(a,function(){b.iter(b.frontier,Math.min(b.first+b.size,a.display.viewTo+500),function(e){if(b.frontier>=a.display.viewFrom){var f=e.styles,g=gf(a,e,d,!0);e.styles=g.styles,g.classes?e.styleClasses=g.classes:e.styleClasses&&(e.styleClasses=null);for(var h=!f||f.length!=e.styles.length,i=0;!h&&i<f.length;++i)h=f[i]!=e.styles[i];h&&Hc(a,b.frontier,"text"),e.stateAfter=he(b.mode,d)}else jf(a,e.text,d),e.stateAfter=0==b.frontier%5?he(b.mode,d):null;return++b.frontier,+new Date>c?(Tb(a,a.options.workDelay),!0):void 0})})}}function Vb(a,b,c){for(var d,e,f=a.doc,g=c?-1:b-(a.doc.mode.innerMode?1e3:100),h=b;h>g;--h){if(h<=f.first)return f.first;var i=Ef(f,h-1);if(i.stateAfter&&(!c||h<=f.frontier))return h;var j=wg(i.text,null,a.options.tabSize);(null==e||d>j)&&(e=h-1,d=j)}return e}function Wb(a,b,c){var d=a.doc,e=a.display;if(!d.mode.startState)return!0;var f=Vb(a,b,c),g=f>d.first&&Ef(d,f-1).stateAfter;return g=g?he(d.mode,g):ie(d.mode),d.iter(f,b,function(c){jf(a,c.text,g);var h=f==b-1||0==f%5||f>=e.viewFrom&&f<e.viewTo;c.stateAfter=h?he(d.mode,g):null,++f}),c&&(d.frontier=f),g}function Xb(a){return a.lineSpace.offsetTop}function Yb(a){return a.mover.offsetHeight-a.lineSpace.offsetHeight}function Zb(a){if(a.cachedPaddingH)return a.cachedPaddingH;var b=Pg(a.measure,Mg("pre","x")),c=window.getComputedStyle?window.getComputedStyle(b):b.currentStyle,d={left:parseInt(c.paddingLeft),right:parseInt(c.paddingRight)};return isNaN(d.left)||isNaN(d.right)||(a.cachedPaddingH=d),d}function $b(a,b,c){var d=a.options.lineWrapping,e=d&&a.display.scroller.clientWidth;if(!b.measure.heights||d&&b.measure.width!=e){var f=b.measure.heights=[];if(d){b.measure.width=e;for(var g=b.text.firstChild.getClientRects(),h=0;h<g.length-1;h++){var i=g[h],j=g[h+1];Math.abs(i.bottom-j.bottom)>2&&f.push((i.bottom+j.top)/2-c.top)}}f.push(c.bottom-c.top)}}function _b(a,b,c){if(a.line==b)return{map:a.measure.map,cache:a.measure.cache};for(var d=0;d<a.rest.length;d++)if(a.rest[d]==b)return{map:a.measure.maps[d],cache:a.measure.caches[d]};for(var d=0;d<a.rest.length;d++)if(If(a.rest[d])>c)return{map:a.measure.maps[d],cache:a.measure.caches[d],before:!0}}function ac(a,b){b=Re(b);var c=If(b),d=a.display.externalMeasured=new Ec(a.doc,b,c);d.lineN=c;var e=d.built=nf(a,d);return d.text=e.pre,Pg(a.display.lineMeasure,e.pre),d}function bc(a,b,c,d){return ec(a,dc(a,b),c,d)}function cc(a,b){if(b>=a.display.viewFrom&&b<a.display.viewTo)return a.display.view[Jc(a,b)];var c=a.display.externalMeasured;return c&&b>=c.lineN&&b<c.lineN+c.size?c:void 0}function dc(a,b){var c=If(b),d=cc(a,c);d&&!d.text?d=null:d&&d.changes&&cb(a,d,c,ab(a)),d||(d=ac(a,b));var e=_b(d,b,c);return{line:b,view:d,rect:null,map:e.map,cache:e.cache,before:e.before,hasHeights:!1}}function ec(a,b,c,d){b.before&&(c=-1);var f,e=c+(d||"");return b.cache.hasOwnProperty(e)?f=b.cache[e]:(b.rect||(b.rect=b.view.text.getBoundingClientRect()),b.hasHeights||($b(a,b.view,b.rect),b.hasHeights=!0),f=gc(a,b,c,d),f.bogus||(b.cache[e]=f)),{left:f.left,right:f.right,top:f.top,bottom:f.bottom}}function gc(a,b,c,e){for(var h,i,j,k,f=b.map,l=0;l<f.length;l+=3){var m=f[l],n=f[l+1];if(m>c?(i=0,j=1,k="left"):n>c?(i=c-m,j=i+1):(l==f.length-3||c==n&&f[l+3]>c)&&(j=n-m,i=j-1,c>=n&&(k="right")),null!=i){if(h=f[l+2],m==n&&e==(h.insertLeft?"left":"right")&&(k=e),"left"==e&&0==i)for(;l&&f[l-2]==f[l-3]&&f[l-1].insertLeft;)h=f[(l-=3)+2],k="left";if("right"==e&&i==n-m)for(;l<f.length-3&&f[l+3]==f[l+4]&&!f[l+5].insertLeft;)h=f[(l+=3)+2],k="right";break}}var o;if(3==h.nodeType){for(;i&&Lg(b.line.text.charAt(m+i));)--i;for(;n>m+j&&Lg(b.line.text.charAt(m+j));)++j;if(d&&0==i&&j==n-m)o=h.parentNode.getBoundingClientRect();else if(g&&a.options.lineWrapping){var p=Ng(h,i,j).getClientRects();o=p.length?p["right"==e?p.length-1:0]:fc}else o=Ng(h,i,j).getBoundingClientRect()}else{i>0&&(k=e="right");var p;o=a.options.lineWrapping&&(p=h.getClientRects()).length>1?p["right"==e?p.length-1:0]:h.getBoundingClientRect()}if(d&&!i&&(!o||!o.left&&!o.right)){var q=h.parentNode.getClientRects()[0];o=q?{left:q.left,right:q.left+wc(a.display),top:q.top,bottom:q.bottom}:fc}for(var r,s=(o.bottom+o.top)/2-b.rect.top,t=b.view.measure.heights,l=0;l<t.length-1&&!(s<t[l]);l++);r=l?t[l-1]:0,s=t[l];var u={left:("right"==k?o.right:o.left)-b.rect.left,right:("left"==k?o.left:o.right)-b.rect.left,top:r,bottom:s};return o.left||o.right||(u.bogus=!0),u}function hc(a){if(a.measure&&(a.measure.cache={},a.measure.heights=null,a.rest))for(var b=0;b<a.rest.length;b++)a.measure.caches[b]={}}function ic(a){a.display.externalMeasure=null,Og(a.display.lineMeasure);for(var b=0;b<a.display.view.length;b++)hc(a.display.view[b])}function jc(a){ic(a),a.display.cachedCharWidth=a.display.cachedTextHeight=a.display.cachedPaddingH=null,a.options.lineWrapping||(a.display.maxLineChanged=!0),a.display.lineNumChars=null}function kc(){return window.pageXOffset||(document.documentElement||document.body).scrollLeft}function lc(){return window.pageYOffset||(document.documentElement||document.body).scrollTop}function mc(a,b,c,d){if(b.widgets)for(var e=0;e<b.widgets.length;++e)if(b.widgets[e].above){var f=Ze(b.widgets[e]);c.top+=f,c.bottom+=f}if("line"==d)return c;d||(d="local");var g=Kf(b);if("local"==d?g+=Xb(a.display):g-=a.display.viewOffset,"page"==d||"window"==d){var h=a.display.lineSpace.getBoundingClientRect();g+=h.top+("window"==d?0:lc());var i=h.left+("window"==d?0:kc());c.left+=i,c.right+=i}return c.top+=g,c.bottom+=g,c}function nc(a,b,c){if("div"==c)return b;var d=b.left,e=b.top;if("page"==c)d-=kc(),e-=lc();else if("local"==c||!c){var f=a.display.sizer.getBoundingClientRect();d+=f.left,e+=f.top}var g=a.display.lineSpace.getBoundingClientRect();return{left:d-g.left,top:e-g.top}}function oc(a,b,c,d,e){return d||(d=Ef(a.doc,b.line)),mc(a,d,bc(a,d,b.ch,e),c)}function pc(a,b,c,d,e){function f(b,f){var g=ec(a,e,b,f?"right":"left");return f?g.left=g.right:g.right=g.left,mc(a,d,g,c)}function g(a,b){var c=h[b],d=c.level%2;return a==gh(c)&&b&&c.level<h[b-1].level?(c=h[--b],a=hh(c)-(c.level%2?0:1),d=!0):a==hh(c)&&b<h.length-1&&c.level<h[b+1].level&&(c=h[++b],a=gh(c)-c.level%2,d=!1),d&&a==c.to&&a>c.from?f(a-1):f(a,d)}d=d||Ef(a.doc,b.line),e||(e=dc(a,d));var h=Lf(d),i=b.ch;if(!h)return f(i);var j=oh(h,i),k=g(i,j);return null!=nh&&(k.other=g(i,nh)),k}function qc(a,b){var c=0,b=yb(a.doc,b);a.options.lineWrapping||(c=wc(a.display)*b.ch);var d=Ef(a.doc,b.line),e=Kf(d)+Xb(a.display);return{left:c,right:c,top:e,bottom:e+d.height}}function rc(a,b,c,d){var e=ob(a,b);return e.xRel=d,c&&(e.outside=!0),e}function sc(a,b,c){var d=a.doc;if(c+=a.display.viewOffset,0>c)return rc(d.first,0,!0,-1);var e=Jf(d,c),f=d.first+d.size-1;if(e>f)return rc(d.first+d.size-1,Ef(d,f).text.length,!0,1);0>b&&(b=0);for(var g=Ef(d,e);;){var h=tc(a,g,e,b,c),i=Pe(g),j=i&&i.find(0,!0);if(!i||!(h.ch>j.from.ch||h.ch==j.from.ch&&h.xRel>0))return h;e=If(g=j.to.line)}}function tc(a,b,c,d,e){function j(d){var e=pc(a,ob(c,d),"line",b,i);return g=!0,f>e.bottom?e.left-h:f<e.top?e.left+h:(g=!1,e.left)}var f=e-Kf(b),g=!1,h=2*a.display.wrapper.clientWidth,i=dc(a,b),k=Lf(b),l=b.text.length,m=ih(b),n=jh(b),o=j(m),p=g,q=j(n),r=g;if(d>q)return rc(c,n,r,1);for(;;){if(k?n==m||n==qh(b,m,1):1>=n-m){for(var s=o>d||q-d>=d-o?m:n,t=d-(s==m?o:q);Lg(b.text.charAt(s));)++s;var u=rc(c,s,s==m?p:r,-1>t?-1:t>1?1:0);return u}var v=Math.ceil(l/2),w=m+v;if(k){w=m;for(var x=0;v>x;++x)w=qh(b,w,1)}var y=j(w);y>d?(n=w,q=y,(r=g)&&(q+=1e3),l=v):(m=w,o=y,p=g,l-=v)}}function vc(a){if(null!=a.cachedTextHeight)return a.cachedTextHeight;if(null==uc){uc=Mg("pre");for(var b=0;49>b;++b)uc.appendChild(document.createTextNode("x")),uc.appendChild(Mg("br"));uc.appendChild(document.createTextNode("x"))}Pg(a.measure,uc);var c=uc.offsetHeight/50;return c>3&&(a.cachedTextHeight=c),Og(a.measure),c||1}function wc(a){if(null!=a.cachedCharWidth)return a.cachedCharWidth;var b=Mg("span","xxxxxxxxxx"),c=Mg("pre",[b]);Pg(a.measure,c);var d=b.getBoundingClientRect(),e=(d.right-d.left)/10;return e>2&&(a.cachedCharWidth=e),e||10}function yc(a){a.curOp={viewChanged:!1,startHeight:a.doc.height,forceUpdate:!1,updateInput:null,typing:!1,changeObjs:null,cursorActivityHandlers:null,selectionChanged:!1,updateMaxLine:!1,scrollLeft:null,scrollTop:null,scrollToPos:null,id:++xc},jg++||(ig=[])}function zc(a){var b=a.curOp,c=a.doc,d=a.display;if(a.curOp=null,b.updateMaxLine&&M(a),b.viewChanged||b.forceUpdate||null!=b.scrollTop||b.scrollToPos&&(b.scrollToPos.from.line<d.viewFrom||b.scrollToPos.to.line>=d.viewTo)||d.maxLineChanged&&a.options.lineWrapping){var e=V(a,{top:b.scrollTop,ensure:b.scrollToPos},b.forceUpdate);a.display.scroller.offsetHeight&&(a.doc.scrollTop=a.display.scroller.scrollTop)}if(!e&&b.selectionChanged&&Pb(a),e||b.startHeight==a.doc.height||P(a),null!=b.scrollTop&&d.scroller.scrollTop!=b.scrollTop){var f=Math.max(0,Math.min(d.scroller.scrollHeight-d.scroller.clientHeight,b.scrollTop));d.scroller.scrollTop=d.scrollbarV.scrollTop=c.scrollTop=f}if(null!=b.scrollLeft&&d.scroller.scrollLeft!=b.scrollLeft){var g=Math.max(0,Math.min(d.scroller.scrollWidth-d.scroller.clientWidth,b.scrollLeft));d.scroller.scrollLeft=d.scrollbarH.scrollLeft=c.scrollLeft=g,R(a)}if(b.scrollToPos){var h=Od(a,yb(a.doc,b.scrollToPos.from),yb(a.doc,b.scrollToPos.to),b.scrollToPos.margin);b.scrollToPos.isCursor&&a.state.focused&&Nd(a,h)}b.selectionChanged&&Sb(a),a.state.focused&&b.updateInput&&Qc(a,b.typing);var i=b.maybeHiddenMarkers,j=b.maybeUnhiddenMarkers;if(i)for(var k=0;k<i.length;++k)i[k].lines.length||hg(i[k],"hide");if(j)for(var k=0;k<j.length;++k)j[k].lines.length&&hg(j[k],"unhide");var l;if(--jg||(l=ig,ig=null),b.changeObjs&&hg(a,"changes",a,b.changeObjs),l)for(var k=0;k<l.length;++k)l[k]();if(b.cursorActivityHandlers)for(var k=0;k<b.cursorActivityHandlers.length;k++)b.cursorActivityHandlers[k](a)}function Ac(a,b){if(a.curOp)return b();yc(a);try{return b()}finally{zc(a)}}function Bc(a,b){return function(){if(a.curOp)return b.apply(a,arguments);yc(a);try{return b.apply(a,arguments)}finally{zc(a)}}}function Cc(a){return function(){if(this.curOp)return a.apply(this,arguments);yc(this);try{return a.apply(this,arguments)}finally{zc(this)}}}function Dc(a){return function(){var b=this.cm;if(!b||b.curOp)return a.apply(this,arguments);yc(b);try{return a.apply(this,arguments)}finally{zc(b)}}}function Ec(a,b,c){this.line=b,this.rest=Se(b),this.size=this.rest?If(Ag(this.rest))-c+1:1,this.node=this.text=null,this.hidden=Ve(a,b)
|
2 |
+
}function Fc(a,b,c){for(var e,d=[],f=b;c>f;f=e){var g=new Ec(a.doc,Ef(a.doc,f),f);e=f+g.size,d.push(g)}return d}function Gc(a,b,c,d){null==b&&(b=a.doc.first),null==c&&(c=a.doc.first+a.doc.size),d||(d=0);var e=a.display;if(d&&c<e.viewTo&&(null==e.updateLineNumbers||e.updateLineNumbers>b)&&(e.updateLineNumbers=b),a.curOp.viewChanged=!0,b>=e.viewTo)y&&Te(a.doc,b)<e.viewTo&&Ic(a);else if(c<=e.viewFrom)y&&Ue(a.doc,c+d)>e.viewFrom?Ic(a):(e.viewFrom+=d,e.viewTo+=d);else if(b<=e.viewFrom&&c>=e.viewTo)Ic(a);else if(b<=e.viewFrom){var f=Kc(a,c,c+d,1);f?(e.view=e.view.slice(f.index),e.viewFrom=f.lineN,e.viewTo+=d):Ic(a)}else if(c>=e.viewTo){var f=Kc(a,b,b,-1);f?(e.view=e.view.slice(0,f.index),e.viewTo=f.lineN):Ic(a)}else{var g=Kc(a,b,b,-1),h=Kc(a,c,c+d,1);g&&h?(e.view=e.view.slice(0,g.index).concat(Fc(a,g.lineN,h.lineN)).concat(e.view.slice(h.index)),e.viewTo+=d):Ic(a)}var i=e.externalMeasured;i&&(c<i.lineN?i.lineN+=d:b<i.lineN+i.size&&(e.externalMeasured=null))}function Hc(a,b,c){a.curOp.viewChanged=!0;var d=a.display,e=a.display.externalMeasured;if(e&&b>=e.lineN&&b<e.lineN+e.size&&(d.externalMeasured=null),!(b<d.viewFrom||b>=d.viewTo)){var f=d.view[Jc(a,b)];if(null!=f.node){var g=f.changes||(f.changes=[]);-1==Cg(g,c)&&g.push(c)}}}function Ic(a){a.display.viewFrom=a.display.viewTo=a.doc.first,a.display.view=[],a.display.viewOffset=0}function Jc(a,b){if(b>=a.display.viewTo)return null;if(b-=a.display.viewFrom,0>b)return null;for(var c=a.display.view,d=0;d<c.length;d++)if(b-=c[d].size,0>b)return d}function Kc(a,b,c,d){var f,e=Jc(a,b),g=a.display.view;if(!y)return{index:e,lineN:c};for(var h=0,i=a.display.viewFrom;e>h;h++)i+=g[h].size;if(i!=b){if(d>0){if(e==g.length-1)return null;f=i+g[e].size-b,e++}else f=i-b;b+=f,c+=f}for(;Te(a.doc,c)!=c;){if(e==(0>d?0:g.length-1))return null;c+=d*g[e-(0>d?1:0)].size,e+=d}return{index:e,lineN:c}}function Lc(a,b,c){var d=a.display,e=d.view;0==e.length||b>=d.viewTo||c<=d.viewFrom?(d.view=Fc(a,b,c),d.viewFrom=b):(d.viewFrom>b?d.view=Fc(a,b,d.viewFrom).concat(d.view):d.viewFrom<b&&(d.view=d.view.slice(Jc(a,b))),d.viewFrom=b,d.viewTo<c?d.view=d.view.concat(Fc(a,d.viewTo,c)):d.viewTo>c&&(d.view=d.view.slice(0,Jc(a,c)))),d.viewTo=c}function Mc(a){for(var b=a.display.view,c=0,d=0;d<b.length;d++){var e=b[d];e.hidden||e.node&&!e.changes||++c}return c}function Nc(a){a.display.pollingFast||a.display.poll.set(a.options.pollInterval,function(){Pc(a),a.state.focused&&Nc(a)})}function Oc(a){function c(){var d=Pc(a);d||b?(a.display.pollingFast=!1,Nc(a)):(b=!0,a.display.poll.set(60,c))}var b=!1;a.display.pollingFast=!0,a.display.poll.set(20,c)}function Pc(a){var b=a.display.input,c=a.display.prevInput,e=a.doc;if(!a.state.focused||ch(b)&&!c||Tc(a)||a.options.disableInput)return!1;a.state.pasteIncoming&&a.state.fakedLastChar&&(b.value=b.value.substring(0,b.value.length-1),a.state.fakedLastChar=!1);var f=b.value;if(f==c&&!a.somethingSelected())return!1;if(g&&!d&&a.display.inputHasSelection===f)return Qc(a),!1;var h=!a.curOp;h&&yc(a),a.display.shift=!1;for(var i=0,j=Math.min(c.length,f.length);j>i&&c.charCodeAt(i)==f.charCodeAt(i);)++i;for(var k=f.slice(i),l=bh(k),m=a.state.pasteIncoming&&l.length>1&&e.sel.ranges.length==l.length,n=e.sel.ranges.length-1;n>=0;n--){var o=e.sel.ranges[n],p=o.from(),q=o.to();i<c.length?p=ob(p.line,p.ch-(c.length-i)):a.state.overwrite&&o.empty()&&!a.state.pasteIncoming&&(q=ob(q.line,Math.min(Ef(e,q.line).text.length,q.ch+Ag(l).length)));var r=a.curOp.updateInput,s={from:p,to:q,text:m?[l[n]]:l,origin:a.state.pasteIncoming?"paste":a.state.cutIncoming?"cut":"+input"};if(Gd(a.doc,s),kg(a,"inputRead",a,s),k&&!a.state.pasteIncoming&&a.options.electricChars&&a.options.smartIndent&&o.head.ch<100&&(!n||e.sel.ranges[n-1].head.line!=o.head.line)){var t=a.getModeAt(o.head);if(t.electricChars){for(var u=0;u<t.electricChars.length;u++)if(k.indexOf(t.electricChars.charAt(u))>-1){Ud(a,o.head.line,"smart");break}}else if(t.electricInput){var v=Ad(s);t.electricInput.test(Ef(e,v.line).text.slice(0,v.ch))&&Ud(a,o.head.line,"smart")}}}return Sd(a),a.curOp.updateInput=r,a.curOp.typing=!0,f.length>1e3||f.indexOf("\n")>-1?b.value=a.display.prevInput="":a.display.prevInput=f,h&&zc(a),a.state.pasteIncoming=a.state.cutIncoming=!1,!0}function Qc(a,b){var c,e,f=a.doc;if(a.somethingSelected()){a.display.prevInput="";var h=f.sel.primary();c=dh&&(h.to().line-h.from().line>100||(e=a.getSelection()).length>1e3);var i=c?"-":e||a.getSelection();a.display.input.value=i,a.state.focused&&Bg(a.display.input),g&&!d&&(a.display.inputHasSelection=i)}else b||(a.display.prevInput=a.display.input.value="",g&&!d&&(a.display.inputHasSelection=null));a.display.inaccurateSelection=c}function Rc(a){"nocursor"==a.options.readOnly||r&&Rg()==a.display.input||a.display.input.focus()}function Sc(a){a.state.focused||(Rc(a),vd(a))}function Tc(a){return a.options.readOnly||a.doc.cantEdit}function Uc(a){function e(){a.state.focused&&setTimeout(Gg(Rc,a),0)}function i(){null==f&&(f=setTimeout(function(){f=null,c.cachedCharWidth=c.cachedTextHeight=c.cachedPaddingH=Xg=null,a.setSize()},100))}function j(){Qg(document.body,c.wrapper)?setTimeout(j,5e3):gg(window,"resize",i)}function k(b){mg(a,b)||cg(b)}function l(b){if(a.somethingSelected())c.inaccurateSelection&&(c.prevInput="",c.inaccurateSelection=!1,c.input.value=a.getSelection(),Bg(c.input));else{for(var d="",e=[],f=0;f<a.doc.sel.ranges.length;f++){var g=a.doc.sel.ranges[f].head.line,h={anchor:ob(g,0),head:ob(g+1,0)};e.push(h),d+=a.getRange(h.anchor,h.head)}"cut"==b.type?a.setSelections(e,null,sg):(c.prevInput="",c.input.value=d,Bg(c.input))}"cut"==b.type&&(a.state.cutIncoming=!0)}var c=a.display;fg(c.scroller,"mousedown",Bc(a,Xc)),b?fg(c.scroller,"dblclick",Bc(a,function(b){if(!mg(a,b)){var c=Wc(a,b);if(c&&!cd(a,b)&&!Vc(a.display,b)){_f(b);var d=Zd(a.doc,c);Db(a.doc,d.anchor,d.head)}}})):fg(c.scroller,"dblclick",function(b){mg(a,b)||_f(b)}),fg(c.lineSpace,"selectstart",function(a){Vc(c,a)||_f(a)}),w||fg(c.scroller,"contextmenu",function(b){yd(a,b)}),fg(c.scroller,"scroll",function(){c.scroller.clientHeight&&(gd(a,c.scroller.scrollTop),hd(a,c.scroller.scrollLeft,!0),hg(a,"scroll",a))}),fg(c.scrollbarV,"scroll",function(){c.scroller.clientHeight&&gd(a,c.scrollbarV.scrollTop)}),fg(c.scrollbarH,"scroll",function(){c.scroller.clientHeight&&hd(a,c.scrollbarH.scrollLeft)}),fg(c.scroller,"mousewheel",function(b){kd(a,b)}),fg(c.scroller,"DOMMouseScroll",function(b){kd(a,b)}),fg(c.scrollbarH,"mousedown",e),fg(c.scrollbarV,"mousedown",e),fg(c.wrapper,"scroll",function(){c.wrapper.scrollTop=c.wrapper.scrollLeft=0});var f;fg(window,"resize",i),setTimeout(j,5e3),fg(c.input,"keyup",Bc(a,td)),fg(c.input,"input",function(){g&&!d&&a.display.inputHasSelection&&(a.display.inputHasSelection=null),Oc(a)}),fg(c.input,"keydown",Bc(a,rd)),fg(c.input,"keypress",Bc(a,ud)),fg(c.input,"focus",Gg(vd,a)),fg(c.input,"blur",Gg(wd,a)),a.options.dragDrop&&(fg(c.scroller,"dragstart",function(b){fd(a,b)}),fg(c.scroller,"dragenter",k),fg(c.scroller,"dragover",k),fg(c.scroller,"drop",Bc(a,ed))),fg(c.scroller,"paste",function(b){Vc(c,b)||(a.state.pasteIncoming=!0,Rc(a),Oc(a))}),fg(c.input,"paste",function(){if(h&&!a.state.fakedLastChar&&!(new Date-a.state.lastMiddleDown<200)){var b=c.input.selectionStart,d=c.input.selectionEnd;c.input.value+="$",c.input.selectionStart=b,c.input.selectionEnd=d,a.state.fakedLastChar=!0}a.state.pasteIncoming=!0,Oc(a)}),fg(c.input,"cut",l),fg(c.input,"copy",l),m&&fg(c.sizer,"mouseup",function(){Rg()==c.input&&c.input.blur(),Rc(a)})}function Vc(a,b){for(var c=dg(b);c!=a.wrapper;c=c.parentNode)if(!c||c.ignoreEvents||c.parentNode==a.sizer&&c!=a.mover)return!0}function Wc(a,b,c,d){var e=a.display;if(!c){var f=dg(b);if(f==e.scrollbarH||f==e.scrollbarV||f==e.scrollbarFiller||f==e.gutterFiller)return null}var g,h,i=e.lineSpace.getBoundingClientRect();try{g=b.clientX-i.left,h=b.clientY-i.top}catch(b){return null}var k,j=sc(a,g,h);if(d&&1==j.xRel&&(k=Ef(a.doc,j.line).text).length==j.ch){var l=wg(k,k.length,a.options.tabSize)-k.length;j=ob(j.line,Math.round((g-Zb(a.display).left)/wc(a.display))-l)}return j}function Xc(a){if(!mg(this,a)){var b=this,c=b.display;if(c.shift=a.shiftKey,Vc(c,a))return h||(c.scroller.draggable=!1,setTimeout(function(){c.scroller.draggable=!0},100)),void 0;if(!cd(b,a)){var d=Wc(b,a);switch(window.focus(),eg(a)){case 1:d?$c(b,a,d):dg(a)==c.scroller&&_f(a);break;case 2:h&&(b.state.lastMiddleDown=+new Date),d&&Db(b.doc,d),setTimeout(Gg(Rc,b),20),_f(a);break;case 3:w&&yd(b,a)}}}}function $c(a,b,c){setTimeout(Gg(Sc,a),0);var e,d=+new Date;Zc&&Zc.time>d-400&&0==pb(Zc.pos,c)?e="triple":Yc&&Yc.time>d-400&&0==pb(Yc.pos,c)?(e="double",Zc={time:d,pos:c}):(e="single",Yc={time:d,pos:c});var f=a.doc.sel,g=s?b.metaKey:b.ctrlKey;a.options.dragDrop&&Wg&&!g&&!Tc(a)&&"single"==e&&f.contains(c)>-1&&f.somethingSelected()?_c(a,b,c):ad(a,b,c,e,g)}function _c(a,c,e){var f=a.display,g=Bc(a,function(i){h&&(f.scroller.draggable=!1),a.state.draggingText=!1,gg(document,"mouseup",g),gg(f.scroller,"drop",g),Math.abs(c.clientX-i.clientX)+Math.abs(c.clientY-i.clientY)<10&&(_f(i),Db(a.doc,e),Rc(a),b&&!d&&setTimeout(function(){document.body.focus(),Rc(a)},20))});h&&(f.scroller.draggable=!0),a.state.draggingText=g,f.scroller.dragDrop&&f.scroller.dragDrop(),fg(document,"mouseup",g),fg(f.scroller,"drop",g)}function ad(a,b,c,d,f){function p(b){if(0!=pb(o,b))if(o=b,"rect"==d){for(var e=[],f=a.options.tabSize,g=wg(Ef(i,c.line).text,c.ch,f),h=wg(Ef(i,b.line).text,b.ch,f),m=Math.min(g,h),n=Math.max(g,h),p=Math.min(c.line,b.line),q=Math.min(a.lastLine(),Math.max(c.line,b.line));q>=p;p++){var r=Ef(i,p).text,s=xg(r,m,f);m==n?e.push(new ub(ob(p,s),ob(p,s))):r.length>s&&e.push(new ub(ob(p,s),ob(p,xg(r,n,f))))}e.length||e.push(new ub(c,c)),Jb(i,vb(l.ranges.slice(0,k).concat(e),k),tg)}else{var t=j,u=t.anchor,v=b;if("single"!=d){if("double"==d)var w=Zd(i,b);else var w=new ub(ob(b.line,0),yb(i,ob(b.line+1,0)));pb(w.anchor,u)>0?(v=w.head,u=sb(t.from(),w.anchor)):(v=w.anchor,u=rb(t.to(),w.head))}var e=l.ranges.slice(0);e[k]=new ub(yb(i,u),v),Jb(i,vb(e,k),tg)}}function s(b){var c=++r,e=Wc(a,b,!0,"rect"==d);if(e)if(0!=pb(e,o)){Sc(a),p(e);var f=Q(h,i);(e.line>=f.to||e.line<f.from)&&setTimeout(Bc(a,function(){r==c&&s(b)}),150)}else{var g=b.clientY<q.top?-20:b.clientY>q.bottom?20:0;g&&setTimeout(Bc(a,function(){r==c&&(h.scroller.scrollTop+=g,s(b))}),50)}}function t(b){r=1/0,_f(b),Rc(a),gg(document,"mousemove",u),gg(document,"mouseup",v),i.history.lastSelOrigin=null}var h=a.display,i=a.doc;_f(b);var j,k,l=i.sel;if(f?(k=i.sel.contains(c),j=k>-1?i.sel.ranges[k]:new ub(c,c)):j=i.sel.primary(),b.altKey)d="rect",f||(j=new ub(c,c)),c=Wc(a,b,!0,!0),k=-1;else if("double"==d){var m=Zd(i,c);j=a.display.shift||i.extend?Cb(i,j,m.anchor,m.head):m}else if("triple"==d){var n=new ub(ob(c.line,0),yb(i,ob(c.line+1,0)));j=a.display.shift||i.extend?Cb(i,j,n.anchor,n.head):n}else j=Cb(i,j,c);f?k>-1?Fb(i,k,j,tg):(k=i.sel.ranges.length,Jb(i,vb(i.sel.ranges.concat([j]),k),{scroll:!1,origin:"*mouse"})):(k=0,Jb(i,new tb([j],0),tg));var o=c,q=h.wrapper.getBoundingClientRect(),r=0,u=Bc(a,function(a){(g&&!e?a.buttons:eg(a))?s(a):t(a)}),v=Bc(a,t);fg(document,"mousemove",u),fg(document,"mouseup",v)}function bd(a,b,c,d,e){try{var f=b.clientX,g=b.clientY}catch(b){return!1}if(f>=Math.floor(a.display.gutters.getBoundingClientRect().right))return!1;d&&_f(b);var h=a.display,i=h.lineDiv.getBoundingClientRect();if(g>i.bottom||!og(a,c))return bg(b);g-=i.top-h.viewOffset;for(var j=0;j<a.options.gutters.length;++j){var k=h.gutters.childNodes[j];if(k&&k.getBoundingClientRect().right>=f){var l=Jf(a.doc,g),m=a.options.gutters[j];return e(a,c,a,l,m,b),bg(b)}}}function cd(a,b){return bd(a,b,"gutterClick",!0,kg)}function ed(a){var c=this;if(!mg(c,a)&&!Vc(c.display,a)){_f(a),b&&(dd=+new Date);var d=Wc(c,a,!0),e=a.dataTransfer.files;if(d&&!Tc(c))if(e&&e.length&&window.FileReader&&window.File)for(var f=e.length,g=Array(f),h=0,i=function(a,b){var e=new FileReader;e.onload=Bc(c,function(){if(g[b]=e.result,++h==f){d=yb(c.doc,d);var a={from:d,to:d,text:bh(g.join("\n")),origin:"paste"};Gd(c.doc,a),Ib(c.doc,wb(d,Ad(a)))}}),e.readAsText(a)},j=0;f>j;++j)i(e[j],j);else{if(c.state.draggingText&&c.doc.sel.contains(d)>-1)return c.state.draggingText(a),setTimeout(Gg(Rc,c),20),void 0;try{var g=a.dataTransfer.getData("Text");if(g){var k=c.state.draggingText&&c.listSelections();if(Kb(c.doc,wb(d,d)),k)for(var j=0;j<k.length;++j)Md(c.doc,"",k[j].anchor,k[j].head,"drag");c.replaceSelection(g,"around","paste"),Rc(c)}}catch(a){}}}}function fd(a,c){if(b&&(!a.state.draggingText||+new Date-dd<100))return cg(c),void 0;if(!mg(a,c)&&!Vc(a.display,c)&&(c.dataTransfer.setData("Text",a.getSelection()),c.dataTransfer.setDragImage&&!l)){var d=Mg("img",null,null,"position: fixed; left: 0; top: 0;");d.src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",k&&(d.width=d.height=1,a.display.wrapper.appendChild(d),d._top=d.offsetTop),c.dataTransfer.setDragImage(d,0,0),k&&d.parentNode.removeChild(d)}}function gd(b,c){Math.abs(b.doc.scrollTop-c)<2||(b.doc.scrollTop=c,a||V(b,{top:c}),b.display.scroller.scrollTop!=c&&(b.display.scroller.scrollTop=c),b.display.scrollbarV.scrollTop!=c&&(b.display.scrollbarV.scrollTop=c),a&&V(b),Tb(b,100))}function hd(a,b,c){(c?b==a.doc.scrollLeft:Math.abs(a.doc.scrollLeft-b)<2)||(b=Math.min(b,a.display.scroller.scrollWidth-a.display.scroller.clientWidth),a.doc.scrollLeft=b,R(a),a.display.scroller.scrollLeft!=b&&(a.display.scroller.scrollLeft=b),a.display.scrollbarH.scrollLeft!=b&&(a.display.scrollbarH.scrollLeft=b))}function kd(b,c){var d=c.wheelDeltaX,e=c.wheelDeltaY;null==d&&c.detail&&c.axis==c.HORIZONTAL_AXIS&&(d=c.detail),null==e&&c.detail&&c.axis==c.VERTICAL_AXIS?e=c.detail:null==e&&(e=c.wheelDelta);var f=b.display,g=f.scroller;if(d&&g.scrollWidth>g.clientWidth||e&&g.scrollHeight>g.clientHeight){if(e&&s&&h)a:for(var i=c.target,j=f.view;i!=g;i=i.parentNode)for(var l=0;l<j.length;l++)if(j[l].node==i){b.display.currentWheelTarget=i;break a}if(d&&!a&&!k&&null!=jd)return e&&gd(b,Math.max(0,Math.min(g.scrollTop+e*jd,g.scrollHeight-g.clientHeight))),hd(b,Math.max(0,Math.min(g.scrollLeft+d*jd,g.scrollWidth-g.clientWidth))),_f(c),f.wheelStartX=null,void 0;if(e&&null!=jd){var m=e*jd,n=b.doc.scrollTop,o=n+f.wrapper.clientHeight;0>m?n=Math.max(0,n+m-50):o=Math.min(b.doc.height,o+m+50),V(b,{top:n,bottom:o})}20>id&&(null==f.wheelStartX?(f.wheelStartX=g.scrollLeft,f.wheelStartY=g.scrollTop,f.wheelDX=d,f.wheelDY=e,setTimeout(function(){if(null!=f.wheelStartX){var a=g.scrollLeft-f.wheelStartX,b=g.scrollTop-f.wheelStartY,c=b&&f.wheelDY&&b/f.wheelDY||a&&f.wheelDX&&a/f.wheelDX;f.wheelStartX=f.wheelStartY=null,c&&(jd=(jd*id+c)/(id+1),++id)}},200)):(f.wheelDX+=d,f.wheelDY+=e))}}function ld(a,b,c){if("string"==typeof b&&(b=je[b],!b))return!1;a.display.pollingFast&&Pc(a)&&(a.display.pollingFast=!1);var d=a.display.shift,e=!1;try{Tc(a)&&(a.state.suppressEdits=!0),c&&(a.display.shift=!1),e=b(a)!=rg}finally{a.display.shift=d,a.state.suppressEdits=!1}return e}function md(a){var b=a.state.keyMaps.slice(0);return a.options.extraKeys&&b.push(a.options.extraKeys),b.push(a.options.keyMap),b}function od(a,b){var c=le(a.options.keyMap),d=c.auto;clearTimeout(nd),d&&!ne(b)&&(nd=setTimeout(function(){le(a.options.keyMap)==c&&(a.options.keyMap=d.call?d.call(null,a):d,G(a))},50));var e=oe(b,!0),f=!1;if(!e)return!1;var g=md(a);return f=b.shiftKey?me("Shift-"+e,g,function(b){return ld(a,b,!0)})||me(e,g,function(b){return("string"==typeof b?/^go[A-Z]/.test(b):b.motion)?ld(a,b):void 0}):me(e,g,function(b){return ld(a,b)}),f&&(_f(b),Sb(a),kg(a,"keyHandled",a,e,b)),f}function pd(a,b,c){var d=me("'"+c+"'",md(a),function(b){return ld(a,b,!0)});return d&&(_f(b),Sb(a),kg(a,"keyHandled",a,"'"+c+"'",b)),d}function rd(a){var c=this;if(Sc(c),!mg(c,a)){b&&27==a.keyCode&&(a.returnValue=!1);var d=a.keyCode;c.display.shift=16==d||a.shiftKey;var e=od(c,a);k&&(qd=e?d:null,!e&&88==d&&!dh&&(s?a.metaKey:a.ctrlKey)&&c.replaceSelection("",null,"cut")),18!=d||/\bCodeMirror-crosshair\b/.test(c.display.lineDiv.className)||sd(c)}}function sd(a){function c(a){18!=a.keyCode&&a.altKey||(Tg(b,"CodeMirror-crosshair"),gg(document,"keyup",c),gg(document,"mouseover",c))}var b=a.display.lineDiv;Ug(b,"CodeMirror-crosshair"),fg(document,"keyup",c),fg(document,"mouseover",c)}function td(a){mg(this,a)||16==a.keyCode&&(this.doc.sel.shift=!1)}function ud(a){var b=this;if(!mg(b,a)){var c=a.keyCode,e=a.charCode;if(k&&c==qd)return qd=null,_f(a),void 0;if(!(k&&(!a.which||a.which<10)||m)||!od(b,a)){var f=String.fromCharCode(null==e?c:e);pd(b,a,f)||(g&&!d&&(b.display.inputHasSelection=null),Oc(b))}}}function vd(a){"nocursor"!=a.options.readOnly&&(a.state.focused||(hg(a,"focus",a),a.state.focused=!0,Ug(a.display.wrapper,"CodeMirror-focused"),a.curOp||"\u200b"==a.display.prevInput||(Qc(a),h&&setTimeout(Gg(Qc,a,!0),0))),Nc(a),Sb(a))}function wd(a){a.state.focused&&(hg(a,"blur",a),a.state.focused=!1,Tg(a.display.wrapper,"CodeMirror-focused")),clearInterval(a.display.blinker),setTimeout(function(){a.state.focused||(a.display.shift=!1)},150)}function yd(a,b){function j(){if(null!=c.input.selectionStart){var b=c.input.value="\u200b"+(a.somethingSelected()?c.input.value:"");c.prevInput="\u200b",c.input.selectionStart=1,c.input.selectionEnd=b.length}}function l(){if(c.inputDiv.style.position="relative",c.input.style.cssText=i,d&&(c.scrollbarV.scrollTop=c.scroller.scrollTop=f),Nc(a),null!=c.input.selectionStart){(!g||d)&&j(),clearTimeout(xd);var b=0,e=function(){"\u200b"==c.prevInput&&0==c.input.selectionStart?Bc(a,je.selectAll)(a):b++<10?xd=setTimeout(e,500):Qc(a)};xd=setTimeout(e,200)}}if(!mg(a,b,"contextmenu")){var c=a.display;if(!Vc(c,b)&&!zd(a,b)){var e=Wc(a,b),f=c.scroller.scrollTop;if(e&&!k){var h=a.options.resetSelectionOnContextMenu;h&&-1==a.doc.sel.contains(e)&&Bc(a,Jb)(a.doc,wb(e),sg);var i=c.input.style.cssText;if(c.inputDiv.style.position="absolute",c.input.style.cssText="position: fixed; width: 30px; height: 30px; top: "+(b.clientY-5)+"px; left: "+(b.clientX-5)+"px; z-index: 1000; background: "+(g?"rgba(255, 255, 255, .05)":"transparent")+"; outline: none; border-width: 0; outline: none; overflow: hidden; opacity: .05; filter: alpha(opacity=5);",Rc(a),Qc(a),a.somethingSelected()||(c.input.value=c.prevInput=" "),g&&!d&&j(),w){cg(b);var m=function(){gg(window,"mouseup",m),setTimeout(l,20)};fg(window,"mouseup",m)}else setTimeout(l,50)}}}}function zd(a,b){return og(a,"gutterContextMenu")?bd(a,b,"gutterContextMenu",!1,hg):!1}function Bd(a,b){if(pb(a,b.from)<0)return a;if(pb(a,b.to)<=0)return Ad(b);var c=a.line+b.text.length-(b.to.line-b.from.line)-1,d=a.ch;return a.line==b.to.line&&(d+=Ad(b).ch-b.to.ch),ob(c,d)}function Cd(a,b){for(var c=[],d=0;d<a.sel.ranges.length;d++){var e=a.sel.ranges[d];c.push(new ub(Bd(e.anchor,b),Bd(e.head,b)))}return vb(c,a.sel.primIndex)}function Dd(a,b,c){return a.line==b.line?ob(c.line,a.ch-b.ch+c.ch):ob(c.line+(a.line-b.line),a.ch)}function Ed(a,b,c){for(var d=[],e=ob(a.first,0),f=e,g=0;g<b.length;g++){var h=b[g],i=Dd(h.from,e,f),j=Dd(Ad(h),e,f);if(e=h.to,f=j,"around"==c){var k=a.sel.ranges[g],l=pb(k.head,k.anchor)<0;d[g]=new ub(l?j:i,l?i:j)}else d[g]=new ub(i,i)}return new tb(d,a.sel.primIndex)}function Fd(a,b,c){var d={canceled:!1,from:b.from,to:b.to,text:b.text,origin:b.origin,cancel:function(){this.canceled=!0}};return c&&(d.update=function(b,c,d,e){b&&(this.from=yb(a,b)),c&&(this.to=yb(a,c)),d&&(this.text=d),void 0!==e&&(this.origin=e)}),hg(a,"beforeChange",a,d),a.cm&&hg(a.cm,"beforeChange",a.cm,d),d.canceled?null:{from:d.from,to:d.to,text:d.text,origin:d.origin}}function Gd(a,b,c){if(a.cm){if(!a.cm.curOp)return Bc(a.cm,Gd)(a,b,c);if(a.cm.state.suppressEdits)return}if(!(og(a,"beforeChange")||a.cm&&og(a.cm,"beforeChange"))||(b=Fd(a,b,!0))){var d=x&&!c&&He(a,b.from,b.to);if(d)for(var e=d.length-1;e>=0;--e)Hd(a,{from:d[e].from,to:d[e].to,text:e?[""]:b.text});else Hd(a,b)}}function Hd(a,b){if(1!=b.text.length||""!=b.text[0]||0!=pb(b.from,b.to)){var c=Cd(a,b);Qf(a,b,c,a.cm?a.cm.curOp.id:0/0),Kd(a,b,c,Ee(a,b));var d=[];Cf(a,function(a,c){c||-1!=Cg(d,a.history)||($f(a.history,b),d.push(a.history)),Kd(a,b,null,Ee(a,b))})}}function Id(a,b,c){if(!a.cm||!a.cm.state.suppressEdits){for(var e,d=a.history,f=a.sel,g="undo"==b?d.done:d.undone,h="undo"==b?d.undone:d.done,i=0;i<g.length&&(e=g[i],c?!e.ranges||e.equals(a.sel):e.ranges);i++);if(i!=g.length){for(d.lastOrigin=d.lastSelOrigin=null;e=g.pop(),e.ranges;){if(Tf(e,h),c&&!e.equals(a.sel))return Jb(a,e,{clearRedo:!1}),void 0;f=e}var j=[];Tf(f,h),h.push({changes:j,generation:d.generation}),d.generation=e.generation||++d.maxGeneration;for(var k=og(a,"beforeChange")||a.cm&&og(a.cm,"beforeChange"),i=e.changes.length-1;i>=0;--i){var l=e.changes[i];if(l.origin=b,k&&!Fd(a,l,!1))return g.length=0,void 0;j.push(Nf(a,l));var m=i?Cd(a,l,null):Ag(g);Kd(a,l,m,Ge(a,l)),a.cm&&Sd(a.cm);var n=[];Cf(a,function(a,b){b||-1!=Cg(n,a.history)||($f(a.history,l),n.push(a.history)),Kd(a,l,null,Ge(a,l))})}}}}function Jd(a,b){a.first+=b,a.sel=new tb(Dg(a.sel.ranges,function(a){return new ub(ob(a.anchor.line+b,a.anchor.ch),ob(a.head.line+b,a.head.ch))}),a.sel.primIndex),a.cm&&Gc(a.cm,a.first,a.first-b,b)}function Kd(a,b,c,d){if(a.cm&&!a.cm.curOp)return Bc(a.cm,Kd)(a,b,c,d);if(b.to.line<a.first)return Jd(a,b.text.length-1-(b.to.line-b.from.line)),void 0;if(!(b.from.line>a.lastLine())){if(b.from.line<a.first){var e=b.text.length-1-(a.first-b.from.line);Jd(a,e),b={from:ob(a.first,0),to:ob(b.to.line+e,b.to.ch),text:[Ag(b.text)],origin:b.origin}}var f=a.lastLine();b.to.line>f&&(b={from:b.from,to:ob(f,Ef(a,f).text.length),text:[b.text[0]],origin:b.origin}),b.removed=Ff(a,b.from,b.to),c||(c=Cd(a,b,null)),a.cm?Ld(a.cm,b,d):vf(a,b,d),Kb(a,c,sg)}}function Ld(a,b,c){var d=a.doc,e=a.display,f=b.from,g=b.to,h=!1,i=f.line;a.options.lineWrapping||(i=If(Re(Ef(d,f.line))),d.iter(i,g.line+1,function(a){return a==e.maxLine?(h=!0,!0):void 0})),d.sel.contains(b.from,b.to)>-1&&ng(a),vf(d,b,c,E(a)),a.options.lineWrapping||(d.iter(i,f.line+b.text.length,function(a){var b=L(a);b>e.maxLineLength&&(e.maxLine=a,e.maxLineLength=b,e.maxLineChanged=!0,h=!1)}),h&&(a.curOp.updateMaxLine=!0)),d.frontier=Math.min(d.frontier,f.line),Tb(a,400);var j=b.text.length-(g.line-f.line)-1;f.line!=g.line||1!=b.text.length||uf(a.doc,b)?Gc(a,f.line,g.line+1,j):Hc(a,f.line,"text");var k=og(a,"changes"),l=og(a,"change");if(l||k){var m={from:f,to:g,text:b.text,removed:b.removed,origin:b.origin};l&&kg(a,"change",a,m),k&&(a.curOp.changeObjs||(a.curOp.changeObjs=[])).push(m)}}function Md(a,b,c,d,e){if(d||(d=c),pb(d,c)<0){var f=d;d=c,c=f}"string"==typeof b&&(b=bh(b)),Gd(a,{from:c,to:d,text:b,origin:e})}function Nd(a,b){var c=a.display,d=c.sizer.getBoundingClientRect(),e=null;if(b.top+d.top<0?e=!0:b.bottom+d.top>(window.innerHeight||document.documentElement.clientHeight)&&(e=!1),null!=e&&!p){var f=Mg("div","\u200b",null,"position: absolute; top: "+(b.top-c.viewOffset-Xb(a.display))+"px; height: "+(b.bottom-b.top+qg)+"px; left: "+b.left+"px; width: 2px;");a.display.lineSpace.appendChild(f),f.scrollIntoView(e),a.display.lineSpace.removeChild(f)}}function Od(a,b,c,d){for(null==d&&(d=0);;){var e=!1,f=pc(a,b),g=c&&c!=b?pc(a,c):f,h=Qd(a,Math.min(f.left,g.left),Math.min(f.top,g.top)-d,Math.max(f.left,g.left),Math.max(f.bottom,g.bottom)+d),i=a.doc.scrollTop,j=a.doc.scrollLeft;if(null!=h.scrollTop&&(gd(a,h.scrollTop),Math.abs(a.doc.scrollTop-i)>1&&(e=!0)),null!=h.scrollLeft&&(hd(a,h.scrollLeft),Math.abs(a.doc.scrollLeft-j)>1&&(e=!0)),!e)return f}}function Pd(a,b,c,d,e){var f=Qd(a,b,c,d,e);null!=f.scrollTop&&gd(a,f.scrollTop),null!=f.scrollLeft&&hd(a,f.scrollLeft)}function Qd(a,b,c,d,e){var f=a.display,g=vc(a.display);0>c&&(c=0);var h=a.curOp&&null!=a.curOp.scrollTop?a.curOp.scrollTop:f.scroller.scrollTop,i=f.scroller.clientHeight-qg,j={},k=a.doc.height+Yb(f),l=g>c,m=e>k-g;if(h>c)j.scrollTop=l?0:c;else if(e>h+i){var n=Math.min(c,(m?k:e)-i);n!=h&&(j.scrollTop=n)}var o=a.curOp&&null!=a.curOp.scrollLeft?a.curOp.scrollLeft:f.scroller.scrollLeft,p=f.scroller.clientWidth-qg;b+=f.gutters.offsetWidth,d+=f.gutters.offsetWidth;var q=f.gutters.offsetWidth,r=q+10>b;return o+q>b||r?(r&&(b=0),j.scrollLeft=Math.max(0,b-10-q)):d>p+o-3&&(j.scrollLeft=d+10-p),j}function Rd(a,b,c){(null!=b||null!=c)&&Td(a),null!=b&&(a.curOp.scrollLeft=(null==a.curOp.scrollLeft?a.doc.scrollLeft:a.curOp.scrollLeft)+b),null!=c&&(a.curOp.scrollTop=(null==a.curOp.scrollTop?a.doc.scrollTop:a.curOp.scrollTop)+c)}function Sd(a){Td(a);var b=a.getCursor(),c=b,d=b;a.options.lineWrapping||(c=b.ch?ob(b.line,b.ch-1):b,d=ob(b.line,b.ch+1)),a.curOp.scrollToPos={from:c,to:d,margin:a.options.cursorScrollMargin,isCursor:!0}}function Td(a){var b=a.curOp.scrollToPos;if(b){a.curOp.scrollToPos=null;var c=qc(a,b.from),d=qc(a,b.to),e=Qd(a,Math.min(c.left,d.left),Math.min(c.top,d.top)-b.margin,Math.max(c.right,d.right),Math.max(c.bottom,d.bottom)+b.margin);a.scrollTo(e.scrollLeft,e.scrollTop)}}function Ud(a,b,c,d){var f,e=a.doc;null==c&&(c="add"),"smart"==c&&(a.doc.mode.indent?f=Wb(a,b):c="prev");var g=a.options.tabSize,h=Ef(e,b),i=wg(h.text,null,g);h.stateAfter&&(h.stateAfter=null);var k,j=h.text.match(/^\s*/)[0];if(d||/\S/.test(h.text)){if("smart"==c&&(k=a.doc.mode.indent(f,h.text.slice(j.length),h.text),k==rg)){if(!d)return;c="prev"}}else k=0,c="not";"prev"==c?k=b>e.first?wg(Ef(e,b-1).text,null,g):0:"add"==c?k=i+a.options.indentUnit:"subtract"==c?k=i-a.options.indentUnit:"number"==typeof c&&(k=i+c),k=Math.max(0,k);var l="",m=0;if(a.options.indentWithTabs)for(var n=Math.floor(k/g);n;--n)m+=g,l+=" ";if(k>m&&(l+=zg(k-m)),l!=j)Md(a.doc,l,ob(b,0),ob(b,j.length),"+input");else for(var n=0;n<e.sel.ranges.length;n++){var o=e.sel.ranges[n];if(o.head.line==b&&o.head.ch<j.length){var m=ob(b,j.length);Fb(e,n,new ub(m,m));break}}h.stateAfter=null}function Vd(a,b,c,d){var e=b,f=b,g=a.doc;return"number"==typeof b?f=Ef(g,xb(g,b)):e=If(b),null==e?null:(d(f,e)&&Hc(a,e,c),f)}function Wd(a,b){for(var c=a.doc.sel.ranges,d=[],e=0;e<c.length;e++){for(var f=b(c[e]);d.length&&pb(f.from,Ag(d).to)<=0;){var g=d.pop();if(pb(g.from,f.from)<0){f.from=g.from;break}}d.push(f)}Ac(a,function(){for(var b=d.length-1;b>=0;b--)Md(a.doc,"",d[b].from,d[b].to,"+delete");Sd(a)})}function Xd(a,b,c,d,e){function k(){var b=f+c;return b<a.first||b>=a.first+a.size?j=!1:(f=b,i=Ef(a,b))}function l(a){var b=(e?qh:rh)(i,g,c,!0);if(null==b){if(a||!k())return j=!1;g=e?(0>c?jh:ih)(i):0>c?i.text.length:0}else g=b;return!0}var f=b.line,g=b.ch,h=c,i=Ef(a,f),j=!0;if("char"==d)l();else if("column"==d)l(!0);else if("word"==d||"group"==d)for(var m=null,n="group"==d,o=!0;!(0>c)||l(!o);o=!1){var p=i.text.charAt(g)||"\n",q=Ig(p)?"w":n&&"\n"==p?"n":!n||/\s/.test(p)?null:"p";if(!n||o||q||(q="s"),m&&m!=q){0>c&&(c=1,l());break}if(q&&(m=q),c>0&&!l(!o))break}var r=Ob(a,ob(f,g),h,!0);return j||(r.hitSide=!0),r}function Yd(a,b,c,d){var g,e=a.doc,f=b.left;if("page"==d){var h=Math.min(a.display.wrapper.clientHeight,window.innerHeight||document.documentElement.clientHeight);g=b.top+c*(h-(0>c?1.5:.5)*vc(a.display))}else"line"==d&&(g=c>0?b.bottom+3:b.top-3);for(;;){var i=sc(a,f,g);if(!i.outside)break;if(0>c?0>=g:g>=e.height){i.hitSide=!0;break}g+=5*c}return i}function Zd(a,b){var c=Ef(a,b.line).text,d=b.ch,e=b.ch;if(c){(b.xRel<0||e==c.length)&&d?--d:++e;for(var f=c.charAt(d),g=Ig(f)?Ig:/\s/.test(f)?function(a){return/\s/.test(a)}:function(a){return!/\s/.test(a)&&!Ig(a)};d>0&&g(c.charAt(d-1));)--d;for(;e<c.length&&g(c.charAt(e));)++e}return new ub(ob(b.line,d),ob(b.line,e))}function ae(a,b,c,d){z.defaults[a]=b,c&&(_d[a]=d?function(a,b,d){d!=be&&c(a,b,d)}:c)}function le(a){return"string"==typeof a?ke[a]:a}function se(a,b,c,d,e){if(d&&d.shared)return ue(a,b,c,d,e);if(a.cm&&!a.cm.curOp)return Bc(a.cm,se)(a,b,c,d,e);var f=new qe(a,e),g=pb(b,c);if(d&&Fg(d,f,!1),g>0||0==g&&f.clearWhenEmpty!==!1)return f;if(f.replacedWith&&(f.collapsed=!0,f.widgetNode=Mg("span",[f.replacedWith],"CodeMirror-widget"),d.handleMouseEvents||(f.widgetNode.ignoreEvents=!0),d.insertLeft&&(f.widgetNode.insertLeft=!0)),f.collapsed){if(Qe(a,b.line,b,c,f)||b.line!=c.line&&Qe(a,c.line,b,c,f))throw new Error("Inserting collapsed marker partially overlapping an existing one");y=!0}f.addToHistory&&Qf(a,{from:b,to:c,origin:"markText"},a.sel,0/0);var j,h=b.line,i=a.cm;if(a.iter(h,c.line+1,function(a){i&&f.collapsed&&!i.options.lineWrapping&&Re(a)==i.display.maxLine&&(j=!0),f.collapsed&&h!=b.line&&Hf(a,0),Be(a,new ye(f,h==b.line?b.ch:null,h==c.line?c.ch:null)),++h}),f.collapsed&&a.iter(b.line,c.line+1,function(b){Ve(a,b)&&Hf(b,0)}),f.clearOnEnter&&fg(f,"beforeCursorEnter",function(){f.clear()}),f.readOnly&&(x=!0,(a.history.done.length||a.history.undone.length)&&a.clearHistory()),f.collapsed&&(f.id=++re,f.atomic=!0),i){if(j&&(i.curOp.updateMaxLine=!0),f.collapsed)Gc(i,b.line,c.line+1);else if(f.className||f.title||f.startStyle||f.endStyle)for(var k=b.line;k<=c.line;k++)Hc(i,k,"text");f.atomic&&Mb(i.doc),kg(i,"markerAdded",i,f)}return f}function ue(a,b,c,d,e){d=Fg(d),d.shared=!1;var f=[se(a,b,c,d,e)],g=f[0],h=d.widgetNode;return Cf(a,function(a){h&&(d.widgetNode=h.cloneNode(!0)),f.push(se(a,yb(a,b),yb(a,c),d,e));for(var i=0;i<a.linked.length;++i)if(a.linked[i].isParent)return;g=Ag(f)}),new te(f,g)}function ve(a){return a.findMarks(ob(a.first,0),a.clipPos(ob(a.lastLine())),function(a){return a.parent})}function we(a,b){for(var c=0;c<b.length;c++){var d=b[c],e=d.find(),f=a.clipPos(e.from),g=a.clipPos(e.to);if(pb(f,g)){var h=se(a,f,g,d.primary,d.primary.type);d.markers.push(h),h.parent=d}}}function xe(a){for(var b=0;b<a.length;b++){var c=a[b],d=[c.primary.doc];Cf(c.primary.doc,function(a){d.push(a)});for(var e=0;e<c.markers.length;e++){var f=c.markers[e];-1==Cg(d,f.doc)&&(f.parent=null,c.markers.splice(e--,1))}}}function ye(a,b,c){this.marker=a,this.from=b,this.to=c}function ze(a,b){if(a)for(var c=0;c<a.length;++c){var d=a[c];if(d.marker==b)return d}}function Ae(a,b){for(var c,d=0;d<a.length;++d)a[d]!=b&&(c||(c=[])).push(a[d]);return c}function Be(a,b){a.markedSpans=a.markedSpans?a.markedSpans.concat([b]):[b],b.marker.attachLine(a)}function Ce(a,b,c){if(a)for(var e,d=0;d<a.length;++d){var f=a[d],g=f.marker,h=null==f.from||(g.inclusiveLeft?f.from<=b:f.from<b);if(h||f.from==b&&"bookmark"==g.type&&(!c||!f.marker.insertLeft)){var i=null==f.to||(g.inclusiveRight?f.to>=b:f.to>b);(e||(e=[])).push(new ye(g,f.from,i?null:f.to))}}return e}function De(a,b,c){if(a)for(var e,d=0;d<a.length;++d){var f=a[d],g=f.marker,h=null==f.to||(g.inclusiveRight?f.to>=b:f.to>b);if(h||f.from==b&&"bookmark"==g.type&&(!c||f.marker.insertLeft)){var i=null==f.from||(g.inclusiveLeft?f.from<=b:f.from<b);(e||(e=[])).push(new ye(g,i?null:f.from-b,null==f.to?null:f.to-b))}}return e}function Ee(a,b){var c=Ab(a,b.from.line)&&Ef(a,b.from.line).markedSpans,d=Ab(a,b.to.line)&&Ef(a,b.to.line).markedSpans;if(!c&&!d)return null;var e=b.from.ch,f=b.to.ch,g=0==pb(b.from,b.to),h=Ce(c,e,g),i=De(d,f,g),j=1==b.text.length,k=Ag(b.text).length+(j?e:0);if(h)for(var l=0;l<h.length;++l){var m=h[l];if(null==m.to){var n=ze(i,m.marker);n?j&&(m.to=null==n.to?null:n.to+k):m.to=e}}if(i)for(var l=0;l<i.length;++l){var m=i[l];if(null!=m.to&&(m.to+=k),null==m.from){var n=ze(h,m.marker);n||(m.from=k,j&&(h||(h=[])).push(m))}else m.from+=k,j&&(h||(h=[])).push(m)}h&&(h=Fe(h)),i&&i!=h&&(i=Fe(i));var o=[h];if(!j){var q,p=b.text.length-2;if(p>0&&h)for(var l=0;l<h.length;++l)null==h[l].to&&(q||(q=[])).push(new ye(h[l].marker,null,null));for(var l=0;p>l;++l)o.push(q);o.push(i)}return o}function Fe(a){for(var b=0;b<a.length;++b){var c=a[b];null!=c.from&&c.from==c.to&&c.marker.clearWhenEmpty!==!1&&a.splice(b--,1)}return a.length?a:null}function Ge(a,b){var c=Wf(a,b),d=Ee(a,b);if(!c)return d;if(!d)return c;for(var e=0;e<c.length;++e){var f=c[e],g=d[e];if(f&&g)a:for(var h=0;h<g.length;++h){for(var i=g[h],j=0;j<f.length;++j)if(f[j].marker==i.marker)continue a;f.push(i)}else g&&(c[e]=g)}return c}function He(a,b,c){var d=null;if(a.iter(b.line,c.line+1,function(a){if(a.markedSpans)for(var b=0;b<a.markedSpans.length;++b){var c=a.markedSpans[b].marker;!c.readOnly||d&&-1!=Cg(d,c)||(d||(d=[])).push(c)}}),!d)return null;for(var e=[{from:b,to:c}],f=0;f<d.length;++f)for(var g=d[f],h=g.find(0),i=0;i<e.length;++i){var j=e[i];
|
3 |
+
if(!(pb(j.to,h.from)<0||pb(j.from,h.to)>0)){var k=[i,1],l=pb(j.from,h.from),m=pb(j.to,h.to);(0>l||!g.inclusiveLeft&&!l)&&k.push({from:j.from,to:h.from}),(m>0||!g.inclusiveRight&&!m)&&k.push({from:h.to,to:j.to}),e.splice.apply(e,k),i+=k.length-1}}return e}function Ie(a){var b=a.markedSpans;if(b){for(var c=0;c<b.length;++c)b[c].marker.detachLine(a);a.markedSpans=null}}function Je(a,b){if(b){for(var c=0;c<b.length;++c)b[c].marker.attachLine(a);a.markedSpans=b}}function Ke(a){return a.inclusiveLeft?-1:0}function Le(a){return a.inclusiveRight?1:0}function Me(a,b){var c=a.lines.length-b.lines.length;if(0!=c)return c;var d=a.find(),e=b.find(),f=pb(d.from,e.from)||Ke(a)-Ke(b);if(f)return-f;var g=pb(d.to,e.to)||Le(a)-Le(b);return g?g:b.id-a.id}function Ne(a,b){var d,c=y&&a.markedSpans;if(c)for(var e,f=0;f<c.length;++f)e=c[f],e.marker.collapsed&&null==(b?e.from:e.to)&&(!d||Me(d,e.marker)<0)&&(d=e.marker);return d}function Oe(a){return Ne(a,!0)}function Pe(a){return Ne(a,!1)}function Qe(a,b,c,d,e){var f=Ef(a,b),g=y&&f.markedSpans;if(g)for(var h=0;h<g.length;++h){var i=g[h];if(i.marker.collapsed){var j=i.marker.find(0),k=pb(j.from,c)||Ke(i.marker)-Ke(e),l=pb(j.to,d)||Le(i.marker)-Le(e);if(!(k>=0&&0>=l||0>=k&&l>=0)&&(0>=k&&(pb(j.to,c)||Le(i.marker)-Ke(e))>0||k>=0&&(pb(j.from,d)||Ke(i.marker)-Le(e))<0))return!0}}}function Re(a){for(var b;b=Oe(a);)a=b.find(-1,!0).line;return a}function Se(a){for(var b,c;b=Pe(a);)a=b.find(1,!0).line,(c||(c=[])).push(a);return c}function Te(a,b){var c=Ef(a,b),d=Re(c);return c==d?b:If(d)}function Ue(a,b){if(b>a.lastLine())return b;var d,c=Ef(a,b);if(!Ve(a,c))return b;for(;d=Pe(c);)c=d.find(1,!0).line;return If(c)+1}function Ve(a,b){var c=y&&b.markedSpans;if(c)for(var d,e=0;e<c.length;++e)if(d=c[e],d.marker.collapsed){if(null==d.from)return!0;if(!d.marker.widgetNode&&0==d.from&&d.marker.inclusiveLeft&&We(a,b,d))return!0}}function We(a,b,c){if(null==c.to){var d=c.marker.find(1,!0);return We(a,d.line,ze(d.line.markedSpans,c.marker))}if(c.marker.inclusiveRight&&c.to==b.text.length)return!0;for(var e,f=0;f<b.markedSpans.length;++f)if(e=b.markedSpans[f],e.marker.collapsed&&!e.marker.widgetNode&&e.from==c.to&&(null==e.to||e.to!=c.from)&&(e.marker.inclusiveLeft||c.marker.inclusiveRight)&&We(a,b,e))return!0}function Ye(a,b,c){Kf(b)<(a.curOp&&a.curOp.scrollTop||a.doc.scrollTop)&&Rd(a,null,c)}function Ze(a){return null!=a.height?a.height:(Qg(document.body,a.node)||Pg(a.cm.display.measure,Mg("div",[a.node],null,"position: relative")),a.height=a.node.offsetHeight)}function $e(a,b,c,d){var e=new Xe(a,c,d);return e.noHScroll&&(a.display.alignWidgets=!0),Vd(a,b,"widget",function(b){var c=b.widgets||(b.widgets=[]);if(null==e.insertAt?c.push(e):c.splice(Math.min(c.length-1,Math.max(0,e.insertAt)),0,e),e.line=b,!Ve(a.doc,b)){var d=Kf(b)<a.doc.scrollTop;Hf(b,b.height+Ze(e)),d&&Rd(a,null,e.height),a.curOp.forceUpdate=!0}return!0}),e}function af(a,b,c,d){a.text=b,a.stateAfter&&(a.stateAfter=null),a.styles&&(a.styles=null),null!=a.order&&(a.order=null),Ie(a),Je(a,c);var e=d?d(a):1;e!=a.height&&Hf(a,e)}function bf(a){a.parent=null,Ie(a)}function cf(a,b){if(a)for(;;){var c=a.match(/(?:^|\s+)line-(background-)?(\S+)/);if(!c)break;a=a.slice(0,c.index)+a.slice(c.index+c[0].length);var d=c[1]?"bgClass":"textClass";null==b[d]?b[d]=c[2]:new RegExp("(?:^|s)"+c[2]+"(?:$|s)").test(b[d])||(b[d]+=" "+c[2])}return a}function df(a,b){if(a.blankLine)return a.blankLine(b);if(a.innerMode){var c=z.innerMode(a,b);return c.mode.blankLine?c.mode.blankLine(c.state):void 0}}function ef(a,b,c){var d=a.token(b,c);if(b.pos<=b.start)throw new Error("Mode "+a.name+" failed to advance stream.");return d}function ff(a,b,c,d,e,f,g){var h=c.flattenSpans;null==h&&(h=a.options.flattenSpans);var l,i=0,j=null,k=new pe(b,a.options.tabSize);for(""==b&&cf(df(c,d),f);!k.eol();){if(k.pos>a.options.maxHighlightLength?(h=!1,g&&jf(a,b,d,k.pos),k.pos=b.length,l=null):l=cf(ef(c,k,d),f),a.options.addModeClass){var m=z.innerMode(c,d).mode.name;m&&(l="m-"+(l?m+" "+l:m))}h&&j==l||(i<k.start&&e(k.start,j),i=k.start,j=l),k.start=k.pos}for(;i<k.pos;){var n=Math.min(k.pos,i+5e4);e(n,j),i=n}}function gf(a,b,c,d){var e=[a.state.modeGen],f={};ff(a,b.text,a.doc.mode,c,function(a,b){e.push(a,b)},f,d);for(var g=0;g<a.state.overlays.length;++g){var h=a.state.overlays[g],i=1,j=0;ff(a,b.text,h.mode,!0,function(a,b){for(var c=i;a>j;){var d=e[i];d>a&&e.splice(i,1,a,e[i+1],d),i+=2,j=Math.min(a,d)}if(b)if(h.opaque)e.splice(c,i-c,a,"cm-overlay "+b),i=c+2;else for(;i>c;c+=2){var f=e[c+1];e[c+1]=(f?f+" ":"")+"cm-overlay "+b}},f)}return{styles:e,classes:f.bgClass||f.textClass?f:null}}function hf(a,b){if(!b.styles||b.styles[0]!=a.state.modeGen){var c=gf(a,b,b.stateAfter=Wb(a,If(b)));b.styles=c.styles,c.classes?b.styleClasses=c.classes:b.styleClasses&&(b.styleClasses=null)}return b.styles}function jf(a,b,c,d){var e=a.doc.mode,f=new pe(b,a.options.tabSize);for(f.start=f.pos=d||0,""==b&&df(e,c);!f.eol()&&f.pos<=a.options.maxHighlightLength;)ef(e,f,c),f.start=f.pos}function mf(a,b){if(!a||/^\s*$/.test(a))return null;var c=b.addModeClass?lf:kf;return c[a]||(c[a]=a.replace(/\S+/g,"cm-$&"))}function nf(a,b){var c=Mg("span",null,null,h?"padding-right: .1px":null),d={pre:Mg("pre",[c]),content:c,col:0,pos:0,cm:a};b.measure={};for(var e=0;e<=(b.rest?b.rest.length:0);e++){var i,f=e?b.rest[e-1]:b.line;d.pos=0,d.addToken=pf,(g||h)&&a.getOption("lineWrapping")&&(d.addToken=qf(d.addToken)),ah(a.display.measure)&&(i=Lf(f))&&(d.addToken=rf(d.addToken,i)),d.map=[],tf(f,d,hf(a,f)),f.styleClasses&&(f.styleClasses.bgClass&&(d.bgClass=Vg(f.styleClasses.bgClass,d.bgClass||"")),f.styleClasses.textClass&&(d.textClass=Vg(f.styleClasses.textClass,d.textClass||""))),0==d.map.length&&d.map.push(0,0,d.content.appendChild($g(a.display.measure))),0==e?(b.measure.map=d.map,b.measure.cache={}):((b.measure.maps||(b.measure.maps=[])).push(d.map),(b.measure.caches||(b.measure.caches=[])).push({}))}return hg(a,"renderLine",a,b.line,d.pre),d}function of(a){var b=Mg("span","\u2022","cm-invalidchar");return b.title="\\u"+a.charCodeAt(0).toString(16),b}function pf(a,b,c,e,f,g){if(b){var h=a.cm.options.specialChars,i=!1;if(h.test(b))for(var j=document.createDocumentFragment(),k=0;;){h.lastIndex=k;var l=h.exec(b),m=l?l.index-k:b.length-k;if(m){var n=document.createTextNode(b.slice(k,k+m));d?j.appendChild(Mg("span",[n])):j.appendChild(n),a.map.push(a.pos,a.pos+m,n),a.col+=m,a.pos+=m}if(!l)break;if(k+=m+1," "==l[0]){var o=a.cm.options.tabSize,p=o-a.col%o,n=j.appendChild(Mg("span",zg(p),"cm-tab"));a.col+=p}else{var n=a.cm.options.specialCharPlaceholder(l[0]);d?j.appendChild(Mg("span",[n])):j.appendChild(n),a.col+=1}a.map.push(a.pos,a.pos+1,n),a.pos++}else{a.col+=b.length;var j=document.createTextNode(b);a.map.push(a.pos,a.pos+b.length,j),d&&(i=!0),a.pos+=b.length}if(c||e||f||i){var q=c||"";e&&(q+=e),f&&(q+=f);var r=Mg("span",[j],q);return g&&(r.title=g),a.content.appendChild(r)}a.content.appendChild(j)}}function qf(a){function b(a){for(var b=" ",c=0;c<a.length-2;++c)b+=c%2?" ":"\xa0";return b+=" "}return function(c,d,e,f,g,h){a(c,d.replace(/ {3,}/g,b),e,f,g,h)}}function rf(a,b){return function(c,d,e,f,g,h){e=e?e+" cm-force-border":"cm-force-border";for(var i=c.pos,j=i+d.length;;){for(var k=0;k<b.length;k++){var l=b[k];if(l.to>i&&l.from<=i)break}if(l.to>=j)return a(c,d,e,f,g,h);a(c,d.slice(0,l.to-i),e,f,null,h),f=null,d=d.slice(l.to-i),i=l.to}}}function sf(a,b,c,d){var e=!d&&c.widgetNode;e&&(a.map.push(a.pos,a.pos+b,e),a.content.appendChild(e)),a.pos+=b}function tf(a,b,c){var d=a.markedSpans,e=a.text,f=0;if(d)for(var k,m,n,o,p,q,h=e.length,i=0,g=1,j="",l=0;;){if(l==i){m=n=o=p="",q=null,l=1/0;for(var r=[],s=0;s<d.length;++s){var t=d[s],u=t.marker;t.from<=i&&(null==t.to||t.to>i)?(null!=t.to&&l>t.to&&(l=t.to,n=""),u.className&&(m+=" "+u.className),u.startStyle&&t.from==i&&(o+=" "+u.startStyle),u.endStyle&&t.to==l&&(n+=" "+u.endStyle),u.title&&!p&&(p=u.title),u.collapsed&&(!q||Me(q.marker,u)<0)&&(q=t)):t.from>i&&l>t.from&&(l=t.from),"bookmark"==u.type&&t.from==i&&u.widgetNode&&r.push(u)}if(q&&(q.from||0)==i&&(sf(b,(null==q.to?h+1:q.to)-i,q.marker,null==q.from),null==q.to))return;if(!q&&r.length)for(var s=0;s<r.length;++s)sf(b,0,r[s])}if(i>=h)break;for(var v=Math.min(h,l);;){if(j){var w=i+j.length;if(!q){var x=w>v?j.slice(0,v-i):j;b.addToken(b,x,k?k+m:m,o,i+x.length==l?n:"",p)}if(w>=v){j=j.slice(v-i),i=v;break}i=w,o=""}j=e.slice(f,f=c[g++]),k=mf(c[g++],b.cm.options)}}else for(var g=1;g<c.length;g+=2)b.addToken(b,e.slice(f,f=c[g]),mf(c[g+1],b.cm.options))}function uf(a,b){return 0==b.from.ch&&0==b.to.ch&&""==Ag(b.text)&&(!a.cm||a.cm.options.wholeLineUpdateBefore)}function vf(a,b,c,d){function e(a){return c?c[a]:null}function f(a,c,e){af(a,c,e,d),kg(a,"change",a,b)}var g=b.from,h=b.to,i=b.text,j=Ef(a,g.line),k=Ef(a,h.line),l=Ag(i),m=e(i.length-1),n=h.line-g.line;if(uf(a,b)){for(var o=0,p=[];o<i.length-1;++o)p.push(new _e(i[o],e(o),d));f(k,k.text,m),n&&a.remove(g.line,n),p.length&&a.insert(g.line,p)}else if(j==k)if(1==i.length)f(j,j.text.slice(0,g.ch)+l+j.text.slice(h.ch),m);else{for(var p=[],o=1;o<i.length-1;++o)p.push(new _e(i[o],e(o),d));p.push(new _e(l+j.text.slice(h.ch),m,d)),f(j,j.text.slice(0,g.ch)+i[0],e(0)),a.insert(g.line+1,p)}else if(1==i.length)f(j,j.text.slice(0,g.ch)+i[0]+k.text.slice(h.ch),e(0)),a.remove(g.line+1,n);else{f(j,j.text.slice(0,g.ch)+i[0],e(0)),f(k,l+k.text.slice(h.ch),m);for(var o=1,p=[];o<i.length-1;++o)p.push(new _e(i[o],e(o),d));n>1&&a.remove(g.line+1,n-1),a.insert(g.line+1,p)}kg(a,"change",a,b)}function wf(a){this.lines=a,this.parent=null;for(var b=0,c=0;b<a.length;++b)a[b].parent=this,c+=a[b].height;this.height=c}function xf(a){this.children=a;for(var b=0,c=0,d=0;d<a.length;++d){var e=a[d];b+=e.chunkSize(),c+=e.height,e.parent=this}this.size=b,this.height=c,this.parent=null}function Cf(a,b,c){function d(a,e,f){if(a.linked)for(var g=0;g<a.linked.length;++g){var h=a.linked[g];if(h.doc!=e){var i=f&&h.sharedHist;(!c||i)&&(b(h.doc,i),d(h.doc,a,i))}}}d(a,null,!0)}function Df(a,b){if(b.cm)throw new Error("This document is already in use.");a.doc=b,b.cm=a,F(a),B(a),a.options.lineWrapping||M(a),a.options.mode=b.modeOption,Gc(a)}function Ef(a,b){if(b-=a.first,0>b||b>=a.size)throw new Error("There is no line "+(b+a.first)+" in the document.");for(var c=a;!c.lines;)for(var d=0;;++d){var e=c.children[d],f=e.chunkSize();if(f>b){c=e;break}b-=f}return c.lines[b]}function Ff(a,b,c){var d=[],e=b.line;return a.iter(b.line,c.line+1,function(a){var f=a.text;e==c.line&&(f=f.slice(0,c.ch)),e==b.line&&(f=f.slice(b.ch)),d.push(f),++e}),d}function Gf(a,b,c){var d=[];return a.iter(b,c,function(a){d.push(a.text)}),d}function Hf(a,b){var c=b-a.height;if(c)for(var d=a;d;d=d.parent)d.height+=c}function If(a){if(null==a.parent)return null;for(var b=a.parent,c=Cg(b.lines,a),d=b.parent;d;b=d,d=d.parent)for(var e=0;d.children[e]!=b;++e)c+=d.children[e].chunkSize();return c+b.first}function Jf(a,b){var c=a.first;a:do{for(var d=0;d<a.children.length;++d){var e=a.children[d],f=e.height;if(f>b){a=e;continue a}b-=f,c+=e.chunkSize()}return c}while(!a.lines);for(var d=0;d<a.lines.length;++d){var g=a.lines[d],h=g.height;if(h>b)break;b-=h}return c+d}function Kf(a){a=Re(a);for(var b=0,c=a.parent,d=0;d<c.lines.length;++d){var e=c.lines[d];if(e==a)break;b+=e.height}for(var f=c.parent;f;c=f,f=c.parent)for(var d=0;d<f.children.length;++d){var g=f.children[d];if(g==c)break;b+=g.height}return b}function Lf(a){var b=a.order;return null==b&&(b=a.order=sh(a.text)),b}function Mf(a){this.done=[],this.undone=[],this.undoDepth=1/0,this.lastModTime=this.lastSelTime=0,this.lastOp=null,this.lastOrigin=this.lastSelOrigin=null,this.generation=this.maxGeneration=a||1}function Nf(a,b){var c={from:qb(b.from),to:Ad(b),text:Ff(a,b.from,b.to)};return Uf(a,c,b.from.line,b.to.line+1),Cf(a,function(a){Uf(a,c,b.from.line,b.to.line+1)},!0),c}function Of(a){for(;a.length;){var b=Ag(a);if(!b.ranges)break;a.pop()}}function Pf(a,b){return b?(Of(a.done),Ag(a.done)):a.done.length&&!Ag(a.done).ranges?Ag(a.done):a.done.length>1&&!a.done[a.done.length-2].ranges?(a.done.pop(),Ag(a.done)):void 0}function Qf(a,b,c,d){var e=a.history;e.undone.length=0;var g,f=+new Date;if((e.lastOp==d||e.lastOrigin==b.origin&&b.origin&&("+"==b.origin.charAt(0)&&a.cm&&e.lastModTime>f-a.cm.options.historyEventDelay||"*"==b.origin.charAt(0)))&&(g=Pf(e,e.lastOp==d))){var h=Ag(g.changes);0==pb(b.from,b.to)&&0==pb(b.from,h.to)?h.to=Ad(b):g.changes.push(Nf(a,b))}else{var i=Ag(e.done);for(i&&i.ranges||Tf(a.sel,e.done),g={changes:[Nf(a,b)],generation:e.generation},e.done.push(g);e.done.length>e.undoDepth;)e.done.shift(),e.done[0].ranges||e.done.shift()}e.done.push(c),e.generation=++e.maxGeneration,e.lastModTime=e.lastSelTime=f,e.lastOp=d,e.lastOrigin=e.lastSelOrigin=b.origin,h||hg(a,"historyAdded")}function Rf(a,b,c,d){var e=b.charAt(0);return"*"==e||"+"==e&&c.ranges.length==d.ranges.length&&c.somethingSelected()==d.somethingSelected()&&new Date-a.history.lastSelTime<=(a.cm?a.cm.options.historyEventDelay:500)}function Sf(a,b,c,d){var e=a.history,f=d&&d.origin;c==e.lastOp||f&&e.lastSelOrigin==f&&(e.lastModTime==e.lastSelTime&&e.lastOrigin==f||Rf(a,f,Ag(e.done),b))?e.done[e.done.length-1]=b:Tf(b,e.done),e.lastSelTime=+new Date,e.lastSelOrigin=f,e.lastOp=c,d&&d.clearRedo!==!1&&Of(e.undone)}function Tf(a,b){var c=Ag(b);c&&c.ranges&&c.equals(a)||b.push(a)}function Uf(a,b,c,d){var e=b["spans_"+a.id],f=0;a.iter(Math.max(a.first,c),Math.min(a.first+a.size,d),function(c){c.markedSpans&&((e||(e=b["spans_"+a.id]={}))[f]=c.markedSpans),++f})}function Vf(a){if(!a)return null;for(var c,b=0;b<a.length;++b)a[b].marker.explicitlyCleared?c||(c=a.slice(0,b)):c&&c.push(a[b]);return c?c.length?c:null:a}function Wf(a,b){var c=b["spans_"+a.id];if(!c)return null;for(var d=0,e=[];d<b.text.length;++d)e.push(Vf(c[d]));return e}function Xf(a,b,c){for(var d=0,e=[];d<a.length;++d){var f=a[d];if(f.ranges)e.push(c?tb.prototype.deepCopy.call(f):f);else{var g=f.changes,h=[];e.push({changes:h});for(var i=0;i<g.length;++i){var k,j=g[i];if(h.push({from:j.from,to:j.to,text:j.text}),b)for(var l in j)(k=l.match(/^spans_(\d+)$/))&&Cg(b,Number(k[1]))>-1&&(Ag(h)[l]=j[l],delete j[l])}}}return e}function Yf(a,b,c,d){c<a.line?a.line+=d:b<a.line&&(a.line=b,a.ch=0)}function Zf(a,b,c,d){for(var e=0;e<a.length;++e){var f=a[e],g=!0;if(f.ranges){f.copied||(f=a[e]=f.deepCopy(),f.copied=!0);for(var h=0;h<f.ranges.length;h++)Yf(f.ranges[h].anchor,b,c,d),Yf(f.ranges[h].head,b,c,d)}else{for(var h=0;h<f.changes.length;++h){var i=f.changes[h];if(c<i.from.line)i.from=ob(i.from.line+d,i.from.ch),i.to=ob(i.to.line+d,i.to.ch);else if(b<=i.to.line){g=!1;break}}g||(a.splice(0,e+1),e=0)}}}function $f(a,b){var c=b.from.line,d=b.to.line,e=b.text.length-(d-c)-1;Zf(a.done,c,d,e),Zf(a.undone,c,d,e)}function bg(a){return null!=a.defaultPrevented?a.defaultPrevented:0==a.returnValue}function dg(a){return a.target||a.srcElement}function eg(a){var b=a.which;return null==b&&(1&a.button?b=1:2&a.button?b=3:4&a.button&&(b=2)),s&&a.ctrlKey&&1==b&&(b=3),b}function kg(a,b){function e(a){return function(){a.apply(null,d)}}var c=a._handlers&&a._handlers[b];if(c){var d=Array.prototype.slice.call(arguments,2);ig||(++jg,ig=[],setTimeout(lg,0));for(var f=0;f<c.length;++f)ig.push(e(c[f]))}}function lg(){--jg;var a=ig;ig=null;for(var b=0;b<a.length;++b)a[b]()}function mg(a,b,c){return hg(a,c||b.type,a,b),bg(b)||b.codemirrorIgnore}function ng(a){var b=a._handlers&&a._handlers.cursorActivity;if(b)for(var c=a.curOp.cursorActivityHandlers||(a.curOp.cursorActivityHandlers=[]),d=0;d<b.length;++d)-1==Cg(c,b[d])&&c.push(b[d])}function og(a,b){var c=a._handlers&&a._handlers[b];return c&&c.length>0}function pg(a){a.prototype.on=function(a,b){fg(this,a,b)},a.prototype.off=function(a,b){gg(this,a,b)}}function vg(){this.id=null}function xg(a,b,c){for(var d=0,e=0;;){var f=a.indexOf(" ",d);-1==f&&(f=a.length);var g=f-d;if(f==a.length||e+g>=b)return d+Math.min(g,b-e);if(e+=f-d,e+=c-e%c,d=f+1,e>=b)return d}}function zg(a){for(;yg.length<=a;)yg.push(Ag(yg)+" ");return yg[a]}function Ag(a){return a[a.length-1]}function Cg(a,b){for(var c=0;c<a.length;++c)if(a[c]==b)return c;return-1}function Dg(a,b){for(var c=[],d=0;d<a.length;d++)c[d]=b(a[d],d);return c}function Eg(a,b){var c;if(Object.create)c=Object.create(a);else{var d=function(){};d.prototype=a,c=new d}return b&&Fg(b,c),c}function Fg(a,b,c){b||(b={});for(var d in a)!a.hasOwnProperty(d)||c===!1&&b.hasOwnProperty(d)||(b[d]=a[d]);return b}function Gg(a){var b=Array.prototype.slice.call(arguments,1);return function(){return a.apply(null,b)}}function Jg(a){for(var b in a)if(a.hasOwnProperty(b)&&a[b])return!1;return!0}function Lg(a){return a.charCodeAt(0)>=768&&Kg.test(a)}function Mg(a,b,c,d){var e=document.createElement(a);if(c&&(e.className=c),d&&(e.style.cssText=d),"string"==typeof b)e.appendChild(document.createTextNode(b));else if(b)for(var f=0;f<b.length;++f)e.appendChild(b[f]);return e}function Og(a){for(var b=a.childNodes.length;b>0;--b)a.removeChild(a.firstChild);return a}function Pg(a,b){return Og(a).appendChild(b)}function Qg(a,b){if(a.contains)return a.contains(b);for(;b=b.parentNode;)if(b==a)return!0}function Rg(){return document.activeElement}function Sg(a){return new RegExp("\\b"+a+"\\b\\s*")}function Tg(a,b){var c=Sg(b);c.test(a.className)&&(a.className=a.className.replace(c,""))}function Ug(a,b){Sg(b).test(a.className)||(a.className+=" "+b)}function Vg(a,b){for(var c=a.split(" "),d=0;d<c.length;d++)c[d]&&!Sg(c[d]).test(b)&&(b+=" "+c[d]);return b}function Yg(a){if(null!=Xg)return Xg;var b=Mg("div",null,null,"width: 50px; height: 50px; overflow-x: scroll");return Pg(a,b),b.offsetWidth&&(Xg=b.offsetHeight-b.clientHeight),Xg||0}function $g(a){if(null==Zg){var b=Mg("span","\u200b");Pg(a,Mg("span",[b,document.createTextNode("x")])),0!=a.firstChild.offsetHeight&&(Zg=b.offsetWidth<=1&&b.offsetHeight>2&&!c)}return Zg?Mg("span","\u200b"):Mg("span","\xa0",null,"display: inline-block; width: 1px; margin-right: -1px")}function ah(a){if(null!=_g)return _g;var b=Pg(a,document.createTextNode("A\u062eA")),c=Ng(b,0,1).getBoundingClientRect();if(c.left==c.right)return!1;var d=Ng(b,1,2).getBoundingClientRect();return _g=d.right-c.right<3}function fh(a,b,c,d){if(!a)return d(b,c,"ltr");for(var e=!1,f=0;f<a.length;++f){var g=a[f];(g.from<c&&g.to>b||b==c&&g.to==b)&&(d(Math.max(g.from,b),Math.min(g.to,c),1==g.level?"rtl":"ltr"),e=!0)}e||d(b,c,"ltr")}function gh(a){return a.level%2?a.to:a.from}function hh(a){return a.level%2?a.from:a.to}function ih(a){var b=Lf(a);return b?gh(b[0]):0}function jh(a){var b=Lf(a);return b?hh(Ag(b)):a.text.length}function kh(a,b){var c=Ef(a.doc,b),d=Re(c);d!=c&&(b=If(d));var e=Lf(d),f=e?e[0].level%2?jh(d):ih(d):0;return ob(b,f)}function lh(a,b){for(var c,d=Ef(a.doc,b);c=Pe(d);)d=c.find(1,!0).line,b=null;var e=Lf(d),f=e?e[0].level%2?ih(d):jh(d):d.text.length;return ob(null==b?If(d):b,f)}function mh(a,b,c){var d=a[0].level;return b==d?!0:c==d?!1:c>b}function oh(a,b){nh=null;for(var d,c=0;c<a.length;++c){var e=a[c];if(e.from<b&&e.to>b)return c;if(e.from==b||e.to==b){if(null!=d)return mh(a,e.level,a[d].level)?(e.from!=e.to&&(nh=d),c):(e.from!=e.to&&(nh=c),d);d=c}}return d}function ph(a,b,c,d){if(!d)return b+c;do b+=c;while(b>0&&Lg(a.text.charAt(b)));return b}function qh(a,b,c,d){var e=Lf(a);if(!e)return rh(a,b,c,d);for(var f=oh(e,b),g=e[f],h=ph(a,b,g.level%2?-c:c,d);;){if(h>g.from&&h<g.to)return h;if(h==g.from||h==g.to)return oh(e,h)==f?h:(g=e[f+=c],c>0==g.level%2?g.to:g.from);if(g=e[f+=c],!g)return null;h=c>0==g.level%2?ph(a,g.to,-1,d):ph(a,g.from,1,d)}}function rh(a,b,c,d){var e=b+c;if(d)for(;e>0&&Lg(a.text.charAt(e));)e+=c;return 0>e||e>a.text.length?null:e}var a=/gecko\/\d/i.test(navigator.userAgent),b=/MSIE \d/.test(navigator.userAgent),c=b&&(null==document.documentMode||document.documentMode<8),d=b&&(null==document.documentMode||document.documentMode<9),e=b&&(null==document.documentMode||document.documentMode<10),f=/Trident\/([7-9]|\d{2,})\./.test(navigator.userAgent),g=b||f,h=/WebKit\//.test(navigator.userAgent),i=h&&/Qt\/\d+\.\d+/.test(navigator.userAgent),j=/Chrome\//.test(navigator.userAgent),k=/Opera\//.test(navigator.userAgent),l=/Apple Computer/.test(navigator.vendor),m=/KHTML\//.test(navigator.userAgent),n=/Mac OS X 1\d\D([7-9]|\d\d)\D/.test(navigator.userAgent),o=/Mac OS X 1\d\D([8-9]|\d\d)\D/.test(navigator.userAgent),p=/PhantomJS/.test(navigator.userAgent),q=/AppleWebKit/.test(navigator.userAgent)&&/Mobile\/\w+/.test(navigator.userAgent),r=q||/Android|webOS|BlackBerry|Opera Mini|Opera Mobi|IEMobile/i.test(navigator.userAgent),s=q||/Mac/.test(navigator.platform),t=/win/i.test(navigator.platform),u=k&&navigator.userAgent.match(/Version\/(\d*\.\d*)/);u&&(u=Number(u[1])),u&&u>=15&&(k=!1,h=!0);var v=s&&(i||k&&(null==u||12.11>u)),w=a||g&&!d,x=!1,y=!1,ob=z.Pos=function(a,b){return this instanceof ob?(this.line=a,this.ch=b,void 0):new ob(a,b)},pb=z.cmpPos=function(a,b){return a.line-b.line||a.ch-b.ch};tb.prototype={primary:function(){return this.ranges[this.primIndex]},equals:function(a){if(a==this)return!0;if(a.primIndex!=this.primIndex||a.ranges.length!=this.ranges.length)return!1;for(var b=0;b<this.ranges.length;b++){var c=this.ranges[b],d=a.ranges[b];if(0!=pb(c.anchor,d.anchor)||0!=pb(c.head,d.head))return!1}return!0},deepCopy:function(){for(var a=[],b=0;b<this.ranges.length;b++)a[b]=new ub(qb(this.ranges[b].anchor),qb(this.ranges[b].head));return new tb(a,this.primIndex)},somethingSelected:function(){for(var a=0;a<this.ranges.length;a++)if(!this.ranges[a].empty())return!0;return!1},contains:function(a,b){b||(b=a);for(var c=0;c<this.ranges.length;c++){var d=this.ranges[c];if(pb(b,d.from())>=0&&pb(a,d.to())<=0)return c}return-1}},ub.prototype={from:function(){return sb(this.anchor,this.head)},to:function(){return rb(this.anchor,this.head)},empty:function(){return this.head.line==this.anchor.line&&this.head.ch==this.anchor.ch}};var uc,Yc,Zc,fc={left:0,right:0,top:0,bottom:0},xc=0,dd=0,id=0,jd=null;g?jd=-.53:a?jd=15:j?jd=-.7:l&&(jd=-1/3);var nd,xd,qd=null,Ad=z.changeEnd=function(a){return a.text?ob(a.from.line+a.text.length-1,Ag(a.text).length+(1==a.text.length?a.from.ch:0)):a.to};z.prototype={constructor:z,focus:function(){window.focus(),Rc(this),Oc(this)},setOption:function(a,b){var c=this.options,d=c[a];(c[a]!=b||"mode"==a)&&(c[a]=b,_d.hasOwnProperty(a)&&Bc(this,_d[a])(this,b,d))},getOption:function(a){return this.options[a]},getDoc:function(){return this.doc},addKeyMap:function(a,b){this.state.keyMaps[b?"push":"unshift"](a)},removeKeyMap:function(a){for(var b=this.state.keyMaps,c=0;c<b.length;++c)if(b[c]==a||"string"!=typeof b[c]&&b[c].name==a)return b.splice(c,1),!0},addOverlay:Cc(function(a,b){var c=a.token?a:z.getMode(this.options,a);if(c.startState)throw new Error("Overlays may not be stateful.");this.state.overlays.push({mode:c,modeSpec:a,opaque:b&&b.opaque}),this.state.modeGen++,Gc(this)}),removeOverlay:Cc(function(a){for(var b=this.state.overlays,c=0;c<b.length;++c){var d=b[c].modeSpec;if(d==a||"string"==typeof a&&d.name==a)return b.splice(c,1),this.state.modeGen++,Gc(this),void 0}}),indentLine:Cc(function(a,b,c){"string"!=typeof b&&"number"!=typeof b&&(b=null==b?this.options.smartIndent?"smart":"prev":b?"add":"subtract"),Ab(this.doc,a)&&Ud(this,a,b,c)}),indentSelection:Cc(function(a){for(var b=this.doc.sel.ranges,c=-1,d=0;d<b.length;d++){var e=b[d];if(e.empty())e.head.line>c&&(Ud(this,e.head.line,a,!0),c=e.head.line,d==this.doc.sel.primIndex&&Sd(this));else{var f=Math.max(c,e.from().line),g=e.to();c=Math.min(this.lastLine(),g.line-(g.ch?0:1))+1;for(var h=f;c>h;++h)Ud(this,h,a)}}}),getTokenAt:function(a,b){var c=this.doc;a=yb(c,a);for(var d=Wb(this,a.line,b),e=this.doc.mode,f=Ef(c,a.line),g=new pe(f.text,this.options.tabSize);g.pos<a.ch&&!g.eol();){g.start=g.pos;var h=ef(e,g,d)}return{start:g.start,end:g.pos,string:g.current(),type:h||null,state:d}},getTokenTypeAt:function(a){a=yb(this.doc,a);var f,b=hf(this,Ef(this.doc,a.line)),c=0,d=(b.length-1)/2,e=a.ch;if(0==e)f=b[2];else for(;;){var g=c+d>>1;if((g?b[2*g-1]:0)>=e)d=g;else{if(!(b[2*g+1]<e)){f=b[2*g+2];break}c=g+1}}var h=f?f.indexOf("cm-overlay "):-1;return 0>h?f:0==h?null:f.slice(0,h-1)},getModeAt:function(a){var b=this.doc.mode;return b.innerMode?z.innerMode(b,this.getTokenAt(a).state).mode:b},getHelper:function(a,b){return this.getHelpers(a,b)[0]},getHelpers:function(a,b){var c=[];if(!ge.hasOwnProperty(b))return ge;var d=ge[b],e=this.getModeAt(a);if("string"==typeof e[b])d[e[b]]&&c.push(d[e[b]]);else if(e[b])for(var f=0;f<e[b].length;f++){var g=d[e[b][f]];g&&c.push(g)}else e.helperType&&d[e.helperType]?c.push(d[e.helperType]):d[e.name]&&c.push(d[e.name]);for(var f=0;f<d._global.length;f++){var h=d._global[f];h.pred(e,this)&&-1==Cg(c,h.val)&&c.push(h.val)}return c},getStateAfter:function(a,b){var c=this.doc;return a=xb(c,null==a?c.first+c.size-1:a),Wb(this,a+1,b)},cursorCoords:function(a,b){var c,d=this.doc.sel.primary();return c=null==a?d.head:"object"==typeof a?yb(this.doc,a):a?d.from():d.to(),pc(this,c,b||"page")},charCoords:function(a,b){return oc(this,yb(this.doc,a),b||"page")},coordsChar:function(a,b){return a=nc(this,a,b||"page"),sc(this,a.left,a.top)},lineAtHeight:function(a,b){return a=nc(this,{top:a,left:0},b||"page").top,Jf(this.doc,a+this.display.viewOffset)},heightAtLine:function(a,b){var c=!1,d=this.doc.first+this.doc.size-1;a<this.doc.first?a=this.doc.first:a>d&&(a=d,c=!0);var e=Ef(this.doc,a);return mc(this,e,{top:0,left:0},b||"page").top+(c?this.doc.height-Kf(e):0)},defaultTextHeight:function(){return vc(this.display)},defaultCharWidth:function(){return wc(this.display)},setGutterMarker:Cc(function(a,b,c){return Vd(this,a,"gutter",function(a){var d=a.gutterMarkers||(a.gutterMarkers={});return d[b]=c,!c&&Jg(d)&&(a.gutterMarkers=null),!0})}),clearGutter:Cc(function(a){var b=this,c=b.doc,d=c.first;c.iter(function(c){c.gutterMarkers&&c.gutterMarkers[a]&&(c.gutterMarkers[a]=null,Hc(b,d,"gutter"),Jg(c.gutterMarkers)&&(c.gutterMarkers=null)),++d})}),addLineClass:Cc(function(a,b,c){return Vd(this,a,"class",function(a){var d="text"==b?"textClass":"background"==b?"bgClass":"wrapClass";if(a[d]){if(new RegExp("(?:^|\\s)"+c+"(?:$|\\s)").test(a[d]))return!1;a[d]+=" "+c}else a[d]=c;return!0})}),removeLineClass:Cc(function(a,b,c){return Vd(this,a,"class",function(a){var d="text"==b?"textClass":"background"==b?"bgClass":"wrapClass",e=a[d];if(!e)return!1;if(null==c)a[d]=null;else{var f=e.match(new RegExp("(?:^|\\s+)"+c+"(?:$|\\s+)"));if(!f)return!1;var g=f.index+f[0].length;a[d]=e.slice(0,f.index)+(f.index&&g!=e.length?" ":"")+e.slice(g)||null}return!0})}),addLineWidget:Cc(function(a,b,c){return $e(this,a,b,c)}),removeLineWidget:function(a){a.clear()},lineInfo:function(a){if("number"==typeof a){if(!Ab(this.doc,a))return null;var b=a;if(a=Ef(this.doc,a),!a)return null}else{var b=If(a);if(null==b)return null}return{line:b,handle:a,text:a.text,gutterMarkers:a.gutterMarkers,textClass:a.textClass,bgClass:a.bgClass,wrapClass:a.wrapClass,widgets:a.widgets}},getViewport:function(){return{from:this.display.viewFrom,to:this.display.viewTo}},addWidget:function(a,b,c,d,e){var f=this.display;a=pc(this,yb(this.doc,a));var g=a.bottom,h=a.left;if(b.style.position="absolute",f.sizer.appendChild(b),"over"==d)g=a.top;else if("above"==d||"near"==d){var i=Math.max(f.wrapper.clientHeight,this.doc.height),j=Math.max(f.sizer.clientWidth,f.lineSpace.clientWidth);("above"==d||a.bottom+b.offsetHeight>i)&&a.top>b.offsetHeight?g=a.top-b.offsetHeight:a.bottom+b.offsetHeight<=i&&(g=a.bottom),h+b.offsetWidth>j&&(h=j-b.offsetWidth)}b.style.top=g+"px",b.style.left=b.style.right="","right"==e?(h=f.sizer.clientWidth-b.offsetWidth,b.style.right="0px"):("left"==e?h=0:"middle"==e&&(h=(f.sizer.clientWidth-b.offsetWidth)/2),b.style.left=h+"px"),c&&Pd(this,h,g,h+b.offsetWidth,g+b.offsetHeight)},triggerOnKeyDown:Cc(rd),triggerOnKeyPress:Cc(ud),triggerOnKeyUp:Cc(td),execCommand:function(a){return je.hasOwnProperty(a)?je[a](this):void 0},findPosH:function(a,b,c,d){var e=1;0>b&&(e=-1,b=-b);for(var f=0,g=yb(this.doc,a);b>f&&(g=Xd(this.doc,g,e,c,d),!g.hitSide);++f);return g},moveH:Cc(function(a,b){var c=this;c.extendSelectionsBy(function(d){return c.display.shift||c.doc.extend||d.empty()?Xd(c.doc,d.head,a,b,c.options.rtlMoveVisually):0>a?d.from():d.to()},ug)}),deleteH:Cc(function(a,b){var c=this.doc.sel,d=this.doc;c.somethingSelected()?d.replaceSelection("",null,"+delete"):Wd(this,function(c){var e=Xd(d,c.head,a,b,!1);return 0>a?{from:e,to:c.head}:{from:c.head,to:e}})}),findPosV:function(a,b,c,d){var e=1,f=d;0>b&&(e=-1,b=-b);for(var g=0,h=yb(this.doc,a);b>g;++g){var i=pc(this,h,"div");if(null==f?f=i.left:i.left=f,h=Yd(this,i,e,c),h.hitSide)break}return h},moveV:Cc(function(a,b){var c=this,d=this.doc,e=[],f=!c.display.shift&&!d.extend&&d.sel.somethingSelected();if(d.extendSelectionsBy(function(g){if(f)return 0>a?g.from():g.to();var h=pc(c,g.head,"div");null!=g.goalColumn&&(h.left=g.goalColumn),e.push(h.left);var i=Yd(c,h,a,b);return"page"==b&&g==d.sel.primary()&&Rd(c,null,oc(c,i,"div").top-h.top),i},ug),e.length)for(var g=0;g<d.sel.ranges.length;g++)d.sel.ranges[g].goalColumn=e[g]}),toggleOverwrite:function(a){(null==a||a!=this.state.overwrite)&&((this.state.overwrite=!this.state.overwrite)?Ug(this.display.cursorDiv,"CodeMirror-overwrite"):Tg(this.display.cursorDiv,"CodeMirror-overwrite"),hg(this,"overwriteToggle",this,this.state.overwrite))},hasFocus:function(){return Rg()==this.display.input},scrollTo:Cc(function(a,b){(null!=a||null!=b)&&Td(this),null!=a&&(this.curOp.scrollLeft=a),null!=b&&(this.curOp.scrollTop=b)}),getScrollInfo:function(){var a=this.display.scroller,b=qg;return{left:a.scrollLeft,top:a.scrollTop,height:a.scrollHeight-b,width:a.scrollWidth-b,clientHeight:a.clientHeight-b,clientWidth:a.clientWidth-b}},scrollIntoView:Cc(function(a,b){if(null==a?(a={from:this.doc.sel.primary().head,to:null},null==b&&(b=this.options.cursorScrollMargin)):"number"==typeof a?a={from:ob(a,0),to:null}:null==a.from&&(a={from:a,to:null}),a.to||(a.to=a.from),a.margin=b||0,null!=a.from.line)Td(this),this.curOp.scrollToPos=a;else{var c=Qd(this,Math.min(a.from.left,a.to.left),Math.min(a.from.top,a.to.top)-a.margin,Math.max(a.from.right,a.to.right),Math.max(a.from.bottom,a.to.bottom)+a.margin);this.scrollTo(c.scrollLeft,c.scrollTop)}}),setSize:Cc(function(a,b){function c(a){return"number"==typeof a||/^\d+$/.test(String(a))?a+"px":a}null!=a&&(this.display.wrapper.style.width=c(a)),null!=b&&(this.display.wrapper.style.height=c(b)),this.options.lineWrapping&&ic(this),this.curOp.forceUpdate=!0,hg(this,"refresh",this)}),operation:function(a){return Ac(this,a)},refresh:Cc(function(){var a=this.display.cachedTextHeight;Gc(this),this.curOp.forceUpdate=!0,jc(this),this.scrollTo(this.doc.scrollLeft,this.doc.scrollTop),K(this),(null==a||Math.abs(a-vc(this.display))>.5)&&F(this),hg(this,"refresh",this)}),swapDoc:Cc(function(a){var b=this.doc;return b.cm=null,Df(this,a),jc(this),Qc(this),this.scrollTo(a.scrollLeft,a.scrollTop),kg(this,"swapDoc",this,b),b}),getInputField:function(){return this.display.input},getWrapperElement:function(){return this.display.wrapper},getScrollerElement:function(){return this.display.scroller},getGutterElement:function(){return this.display.gutters}},pg(z);var $d=z.defaults={},_d=z.optionHandlers={},be=z.Init={toString:function(){return"CodeMirror.Init"}};ae("value","",function(a,b){a.setValue(b)},!0),ae("mode",null,function(a,b){a.doc.modeOption=b,B(a)},!0),ae("indentUnit",2,B,!0),ae("indentWithTabs",!1),ae("smartIndent",!0),ae("tabSize",4,function(a){C(a),jc(a),Gc(a)},!0),ae("specialChars",/[\t\u0000-\u0019\u00ad\u200b\u2028\u2029\ufeff]/g,function(a,b){a.options.specialChars=new RegExp(b.source+(b.test(" ")?"":"| "),"g"),a.refresh()},!0),ae("specialCharPlaceholder",of,function(a){a.refresh()},!0),ae("electricChars",!0),ae("rtlMoveVisually",!t),ae("wholeLineUpdateBefore",!0),ae("theme","default",function(a){H(a),I(a)},!0),ae("keyMap","default",G),ae("extraKeys",null),ae("lineWrapping",!1,D,!0),ae("gutters",[],function(a){N(a.options),I(a)},!0),ae("fixedGutter",!0,function(a,b){a.display.gutters.style.left=b?U(a.display)+"px":"0",a.refresh()
|
4 |
+
},!0),ae("coverGutterNextToScrollbar",!1,P,!0),ae("lineNumbers",!1,function(a){N(a.options),I(a)},!0),ae("firstLineNumber",1,I,!0),ae("lineNumberFormatter",function(a){return a},I,!0),ae("showCursorWhenSelecting",!1,Pb,!0),ae("resetSelectionOnContextMenu",!0),ae("readOnly",!1,function(a,b){"nocursor"==b?(wd(a),a.display.input.blur(),a.display.disabled=!0):(a.display.disabled=!1,b||Qc(a))}),ae("disableInput",!1,function(a,b){b||Qc(a)},!0),ae("dragDrop",!0),ae("cursorBlinkRate",530),ae("cursorScrollMargin",0),ae("cursorHeight",1),ae("workTime",100),ae("workDelay",100),ae("flattenSpans",!0,C,!0),ae("addModeClass",!1,C,!0),ae("pollInterval",100),ae("undoDepth",200,function(a,b){a.doc.history.undoDepth=b}),ae("historyEventDelay",1250),ae("viewportMargin",10,function(a){a.refresh()},!0),ae("maxHighlightLength",1e4,C,!0),ae("moveInputWithCursor",!0,function(a,b){b||(a.display.inputDiv.style.top=a.display.inputDiv.style.left=0)}),ae("tabindex",null,function(a,b){a.display.input.tabIndex=b||""}),ae("autofocus",null);var ce=z.modes={},de=z.mimeModes={};z.defineMode=function(a,b){if(z.defaults.mode||"null"==a||(z.defaults.mode=a),arguments.length>2){b.dependencies=[];for(var c=2;c<arguments.length;++c)b.dependencies.push(arguments[c])}ce[a]=b},z.defineMIME=function(a,b){de[a]=b},z.resolveMode=function(a){if("string"==typeof a&&de.hasOwnProperty(a))a=de[a];else if(a&&"string"==typeof a.name&&de.hasOwnProperty(a.name)){var b=de[a.name];"string"==typeof b&&(b={name:b}),a=Eg(b,a),a.name=b.name}else if("string"==typeof a&&/^[\w\-]+\/[\w\-]+\+xml$/.test(a))return z.resolveMode("application/xml");return"string"==typeof a?{name:a}:a||{name:"null"}},z.getMode=function(a,b){var b=z.resolveMode(b),c=ce[b.name];if(!c)return z.getMode(a,"text/plain");var d=c(a,b);if(ee.hasOwnProperty(b.name)){var e=ee[b.name];for(var f in e)e.hasOwnProperty(f)&&(d.hasOwnProperty(f)&&(d["_"+f]=d[f]),d[f]=e[f])}if(d.name=b.name,b.helperType&&(d.helperType=b.helperType),b.modeProps)for(var f in b.modeProps)d[f]=b.modeProps[f];return d},z.defineMode("null",function(){return{token:function(a){a.skipToEnd()}}}),z.defineMIME("text/plain","null");var ee=z.modeExtensions={};z.extendMode=function(a,b){var c=ee.hasOwnProperty(a)?ee[a]:ee[a]={};Fg(b,c)},z.defineExtension=function(a,b){z.prototype[a]=b},z.defineDocExtension=function(a,b){zf.prototype[a]=b},z.defineOption=ae;var fe=[];z.defineInitHook=function(a){fe.push(a)};var ge=z.helpers={};z.registerHelper=function(a,b,c){ge.hasOwnProperty(a)||(ge[a]=z[a]={_global:[]}),ge[a][b]=c},z.registerGlobalHelper=function(a,b,c,d){z.registerHelper(a,b,d),ge[a]._global.push({pred:c,val:d})};var he=z.copyState=function(a,b){if(b===!0)return b;if(a.copyState)return a.copyState(b);var c={};for(var d in b){var e=b[d];e instanceof Array&&(e=e.concat([])),c[d]=e}return c},ie=z.startState=function(a,b,c){return a.startState?a.startState(b,c):!0};z.innerMode=function(a,b){for(;a.innerMode;){var c=a.innerMode(b);if(!c||c.mode==a)break;b=c.state,a=c.mode}return c||{mode:a,state:b}};var je=z.commands={selectAll:function(a){a.setSelection(ob(a.firstLine(),0),ob(a.lastLine()),sg)},singleSelection:function(a){a.setSelection(a.getCursor("anchor"),a.getCursor("head"),sg)},killLine:function(a){Wd(a,function(b){if(b.empty()){var c=Ef(a.doc,b.head.line).text.length;return b.head.ch==c&&b.head.line<a.lastLine()?{from:b.head,to:ob(b.head.line+1,0)}:{from:b.head,to:ob(b.head.line,c)}}return{from:b.from(),to:b.to()}})},deleteLine:function(a){Wd(a,function(b){return{from:ob(b.from().line,0),to:yb(a.doc,ob(b.to().line+1,0))}})},delLineLeft:function(a){Wd(a,function(a){return{from:ob(a.from().line,0),to:a.from()}})},undo:function(a){a.undo()},redo:function(a){a.redo()},undoSelection:function(a){a.undoSelection()},redoSelection:function(a){a.redoSelection()},goDocStart:function(a){a.extendSelection(ob(a.firstLine(),0))},goDocEnd:function(a){a.extendSelection(ob(a.lastLine()))},goLineStart:function(a){a.extendSelectionsBy(function(b){return kh(a,b.head.line)},ug)},goLineStartSmart:function(a){a.extendSelectionsBy(function(b){var c=kh(a,b.head.line),d=a.getLineHandle(c.line),e=Lf(d);if(!e||0==e[0].level){var f=Math.max(0,d.text.search(/\S/)),g=b.head.line==c.line&&b.head.ch<=f&&b.head.ch;return ob(c.line,g?0:f)}return c},ug)},goLineEnd:function(a){a.extendSelectionsBy(function(b){return lh(a,b.head.line)},ug)},goLineRight:function(a){a.extendSelectionsBy(function(b){var c=a.charCoords(b.head,"div").top+5;return a.coordsChar({left:a.display.lineDiv.offsetWidth+100,top:c},"div")},ug)},goLineLeft:function(a){a.extendSelectionsBy(function(b){var c=a.charCoords(b.head,"div").top+5;return a.coordsChar({left:0,top:c},"div")},ug)},goLineUp:function(a){a.moveV(-1,"line")},goLineDown:function(a){a.moveV(1,"line")},goPageUp:function(a){a.moveV(-1,"page")},goPageDown:function(a){a.moveV(1,"page")},goCharLeft:function(a){a.moveH(-1,"char")},goCharRight:function(a){a.moveH(1,"char")},goColumnLeft:function(a){a.moveH(-1,"column")},goColumnRight:function(a){a.moveH(1,"column")},goWordLeft:function(a){a.moveH(-1,"word")},goGroupRight:function(a){a.moveH(1,"group")},goGroupLeft:function(a){a.moveH(-1,"group")},goWordRight:function(a){a.moveH(1,"word")},delCharBefore:function(a){a.deleteH(-1,"char")},delCharAfter:function(a){a.deleteH(1,"char")},delWordBefore:function(a){a.deleteH(-1,"word")},delWordAfter:function(a){a.deleteH(1,"word")},delGroupBefore:function(a){a.deleteH(-1,"group")},delGroupAfter:function(a){a.deleteH(1,"group")},indentAuto:function(a){a.indentSelection("smart")},indentMore:function(a){a.indentSelection("add")},indentLess:function(a){a.indentSelection("subtract")},insertTab:function(a){a.replaceSelection(" ")},insertSoftTab:function(a){for(var b=[],c=a.listSelections(),d=a.options.tabSize,e=0;e<c.length;e++){var f=c[e].from(),g=wg(a.getLine(f.line),f.ch,d);b.push(new Array(d-g%d+1).join(" "))}a.replaceSelections(b)},defaultTab:function(a){a.somethingSelected()?a.indentSelection("add"):a.execCommand("insertTab")},transposeChars:function(a){Ac(a,function(){for(var b=a.listSelections(),c=0;c<b.length;c++){var d=b[c].head,e=Ef(a.doc,d.line).text;d.ch>0&&d.ch<e.length-1&&a.replaceRange(e.charAt(d.ch)+e.charAt(d.ch-1),ob(d.line,d.ch-1),ob(d.line,d.ch+1))}})},newlineAndIndent:function(a){Ac(a,function(){for(var b=a.listSelections().length,c=0;b>c;c++){var d=a.listSelections()[c];a.replaceRange("\n",d.anchor,d.head,"+input"),a.indentLine(d.from().line+1,null,!0),Sd(a)}})},toggleOverwrite:function(a){a.toggleOverwrite()}},ke=z.keyMap={};ke.basic={Left:"goCharLeft",Right:"goCharRight",Up:"goLineUp",Down:"goLineDown",End:"goLineEnd",Home:"goLineStartSmart",PageUp:"goPageUp",PageDown:"goPageDown",Delete:"delCharAfter",Backspace:"delCharBefore","Shift-Backspace":"delCharBefore",Tab:"defaultTab","Shift-Tab":"indentAuto",Enter:"newlineAndIndent",Insert:"toggleOverwrite",Esc:"singleSelection"},ke.pcDefault={"Ctrl-A":"selectAll","Ctrl-D":"deleteLine","Ctrl-Z":"undo","Shift-Ctrl-Z":"redo","Ctrl-Y":"redo","Ctrl-Home":"goDocStart","Ctrl-Up":"goDocStart","Ctrl-End":"goDocEnd","Ctrl-Down":"goDocEnd","Ctrl-Left":"goGroupLeft","Ctrl-Right":"goGroupRight","Alt-Left":"goLineStart","Alt-Right":"goLineEnd","Ctrl-Backspace":"delGroupBefore","Ctrl-Delete":"delGroupAfter","Ctrl-S":"save","Ctrl-F":"find","Ctrl-G":"findNext","Shift-Ctrl-G":"findPrev","Shift-Ctrl-F":"replace","Shift-Ctrl-R":"replaceAll","Ctrl-[":"indentLess","Ctrl-]":"indentMore","Ctrl-U":"undoSelection","Shift-Ctrl-U":"redoSelection","Alt-U":"redoSelection",fallthrough:"basic"},ke.macDefault={"Cmd-A":"selectAll","Cmd-D":"deleteLine","Cmd-Z":"undo","Shift-Cmd-Z":"redo","Cmd-Y":"redo","Cmd-Up":"goDocStart","Cmd-End":"goDocEnd","Cmd-Down":"goDocEnd","Alt-Left":"goGroupLeft","Alt-Right":"goGroupRight","Cmd-Left":"goLineStart","Cmd-Right":"goLineEnd","Alt-Backspace":"delGroupBefore","Ctrl-Alt-Backspace":"delGroupAfter","Alt-Delete":"delGroupAfter","Cmd-S":"save","Cmd-F":"find","Cmd-G":"findNext","Shift-Cmd-G":"findPrev","Cmd-Alt-F":"replace","Shift-Cmd-Alt-F":"replaceAll","Cmd-[":"indentLess","Cmd-]":"indentMore","Cmd-Backspace":"delLineLeft","Cmd-U":"undoSelection","Shift-Cmd-U":"redoSelection",fallthrough:["basic","emacsy"]},ke.emacsy={"Ctrl-F":"goCharRight","Ctrl-B":"goCharLeft","Ctrl-P":"goLineUp","Ctrl-N":"goLineDown","Alt-F":"goWordRight","Alt-B":"goWordLeft","Ctrl-A":"goLineStart","Ctrl-E":"goLineEnd","Ctrl-V":"goPageDown","Shift-Ctrl-V":"goPageUp","Ctrl-D":"delCharAfter","Ctrl-H":"delCharBefore","Alt-D":"delWordAfter","Alt-Backspace":"delWordBefore","Ctrl-K":"killLine","Ctrl-T":"transposeChars"},ke["default"]=s?ke.macDefault:ke.pcDefault;var me=z.lookupKey=function(a,b,c){function d(b){b=le(b);var e=b[a];if(e===!1)return"stop";if(null!=e&&c(e))return!0;if(b.nofallthrough)return"stop";var f=b.fallthrough;if(null==f)return!1;if("[object Array]"!=Object.prototype.toString.call(f))return d(f);for(var g=0;g<f.length;++g){var h=d(f[g]);if(h)return h}return!1}for(var e=0;e<b.length;++e){var f=d(b[e]);if(f)return"stop"!=f}},ne=z.isModifierKey=function(a){var b=eh[a.keyCode];return"Ctrl"==b||"Alt"==b||"Shift"==b||"Mod"==b},oe=z.keyName=function(a,b){if(k&&34==a.keyCode&&a["char"])return!1;var c=eh[a.keyCode];return null==c||a.altGraphKey?!1:(a.altKey&&(c="Alt-"+c),(v?a.metaKey:a.ctrlKey)&&(c="Ctrl-"+c),(v?a.ctrlKey:a.metaKey)&&(c="Cmd-"+c),!b&&a.shiftKey&&(c="Shift-"+c),c)};z.fromTextArea=function(a,b){function d(){a.value=i.getValue()}if(b||(b={}),b.value=a.value,!b.tabindex&&a.tabindex&&(b.tabindex=a.tabindex),!b.placeholder&&a.placeholder&&(b.placeholder=a.placeholder),null==b.autofocus){var c=Rg();b.autofocus=c==a||null!=a.getAttribute("autofocus")&&c==document.body}if(a.form&&(fg(a.form,"submit",d),!b.leaveSubmitMethodAlone)){var e=a.form,f=e.submit;try{var g=e.submit=function(){d(),e.submit=f,e.submit(),e.submit=g}}catch(h){}}a.style.display="none";var i=z(function(b){a.parentNode.insertBefore(b,a.nextSibling)},b);return i.save=d,i.getTextArea=function(){return a},i.toTextArea=function(){d(),a.parentNode.removeChild(i.getWrapperElement()),a.style.display="",a.form&&(gg(a.form,"submit",d),"function"==typeof a.form.submit&&(a.form.submit=f))},i};var pe=z.StringStream=function(a,b){this.pos=this.start=0,this.string=a,this.tabSize=b||8,this.lastColumnPos=this.lastColumnValue=0,this.lineStart=0};pe.prototype={eol:function(){return this.pos>=this.string.length},sol:function(){return this.pos==this.lineStart},peek:function(){return this.string.charAt(this.pos)||void 0},next:function(){return this.pos<this.string.length?this.string.charAt(this.pos++):void 0},eat:function(a){var b=this.string.charAt(this.pos);if("string"==typeof a)var c=b==a;else var c=b&&(a.test?a.test(b):a(b));return c?(++this.pos,b):void 0},eatWhile:function(a){for(var b=this.pos;this.eat(a););return this.pos>b},eatSpace:function(){for(var a=this.pos;/[\s\u00a0]/.test(this.string.charAt(this.pos));)++this.pos;return this.pos>a},skipToEnd:function(){this.pos=this.string.length},skipTo:function(a){var b=this.string.indexOf(a,this.pos);return b>-1?(this.pos=b,!0):void 0},backUp:function(a){this.pos-=a},column:function(){return this.lastColumnPos<this.start&&(this.lastColumnValue=wg(this.string,this.start,this.tabSize,this.lastColumnPos,this.lastColumnValue),this.lastColumnPos=this.start),this.lastColumnValue-(this.lineStart?wg(this.string,this.lineStart,this.tabSize):0)},indentation:function(){return wg(this.string,null,this.tabSize)-(this.lineStart?wg(this.string,this.lineStart,this.tabSize):0)},match:function(a,b,c){if("string"!=typeof a){var f=this.string.slice(this.pos).match(a);return f&&f.index>0?null:(f&&b!==!1&&(this.pos+=f[0].length),f)}var d=function(a){return c?a.toLowerCase():a},e=this.string.substr(this.pos,a.length);return d(e)==d(a)?(b!==!1&&(this.pos+=a.length),!0):void 0},current:function(){return this.string.slice(this.start,this.pos)},hideFirstChars:function(a,b){this.lineStart+=a;try{return b()}finally{this.lineStart-=a}}};var qe=z.TextMarker=function(a,b){this.lines=[],this.type=b,this.doc=a};pg(qe),qe.prototype.clear=function(){if(!this.explicitlyCleared){var a=this.doc.cm,b=a&&!a.curOp;if(b&&yc(a),og(this,"clear")){var c=this.find();c&&kg(this,"clear",c.from,c.to)}for(var d=null,e=null,f=0;f<this.lines.length;++f){var g=this.lines[f],h=ze(g.markedSpans,this);a&&!this.collapsed?Hc(a,If(g),"text"):a&&(null!=h.to&&(e=If(g)),null!=h.from&&(d=If(g))),g.markedSpans=Ae(g.markedSpans,h),null==h.from&&this.collapsed&&!Ve(this.doc,g)&&a&&Hf(g,vc(a.display))}if(a&&this.collapsed&&!a.options.lineWrapping)for(var f=0;f<this.lines.length;++f){var i=Re(this.lines[f]),j=L(i);j>a.display.maxLineLength&&(a.display.maxLine=i,a.display.maxLineLength=j,a.display.maxLineChanged=!0)}null!=d&&a&&this.collapsed&&Gc(a,d,e+1),this.lines.length=0,this.explicitlyCleared=!0,this.atomic&&this.doc.cantEdit&&(this.doc.cantEdit=!1,a&&Mb(a.doc)),a&&kg(a,"markerCleared",a,this),b&&zc(a),this.parent&&this.parent.clear()}},qe.prototype.find=function(a,b){null==a&&"bookmark"==this.type&&(a=1);for(var c,d,e=0;e<this.lines.length;++e){var f=this.lines[e],g=ze(f.markedSpans,this);if(null!=g.from&&(c=ob(b?f:If(f),g.from),-1==a))return c;if(null!=g.to&&(d=ob(b?f:If(f),g.to),1==a))return d}return c&&{from:c,to:d}},qe.prototype.changed=function(){var a=this.find(-1,!0),b=this,c=this.doc.cm;a&&c&&Ac(c,function(){var d=a.line,e=If(a.line),f=cc(c,e);if(f&&(hc(f),c.curOp.selectionChanged=c.curOp.forceUpdate=!0),c.curOp.updateMaxLine=!0,!Ve(b.doc,d)&&null!=b.height){var g=b.height;b.height=null;var h=Ze(b)-g;h&&Hf(d,d.height+h)}})},qe.prototype.attachLine=function(a){if(!this.lines.length&&this.doc.cm){var b=this.doc.cm.curOp;b.maybeHiddenMarkers&&-1!=Cg(b.maybeHiddenMarkers,this)||(b.maybeUnhiddenMarkers||(b.maybeUnhiddenMarkers=[])).push(this)}this.lines.push(a)},qe.prototype.detachLine=function(a){if(this.lines.splice(Cg(this.lines,a),1),!this.lines.length&&this.doc.cm){var b=this.doc.cm.curOp;(b.maybeHiddenMarkers||(b.maybeHiddenMarkers=[])).push(this)}};var re=0,te=z.SharedTextMarker=function(a,b){this.markers=a,this.primary=b;for(var c=0;c<a.length;++c)a[c].parent=this};pg(te),te.prototype.clear=function(){if(!this.explicitlyCleared){this.explicitlyCleared=!0;for(var a=0;a<this.markers.length;++a)this.markers[a].clear();kg(this,"clear")}},te.prototype.find=function(a,b){return this.primary.find(a,b)};var Xe=z.LineWidget=function(a,b,c){if(c)for(var d in c)c.hasOwnProperty(d)&&(this[d]=c[d]);this.cm=a,this.node=b};pg(Xe),Xe.prototype.clear=function(){var a=this.cm,b=this.line.widgets,c=this.line,d=If(c);if(null!=d&&b){for(var e=0;e<b.length;++e)b[e]==this&&b.splice(e--,1);b.length||(c.widgets=null);var f=Ze(this);Ac(a,function(){Ye(a,c,-f),Hc(a,d,"widget"),Hf(c,Math.max(0,c.height-f))})}},Xe.prototype.changed=function(){var a=this.height,b=this.cm,c=this.line;this.height=null;var d=Ze(this)-a;d&&Ac(b,function(){b.curOp.forceUpdate=!0,Ye(b,c,d),Hf(c,c.height+d)})};var _e=z.Line=function(a,b,c){this.text=a,Je(this,b),this.height=c?c(this):1};pg(_e),_e.prototype.lineNo=function(){return If(this)};var kf={},lf={};wf.prototype={chunkSize:function(){return this.lines.length},removeInner:function(a,b){for(var c=a,d=a+b;d>c;++c){var e=this.lines[c];this.height-=e.height,bf(e),kg(e,"delete")}this.lines.splice(a,b)},collapse:function(a){a.push.apply(a,this.lines)},insertInner:function(a,b,c){this.height+=c,this.lines=this.lines.slice(0,a).concat(b).concat(this.lines.slice(a));for(var d=0;d<b.length;++d)b[d].parent=this},iterN:function(a,b,c){for(var d=a+b;d>a;++a)if(c(this.lines[a]))return!0}},xf.prototype={chunkSize:function(){return this.size},removeInner:function(a,b){this.size-=b;for(var c=0;c<this.children.length;++c){var d=this.children[c],e=d.chunkSize();if(e>a){var f=Math.min(b,e-a),g=d.height;if(d.removeInner(a,f),this.height-=g-d.height,e==f&&(this.children.splice(c--,1),d.parent=null),0==(b-=f))break;a=0}else a-=e}if(this.size-b<25&&(this.children.length>1||!(this.children[0]instanceof wf))){var h=[];this.collapse(h),this.children=[new wf(h)],this.children[0].parent=this}},collapse:function(a){for(var b=0;b<this.children.length;++b)this.children[b].collapse(a)},insertInner:function(a,b,c){this.size+=b.length,this.height+=c;for(var d=0;d<this.children.length;++d){var e=this.children[d],f=e.chunkSize();if(f>=a){if(e.insertInner(a,b,c),e.lines&&e.lines.length>50){for(;e.lines.length>50;){var g=e.lines.splice(e.lines.length-25,25),h=new wf(g);e.height-=h.height,this.children.splice(d+1,0,h),h.parent=this}this.maybeSpill()}break}a-=f}},maybeSpill:function(){if(!(this.children.length<=10)){var a=this;do{var b=a.children.splice(a.children.length-5,5),c=new xf(b);if(a.parent){a.size-=c.size,a.height-=c.height;var e=Cg(a.parent.children,a);a.parent.children.splice(e+1,0,c)}else{var d=new xf(a.children);d.parent=a,a.children=[d,c],a=d}c.parent=a.parent}while(a.children.length>10);a.parent.maybeSpill()}},iterN:function(a,b,c){for(var d=0;d<this.children.length;++d){var e=this.children[d],f=e.chunkSize();if(f>a){var g=Math.min(b,f-a);if(e.iterN(a,g,c))return!0;if(0==(b-=g))break;a=0}else a-=f}}};var yf=0,zf=z.Doc=function(a,b,c){if(!(this instanceof zf))return new zf(a,b,c);null==c&&(c=0),xf.call(this,[new wf([new _e("",null)])]),this.first=c,this.scrollTop=this.scrollLeft=0,this.cantEdit=!1,this.cleanGeneration=1,this.frontier=c;var d=ob(c,0);this.sel=wb(d),this.history=new Mf(null),this.id=++yf,this.modeOption=b,"string"==typeof a&&(a=bh(a)),vf(this,{from:d,to:d,text:a}),Jb(this,wb(d),sg)};zf.prototype=Eg(xf.prototype,{constructor:zf,iter:function(a,b,c){c?this.iterN(a-this.first,b-a,c):this.iterN(this.first,this.first+this.size,a)},insert:function(a,b){for(var c=0,d=0;d<b.length;++d)c+=b[d].height;this.insertInner(a-this.first,b,c)},remove:function(a,b){this.removeInner(a-this.first,b)},getValue:function(a){var b=Gf(this,this.first,this.first+this.size);return a===!1?b:b.join(a||"\n")},setValue:Dc(function(a){var b=ob(this.first,0),c=this.first+this.size-1;Gd(this,{from:b,to:ob(c,Ef(this,c).text.length),text:bh(a),origin:"setValue"},!0),Jb(this,wb(b))}),replaceRange:function(a,b,c,d){b=yb(this,b),c=c?yb(this,c):b,Md(this,a,b,c,d)},getRange:function(a,b,c){var d=Ff(this,yb(this,a),yb(this,b));return c===!1?d:d.join(c||"\n")},getLine:function(a){var b=this.getLineHandle(a);return b&&b.text},getLineHandle:function(a){return Ab(this,a)?Ef(this,a):void 0},getLineNumber:function(a){return If(a)},getLineHandleVisualStart:function(a){return"number"==typeof a&&(a=Ef(this,a)),Re(a)},lineCount:function(){return this.size},firstLine:function(){return this.first},lastLine:function(){return this.first+this.size-1},clipPos:function(a){return yb(this,a)},getCursor:function(a){var c,b=this.sel.primary();return c=null==a||"head"==a?b.head:"anchor"==a?b.anchor:"end"==a||"to"==a||a===!1?b.to():b.from()},listSelections:function(){return this.sel.ranges},somethingSelected:function(){return this.sel.somethingSelected()},setCursor:Dc(function(a,b,c){Gb(this,yb(this,"number"==typeof a?ob(a,b||0):a),null,c)}),setSelection:Dc(function(a,b,c){Gb(this,yb(this,a),yb(this,b||a),c)}),extendSelection:Dc(function(a,b,c){Db(this,yb(this,a),b&&yb(this,b),c)}),extendSelections:Dc(function(a,b){Eb(this,Bb(this,a,b))}),extendSelectionsBy:Dc(function(a,b){Eb(this,Dg(this.sel.ranges,a),b)}),setSelections:Dc(function(a,b,c){if(a.length){for(var d=0,e=[];d<a.length;d++)e[d]=new ub(yb(this,a[d].anchor),yb(this,a[d].head));null==b&&(b=Math.min(a.length-1,this.sel.primIndex)),Jb(this,vb(e,b),c)}}),addSelection:Dc(function(a,b,c){var d=this.sel.ranges.slice(0);d.push(new ub(yb(this,a),yb(this,b||a))),Jb(this,vb(d,d.length-1),c)}),getSelection:function(a){for(var c,b=this.sel.ranges,d=0;d<b.length;d++){var e=Ff(this,b[d].from(),b[d].to());c=c?c.concat(e):e}return a===!1?c:c.join(a||"\n")},getSelections:function(a){for(var b=[],c=this.sel.ranges,d=0;d<c.length;d++){var e=Ff(this,c[d].from(),c[d].to());a!==!1&&(e=e.join(a||"\n")),b[d]=e}return b},replaceSelection:Dc(function(a,b,c){for(var d=[],e=0;e<this.sel.ranges.length;e++)d[e]=a;this.replaceSelections(d,b,c||"+input")}),replaceSelections:function(a,b,c){for(var d=[],e=this.sel,f=0;f<e.ranges.length;f++){var g=e.ranges[f];d[f]={from:g.from(),to:g.to(),text:bh(a[f]),origin:c}}for(var h=b&&"end"!=b&&Ed(this,d,b),f=d.length-1;f>=0;f--)Gd(this,d[f]);h?Ib(this,h):this.cm&&Sd(this.cm)},undo:Dc(function(){Id(this,"undo")}),redo:Dc(function(){Id(this,"redo")}),undoSelection:Dc(function(){Id(this,"undo",!0)}),redoSelection:Dc(function(){Id(this,"redo",!0)}),setExtending:function(a){this.extend=a},getExtending:function(){return this.extend},historySize:function(){for(var a=this.history,b=0,c=0,d=0;d<a.done.length;d++)a.done[d].ranges||++b;for(var d=0;d<a.undone.length;d++)a.undone[d].ranges||++c;return{undo:b,redo:c}},clearHistory:function(){this.history=new Mf(this.history.maxGeneration)},markClean:function(){this.cleanGeneration=this.changeGeneration(!0)},changeGeneration:function(a){return a&&(this.history.lastOp=this.history.lastOrigin=null),this.history.generation},isClean:function(a){return this.history.generation==(a||this.cleanGeneration)},getHistory:function(){return{done:Xf(this.history.done),undone:Xf(this.history.undone)}},setHistory:function(a){var b=this.history=new Mf(this.history.maxGeneration);b.done=Xf(a.done.slice(0),null,!0),b.undone=Xf(a.undone.slice(0),null,!0)},markText:function(a,b,c){return se(this,yb(this,a),yb(this,b),c,"range")},setBookmark:function(a,b){var c={replacedWith:b&&(null==b.nodeType?b.widget:b),insertLeft:b&&b.insertLeft,clearWhenEmpty:!1,shared:b&&b.shared};return a=yb(this,a),se(this,a,a,c,"bookmark")},findMarksAt:function(a){a=yb(this,a);var b=[],c=Ef(this,a.line).markedSpans;if(c)for(var d=0;d<c.length;++d){var e=c[d];(null==e.from||e.from<=a.ch)&&(null==e.to||e.to>=a.ch)&&b.push(e.marker.parent||e.marker)}return b},findMarks:function(a,b,c){a=yb(this,a),b=yb(this,b);var d=[],e=a.line;return this.iter(a.line,b.line+1,function(f){var g=f.markedSpans;if(g)for(var h=0;h<g.length;h++){var i=g[h];e==a.line&&a.ch>i.to||null==i.from&&e!=a.line||e==b.line&&i.from>b.ch||c&&!c(i.marker)||d.push(i.marker.parent||i.marker)}++e}),d},getAllMarks:function(){var a=[];return this.iter(function(b){var c=b.markedSpans;if(c)for(var d=0;d<c.length;++d)null!=c[d].from&&a.push(c[d].marker)}),a},posFromIndex:function(a){var b,c=this.first;return this.iter(function(d){var e=d.text.length+1;return e>a?(b=a,!0):(a-=e,++c,void 0)}),yb(this,ob(c,b))},indexFromPos:function(a){a=yb(this,a);var b=a.ch;return a.line<this.first||a.ch<0?0:(this.iter(this.first,a.line,function(a){b+=a.text.length+1}),b)},copy:function(a){var b=new zf(Gf(this,this.first,this.first+this.size),this.modeOption,this.first);return b.scrollTop=this.scrollTop,b.scrollLeft=this.scrollLeft,b.sel=this.sel,b.extend=!1,a&&(b.history.undoDepth=this.history.undoDepth,b.setHistory(this.getHistory())),b},linkedDoc:function(a){a||(a={});var b=this.first,c=this.first+this.size;null!=a.from&&a.from>b&&(b=a.from),null!=a.to&&a.to<c&&(c=a.to);var d=new zf(Gf(this,b,c),a.mode||this.modeOption,b);return a.sharedHist&&(d.history=this.history),(this.linked||(this.linked=[])).push({doc:d,sharedHist:a.sharedHist}),d.linked=[{doc:this,isParent:!0,sharedHist:a.sharedHist}],we(d,ve(this)),d},unlinkDoc:function(a){if(a instanceof z&&(a=a.doc),this.linked)for(var b=0;b<this.linked.length;++b){var c=this.linked[b];if(c.doc==a){this.linked.splice(b,1),a.unlinkDoc(this),xe(ve(this));break}}if(a.history==this.history){var d=[a.id];Cf(a,function(a){d.push(a.id)},!0),a.history=new Mf(null),a.history.done=Xf(this.history.done,d),a.history.undone=Xf(this.history.undone,d)}},iterLinkedDocs:function(a){Cf(this,a)},getMode:function(){return this.mode},getEditor:function(){return this.cm}}),zf.prototype.eachLine=zf.prototype.iter;var Af="iter insert remove copy getEditor".split(" ");for(var Bf in zf.prototype)zf.prototype.hasOwnProperty(Bf)&&Cg(Af,Bf)<0&&(z.prototype[Bf]=function(a){return function(){return a.apply(this.doc,arguments)}}(zf.prototype[Bf]));pg(zf);var ig,_f=z.e_preventDefault=function(a){a.preventDefault?a.preventDefault():a.returnValue=!1},ag=z.e_stopPropagation=function(a){a.stopPropagation?a.stopPropagation():a.cancelBubble=!0},cg=z.e_stop=function(a){_f(a),ag(a)},fg=z.on=function(a,b,c){if(a.addEventListener)a.addEventListener(b,c,!1);else if(a.attachEvent)a.attachEvent("on"+b,c);else{var d=a._handlers||(a._handlers={}),e=d[b]||(d[b]=[]);e.push(c)}},gg=z.off=function(a,b,c){if(a.removeEventListener)a.removeEventListener(b,c,!1);else if(a.detachEvent)a.detachEvent("on"+b,c);else{var d=a._handlers&&a._handlers[b];if(!d)return;for(var e=0;e<d.length;++e)if(d[e]==c){d.splice(e,1);break}}},hg=z.signal=function(a,b){var c=a._handlers&&a._handlers[b];if(c)for(var d=Array.prototype.slice.call(arguments,2),e=0;e<c.length;++e)c[e].apply(null,d)},jg=0,qg=30,rg=z.Pass={toString:function(){return"CodeMirror.Pass"}},sg={scroll:!1},tg={origin:"*mouse"},ug={origin:"+move"};vg.prototype.set=function(a,b){clearTimeout(this.id),this.id=setTimeout(b,a)};var wg=z.countColumn=function(a,b,c,d,e){null==b&&(b=a.search(/[^\s\u00a0]/),-1==b&&(b=a.length));for(var f=d||0,g=e||0;;){var h=a.indexOf(" ",f);if(0>h||h>=b)return g+(b-f);g+=h-f,g+=c-g%c,f=h+1}},yg=[""],Bg=function(a){a.select()};q?Bg=function(a){a.selectionStart=0,a.selectionEnd=a.value.length}:g&&(Bg=function(a){try{a.select()}catch(b){}}),[].indexOf&&(Cg=function(a,b){return a.indexOf(b)}),[].map&&(Dg=function(a,b){return a.map(b)});var Ng,Hg=/[\u00df\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/,Ig=z.isWordChar=function(a){return/\w/.test(a)||a>"\x80"&&(a.toUpperCase()!=a.toLowerCase()||Hg.test(a))},Kg=/[\u0300-\u036f\u0483-\u0489\u0591-\u05bd\u05bf\u05c1\u05c2\u05c4\u05c5\u05c7\u0610-\u061a\u064b-\u065e\u0670\u06d6-\u06dc\u06de-\u06e4\u06e7\u06e8\u06ea-\u06ed\u0711\u0730-\u074a\u07a6-\u07b0\u07eb-\u07f3\u0816-\u0819\u081b-\u0823\u0825-\u0827\u0829-\u082d\u0900-\u0902\u093c\u0941-\u0948\u094d\u0951-\u0955\u0962\u0963\u0981\u09bc\u09be\u09c1-\u09c4\u09cd\u09d7\u09e2\u09e3\u0a01\u0a02\u0a3c\u0a41\u0a42\u0a47\u0a48\u0a4b-\u0a4d\u0a51\u0a70\u0a71\u0a75\u0a81\u0a82\u0abc\u0ac1-\u0ac5\u0ac7\u0ac8\u0acd\u0ae2\u0ae3\u0b01\u0b3c\u0b3e\u0b3f\u0b41-\u0b44\u0b4d\u0b56\u0b57\u0b62\u0b63\u0b82\u0bbe\u0bc0\u0bcd\u0bd7\u0c3e-\u0c40\u0c46-\u0c48\u0c4a-\u0c4d\u0c55\u0c56\u0c62\u0c63\u0cbc\u0cbf\u0cc2\u0cc6\u0ccc\u0ccd\u0cd5\u0cd6\u0ce2\u0ce3\u0d3e\u0d41-\u0d44\u0d4d\u0d57\u0d62\u0d63\u0dca\u0dcf\u0dd2-\u0dd4\u0dd6\u0ddf\u0e31\u0e34-\u0e3a\u0e47-\u0e4e\u0eb1\u0eb4-\u0eb9\u0ebb\u0ebc\u0ec8-\u0ecd\u0f18\u0f19\u0f35\u0f37\u0f39\u0f71-\u0f7e\u0f80-\u0f84\u0f86\u0f87\u0f90-\u0f97\u0f99-\u0fbc\u0fc6\u102d-\u1030\u1032-\u1037\u1039\u103a\u103d\u103e\u1058\u1059\u105e-\u1060\u1071-\u1074\u1082\u1085\u1086\u108d\u109d\u135f\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17b7-\u17bd\u17c6\u17c9-\u17d3\u17dd\u180b-\u180d\u18a9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193b\u1a17\u1a18\u1a56\u1a58-\u1a5e\u1a60\u1a62\u1a65-\u1a6c\u1a73-\u1a7c\u1a7f\u1b00-\u1b03\u1b34\u1b36-\u1b3a\u1b3c\u1b42\u1b6b-\u1b73\u1b80\u1b81\u1ba2-\u1ba5\u1ba8\u1ba9\u1c2c-\u1c33\u1c36\u1c37\u1cd0-\u1cd2\u1cd4-\u1ce0\u1ce2-\u1ce8\u1ced\u1dc0-\u1de6\u1dfd-\u1dff\u200c\u200d\u20d0-\u20f0\u2cef-\u2cf1\u2de0-\u2dff\u302a-\u302f\u3099\u309a\ua66f-\ua672\ua67c\ua67d\ua6f0\ua6f1\ua802\ua806\ua80b\ua825\ua826\ua8c4\ua8e0-\ua8f1\ua926-\ua92d\ua947-\ua951\ua980-\ua982\ua9b3\ua9b6-\ua9b9\ua9bc\uaa29-\uaa2e\uaa31\uaa32\uaa35\uaa36\uaa43\uaa4c\uaab0\uaab2-\uaab4\uaab7\uaab8\uaabe\uaabf\uaac1\uabe5\uabe8\uabed\udc00-\udfff\ufb1e\ufe00-\ufe0f\ufe20-\ufe26\uff9e\uff9f]/;Ng=document.createRange?function(a,b,c){var d=document.createRange();return d.setEnd(a,c),d.setStart(a,b),d}:function(a,b,c){var d=document.body.createTextRange();return d.moveToElementText(a.parentNode),d.collapse(!0),d.moveEnd("character",c),d.moveStart("character",b),d},b&&(Rg=function(){try{return document.activeElement}catch(a){return document.body}});var Xg,Zg,_g,Wg=function(){if(d)return!1;var a=Mg("div");return"draggable"in a||"dragDrop"in a}(),bh=z.splitLines=3!="\n\nb".split(/\n/).length?function(a){for(var b=0,c=[],d=a.length;d>=b;){var e=a.indexOf("\n",b);-1==e&&(e=a.length);var f=a.slice(b,"\r"==a.charAt(e-1)?e-1:e),g=f.indexOf("\r");-1!=g?(c.push(f.slice(0,g)),b+=g+1):(c.push(f),b=e+1)}return c}:function(a){return a.split(/\r\n?|\n/)},ch=window.getSelection?function(a){try{return a.selectionStart!=a.selectionEnd}catch(b){return!1}}:function(a){try{var b=a.ownerDocument.selection.createRange()}catch(c){}return b&&b.parentElement()==a?0!=b.compareEndPoints("StartToEnd",b):!1},dh=function(){var a=Mg("div");return"oncopy"in a?!0:(a.setAttribute("oncopy","return;"),"function"==typeof a.oncopy)}(),eh={3:"Enter",8:"Backspace",9:"Tab",13:"Enter",16:"Shift",17:"Ctrl",18:"Alt",19:"Pause",20:"CapsLock",27:"Esc",32:"Space",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"Left",38:"Up",39:"Right",40:"Down",44:"PrintScrn",45:"Insert",46:"Delete",59:";",61:"=",91:"Mod",92:"Mod",93:"Mod",107:"=",109:"-",127:"Delete",173:"-",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'",63232:"Up",63233:"Down",63234:"Left",63235:"Right",63272:"Delete",63273:"Home",63275:"End",63276:"PageUp",63277:"PageDown",63302:"Insert"};z.keyNames=eh,function(){for(var a=0;10>a;a++)eh[a+48]=eh[a+96]=String(a);for(var a=65;90>=a;a++)eh[a]=String.fromCharCode(a);for(var a=1;12>=a;a++)eh[a+111]=eh[a+63235]="F"+a}();var nh,sh=function(){function c(c){return 247>=c?a.charAt(c):c>=1424&&1524>=c?"R":c>=1536&&1773>=c?b.charAt(c-1536):c>=1774&&2220>=c?"r":c>=8192&&8203>=c?"w":8204==c?"b":"L"}function j(a,b,c){this.level=a,this.from=b,this.to=c}var a="bbbbbbbbbtstwsbbbbbbbbbbbbbbssstwNN%%%NNNNNN,N,N1111111111NNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNbbbbbbsbbbbbbbbbbbbbbbbbbbbbbbbbb,N%%%%NNNNLNNNNN%%11NLNNN1LNNNNNLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLN",b="rrrrrrrrrrrr,rNNmmmmmmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmmmmmmmmrrrrrrrnnnnnnnnnn%nnrrrmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmmmmmmmmmmmmmNmmmm",d=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac]/,e=/[stwN]/,f=/[LRr]/,g=/[Lb1n]/,h=/[1n]/,i="L";return function(a){if(!d.test(a))return!1;for(var m,b=a.length,k=[],l=0;b>l;++l)k.push(m=c(a.charCodeAt(l)));for(var l=0,n=i;b>l;++l){var m=k[l];"m"==m?k[l]=n:n=m}for(var l=0,o=i;b>l;++l){var m=k[l];"1"==m&&"r"==o?k[l]="n":f.test(m)&&(o=m,"r"==m&&(k[l]="R"))}for(var l=1,n=k[0];b-1>l;++l){var m=k[l];"+"==m&&"1"==n&&"1"==k[l+1]?k[l]="1":","!=m||n!=k[l+1]||"1"!=n&&"n"!=n||(k[l]=n),n=m}for(var l=0;b>l;++l){var m=k[l];if(","==m)k[l]="N";else if("%"==m){for(var p=l+1;b>p&&"%"==k[p];++p);for(var q=l&&"!"==k[l-1]||b>p&&"1"==k[p]?"1":"N",r=l;p>r;++r)k[r]=q;l=p-1}}for(var l=0,o=i;b>l;++l){var m=k[l];"L"==o&&"1"==m?k[l]="L":f.test(m)&&(o=m)}for(var l=0;b>l;++l)if(e.test(k[l])){for(var p=l+1;b>p&&e.test(k[p]);++p);for(var s="L"==(l?k[l-1]:i),t="L"==(b>p?k[p]:i),q=s||t?"L":"R",r=l;p>r;++r)k[r]=q;l=p-1}for(var v,u=[],l=0;b>l;)if(g.test(k[l])){var w=l;for(++l;b>l&&g.test(k[l]);++l);u.push(new j(0,w,l))}else{var x=l,y=u.length;for(++l;b>l&&"L"!=k[l];++l);for(var r=x;l>r;)if(h.test(k[r])){r>x&&u.splice(y,0,new j(1,x,r));var z=r;for(++r;l>r&&h.test(k[r]);++r);u.splice(y,0,new j(2,z,r)),x=r}else++r;l>x&&u.splice(y,0,new j(1,x,l))}return 1==u[0].level&&(v=a.match(/^\s+/))&&(u[0].from=v[0].length,u.unshift(new j(0,0,v[0].length))),1==Ag(u).level&&(v=a.match(/\s+$/))&&(Ag(u).to-=v[0].length,u.push(new j(0,b-v[0].length,b))),u[0].level!=Ag(u).level&&u.push(new j(u[0].level,b,b)),u}}();return z.version="4.0.4",z}),function(a){"object"==typeof exports&&"object"==typeof module?a(require("../../lib/codemirror")):"function"==typeof define&&define.amd?define(["../../lib/codemirror"],a):a(CodeMirror)}(function(a){"use strict";function b(a){for(var b={},c=0;c<a.length;++c)b[a[c]]=!0;return b}function q(a,b){for(var d,c=!1;null!=(d=a.next());){if(c&&"/"==d){b.tokenize=null;
|
5 |
+
break}c="*"==d}return["comment","comment"]}function r(a,b){return a.skipTo("-->")?(a.match("-->"),b.tokenize=null):a.skipToEnd(),["comment","comment"]}a.defineMode("css",function(b,c){function p(a,b){return n=b,a}function q(a,b){var c=a.next();if(e[c]){var d=e[c](a,b);if(d!==!1)return d}return"@"==c?(a.eatWhile(/[\w\\\-]/),p("def",a.current())):"="==c||("~"==c||"|"==c)&&a.eat("=")?p(null,"compare"):'"'==c||"'"==c?(b.tokenize=r(c),b.tokenize(a,b)):"#"==c?(a.eatWhile(/[\w\\\-]/),p("atom","hash")):"!"==c?(a.match(/^\s*\w*/),p("keyword","important")):/\d/.test(c)||"."==c&&a.eat(/\d/)?(a.eatWhile(/[\w.%]/),p("number","unit")):"-"!==c?/[,+>*\/]/.test(c)?p(null,"select-op"):"."==c&&a.match(/^-?[_a-z][_a-z0-9-]*/i)?p("qualifier","qualifier"):/[:;{}\[\]\(\)]/.test(c)?p(null,c):"u"==c&&a.match("rl(")?(a.backUp(1),b.tokenize=s,p("property","word")):/[\w\\\-]/.test(c)?(a.eatWhile(/[\w\\\-]/),p("property","word")):p(null,null):/[\d.]/.test(a.peek())?(a.eatWhile(/[\w.%]/),p("number","unit")):a.match(/^[^-]+-/)?p("meta","meta"):void 0}function r(a){return function(b,c){for(var e,d=!1;null!=(e=b.next());){if(e==a&&!d){")"==a&&b.backUp(1);break}d=!d&&"\\"==e}return(e==a||!d&&")"!=a)&&(c.tokenize=null),p("string","string")}}function s(a,b){return a.next(),b.tokenize=a.match(/\s*[\"\')]/,!1)?null:r(")"),p(null,"(")}function t(a,b,c){this.type=a,this.indent=b,this.prev=c}function u(a,b,c){return a.context=new t(c,b.indentation()+d,a.context),c}function v(a){return a.context=a.context.prev,a.context.type}function w(a,b,c){return z[c.context.type](a,b,c)}function x(a,b,c,d){for(var e=d||1;e>0;e--)c.context=c.context.prev;return w(a,b,c)}function y(a){var b=a.current().toLowerCase();o=k.hasOwnProperty(b)?"atom":j.hasOwnProperty(b)?"keyword":"variable"}c.propertyKeywords||(c=a.resolveMode("text/css"));var n,o,d=b.indentUnit,e=c.tokenHooks,f=c.mediaTypes||{},g=c.mediaFeatures||{},h=c.propertyKeywords||{},i=c.nonStandardPropertyKeywords||{},j=c.colorKeywords||{},k=c.valueKeywords||{},l=c.fontProperties||{},m=c.allowNested,z={};return z.top=function(a,b,c){if("{"==a)return u(c,b,"block");if("}"==a&&c.context.prev)return v(c);if("@media"==a)return u(c,b,"media");if("@font-face"==a)return"font_face_before";if(/^@(-(moz|ms|o|webkit)-)?keyframes$/.test(a))return"keyframes";if(a&&"@"==a.charAt(0))return u(c,b,"at");if("hash"==a)o="builtin";else if("word"==a)o="tag";else{if("variable-definition"==a)return"maybeprop";if("interpolation"==a)return u(c,b,"interpolation");if(":"==a)return"pseudo";if(m&&"("==a)return u(c,b,"params")}return c.context.type},z.block=function(a,b,c){if("word"==a){var d=b.current().toLowerCase();return h.hasOwnProperty(d)?(o="property","maybeprop"):i.hasOwnProperty(d)?(o="string-2","maybeprop"):m?(o=b.match(/^\s*:/,!1)?"property":"tag","block"):(o+=" error","maybeprop")}return"meta"==a?"block":m||"hash"!=a&&"qualifier"!=a?z.top(a,b,c):(o="error","block")},z.maybeprop=function(a,b,c){return":"==a?u(c,b,"prop"):w(a,b,c)},z.prop=function(a,b,c){if(";"==a)return v(c);if("{"==a&&m)return u(c,b,"propBlock");if("}"==a||"{"==a)return x(a,b,c);if("("==a)return u(c,b,"parens");if("hash"!=a||/^#([0-9a-fA-f]{3}|[0-9a-fA-f]{6})$/.test(b.current())){if("word"==a)y(b);else if("interpolation"==a)return u(c,b,"interpolation")}else o+=" error";return"prop"},z.propBlock=function(a,b,c){return"}"==a?v(c):"word"==a?(o="property","maybeprop"):c.context.type},z.parens=function(a,b,c){return"{"==a||"}"==a?x(a,b,c):")"==a?v(c):"parens"},z.pseudo=function(a,b,c){return"word"==a?(o="variable-3",c.context.type):w(a,b,c)},z.media=function(a,b,c){if("("==a)return u(c,b,"media_parens");if("}"==a)return x(a,b,c);if("{"==a)return v(c)&&u(c,b,m?"block":"top");if("word"==a){var d=b.current().toLowerCase();o="only"==d||"not"==d||"and"==d?"keyword":f.hasOwnProperty(d)?"attribute":g.hasOwnProperty(d)?"property":"error"}return c.context.type},z.media_parens=function(a,b,c){return")"==a?v(c):"{"==a||"}"==a?x(a,b,c,2):z.media(a,b,c)},z.font_face_before=function(a,b,c){return"{"==a?u(c,b,"font_face"):w(a,b,c)},z.font_face=function(a,b,c){return"}"==a?v(c):"word"==a?(o=l.hasOwnProperty(b.current().toLowerCase())?"property":"error","maybeprop"):"font_face"},z.keyframes=function(a,b,c){return"word"==a?(o="variable","keyframes"):"{"==a?u(c,b,"top"):w(a,b,c)},z.at=function(a,b,c){return";"==a?v(c):"{"==a||"}"==a?x(a,b,c):("word"==a?o="tag":"hash"==a&&(o="builtin"),"at")},z.interpolation=function(a,b,c){return"}"==a?v(c):"{"==a||";"==a?x(a,b,c):("variable"!=a&&(o="error"),"interpolation")},z.params=function(a,b,c){return")"==a?v(c):"{"==a||"}"==a?x(a,b,c):("word"==a&&y(b),"params")},{startState:function(a){return{tokenize:null,state:"top",context:new t("top",a||0,null)}},token:function(a,b){if(!b.tokenize&&a.eatSpace())return null;var c=(b.tokenize||q)(a,b);return c&&"object"==typeof c&&(n=c[1],c=c[0]),o=c,b.state=z[b.state](n,a,b),o},indent:function(a,b){var c=a.context,e=b&&b.charAt(0),f=c.indent;return"prop"==c.type&&"}"==e&&(c=c.prev),!c.prev||("}"!=e||"block"!=c.type&&"top"!=c.type&&"interpolation"!=c.type&&"font_face"!=c.type)&&(")"!=e||"parens"!=c.type&&"params"!=c.type&&"media_parens"!=c.type)&&("{"!=e||"at"!=c.type&&"media"!=c.type)||(f=c.indent-d,c=c.prev),f},electricChars:"}",blockCommentStart:"/*",blockCommentEnd:"*/",fold:"brace"}});var c=["all","aural","braille","handheld","print","projection","screen","tty","tv","embossed"],d=b(c),e=["width","min-width","max-width","height","min-height","max-height","device-width","min-device-width","max-device-width","device-height","min-device-height","max-device-height","aspect-ratio","min-aspect-ratio","max-aspect-ratio","device-aspect-ratio","min-device-aspect-ratio","max-device-aspect-ratio","color","min-color","max-color","color-index","min-color-index","max-color-index","monochrome","min-monochrome","max-monochrome","resolution","min-resolution","max-resolution","scan","grid"],f=b(e),g=["align-content","align-items","align-self","alignment-adjust","alignment-baseline","anchor-point","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","appearance","azimuth","backface-visibility","background","background-attachment","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","baseline-shift","binding","bleed","bookmark-label","bookmark-level","bookmark-state","bookmark-target","border","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","clear","clip","color","color-profile","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","content","counter-increment","counter-reset","crop","cue","cue-after","cue-before","cursor","direction","display","dominant-baseline","drop-initial-after-adjust","drop-initial-after-align","drop-initial-before-adjust","drop-initial-before-align","drop-initial-size","drop-initial-value","elevation","empty-cells","fit","fit-position","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","float-offset","flow-from","flow-into","font","font-feature-settings","font-family","font-kerning","font-language-override","font-size","font-size-adjust","font-stretch","font-style","font-synthesis","font-variant","font-variant-alternates","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-weight","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-position","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphens","icon","image-orientation","image-rendering","image-resolution","inline-box-align","justify-content","left","letter-spacing","line-break","line-height","line-stacking","line-stacking-ruby","line-stacking-shift","line-stacking-strategy","list-style","list-style-image","list-style-position","list-style-type","margin","margin-bottom","margin-left","margin-right","margin-top","marker-offset","marks","marquee-direction","marquee-loop","marquee-play-count","marquee-speed","marquee-style","max-height","max-width","min-height","min-width","move-to","nav-down","nav-index","nav-left","nav-right","nav-up","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-style","overflow-wrap","overflow-x","overflow-y","padding","padding-bottom","padding-left","padding-right","padding-top","page","page-break-after","page-break-before","page-break-inside","page-policy","pause","pause-after","pause-before","perspective","perspective-origin","pitch","pitch-range","play-during","position","presentation-level","punctuation-trim","quotes","region-break-after","region-break-before","region-break-inside","region-fragment","rendering-intent","resize","rest","rest-after","rest-before","richness","right","rotation","rotation-point","ruby-align","ruby-overhang","ruby-position","ruby-span","shape-inside","shape-outside","size","speak","speak-as","speak-header","speak-numeral","speak-punctuation","speech-rate","stress","string-set","tab-size","table-layout","target","target-name","target-new","target-position","text-align","text-align-last","text-decoration","text-decoration-color","text-decoration-line","text-decoration-skip","text-decoration-style","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-height","text-indent","text-justify","text-outline","text-overflow","text-shadow","text-size-adjust","text-space-collapse","text-transform","text-underline-position","text-wrap","top","transform","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","volume","white-space","widows","width","word-break","word-spacing","word-wrap","z-index","clip-path","clip-rule","mask","enable-background","filter","flood-color","flood-opacity","lighting-color","stop-color","stop-opacity","pointer-events","color-interpolation","color-interpolation-filters","color-profile","color-rendering","fill","fill-opacity","fill-rule","image-rendering","marker","marker-end","marker-mid","marker-start","shape-rendering","stroke","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-rendering","baseline-shift","dominant-baseline","glyph-orientation-horizontal","glyph-orientation-vertical","kerning","text-anchor","writing-mode"],h=b(g),i=["scrollbar-arrow-color","scrollbar-base-color","scrollbar-dark-shadow-color","scrollbar-face-color","scrollbar-highlight-color","scrollbar-shadow-color","scrollbar-3d-light-color","scrollbar-track-color","shape-inside","searchfield-cancel-button","searchfield-decoration","searchfield-results-button","searchfield-results-decoration","zoom"],i=b(i),j=["aliceblue","antiquewhite","aqua","aquamarine","azure","beige","bisque","black","blanchedalmond","blue","blueviolet","brown","burlywood","cadetblue","chartreuse","chocolate","coral","cornflowerblue","cornsilk","crimson","cyan","darkblue","darkcyan","darkgoldenrod","darkgray","darkgreen","darkkhaki","darkmagenta","darkolivegreen","darkorange","darkorchid","darkred","darksalmon","darkseagreen","darkslateblue","darkslategray","darkturquoise","darkviolet","deeppink","deepskyblue","dimgray","dodgerblue","firebrick","floralwhite","forestgreen","fuchsia","gainsboro","ghostwhite","gold","goldenrod","gray","grey","green","greenyellow","honeydew","hotpink","indianred","indigo","ivory","khaki","lavender","lavenderblush","lawngreen","lemonchiffon","lightblue","lightcoral","lightcyan","lightgoldenrodyellow","lightgray","lightgreen","lightpink","lightsalmon","lightseagreen","lightskyblue","lightslategray","lightsteelblue","lightyellow","lime","limegreen","linen","magenta","maroon","mediumaquamarine","mediumblue","mediumorchid","mediumpurple","mediumseagreen","mediumslateblue","mediumspringgreen","mediumturquoise","mediumvioletred","midnightblue","mintcream","mistyrose","moccasin","navajowhite","navy","oldlace","olive","olivedrab","orange","orangered","orchid","palegoldenrod","palegreen","paleturquoise","palevioletred","papayawhip","peachpuff","peru","pink","plum","powderblue","purple","red","rosybrown","royalblue","saddlebrown","salmon","sandybrown","seagreen","seashell","sienna","silver","skyblue","slateblue","slategray","snow","springgreen","steelblue","tan","teal","thistle","tomato","turquoise","violet","wheat","white","whitesmoke","yellow","yellowgreen"],k=b(j),l=["above","absolute","activeborder","activecaption","afar","after-white-space","ahead","alias","all","all-scroll","alternate","always","amharic","amharic-abegede","antialiased","appworkspace","arabic-indic","armenian","asterisks","auto","avoid","avoid-column","avoid-page","avoid-region","background","backwards","baseline","below","bidi-override","binary","bengali","blink","block","block-axis","bold","bolder","border","border-box","both","bottom","break","break-all","break-word","button","button-bevel","buttonface","buttonhighlight","buttonshadow","buttontext","cambodian","capitalize","caps-lock-indicator","caption","captiontext","caret","cell","center","checkbox","circle","cjk-earthly-branch","cjk-heavenly-stem","cjk-ideographic","clear","clip","close-quote","col-resize","collapse","column","compact","condensed","contain","content","content-box","context-menu","continuous","copy","cover","crop","cross","crosshair","currentcolor","cursive","dashed","decimal","decimal-leading-zero","default","default-button","destination-atop","destination-in","destination-out","destination-over","devanagari","disc","discard","document","dot-dash","dot-dot-dash","dotted","double","down","e-resize","ease","ease-in","ease-in-out","ease-out","element","ellipse","ellipsis","embed","end","ethiopic","ethiopic-abegede","ethiopic-abegede-am-et","ethiopic-abegede-gez","ethiopic-abegede-ti-er","ethiopic-abegede-ti-et","ethiopic-halehame-aa-er","ethiopic-halehame-aa-et","ethiopic-halehame-am-et","ethiopic-halehame-gez","ethiopic-halehame-om-et","ethiopic-halehame-sid-et","ethiopic-halehame-so-et","ethiopic-halehame-ti-er","ethiopic-halehame-ti-et","ethiopic-halehame-tig","ew-resize","expanded","extra-condensed","extra-expanded","fantasy","fast","fill","fixed","flat","footnotes","forwards","from","geometricPrecision","georgian","graytext","groove","gujarati","gurmukhi","hand","hangul","hangul-consonant","hebrew","help","hidden","hide","higher","highlight","highlighttext","hiragana","hiragana-iroha","horizontal","hsl","hsla","icon","ignore","inactiveborder","inactivecaption","inactivecaptiontext","infinite","infobackground","infotext","inherit","initial","inline","inline-axis","inline-block","inline-table","inset","inside","intrinsic","invert","italic","justify","kannada","katakana","katakana-iroha","keep-all","khmer","landscape","lao","large","larger","left","level","lighter","line-through","linear","lines","list-item","listbox","listitem","local","logical","loud","lower","lower-alpha","lower-armenian","lower-greek","lower-hexadecimal","lower-latin","lower-norwegian","lower-roman","lowercase","ltr","malayalam","match","media-controls-background","media-current-time-display","media-fullscreen-button","media-mute-button","media-play-button","media-return-to-realtime-button","media-rewind-button","media-seek-back-button","media-seek-forward-button","media-slider","media-sliderthumb","media-time-remaining-display","media-volume-slider","media-volume-slider-container","media-volume-sliderthumb","medium","menu","menulist","menulist-button","menulist-text","menulist-textfield","menutext","message-box","middle","min-intrinsic","mix","mongolian","monospace","move","multiple","myanmar","n-resize","narrower","ne-resize","nesw-resize","no-close-quote","no-drop","no-open-quote","no-repeat","none","normal","not-allowed","nowrap","ns-resize","nw-resize","nwse-resize","oblique","octal","open-quote","optimizeLegibility","optimizeSpeed","oriya","oromo","outset","outside","outside-shape","overlay","overline","padding","padding-box","painted","page","paused","persian","plus-darker","plus-lighter","pointer","polygon","portrait","pre","pre-line","pre-wrap","preserve-3d","progress","push-button","radio","read-only","read-write","read-write-plaintext-only","rectangle","region","relative","repeat","repeat-x","repeat-y","reset","reverse","rgb","rgba","ridge","right","round","row-resize","rtl","run-in","running","s-resize","sans-serif","scroll","scrollbar","se-resize","searchfield","searchfield-cancel-button","searchfield-decoration","searchfield-results-button","searchfield-results-decoration","semi-condensed","semi-expanded","separate","serif","show","sidama","single","skip-white-space","slide","slider-horizontal","slider-vertical","sliderthumb-horizontal","sliderthumb-vertical","slow","small","small-caps","small-caption","smaller","solid","somali","source-atop","source-in","source-out","source-over","space","square","square-button","start","static","status-bar","stretch","stroke","sub","subpixel-antialiased","super","sw-resize","table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row","table-row-group","telugu","text","text-bottom","text-top","textarea","textfield","thai","thick","thin","threeddarkshadow","threedface","threedhighlight","threedlightshadow","threedshadow","tibetan","tigre","tigrinya-er","tigrinya-er-abegede","tigrinya-et","tigrinya-et-abegede","to","top","transparent","ultra-condensed","ultra-expanded","underline","up","upper-alpha","upper-armenian","upper-greek","upper-hexadecimal","upper-latin","upper-norwegian","upper-roman","uppercase","urdu","url","vertical","vertical-text","visible","visibleFill","visiblePainted","visibleStroke","visual","w-resize","wait","wave","wider","window","windowframe","windowtext","x-large","x-small","xor","xx-large","xx-small"],m=b(l),n=["font-family","src","unicode-range","font-variant","font-feature-settings","font-stretch","font-weight","font-style"],o=b(n),p=c.concat(e).concat(g).concat(i).concat(j).concat(l);a.registerHelper("hintWords","css",p),a.defineMIME("text/css",{mediaTypes:d,mediaFeatures:f,propertyKeywords:h,nonStandardPropertyKeywords:i,colorKeywords:k,valueKeywords:m,fontProperties:o,tokenHooks:{"<":function(a,b){return a.match("!--")?(b.tokenize=r,r(a,b)):!1},"/":function(a,b){return a.eat("*")?(b.tokenize=q,q(a,b)):!1}},name:"css"}),a.defineMIME("text/x-scss",{mediaTypes:d,mediaFeatures:f,propertyKeywords:h,nonStandardPropertyKeywords:i,colorKeywords:k,valueKeywords:m,fontProperties:o,allowNested:!0,tokenHooks:{"/":function(a,b){return a.eat("/")?(a.skipToEnd(),["comment","comment"]):a.eat("*")?(b.tokenize=q,q(a,b)):["operator","operator"]},":":function(a){return a.match(/\s*{/)?[null,"{"]:!1},$:function(a){return a.match(/^[\w-]+/),a.match(/^\s*:/,!1)?["variable-2","variable-definition"]:["variable-2","variable"]},"#":function(a){return a.eat("{")?[null,"interpolation"]:!1}},name:"css",helperType:"scss"}),a.defineMIME("text/x-less",{mediaTypes:d,mediaFeatures:f,propertyKeywords:h,nonStandardPropertyKeywords:i,colorKeywords:k,valueKeywords:m,fontProperties:o,allowNested:!0,tokenHooks:{"/":function(a,b){return a.eat("/")?(a.skipToEnd(),["comment","comment"]):a.eat("*")?(b.tokenize=q,q(a,b)):["operator","operator"]},"@":function(a){return a.match(/^(charset|document|font-face|import|(-(moz|ms|o|webkit)-)?keyframes|media|namespace|page|supports)\b/,!1)?!1:(a.eatWhile(/[\w\\\-]/),a.match(/^\s*:/,!1)?["variable-2","variable-definition"]:["variable-2","variable"])},"&":function(){return["atom","atom"]}},name:"css",helperType:"less"})}),function(a){"object"==typeof exports&&"object"==typeof module?a(require("../../lib/codemirror")):"function"==typeof define&&define.amd?define(["../../lib/codemirror"],a):a(CodeMirror)}(function(a){"use strict";function d(a){for(var d=0;d<a.state.activeLines.length;d++)a.removeLineClass(a.state.activeLines[d],"wrap",b),a.removeLineClass(a.state.activeLines[d],"background",c)}function e(a,b){if(a.length!=b.length)return!1;for(var c=0;c<a.length;c++)if(a[c]!=b[c])return!1;return!0}function f(a,f){for(var g=[],h=0;h<f.length;h++){var i=a.getLineHandleVisualStart(f[h].head.line);g[g.length-1]!=i&&g.push(i)}e(a.state.activeLines,g)||a.operation(function(){d(a);for(var e=0;e<g.length;e++)a.addLineClass(g[e],"wrap",b),a.addLineClass(g[e],"background",c);a.state.activeLines=g})}function g(a,b){f(a,b.ranges)}var b="CodeMirror-activeline",c="CodeMirror-activeline-background";a.defineOption("styleActiveLine",!1,function(b,c,e){var h=e&&e!=a.Init;c&&!h?(b.state.activeLines=[],f(b,b.listSelections()),b.on("beforeSelectionChange",g)):!c&&h&&(b.off("beforeSelectionChange",g),d(b),delete b.state.activeLines)})}),function(a){"object"==typeof exports&&"object"==typeof module?a(require("../../lib/codemirror")):"function"==typeof define&&define.amd?define(["../../lib/codemirror"],a):a(CodeMirror)}(function(a){function e(a,b,e,g){var h=a.getLineHandle(b.line),i=b.ch-1,j=i>=0&&d[h.text.charAt(i)]||d[h.text.charAt(++i)];if(!j)return null;var k=">"==j.charAt(1)?1:-1;if(e&&k>0!=(i==b.ch))return null;var l=a.getTokenTypeAt(c(b.line,i+1)),m=f(a,c(b.line,i+(k>0?1:0)),k,l||null,g);return null==m?null:{from:c(b.line,i),to:m&&m.pos,match:m&&m.ch==j.charAt(0),forward:k>0}}function f(a,b,e,f,g){for(var h=g&&g.maxScanLineLength||1e4,i=g&&g.maxScanLines||1e3,j=[],k=g&&g.bracketRegex?g.bracketRegex:/[(){}[\]]/,l=e>0?Math.min(b.line+i,a.lastLine()+1):Math.max(a.firstLine()-1,b.line-i),m=b.line;m!=l;m+=e){var n=a.getLine(m);if(n){var o=e>0?0:n.length-1,p=e>0?n.length:-1;if(!(n.length>h))for(m==b.line&&(o=b.ch-(0>e?1:0));o!=p;o+=e){var q=n.charAt(o);if(k.test(q)&&(void 0===f||a.getTokenTypeAt(c(m,o+1))==f)){var r=d[q];if(">"==r.charAt(1)==e>0)j.push(q);else{if(!j.length)return{pos:c(m,o),ch:q};j.pop()}}}}}return m-e==(e>0?a.lastLine():a.firstLine())?!1:null}function g(a,d,f){for(var g=a.state.matchBrackets.maxHighlightLineLength||1e3,h=[],i=a.listSelections(),j=0;j<i.length;j++){var k=i[j].empty()&&e(a,i[j].head,!1,f);if(k&&a.getLine(k.from.line).length<=g){var l=k.match?"CodeMirror-matchingbracket":"CodeMirror-nonmatchingbracket";h.push(a.markText(k.from,c(k.from.line,k.from.ch+1),{className:l})),k.to&&a.getLine(k.to.line).length<=g&&h.push(a.markText(k.to,c(k.to.line,k.to.ch+1),{className:l}))}}if(h.length){b&&a.state.focused&&a.display.input.focus();var m=function(){a.operation(function(){for(var a=0;a<h.length;a++)h[a].clear()})};if(!d)return m;setTimeout(m,800)}}function i(a){a.operation(function(){h&&(h(),h=null),h=g(a,!1,a.state.matchBrackets)})}var b=/MSIE \d/.test(navigator.userAgent)&&(null==document.documentMode||document.documentMode<8),c=a.Pos,d={"(":")>",")":"(<","[":"]>","]":"[<","{":"}>","}":"{<"},h=null;a.defineOption("matchBrackets",!1,function(b,c,d){d&&d!=a.Init&&b.off("cursorActivity",i),c&&(b.state.matchBrackets="object"==typeof c?c:{},b.on("cursorActivity",i))}),a.defineExtension("matchBrackets",function(){g(this,!0)}),a.defineExtension("findMatchingBracket",function(a,b,c){return e(this,a,b,c)}),a.defineExtension("scanForBracket",function(a,b,c,d){return f(this,a,b,c,d)})});
|
bws_menu/js/general_script.js
CHANGED
@@ -19,5 +19,15 @@ function bws_show_settings_notice() {
|
|
19 |
event.preventDefault();
|
20 |
$( '.bws_form #bws-submit-button' ).click();
|
21 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
});
|
23 |
})(jQuery);
|
19 |
event.preventDefault();
|
20 |
$( '.bws_form #bws-submit-button' ).click();
|
21 |
});
|
22 |
+
|
23 |
+
if ( typeof CodeMirror == 'function' && $( '#bws_newcontent_css' ).length > 0 ) {
|
24 |
+
var editor = CodeMirror.fromTextArea( document.getElementById("bws_newcontent_css"), {
|
25 |
+
mode: "css",
|
26 |
+
theme: "default",
|
27 |
+
styleActiveLine: true,
|
28 |
+
matchBrackets: true,
|
29 |
+
lineNumbers: true
|
30 |
+
});
|
31 |
+
}
|
32 |
});
|
33 |
})(jQuery);
|
bws_menu/languages/bestwebsoft-de_DE.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-de_DE.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
-
"PO-Revision-Date: 2016-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Lothar Schiborr <lothar.schiborr@web.de>\n"
|
9 |
"Language: de_DE\n"
|
@@ -44,6 +44,11 @@ msgid ""
|
|
44 |
"upgrade to WordPress latest version."
|
45 |
msgstr ""
|
46 |
|
|
|
|
|
|
|
|
|
|
|
47 |
#: bws_functions.php:148
|
48 |
msgid "It’s time to upgrade your"
|
49 |
msgstr ""
|
@@ -203,7 +208,8 @@ msgstr ""
|
|
203 |
|
204 |
# @ captcha
|
205 |
#: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
|
206 |
-
#: bws_functions.php:460
|
|
|
207 |
#, fuzzy
|
208 |
msgid "Activate"
|
209 |
msgstr "Aktivierte Plugins"
|
@@ -309,8 +315,9 @@ msgid ""
|
|
309 |
msgstr ""
|
310 |
|
311 |
# @ captcha
|
312 |
-
#: bws_functions.php:603 bws_functions.php:656
|
313 |
-
#: bws_menu.php:
|
|
|
314 |
#, fuzzy
|
315 |
msgid "Learn more"
|
316 |
msgstr "Lesen Sie mehr"
|
@@ -360,10 +367,6 @@ msgstr "Einstellungen"
|
|
360 |
msgid "Add New"
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: bws_functions.php:696 bws_functions.php:755
|
364 |
-
msgid "Close notice"
|
365 |
-
msgstr ""
|
366 |
-
|
367 |
# @ captcha
|
368 |
#: bws_functions.php:750
|
369 |
#, fuzzy
|
@@ -388,7 +391,7 @@ msgstr ""
|
|
388 |
msgid "The plugin's settings have been changed."
|
389 |
msgstr ""
|
390 |
|
391 |
-
#: bws_functions.php:769
|
392 |
msgid "Save Changes"
|
393 |
msgstr ""
|
394 |
|
@@ -398,10 +401,6 @@ msgid ""
|
|
398 |
"\" in the \"Go PRO\" tab"
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: bws_functions.php:866
|
402 |
-
msgid "Add BWS Plugins Shortcode"
|
403 |
-
msgstr ""
|
404 |
-
|
405 |
#: bws_functions.php:886
|
406 |
msgid "Add shortcode"
|
407 |
msgstr ""
|
@@ -410,385 +409,422 @@ msgstr ""
|
|
410 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: bws_functions.php:
|
414 |
msgid "Close"
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: bws_functions.php:
|
418 |
msgid "Restore all plugin settings to defaults"
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: bws_functions.php:
|
422 |
msgid "Restore settings"
|
423 |
msgstr ""
|
424 |
|
425 |
-
#: bws_functions.php:
|
426 |
msgid "Are you sure you want to restore all settings by default?"
|
427 |
msgstr ""
|
428 |
|
429 |
-
#: bws_functions.php:
|
430 |
msgid "Yes, restore all settings"
|
431 |
msgstr ""
|
432 |
|
433 |
-
#: bws_functions.php:
|
434 |
msgid "No, go back to the settings page"
|
435 |
msgstr ""
|
436 |
|
437 |
# @ captcha
|
438 |
-
#: bws_functions.php:
|
439 |
#, fuzzy
|
440 |
msgid "Plugin"
|
441 |
msgstr "BWS Plugins"
|
442 |
|
443 |
# @ captcha
|
444 |
-
#: bws_functions.php:
|
445 |
#, fuzzy
|
446 |
msgid "Shortcode settings"
|
447 |
msgstr "Einstellungen"
|
448 |
|
449 |
-
#: bws_functions.php:
|
450 |
msgid "The shortcode will be inserted"
|
451 |
msgstr ""
|
452 |
|
453 |
-
#: bws_functions.php:
|
454 |
msgid "Insert"
|
455 |
msgstr ""
|
456 |
|
457 |
-
#: bws_functions.php:
|
458 |
msgid "Visit Help Center"
|
459 |
msgstr ""
|
460 |
|
461 |
-
#: bws_functions.php:
|
462 |
msgid "FAQ"
|
463 |
msgstr ""
|
464 |
|
465 |
-
#: bws_functions.php:
|
466 |
msgid "For more information:"
|
467 |
msgstr ""
|
468 |
|
469 |
-
#: bws_functions.php:
|
470 |
msgid "Documentation"
|
471 |
msgstr ""
|
472 |
|
473 |
-
#: bws_functions.php:
|
474 |
msgid "Video Instructions"
|
475 |
msgstr ""
|
476 |
|
477 |
-
#: bws_functions.php:
|
478 |
msgid "Submit a Request"
|
479 |
msgstr ""
|
480 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
481 |
# @ captcha
|
482 |
-
#: bws_menu.php:
|
483 |
msgid "Not set"
|
484 |
msgstr "Nicht festgelegt"
|
485 |
|
486 |
# @ captcha
|
487 |
-
#: bws_menu.php:
|
488 |
msgid "On"
|
489 |
msgstr "Ein"
|
490 |
|
491 |
# @ captcha
|
492 |
-
#: bws_menu.php:
|
493 |
msgid "Off"
|
494 |
msgstr "Ausgeschaltet"
|
495 |
|
496 |
# @ captcha
|
497 |
-
#: bws_menu.php:
|
498 |
-
#: bws_menu.php:
|
499 |
msgid "N/A"
|
500 |
msgstr "keine Angaben"
|
501 |
|
502 |
# @ captcha
|
503 |
-
#: bws_menu.php:
|
504 |
msgid " Mb"
|
505 |
msgstr " Mb"
|
506 |
|
507 |
# @ captcha
|
508 |
-
#: bws_menu.php:
|
509 |
msgid "Yes"
|
510 |
msgstr "Ja"
|
511 |
|
512 |
# @ captcha
|
513 |
-
#: bws_menu.php:
|
514 |
msgid "No"
|
515 |
msgstr "Nein"
|
516 |
|
517 |
# @ captcha
|
518 |
-
#: bws_menu.php:
|
519 |
msgid "Operating System"
|
520 |
msgstr "Betriebs-System"
|
521 |
|
522 |
# @ captcha
|
523 |
-
#: bws_menu.php:
|
524 |
msgid "Server"
|
525 |
msgstr "Server"
|
526 |
|
527 |
# @ captcha
|
528 |
-
#: bws_menu.php:
|
529 |
msgid "Memory usage"
|
530 |
msgstr "Speichernutzung"
|
531 |
|
532 |
# @ captcha
|
533 |
-
#: bws_menu.php:
|
534 |
msgid "MYSQL Version"
|
535 |
msgstr "MYSQL Version"
|
536 |
|
537 |
# @ captcha
|
538 |
-
#: bws_menu.php:
|
539 |
msgid "SQL Mode"
|
540 |
msgstr "SQL Modus"
|
541 |
|
542 |
# @ captcha
|
543 |
-
#: bws_menu.php:
|
544 |
msgid "PHP Version"
|
545 |
msgstr "PHP Version"
|
546 |
|
547 |
# @ captcha
|
548 |
-
#: bws_menu.php:
|
549 |
msgid "PHP Safe Mode"
|
550 |
msgstr "PHP Gesicherter Modus"
|
551 |
|
552 |
# @ captcha
|
553 |
-
#: bws_menu.php:
|
554 |
msgid "PHP Allow URL fopen"
|
555 |
msgstr "PHP Erlaubet URL zu öffnen (fopen)"
|
556 |
|
557 |
# @ captcha
|
558 |
-
#: bws_menu.php:
|
559 |
msgid "PHP Memory Limit"
|
560 |
msgstr "PHP Speicher-Grenze"
|
561 |
|
562 |
# @ captcha
|
563 |
-
#: bws_menu.php:
|
564 |
msgid "PHP Max Upload Size"
|
565 |
msgstr "PHP Maximale Upload Größe"
|
566 |
|
567 |
# @ captcha
|
568 |
-
#: bws_menu.php:
|
569 |
msgid "PHP Max Post Size"
|
570 |
msgstr "PHP Maximale Beitrags-Größe"
|
571 |
|
572 |
# @ captcha
|
573 |
-
#: bws_menu.php:
|
574 |
msgid "PHP Max Script Execute Time"
|
575 |
msgstr "PHP Maximale Script Ausführungszeit"
|
576 |
|
577 |
# @ captcha
|
578 |
-
#: bws_menu.php:
|
579 |
msgid "PHP Exif support"
|
580 |
msgstr "PHP Exif Support"
|
581 |
|
582 |
# @ captcha
|
583 |
-
#: bws_menu.php:
|
584 |
msgid "PHP IPTC support"
|
585 |
msgstr "PHP IPTC Support"
|
586 |
|
587 |
# @ captcha
|
588 |
-
#: bws_menu.php:
|
589 |
msgid "PHP XML support"
|
590 |
msgstr "PHP XML Support"
|
591 |
|
592 |
# @ captcha
|
593 |
-
#: bws_menu.php:
|
594 |
msgid "Site URL"
|
595 |
msgstr "Site URL"
|
596 |
|
597 |
# @ captcha
|
598 |
-
#: bws_menu.php:
|
599 |
msgid "Home URL"
|
600 |
msgstr "Home URL"
|
601 |
|
602 |
# @ captcha
|
603 |
-
#: bws_menu.php:
|
604 |
msgid "WordPress Version"
|
605 |
msgstr "WordPress Version"
|
606 |
|
607 |
# @ captcha
|
608 |
-
#: bws_menu.php:
|
609 |
msgid "WordPress DB Version"
|
610 |
msgstr "WordPress DB Version"
|
611 |
|
612 |
# @ captcha
|
613 |
-
#: bws_menu.php:
|
614 |
msgid "Multisite"
|
615 |
msgstr "Multisite"
|
616 |
|
617 |
# @ captcha
|
618 |
-
#: bws_menu.php:
|
619 |
msgid "Active Theme"
|
620 |
msgstr "Actives Theme"
|
621 |
|
622 |
# @ captcha
|
623 |
-
#: bws_menu.php:
|
624 |
msgid "Please enter a valid email address."
|
625 |
msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
|
626 |
|
627 |
# @ captcha
|
628 |
-
#: bws_menu.php:
|
629 |
msgid "Email with system info is sent to "
|
630 |
msgstr "E-Mail-mit System Informationen wird gesendet an "
|
631 |
|
632 |
# @ captcha
|
633 |
-
#: bws_menu.php:
|
634 |
msgid "Thank you for contacting us."
|
635 |
msgstr "Vielen Dank für Ihre Kontaktaufnahme."
|
636 |
|
637 |
# @ captcha
|
638 |
-
#: bws_menu.php:
|
639 |
msgid "Sorry, email message could not be delivered."
|
640 |
msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
|
641 |
|
642 |
-
#: bws_menu.php:
|
643 |
msgid "Need help?"
|
644 |
msgstr ""
|
645 |
|
646 |
-
#: bws_menu.php:
|
647 |
msgid "Client area"
|
648 |
msgstr ""
|
649 |
|
650 |
# @ captcha
|
651 |
-
#: bws_menu.php:
|
652 |
msgid "System status"
|
653 |
msgstr "System Status"
|
654 |
|
655 |
# @ captcha
|
656 |
-
#: bws_menu.php:
|
657 |
#, fuzzy
|
658 |
msgid "Plugins"
|
659 |
msgstr "BWS Plugins"
|
660 |
|
661 |
-
#: bws_menu.php:
|
662 |
msgid "Themes"
|
663 |
msgstr ""
|
664 |
|
665 |
-
#: bws_menu.php:
|
666 |
msgid "All"
|
667 |
msgstr ""
|
668 |
|
669 |
# @ default
|
670 |
-
#: bws_menu.php:
|
671 |
#, fuzzy
|
672 |
msgid "Installed"
|
673 |
msgstr "Installiere %s"
|
674 |
|
675 |
# @ captcha
|
676 |
-
#: bws_menu.php:
|
677 |
#, fuzzy
|
678 |
msgid "Recommended"
|
679 |
msgstr "Empfohlene Plugins"
|
680 |
|
681 |
# @ captcha
|
682 |
-
#: bws_menu.php:
|
683 |
msgid "Installed plugins"
|
684 |
msgstr "Installierte Plugins"
|
685 |
|
686 |
# @ captcha
|
687 |
-
#: bws_menu.php:
|
688 |
msgid "Settings"
|
689 |
msgstr "Einstellungen"
|
690 |
|
691 |
# @ captcha
|
692 |
-
#: bws_menu.php:
|
693 |
#, fuzzy
|
694 |
msgid "Activate this plugin"
|
695 |
msgstr "Aktivierte Plugins"
|
696 |
|
697 |
-
#: bws_menu.php:
|
698 |
msgid "Go"
|
699 |
msgstr ""
|
700 |
|
701 |
-
#: bws_menu.php:
|
702 |
msgid "DONATE"
|
703 |
msgstr ""
|
704 |
|
705 |
# @ captcha
|
706 |
-
#: bws_menu.php:
|
707 |
msgid "Recommended plugins"
|
708 |
msgstr "Empfohlene Plugins"
|
709 |
|
710 |
# @ default
|
711 |
-
#: bws_menu.php:
|
712 |
#, fuzzy
|
713 |
msgid "Install now"
|
714 |
msgstr "Installiere %s"
|
715 |
|
716 |
-
#: bws_menu.php:
|
717 |
msgid "Try again"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: bws_menu.php:
|
721 |
#, php-format
|
722 |
msgid "Preview “%s”"
|
723 |
msgstr ""
|
724 |
|
725 |
# @ default
|
726 |
-
#: bws_menu.php:
|
727 |
#, php-format
|
728 |
msgid "Install %s"
|
729 |
msgstr "Installiere %s"
|
730 |
|
731 |
# @ default
|
732 |
-
#: bws_menu.php:
|
733 |
#, fuzzy
|
734 |
msgid "Install Now"
|
735 |
msgstr "Installiere %s"
|
736 |
|
737 |
-
#: bws_menu.php:
|
738 |
#, php-format
|
739 |
msgid "Update to version %s"
|
740 |
msgstr ""
|
741 |
|
742 |
-
#: bws_menu.php:
|
743 |
msgid "Update"
|
744 |
msgstr ""
|
745 |
|
746 |
-
#: bws_menu.php:
|
747 |
#, php-format
|
748 |
msgid "Preview %s"
|
749 |
msgstr ""
|
750 |
|
751 |
-
#: bws_menu.php:
|
752 |
msgid "Preview"
|
753 |
msgstr ""
|
754 |
|
755 |
-
#: bws_menu.php:
|
756 |
#, php-format
|
757 |
msgid "By %s"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: bws_menu.php:
|
761 |
msgid "Details"
|
762 |
msgstr ""
|
763 |
|
764 |
# @ default
|
765 |
-
#: bws_menu.php:
|
766 |
#, fuzzy
|
767 |
msgid "Already Installed"
|
768 |
msgstr "Installiere %s"
|
769 |
|
770 |
# @ captcha
|
771 |
-
#: bws_menu.php:
|
772 |
msgid "Environment"
|
773 |
msgstr "Umgebungsvariable"
|
774 |
|
775 |
# @ captcha
|
776 |
-
#: bws_menu.php:
|
777 |
msgid "Active Plugins"
|
778 |
msgstr "Aktivierte Plugins"
|
779 |
|
780 |
# @ captcha
|
781 |
-
#: bws_menu.php:
|
782 |
msgid "Inactive Plugins"
|
783 |
msgstr "Inactive Plugins"
|
784 |
|
785 |
# @ captcha
|
786 |
-
#: bws_menu.php:
|
787 |
msgid "Send to support"
|
788 |
msgstr "Sende zuzm Support"
|
789 |
|
790 |
# @ captcha
|
791 |
-
#: bws_menu.php:
|
792 |
msgid "Send to custom email »"
|
793 |
msgstr "Senden Sie eine benutzerdefinierte E-Mail zu »"
|
794 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-03-10 15:33+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-03-10 15:33+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Lothar Schiborr <lothar.schiborr@web.de>\n"
|
9 |
"Language: de_DE\n"
|
44 |
"upgrade to WordPress latest version."
|
45 |
msgstr ""
|
46 |
|
47 |
+
#: bws_functions.php:143 bws_functions.php:652 bws_functions.php:696
|
48 |
+
#: bws_functions.php:755
|
49 |
+
msgid "Close notice"
|
50 |
+
msgstr ""
|
51 |
+
|
52 |
#: bws_functions.php:148
|
53 |
msgid "It’s time to upgrade your"
|
54 |
msgstr ""
|
208 |
|
209 |
# @ captcha
|
210 |
#: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
|
211 |
+
#: bws_functions.php:460 bws_functions.php:1232 bws_menu.php:693
|
212 |
+
#: bws_menu.php:750
|
213 |
#, fuzzy
|
214 |
msgid "Activate"
|
215 |
msgstr "Aktivierte Plugins"
|
315 |
msgstr ""
|
316 |
|
317 |
# @ captcha
|
318 |
+
#: bws_functions.php:603 bws_functions.php:656 bws_functions.php:1198
|
319 |
+
#: bws_menu.php:669 bws_menu.php:691 bws_menu.php:718 bws_menu.php:748
|
320 |
+
#: bws_menu.php:794
|
321 |
#, fuzzy
|
322 |
msgid "Learn more"
|
323 |
msgstr "Lesen Sie mehr"
|
367 |
msgid "Add New"
|
368 |
msgstr ""
|
369 |
|
|
|
|
|
|
|
|
|
370 |
# @ captcha
|
371 |
#: bws_functions.php:750
|
372 |
#, fuzzy
|
391 |
msgid "The plugin's settings have been changed."
|
392 |
msgstr ""
|
393 |
|
394 |
+
#: bws_functions.php:769 bws_functions.php:1240
|
395 |
msgid "Save Changes"
|
396 |
msgstr ""
|
397 |
|
401 |
"\" in the \"Go PRO\" tab"
|
402 |
msgstr ""
|
403 |
|
|
|
|
|
|
|
|
|
404 |
#: bws_functions.php:886
|
405 |
msgid "Add shortcode"
|
406 |
msgstr ""
|
409 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
410 |
msgstr ""
|
411 |
|
412 |
+
#: bws_functions.php:935
|
413 |
msgid "Close"
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: bws_functions.php:1027
|
417 |
msgid "Restore all plugin settings to defaults"
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: bws_functions.php:1029
|
421 |
msgid "Restore settings"
|
422 |
msgstr ""
|
423 |
|
424 |
+
#: bws_functions.php:1040
|
425 |
msgid "Are you sure you want to restore all settings by default?"
|
426 |
msgstr ""
|
427 |
|
428 |
+
#: bws_functions.php:1043
|
429 |
msgid "Yes, restore all settings"
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: bws_functions.php:1044
|
433 |
msgid "No, go back to the settings page"
|
434 |
msgstr ""
|
435 |
|
436 |
# @ captcha
|
437 |
+
#: bws_functions.php:1090
|
438 |
#, fuzzy
|
439 |
msgid "Plugin"
|
440 |
msgstr "BWS Plugins"
|
441 |
|
442 |
# @ captcha
|
443 |
+
#: bws_functions.php:1099
|
444 |
#, fuzzy
|
445 |
msgid "Shortcode settings"
|
446 |
msgstr "Einstellungen"
|
447 |
|
448 |
+
#: bws_functions.php:1104
|
449 |
msgid "The shortcode will be inserted"
|
450 |
msgstr ""
|
451 |
|
452 |
+
#: bws_functions.php:1109
|
453 |
msgid "Insert"
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: bws_functions.php:1140
|
457 |
msgid "Visit Help Center"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: bws_functions.php:1145
|
461 |
msgid "FAQ"
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: bws_functions.php:1151
|
465 |
msgid "For more information:"
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: bws_functions.php:1152
|
469 |
msgid "Documentation"
|
470 |
msgstr ""
|
471 |
|
472 |
+
#: bws_functions.php:1153
|
473 |
msgid "Video Instructions"
|
474 |
msgstr ""
|
475 |
|
476 |
+
#: bws_functions.php:1154
|
477 |
msgid "Submit a Request"
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: bws_functions.php:1165
|
481 |
+
msgid "You do not have sufficient permissions to edit plugins for this site."
|
482 |
+
msgstr ""
|
483 |
+
|
484 |
+
#: bws_functions.php:1196
|
485 |
+
msgid "File edited successfully."
|
486 |
+
msgstr ""
|
487 |
+
|
488 |
+
#: bws_functions.php:1198
|
489 |
+
msgid "Not enough permissions to create or update the file"
|
490 |
+
msgstr ""
|
491 |
+
|
492 |
+
#: bws_functions.php:1222
|
493 |
+
msgid "These styles will be added to the header on all pages of your site."
|
494 |
+
msgstr ""
|
495 |
+
|
496 |
+
#: bws_functions.php:1225
|
497 |
+
msgid "Editing"
|
498 |
+
msgstr ""
|
499 |
+
|
500 |
+
#: bws_functions.php:1227
|
501 |
+
msgid "Browsing"
|
502 |
+
msgstr ""
|
503 |
+
|
504 |
+
# @ captcha
|
505 |
+
#: bws_functions.php:1235
|
506 |
+
#, fuzzy
|
507 |
+
msgid "Learn more about CSS"
|
508 |
+
msgstr "Lesen Sie mehr"
|
509 |
+
|
510 |
+
#: bws_functions.php:1243
|
511 |
+
#, php-format
|
512 |
+
msgid ""
|
513 |
+
"You need to make this file writable before you can save your changes. See %s "
|
514 |
+
"the Codex %s for more information."
|
515 |
+
msgstr ""
|
516 |
+
|
517 |
# @ captcha
|
518 |
+
#: bws_menu.php:509
|
519 |
msgid "Not set"
|
520 |
msgstr "Nicht festgelegt"
|
521 |
|
522 |
# @ captcha
|
523 |
+
#: bws_menu.php:511 bws_menu.php:512
|
524 |
msgid "On"
|
525 |
msgstr "Ein"
|
526 |
|
527 |
# @ captcha
|
528 |
+
#: bws_menu.php:511 bws_menu.php:512
|
529 |
msgid "Off"
|
530 |
msgstr "Ausgeschaltet"
|
531 |
|
532 |
# @ captcha
|
533 |
+
#: bws_menu.php:513 bws_menu.php:514 bws_menu.php:515 bws_menu.php:516
|
534 |
+
#: bws_menu.php:517 bws_menu.php:529
|
535 |
msgid "N/A"
|
536 |
msgstr "keine Angaben"
|
537 |
|
538 |
# @ captcha
|
539 |
+
#: bws_menu.php:517
|
540 |
msgid " Mb"
|
541 |
msgstr " Mb"
|
542 |
|
543 |
# @ captcha
|
544 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:525
|
545 |
msgid "Yes"
|
546 |
msgstr "Ja"
|
547 |
|
548 |
# @ captcha
|
549 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:527
|
550 |
msgid "No"
|
551 |
msgstr "Nein"
|
552 |
|
553 |
# @ captcha
|
554 |
+
#: bws_menu.php:537
|
555 |
msgid "Operating System"
|
556 |
msgstr "Betriebs-System"
|
557 |
|
558 |
# @ captcha
|
559 |
+
#: bws_menu.php:538
|
560 |
msgid "Server"
|
561 |
msgstr "Server"
|
562 |
|
563 |
# @ captcha
|
564 |
+
#: bws_menu.php:539
|
565 |
msgid "Memory usage"
|
566 |
msgstr "Speichernutzung"
|
567 |
|
568 |
# @ captcha
|
569 |
+
#: bws_menu.php:540
|
570 |
msgid "MYSQL Version"
|
571 |
msgstr "MYSQL Version"
|
572 |
|
573 |
# @ captcha
|
574 |
+
#: bws_menu.php:541
|
575 |
msgid "SQL Mode"
|
576 |
msgstr "SQL Modus"
|
577 |
|
578 |
# @ captcha
|
579 |
+
#: bws_menu.php:542
|
580 |
msgid "PHP Version"
|
581 |
msgstr "PHP Version"
|
582 |
|
583 |
# @ captcha
|
584 |
+
#: bws_menu.php:543
|
585 |
msgid "PHP Safe Mode"
|
586 |
msgstr "PHP Gesicherter Modus"
|
587 |
|
588 |
# @ captcha
|
589 |
+
#: bws_menu.php:544
|
590 |
msgid "PHP Allow URL fopen"
|
591 |
msgstr "PHP Erlaubet URL zu öffnen (fopen)"
|
592 |
|
593 |
# @ captcha
|
594 |
+
#: bws_menu.php:545
|
595 |
msgid "PHP Memory Limit"
|
596 |
msgstr "PHP Speicher-Grenze"
|
597 |
|
598 |
# @ captcha
|
599 |
+
#: bws_menu.php:546
|
600 |
msgid "PHP Max Upload Size"
|
601 |
msgstr "PHP Maximale Upload Größe"
|
602 |
|
603 |
# @ captcha
|
604 |
+
#: bws_menu.php:547
|
605 |
msgid "PHP Max Post Size"
|
606 |
msgstr "PHP Maximale Beitrags-Größe"
|
607 |
|
608 |
# @ captcha
|
609 |
+
#: bws_menu.php:548
|
610 |
msgid "PHP Max Script Execute Time"
|
611 |
msgstr "PHP Maximale Script Ausführungszeit"
|
612 |
|
613 |
# @ captcha
|
614 |
+
#: bws_menu.php:549
|
615 |
msgid "PHP Exif support"
|
616 |
msgstr "PHP Exif Support"
|
617 |
|
618 |
# @ captcha
|
619 |
+
#: bws_menu.php:550
|
620 |
msgid "PHP IPTC support"
|
621 |
msgstr "PHP IPTC Support"
|
622 |
|
623 |
# @ captcha
|
624 |
+
#: bws_menu.php:551
|
625 |
msgid "PHP XML support"
|
626 |
msgstr "PHP XML Support"
|
627 |
|
628 |
# @ captcha
|
629 |
+
#: bws_menu.php:552
|
630 |
msgid "Site URL"
|
631 |
msgstr "Site URL"
|
632 |
|
633 |
# @ captcha
|
634 |
+
#: bws_menu.php:553
|
635 |
msgid "Home URL"
|
636 |
msgstr "Home URL"
|
637 |
|
638 |
# @ captcha
|
639 |
+
#: bws_menu.php:556
|
640 |
msgid "WordPress Version"
|
641 |
msgstr "WordPress Version"
|
642 |
|
643 |
# @ captcha
|
644 |
+
#: bws_menu.php:557
|
645 |
msgid "WordPress DB Version"
|
646 |
msgstr "WordPress DB Version"
|
647 |
|
648 |
# @ captcha
|
649 |
+
#: bws_menu.php:558
|
650 |
msgid "Multisite"
|
651 |
msgstr "Multisite"
|
652 |
|
653 |
# @ captcha
|
654 |
+
#: bws_menu.php:559
|
655 |
msgid "Active Theme"
|
656 |
msgstr "Actives Theme"
|
657 |
|
658 |
# @ captcha
|
659 |
+
#: bws_menu.php:574
|
660 |
msgid "Please enter a valid email address."
|
661 |
msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
|
662 |
|
663 |
# @ captcha
|
664 |
+
#: bws_menu.php:578
|
665 |
msgid "Email with system info is sent to "
|
666 |
msgstr "E-Mail-mit System Informationen wird gesendet an "
|
667 |
|
668 |
# @ captcha
|
669 |
+
#: bws_menu.php:582
|
670 |
msgid "Thank you for contacting us."
|
671 |
msgstr "Vielen Dank für Ihre Kontaktaufnahme."
|
672 |
|
673 |
# @ captcha
|
674 |
+
#: bws_menu.php:615
|
675 |
msgid "Sorry, email message could not be delivered."
|
676 |
msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
|
677 |
|
678 |
+
#: bws_menu.php:622
|
679 |
msgid "Need help?"
|
680 |
msgstr ""
|
681 |
|
682 |
+
#: bws_menu.php:623
|
683 |
msgid "Client area"
|
684 |
msgstr ""
|
685 |
|
686 |
# @ captcha
|
687 |
+
#: bws_menu.php:624 bws_menu.php:933
|
688 |
msgid "System status"
|
689 |
msgstr "System Status"
|
690 |
|
691 |
# @ captcha
|
692 |
+
#: bws_menu.php:629
|
693 |
#, fuzzy
|
694 |
msgid "Plugins"
|
695 |
msgstr "BWS Plugins"
|
696 |
|
697 |
+
#: bws_menu.php:630
|
698 |
msgid "Themes"
|
699 |
msgstr ""
|
700 |
|
701 |
+
#: bws_menu.php:634
|
702 |
msgid "All"
|
703 |
msgstr ""
|
704 |
|
705 |
# @ default
|
706 |
+
#: bws_menu.php:635
|
707 |
#, fuzzy
|
708 |
msgid "Installed"
|
709 |
msgstr "Installiere %s"
|
710 |
|
711 |
# @ captcha
|
712 |
+
#: bws_menu.php:636
|
713 |
#, fuzzy
|
714 |
msgid "Recommended"
|
715 |
msgstr "Empfohlene Plugins"
|
716 |
|
717 |
# @ captcha
|
718 |
+
#: bws_menu.php:640
|
719 |
msgid "Installed plugins"
|
720 |
msgstr "Installierte Plugins"
|
721 |
|
722 |
# @ captcha
|
723 |
+
#: bws_menu.php:672 bws_menu.php:721
|
724 |
msgid "Settings"
|
725 |
msgstr "Einstellungen"
|
726 |
|
727 |
# @ captcha
|
728 |
+
#: bws_menu.php:693 bws_menu.php:750
|
729 |
#, fuzzy
|
730 |
msgid "Activate this plugin"
|
731 |
msgstr "Aktivierte Plugins"
|
732 |
|
733 |
+
#: bws_menu.php:708 bws_menu.php:738 bws_menu.php:784
|
734 |
msgid "Go"
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: bws_menu.php:712 bws_menu.php:742 bws_menu.php:788
|
738 |
msgid "DONATE"
|
739 |
msgstr ""
|
740 |
|
741 |
# @ captcha
|
742 |
+
#: bws_menu.php:758
|
743 |
msgid "Recommended plugins"
|
744 |
msgstr "Empfohlene Plugins"
|
745 |
|
746 |
# @ default
|
747 |
+
#: bws_menu.php:796
|
748 |
#, fuzzy
|
749 |
msgid "Install now"
|
750 |
msgstr "Installiere %s"
|
751 |
|
752 |
+
#: bws_menu.php:817
|
753 |
msgid "Try again"
|
754 |
msgstr ""
|
755 |
|
756 |
+
#: bws_menu.php:835
|
757 |
#, php-format
|
758 |
msgid "Preview “%s”"
|
759 |
msgstr ""
|
760 |
|
761 |
# @ default
|
762 |
+
#: bws_menu.php:866
|
763 |
#, php-format
|
764 |
msgid "Install %s"
|
765 |
msgstr "Installiere %s"
|
766 |
|
767 |
# @ default
|
768 |
+
#: bws_menu.php:866
|
769 |
#, fuzzy
|
770 |
msgid "Install Now"
|
771 |
msgstr "Installiere %s"
|
772 |
|
773 |
+
#: bws_menu.php:869
|
774 |
#, php-format
|
775 |
msgid "Update to version %s"
|
776 |
msgstr ""
|
777 |
|
778 |
+
#: bws_menu.php:869
|
779 |
msgid "Update"
|
780 |
msgstr ""
|
781 |
|
782 |
+
#: bws_menu.php:876
|
783 |
#, php-format
|
784 |
msgid "Preview %s"
|
785 |
msgstr ""
|
786 |
|
787 |
+
#: bws_menu.php:876
|
788 |
msgid "Preview"
|
789 |
msgstr ""
|
790 |
|
791 |
+
#: bws_menu.php:882 bws_menu.php:914
|
792 |
#, php-format
|
793 |
msgid "By %s"
|
794 |
msgstr ""
|
795 |
|
796 |
+
#: bws_menu.php:888
|
797 |
msgid "Details"
|
798 |
msgstr ""
|
799 |
|
800 |
# @ default
|
801 |
+
#: bws_menu.php:920
|
802 |
#, fuzzy
|
803 |
msgid "Already Installed"
|
804 |
msgstr "Installiere %s"
|
805 |
|
806 |
# @ captcha
|
807 |
+
#: bws_menu.php:936
|
808 |
msgid "Environment"
|
809 |
msgstr "Umgebungsvariable"
|
810 |
|
811 |
# @ captcha
|
812 |
+
#: bws_menu.php:947
|
813 |
msgid "Active Plugins"
|
814 |
msgstr "Aktivierte Plugins"
|
815 |
|
816 |
# @ captcha
|
817 |
+
#: bws_menu.php:960
|
818 |
msgid "Inactive Plugins"
|
819 |
msgstr "Inactive Plugins"
|
820 |
|
821 |
# @ captcha
|
822 |
+
#: bws_menu.php:976
|
823 |
msgid "Send to support"
|
824 |
msgstr "Sende zuzm Support"
|
825 |
|
826 |
# @ captcha
|
827 |
+
#: bws_menu.php:983
|
828 |
msgid "Send to custom email »"
|
829 |
msgstr "Senden Sie eine benutzerdefinierte E-Mail zu »"
|
830 |
|
bws_menu/languages/bestwebsoft-fr_FR.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-fr_FR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
-
"PO-Revision-Date: 2016-
|
7 |
"Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
8 |
"Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
9 |
"Language: fr_FR\n"
|
@@ -45,6 +45,11 @@ msgstr ""
|
|
45 |
"ou plus ! Nous ne garantissons pas que notre extension fonctionne "
|
46 |
"correctement. Merci de mettre à jour Wordpress avec la dernière version."
|
47 |
|
|
|
|
|
|
|
|
|
|
|
48 |
#: bws_functions.php:148
|
49 |
msgid "It’s time to upgrade your"
|
50 |
msgstr "C'est le moment de mettre à jour votre "
|
@@ -225,7 +230,8 @@ msgid "Start Your Free %s-Day Trial Now"
|
|
225 |
msgstr "Débuter votre licence d'évaluation gratuite de %s jours"
|
226 |
|
227 |
#: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
|
228 |
-
#: bws_functions.php:460
|
|
|
229 |
msgid "Activate"
|
230 |
msgstr "Activé"
|
231 |
|
@@ -358,8 +364,9 @@ msgstr ""
|
|
358 |
"Votre licence est terminée. Pour continuer à disposer du support rapide et "
|
359 |
"des mises à jour de l'extension vous devez la renouveller."
|
360 |
|
361 |
-
#: bws_functions.php:603 bws_functions.php:656
|
362 |
-
#: bws_menu.php:
|
|
|
363 |
msgid "Learn more"
|
364 |
msgstr "En savoir plus"
|
365 |
|
@@ -405,10 +412,6 @@ msgstr "Configuration des paramètres"
|
|
405 |
msgid "Add New"
|
406 |
msgstr "Ajouter"
|
407 |
|
408 |
-
#: bws_functions.php:696 bws_functions.php:755
|
409 |
-
msgid "Close notice"
|
410 |
-
msgstr "Effacer l'avertissement"
|
411 |
-
|
412 |
#: bws_functions.php:750
|
413 |
#, fuzzy
|
414 |
msgid "Thank you for choosing"
|
@@ -432,7 +435,7 @@ msgstr "Avertissement"
|
|
432 |
msgid "The plugin's settings have been changed."
|
433 |
msgstr "Les paramètres de l'extension ont été modifiés."
|
434 |
|
435 |
-
#: bws_functions.php:769
|
436 |
msgid "Save Changes"
|
437 |
msgstr "Sauvegarder les modifications"
|
438 |
|
@@ -444,10 +447,6 @@ msgstr ""
|
|
444 |
"Vous pouvez toujours consulter les options premium en cliquant sur le lien "
|
445 |
"\"Voir les fonctionnalités de la version PRO\" dans l'onglet Passer PRO"
|
446 |
|
447 |
-
#: bws_functions.php:866
|
448 |
-
msgid "Add BWS Plugins Shortcode"
|
449 |
-
msgstr "Ajouter le code court de l'extension BWS"
|
450 |
-
|
451 |
#: bws_functions.php:886
|
452 |
msgid "Add shortcode"
|
453 |
msgstr "Ajouter le code court"
|
@@ -456,328 +455,367 @@ msgstr "Ajouter le code court"
|
|
456 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
457 |
msgstr "Ajouter le code court des extensions BestWebSoft avec ce bouton."
|
458 |
|
459 |
-
#: bws_functions.php:
|
460 |
msgid "Close"
|
461 |
msgstr "Fermer"
|
462 |
|
463 |
-
#: bws_functions.php:
|
464 |
msgid "Restore all plugin settings to defaults"
|
465 |
msgstr "Remettre les valeurs par défaut des paramètres de l'extension"
|
466 |
|
467 |
-
#: bws_functions.php:
|
468 |
msgid "Restore settings"
|
469 |
msgstr "Remettre les paramètres"
|
470 |
|
471 |
-
#: bws_functions.php:
|
472 |
msgid "Are you sure you want to restore all settings by default?"
|
473 |
msgstr "Êtes vous sûr de vouloir remettre toutes les valeurs par défaut ?"
|
474 |
|
475 |
-
#: bws_functions.php:
|
476 |
msgid "Yes, restore all settings"
|
477 |
msgstr "Oui, remettre les valeurs par défaut"
|
478 |
|
479 |
-
#: bws_functions.php:
|
480 |
msgid "No, go back to the settings page"
|
481 |
msgstr "Non, retourner à la page des paramètres"
|
482 |
|
483 |
-
#: bws_functions.php:
|
484 |
msgid "Plugin"
|
485 |
msgstr "Extension"
|
486 |
|
487 |
-
#: bws_functions.php:
|
488 |
msgid "Shortcode settings"
|
489 |
msgstr "Paramètres du code court"
|
490 |
|
491 |
-
#: bws_functions.php:
|
492 |
msgid "The shortcode will be inserted"
|
493 |
msgstr "Le code court sera inséré"
|
494 |
|
495 |
-
#: bws_functions.php:
|
496 |
msgid "Insert"
|
497 |
msgstr "Insérer"
|
498 |
|
499 |
-
#: bws_functions.php:
|
500 |
msgid "Visit Help Center"
|
501 |
msgstr "Visiter le site du support"
|
502 |
|
503 |
-
#: bws_functions.php:
|
504 |
msgid "FAQ"
|
505 |
msgstr "FAQ"
|
506 |
|
507 |
-
#: bws_functions.php:
|
508 |
msgid "For more information:"
|
509 |
msgstr "Pour plus d'informations :"
|
510 |
|
511 |
-
#: bws_functions.php:
|
512 |
msgid "Documentation"
|
513 |
msgstr "Documentation"
|
514 |
|
515 |
-
#: bws_functions.php:
|
516 |
msgid "Video Instructions"
|
517 |
msgstr "Vidéo explicative"
|
518 |
|
519 |
-
#: bws_functions.php:
|
520 |
msgid "Submit a Request"
|
521 |
msgstr "Soumettre une requête"
|
522 |
|
523 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
524 |
msgid "Not set"
|
525 |
msgstr "Not set"
|
526 |
|
527 |
-
#: bws_menu.php:
|
528 |
msgid "On"
|
529 |
msgstr "On"
|
530 |
|
531 |
-
#: bws_menu.php:
|
532 |
msgid "Off"
|
533 |
msgstr "Off"
|
534 |
|
535 |
-
#: bws_menu.php:
|
536 |
-
#: bws_menu.php:
|
537 |
msgid "N/A"
|
538 |
msgstr "N/A"
|
539 |
|
540 |
-
#: bws_menu.php:
|
541 |
msgid " Mb"
|
542 |
msgstr " Mb"
|
543 |
|
544 |
-
#: bws_menu.php:
|
545 |
msgid "Yes"
|
546 |
msgstr "Yes"
|
547 |
|
548 |
-
#: bws_menu.php:
|
549 |
msgid "No"
|
550 |
msgstr "No"
|
551 |
|
552 |
-
#: bws_menu.php:
|
553 |
msgid "Operating System"
|
554 |
msgstr "Operating System"
|
555 |
|
556 |
-
#: bws_menu.php:
|
557 |
msgid "Server"
|
558 |
msgstr "Server"
|
559 |
|
560 |
-
#: bws_menu.php:
|
561 |
msgid "Memory usage"
|
562 |
msgstr "Memory usage"
|
563 |
|
564 |
-
#: bws_menu.php:
|
565 |
msgid "MYSQL Version"
|
566 |
msgstr "MYSQL Version"
|
567 |
|
568 |
-
#: bws_menu.php:
|
569 |
msgid "SQL Mode"
|
570 |
msgstr "SQL Mode"
|
571 |
|
572 |
-
#: bws_menu.php:
|
573 |
msgid "PHP Version"
|
574 |
msgstr "PHP Version"
|
575 |
|
576 |
-
#: bws_menu.php:
|
577 |
msgid "PHP Safe Mode"
|
578 |
msgstr "PHP Safe Mode"
|
579 |
|
580 |
-
#: bws_menu.php:
|
581 |
msgid "PHP Allow URL fopen"
|
582 |
msgstr "PHP Allow URL fopen"
|
583 |
|
584 |
-
#: bws_menu.php:
|
585 |
msgid "PHP Memory Limit"
|
586 |
msgstr "PHP Memory Limit"
|
587 |
|
588 |
-
#: bws_menu.php:
|
589 |
msgid "PHP Max Upload Size"
|
590 |
msgstr "PHP Max Upload Size"
|
591 |
|
592 |
-
#: bws_menu.php:
|
593 |
msgid "PHP Max Post Size"
|
594 |
msgstr "PHP Max Post Size"
|
595 |
|
596 |
-
#: bws_menu.php:
|
597 |
msgid "PHP Max Script Execute Time"
|
598 |
msgstr "PHP Max Script Execute Time"
|
599 |
|
600 |
-
#: bws_menu.php:
|
601 |
msgid "PHP Exif support"
|
602 |
msgstr "PHP Exif support"
|
603 |
|
604 |
-
#: bws_menu.php:
|
605 |
msgid "PHP IPTC support"
|
606 |
msgstr "PHP IPTC support"
|
607 |
|
608 |
-
#: bws_menu.php:
|
609 |
msgid "PHP XML support"
|
610 |
msgstr "PHP XML support"
|
611 |
|
612 |
-
#: bws_menu.php:
|
613 |
msgid "Site URL"
|
614 |
msgstr "Site URL"
|
615 |
|
616 |
-
#: bws_menu.php:
|
617 |
msgid "Home URL"
|
618 |
msgstr "Home URL"
|
619 |
|
620 |
-
#: bws_menu.php:
|
621 |
msgid "WordPress Version"
|
622 |
msgstr "WordPress Version"
|
623 |
|
624 |
-
#: bws_menu.php:
|
625 |
msgid "WordPress DB Version"
|
626 |
msgstr "WordPress DB Version"
|
627 |
|
628 |
-
#: bws_menu.php:
|
629 |
msgid "Multisite"
|
630 |
msgstr "Multisite"
|
631 |
|
632 |
-
#: bws_menu.php:
|
633 |
msgid "Active Theme"
|
634 |
msgstr "Active Theme"
|
635 |
|
636 |
-
#: bws_menu.php:
|
637 |
msgid "Please enter a valid email address."
|
638 |
msgstr "Merci de saisir une adresse e-mail valide."
|
639 |
|
640 |
-
#: bws_menu.php:
|
641 |
msgid "Email with system info is sent to "
|
642 |
msgstr "Le courriel avec les informations système est envoyé à"
|
643 |
|
644 |
-
#: bws_menu.php:
|
645 |
msgid "Thank you for contacting us."
|
646 |
msgstr "Merci de nous avoir contacté."
|
647 |
|
648 |
-
#: bws_menu.php:
|
649 |
msgid "Sorry, email message could not be delivered."
|
650 |
msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
|
651 |
|
652 |
-
#: bws_menu.php:
|
653 |
msgid "Need help?"
|
654 |
msgstr "Besoin d'aide ?"
|
655 |
|
656 |
-
#: bws_menu.php:
|
657 |
msgid "Client area"
|
658 |
msgstr "Espace client"
|
659 |
|
660 |
-
#: bws_menu.php:
|
661 |
msgid "System status"
|
662 |
msgstr "System status"
|
663 |
|
664 |
-
#: bws_menu.php:
|
665 |
msgid "Plugins"
|
666 |
msgstr "Extensions"
|
667 |
|
668 |
-
#: bws_menu.php:
|
669 |
msgid "Themes"
|
670 |
msgstr "Thèmes"
|
671 |
|
672 |
-
#: bws_menu.php:
|
673 |
msgid "All"
|
674 |
msgstr "Tous"
|
675 |
|
676 |
-
#: bws_menu.php:
|
677 |
msgid "Installed"
|
678 |
msgstr "Installé"
|
679 |
|
680 |
-
#: bws_menu.php:
|
681 |
msgid "Recommended"
|
682 |
msgstr "Recommandé"
|
683 |
|
684 |
-
#: bws_menu.php:
|
685 |
msgid "Installed plugins"
|
686 |
msgstr "Extensions installées"
|
687 |
|
688 |
-
#: bws_menu.php:
|
689 |
msgid "Settings"
|
690 |
msgstr "Réglages"
|
691 |
|
692 |
-
#: bws_menu.php:
|
693 |
msgid "Activate this plugin"
|
694 |
msgstr "Activer cette extension"
|
695 |
|
696 |
-
#: bws_menu.php:
|
697 |
msgid "Go"
|
698 |
msgstr "Passez"
|
699 |
|
700 |
-
#: bws_menu.php:
|
701 |
msgid "DONATE"
|
702 |
msgstr "Faire un don"
|
703 |
|
704 |
-
#: bws_menu.php:
|
705 |
msgid "Recommended plugins"
|
706 |
msgstr "Extensions recommandées"
|
707 |
|
708 |
-
#: bws_menu.php:
|
709 |
msgid "Install now"
|
710 |
msgstr "Installer maintenant"
|
711 |
|
712 |
-
#: bws_menu.php:
|
713 |
msgid "Try again"
|
714 |
msgstr "Essayer de nouveau"
|
715 |
|
716 |
-
#: bws_menu.php:
|
717 |
#, php-format
|
718 |
msgid "Preview “%s”"
|
719 |
msgstr "Pré-visualiser “%s”"
|
720 |
|
721 |
-
#: bws_menu.php:
|
722 |
#, php-format
|
723 |
msgid "Install %s"
|
724 |
msgstr "%s installé"
|
725 |
|
726 |
-
#: bws_menu.php:
|
727 |
msgid "Install Now"
|
728 |
msgstr "Installer maintenant"
|
729 |
|
730 |
-
#: bws_menu.php:
|
731 |
#, php-format
|
732 |
msgid "Update to version %s"
|
733 |
msgstr "Mettre à jour avec la version %s"
|
734 |
|
735 |
-
#: bws_menu.php:
|
736 |
msgid "Update"
|
737 |
msgstr "Mettre à jour"
|
738 |
|
739 |
-
#: bws_menu.php:
|
740 |
#, php-format
|
741 |
msgid "Preview %s"
|
742 |
msgstr "Pré-visualiser %s"
|
743 |
|
744 |
-
#: bws_menu.php:
|
745 |
msgid "Preview"
|
746 |
msgstr "Pré-visualiser"
|
747 |
|
748 |
-
#: bws_menu.php:
|
749 |
#, php-format
|
750 |
msgid "By %s"
|
751 |
msgstr "Par %s"
|
752 |
|
753 |
-
#: bws_menu.php:
|
754 |
msgid "Details"
|
755 |
msgstr "Détails"
|
756 |
|
757 |
-
#: bws_menu.php:
|
758 |
msgid "Already Installed"
|
759 |
msgstr "Déjà installé"
|
760 |
|
761 |
-
#: bws_menu.php:
|
762 |
msgid "Environment"
|
763 |
msgstr "Environnent"
|
764 |
|
765 |
-
#: bws_menu.php:
|
766 |
msgid "Active Plugins"
|
767 |
msgstr "Extensions actives"
|
768 |
|
769 |
-
#: bws_menu.php:
|
770 |
msgid "Inactive Plugins"
|
771 |
msgstr "Extensions inactives"
|
772 |
|
773 |
-
#: bws_menu.php:
|
774 |
msgid "Send to support"
|
775 |
msgstr "Envoyé au support"
|
776 |
|
777 |
-
#: bws_menu.php:
|
778 |
msgid "Send to custom email »"
|
779 |
msgstr "Envoyer un e-mail spécifique »"
|
780 |
|
|
|
|
|
|
|
781 |
#~ msgid ""
|
782 |
#~ "(your username is the email you specify when purchasing the product), "
|
783 |
#~ "where you can make the necessary changes."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-03-10 15:34+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-03-10 15:34+0300\n"
|
7 |
"Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
8 |
"Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
9 |
"Language: fr_FR\n"
|
45 |
"ou plus ! Nous ne garantissons pas que notre extension fonctionne "
|
46 |
"correctement. Merci de mettre à jour Wordpress avec la dernière version."
|
47 |
|
48 |
+
#: bws_functions.php:143 bws_functions.php:652 bws_functions.php:696
|
49 |
+
#: bws_functions.php:755
|
50 |
+
msgid "Close notice"
|
51 |
+
msgstr "Effacer l'avertissement"
|
52 |
+
|
53 |
#: bws_functions.php:148
|
54 |
msgid "It’s time to upgrade your"
|
55 |
msgstr "C'est le moment de mettre à jour votre "
|
230 |
msgstr "Débuter votre licence d'évaluation gratuite de %s jours"
|
231 |
|
232 |
#: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
|
233 |
+
#: bws_functions.php:460 bws_functions.php:1232 bws_menu.php:693
|
234 |
+
#: bws_menu.php:750
|
235 |
msgid "Activate"
|
236 |
msgstr "Activé"
|
237 |
|
364 |
"Votre licence est terminée. Pour continuer à disposer du support rapide et "
|
365 |
"des mises à jour de l'extension vous devez la renouveller."
|
366 |
|
367 |
+
#: bws_functions.php:603 bws_functions.php:656 bws_functions.php:1198
|
368 |
+
#: bws_menu.php:669 bws_menu.php:691 bws_menu.php:718 bws_menu.php:748
|
369 |
+
#: bws_menu.php:794
|
370 |
msgid "Learn more"
|
371 |
msgstr "En savoir plus"
|
372 |
|
412 |
msgid "Add New"
|
413 |
msgstr "Ajouter"
|
414 |
|
|
|
|
|
|
|
|
|
415 |
#: bws_functions.php:750
|
416 |
#, fuzzy
|
417 |
msgid "Thank you for choosing"
|
435 |
msgid "The plugin's settings have been changed."
|
436 |
msgstr "Les paramètres de l'extension ont été modifiés."
|
437 |
|
438 |
+
#: bws_functions.php:769 bws_functions.php:1240
|
439 |
msgid "Save Changes"
|
440 |
msgstr "Sauvegarder les modifications"
|
441 |
|
447 |
"Vous pouvez toujours consulter les options premium en cliquant sur le lien "
|
448 |
"\"Voir les fonctionnalités de la version PRO\" dans l'onglet Passer PRO"
|
449 |
|
|
|
|
|
|
|
|
|
450 |
#: bws_functions.php:886
|
451 |
msgid "Add shortcode"
|
452 |
msgstr "Ajouter le code court"
|
455 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
456 |
msgstr "Ajouter le code court des extensions BestWebSoft avec ce bouton."
|
457 |
|
458 |
+
#: bws_functions.php:935
|
459 |
msgid "Close"
|
460 |
msgstr "Fermer"
|
461 |
|
462 |
+
#: bws_functions.php:1027
|
463 |
msgid "Restore all plugin settings to defaults"
|
464 |
msgstr "Remettre les valeurs par défaut des paramètres de l'extension"
|
465 |
|
466 |
+
#: bws_functions.php:1029
|
467 |
msgid "Restore settings"
|
468 |
msgstr "Remettre les paramètres"
|
469 |
|
470 |
+
#: bws_functions.php:1040
|
471 |
msgid "Are you sure you want to restore all settings by default?"
|
472 |
msgstr "Êtes vous sûr de vouloir remettre toutes les valeurs par défaut ?"
|
473 |
|
474 |
+
#: bws_functions.php:1043
|
475 |
msgid "Yes, restore all settings"
|
476 |
msgstr "Oui, remettre les valeurs par défaut"
|
477 |
|
478 |
+
#: bws_functions.php:1044
|
479 |
msgid "No, go back to the settings page"
|
480 |
msgstr "Non, retourner à la page des paramètres"
|
481 |
|
482 |
+
#: bws_functions.php:1090
|
483 |
msgid "Plugin"
|
484 |
msgstr "Extension"
|
485 |
|
486 |
+
#: bws_functions.php:1099
|
487 |
msgid "Shortcode settings"
|
488 |
msgstr "Paramètres du code court"
|
489 |
|
490 |
+
#: bws_functions.php:1104
|
491 |
msgid "The shortcode will be inserted"
|
492 |
msgstr "Le code court sera inséré"
|
493 |
|
494 |
+
#: bws_functions.php:1109
|
495 |
msgid "Insert"
|
496 |
msgstr "Insérer"
|
497 |
|
498 |
+
#: bws_functions.php:1140
|
499 |
msgid "Visit Help Center"
|
500 |
msgstr "Visiter le site du support"
|
501 |
|
502 |
+
#: bws_functions.php:1145
|
503 |
msgid "FAQ"
|
504 |
msgstr "FAQ"
|
505 |
|
506 |
+
#: bws_functions.php:1151
|
507 |
msgid "For more information:"
|
508 |
msgstr "Pour plus d'informations :"
|
509 |
|
510 |
+
#: bws_functions.php:1152
|
511 |
msgid "Documentation"
|
512 |
msgstr "Documentation"
|
513 |
|
514 |
+
#: bws_functions.php:1153
|
515 |
msgid "Video Instructions"
|
516 |
msgstr "Vidéo explicative"
|
517 |
|
518 |
+
#: bws_functions.php:1154
|
519 |
msgid "Submit a Request"
|
520 |
msgstr "Soumettre une requête"
|
521 |
|
522 |
+
#: bws_functions.php:1165
|
523 |
+
msgid "You do not have sufficient permissions to edit plugins for this site."
|
524 |
+
msgstr ""
|
525 |
+
|
526 |
+
#: bws_functions.php:1196
|
527 |
+
msgid "File edited successfully."
|
528 |
+
msgstr ""
|
529 |
+
|
530 |
+
#: bws_functions.php:1198
|
531 |
+
msgid "Not enough permissions to create or update the file"
|
532 |
+
msgstr ""
|
533 |
+
|
534 |
+
#: bws_functions.php:1222
|
535 |
+
msgid "These styles will be added to the header on all pages of your site."
|
536 |
+
msgstr ""
|
537 |
+
|
538 |
+
#: bws_functions.php:1225
|
539 |
+
msgid "Editing"
|
540 |
+
msgstr ""
|
541 |
+
|
542 |
+
#: bws_functions.php:1227
|
543 |
+
msgid "Browsing"
|
544 |
+
msgstr ""
|
545 |
+
|
546 |
+
#: bws_functions.php:1235
|
547 |
+
#, fuzzy
|
548 |
+
msgid "Learn more about CSS"
|
549 |
+
msgstr "En savoir plus"
|
550 |
+
|
551 |
+
#: bws_functions.php:1243
|
552 |
+
#, php-format
|
553 |
+
msgid ""
|
554 |
+
"You need to make this file writable before you can save your changes. See %s "
|
555 |
+
"the Codex %s for more information."
|
556 |
+
msgstr ""
|
557 |
+
|
558 |
+
#: bws_menu.php:509
|
559 |
msgid "Not set"
|
560 |
msgstr "Not set"
|
561 |
|
562 |
+
#: bws_menu.php:511 bws_menu.php:512
|
563 |
msgid "On"
|
564 |
msgstr "On"
|
565 |
|
566 |
+
#: bws_menu.php:511 bws_menu.php:512
|
567 |
msgid "Off"
|
568 |
msgstr "Off"
|
569 |
|
570 |
+
#: bws_menu.php:513 bws_menu.php:514 bws_menu.php:515 bws_menu.php:516
|
571 |
+
#: bws_menu.php:517 bws_menu.php:529
|
572 |
msgid "N/A"
|
573 |
msgstr "N/A"
|
574 |
|
575 |
+
#: bws_menu.php:517
|
576 |
msgid " Mb"
|
577 |
msgstr " Mb"
|
578 |
|
579 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:525
|
580 |
msgid "Yes"
|
581 |
msgstr "Yes"
|
582 |
|
583 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:527
|
584 |
msgid "No"
|
585 |
msgstr "No"
|
586 |
|
587 |
+
#: bws_menu.php:537
|
588 |
msgid "Operating System"
|
589 |
msgstr "Operating System"
|
590 |
|
591 |
+
#: bws_menu.php:538
|
592 |
msgid "Server"
|
593 |
msgstr "Server"
|
594 |
|
595 |
+
#: bws_menu.php:539
|
596 |
msgid "Memory usage"
|
597 |
msgstr "Memory usage"
|
598 |
|
599 |
+
#: bws_menu.php:540
|
600 |
msgid "MYSQL Version"
|
601 |
msgstr "MYSQL Version"
|
602 |
|
603 |
+
#: bws_menu.php:541
|
604 |
msgid "SQL Mode"
|
605 |
msgstr "SQL Mode"
|
606 |
|
607 |
+
#: bws_menu.php:542
|
608 |
msgid "PHP Version"
|
609 |
msgstr "PHP Version"
|
610 |
|
611 |
+
#: bws_menu.php:543
|
612 |
msgid "PHP Safe Mode"
|
613 |
msgstr "PHP Safe Mode"
|
614 |
|
615 |
+
#: bws_menu.php:544
|
616 |
msgid "PHP Allow URL fopen"
|
617 |
msgstr "PHP Allow URL fopen"
|
618 |
|
619 |
+
#: bws_menu.php:545
|
620 |
msgid "PHP Memory Limit"
|
621 |
msgstr "PHP Memory Limit"
|
622 |
|
623 |
+
#: bws_menu.php:546
|
624 |
msgid "PHP Max Upload Size"
|
625 |
msgstr "PHP Max Upload Size"
|
626 |
|
627 |
+
#: bws_menu.php:547
|
628 |
msgid "PHP Max Post Size"
|
629 |
msgstr "PHP Max Post Size"
|
630 |
|
631 |
+
#: bws_menu.php:548
|
632 |
msgid "PHP Max Script Execute Time"
|
633 |
msgstr "PHP Max Script Execute Time"
|
634 |
|
635 |
+
#: bws_menu.php:549
|
636 |
msgid "PHP Exif support"
|
637 |
msgstr "PHP Exif support"
|
638 |
|
639 |
+
#: bws_menu.php:550
|
640 |
msgid "PHP IPTC support"
|
641 |
msgstr "PHP IPTC support"
|
642 |
|
643 |
+
#: bws_menu.php:551
|
644 |
msgid "PHP XML support"
|
645 |
msgstr "PHP XML support"
|
646 |
|
647 |
+
#: bws_menu.php:552
|
648 |
msgid "Site URL"
|
649 |
msgstr "Site URL"
|
650 |
|
651 |
+
#: bws_menu.php:553
|
652 |
msgid "Home URL"
|
653 |
msgstr "Home URL"
|
654 |
|
655 |
+
#: bws_menu.php:556
|
656 |
msgid "WordPress Version"
|
657 |
msgstr "WordPress Version"
|
658 |
|
659 |
+
#: bws_menu.php:557
|
660 |
msgid "WordPress DB Version"
|
661 |
msgstr "WordPress DB Version"
|
662 |
|
663 |
+
#: bws_menu.php:558
|
664 |
msgid "Multisite"
|
665 |
msgstr "Multisite"
|
666 |
|
667 |
+
#: bws_menu.php:559
|
668 |
msgid "Active Theme"
|
669 |
msgstr "Active Theme"
|
670 |
|
671 |
+
#: bws_menu.php:574
|
672 |
msgid "Please enter a valid email address."
|
673 |
msgstr "Merci de saisir une adresse e-mail valide."
|
674 |
|
675 |
+
#: bws_menu.php:578
|
676 |
msgid "Email with system info is sent to "
|
677 |
msgstr "Le courriel avec les informations système est envoyé à"
|
678 |
|
679 |
+
#: bws_menu.php:582
|
680 |
msgid "Thank you for contacting us."
|
681 |
msgstr "Merci de nous avoir contacté."
|
682 |
|
683 |
+
#: bws_menu.php:615
|
684 |
msgid "Sorry, email message could not be delivered."
|
685 |
msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
|
686 |
|
687 |
+
#: bws_menu.php:622
|
688 |
msgid "Need help?"
|
689 |
msgstr "Besoin d'aide ?"
|
690 |
|
691 |
+
#: bws_menu.php:623
|
692 |
msgid "Client area"
|
693 |
msgstr "Espace client"
|
694 |
|
695 |
+
#: bws_menu.php:624 bws_menu.php:933
|
696 |
msgid "System status"
|
697 |
msgstr "System status"
|
698 |
|
699 |
+
#: bws_menu.php:629
|
700 |
msgid "Plugins"
|
701 |
msgstr "Extensions"
|
702 |
|
703 |
+
#: bws_menu.php:630
|
704 |
msgid "Themes"
|
705 |
msgstr "Thèmes"
|
706 |
|
707 |
+
#: bws_menu.php:634
|
708 |
msgid "All"
|
709 |
msgstr "Tous"
|
710 |
|
711 |
+
#: bws_menu.php:635
|
712 |
msgid "Installed"
|
713 |
msgstr "Installé"
|
714 |
|
715 |
+
#: bws_menu.php:636
|
716 |
msgid "Recommended"
|
717 |
msgstr "Recommandé"
|
718 |
|
719 |
+
#: bws_menu.php:640
|
720 |
msgid "Installed plugins"
|
721 |
msgstr "Extensions installées"
|
722 |
|
723 |
+
#: bws_menu.php:672 bws_menu.php:721
|
724 |
msgid "Settings"
|
725 |
msgstr "Réglages"
|
726 |
|
727 |
+
#: bws_menu.php:693 bws_menu.php:750
|
728 |
msgid "Activate this plugin"
|
729 |
msgstr "Activer cette extension"
|
730 |
|
731 |
+
#: bws_menu.php:708 bws_menu.php:738 bws_menu.php:784
|
732 |
msgid "Go"
|
733 |
msgstr "Passez"
|
734 |
|
735 |
+
#: bws_menu.php:712 bws_menu.php:742 bws_menu.php:788
|
736 |
msgid "DONATE"
|
737 |
msgstr "Faire un don"
|
738 |
|
739 |
+
#: bws_menu.php:758
|
740 |
msgid "Recommended plugins"
|
741 |
msgstr "Extensions recommandées"
|
742 |
|
743 |
+
#: bws_menu.php:796
|
744 |
msgid "Install now"
|
745 |
msgstr "Installer maintenant"
|
746 |
|
747 |
+
#: bws_menu.php:817
|
748 |
msgid "Try again"
|
749 |
msgstr "Essayer de nouveau"
|
750 |
|
751 |
+
#: bws_menu.php:835
|
752 |
#, php-format
|
753 |
msgid "Preview “%s”"
|
754 |
msgstr "Pré-visualiser “%s”"
|
755 |
|
756 |
+
#: bws_menu.php:866
|
757 |
#, php-format
|
758 |
msgid "Install %s"
|
759 |
msgstr "%s installé"
|
760 |
|
761 |
+
#: bws_menu.php:866
|
762 |
msgid "Install Now"
|
763 |
msgstr "Installer maintenant"
|
764 |
|
765 |
+
#: bws_menu.php:869
|
766 |
#, php-format
|
767 |
msgid "Update to version %s"
|
768 |
msgstr "Mettre à jour avec la version %s"
|
769 |
|
770 |
+
#: bws_menu.php:869
|
771 |
msgid "Update"
|
772 |
msgstr "Mettre à jour"
|
773 |
|
774 |
+
#: bws_menu.php:876
|
775 |
#, php-format
|
776 |
msgid "Preview %s"
|
777 |
msgstr "Pré-visualiser %s"
|
778 |
|
779 |
+
#: bws_menu.php:876
|
780 |
msgid "Preview"
|
781 |
msgstr "Pré-visualiser"
|
782 |
|
783 |
+
#: bws_menu.php:882 bws_menu.php:914
|
784 |
#, php-format
|
785 |
msgid "By %s"
|
786 |
msgstr "Par %s"
|
787 |
|
788 |
+
#: bws_menu.php:888
|
789 |
msgid "Details"
|
790 |
msgstr "Détails"
|
791 |
|
792 |
+
#: bws_menu.php:920
|
793 |
msgid "Already Installed"
|
794 |
msgstr "Déjà installé"
|
795 |
|
796 |
+
#: bws_menu.php:936
|
797 |
msgid "Environment"
|
798 |
msgstr "Environnent"
|
799 |
|
800 |
+
#: bws_menu.php:947
|
801 |
msgid "Active Plugins"
|
802 |
msgstr "Extensions actives"
|
803 |
|
804 |
+
#: bws_menu.php:960
|
805 |
msgid "Inactive Plugins"
|
806 |
msgstr "Extensions inactives"
|
807 |
|
808 |
+
#: bws_menu.php:976
|
809 |
msgid "Send to support"
|
810 |
msgstr "Envoyé au support"
|
811 |
|
812 |
+
#: bws_menu.php:983
|
813 |
msgid "Send to custom email »"
|
814 |
msgstr "Envoyer un e-mail spécifique »"
|
815 |
|
816 |
+
#~ msgid "Add BWS Plugins Shortcode"
|
817 |
+
#~ msgstr "Ajouter le code court de l'extension BWS"
|
818 |
+
|
819 |
#~ msgid ""
|
820 |
#~ "(your username is the email you specify when purchasing the product), "
|
821 |
#~ "where you can make the necessary changes."
|
bws_menu/languages/bestwebsoft-it_IT.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-it_IT.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
-
"PO-Revision-Date: 2016-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Marco <marco@blackstudio.it>\n"
|
9 |
"Language: it_IT\n"
|
@@ -44,6 +44,11 @@ msgid ""
|
|
44 |
"upgrade to WordPress latest version."
|
45 |
msgstr ""
|
46 |
|
|
|
|
|
|
|
|
|
|
|
47 |
#: bws_functions.php:148
|
48 |
msgid "It’s time to upgrade your"
|
49 |
msgstr ""
|
@@ -207,7 +212,8 @@ msgstr ""
|
|
207 |
|
208 |
# @ bestwebsoft
|
209 |
#: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
|
210 |
-
#: bws_functions.php:460
|
|
|
211 |
#, fuzzy
|
212 |
msgid "Activate"
|
213 |
msgstr "Plugin attivi"
|
@@ -313,8 +319,9 @@ msgid ""
|
|
313 |
msgstr ""
|
314 |
|
315 |
# @ bestwebsoft
|
316 |
-
#: bws_functions.php:603 bws_functions.php:656
|
317 |
-
#: bws_menu.php:
|
|
|
318 |
#, fuzzy
|
319 |
msgid "Learn more"
|
320 |
msgstr "Leggi tutto"
|
@@ -365,10 +372,6 @@ msgstr "Impostazioni"
|
|
365 |
msgid "Add New"
|
366 |
msgstr ""
|
367 |
|
368 |
-
#: bws_functions.php:696 bws_functions.php:755
|
369 |
-
msgid "Close notice"
|
370 |
-
msgstr ""
|
371 |
-
|
372 |
# @ bestwebsoft
|
373 |
#: bws_functions.php:750
|
374 |
#, fuzzy
|
@@ -394,7 +397,7 @@ msgid "The plugin's settings have been changed."
|
|
394 |
msgstr ""
|
395 |
|
396 |
# @ default
|
397 |
-
#: bws_functions.php:769
|
398 |
msgid "Save Changes"
|
399 |
msgstr "Salva le modifiche"
|
400 |
|
@@ -404,10 +407,6 @@ msgid ""
|
|
404 |
"\" in the \"Go PRO\" tab"
|
405 |
msgstr ""
|
406 |
|
407 |
-
#: bws_functions.php:866
|
408 |
-
msgid "Add BWS Plugins Shortcode"
|
409 |
-
msgstr ""
|
410 |
-
|
411 |
#: bws_functions.php:886
|
412 |
msgid "Add shortcode"
|
413 |
msgstr ""
|
@@ -416,388 +415,425 @@ msgstr ""
|
|
416 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
417 |
msgstr ""
|
418 |
|
419 |
-
#: bws_functions.php:
|
420 |
msgid "Close"
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: bws_functions.php:
|
424 |
msgid "Restore all plugin settings to defaults"
|
425 |
msgstr ""
|
426 |
|
427 |
-
#: bws_functions.php:
|
428 |
msgid "Restore settings"
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: bws_functions.php:
|
432 |
msgid "Are you sure you want to restore all settings by default?"
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: bws_functions.php:
|
436 |
msgid "Yes, restore all settings"
|
437 |
msgstr ""
|
438 |
|
439 |
-
#: bws_functions.php:
|
440 |
msgid "No, go back to the settings page"
|
441 |
msgstr ""
|
442 |
|
443 |
# @ bestwebsoft
|
444 |
-
#: bws_functions.php:
|
445 |
#, fuzzy
|
446 |
msgid "Plugin"
|
447 |
msgstr "Plugin Pro"
|
448 |
|
449 |
# @ bestwebsoft
|
450 |
# @ captcha
|
451 |
-
#: bws_functions.php:
|
452 |
#, fuzzy
|
453 |
msgid "Shortcode settings"
|
454 |
msgstr "Impostazioni"
|
455 |
|
456 |
-
#: bws_functions.php:
|
457 |
msgid "The shortcode will be inserted"
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: bws_functions.php:
|
461 |
msgid "Insert"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: bws_functions.php:
|
465 |
msgid "Visit Help Center"
|
466 |
msgstr ""
|
467 |
|
468 |
# @ captcha
|
469 |
-
#: bws_functions.php:
|
470 |
msgid "FAQ"
|
471 |
msgstr "FAQ"
|
472 |
|
473 |
-
#: bws_functions.php:
|
474 |
msgid "For more information:"
|
475 |
msgstr ""
|
476 |
|
477 |
-
#: bws_functions.php:
|
478 |
msgid "Documentation"
|
479 |
msgstr ""
|
480 |
|
481 |
-
#: bws_functions.php:
|
482 |
msgid "Video Instructions"
|
483 |
msgstr ""
|
484 |
|
485 |
-
#: bws_functions.php:
|
486 |
msgid "Submit a Request"
|
487 |
msgstr ""
|
488 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
489 |
# @ bestwebsoft
|
490 |
-
#: bws_menu.php:
|
491 |
msgid "Not set"
|
492 |
msgstr "Non impostato"
|
493 |
|
494 |
# @ bestwebsoft
|
495 |
-
#: bws_menu.php:
|
496 |
msgid "On"
|
497 |
msgstr "Abilitato"
|
498 |
|
499 |
# @ bestwebsoft
|
500 |
-
#: bws_menu.php:
|
501 |
msgid "Off"
|
502 |
msgstr "Disabilitato"
|
503 |
|
504 |
# @ bestwebsoft
|
505 |
-
#: bws_menu.php:
|
506 |
-
#: bws_menu.php:
|
507 |
msgid "N/A"
|
508 |
msgstr "Non disponibile"
|
509 |
|
510 |
# @ bestwebsoft
|
511 |
-
#: bws_menu.php:
|
512 |
msgid " Mb"
|
513 |
msgstr "Mb"
|
514 |
|
515 |
# @ bestwebsoft
|
516 |
-
#: bws_menu.php:
|
517 |
msgid "Yes"
|
518 |
msgstr "Sì"
|
519 |
|
520 |
# @ bestwebsoft
|
521 |
-
#: bws_menu.php:
|
522 |
msgid "No"
|
523 |
msgstr "No"
|
524 |
|
525 |
# @ bestwebsoft
|
526 |
-
#: bws_menu.php:
|
527 |
msgid "Operating System"
|
528 |
msgstr "Sistema operativo"
|
529 |
|
530 |
# @ bestwebsoft
|
531 |
-
#: bws_menu.php:
|
532 |
msgid "Server"
|
533 |
msgstr "Server"
|
534 |
|
535 |
# @ bestwebsoft
|
536 |
-
#: bws_menu.php:
|
537 |
msgid "Memory usage"
|
538 |
msgstr "Utilizzo memoria"
|
539 |
|
540 |
# @ bestwebsoft
|
541 |
-
#: bws_menu.php:
|
542 |
msgid "MYSQL Version"
|
543 |
msgstr "Versione MYSQL"
|
544 |
|
545 |
# @ bestwebsoft
|
546 |
-
#: bws_menu.php:
|
547 |
msgid "SQL Mode"
|
548 |
msgstr "Modalità SQL"
|
549 |
|
550 |
# @ bestwebsoft
|
551 |
-
#: bws_menu.php:
|
552 |
msgid "PHP Version"
|
553 |
msgstr "Versione PHP"
|
554 |
|
555 |
# @ bestwebsoft
|
556 |
-
#: bws_menu.php:
|
557 |
msgid "PHP Safe Mode"
|
558 |
msgstr "Safe Mode PHP"
|
559 |
|
560 |
# @ bestwebsoft
|
561 |
-
#: bws_menu.php:
|
562 |
msgid "PHP Allow URL fopen"
|
563 |
msgstr "Consenti URL fopen PHP"
|
564 |
|
565 |
# @ bestwebsoft
|
566 |
-
#: bws_menu.php:
|
567 |
msgid "PHP Memory Limit"
|
568 |
msgstr "Limite di memoria PHP"
|
569 |
|
570 |
# @ bestwebsoft
|
571 |
-
#: bws_menu.php:
|
572 |
msgid "PHP Max Upload Size"
|
573 |
msgstr "Dimensione upload massima PHP"
|
574 |
|
575 |
# @ bestwebsoft
|
576 |
-
#: bws_menu.php:
|
577 |
msgid "PHP Max Post Size"
|
578 |
msgstr "Dimensione massima Post PHP"
|
579 |
|
580 |
# @ bestwebsoft
|
581 |
-
#: bws_menu.php:
|
582 |
msgid "PHP Max Script Execute Time"
|
583 |
msgstr "Tempo massimo di esecuzione PHP"
|
584 |
|
585 |
# @ bestwebsoft
|
586 |
-
#: bws_menu.php:
|
587 |
msgid "PHP Exif support"
|
588 |
msgstr "Supporto Exif PHP"
|
589 |
|
590 |
# @ bestwebsoft
|
591 |
-
#: bws_menu.php:
|
592 |
msgid "PHP IPTC support"
|
593 |
msgstr "Supporto IPTC PHP"
|
594 |
|
595 |
# @ bestwebsoft
|
596 |
-
#: bws_menu.php:
|
597 |
msgid "PHP XML support"
|
598 |
msgstr "Supporto XML PHP"
|
599 |
|
600 |
# @ bestwebsoft
|
601 |
-
#: bws_menu.php:
|
602 |
msgid "Site URL"
|
603 |
msgstr "URL sito"
|
604 |
|
605 |
# @ bestwebsoft
|
606 |
-
#: bws_menu.php:
|
607 |
msgid "Home URL"
|
608 |
msgstr "URL home"
|
609 |
|
610 |
# @ bestwebsoft
|
611 |
-
#: bws_menu.php:
|
612 |
msgid "WordPress Version"
|
613 |
msgstr "Versione WordPress"
|
614 |
|
615 |
# @ bestwebsoft
|
616 |
-
#: bws_menu.php:
|
617 |
msgid "WordPress DB Version"
|
618 |
msgstr "Versione DB WordPress"
|
619 |
|
620 |
# @ bestwebsoft
|
621 |
-
#: bws_menu.php:
|
622 |
msgid "Multisite"
|
623 |
msgstr "Multisito"
|
624 |
|
625 |
# @ bestwebsoft
|
626 |
-
#: bws_menu.php:
|
627 |
msgid "Active Theme"
|
628 |
msgstr "Tema attivo"
|
629 |
|
630 |
# @ bestwebsoft
|
631 |
-
#: bws_menu.php:
|
632 |
msgid "Please enter a valid email address."
|
633 |
msgstr "Per favore inserisci un indirizzo e-mail valido."
|
634 |
|
635 |
# @ bestwebsoft
|
636 |
-
#: bws_menu.php:
|
637 |
msgid "Email with system info is sent to "
|
638 |
msgstr "Email con informazioni di sistema spedita a "
|
639 |
|
640 |
# @ bestwebsoft
|
641 |
-
#: bws_menu.php:
|
642 |
msgid "Thank you for contacting us."
|
643 |
msgstr "Grazie per averci contattato."
|
644 |
|
645 |
# @ bestwebsoft
|
646 |
-
#: bws_menu.php:
|
647 |
msgid "Sorry, email message could not be delivered."
|
648 |
msgstr "Spiacenti, il messaggio email non può essere inviato."
|
649 |
|
650 |
-
#: bws_menu.php:
|
651 |
msgid "Need help?"
|
652 |
msgstr ""
|
653 |
|
654 |
-
#: bws_menu.php:
|
655 |
msgid "Client area"
|
656 |
msgstr ""
|
657 |
|
658 |
# @ bestwebsoft
|
659 |
-
#: bws_menu.php:
|
660 |
msgid "System status"
|
661 |
msgstr "Stato sistema"
|
662 |
|
663 |
# @ bestwebsoft
|
664 |
-
#: bws_menu.php:
|
665 |
#, fuzzy
|
666 |
msgid "Plugins"
|
667 |
msgstr "Plugin Pro"
|
668 |
|
669 |
-
#: bws_menu.php:
|
670 |
msgid "Themes"
|
671 |
msgstr ""
|
672 |
|
673 |
-
#: bws_menu.php:
|
674 |
msgid "All"
|
675 |
msgstr ""
|
676 |
|
677 |
# @ default
|
678 |
-
#: bws_menu.php:
|
679 |
#, fuzzy
|
680 |
msgid "Installed"
|
681 |
msgstr "Installa %s"
|
682 |
|
683 |
# @ bestwebsoft
|
684 |
-
#: bws_menu.php:
|
685 |
#, fuzzy
|
686 |
msgid "Recommended"
|
687 |
msgstr "Plugin raccomandati"
|
688 |
|
689 |
# @ bestwebsoft
|
690 |
-
#: bws_menu.php:
|
691 |
msgid "Installed plugins"
|
692 |
msgstr "Plugin installati"
|
693 |
|
694 |
# @ bestwebsoft
|
695 |
# @ captcha
|
696 |
-
#: bws_menu.php:
|
697 |
msgid "Settings"
|
698 |
msgstr "Impostazioni"
|
699 |
|
700 |
# @ bestwebsoft
|
701 |
-
#: bws_menu.php:
|
702 |
#, fuzzy
|
703 |
msgid "Activate this plugin"
|
704 |
msgstr "Plugin attivi"
|
705 |
|
706 |
-
#: bws_menu.php:
|
707 |
msgid "Go"
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: bws_menu.php:
|
711 |
msgid "DONATE"
|
712 |
msgstr ""
|
713 |
|
714 |
# @ bestwebsoft
|
715 |
-
#: bws_menu.php:
|
716 |
msgid "Recommended plugins"
|
717 |
msgstr "Plugin raccomandati"
|
718 |
|
719 |
# @ default
|
720 |
-
#: bws_menu.php:
|
721 |
#, fuzzy
|
722 |
msgid "Install now"
|
723 |
msgstr "Installa %s"
|
724 |
|
725 |
-
#: bws_menu.php:
|
726 |
msgid "Try again"
|
727 |
msgstr ""
|
728 |
|
729 |
-
#: bws_menu.php:
|
730 |
#, php-format
|
731 |
msgid "Preview “%s”"
|
732 |
msgstr ""
|
733 |
|
734 |
# @ default
|
735 |
-
#: bws_menu.php:
|
736 |
#, php-format
|
737 |
msgid "Install %s"
|
738 |
msgstr "Installa %s"
|
739 |
|
740 |
# @ default
|
741 |
-
#: bws_menu.php:
|
742 |
#, fuzzy
|
743 |
msgid "Install Now"
|
744 |
msgstr "Installa %s"
|
745 |
|
746 |
-
#: bws_menu.php:
|
747 |
#, php-format
|
748 |
msgid "Update to version %s"
|
749 |
msgstr ""
|
750 |
|
751 |
-
#: bws_menu.php:
|
752 |
msgid "Update"
|
753 |
msgstr ""
|
754 |
|
755 |
-
#: bws_menu.php:
|
756 |
#, php-format
|
757 |
msgid "Preview %s"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: bws_menu.php:
|
761 |
msgid "Preview"
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: bws_menu.php:
|
765 |
#, php-format
|
766 |
msgid "By %s"
|
767 |
msgstr ""
|
768 |
|
769 |
-
#: bws_menu.php:
|
770 |
msgid "Details"
|
771 |
msgstr ""
|
772 |
|
773 |
# @ default
|
774 |
-
#: bws_menu.php:
|
775 |
#, fuzzy
|
776 |
msgid "Already Installed"
|
777 |
msgstr "Installa %s"
|
778 |
|
779 |
# @ bestwebsoft
|
780 |
-
#: bws_menu.php:
|
781 |
msgid "Environment"
|
782 |
msgstr "Ambiente"
|
783 |
|
784 |
# @ bestwebsoft
|
785 |
-
#: bws_menu.php:
|
786 |
msgid "Active Plugins"
|
787 |
msgstr "Plugin attivi"
|
788 |
|
789 |
# @ bestwebsoft
|
790 |
-
#: bws_menu.php:
|
791 |
msgid "Inactive Plugins"
|
792 |
msgstr "Plugin inattivi"
|
793 |
|
794 |
# @ bestwebsoft
|
795 |
-
#: bws_menu.php:
|
796 |
msgid "Send to support"
|
797 |
msgstr "Invia al supporto"
|
798 |
|
799 |
# @ bestwebsoft
|
800 |
-
#: bws_menu.php:
|
801 |
msgid "Send to custom email »"
|
802 |
msgstr "Invia a una email personalizzata »"
|
803 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-03-10 15:34+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-03-10 15:34+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Marco <marco@blackstudio.it>\n"
|
9 |
"Language: it_IT\n"
|
44 |
"upgrade to WordPress latest version."
|
45 |
msgstr ""
|
46 |
|
47 |
+
#: bws_functions.php:143 bws_functions.php:652 bws_functions.php:696
|
48 |
+
#: bws_functions.php:755
|
49 |
+
msgid "Close notice"
|
50 |
+
msgstr ""
|
51 |
+
|
52 |
#: bws_functions.php:148
|
53 |
msgid "It’s time to upgrade your"
|
54 |
msgstr ""
|
212 |
|
213 |
# @ bestwebsoft
|
214 |
#: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
|
215 |
+
#: bws_functions.php:460 bws_functions.php:1232 bws_menu.php:693
|
216 |
+
#: bws_menu.php:750
|
217 |
#, fuzzy
|
218 |
msgid "Activate"
|
219 |
msgstr "Plugin attivi"
|
319 |
msgstr ""
|
320 |
|
321 |
# @ bestwebsoft
|
322 |
+
#: bws_functions.php:603 bws_functions.php:656 bws_functions.php:1198
|
323 |
+
#: bws_menu.php:669 bws_menu.php:691 bws_menu.php:718 bws_menu.php:748
|
324 |
+
#: bws_menu.php:794
|
325 |
#, fuzzy
|
326 |
msgid "Learn more"
|
327 |
msgstr "Leggi tutto"
|
372 |
msgid "Add New"
|
373 |
msgstr ""
|
374 |
|
|
|
|
|
|
|
|
|
375 |
# @ bestwebsoft
|
376 |
#: bws_functions.php:750
|
377 |
#, fuzzy
|
397 |
msgstr ""
|
398 |
|
399 |
# @ default
|
400 |
+
#: bws_functions.php:769 bws_functions.php:1240
|
401 |
msgid "Save Changes"
|
402 |
msgstr "Salva le modifiche"
|
403 |
|
407 |
"\" in the \"Go PRO\" tab"
|
408 |
msgstr ""
|
409 |
|
|
|
|
|
|
|
|
|
410 |
#: bws_functions.php:886
|
411 |
msgid "Add shortcode"
|
412 |
msgstr ""
|
415 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
416 |
msgstr ""
|
417 |
|
418 |
+
#: bws_functions.php:935
|
419 |
msgid "Close"
|
420 |
msgstr ""
|
421 |
|
422 |
+
#: bws_functions.php:1027
|
423 |
msgid "Restore all plugin settings to defaults"
|
424 |
msgstr ""
|
425 |
|
426 |
+
#: bws_functions.php:1029
|
427 |
msgid "Restore settings"
|
428 |
msgstr ""
|
429 |
|
430 |
+
#: bws_functions.php:1040
|
431 |
msgid "Are you sure you want to restore all settings by default?"
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: bws_functions.php:1043
|
435 |
msgid "Yes, restore all settings"
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: bws_functions.php:1044
|
439 |
msgid "No, go back to the settings page"
|
440 |
msgstr ""
|
441 |
|
442 |
# @ bestwebsoft
|
443 |
+
#: bws_functions.php:1090
|
444 |
#, fuzzy
|
445 |
msgid "Plugin"
|
446 |
msgstr "Plugin Pro"
|
447 |
|
448 |
# @ bestwebsoft
|
449 |
# @ captcha
|
450 |
+
#: bws_functions.php:1099
|
451 |
#, fuzzy
|
452 |
msgid "Shortcode settings"
|
453 |
msgstr "Impostazioni"
|
454 |
|
455 |
+
#: bws_functions.php:1104
|
456 |
msgid "The shortcode will be inserted"
|
457 |
msgstr ""
|
458 |
|
459 |
+
#: bws_functions.php:1109
|
460 |
msgid "Insert"
|
461 |
msgstr ""
|
462 |
|
463 |
+
#: bws_functions.php:1140
|
464 |
msgid "Visit Help Center"
|
465 |
msgstr ""
|
466 |
|
467 |
# @ captcha
|
468 |
+
#: bws_functions.php:1145
|
469 |
msgid "FAQ"
|
470 |
msgstr "FAQ"
|
471 |
|
472 |
+
#: bws_functions.php:1151
|
473 |
msgid "For more information:"
|
474 |
msgstr ""
|
475 |
|
476 |
+
#: bws_functions.php:1152
|
477 |
msgid "Documentation"
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: bws_functions.php:1153
|
481 |
msgid "Video Instructions"
|
482 |
msgstr ""
|
483 |
|
484 |
+
#: bws_functions.php:1154
|
485 |
msgid "Submit a Request"
|
486 |
msgstr ""
|
487 |
|
488 |
+
#: bws_functions.php:1165
|
489 |
+
msgid "You do not have sufficient permissions to edit plugins for this site."
|
490 |
+
msgstr ""
|
491 |
+
|
492 |
+
#: bws_functions.php:1196
|
493 |
+
msgid "File edited successfully."
|
494 |
+
msgstr ""
|
495 |
+
|
496 |
+
#: bws_functions.php:1198
|
497 |
+
msgid "Not enough permissions to create or update the file"
|
498 |
+
msgstr ""
|
499 |
+
|
500 |
+
#: bws_functions.php:1222
|
501 |
+
msgid "These styles will be added to the header on all pages of your site."
|
502 |
+
msgstr ""
|
503 |
+
|
504 |
+
#: bws_functions.php:1225
|
505 |
+
msgid "Editing"
|
506 |
+
msgstr ""
|
507 |
+
|
508 |
+
#: bws_functions.php:1227
|
509 |
+
msgid "Browsing"
|
510 |
+
msgstr ""
|
511 |
+
|
512 |
+
# @ bestwebsoft
|
513 |
+
#: bws_functions.php:1235
|
514 |
+
#, fuzzy
|
515 |
+
msgid "Learn more about CSS"
|
516 |
+
msgstr "Leggi tutto"
|
517 |
+
|
518 |
+
#: bws_functions.php:1243
|
519 |
+
#, php-format
|
520 |
+
msgid ""
|
521 |
+
"You need to make this file writable before you can save your changes. See %s "
|
522 |
+
"the Codex %s for more information."
|
523 |
+
msgstr ""
|
524 |
+
|
525 |
# @ bestwebsoft
|
526 |
+
#: bws_menu.php:509
|
527 |
msgid "Not set"
|
528 |
msgstr "Non impostato"
|
529 |
|
530 |
# @ bestwebsoft
|
531 |
+
#: bws_menu.php:511 bws_menu.php:512
|
532 |
msgid "On"
|
533 |
msgstr "Abilitato"
|
534 |
|
535 |
# @ bestwebsoft
|
536 |
+
#: bws_menu.php:511 bws_menu.php:512
|
537 |
msgid "Off"
|
538 |
msgstr "Disabilitato"
|
539 |
|
540 |
# @ bestwebsoft
|
541 |
+
#: bws_menu.php:513 bws_menu.php:514 bws_menu.php:515 bws_menu.php:516
|
542 |
+
#: bws_menu.php:517 bws_menu.php:529
|
543 |
msgid "N/A"
|
544 |
msgstr "Non disponibile"
|
545 |
|
546 |
# @ bestwebsoft
|
547 |
+
#: bws_menu.php:517
|
548 |
msgid " Mb"
|
549 |
msgstr "Mb"
|
550 |
|
551 |
# @ bestwebsoft
|
552 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:525
|
553 |
msgid "Yes"
|
554 |
msgstr "Sì"
|
555 |
|
556 |
# @ bestwebsoft
|
557 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:527
|
558 |
msgid "No"
|
559 |
msgstr "No"
|
560 |
|
561 |
# @ bestwebsoft
|
562 |
+
#: bws_menu.php:537
|
563 |
msgid "Operating System"
|
564 |
msgstr "Sistema operativo"
|
565 |
|
566 |
# @ bestwebsoft
|
567 |
+
#: bws_menu.php:538
|
568 |
msgid "Server"
|
569 |
msgstr "Server"
|
570 |
|
571 |
# @ bestwebsoft
|
572 |
+
#: bws_menu.php:539
|
573 |
msgid "Memory usage"
|
574 |
msgstr "Utilizzo memoria"
|
575 |
|
576 |
# @ bestwebsoft
|
577 |
+
#: bws_menu.php:540
|
578 |
msgid "MYSQL Version"
|
579 |
msgstr "Versione MYSQL"
|
580 |
|
581 |
# @ bestwebsoft
|
582 |
+
#: bws_menu.php:541
|
583 |
msgid "SQL Mode"
|
584 |
msgstr "Modalità SQL"
|
585 |
|
586 |
# @ bestwebsoft
|
587 |
+
#: bws_menu.php:542
|
588 |
msgid "PHP Version"
|
589 |
msgstr "Versione PHP"
|
590 |
|
591 |
# @ bestwebsoft
|
592 |
+
#: bws_menu.php:543
|
593 |
msgid "PHP Safe Mode"
|
594 |
msgstr "Safe Mode PHP"
|
595 |
|
596 |
# @ bestwebsoft
|
597 |
+
#: bws_menu.php:544
|
598 |
msgid "PHP Allow URL fopen"
|
599 |
msgstr "Consenti URL fopen PHP"
|
600 |
|
601 |
# @ bestwebsoft
|
602 |
+
#: bws_menu.php:545
|
603 |
msgid "PHP Memory Limit"
|
604 |
msgstr "Limite di memoria PHP"
|
605 |
|
606 |
# @ bestwebsoft
|
607 |
+
#: bws_menu.php:546
|
608 |
msgid "PHP Max Upload Size"
|
609 |
msgstr "Dimensione upload massima PHP"
|
610 |
|
611 |
# @ bestwebsoft
|
612 |
+
#: bws_menu.php:547
|
613 |
msgid "PHP Max Post Size"
|
614 |
msgstr "Dimensione massima Post PHP"
|
615 |
|
616 |
# @ bestwebsoft
|
617 |
+
#: bws_menu.php:548
|
618 |
msgid "PHP Max Script Execute Time"
|
619 |
msgstr "Tempo massimo di esecuzione PHP"
|
620 |
|
621 |
# @ bestwebsoft
|
622 |
+
#: bws_menu.php:549
|
623 |
msgid "PHP Exif support"
|
624 |
msgstr "Supporto Exif PHP"
|
625 |
|
626 |
# @ bestwebsoft
|
627 |
+
#: bws_menu.php:550
|
628 |
msgid "PHP IPTC support"
|
629 |
msgstr "Supporto IPTC PHP"
|
630 |
|
631 |
# @ bestwebsoft
|
632 |
+
#: bws_menu.php:551
|
633 |
msgid "PHP XML support"
|
634 |
msgstr "Supporto XML PHP"
|
635 |
|
636 |
# @ bestwebsoft
|
637 |
+
#: bws_menu.php:552
|
638 |
msgid "Site URL"
|
639 |
msgstr "URL sito"
|
640 |
|
641 |
# @ bestwebsoft
|
642 |
+
#: bws_menu.php:553
|
643 |
msgid "Home URL"
|
644 |
msgstr "URL home"
|
645 |
|
646 |
# @ bestwebsoft
|
647 |
+
#: bws_menu.php:556
|
648 |
msgid "WordPress Version"
|
649 |
msgstr "Versione WordPress"
|
650 |
|
651 |
# @ bestwebsoft
|
652 |
+
#: bws_menu.php:557
|
653 |
msgid "WordPress DB Version"
|
654 |
msgstr "Versione DB WordPress"
|
655 |
|
656 |
# @ bestwebsoft
|
657 |
+
#: bws_menu.php:558
|
658 |
msgid "Multisite"
|
659 |
msgstr "Multisito"
|
660 |
|
661 |
# @ bestwebsoft
|
662 |
+
#: bws_menu.php:559
|
663 |
msgid "Active Theme"
|
664 |
msgstr "Tema attivo"
|
665 |
|
666 |
# @ bestwebsoft
|
667 |
+
#: bws_menu.php:574
|
668 |
msgid "Please enter a valid email address."
|
669 |
msgstr "Per favore inserisci un indirizzo e-mail valido."
|
670 |
|
671 |
# @ bestwebsoft
|
672 |
+
#: bws_menu.php:578
|
673 |
msgid "Email with system info is sent to "
|
674 |
msgstr "Email con informazioni di sistema spedita a "
|
675 |
|
676 |
# @ bestwebsoft
|
677 |
+
#: bws_menu.php:582
|
678 |
msgid "Thank you for contacting us."
|
679 |
msgstr "Grazie per averci contattato."
|
680 |
|
681 |
# @ bestwebsoft
|
682 |
+
#: bws_menu.php:615
|
683 |
msgid "Sorry, email message could not be delivered."
|
684 |
msgstr "Spiacenti, il messaggio email non può essere inviato."
|
685 |
|
686 |
+
#: bws_menu.php:622
|
687 |
msgid "Need help?"
|
688 |
msgstr ""
|
689 |
|
690 |
+
#: bws_menu.php:623
|
691 |
msgid "Client area"
|
692 |
msgstr ""
|
693 |
|
694 |
# @ bestwebsoft
|
695 |
+
#: bws_menu.php:624 bws_menu.php:933
|
696 |
msgid "System status"
|
697 |
msgstr "Stato sistema"
|
698 |
|
699 |
# @ bestwebsoft
|
700 |
+
#: bws_menu.php:629
|
701 |
#, fuzzy
|
702 |
msgid "Plugins"
|
703 |
msgstr "Plugin Pro"
|
704 |
|
705 |
+
#: bws_menu.php:630
|
706 |
msgid "Themes"
|
707 |
msgstr ""
|
708 |
|
709 |
+
#: bws_menu.php:634
|
710 |
msgid "All"
|
711 |
msgstr ""
|
712 |
|
713 |
# @ default
|
714 |
+
#: bws_menu.php:635
|
715 |
#, fuzzy
|
716 |
msgid "Installed"
|
717 |
msgstr "Installa %s"
|
718 |
|
719 |
# @ bestwebsoft
|
720 |
+
#: bws_menu.php:636
|
721 |
#, fuzzy
|
722 |
msgid "Recommended"
|
723 |
msgstr "Plugin raccomandati"
|
724 |
|
725 |
# @ bestwebsoft
|
726 |
+
#: bws_menu.php:640
|
727 |
msgid "Installed plugins"
|
728 |
msgstr "Plugin installati"
|
729 |
|
730 |
# @ bestwebsoft
|
731 |
# @ captcha
|
732 |
+
#: bws_menu.php:672 bws_menu.php:721
|
733 |
msgid "Settings"
|
734 |
msgstr "Impostazioni"
|
735 |
|
736 |
# @ bestwebsoft
|
737 |
+
#: bws_menu.php:693 bws_menu.php:750
|
738 |
#, fuzzy
|
739 |
msgid "Activate this plugin"
|
740 |
msgstr "Plugin attivi"
|
741 |
|
742 |
+
#: bws_menu.php:708 bws_menu.php:738 bws_menu.php:784
|
743 |
msgid "Go"
|
744 |
msgstr ""
|
745 |
|
746 |
+
#: bws_menu.php:712 bws_menu.php:742 bws_menu.php:788
|
747 |
msgid "DONATE"
|
748 |
msgstr ""
|
749 |
|
750 |
# @ bestwebsoft
|
751 |
+
#: bws_menu.php:758
|
752 |
msgid "Recommended plugins"
|
753 |
msgstr "Plugin raccomandati"
|
754 |
|
755 |
# @ default
|
756 |
+
#: bws_menu.php:796
|
757 |
#, fuzzy
|
758 |
msgid "Install now"
|
759 |
msgstr "Installa %s"
|
760 |
|
761 |
+
#: bws_menu.php:817
|
762 |
msgid "Try again"
|
763 |
msgstr ""
|
764 |
|
765 |
+
#: bws_menu.php:835
|
766 |
#, php-format
|
767 |
msgid "Preview “%s”"
|
768 |
msgstr ""
|
769 |
|
770 |
# @ default
|
771 |
+
#: bws_menu.php:866
|
772 |
#, php-format
|
773 |
msgid "Install %s"
|
774 |
msgstr "Installa %s"
|
775 |
|
776 |
# @ default
|
777 |
+
#: bws_menu.php:866
|
778 |
#, fuzzy
|
779 |
msgid "Install Now"
|
780 |
msgstr "Installa %s"
|
781 |
|
782 |
+
#: bws_menu.php:869
|
783 |
#, php-format
|
784 |
msgid "Update to version %s"
|
785 |
msgstr ""
|
786 |
|
787 |
+
#: bws_menu.php:869
|
788 |
msgid "Update"
|
789 |
msgstr ""
|
790 |
|
791 |
+
#: bws_menu.php:876
|
792 |
#, php-format
|
793 |
msgid "Preview %s"
|
794 |
msgstr ""
|
795 |
|
796 |
+
#: bws_menu.php:876
|
797 |
msgid "Preview"
|
798 |
msgstr ""
|
799 |
|
800 |
+
#: bws_menu.php:882 bws_menu.php:914
|
801 |
#, php-format
|
802 |
msgid "By %s"
|
803 |
msgstr ""
|
804 |
|
805 |
+
#: bws_menu.php:888
|
806 |
msgid "Details"
|
807 |
msgstr ""
|
808 |
|
809 |
# @ default
|
810 |
+
#: bws_menu.php:920
|
811 |
#, fuzzy
|
812 |
msgid "Already Installed"
|
813 |
msgstr "Installa %s"
|
814 |
|
815 |
# @ bestwebsoft
|
816 |
+
#: bws_menu.php:936
|
817 |
msgid "Environment"
|
818 |
msgstr "Ambiente"
|
819 |
|
820 |
# @ bestwebsoft
|
821 |
+
#: bws_menu.php:947
|
822 |
msgid "Active Plugins"
|
823 |
msgstr "Plugin attivi"
|
824 |
|
825 |
# @ bestwebsoft
|
826 |
+
#: bws_menu.php:960
|
827 |
msgid "Inactive Plugins"
|
828 |
msgstr "Plugin inattivi"
|
829 |
|
830 |
# @ bestwebsoft
|
831 |
+
#: bws_menu.php:976
|
832 |
msgid "Send to support"
|
833 |
msgstr "Invia al supporto"
|
834 |
|
835 |
# @ bestwebsoft
|
836 |
+
#: bws_menu.php:983
|
837 |
msgid "Send to custom email »"
|
838 |
msgstr "Invia a una email personalizzata »"
|
839 |
|
bws_menu/languages/bestwebsoft-ja.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-ja.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
-
"PO-Revision-Date: 2016-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: foken <foken@gmx.com>\n"
|
9 |
"Language: ja_JP\n"
|
@@ -42,6 +42,11 @@ msgid ""
|
|
42 |
"upgrade to WordPress latest version."
|
43 |
msgstr ""
|
44 |
|
|
|
|
|
|
|
|
|
|
|
45 |
#: bws_functions.php:148
|
46 |
msgid "It’s time to upgrade your"
|
47 |
msgstr ""
|
@@ -198,7 +203,8 @@ msgid "Start Your Free %s-Day Trial Now"
|
|
198 |
msgstr ""
|
199 |
|
200 |
#: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
|
201 |
-
#: bws_functions.php:460
|
|
|
202 |
#, fuzzy
|
203 |
msgid "Activate"
|
204 |
msgstr "有効なcaptcha"
|
@@ -304,8 +310,9 @@ msgid ""
|
|
304 |
"plugin updates you should extend it."
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: bws_functions.php:603 bws_functions.php:656
|
308 |
-
#: bws_menu.php:
|
|
|
309 |
#, fuzzy
|
310 |
msgid "Learn more"
|
311 |
msgstr "もっと読む"
|
@@ -353,10 +360,6 @@ msgstr "コンタクトフォーム設定"
|
|
353 |
msgid "Add New"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: bws_functions.php:696 bws_functions.php:755
|
357 |
-
msgid "Close notice"
|
358 |
-
msgstr ""
|
359 |
-
|
360 |
#: bws_functions.php:750
|
361 |
#, fuzzy
|
362 |
msgid "Thank you for choosing"
|
@@ -380,7 +383,7 @@ msgstr ""
|
|
380 |
msgid "The plugin's settings have been changed."
|
381 |
msgstr ""
|
382 |
|
383 |
-
#: bws_functions.php:769
|
384 |
msgid "Save Changes"
|
385 |
msgstr "変更を保存"
|
386 |
|
@@ -390,11 +393,6 @@ msgid ""
|
|
390 |
"\" in the \"Go PRO\" tab"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: bws_functions.php:866
|
394 |
-
#, fuzzy
|
395 |
-
msgid "Add BWS Plugins Shortcode"
|
396 |
-
msgstr "短いコードの利用"
|
397 |
-
|
398 |
#: bws_functions.php:886
|
399 |
#, fuzzy
|
400 |
msgid "Add shortcode"
|
@@ -404,340 +402,380 @@ msgstr "短いコードの利用"
|
|
404 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
405 |
msgstr ""
|
406 |
|
407 |
-
#: bws_functions.php:
|
408 |
msgid "Close"
|
409 |
msgstr ""
|
410 |
|
411 |
-
#: bws_functions.php:
|
412 |
msgid "Restore all plugin settings to defaults"
|
413 |
msgstr ""
|
414 |
|
415 |
-
#: bws_functions.php:
|
416 |
#, fuzzy
|
417 |
msgid "Restore settings"
|
418 |
msgstr "追加設定"
|
419 |
|
420 |
-
#: bws_functions.php:
|
421 |
#, fuzzy
|
422 |
msgid "Are you sure you want to restore all settings by default?"
|
423 |
msgstr "本当に、この言語データを削除しますか?"
|
424 |
|
425 |
-
#: bws_functions.php:
|
426 |
msgid "Yes, restore all settings"
|
427 |
msgstr ""
|
428 |
|
429 |
-
#: bws_functions.php:
|
430 |
#, fuzzy
|
431 |
msgid "No, go back to the settings page"
|
432 |
msgstr "追加設定"
|
433 |
|
434 |
-
#: bws_functions.php:
|
435 |
#, fuzzy
|
436 |
msgid "Plugin"
|
437 |
msgstr "Pro Plugins"
|
438 |
|
439 |
-
#: bws_functions.php:
|
440 |
#, fuzzy
|
441 |
msgid "Shortcode settings"
|
442 |
msgstr "追加設定"
|
443 |
|
444 |
-
#: bws_functions.php:
|
445 |
msgid "The shortcode will be inserted"
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: bws_functions.php:
|
449 |
msgid "Insert"
|
450 |
msgstr ""
|
451 |
|
452 |
-
#: bws_functions.php:
|
453 |
msgid "Visit Help Center"
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: bws_functions.php:
|
457 |
msgid "FAQ"
|
458 |
msgstr "FAQ"
|
459 |
|
460 |
-
#: bws_functions.php:
|
461 |
msgid "For more information:"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: bws_functions.php:
|
465 |
msgid "Documentation"
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: bws_functions.php:
|
469 |
msgid "Video Instructions"
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: bws_functions.php:
|
473 |
#, fuzzy
|
474 |
msgid "Submit a Request"
|
475 |
msgstr "送信ボタン"
|
476 |
|
477 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
478 |
msgid "Not set"
|
479 |
msgstr "未設定"
|
480 |
|
481 |
-
#: bws_menu.php:
|
482 |
msgid "On"
|
483 |
msgstr "On"
|
484 |
|
485 |
-
#: bws_menu.php:
|
486 |
msgid "Off"
|
487 |
msgstr "Off"
|
488 |
|
489 |
-
#: bws_menu.php:
|
490 |
-
#: bws_menu.php:
|
491 |
msgid "N/A"
|
492 |
msgstr "該当なし"
|
493 |
|
494 |
-
#: bws_menu.php:
|
495 |
msgid " Mb"
|
496 |
msgstr " Mb"
|
497 |
|
498 |
-
#: bws_menu.php:
|
499 |
msgid "Yes"
|
500 |
msgstr "はい"
|
501 |
|
502 |
-
#: bws_menu.php:
|
503 |
msgid "No"
|
504 |
msgstr "いいえ"
|
505 |
|
506 |
-
#: bws_menu.php:
|
507 |
msgid "Operating System"
|
508 |
msgstr "オペレーション・システム"
|
509 |
|
510 |
-
#: bws_menu.php:
|
511 |
msgid "Server"
|
512 |
msgstr "サーバ"
|
513 |
|
514 |
-
#: bws_menu.php:
|
515 |
msgid "Memory usage"
|
516 |
msgstr "メモリー使用"
|
517 |
|
518 |
-
#: bws_menu.php:
|
519 |
msgid "MYSQL Version"
|
520 |
msgstr "MYSQL バージョン"
|
521 |
|
522 |
-
#: bws_menu.php:
|
523 |
msgid "SQL Mode"
|
524 |
msgstr "SQLモード"
|
525 |
|
526 |
-
#: bws_menu.php:
|
527 |
msgid "PHP Version"
|
528 |
msgstr "PHP バージョン"
|
529 |
|
530 |
-
#: bws_menu.php:
|
531 |
msgid "PHP Safe Mode"
|
532 |
msgstr "PHP Safe Mode"
|
533 |
|
534 |
-
#: bws_menu.php:
|
535 |
msgid "PHP Allow URL fopen"
|
536 |
msgstr "PHP Allow URL fopen"
|
537 |
|
538 |
-
#: bws_menu.php:
|
539 |
msgid "PHP Memory Limit"
|
540 |
msgstr "PHP Memory Limit"
|
541 |
|
542 |
-
#: bws_menu.php:
|
543 |
msgid "PHP Max Upload Size"
|
544 |
msgstr "PHP Max Upload Size"
|
545 |
|
546 |
-
#: bws_menu.php:
|
547 |
msgid "PHP Max Post Size"
|
548 |
msgstr "PHP Max Post Size"
|
549 |
|
550 |
-
#: bws_menu.php:
|
551 |
msgid "PHP Max Script Execute Time"
|
552 |
msgstr "PHP Max Script Execute Time"
|
553 |
|
554 |
-
#: bws_menu.php:
|
555 |
msgid "PHP Exif support"
|
556 |
msgstr "PHP Exif サポート"
|
557 |
|
558 |
-
#: bws_menu.php:
|
559 |
msgid "PHP IPTC support"
|
560 |
msgstr "PHP IPTC サポート"
|
561 |
|
562 |
-
#: bws_menu.php:
|
563 |
msgid "PHP XML support"
|
564 |
msgstr "PHP XML サポート"
|
565 |
|
566 |
-
#: bws_menu.php:
|
567 |
msgid "Site URL"
|
568 |
msgstr "サイトURL"
|
569 |
|
570 |
-
#: bws_menu.php:
|
571 |
msgid "Home URL"
|
572 |
msgstr "ホームURL"
|
573 |
|
574 |
-
#: bws_menu.php:
|
575 |
msgid "WordPress Version"
|
576 |
msgstr "WordPress バージョン"
|
577 |
|
578 |
-
#: bws_menu.php:
|
579 |
msgid "WordPress DB Version"
|
580 |
msgstr "WordPress データベース バージョン"
|
581 |
|
582 |
-
#: bws_menu.php:
|
583 |
msgid "Multisite"
|
584 |
msgstr "複数サイト"
|
585 |
|
586 |
-
#: bws_menu.php:
|
587 |
msgid "Active Theme"
|
588 |
msgstr "有効なテーマ"
|
589 |
|
590 |
-
#: bws_menu.php:
|
591 |
msgid "Please enter a valid email address."
|
592 |
msgstr "正確なEメール・アドレスを入力して下さい。"
|
593 |
|
594 |
-
#: bws_menu.php:
|
595 |
msgid "Email with system info is sent to "
|
596 |
msgstr "システム情報をメールで送信:"
|
597 |
|
598 |
-
#: bws_menu.php:
|
599 |
msgid "Thank you for contacting us."
|
600 |
msgstr "ご連絡ありがとうございます"
|
601 |
|
602 |
-
#: bws_menu.php:
|
603 |
msgid "Sorry, email message could not be delivered."
|
604 |
msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
|
605 |
|
606 |
-
#: bws_menu.php:
|
607 |
msgid "Need help?"
|
608 |
msgstr ""
|
609 |
|
610 |
-
#: bws_menu.php:
|
611 |
msgid "Client area"
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: bws_menu.php:
|
615 |
msgid "System status"
|
616 |
msgstr "システム状況"
|
617 |
|
618 |
-
#: bws_menu.php:
|
619 |
#, fuzzy
|
620 |
msgid "Plugins"
|
621 |
msgstr "Pro Plugins"
|
622 |
|
623 |
-
#: bws_menu.php:
|
624 |
msgid "Themes"
|
625 |
msgstr ""
|
626 |
|
627 |
-
#: bws_menu.php:
|
628 |
msgid "All"
|
629 |
msgstr ""
|
630 |
|
631 |
-
#: bws_menu.php:
|
632 |
#, fuzzy
|
633 |
msgid "Installed"
|
634 |
msgstr "%s 導入"
|
635 |
|
636 |
-
#: bws_menu.php:
|
637 |
#, fuzzy
|
638 |
msgid "Recommended"
|
639 |
msgstr "推奨プラグイン"
|
640 |
|
641 |
-
#: bws_menu.php:
|
642 |
msgid "Installed plugins"
|
643 |
msgstr "導入済みプラグイン"
|
644 |
|
645 |
-
#: bws_menu.php:
|
646 |
msgid "Settings"
|
647 |
msgstr "設定"
|
648 |
|
649 |
-
#: bws_menu.php:
|
650 |
#, fuzzy
|
651 |
msgid "Activate this plugin"
|
652 |
msgstr "有効なプラグイン"
|
653 |
|
654 |
-
#: bws_menu.php:
|
655 |
msgid "Go"
|
656 |
msgstr ""
|
657 |
|
658 |
-
#: bws_menu.php:
|
659 |
msgid "DONATE"
|
660 |
msgstr ""
|
661 |
|
662 |
-
#: bws_menu.php:
|
663 |
msgid "Recommended plugins"
|
664 |
msgstr "推奨プラグイン"
|
665 |
|
666 |
-
#: bws_menu.php:
|
667 |
#, fuzzy
|
668 |
msgid "Install now"
|
669 |
msgstr "Installa Ora"
|
670 |
|
671 |
-
#: bws_menu.php:
|
672 |
msgid "Try again"
|
673 |
msgstr ""
|
674 |
|
675 |
-
#: bws_menu.php:
|
676 |
#, php-format
|
677 |
msgid "Preview “%s”"
|
678 |
msgstr ""
|
679 |
|
680 |
-
#: bws_menu.php:
|
681 |
#, php-format
|
682 |
msgid "Install %s"
|
683 |
msgstr "%s 導入"
|
684 |
|
685 |
-
#: bws_menu.php:
|
686 |
msgid "Install Now"
|
687 |
msgstr "Installa Ora"
|
688 |
|
689 |
-
#: bws_menu.php:
|
690 |
#, php-format
|
691 |
msgid "Update to version %s"
|
692 |
msgstr ""
|
693 |
|
694 |
-
#: bws_menu.php:
|
695 |
msgid "Update"
|
696 |
msgstr ""
|
697 |
|
698 |
-
#: bws_menu.php:
|
699 |
#, php-format
|
700 |
msgid "Preview %s"
|
701 |
msgstr ""
|
702 |
|
703 |
-
#: bws_menu.php:
|
704 |
msgid "Preview"
|
705 |
msgstr ""
|
706 |
|
707 |
-
#: bws_menu.php:
|
708 |
#, php-format
|
709 |
msgid "By %s"
|
710 |
msgstr ""
|
711 |
|
712 |
-
#: bws_menu.php:
|
713 |
msgid "Details"
|
714 |
msgstr ""
|
715 |
|
716 |
-
#: bws_menu.php:
|
717 |
#, fuzzy
|
718 |
msgid "Already Installed"
|
719 |
msgstr "%s 導入"
|
720 |
|
721 |
-
#: bws_menu.php:
|
722 |
msgid "Environment"
|
723 |
msgstr "環境"
|
724 |
|
725 |
-
#: bws_menu.php:
|
726 |
msgid "Active Plugins"
|
727 |
msgstr "有効なプラグイン"
|
728 |
|
729 |
-
#: bws_menu.php:
|
730 |
msgid "Inactive Plugins"
|
731 |
msgstr "無効なプラグイン"
|
732 |
|
733 |
-
#: bws_menu.php:
|
734 |
msgid "Send to support"
|
735 |
msgstr "サポートに送信"
|
736 |
|
737 |
-
#: bws_menu.php:
|
738 |
msgid "Send to custom email »"
|
739 |
msgstr "カスタムEメールに送信»"
|
740 |
|
|
|
|
|
|
|
|
|
741 |
#~ msgid "Pro plugins"
|
742 |
#~ msgstr "Pro Plugins"
|
743 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-03-10 15:34+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-03-10 15:34+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: foken <foken@gmx.com>\n"
|
9 |
"Language: ja_JP\n"
|
42 |
"upgrade to WordPress latest version."
|
43 |
msgstr ""
|
44 |
|
45 |
+
#: bws_functions.php:143 bws_functions.php:652 bws_functions.php:696
|
46 |
+
#: bws_functions.php:755
|
47 |
+
msgid "Close notice"
|
48 |
+
msgstr ""
|
49 |
+
|
50 |
#: bws_functions.php:148
|
51 |
msgid "It’s time to upgrade your"
|
52 |
msgstr ""
|
203 |
msgstr ""
|
204 |
|
205 |
#: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
|
206 |
+
#: bws_functions.php:460 bws_functions.php:1232 bws_menu.php:693
|
207 |
+
#: bws_menu.php:750
|
208 |
#, fuzzy
|
209 |
msgid "Activate"
|
210 |
msgstr "有効なcaptcha"
|
310 |
"plugin updates you should extend it."
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: bws_functions.php:603 bws_functions.php:656 bws_functions.php:1198
|
314 |
+
#: bws_menu.php:669 bws_menu.php:691 bws_menu.php:718 bws_menu.php:748
|
315 |
+
#: bws_menu.php:794
|
316 |
#, fuzzy
|
317 |
msgid "Learn more"
|
318 |
msgstr "もっと読む"
|
360 |
msgid "Add New"
|
361 |
msgstr ""
|
362 |
|
|
|
|
|
|
|
|
|
363 |
#: bws_functions.php:750
|
364 |
#, fuzzy
|
365 |
msgid "Thank you for choosing"
|
383 |
msgid "The plugin's settings have been changed."
|
384 |
msgstr ""
|
385 |
|
386 |
+
#: bws_functions.php:769 bws_functions.php:1240
|
387 |
msgid "Save Changes"
|
388 |
msgstr "変更を保存"
|
389 |
|
393 |
"\" in the \"Go PRO\" tab"
|
394 |
msgstr ""
|
395 |
|
|
|
|
|
|
|
|
|
|
|
396 |
#: bws_functions.php:886
|
397 |
#, fuzzy
|
398 |
msgid "Add shortcode"
|
402 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
403 |
msgstr ""
|
404 |
|
405 |
+
#: bws_functions.php:935
|
406 |
msgid "Close"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: bws_functions.php:1027
|
410 |
msgid "Restore all plugin settings to defaults"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: bws_functions.php:1029
|
414 |
#, fuzzy
|
415 |
msgid "Restore settings"
|
416 |
msgstr "追加設定"
|
417 |
|
418 |
+
#: bws_functions.php:1040
|
419 |
#, fuzzy
|
420 |
msgid "Are you sure you want to restore all settings by default?"
|
421 |
msgstr "本当に、この言語データを削除しますか?"
|
422 |
|
423 |
+
#: bws_functions.php:1043
|
424 |
msgid "Yes, restore all settings"
|
425 |
msgstr ""
|
426 |
|
427 |
+
#: bws_functions.php:1044
|
428 |
#, fuzzy
|
429 |
msgid "No, go back to the settings page"
|
430 |
msgstr "追加設定"
|
431 |
|
432 |
+
#: bws_functions.php:1090
|
433 |
#, fuzzy
|
434 |
msgid "Plugin"
|
435 |
msgstr "Pro Plugins"
|
436 |
|
437 |
+
#: bws_functions.php:1099
|
438 |
#, fuzzy
|
439 |
msgid "Shortcode settings"
|
440 |
msgstr "追加設定"
|
441 |
|
442 |
+
#: bws_functions.php:1104
|
443 |
msgid "The shortcode will be inserted"
|
444 |
msgstr ""
|
445 |
|
446 |
+
#: bws_functions.php:1109
|
447 |
msgid "Insert"
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: bws_functions.php:1140
|
451 |
msgid "Visit Help Center"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#: bws_functions.php:1145
|
455 |
msgid "FAQ"
|
456 |
msgstr "FAQ"
|
457 |
|
458 |
+
#: bws_functions.php:1151
|
459 |
msgid "For more information:"
|
460 |
msgstr ""
|
461 |
|
462 |
+
#: bws_functions.php:1152
|
463 |
msgid "Documentation"
|
464 |
msgstr ""
|
465 |
|
466 |
+
#: bws_functions.php:1153
|
467 |
msgid "Video Instructions"
|
468 |
msgstr ""
|
469 |
|
470 |
+
#: bws_functions.php:1154
|
471 |
#, fuzzy
|
472 |
msgid "Submit a Request"
|
473 |
msgstr "送信ボタン"
|
474 |
|
475 |
+
#: bws_functions.php:1165
|
476 |
+
msgid "You do not have sufficient permissions to edit plugins for this site."
|
477 |
+
msgstr ""
|
478 |
+
|
479 |
+
#: bws_functions.php:1196
|
480 |
+
msgid "File edited successfully."
|
481 |
+
msgstr ""
|
482 |
+
|
483 |
+
#: bws_functions.php:1198
|
484 |
+
msgid "Not enough permissions to create or update the file"
|
485 |
+
msgstr ""
|
486 |
+
|
487 |
+
#: bws_functions.php:1222
|
488 |
+
msgid "These styles will be added to the header on all pages of your site."
|
489 |
+
msgstr ""
|
490 |
+
|
491 |
+
#: bws_functions.php:1225
|
492 |
+
msgid "Editing"
|
493 |
+
msgstr ""
|
494 |
+
|
495 |
+
#: bws_functions.php:1227
|
496 |
+
msgid "Browsing"
|
497 |
+
msgstr ""
|
498 |
+
|
499 |
+
#: bws_functions.php:1235
|
500 |
+
#, fuzzy
|
501 |
+
msgid "Learn more about CSS"
|
502 |
+
msgstr "もっと読む"
|
503 |
+
|
504 |
+
#: bws_functions.php:1243
|
505 |
+
#, php-format
|
506 |
+
msgid ""
|
507 |
+
"You need to make this file writable before you can save your changes. See %s "
|
508 |
+
"the Codex %s for more information."
|
509 |
+
msgstr ""
|
510 |
+
|
511 |
+
#: bws_menu.php:509
|
512 |
msgid "Not set"
|
513 |
msgstr "未設定"
|
514 |
|
515 |
+
#: bws_menu.php:511 bws_menu.php:512
|
516 |
msgid "On"
|
517 |
msgstr "On"
|
518 |
|
519 |
+
#: bws_menu.php:511 bws_menu.php:512
|
520 |
msgid "Off"
|
521 |
msgstr "Off"
|
522 |
|
523 |
+
#: bws_menu.php:513 bws_menu.php:514 bws_menu.php:515 bws_menu.php:516
|
524 |
+
#: bws_menu.php:517 bws_menu.php:529
|
525 |
msgid "N/A"
|
526 |
msgstr "該当なし"
|
527 |
|
528 |
+
#: bws_menu.php:517
|
529 |
msgid " Mb"
|
530 |
msgstr " Mb"
|
531 |
|
532 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:525
|
533 |
msgid "Yes"
|
534 |
msgstr "はい"
|
535 |
|
536 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:527
|
537 |
msgid "No"
|
538 |
msgstr "いいえ"
|
539 |
|
540 |
+
#: bws_menu.php:537
|
541 |
msgid "Operating System"
|
542 |
msgstr "オペレーション・システム"
|
543 |
|
544 |
+
#: bws_menu.php:538
|
545 |
msgid "Server"
|
546 |
msgstr "サーバ"
|
547 |
|
548 |
+
#: bws_menu.php:539
|
549 |
msgid "Memory usage"
|
550 |
msgstr "メモリー使用"
|
551 |
|
552 |
+
#: bws_menu.php:540
|
553 |
msgid "MYSQL Version"
|
554 |
msgstr "MYSQL バージョン"
|
555 |
|
556 |
+
#: bws_menu.php:541
|
557 |
msgid "SQL Mode"
|
558 |
msgstr "SQLモード"
|
559 |
|
560 |
+
#: bws_menu.php:542
|
561 |
msgid "PHP Version"
|
562 |
msgstr "PHP バージョン"
|
563 |
|
564 |
+
#: bws_menu.php:543
|
565 |
msgid "PHP Safe Mode"
|
566 |
msgstr "PHP Safe Mode"
|
567 |
|
568 |
+
#: bws_menu.php:544
|
569 |
msgid "PHP Allow URL fopen"
|
570 |
msgstr "PHP Allow URL fopen"
|
571 |
|
572 |
+
#: bws_menu.php:545
|
573 |
msgid "PHP Memory Limit"
|
574 |
msgstr "PHP Memory Limit"
|
575 |
|
576 |
+
#: bws_menu.php:546
|
577 |
msgid "PHP Max Upload Size"
|
578 |
msgstr "PHP Max Upload Size"
|
579 |
|
580 |
+
#: bws_menu.php:547
|
581 |
msgid "PHP Max Post Size"
|
582 |
msgstr "PHP Max Post Size"
|
583 |
|
584 |
+
#: bws_menu.php:548
|
585 |
msgid "PHP Max Script Execute Time"
|
586 |
msgstr "PHP Max Script Execute Time"
|
587 |
|
588 |
+
#: bws_menu.php:549
|
589 |
msgid "PHP Exif support"
|
590 |
msgstr "PHP Exif サポート"
|
591 |
|
592 |
+
#: bws_menu.php:550
|
593 |
msgid "PHP IPTC support"
|
594 |
msgstr "PHP IPTC サポート"
|
595 |
|
596 |
+
#: bws_menu.php:551
|
597 |
msgid "PHP XML support"
|
598 |
msgstr "PHP XML サポート"
|
599 |
|
600 |
+
#: bws_menu.php:552
|
601 |
msgid "Site URL"
|
602 |
msgstr "サイトURL"
|
603 |
|
604 |
+
#: bws_menu.php:553
|
605 |
msgid "Home URL"
|
606 |
msgstr "ホームURL"
|
607 |
|
608 |
+
#: bws_menu.php:556
|
609 |
msgid "WordPress Version"
|
610 |
msgstr "WordPress バージョン"
|
611 |
|
612 |
+
#: bws_menu.php:557
|
613 |
msgid "WordPress DB Version"
|
614 |
msgstr "WordPress データベース バージョン"
|
615 |
|
616 |
+
#: bws_menu.php:558
|
617 |
msgid "Multisite"
|
618 |
msgstr "複数サイト"
|
619 |
|
620 |
+
#: bws_menu.php:559
|
621 |
msgid "Active Theme"
|
622 |
msgstr "有効なテーマ"
|
623 |
|
624 |
+
#: bws_menu.php:574
|
625 |
msgid "Please enter a valid email address."
|
626 |
msgstr "正確なEメール・アドレスを入力して下さい。"
|
627 |
|
628 |
+
#: bws_menu.php:578
|
629 |
msgid "Email with system info is sent to "
|
630 |
msgstr "システム情報をメールで送信:"
|
631 |
|
632 |
+
#: bws_menu.php:582
|
633 |
msgid "Thank you for contacting us."
|
634 |
msgstr "ご連絡ありがとうございます"
|
635 |
|
636 |
+
#: bws_menu.php:615
|
637 |
msgid "Sorry, email message could not be delivered."
|
638 |
msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
|
639 |
|
640 |
+
#: bws_menu.php:622
|
641 |
msgid "Need help?"
|
642 |
msgstr ""
|
643 |
|
644 |
+
#: bws_menu.php:623
|
645 |
msgid "Client area"
|
646 |
msgstr ""
|
647 |
|
648 |
+
#: bws_menu.php:624 bws_menu.php:933
|
649 |
msgid "System status"
|
650 |
msgstr "システム状況"
|
651 |
|
652 |
+
#: bws_menu.php:629
|
653 |
#, fuzzy
|
654 |
msgid "Plugins"
|
655 |
msgstr "Pro Plugins"
|
656 |
|
657 |
+
#: bws_menu.php:630
|
658 |
msgid "Themes"
|
659 |
msgstr ""
|
660 |
|
661 |
+
#: bws_menu.php:634
|
662 |
msgid "All"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: bws_menu.php:635
|
666 |
#, fuzzy
|
667 |
msgid "Installed"
|
668 |
msgstr "%s 導入"
|
669 |
|
670 |
+
#: bws_menu.php:636
|
671 |
#, fuzzy
|
672 |
msgid "Recommended"
|
673 |
msgstr "推奨プラグイン"
|
674 |
|
675 |
+
#: bws_menu.php:640
|
676 |
msgid "Installed plugins"
|
677 |
msgstr "導入済みプラグイン"
|
678 |
|
679 |
+
#: bws_menu.php:672 bws_menu.php:721
|
680 |
msgid "Settings"
|
681 |
msgstr "設定"
|
682 |
|
683 |
+
#: bws_menu.php:693 bws_menu.php:750
|
684 |
#, fuzzy
|
685 |
msgid "Activate this plugin"
|
686 |
msgstr "有効なプラグイン"
|
687 |
|
688 |
+
#: bws_menu.php:708 bws_menu.php:738 bws_menu.php:784
|
689 |
msgid "Go"
|
690 |
msgstr ""
|
691 |
|
692 |
+
#: bws_menu.php:712 bws_menu.php:742 bws_menu.php:788
|
693 |
msgid "DONATE"
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: bws_menu.php:758
|
697 |
msgid "Recommended plugins"
|
698 |
msgstr "推奨プラグイン"
|
699 |
|
700 |
+
#: bws_menu.php:796
|
701 |
#, fuzzy
|
702 |
msgid "Install now"
|
703 |
msgstr "Installa Ora"
|
704 |
|
705 |
+
#: bws_menu.php:817
|
706 |
msgid "Try again"
|
707 |
msgstr ""
|
708 |
|
709 |
+
#: bws_menu.php:835
|
710 |
#, php-format
|
711 |
msgid "Preview “%s”"
|
712 |
msgstr ""
|
713 |
|
714 |
+
#: bws_menu.php:866
|
715 |
#, php-format
|
716 |
msgid "Install %s"
|
717 |
msgstr "%s 導入"
|
718 |
|
719 |
+
#: bws_menu.php:866
|
720 |
msgid "Install Now"
|
721 |
msgstr "Installa Ora"
|
722 |
|
723 |
+
#: bws_menu.php:869
|
724 |
#, php-format
|
725 |
msgid "Update to version %s"
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: bws_menu.php:869
|
729 |
msgid "Update"
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: bws_menu.php:876
|
733 |
#, php-format
|
734 |
msgid "Preview %s"
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: bws_menu.php:876
|
738 |
msgid "Preview"
|
739 |
msgstr ""
|
740 |
|
741 |
+
#: bws_menu.php:882 bws_menu.php:914
|
742 |
#, php-format
|
743 |
msgid "By %s"
|
744 |
msgstr ""
|
745 |
|
746 |
+
#: bws_menu.php:888
|
747 |
msgid "Details"
|
748 |
msgstr ""
|
749 |
|
750 |
+
#: bws_menu.php:920
|
751 |
#, fuzzy
|
752 |
msgid "Already Installed"
|
753 |
msgstr "%s 導入"
|
754 |
|
755 |
+
#: bws_menu.php:936
|
756 |
msgid "Environment"
|
757 |
msgstr "環境"
|
758 |
|
759 |
+
#: bws_menu.php:947
|
760 |
msgid "Active Plugins"
|
761 |
msgstr "有効なプラグイン"
|
762 |
|
763 |
+
#: bws_menu.php:960
|
764 |
msgid "Inactive Plugins"
|
765 |
msgstr "無効なプラグイン"
|
766 |
|
767 |
+
#: bws_menu.php:976
|
768 |
msgid "Send to support"
|
769 |
msgstr "サポートに送信"
|
770 |
|
771 |
+
#: bws_menu.php:983
|
772 |
msgid "Send to custom email »"
|
773 |
msgstr "カスタムEメールに送信»"
|
774 |
|
775 |
+
#, fuzzy
|
776 |
+
#~ msgid "Add BWS Plugins Shortcode"
|
777 |
+
#~ msgstr "短いコードの利用"
|
778 |
+
|
779 |
#~ msgid "Pro plugins"
|
780 |
#~ msgstr "Pro Plugins"
|
781 |
|
bws_menu/languages/bestwebsoft-pl_PL.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-pl_PL.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
-
"PO-Revision-Date: 2016-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Damian Dąbrowski <contact@codester.pl>\n"
|
9 |
"Language: pl_PL\n"
|
@@ -46,6 +46,11 @@ msgstr ""
|
|
46 |
"lub nowsza! Nie gwarantujemy, że nasza wtyczka będzie działała poprawnie. "
|
47 |
"Proszę zaktualizować WordPress do najnowszej wersji."
|
48 |
|
|
|
|
|
|
|
|
|
|
|
49 |
#: bws_functions.php:148
|
50 |
msgid "It’s time to upgrade your"
|
51 |
msgstr "Czas by zaktualizować"
|
@@ -214,7 +219,8 @@ msgid "Start Your Free %s-Day Trial Now"
|
|
214 |
msgstr "Rozpocznij swój darmowy %s-dniowy okres testowy"
|
215 |
|
216 |
#: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
|
217 |
-
#: bws_functions.php:460
|
|
|
218 |
msgid "Activate"
|
219 |
msgstr "Aktywuj"
|
220 |
|
@@ -337,8 +343,9 @@ msgstr ""
|
|
337 |
"Twoja licencja wygasła. Aby podtrzymać szybki dostęp do pomocy i "
|
338 |
"aktualizacji powinieneś przedłużyć licencję."
|
339 |
|
340 |
-
#: bws_functions.php:603 bws_functions.php:656
|
341 |
-
#: bws_menu.php:
|
|
|
342 |
msgid "Learn more"
|
343 |
msgstr "Dowiedz się więcej"
|
344 |
|
@@ -385,10 +392,6 @@ msgstr "Konfiguruj Ustawienia"
|
|
385 |
msgid "Add New"
|
386 |
msgstr "Dodaj nowy"
|
387 |
|
388 |
-
#: bws_functions.php:696 bws_functions.php:755
|
389 |
-
msgid "Close notice"
|
390 |
-
msgstr "Zamknij powiadomienie"
|
391 |
-
|
392 |
#: bws_functions.php:750
|
393 |
#, fuzzy
|
394 |
msgid "Thank you for choosing"
|
@@ -412,7 +415,7 @@ msgstr "Uwaga"
|
|
412 |
msgid "The plugin's settings have been changed."
|
413 |
msgstr "Ustawienia wtyczki zostały zmienione."
|
414 |
|
415 |
-
#: bws_functions.php:769
|
416 |
msgid "Save Changes"
|
417 |
msgstr "Zapisz zmiany"
|
418 |
|
@@ -424,10 +427,6 @@ msgstr ""
|
|
424 |
"Zawsze możesz sprawdzić funkcje premium poprzez kliknięcie \"Pokaż funkcje "
|
425 |
"PRO\" w zakładce \"Go PRO\""
|
426 |
|
427 |
-
#: bws_functions.php:866
|
428 |
-
msgid "Add BWS Plugins Shortcode"
|
429 |
-
msgstr "Dodaj BWS Shortcode"
|
430 |
-
|
431 |
#: bws_functions.php:886
|
432 |
#, fuzzy
|
433 |
msgid "Add shortcode"
|
@@ -437,331 +436,370 @@ msgstr "Dodaj BWS Shortcode"
|
|
437 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
438 |
msgstr ""
|
439 |
|
440 |
-
#: bws_functions.php:
|
441 |
msgid "Close"
|
442 |
msgstr "Zamknij"
|
443 |
|
444 |
-
#: bws_functions.php:
|
445 |
msgid "Restore all plugin settings to defaults"
|
446 |
msgstr "Przywróć wszystkie ustawienia do wartości domyśłnych"
|
447 |
|
448 |
-
#: bws_functions.php:
|
449 |
msgid "Restore settings"
|
450 |
msgstr "Przywróć ustawienia"
|
451 |
|
452 |
-
#: bws_functions.php:
|
453 |
msgid "Are you sure you want to restore all settings by default?"
|
454 |
msgstr ""
|
455 |
"Czy jesteś pewien, że chcesz przywrócić wszystkie ustawienia do wartości "
|
456 |
"domyślnych?"
|
457 |
|
458 |
-
#: bws_functions.php:
|
459 |
msgid "Yes, restore all settings"
|
460 |
msgstr "Tak, przywróć wszystkie ustawienia"
|
461 |
|
462 |
-
#: bws_functions.php:
|
463 |
msgid "No, go back to the settings page"
|
464 |
msgstr "Nie, wróć do ustawień"
|
465 |
|
466 |
-
#: bws_functions.php:
|
467 |
msgid "Plugin"
|
468 |
msgstr "Wtyczka"
|
469 |
|
470 |
-
#: bws_functions.php:
|
471 |
msgid "Shortcode settings"
|
472 |
msgstr "Ustawienia shortcode"
|
473 |
|
474 |
-
#: bws_functions.php:
|
475 |
msgid "The shortcode will be inserted"
|
476 |
msgstr "Shortcode zostanie umieszczony"
|
477 |
|
478 |
-
#: bws_functions.php:
|
479 |
msgid "Insert"
|
480 |
msgstr "Umieść"
|
481 |
|
482 |
-
#: bws_functions.php:
|
483 |
msgid "Visit Help Center"
|
484 |
msgstr ""
|
485 |
|
486 |
-
#: bws_functions.php:
|
487 |
msgid "FAQ"
|
488 |
msgstr "FAQ"
|
489 |
|
490 |
-
#: bws_functions.php:
|
491 |
msgid "For more information:"
|
492 |
msgstr ""
|
493 |
|
494 |
-
#: bws_functions.php:
|
495 |
msgid "Documentation"
|
496 |
msgstr ""
|
497 |
|
498 |
-
#: bws_functions.php:
|
499 |
msgid "Video Instructions"
|
500 |
msgstr ""
|
501 |
|
502 |
-
#: bws_functions.php:
|
503 |
#, fuzzy
|
504 |
msgid "Submit a Request"
|
505 |
msgstr "送信ボタン"
|
506 |
|
507 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
508 |
msgid "Not set"
|
509 |
msgstr "Nie ustawiono"
|
510 |
|
511 |
-
#: bws_menu.php:
|
512 |
msgid "On"
|
513 |
msgstr "Włączone"
|
514 |
|
515 |
-
#: bws_menu.php:
|
516 |
msgid "Off"
|
517 |
msgstr "Wyłączone"
|
518 |
|
519 |
-
#: bws_menu.php:
|
520 |
-
#: bws_menu.php:
|
521 |
msgid "N/A"
|
522 |
msgstr "Brak danych"
|
523 |
|
524 |
-
#: bws_menu.php:
|
525 |
msgid " Mb"
|
526 |
msgstr " Mb"
|
527 |
|
528 |
-
#: bws_menu.php:
|
529 |
msgid "Yes"
|
530 |
msgstr "Tak"
|
531 |
|
532 |
-
#: bws_menu.php:
|
533 |
msgid "No"
|
534 |
msgstr "Nie"
|
535 |
|
536 |
-
#: bws_menu.php:
|
537 |
msgid "Operating System"
|
538 |
msgstr "System operacyjny"
|
539 |
|
540 |
-
#: bws_menu.php:
|
541 |
msgid "Server"
|
542 |
msgstr "Serwer"
|
543 |
|
544 |
-
#: bws_menu.php:
|
545 |
msgid "Memory usage"
|
546 |
msgstr "Wykorzystanie pamięci"
|
547 |
|
548 |
-
#: bws_menu.php:
|
549 |
msgid "MYSQL Version"
|
550 |
msgstr "Wersja MySQL"
|
551 |
|
552 |
-
#: bws_menu.php:
|
553 |
msgid "SQL Mode"
|
554 |
msgstr "Tryb SQL"
|
555 |
|
556 |
-
#: bws_menu.php:
|
557 |
msgid "PHP Version"
|
558 |
msgstr "Wersja PHP"
|
559 |
|
560 |
-
#: bws_menu.php:
|
561 |
msgid "PHP Safe Mode"
|
562 |
msgstr "PHP Safe Mode"
|
563 |
|
564 |
-
#: bws_menu.php:
|
565 |
msgid "PHP Allow URL fopen"
|
566 |
msgstr "Zezwól na PHP fopen"
|
567 |
|
568 |
-
#: bws_menu.php:
|
569 |
msgid "PHP Memory Limit"
|
570 |
msgstr "PHP Limit pamięci"
|
571 |
|
572 |
-
#: bws_menu.php:
|
573 |
msgid "PHP Max Upload Size"
|
574 |
msgstr "PHP Max rozmiar przesyłanego pliku"
|
575 |
|
576 |
-
#: bws_menu.php:
|
577 |
msgid "PHP Max Post Size"
|
578 |
msgstr "PHP Max rozmiar przesyłania POST"
|
579 |
|
580 |
-
#: bws_menu.php:
|
581 |
msgid "PHP Max Script Execute Time"
|
582 |
msgstr "PHP Max czas przetwarzania skryptu"
|
583 |
|
584 |
-
#: bws_menu.php:
|
585 |
msgid "PHP Exif support"
|
586 |
msgstr "PHP Wsparcie Exif"
|
587 |
|
588 |
-
#: bws_menu.php:
|
589 |
msgid "PHP IPTC support"
|
590 |
msgstr "PHP Wsparcie IPTC"
|
591 |
|
592 |
-
#: bws_menu.php:
|
593 |
msgid "PHP XML support"
|
594 |
msgstr "PHP Wsparcie XML"
|
595 |
|
596 |
-
#: bws_menu.php:
|
597 |
msgid "Site URL"
|
598 |
msgstr "Adres strony:"
|
599 |
|
600 |
-
#: bws_menu.php:
|
601 |
msgid "Home URL"
|
602 |
msgstr "Adres strony głównej:"
|
603 |
|
604 |
-
#: bws_menu.php:
|
605 |
msgid "WordPress Version"
|
606 |
msgstr "Wersja WordPress"
|
607 |
|
608 |
-
#: bws_menu.php:
|
609 |
msgid "WordPress DB Version"
|
610 |
msgstr "Wersja Bazy Danych dla WordPress"
|
611 |
|
612 |
-
#: bws_menu.php:
|
613 |
msgid "Multisite"
|
614 |
msgstr "Multisite"
|
615 |
|
616 |
-
#: bws_menu.php:
|
617 |
msgid "Active Theme"
|
618 |
msgstr "Aktywny motyw"
|
619 |
|
620 |
-
#: bws_menu.php:
|
621 |
msgid "Please enter a valid email address."
|
622 |
msgstr "Podaj poprawny adres email"
|
623 |
|
624 |
-
#: bws_menu.php:
|
625 |
msgid "Email with system info is sent to "
|
626 |
msgstr "Wiadomość z informacjami systemowymi zostanie wysłana do "
|
627 |
|
628 |
-
#: bws_menu.php:
|
629 |
msgid "Thank you for contacting us."
|
630 |
msgstr "Dziękujemy za kontakt."
|
631 |
|
632 |
-
#: bws_menu.php:
|
633 |
msgid "Sorry, email message could not be delivered."
|
634 |
msgstr "Przepraszamy, wiadomość nie została dostarczona."
|
635 |
|
636 |
-
#: bws_menu.php:
|
637 |
msgid "Need help?"
|
638 |
msgstr "Potrzebujesz pomocy?"
|
639 |
|
640 |
-
#: bws_menu.php:
|
641 |
msgid "Client area"
|
642 |
msgstr "Panel Klienta"
|
643 |
|
644 |
-
#: bws_menu.php:
|
645 |
msgid "System status"
|
646 |
msgstr "Status systemu"
|
647 |
|
648 |
-
#: bws_menu.php:
|
649 |
msgid "Plugins"
|
650 |
msgstr "Wtyczki"
|
651 |
|
652 |
-
#: bws_menu.php:
|
653 |
msgid "Themes"
|
654 |
msgstr "Motywy"
|
655 |
|
656 |
-
#: bws_menu.php:
|
657 |
msgid "All"
|
658 |
msgstr "Wszystko"
|
659 |
|
660 |
-
#: bws_menu.php:
|
661 |
msgid "Installed"
|
662 |
msgstr "Zainstalowane"
|
663 |
|
664 |
-
#: bws_menu.php:
|
665 |
msgid "Recommended"
|
666 |
msgstr "Polecane"
|
667 |
|
668 |
-
#: bws_menu.php:
|
669 |
msgid "Installed plugins"
|
670 |
msgstr "Zainstalowane"
|
671 |
|
672 |
-
#: bws_menu.php:
|
673 |
msgid "Settings"
|
674 |
msgstr "Ustawienia"
|
675 |
|
676 |
-
#: bws_menu.php:
|
677 |
msgid "Activate this plugin"
|
678 |
msgstr "Aktywuj wtyczkę"
|
679 |
|
680 |
-
#: bws_menu.php:
|
681 |
msgid "Go"
|
682 |
msgstr "Go"
|
683 |
|
684 |
-
#: bws_menu.php:
|
685 |
msgid "DONATE"
|
686 |
msgstr "DOTACJA"
|
687 |
|
688 |
-
#: bws_menu.php:
|
689 |
msgid "Recommended plugins"
|
690 |
msgstr "Polecane"
|
691 |
|
692 |
-
#: bws_menu.php:
|
693 |
msgid "Install now"
|
694 |
msgstr "Instaluj teraz"
|
695 |
|
696 |
-
#: bws_menu.php:
|
697 |
msgid "Try again"
|
698 |
msgstr "Spróbuj ponownie"
|
699 |
|
700 |
-
#: bws_menu.php:
|
701 |
#, php-format
|
702 |
msgid "Preview “%s”"
|
703 |
msgstr "Podgląd “%s”"
|
704 |
|
705 |
-
#: bws_menu.php:
|
706 |
#, php-format
|
707 |
msgid "Install %s"
|
708 |
msgstr "Instaluj %s"
|
709 |
|
710 |
-
#: bws_menu.php:
|
711 |
msgid "Install Now"
|
712 |
msgstr "Instaluj teraz"
|
713 |
|
714 |
-
#: bws_menu.php:
|
715 |
#, php-format
|
716 |
msgid "Update to version %s"
|
717 |
msgstr "Aktualizuj do wersji %s"
|
718 |
|
719 |
-
#: bws_menu.php:
|
720 |
msgid "Update"
|
721 |
msgstr "Aktualizuj"
|
722 |
|
723 |
-
#: bws_menu.php:
|
724 |
#, php-format
|
725 |
msgid "Preview %s"
|
726 |
msgstr "Podgląd %s"
|
727 |
|
728 |
-
#: bws_menu.php:
|
729 |
msgid "Preview"
|
730 |
msgstr "Podgląd"
|
731 |
|
732 |
-
#: bws_menu.php:
|
733 |
#, php-format
|
734 |
msgid "By %s"
|
735 |
msgstr "Od %s"
|
736 |
|
737 |
-
#: bws_menu.php:
|
738 |
msgid "Details"
|
739 |
msgstr "Szczegóły"
|
740 |
|
741 |
-
#: bws_menu.php:
|
742 |
msgid "Already Installed"
|
743 |
msgstr "Zainstalowane"
|
744 |
|
745 |
-
#: bws_menu.php:
|
746 |
msgid "Environment"
|
747 |
msgstr "Środowisko"
|
748 |
|
749 |
-
#: bws_menu.php:
|
750 |
msgid "Active Plugins"
|
751 |
msgstr "Aktywne wtyczki"
|
752 |
|
753 |
-
#: bws_menu.php:
|
754 |
msgid "Inactive Plugins"
|
755 |
msgstr "Nieaktywne wtyczki"
|
756 |
|
757 |
-
#: bws_menu.php:
|
758 |
msgid "Send to support"
|
759 |
msgstr "Wyślij do supportu"
|
760 |
|
761 |
-
#: bws_menu.php:
|
762 |
msgid "Send to custom email »"
|
763 |
msgstr "Prześlij na własny adres »"
|
764 |
|
|
|
|
|
|
|
765 |
#~ msgid "Pro plugins"
|
766 |
#~ msgstr "Pro Plugins"
|
767 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-03-10 15:34+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-03-10 15:34+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Damian Dąbrowski <contact@codester.pl>\n"
|
9 |
"Language: pl_PL\n"
|
46 |
"lub nowsza! Nie gwarantujemy, że nasza wtyczka będzie działała poprawnie. "
|
47 |
"Proszę zaktualizować WordPress do najnowszej wersji."
|
48 |
|
49 |
+
#: bws_functions.php:143 bws_functions.php:652 bws_functions.php:696
|
50 |
+
#: bws_functions.php:755
|
51 |
+
msgid "Close notice"
|
52 |
+
msgstr "Zamknij powiadomienie"
|
53 |
+
|
54 |
#: bws_functions.php:148
|
55 |
msgid "It’s time to upgrade your"
|
56 |
msgstr "Czas by zaktualizować"
|
219 |
msgstr "Rozpocznij swój darmowy %s-dniowy okres testowy"
|
220 |
|
221 |
#: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
|
222 |
+
#: bws_functions.php:460 bws_functions.php:1232 bws_menu.php:693
|
223 |
+
#: bws_menu.php:750
|
224 |
msgid "Activate"
|
225 |
msgstr "Aktywuj"
|
226 |
|
343 |
"Twoja licencja wygasła. Aby podtrzymać szybki dostęp do pomocy i "
|
344 |
"aktualizacji powinieneś przedłużyć licencję."
|
345 |
|
346 |
+
#: bws_functions.php:603 bws_functions.php:656 bws_functions.php:1198
|
347 |
+
#: bws_menu.php:669 bws_menu.php:691 bws_menu.php:718 bws_menu.php:748
|
348 |
+
#: bws_menu.php:794
|
349 |
msgid "Learn more"
|
350 |
msgstr "Dowiedz się więcej"
|
351 |
|
392 |
msgid "Add New"
|
393 |
msgstr "Dodaj nowy"
|
394 |
|
|
|
|
|
|
|
|
|
395 |
#: bws_functions.php:750
|
396 |
#, fuzzy
|
397 |
msgid "Thank you for choosing"
|
415 |
msgid "The plugin's settings have been changed."
|
416 |
msgstr "Ustawienia wtyczki zostały zmienione."
|
417 |
|
418 |
+
#: bws_functions.php:769 bws_functions.php:1240
|
419 |
msgid "Save Changes"
|
420 |
msgstr "Zapisz zmiany"
|
421 |
|
427 |
"Zawsze możesz sprawdzić funkcje premium poprzez kliknięcie \"Pokaż funkcje "
|
428 |
"PRO\" w zakładce \"Go PRO\""
|
429 |
|
|
|
|
|
|
|
|
|
430 |
#: bws_functions.php:886
|
431 |
#, fuzzy
|
432 |
msgid "Add shortcode"
|
436 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: bws_functions.php:935
|
440 |
msgid "Close"
|
441 |
msgstr "Zamknij"
|
442 |
|
443 |
+
#: bws_functions.php:1027
|
444 |
msgid "Restore all plugin settings to defaults"
|
445 |
msgstr "Przywróć wszystkie ustawienia do wartości domyśłnych"
|
446 |
|
447 |
+
#: bws_functions.php:1029
|
448 |
msgid "Restore settings"
|
449 |
msgstr "Przywróć ustawienia"
|
450 |
|
451 |
+
#: bws_functions.php:1040
|
452 |
msgid "Are you sure you want to restore all settings by default?"
|
453 |
msgstr ""
|
454 |
"Czy jesteś pewien, że chcesz przywrócić wszystkie ustawienia do wartości "
|
455 |
"domyślnych?"
|
456 |
|
457 |
+
#: bws_functions.php:1043
|
458 |
msgid "Yes, restore all settings"
|
459 |
msgstr "Tak, przywróć wszystkie ustawienia"
|
460 |
|
461 |
+
#: bws_functions.php:1044
|
462 |
msgid "No, go back to the settings page"
|
463 |
msgstr "Nie, wróć do ustawień"
|
464 |
|
465 |
+
#: bws_functions.php:1090
|
466 |
msgid "Plugin"
|
467 |
msgstr "Wtyczka"
|
468 |
|
469 |
+
#: bws_functions.php:1099
|
470 |
msgid "Shortcode settings"
|
471 |
msgstr "Ustawienia shortcode"
|
472 |
|
473 |
+
#: bws_functions.php:1104
|
474 |
msgid "The shortcode will be inserted"
|
475 |
msgstr "Shortcode zostanie umieszczony"
|
476 |
|
477 |
+
#: bws_functions.php:1109
|
478 |
msgid "Insert"
|
479 |
msgstr "Umieść"
|
480 |
|
481 |
+
#: bws_functions.php:1140
|
482 |
msgid "Visit Help Center"
|
483 |
msgstr ""
|
484 |
|
485 |
+
#: bws_functions.php:1145
|
486 |
msgid "FAQ"
|
487 |
msgstr "FAQ"
|
488 |
|
489 |
+
#: bws_functions.php:1151
|
490 |
msgid "For more information:"
|
491 |
msgstr ""
|
492 |
|
493 |
+
#: bws_functions.php:1152
|
494 |
msgid "Documentation"
|
495 |
msgstr ""
|
496 |
|
497 |
+
#: bws_functions.php:1153
|
498 |
msgid "Video Instructions"
|
499 |
msgstr ""
|
500 |
|
501 |
+
#: bws_functions.php:1154
|
502 |
#, fuzzy
|
503 |
msgid "Submit a Request"
|
504 |
msgstr "送信ボタン"
|
505 |
|
506 |
+
#: bws_functions.php:1165
|
507 |
+
msgid "You do not have sufficient permissions to edit plugins for this site."
|
508 |
+
msgstr ""
|
509 |
+
|
510 |
+
#: bws_functions.php:1196
|
511 |
+
msgid "File edited successfully."
|
512 |
+
msgstr ""
|
513 |
+
|
514 |
+
#: bws_functions.php:1198
|
515 |
+
msgid "Not enough permissions to create or update the file"
|
516 |
+
msgstr ""
|
517 |
+
|
518 |
+
#: bws_functions.php:1222
|
519 |
+
msgid "These styles will be added to the header on all pages of your site."
|
520 |
+
msgstr ""
|
521 |
+
|
522 |
+
#: bws_functions.php:1225
|
523 |
+
msgid "Editing"
|
524 |
+
msgstr ""
|
525 |
+
|
526 |
+
#: bws_functions.php:1227
|
527 |
+
msgid "Browsing"
|
528 |
+
msgstr ""
|
529 |
+
|
530 |
+
#: bws_functions.php:1235
|
531 |
+
#, fuzzy
|
532 |
+
msgid "Learn more about CSS"
|
533 |
+
msgstr "Dowiedz się więcej"
|
534 |
+
|
535 |
+
#: bws_functions.php:1243
|
536 |
+
#, php-format
|
537 |
+
msgid ""
|
538 |
+
"You need to make this file writable before you can save your changes. See %s "
|
539 |
+
"the Codex %s for more information."
|
540 |
+
msgstr ""
|
541 |
+
|
542 |
+
#: bws_menu.php:509
|
543 |
msgid "Not set"
|
544 |
msgstr "Nie ustawiono"
|
545 |
|
546 |
+
#: bws_menu.php:511 bws_menu.php:512
|
547 |
msgid "On"
|
548 |
msgstr "Włączone"
|
549 |
|
550 |
+
#: bws_menu.php:511 bws_menu.php:512
|
551 |
msgid "Off"
|
552 |
msgstr "Wyłączone"
|
553 |
|
554 |
+
#: bws_menu.php:513 bws_menu.php:514 bws_menu.php:515 bws_menu.php:516
|
555 |
+
#: bws_menu.php:517 bws_menu.php:529
|
556 |
msgid "N/A"
|
557 |
msgstr "Brak danych"
|
558 |
|
559 |
+
#: bws_menu.php:517
|
560 |
msgid " Mb"
|
561 |
msgstr " Mb"
|
562 |
|
563 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:525
|
564 |
msgid "Yes"
|
565 |
msgstr "Tak"
|
566 |
|
567 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:527
|
568 |
msgid "No"
|
569 |
msgstr "Nie"
|
570 |
|
571 |
+
#: bws_menu.php:537
|
572 |
msgid "Operating System"
|
573 |
msgstr "System operacyjny"
|
574 |
|
575 |
+
#: bws_menu.php:538
|
576 |
msgid "Server"
|
577 |
msgstr "Serwer"
|
578 |
|
579 |
+
#: bws_menu.php:539
|
580 |
msgid "Memory usage"
|
581 |
msgstr "Wykorzystanie pamięci"
|
582 |
|
583 |
+
#: bws_menu.php:540
|
584 |
msgid "MYSQL Version"
|
585 |
msgstr "Wersja MySQL"
|
586 |
|
587 |
+
#: bws_menu.php:541
|
588 |
msgid "SQL Mode"
|
589 |
msgstr "Tryb SQL"
|
590 |
|
591 |
+
#: bws_menu.php:542
|
592 |
msgid "PHP Version"
|
593 |
msgstr "Wersja PHP"
|
594 |
|
595 |
+
#: bws_menu.php:543
|
596 |
msgid "PHP Safe Mode"
|
597 |
msgstr "PHP Safe Mode"
|
598 |
|
599 |
+
#: bws_menu.php:544
|
600 |
msgid "PHP Allow URL fopen"
|
601 |
msgstr "Zezwól na PHP fopen"
|
602 |
|
603 |
+
#: bws_menu.php:545
|
604 |
msgid "PHP Memory Limit"
|
605 |
msgstr "PHP Limit pamięci"
|
606 |
|
607 |
+
#: bws_menu.php:546
|
608 |
msgid "PHP Max Upload Size"
|
609 |
msgstr "PHP Max rozmiar przesyłanego pliku"
|
610 |
|
611 |
+
#: bws_menu.php:547
|
612 |
msgid "PHP Max Post Size"
|
613 |
msgstr "PHP Max rozmiar przesyłania POST"
|
614 |
|
615 |
+
#: bws_menu.php:548
|
616 |
msgid "PHP Max Script Execute Time"
|
617 |
msgstr "PHP Max czas przetwarzania skryptu"
|
618 |
|
619 |
+
#: bws_menu.php:549
|
620 |
msgid "PHP Exif support"
|
621 |
msgstr "PHP Wsparcie Exif"
|
622 |
|
623 |
+
#: bws_menu.php:550
|
624 |
msgid "PHP IPTC support"
|
625 |
msgstr "PHP Wsparcie IPTC"
|
626 |
|
627 |
+
#: bws_menu.php:551
|
628 |
msgid "PHP XML support"
|
629 |
msgstr "PHP Wsparcie XML"
|
630 |
|
631 |
+
#: bws_menu.php:552
|
632 |
msgid "Site URL"
|
633 |
msgstr "Adres strony:"
|
634 |
|
635 |
+
#: bws_menu.php:553
|
636 |
msgid "Home URL"
|
637 |
msgstr "Adres strony głównej:"
|
638 |
|
639 |
+
#: bws_menu.php:556
|
640 |
msgid "WordPress Version"
|
641 |
msgstr "Wersja WordPress"
|
642 |
|
643 |
+
#: bws_menu.php:557
|
644 |
msgid "WordPress DB Version"
|
645 |
msgstr "Wersja Bazy Danych dla WordPress"
|
646 |
|
647 |
+
#: bws_menu.php:558
|
648 |
msgid "Multisite"
|
649 |
msgstr "Multisite"
|
650 |
|
651 |
+
#: bws_menu.php:559
|
652 |
msgid "Active Theme"
|
653 |
msgstr "Aktywny motyw"
|
654 |
|
655 |
+
#: bws_menu.php:574
|
656 |
msgid "Please enter a valid email address."
|
657 |
msgstr "Podaj poprawny adres email"
|
658 |
|
659 |
+
#: bws_menu.php:578
|
660 |
msgid "Email with system info is sent to "
|
661 |
msgstr "Wiadomość z informacjami systemowymi zostanie wysłana do "
|
662 |
|
663 |
+
#: bws_menu.php:582
|
664 |
msgid "Thank you for contacting us."
|
665 |
msgstr "Dziękujemy za kontakt."
|
666 |
|
667 |
+
#: bws_menu.php:615
|
668 |
msgid "Sorry, email message could not be delivered."
|
669 |
msgstr "Przepraszamy, wiadomość nie została dostarczona."
|
670 |
|
671 |
+
#: bws_menu.php:622
|
672 |
msgid "Need help?"
|
673 |
msgstr "Potrzebujesz pomocy?"
|
674 |
|
675 |
+
#: bws_menu.php:623
|
676 |
msgid "Client area"
|
677 |
msgstr "Panel Klienta"
|
678 |
|
679 |
+
#: bws_menu.php:624 bws_menu.php:933
|
680 |
msgid "System status"
|
681 |
msgstr "Status systemu"
|
682 |
|
683 |
+
#: bws_menu.php:629
|
684 |
msgid "Plugins"
|
685 |
msgstr "Wtyczki"
|
686 |
|
687 |
+
#: bws_menu.php:630
|
688 |
msgid "Themes"
|
689 |
msgstr "Motywy"
|
690 |
|
691 |
+
#: bws_menu.php:634
|
692 |
msgid "All"
|
693 |
msgstr "Wszystko"
|
694 |
|
695 |
+
#: bws_menu.php:635
|
696 |
msgid "Installed"
|
697 |
msgstr "Zainstalowane"
|
698 |
|
699 |
+
#: bws_menu.php:636
|
700 |
msgid "Recommended"
|
701 |
msgstr "Polecane"
|
702 |
|
703 |
+
#: bws_menu.php:640
|
704 |
msgid "Installed plugins"
|
705 |
msgstr "Zainstalowane"
|
706 |
|
707 |
+
#: bws_menu.php:672 bws_menu.php:721
|
708 |
msgid "Settings"
|
709 |
msgstr "Ustawienia"
|
710 |
|
711 |
+
#: bws_menu.php:693 bws_menu.php:750
|
712 |
msgid "Activate this plugin"
|
713 |
msgstr "Aktywuj wtyczkę"
|
714 |
|
715 |
+
#: bws_menu.php:708 bws_menu.php:738 bws_menu.php:784
|
716 |
msgid "Go"
|
717 |
msgstr "Go"
|
718 |
|
719 |
+
#: bws_menu.php:712 bws_menu.php:742 bws_menu.php:788
|
720 |
msgid "DONATE"
|
721 |
msgstr "DOTACJA"
|
722 |
|
723 |
+
#: bws_menu.php:758
|
724 |
msgid "Recommended plugins"
|
725 |
msgstr "Polecane"
|
726 |
|
727 |
+
#: bws_menu.php:796
|
728 |
msgid "Install now"
|
729 |
msgstr "Instaluj teraz"
|
730 |
|
731 |
+
#: bws_menu.php:817
|
732 |
msgid "Try again"
|
733 |
msgstr "Spróbuj ponownie"
|
734 |
|
735 |
+
#: bws_menu.php:835
|
736 |
#, php-format
|
737 |
msgid "Preview “%s”"
|
738 |
msgstr "Podgląd “%s”"
|
739 |
|
740 |
+
#: bws_menu.php:866
|
741 |
#, php-format
|
742 |
msgid "Install %s"
|
743 |
msgstr "Instaluj %s"
|
744 |
|
745 |
+
#: bws_menu.php:866
|
746 |
msgid "Install Now"
|
747 |
msgstr "Instaluj teraz"
|
748 |
|
749 |
+
#: bws_menu.php:869
|
750 |
#, php-format
|
751 |
msgid "Update to version %s"
|
752 |
msgstr "Aktualizuj do wersji %s"
|
753 |
|
754 |
+
#: bws_menu.php:869
|
755 |
msgid "Update"
|
756 |
msgstr "Aktualizuj"
|
757 |
|
758 |
+
#: bws_menu.php:876
|
759 |
#, php-format
|
760 |
msgid "Preview %s"
|
761 |
msgstr "Podgląd %s"
|
762 |
|
763 |
+
#: bws_menu.php:876
|
764 |
msgid "Preview"
|
765 |
msgstr "Podgląd"
|
766 |
|
767 |
+
#: bws_menu.php:882 bws_menu.php:914
|
768 |
#, php-format
|
769 |
msgid "By %s"
|
770 |
msgstr "Od %s"
|
771 |
|
772 |
+
#: bws_menu.php:888
|
773 |
msgid "Details"
|
774 |
msgstr "Szczegóły"
|
775 |
|
776 |
+
#: bws_menu.php:920
|
777 |
msgid "Already Installed"
|
778 |
msgstr "Zainstalowane"
|
779 |
|
780 |
+
#: bws_menu.php:936
|
781 |
msgid "Environment"
|
782 |
msgstr "Środowisko"
|
783 |
|
784 |
+
#: bws_menu.php:947
|
785 |
msgid "Active Plugins"
|
786 |
msgstr "Aktywne wtyczki"
|
787 |
|
788 |
+
#: bws_menu.php:960
|
789 |
msgid "Inactive Plugins"
|
790 |
msgstr "Nieaktywne wtyczki"
|
791 |
|
792 |
+
#: bws_menu.php:976
|
793 |
msgid "Send to support"
|
794 |
msgstr "Wyślij do supportu"
|
795 |
|
796 |
+
#: bws_menu.php:983
|
797 |
msgid "Send to custom email »"
|
798 |
msgstr "Prześlij na własny adres »"
|
799 |
|
800 |
+
#~ msgid "Add BWS Plugins Shortcode"
|
801 |
+
#~ msgstr "Dodaj BWS Shortcode"
|
802 |
+
|
803 |
#~ msgid "Pro plugins"
|
804 |
#~ msgstr "Pro Plugins"
|
805 |
|
bws_menu/languages/bestwebsoft-pt_BR.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-pt_BR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
-
"PO-Revision-Date: 2016-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Dionizio Bonfim Bach | DJIO <wordpress@djio.com.br>\n"
|
9 |
"Language: pt_BR\n"
|
@@ -44,6 +44,11 @@ msgid ""
|
|
44 |
"upgrade to WordPress latest version."
|
45 |
msgstr ""
|
46 |
|
|
|
|
|
|
|
|
|
|
|
47 |
#: bws_functions.php:148
|
48 |
msgid "It’s time to upgrade your"
|
49 |
msgstr ""
|
@@ -203,7 +208,8 @@ msgstr ""
|
|
203 |
|
204 |
# @ captcha
|
205 |
#: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
|
206 |
-
#: bws_functions.php:460
|
|
|
207 |
#, fuzzy
|
208 |
msgid "Activate"
|
209 |
msgstr "Plugins ativados"
|
@@ -309,8 +315,9 @@ msgid ""
|
|
309 |
msgstr ""
|
310 |
|
311 |
# @ captcha
|
312 |
-
#: bws_functions.php:603 bws_functions.php:656
|
313 |
-
#: bws_menu.php:
|
|
|
314 |
#, fuzzy
|
315 |
msgid "Learn more"
|
316 |
msgstr "Leia Mais"
|
@@ -360,10 +367,6 @@ msgstr "Configurações"
|
|
360 |
msgid "Add New"
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: bws_functions.php:696 bws_functions.php:755
|
364 |
-
msgid "Close notice"
|
365 |
-
msgstr ""
|
366 |
-
|
367 |
# @ captcha
|
368 |
#: bws_functions.php:750
|
369 |
#, fuzzy
|
@@ -388,7 +391,7 @@ msgstr ""
|
|
388 |
msgid "The plugin's settings have been changed."
|
389 |
msgstr ""
|
390 |
|
391 |
-
#: bws_functions.php:769
|
392 |
msgid "Save Changes"
|
393 |
msgstr ""
|
394 |
|
@@ -398,10 +401,6 @@ msgid ""
|
|
398 |
"\" in the \"Go PRO\" tab"
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: bws_functions.php:866
|
402 |
-
msgid "Add BWS Plugins Shortcode"
|
403 |
-
msgstr ""
|
404 |
-
|
405 |
#: bws_functions.php:886
|
406 |
msgid "Add shortcode"
|
407 |
msgstr ""
|
@@ -410,385 +409,422 @@ msgstr ""
|
|
410 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: bws_functions.php:
|
414 |
msgid "Close"
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: bws_functions.php:
|
418 |
msgid "Restore all plugin settings to defaults"
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: bws_functions.php:
|
422 |
msgid "Restore settings"
|
423 |
msgstr ""
|
424 |
|
425 |
-
#: bws_functions.php:
|
426 |
msgid "Are you sure you want to restore all settings by default?"
|
427 |
msgstr ""
|
428 |
|
429 |
-
#: bws_functions.php:
|
430 |
msgid "Yes, restore all settings"
|
431 |
msgstr ""
|
432 |
|
433 |
-
#: bws_functions.php:
|
434 |
msgid "No, go back to the settings page"
|
435 |
msgstr ""
|
436 |
|
437 |
# @ captcha
|
438 |
-
#: bws_functions.php:
|
439 |
#, fuzzy
|
440 |
msgid "Plugin"
|
441 |
msgstr "Plugins Pro"
|
442 |
|
443 |
# @ captcha
|
444 |
-
#: bws_functions.php:
|
445 |
#, fuzzy
|
446 |
msgid "Shortcode settings"
|
447 |
msgstr "Configurações"
|
448 |
|
449 |
-
#: bws_functions.php:
|
450 |
msgid "The shortcode will be inserted"
|
451 |
msgstr ""
|
452 |
|
453 |
-
#: bws_functions.php:
|
454 |
msgid "Insert"
|
455 |
msgstr ""
|
456 |
|
457 |
-
#: bws_functions.php:
|
458 |
msgid "Visit Help Center"
|
459 |
msgstr ""
|
460 |
|
461 |
-
#: bws_functions.php:
|
462 |
msgid "FAQ"
|
463 |
msgstr ""
|
464 |
|
465 |
-
#: bws_functions.php:
|
466 |
msgid "For more information:"
|
467 |
msgstr ""
|
468 |
|
469 |
-
#: bws_functions.php:
|
470 |
msgid "Documentation"
|
471 |
msgstr ""
|
472 |
|
473 |
-
#: bws_functions.php:
|
474 |
msgid "Video Instructions"
|
475 |
msgstr ""
|
476 |
|
477 |
-
#: bws_functions.php:
|
478 |
msgid "Submit a Request"
|
479 |
msgstr ""
|
480 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
481 |
# @ captcha
|
482 |
-
#: bws_menu.php:
|
483 |
msgid "Not set"
|
484 |
msgstr "Não definido"
|
485 |
|
486 |
# @ captcha
|
487 |
-
#: bws_menu.php:
|
488 |
msgid "On"
|
489 |
msgstr "Ligado"
|
490 |
|
491 |
# @ captcha
|
492 |
-
#: bws_menu.php:
|
493 |
msgid "Off"
|
494 |
msgstr "Desligado"
|
495 |
|
496 |
# @ captcha
|
497 |
-
#: bws_menu.php:
|
498 |
-
#: bws_menu.php:
|
499 |
msgid "N/A"
|
500 |
msgstr "N/D"
|
501 |
|
502 |
# @ captcha
|
503 |
-
#: bws_menu.php:
|
504 |
msgid " Mb"
|
505 |
msgstr " Mb"
|
506 |
|
507 |
# @ captcha
|
508 |
-
#: bws_menu.php:
|
509 |
msgid "Yes"
|
510 |
msgstr "Sim"
|
511 |
|
512 |
# @ captcha
|
513 |
-
#: bws_menu.php:
|
514 |
msgid "No"
|
515 |
msgstr "Não"
|
516 |
|
517 |
# @ captcha
|
518 |
-
#: bws_menu.php:
|
519 |
msgid "Operating System"
|
520 |
msgstr "Sistema Operacional"
|
521 |
|
522 |
# @ captcha
|
523 |
-
#: bws_menu.php:
|
524 |
msgid "Server"
|
525 |
msgstr "Servidor"
|
526 |
|
527 |
# @ captcha
|
528 |
-
#: bws_menu.php:
|
529 |
msgid "Memory usage"
|
530 |
msgstr "Uso de memória"
|
531 |
|
532 |
# @ captcha
|
533 |
-
#: bws_menu.php:
|
534 |
msgid "MYSQL Version"
|
535 |
msgstr "Versão do MySQL"
|
536 |
|
537 |
# @ captcha
|
538 |
-
#: bws_menu.php:
|
539 |
msgid "SQL Mode"
|
540 |
msgstr "Modo SQL"
|
541 |
|
542 |
# @ captcha
|
543 |
-
#: bws_menu.php:
|
544 |
msgid "PHP Version"
|
545 |
msgstr "Versão do PHP"
|
546 |
|
547 |
# @ captcha
|
548 |
-
#: bws_menu.php:
|
549 |
msgid "PHP Safe Mode"
|
550 |
msgstr "Modo de Segurança do PHP"
|
551 |
|
552 |
# @ captcha
|
553 |
-
#: bws_menu.php:
|
554 |
msgid "PHP Allow URL fopen"
|
555 |
msgstr "Permissão de fopen de URL do PHP"
|
556 |
|
557 |
# @ captcha
|
558 |
-
#: bws_menu.php:
|
559 |
msgid "PHP Memory Limit"
|
560 |
msgstr "Limite de Memória do PHP"
|
561 |
|
562 |
# @ captcha
|
563 |
-
#: bws_menu.php:
|
564 |
msgid "PHP Max Upload Size"
|
565 |
msgstr "Tamanho Máximo de Upload no PHP"
|
566 |
|
567 |
# @ captcha
|
568 |
-
#: bws_menu.php:
|
569 |
msgid "PHP Max Post Size"
|
570 |
msgstr "Tamanho Máximo de Envio do PHP"
|
571 |
|
572 |
# @ captcha
|
573 |
-
#: bws_menu.php:
|
574 |
msgid "PHP Max Script Execute Time"
|
575 |
msgstr "Tempo de Execução Máximo do PHP"
|
576 |
|
577 |
# @ captcha
|
578 |
-
#: bws_menu.php:
|
579 |
msgid "PHP Exif support"
|
580 |
msgstr "Suporte a Exif no PHP"
|
581 |
|
582 |
# @ captcha
|
583 |
-
#: bws_menu.php:
|
584 |
msgid "PHP IPTC support"
|
585 |
msgstr "Suporte da IPTC no PHP"
|
586 |
|
587 |
# @ captcha
|
588 |
-
#: bws_menu.php:
|
589 |
msgid "PHP XML support"
|
590 |
msgstr "Suporte a XML no PHP"
|
591 |
|
592 |
# @ captcha
|
593 |
-
#: bws_menu.php:
|
594 |
msgid "Site URL"
|
595 |
msgstr "URL do Site"
|
596 |
|
597 |
# @ captcha
|
598 |
-
#: bws_menu.php:
|
599 |
msgid "Home URL"
|
600 |
msgstr "URL da Página Inicial"
|
601 |
|
602 |
# @ captcha
|
603 |
-
#: bws_menu.php:
|
604 |
msgid "WordPress Version"
|
605 |
msgstr "Versão do WordPress"
|
606 |
|
607 |
# @ captcha
|
608 |
-
#: bws_menu.php:
|
609 |
msgid "WordPress DB Version"
|
610 |
msgstr "Versão do DB do WordPress"
|
611 |
|
612 |
# @ captcha
|
613 |
-
#: bws_menu.php:
|
614 |
msgid "Multisite"
|
615 |
msgstr "Multisite"
|
616 |
|
617 |
# @ captcha
|
618 |
-
#: bws_menu.php:
|
619 |
msgid "Active Theme"
|
620 |
msgstr "Tema Ativo"
|
621 |
|
622 |
# @ captcha
|
623 |
-
#: bws_menu.php:
|
624 |
msgid "Please enter a valid email address."
|
625 |
msgstr "Por favor, informe um endereço de email válido."
|
626 |
|
627 |
# @ captcha
|
628 |
-
#: bws_menu.php:
|
629 |
msgid "Email with system info is sent to "
|
630 |
msgstr "Email com informações do sistema é enviado para "
|
631 |
|
632 |
# @ captcha
|
633 |
-
#: bws_menu.php:
|
634 |
msgid "Thank you for contacting us."
|
635 |
msgstr "Obrigado por nos contatar."
|
636 |
|
637 |
# @ captcha
|
638 |
-
#: bws_menu.php:
|
639 |
msgid "Sorry, email message could not be delivered."
|
640 |
msgstr "Desculpe, a mensagem de email não pôde ser enviada."
|
641 |
|
642 |
-
#: bws_menu.php:
|
643 |
msgid "Need help?"
|
644 |
msgstr ""
|
645 |
|
646 |
-
#: bws_menu.php:
|
647 |
msgid "Client area"
|
648 |
msgstr ""
|
649 |
|
650 |
# @ captcha
|
651 |
-
#: bws_menu.php:
|
652 |
msgid "System status"
|
653 |
msgstr "Status do sistema"
|
654 |
|
655 |
# @ captcha
|
656 |
-
#: bws_menu.php:
|
657 |
#, fuzzy
|
658 |
msgid "Plugins"
|
659 |
msgstr "Plugins Pro"
|
660 |
|
661 |
-
#: bws_menu.php:
|
662 |
msgid "Themes"
|
663 |
msgstr ""
|
664 |
|
665 |
-
#: bws_menu.php:
|
666 |
msgid "All"
|
667 |
msgstr ""
|
668 |
|
669 |
# @ default
|
670 |
-
#: bws_menu.php:
|
671 |
#, fuzzy
|
672 |
msgid "Installed"
|
673 |
msgstr "Instalar %s"
|
674 |
|
675 |
# @ captcha
|
676 |
-
#: bws_menu.php:
|
677 |
#, fuzzy
|
678 |
msgid "Recommended"
|
679 |
msgstr "Plugins Recomendados"
|
680 |
|
681 |
# @ captcha
|
682 |
-
#: bws_menu.php:
|
683 |
msgid "Installed plugins"
|
684 |
msgstr "Plugins Instalados"
|
685 |
|
686 |
# @ captcha
|
687 |
-
#: bws_menu.php:
|
688 |
msgid "Settings"
|
689 |
msgstr "Configurações"
|
690 |
|
691 |
# @ captcha
|
692 |
-
#: bws_menu.php:
|
693 |
#, fuzzy
|
694 |
msgid "Activate this plugin"
|
695 |
msgstr "Plugins ativados"
|
696 |
|
697 |
-
#: bws_menu.php:
|
698 |
msgid "Go"
|
699 |
msgstr ""
|
700 |
|
701 |
-
#: bws_menu.php:
|
702 |
msgid "DONATE"
|
703 |
msgstr ""
|
704 |
|
705 |
# @ captcha
|
706 |
-
#: bws_menu.php:
|
707 |
msgid "Recommended plugins"
|
708 |
msgstr "Plugins Recomendados"
|
709 |
|
710 |
# @ default
|
711 |
-
#: bws_menu.php:
|
712 |
#, fuzzy
|
713 |
msgid "Install now"
|
714 |
msgstr "Instalar %s"
|
715 |
|
716 |
-
#: bws_menu.php:
|
717 |
msgid "Try again"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: bws_menu.php:
|
721 |
#, php-format
|
722 |
msgid "Preview “%s”"
|
723 |
msgstr ""
|
724 |
|
725 |
# @ default
|
726 |
-
#: bws_menu.php:
|
727 |
#, php-format
|
728 |
msgid "Install %s"
|
729 |
msgstr "Instalar %s"
|
730 |
|
731 |
# @ default
|
732 |
-
#: bws_menu.php:
|
733 |
#, fuzzy
|
734 |
msgid "Install Now"
|
735 |
msgstr "Instalar %s"
|
736 |
|
737 |
-
#: bws_menu.php:
|
738 |
#, php-format
|
739 |
msgid "Update to version %s"
|
740 |
msgstr ""
|
741 |
|
742 |
-
#: bws_menu.php:
|
743 |
msgid "Update"
|
744 |
msgstr ""
|
745 |
|
746 |
-
#: bws_menu.php:
|
747 |
#, php-format
|
748 |
msgid "Preview %s"
|
749 |
msgstr ""
|
750 |
|
751 |
-
#: bws_menu.php:
|
752 |
msgid "Preview"
|
753 |
msgstr ""
|
754 |
|
755 |
-
#: bws_menu.php:
|
756 |
#, php-format
|
757 |
msgid "By %s"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: bws_menu.php:
|
761 |
msgid "Details"
|
762 |
msgstr ""
|
763 |
|
764 |
# @ default
|
765 |
-
#: bws_menu.php:
|
766 |
#, fuzzy
|
767 |
msgid "Already Installed"
|
768 |
msgstr "Instalar %s"
|
769 |
|
770 |
# @ captcha
|
771 |
-
#: bws_menu.php:
|
772 |
msgid "Environment"
|
773 |
msgstr "Ambiente"
|
774 |
|
775 |
# @ captcha
|
776 |
-
#: bws_menu.php:
|
777 |
msgid "Active Plugins"
|
778 |
msgstr "Plugins Ativos"
|
779 |
|
780 |
# @ captcha
|
781 |
-
#: bws_menu.php:
|
782 |
msgid "Inactive Plugins"
|
783 |
msgstr "Plugins Inativos"
|
784 |
|
785 |
# @ captcha
|
786 |
-
#: bws_menu.php:
|
787 |
msgid "Send to support"
|
788 |
msgstr "Enviar para o suporte"
|
789 |
|
790 |
# @ captcha
|
791 |
-
#: bws_menu.php:
|
792 |
msgid "Send to custom email »"
|
793 |
msgstr "Enviar para email personalizado »"
|
794 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-03-10 15:34+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-03-10 15:34+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Dionizio Bonfim Bach | DJIO <wordpress@djio.com.br>\n"
|
9 |
"Language: pt_BR\n"
|
44 |
"upgrade to WordPress latest version."
|
45 |
msgstr ""
|
46 |
|
47 |
+
#: bws_functions.php:143 bws_functions.php:652 bws_functions.php:696
|
48 |
+
#: bws_functions.php:755
|
49 |
+
msgid "Close notice"
|
50 |
+
msgstr ""
|
51 |
+
|
52 |
#: bws_functions.php:148
|
53 |
msgid "It’s time to upgrade your"
|
54 |
msgstr ""
|
208 |
|
209 |
# @ captcha
|
210 |
#: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
|
211 |
+
#: bws_functions.php:460 bws_functions.php:1232 bws_menu.php:693
|
212 |
+
#: bws_menu.php:750
|
213 |
#, fuzzy
|
214 |
msgid "Activate"
|
215 |
msgstr "Plugins ativados"
|
315 |
msgstr ""
|
316 |
|
317 |
# @ captcha
|
318 |
+
#: bws_functions.php:603 bws_functions.php:656 bws_functions.php:1198
|
319 |
+
#: bws_menu.php:669 bws_menu.php:691 bws_menu.php:718 bws_menu.php:748
|
320 |
+
#: bws_menu.php:794
|
321 |
#, fuzzy
|
322 |
msgid "Learn more"
|
323 |
msgstr "Leia Mais"
|
367 |
msgid "Add New"
|
368 |
msgstr ""
|
369 |
|
|
|
|
|
|
|
|
|
370 |
# @ captcha
|
371 |
#: bws_functions.php:750
|
372 |
#, fuzzy
|
391 |
msgid "The plugin's settings have been changed."
|
392 |
msgstr ""
|
393 |
|
394 |
+
#: bws_functions.php:769 bws_functions.php:1240
|
395 |
msgid "Save Changes"
|
396 |
msgstr ""
|
397 |
|
401 |
"\" in the \"Go PRO\" tab"
|
402 |
msgstr ""
|
403 |
|
|
|
|
|
|
|
|
|
404 |
#: bws_functions.php:886
|
405 |
msgid "Add shortcode"
|
406 |
msgstr ""
|
409 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
410 |
msgstr ""
|
411 |
|
412 |
+
#: bws_functions.php:935
|
413 |
msgid "Close"
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: bws_functions.php:1027
|
417 |
msgid "Restore all plugin settings to defaults"
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: bws_functions.php:1029
|
421 |
msgid "Restore settings"
|
422 |
msgstr ""
|
423 |
|
424 |
+
#: bws_functions.php:1040
|
425 |
msgid "Are you sure you want to restore all settings by default?"
|
426 |
msgstr ""
|
427 |
|
428 |
+
#: bws_functions.php:1043
|
429 |
msgid "Yes, restore all settings"
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: bws_functions.php:1044
|
433 |
msgid "No, go back to the settings page"
|
434 |
msgstr ""
|
435 |
|
436 |
# @ captcha
|
437 |
+
#: bws_functions.php:1090
|
438 |
#, fuzzy
|
439 |
msgid "Plugin"
|
440 |
msgstr "Plugins Pro"
|
441 |
|
442 |
# @ captcha
|
443 |
+
#: bws_functions.php:1099
|
444 |
#, fuzzy
|
445 |
msgid "Shortcode settings"
|
446 |
msgstr "Configurações"
|
447 |
|
448 |
+
#: bws_functions.php:1104
|
449 |
msgid "The shortcode will be inserted"
|
450 |
msgstr ""
|
451 |
|
452 |
+
#: bws_functions.php:1109
|
453 |
msgid "Insert"
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: bws_functions.php:1140
|
457 |
msgid "Visit Help Center"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: bws_functions.php:1145
|
461 |
msgid "FAQ"
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: bws_functions.php:1151
|
465 |
msgid "For more information:"
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: bws_functions.php:1152
|
469 |
msgid "Documentation"
|
470 |
msgstr ""
|
471 |
|
472 |
+
#: bws_functions.php:1153
|
473 |
msgid "Video Instructions"
|
474 |
msgstr ""
|
475 |
|
476 |
+
#: bws_functions.php:1154
|
477 |
msgid "Submit a Request"
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: bws_functions.php:1165
|
481 |
+
msgid "You do not have sufficient permissions to edit plugins for this site."
|
482 |
+
msgstr ""
|
483 |
+
|
484 |
+
#: bws_functions.php:1196
|
485 |
+
msgid "File edited successfully."
|
486 |
+
msgstr ""
|
487 |
+
|
488 |
+
#: bws_functions.php:1198
|
489 |
+
msgid "Not enough permissions to create or update the file"
|
490 |
+
msgstr ""
|
491 |
+
|
492 |
+
#: bws_functions.php:1222
|
493 |
+
msgid "These styles will be added to the header on all pages of your site."
|
494 |
+
msgstr ""
|
495 |
+
|
496 |
+
#: bws_functions.php:1225
|
497 |
+
msgid "Editing"
|
498 |
+
msgstr ""
|
499 |
+
|
500 |
+
#: bws_functions.php:1227
|
501 |
+
msgid "Browsing"
|
502 |
+
msgstr ""
|
503 |
+
|
504 |
+
# @ captcha
|
505 |
+
#: bws_functions.php:1235
|
506 |
+
#, fuzzy
|
507 |
+
msgid "Learn more about CSS"
|
508 |
+
msgstr "Leia Mais"
|
509 |
+
|
510 |
+
#: bws_functions.php:1243
|
511 |
+
#, php-format
|
512 |
+
msgid ""
|
513 |
+
"You need to make this file writable before you can save your changes. See %s "
|
514 |
+
"the Codex %s for more information."
|
515 |
+
msgstr ""
|
516 |
+
|
517 |
# @ captcha
|
518 |
+
#: bws_menu.php:509
|
519 |
msgid "Not set"
|
520 |
msgstr "Não definido"
|
521 |
|
522 |
# @ captcha
|
523 |
+
#: bws_menu.php:511 bws_menu.php:512
|
524 |
msgid "On"
|
525 |
msgstr "Ligado"
|
526 |
|
527 |
# @ captcha
|
528 |
+
#: bws_menu.php:511 bws_menu.php:512
|
529 |
msgid "Off"
|
530 |
msgstr "Desligado"
|
531 |
|
532 |
# @ captcha
|
533 |
+
#: bws_menu.php:513 bws_menu.php:514 bws_menu.php:515 bws_menu.php:516
|
534 |
+
#: bws_menu.php:517 bws_menu.php:529
|
535 |
msgid "N/A"
|
536 |
msgstr "N/D"
|
537 |
|
538 |
# @ captcha
|
539 |
+
#: bws_menu.php:517
|
540 |
msgid " Mb"
|
541 |
msgstr " Mb"
|
542 |
|
543 |
# @ captcha
|
544 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:525
|
545 |
msgid "Yes"
|
546 |
msgstr "Sim"
|
547 |
|
548 |
# @ captcha
|
549 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:527
|
550 |
msgid "No"
|
551 |
msgstr "Não"
|
552 |
|
553 |
# @ captcha
|
554 |
+
#: bws_menu.php:537
|
555 |
msgid "Operating System"
|
556 |
msgstr "Sistema Operacional"
|
557 |
|
558 |
# @ captcha
|
559 |
+
#: bws_menu.php:538
|
560 |
msgid "Server"
|
561 |
msgstr "Servidor"
|
562 |
|
563 |
# @ captcha
|
564 |
+
#: bws_menu.php:539
|
565 |
msgid "Memory usage"
|
566 |
msgstr "Uso de memória"
|
567 |
|
568 |
# @ captcha
|
569 |
+
#: bws_menu.php:540
|
570 |
msgid "MYSQL Version"
|
571 |
msgstr "Versão do MySQL"
|
572 |
|
573 |
# @ captcha
|
574 |
+
#: bws_menu.php:541
|
575 |
msgid "SQL Mode"
|
576 |
msgstr "Modo SQL"
|
577 |
|
578 |
# @ captcha
|
579 |
+
#: bws_menu.php:542
|
580 |
msgid "PHP Version"
|
581 |
msgstr "Versão do PHP"
|
582 |
|
583 |
# @ captcha
|
584 |
+
#: bws_menu.php:543
|
585 |
msgid "PHP Safe Mode"
|
586 |
msgstr "Modo de Segurança do PHP"
|
587 |
|
588 |
# @ captcha
|
589 |
+
#: bws_menu.php:544
|
590 |
msgid "PHP Allow URL fopen"
|
591 |
msgstr "Permissão de fopen de URL do PHP"
|
592 |
|
593 |
# @ captcha
|
594 |
+
#: bws_menu.php:545
|
595 |
msgid "PHP Memory Limit"
|
596 |
msgstr "Limite de Memória do PHP"
|
597 |
|
598 |
# @ captcha
|
599 |
+
#: bws_menu.php:546
|
600 |
msgid "PHP Max Upload Size"
|
601 |
msgstr "Tamanho Máximo de Upload no PHP"
|
602 |
|
603 |
# @ captcha
|
604 |
+
#: bws_menu.php:547
|
605 |
msgid "PHP Max Post Size"
|
606 |
msgstr "Tamanho Máximo de Envio do PHP"
|
607 |
|
608 |
# @ captcha
|
609 |
+
#: bws_menu.php:548
|
610 |
msgid "PHP Max Script Execute Time"
|
611 |
msgstr "Tempo de Execução Máximo do PHP"
|
612 |
|
613 |
# @ captcha
|
614 |
+
#: bws_menu.php:549
|
615 |
msgid "PHP Exif support"
|
616 |
msgstr "Suporte a Exif no PHP"
|
617 |
|
618 |
# @ captcha
|
619 |
+
#: bws_menu.php:550
|
620 |
msgid "PHP IPTC support"
|
621 |
msgstr "Suporte da IPTC no PHP"
|
622 |
|
623 |
# @ captcha
|
624 |
+
#: bws_menu.php:551
|
625 |
msgid "PHP XML support"
|
626 |
msgstr "Suporte a XML no PHP"
|
627 |
|
628 |
# @ captcha
|
629 |
+
#: bws_menu.php:552
|
630 |
msgid "Site URL"
|
631 |
msgstr "URL do Site"
|
632 |
|
633 |
# @ captcha
|
634 |
+
#: bws_menu.php:553
|
635 |
msgid "Home URL"
|
636 |
msgstr "URL da Página Inicial"
|
637 |
|
638 |
# @ captcha
|
639 |
+
#: bws_menu.php:556
|
640 |
msgid "WordPress Version"
|
641 |
msgstr "Versão do WordPress"
|
642 |
|
643 |
# @ captcha
|
644 |
+
#: bws_menu.php:557
|
645 |
msgid "WordPress DB Version"
|
646 |
msgstr "Versão do DB do WordPress"
|
647 |
|
648 |
# @ captcha
|
649 |
+
#: bws_menu.php:558
|
650 |
msgid "Multisite"
|
651 |
msgstr "Multisite"
|
652 |
|
653 |
# @ captcha
|
654 |
+
#: bws_menu.php:559
|
655 |
msgid "Active Theme"
|
656 |
msgstr "Tema Ativo"
|
657 |
|
658 |
# @ captcha
|
659 |
+
#: bws_menu.php:574
|
660 |
msgid "Please enter a valid email address."
|
661 |
msgstr "Por favor, informe um endereço de email válido."
|
662 |
|
663 |
# @ captcha
|
664 |
+
#: bws_menu.php:578
|
665 |
msgid "Email with system info is sent to "
|
666 |
msgstr "Email com informações do sistema é enviado para "
|
667 |
|
668 |
# @ captcha
|
669 |
+
#: bws_menu.php:582
|
670 |
msgid "Thank you for contacting us."
|
671 |
msgstr "Obrigado por nos contatar."
|
672 |
|
673 |
# @ captcha
|
674 |
+
#: bws_menu.php:615
|
675 |
msgid "Sorry, email message could not be delivered."
|
676 |
msgstr "Desculpe, a mensagem de email não pôde ser enviada."
|
677 |
|
678 |
+
#: bws_menu.php:622
|
679 |
msgid "Need help?"
|
680 |
msgstr ""
|
681 |
|
682 |
+
#: bws_menu.php:623
|
683 |
msgid "Client area"
|
684 |
msgstr ""
|
685 |
|
686 |
# @ captcha
|
687 |
+
#: bws_menu.php:624 bws_menu.php:933
|
688 |
msgid "System status"
|
689 |
msgstr "Status do sistema"
|
690 |
|
691 |
# @ captcha
|
692 |
+
#: bws_menu.php:629
|
693 |
#, fuzzy
|
694 |
msgid "Plugins"
|
695 |
msgstr "Plugins Pro"
|
696 |
|
697 |
+
#: bws_menu.php:630
|
698 |
msgid "Themes"
|
699 |
msgstr ""
|
700 |
|
701 |
+
#: bws_menu.php:634
|
702 |
msgid "All"
|
703 |
msgstr ""
|
704 |
|
705 |
# @ default
|
706 |
+
#: bws_menu.php:635
|
707 |
#, fuzzy
|
708 |
msgid "Installed"
|
709 |
msgstr "Instalar %s"
|
710 |
|
711 |
# @ captcha
|
712 |
+
#: bws_menu.php:636
|
713 |
#, fuzzy
|
714 |
msgid "Recommended"
|
715 |
msgstr "Plugins Recomendados"
|
716 |
|
717 |
# @ captcha
|
718 |
+
#: bws_menu.php:640
|
719 |
msgid "Installed plugins"
|
720 |
msgstr "Plugins Instalados"
|
721 |
|
722 |
# @ captcha
|
723 |
+
#: bws_menu.php:672 bws_menu.php:721
|
724 |
msgid "Settings"
|
725 |
msgstr "Configurações"
|
726 |
|
727 |
# @ captcha
|
728 |
+
#: bws_menu.php:693 bws_menu.php:750
|
729 |
#, fuzzy
|
730 |
msgid "Activate this plugin"
|
731 |
msgstr "Plugins ativados"
|
732 |
|
733 |
+
#: bws_menu.php:708 bws_menu.php:738 bws_menu.php:784
|
734 |
msgid "Go"
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: bws_menu.php:712 bws_menu.php:742 bws_menu.php:788
|
738 |
msgid "DONATE"
|
739 |
msgstr ""
|
740 |
|
741 |
# @ captcha
|
742 |
+
#: bws_menu.php:758
|
743 |
msgid "Recommended plugins"
|
744 |
msgstr "Plugins Recomendados"
|
745 |
|
746 |
# @ default
|
747 |
+
#: bws_menu.php:796
|
748 |
#, fuzzy
|
749 |
msgid "Install now"
|
750 |
msgstr "Instalar %s"
|
751 |
|
752 |
+
#: bws_menu.php:817
|
753 |
msgid "Try again"
|
754 |
msgstr ""
|
755 |
|
756 |
+
#: bws_menu.php:835
|
757 |
#, php-format
|
758 |
msgid "Preview “%s”"
|
759 |
msgstr ""
|
760 |
|
761 |
# @ default
|
762 |
+
#: bws_menu.php:866
|
763 |
#, php-format
|
764 |
msgid "Install %s"
|
765 |
msgstr "Instalar %s"
|
766 |
|
767 |
# @ default
|
768 |
+
#: bws_menu.php:866
|
769 |
#, fuzzy
|
770 |
msgid "Install Now"
|
771 |
msgstr "Instalar %s"
|
772 |
|
773 |
+
#: bws_menu.php:869
|
774 |
#, php-format
|
775 |
msgid "Update to version %s"
|
776 |
msgstr ""
|
777 |
|
778 |
+
#: bws_menu.php:869
|
779 |
msgid "Update"
|
780 |
msgstr ""
|
781 |
|
782 |
+
#: bws_menu.php:876
|
783 |
#, php-format
|
784 |
msgid "Preview %s"
|
785 |
msgstr ""
|
786 |
|
787 |
+
#: bws_menu.php:876
|
788 |
msgid "Preview"
|
789 |
msgstr ""
|
790 |
|
791 |
+
#: bws_menu.php:882 bws_menu.php:914
|
792 |
#, php-format
|
793 |
msgid "By %s"
|
794 |
msgstr ""
|
795 |
|
796 |
+
#: bws_menu.php:888
|
797 |
msgid "Details"
|
798 |
msgstr ""
|
799 |
|
800 |
# @ default
|
801 |
+
#: bws_menu.php:920
|
802 |
#, fuzzy
|
803 |
msgid "Already Installed"
|
804 |
msgstr "Instalar %s"
|
805 |
|
806 |
# @ captcha
|
807 |
+
#: bws_menu.php:936
|
808 |
msgid "Environment"
|
809 |
msgstr "Ambiente"
|
810 |
|
811 |
# @ captcha
|
812 |
+
#: bws_menu.php:947
|
813 |
msgid "Active Plugins"
|
814 |
msgstr "Plugins Ativos"
|
815 |
|
816 |
# @ captcha
|
817 |
+
#: bws_menu.php:960
|
818 |
msgid "Inactive Plugins"
|
819 |
msgstr "Plugins Inativos"
|
820 |
|
821 |
# @ captcha
|
822 |
+
#: bws_menu.php:976
|
823 |
msgid "Send to support"
|
824 |
msgstr "Enviar para o suporte"
|
825 |
|
826 |
# @ captcha
|
827 |
+
#: bws_menu.php:983
|
828 |
msgid "Send to custom email »"
|
829 |
msgstr "Enviar para email personalizado »"
|
830 |
|
bws_menu/languages/bestwebsoft-ru_RU.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-ru_RU.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
-
"PO-Revision-Date: 2016-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
@@ -44,6 +44,11 @@ msgstr ""
|
|
44 |
"или выше! Мы не гарантируем, что наш плагин будет работать корректно. "
|
45 |
"Пожалуйста, обновите WordPress до последней версии."
|
46 |
|
|
|
|
|
|
|
|
|
|
|
47 |
#: bws_functions.php:148
|
48 |
msgid "It’s time to upgrade your"
|
49 |
msgstr "Настало время обновить Ваш"
|
@@ -214,7 +219,8 @@ msgid "Start Your Free %s-Day Trial Now"
|
|
214 |
msgstr "Попробуйте %s-дневную Trial версию бесплатно"
|
215 |
|
216 |
#: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
|
217 |
-
#: bws_functions.php:460
|
|
|
218 |
msgid "Activate"
|
219 |
msgstr "Активировать"
|
220 |
|
@@ -337,8 +343,9 @@ msgstr ""
|
|
337 |
"плагин в дальнейшем и иметь приоритетную тех.поддержку, то вам нужно "
|
338 |
"продлить лицензию."
|
339 |
|
340 |
-
#: bws_functions.php:603 bws_functions.php:656
|
341 |
-
#: bws_menu.php:
|
|
|
342 |
msgid "Learn more"
|
343 |
msgstr "Подробнее"
|
344 |
|
@@ -383,10 +390,6 @@ msgstr "Настройка параметров"
|
|
383 |
msgid "Add New"
|
384 |
msgstr "Добавить"
|
385 |
|
386 |
-
#: bws_functions.php:696 bws_functions.php:755
|
387 |
-
msgid "Close notice"
|
388 |
-
msgstr "Закрыть"
|
389 |
-
|
390 |
#: bws_functions.php:750
|
391 |
msgid "Thank you for choosing"
|
392 |
msgstr "Спасибо за выбор"
|
@@ -412,7 +415,7 @@ msgstr "Внимание"
|
|
412 |
msgid "The plugin's settings have been changed."
|
413 |
msgstr "Настройки плагина были изменены"
|
414 |
|
415 |
-
#: bws_functions.php:769
|
416 |
msgid "Save Changes"
|
417 |
msgstr "Сохранить изменения"
|
418 |
|
@@ -424,10 +427,6 @@ msgstr ""
|
|
424 |
"Вы всегда можете просмотреть премиум опции нажав на кнопку \"Показать Pro "
|
425 |
"опции\" на вкладке \"Перейти на PRO\""
|
426 |
|
427 |
-
#: bws_functions.php:866
|
428 |
-
msgid "Add BWS Plugins Shortcode"
|
429 |
-
msgstr "Добавить шорткод BWS Плагина"
|
430 |
-
|
431 |
#: bws_functions.php:886
|
432 |
msgid "Add shortcode"
|
433 |
msgstr "Добавить шорткод"
|
@@ -436,330 +435,371 @@ msgstr "Добавить шорткод"
|
|
436 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
437 |
msgstr "Добавьте шорткоды BestWebSoft плагинов с помощью этой кнопки."
|
438 |
|
439 |
-
#: bws_functions.php:
|
440 |
msgid "Close"
|
441 |
msgstr "Закрыть"
|
442 |
|
443 |
-
#: bws_functions.php:
|
444 |
msgid "Restore all plugin settings to defaults"
|
445 |
msgstr "Восстановить все настройки плагина к настройкам по умолчанию"
|
446 |
|
447 |
-
#: bws_functions.php:
|
448 |
msgid "Restore settings"
|
449 |
msgstr "Восстановить настройки"
|
450 |
|
451 |
-
#: bws_functions.php:
|
452 |
msgid "Are you sure you want to restore all settings by default?"
|
453 |
msgstr ""
|
454 |
"Вы уверены что хотите восстановить все настройки плагина к настройкам по "
|
455 |
"умолчанию?"
|
456 |
|
457 |
-
#: bws_functions.php:
|
458 |
msgid "Yes, restore all settings"
|
459 |
msgstr "Да, восстановить все настройки"
|
460 |
|
461 |
-
#: bws_functions.php:
|
462 |
msgid "No, go back to the settings page"
|
463 |
msgstr "Нет, вернуться на страницу настроек"
|
464 |
|
465 |
-
#: bws_functions.php:
|
466 |
msgid "Plugin"
|
467 |
msgstr "Плагин"
|
468 |
|
469 |
-
#: bws_functions.php:
|
470 |
msgid "Shortcode settings"
|
471 |
msgstr "Настройки шорткода"
|
472 |
|
473 |
-
#: bws_functions.php:
|
474 |
msgid "The shortcode will be inserted"
|
475 |
msgstr "Будет вставлен шорткод"
|
476 |
|
477 |
-
#: bws_functions.php:
|
478 |
msgid "Insert"
|
479 |
msgstr "Вставить"
|
480 |
|
481 |
-
#: bws_functions.php:
|
482 |
msgid "Visit Help Center"
|
483 |
msgstr "Перейти в Help Center"
|
484 |
|
485 |
-
#: bws_functions.php:
|
486 |
msgid "FAQ"
|
487 |
msgstr "FAQ"
|
488 |
|
489 |
-
#: bws_functions.php:
|
490 |
msgid "For more information:"
|
491 |
msgstr "Для дополнительной информации:"
|
492 |
|
493 |
-
#: bws_functions.php:
|
494 |
msgid "Documentation"
|
495 |
msgstr "Документация"
|
496 |
|
497 |
-
#: bws_functions.php:
|
498 |
msgid "Video Instructions"
|
499 |
msgstr "Видео инструкции"
|
500 |
|
501 |
-
#: bws_functions.php:
|
502 |
msgid "Submit a Request"
|
503 |
msgstr "Отправить запрос"
|
504 |
|
505 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
506 |
msgid "Not set"
|
507 |
msgstr "Не задан"
|
508 |
|
509 |
-
#: bws_menu.php:
|
510 |
msgid "On"
|
511 |
msgstr "Вкл"
|
512 |
|
513 |
-
#: bws_menu.php:
|
514 |
msgid "Off"
|
515 |
msgstr "Выкл"
|
516 |
|
517 |
-
#: bws_menu.php:
|
518 |
-
#: bws_menu.php:
|
519 |
msgid "N/A"
|
520 |
msgstr "Неизвестно"
|
521 |
|
522 |
-
#: bws_menu.php:
|
523 |
msgid " Mb"
|
524 |
msgstr "Mb"
|
525 |
|
526 |
-
#: bws_menu.php:
|
527 |
msgid "Yes"
|
528 |
msgstr "Да"
|
529 |
|
530 |
-
#: bws_menu.php:
|
531 |
msgid "No"
|
532 |
msgstr "Нет"
|
533 |
|
534 |
-
#: bws_menu.php:
|
535 |
msgid "Operating System"
|
536 |
msgstr "Операционная система"
|
537 |
|
538 |
-
#: bws_menu.php:
|
539 |
msgid "Server"
|
540 |
msgstr "Тип сервера"
|
541 |
|
542 |
-
#: bws_menu.php:
|
543 |
msgid "Memory usage"
|
544 |
msgstr "Памяти использовано"
|
545 |
|
546 |
-
#: bws_menu.php:
|
547 |
msgid "MYSQL Version"
|
548 |
msgstr "Версия MYSQL"
|
549 |
|
550 |
-
#: bws_menu.php:
|
551 |
msgid "SQL Mode"
|
552 |
msgstr "Режим SQL"
|
553 |
|
554 |
-
#: bws_menu.php:
|
555 |
msgid "PHP Version"
|
556 |
msgstr "Версия PHP"
|
557 |
|
558 |
-
#: bws_menu.php:
|
559 |
msgid "PHP Safe Mode"
|
560 |
msgstr "PHP Safe Mode"
|
561 |
|
562 |
-
#: bws_menu.php:
|
563 |
msgid "PHP Allow URL fopen"
|
564 |
msgstr "PHP Allow URL fopen"
|
565 |
|
566 |
-
#: bws_menu.php:
|
567 |
msgid "PHP Memory Limit"
|
568 |
msgstr "Лимит памяти"
|
569 |
|
570 |
-
#: bws_menu.php:
|
571 |
msgid "PHP Max Upload Size"
|
572 |
msgstr "Макс. размер загружаемого файла"
|
573 |
|
574 |
-
#: bws_menu.php:
|
575 |
msgid "PHP Max Post Size"
|
576 |
msgstr "Макс. размер записи"
|
577 |
|
578 |
-
#: bws_menu.php:
|
579 |
msgid "PHP Max Script Execute Time"
|
580 |
msgstr "Макс. время выполнения сценария"
|
581 |
|
582 |
-
#: bws_menu.php:
|
583 |
msgid "PHP Exif support"
|
584 |
msgstr "Поддержка PHP Exif"
|
585 |
|
586 |
-
#: bws_menu.php:
|
587 |
msgid "PHP IPTC support"
|
588 |
msgstr "Поддержка PHP IPTC"
|
589 |
|
590 |
-
#: bws_menu.php:
|
591 |
msgid "PHP XML support"
|
592 |
msgstr "Поддержка PHP XML"
|
593 |
|
594 |
-
#: bws_menu.php:
|
595 |
msgid "Site URL"
|
596 |
msgstr "Адрес сайта"
|
597 |
|
598 |
-
#: bws_menu.php:
|
599 |
msgid "Home URL"
|
600 |
msgstr "Основной адрес сайта"
|
601 |
|
602 |
-
#: bws_menu.php:
|
603 |
msgid "WordPress Version"
|
604 |
msgstr "Версия WordPress"
|
605 |
|
606 |
-
#: bws_menu.php:
|
607 |
msgid "WordPress DB Version"
|
608 |
msgstr "Версия базы данных WordPress"
|
609 |
|
610 |
-
#: bws_menu.php:
|
611 |
msgid "Multisite"
|
612 |
msgstr "Мультиблог"
|
613 |
|
614 |
-
#: bws_menu.php:
|
615 |
msgid "Active Theme"
|
616 |
msgstr "Текущая тема"
|
617 |
|
618 |
-
#: bws_menu.php:
|
619 |
msgid "Please enter a valid email address."
|
620 |
msgstr "Пожалуйста, введите валидный емайл."
|
621 |
|
622 |
-
#: bws_menu.php:
|
623 |
msgid "Email with system info is sent to "
|
624 |
msgstr "Емейл с системной информацией отправлен на"
|
625 |
|
626 |
-
#: bws_menu.php:
|
627 |
msgid "Thank you for contacting us."
|
628 |
msgstr "Спасибо что связались с нами."
|
629 |
|
630 |
-
#: bws_menu.php:
|
631 |
msgid "Sorry, email message could not be delivered."
|
632 |
msgstr "Извините, ваш емейл не может быть отправлен."
|
633 |
|
634 |
-
#: bws_menu.php:
|
635 |
msgid "Need help?"
|
636 |
msgstr "Нужна помощь?"
|
637 |
|
638 |
-
#: bws_menu.php:
|
639 |
msgid "Client area"
|
640 |
msgstr "Client area"
|
641 |
|
642 |
-
#: bws_menu.php:
|
643 |
msgid "System status"
|
644 |
msgstr "Системная информация"
|
645 |
|
646 |
-
#: bws_menu.php:
|
647 |
msgid "Plugins"
|
648 |
msgstr "Плагины"
|
649 |
|
650 |
-
#: bws_menu.php:
|
651 |
msgid "Themes"
|
652 |
msgstr "Темы"
|
653 |
|
654 |
-
#: bws_menu.php:
|
655 |
msgid "All"
|
656 |
msgstr "Все"
|
657 |
|
658 |
-
#: bws_menu.php:
|
659 |
msgid "Installed"
|
660 |
msgstr "Установленные"
|
661 |
|
662 |
-
#: bws_menu.php:
|
663 |
msgid "Recommended"
|
664 |
msgstr "Рекомендованные"
|
665 |
|
666 |
-
#: bws_menu.php:
|
667 |
msgid "Installed plugins"
|
668 |
msgstr "Установленные плагины"
|
669 |
|
670 |
-
#: bws_menu.php:
|
671 |
msgid "Settings"
|
672 |
msgstr "Настройки"
|
673 |
|
674 |
-
#: bws_menu.php:
|
675 |
msgid "Activate this plugin"
|
676 |
msgstr "Активировать плагин"
|
677 |
|
678 |
-
#: bws_menu.php:
|
679 |
msgid "Go"
|
680 |
msgstr "Перейти на"
|
681 |
|
682 |
-
#: bws_menu.php:
|
683 |
msgid "DONATE"
|
684 |
msgstr "Пожертвовать"
|
685 |
|
686 |
-
#: bws_menu.php:
|
687 |
msgid "Recommended plugins"
|
688 |
msgstr "Рекомендованные к установке плагины"
|
689 |
|
690 |
-
#: bws_menu.php:
|
691 |
msgid "Install now"
|
692 |
msgstr "Установить"
|
693 |
|
694 |
-
#: bws_menu.php:
|
695 |
msgid "Try again"
|
696 |
msgstr "Попробовать снова"
|
697 |
|
698 |
-
#: bws_menu.php:
|
699 |
#, php-format
|
700 |
msgid "Preview “%s”"
|
701 |
msgstr "Просмотр “%s”"
|
702 |
|
703 |
-
#: bws_menu.php:
|
704 |
#, php-format
|
705 |
msgid "Install %s"
|
706 |
msgstr "Установлено %s"
|
707 |
|
708 |
-
#: bws_menu.php:
|
709 |
msgid "Install Now"
|
710 |
msgstr "Установить"
|
711 |
|
712 |
-
#: bws_menu.php:
|
713 |
#, php-format
|
714 |
msgid "Update to version %s"
|
715 |
msgstr "Обновить до версии %s"
|
716 |
|
717 |
-
#: bws_menu.php:
|
718 |
msgid "Update"
|
719 |
msgstr "Обновить"
|
720 |
|
721 |
-
#: bws_menu.php:
|
722 |
#, php-format
|
723 |
msgid "Preview %s"
|
724 |
msgstr "Просмотр %s"
|
725 |
|
726 |
-
#: bws_menu.php:
|
727 |
msgid "Preview"
|
728 |
msgstr "Просмотр"
|
729 |
|
730 |
-
#: bws_menu.php:
|
731 |
#, php-format
|
732 |
msgid "By %s"
|
733 |
msgstr "%s"
|
734 |
|
735 |
-
#: bws_menu.php:
|
736 |
msgid "Details"
|
737 |
msgstr "Детали"
|
738 |
|
739 |
-
#: bws_menu.php:
|
740 |
msgid "Already Installed"
|
741 |
msgstr "Уже установлена"
|
742 |
|
743 |
-
#: bws_menu.php:
|
744 |
msgid "Environment"
|
745 |
msgstr "Системная среда"
|
746 |
|
747 |
-
#: bws_menu.php:
|
748 |
msgid "Active Plugins"
|
749 |
msgstr "Активированные плагины"
|
750 |
|
751 |
-
#: bws_menu.php:
|
752 |
msgid "Inactive Plugins"
|
753 |
msgstr "Неактивированные плагины"
|
754 |
|
755 |
-
#: bws_menu.php:
|
756 |
msgid "Send to support"
|
757 |
msgstr "Отправить в тех. поддержку"
|
758 |
|
759 |
-
#: bws_menu.php:
|
760 |
msgid "Send to custom email »"
|
761 |
msgstr "Отправить на емейл »"
|
762 |
|
|
|
|
|
|
|
763 |
#~ msgid "Select Plugin"
|
764 |
#~ msgstr "Выберите плагин"
|
765 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-03-10 15:34+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-03-10 15:44+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
44 |
"или выше! Мы не гарантируем, что наш плагин будет работать корректно. "
|
45 |
"Пожалуйста, обновите WordPress до последней версии."
|
46 |
|
47 |
+
#: bws_functions.php:143 bws_functions.php:652 bws_functions.php:696
|
48 |
+
#: bws_functions.php:755
|
49 |
+
msgid "Close notice"
|
50 |
+
msgstr "Закрыть"
|
51 |
+
|
52 |
#: bws_functions.php:148
|
53 |
msgid "It’s time to upgrade your"
|
54 |
msgstr "Настало время обновить Ваш"
|
219 |
msgstr "Попробуйте %s-дневную Trial версию бесплатно"
|
220 |
|
221 |
#: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
|
222 |
+
#: bws_functions.php:460 bws_functions.php:1232 bws_menu.php:693
|
223 |
+
#: bws_menu.php:750
|
224 |
msgid "Activate"
|
225 |
msgstr "Активировать"
|
226 |
|
343 |
"плагин в дальнейшем и иметь приоритетную тех.поддержку, то вам нужно "
|
344 |
"продлить лицензию."
|
345 |
|
346 |
+
#: bws_functions.php:603 bws_functions.php:656 bws_functions.php:1198
|
347 |
+
#: bws_menu.php:669 bws_menu.php:691 bws_menu.php:718 bws_menu.php:748
|
348 |
+
#: bws_menu.php:794
|
349 |
msgid "Learn more"
|
350 |
msgstr "Подробнее"
|
351 |
|
390 |
msgid "Add New"
|
391 |
msgstr "Добавить"
|
392 |
|
|
|
|
|
|
|
|
|
393 |
#: bws_functions.php:750
|
394 |
msgid "Thank you for choosing"
|
395 |
msgstr "Спасибо за выбор"
|
415 |
msgid "The plugin's settings have been changed."
|
416 |
msgstr "Настройки плагина были изменены"
|
417 |
|
418 |
+
#: bws_functions.php:769 bws_functions.php:1240
|
419 |
msgid "Save Changes"
|
420 |
msgstr "Сохранить изменения"
|
421 |
|
427 |
"Вы всегда можете просмотреть премиум опции нажав на кнопку \"Показать Pro "
|
428 |
"опции\" на вкладке \"Перейти на PRO\""
|
429 |
|
|
|
|
|
|
|
|
|
430 |
#: bws_functions.php:886
|
431 |
msgid "Add shortcode"
|
432 |
msgstr "Добавить шорткод"
|
435 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
436 |
msgstr "Добавьте шорткоды BestWebSoft плагинов с помощью этой кнопки."
|
437 |
|
438 |
+
#: bws_functions.php:935
|
439 |
msgid "Close"
|
440 |
msgstr "Закрыть"
|
441 |
|
442 |
+
#: bws_functions.php:1027
|
443 |
msgid "Restore all plugin settings to defaults"
|
444 |
msgstr "Восстановить все настройки плагина к настройкам по умолчанию"
|
445 |
|
446 |
+
#: bws_functions.php:1029
|
447 |
msgid "Restore settings"
|
448 |
msgstr "Восстановить настройки"
|
449 |
|
450 |
+
#: bws_functions.php:1040
|
451 |
msgid "Are you sure you want to restore all settings by default?"
|
452 |
msgstr ""
|
453 |
"Вы уверены что хотите восстановить все настройки плагина к настройкам по "
|
454 |
"умолчанию?"
|
455 |
|
456 |
+
#: bws_functions.php:1043
|
457 |
msgid "Yes, restore all settings"
|
458 |
msgstr "Да, восстановить все настройки"
|
459 |
|
460 |
+
#: bws_functions.php:1044
|
461 |
msgid "No, go back to the settings page"
|
462 |
msgstr "Нет, вернуться на страницу настроек"
|
463 |
|
464 |
+
#: bws_functions.php:1090
|
465 |
msgid "Plugin"
|
466 |
msgstr "Плагин"
|
467 |
|
468 |
+
#: bws_functions.php:1099
|
469 |
msgid "Shortcode settings"
|
470 |
msgstr "Настройки шорткода"
|
471 |
|
472 |
+
#: bws_functions.php:1104
|
473 |
msgid "The shortcode will be inserted"
|
474 |
msgstr "Будет вставлен шорткод"
|
475 |
|
476 |
+
#: bws_functions.php:1109
|
477 |
msgid "Insert"
|
478 |
msgstr "Вставить"
|
479 |
|
480 |
+
#: bws_functions.php:1140
|
481 |
msgid "Visit Help Center"
|
482 |
msgstr "Перейти в Help Center"
|
483 |
|
484 |
+
#: bws_functions.php:1145
|
485 |
msgid "FAQ"
|
486 |
msgstr "FAQ"
|
487 |
|
488 |
+
#: bws_functions.php:1151
|
489 |
msgid "For more information:"
|
490 |
msgstr "Для дополнительной информации:"
|
491 |
|
492 |
+
#: bws_functions.php:1152
|
493 |
msgid "Documentation"
|
494 |
msgstr "Документация"
|
495 |
|
496 |
+
#: bws_functions.php:1153
|
497 |
msgid "Video Instructions"
|
498 |
msgstr "Видео инструкции"
|
499 |
|
500 |
+
#: bws_functions.php:1154
|
501 |
msgid "Submit a Request"
|
502 |
msgstr "Отправить запрос"
|
503 |
|
504 |
+
#: bws_functions.php:1165
|
505 |
+
msgid "You do not have sufficient permissions to edit plugins for this site."
|
506 |
+
msgstr ""
|
507 |
+
"У вас недостаточно полномочий, чтобы редактировать плагины на этом сайте."
|
508 |
+
|
509 |
+
#: bws_functions.php:1196
|
510 |
+
msgid "File edited successfully."
|
511 |
+
msgstr "Файл успешно изменён."
|
512 |
+
|
513 |
+
#: bws_functions.php:1198
|
514 |
+
msgid "Not enough permissions to create or update the file"
|
515 |
+
msgstr "Не достаточно прав для создания или обновления файла"
|
516 |
+
|
517 |
+
#: bws_functions.php:1222
|
518 |
+
msgid "These styles will be added to the header on all pages of your site."
|
519 |
+
msgstr "Эти стили будут добавлены в хедер на всех страницах вашего сайта."
|
520 |
+
|
521 |
+
#: bws_functions.php:1225
|
522 |
+
msgid "Editing"
|
523 |
+
msgstr "Редактирование"
|
524 |
+
|
525 |
+
#: bws_functions.php:1227
|
526 |
+
msgid "Browsing"
|
527 |
+
msgstr "Просмотр"
|
528 |
+
|
529 |
+
#: bws_functions.php:1235
|
530 |
+
msgid "Learn more about CSS"
|
531 |
+
msgstr "Подробнее о CSS"
|
532 |
+
|
533 |
+
#: bws_functions.php:1243
|
534 |
+
#, php-format
|
535 |
+
msgid ""
|
536 |
+
"You need to make this file writable before you can save your changes. See %s "
|
537 |
+
"the Codex %s for more information."
|
538 |
+
msgstr ""
|
539 |
+
"Чтобы сохранить изменения, нужно сделать этот файл доступным для записи. "
|
540 |
+
"Дополнительную информацию можно получить в %sКодексе%s."
|
541 |
+
|
542 |
+
#: bws_menu.php:509
|
543 |
msgid "Not set"
|
544 |
msgstr "Не задан"
|
545 |
|
546 |
+
#: bws_menu.php:511 bws_menu.php:512
|
547 |
msgid "On"
|
548 |
msgstr "Вкл"
|
549 |
|
550 |
+
#: bws_menu.php:511 bws_menu.php:512
|
551 |
msgid "Off"
|
552 |
msgstr "Выкл"
|
553 |
|
554 |
+
#: bws_menu.php:513 bws_menu.php:514 bws_menu.php:515 bws_menu.php:516
|
555 |
+
#: bws_menu.php:517 bws_menu.php:529
|
556 |
msgid "N/A"
|
557 |
msgstr "Неизвестно"
|
558 |
|
559 |
+
#: bws_menu.php:517
|
560 |
msgid " Mb"
|
561 |
msgstr "Mb"
|
562 |
|
563 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:525
|
564 |
msgid "Yes"
|
565 |
msgstr "Да"
|
566 |
|
567 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:527
|
568 |
msgid "No"
|
569 |
msgstr "Нет"
|
570 |
|
571 |
+
#: bws_menu.php:537
|
572 |
msgid "Operating System"
|
573 |
msgstr "Операционная система"
|
574 |
|
575 |
+
#: bws_menu.php:538
|
576 |
msgid "Server"
|
577 |
msgstr "Тип сервера"
|
578 |
|
579 |
+
#: bws_menu.php:539
|
580 |
msgid "Memory usage"
|
581 |
msgstr "Памяти использовано"
|
582 |
|
583 |
+
#: bws_menu.php:540
|
584 |
msgid "MYSQL Version"
|
585 |
msgstr "Версия MYSQL"
|
586 |
|
587 |
+
#: bws_menu.php:541
|
588 |
msgid "SQL Mode"
|
589 |
msgstr "Режим SQL"
|
590 |
|
591 |
+
#: bws_menu.php:542
|
592 |
msgid "PHP Version"
|
593 |
msgstr "Версия PHP"
|
594 |
|
595 |
+
#: bws_menu.php:543
|
596 |
msgid "PHP Safe Mode"
|
597 |
msgstr "PHP Safe Mode"
|
598 |
|
599 |
+
#: bws_menu.php:544
|
600 |
msgid "PHP Allow URL fopen"
|
601 |
msgstr "PHP Allow URL fopen"
|
602 |
|
603 |
+
#: bws_menu.php:545
|
604 |
msgid "PHP Memory Limit"
|
605 |
msgstr "Лимит памяти"
|
606 |
|
607 |
+
#: bws_menu.php:546
|
608 |
msgid "PHP Max Upload Size"
|
609 |
msgstr "Макс. размер загружаемого файла"
|
610 |
|
611 |
+
#: bws_menu.php:547
|
612 |
msgid "PHP Max Post Size"
|
613 |
msgstr "Макс. размер записи"
|
614 |
|
615 |
+
#: bws_menu.php:548
|
616 |
msgid "PHP Max Script Execute Time"
|
617 |
msgstr "Макс. время выполнения сценария"
|
618 |
|
619 |
+
#: bws_menu.php:549
|
620 |
msgid "PHP Exif support"
|
621 |
msgstr "Поддержка PHP Exif"
|
622 |
|
623 |
+
#: bws_menu.php:550
|
624 |
msgid "PHP IPTC support"
|
625 |
msgstr "Поддержка PHP IPTC"
|
626 |
|
627 |
+
#: bws_menu.php:551
|
628 |
msgid "PHP XML support"
|
629 |
msgstr "Поддержка PHP XML"
|
630 |
|
631 |
+
#: bws_menu.php:552
|
632 |
msgid "Site URL"
|
633 |
msgstr "Адрес сайта"
|
634 |
|
635 |
+
#: bws_menu.php:553
|
636 |
msgid "Home URL"
|
637 |
msgstr "Основной адрес сайта"
|
638 |
|
639 |
+
#: bws_menu.php:556
|
640 |
msgid "WordPress Version"
|
641 |
msgstr "Версия WordPress"
|
642 |
|
643 |
+
#: bws_menu.php:557
|
644 |
msgid "WordPress DB Version"
|
645 |
msgstr "Версия базы данных WordPress"
|
646 |
|
647 |
+
#: bws_menu.php:558
|
648 |
msgid "Multisite"
|
649 |
msgstr "Мультиблог"
|
650 |
|
651 |
+
#: bws_menu.php:559
|
652 |
msgid "Active Theme"
|
653 |
msgstr "Текущая тема"
|
654 |
|
655 |
+
#: bws_menu.php:574
|
656 |
msgid "Please enter a valid email address."
|
657 |
msgstr "Пожалуйста, введите валидный емайл."
|
658 |
|
659 |
+
#: bws_menu.php:578
|
660 |
msgid "Email with system info is sent to "
|
661 |
msgstr "Емейл с системной информацией отправлен на"
|
662 |
|
663 |
+
#: bws_menu.php:582
|
664 |
msgid "Thank you for contacting us."
|
665 |
msgstr "Спасибо что связались с нами."
|
666 |
|
667 |
+
#: bws_menu.php:615
|
668 |
msgid "Sorry, email message could not be delivered."
|
669 |
msgstr "Извините, ваш емейл не может быть отправлен."
|
670 |
|
671 |
+
#: bws_menu.php:622
|
672 |
msgid "Need help?"
|
673 |
msgstr "Нужна помощь?"
|
674 |
|
675 |
+
#: bws_menu.php:623
|
676 |
msgid "Client area"
|
677 |
msgstr "Client area"
|
678 |
|
679 |
+
#: bws_menu.php:624 bws_menu.php:933
|
680 |
msgid "System status"
|
681 |
msgstr "Системная информация"
|
682 |
|
683 |
+
#: bws_menu.php:629
|
684 |
msgid "Plugins"
|
685 |
msgstr "Плагины"
|
686 |
|
687 |
+
#: bws_menu.php:630
|
688 |
msgid "Themes"
|
689 |
msgstr "Темы"
|
690 |
|
691 |
+
#: bws_menu.php:634
|
692 |
msgid "All"
|
693 |
msgstr "Все"
|
694 |
|
695 |
+
#: bws_menu.php:635
|
696 |
msgid "Installed"
|
697 |
msgstr "Установленные"
|
698 |
|
699 |
+
#: bws_menu.php:636
|
700 |
msgid "Recommended"
|
701 |
msgstr "Рекомендованные"
|
702 |
|
703 |
+
#: bws_menu.php:640
|
704 |
msgid "Installed plugins"
|
705 |
msgstr "Установленные плагины"
|
706 |
|
707 |
+
#: bws_menu.php:672 bws_menu.php:721
|
708 |
msgid "Settings"
|
709 |
msgstr "Настройки"
|
710 |
|
711 |
+
#: bws_menu.php:693 bws_menu.php:750
|
712 |
msgid "Activate this plugin"
|
713 |
msgstr "Активировать плагин"
|
714 |
|
715 |
+
#: bws_menu.php:708 bws_menu.php:738 bws_menu.php:784
|
716 |
msgid "Go"
|
717 |
msgstr "Перейти на"
|
718 |
|
719 |
+
#: bws_menu.php:712 bws_menu.php:742 bws_menu.php:788
|
720 |
msgid "DONATE"
|
721 |
msgstr "Пожертвовать"
|
722 |
|
723 |
+
#: bws_menu.php:758
|
724 |
msgid "Recommended plugins"
|
725 |
msgstr "Рекомендованные к установке плагины"
|
726 |
|
727 |
+
#: bws_menu.php:796
|
728 |
msgid "Install now"
|
729 |
msgstr "Установить"
|
730 |
|
731 |
+
#: bws_menu.php:817
|
732 |
msgid "Try again"
|
733 |
msgstr "Попробовать снова"
|
734 |
|
735 |
+
#: bws_menu.php:835
|
736 |
#, php-format
|
737 |
msgid "Preview “%s”"
|
738 |
msgstr "Просмотр “%s”"
|
739 |
|
740 |
+
#: bws_menu.php:866
|
741 |
#, php-format
|
742 |
msgid "Install %s"
|
743 |
msgstr "Установлено %s"
|
744 |
|
745 |
+
#: bws_menu.php:866
|
746 |
msgid "Install Now"
|
747 |
msgstr "Установить"
|
748 |
|
749 |
+
#: bws_menu.php:869
|
750 |
#, php-format
|
751 |
msgid "Update to version %s"
|
752 |
msgstr "Обновить до версии %s"
|
753 |
|
754 |
+
#: bws_menu.php:869
|
755 |
msgid "Update"
|
756 |
msgstr "Обновить"
|
757 |
|
758 |
+
#: bws_menu.php:876
|
759 |
#, php-format
|
760 |
msgid "Preview %s"
|
761 |
msgstr "Просмотр %s"
|
762 |
|
763 |
+
#: bws_menu.php:876
|
764 |
msgid "Preview"
|
765 |
msgstr "Просмотр"
|
766 |
|
767 |
+
#: bws_menu.php:882 bws_menu.php:914
|
768 |
#, php-format
|
769 |
msgid "By %s"
|
770 |
msgstr "%s"
|
771 |
|
772 |
+
#: bws_menu.php:888
|
773 |
msgid "Details"
|
774 |
msgstr "Детали"
|
775 |
|
776 |
+
#: bws_menu.php:920
|
777 |
msgid "Already Installed"
|
778 |
msgstr "Уже установлена"
|
779 |
|
780 |
+
#: bws_menu.php:936
|
781 |
msgid "Environment"
|
782 |
msgstr "Системная среда"
|
783 |
|
784 |
+
#: bws_menu.php:947
|
785 |
msgid "Active Plugins"
|
786 |
msgstr "Активированные плагины"
|
787 |
|
788 |
+
#: bws_menu.php:960
|
789 |
msgid "Inactive Plugins"
|
790 |
msgstr "Неактивированные плагины"
|
791 |
|
792 |
+
#: bws_menu.php:976
|
793 |
msgid "Send to support"
|
794 |
msgstr "Отправить в тех. поддержку"
|
795 |
|
796 |
+
#: bws_menu.php:983
|
797 |
msgid "Send to custom email »"
|
798 |
msgstr "Отправить на емейл »"
|
799 |
|
800 |
+
#~ msgid "Add BWS Plugins Shortcode"
|
801 |
+
#~ msgstr "Добавить шорткод BWS Плагина"
|
802 |
+
|
803 |
#~ msgid "Select Plugin"
|
804 |
#~ msgstr "Выберите плагин"
|
805 |
|
bws_menu/languages/bestwebsoft-sr_RS.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-sr_RS.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
-
"PO-Revision-Date: 2016-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
|
9 |
"Language: fr_FR\n"
|
@@ -42,6 +42,11 @@ msgid ""
|
|
42 |
"upgrade to WordPress latest version."
|
43 |
msgstr ""
|
44 |
|
|
|
|
|
|
|
|
|
|
|
45 |
#: bws_functions.php:148
|
46 |
msgid "It’s time to upgrade your"
|
47 |
msgstr ""
|
@@ -198,7 +203,8 @@ msgid "Start Your Free %s-Day Trial Now"
|
|
198 |
msgstr ""
|
199 |
|
200 |
#: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
|
201 |
-
#: bws_functions.php:460
|
|
|
202 |
#, fuzzy
|
203 |
msgid "Activate"
|
204 |
msgstr "Aktivirani moduli"
|
@@ -303,8 +309,9 @@ msgid ""
|
|
303 |
"plugin updates you should extend it."
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: bws_functions.php:603 bws_functions.php:656
|
307 |
-
#: bws_menu.php:
|
|
|
308 |
#, fuzzy
|
309 |
msgid "Learn more"
|
310 |
msgstr "Pročitaj više"
|
@@ -352,10 +359,6 @@ msgstr "na stranici za podešavanje modula ("
|
|
352 |
msgid "Add New"
|
353 |
msgstr "Ajouter"
|
354 |
|
355 |
-
#: bws_functions.php:696 bws_functions.php:755
|
356 |
-
msgid "Close notice"
|
357 |
-
msgstr ""
|
358 |
-
|
359 |
#: bws_functions.php:750
|
360 |
#, fuzzy
|
361 |
msgid "Thank you for choosing"
|
@@ -379,7 +382,7 @@ msgstr ""
|
|
379 |
msgid "The plugin's settings have been changed."
|
380 |
msgstr ""
|
381 |
|
382 |
-
#: bws_functions.php:769
|
383 |
msgid "Save Changes"
|
384 |
msgstr "Sačuvaj izmene"
|
385 |
|
@@ -389,10 +392,6 @@ msgid ""
|
|
389 |
"\" in the \"Go PRO\" tab"
|
390 |
msgstr ""
|
391 |
|
392 |
-
#: bws_functions.php:866
|
393 |
-
msgid "Add BWS Plugins Shortcode"
|
394 |
-
msgstr ""
|
395 |
-
|
396 |
#: bws_functions.php:886
|
397 |
#, fuzzy
|
398 |
msgid "Add shortcode"
|
@@ -402,342 +401,378 @@ msgstr "Kratak kod za Galeriju"
|
|
402 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
403 |
msgstr ""
|
404 |
|
405 |
-
#: bws_functions.php:
|
406 |
msgid "Close"
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: bws_functions.php:
|
410 |
msgid "Restore all plugin settings to defaults"
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: bws_functions.php:
|
414 |
#, fuzzy
|
415 |
msgid "Restore settings"
|
416 |
msgstr "na stranici za podešavanje modula ("
|
417 |
|
418 |
-
#: bws_functions.php:
|
419 |
msgid "Are you sure you want to restore all settings by default?"
|
420 |
msgstr ""
|
421 |
|
422 |
-
#: bws_functions.php:
|
423 |
msgid "Yes, restore all settings"
|
424 |
msgstr ""
|
425 |
|
426 |
-
#: bws_functions.php:
|
427 |
#, fuzzy
|
428 |
msgid "No, go back to the settings page"
|
429 |
msgstr "na stranici za podešavanje modula ("
|
430 |
|
431 |
-
#: bws_functions.php:
|
432 |
#, fuzzy
|
433 |
msgid "Plugin"
|
434 |
msgstr "Pro moduli"
|
435 |
|
436 |
-
#: bws_functions.php:
|
437 |
#, fuzzy
|
438 |
msgid "Shortcode settings"
|
439 |
msgstr "na stranici za podešavanje modula ("
|
440 |
|
441 |
-
#: bws_functions.php:
|
442 |
msgid "The shortcode will be inserted"
|
443 |
msgstr ""
|
444 |
|
445 |
-
#: bws_functions.php:
|
446 |
msgid "Insert"
|
447 |
msgstr ""
|
448 |
|
449 |
-
#: bws_functions.php:
|
450 |
msgid "Visit Help Center"
|
451 |
msgstr ""
|
452 |
|
453 |
-
#: bws_functions.php:
|
454 |
msgid "FAQ"
|
455 |
msgstr "FAQ"
|
456 |
|
457 |
-
#: bws_functions.php:
|
458 |
msgid "For more information:"
|
459 |
msgstr ""
|
460 |
|
461 |
-
#: bws_functions.php:
|
462 |
msgid "Documentation"
|
463 |
msgstr ""
|
464 |
|
465 |
-
#: bws_functions.php:
|
466 |
msgid "Video Instructions"
|
467 |
msgstr ""
|
468 |
|
469 |
-
#: bws_functions.php:
|
470 |
msgid "Submit a Request"
|
471 |
msgstr ""
|
472 |
|
473 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
474 |
msgid "Not set"
|
475 |
msgstr "Nije podešeno"
|
476 |
|
477 |
-
#: bws_menu.php:
|
478 |
msgid "On"
|
479 |
msgstr "Uključeno"
|
480 |
|
481 |
-
#: bws_menu.php:
|
482 |
msgid "Off"
|
483 |
msgstr "Isključeno"
|
484 |
|
485 |
-
#: bws_menu.php:
|
486 |
-
#: bws_menu.php:
|
487 |
msgid "N/A"
|
488 |
msgstr "N/A"
|
489 |
|
490 |
-
#: bws_menu.php:
|
491 |
msgid " Mb"
|
492 |
msgstr " Mb"
|
493 |
|
494 |
-
#: bws_menu.php:
|
495 |
msgid "Yes"
|
496 |
msgstr "Da"
|
497 |
|
498 |
-
#: bws_menu.php:
|
499 |
msgid "No"
|
500 |
msgstr "Ne"
|
501 |
|
502 |
-
#: bws_menu.php:
|
503 |
msgid "Operating System"
|
504 |
msgstr "Operativni Sistem"
|
505 |
|
506 |
-
#: bws_menu.php:
|
507 |
msgid "Server"
|
508 |
msgstr "Server"
|
509 |
|
510 |
-
#: bws_menu.php:
|
511 |
msgid "Memory usage"
|
512 |
msgstr "Upotreba memorije"
|
513 |
|
514 |
-
#: bws_menu.php:
|
515 |
msgid "MYSQL Version"
|
516 |
msgstr "MYSQL Verzija"
|
517 |
|
518 |
-
#: bws_menu.php:
|
519 |
msgid "SQL Mode"
|
520 |
msgstr "SQL način"
|
521 |
|
522 |
-
#: bws_menu.php:
|
523 |
msgid "PHP Version"
|
524 |
msgstr "PHP Verzija"
|
525 |
|
526 |
-
#: bws_menu.php:
|
527 |
msgid "PHP Safe Mode"
|
528 |
msgstr "PHP Sigurni način"
|
529 |
|
530 |
-
#: bws_menu.php:
|
531 |
msgid "PHP Allow URL fopen"
|
532 |
msgstr "PHP Dozvoli URL fopen"
|
533 |
|
534 |
-
#: bws_menu.php:
|
535 |
msgid "PHP Memory Limit"
|
536 |
msgstr "PHP Ograničenje memorije"
|
537 |
|
538 |
-
#: bws_menu.php:
|
539 |
#, fuzzy
|
540 |
msgid "PHP Max Upload Size"
|
541 |
msgstr "Envoi de fichier"
|
542 |
|
543 |
-
#: bws_menu.php:
|
544 |
msgid "PHP Max Post Size"
|
545 |
msgstr "PHP Max veličina za učitavanje"
|
546 |
|
547 |
-
#: bws_menu.php:
|
548 |
msgid "PHP Max Script Execute Time"
|
549 |
msgstr "PHP Max veličina posta"
|
550 |
|
551 |
-
#: bws_menu.php:
|
552 |
msgid "PHP Exif support"
|
553 |
msgstr "PHP Exif podrška"
|
554 |
|
555 |
-
#: bws_menu.php:
|
556 |
msgid "PHP IPTC support"
|
557 |
msgstr "PHP IPTC podrška"
|
558 |
|
559 |
-
#: bws_menu.php:
|
560 |
msgid "PHP XML support"
|
561 |
msgstr "PHP XML podrška"
|
562 |
|
563 |
-
#: bws_menu.php:
|
564 |
#, fuzzy
|
565 |
msgid "Site URL"
|
566 |
msgstr "URL du lien"
|
567 |
|
568 |
-
#: bws_menu.php:
|
569 |
msgid "Home URL"
|
570 |
msgstr "URL naslovne"
|
571 |
|
572 |
-
#: bws_menu.php:
|
573 |
msgid "WordPress Version"
|
574 |
msgstr "WordPress Verzija"
|
575 |
|
576 |
-
#: bws_menu.php:
|
577 |
msgid "WordPress DB Version"
|
578 |
msgstr "WordPress DB Verzija"
|
579 |
|
580 |
-
#: bws_menu.php:
|
581 |
msgid "Multisite"
|
582 |
msgstr "Višenamenski sajt"
|
583 |
|
584 |
-
#: bws_menu.php:
|
585 |
msgid "Active Theme"
|
586 |
msgstr "Aktivna tema"
|
587 |
|
588 |
-
#: bws_menu.php:
|
589 |
msgid "Please enter a valid email address."
|
590 |
msgstr "Molimo unesite važeću mejl adresu"
|
591 |
|
592 |
-
#: bws_menu.php:
|
593 |
msgid "Email with system info is sent to "
|
594 |
msgstr "Mejl sa sistemskim informacijama je poslat na"
|
595 |
|
596 |
-
#: bws_menu.php:
|
597 |
msgid "Thank you for contacting us."
|
598 |
msgstr "Hvala što ste nas kontaktirali"
|
599 |
|
600 |
-
#: bws_menu.php:
|
601 |
msgid "Sorry, email message could not be delivered."
|
602 |
msgstr "Nažalost mejl poruka nije prosleđena"
|
603 |
|
604 |
-
#: bws_menu.php:
|
605 |
msgid "Need help?"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: bws_menu.php:
|
609 |
msgid "Client area"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: bws_menu.php:
|
613 |
msgid "System status"
|
614 |
msgstr "Sistemski status"
|
615 |
|
616 |
-
#: bws_menu.php:
|
617 |
#, fuzzy
|
618 |
msgid "Plugins"
|
619 |
msgstr "Pro moduli"
|
620 |
|
621 |
-
#: bws_menu.php:
|
622 |
msgid "Themes"
|
623 |
msgstr ""
|
624 |
|
625 |
-
#: bws_menu.php:
|
626 |
msgid "All"
|
627 |
msgstr ""
|
628 |
|
629 |
-
#: bws_menu.php:
|
630 |
#, fuzzy
|
631 |
msgid "Installed"
|
632 |
msgstr "Instalacija %s"
|
633 |
|
634 |
-
#: bws_menu.php:
|
635 |
#, fuzzy
|
636 |
msgid "Recommended"
|
637 |
msgstr "Preporučeni moduli"
|
638 |
|
639 |
-
#: bws_menu.php:
|
640 |
msgid "Installed plugins"
|
641 |
msgstr "Instalirani moduli"
|
642 |
|
643 |
-
#: bws_menu.php:
|
644 |
msgid "Settings"
|
645 |
msgstr "Podešavanja"
|
646 |
|
647 |
-
#: bws_menu.php:
|
648 |
#, fuzzy
|
649 |
msgid "Activate this plugin"
|
650 |
msgstr "Aktivirani moduli"
|
651 |
|
652 |
-
#: bws_menu.php:
|
653 |
msgid "Go"
|
654 |
msgstr ""
|
655 |
|
656 |
-
#: bws_menu.php:
|
657 |
msgid "DONATE"
|
658 |
msgstr ""
|
659 |
|
660 |
-
#: bws_menu.php:
|
661 |
msgid "Recommended plugins"
|
662 |
msgstr "Preporučeni moduli"
|
663 |
|
664 |
-
#: bws_menu.php:
|
665 |
#, fuzzy
|
666 |
msgid "Install now"
|
667 |
msgstr "Instalacija %s"
|
668 |
|
669 |
-
#: bws_menu.php:
|
670 |
msgid "Try again"
|
671 |
msgstr ""
|
672 |
|
673 |
-
#: bws_menu.php:
|
674 |
#, php-format
|
675 |
msgid "Preview “%s”"
|
676 |
msgstr ""
|
677 |
|
678 |
-
#: bws_menu.php:
|
679 |
#, php-format
|
680 |
msgid "Install %s"
|
681 |
msgstr "Instalacija %s"
|
682 |
|
683 |
-
#: bws_menu.php:
|
684 |
#, fuzzy
|
685 |
msgid "Install Now"
|
686 |
msgstr "Instalacija %s"
|
687 |
|
688 |
-
#: bws_menu.php:
|
689 |
#, php-format
|
690 |
msgid "Update to version %s"
|
691 |
msgstr ""
|
692 |
|
693 |
-
#: bws_menu.php:
|
694 |
#, fuzzy
|
695 |
msgid "Update"
|
696 |
msgstr "date"
|
697 |
|
698 |
-
#: bws_menu.php:
|
699 |
#, php-format
|
700 |
msgid "Preview %s"
|
701 |
msgstr ""
|
702 |
|
703 |
-
#: bws_menu.php:
|
704 |
msgid "Preview"
|
705 |
msgstr ""
|
706 |
|
707 |
-
#: bws_menu.php:
|
708 |
#, php-format
|
709 |
msgid "By %s"
|
710 |
msgstr ""
|
711 |
|
712 |
-
#: bws_menu.php:
|
713 |
msgid "Details"
|
714 |
msgstr ""
|
715 |
|
716 |
-
#: bws_menu.php:
|
717 |
#, fuzzy
|
718 |
msgid "Already Installed"
|
719 |
msgstr "Instalacija %s"
|
720 |
|
721 |
-
#: bws_menu.php:
|
722 |
msgid "Environment"
|
723 |
msgstr "Okruženje"
|
724 |
|
725 |
-
#: bws_menu.php:
|
726 |
#, fuzzy
|
727 |
msgid "Active Plugins"
|
728 |
msgstr "Extensions activées"
|
729 |
|
730 |
-
#: bws_menu.php:
|
731 |
#, fuzzy
|
732 |
msgid "Inactive Plugins"
|
733 |
msgstr "Extensions activées"
|
734 |
|
735 |
-
#: bws_menu.php:
|
736 |
#, fuzzy
|
737 |
msgid "Send to support"
|
738 |
msgstr "Soutien"
|
739 |
|
740 |
-
#: bws_menu.php:
|
741 |
msgid "Send to custom email »"
|
742 |
msgstr "Pošalji na korisnički mejl »"
|
743 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-03-10 15:40+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-03-10 15:40+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
|
9 |
"Language: fr_FR\n"
|
42 |
"upgrade to WordPress latest version."
|
43 |
msgstr ""
|
44 |
|
45 |
+
#: bws_functions.php:143 bws_functions.php:652 bws_functions.php:696
|
46 |
+
#: bws_functions.php:755
|
47 |
+
msgid "Close notice"
|
48 |
+
msgstr ""
|
49 |
+
|
50 |
#: bws_functions.php:148
|
51 |
msgid "It’s time to upgrade your"
|
52 |
msgstr ""
|
203 |
msgstr ""
|
204 |
|
205 |
#: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
|
206 |
+
#: bws_functions.php:460 bws_functions.php:1232 bws_menu.php:693
|
207 |
+
#: bws_menu.php:750
|
208 |
#, fuzzy
|
209 |
msgid "Activate"
|
210 |
msgstr "Aktivirani moduli"
|
309 |
"plugin updates you should extend it."
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: bws_functions.php:603 bws_functions.php:656 bws_functions.php:1198
|
313 |
+
#: bws_menu.php:669 bws_menu.php:691 bws_menu.php:718 bws_menu.php:748
|
314 |
+
#: bws_menu.php:794
|
315 |
#, fuzzy
|
316 |
msgid "Learn more"
|
317 |
msgstr "Pročitaj više"
|
359 |
msgid "Add New"
|
360 |
msgstr "Ajouter"
|
361 |
|
|
|
|
|
|
|
|
|
362 |
#: bws_functions.php:750
|
363 |
#, fuzzy
|
364 |
msgid "Thank you for choosing"
|
382 |
msgid "The plugin's settings have been changed."
|
383 |
msgstr ""
|
384 |
|
385 |
+
#: bws_functions.php:769 bws_functions.php:1240
|
386 |
msgid "Save Changes"
|
387 |
msgstr "Sačuvaj izmene"
|
388 |
|
392 |
"\" in the \"Go PRO\" tab"
|
393 |
msgstr ""
|
394 |
|
|
|
|
|
|
|
|
|
395 |
#: bws_functions.php:886
|
396 |
#, fuzzy
|
397 |
msgid "Add shortcode"
|
401 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: bws_functions.php:935
|
405 |
msgid "Close"
|
406 |
msgstr ""
|
407 |
|
408 |
+
#: bws_functions.php:1027
|
409 |
msgid "Restore all plugin settings to defaults"
|
410 |
msgstr ""
|
411 |
|
412 |
+
#: bws_functions.php:1029
|
413 |
#, fuzzy
|
414 |
msgid "Restore settings"
|
415 |
msgstr "na stranici za podešavanje modula ("
|
416 |
|
417 |
+
#: bws_functions.php:1040
|
418 |
msgid "Are you sure you want to restore all settings by default?"
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: bws_functions.php:1043
|
422 |
msgid "Yes, restore all settings"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: bws_functions.php:1044
|
426 |
#, fuzzy
|
427 |
msgid "No, go back to the settings page"
|
428 |
msgstr "na stranici za podešavanje modula ("
|
429 |
|
430 |
+
#: bws_functions.php:1090
|
431 |
#, fuzzy
|
432 |
msgid "Plugin"
|
433 |
msgstr "Pro moduli"
|
434 |
|
435 |
+
#: bws_functions.php:1099
|
436 |
#, fuzzy
|
437 |
msgid "Shortcode settings"
|
438 |
msgstr "na stranici za podešavanje modula ("
|
439 |
|
440 |
+
#: bws_functions.php:1104
|
441 |
msgid "The shortcode will be inserted"
|
442 |
msgstr ""
|
443 |
|
444 |
+
#: bws_functions.php:1109
|
445 |
msgid "Insert"
|
446 |
msgstr ""
|
447 |
|
448 |
+
#: bws_functions.php:1140
|
449 |
msgid "Visit Help Center"
|
450 |
msgstr ""
|
451 |
|
452 |
+
#: bws_functions.php:1145
|
453 |
msgid "FAQ"
|
454 |
msgstr "FAQ"
|
455 |
|
456 |
+
#: bws_functions.php:1151
|
457 |
msgid "For more information:"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: bws_functions.php:1152
|
461 |
msgid "Documentation"
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: bws_functions.php:1153
|
465 |
msgid "Video Instructions"
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: bws_functions.php:1154
|
469 |
msgid "Submit a Request"
|
470 |
msgstr ""
|
471 |
|
472 |
+
#: bws_functions.php:1165
|
473 |
+
msgid "You do not have sufficient permissions to edit plugins for this site."
|
474 |
+
msgstr ""
|
475 |
+
|
476 |
+
#: bws_functions.php:1196
|
477 |
+
msgid "File edited successfully."
|
478 |
+
msgstr ""
|
479 |
+
|
480 |
+
#: bws_functions.php:1198
|
481 |
+
msgid "Not enough permissions to create or update the file"
|
482 |
+
msgstr ""
|
483 |
+
|
484 |
+
#: bws_functions.php:1222
|
485 |
+
msgid "These styles will be added to the header on all pages of your site."
|
486 |
+
msgstr ""
|
487 |
+
|
488 |
+
#: bws_functions.php:1225
|
489 |
+
msgid "Editing"
|
490 |
+
msgstr ""
|
491 |
+
|
492 |
+
#: bws_functions.php:1227
|
493 |
+
msgid "Browsing"
|
494 |
+
msgstr ""
|
495 |
+
|
496 |
+
#: bws_functions.php:1235
|
497 |
+
#, fuzzy
|
498 |
+
msgid "Learn more about CSS"
|
499 |
+
msgstr "Pročitaj više"
|
500 |
+
|
501 |
+
#: bws_functions.php:1243
|
502 |
+
#, php-format
|
503 |
+
msgid ""
|
504 |
+
"You need to make this file writable before you can save your changes. See %s "
|
505 |
+
"the Codex %s for more information."
|
506 |
+
msgstr ""
|
507 |
+
|
508 |
+
#: bws_menu.php:509
|
509 |
msgid "Not set"
|
510 |
msgstr "Nije podešeno"
|
511 |
|
512 |
+
#: bws_menu.php:511 bws_menu.php:512
|
513 |
msgid "On"
|
514 |
msgstr "Uključeno"
|
515 |
|
516 |
+
#: bws_menu.php:511 bws_menu.php:512
|
517 |
msgid "Off"
|
518 |
msgstr "Isključeno"
|
519 |
|
520 |
+
#: bws_menu.php:513 bws_menu.php:514 bws_menu.php:515 bws_menu.php:516
|
521 |
+
#: bws_menu.php:517 bws_menu.php:529
|
522 |
msgid "N/A"
|
523 |
msgstr "N/A"
|
524 |
|
525 |
+
#: bws_menu.php:517
|
526 |
msgid " Mb"
|
527 |
msgstr " Mb"
|
528 |
|
529 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:525
|
530 |
msgid "Yes"
|
531 |
msgstr "Da"
|
532 |
|
533 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:527
|
534 |
msgid "No"
|
535 |
msgstr "Ne"
|
536 |
|
537 |
+
#: bws_menu.php:537
|
538 |
msgid "Operating System"
|
539 |
msgstr "Operativni Sistem"
|
540 |
|
541 |
+
#: bws_menu.php:538
|
542 |
msgid "Server"
|
543 |
msgstr "Server"
|
544 |
|
545 |
+
#: bws_menu.php:539
|
546 |
msgid "Memory usage"
|
547 |
msgstr "Upotreba memorije"
|
548 |
|
549 |
+
#: bws_menu.php:540
|
550 |
msgid "MYSQL Version"
|
551 |
msgstr "MYSQL Verzija"
|
552 |
|
553 |
+
#: bws_menu.php:541
|
554 |
msgid "SQL Mode"
|
555 |
msgstr "SQL način"
|
556 |
|
557 |
+
#: bws_menu.php:542
|
558 |
msgid "PHP Version"
|
559 |
msgstr "PHP Verzija"
|
560 |
|
561 |
+
#: bws_menu.php:543
|
562 |
msgid "PHP Safe Mode"
|
563 |
msgstr "PHP Sigurni način"
|
564 |
|
565 |
+
#: bws_menu.php:544
|
566 |
msgid "PHP Allow URL fopen"
|
567 |
msgstr "PHP Dozvoli URL fopen"
|
568 |
|
569 |
+
#: bws_menu.php:545
|
570 |
msgid "PHP Memory Limit"
|
571 |
msgstr "PHP Ograničenje memorije"
|
572 |
|
573 |
+
#: bws_menu.php:546
|
574 |
#, fuzzy
|
575 |
msgid "PHP Max Upload Size"
|
576 |
msgstr "Envoi de fichier"
|
577 |
|
578 |
+
#: bws_menu.php:547
|
579 |
msgid "PHP Max Post Size"
|
580 |
msgstr "PHP Max veličina za učitavanje"
|
581 |
|
582 |
+
#: bws_menu.php:548
|
583 |
msgid "PHP Max Script Execute Time"
|
584 |
msgstr "PHP Max veličina posta"
|
585 |
|
586 |
+
#: bws_menu.php:549
|
587 |
msgid "PHP Exif support"
|
588 |
msgstr "PHP Exif podrška"
|
589 |
|
590 |
+
#: bws_menu.php:550
|
591 |
msgid "PHP IPTC support"
|
592 |
msgstr "PHP IPTC podrška"
|
593 |
|
594 |
+
#: bws_menu.php:551
|
595 |
msgid "PHP XML support"
|
596 |
msgstr "PHP XML podrška"
|
597 |
|
598 |
+
#: bws_menu.php:552
|
599 |
#, fuzzy
|
600 |
msgid "Site URL"
|
601 |
msgstr "URL du lien"
|
602 |
|
603 |
+
#: bws_menu.php:553
|
604 |
msgid "Home URL"
|
605 |
msgstr "URL naslovne"
|
606 |
|
607 |
+
#: bws_menu.php:556
|
608 |
msgid "WordPress Version"
|
609 |
msgstr "WordPress Verzija"
|
610 |
|
611 |
+
#: bws_menu.php:557
|
612 |
msgid "WordPress DB Version"
|
613 |
msgstr "WordPress DB Verzija"
|
614 |
|
615 |
+
#: bws_menu.php:558
|
616 |
msgid "Multisite"
|
617 |
msgstr "Višenamenski sajt"
|
618 |
|
619 |
+
#: bws_menu.php:559
|
620 |
msgid "Active Theme"
|
621 |
msgstr "Aktivna tema"
|
622 |
|
623 |
+
#: bws_menu.php:574
|
624 |
msgid "Please enter a valid email address."
|
625 |
msgstr "Molimo unesite važeću mejl adresu"
|
626 |
|
627 |
+
#: bws_menu.php:578
|
628 |
msgid "Email with system info is sent to "
|
629 |
msgstr "Mejl sa sistemskim informacijama je poslat na"
|
630 |
|
631 |
+
#: bws_menu.php:582
|
632 |
msgid "Thank you for contacting us."
|
633 |
msgstr "Hvala što ste nas kontaktirali"
|
634 |
|
635 |
+
#: bws_menu.php:615
|
636 |
msgid "Sorry, email message could not be delivered."
|
637 |
msgstr "Nažalost mejl poruka nije prosleđena"
|
638 |
|
639 |
+
#: bws_menu.php:622
|
640 |
msgid "Need help?"
|
641 |
msgstr ""
|
642 |
|
643 |
+
#: bws_menu.php:623
|
644 |
msgid "Client area"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: bws_menu.php:624 bws_menu.php:933
|
648 |
msgid "System status"
|
649 |
msgstr "Sistemski status"
|
650 |
|
651 |
+
#: bws_menu.php:629
|
652 |
#, fuzzy
|
653 |
msgid "Plugins"
|
654 |
msgstr "Pro moduli"
|
655 |
|
656 |
+
#: bws_menu.php:630
|
657 |
msgid "Themes"
|
658 |
msgstr ""
|
659 |
|
660 |
+
#: bws_menu.php:634
|
661 |
msgid "All"
|
662 |
msgstr ""
|
663 |
|
664 |
+
#: bws_menu.php:635
|
665 |
#, fuzzy
|
666 |
msgid "Installed"
|
667 |
msgstr "Instalacija %s"
|
668 |
|
669 |
+
#: bws_menu.php:636
|
670 |
#, fuzzy
|
671 |
msgid "Recommended"
|
672 |
msgstr "Preporučeni moduli"
|
673 |
|
674 |
+
#: bws_menu.php:640
|
675 |
msgid "Installed plugins"
|
676 |
msgstr "Instalirani moduli"
|
677 |
|
678 |
+
#: bws_menu.php:672 bws_menu.php:721
|
679 |
msgid "Settings"
|
680 |
msgstr "Podešavanja"
|
681 |
|
682 |
+
#: bws_menu.php:693 bws_menu.php:750
|
683 |
#, fuzzy
|
684 |
msgid "Activate this plugin"
|
685 |
msgstr "Aktivirani moduli"
|
686 |
|
687 |
+
#: bws_menu.php:708 bws_menu.php:738 bws_menu.php:784
|
688 |
msgid "Go"
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: bws_menu.php:712 bws_menu.php:742 bws_menu.php:788
|
692 |
msgid "DONATE"
|
693 |
msgstr ""
|
694 |
|
695 |
+
#: bws_menu.php:758
|
696 |
msgid "Recommended plugins"
|
697 |
msgstr "Preporučeni moduli"
|
698 |
|
699 |
+
#: bws_menu.php:796
|
700 |
#, fuzzy
|
701 |
msgid "Install now"
|
702 |
msgstr "Instalacija %s"
|
703 |
|
704 |
+
#: bws_menu.php:817
|
705 |
msgid "Try again"
|
706 |
msgstr ""
|
707 |
|
708 |
+
#: bws_menu.php:835
|
709 |
#, php-format
|
710 |
msgid "Preview “%s”"
|
711 |
msgstr ""
|
712 |
|
713 |
+
#: bws_menu.php:866
|
714 |
#, php-format
|
715 |
msgid "Install %s"
|
716 |
msgstr "Instalacija %s"
|
717 |
|
718 |
+
#: bws_menu.php:866
|
719 |
#, fuzzy
|
720 |
msgid "Install Now"
|
721 |
msgstr "Instalacija %s"
|
722 |
|
723 |
+
#: bws_menu.php:869
|
724 |
#, php-format
|
725 |
msgid "Update to version %s"
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: bws_menu.php:869
|
729 |
#, fuzzy
|
730 |
msgid "Update"
|
731 |
msgstr "date"
|
732 |
|
733 |
+
#: bws_menu.php:876
|
734 |
#, php-format
|
735 |
msgid "Preview %s"
|
736 |
msgstr ""
|
737 |
|
738 |
+
#: bws_menu.php:876
|
739 |
msgid "Preview"
|
740 |
msgstr ""
|
741 |
|
742 |
+
#: bws_menu.php:882 bws_menu.php:914
|
743 |
#, php-format
|
744 |
msgid "By %s"
|
745 |
msgstr ""
|
746 |
|
747 |
+
#: bws_menu.php:888
|
748 |
msgid "Details"
|
749 |
msgstr ""
|
750 |
|
751 |
+
#: bws_menu.php:920
|
752 |
#, fuzzy
|
753 |
msgid "Already Installed"
|
754 |
msgstr "Instalacija %s"
|
755 |
|
756 |
+
#: bws_menu.php:936
|
757 |
msgid "Environment"
|
758 |
msgstr "Okruženje"
|
759 |
|
760 |
+
#: bws_menu.php:947
|
761 |
#, fuzzy
|
762 |
msgid "Active Plugins"
|
763 |
msgstr "Extensions activées"
|
764 |
|
765 |
+
#: bws_menu.php:960
|
766 |
#, fuzzy
|
767 |
msgid "Inactive Plugins"
|
768 |
msgstr "Extensions activées"
|
769 |
|
770 |
+
#: bws_menu.php:976
|
771 |
#, fuzzy
|
772 |
msgid "Send to support"
|
773 |
msgstr "Soutien"
|
774 |
|
775 |
+
#: bws_menu.php:983
|
776 |
msgid "Send to custom email »"
|
777 |
msgstr "Pošalji na korisnički mejl »"
|
778 |
|
bws_menu/languages/bestwebsoft-sv_SE.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-sv_SE.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
-
"PO-Revision-Date: 2016-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Christer Rönningborg, Blittan <blittan@xbmc.org>\n"
|
9 |
"Language: sv_SE\n"
|
@@ -41,6 +41,11 @@ msgid ""
|
|
41 |
"upgrade to WordPress latest version."
|
42 |
msgstr ""
|
43 |
|
|
|
|
|
|
|
|
|
|
|
44 |
#: bws_functions.php:148
|
45 |
msgid "It’s time to upgrade your"
|
46 |
msgstr ""
|
@@ -197,7 +202,8 @@ msgid "Start Your Free %s-Day Trial Now"
|
|
197 |
msgstr ""
|
198 |
|
199 |
#: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
|
200 |
-
#: bws_functions.php:460
|
|
|
201 |
#, fuzzy
|
202 |
msgid "Activate"
|
203 |
msgstr "Aktiverade tillägg"
|
@@ -302,8 +308,9 @@ msgid ""
|
|
302 |
"plugin updates you should extend it."
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: bws_functions.php:603 bws_functions.php:656
|
306 |
-
#: bws_menu.php:
|
|
|
307 |
#, fuzzy
|
308 |
msgid "Learn more"
|
309 |
msgstr "Läs mer"
|
@@ -351,10 +358,6 @@ msgstr "Inställningar"
|
|
351 |
msgid "Add New"
|
352 |
msgstr ""
|
353 |
|
354 |
-
#: bws_functions.php:696 bws_functions.php:755
|
355 |
-
msgid "Close notice"
|
356 |
-
msgstr ""
|
357 |
-
|
358 |
#: bws_functions.php:750
|
359 |
#, fuzzy
|
360 |
msgid "Thank you for choosing"
|
@@ -378,7 +381,7 @@ msgstr ""
|
|
378 |
msgid "The plugin's settings have been changed."
|
379 |
msgstr ""
|
380 |
|
381 |
-
#: bws_functions.php:769
|
382 |
msgid "Save Changes"
|
383 |
msgstr "Spara ändringar"
|
384 |
|
@@ -388,10 +391,6 @@ msgid ""
|
|
388 |
"\" in the \"Go PRO\" tab"
|
389 |
msgstr ""
|
390 |
|
391 |
-
#: bws_functions.php:866
|
392 |
-
msgid "Add BWS Plugins Shortcode"
|
393 |
-
msgstr ""
|
394 |
-
|
395 |
#: bws_functions.php:886
|
396 |
msgid "Add shortcode"
|
397 |
msgstr ""
|
@@ -400,333 +399,369 @@ msgstr ""
|
|
400 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
401 |
msgstr ""
|
402 |
|
403 |
-
#: bws_functions.php:
|
404 |
msgid "Close"
|
405 |
msgstr ""
|
406 |
|
407 |
-
#: bws_functions.php:
|
408 |
msgid "Restore all plugin settings to defaults"
|
409 |
msgstr ""
|
410 |
|
411 |
-
#: bws_functions.php:
|
412 |
msgid "Restore settings"
|
413 |
msgstr ""
|
414 |
|
415 |
-
#: bws_functions.php:
|
416 |
msgid "Are you sure you want to restore all settings by default?"
|
417 |
msgstr ""
|
418 |
|
419 |
-
#: bws_functions.php:
|
420 |
msgid "Yes, restore all settings"
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: bws_functions.php:
|
424 |
msgid "No, go back to the settings page"
|
425 |
msgstr ""
|
426 |
|
427 |
-
#: bws_functions.php:
|
428 |
#, fuzzy
|
429 |
msgid "Plugin"
|
430 |
msgstr "Betaltillägg"
|
431 |
|
432 |
-
#: bws_functions.php:
|
433 |
#, fuzzy
|
434 |
msgid "Shortcode settings"
|
435 |
msgstr "Inställningar"
|
436 |
|
437 |
-
#: bws_functions.php:
|
438 |
msgid "The shortcode will be inserted"
|
439 |
msgstr ""
|
440 |
|
441 |
-
#: bws_functions.php:
|
442 |
msgid "Insert"
|
443 |
msgstr ""
|
444 |
|
445 |
-
#: bws_functions.php:
|
446 |
msgid "Visit Help Center"
|
447 |
msgstr ""
|
448 |
|
449 |
-
#: bws_functions.php:
|
450 |
msgid "FAQ"
|
451 |
msgstr "FAQ"
|
452 |
|
453 |
-
#: bws_functions.php:
|
454 |
msgid "For more information:"
|
455 |
msgstr ""
|
456 |
|
457 |
-
#: bws_functions.php:
|
458 |
msgid "Documentation"
|
459 |
msgstr ""
|
460 |
|
461 |
-
#: bws_functions.php:
|
462 |
msgid "Video Instructions"
|
463 |
msgstr ""
|
464 |
|
465 |
-
#: bws_functions.php:
|
466 |
msgid "Submit a Request"
|
467 |
msgstr ""
|
468 |
|
469 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
470 |
msgid "Not set"
|
471 |
msgstr "Inte angiven"
|
472 |
|
473 |
-
#: bws_menu.php:
|
474 |
msgid "On"
|
475 |
msgstr "På"
|
476 |
|
477 |
-
#: bws_menu.php:
|
478 |
msgid "Off"
|
479 |
msgstr "Av"
|
480 |
|
481 |
-
#: bws_menu.php:
|
482 |
-
#: bws_menu.php:
|
483 |
msgid "N/A"
|
484 |
msgstr "Finns ej"
|
485 |
|
486 |
-
#: bws_menu.php:
|
487 |
msgid " Mb"
|
488 |
msgstr " Mb"
|
489 |
|
490 |
-
#: bws_menu.php:
|
491 |
msgid "Yes"
|
492 |
msgstr "Ja"
|
493 |
|
494 |
-
#: bws_menu.php:
|
495 |
msgid "No"
|
496 |
msgstr "Nej"
|
497 |
|
498 |
-
#: bws_menu.php:
|
499 |
msgid "Operating System"
|
500 |
msgstr "Operativsystem"
|
501 |
|
502 |
-
#: bws_menu.php:
|
503 |
msgid "Server"
|
504 |
msgstr "Server"
|
505 |
|
506 |
-
#: bws_menu.php:
|
507 |
msgid "Memory usage"
|
508 |
msgstr "Minnesanvändning"
|
509 |
|
510 |
-
#: bws_menu.php:
|
511 |
msgid "MYSQL Version"
|
512 |
msgstr "MySQL-version"
|
513 |
|
514 |
-
#: bws_menu.php:
|
515 |
msgid "SQL Mode"
|
516 |
msgstr "SQL-läge"
|
517 |
|
518 |
-
#: bws_menu.php:
|
519 |
msgid "PHP Version"
|
520 |
msgstr "PHP-version"
|
521 |
|
522 |
-
#: bws_menu.php:
|
523 |
msgid "PHP Safe Mode"
|
524 |
msgstr "PHP säkert läge"
|
525 |
|
526 |
-
#: bws_menu.php:
|
527 |
msgid "PHP Allow URL fopen"
|
528 |
msgstr "PHP tillåt URL fopen"
|
529 |
|
530 |
-
#: bws_menu.php:
|
531 |
msgid "PHP Memory Limit"
|
532 |
msgstr "PHP Minnesgräns"
|
533 |
|
534 |
-
#: bws_menu.php:
|
535 |
msgid "PHP Max Upload Size"
|
536 |
msgstr "PHP Max uppladdningstorlek"
|
537 |
|
538 |
-
#: bws_menu.php:
|
539 |
msgid "PHP Max Post Size"
|
540 |
msgstr "PHP Max poststorlek"
|
541 |
|
542 |
-
#: bws_menu.php:
|
543 |
msgid "PHP Max Script Execute Time"
|
544 |
msgstr "PHP Max skriptexekverinstid"
|
545 |
|
546 |
-
#: bws_menu.php:
|
547 |
msgid "PHP Exif support"
|
548 |
msgstr "PHP Exifstöd"
|
549 |
|
550 |
-
#: bws_menu.php:
|
551 |
msgid "PHP IPTC support"
|
552 |
msgstr "PHP ITPC-stöd"
|
553 |
|
554 |
-
#: bws_menu.php:
|
555 |
msgid "PHP XML support"
|
556 |
msgstr "PHP XML-stöd"
|
557 |
|
558 |
-
#: bws_menu.php:
|
559 |
msgid "Site URL"
|
560 |
msgstr "SajtURL"
|
561 |
|
562 |
-
#: bws_menu.php:
|
563 |
msgid "Home URL"
|
564 |
msgstr "HemURL"
|
565 |
|
566 |
-
#: bws_menu.php:
|
567 |
msgid "WordPress Version"
|
568 |
msgstr "WordPress-version"
|
569 |
|
570 |
-
#: bws_menu.php:
|
571 |
msgid "WordPress DB Version"
|
572 |
msgstr "WordPress-DB-version"
|
573 |
|
574 |
-
#: bws_menu.php:
|
575 |
msgid "Multisite"
|
576 |
msgstr "Multisajt"
|
577 |
|
578 |
-
#: bws_menu.php:
|
579 |
msgid "Active Theme"
|
580 |
msgstr "Aktivt tema"
|
581 |
|
582 |
-
#: bws_menu.php:
|
583 |
msgid "Please enter a valid email address."
|
584 |
msgstr "Var god ange en giltig epost-adress."
|
585 |
|
586 |
-
#: bws_menu.php:
|
587 |
msgid "Email with system info is sent to "
|
588 |
msgstr "Epost med systeminfo är skickat till"
|
589 |
|
590 |
-
#: bws_menu.php:
|
591 |
msgid "Thank you for contacting us."
|
592 |
msgstr "Tack för att du kontaktade oss."
|
593 |
|
594 |
-
#: bws_menu.php:
|
595 |
msgid "Sorry, email message could not be delivered."
|
596 |
msgstr "Ledsen, eposten kunde inte levereras."
|
597 |
|
598 |
-
#: bws_menu.php:
|
599 |
msgid "Need help?"
|
600 |
msgstr ""
|
601 |
|
602 |
-
#: bws_menu.php:
|
603 |
msgid "Client area"
|
604 |
msgstr ""
|
605 |
|
606 |
-
#: bws_menu.php:
|
607 |
msgid "System status"
|
608 |
msgstr "Systemstatus"
|
609 |
|
610 |
-
#: bws_menu.php:
|
611 |
#, fuzzy
|
612 |
msgid "Plugins"
|
613 |
msgstr "Betaltillägg"
|
614 |
|
615 |
-
#: bws_menu.php:
|
616 |
msgid "Themes"
|
617 |
msgstr ""
|
618 |
|
619 |
-
#: bws_menu.php:
|
620 |
msgid "All"
|
621 |
msgstr ""
|
622 |
|
623 |
-
#: bws_menu.php:
|
624 |
#, fuzzy
|
625 |
msgid "Installed"
|
626 |
msgstr "Installera %s"
|
627 |
|
628 |
-
#: bws_menu.php:
|
629 |
#, fuzzy
|
630 |
msgid "Recommended"
|
631 |
msgstr "Rekommenderade tillägg"
|
632 |
|
633 |
-
#: bws_menu.php:
|
634 |
msgid "Installed plugins"
|
635 |
msgstr "Installerade tillägg"
|
636 |
|
637 |
-
#: bws_menu.php:
|
638 |
msgid "Settings"
|
639 |
msgstr "Inställningar"
|
640 |
|
641 |
-
#: bws_menu.php:
|
642 |
#, fuzzy
|
643 |
msgid "Activate this plugin"
|
644 |
msgstr "Aktiverade tillägg"
|
645 |
|
646 |
-
#: bws_menu.php:
|
647 |
msgid "Go"
|
648 |
msgstr ""
|
649 |
|
650 |
-
#: bws_menu.php:
|
651 |
msgid "DONATE"
|
652 |
msgstr ""
|
653 |
|
654 |
-
#: bws_menu.php:
|
655 |
msgid "Recommended plugins"
|
656 |
msgstr "Rekommenderade tillägg"
|
657 |
|
658 |
-
#: bws_menu.php:
|
659 |
#, fuzzy
|
660 |
msgid "Install now"
|
661 |
msgstr "Установить сейчас"
|
662 |
|
663 |
-
#: bws_menu.php:
|
664 |
msgid "Try again"
|
665 |
msgstr ""
|
666 |
|
667 |
-
#: bws_menu.php:
|
668 |
#, php-format
|
669 |
msgid "Preview “%s”"
|
670 |
msgstr ""
|
671 |
|
672 |
-
#: bws_menu.php:
|
673 |
#, php-format
|
674 |
msgid "Install %s"
|
675 |
msgstr "Installera %s"
|
676 |
|
677 |
-
#: bws_menu.php:
|
678 |
msgid "Install Now"
|
679 |
msgstr "Установить сейчас"
|
680 |
|
681 |
-
#: bws_menu.php:
|
682 |
#, php-format
|
683 |
msgid "Update to version %s"
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: bws_menu.php:
|
687 |
msgid "Update"
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: bws_menu.php:
|
691 |
#, php-format
|
692 |
msgid "Preview %s"
|
693 |
msgstr ""
|
694 |
|
695 |
-
#: bws_menu.php:
|
696 |
msgid "Preview"
|
697 |
msgstr ""
|
698 |
|
699 |
-
#: bws_menu.php:
|
700 |
#, php-format
|
701 |
msgid "By %s"
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: bws_menu.php:
|
705 |
msgid "Details"
|
706 |
msgstr ""
|
707 |
|
708 |
-
#: bws_menu.php:
|
709 |
#, fuzzy
|
710 |
msgid "Already Installed"
|
711 |
msgstr "Installera %s"
|
712 |
|
713 |
-
#: bws_menu.php:
|
714 |
msgid "Environment"
|
715 |
msgstr "Miljövariabler"
|
716 |
|
717 |
-
#: bws_menu.php:
|
718 |
msgid "Active Plugins"
|
719 |
msgstr "Aktiverade tillägg"
|
720 |
|
721 |
-
#: bws_menu.php:
|
722 |
msgid "Inactive Plugins"
|
723 |
msgstr "Inaktiverade tillägg"
|
724 |
|
725 |
-
#: bws_menu.php:
|
726 |
msgid "Send to support"
|
727 |
msgstr "Skicka till support"
|
728 |
|
729 |
-
#: bws_menu.php:
|
730 |
msgid "Send to custom email »"
|
731 |
msgstr "Skicka till anpassad epost »"
|
732 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-03-10 15:40+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-03-10 15:40+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Christer Rönningborg, Blittan <blittan@xbmc.org>\n"
|
9 |
"Language: sv_SE\n"
|
41 |
"upgrade to WordPress latest version."
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: bws_functions.php:143 bws_functions.php:652 bws_functions.php:696
|
45 |
+
#: bws_functions.php:755
|
46 |
+
msgid "Close notice"
|
47 |
+
msgstr ""
|
48 |
+
|
49 |
#: bws_functions.php:148
|
50 |
msgid "It’s time to upgrade your"
|
51 |
msgstr ""
|
202 |
msgstr ""
|
203 |
|
204 |
#: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
|
205 |
+
#: bws_functions.php:460 bws_functions.php:1232 bws_menu.php:693
|
206 |
+
#: bws_menu.php:750
|
207 |
#, fuzzy
|
208 |
msgid "Activate"
|
209 |
msgstr "Aktiverade tillägg"
|
308 |
"plugin updates you should extend it."
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: bws_functions.php:603 bws_functions.php:656 bws_functions.php:1198
|
312 |
+
#: bws_menu.php:669 bws_menu.php:691 bws_menu.php:718 bws_menu.php:748
|
313 |
+
#: bws_menu.php:794
|
314 |
#, fuzzy
|
315 |
msgid "Learn more"
|
316 |
msgstr "Läs mer"
|
358 |
msgid "Add New"
|
359 |
msgstr ""
|
360 |
|
|
|
|
|
|
|
|
|
361 |
#: bws_functions.php:750
|
362 |
#, fuzzy
|
363 |
msgid "Thank you for choosing"
|
381 |
msgid "The plugin's settings have been changed."
|
382 |
msgstr ""
|
383 |
|
384 |
+
#: bws_functions.php:769 bws_functions.php:1240
|
385 |
msgid "Save Changes"
|
386 |
msgstr "Spara ändringar"
|
387 |
|
391 |
"\" in the \"Go PRO\" tab"
|
392 |
msgstr ""
|
393 |
|
|
|
|
|
|
|
|
|
394 |
#: bws_functions.php:886
|
395 |
msgid "Add shortcode"
|
396 |
msgstr ""
|
399 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
400 |
msgstr ""
|
401 |
|
402 |
+
#: bws_functions.php:935
|
403 |
msgid "Close"
|
404 |
msgstr ""
|
405 |
|
406 |
+
#: bws_functions.php:1027
|
407 |
msgid "Restore all plugin settings to defaults"
|
408 |
msgstr ""
|
409 |
|
410 |
+
#: bws_functions.php:1029
|
411 |
msgid "Restore settings"
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: bws_functions.php:1040
|
415 |
msgid "Are you sure you want to restore all settings by default?"
|
416 |
msgstr ""
|
417 |
|
418 |
+
#: bws_functions.php:1043
|
419 |
msgid "Yes, restore all settings"
|
420 |
msgstr ""
|
421 |
|
422 |
+
#: bws_functions.php:1044
|
423 |
msgid "No, go back to the settings page"
|
424 |
msgstr ""
|
425 |
|
426 |
+
#: bws_functions.php:1090
|
427 |
#, fuzzy
|
428 |
msgid "Plugin"
|
429 |
msgstr "Betaltillägg"
|
430 |
|
431 |
+
#: bws_functions.php:1099
|
432 |
#, fuzzy
|
433 |
msgid "Shortcode settings"
|
434 |
msgstr "Inställningar"
|
435 |
|
436 |
+
#: bws_functions.php:1104
|
437 |
msgid "The shortcode will be inserted"
|
438 |
msgstr ""
|
439 |
|
440 |
+
#: bws_functions.php:1109
|
441 |
msgid "Insert"
|
442 |
msgstr ""
|
443 |
|
444 |
+
#: bws_functions.php:1140
|
445 |
msgid "Visit Help Center"
|
446 |
msgstr ""
|
447 |
|
448 |
+
#: bws_functions.php:1145
|
449 |
msgid "FAQ"
|
450 |
msgstr "FAQ"
|
451 |
|
452 |
+
#: bws_functions.php:1151
|
453 |
msgid "For more information:"
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: bws_functions.php:1152
|
457 |
msgid "Documentation"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: bws_functions.php:1153
|
461 |
msgid "Video Instructions"
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: bws_functions.php:1154
|
465 |
msgid "Submit a Request"
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: bws_functions.php:1165
|
469 |
+
msgid "You do not have sufficient permissions to edit plugins for this site."
|
470 |
+
msgstr ""
|
471 |
+
|
472 |
+
#: bws_functions.php:1196
|
473 |
+
msgid "File edited successfully."
|
474 |
+
msgstr ""
|
475 |
+
|
476 |
+
#: bws_functions.php:1198
|
477 |
+
msgid "Not enough permissions to create or update the file"
|
478 |
+
msgstr ""
|
479 |
+
|
480 |
+
#: bws_functions.php:1222
|
481 |
+
msgid "These styles will be added to the header on all pages of your site."
|
482 |
+
msgstr ""
|
483 |
+
|
484 |
+
#: bws_functions.php:1225
|
485 |
+
msgid "Editing"
|
486 |
+
msgstr ""
|
487 |
+
|
488 |
+
#: bws_functions.php:1227
|
489 |
+
msgid "Browsing"
|
490 |
+
msgstr ""
|
491 |
+
|
492 |
+
#: bws_functions.php:1235
|
493 |
+
#, fuzzy
|
494 |
+
msgid "Learn more about CSS"
|
495 |
+
msgstr "Läs mer"
|
496 |
+
|
497 |
+
#: bws_functions.php:1243
|
498 |
+
#, php-format
|
499 |
+
msgid ""
|
500 |
+
"You need to make this file writable before you can save your changes. See %s "
|
501 |
+
"the Codex %s for more information."
|
502 |
+
msgstr ""
|
503 |
+
|
504 |
+
#: bws_menu.php:509
|
505 |
msgid "Not set"
|
506 |
msgstr "Inte angiven"
|
507 |
|
508 |
+
#: bws_menu.php:511 bws_menu.php:512
|
509 |
msgid "On"
|
510 |
msgstr "På"
|
511 |
|
512 |
+
#: bws_menu.php:511 bws_menu.php:512
|
513 |
msgid "Off"
|
514 |
msgstr "Av"
|
515 |
|
516 |
+
#: bws_menu.php:513 bws_menu.php:514 bws_menu.php:515 bws_menu.php:516
|
517 |
+
#: bws_menu.php:517 bws_menu.php:529
|
518 |
msgid "N/A"
|
519 |
msgstr "Finns ej"
|
520 |
|
521 |
+
#: bws_menu.php:517
|
522 |
msgid " Mb"
|
523 |
msgstr " Mb"
|
524 |
|
525 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:525
|
526 |
msgid "Yes"
|
527 |
msgstr "Ja"
|
528 |
|
529 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:527
|
530 |
msgid "No"
|
531 |
msgstr "Nej"
|
532 |
|
533 |
+
#: bws_menu.php:537
|
534 |
msgid "Operating System"
|
535 |
msgstr "Operativsystem"
|
536 |
|
537 |
+
#: bws_menu.php:538
|
538 |
msgid "Server"
|
539 |
msgstr "Server"
|
540 |
|
541 |
+
#: bws_menu.php:539
|
542 |
msgid "Memory usage"
|
543 |
msgstr "Minnesanvändning"
|
544 |
|
545 |
+
#: bws_menu.php:540
|
546 |
msgid "MYSQL Version"
|
547 |
msgstr "MySQL-version"
|
548 |
|
549 |
+
#: bws_menu.php:541
|
550 |
msgid "SQL Mode"
|
551 |
msgstr "SQL-läge"
|
552 |
|
553 |
+
#: bws_menu.php:542
|
554 |
msgid "PHP Version"
|
555 |
msgstr "PHP-version"
|
556 |
|
557 |
+
#: bws_menu.php:543
|
558 |
msgid "PHP Safe Mode"
|
559 |
msgstr "PHP säkert läge"
|
560 |
|
561 |
+
#: bws_menu.php:544
|
562 |
msgid "PHP Allow URL fopen"
|
563 |
msgstr "PHP tillåt URL fopen"
|
564 |
|
565 |
+
#: bws_menu.php:545
|
566 |
msgid "PHP Memory Limit"
|
567 |
msgstr "PHP Minnesgräns"
|
568 |
|
569 |
+
#: bws_menu.php:546
|
570 |
msgid "PHP Max Upload Size"
|
571 |
msgstr "PHP Max uppladdningstorlek"
|
572 |
|
573 |
+
#: bws_menu.php:547
|
574 |
msgid "PHP Max Post Size"
|
575 |
msgstr "PHP Max poststorlek"
|
576 |
|
577 |
+
#: bws_menu.php:548
|
578 |
msgid "PHP Max Script Execute Time"
|
579 |
msgstr "PHP Max skriptexekverinstid"
|
580 |
|
581 |
+
#: bws_menu.php:549
|
582 |
msgid "PHP Exif support"
|
583 |
msgstr "PHP Exifstöd"
|
584 |
|
585 |
+
#: bws_menu.php:550
|
586 |
msgid "PHP IPTC support"
|
587 |
msgstr "PHP ITPC-stöd"
|
588 |
|
589 |
+
#: bws_menu.php:551
|
590 |
msgid "PHP XML support"
|
591 |
msgstr "PHP XML-stöd"
|
592 |
|
593 |
+
#: bws_menu.php:552
|
594 |
msgid "Site URL"
|
595 |
msgstr "SajtURL"
|
596 |
|
597 |
+
#: bws_menu.php:553
|
598 |
msgid "Home URL"
|
599 |
msgstr "HemURL"
|
600 |
|
601 |
+
#: bws_menu.php:556
|
602 |
msgid "WordPress Version"
|
603 |
msgstr "WordPress-version"
|
604 |
|
605 |
+
#: bws_menu.php:557
|
606 |
msgid "WordPress DB Version"
|
607 |
msgstr "WordPress-DB-version"
|
608 |
|
609 |
+
#: bws_menu.php:558
|
610 |
msgid "Multisite"
|
611 |
msgstr "Multisajt"
|
612 |
|
613 |
+
#: bws_menu.php:559
|
614 |
msgid "Active Theme"
|
615 |
msgstr "Aktivt tema"
|
616 |
|
617 |
+
#: bws_menu.php:574
|
618 |
msgid "Please enter a valid email address."
|
619 |
msgstr "Var god ange en giltig epost-adress."
|
620 |
|
621 |
+
#: bws_menu.php:578
|
622 |
msgid "Email with system info is sent to "
|
623 |
msgstr "Epost med systeminfo är skickat till"
|
624 |
|
625 |
+
#: bws_menu.php:582
|
626 |
msgid "Thank you for contacting us."
|
627 |
msgstr "Tack för att du kontaktade oss."
|
628 |
|
629 |
+
#: bws_menu.php:615
|
630 |
msgid "Sorry, email message could not be delivered."
|
631 |
msgstr "Ledsen, eposten kunde inte levereras."
|
632 |
|
633 |
+
#: bws_menu.php:622
|
634 |
msgid "Need help?"
|
635 |
msgstr ""
|
636 |
|
637 |
+
#: bws_menu.php:623
|
638 |
msgid "Client area"
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: bws_menu.php:624 bws_menu.php:933
|
642 |
msgid "System status"
|
643 |
msgstr "Systemstatus"
|
644 |
|
645 |
+
#: bws_menu.php:629
|
646 |
#, fuzzy
|
647 |
msgid "Plugins"
|
648 |
msgstr "Betaltillägg"
|
649 |
|
650 |
+
#: bws_menu.php:630
|
651 |
msgid "Themes"
|
652 |
msgstr ""
|
653 |
|
654 |
+
#: bws_menu.php:634
|
655 |
msgid "All"
|
656 |
msgstr ""
|
657 |
|
658 |
+
#: bws_menu.php:635
|
659 |
#, fuzzy
|
660 |
msgid "Installed"
|
661 |
msgstr "Installera %s"
|
662 |
|
663 |
+
#: bws_menu.php:636
|
664 |
#, fuzzy
|
665 |
msgid "Recommended"
|
666 |
msgstr "Rekommenderade tillägg"
|
667 |
|
668 |
+
#: bws_menu.php:640
|
669 |
msgid "Installed plugins"
|
670 |
msgstr "Installerade tillägg"
|
671 |
|
672 |
+
#: bws_menu.php:672 bws_menu.php:721
|
673 |
msgid "Settings"
|
674 |
msgstr "Inställningar"
|
675 |
|
676 |
+
#: bws_menu.php:693 bws_menu.php:750
|
677 |
#, fuzzy
|
678 |
msgid "Activate this plugin"
|
679 |
msgstr "Aktiverade tillägg"
|
680 |
|
681 |
+
#: bws_menu.php:708 bws_menu.php:738 bws_menu.php:784
|
682 |
msgid "Go"
|
683 |
msgstr ""
|
684 |
|
685 |
+
#: bws_menu.php:712 bws_menu.php:742 bws_menu.php:788
|
686 |
msgid "DONATE"
|
687 |
msgstr ""
|
688 |
|
689 |
+
#: bws_menu.php:758
|
690 |
msgid "Recommended plugins"
|
691 |
msgstr "Rekommenderade tillägg"
|
692 |
|
693 |
+
#: bws_menu.php:796
|
694 |
#, fuzzy
|
695 |
msgid "Install now"
|
696 |
msgstr "Установить сейчас"
|
697 |
|
698 |
+
#: bws_menu.php:817
|
699 |
msgid "Try again"
|
700 |
msgstr ""
|
701 |
|
702 |
+
#: bws_menu.php:835
|
703 |
#, php-format
|
704 |
msgid "Preview “%s”"
|
705 |
msgstr ""
|
706 |
|
707 |
+
#: bws_menu.php:866
|
708 |
#, php-format
|
709 |
msgid "Install %s"
|
710 |
msgstr "Installera %s"
|
711 |
|
712 |
+
#: bws_menu.php:866
|
713 |
msgid "Install Now"
|
714 |
msgstr "Установить сейчас"
|
715 |
|
716 |
+
#: bws_menu.php:869
|
717 |
#, php-format
|
718 |
msgid "Update to version %s"
|
719 |
msgstr ""
|
720 |
|
721 |
+
#: bws_menu.php:869
|
722 |
msgid "Update"
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: bws_menu.php:876
|
726 |
#, php-format
|
727 |
msgid "Preview %s"
|
728 |
msgstr ""
|
729 |
|
730 |
+
#: bws_menu.php:876
|
731 |
msgid "Preview"
|
732 |
msgstr ""
|
733 |
|
734 |
+
#: bws_menu.php:882 bws_menu.php:914
|
735 |
#, php-format
|
736 |
msgid "By %s"
|
737 |
msgstr ""
|
738 |
|
739 |
+
#: bws_menu.php:888
|
740 |
msgid "Details"
|
741 |
msgstr ""
|
742 |
|
743 |
+
#: bws_menu.php:920
|
744 |
#, fuzzy
|
745 |
msgid "Already Installed"
|
746 |
msgstr "Installera %s"
|
747 |
|
748 |
+
#: bws_menu.php:936
|
749 |
msgid "Environment"
|
750 |
msgstr "Miljövariabler"
|
751 |
|
752 |
+
#: bws_menu.php:947
|
753 |
msgid "Active Plugins"
|
754 |
msgstr "Aktiverade tillägg"
|
755 |
|
756 |
+
#: bws_menu.php:960
|
757 |
msgid "Inactive Plugins"
|
758 |
msgstr "Inaktiverade tillägg"
|
759 |
|
760 |
+
#: bws_menu.php:976
|
761 |
msgid "Send to support"
|
762 |
msgstr "Skicka till support"
|
763 |
|
764 |
+
#: bws_menu.php:983
|
765 |
msgid "Send to custom email »"
|
766 |
msgstr "Skicka till anpassad epost »"
|
767 |
|
bws_menu/languages/bestwebsoft-uk.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-uk.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
-
"PO-Revision-Date: 2016-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
@@ -44,6 +44,11 @@ msgstr ""
|
|
44 |
"чи вище! Ми не гарантуємо, що наш плагін буде працювати правильно. Будь "
|
45 |
"ласка, оновіть WordPress до останньої версії."
|
46 |
|
|
|
|
|
|
|
|
|
|
|
47 |
#: bws_functions.php:148
|
48 |
msgid "It’s time to upgrade your"
|
49 |
msgstr "Настав час модернізувати Ваш"
|
@@ -212,7 +217,8 @@ msgid "Start Your Free %s-Day Trial Now"
|
|
212 |
msgstr "Спробуйте %s-денну тріал версію безкоштовно"
|
213 |
|
214 |
#: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
|
215 |
-
#: bws_functions.php:460
|
|
|
216 |
msgid "Activate"
|
217 |
msgstr "Активувати"
|
218 |
|
@@ -335,8 +341,9 @@ msgstr ""
|
|
335 |
"Строк вашої ліцензії витік. Якщо ви хочете оновлювати наш плагін у "
|
336 |
"майбутньому, вам слід подовжити ліцензію."
|
337 |
|
338 |
-
#: bws_functions.php:603 bws_functions.php:656
|
339 |
-
#: bws_menu.php:
|
|
|
340 |
msgid "Learn more"
|
341 |
msgstr "Дізнатись більше"
|
342 |
|
@@ -383,10 +390,6 @@ msgstr "Налаштувати плагін"
|
|
383 |
msgid "Add New"
|
384 |
msgstr "Додати"
|
385 |
|
386 |
-
#: bws_functions.php:696 bws_functions.php:755
|
387 |
-
msgid "Close notice"
|
388 |
-
msgstr "Закрити"
|
389 |
-
|
390 |
#: bws_functions.php:750
|
391 |
msgid "Thank you for choosing"
|
392 |
msgstr "Дякуємо, що обрали"
|
@@ -412,7 +415,7 @@ msgstr "Зауважте"
|
|
412 |
msgid "The plugin's settings have been changed."
|
413 |
msgstr "Налаштування плагіну змінено."
|
414 |
|
415 |
-
#: bws_functions.php:769
|
416 |
msgid "Save Changes"
|
417 |
msgstr "Зберегти зміни"
|
418 |
|
@@ -424,10 +427,6 @@ msgstr ""
|
|
424 |
"Ви завжди можете подивитися на преміум опції, натиснувши на кнопку "
|
425 |
"\"Показати Pro особливост\" на вкладці \"Перейти на PRO\""
|
426 |
|
427 |
-
#: bws_functions.php:866
|
428 |
-
msgid "Add BWS Plugins Shortcode"
|
429 |
-
msgstr "Додати BWS шорткод"
|
430 |
-
|
431 |
#: bws_functions.php:886
|
432 |
msgid "Add shortcode"
|
433 |
msgstr "Додати шорткод"
|
@@ -436,328 +435,368 @@ msgstr "Додати шорткод"
|
|
436 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
437 |
msgstr "Додайте шорткоди BestWebSoft плагінів за допомогою цієї кнопки."
|
438 |
|
439 |
-
#: bws_functions.php:
|
440 |
msgid "Close"
|
441 |
msgstr "Закрити"
|
442 |
|
443 |
-
#: bws_functions.php:
|
444 |
msgid "Restore all plugin settings to defaults"
|
445 |
msgstr "Скинути налаштування плагіну до стандартних"
|
446 |
|
447 |
-
#: bws_functions.php:
|
448 |
msgid "Restore settings"
|
449 |
msgstr "Скинути налаштування"
|
450 |
|
451 |
-
#: bws_functions.php:
|
452 |
msgid "Are you sure you want to restore all settings by default?"
|
453 |
msgstr "Ви впевнені, що хочете скинути налаштування плагіну до стандартних?"
|
454 |
|
455 |
-
#: bws_functions.php:
|
456 |
msgid "Yes, restore all settings"
|
457 |
msgstr "Так, скинути налаштування"
|
458 |
|
459 |
-
#: bws_functions.php:
|
460 |
msgid "No, go back to the settings page"
|
461 |
msgstr "Ні, повернутись назад на сторінку налаштувань"
|
462 |
|
463 |
-
#: bws_functions.php:
|
464 |
msgid "Plugin"
|
465 |
msgstr "Плагін"
|
466 |
|
467 |
-
#: bws_functions.php:
|
468 |
msgid "Shortcode settings"
|
469 |
msgstr "Налаштування шорткоду"
|
470 |
|
471 |
-
#: bws_functions.php:
|
472 |
msgid "The shortcode will be inserted"
|
473 |
msgstr "Буде вставлено шорткод"
|
474 |
|
475 |
-
#: bws_functions.php:
|
476 |
msgid "Insert"
|
477 |
msgstr "Вставити"
|
478 |
|
479 |
-
#: bws_functions.php:
|
480 |
msgid "Visit Help Center"
|
481 |
msgstr "Перейти в Help Center"
|
482 |
|
483 |
-
#: bws_functions.php:
|
484 |
msgid "FAQ"
|
485 |
msgstr "FAQ"
|
486 |
|
487 |
-
#: bws_functions.php:
|
488 |
msgid "For more information:"
|
489 |
msgstr "Для отримання додаткової інформації:"
|
490 |
|
491 |
-
#: bws_functions.php:
|
492 |
msgid "Documentation"
|
493 |
msgstr "Документація"
|
494 |
|
495 |
-
#: bws_functions.php:
|
496 |
msgid "Video Instructions"
|
497 |
msgstr "Відео інструкції"
|
498 |
|
499 |
-
#: bws_functions.php:
|
500 |
msgid "Submit a Request"
|
501 |
msgstr "Надіслати запит"
|
502 |
|
503 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
504 |
msgid "Not set"
|
505 |
msgstr "Не задано"
|
506 |
|
507 |
-
#: bws_menu.php:
|
508 |
msgid "On"
|
509 |
msgstr "Увімк."
|
510 |
|
511 |
-
#: bws_menu.php:
|
512 |
msgid "Off"
|
513 |
msgstr "Вимк."
|
514 |
|
515 |
-
#: bws_menu.php:
|
516 |
-
#: bws_menu.php:
|
517 |
msgid "N/A"
|
518 |
msgstr "Невідомо"
|
519 |
|
520 |
-
#: bws_menu.php:
|
521 |
msgid " Mb"
|
522 |
msgstr "Мб"
|
523 |
|
524 |
-
#: bws_menu.php:
|
525 |
msgid "Yes"
|
526 |
msgstr "Так"
|
527 |
|
528 |
-
#: bws_menu.php:
|
529 |
msgid "No"
|
530 |
msgstr "Ні"
|
531 |
|
532 |
-
#: bws_menu.php:
|
533 |
msgid "Operating System"
|
534 |
msgstr "Операційна система"
|
535 |
|
536 |
-
#: bws_menu.php:
|
537 |
msgid "Server"
|
538 |
msgstr "Тип серверу"
|
539 |
|
540 |
-
#: bws_menu.php:
|
541 |
msgid "Memory usage"
|
542 |
msgstr "Пам’яті використано"
|
543 |
|
544 |
-
#: bws_menu.php:
|
545 |
msgid "MYSQL Version"
|
546 |
msgstr "Версія MYSQL"
|
547 |
|
548 |
-
#: bws_menu.php:
|
549 |
msgid "SQL Mode"
|
550 |
msgstr "Режим SQL"
|
551 |
|
552 |
-
#: bws_menu.php:
|
553 |
msgid "PHP Version"
|
554 |
msgstr "Версія PHP"
|
555 |
|
556 |
-
#: bws_menu.php:
|
557 |
msgid "PHP Safe Mode"
|
558 |
msgstr "PHP Безпечний режим"
|
559 |
|
560 |
-
#: bws_menu.php:
|
561 |
msgid "PHP Allow URL fopen"
|
562 |
msgstr "Дозволити PHP URL fopen"
|
563 |
|
564 |
-
#: bws_menu.php:
|
565 |
msgid "PHP Memory Limit"
|
566 |
msgstr "Ліміт пам’яті"
|
567 |
|
568 |
-
#: bws_menu.php:
|
569 |
msgid "PHP Max Upload Size"
|
570 |
msgstr "Макс. розмір файлу, що завантажується"
|
571 |
|
572 |
-
#: bws_menu.php:
|
573 |
msgid "PHP Max Post Size"
|
574 |
msgstr "Макс. розмір посту"
|
575 |
|
576 |
-
#: bws_menu.php:
|
577 |
msgid "PHP Max Script Execute Time"
|
578 |
msgstr "Макс. час виконання сценарію"
|
579 |
|
580 |
-
#: bws_menu.php:
|
581 |
msgid "PHP Exif support"
|
582 |
msgstr "Підтримка PHP Exif"
|
583 |
|
584 |
-
#: bws_menu.php:
|
585 |
msgid "PHP IPTC support"
|
586 |
msgstr "Підтримка PHP IPTC"
|
587 |
|
588 |
-
#: bws_menu.php:
|
589 |
msgid "PHP XML support"
|
590 |
msgstr "Підтримка PHP XML"
|
591 |
|
592 |
-
#: bws_menu.php:
|
593 |
msgid "Site URL"
|
594 |
msgstr "Адреса сайту"
|
595 |
|
596 |
-
#: bws_menu.php:
|
597 |
msgid "Home URL"
|
598 |
msgstr "Адреса домашньої сторінки"
|
599 |
|
600 |
-
#: bws_menu.php:
|
601 |
msgid "WordPress Version"
|
602 |
msgstr "Версія WordPress"
|
603 |
|
604 |
-
#: bws_menu.php:
|
605 |
msgid "WordPress DB Version"
|
606 |
msgstr "Версія бази даних WordPress"
|
607 |
|
608 |
-
#: bws_menu.php:
|
609 |
msgid "Multisite"
|
610 |
msgstr "Мультисайт"
|
611 |
|
612 |
-
#: bws_menu.php:
|
613 |
msgid "Active Theme"
|
614 |
msgstr "Активна тема"
|
615 |
|
616 |
-
#: bws_menu.php:
|
617 |
msgid "Please enter a valid email address."
|
618 |
msgstr "Будь ласка, введіть коректний емейл."
|
619 |
|
620 |
-
#: bws_menu.php:
|
621 |
msgid "Email with system info is sent to "
|
622 |
msgstr "Емейл з системною інформацією надіслано на"
|
623 |
|
624 |
-
#: bws_menu.php:
|
625 |
msgid "Thank you for contacting us."
|
626 |
msgstr "Дякуємо, що звернулись до нас."
|
627 |
|
628 |
-
#: bws_menu.php:
|
629 |
msgid "Sorry, email message could not be delivered."
|
630 |
msgstr "Вибачте, ваше емейл не може бути доставлено"
|
631 |
|
632 |
-
#: bws_menu.php:
|
633 |
msgid "Need help?"
|
634 |
msgstr "Потрібна допомога?"
|
635 |
|
636 |
-
#: bws_menu.php:
|
637 |
msgid "Client area"
|
638 |
msgstr "Клієнтам"
|
639 |
|
640 |
-
#: bws_menu.php:
|
641 |
msgid "System status"
|
642 |
msgstr "Системна інформація"
|
643 |
|
644 |
-
#: bws_menu.php:
|
645 |
msgid "Plugins"
|
646 |
msgstr "Плагіни"
|
647 |
|
648 |
-
#: bws_menu.php:
|
649 |
msgid "Themes"
|
650 |
msgstr "Теми"
|
651 |
|
652 |
-
#: bws_menu.php:
|
653 |
msgid "All"
|
654 |
msgstr "Всі"
|
655 |
|
656 |
-
#: bws_menu.php:
|
657 |
msgid "Installed"
|
658 |
msgstr "Встановлені"
|
659 |
|
660 |
-
#: bws_menu.php:
|
661 |
msgid "Recommended"
|
662 |
msgstr "Рекомендовані "
|
663 |
|
664 |
-
#: bws_menu.php:
|
665 |
msgid "Installed plugins"
|
666 |
msgstr "Встановлені плагіни"
|
667 |
|
668 |
-
#: bws_menu.php:
|
669 |
msgid "Settings"
|
670 |
msgstr "Налаштування"
|
671 |
|
672 |
-
#: bws_menu.php:
|
673 |
msgid "Activate this plugin"
|
674 |
msgstr "Активувати плагін"
|
675 |
|
676 |
-
#: bws_menu.php:
|
677 |
msgid "Go"
|
678 |
msgstr "Перейти"
|
679 |
|
680 |
-
#: bws_menu.php:
|
681 |
msgid "DONATE"
|
682 |
msgstr "Підтримати нас"
|
683 |
|
684 |
-
#: bws_menu.php:
|
685 |
msgid "Recommended plugins"
|
686 |
msgstr "Рекомендовані плагіни"
|
687 |
|
688 |
-
#: bws_menu.php:
|
689 |
msgid "Install now"
|
690 |
msgstr "Встановити"
|
691 |
|
692 |
-
#: bws_menu.php:
|
693 |
msgid "Try again"
|
694 |
msgstr "Спробувати ще раз"
|
695 |
|
696 |
-
#: bws_menu.php:
|
697 |
#, php-format
|
698 |
msgid "Preview “%s”"
|
699 |
msgstr "Попередній перегляд “%s”"
|
700 |
|
701 |
-
#: bws_menu.php:
|
702 |
#, php-format
|
703 |
msgid "Install %s"
|
704 |
msgstr "Встановити %s"
|
705 |
|
706 |
-
#: bws_menu.php:
|
707 |
msgid "Install Now"
|
708 |
msgstr "Встановити"
|
709 |
|
710 |
-
#: bws_menu.php:
|
711 |
#, php-format
|
712 |
msgid "Update to version %s"
|
713 |
msgstr "Оновити до версії %s"
|
714 |
|
715 |
-
#: bws_menu.php:
|
716 |
msgid "Update"
|
717 |
msgstr "Оновити"
|
718 |
|
719 |
-
#: bws_menu.php:
|
720 |
#, php-format
|
721 |
msgid "Preview %s"
|
722 |
msgstr "Попередній перегляд %s"
|
723 |
|
724 |
-
#: bws_menu.php:
|
725 |
msgid "Preview"
|
726 |
msgstr "Попередній перегляд"
|
727 |
|
728 |
-
#: bws_menu.php:
|
729 |
#, php-format
|
730 |
msgid "By %s"
|
731 |
msgstr "За %s"
|
732 |
|
733 |
-
#: bws_menu.php:
|
734 |
msgid "Details"
|
735 |
msgstr "Деталі"
|
736 |
|
737 |
-
#: bws_menu.php:
|
738 |
msgid "Already Installed"
|
739 |
msgstr "Уже встановлено %s"
|
740 |
|
741 |
-
#: bws_menu.php:
|
742 |
msgid "Environment"
|
743 |
msgstr "Системне оточення"
|
744 |
|
745 |
-
#: bws_menu.php:
|
746 |
msgid "Active Plugins"
|
747 |
msgstr "Активні плагіни"
|
748 |
|
749 |
-
#: bws_menu.php:
|
750 |
msgid "Inactive Plugins"
|
751 |
msgstr "Не активні плагіни"
|
752 |
|
753 |
-
#: bws_menu.php:
|
754 |
msgid "Send to support"
|
755 |
msgstr "Відправити службі тех. підтримки"
|
756 |
|
757 |
-
#: bws_menu.php:
|
758 |
msgid "Send to custom email »"
|
759 |
msgstr "Відправити на електронну адресу »"
|
760 |
|
|
|
|
|
|
|
761 |
#~ msgid ""
|
762 |
#~ "(your username is the email you specify when purchasing the product), "
|
763 |
#~ "where you can make the necessary changes."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-03-10 15:40+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-03-10 15:43+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
44 |
"чи вище! Ми не гарантуємо, що наш плагін буде працювати правильно. Будь "
|
45 |
"ласка, оновіть WordPress до останньої версії."
|
46 |
|
47 |
+
#: bws_functions.php:143 bws_functions.php:652 bws_functions.php:696
|
48 |
+
#: bws_functions.php:755
|
49 |
+
msgid "Close notice"
|
50 |
+
msgstr "Закрити"
|
51 |
+
|
52 |
#: bws_functions.php:148
|
53 |
msgid "It’s time to upgrade your"
|
54 |
msgstr "Настав час модернізувати Ваш"
|
217 |
msgstr "Спробуйте %s-денну тріал версію безкоштовно"
|
218 |
|
219 |
#: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
|
220 |
+
#: bws_functions.php:460 bws_functions.php:1232 bws_menu.php:693
|
221 |
+
#: bws_menu.php:750
|
222 |
msgid "Activate"
|
223 |
msgstr "Активувати"
|
224 |
|
341 |
"Строк вашої ліцензії витік. Якщо ви хочете оновлювати наш плагін у "
|
342 |
"майбутньому, вам слід подовжити ліцензію."
|
343 |
|
344 |
+
#: bws_functions.php:603 bws_functions.php:656 bws_functions.php:1198
|
345 |
+
#: bws_menu.php:669 bws_menu.php:691 bws_menu.php:718 bws_menu.php:748
|
346 |
+
#: bws_menu.php:794
|
347 |
msgid "Learn more"
|
348 |
msgstr "Дізнатись більше"
|
349 |
|
390 |
msgid "Add New"
|
391 |
msgstr "Додати"
|
392 |
|
|
|
|
|
|
|
|
|
393 |
#: bws_functions.php:750
|
394 |
msgid "Thank you for choosing"
|
395 |
msgstr "Дякуємо, що обрали"
|
415 |
msgid "The plugin's settings have been changed."
|
416 |
msgstr "Налаштування плагіну змінено."
|
417 |
|
418 |
+
#: bws_functions.php:769 bws_functions.php:1240
|
419 |
msgid "Save Changes"
|
420 |
msgstr "Зберегти зміни"
|
421 |
|
427 |
"Ви завжди можете подивитися на преміум опції, натиснувши на кнопку "
|
428 |
"\"Показати Pro особливост\" на вкладці \"Перейти на PRO\""
|
429 |
|
|
|
|
|
|
|
|
|
430 |
#: bws_functions.php:886
|
431 |
msgid "Add shortcode"
|
432 |
msgstr "Додати шорткод"
|
435 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
436 |
msgstr "Додайте шорткоди BestWebSoft плагінів за допомогою цієї кнопки."
|
437 |
|
438 |
+
#: bws_functions.php:935
|
439 |
msgid "Close"
|
440 |
msgstr "Закрити"
|
441 |
|
442 |
+
#: bws_functions.php:1027
|
443 |
msgid "Restore all plugin settings to defaults"
|
444 |
msgstr "Скинути налаштування плагіну до стандартних"
|
445 |
|
446 |
+
#: bws_functions.php:1029
|
447 |
msgid "Restore settings"
|
448 |
msgstr "Скинути налаштування"
|
449 |
|
450 |
+
#: bws_functions.php:1040
|
451 |
msgid "Are you sure you want to restore all settings by default?"
|
452 |
msgstr "Ви впевнені, що хочете скинути налаштування плагіну до стандартних?"
|
453 |
|
454 |
+
#: bws_functions.php:1043
|
455 |
msgid "Yes, restore all settings"
|
456 |
msgstr "Так, скинути налаштування"
|
457 |
|
458 |
+
#: bws_functions.php:1044
|
459 |
msgid "No, go back to the settings page"
|
460 |
msgstr "Ні, повернутись назад на сторінку налаштувань"
|
461 |
|
462 |
+
#: bws_functions.php:1090
|
463 |
msgid "Plugin"
|
464 |
msgstr "Плагін"
|
465 |
|
466 |
+
#: bws_functions.php:1099
|
467 |
msgid "Shortcode settings"
|
468 |
msgstr "Налаштування шорткоду"
|
469 |
|
470 |
+
#: bws_functions.php:1104
|
471 |
msgid "The shortcode will be inserted"
|
472 |
msgstr "Буде вставлено шорткод"
|
473 |
|
474 |
+
#: bws_functions.php:1109
|
475 |
msgid "Insert"
|
476 |
msgstr "Вставити"
|
477 |
|
478 |
+
#: bws_functions.php:1140
|
479 |
msgid "Visit Help Center"
|
480 |
msgstr "Перейти в Help Center"
|
481 |
|
482 |
+
#: bws_functions.php:1145
|
483 |
msgid "FAQ"
|
484 |
msgstr "FAQ"
|
485 |
|
486 |
+
#: bws_functions.php:1151
|
487 |
msgid "For more information:"
|
488 |
msgstr "Для отримання додаткової інформації:"
|
489 |
|
490 |
+
#: bws_functions.php:1152
|
491 |
msgid "Documentation"
|
492 |
msgstr "Документація"
|
493 |
|
494 |
+
#: bws_functions.php:1153
|
495 |
msgid "Video Instructions"
|
496 |
msgstr "Відео інструкції"
|
497 |
|
498 |
+
#: bws_functions.php:1154
|
499 |
msgid "Submit a Request"
|
500 |
msgstr "Надіслати запит"
|
501 |
|
502 |
+
#: bws_functions.php:1165
|
503 |
+
msgid "You do not have sufficient permissions to edit plugins for this site."
|
504 |
+
msgstr "У вас недостатньо повноважень для редагування плагінів цього сайту."
|
505 |
+
|
506 |
+
#: bws_functions.php:1196
|
507 |
+
msgid "File edited successfully."
|
508 |
+
msgstr "Файл успішно відредаговано."
|
509 |
+
|
510 |
+
#: bws_functions.php:1198
|
511 |
+
msgid "Not enough permissions to create or update the file"
|
512 |
+
msgstr "У Вас недостатньо дозволів для створення або поновлення файлу"
|
513 |
+
|
514 |
+
#: bws_functions.php:1222
|
515 |
+
msgid "These styles will be added to the header on all pages of your site."
|
516 |
+
msgstr "Ці стилі будуть додані в заголовок на всіх сторінках вашого сайту."
|
517 |
+
|
518 |
+
#: bws_functions.php:1225
|
519 |
+
msgid "Editing"
|
520 |
+
msgstr "Редагування"
|
521 |
+
|
522 |
+
#: bws_functions.php:1227
|
523 |
+
msgid "Browsing"
|
524 |
+
msgstr "Огляд"
|
525 |
+
|
526 |
+
#: bws_functions.php:1235
|
527 |
+
msgid "Learn more about CSS"
|
528 |
+
msgstr "Дізнатись більше про CSS"
|
529 |
+
|
530 |
+
#: bws_functions.php:1243
|
531 |
+
#, php-format
|
532 |
+
msgid ""
|
533 |
+
"You need to make this file writable before you can save your changes. See %s "
|
534 |
+
"the Codex %s for more information."
|
535 |
+
msgstr ""
|
536 |
+
"Вам потрібно зробити цей файл доступним для запису, перед тим як ви зможете "
|
537 |
+
"зберегти свої зміни. Перегляньте %sКодекс%s для додаткової інформації."
|
538 |
+
|
539 |
+
#: bws_menu.php:509
|
540 |
msgid "Not set"
|
541 |
msgstr "Не задано"
|
542 |
|
543 |
+
#: bws_menu.php:511 bws_menu.php:512
|
544 |
msgid "On"
|
545 |
msgstr "Увімк."
|
546 |
|
547 |
+
#: bws_menu.php:511 bws_menu.php:512
|
548 |
msgid "Off"
|
549 |
msgstr "Вимк."
|
550 |
|
551 |
+
#: bws_menu.php:513 bws_menu.php:514 bws_menu.php:515 bws_menu.php:516
|
552 |
+
#: bws_menu.php:517 bws_menu.php:529
|
553 |
msgid "N/A"
|
554 |
msgstr "Невідомо"
|
555 |
|
556 |
+
#: bws_menu.php:517
|
557 |
msgid " Mb"
|
558 |
msgstr "Мб"
|
559 |
|
560 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:525
|
561 |
msgid "Yes"
|
562 |
msgstr "Так"
|
563 |
|
564 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:527
|
565 |
msgid "No"
|
566 |
msgstr "Ні"
|
567 |
|
568 |
+
#: bws_menu.php:537
|
569 |
msgid "Operating System"
|
570 |
msgstr "Операційна система"
|
571 |
|
572 |
+
#: bws_menu.php:538
|
573 |
msgid "Server"
|
574 |
msgstr "Тип серверу"
|
575 |
|
576 |
+
#: bws_menu.php:539
|
577 |
msgid "Memory usage"
|
578 |
msgstr "Пам’яті використано"
|
579 |
|
580 |
+
#: bws_menu.php:540
|
581 |
msgid "MYSQL Version"
|
582 |
msgstr "Версія MYSQL"
|
583 |
|
584 |
+
#: bws_menu.php:541
|
585 |
msgid "SQL Mode"
|
586 |
msgstr "Режим SQL"
|
587 |
|
588 |
+
#: bws_menu.php:542
|
589 |
msgid "PHP Version"
|
590 |
msgstr "Версія PHP"
|
591 |
|
592 |
+
#: bws_menu.php:543
|
593 |
msgid "PHP Safe Mode"
|
594 |
msgstr "PHP Безпечний режим"
|
595 |
|
596 |
+
#: bws_menu.php:544
|
597 |
msgid "PHP Allow URL fopen"
|
598 |
msgstr "Дозволити PHP URL fopen"
|
599 |
|
600 |
+
#: bws_menu.php:545
|
601 |
msgid "PHP Memory Limit"
|
602 |
msgstr "Ліміт пам’яті"
|
603 |
|
604 |
+
#: bws_menu.php:546
|
605 |
msgid "PHP Max Upload Size"
|
606 |
msgstr "Макс. розмір файлу, що завантажується"
|
607 |
|
608 |
+
#: bws_menu.php:547
|
609 |
msgid "PHP Max Post Size"
|
610 |
msgstr "Макс. розмір посту"
|
611 |
|
612 |
+
#: bws_menu.php:548
|
613 |
msgid "PHP Max Script Execute Time"
|
614 |
msgstr "Макс. час виконання сценарію"
|
615 |
|
616 |
+
#: bws_menu.php:549
|
617 |
msgid "PHP Exif support"
|
618 |
msgstr "Підтримка PHP Exif"
|
619 |
|
620 |
+
#: bws_menu.php:550
|
621 |
msgid "PHP IPTC support"
|
622 |
msgstr "Підтримка PHP IPTC"
|
623 |
|
624 |
+
#: bws_menu.php:551
|
625 |
msgid "PHP XML support"
|
626 |
msgstr "Підтримка PHP XML"
|
627 |
|
628 |
+
#: bws_menu.php:552
|
629 |
msgid "Site URL"
|
630 |
msgstr "Адреса сайту"
|
631 |
|
632 |
+
#: bws_menu.php:553
|
633 |
msgid "Home URL"
|
634 |
msgstr "Адреса домашньої сторінки"
|
635 |
|
636 |
+
#: bws_menu.php:556
|
637 |
msgid "WordPress Version"
|
638 |
msgstr "Версія WordPress"
|
639 |
|
640 |
+
#: bws_menu.php:557
|
641 |
msgid "WordPress DB Version"
|
642 |
msgstr "Версія бази даних WordPress"
|
643 |
|
644 |
+
#: bws_menu.php:558
|
645 |
msgid "Multisite"
|
646 |
msgstr "Мультисайт"
|
647 |
|
648 |
+
#: bws_menu.php:559
|
649 |
msgid "Active Theme"
|
650 |
msgstr "Активна тема"
|
651 |
|
652 |
+
#: bws_menu.php:574
|
653 |
msgid "Please enter a valid email address."
|
654 |
msgstr "Будь ласка, введіть коректний емейл."
|
655 |
|
656 |
+
#: bws_menu.php:578
|
657 |
msgid "Email with system info is sent to "
|
658 |
msgstr "Емейл з системною інформацією надіслано на"
|
659 |
|
660 |
+
#: bws_menu.php:582
|
661 |
msgid "Thank you for contacting us."
|
662 |
msgstr "Дякуємо, що звернулись до нас."
|
663 |
|
664 |
+
#: bws_menu.php:615
|
665 |
msgid "Sorry, email message could not be delivered."
|
666 |
msgstr "Вибачте, ваше емейл не може бути доставлено"
|
667 |
|
668 |
+
#: bws_menu.php:622
|
669 |
msgid "Need help?"
|
670 |
msgstr "Потрібна допомога?"
|
671 |
|
672 |
+
#: bws_menu.php:623
|
673 |
msgid "Client area"
|
674 |
msgstr "Клієнтам"
|
675 |
|
676 |
+
#: bws_menu.php:624 bws_menu.php:933
|
677 |
msgid "System status"
|
678 |
msgstr "Системна інформація"
|
679 |
|
680 |
+
#: bws_menu.php:629
|
681 |
msgid "Plugins"
|
682 |
msgstr "Плагіни"
|
683 |
|
684 |
+
#: bws_menu.php:630
|
685 |
msgid "Themes"
|
686 |
msgstr "Теми"
|
687 |
|
688 |
+
#: bws_menu.php:634
|
689 |
msgid "All"
|
690 |
msgstr "Всі"
|
691 |
|
692 |
+
#: bws_menu.php:635
|
693 |
msgid "Installed"
|
694 |
msgstr "Встановлені"
|
695 |
|
696 |
+
#: bws_menu.php:636
|
697 |
msgid "Recommended"
|
698 |
msgstr "Рекомендовані "
|
699 |
|
700 |
+
#: bws_menu.php:640
|
701 |
msgid "Installed plugins"
|
702 |
msgstr "Встановлені плагіни"
|
703 |
|
704 |
+
#: bws_menu.php:672 bws_menu.php:721
|
705 |
msgid "Settings"
|
706 |
msgstr "Налаштування"
|
707 |
|
708 |
+
#: bws_menu.php:693 bws_menu.php:750
|
709 |
msgid "Activate this plugin"
|
710 |
msgstr "Активувати плагін"
|
711 |
|
712 |
+
#: bws_menu.php:708 bws_menu.php:738 bws_menu.php:784
|
713 |
msgid "Go"
|
714 |
msgstr "Перейти"
|
715 |
|
716 |
+
#: bws_menu.php:712 bws_menu.php:742 bws_menu.php:788
|
717 |
msgid "DONATE"
|
718 |
msgstr "Підтримати нас"
|
719 |
|
720 |
+
#: bws_menu.php:758
|
721 |
msgid "Recommended plugins"
|
722 |
msgstr "Рекомендовані плагіни"
|
723 |
|
724 |
+
#: bws_menu.php:796
|
725 |
msgid "Install now"
|
726 |
msgstr "Встановити"
|
727 |
|
728 |
+
#: bws_menu.php:817
|
729 |
msgid "Try again"
|
730 |
msgstr "Спробувати ще раз"
|
731 |
|
732 |
+
#: bws_menu.php:835
|
733 |
#, php-format
|
734 |
msgid "Preview “%s”"
|
735 |
msgstr "Попередній перегляд “%s”"
|
736 |
|
737 |
+
#: bws_menu.php:866
|
738 |
#, php-format
|
739 |
msgid "Install %s"
|
740 |
msgstr "Встановити %s"
|
741 |
|
742 |
+
#: bws_menu.php:866
|
743 |
msgid "Install Now"
|
744 |
msgstr "Встановити"
|
745 |
|
746 |
+
#: bws_menu.php:869
|
747 |
#, php-format
|
748 |
msgid "Update to version %s"
|
749 |
msgstr "Оновити до версії %s"
|
750 |
|
751 |
+
#: bws_menu.php:869
|
752 |
msgid "Update"
|
753 |
msgstr "Оновити"
|
754 |
|
755 |
+
#: bws_menu.php:876
|
756 |
#, php-format
|
757 |
msgid "Preview %s"
|
758 |
msgstr "Попередній перегляд %s"
|
759 |
|
760 |
+
#: bws_menu.php:876
|
761 |
msgid "Preview"
|
762 |
msgstr "Попередній перегляд"
|
763 |
|
764 |
+
#: bws_menu.php:882 bws_menu.php:914
|
765 |
#, php-format
|
766 |
msgid "By %s"
|
767 |
msgstr "За %s"
|
768 |
|
769 |
+
#: bws_menu.php:888
|
770 |
msgid "Details"
|
771 |
msgstr "Деталі"
|
772 |
|
773 |
+
#: bws_menu.php:920
|
774 |
msgid "Already Installed"
|
775 |
msgstr "Уже встановлено %s"
|
776 |
|
777 |
+
#: bws_menu.php:936
|
778 |
msgid "Environment"
|
779 |
msgstr "Системне оточення"
|
780 |
|
781 |
+
#: bws_menu.php:947
|
782 |
msgid "Active Plugins"
|
783 |
msgstr "Активні плагіни"
|
784 |
|
785 |
+
#: bws_menu.php:960
|
786 |
msgid "Inactive Plugins"
|
787 |
msgstr "Не активні плагіни"
|
788 |
|
789 |
+
#: bws_menu.php:976
|
790 |
msgid "Send to support"
|
791 |
msgstr "Відправити службі тех. підтримки"
|
792 |
|
793 |
+
#: bws_menu.php:983
|
794 |
msgid "Send to custom email »"
|
795 |
msgstr "Відправити на електронну адресу »"
|
796 |
|
797 |
+
#~ msgid "Add BWS Plugins Shortcode"
|
798 |
+
#~ msgstr "Додати BWS шорткод"
|
799 |
+
|
800 |
#~ msgid ""
|
801 |
#~ "(your username is the email you specify when purchasing the product), "
|
802 |
#~ "where you can make the necessary changes."
|
css/style.css
CHANGED
@@ -17,9 +17,6 @@
|
|
17 |
.pp_social {
|
18 |
display: none;
|
19 |
}
|
20 |
-
.gllr_settings_table .minicolors input {
|
21 |
-
height: 22px !important;
|
22 |
-
}
|
23 |
#gllr_loader,
|
24 |
#gllr_img_loader {
|
25 |
position: relative;
|
@@ -29,6 +26,14 @@
|
|
29 |
float: right;
|
30 |
width: 100%;
|
31 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
|
33 |
/* New media style */
|
34 |
.post-type-gallery .fixed .column-title {
|
17 |
.pp_social {
|
18 |
display: none;
|
19 |
}
|
|
|
|
|
|
|
20 |
#gllr_loader,
|
21 |
#gllr_img_loader {
|
22 |
position: relative;
|
26 |
float: right;
|
27 |
width: 100%;
|
28 |
}
|
29 |
+
.bws_table_bg.gllr_bws_table_bg {
|
30 |
+
z-index: 0;
|
31 |
+
}
|
32 |
+
@media screen and (max-width: 480px) {
|
33 |
+
.bws_help_box.gllr_help_box {
|
34 |
+
display: none;
|
35 |
+
}
|
36 |
+
}
|
37 |
|
38 |
/* New media style */
|
39 |
.post-type-gallery .fixed .column-title {
|
gallery-plugin.php
CHANGED
@@ -6,7 +6,7 @@ Description: This plugin allows you to implement gallery page into web site.
|
|
6 |
Author: BestWebSoft
|
7 |
Text Domain: gallery-plugin
|
8 |
Domain Path: /languages
|
9 |
-
Version: 4.
|
10 |
Author URI: http://bestwebsoft.com/
|
11 |
License: GPLv2 or later
|
12 |
*/
|
@@ -134,7 +134,8 @@ if ( ! function_exists( 'gllr_settings' ) ) {
|
|
134 |
'display_demo_notice' => 1,
|
135 |
'display_settings_notice' => 1,
|
136 |
'first_install' => strtotime( "now" ),
|
137 |
-
'template_update' => ''
|
|
|
138 |
);
|
139 |
|
140 |
/* Install the option defaults */
|
@@ -494,6 +495,7 @@ if ( ! function_exists( 'gllr_gallery_categories' ) ) {
|
|
494 |
function gllr_gallery_categories() { ?>
|
495 |
<div id="gallery_categoriesdiv" class="postbox gllr_ad_block" style="min-width: auto; margin-bottom: 0;">
|
496 |
<div class="handlediv" title="Click to toggle"><br></div>
|
|
|
497 |
<div class="inside">
|
498 |
<div id="taxonomy-gallery_categories" class="categorydiv">
|
499 |
<ul id="gallery_categories-tabs" class="category-tabs">
|
@@ -532,13 +534,7 @@ if ( ! function_exists ( 'gllr_save_postdata' ) ) {
|
|
532 |
}
|
533 |
update_post_meta( $post->ID, '_gallery_images', implode( ',', array_keys( $_POST['_gallery_order_' . $post->ID ] ) ) );
|
534 |
}
|
535 |
-
|
536 |
-
if ( isset( $_REQUEST['delete_images'] ) ) {
|
537 |
-
foreach ( $_REQUEST['delete_images'] as $delete_id ) {
|
538 |
-
delete_post_meta( $delete_id, $key );
|
539 |
-
wp_delete_attachment( $delete_id );
|
540 |
-
}
|
541 |
-
} */
|
542 |
if ( ( isset( $_POST['action-top'] ) && $_POST['action-top'] == 'delete' ) ||
|
543 |
( isset( $_POST['action-bottom'] ) && $_POST['action-bottom'] == 'delete' ) ) {
|
544 |
$gallery_images = get_post_meta( $post_id, '_gallery_images', true );
|
@@ -762,22 +758,17 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
|
|
762 |
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
763 |
|
764 |
$all_plugins = get_plugins();
|
765 |
-
|
766 |
-
if ( $cstmsrch_options ) {
|
767 |
-
$option_name =
|
|
|
|
|
|
|
|
|
768 |
} else {
|
769 |
-
$cstmsrch_options =
|
770 |
-
if ( $cstmsrch_options ) {
|
771 |
-
$option_name = 'cstmsrchpr_options';
|
772 |
-
} else {
|
773 |
-
$cstmsrch_options = get_option( 'bws_custom_search' );
|
774 |
-
if ( $cstmsrch_options ) {
|
775 |
-
$option_name = 'bws_custom_search';
|
776 |
-
} else {
|
777 |
-
$cstmsrch_options = $option_name ='';
|
778 |
-
}
|
779 |
-
}
|
780 |
}
|
|
|
781 |
/* Save data for settings page */
|
782 |
if ( isset( $_REQUEST['gllr_form_submit'] ) && check_admin_referer( $plugin_basename, 'gllr_nonce_name' ) ) {
|
783 |
$gllr_request_options = array();
|
@@ -830,13 +821,13 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
|
|
830 |
|
831 |
$gllr_request_options["rewrite_template"] = isset( $_REQUEST['gllr_rewrite_template'] ) ? 1 : 0;
|
832 |
|
833 |
-
if (
|
834 |
if ( isset( $_REQUEST['gllr_add_to_search'] ) ) {
|
835 |
-
if ( ! in_array( 'gallery', $cstmsrch_options['post_types'] ) ) {
|
836 |
array_push( $cstmsrch_options['post_types'], 'gallery' );
|
837 |
}
|
838 |
} else {
|
839 |
-
if ( in_array( 'gallery', $cstmsrch_options['post_types'] ) ) {
|
840 |
unset( $cstmsrch_options['post_types'][ array_search( 'gallery', $cstmsrch_options['post_types'] ) ] );
|
841 |
}
|
842 |
}
|
@@ -880,6 +871,7 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
|
|
880 |
<h1 style="line-height: normal;"><?php _e( 'Gallery Settings', 'gallery-plugin' ); ?></h1>
|
881 |
<h2 class="nav-tab-wrapper">
|
882 |
<a class="nav-tab<?php if ( ! isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=gallery-plugin.php"><?php _e( 'Settings', 'gallery-plugin' ); ?></a>
|
|
|
883 |
<a class="nav-tab bws_go_pro_tab<?php if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=gallery-plugin.php&action=go_pro"><?php _e( 'Go PRO', 'gallery-plugin' ); ?></a>
|
884 |
</h2>
|
885 |
<div id="gllr_settings_message" class="updated below-h2 fade" <?php if ( "" == $message ) echo 'style="display:none"'; ?>><p><strong><?php echo $message; ?></strong></p></div>
|
@@ -971,16 +963,7 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
|
|
971 |
<span class="bws_info"><?php _e( 'Vertical', 'gallery-plugin' ); ?></span>
|
972 |
</label>
|
973 |
</td>
|
974 |
-
</tr>
|
975 |
-
<tr valign="top">
|
976 |
-
<th scope="row"><?php _e( 'Single gallery view', 'gallery-plugin' ); ?> </th>
|
977 |
-
<td>
|
978 |
-
<fieldset>
|
979 |
-
<label><input disabled="disabled" type="radio" name="gllrprfssnl_view" value="grid" checked="checked" /> <?php _e( 'Grid', 'gallery-plugin' )?></label><br/>
|
980 |
-
<label><input disabled="disabled" type="radio" name="gllrprfssnl_view" value="masonry" /> <?php _e( 'Masonry', 'gallery-plugin' )?></label>
|
981 |
-
</fieldset>
|
982 |
-
</td>
|
983 |
-
</tr>
|
984 |
<tr valign="top">
|
985 |
<th scope="row" colspan="2">
|
986 |
* <?php _e( 'If you upgrade to Pro version all your settings and galleries will be saved.', 'gallery-plugin' ); ?>
|
@@ -1016,7 +999,7 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
|
|
1016 |
<input type="checkbox" name="gllr_border_images" value="1" <?php if ( 1 == $gllr_options["border_images"] ) echo 'checked="checked"'; ?> /><br />
|
1017 |
<div class="gllr_for_border_images">
|
1018 |
<input type="number" min="0" max="10000" value="<?php echo $gllr_options["border_images_width"]; ?>" name="gllr_border_images_width" /> <span class="bws_info"><?php _e( 'Border width in px, just numbers', 'gallery-plugin' ); ?></span><br />
|
1019 |
-
<input type="
|
1020 |
</div>
|
1021 |
</td>
|
1022 |
</tr>
|
@@ -1093,7 +1076,7 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
|
|
1093 |
<tr valign="top">
|
1094 |
<th scope="row"><?php _e( 'The Back link text', 'gallery-plugin' ); ?> </th>
|
1095 |
<td>
|
1096 |
-
<input type="text" name="gllr_return_link_text" maxlength="250" value="<?php echo $gllr_options["return_link_text"]; ?>"
|
1097 |
</td>
|
1098 |
</tr>
|
1099 |
<tr valign="top">
|
@@ -1109,7 +1092,7 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
|
|
1109 |
<tr valign="top">
|
1110 |
<th scope="row"><?php _e( 'The Read More link text', 'gallery-plugin' ); ?></th>
|
1111 |
<td>
|
1112 |
-
<input type="text" name="gllr_read_more_link_text" maxlength="250" value="<?php echo $gllr_options["read_more_link_text"]; ?>"
|
1113 |
</td>
|
1114 |
</tr>
|
1115 |
<tr valign="top">
|
@@ -1117,10 +1100,10 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
|
|
1117 |
<td>
|
1118 |
<?php if ( array_key_exists( 'custom-search-plugin/custom-search-plugin.php', $all_plugins ) || array_key_exists( 'custom-search-pro/custom-search-pro.php', $all_plugins ) ) {
|
1119 |
if ( is_plugin_active( 'custom-search-plugin/custom-search-plugin.php' ) || is_plugin_active( 'custom-search-pro/custom-search-pro.php' ) ) { ?>
|
1120 |
-
<input type="checkbox" name="gllr_add_to_search" value="1" <?php if (
|
1121 |
<span class="bws_info"> (<?php _e( 'Using', 'gallery-plugin' ); ?> Custom Search <?php _e( 'powered by', 'gallery-plugin' ); ?> <a href="http://bestwebsoft.com/products/">bestwebsoft.com</a>)</span>
|
1122 |
<?php } else { ?>
|
1123 |
-
<input disabled="disabled" type="checkbox" name="gllr_add_to_search" value="1" <?php if (
|
1124 |
<span class="bws_info">(<?php _e( 'Using', 'gallery-plugin' ); ?> Custom Search <?php _e( 'powered by', 'gallery-plugin' ); ?> <a href="http://bestwebsoft.com/products/">bestwebsoft.com</a>) <a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate', 'gallery-plugin' ); ?> Custom Search</a></span>
|
1125 |
<?php }
|
1126 |
} else { ?>
|
@@ -1140,14 +1123,23 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
|
|
1140 |
<div class="bws_pro_version_bloc">
|
1141 |
<div class="bws_pro_version_table_bloc">
|
1142 |
<button type="submit" name="bws_hide_premium_options" class="notice-dismiss bws_hide_premium_options" title="<?php _e( 'Close', 'gallery-plugin' ); ?>"></button>
|
1143 |
-
<div class="bws_table_bg"></div>
|
1144 |
<table class="gllr_settings_table form-table bws_pro_version">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1145 |
<tr valign="top">
|
1146 |
<th scope="row"><?php _e( 'Display image text', 'gallery-plugin' ); ?></th>
|
1147 |
<td>
|
1148 |
<fieldset>
|
1149 |
-
<label><input disabled type="radio" value="under" checked="checked"> <?php _e( 'Under image', 'gallery-plugin' ); ?> <span class="bws_help_box dashicons dashicons-editor-help"></span></label><br
|
1150 |
-
<label><input disabled type="radio" value="hover"> <?php _e( 'By mouse hover', 'gallery-plugin' ); ?> <span class="bws_help_box dashicons dashicons-editor-help"><span class="bws_hidden_help_text"></span></label>
|
1151 |
</fieldset>
|
1152 |
</td>
|
1153 |
</tr>
|
@@ -1162,8 +1154,9 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
|
|
1162 |
<th scope="row"><?php _e( 'Lightbox background', 'gallery-plugin' ); ?> </th>
|
1163 |
<td>
|
1164 |
<input disabled class="button button-small gllrprfssnl_lightbox_default" type="button" value="<?php _e( 'Default', 'gallery-plugin' ); ?>"> <br />
|
1165 |
-
<input disabled type="text" size="8" value="0.7" name="gllrprfssnl_background_lightbox_opacity" /> <span class="bws_info"><?php _e( 'Background transparency (from 0 to 1)', 'gallery-plugin' ); ?></span
|
1166 |
-
<
|
|
|
1167 |
</td>
|
1168 |
</tr>
|
1169 |
<tr valign="top">
|
@@ -1233,6 +1226,8 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
|
|
1233 |
<?php $gllr_BWS_demo_data->bws_show_demo_button( __( 'If you install the demo-data, will be created galleries with images, demo-post with available shortcodes and page with a list of all the galleries.', 'gallery-plugin' ) );
|
1234 |
bws_form_restore_default_settings( $plugin_basename );
|
1235 |
}
|
|
|
|
|
1236 |
} elseif ( 'go_pro' == $_GET['action'] ) {
|
1237 |
bws_go_pro_tab_show( $bws_hide_premium_options_check, $gllr_plugin_info, $plugin_basename, 'gallery-plugin.php', 'gallery-plugin-pro.php', 'gallery-plugin-pro/gallery-plugin-pro.php', 'gallery', '63a36f6bf5de0726ad6a43a165f38fe5', '79', isset( $go_pro_result['pro_plugin_is_activated'] ), '7' );
|
1238 |
}
|
@@ -1295,10 +1290,8 @@ if ( ! function_exists ( 'gllr_admin_head' ) ) {
|
|
1295 |
wp_enqueue_script( 'jquery' );
|
1296 |
|
1297 |
if ( isset( $_GET['page'] ) && "gallery-plugin.php" == $_GET['page'] ) {
|
1298 |
-
|
1299 |
-
|
1300 |
-
|
1301 |
-
wp_enqueue_script( 'gllr_script', plugins_url( 'js/script.js', __FILE__ ), array( 'jquery' ) );
|
1302 |
wp_localize_script( 'gllr_script', 'gllr_vars',
|
1303 |
array(
|
1304 |
'gllr_nonce' => wp_create_nonce( plugin_basename( __FILE__ ), 'gllr_ajax_nonce_field' ),
|
@@ -1308,6 +1301,8 @@ if ( ! function_exists ( 'gllr_admin_head' ) ) {
|
|
1308 |
'img_error' => __( 'Error.', 'gallery-plugin' )
|
1309 |
)
|
1310 |
);
|
|
|
|
|
1311 |
} else if (
|
1312 |
( isset( $_GET['action'] ) && $_GET['action'] == 'edit' && get_post_type( get_the_ID() ) == 'gallery' ) ||
|
1313 |
( isset( $pagenow ) && $pagenow == 'post-new.php' && isset( $_GET['post_type'] ) && $_GET['post_type'] == 'gallery' ) ) {
|
@@ -1442,9 +1437,12 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
|
|
1442 |
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
1443 |
|
1444 |
if ( ! empty( $cat_id ) && ( is_plugin_active( 'gallery-categories/gallery-categories.php' ) || is_plugin_active( 'gallery-categories-pro/gallery-categories-pro.php' ) ) ) {
|
1445 |
-
global $
|
|
|
1446 |
$term = get_term( $cat_id, 'gallery_categories' );
|
1447 |
if ( !empty ( $term ) ) {
|
|
|
|
|
1448 |
$args = array(
|
1449 |
'post_type' => 'gallery',
|
1450 |
'post_status' => 'publish',
|
@@ -1453,13 +1451,12 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
|
|
1453 |
'orderby' => $gllr_options['album_order_by'],
|
1454 |
'order' => $gllr_options['album_order']
|
1455 |
);
|
1456 |
-
$
|
1457 |
<div class="gallery_box">
|
1458 |
<ul>
|
1459 |
-
<?php
|
1460 |
-
|
1461 |
-
|
1462 |
-
$first_query->the_post();
|
1463 |
$attachments = get_post_thumbnail_id( $post->ID );
|
1464 |
if ( empty ( $attachments ) ) {
|
1465 |
$images_id = get_post_meta( $post->ID, '_gallery_images', true );
|
@@ -1498,8 +1495,11 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
|
|
1498 |
</ul>
|
1499 |
</div><!-- .gallery_box -->
|
1500 |
<?php wp_reset_query();
|
|
|
1501 |
}
|
1502 |
} else {
|
|
|
|
|
1503 |
$args = array(
|
1504 |
'post_type' => 'gallery',
|
1505 |
'post_status' => 'publish',
|
@@ -1510,8 +1510,7 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
|
|
1510 |
if ( $display == 'short' ) { ?>
|
1511 |
<div class="gallery_box">
|
1512 |
<ul>
|
1513 |
-
<?php
|
1514 |
-
if ( $second_query->have_posts() ) :
|
1515 |
$second_query->the_post();
|
1516 |
$attachments = get_post_thumbnail_id( $post->ID );
|
1517 |
|
@@ -1558,7 +1557,6 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
|
|
1558 |
<?php } else {
|
1559 |
if ( $second_query->have_posts() ) :
|
1560 |
while ( $second_query->have_posts() ) :
|
1561 |
-
global $post;
|
1562 |
$second_query->the_post(); ?>
|
1563 |
<div class="gallery_box_single">
|
1564 |
<?php echo do_shortcode( get_the_content() );
|
@@ -1662,6 +1660,7 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
|
|
1662 |
</script>
|
1663 |
<?php }
|
1664 |
wp_reset_query();
|
|
|
1665 |
}
|
1666 |
$gllr_output = ob_get_clean();
|
1667 |
return $gllr_output;
|
@@ -1677,7 +1676,7 @@ if ( ! function_exists ( 'gllr_update_image' ) ) {
|
|
1677 |
$id = isset( $_REQUEST['id'] ) ? $_REQUEST['id'] : "";
|
1678 |
switch ( $action ) {
|
1679 |
case 'get_all_attachment':
|
1680 |
-
$result_parent_id =
|
1681 |
$array_parent_id = array();
|
1682 |
|
1683 |
while ( list( $key, $val ) = each( $result_parent_id ) )
|
@@ -1685,8 +1684,16 @@ if ( ! function_exists ( 'gllr_update_image' ) ) {
|
|
1685 |
|
1686 |
$string_parent_id = implode( ",", $array_parent_id );
|
1687 |
|
1688 |
-
$
|
1689 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1690 |
break;
|
1691 |
case 'update_image':
|
1692 |
$metadata = wp_get_attachment_metadata( $id );
|
@@ -1696,9 +1703,6 @@ if ( ! function_exists ( 'gllr_update_image' ) ) {
|
|
1696 |
$metadata_new = gllr_wp_generate_attachment_metadata( $id, $path, $metadata );
|
1697 |
wp_update_attachment_metadata( $id, array_merge( $metadata, $metadata_new ) );
|
1698 |
break;
|
1699 |
-
case 'update_options':
|
1700 |
-
add_option( 'gllr_images_update', '1', '', 'no' );
|
1701 |
-
break;
|
1702 |
}
|
1703 |
die();
|
1704 |
}
|
@@ -1899,36 +1903,6 @@ if ( ! function_exists ( 'gllr_image_resize_dimensions' ) ) {
|
|
1899 |
}
|
1900 |
}
|
1901 |
|
1902 |
-
if ( ! function_exists( 'gllr_sanitize_file_name' ) ) {
|
1903 |
-
function gllr_sanitize_file_name() {
|
1904 |
-
check_ajax_referer( plugin_basename( __FILE__ ), 'gllr_ajax_nonce_field' );
|
1905 |
-
if (
|
1906 |
-
isset( $_REQUEST['action'] ) && 'gllr_sanitize_file_name' == $_REQUEST['action'] &&
|
1907 |
-
isset( $_REQUEST['gllr_name'] ) && ( ! empty( $_REQUEST['gllr_name'] ) )
|
1908 |
-
)
|
1909 |
-
echo sanitize_file_name( $_REQUEST['gllr_name'] );
|
1910 |
-
else
|
1911 |
-
echo '';
|
1912 |
-
die();
|
1913 |
-
}
|
1914 |
-
}
|
1915 |
-
|
1916 |
-
if ( ! function_exists( 'gllr_filter_sanitize_file_name' ) ) {
|
1917 |
-
function gllr_filter_sanitize_file_name( $file_name ) {
|
1918 |
-
if ( isset( $_REQUEST['gllr_ajax_nonce_field'] ) ) {
|
1919 |
-
$image_ext = array( "jpeg", "jpg", "gif", "png", "JPEG", "JPG", "GIF", "PNG" );
|
1920 |
-
$info = pathinfo( $file_name );
|
1921 |
-
if ( isset( $info['extension'] ) && in_array( $info['extension'], $image_ext ) ) {
|
1922 |
-
$new_file_name = preg_replace( '/--+/', '-', preg_replace( '/[^a-zA-Z0-9_-]/', '', $info['filename'] ) );
|
1923 |
-
if ( $new_file_name == '' || $new_file_name == '-' )
|
1924 |
-
$new_file_name = 'galery' . '-' . time();
|
1925 |
-
$file_name = trim( $new_file_name, '-' ) . '.' . $info['extension'];
|
1926 |
-
}
|
1927 |
-
}
|
1928 |
-
return $file_name;
|
1929 |
-
}
|
1930 |
-
}
|
1931 |
-
|
1932 |
if ( ! function_exists ( 'gllr_theme_body_classes' ) ) {
|
1933 |
function gllr_theme_body_classes( $classes ) {
|
1934 |
if ( function_exists( 'wp_get_theme' ) ) {
|
@@ -1939,71 +1913,6 @@ if ( ! function_exists ( 'gllr_theme_body_classes' ) ) {
|
|
1939 |
}
|
1940 |
}
|
1941 |
|
1942 |
-
if ( ! function_exists ( 'gllr_admin_notices' ) ) {
|
1943 |
-
function gllr_admin_notices() {
|
1944 |
-
global $hook_suffix, $gllr_plugin_info, $gllr_BWS_demo_data, $gllr_options;
|
1945 |
-
/* add error if templates were not found in the theme directory */
|
1946 |
-
gllr_admin_error();
|
1947 |
-
|
1948 |
-
if ( 'plugins.php' == $hook_suffix || ( isset( $_GET['page'] ) && $_GET['page'] == 'gallery-plugin.php' ) ) {
|
1949 |
-
if ( empty( $gllr_options ) )
|
1950 |
-
$gllr_options = get_option( 'gllr_options' );
|
1951 |
-
|
1952 |
-
if ( ! $gllr_BWS_demo_data )
|
1953 |
-
gllr_include_demo_data();
|
1954 |
-
|
1955 |
-
$gllr_BWS_demo_data->bws_handle_demo_notice( $gllr_options['display_demo_notice'] );
|
1956 |
-
|
1957 |
-
if ( 'plugins.php' == $hook_suffix ) {
|
1958 |
-
if ( isset( $gllr_options['first_install'] ) && strtotime( '-1 week' ) > $gllr_options['first_install'] )
|
1959 |
-
bws_plugin_banner( $gllr_plugin_info, 'gllr', 'gallery', '01a04166048e9416955ce1cbe9d5ca16', '79', '//ps.w.org/gallery-plugin/assets/icon-128x128.png' );
|
1960 |
-
|
1961 |
-
bws_plugin_banner_to_settings( $gllr_plugin_info, 'gllr_options', 'gallery-plugin', 'admin.php?page=gallery-plugin.php', 'post-new.php?post_type=gallery', 'Gallery' );
|
1962 |
-
}
|
1963 |
-
}
|
1964 |
-
}
|
1965 |
-
}
|
1966 |
-
|
1967 |
-
/**
|
1968 |
-
* Perform at uninstall
|
1969 |
-
*/
|
1970 |
-
if ( ! function_exists( 'gllr_plugin_uninstall' ) ) {
|
1971 |
-
function gllr_plugin_uninstall() {
|
1972 |
-
global $gllr_filenames, $gllr_themepath, $wpdb;
|
1973 |
-
|
1974 |
-
foreach ( $gllr_filenames as $filename ) {
|
1975 |
-
if ( file_exists( $gllr_themepath . $filename ) && ! unlink( $gllr_themepath . $filename ) ) {
|
1976 |
-
add_action( 'admin_notices', create_function( '', ' return "Error delete template file";' ) );
|
1977 |
-
}
|
1978 |
-
}
|
1979 |
-
|
1980 |
-
if ( function_exists( 'is_multisite' ) && is_multisite() ) {
|
1981 |
-
$old_blog = $wpdb->blogid;
|
1982 |
-
/* Get all blog ids */
|
1983 |
-
$blogids = $wpdb->get_col( "SELECT `blog_id` FROM $wpdb->blogs" );
|
1984 |
-
foreach ( $blogids as $blog_id ) {
|
1985 |
-
switch_to_blog( $blog_id );
|
1986 |
-
delete_option( 'gllr_options' );
|
1987 |
-
|
1988 |
-
if ( ! $gllr_BWS_demo_data )
|
1989 |
-
gllr_include_demo_data();
|
1990 |
-
|
1991 |
-
$gllr_BWS_demo_data->bws_remove_demo_data();
|
1992 |
-
}
|
1993 |
-
switch_to_blog( $old_blog );
|
1994 |
-
} else {
|
1995 |
-
global $gllr_BWS_demo_data;
|
1996 |
-
|
1997 |
-
delete_option( 'gllr_options' );
|
1998 |
-
|
1999 |
-
if ( ! $gllr_BWS_demo_data )
|
2000 |
-
gllr_include_demo_data();
|
2001 |
-
|
2002 |
-
$gllr_BWS_demo_data->bws_remove_demo_data();
|
2003 |
-
}
|
2004 |
-
}
|
2005 |
-
}
|
2006 |
-
|
2007 |
/* Create custom meta box for gallery post type */
|
2008 |
if ( ! function_exists( 'gllr_media_custom_box' ) ) {
|
2009 |
function gllr_media_custom_box( $obj = '', $box = '' ) {
|
@@ -2729,6 +2638,77 @@ if ( ! function_exists( 'gllr_add_tabs' ) ) {
|
|
2729 |
}
|
2730 |
}
|
2731 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2732 |
/* Activate plugin */
|
2733 |
register_activation_hook( __FILE__, 'gllr_plugin_activate' );
|
2734 |
|
@@ -2771,9 +2751,6 @@ add_shortcode( 'print_gllr', 'gllr_shortcode' );
|
|
2771 |
add_filter( 'widget_text', 'do_shortcode' );
|
2772 |
|
2773 |
add_action( 'wp_ajax_gllr_update_image', 'gllr_update_image' );
|
2774 |
-
add_action( 'wp_ajax_gllr_sanitize_file_name', 'gllr_sanitize_file_name' );
|
2775 |
-
add_filter( 'sanitize_file_name', 'gllr_filter_sanitize_file_name' );
|
2776 |
-
|
2777 |
add_action( 'admin_notices', 'gllr_admin_notices' );
|
2778 |
|
2779 |
/* Add place for notice in media upoader for portfolio */
|
6 |
Author: BestWebSoft
|
7 |
Text Domain: gallery-plugin
|
8 |
Domain Path: /languages
|
9 |
+
Version: 4.4.0
|
10 |
Author URI: http://bestwebsoft.com/
|
11 |
License: GPLv2 or later
|
12 |
*/
|
134 |
'display_demo_notice' => 1,
|
135 |
'display_settings_notice' => 1,
|
136 |
'first_install' => strtotime( "now" ),
|
137 |
+
'template_update' => '',
|
138 |
+
'suggest_feature_banner' => 1,
|
139 |
);
|
140 |
|
141 |
/* Install the option defaults */
|
495 |
function gllr_gallery_categories() { ?>
|
496 |
<div id="gallery_categoriesdiv" class="postbox gllr_ad_block" style="min-width: auto; margin-bottom: 0;">
|
497 |
<div class="handlediv" title="Click to toggle"><br></div>
|
498 |
+
<div class="bws_table_bg"></div>
|
499 |
<div class="inside">
|
500 |
<div id="taxonomy-gallery_categories" class="categorydiv">
|
501 |
<ul id="gallery_categories-tabs" class="category-tabs">
|
534 |
}
|
535 |
update_post_meta( $post->ID, '_gallery_images', implode( ',', array_keys( $_POST['_gallery_order_' . $post->ID ] ) ) );
|
536 |
}
|
537 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
538 |
if ( ( isset( $_POST['action-top'] ) && $_POST['action-top'] == 'delete' ) ||
|
539 |
( isset( $_POST['action-bottom'] ) && $_POST['action-bottom'] == 'delete' ) ) {
|
540 |
$gallery_images = get_post_meta( $post_id, '_gallery_images', true );
|
758 |
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
759 |
|
760 |
$all_plugins = get_plugins();
|
761 |
+
|
762 |
+
if ( $cstmsrch_options = get_option( 'cstmsrchpr_options' ) ) {
|
763 |
+
$option_name = "cstmsrchpr_options";
|
764 |
+
} elseif ( $cstmsrch_options = get_option( 'cstmsrch_options' ) ) {
|
765 |
+
$option_name = "cstmsrch_options";
|
766 |
+
} elseif ( $cstmsrch_options = get_option( 'bws_custom_search' ) ) {
|
767 |
+
$option_name = "bws_custom_search";
|
768 |
} else {
|
769 |
+
$cstmsrch_options = $option_name = '';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
770 |
}
|
771 |
+
|
772 |
/* Save data for settings page */
|
773 |
if ( isset( $_REQUEST['gllr_form_submit'] ) && check_admin_referer( $plugin_basename, 'gllr_nonce_name' ) ) {
|
774 |
$gllr_request_options = array();
|
821 |
|
822 |
$gllr_request_options["rewrite_template"] = isset( $_REQUEST['gllr_rewrite_template'] ) ? 1 : 0;
|
823 |
|
824 |
+
if ( ! empty( $cstmsrch_options ) ) {
|
825 |
if ( isset( $_REQUEST['gllr_add_to_search'] ) ) {
|
826 |
+
if ( isset( $cstmsrch_options['post_types'] ) && ! in_array( 'gallery', $cstmsrch_options['post_types'] ) ) {
|
827 |
array_push( $cstmsrch_options['post_types'], 'gallery' );
|
828 |
}
|
829 |
} else {
|
830 |
+
if ( isset( $cstmsrch_options['post_types'] ) && in_array( 'gallery', $cstmsrch_options['post_types'] ) ) {
|
831 |
unset( $cstmsrch_options['post_types'][ array_search( 'gallery', $cstmsrch_options['post_types'] ) ] );
|
832 |
}
|
833 |
}
|
871 |
<h1 style="line-height: normal;"><?php _e( 'Gallery Settings', 'gallery-plugin' ); ?></h1>
|
872 |
<h2 class="nav-tab-wrapper">
|
873 |
<a class="nav-tab<?php if ( ! isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=gallery-plugin.php"><?php _e( 'Settings', 'gallery-plugin' ); ?></a>
|
874 |
+
<a class="nav-tab <?php if ( isset( $_GET['action'] ) && 'custom_code' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=gallery-plugin.php&action=custom_code"><?php _e( 'Custom code', 'gallery-plugin' ); ?></a>
|
875 |
<a class="nav-tab bws_go_pro_tab<?php if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=gallery-plugin.php&action=go_pro"><?php _e( 'Go PRO', 'gallery-plugin' ); ?></a>
|
876 |
</h2>
|
877 |
<div id="gllr_settings_message" class="updated below-h2 fade" <?php if ( "" == $message ) echo 'style="display:none"'; ?>><p><strong><?php echo $message; ?></strong></p></div>
|
963 |
<span class="bws_info"><?php _e( 'Vertical', 'gallery-plugin' ); ?></span>
|
964 |
</label>
|
965 |
</td>
|
966 |
+
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
967 |
<tr valign="top">
|
968 |
<th scope="row" colspan="2">
|
969 |
* <?php _e( 'If you upgrade to Pro version all your settings and galleries will be saved.', 'gallery-plugin' ); ?>
|
999 |
<input type="checkbox" name="gllr_border_images" value="1" <?php if ( 1 == $gllr_options["border_images"] ) echo 'checked="checked"'; ?> /><br />
|
1000 |
<div class="gllr_for_border_images">
|
1001 |
<input type="number" min="0" max="10000" value="<?php echo $gllr_options["border_images_width"]; ?>" name="gllr_border_images_width" /> <span class="bws_info"><?php _e( 'Border width in px, just numbers', 'gallery-plugin' ); ?></span><br />
|
1002 |
+
<input type="text" value="<?php echo $gllr_options["border_images_color"]; ?>" name="gllr_border_images_color" class="gllr_color_field" data-default-color="#F1F1F1" />
|
1003 |
</div>
|
1004 |
</td>
|
1005 |
</tr>
|
1076 |
<tr valign="top">
|
1077 |
<th scope="row"><?php _e( 'The Back link text', 'gallery-plugin' ); ?> </th>
|
1078 |
<td>
|
1079 |
+
<input type="text" name="gllr_return_link_text" maxlength="250" value="<?php echo $gllr_options["return_link_text"]; ?>" />
|
1080 |
</td>
|
1081 |
</tr>
|
1082 |
<tr valign="top">
|
1092 |
<tr valign="top">
|
1093 |
<th scope="row"><?php _e( 'The Read More link text', 'gallery-plugin' ); ?></th>
|
1094 |
<td>
|
1095 |
+
<input type="text" name="gllr_read_more_link_text" maxlength="250" value="<?php echo $gllr_options["read_more_link_text"]; ?>" />
|
1096 |
</td>
|
1097 |
</tr>
|
1098 |
<tr valign="top">
|
1100 |
<td>
|
1101 |
<?php if ( array_key_exists( 'custom-search-plugin/custom-search-plugin.php', $all_plugins ) || array_key_exists( 'custom-search-pro/custom-search-pro.php', $all_plugins ) ) {
|
1102 |
if ( is_plugin_active( 'custom-search-plugin/custom-search-plugin.php' ) || is_plugin_active( 'custom-search-pro/custom-search-pro.php' ) ) { ?>
|
1103 |
+
<input type="checkbox" name="gllr_add_to_search" value="1" <?php if ( ! empty( $cstmsrch_options['post_types'] ) && in_array( 'gallery', $cstmsrch_options['post_types'] ) ) echo 'checked="checked"'; ?> />
|
1104 |
<span class="bws_info"> (<?php _e( 'Using', 'gallery-plugin' ); ?> Custom Search <?php _e( 'powered by', 'gallery-plugin' ); ?> <a href="http://bestwebsoft.com/products/">bestwebsoft.com</a>)</span>
|
1105 |
<?php } else { ?>
|
1106 |
+
<input disabled="disabled" type="checkbox" name="gllr_add_to_search" value="1" <?php if ( ! empty( $cstmsrch_options['post_types'] ) && in_array( 'gallery', $cstmsrch_options['post_types'] ) ) echo 'checked="checked"'; ?> />
|
1107 |
<span class="bws_info">(<?php _e( 'Using', 'gallery-plugin' ); ?> Custom Search <?php _e( 'powered by', 'gallery-plugin' ); ?> <a href="http://bestwebsoft.com/products/">bestwebsoft.com</a>) <a href="<?php echo bloginfo("url"); ?>/wp-admin/plugins.php"><?php _e( 'Activate', 'gallery-plugin' ); ?> Custom Search</a></span>
|
1108 |
<?php }
|
1109 |
} else { ?>
|
1123 |
<div class="bws_pro_version_bloc">
|
1124 |
<div class="bws_pro_version_table_bloc">
|
1125 |
<button type="submit" name="bws_hide_premium_options" class="notice-dismiss bws_hide_premium_options" title="<?php _e( 'Close', 'gallery-plugin' ); ?>"></button>
|
1126 |
+
<div class="bws_table_bg gllr_bws_table_bg"></div>
|
1127 |
<table class="gllr_settings_table form-table bws_pro_version">
|
1128 |
+
<tr valign="top">
|
1129 |
+
<th scope="row"><?php _e( 'Single gallery view', 'gallery-plugin' ); ?> </th>
|
1130 |
+
<td>
|
1131 |
+
<fieldset>
|
1132 |
+
<label><input disabled="disabled" type="radio" name="gllrprfssnl_view" value="grid" checked="checked" /> <?php _e( 'Grid', 'gallery-plugin' ); ?> <span class="bws_help_box dashicons dashicons-editor-help gllr_help_box"><span class="bws_hidden_help_text"><img src="<?php echo plugins_url( 'images/view_grid.jpg', __FILE__ ); ?>"></span></span></label><br/>
|
1133 |
+
<label><input disabled="disabled" type="radio" name="gllrprfssnl_view" value="masonry" /> <?php _e( 'Masonry', 'gallery-plugin' ); ?> <span class="bws_help_box dashicons dashicons-editor-help gllr_help_box"><span class="bws_hidden_help_text"><img src="<?php echo plugins_url( 'images/view_masonry.jpg', __FILE__ ); ?>"></span></span></label>
|
1134 |
+
</fieldset>
|
1135 |
+
</td>
|
1136 |
+
</tr>
|
1137 |
<tr valign="top">
|
1138 |
<th scope="row"><?php _e( 'Display image text', 'gallery-plugin' ); ?></th>
|
1139 |
<td>
|
1140 |
<fieldset>
|
1141 |
+
<label><input disabled type="radio" value="under" checked="checked"> <?php _e( 'Under image', 'gallery-plugin' ); ?> <span class="bws_help_box dashicons dashicons-editor-help gllr_help_box"><span class="bws_hidden_help_text"><img src="<?php echo plugins_url( 'images/display_text_under_image.jpg', __FILE__ ); ?>"></span></span></label><br/>
|
1142 |
+
<label><input disabled type="radio" value="hover"> <?php _e( 'By mouse hover', 'gallery-plugin' ); ?> <span class="bws_help_box dashicons dashicons-editor-help gllr_help_box"><span class="bws_hidden_help_text"><img src="<?php echo plugins_url( 'images/display_text_by_mouse_hover.jpg', __FILE__ ); ?>"></span></span></label>
|
1143 |
</fieldset>
|
1144 |
</td>
|
1145 |
</tr>
|
1154 |
<th scope="row"><?php _e( 'Lightbox background', 'gallery-plugin' ); ?> </th>
|
1155 |
<td>
|
1156 |
<input disabled class="button button-small gllrprfssnl_lightbox_default" type="button" value="<?php _e( 'Default', 'gallery-plugin' ); ?>"> <br />
|
1157 |
+
<input disabled type="text" size="8" value="0.7" name="gllrprfssnl_background_lightbox_opacity" /> <span class="bws_info"><?php _e( 'Background transparency (from 0 to 1)', 'gallery-plugin' ); ?></span>
|
1158 |
+
<br />
|
1159 |
+
<input disabled type="text" value="#777777" name="gllr_border_images_color" class="gllr_color_field" data-default-color="#777777" />
|
1160 |
</td>
|
1161 |
</tr>
|
1162 |
<tr valign="top">
|
1226 |
<?php $gllr_BWS_demo_data->bws_show_demo_button( __( 'If you install the demo-data, will be created galleries with images, demo-post with available shortcodes and page with a list of all the galleries.', 'gallery-plugin' ) );
|
1227 |
bws_form_restore_default_settings( $plugin_basename );
|
1228 |
}
|
1229 |
+
} elseif ( 'custom_code' == $_GET['action'] ) {
|
1230 |
+
bws_custom_code_tab();
|
1231 |
} elseif ( 'go_pro' == $_GET['action'] ) {
|
1232 |
bws_go_pro_tab_show( $bws_hide_premium_options_check, $gllr_plugin_info, $plugin_basename, 'gallery-plugin.php', 'gallery-plugin-pro.php', 'gallery-plugin-pro/gallery-plugin-pro.php', 'gallery', '63a36f6bf5de0726ad6a43a165f38fe5', '79', isset( $go_pro_result['pro_plugin_is_activated'] ), '7' );
|
1233 |
}
|
1290 |
wp_enqueue_script( 'jquery' );
|
1291 |
|
1292 |
if ( isset( $_GET['page'] ) && "gallery-plugin.php" == $_GET['page'] ) {
|
1293 |
+
wp_enqueue_style( 'wp-color-picker' );
|
1294 |
+
wp_enqueue_script( 'gllr_script', plugins_url( 'js/script.js', __FILE__ ), array( 'jquery', 'wp-color-picker' ) );
|
|
|
|
|
1295 |
wp_localize_script( 'gllr_script', 'gllr_vars',
|
1296 |
array(
|
1297 |
'gllr_nonce' => wp_create_nonce( plugin_basename( __FILE__ ), 'gllr_ajax_nonce_field' ),
|
1301 |
'img_error' => __( 'Error.', 'gallery-plugin' )
|
1302 |
)
|
1303 |
);
|
1304 |
+
if ( isset( $_GET['action'] ) && 'custom_code' == $_GET['action'] )
|
1305 |
+
bws_plugins_include_codemirror();
|
1306 |
} else if (
|
1307 |
( isset( $_GET['action'] ) && $_GET['action'] == 'edit' && get_post_type( get_the_ID() ) == 'gallery' ) ||
|
1308 |
( isset( $pagenow ) && $pagenow == 'post-new.php' && isset( $_GET['post_type'] ) && $_GET['post_type'] == 'gallery' ) ) {
|
1437 |
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
1438 |
|
1439 |
if ( ! empty( $cat_id ) && ( is_plugin_active( 'gallery-categories/gallery-categories.php' ) || is_plugin_active( 'gallery-categories-pro/gallery-categories-pro.php' ) ) ) {
|
1440 |
+
global $post, $wpdb, $wp_query;
|
1441 |
+
|
1442 |
$term = get_term( $cat_id, 'gallery_categories' );
|
1443 |
if ( !empty ( $term ) ) {
|
1444 |
+
$old_wp_query = $wp_query;
|
1445 |
+
|
1446 |
$args = array(
|
1447 |
'post_type' => 'gallery',
|
1448 |
'post_status' => 'publish',
|
1451 |
'orderby' => $gllr_options['album_order_by'],
|
1452 |
'order' => $gllr_options['album_order']
|
1453 |
);
|
1454 |
+
$second_query = new WP_Query( $args ); ?>
|
1455 |
<div class="gallery_box">
|
1456 |
<ul>
|
1457 |
+
<?php if ( $second_query->have_posts() ) {
|
1458 |
+
while ( $second_query->have_posts() ) {
|
1459 |
+
$second_query->the_post();
|
|
|
1460 |
$attachments = get_post_thumbnail_id( $post->ID );
|
1461 |
if ( empty ( $attachments ) ) {
|
1462 |
$images_id = get_post_meta( $post->ID, '_gallery_images', true );
|
1495 |
</ul>
|
1496 |
</div><!-- .gallery_box -->
|
1497 |
<?php wp_reset_query();
|
1498 |
+
$wp_query = $old_wp_query;
|
1499 |
}
|
1500 |
} else {
|
1501 |
+
global $post, $wpdb, $wp_query;
|
1502 |
+
$old_wp_query = $wp_query;
|
1503 |
$args = array(
|
1504 |
'post_type' => 'gallery',
|
1505 |
'post_status' => 'publish',
|
1510 |
if ( $display == 'short' ) { ?>
|
1511 |
<div class="gallery_box">
|
1512 |
<ul>
|
1513 |
+
<?php if ( $second_query->have_posts() ) :
|
|
|
1514 |
$second_query->the_post();
|
1515 |
$attachments = get_post_thumbnail_id( $post->ID );
|
1516 |
|
1557 |
<?php } else {
|
1558 |
if ( $second_query->have_posts() ) :
|
1559 |
while ( $second_query->have_posts() ) :
|
|
|
1560 |
$second_query->the_post(); ?>
|
1561 |
<div class="gallery_box_single">
|
1562 |
<?php echo do_shortcode( get_the_content() );
|
1660 |
</script>
|
1661 |
<?php }
|
1662 |
wp_reset_query();
|
1663 |
+
$wp_query = $old_wp_query;
|
1664 |
}
|
1665 |
$gllr_output = ob_get_clean();
|
1666 |
return $gllr_output;
|
1676 |
$id = isset( $_REQUEST['id'] ) ? $_REQUEST['id'] : "";
|
1677 |
switch ( $action ) {
|
1678 |
case 'get_all_attachment':
|
1679 |
+
$result_parent_id = $wpdb->get_results( $wpdb->prepare( "SELECT ID FROM " . $wpdb->posts . " WHERE `post_type` = %s", 'gallery' ), ARRAY_N );
|
1680 |
$array_parent_id = array();
|
1681 |
|
1682 |
while ( list( $key, $val ) = each( $result_parent_id ) )
|
1684 |
|
1685 |
$string_parent_id = implode( ",", $array_parent_id );
|
1686 |
|
1687 |
+
$metas = $wpdb->get_results( $wpdb->prepare( "SELECT `meta_value` FROM $wpdb->postmeta WHERE `meta_key` = %s AND `post_id` IN (" . $string_parent_id . ")", '_gallery_images' ), ARRAY_A );
|
1688 |
+
|
1689 |
+
$result_attachment_id = '';
|
1690 |
+
foreach ( $metas as $key => $value ) {
|
1691 |
+
if ( ! empty( $value['meta_value'] ) ) {
|
1692 |
+
$result_attachment_id .= $value['meta_value'] . ',';
|
1693 |
+
}
|
1694 |
+
}
|
1695 |
+
$result_attachment_id_array = explode( ",", rtrim( $result_attachment_id, ',' ) );
|
1696 |
+
echo json_encode( array_unique( $result_attachment_id_array ) );
|
1697 |
break;
|
1698 |
case 'update_image':
|
1699 |
$metadata = wp_get_attachment_metadata( $id );
|
1703 |
$metadata_new = gllr_wp_generate_attachment_metadata( $id, $path, $metadata );
|
1704 |
wp_update_attachment_metadata( $id, array_merge( $metadata, $metadata_new ) );
|
1705 |
break;
|
|
|
|
|
|
|
1706 |
}
|
1707 |
die();
|
1708 |
}
|
1903 |
}
|
1904 |
}
|
1905 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1906 |
if ( ! function_exists ( 'gllr_theme_body_classes' ) ) {
|
1907 |
function gllr_theme_body_classes( $classes ) {
|
1908 |
if ( function_exists( 'wp_get_theme' ) ) {
|
1913 |
}
|
1914 |
}
|
1915 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1916 |
/* Create custom meta box for gallery post type */
|
1917 |
if ( ! function_exists( 'gllr_media_custom_box' ) ) {
|
1918 |
function gllr_media_custom_box( $obj = '', $box = '' ) {
|
2638 |
}
|
2639 |
}
|
2640 |
|
2641 |
+
if ( ! function_exists ( 'gllr_admin_notices' ) ) {
|
2642 |
+
function gllr_admin_notices() {
|
2643 |
+
global $hook_suffix, $gllr_plugin_info, $gllr_BWS_demo_data, $gllr_options;
|
2644 |
+
/* add error if templates were not found in the theme directory */
|
2645 |
+
gllr_admin_error();
|
2646 |
+
|
2647 |
+
if ( 'plugins.php' == $hook_suffix || ( isset( $_GET['page'] ) && $_GET['page'] == 'gallery-plugin.php' ) ) {
|
2648 |
+
if ( empty( $gllr_options ) )
|
2649 |
+
$gllr_options = get_option( 'gllr_options' );
|
2650 |
+
|
2651 |
+
if ( ! $gllr_BWS_demo_data )
|
2652 |
+
gllr_include_demo_data();
|
2653 |
+
|
2654 |
+
$gllr_BWS_demo_data->bws_handle_demo_notice( $gllr_options['display_demo_notice'] );
|
2655 |
+
|
2656 |
+
if ( 'plugins.php' == $hook_suffix ) {
|
2657 |
+
if ( isset( $gllr_options['first_install'] ) && strtotime( '-1 week' ) > $gllr_options['first_install'] )
|
2658 |
+
bws_plugin_banner( $gllr_plugin_info, 'gllr', 'gallery', '01a04166048e9416955ce1cbe9d5ca16', '79', '//ps.w.org/gallery-plugin/assets/icon-128x128.png' );
|
2659 |
+
|
2660 |
+
bws_plugin_banner_to_settings( $gllr_plugin_info, 'gllr_options', 'gallery-plugin', 'admin.php?page=gallery-plugin.php', 'post-new.php?post_type=gallery', 'Gallery' );
|
2661 |
+
} else {
|
2662 |
+
bws_plugin_suggest_feature_banner( $gllr_plugin_info, 'gllr_options', 'gallery-plugin' );
|
2663 |
+
}
|
2664 |
+
}
|
2665 |
+
}
|
2666 |
+
}
|
2667 |
+
|
2668 |
+
/**
|
2669 |
+
* Perform at uninstall
|
2670 |
+
*/
|
2671 |
+
if ( ! function_exists( 'gllr_plugin_uninstall' ) ) {
|
2672 |
+
function gllr_plugin_uninstall() {
|
2673 |
+
global $gllr_filenames, $gllr_themepath, $wpdb, $gllr_BWS_demo_data;
|
2674 |
+
|
2675 |
+
foreach ( $gllr_filenames as $filename ) {
|
2676 |
+
if ( file_exists( $gllr_themepath . $filename ) && ! unlink( $gllr_themepath . $filename ) ) {
|
2677 |
+
add_action( 'admin_notices', create_function( '', ' return "Error delete template file";' ) );
|
2678 |
+
}
|
2679 |
+
}
|
2680 |
+
|
2681 |
+
if ( function_exists( 'is_multisite' ) && is_multisite() ) {
|
2682 |
+
$old_blog = $wpdb->blogid;
|
2683 |
+
/* Get all blog ids */
|
2684 |
+
$blogids = $wpdb->get_col( "SELECT `blog_id` FROM $wpdb->blogs" );
|
2685 |
+
foreach ( $blogids as $blog_id ) {
|
2686 |
+
switch_to_blog( $blog_id );
|
2687 |
+
delete_option( 'gllr_options' );
|
2688 |
+
|
2689 |
+
if ( ! $gllr_BWS_demo_data )
|
2690 |
+
gllr_include_demo_data();
|
2691 |
+
|
2692 |
+
$gllr_BWS_demo_data->bws_remove_demo_data();
|
2693 |
+
}
|
2694 |
+
switch_to_blog( $old_blog );
|
2695 |
+
} else {
|
2696 |
+
global $gllr_BWS_demo_data;
|
2697 |
+
|
2698 |
+
delete_option( 'gllr_options' );
|
2699 |
+
|
2700 |
+
if ( ! $gllr_BWS_demo_data )
|
2701 |
+
gllr_include_demo_data();
|
2702 |
+
|
2703 |
+
$gllr_BWS_demo_data->bws_remove_demo_data();
|
2704 |
+
}
|
2705 |
+
|
2706 |
+
require_once( dirname( __FILE__ ) . '/bws_menu/bws_include.php' );
|
2707 |
+
bws_include_init( plugin_basename( __FILE__ ) );
|
2708 |
+
bws_delete_plugin( plugin_basename( __FILE__ ) );
|
2709 |
+
}
|
2710 |
+
}
|
2711 |
+
|
2712 |
/* Activate plugin */
|
2713 |
register_activation_hook( __FILE__, 'gllr_plugin_activate' );
|
2714 |
|
2751 |
add_filter( 'widget_text', 'do_shortcode' );
|
2752 |
|
2753 |
add_action( 'wp_ajax_gllr_update_image', 'gllr_update_image' );
|
|
|
|
|
|
|
2754 |
add_action( 'admin_notices', 'gllr_admin_notices' );
|
2755 |
|
2756 |
/* Add place for notice in media upoader for portfolio */
|
images/display_text_by_mouse_hover.jpg
ADDED
Binary file
|
images/display_text_under_image.jpg
ADDED
Binary file
|
images/view_grid.jpg
ADDED
Binary file
|
images/view_masonry.jpg
ADDED
Binary file
|
inc/demo-data/class-bws-demo-data.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
/**
|
4 |
* Load demo data
|
5 |
-
* @version 1.0.
|
6 |
*/
|
7 |
|
8 |
if ( ! class_exists( 'Bws_Demo_Data' ) ) {
|
@@ -135,8 +135,16 @@ if ( ! class_exists( 'Bws_Demo_Data' ) ) {
|
|
135 |
/* remember old plugin options */
|
136 |
if ( ! empty( $plugin_options ) ) {
|
137 |
$this->bws_demo_options['options'] = $plugin_options;
|
|
|
138 |
update_option( $this->bws_plugin_prefix . 'options', array_merge( $plugin_options, $demo_data['options'] ) );
|
139 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
140 |
}
|
141 |
|
142 |
/*
|
2 |
|
3 |
/**
|
4 |
* Load demo data
|
5 |
+
* @version 1.0.3
|
6 |
*/
|
7 |
|
8 |
if ( ! class_exists( 'Bws_Demo_Data' ) ) {
|
135 |
/* remember old plugin options */
|
136 |
if ( ! empty( $plugin_options ) ) {
|
137 |
$this->bws_demo_options['options'] = $plugin_options;
|
138 |
+
$demo_data['options']['display_demo_notice'] = 0;
|
139 |
update_option( $this->bws_plugin_prefix . 'options', array_merge( $plugin_options, $demo_data['options'] ) );
|
140 |
}
|
141 |
+
} else {
|
142 |
+
/* remove demo notice */
|
143 |
+
$plugin_options = get_option( $this->bws_plugin_prefix . 'options' );
|
144 |
+
if ( 0 != $plugin_options['display_demo_notice'] ) {
|
145 |
+
$plugin_options['display_demo_notice'] = 0;
|
146 |
+
update_option( $this->bws_plugin_prefix . 'options', $plugin_options );
|
147 |
+
}
|
148 |
}
|
149 |
|
150 |
/*
|
js/frontend_script.js
CHANGED
@@ -16,9 +16,9 @@
|
|
16 |
count_images_in_row = ( columns < pre_count_images_in_row ) ? columns : pre_count_images_in_row,
|
17 |
count_rows = Math.ceil( count_images / count_images_in_row );
|
18 |
|
19 |
-
if( count_images_in_first_row != count_images_in_row && count_images_in_row != 0 ) {
|
20 |
|
21 |
-
$gallery.
|
22 |
|
23 |
for( var i = 1; i <= count_rows; i++ ) {
|
24 |
var $new_row = $( '<div/>', {
|
16 |
count_images_in_row = ( columns < pre_count_images_in_row ) ? columns : pre_count_images_in_row,
|
17 |
count_rows = Math.ceil( count_images / count_images_in_row );
|
18 |
|
19 |
+
if ( count_images_in_first_row != count_images_in_row && count_images_in_row != 0 ) {
|
20 |
|
21 |
+
$gallery.empty();
|
22 |
|
23 |
for( var i = 1; i <= count_rows; i++ ) {
|
24 |
var $new_row = $( '<div/>', {
|
js/script.js
CHANGED
@@ -39,6 +39,11 @@ function gllr_setError( msg ) {
|
|
39 |
}
|
40 |
});
|
41 |
|
|
|
|
|
|
|
|
|
|
|
42 |
$( '#gllr_ajax_update_images' ).click( function() {
|
43 |
gllr_setMessage( "<p>" + gllr_vars.update_img_message + "</p>" );
|
44 |
var curr = 0;
|
@@ -58,12 +63,6 @@ function gllr_setError( msg ) {
|
|
58 |
|
59 |
function updatenImageItem() {
|
60 |
if ( curr >= list.length ) {
|
61 |
-
$.ajax({
|
62 |
-
url: '../wp-admin/admin-ajax.php?action=gllr_update_image',
|
63 |
-
type: "POST",
|
64 |
-
data: "action1=update_options&gllr_ajax_nonce_field=" + gllr_vars.gllr_nonce,
|
65 |
-
success: function( result ) {}
|
66 |
-
});
|
67 |
$( "#gllr_ajax_update_images" ).removeAttr( "disabled" );
|
68 |
gllr_setMessage( "<p>" + gllr_vars.img_success + "</p>" );
|
69 |
$( '#gllr_img_loader' ).css( 'display', 'none' );
|
@@ -73,7 +72,7 @@ function gllr_setError( msg ) {
|
|
73 |
$.ajax({
|
74 |
url: '../wp-admin/admin-ajax.php?action=gllr_update_image',
|
75 |
type: "POST",
|
76 |
-
data: "action1=update_image&id=" + list[ curr ]
|
77 |
success: function( result ) {
|
78 |
curr = curr + 1;
|
79 |
updatenImageItem();
|
39 |
}
|
40 |
});
|
41 |
|
42 |
+
/* include color-picker */
|
43 |
+
if ( $.fn.wpColorPicker ) {
|
44 |
+
$( '.gllr_color_field' ).wpColorPicker();
|
45 |
+
}
|
46 |
+
|
47 |
$( '#gllr_ajax_update_images' ).click( function() {
|
48 |
gllr_setMessage( "<p>" + gllr_vars.update_img_message + "</p>" );
|
49 |
var curr = 0;
|
63 |
|
64 |
function updatenImageItem() {
|
65 |
if ( curr >= list.length ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
$( "#gllr_ajax_update_images" ).removeAttr( "disabled" );
|
67 |
gllr_setMessage( "<p>" + gllr_vars.img_success + "</p>" );
|
68 |
$( '#gllr_img_loader' ).css( 'display', 'none' );
|
72 |
$.ajax({
|
73 |
url: '../wp-admin/admin-ajax.php?action=gllr_update_image',
|
74 |
type: "POST",
|
75 |
+
data: "action1=update_image&id=" + list[ curr ] + '&gllr_ajax_nonce_field=' + gllr_vars.gllr_nonce,
|
76 |
success: function( result ) {
|
77 |
curr = curr + 1;
|
78 |
updatenImageItem();
|
languages/gallery-plugin-bg_BG.mo
CHANGED
Binary file
|
languages/gallery-plugin-bg_BG.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
-
"PO-Revision-Date: 2016-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Petya <p@pipermagus.com>\n"
|
9 |
"Language: uk_UA\n"
|
@@ -16,8 +16,8 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: gallery-plugin.php:45 gallery-plugin.php:
|
20 |
-
#: gallery-plugin.php:
|
21 |
msgid "Settings"
|
22 |
msgstr "Настройки"
|
23 |
|
@@ -29,7 +29,7 @@ msgstr "Виж изображенията »"
|
|
29 |
msgid "Return to all albums"
|
30 |
msgstr ""
|
31 |
|
32 |
-
#: gallery-plugin.php:
|
33 |
#, fuzzy, php-format
|
34 |
msgid ""
|
35 |
"The following files '%s' and '%s' were not found in the directory of your "
|
@@ -41,49 +41,49 @@ msgstr ""
|
|
41 |
"plugins/gallery-plugin/template/` в папката на вашата тема, за да работи "
|
42 |
"правилно приставката Gallery."
|
43 |
|
44 |
-
#: gallery-plugin.php:
|
45 |
msgid "Galleries"
|
46 |
msgstr "Галерии"
|
47 |
|
48 |
-
#: gallery-plugin.php:
|
49 |
msgid "Gallery"
|
50 |
msgstr "Галерия"
|
51 |
|
52 |
-
#: gallery-plugin.php:
|
53 |
msgid "Add New Gallery"
|
54 |
msgstr "Добави нова галерия"
|
55 |
|
56 |
-
#: gallery-plugin.php:
|
57 |
msgid "Edit Gallery"
|
58 |
msgstr "Редактирай галерия"
|
59 |
|
60 |
-
#: gallery-plugin.php:
|
61 |
msgid "New Gallery"
|
62 |
msgstr "Нова галерия"
|
63 |
|
64 |
-
#: gallery-plugin.php:
|
65 |
msgid "View Gallery"
|
66 |
msgstr "Преглед на галерия"
|
67 |
|
68 |
-
#: gallery-plugin.php:
|
69 |
#, fuzzy
|
70 |
msgid "Search Galleries"
|
71 |
msgstr "Галерии"
|
72 |
|
73 |
-
#: gallery-plugin.php:
|
74 |
msgid "No Gallery found"
|
75 |
msgstr "Няма намерена галерия"
|
76 |
|
77 |
-
#: gallery-plugin.php:
|
78 |
msgid "Gallery Shortcode"
|
79 |
msgstr "Шорткод за галерия"
|
80 |
|
81 |
-
#: gallery-plugin.php:
|
82 |
#, fuzzy
|
83 |
msgid "Gallery Categories"
|
84 |
msgstr "Размер на изображението в галерия"
|
85 |
|
86 |
-
#: gallery-plugin.php:
|
87 |
#, fuzzy, php-format
|
88 |
msgid ""
|
89 |
"If you would like to add a Gallery to your page or post, please use %s button"
|
@@ -91,7 +91,7 @@ msgstr ""
|
|
91 |
"Ако искате да добавите галерия към ваша страница или пост, просто копирайте "
|
92 |
"и поставете този шорткод в поста или страницата:"
|
93 |
|
94 |
-
#: gallery-plugin.php:
|
95 |
#, php-format
|
96 |
msgid ""
|
97 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
@@ -99,12 +99,12 @@ msgid ""
|
|
99 |
"please use the shortcode below"
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: gallery-plugin.php:
|
103 |
msgid ""
|
104 |
"Add this shortcode to a page, post or widget to display a single gallery"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: gallery-plugin.php:
|
108 |
#, fuzzy
|
109 |
msgid ""
|
110 |
"Use this shortcode to display an album image with the description and the "
|
@@ -113,74 +113,78 @@ msgstr ""
|
|
113 |
"Ако искате да покажете кратко описание, заедно със screenshot и линк към "
|
114 |
"страницата с галерията"
|
115 |
|
116 |
-
#: gallery-plugin.php:
|
117 |
msgid "Short display"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: gallery-plugin.php:
|
121 |
msgid "Most Used"
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: gallery-plugin.php:
|
125 |
msgid "Default"
|
126 |
msgstr "По подразбиране"
|
127 |
|
128 |
-
#: gallery-plugin.php:
|
129 |
#, fuzzy
|
130 |
msgid "Add New Gallery Category"
|
131 |
msgstr "Добави нова галерия"
|
132 |
|
133 |
-
#: gallery-plugin.php:
|
134 |
#, fuzzy
|
135 |
msgid "Install plugin"
|
136 |
msgstr "Встановлених модулів"
|
137 |
|
138 |
-
#: gallery-plugin.php:
|
139 |
-
#: gallery-plugin.php:
|
140 |
msgid "Title"
|
141 |
msgstr "Име"
|
142 |
|
143 |
-
#: gallery-plugin.php:
|
144 |
msgid "Author"
|
145 |
msgstr "Автор "
|
146 |
|
147 |
-
#: gallery-plugin.php:
|
148 |
#, fuzzy
|
149 |
msgid "Shortcode"
|
150 |
msgstr "Шорткод за галерия"
|
151 |
|
152 |
-
#: gallery-plugin.php:
|
153 |
#, fuzzy
|
154 |
msgid "Photos"
|
155 |
msgstr "Снимка"
|
156 |
|
157 |
-
#: gallery-plugin.php:
|
158 |
msgid "Date"
|
159 |
msgstr "Дата "
|
160 |
|
161 |
-
#: gallery-plugin.php:
|
162 |
msgid "Settings are saved"
|
163 |
msgstr "Настройките са съхранени"
|
164 |
|
165 |
-
#: gallery-plugin.php:
|
166 |
#, fuzzy
|
167 |
msgid "All plugin settings were restored."
|
168 |
msgstr "на страницата с настройки за плъгина ("
|
169 |
|
170 |
-
#: gallery-plugin.php:
|
171 |
msgid "Gallery Settings"
|
172 |
msgstr "Настройки на галерията"
|
173 |
|
174 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
175 |
msgid "Go PRO"
|
176 |
msgstr ""
|
177 |
|
178 |
-
#: gallery-plugin.php:
|
179 |
#, fuzzy
|
180 |
msgid "Please enable JavaScript to use the option to renew images."
|
181 |
msgstr "Моля, активирайте JavaScript, за да можете да качвате файлове."
|
182 |
|
183 |
-
#: gallery-plugin.php:
|
184 |
#, php-format
|
185 |
msgid ""
|
186 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
@@ -188,22 +192,22 @@ msgid ""
|
|
188 |
"please use the shortcode %s, where * stands for gallery ID"
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: gallery-plugin.php:
|
192 |
msgid "Number of images in the row"
|
193 |
msgstr "Брой изображения на ред"
|
194 |
|
195 |
-
#: gallery-plugin.php:
|
196 |
#, fuzzy
|
197 |
msgid ""
|
198 |
"The number of images per row can be less depending on the width of the "
|
199 |
"parent block"
|
200 |
msgstr "Брой изображения на ред"
|
201 |
|
202 |
-
#: gallery-plugin.php:
|
203 |
msgid "Image size"
|
204 |
msgstr "Размер на изображението"
|
205 |
|
206 |
-
#: gallery-plugin.php:
|
207 |
msgid ""
|
208 |
"WordPress will create a new thumbnail with the specified dimensions when you "
|
209 |
"upload a new photo."
|
@@ -211,658 +215,658 @@ msgstr ""
|
|
211 |
"WordPress ще създава thumbnail с указаните размери, когато качвате нова "
|
212 |
"снимка."
|
213 |
|
214 |
-
#: gallery-plugin.php:
|
215 |
#, fuzzy
|
216 |
msgid "For the album cover"
|
217 |
msgstr "Размер на изображението за корица на албума"
|
218 |
|
219 |
-
#: gallery-plugin.php:
|
220 |
msgid "width x height"
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: gallery-plugin.php:
|
224 |
msgid "in px"
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: gallery-plugin.php:
|
228 |
#, fuzzy
|
229 |
msgid "For thumbnails"
|
230 |
msgstr "Размер на изображението за корица на албума"
|
231 |
|
232 |
-
#: gallery-plugin.php:
|
233 |
msgid "Update images for gallery"
|
234 |
msgstr ""
|
235 |
|
236 |
-
#: gallery-plugin.php:
|
237 |
msgid "Close"
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: gallery-plugin.php:
|
241 |
#, fuzzy
|
242 |
msgid "For images in the lightbox"
|
243 |
msgstr "Размер на изображението за lightbox"
|
244 |
|
245 |
-
#: gallery-plugin.php:
|
246 |
msgid "Display a full size image in the lightbox"
|
247 |
msgstr "Показване на изображението в пълен размер в lightbox"
|
248 |
|
249 |
-
#: gallery-plugin.php:
|
250 |
msgid "Crop position"
|
251 |
msgstr "Позиция за изрязване"
|
252 |
|
253 |
-
#: gallery-plugin.php:
|
254 |
msgid "center"
|
255 |
msgstr "център"
|
256 |
|
257 |
-
#: gallery-plugin.php:
|
258 |
msgid "Horizontal"
|
259 |
msgstr "Хоризонтално"
|
260 |
|
261 |
-
#: gallery-plugin.php:
|
262 |
msgid "Vertical"
|
263 |
msgstr "Вертикално"
|
264 |
|
265 |
-
#: gallery-plugin.php:
|
266 |
#, fuzzy
|
267 |
msgid "Single gallery view"
|
268 |
msgstr "Название на елемент от галерията"
|
269 |
|
270 |
-
#: gallery-plugin.php:
|
271 |
msgid "Grid"
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: gallery-plugin.php:
|
275 |
msgid "Masonry"
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: gallery-plugin.php:
|
279 |
msgid ""
|
280 |
"If you upgrade to Pro version all your settings and galleries will be saved."
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: gallery-plugin.php:
|
284 |
msgid "Unlock premium options by upgrading to Pro version"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: gallery-plugin.php:
|
288 |
msgid "Start Your Trial"
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: gallery-plugin.php:
|
292 |
msgid "or"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: gallery-plugin.php:
|
296 |
#, fuzzy
|
297 |
msgid "Learn More"
|
298 |
msgstr "Читати далі"
|
299 |
|
300 |
-
#: gallery-plugin.php:
|
301 |
msgid "Display image text"
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: gallery-plugin.php:
|
305 |
msgid "Turn off the checkbox, if you want to display text just in a lightbox"
|
306 |
msgstr "Не отбелязвайте, ако искате текстът да се показва само в lightbox"
|
307 |
|
308 |
-
#: gallery-plugin.php:
|
309 |
msgid "Images with border"
|
310 |
msgstr "Изображения с рамка"
|
311 |
|
312 |
-
#: gallery-plugin.php:
|
313 |
msgid "Border width in px, just numbers"
|
314 |
msgstr "Ширина на рамката в пиксели, само числа"
|
315 |
|
316 |
-
#: gallery-plugin.php:
|
317 |
msgid "Select a border color"
|
318 |
msgstr "Изберете цвят за рамката"
|
319 |
|
320 |
-
#: gallery-plugin.php:
|
321 |
msgid "Sort images"
|
322 |
msgstr "Подреди изображенията"
|
323 |
|
324 |
-
#: gallery-plugin.php:
|
325 |
#, fuzzy
|
326 |
msgid "by Attachment ID"
|
327 |
msgstr "ID на изображението"
|
328 |
|
329 |
-
#: gallery-plugin.php:
|
330 |
#, fuzzy
|
331 |
msgid "by Image Name"
|
332 |
msgstr "Име на изображението"
|
333 |
|
334 |
-
#: gallery-plugin.php:
|
335 |
#, fuzzy
|
336 |
msgid "by Date"
|
337 |
msgstr "Дата "
|
338 |
|
339 |
-
#: gallery-plugin.php:
|
340 |
msgid "by Sorting order in the Gallery"
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: gallery-plugin.php:
|
344 |
msgid "Random"
|
345 |
msgstr "Произволен"
|
346 |
|
347 |
-
#: gallery-plugin.php:
|
348 |
#, fuzzy
|
349 |
msgid "The images sort order"
|
350 |
msgstr "Изображения с рамка"
|
351 |
|
352 |
-
#: gallery-plugin.php:
|
353 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
354 |
msgstr "ASC (възходящ ред - 1, 2, 3, а, б, в)"
|
355 |
|
356 |
-
#: gallery-plugin.php:
|
357 |
msgid ""
|
358 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
359 |
msgstr "DESC (низходящ ред - 3, 2, 1, в, б, а)"
|
360 |
|
361 |
-
#: gallery-plugin.php:
|
362 |
#, fuzzy
|
363 |
msgid "Sort galleries"
|
364 |
msgstr "Галерии"
|
365 |
|
366 |
-
#: gallery-plugin.php:
|
367 |
#, fuzzy
|
368 |
msgid "by Gallery ID"
|
369 |
msgstr "Галерия"
|
370 |
|
371 |
-
#: gallery-plugin.php:
|
372 |
#, fuzzy
|
373 |
msgid "by Title"
|
374 |
msgstr "Име"
|
375 |
|
376 |
-
#: gallery-plugin.php:
|
377 |
msgid "by Last modified date"
|
378 |
msgstr ""
|
379 |
|
380 |
-
#: gallery-plugin.php:
|
381 |
msgid "by Comment count"
|
382 |
msgstr ""
|
383 |
|
384 |
-
#: gallery-plugin.php:
|
385 |
#, fuzzy
|
386 |
msgid "by Sorting order (the input field for sorting order)"
|
387 |
msgstr ""
|
388 |
"Ред за сортиране (полето за въвеждане на ред за сортиране в Insert / Upload "
|
389 |
"Media Gallery)"
|
390 |
|
391 |
-
#: gallery-plugin.php:
|
392 |
#, fuzzy
|
393 |
msgid "by Author"
|
394 |
msgstr "Автор "
|
395 |
|
396 |
-
#: gallery-plugin.php:
|
397 |
msgid "The galleries sort order"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: gallery-plugin.php:
|
401 |
msgid "Start slideshow"
|
402 |
msgstr "Слайдшоу"
|
403 |
|
404 |
-
#: gallery-plugin.php:
|
405 |
msgid "Slideshow interval"
|
406 |
msgstr "Интервал за слайдшоу"
|
407 |
|
408 |
-
#: gallery-plugin.php:
|
409 |
msgid "(ms)"
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: gallery-plugin.php:
|
413 |
msgid "Use single lightbox for multiple galleries on one page"
|
414 |
msgstr ""
|
415 |
|
416 |
-
#: gallery-plugin.php:
|
417 |
msgid "Display the Back link"
|
418 |
msgstr "Показване на линк 'Назад'"
|
419 |
|
420 |
-
#: gallery-plugin.php:
|
421 |
msgid "Display the Back link in the shortcode"
|
422 |
msgstr "Показване на линк 'Назад' в шорткода"
|
423 |
|
424 |
-
#: gallery-plugin.php:
|
425 |
msgid "The Back link text"
|
426 |
msgstr "Текст за линка 'Назад'"
|
427 |
|
428 |
-
#: gallery-plugin.php:
|
429 |
msgid "The Back link URL"
|
430 |
msgstr "URL за линка 'Назад'"
|
431 |
|
432 |
-
#: gallery-plugin.php:
|
433 |
msgid "Gallery page (Page with Gallery Template)"
|
434 |
msgstr "Страница с галерия (страница с шаблон 'Gallery Template')"
|
435 |
|
436 |
-
#: gallery-plugin.php:
|
437 |
msgid "(Full URL to custom page)"
|
438 |
msgstr "(Пълно URL към произволна страница)"
|
439 |
|
440 |
-
#: gallery-plugin.php:
|
441 |
msgid "The Read More link text"
|
442 |
msgstr "Текст за линка 'Прочети повече'"
|
443 |
|
444 |
-
#: gallery-plugin.php:
|
445 |
msgid "Add gallery to the search"
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: gallery-plugin.php:
|
449 |
msgid "Using"
|
450 |
msgstr ""
|
451 |
|
452 |
-
#: gallery-plugin.php:
|
453 |
msgid "powered by"
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: gallery-plugin.php:
|
457 |
#, fuzzy
|
458 |
msgid "Activate"
|
459 |
msgstr "Активовані плагіни"
|
460 |
|
461 |
-
#: gallery-plugin.php:
|
462 |
msgid "Download"
|
463 |
msgstr ""
|
464 |
|
465 |
-
#: gallery-plugin.php:
|
466 |
msgid "Rewrite templates after update"
|
467 |
msgstr ""
|
468 |
|
469 |
-
#: gallery-plugin.php:
|
470 |
#, php-format
|
471 |
msgid ""
|
472 |
"Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
|
473 |
"theme folder and You don't want to rewrite them"
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: gallery-plugin.php:
|
477 |
#, fuzzy
|
478 |
msgid "Under image"
|
479 |
msgstr "подреди изображенията"
|
480 |
|
481 |
-
#: gallery-plugin.php:
|
482 |
msgid "By mouse hover"
|
483 |
msgstr ""
|
484 |
|
485 |
-
#: gallery-plugin.php:
|
486 |
msgid "Use pagination for images"
|
487 |
msgstr ""
|
488 |
|
489 |
-
#: gallery-plugin.php:
|
490 |
msgid "per page"
|
491 |
msgstr ""
|
492 |
|
493 |
-
#: gallery-plugin.php:
|
494 |
msgid "Lightbox background"
|
495 |
msgstr "Фон на lightbox"
|
496 |
|
497 |
-
#: gallery-plugin.php:
|
498 |
msgid "Background transparency (from 0 to 1)"
|
499 |
msgstr "Прозрачност на фона (от 0 до 1)"
|
500 |
|
501 |
-
#: gallery-plugin.php:
|
502 |
msgid "Select a background color"
|
503 |
msgstr "Изберете цвят за фон"
|
504 |
|
505 |
-
#: gallery-plugin.php:
|
506 |
msgid "The lightbox helper"
|
507 |
msgstr ""
|
508 |
|
509 |
-
#: gallery-plugin.php:
|
510 |
msgid "Do not use"
|
511 |
msgstr ""
|
512 |
|
513 |
-
#: gallery-plugin.php:
|
514 |
msgid "Button helper"
|
515 |
msgstr ""
|
516 |
|
517 |
-
#: gallery-plugin.php:
|
518 |
msgid "Thumbnail helper"
|
519 |
msgstr ""
|
520 |
|
521 |
-
#: gallery-plugin.php:
|
522 |
msgid "Display Like buttons in the lightbox"
|
523 |
msgstr "Показване на Like бутони в lightbox"
|
524 |
|
525 |
-
#: gallery-plugin.php:
|
526 |
msgid "FaceBook"
|
527 |
msgstr "FaceBook"
|
528 |
|
529 |
-
#: gallery-plugin.php:
|
530 |
msgid "Twitter"
|
531 |
msgstr "Twitter"
|
532 |
|
533 |
-
#: gallery-plugin.php:
|
534 |
msgid "Pinterest"
|
535 |
msgstr "Pinterest"
|
536 |
|
537 |
-
#: gallery-plugin.php:
|
538 |
msgid "Google +1"
|
539 |
msgstr "Google +1"
|
540 |
|
541 |
-
#: gallery-plugin.php:
|
542 |
msgid "Slug for gallery item"
|
543 |
msgstr "Название на елемент от галерията"
|
544 |
|
545 |
-
#: gallery-plugin.php:
|
546 |
msgid "for any structure of permalinks except the default structure"
|
547 |
msgstr ""
|
548 |
"за всяка структура от пермалинковете, с изключение на структурата по "
|
549 |
"подразбиране"
|
550 |
|
551 |
-
#: gallery-plugin.php:
|
552 |
msgid "Title for lightbox button"
|
553 |
msgstr ""
|
554 |
|
555 |
-
#: gallery-plugin.php:
|
556 |
msgid ""
|
557 |
"Display all images in the lightbox instead of going into a single gallery"
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: gallery-plugin.php:
|
561 |
#, php-format
|
562 |
msgid "When using the gallery template or a shortcode with `%s` parameter"
|
563 |
msgstr ""
|
564 |
|
565 |
-
#: gallery-plugin.php:
|
566 |
msgid "Save Changes"
|
567 |
msgstr "Съхрани промените"
|
568 |
|
569 |
-
#: gallery-plugin.php:
|
570 |
msgid ""
|
571 |
"If you install the demo-data, will be created galleries with images, demo-"
|
572 |
"post with available shortcodes and page with a list of all the galleries."
|
573 |
msgstr ""
|
574 |
|
575 |
-
#: gallery-plugin.php:
|
576 |
msgid "FAQ"
|
577 |
msgstr "Често задавани въпроси"
|
578 |
|
579 |
-
#: gallery-plugin.php:
|
580 |
msgid "Support"
|
581 |
msgstr "Поддръжка"
|
582 |
|
583 |
-
#: gallery-plugin.php:
|
584 |
msgid "Updating images..."
|
585 |
msgstr ""
|
586 |
|
587 |
-
#: gallery-plugin.php:
|
588 |
#, fuzzy
|
589 |
msgid "No image found."
|
590 |
msgstr "Няма намерена галерия"
|
591 |
|
592 |
-
#: gallery-plugin.php:
|
593 |
msgid "All images are updated."
|
594 |
msgstr ""
|
595 |
|
596 |
-
#: gallery-plugin.php:
|
597 |
msgid "Error."
|
598 |
msgstr ""
|
599 |
|
600 |
-
#: gallery-plugin.php:
|
601 |
msgid ""
|
602 |
"You are about to delete these items from this gallery.\n"
|
603 |
" 'Cancel' to stop, 'OK' to delete."
|
604 |
msgstr ""
|
605 |
|
606 |
-
#: gallery-plugin.php:
|
607 |
msgid ""
|
608 |
"Switching to another mode, all unsaved data will be lost. Save data before "
|
609 |
"switching?"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: gallery-plugin.php:
|
613 |
msgid "Insert Media"
|
614 |
msgstr ""
|
615 |
|
616 |
-
#: gallery-plugin.php:
|
617 |
msgid "Insert"
|
618 |
msgstr ""
|
619 |
|
620 |
-
#: gallery-plugin.php:
|
621 |
#, fuzzy
|
622 |
msgid "Learn more"
|
623 |
msgstr "Читати далі"
|
624 |
|
625 |
-
#: gallery-plugin.php:
|
626 |
#, fuzzy
|
627 |
msgid "Install now"
|
628 |
msgstr "Установка %"
|
629 |
|
630 |
-
#: gallery-plugin.php:
|
631 |
msgid "Add multiple gallery categories"
|
632 |
msgstr ""
|
633 |
|
634 |
-
#: gallery-plugin.php:
|
635 |
msgid ""
|
636 |
"Install Gallery Categories plugin to add unlimited number of categories."
|
637 |
msgstr ""
|
638 |
|
639 |
-
#: gallery-plugin.php:
|
640 |
msgid "Sorry, nothing found."
|
641 |
msgstr "Съжалявам, нищо не е намерено."
|
642 |
|
643 |
-
#: gallery-plugin.php:
|
644 |
msgid "Image"
|
645 |
msgstr "Изображение"
|
646 |
|
647 |
-
#: gallery-plugin.php:
|
648 |
msgid "Download high resolution image"
|
649 |
msgstr "Свали изображението в цял размер"
|
650 |
|
651 |
-
#: gallery-plugin.php:
|
652 |
#, fuzzy
|
653 |
msgid "Image size not defined"
|
654 |
msgstr "Размер на изображението"
|
655 |
|
656 |
-
#: gallery-plugin.php:
|
657 |
msgid ""
|
658 |
"We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
|
659 |
"manually reload image."
|
660 |
msgstr ""
|
661 |
|
662 |
-
#: gallery-plugin.php:
|
663 |
msgid "Image size changes not defined"
|
664 |
msgstr ""
|
665 |
|
666 |
-
#: gallery-plugin.php:
|
667 |
msgid "Invalid path"
|
668 |
msgstr ""
|
669 |
|
670 |
-
#: gallery-plugin.php:
|
671 |
msgid "Add images requires JavaScript."
|
672 |
msgstr ""
|
673 |
|
674 |
-
#: gallery-plugin.php:
|
675 |
msgid "Add Media"
|
676 |
msgstr ""
|
677 |
|
678 |
-
#: gallery-plugin.php:
|
679 |
msgid "The grid view for the Gallery images requires JavaScript."
|
680 |
msgstr ""
|
681 |
|
682 |
-
#: gallery-plugin.php:
|
683 |
msgid "Switch to the list view"
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: gallery-plugin.php:
|
687 |
msgid "List View"
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: gallery-plugin.php:
|
691 |
msgid "Grid View"
|
692 |
msgstr ""
|
693 |
|
694 |
-
#: gallery-plugin.php:
|
695 |
msgid "Filter"
|
696 |
msgstr ""
|
697 |
|
698 |
-
#: gallery-plugin.php:
|
699 |
msgid "Empty Trash"
|
700 |
msgstr ""
|
701 |
|
702 |
-
#: gallery-plugin.php:
|
703 |
#, fuzzy
|
704 |
msgid "No images found"
|
705 |
msgstr "Няма намерена галерия"
|
706 |
|
707 |
-
#: gallery-plugin.php:
|
708 |
msgid "Select bulk action"
|
709 |
msgstr ""
|
710 |
|
711 |
-
#: gallery-plugin.php:
|
712 |
msgid "Bulk Actions"
|
713 |
msgstr ""
|
714 |
|
715 |
-
#: gallery-plugin.php:
|
716 |
msgid "Apply"
|
717 |
msgstr ""
|
718 |
|
719 |
-
#: gallery-plugin.php:
|
720 |
#, fuzzy
|
721 |
msgid "Delete from Gallery"
|
722 |
msgstr "Нова галерия"
|
723 |
|
724 |
-
#: gallery-plugin.php:
|
725 |
#, fuzzy
|
726 |
msgid "Display link to the original file under each image in the lightbox"
|
727 |
msgstr "Показване на изображението в пълен размер в lightbox"
|
728 |
|
729 |
-
#: gallery-plugin.php:
|
730 |
msgid "Bulk Select"
|
731 |
msgstr ""
|
732 |
|
733 |
-
#: gallery-plugin.php:
|
734 |
msgid "Cancel Selection"
|
735 |
msgstr ""
|
736 |
|
737 |
-
#: gallery-plugin.php:
|
738 |
msgid "Delete Selected"
|
739 |
msgstr ""
|
740 |
|
741 |
-
#: gallery-plugin.php:
|
742 |
msgid "File"
|
743 |
msgstr ""
|
744 |
|
745 |
-
#: gallery-plugin.php:
|
746 |
msgid "Dimensions"
|
747 |
msgstr ""
|
748 |
|
749 |
-
#: gallery-plugin.php:
|
750 |
msgid "Alt tag"
|
751 |
msgstr ""
|
752 |
|
753 |
-
#: gallery-plugin.php:
|
754 |
msgid ""
|
755 |
"The alt attribute specifies an alternate text for an image, if the image "
|
756 |
"cannot be displayed."
|
757 |
msgstr ""
|
758 |
|
759 |
-
#: gallery-plugin.php:
|
760 |
msgid "Custom URL"
|
761 |
msgstr ""
|
762 |
|
763 |
-
#: gallery-plugin.php:
|
764 |
msgid ""
|
765 |
"By clicking on the thumbnail you'll go to the link (if the field is filled) "
|
766 |
"or the image will be opened in the lightbox (if the field isn't filled)"
|
767 |
msgstr ""
|
768 |
|
769 |
-
#: gallery-plugin.php:
|
770 |
msgid "Deselect"
|
771 |
msgstr ""
|
772 |
|
773 |
-
#: gallery-plugin.php:
|
774 |
msgid "File name"
|
775 |
msgstr ""
|
776 |
|
777 |
-
#: gallery-plugin.php:
|
778 |
msgid "File type"
|
779 |
msgstr ""
|
780 |
|
781 |
-
#: gallery-plugin.php:
|
782 |
#, fuzzy
|
783 |
msgid "Edit Attachment Info"
|
784 |
msgstr "ID на изображението"
|
785 |
|
786 |
-
#: gallery-plugin.php:
|
787 |
#, fuzzy
|
788 |
msgid "Edit Attachment"
|
789 |
msgstr "ID на изображението"
|
790 |
|
791 |
-
#: gallery-plugin.php:
|
792 |
msgid "Go Pro"
|
793 |
msgstr ""
|
794 |
|
795 |
-
#: gallery-plugin.php:
|
796 |
msgid "Pro version"
|
797 |
msgstr ""
|
798 |
|
799 |
-
#: gallery-plugin.php:
|
800 |
msgid "This setting is available in Pro version"
|
801 |
msgstr "Тази настройка е достъпна само в Pro версията."
|
802 |
|
803 |
-
#: gallery-plugin.php:
|
804 |
msgid "Edit more details"
|
805 |
msgstr ""
|
806 |
|
807 |
-
#: gallery-plugin.php:
|
808 |
#, php-format
|
809 |
msgid "Select %s"
|
810 |
msgstr ""
|
811 |
|
812 |
-
#: gallery-plugin.php:
|
813 |
#, php-format
|
814 |
msgid "Edit “%s”"
|
815 |
msgstr ""
|
816 |
|
817 |
-
#: gallery-plugin.php:
|
818 |
msgid "Edit"
|
819 |
msgstr ""
|
820 |
|
821 |
-
#: gallery-plugin.php:
|
822 |
msgid "Trash"
|
823 |
msgstr ""
|
824 |
|
825 |
-
#: gallery-plugin.php:
|
826 |
msgid "Delete Permanently"
|
827 |
msgstr ""
|
828 |
|
829 |
-
#: gallery-plugin.php:
|
830 |
#, php-format
|
831 |
msgid "View “%s”"
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: gallery-plugin.php:
|
835 |
msgid "View"
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: gallery-plugin.php:
|
839 |
#, fuzzy
|
840 |
msgid "Attach"
|
841 |
msgstr "ID на изображението"
|
842 |
|
843 |
-
#: gallery-plugin.php:
|
844 |
msgid "Restore"
|
845 |
msgstr ""
|
846 |
|
847 |
-
#: gallery-plugin.php:
|
848 |
msgid "Warning"
|
849 |
msgstr ""
|
850 |
|
851 |
-
#: gallery-plugin.php:
|
852 |
msgid "You can add only images to the gallery"
|
853 |
msgstr ""
|
854 |
|
855 |
-
#: gallery-plugin.php:
|
856 |
#, fuzzy
|
857 |
msgid "no title"
|
858 |
msgstr "Име"
|
859 |
|
860 |
-
#: gallery-plugin.php:
|
861 |
#, fuzzy
|
862 |
msgid "Sorry, no gallery found."
|
863 |
msgstr "Съжалявам, нищо не е намерено."
|
864 |
|
865 |
-
#: gallery-plugin.php:
|
866 |
#, fuzzy
|
867 |
msgid ""
|
868 |
"Display an album image with the description and the link to a single gallery "
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-04-04 15:35+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-04-04 15:35+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Petya <p@pipermagus.com>\n"
|
9 |
"Language: uk_UA\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: gallery-plugin.php:45 gallery-plugin.php:883 gallery-plugin.php:1268
|
20 |
+
#: gallery-plugin.php:1285
|
21 |
msgid "Settings"
|
22 |
msgstr "Настройки"
|
23 |
|
29 |
msgid "Return to all albums"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: gallery-plugin.php:383
|
33 |
#, fuzzy, php-format
|
34 |
msgid ""
|
35 |
"The following files '%s' and '%s' were not found in the directory of your "
|
41 |
"plugins/gallery-plugin/template/` в папката на вашата тема, за да работи "
|
42 |
"правилно приставката Gallery."
|
43 |
|
44 |
+
#: gallery-plugin.php:394 gallery-plugin.php:403
|
45 |
msgid "Galleries"
|
46 |
msgstr "Галерии"
|
47 |
|
48 |
+
#: gallery-plugin.php:395 gallery-plugin.php:2616
|
49 |
msgid "Gallery"
|
50 |
msgstr "Галерия"
|
51 |
|
52 |
+
#: gallery-plugin.php:396
|
53 |
msgid "Add New Gallery"
|
54 |
msgstr "Добави нова галерия"
|
55 |
|
56 |
+
#: gallery-plugin.php:397
|
57 |
msgid "Edit Gallery"
|
58 |
msgstr "Редактирай галерия"
|
59 |
|
60 |
+
#: gallery-plugin.php:398
|
61 |
msgid "New Gallery"
|
62 |
msgstr "Нова галерия"
|
63 |
|
64 |
+
#: gallery-plugin.php:399
|
65 |
msgid "View Gallery"
|
66 |
msgstr "Преглед на галерия"
|
67 |
|
68 |
+
#: gallery-plugin.php:400
|
69 |
#, fuzzy
|
70 |
msgid "Search Galleries"
|
71 |
msgstr "Галерии"
|
72 |
|
73 |
+
#: gallery-plugin.php:401
|
74 |
msgid "No Gallery found"
|
75 |
msgstr "Няма намерена галерия"
|
76 |
|
77 |
+
#: gallery-plugin.php:458
|
78 |
msgid "Gallery Shortcode"
|
79 |
msgstr "Шорткод за галерия"
|
80 |
|
81 |
+
#: gallery-plugin.php:460 gallery-plugin.php:501 gallery-plugin.php:2599
|
82 |
#, fuzzy
|
83 |
msgid "Gallery Categories"
|
84 |
msgstr "Размер на изображението в галерия"
|
85 |
|
86 |
+
#: gallery-plugin.php:470 gallery-plugin.php:902
|
87 |
#, fuzzy, php-format
|
88 |
msgid ""
|
89 |
"If you would like to add a Gallery to your page or post, please use %s button"
|
91 |
"Ако искате да добавите галерия към ваша страница или пост, просто копирайте "
|
92 |
"и поставете този шорткод в поста или страницата:"
|
93 |
|
94 |
+
#: gallery-plugin.php:475
|
95 |
#, php-format
|
96 |
msgid ""
|
97 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
99 |
"please use the shortcode below"
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: gallery-plugin.php:481
|
103 |
msgid ""
|
104 |
"Add this shortcode to a page, post or widget to display a single gallery"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: gallery-plugin.php:484
|
108 |
#, fuzzy
|
109 |
msgid ""
|
110 |
"Use this shortcode to display an album image with the description and the "
|
113 |
"Ако искате да покажете кратко описание, заедно със screenshot и линк към "
|
114 |
"страницата с галерията"
|
115 |
|
116 |
+
#: gallery-plugin.php:486
|
117 |
msgid "Short display"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: gallery-plugin.php:502
|
121 |
msgid "Most Used"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: gallery-plugin.php:507 gallery-plugin.php:1166
|
125 |
msgid "Default"
|
126 |
msgstr "По подразбиране"
|
127 |
|
128 |
+
#: gallery-plugin.php:512
|
129 |
#, fuzzy
|
130 |
msgid "Add New Gallery Category"
|
131 |
msgstr "Добави нова галерия"
|
132 |
|
133 |
+
#: gallery-plugin.php:517
|
134 |
#, fuzzy
|
135 |
msgid "Install plugin"
|
136 |
msgstr "Встановлених модулів"
|
137 |
|
138 |
+
#: gallery-plugin.php:675 gallery-plugin.php:2191 gallery-plugin.php:2306
|
139 |
+
#: gallery-plugin.php:2393
|
140 |
msgid "Title"
|
141 |
msgstr "Име"
|
142 |
|
143 |
+
#: gallery-plugin.php:676
|
144 |
msgid "Author"
|
145 |
msgstr "Автор "
|
146 |
|
147 |
+
#: gallery-plugin.php:677
|
148 |
#, fuzzy
|
149 |
msgid "Shortcode"
|
150 |
msgstr "Шорткод за галерия"
|
151 |
|
152 |
+
#: gallery-plugin.php:678
|
153 |
#, fuzzy
|
154 |
msgid "Photos"
|
155 |
msgstr "Снимка"
|
156 |
|
157 |
+
#: gallery-plugin.php:679
|
158 |
msgid "Date"
|
159 |
msgstr "Дата "
|
160 |
|
161 |
+
#: gallery-plugin.php:852
|
162 |
msgid "Settings are saved"
|
163 |
msgstr "Настройките са съхранени"
|
164 |
|
165 |
+
#: gallery-plugin.php:869
|
166 |
#, fuzzy
|
167 |
msgid "All plugin settings were restored."
|
168 |
msgstr "на страницата с настройки за плъгина ("
|
169 |
|
170 |
+
#: gallery-plugin.php:881
|
171 |
msgid "Gallery Settings"
|
172 |
msgstr "Настройки на галерията"
|
173 |
|
174 |
+
#: gallery-plugin.php:884
|
175 |
+
msgid "Custom code"
|
176 |
+
msgstr ""
|
177 |
+
|
178 |
+
#: gallery-plugin.php:885
|
179 |
msgid "Go PRO"
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: gallery-plugin.php:895
|
183 |
#, fuzzy
|
184 |
msgid "Please enable JavaScript to use the option to renew images."
|
185 |
msgstr "Моля, активирайте JavaScript, за да можете да качвате файлове."
|
186 |
|
187 |
+
#: gallery-plugin.php:907
|
188 |
#, php-format
|
189 |
msgid ""
|
190 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
192 |
"please use the shortcode %s, where * stands for gallery ID"
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: gallery-plugin.php:917
|
196 |
msgid "Number of images in the row"
|
197 |
msgstr "Брой изображения на ред"
|
198 |
|
199 |
+
#: gallery-plugin.php:919
|
200 |
#, fuzzy
|
201 |
msgid ""
|
202 |
"The number of images per row can be less depending on the width of the "
|
203 |
"parent block"
|
204 |
msgstr "Брой изображения на ред"
|
205 |
|
206 |
+
#: gallery-plugin.php:923 gallery-plugin.php:949
|
207 |
msgid "Image size"
|
208 |
msgstr "Размер на изображението"
|
209 |
|
210 |
+
#: gallery-plugin.php:926
|
211 |
msgid ""
|
212 |
"WordPress will create a new thumbnail with the specified dimensions when you "
|
213 |
"upload a new photo."
|
215 |
"WordPress ще създава thumbnail с указаните размери, когато качвате нова "
|
216 |
"снимка."
|
217 |
|
218 |
+
#: gallery-plugin.php:928
|
219 |
#, fuzzy
|
220 |
msgid "For the album cover"
|
221 |
msgstr "Размер на изображението за корица на албума"
|
222 |
|
223 |
+
#: gallery-plugin.php:929 gallery-plugin.php:933 gallery-plugin.php:954
|
224 |
msgid "width x height"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: gallery-plugin.php:929 gallery-plugin.php:933 gallery-plugin.php:954
|
228 |
msgid "in px"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: gallery-plugin.php:932
|
232 |
#, fuzzy
|
233 |
msgid "For thumbnails"
|
234 |
msgstr "Размер на изображението за корица на албума"
|
235 |
|
236 |
+
#: gallery-plugin.php:936
|
237 |
msgid "Update images for gallery"
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: gallery-plugin.php:945 gallery-plugin.php:1144 gallery-plugin.php:1371
|
241 |
msgid "Close"
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: gallery-plugin.php:952
|
245 |
#, fuzzy
|
246 |
msgid "For images in the lightbox"
|
247 |
msgstr "Размер на изображението за lightbox"
|
248 |
|
249 |
+
#: gallery-plugin.php:956
|
250 |
msgid "Display a full size image in the lightbox"
|
251 |
msgstr "Показване на изображението в пълен размер в lightbox"
|
252 |
|
253 |
+
#: gallery-plugin.php:961
|
254 |
msgid "Crop position"
|
255 |
msgstr "Позиция за изрязване"
|
256 |
|
257 |
+
#: gallery-plugin.php:965 gallery-plugin.php:971
|
258 |
msgid "center"
|
259 |
msgstr "център"
|
260 |
|
261 |
+
#: gallery-plugin.php:967
|
262 |
msgid "Horizontal"
|
263 |
msgstr "Хоризонтално"
|
264 |
|
265 |
+
#: gallery-plugin.php:973
|
266 |
msgid "Vertical"
|
267 |
msgstr "Вертикално"
|
268 |
|
269 |
+
#: gallery-plugin.php:978
|
270 |
#, fuzzy
|
271 |
msgid "Single gallery view"
|
272 |
msgstr "Название на елемент от галерията"
|
273 |
|
274 |
+
#: gallery-plugin.php:981
|
275 |
msgid "Grid"
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: gallery-plugin.php:982
|
279 |
msgid "Masonry"
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: gallery-plugin.php:988 gallery-plugin.php:1209
|
283 |
msgid ""
|
284 |
"If you upgrade to Pro version all your settings and galleries will be saved."
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: gallery-plugin.php:995 gallery-plugin.php:1216
|
288 |
msgid "Unlock premium options by upgrading to Pro version"
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: gallery-plugin.php:999 gallery-plugin.php:1220
|
292 |
msgid "Start Your Trial"
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: gallery-plugin.php:1000 gallery-plugin.php:1221 gallery-plugin.php:2601
|
296 |
msgid "or"
|
297 |
msgstr ""
|
298 |
|
299 |
+
#: gallery-plugin.php:1002 gallery-plugin.php:1223
|
300 |
#, fuzzy
|
301 |
msgid "Learn More"
|
302 |
msgstr "Читати далі"
|
303 |
|
304 |
+
#: gallery-plugin.php:1010 gallery-plugin.php:1148
|
305 |
msgid "Display image text"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: gallery-plugin.php:1012
|
309 |
msgid "Turn off the checkbox, if you want to display text just in a lightbox"
|
310 |
msgstr "Не отбелязвайте, ако искате текстът да се показва само в lightbox"
|
311 |
|
312 |
+
#: gallery-plugin.php:1016
|
313 |
msgid "Images with border"
|
314 |
msgstr "Изображения с рамка"
|
315 |
|
316 |
+
#: gallery-plugin.php:1020
|
317 |
msgid "Border width in px, just numbers"
|
318 |
msgstr "Ширина на рамката в пиксели, само числа"
|
319 |
|
320 |
+
#: gallery-plugin.php:1021
|
321 |
msgid "Select a border color"
|
322 |
msgstr "Изберете цвят за рамката"
|
323 |
|
324 |
+
#: gallery-plugin.php:1026
|
325 |
msgid "Sort images"
|
326 |
msgstr "Подреди изображенията"
|
327 |
|
328 |
+
#: gallery-plugin.php:1029
|
329 |
#, fuzzy
|
330 |
msgid "by Attachment ID"
|
331 |
msgstr "ID на изображението"
|
332 |
|
333 |
+
#: gallery-plugin.php:1030
|
334 |
#, fuzzy
|
335 |
msgid "by Image Name"
|
336 |
msgstr "Име на изображението"
|
337 |
|
338 |
+
#: gallery-plugin.php:1031 gallery-plugin.php:1052
|
339 |
#, fuzzy
|
340 |
msgid "by Date"
|
341 |
msgstr "Дата "
|
342 |
|
343 |
+
#: gallery-plugin.php:1032
|
344 |
msgid "by Sorting order in the Gallery"
|
345 |
msgstr ""
|
346 |
|
347 |
+
#: gallery-plugin.php:1033 gallery-plugin.php:1057
|
348 |
msgid "Random"
|
349 |
msgstr "Произволен"
|
350 |
|
351 |
+
#: gallery-plugin.php:1038
|
352 |
#, fuzzy
|
353 |
msgid "The images sort order"
|
354 |
msgstr "Изображения с рамка"
|
355 |
|
356 |
+
#: gallery-plugin.php:1041 gallery-plugin.php:1065
|
357 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
358 |
msgstr "ASC (възходящ ред - 1, 2, 3, а, б, в)"
|
359 |
|
360 |
+
#: gallery-plugin.php:1042 gallery-plugin.php:1066
|
361 |
msgid ""
|
362 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
363 |
msgstr "DESC (низходящ ред - 3, 2, 1, в, б, а)"
|
364 |
|
365 |
+
#: gallery-plugin.php:1047
|
366 |
#, fuzzy
|
367 |
msgid "Sort galleries"
|
368 |
msgstr "Галерии"
|
369 |
|
370 |
+
#: gallery-plugin.php:1050
|
371 |
#, fuzzy
|
372 |
msgid "by Gallery ID"
|
373 |
msgstr "Галерия"
|
374 |
|
375 |
+
#: gallery-plugin.php:1051
|
376 |
#, fuzzy
|
377 |
msgid "by Title"
|
378 |
msgstr "Име"
|
379 |
|
380 |
+
#: gallery-plugin.php:1053
|
381 |
msgid "by Last modified date"
|
382 |
msgstr ""
|
383 |
|
384 |
+
#: gallery-plugin.php:1054
|
385 |
msgid "by Comment count"
|
386 |
msgstr ""
|
387 |
|
388 |
+
#: gallery-plugin.php:1055
|
389 |
#, fuzzy
|
390 |
msgid "by Sorting order (the input field for sorting order)"
|
391 |
msgstr ""
|
392 |
"Ред за сортиране (полето за въвеждане на ред за сортиране в Insert / Upload "
|
393 |
"Media Gallery)"
|
394 |
|
395 |
+
#: gallery-plugin.php:1056
|
396 |
#, fuzzy
|
397 |
msgid "by Author"
|
398 |
msgstr "Автор "
|
399 |
|
400 |
+
#: gallery-plugin.php:1062
|
401 |
msgid "The galleries sort order"
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: gallery-plugin.php:1071
|
405 |
msgid "Start slideshow"
|
406 |
msgstr "Слайдшоу"
|
407 |
|
408 |
+
#: gallery-plugin.php:1074
|
409 |
msgid "Slideshow interval"
|
410 |
msgstr "Интервал за слайдшоу"
|
411 |
|
412 |
+
#: gallery-plugin.php:1074
|
413 |
msgid "(ms)"
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: gallery-plugin.php:1078
|
417 |
msgid "Use single lightbox for multiple galleries on one page"
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: gallery-plugin.php:1084
|
421 |
msgid "Display the Back link"
|
422 |
msgstr "Показване на линк 'Назад'"
|
423 |
|
424 |
+
#: gallery-plugin.php:1090
|
425 |
msgid "Display the Back link in the shortcode"
|
426 |
msgstr "Показване на линк 'Назад' в шорткода"
|
427 |
|
428 |
+
#: gallery-plugin.php:1096
|
429 |
msgid "The Back link text"
|
430 |
msgstr "Текст за линка 'Назад'"
|
431 |
|
432 |
+
#: gallery-plugin.php:1102
|
433 |
msgid "The Back link URL"
|
434 |
msgstr "URL за линка 'Назад'"
|
435 |
|
436 |
+
#: gallery-plugin.php:1105
|
437 |
msgid "Gallery page (Page with Gallery Template)"
|
438 |
msgstr "Страница с галерия (страница с шаблон 'Gallery Template')"
|
439 |
|
440 |
+
#: gallery-plugin.php:1107
|
441 |
msgid "(Full URL to custom page)"
|
442 |
msgstr "(Пълно URL към произволна страница)"
|
443 |
|
444 |
+
#: gallery-plugin.php:1112
|
445 |
msgid "The Read More link text"
|
446 |
msgstr "Текст за линка 'Прочети повече'"
|
447 |
|
448 |
+
#: gallery-plugin.php:1118
|
449 |
msgid "Add gallery to the search"
|
450 |
msgstr ""
|
451 |
|
452 |
+
#: gallery-plugin.php:1123 gallery-plugin.php:1126 gallery-plugin.php:1130
|
453 |
msgid "Using"
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: gallery-plugin.php:1123 gallery-plugin.php:1126 gallery-plugin.php:1130
|
457 |
msgid "powered by"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: gallery-plugin.php:1126 gallery-plugin.php:1346
|
461 |
#, fuzzy
|
462 |
msgid "Activate"
|
463 |
msgstr "Активовані плагіни"
|
464 |
|
465 |
+
#: gallery-plugin.php:1130
|
466 |
msgid "Download"
|
467 |
msgstr ""
|
468 |
|
469 |
+
#: gallery-plugin.php:1135
|
470 |
msgid "Rewrite templates after update"
|
471 |
msgstr ""
|
472 |
|
473 |
+
#: gallery-plugin.php:1137
|
474 |
#, php-format
|
475 |
msgid ""
|
476 |
"Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
|
477 |
"theme folder and You don't want to rewrite them"
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: gallery-plugin.php:1151
|
481 |
#, fuzzy
|
482 |
msgid "Under image"
|
483 |
msgstr "подреди изображенията"
|
484 |
|
485 |
+
#: gallery-plugin.php:1152
|
486 |
msgid "By mouse hover"
|
487 |
msgstr ""
|
488 |
|
489 |
+
#: gallery-plugin.php:1157
|
490 |
msgid "Use pagination for images"
|
491 |
msgstr ""
|
492 |
|
493 |
+
#: gallery-plugin.php:1160
|
494 |
msgid "per page"
|
495 |
msgstr ""
|
496 |
|
497 |
+
#: gallery-plugin.php:1164
|
498 |
msgid "Lightbox background"
|
499 |
msgstr "Фон на lightbox"
|
500 |
|
501 |
+
#: gallery-plugin.php:1167
|
502 |
msgid "Background transparency (from 0 to 1)"
|
503 |
msgstr "Прозрачност на фона (от 0 до 1)"
|
504 |
|
505 |
+
#: gallery-plugin.php:1168
|
506 |
msgid "Select a background color"
|
507 |
msgstr "Изберете цвят за фон"
|
508 |
|
509 |
+
#: gallery-plugin.php:1172
|
510 |
msgid "The lightbox helper"
|
511 |
msgstr ""
|
512 |
|
513 |
+
#: gallery-plugin.php:1174
|
514 |
msgid "Do not use"
|
515 |
msgstr ""
|
516 |
|
517 |
+
#: gallery-plugin.php:1175
|
518 |
msgid "Button helper"
|
519 |
msgstr ""
|
520 |
|
521 |
+
#: gallery-plugin.php:1176
|
522 |
msgid "Thumbnail helper"
|
523 |
msgstr ""
|
524 |
|
525 |
+
#: gallery-plugin.php:1180
|
526 |
msgid "Display Like buttons in the lightbox"
|
527 |
msgstr "Показване на Like бутони в lightbox"
|
528 |
|
529 |
+
#: gallery-plugin.php:1182
|
530 |
msgid "FaceBook"
|
531 |
msgstr "FaceBook"
|
532 |
|
533 |
+
#: gallery-plugin.php:1183
|
534 |
msgid "Twitter"
|
535 |
msgstr "Twitter"
|
536 |
|
537 |
+
#: gallery-plugin.php:1184
|
538 |
msgid "Pinterest"
|
539 |
msgstr "Pinterest"
|
540 |
|
541 |
+
#: gallery-plugin.php:1185
|
542 |
msgid "Google +1"
|
543 |
msgstr "Google +1"
|
544 |
|
545 |
+
#: gallery-plugin.php:1189
|
546 |
msgid "Slug for gallery item"
|
547 |
msgstr "Название на елемент от галерията"
|
548 |
|
549 |
+
#: gallery-plugin.php:1191
|
550 |
msgid "for any structure of permalinks except the default structure"
|
551 |
msgstr ""
|
552 |
"за всяка структура от пермалинковете, с изключение на структурата по "
|
553 |
"подразбиране"
|
554 |
|
555 |
+
#: gallery-plugin.php:1195
|
556 |
msgid "Title for lightbox button"
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: gallery-plugin.php:1201
|
560 |
msgid ""
|
561 |
"Display all images in the lightbox instead of going into a single gallery"
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: gallery-plugin.php:1204
|
565 |
#, php-format
|
566 |
msgid "When using the gallery template or a shortcode with `%s` parameter"
|
567 |
msgstr ""
|
568 |
|
569 |
+
#: gallery-plugin.php:1230
|
570 |
msgid "Save Changes"
|
571 |
msgstr "Съхрани промените"
|
572 |
|
573 |
+
#: gallery-plugin.php:1235
|
574 |
msgid ""
|
575 |
"If you install the demo-data, will be created galleries with images, demo-"
|
576 |
"post with available shortcodes and page with a list of all the galleries."
|
577 |
msgstr ""
|
578 |
|
579 |
+
#: gallery-plugin.php:1269
|
580 |
msgid "FAQ"
|
581 |
msgstr "Често задавани въпроси"
|
582 |
|
583 |
+
#: gallery-plugin.php:1270
|
584 |
msgid "Support"
|
585 |
msgstr "Поддръжка"
|
586 |
|
587 |
+
#: gallery-plugin.php:1309
|
588 |
msgid "Updating images..."
|
589 |
msgstr ""
|
590 |
|
591 |
+
#: gallery-plugin.php:1310
|
592 |
#, fuzzy
|
593 |
msgid "No image found."
|
594 |
msgstr "Няма намерена галерия"
|
595 |
|
596 |
+
#: gallery-plugin.php:1311
|
597 |
msgid "All images are updated."
|
598 |
msgstr ""
|
599 |
|
600 |
+
#: gallery-plugin.php:1312
|
601 |
msgid "Error."
|
602 |
msgstr ""
|
603 |
|
604 |
+
#: gallery-plugin.php:1326
|
605 |
msgid ""
|
606 |
"You are about to delete these items from this gallery.\n"
|
607 |
" 'Cancel' to stop, 'OK' to delete."
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: gallery-plugin.php:1327
|
611 |
msgid ""
|
612 |
"Switching to another mode, all unsaved data will be lost. Save data before "
|
613 |
"switching?"
|
614 |
msgstr ""
|
615 |
|
616 |
+
#: gallery-plugin.php:1328
|
617 |
msgid "Insert Media"
|
618 |
msgstr ""
|
619 |
|
620 |
+
#: gallery-plugin.php:1329
|
621 |
msgid "Insert"
|
622 |
msgstr ""
|
623 |
|
624 |
+
#: gallery-plugin.php:1341
|
625 |
#, fuzzy
|
626 |
msgid "Learn more"
|
627 |
msgstr "Читати далі"
|
628 |
|
629 |
+
#: gallery-plugin.php:1353
|
630 |
#, fuzzy
|
631 |
msgid "Install now"
|
632 |
msgstr "Установка %"
|
633 |
|
634 |
+
#: gallery-plugin.php:1362
|
635 |
msgid "Add multiple gallery categories"
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: gallery-plugin.php:1362
|
639 |
msgid ""
|
640 |
"Install Gallery Categories plugin to add unlimited number of categories."
|
641 |
msgstr ""
|
642 |
|
643 |
+
#: gallery-plugin.php:1649 template/gallery-single-template.php:103
|
644 |
msgid "Sorry, nothing found."
|
645 |
msgstr "Съжалявам, нищо не е намерено."
|
646 |
|
647 |
+
#: gallery-plugin.php:1662 template/gallery-single-template.php:124
|
648 |
msgid "Image"
|
649 |
msgstr "Изображение"
|
650 |
|
651 |
+
#: gallery-plugin.php:1662 template/gallery-single-template.php:19
|
652 |
msgid "Download high resolution image"
|
653 |
msgstr "Свали изображението в цял размер"
|
654 |
|
655 |
+
#: gallery-plugin.php:1793
|
656 |
#, fuzzy
|
657 |
msgid "Image size not defined"
|
658 |
msgstr "Размер на изображението"
|
659 |
|
660 |
+
#: gallery-plugin.php:1808
|
661 |
msgid ""
|
662 |
"We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
|
663 |
"manually reload image."
|
664 |
msgstr ""
|
665 |
|
666 |
+
#: gallery-plugin.php:1819
|
667 |
msgid "Image size changes not defined"
|
668 |
msgstr ""
|
669 |
|
670 |
+
#: gallery-plugin.php:1848 gallery-plugin.php:1851 gallery-plugin.php:1856
|
671 |
msgid "Invalid path"
|
672 |
msgstr ""
|
673 |
|
674 |
+
#: gallery-plugin.php:1959
|
675 |
msgid "Add images requires JavaScript."
|
676 |
msgstr ""
|
677 |
|
678 |
+
#: gallery-plugin.php:1962
|
679 |
msgid "Add Media"
|
680 |
msgstr ""
|
681 |
|
682 |
+
#: gallery-plugin.php:1972
|
683 |
msgid "The grid view for the Gallery images requires JavaScript."
|
684 |
msgstr ""
|
685 |
|
686 |
+
#: gallery-plugin.php:1972
|
687 |
msgid "Switch to the list view"
|
688 |
msgstr ""
|
689 |
|
690 |
+
#: gallery-plugin.php:1999
|
691 |
msgid "List View"
|
692 |
msgstr ""
|
693 |
|
694 |
+
#: gallery-plugin.php:2000
|
695 |
msgid "Grid View"
|
696 |
msgstr ""
|
697 |
|
698 |
+
#: gallery-plugin.php:2055
|
699 |
msgid "Filter"
|
700 |
msgstr ""
|
701 |
|
702 |
+
#: gallery-plugin.php:2059
|
703 |
msgid "Empty Trash"
|
704 |
msgstr ""
|
705 |
|
706 |
+
#: gallery-plugin.php:2080
|
707 |
#, fuzzy
|
708 |
msgid "No images found"
|
709 |
msgstr "Няма намерена галерия"
|
710 |
|
711 |
+
#: gallery-plugin.php:2132
|
712 |
msgid "Select bulk action"
|
713 |
msgstr ""
|
714 |
|
715 |
+
#: gallery-plugin.php:2134
|
716 |
msgid "Bulk Actions"
|
717 |
msgstr ""
|
718 |
|
719 |
+
#: gallery-plugin.php:2144
|
720 |
msgid "Apply"
|
721 |
msgstr ""
|
722 |
|
723 |
+
#: gallery-plugin.php:2151 gallery-plugin.php:2330
|
724 |
#, fuzzy
|
725 |
msgid "Delete from Gallery"
|
726 |
msgstr "Нова галерия"
|
727 |
|
728 |
+
#: gallery-plugin.php:2164 gallery-plugin.php:2178
|
729 |
#, fuzzy
|
730 |
msgid "Display link to the original file under each image in the lightbox"
|
731 |
msgstr "Показване на изображението в пълен размер в lightbox"
|
732 |
|
733 |
+
#: gallery-plugin.php:2173
|
734 |
msgid "Bulk Select"
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: gallery-plugin.php:2175
|
738 |
msgid "Cancel Selection"
|
739 |
msgstr ""
|
740 |
|
741 |
+
#: gallery-plugin.php:2176
|
742 |
msgid "Delete Selected"
|
743 |
msgstr ""
|
744 |
|
745 |
+
#: gallery-plugin.php:2189
|
746 |
msgid "File"
|
747 |
msgstr ""
|
748 |
|
749 |
+
#: gallery-plugin.php:2190 gallery-plugin.php:2279 gallery-plugin.php:2388
|
750 |
msgid "Dimensions"
|
751 |
msgstr ""
|
752 |
|
753 |
+
#: gallery-plugin.php:2192 gallery-plugin.php:2312 gallery-plugin.php:2398
|
754 |
msgid "Alt tag"
|
755 |
msgstr ""
|
756 |
|
757 |
+
#: gallery-plugin.php:2192 gallery-plugin.php:2314
|
758 |
msgid ""
|
759 |
"The alt attribute specifies an alternate text for an image, if the image "
|
760 |
"cannot be displayed."
|
761 |
msgstr ""
|
762 |
|
763 |
+
#: gallery-plugin.php:2193 gallery-plugin.php:2320 gallery-plugin.php:2403
|
764 |
msgid "Custom URL"
|
765 |
msgstr ""
|
766 |
|
767 |
+
#: gallery-plugin.php:2193 gallery-plugin.php:2322
|
768 |
msgid ""
|
769 |
"By clicking on the thumbnail you'll go to the link (if the field is filled) "
|
770 |
"or the image will be opened in the lightbox (if the field isn't filled)"
|
771 |
msgstr ""
|
772 |
|
773 |
+
#: gallery-plugin.php:2271
|
774 |
msgid "Deselect"
|
775 |
msgstr ""
|
776 |
|
777 |
+
#: gallery-plugin.php:2277
|
778 |
msgid "File name"
|
779 |
msgstr ""
|
780 |
|
781 |
+
#: gallery-plugin.php:2278
|
782 |
msgid "File type"
|
783 |
msgstr ""
|
784 |
|
785 |
+
#: gallery-plugin.php:2282 gallery-plugin.php:2384
|
786 |
#, fuzzy
|
787 |
msgid "Edit Attachment Info"
|
788 |
msgstr "ID на изображението"
|
789 |
|
790 |
+
#: gallery-plugin.php:2282
|
791 |
#, fuzzy
|
792 |
msgid "Edit Attachment"
|
793 |
msgstr "ID на изображението"
|
794 |
|
795 |
+
#: gallery-plugin.php:2292
|
796 |
msgid "Go Pro"
|
797 |
msgstr ""
|
798 |
|
799 |
+
#: gallery-plugin.php:2292
|
800 |
msgid "Pro version"
|
801 |
msgstr ""
|
802 |
|
803 |
+
#: gallery-plugin.php:2295
|
804 |
msgid "This setting is available in Pro version"
|
805 |
msgstr "Тази настройка е достъпна само в Pro версията."
|
806 |
|
807 |
+
#: gallery-plugin.php:2328
|
808 |
msgid "Edit more details"
|
809 |
msgstr ""
|
810 |
|
811 |
+
#: gallery-plugin.php:2363
|
812 |
#, php-format
|
813 |
msgid "Select %s"
|
814 |
msgstr ""
|
815 |
|
816 |
+
#: gallery-plugin.php:2376
|
817 |
#, php-format
|
818 |
msgid "Edit “%s”"
|
819 |
msgstr ""
|
820 |
|
821 |
+
#: gallery-plugin.php:2421 gallery-plugin.php:2434
|
822 |
msgid "Edit"
|
823 |
msgstr ""
|
824 |
|
825 |
+
#: gallery-plugin.php:2424 gallery-plugin.php:2439
|
826 |
msgid "Trash"
|
827 |
msgstr ""
|
828 |
|
829 |
+
#: gallery-plugin.php:2427 gallery-plugin.php:2442
|
830 |
msgid "Delete Permanently"
|
831 |
msgstr ""
|
832 |
|
833 |
+
#: gallery-plugin.php:2429 gallery-plugin.php:2447
|
834 |
#, php-format
|
835 |
msgid "View “%s”"
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: gallery-plugin.php:2429 gallery-plugin.php:2447
|
839 |
msgid "View"
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: gallery-plugin.php:2431
|
843 |
#, fuzzy
|
844 |
msgid "Attach"
|
845 |
msgstr "ID на изображението"
|
846 |
|
847 |
+
#: gallery-plugin.php:2437
|
848 |
msgid "Restore"
|
849 |
msgstr ""
|
850 |
|
851 |
+
#: gallery-plugin.php:2568
|
852 |
msgid "Warning"
|
853 |
msgstr ""
|
854 |
|
855 |
+
#: gallery-plugin.php:2568
|
856 |
msgid "You can add only images to the gallery"
|
857 |
msgstr ""
|
858 |
|
859 |
+
#: gallery-plugin.php:2610
|
860 |
#, fuzzy
|
861 |
msgid "no title"
|
862 |
msgstr "Име"
|
863 |
|
864 |
+
#: gallery-plugin.php:2618
|
865 |
#, fuzzy
|
866 |
msgid "Sorry, no gallery found."
|
867 |
msgstr "Съжалявам, нищо не е намерено."
|
868 |
|
869 |
+
#: gallery-plugin.php:2624
|
870 |
#, fuzzy
|
871 |
msgid ""
|
872 |
"Display an album image with the description and the link to a single gallery "
|
languages/gallery-plugin-cs_CZ.mo
CHANGED
Binary file
|
languages/gallery-plugin-cs_CZ.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
-
"PO-Revision-Date: 2016-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Lagya <lagya@me.com>\n"
|
9 |
"Language: cs\n"
|
@@ -17,8 +17,8 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: gallery-plugin.php:45 gallery-plugin.php:
|
21 |
-
#: gallery-plugin.php:
|
22 |
msgid "Settings"
|
23 |
msgstr "Nastavení"
|
24 |
|
@@ -30,7 +30,7 @@ msgstr "Viz obrázky »"
|
|
30 |
msgid "Return to all albums"
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: gallery-plugin.php:
|
34 |
#, fuzzy, php-format
|
35 |
msgid ""
|
36 |
"The following files '%s' and '%s' were not found in the directory of your "
|
@@ -42,49 +42,49 @@ msgstr ""
|
|
42 |
"`/wp-content/plugins/gallery-plugin/template/` do adresáře vašeho motivu pro "
|
43 |
"správnou práci pluginu Gallery."
|
44 |
|
45 |
-
#: gallery-plugin.php:
|
46 |
msgid "Galleries"
|
47 |
msgstr "Galerie"
|
48 |
|
49 |
-
#: gallery-plugin.php:
|
50 |
msgid "Gallery"
|
51 |
msgstr "Galerie"
|
52 |
|
53 |
-
#: gallery-plugin.php:
|
54 |
msgid "Add New Gallery"
|
55 |
msgstr "Přidej novou galerii"
|
56 |
|
57 |
-
#: gallery-plugin.php:
|
58 |
msgid "Edit Gallery"
|
59 |
msgstr "Uprav galerii"
|
60 |
|
61 |
-
#: gallery-plugin.php:
|
62 |
msgid "New Gallery"
|
63 |
msgstr "Nová galerie"
|
64 |
|
65 |
-
#: gallery-plugin.php:
|
66 |
msgid "View Gallery"
|
67 |
msgstr "Ukaž galerii"
|
68 |
|
69 |
-
#: gallery-plugin.php:
|
70 |
#, fuzzy
|
71 |
msgid "Search Galleries"
|
72 |
msgstr "Galerie"
|
73 |
|
74 |
-
#: gallery-plugin.php:
|
75 |
msgid "No Gallery found"
|
76 |
msgstr "Žádná galerie nenalezena"
|
77 |
|
78 |
-
#: gallery-plugin.php:
|
79 |
msgid "Gallery Shortcode"
|
80 |
msgstr "Zkrácený kód galerie"
|
81 |
|
82 |
-
#: gallery-plugin.php:
|
83 |
#, fuzzy
|
84 |
msgid "Gallery Categories"
|
85 |
msgstr "Velikost obrázku v galerii"
|
86 |
|
87 |
-
#: gallery-plugin.php:
|
88 |
#, fuzzy, php-format
|
89 |
msgid ""
|
90 |
"If you would like to add a Gallery to your page or post, please use %s button"
|
@@ -92,7 +92,7 @@ msgstr ""
|
|
92 |
"Pokud byste chtěli přidat jednu Galerie na vaše stránky nebo příspěvek, "
|
93 |
"stačí zkopírovat a vložit tento zkrácený kód do příspěvku nebo stránky:"
|
94 |
|
95 |
-
#: gallery-plugin.php:
|
96 |
#, php-format
|
97 |
msgid ""
|
98 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
@@ -100,12 +100,12 @@ msgid ""
|
|
100 |
"please use the shortcode below"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: gallery-plugin.php:
|
104 |
msgid ""
|
105 |
"Add this shortcode to a page, post or widget to display a single gallery"
|
106 |
msgstr ""
|
107 |
|
108 |
-
#: gallery-plugin.php:
|
109 |
#, fuzzy
|
110 |
msgid ""
|
111 |
"Use this shortcode to display an album image with the description and the "
|
@@ -114,73 +114,77 @@ msgstr ""
|
|
114 |
"Chcete-li zobrazit krátký popis obsahující screenshot a odkaz na jednu "
|
115 |
"stránku Galerie"
|
116 |
|
117 |
-
#: gallery-plugin.php:
|
118 |
msgid "Short display"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: gallery-plugin.php:
|
122 |
msgid "Most Used"
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: gallery-plugin.php:
|
126 |
msgid "Default"
|
127 |
msgstr "Výchozí"
|
128 |
|
129 |
-
#: gallery-plugin.php:
|
130 |
#, fuzzy
|
131 |
msgid "Add New Gallery Category"
|
132 |
msgstr "Přidej novou galerii"
|
133 |
|
134 |
-
#: gallery-plugin.php:
|
135 |
#, fuzzy
|
136 |
msgid "Install plugin"
|
137 |
msgstr "Встановлених модулів"
|
138 |
|
139 |
-
#: gallery-plugin.php:
|
140 |
-
#: gallery-plugin.php:
|
141 |
msgid "Title"
|
142 |
msgstr "Titulek"
|
143 |
|
144 |
-
#: gallery-plugin.php:
|
145 |
msgid "Author"
|
146 |
msgstr "Autor"
|
147 |
|
148 |
-
#: gallery-plugin.php:
|
149 |
#, fuzzy
|
150 |
msgid "Shortcode"
|
151 |
msgstr "Zkrácený kód galerie"
|
152 |
|
153 |
-
#: gallery-plugin.php:
|
154 |
#, fuzzy
|
155 |
msgid "Photos"
|
156 |
msgstr "Foto"
|
157 |
|
158 |
-
#: gallery-plugin.php:
|
159 |
msgid "Date"
|
160 |
msgstr "Datum"
|
161 |
|
162 |
-
#: gallery-plugin.php:
|
163 |
msgid "Settings are saved"
|
164 |
msgstr "Nastavení uloženo"
|
165 |
|
166 |
-
#: gallery-plugin.php:
|
167 |
#, fuzzy
|
168 |
msgid "All plugin settings were restored."
|
169 |
msgstr "na stránce pluginu ("
|
170 |
|
171 |
-
#: gallery-plugin.php:
|
172 |
msgid "Gallery Settings"
|
173 |
msgstr "Nastavení galerie"
|
174 |
|
175 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
176 |
msgid "Go PRO"
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: gallery-plugin.php:
|
180 |
msgid "Please enable JavaScript to use the option to renew images."
|
181 |
msgstr "Povolte JavaScript pro použití možnosti obnovení obrázků."
|
182 |
|
183 |
-
#: gallery-plugin.php:
|
184 |
#, php-format
|
185 |
msgid ""
|
186 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
@@ -188,22 +192,22 @@ msgid ""
|
|
188 |
"please use the shortcode %s, where * stands for gallery ID"
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: gallery-plugin.php:
|
192 |
msgid "Number of images in the row"
|
193 |
msgstr "Počet snímků na řádku"
|
194 |
|
195 |
-
#: gallery-plugin.php:
|
196 |
#, fuzzy
|
197 |
msgid ""
|
198 |
"The number of images per row can be less depending on the width of the "
|
199 |
"parent block"
|
200 |
msgstr "Počet snímků na řádku"
|
201 |
|
202 |
-
#: gallery-plugin.php:
|
203 |
msgid "Image size"
|
204 |
msgstr "Velikost obrázku"
|
205 |
|
206 |
-
#: gallery-plugin.php:
|
207 |
msgid ""
|
208 |
"WordPress will create a new thumbnail with the specified dimensions when you "
|
209 |
"upload a new photo."
|
@@ -211,451 +215,451 @@ msgstr ""
|
|
211 |
"WordPress se vytvoří novou miniaturu se zadanými rozměry, když nahrajete "
|
212 |
"novou fotku."
|
213 |
|
214 |
-
#: gallery-plugin.php:
|
215 |
#, fuzzy
|
216 |
msgid "For the album cover"
|
217 |
msgstr "Velikost obrázku na obalu alba"
|
218 |
|
219 |
-
#: gallery-plugin.php:
|
220 |
msgid "width x height"
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: gallery-plugin.php:
|
224 |
msgid "in px"
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: gallery-plugin.php:
|
228 |
#, fuzzy
|
229 |
msgid "For thumbnails"
|
230 |
msgstr "Velikost obrázku na obalu alba"
|
231 |
|
232 |
-
#: gallery-plugin.php:
|
233 |
msgid "Update images for gallery"
|
234 |
msgstr "Aktualizace obrázků galerie"
|
235 |
|
236 |
-
#: gallery-plugin.php:
|
237 |
msgid "Close"
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: gallery-plugin.php:
|
241 |
#, fuzzy
|
242 |
msgid "For images in the lightbox"
|
243 |
msgstr "Velikost obrazu v Lightboxu"
|
244 |
|
245 |
-
#: gallery-plugin.php:
|
246 |
msgid "Display a full size image in the lightbox"
|
247 |
msgstr "Zobrazení obrázku v plné velikosti v lightboxu"
|
248 |
|
249 |
-
#: gallery-plugin.php:
|
250 |
msgid "Crop position"
|
251 |
msgstr "Pozice ořezu"
|
252 |
|
253 |
-
#: gallery-plugin.php:
|
254 |
msgid "center"
|
255 |
msgstr "střed"
|
256 |
|
257 |
-
#: gallery-plugin.php:
|
258 |
msgid "Horizontal"
|
259 |
msgstr "Horizontálně"
|
260 |
|
261 |
-
#: gallery-plugin.php:
|
262 |
msgid "Vertical"
|
263 |
msgstr "Vertikálně"
|
264 |
|
265 |
-
#: gallery-plugin.php:
|
266 |
#, fuzzy
|
267 |
msgid "Single gallery view"
|
268 |
msgstr "Jména pro galerii"
|
269 |
|
270 |
-
#: gallery-plugin.php:
|
271 |
msgid "Grid"
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: gallery-plugin.php:
|
275 |
msgid "Masonry"
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: gallery-plugin.php:
|
279 |
msgid ""
|
280 |
"If you upgrade to Pro version all your settings and galleries will be saved."
|
281 |
msgstr ""
|
282 |
"Pokud jste upgradovali na verzi Pro, všechna vaše nastavení a galerie se "
|
283 |
"uloží."
|
284 |
|
285 |
-
#: gallery-plugin.php:
|
286 |
msgid "Unlock premium options by upgrading to Pro version"
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: gallery-plugin.php:
|
290 |
msgid "Start Your Trial"
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: gallery-plugin.php:
|
294 |
msgid "or"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: gallery-plugin.php:
|
298 |
msgid "Learn More"
|
299 |
msgstr "Dozvědět se více"
|
300 |
|
301 |
-
#: gallery-plugin.php:
|
302 |
msgid "Display image text"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: gallery-plugin.php:
|
306 |
msgid "Turn off the checkbox, if you want to display text just in a lightbox"
|
307 |
msgstr "Vypněte políčko, chcete-li zobrazit text pouze v Lightboxu"
|
308 |
|
309 |
-
#: gallery-plugin.php:
|
310 |
msgid "Images with border"
|
311 |
msgstr "Obrázek s okrajem"
|
312 |
|
313 |
-
#: gallery-plugin.php:
|
314 |
msgid "Border width in px, just numbers"
|
315 |
msgstr "Šířka okraje v px, jen čísla"
|
316 |
|
317 |
-
#: gallery-plugin.php:
|
318 |
msgid "Select a border color"
|
319 |
msgstr "Vyber barvu okraje"
|
320 |
|
321 |
-
#: gallery-plugin.php:
|
322 |
msgid "Sort images"
|
323 |
msgstr "Řadit obrázky"
|
324 |
|
325 |
-
#: gallery-plugin.php:
|
326 |
#, fuzzy
|
327 |
msgid "by Attachment ID"
|
328 |
msgstr "ID přílohy"
|
329 |
|
330 |
-
#: gallery-plugin.php:
|
331 |
#, fuzzy
|
332 |
msgid "by Image Name"
|
333 |
msgstr "Název obrázku"
|
334 |
|
335 |
-
#: gallery-plugin.php:
|
336 |
#, fuzzy
|
337 |
msgid "by Date"
|
338 |
msgstr "Datum"
|
339 |
|
340 |
-
#: gallery-plugin.php:
|
341 |
msgid "by Sorting order in the Gallery"
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: gallery-plugin.php:
|
345 |
msgid "Random"
|
346 |
msgstr "Náhodně"
|
347 |
|
348 |
-
#: gallery-plugin.php:
|
349 |
#, fuzzy
|
350 |
msgid "The images sort order"
|
351 |
msgstr "Obrázek s okrajem"
|
352 |
|
353 |
-
#: gallery-plugin.php:
|
354 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
355 |
msgstr ""
|
356 |
"ASC (řadit vzestupně od nejnižší k nejvyšší hodnotě - 1, 2, 3, a, b, c)"
|
357 |
|
358 |
-
#: gallery-plugin.php:
|
359 |
msgid ""
|
360 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
361 |
msgstr ""
|
362 |
"DESC (řadit sestupně od nejvyšší po nejnižší hodnotu - 3, 2, 1, c, b, a)"
|
363 |
|
364 |
-
#: gallery-plugin.php:
|
365 |
#, fuzzy
|
366 |
msgid "Sort galleries"
|
367 |
msgstr "Galerie"
|
368 |
|
369 |
-
#: gallery-plugin.php:
|
370 |
#, fuzzy
|
371 |
msgid "by Gallery ID"
|
372 |
msgstr "Galerie"
|
373 |
|
374 |
-
#: gallery-plugin.php:
|
375 |
#, fuzzy
|
376 |
msgid "by Title"
|
377 |
msgstr "Titulek"
|
378 |
|
379 |
-
#: gallery-plugin.php:
|
380 |
msgid "by Last modified date"
|
381 |
msgstr ""
|
382 |
|
383 |
-
#: gallery-plugin.php:
|
384 |
msgid "by Comment count"
|
385 |
msgstr ""
|
386 |
|
387 |
-
#: gallery-plugin.php:
|
388 |
#, fuzzy
|
389 |
msgid "by Sorting order (the input field for sorting order)"
|
390 |
msgstr ""
|
391 |
"Řazení objednávky (vstupní pole pro třídění pořadí v dialogovém okně "
|
392 |
"Insert / upload Media Gallery)"
|
393 |
|
394 |
-
#: gallery-plugin.php:
|
395 |
#, fuzzy
|
396 |
msgid "by Author"
|
397 |
msgstr "Autor"
|
398 |
|
399 |
-
#: gallery-plugin.php:
|
400 |
msgid "The galleries sort order"
|
401 |
msgstr ""
|
402 |
|
403 |
-
#: gallery-plugin.php:
|
404 |
msgid "Start slideshow"
|
405 |
msgstr "Spustit prezentaci"
|
406 |
|
407 |
-
#: gallery-plugin.php:
|
408 |
msgid "Slideshow interval"
|
409 |
msgstr "Interval prezentace"
|
410 |
|
411 |
-
#: gallery-plugin.php:
|
412 |
msgid "(ms)"
|
413 |
msgstr ""
|
414 |
|
415 |
-
#: gallery-plugin.php:
|
416 |
msgid "Use single lightbox for multiple galleries on one page"
|
417 |
msgstr "Použijte jeden Lightbox pro více galerií na jedné stránce"
|
418 |
|
419 |
-
#: gallery-plugin.php:
|
420 |
msgid "Display the Back link"
|
421 |
msgstr "Zobrazit odkaz Zpět"
|
422 |
|
423 |
-
#: gallery-plugin.php:
|
424 |
msgid "Display the Back link in the shortcode"
|
425 |
msgstr "Zobrazit odkaz Zpět na zkrácený kód"
|
426 |
|
427 |
-
#: gallery-plugin.php:
|
428 |
msgid "The Back link text"
|
429 |
msgstr "Text odkazu Zpět"
|
430 |
|
431 |
-
#: gallery-plugin.php:
|
432 |
msgid "The Back link URL"
|
433 |
msgstr "URL odkazu Zpět "
|
434 |
|
435 |
-
#: gallery-plugin.php:
|
436 |
msgid "Gallery page (Page with Gallery Template)"
|
437 |
msgstr "Stránka Galerie (stránka šablony)"
|
438 |
|
439 |
-
#: gallery-plugin.php:
|
440 |
msgid "(Full URL to custom page)"
|
441 |
msgstr "(celá URL na vlastní stránku)"
|
442 |
|
443 |
-
#: gallery-plugin.php:
|
444 |
msgid "The Read More link text"
|
445 |
msgstr "Text odkazu Čtěte více"
|
446 |
|
447 |
-
#: gallery-plugin.php:
|
448 |
msgid "Add gallery to the search"
|
449 |
msgstr "Přidat galerii do vyhledávání"
|
450 |
|
451 |
-
#: gallery-plugin.php:
|
452 |
msgid "Using"
|
453 |
msgstr ""
|
454 |
|
455 |
-
#: gallery-plugin.php:
|
456 |
msgid "powered by"
|
457 |
msgstr ""
|
458 |
|
459 |
-
#: gallery-plugin.php:
|
460 |
#, fuzzy
|
461 |
msgid "Activate"
|
462 |
msgstr "Активовані плагіни"
|
463 |
|
464 |
-
#: gallery-plugin.php:
|
465 |
msgid "Download"
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: gallery-plugin.php:
|
469 |
msgid "Rewrite templates after update"
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: gallery-plugin.php:
|
473 |
#, php-format
|
474 |
msgid ""
|
475 |
"Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
|
476 |
"theme folder and You don't want to rewrite them"
|
477 |
msgstr ""
|
478 |
|
479 |
-
#: gallery-plugin.php:
|
480 |
#, fuzzy
|
481 |
msgid "Under image"
|
482 |
msgstr "Aktualizace obrázků"
|
483 |
|
484 |
-
#: gallery-plugin.php:
|
485 |
msgid "By mouse hover"
|
486 |
msgstr ""
|
487 |
|
488 |
-
#: gallery-plugin.php:
|
489 |
#, fuzzy
|
490 |
msgid "Use pagination for images"
|
491 |
msgstr "Aktualizuji obrázky..."
|
492 |
|
493 |
-
#: gallery-plugin.php:
|
494 |
msgid "per page"
|
495 |
msgstr ""
|
496 |
|
497 |
-
#: gallery-plugin.php:
|
498 |
msgid "Lightbox background"
|
499 |
msgstr "Pozadí Lightboxu"
|
500 |
|
501 |
-
#: gallery-plugin.php:
|
502 |
msgid "Background transparency (from 0 to 1)"
|
503 |
msgstr "Průhlednost pozadí (od 0 do 1)"
|
504 |
|
505 |
-
#: gallery-plugin.php:
|
506 |
msgid "Select a background color"
|
507 |
msgstr "Vyberte barvu pozadí"
|
508 |
|
509 |
-
#: gallery-plugin.php:
|
510 |
msgid "The lightbox helper"
|
511 |
msgstr ""
|
512 |
|
513 |
-
#: gallery-plugin.php:
|
514 |
msgid "Do not use"
|
515 |
msgstr ""
|
516 |
|
517 |
-
#: gallery-plugin.php:
|
518 |
msgid "Button helper"
|
519 |
msgstr ""
|
520 |
|
521 |
-
#: gallery-plugin.php:
|
522 |
msgid "Thumbnail helper"
|
523 |
msgstr ""
|
524 |
|
525 |
-
#: gallery-plugin.php:
|
526 |
msgid "Display Like buttons in the lightbox"
|
527 |
msgstr "Zobrazit tlačítka Like v Lightboxu"
|
528 |
|
529 |
-
#: gallery-plugin.php:
|
530 |
msgid "FaceBook"
|
531 |
msgstr "FaceBook"
|
532 |
|
533 |
-
#: gallery-plugin.php:
|
534 |
msgid "Twitter"
|
535 |
msgstr "Twitter"
|
536 |
|
537 |
-
#: gallery-plugin.php:
|
538 |
msgid "Pinterest"
|
539 |
msgstr "Pinterest"
|
540 |
|
541 |
-
#: gallery-plugin.php:
|
542 |
msgid "Google +1"
|
543 |
msgstr "Google +1"
|
544 |
|
545 |
-
#: gallery-plugin.php:
|
546 |
msgid "Slug for gallery item"
|
547 |
msgstr "Jména pro galerii"
|
548 |
|
549 |
-
#: gallery-plugin.php:
|
550 |
msgid "for any structure of permalinks except the default structure"
|
551 |
msgstr "pro všechny struktury permalinks kromě výchozí struktury"
|
552 |
|
553 |
-
#: gallery-plugin.php:
|
554 |
msgid "Title for lightbox button"
|
555 |
msgstr ""
|
556 |
|
557 |
-
#: gallery-plugin.php:
|
558 |
msgid ""
|
559 |
"Display all images in the lightbox instead of going into a single gallery"
|
560 |
msgstr ""
|
561 |
|
562 |
-
#: gallery-plugin.php:
|
563 |
#, php-format
|
564 |
msgid "When using the gallery template or a shortcode with `%s` parameter"
|
565 |
msgstr ""
|
566 |
|
567 |
-
#: gallery-plugin.php:
|
568 |
msgid "Save Changes"
|
569 |
msgstr "Ulož změny"
|
570 |
|
571 |
-
#: gallery-plugin.php:
|
572 |
msgid ""
|
573 |
"If you install the demo-data, will be created galleries with images, demo-"
|
574 |
"post with available shortcodes and page with a list of all the galleries."
|
575 |
msgstr ""
|
576 |
|
577 |
-
#: gallery-plugin.php:
|
578 |
msgid "FAQ"
|
579 |
msgstr "FAQ "
|
580 |
|
581 |
-
#: gallery-plugin.php:
|
582 |
msgid "Support"
|
583 |
msgstr "Podpora"
|
584 |
|
585 |
-
#: gallery-plugin.php:
|
586 |
msgid "Updating images..."
|
587 |
msgstr "Aktualizuji obrázky..."
|
588 |
|
589 |
-
#: gallery-plugin.php:
|
590 |
#, fuzzy
|
591 |
msgid "No image found."
|
592 |
msgstr "Nenalezen žádný obrázek"
|
593 |
|
594 |
-
#: gallery-plugin.php:
|
595 |
#, fuzzy
|
596 |
msgid "All images are updated."
|
597 |
msgstr "Všechny obrázky jsou aktuální"
|
598 |
|
599 |
-
#: gallery-plugin.php:
|
600 |
msgid "Error."
|
601 |
msgstr "Chyba."
|
602 |
|
603 |
-
#: gallery-plugin.php:
|
604 |
msgid ""
|
605 |
"You are about to delete these items from this gallery.\n"
|
606 |
" 'Cancel' to stop, 'OK' to delete."
|
607 |
msgstr ""
|
608 |
|
609 |
-
#: gallery-plugin.php:
|
610 |
msgid ""
|
611 |
"Switching to another mode, all unsaved data will be lost. Save data before "
|
612 |
"switching?"
|
613 |
msgstr ""
|
614 |
|
615 |
-
#: gallery-plugin.php:
|
616 |
msgid "Insert Media"
|
617 |
msgstr ""
|
618 |
|
619 |
-
#: gallery-plugin.php:
|
620 |
msgid "Insert"
|
621 |
msgstr ""
|
622 |
|
623 |
-
#: gallery-plugin.php:
|
624 |
#, fuzzy
|
625 |
msgid "Learn more"
|
626 |
msgstr "Dozvědět se více"
|
627 |
|
628 |
-
#: gallery-plugin.php:
|
629 |
#, fuzzy
|
630 |
msgid "Install now"
|
631 |
msgstr "Установка %"
|
632 |
|
633 |
-
#: gallery-plugin.php:
|
634 |
msgid "Add multiple gallery categories"
|
635 |
msgstr ""
|
636 |
|
637 |
-
#: gallery-plugin.php:
|
638 |
msgid ""
|
639 |
"Install Gallery Categories plugin to add unlimited number of categories."
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: gallery-plugin.php:
|
643 |
msgid "Sorry, nothing found."
|
644 |
msgstr "Ups, nic nenalezeno"
|
645 |
|
646 |
-
#: gallery-plugin.php:
|
647 |
msgid "Image"
|
648 |
msgstr "Obrázek"
|
649 |
|
650 |
-
#: gallery-plugin.php:
|
651 |
msgid "Download high resolution image"
|
652 |
msgstr "Stáhnout obrázek ve vysokém rozlišení"
|
653 |
|
654 |
-
#: gallery-plugin.php:
|
655 |
msgid "Image size not defined"
|
656 |
msgstr "Velikost obrázku není definována"
|
657 |
|
658 |
-
#: gallery-plugin.php:
|
659 |
msgid ""
|
660 |
"We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
|
661 |
"manually reload image."
|
@@ -663,210 +667,210 @@ msgstr ""
|
|
663 |
"Můžeme aktualizovat pouze PNG, JPEG, GIF, WPMP nebo XBM soubory. Ostatní "
|
664 |
"musíte nahrát ručně."
|
665 |
|
666 |
-
#: gallery-plugin.php:
|
667 |
msgid "Image size changes not defined"
|
668 |
msgstr "Změna velikosti obrázku není definována"
|
669 |
|
670 |
-
#: gallery-plugin.php:
|
671 |
msgid "Invalid path"
|
672 |
msgstr "Špatná cesta"
|
673 |
|
674 |
-
#: gallery-plugin.php:
|
675 |
msgid "Add images requires JavaScript."
|
676 |
msgstr ""
|
677 |
|
678 |
-
#: gallery-plugin.php:
|
679 |
msgid "Add Media"
|
680 |
msgstr ""
|
681 |
|
682 |
-
#: gallery-plugin.php:
|
683 |
msgid "The grid view for the Gallery images requires JavaScript."
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: gallery-plugin.php:
|
687 |
msgid "Switch to the list view"
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: gallery-plugin.php:
|
691 |
msgid "List View"
|
692 |
msgstr ""
|
693 |
|
694 |
-
#: gallery-plugin.php:
|
695 |
msgid "Grid View"
|
696 |
msgstr ""
|
697 |
|
698 |
-
#: gallery-plugin.php:
|
699 |
msgid "Filter"
|
700 |
msgstr ""
|
701 |
|
702 |
-
#: gallery-plugin.php:
|
703 |
msgid "Empty Trash"
|
704 |
msgstr ""
|
705 |
|
706 |
-
#: gallery-plugin.php:
|
707 |
#, fuzzy
|
708 |
msgid "No images found"
|
709 |
msgstr "Nenalezen žádný obrázek"
|
710 |
|
711 |
-
#: gallery-plugin.php:
|
712 |
msgid "Select bulk action"
|
713 |
msgstr ""
|
714 |
|
715 |
-
#: gallery-plugin.php:
|
716 |
msgid "Bulk Actions"
|
717 |
msgstr ""
|
718 |
|
719 |
-
#: gallery-plugin.php:
|
720 |
msgid "Apply"
|
721 |
msgstr ""
|
722 |
|
723 |
-
#: gallery-plugin.php:
|
724 |
#, fuzzy
|
725 |
msgid "Delete from Gallery"
|
726 |
msgstr "Nová galerie"
|
727 |
|
728 |
-
#: gallery-plugin.php:
|
729 |
#, fuzzy
|
730 |
msgid "Display link to the original file under each image in the lightbox"
|
731 |
msgstr "Zobrazení obrázku v plné velikosti v lightboxu"
|
732 |
|
733 |
-
#: gallery-plugin.php:
|
734 |
msgid "Bulk Select"
|
735 |
msgstr ""
|
736 |
|
737 |
-
#: gallery-plugin.php:
|
738 |
msgid "Cancel Selection"
|
739 |
msgstr ""
|
740 |
|
741 |
-
#: gallery-plugin.php:
|
742 |
msgid "Delete Selected"
|
743 |
msgstr ""
|
744 |
|
745 |
-
#: gallery-plugin.php:
|
746 |
msgid "File"
|
747 |
msgstr ""
|
748 |
|
749 |
-
#: gallery-plugin.php:
|
750 |
msgid "Dimensions"
|
751 |
msgstr ""
|
752 |
|
753 |
-
#: gallery-plugin.php:
|
754 |
msgid "Alt tag"
|
755 |
msgstr "Alt tag"
|
756 |
|
757 |
-
#: gallery-plugin.php:
|
758 |
msgid ""
|
759 |
"The alt attribute specifies an alternate text for an image, if the image "
|
760 |
"cannot be displayed."
|
761 |
msgstr ""
|
762 |
|
763 |
-
#: gallery-plugin.php:
|
764 |
msgid "Custom URL"
|
765 |
msgstr ""
|
766 |
|
767 |
-
#: gallery-plugin.php:
|
768 |
msgid ""
|
769 |
"By clicking on the thumbnail you'll go to the link (if the field is filled) "
|
770 |
"or the image will be opened in the lightbox (if the field isn't filled)"
|
771 |
msgstr ""
|
772 |
|
773 |
-
#: gallery-plugin.php:
|
774 |
msgid "Deselect"
|
775 |
msgstr ""
|
776 |
|
777 |
-
#: gallery-plugin.php:
|
778 |
msgid "File name"
|
779 |
msgstr ""
|
780 |
|
781 |
-
#: gallery-plugin.php:
|
782 |
msgid "File type"
|
783 |
msgstr ""
|
784 |
|
785 |
-
#: gallery-plugin.php:
|
786 |
#, fuzzy
|
787 |
msgid "Edit Attachment Info"
|
788 |
msgstr "ID přílohy"
|
789 |
|
790 |
-
#: gallery-plugin.php:
|
791 |
#, fuzzy
|
792 |
msgid "Edit Attachment"
|
793 |
msgstr "ID přílohy"
|
794 |
|
795 |
-
#: gallery-plugin.php:
|
796 |
msgid "Go Pro"
|
797 |
msgstr ""
|
798 |
|
799 |
-
#: gallery-plugin.php:
|
800 |
msgid "Pro version"
|
801 |
msgstr ""
|
802 |
|
803 |
-
#: gallery-plugin.php:
|
804 |
msgid "This setting is available in Pro version"
|
805 |
msgstr "Toto nastavení je k dispozici ve verzi Pro"
|
806 |
|
807 |
-
#: gallery-plugin.php:
|
808 |
msgid "Edit more details"
|
809 |
msgstr ""
|
810 |
|
811 |
-
#: gallery-plugin.php:
|
812 |
#, php-format
|
813 |
msgid "Select %s"
|
814 |
msgstr ""
|
815 |
|
816 |
-
#: gallery-plugin.php:
|
817 |
#, php-format
|
818 |
msgid "Edit “%s”"
|
819 |
msgstr ""
|
820 |
|
821 |
-
#: gallery-plugin.php:
|
822 |
msgid "Edit"
|
823 |
msgstr ""
|
824 |
|
825 |
-
#: gallery-plugin.php:
|
826 |
msgid "Trash"
|
827 |
msgstr ""
|
828 |
|
829 |
-
#: gallery-plugin.php:
|
830 |
msgid "Delete Permanently"
|
831 |
msgstr ""
|
832 |
|
833 |
-
#: gallery-plugin.php:
|
834 |
#, php-format
|
835 |
msgid "View “%s”"
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: gallery-plugin.php:
|
839 |
msgid "View"
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: gallery-plugin.php:
|
843 |
#, fuzzy
|
844 |
msgid "Attach"
|
845 |
msgstr "ID přílohy"
|
846 |
|
847 |
-
#: gallery-plugin.php:
|
848 |
msgid "Restore"
|
849 |
msgstr ""
|
850 |
|
851 |
-
#: gallery-plugin.php:
|
852 |
msgid "Warning"
|
853 |
msgstr ""
|
854 |
|
855 |
-
#: gallery-plugin.php:
|
856 |
msgid "You can add only images to the gallery"
|
857 |
msgstr ""
|
858 |
|
859 |
-
#: gallery-plugin.php:
|
860 |
#, fuzzy
|
861 |
msgid "no title"
|
862 |
msgstr "Titulek"
|
863 |
|
864 |
-
#: gallery-plugin.php:
|
865 |
#, fuzzy
|
866 |
msgid "Sorry, no gallery found."
|
867 |
msgstr "Ups, nic nenalezeno"
|
868 |
|
869 |
-
#: gallery-plugin.php:
|
870 |
#, fuzzy
|
871 |
msgid ""
|
872 |
"Display an album image with the description and the link to a single gallery "
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-04-04 15:35+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-04-04 15:35+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Lagya <lagya@me.com>\n"
|
9 |
"Language: cs\n"
|
17 |
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: gallery-plugin.php:45 gallery-plugin.php:883 gallery-plugin.php:1268
|
21 |
+
#: gallery-plugin.php:1285
|
22 |
msgid "Settings"
|
23 |
msgstr "Nastavení"
|
24 |
|
30 |
msgid "Return to all albums"
|
31 |
msgstr ""
|
32 |
|
33 |
+
#: gallery-plugin.php:383
|
34 |
#, fuzzy, php-format
|
35 |
msgid ""
|
36 |
"The following files '%s' and '%s' were not found in the directory of your "
|
42 |
"`/wp-content/plugins/gallery-plugin/template/` do adresáře vašeho motivu pro "
|
43 |
"správnou práci pluginu Gallery."
|
44 |
|
45 |
+
#: gallery-plugin.php:394 gallery-plugin.php:403
|
46 |
msgid "Galleries"
|
47 |
msgstr "Galerie"
|
48 |
|
49 |
+
#: gallery-plugin.php:395 gallery-plugin.php:2616
|
50 |
msgid "Gallery"
|
51 |
msgstr "Galerie"
|
52 |
|
53 |
+
#: gallery-plugin.php:396
|
54 |
msgid "Add New Gallery"
|
55 |
msgstr "Přidej novou galerii"
|
56 |
|
57 |
+
#: gallery-plugin.php:397
|
58 |
msgid "Edit Gallery"
|
59 |
msgstr "Uprav galerii"
|
60 |
|
61 |
+
#: gallery-plugin.php:398
|
62 |
msgid "New Gallery"
|
63 |
msgstr "Nová galerie"
|
64 |
|
65 |
+
#: gallery-plugin.php:399
|
66 |
msgid "View Gallery"
|
67 |
msgstr "Ukaž galerii"
|
68 |
|
69 |
+
#: gallery-plugin.php:400
|
70 |
#, fuzzy
|
71 |
msgid "Search Galleries"
|
72 |
msgstr "Galerie"
|
73 |
|
74 |
+
#: gallery-plugin.php:401
|
75 |
msgid "No Gallery found"
|
76 |
msgstr "Žádná galerie nenalezena"
|
77 |
|
78 |
+
#: gallery-plugin.php:458
|
79 |
msgid "Gallery Shortcode"
|
80 |
msgstr "Zkrácený kód galerie"
|
81 |
|
82 |
+
#: gallery-plugin.php:460 gallery-plugin.php:501 gallery-plugin.php:2599
|
83 |
#, fuzzy
|
84 |
msgid "Gallery Categories"
|
85 |
msgstr "Velikost obrázku v galerii"
|
86 |
|
87 |
+
#: gallery-plugin.php:470 gallery-plugin.php:902
|
88 |
#, fuzzy, php-format
|
89 |
msgid ""
|
90 |
"If you would like to add a Gallery to your page or post, please use %s button"
|
92 |
"Pokud byste chtěli přidat jednu Galerie na vaše stránky nebo příspěvek, "
|
93 |
"stačí zkopírovat a vložit tento zkrácený kód do příspěvku nebo stránky:"
|
94 |
|
95 |
+
#: gallery-plugin.php:475
|
96 |
#, php-format
|
97 |
msgid ""
|
98 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
100 |
"please use the shortcode below"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: gallery-plugin.php:481
|
104 |
msgid ""
|
105 |
"Add this shortcode to a page, post or widget to display a single gallery"
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: gallery-plugin.php:484
|
109 |
#, fuzzy
|
110 |
msgid ""
|
111 |
"Use this shortcode to display an album image with the description and the "
|
114 |
"Chcete-li zobrazit krátký popis obsahující screenshot a odkaz na jednu "
|
115 |
"stránku Galerie"
|
116 |
|
117 |
+
#: gallery-plugin.php:486
|
118 |
msgid "Short display"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: gallery-plugin.php:502
|
122 |
msgid "Most Used"
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: gallery-plugin.php:507 gallery-plugin.php:1166
|
126 |
msgid "Default"
|
127 |
msgstr "Výchozí"
|
128 |
|
129 |
+
#: gallery-plugin.php:512
|
130 |
#, fuzzy
|
131 |
msgid "Add New Gallery Category"
|
132 |
msgstr "Přidej novou galerii"
|
133 |
|
134 |
+
#: gallery-plugin.php:517
|
135 |
#, fuzzy
|
136 |
msgid "Install plugin"
|
137 |
msgstr "Встановлених модулів"
|
138 |
|
139 |
+
#: gallery-plugin.php:675 gallery-plugin.php:2191 gallery-plugin.php:2306
|
140 |
+
#: gallery-plugin.php:2393
|
141 |
msgid "Title"
|
142 |
msgstr "Titulek"
|
143 |
|
144 |
+
#: gallery-plugin.php:676
|
145 |
msgid "Author"
|
146 |
msgstr "Autor"
|
147 |
|
148 |
+
#: gallery-plugin.php:677
|
149 |
#, fuzzy
|
150 |
msgid "Shortcode"
|
151 |
msgstr "Zkrácený kód galerie"
|
152 |
|
153 |
+
#: gallery-plugin.php:678
|
154 |
#, fuzzy
|
155 |
msgid "Photos"
|
156 |
msgstr "Foto"
|
157 |
|
158 |
+
#: gallery-plugin.php:679
|
159 |
msgid "Date"
|
160 |
msgstr "Datum"
|
161 |
|
162 |
+
#: gallery-plugin.php:852
|
163 |
msgid "Settings are saved"
|
164 |
msgstr "Nastavení uloženo"
|
165 |
|
166 |
+
#: gallery-plugin.php:869
|
167 |
#, fuzzy
|
168 |
msgid "All plugin settings were restored."
|
169 |
msgstr "na stránce pluginu ("
|
170 |
|
171 |
+
#: gallery-plugin.php:881
|
172 |
msgid "Gallery Settings"
|
173 |
msgstr "Nastavení galerie"
|
174 |
|
175 |
+
#: gallery-plugin.php:884
|
176 |
+
msgid "Custom code"
|
177 |
+
msgstr ""
|
178 |
+
|
179 |
+
#: gallery-plugin.php:885
|
180 |
msgid "Go PRO"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: gallery-plugin.php:895
|
184 |
msgid "Please enable JavaScript to use the option to renew images."
|
185 |
msgstr "Povolte JavaScript pro použití možnosti obnovení obrázků."
|
186 |
|
187 |
+
#: gallery-plugin.php:907
|
188 |
#, php-format
|
189 |
msgid ""
|
190 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
192 |
"please use the shortcode %s, where * stands for gallery ID"
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: gallery-plugin.php:917
|
196 |
msgid "Number of images in the row"
|
197 |
msgstr "Počet snímků na řádku"
|
198 |
|
199 |
+
#: gallery-plugin.php:919
|
200 |
#, fuzzy
|
201 |
msgid ""
|
202 |
"The number of images per row can be less depending on the width of the "
|
203 |
"parent block"
|
204 |
msgstr "Počet snímků na řádku"
|
205 |
|
206 |
+
#: gallery-plugin.php:923 gallery-plugin.php:949
|
207 |
msgid "Image size"
|
208 |
msgstr "Velikost obrázku"
|
209 |
|
210 |
+
#: gallery-plugin.php:926
|
211 |
msgid ""
|
212 |
"WordPress will create a new thumbnail with the specified dimensions when you "
|
213 |
"upload a new photo."
|
215 |
"WordPress se vytvoří novou miniaturu se zadanými rozměry, když nahrajete "
|
216 |
"novou fotku."
|
217 |
|
218 |
+
#: gallery-plugin.php:928
|
219 |
#, fuzzy
|
220 |
msgid "For the album cover"
|
221 |
msgstr "Velikost obrázku na obalu alba"
|
222 |
|
223 |
+
#: gallery-plugin.php:929 gallery-plugin.php:933 gallery-plugin.php:954
|
224 |
msgid "width x height"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: gallery-plugin.php:929 gallery-plugin.php:933 gallery-plugin.php:954
|
228 |
msgid "in px"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: gallery-plugin.php:932
|
232 |
#, fuzzy
|
233 |
msgid "For thumbnails"
|
234 |
msgstr "Velikost obrázku na obalu alba"
|
235 |
|
236 |
+
#: gallery-plugin.php:936
|
237 |
msgid "Update images for gallery"
|
238 |
msgstr "Aktualizace obrázků galerie"
|
239 |
|
240 |
+
#: gallery-plugin.php:945 gallery-plugin.php:1144 gallery-plugin.php:1371
|
241 |
msgid "Close"
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: gallery-plugin.php:952
|
245 |
#, fuzzy
|
246 |
msgid "For images in the lightbox"
|
247 |
msgstr "Velikost obrazu v Lightboxu"
|
248 |
|
249 |
+
#: gallery-plugin.php:956
|
250 |
msgid "Display a full size image in the lightbox"
|
251 |
msgstr "Zobrazení obrázku v plné velikosti v lightboxu"
|
252 |
|
253 |
+
#: gallery-plugin.php:961
|
254 |
msgid "Crop position"
|
255 |
msgstr "Pozice ořezu"
|
256 |
|
257 |
+
#: gallery-plugin.php:965 gallery-plugin.php:971
|
258 |
msgid "center"
|
259 |
msgstr "střed"
|
260 |
|
261 |
+
#: gallery-plugin.php:967
|
262 |
msgid "Horizontal"
|
263 |
msgstr "Horizontálně"
|
264 |
|
265 |
+
#: gallery-plugin.php:973
|
266 |
msgid "Vertical"
|
267 |
msgstr "Vertikálně"
|
268 |
|
269 |
+
#: gallery-plugin.php:978
|
270 |
#, fuzzy
|
271 |
msgid "Single gallery view"
|
272 |
msgstr "Jména pro galerii"
|
273 |
|
274 |
+
#: gallery-plugin.php:981
|
275 |
msgid "Grid"
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: gallery-plugin.php:982
|
279 |
msgid "Masonry"
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: gallery-plugin.php:988 gallery-plugin.php:1209
|
283 |
msgid ""
|
284 |
"If you upgrade to Pro version all your settings and galleries will be saved."
|
285 |
msgstr ""
|
286 |
"Pokud jste upgradovali na verzi Pro, všechna vaše nastavení a galerie se "
|
287 |
"uloží."
|
288 |
|
289 |
+
#: gallery-plugin.php:995 gallery-plugin.php:1216
|
290 |
msgid "Unlock premium options by upgrading to Pro version"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: gallery-plugin.php:999 gallery-plugin.php:1220
|
294 |
msgid "Start Your Trial"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: gallery-plugin.php:1000 gallery-plugin.php:1221 gallery-plugin.php:2601
|
298 |
msgid "or"
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: gallery-plugin.php:1002 gallery-plugin.php:1223
|
302 |
msgid "Learn More"
|
303 |
msgstr "Dozvědět se více"
|
304 |
|
305 |
+
#: gallery-plugin.php:1010 gallery-plugin.php:1148
|
306 |
msgid "Display image text"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: gallery-plugin.php:1012
|
310 |
msgid "Turn off the checkbox, if you want to display text just in a lightbox"
|
311 |
msgstr "Vypněte políčko, chcete-li zobrazit text pouze v Lightboxu"
|
312 |
|
313 |
+
#: gallery-plugin.php:1016
|
314 |
msgid "Images with border"
|
315 |
msgstr "Obrázek s okrajem"
|
316 |
|
317 |
+
#: gallery-plugin.php:1020
|
318 |
msgid "Border width in px, just numbers"
|
319 |
msgstr "Šířka okraje v px, jen čísla"
|
320 |
|
321 |
+
#: gallery-plugin.php:1021
|
322 |
msgid "Select a border color"
|
323 |
msgstr "Vyber barvu okraje"
|
324 |
|
325 |
+
#: gallery-plugin.php:1026
|
326 |
msgid "Sort images"
|
327 |
msgstr "Řadit obrázky"
|
328 |
|
329 |
+
#: gallery-plugin.php:1029
|
330 |
#, fuzzy
|
331 |
msgid "by Attachment ID"
|
332 |
msgstr "ID přílohy"
|
333 |
|
334 |
+
#: gallery-plugin.php:1030
|
335 |
#, fuzzy
|
336 |
msgid "by Image Name"
|
337 |
msgstr "Název obrázku"
|
338 |
|
339 |
+
#: gallery-plugin.php:1031 gallery-plugin.php:1052
|
340 |
#, fuzzy
|
341 |
msgid "by Date"
|
342 |
msgstr "Datum"
|
343 |
|
344 |
+
#: gallery-plugin.php:1032
|
345 |
msgid "by Sorting order in the Gallery"
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: gallery-plugin.php:1033 gallery-plugin.php:1057
|
349 |
msgid "Random"
|
350 |
msgstr "Náhodně"
|
351 |
|
352 |
+
#: gallery-plugin.php:1038
|
353 |
#, fuzzy
|
354 |
msgid "The images sort order"
|
355 |
msgstr "Obrázek s okrajem"
|
356 |
|
357 |
+
#: gallery-plugin.php:1041 gallery-plugin.php:1065
|
358 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
359 |
msgstr ""
|
360 |
"ASC (řadit vzestupně od nejnižší k nejvyšší hodnotě - 1, 2, 3, a, b, c)"
|
361 |
|
362 |
+
#: gallery-plugin.php:1042 gallery-plugin.php:1066
|
363 |
msgid ""
|
364 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
365 |
msgstr ""
|
366 |
"DESC (řadit sestupně od nejvyšší po nejnižší hodnotu - 3, 2, 1, c, b, a)"
|
367 |
|
368 |
+
#: gallery-plugin.php:1047
|
369 |
#, fuzzy
|
370 |
msgid "Sort galleries"
|
371 |
msgstr "Galerie"
|
372 |
|
373 |
+
#: gallery-plugin.php:1050
|
374 |
#, fuzzy
|
375 |
msgid "by Gallery ID"
|
376 |
msgstr "Galerie"
|
377 |
|
378 |
+
#: gallery-plugin.php:1051
|
379 |
#, fuzzy
|
380 |
msgid "by Title"
|
381 |
msgstr "Titulek"
|
382 |
|
383 |
+
#: gallery-plugin.php:1053
|
384 |
msgid "by Last modified date"
|
385 |
msgstr ""
|
386 |
|
387 |
+
#: gallery-plugin.php:1054
|
388 |
msgid "by Comment count"
|
389 |
msgstr ""
|
390 |
|
391 |
+
#: gallery-plugin.php:1055
|
392 |
#, fuzzy
|
393 |
msgid "by Sorting order (the input field for sorting order)"
|
394 |
msgstr ""
|
395 |
"Řazení objednávky (vstupní pole pro třídění pořadí v dialogovém okně "
|
396 |
"Insert / upload Media Gallery)"
|
397 |
|
398 |
+
#: gallery-plugin.php:1056
|
399 |
#, fuzzy
|
400 |
msgid "by Author"
|
401 |
msgstr "Autor"
|
402 |
|
403 |
+
#: gallery-plugin.php:1062
|
404 |
msgid "The galleries sort order"
|
405 |
msgstr ""
|
406 |
|
407 |
+
#: gallery-plugin.php:1071
|
408 |
msgid "Start slideshow"
|
409 |
msgstr "Spustit prezentaci"
|
410 |
|
411 |
+
#: gallery-plugin.php:1074
|
412 |
msgid "Slideshow interval"
|
413 |
msgstr "Interval prezentace"
|
414 |
|
415 |
+
#: gallery-plugin.php:1074
|
416 |
msgid "(ms)"
|
417 |
msgstr ""
|
418 |
|
419 |
+
#: gallery-plugin.php:1078
|
420 |
msgid "Use single lightbox for multiple galleries on one page"
|
421 |
msgstr "Použijte jeden Lightbox pro více galerií na jedné stránce"
|
422 |
|
423 |
+
#: gallery-plugin.php:1084
|
424 |
msgid "Display the Back link"
|
425 |
msgstr "Zobrazit odkaz Zpět"
|
426 |
|
427 |
+
#: gallery-plugin.php:1090
|
428 |
msgid "Display the Back link in the shortcode"
|
429 |
msgstr "Zobrazit odkaz Zpět na zkrácený kód"
|
430 |
|
431 |
+
#: gallery-plugin.php:1096
|
432 |
msgid "The Back link text"
|
433 |
msgstr "Text odkazu Zpět"
|
434 |
|
435 |
+
#: gallery-plugin.php:1102
|
436 |
msgid "The Back link URL"
|
437 |
msgstr "URL odkazu Zpět "
|
438 |
|
439 |
+
#: gallery-plugin.php:1105
|
440 |
msgid "Gallery page (Page with Gallery Template)"
|
441 |
msgstr "Stránka Galerie (stránka šablony)"
|
442 |
|
443 |
+
#: gallery-plugin.php:1107
|
444 |
msgid "(Full URL to custom page)"
|
445 |
msgstr "(celá URL na vlastní stránku)"
|
446 |
|
447 |
+
#: gallery-plugin.php:1112
|
448 |
msgid "The Read More link text"
|
449 |
msgstr "Text odkazu Čtěte více"
|
450 |
|
451 |
+
#: gallery-plugin.php:1118
|
452 |
msgid "Add gallery to the search"
|
453 |
msgstr "Přidat galerii do vyhledávání"
|
454 |
|
455 |
+
#: gallery-plugin.php:1123 gallery-plugin.php:1126 gallery-plugin.php:1130
|
456 |
msgid "Using"
|
457 |
msgstr ""
|
458 |
|
459 |
+
#: gallery-plugin.php:1123 gallery-plugin.php:1126 gallery-plugin.php:1130
|
460 |
msgid "powered by"
|
461 |
msgstr ""
|
462 |
|
463 |
+
#: gallery-plugin.php:1126 gallery-plugin.php:1346
|
464 |
#, fuzzy
|
465 |
msgid "Activate"
|
466 |
msgstr "Активовані плагіни"
|
467 |
|
468 |
+
#: gallery-plugin.php:1130
|
469 |
msgid "Download"
|
470 |
msgstr ""
|
471 |
|
472 |
+
#: gallery-plugin.php:1135
|
473 |
msgid "Rewrite templates after update"
|
474 |
msgstr ""
|
475 |
|
476 |
+
#: gallery-plugin.php:1137
|
477 |
#, php-format
|
478 |
msgid ""
|
479 |
"Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
|
480 |
"theme folder and You don't want to rewrite them"
|
481 |
msgstr ""
|
482 |
|
483 |
+
#: gallery-plugin.php:1151
|
484 |
#, fuzzy
|
485 |
msgid "Under image"
|
486 |
msgstr "Aktualizace obrázků"
|
487 |
|
488 |
+
#: gallery-plugin.php:1152
|
489 |
msgid "By mouse hover"
|
490 |
msgstr ""
|
491 |
|
492 |
+
#: gallery-plugin.php:1157
|
493 |
#, fuzzy
|
494 |
msgid "Use pagination for images"
|
495 |
msgstr "Aktualizuji obrázky..."
|
496 |
|
497 |
+
#: gallery-plugin.php:1160
|
498 |
msgid "per page"
|
499 |
msgstr ""
|
500 |
|
501 |
+
#: gallery-plugin.php:1164
|
502 |
msgid "Lightbox background"
|
503 |
msgstr "Pozadí Lightboxu"
|
504 |
|
505 |
+
#: gallery-plugin.php:1167
|
506 |
msgid "Background transparency (from 0 to 1)"
|
507 |
msgstr "Průhlednost pozadí (od 0 do 1)"
|
508 |
|
509 |
+
#: gallery-plugin.php:1168
|
510 |
msgid "Select a background color"
|
511 |
msgstr "Vyberte barvu pozadí"
|
512 |
|
513 |
+
#: gallery-plugin.php:1172
|
514 |
msgid "The lightbox helper"
|
515 |
msgstr ""
|
516 |
|
517 |
+
#: gallery-plugin.php:1174
|
518 |
msgid "Do not use"
|
519 |
msgstr ""
|
520 |
|
521 |
+
#: gallery-plugin.php:1175
|
522 |
msgid "Button helper"
|
523 |
msgstr ""
|
524 |
|
525 |
+
#: gallery-plugin.php:1176
|
526 |
msgid "Thumbnail helper"
|
527 |
msgstr ""
|
528 |
|
529 |
+
#: gallery-plugin.php:1180
|
530 |
msgid "Display Like buttons in the lightbox"
|
531 |
msgstr "Zobrazit tlačítka Like v Lightboxu"
|
532 |
|
533 |
+
#: gallery-plugin.php:1182
|
534 |
msgid "FaceBook"
|
535 |
msgstr "FaceBook"
|
536 |
|
537 |
+
#: gallery-plugin.php:1183
|
538 |
msgid "Twitter"
|
539 |
msgstr "Twitter"
|
540 |
|
541 |
+
#: gallery-plugin.php:1184
|
542 |
msgid "Pinterest"
|
543 |
msgstr "Pinterest"
|
544 |
|
545 |
+
#: gallery-plugin.php:1185
|
546 |
msgid "Google +1"
|
547 |
msgstr "Google +1"
|
548 |
|
549 |
+
#: gallery-plugin.php:1189
|
550 |
msgid "Slug for gallery item"
|
551 |
msgstr "Jména pro galerii"
|
552 |
|
553 |
+
#: gallery-plugin.php:1191
|
554 |
msgid "for any structure of permalinks except the default structure"
|
555 |
msgstr "pro všechny struktury permalinks kromě výchozí struktury"
|
556 |
|
557 |
+
#: gallery-plugin.php:1195
|
558 |
msgid "Title for lightbox button"
|
559 |
msgstr ""
|
560 |
|
561 |
+
#: gallery-plugin.php:1201
|
562 |
msgid ""
|
563 |
"Display all images in the lightbox instead of going into a single gallery"
|
564 |
msgstr ""
|
565 |
|
566 |
+
#: gallery-plugin.php:1204
|
567 |
#, php-format
|
568 |
msgid "When using the gallery template or a shortcode with `%s` parameter"
|
569 |
msgstr ""
|
570 |
|
571 |
+
#: gallery-plugin.php:1230
|
572 |
msgid "Save Changes"
|
573 |
msgstr "Ulož změny"
|
574 |
|
575 |
+
#: gallery-plugin.php:1235
|
576 |
msgid ""
|
577 |
"If you install the demo-data, will be created galleries with images, demo-"
|
578 |
"post with available shortcodes and page with a list of all the galleries."
|
579 |
msgstr ""
|
580 |
|
581 |
+
#: gallery-plugin.php:1269
|
582 |
msgid "FAQ"
|
583 |
msgstr "FAQ "
|
584 |
|
585 |
+
#: gallery-plugin.php:1270
|
586 |
msgid "Support"
|
587 |
msgstr "Podpora"
|
588 |
|
589 |
+
#: gallery-plugin.php:1309
|
590 |
msgid "Updating images..."
|
591 |
msgstr "Aktualizuji obrázky..."
|
592 |
|
593 |
+
#: gallery-plugin.php:1310
|
594 |
#, fuzzy
|
595 |
msgid "No image found."
|
596 |
msgstr "Nenalezen žádný obrázek"
|
597 |
|
598 |
+
#: gallery-plugin.php:1311
|
599 |
#, fuzzy
|
600 |
msgid "All images are updated."
|
601 |
msgstr "Všechny obrázky jsou aktuální"
|
602 |
|
603 |
+
#: gallery-plugin.php:1312
|
604 |
msgid "Error."
|
605 |
msgstr "Chyba."
|
606 |
|
607 |
+
#: gallery-plugin.php:1326
|
608 |
msgid ""
|
609 |
"You are about to delete these items from this gallery.\n"
|
610 |
" 'Cancel' to stop, 'OK' to delete."
|
611 |
msgstr ""
|
612 |
|
613 |
+
#: gallery-plugin.php:1327
|
614 |
msgid ""
|
615 |
"Switching to another mode, all unsaved data will be lost. Save data before "
|
616 |
"switching?"
|
617 |
msgstr ""
|
618 |
|
619 |
+
#: gallery-plugin.php:1328
|
620 |
msgid "Insert Media"
|
621 |
msgstr ""
|
622 |
|
623 |
+
#: gallery-plugin.php:1329
|
624 |
msgid "Insert"
|
625 |
msgstr ""
|
626 |
|
627 |
+
#: gallery-plugin.php:1341
|
628 |
#, fuzzy
|
629 |
msgid "Learn more"
|
630 |
msgstr "Dozvědět se více"
|
631 |
|
632 |
+
#: gallery-plugin.php:1353
|
633 |
#, fuzzy
|
634 |
msgid "Install now"
|
635 |
msgstr "Установка %"
|
636 |
|
637 |
+
#: gallery-plugin.php:1362
|
638 |
msgid "Add multiple gallery categories"
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: gallery-plugin.php:1362
|
642 |
msgid ""
|
643 |
"Install Gallery Categories plugin to add unlimited number of categories."
|
644 |
msgstr ""
|
645 |
|
646 |
+
#: gallery-plugin.php:1649 template/gallery-single-template.php:103
|
647 |
msgid "Sorry, nothing found."
|
648 |
msgstr "Ups, nic nenalezeno"
|
649 |
|
650 |
+
#: gallery-plugin.php:1662 template/gallery-single-template.php:124
|
651 |
msgid "Image"
|
652 |
msgstr "Obrázek"
|
653 |
|
654 |
+
#: gallery-plugin.php:1662 template/gallery-single-template.php:19
|
655 |
msgid "Download high resolution image"
|
656 |
msgstr "Stáhnout obrázek ve vysokém rozlišení"
|
657 |
|
658 |
+
#: gallery-plugin.php:1793
|
659 |
msgid "Image size not defined"
|
660 |
msgstr "Velikost obrázku není definována"
|
661 |
|
662 |
+
#: gallery-plugin.php:1808
|
663 |
msgid ""
|
664 |
"We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
|
665 |
"manually reload image."
|
667 |
"Můžeme aktualizovat pouze PNG, JPEG, GIF, WPMP nebo XBM soubory. Ostatní "
|
668 |
"musíte nahrát ručně."
|
669 |
|
670 |
+
#: gallery-plugin.php:1819
|
671 |
msgid "Image size changes not defined"
|
672 |
msgstr "Změna velikosti obrázku není definována"
|
673 |
|
674 |
+
#: gallery-plugin.php:1848 gallery-plugin.php:1851 gallery-plugin.php:1856
|
675 |
msgid "Invalid path"
|
676 |
msgstr "Špatná cesta"
|
677 |
|
678 |
+
#: gallery-plugin.php:1959
|
679 |
msgid "Add images requires JavaScript."
|
680 |
msgstr ""
|
681 |
|
682 |
+
#: gallery-plugin.php:1962
|
683 |
msgid "Add Media"
|
684 |
msgstr ""
|
685 |
|
686 |
+
#: gallery-plugin.php:1972
|
687 |
msgid "The grid view for the Gallery images requires JavaScript."
|
688 |
msgstr ""
|
689 |
|
690 |
+
#: gallery-plugin.php:1972
|
691 |
msgid "Switch to the list view"
|
692 |
msgstr ""
|
693 |
|
694 |
+
#: gallery-plugin.php:1999
|
695 |
msgid "List View"
|
696 |
msgstr ""
|
697 |
|
698 |
+
#: gallery-plugin.php:2000
|
699 |
msgid "Grid View"
|
700 |
msgstr ""
|
701 |
|
702 |
+
#: gallery-plugin.php:2055
|
703 |
msgid "Filter"
|
704 |
msgstr ""
|
705 |
|
706 |
+
#: gallery-plugin.php:2059
|
707 |
msgid "Empty Trash"
|
708 |
msgstr ""
|
709 |
|
710 |
+
#: gallery-plugin.php:2080
|
711 |
#, fuzzy
|
712 |
msgid "No images found"
|
713 |
msgstr "Nenalezen žádný obrázek"
|
714 |
|
715 |
+
#: gallery-plugin.php:2132
|
716 |
msgid "Select bulk action"
|
717 |
msgstr ""
|
718 |
|
719 |
+
#: gallery-plugin.php:2134
|
720 |
msgid "Bulk Actions"
|
721 |
msgstr ""
|
722 |
|
723 |
+
#: gallery-plugin.php:2144
|
724 |
msgid "Apply"
|
725 |
msgstr ""
|
726 |
|
727 |
+
#: gallery-plugin.php:2151 gallery-plugin.php:2330
|
728 |
#, fuzzy
|
729 |
msgid "Delete from Gallery"
|
730 |
msgstr "Nová galerie"
|
731 |
|
732 |
+
#: gallery-plugin.php:2164 gallery-plugin.php:2178
|
733 |
#, fuzzy
|
734 |
msgid "Display link to the original file under each image in the lightbox"
|
735 |
msgstr "Zobrazení obrázku v plné velikosti v lightboxu"
|
736 |
|
737 |
+
#: gallery-plugin.php:2173
|
738 |
msgid "Bulk Select"
|
739 |
msgstr ""
|
740 |
|
741 |
+
#: gallery-plugin.php:2175
|
742 |
msgid "Cancel Selection"
|
743 |
msgstr ""
|
744 |
|
745 |
+
#: gallery-plugin.php:2176
|
746 |
msgid "Delete Selected"
|
747 |
msgstr ""
|
748 |
|
749 |
+
#: gallery-plugin.php:2189
|
750 |
msgid "File"
|
751 |
msgstr ""
|
752 |
|
753 |
+
#: gallery-plugin.php:2190 gallery-plugin.php:2279 gallery-plugin.php:2388
|
754 |
msgid "Dimensions"
|
755 |
msgstr ""
|
756 |
|
757 |
+
#: gallery-plugin.php:2192 gallery-plugin.php:2312 gallery-plugin.php:2398
|
758 |
msgid "Alt tag"
|
759 |
msgstr "Alt tag"
|
760 |
|
761 |
+
#: gallery-plugin.php:2192 gallery-plugin.php:2314
|
762 |
msgid ""
|
763 |
"The alt attribute specifies an alternate text for an image, if the image "
|
764 |
"cannot be displayed."
|
765 |
msgstr ""
|
766 |
|
767 |
+
#: gallery-plugin.php:2193 gallery-plugin.php:2320 gallery-plugin.php:2403
|
768 |
msgid "Custom URL"
|
769 |
msgstr ""
|
770 |
|
771 |
+
#: gallery-plugin.php:2193 gallery-plugin.php:2322
|
772 |
msgid ""
|
773 |
"By clicking on the thumbnail you'll go to the link (if the field is filled) "
|
774 |
"or the image will be opened in the lightbox (if the field isn't filled)"
|
775 |
msgstr ""
|
776 |
|
777 |
+
#: gallery-plugin.php:2271
|
778 |
msgid "Deselect"
|
779 |
msgstr ""
|
780 |
|
781 |
+
#: gallery-plugin.php:2277
|
782 |
msgid "File name"
|
783 |
msgstr ""
|
784 |
|
785 |
+
#: gallery-plugin.php:2278
|
786 |
msgid "File type"
|
787 |
msgstr ""
|
788 |
|
789 |
+
#: gallery-plugin.php:2282 gallery-plugin.php:2384
|
790 |
#, fuzzy
|
791 |
msgid "Edit Attachment Info"
|
792 |
msgstr "ID přílohy"
|
793 |
|
794 |
+
#: gallery-plugin.php:2282
|
795 |
#, fuzzy
|
796 |
msgid "Edit Attachment"
|
797 |
msgstr "ID přílohy"
|
798 |
|
799 |
+
#: gallery-plugin.php:2292
|
800 |
msgid "Go Pro"
|
801 |
msgstr ""
|
802 |
|
803 |
+
#: gallery-plugin.php:2292
|
804 |
msgid "Pro version"
|
805 |
msgstr ""
|
806 |
|
807 |
+
#: gallery-plugin.php:2295
|
808 |
msgid "This setting is available in Pro version"
|
809 |
msgstr "Toto nastavení je k dispozici ve verzi Pro"
|
810 |
|
811 |
+
#: gallery-plugin.php:2328
|
812 |
msgid "Edit more details"
|
813 |
msgstr ""
|
814 |
|
815 |
+
#: gallery-plugin.php:2363
|
816 |
#, php-format
|
817 |
msgid "Select %s"
|
818 |
msgstr ""
|
819 |
|
820 |
+
#: gallery-plugin.php:2376
|
821 |
#, php-format
|
822 |
msgid "Edit “%s”"
|
823 |
msgstr ""
|
824 |
|
825 |
+
#: gallery-plugin.php:2421 gallery-plugin.php:2434
|
826 |
msgid "Edit"
|
827 |
msgstr ""
|
828 |
|
829 |
+
#: gallery-plugin.php:2424 gallery-plugin.php:2439
|
830 |
msgid "Trash"
|
831 |
msgstr ""
|
832 |
|
833 |
+
#: gallery-plugin.php:2427 gallery-plugin.php:2442
|
834 |
msgid "Delete Permanently"
|
835 |
msgstr ""
|
836 |
|
837 |
+
#: gallery-plugin.php:2429 gallery-plugin.php:2447
|
838 |
#, php-format
|
839 |
msgid "View “%s”"
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: gallery-plugin.php:2429 gallery-plugin.php:2447
|
843 |
msgid "View"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: gallery-plugin.php:2431
|
847 |
#, fuzzy
|
848 |
msgid "Attach"
|
849 |
msgstr "ID přílohy"
|
850 |
|
851 |
+
#: gallery-plugin.php:2437
|
852 |
msgid "Restore"
|
853 |
msgstr ""
|
854 |
|
855 |
+
#: gallery-plugin.php:2568
|
856 |
msgid "Warning"
|
857 |
msgstr ""
|
858 |
|
859 |
+
#: gallery-plugin.php:2568
|
860 |
msgid "You can add only images to the gallery"
|
861 |
msgstr ""
|
862 |
|
863 |
+
#: gallery-plugin.php:2610
|
864 |
#, fuzzy
|
865 |
msgid "no title"
|
866 |
msgstr "Titulek"
|
867 |
|
868 |
+
#: gallery-plugin.php:2618
|
869 |
#, fuzzy
|
870 |
msgid "Sorry, no gallery found."
|
871 |
msgstr "Ups, nic nenalezeno"
|
872 |
|
873 |
+
#: gallery-plugin.php:2624
|
874 |
#, fuzzy
|
875 |
msgid ""
|
876 |
"Display an album image with the description and the link to a single gallery "
|
languages/gallery-plugin-de_DE.mo
CHANGED
Binary file
|
languages/gallery-plugin-de_DE.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
-
"PO-Revision-Date: 2016-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Jonas Seemann <info@ahoidesign.de>\n"
|
9 |
"Language: uk_UA\n"
|
@@ -16,8 +16,8 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: gallery-plugin.php:45 gallery-plugin.php:
|
20 |
-
#: gallery-plugin.php:
|
21 |
msgid "Settings"
|
22 |
msgstr "Einstellungen"
|
23 |
|
@@ -29,7 +29,7 @@ msgstr "Fotos anzeigen »"
|
|
29 |
msgid "Return to all albums"
|
30 |
msgstr ""
|
31 |
|
32 |
-
#: gallery-plugin.php:
|
33 |
#, fuzzy, php-format
|
34 |
msgid ""
|
35 |
"The following files '%s' and '%s' were not found in the directory of your "
|
@@ -42,49 +42,49 @@ msgstr ""
|
|
42 |
"direkt in das Verzeichnis deines Themes, damit das Plugin richtig "
|
43 |
"funktionieren kann."
|
44 |
|
45 |
-
#: gallery-plugin.php:
|
46 |
msgid "Galleries"
|
47 |
msgstr "Galerien"
|
48 |
|
49 |
-
#: gallery-plugin.php:
|
50 |
msgid "Gallery"
|
51 |
msgstr "Galerie"
|
52 |
|
53 |
-
#: gallery-plugin.php:
|
54 |
msgid "Add New Gallery"
|
55 |
msgstr "Galerie hinzufügen"
|
56 |
|
57 |
-
#: gallery-plugin.php:
|
58 |
msgid "Edit Gallery"
|
59 |
msgstr "Galerie bearbeiten"
|
60 |
|
61 |
-
#: gallery-plugin.php:
|
62 |
msgid "New Gallery"
|
63 |
msgstr "Neue Galerie"
|
64 |
|
65 |
-
#: gallery-plugin.php:
|
66 |
msgid "View Gallery"
|
67 |
msgstr "Galerie anzeigen"
|
68 |
|
69 |
-
#: gallery-plugin.php:
|
70 |
#, fuzzy
|
71 |
msgid "Search Galleries"
|
72 |
msgstr "Galerien"
|
73 |
|
74 |
-
#: gallery-plugin.php:
|
75 |
msgid "No Gallery found"
|
76 |
msgstr "Keine Galerien gefunden"
|
77 |
|
78 |
-
#: gallery-plugin.php:
|
79 |
msgid "Gallery Shortcode"
|
80 |
msgstr "Galerie Einstellungen"
|
81 |
|
82 |
-
#: gallery-plugin.php:
|
83 |
#, fuzzy
|
84 |
msgid "Gallery Categories"
|
85 |
msgstr "Bildgröße für Galerie"
|
86 |
|
87 |
-
#: gallery-plugin.php:
|
88 |
#, fuzzy, php-format
|
89 |
msgid ""
|
90 |
"If you would like to add a Gallery to your page or post, please use %s button"
|
@@ -92,7 +92,7 @@ msgstr ""
|
|
92 |
"Zum Einfügen einer Galerie füge diesen Shortcode in eine Seite oder einen "
|
93 |
"Beitrag ein:"
|
94 |
|
95 |
-
#: gallery-plugin.php:
|
96 |
#, php-format
|
97 |
msgid ""
|
98 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
@@ -100,86 +100,90 @@ msgid ""
|
|
100 |
"please use the shortcode below"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: gallery-plugin.php:
|
104 |
msgid ""
|
105 |
"Add this shortcode to a page, post or widget to display a single gallery"
|
106 |
msgstr ""
|
107 |
|
108 |
-
#: gallery-plugin.php:
|
109 |
#, fuzzy
|
110 |
msgid ""
|
111 |
"Use this shortcode to display an album image with the description and the "
|
112 |
"link to a single gallery page"
|
113 |
msgstr "Shortcode zum Anzeigen einer Kurzbeschreibung, Link und Bild"
|
114 |
|
115 |
-
#: gallery-plugin.php:
|
116 |
msgid "Short display"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: gallery-plugin.php:
|
120 |
msgid "Most Used"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: gallery-plugin.php:
|
124 |
msgid "Default"
|
125 |
msgstr "Standard"
|
126 |
|
127 |
-
#: gallery-plugin.php:
|
128 |
#, fuzzy
|
129 |
msgid "Add New Gallery Category"
|
130 |
msgstr "Galerie hinzufügen"
|
131 |
|
132 |
-
#: gallery-plugin.php:
|
133 |
#, fuzzy
|
134 |
msgid "Install plugin"
|
135 |
msgstr "Installierte Plugins"
|
136 |
|
137 |
-
#: gallery-plugin.php:
|
138 |
-
#: gallery-plugin.php:
|
139 |
msgid "Title"
|
140 |
msgstr "Titel"
|
141 |
|
142 |
-
#: gallery-plugin.php:
|
143 |
msgid "Author"
|
144 |
msgstr "Author"
|
145 |
|
146 |
-
#: gallery-plugin.php:
|
147 |
#, fuzzy
|
148 |
msgid "Shortcode"
|
149 |
msgstr "Galerie Einstellungen"
|
150 |
|
151 |
-
#: gallery-plugin.php:
|
152 |
#, fuzzy
|
153 |
msgid "Photos"
|
154 |
msgstr "Foto"
|
155 |
|
156 |
-
#: gallery-plugin.php:
|
157 |
msgid "Date"
|
158 |
msgstr "Datum"
|
159 |
|
160 |
-
#: gallery-plugin.php:
|
161 |
msgid "Settings are saved"
|
162 |
msgstr "Einstellungen gespeichert."
|
163 |
|
164 |
-
#: gallery-plugin.php:
|
165 |
#, fuzzy
|
166 |
msgid "All plugin settings were restored."
|
167 |
msgstr "auf der Plugin-Optionen-Seite ("
|
168 |
|
169 |
-
#: gallery-plugin.php:
|
170 |
msgid "Gallery Settings"
|
171 |
msgstr "Galerie Einstellungen"
|
172 |
|
173 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
174 |
msgid "Go PRO"
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: gallery-plugin.php:
|
178 |
#, fuzzy
|
179 |
msgid "Please enable JavaScript to use the option to renew images."
|
180 |
msgstr "Please enable JavaScript um den File-Uploader zu benutzen."
|
181 |
|
182 |
-
#: gallery-plugin.php:
|
183 |
#, php-format
|
184 |
msgid ""
|
185 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
@@ -187,22 +191,22 @@ msgid ""
|
|
187 |
"please use the shortcode %s, where * stands for gallery ID"
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: gallery-plugin.php:
|
191 |
msgid "Number of images in the row"
|
192 |
msgstr "Anzahl Bilder in einer Reihe"
|
193 |
|
194 |
-
#: gallery-plugin.php:
|
195 |
#, fuzzy
|
196 |
msgid ""
|
197 |
"The number of images per row can be less depending on the width of the "
|
198 |
"parent block"
|
199 |
msgstr "Anzahl Bilder in einer Reihe"
|
200 |
|
201 |
-
#: gallery-plugin.php:
|
202 |
msgid "Image size"
|
203 |
msgstr "Name der Bilder"
|
204 |
|
205 |
-
#: gallery-plugin.php:
|
206 |
msgid ""
|
207 |
"WordPress will create a new thumbnail with the specified dimensions when you "
|
208 |
"upload a new photo."
|
@@ -210,656 +214,656 @@ msgstr ""
|
|
210 |
"Wordpress wird ein neues Thumbnail mit den Einstellungen erstellen, wenn du "
|
211 |
"ein neues Bild hochlädst."
|
212 |
|
213 |
-
#: gallery-plugin.php:
|
214 |
#, fuzzy
|
215 |
msgid "For the album cover"
|
216 |
msgstr "Bildgröße für Beitragsbild"
|
217 |
|
218 |
-
#: gallery-plugin.php:
|
219 |
msgid "width x height"
|
220 |
msgstr ""
|
221 |
|
222 |
-
#: gallery-plugin.php:
|
223 |
msgid "in px"
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: gallery-plugin.php:
|
227 |
#, fuzzy
|
228 |
msgid "For thumbnails"
|
229 |
msgstr "Bildgröße für Beitragsbild"
|
230 |
|
231 |
-
#: gallery-plugin.php:
|
232 |
msgid "Update images for gallery"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: gallery-plugin.php:
|
236 |
msgid "Close"
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: gallery-plugin.php:
|
240 |
#, fuzzy
|
241 |
msgid "For images in the lightbox"
|
242 |
msgstr "Galeriegröße in der Lightbox"
|
243 |
|
244 |
-
#: gallery-plugin.php:
|
245 |
msgid "Display a full size image in the lightbox"
|
246 |
msgstr "Zeige das Bild in Originalgröße in derLightbox"
|
247 |
|
248 |
-
#: gallery-plugin.php:
|
249 |
msgid "Crop position"
|
250 |
msgstr "Crop Position"
|
251 |
|
252 |
-
#: gallery-plugin.php:
|
253 |
msgid "center"
|
254 |
msgstr "zentriert"
|
255 |
|
256 |
-
#: gallery-plugin.php:
|
257 |
msgid "Horizontal"
|
258 |
msgstr "Horizontal"
|
259 |
|
260 |
-
#: gallery-plugin.php:
|
261 |
msgid "Vertical"
|
262 |
msgstr "vertikal"
|
263 |
|
264 |
-
#: gallery-plugin.php:
|
265 |
#, fuzzy
|
266 |
msgid "Single gallery view"
|
267 |
msgstr "Galerie Slug"
|
268 |
|
269 |
-
#: gallery-plugin.php:
|
270 |
msgid "Grid"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: gallery-plugin.php:
|
274 |
msgid "Masonry"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: gallery-plugin.php:
|
278 |
msgid ""
|
279 |
"If you upgrade to Pro version all your settings and galleries will be saved."
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: gallery-plugin.php:
|
283 |
msgid "Unlock premium options by upgrading to Pro version"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: gallery-plugin.php:
|
287 |
msgid "Start Your Trial"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: gallery-plugin.php:
|
291 |
msgid "or"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: gallery-plugin.php:
|
295 |
#, fuzzy
|
296 |
msgid "Learn More"
|
297 |
msgstr "Mehr erfahren"
|
298 |
|
299 |
-
#: gallery-plugin.php:
|
300 |
msgid "Display image text"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: gallery-plugin.php:
|
304 |
msgid "Turn off the checkbox, if you want to display text just in a lightbox"
|
305 |
msgstr "Text nur in Lightbox anzeigen"
|
306 |
|
307 |
-
#: gallery-plugin.php:
|
308 |
msgid "Images with border"
|
309 |
msgstr "Bilder mit Rand"
|
310 |
|
311 |
-
#: gallery-plugin.php:
|
312 |
msgid "Border width in px, just numbers"
|
313 |
msgstr "Breite Bildrand in Pixel"
|
314 |
|
315 |
-
#: gallery-plugin.php:
|
316 |
msgid "Select a border color"
|
317 |
msgstr "Rahmenfarbe"
|
318 |
|
319 |
-
#: gallery-plugin.php:
|
320 |
msgid "Sort images"
|
321 |
msgstr "Reihenfolge"
|
322 |
|
323 |
-
#: gallery-plugin.php:
|
324 |
#, fuzzy
|
325 |
msgid "by Attachment ID"
|
326 |
msgstr "Anhang ID"
|
327 |
|
328 |
-
#: gallery-plugin.php:
|
329 |
#, fuzzy
|
330 |
msgid "by Image Name"
|
331 |
msgstr "Bildname"
|
332 |
|
333 |
-
#: gallery-plugin.php:
|
334 |
#, fuzzy
|
335 |
msgid "by Date"
|
336 |
msgstr "Datum"
|
337 |
|
338 |
-
#: gallery-plugin.php:
|
339 |
msgid "by Sorting order in the Gallery"
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: gallery-plugin.php:
|
343 |
msgid "Random"
|
344 |
msgstr "Zufall"
|
345 |
|
346 |
-
#: gallery-plugin.php:
|
347 |
#, fuzzy
|
348 |
msgid "The images sort order"
|
349 |
msgstr "Bilder mit Rand"
|
350 |
|
351 |
-
#: gallery-plugin.php:
|
352 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
353 |
msgstr "ASC (aufsteigend)"
|
354 |
|
355 |
-
#: gallery-plugin.php:
|
356 |
msgid ""
|
357 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
358 |
msgstr "DESC (absteigend)"
|
359 |
|
360 |
-
#: gallery-plugin.php:
|
361 |
#, fuzzy
|
362 |
msgid "Sort galleries"
|
363 |
msgstr "Galerien"
|
364 |
|
365 |
-
#: gallery-plugin.php:
|
366 |
#, fuzzy
|
367 |
msgid "by Gallery ID"
|
368 |
msgstr "Galerie"
|
369 |
|
370 |
-
#: gallery-plugin.php:
|
371 |
#, fuzzy
|
372 |
msgid "by Title"
|
373 |
msgstr "Titel"
|
374 |
|
375 |
-
#: gallery-plugin.php:
|
376 |
msgid "by Last modified date"
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: gallery-plugin.php:
|
380 |
msgid "by Comment count"
|
381 |
msgstr ""
|
382 |
|
383 |
-
#: gallery-plugin.php:
|
384 |
#, fuzzy
|
385 |
msgid "by Sorting order (the input field for sorting order)"
|
386 |
msgstr ""
|
387 |
"Reihenfolge (the input field for sorting order in the Insert / Upload Media "
|
388 |
"Gallery dialog)"
|
389 |
|
390 |
-
#: gallery-plugin.php:
|
391 |
#, fuzzy
|
392 |
msgid "by Author"
|
393 |
msgstr "Author"
|
394 |
|
395 |
-
#: gallery-plugin.php:
|
396 |
msgid "The galleries sort order"
|
397 |
msgstr ""
|
398 |
|
399 |
-
#: gallery-plugin.php:
|
400 |
msgid "Start slideshow"
|
401 |
msgstr "Starte Slideshow"
|
402 |
|
403 |
-
#: gallery-plugin.php:
|
404 |
msgid "Slideshow interval"
|
405 |
msgstr "Slideshow Geschwindigkeit"
|
406 |
|
407 |
-
#: gallery-plugin.php:
|
408 |
msgid "(ms)"
|
409 |
msgstr ""
|
410 |
|
411 |
-
#: gallery-plugin.php:
|
412 |
msgid "Use single lightbox for multiple galleries on one page"
|
413 |
msgstr ""
|
414 |
|
415 |
-
#: gallery-plugin.php:
|
416 |
msgid "Display the Back link"
|
417 |
msgstr "Aktiviere Zurück-Link"
|
418 |
|
419 |
-
#: gallery-plugin.php:
|
420 |
msgid "Display the Back link in the shortcode"
|
421 |
msgstr "Aktiviere Zurück-Link im Shortcode"
|
422 |
|
423 |
-
#: gallery-plugin.php:
|
424 |
msgid "The Back link text"
|
425 |
msgstr "Zurück-Link Text"
|
426 |
|
427 |
-
#: gallery-plugin.php:
|
428 |
msgid "The Back link URL"
|
429 |
msgstr "Zurück-Link URL"
|
430 |
|
431 |
-
#: gallery-plugin.php:
|
432 |
msgid "Gallery page (Page with Gallery Template)"
|
433 |
msgstr "Galerie-Seite (Seite mit Gallerie-Template)"
|
434 |
|
435 |
-
#: gallery-plugin.php:
|
436 |
msgid "(Full URL to custom page)"
|
437 |
msgstr "(URL zu eigener Seite)"
|
438 |
|
439 |
-
#: gallery-plugin.php:
|
440 |
msgid "The Read More link text"
|
441 |
msgstr "Weiterlesen link Text"
|
442 |
|
443 |
-
#: gallery-plugin.php:
|
444 |
msgid "Add gallery to the search"
|
445 |
msgstr ""
|
446 |
|
447 |
-
#: gallery-plugin.php:
|
448 |
msgid "Using"
|
449 |
msgstr ""
|
450 |
|
451 |
-
#: gallery-plugin.php:
|
452 |
msgid "powered by"
|
453 |
msgstr ""
|
454 |
|
455 |
-
#: gallery-plugin.php:
|
456 |
#, fuzzy
|
457 |
msgid "Activate"
|
458 |
msgstr "Aktivierte Plugins"
|
459 |
|
460 |
-
#: gallery-plugin.php:
|
461 |
msgid "Download"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: gallery-plugin.php:
|
465 |
msgid "Rewrite templates after update"
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: gallery-plugin.php:
|
469 |
#, php-format
|
470 |
msgid ""
|
471 |
"Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
|
472 |
"theme folder and You don't want to rewrite them"
|
473 |
msgstr ""
|
474 |
|
475 |
-
#: gallery-plugin.php:
|
476 |
#, fuzzy
|
477 |
msgid "Under image"
|
478 |
msgstr "Reihenfolge Bilder"
|
479 |
|
480 |
-
#: gallery-plugin.php:
|
481 |
msgid "By mouse hover"
|
482 |
msgstr ""
|
483 |
|
484 |
-
#: gallery-plugin.php:
|
485 |
msgid "Use pagination for images"
|
486 |
msgstr ""
|
487 |
|
488 |
-
#: gallery-plugin.php:
|
489 |
msgid "per page"
|
490 |
msgstr ""
|
491 |
|
492 |
-
#: gallery-plugin.php:
|
493 |
msgid "Lightbox background"
|
494 |
msgstr "Lightbox Hintergrund"
|
495 |
|
496 |
-
#: gallery-plugin.php:
|
497 |
msgid "Background transparency (from 0 to 1)"
|
498 |
msgstr "Hintergrund Transparenz (0 – 1)"
|
499 |
|
500 |
-
#: gallery-plugin.php:
|
501 |
msgid "Select a background color"
|
502 |
msgstr "Wähle eine Hintergrundfarbe"
|
503 |
|
504 |
-
#: gallery-plugin.php:
|
505 |
msgid "The lightbox helper"
|
506 |
msgstr ""
|
507 |
|
508 |
-
#: gallery-plugin.php:
|
509 |
msgid "Do not use"
|
510 |
msgstr ""
|
511 |
|
512 |
-
#: gallery-plugin.php:
|
513 |
msgid "Button helper"
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: gallery-plugin.php:
|
517 |
msgid "Thumbnail helper"
|
518 |
msgstr ""
|
519 |
|
520 |
-
#: gallery-plugin.php:
|
521 |
msgid "Display Like buttons in the lightbox"
|
522 |
msgstr "Aktivier Like-Button in der Lightbox"
|
523 |
|
524 |
-
#: gallery-plugin.php:
|
525 |
msgid "FaceBook"
|
526 |
msgstr "Facebook"
|
527 |
|
528 |
-
#: gallery-plugin.php:
|
529 |
msgid "Twitter"
|
530 |
msgstr "Twitter"
|
531 |
|
532 |
-
#: gallery-plugin.php:
|
533 |
msgid "Pinterest"
|
534 |
msgstr "Pinterest"
|
535 |
|
536 |
-
#: gallery-plugin.php:
|
537 |
msgid "Google +1"
|
538 |
msgstr "Goolge+"
|
539 |
|
540 |
-
#: gallery-plugin.php:
|
541 |
msgid "Slug for gallery item"
|
542 |
msgstr "Galerie Slug"
|
543 |
|
544 |
-
#: gallery-plugin.php:
|
545 |
msgid "for any structure of permalinks except the default structure"
|
546 |
msgstr "Permalinkstruktur (Default ausgenommen)"
|
547 |
|
548 |
-
#: gallery-plugin.php:
|
549 |
msgid "Title for lightbox button"
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: gallery-plugin.php:
|
553 |
msgid ""
|
554 |
"Display all images in the lightbox instead of going into a single gallery"
|
555 |
msgstr ""
|
556 |
|
557 |
-
#: gallery-plugin.php:
|
558 |
#, php-format
|
559 |
msgid "When using the gallery template or a shortcode with `%s` parameter"
|
560 |
msgstr ""
|
561 |
|
562 |
-
#: gallery-plugin.php:
|
563 |
msgid "Save Changes"
|
564 |
msgstr "Einstellungen speichern"
|
565 |
|
566 |
-
#: gallery-plugin.php:
|
567 |
msgid ""
|
568 |
"If you install the demo-data, will be created galleries with images, demo-"
|
569 |
"post with available shortcodes and page with a list of all the galleries."
|
570 |
msgstr ""
|
571 |
|
572 |
-
#: gallery-plugin.php:
|
573 |
msgid "FAQ"
|
574 |
msgstr "FAQ"
|
575 |
|
576 |
-
#: gallery-plugin.php:
|
577 |
msgid "Support"
|
578 |
msgstr "Support"
|
579 |
|
580 |
-
#: gallery-plugin.php:
|
581 |
msgid "Updating images..."
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: gallery-plugin.php:
|
585 |
#, fuzzy
|
586 |
msgid "No image found."
|
587 |
msgstr "Keine Galerien gefunden"
|
588 |
|
589 |
-
#: gallery-plugin.php:
|
590 |
msgid "All images are updated."
|
591 |
msgstr ""
|
592 |
|
593 |
-
#: gallery-plugin.php:
|
594 |
msgid "Error."
|
595 |
msgstr ""
|
596 |
|
597 |
-
#: gallery-plugin.php:
|
598 |
msgid ""
|
599 |
"You are about to delete these items from this gallery.\n"
|
600 |
" 'Cancel' to stop, 'OK' to delete."
|
601 |
msgstr ""
|
602 |
|
603 |
-
#: gallery-plugin.php:
|
604 |
msgid ""
|
605 |
"Switching to another mode, all unsaved data will be lost. Save data before "
|
606 |
"switching?"
|
607 |
msgstr ""
|
608 |
|
609 |
-
#: gallery-plugin.php:
|
610 |
msgid "Insert Media"
|
611 |
msgstr ""
|
612 |
|
613 |
-
#: gallery-plugin.php:
|
614 |
msgid "Insert"
|
615 |
msgstr ""
|
616 |
|
617 |
-
#: gallery-plugin.php:
|
618 |
#, fuzzy
|
619 |
msgid "Learn more"
|
620 |
msgstr "Mehr erfahren"
|
621 |
|
622 |
-
#: gallery-plugin.php:
|
623 |
#, fuzzy
|
624 |
msgid "Install now"
|
625 |
msgstr "Installiere %s"
|
626 |
|
627 |
-
#: gallery-plugin.php:
|
628 |
msgid "Add multiple gallery categories"
|
629 |
msgstr ""
|
630 |
|
631 |
-
#: gallery-plugin.php:
|
632 |
msgid ""
|
633 |
"Install Gallery Categories plugin to add unlimited number of categories."
|
634 |
msgstr ""
|
635 |
|
636 |
-
#: gallery-plugin.php:
|
637 |
msgid "Sorry, nothing found."
|
638 |
msgstr "Leider nichts gefunden."
|
639 |
|
640 |
-
#: gallery-plugin.php:
|
641 |
msgid "Image"
|
642 |
msgstr "Bild"
|
643 |
|
644 |
-
#: gallery-plugin.php:
|
645 |
msgid "Download high resolution image"
|
646 |
msgstr "Lade Bild in Originalgröße"
|
647 |
|
648 |
-
#: gallery-plugin.php:
|
649 |
#, fuzzy
|
650 |
msgid "Image size not defined"
|
651 |
msgstr "Name der Bilder"
|
652 |
|
653 |
-
#: gallery-plugin.php:
|
654 |
msgid ""
|
655 |
"We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
|
656 |
"manually reload image."
|
657 |
msgstr ""
|
658 |
|
659 |
-
#: gallery-plugin.php:
|
660 |
msgid "Image size changes not defined"
|
661 |
msgstr ""
|
662 |
|
663 |
-
#: gallery-plugin.php:
|
664 |
msgid "Invalid path"
|
665 |
msgstr ""
|
666 |
|
667 |
-
#: gallery-plugin.php:
|
668 |
msgid "Add images requires JavaScript."
|
669 |
msgstr ""
|
670 |
|
671 |
-
#: gallery-plugin.php:
|
672 |
msgid "Add Media"
|
673 |
msgstr ""
|
674 |
|
675 |
-
#: gallery-plugin.php:
|
676 |
msgid "The grid view for the Gallery images requires JavaScript."
|
677 |
msgstr ""
|
678 |
|
679 |
-
#: gallery-plugin.php:
|
680 |
msgid "Switch to the list view"
|
681 |
msgstr ""
|
682 |
|
683 |
-
#: gallery-plugin.php:
|
684 |
msgid "List View"
|
685 |
msgstr ""
|
686 |
|
687 |
-
#: gallery-plugin.php:
|
688 |
msgid "Grid View"
|
689 |
msgstr ""
|
690 |
|
691 |
-
#: gallery-plugin.php:
|
692 |
msgid "Filter"
|
693 |
msgstr ""
|
694 |
|
695 |
-
#: gallery-plugin.php:
|
696 |
msgid "Empty Trash"
|
697 |
msgstr ""
|
698 |
|
699 |
-
#: gallery-plugin.php:
|
700 |
#, fuzzy
|
701 |
msgid "No images found"
|
702 |
msgstr "Keine Galerien gefunden"
|
703 |
|
704 |
-
#: gallery-plugin.php:
|
705 |
msgid "Select bulk action"
|
706 |
msgstr ""
|
707 |
|
708 |
-
#: gallery-plugin.php:
|
709 |
msgid "Bulk Actions"
|
710 |
msgstr ""
|
711 |
|
712 |
-
#: gallery-plugin.php:
|
713 |
msgid "Apply"
|
714 |
msgstr ""
|
715 |
|
716 |
-
#: gallery-plugin.php:
|
717 |
#, fuzzy
|
718 |
msgid "Delete from Gallery"
|
719 |
msgstr "Neue Galerie"
|
720 |
|
721 |
-
#: gallery-plugin.php:
|
722 |
#, fuzzy
|
723 |
msgid "Display link to the original file under each image in the lightbox"
|
724 |
msgstr "Zeige das Bild in Originalgröße in derLightbox"
|
725 |
|
726 |
-
#: gallery-plugin.php:
|
727 |
msgid "Bulk Select"
|
728 |
msgstr ""
|
729 |
|
730 |
-
#: gallery-plugin.php:
|
731 |
msgid "Cancel Selection"
|
732 |
msgstr ""
|
733 |
|
734 |
-
#: gallery-plugin.php:
|
735 |
msgid "Delete Selected"
|
736 |
msgstr ""
|
737 |
|
738 |
-
#: gallery-plugin.php:
|
739 |
msgid "File"
|
740 |
msgstr ""
|
741 |
|
742 |
-
#: gallery-plugin.php:
|
743 |
msgid "Dimensions"
|
744 |
msgstr ""
|
745 |
|
746 |
-
#: gallery-plugin.php:
|
747 |
msgid "Alt tag"
|
748 |
msgstr ""
|
749 |
|
750 |
-
#: gallery-plugin.php:
|
751 |
msgid ""
|
752 |
"The alt attribute specifies an alternate text for an image, if the image "
|
753 |
"cannot be displayed."
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: gallery-plugin.php:
|
757 |
msgid "Custom URL"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: gallery-plugin.php:
|
761 |
msgid ""
|
762 |
"By clicking on the thumbnail you'll go to the link (if the field is filled) "
|
763 |
"or the image will be opened in the lightbox (if the field isn't filled)"
|
764 |
msgstr ""
|
765 |
|
766 |
-
#: gallery-plugin.php:
|
767 |
msgid "Deselect"
|
768 |
msgstr ""
|
769 |
|
770 |
-
#: gallery-plugin.php:
|
771 |
msgid "File name"
|
772 |
msgstr ""
|
773 |
|
774 |
-
#: gallery-plugin.php:
|
775 |
msgid "File type"
|
776 |
msgstr ""
|
777 |
|
778 |
-
#: gallery-plugin.php:
|
779 |
#, fuzzy
|
780 |
msgid "Edit Attachment Info"
|
781 |
msgstr "Anhang ID"
|
782 |
|
783 |
-
#: gallery-plugin.php:
|
784 |
#, fuzzy
|
785 |
msgid "Edit Attachment"
|
786 |
msgstr "Anhang ID"
|
787 |
|
788 |
-
#: gallery-plugin.php:
|
789 |
msgid "Go Pro"
|
790 |
msgstr ""
|
791 |
|
792 |
-
#: gallery-plugin.php:
|
793 |
msgid "Pro version"
|
794 |
msgstr ""
|
795 |
|
796 |
-
#: gallery-plugin.php:
|
797 |
msgid "This setting is available in Pro version"
|
798 |
msgstr "Diese Einstellung ist in der Pro-Version verfügbar"
|
799 |
|
800 |
-
#: gallery-plugin.php:
|
801 |
msgid "Edit more details"
|
802 |
msgstr ""
|
803 |
|
804 |
-
#: gallery-plugin.php:
|
805 |
#, php-format
|
806 |
msgid "Select %s"
|
807 |
msgstr ""
|
808 |
|
809 |
-
#: gallery-plugin.php:
|
810 |
#, php-format
|
811 |
msgid "Edit “%s”"
|
812 |
msgstr ""
|
813 |
|
814 |
-
#: gallery-plugin.php:
|
815 |
msgid "Edit"
|
816 |
msgstr ""
|
817 |
|
818 |
-
#: gallery-plugin.php:
|
819 |
msgid "Trash"
|
820 |
msgstr ""
|
821 |
|
822 |
-
#: gallery-plugin.php:
|
823 |
msgid "Delete Permanently"
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: gallery-plugin.php:
|
827 |
#, php-format
|
828 |
msgid "View “%s”"
|
829 |
msgstr ""
|
830 |
|
831 |
-
#: gallery-plugin.php:
|
832 |
msgid "View"
|
833 |
msgstr ""
|
834 |
|
835 |
-
#: gallery-plugin.php:
|
836 |
#, fuzzy
|
837 |
msgid "Attach"
|
838 |
msgstr "Anhang ID"
|
839 |
|
840 |
-
#: gallery-plugin.php:
|
841 |
msgid "Restore"
|
842 |
msgstr ""
|
843 |
|
844 |
-
#: gallery-plugin.php:
|
845 |
msgid "Warning"
|
846 |
msgstr ""
|
847 |
|
848 |
-
#: gallery-plugin.php:
|
849 |
msgid "You can add only images to the gallery"
|
850 |
msgstr ""
|
851 |
|
852 |
-
#: gallery-plugin.php:
|
853 |
#, fuzzy
|
854 |
msgid "no title"
|
855 |
msgstr "Titel"
|
856 |
|
857 |
-
#: gallery-plugin.php:
|
858 |
#, fuzzy
|
859 |
msgid "Sorry, no gallery found."
|
860 |
msgstr "Leider nichts gefunden."
|
861 |
|
862 |
-
#: gallery-plugin.php:
|
863 |
#, fuzzy
|
864 |
msgid ""
|
865 |
"Display an album image with the description and the link to a single gallery "
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-04-04 15:35+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-04-04 15:35+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Jonas Seemann <info@ahoidesign.de>\n"
|
9 |
"Language: uk_UA\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: gallery-plugin.php:45 gallery-plugin.php:883 gallery-plugin.php:1268
|
20 |
+
#: gallery-plugin.php:1285
|
21 |
msgid "Settings"
|
22 |
msgstr "Einstellungen"
|
23 |
|
29 |
msgid "Return to all albums"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: gallery-plugin.php:383
|
33 |
#, fuzzy, php-format
|
34 |
msgid ""
|
35 |
"The following files '%s' and '%s' were not found in the directory of your "
|
42 |
"direkt in das Verzeichnis deines Themes, damit das Plugin richtig "
|
43 |
"funktionieren kann."
|
44 |
|
45 |
+
#: gallery-plugin.php:394 gallery-plugin.php:403
|
46 |
msgid "Galleries"
|
47 |
msgstr "Galerien"
|
48 |
|
49 |
+
#: gallery-plugin.php:395 gallery-plugin.php:2616
|
50 |
msgid "Gallery"
|
51 |
msgstr "Galerie"
|
52 |
|
53 |
+
#: gallery-plugin.php:396
|
54 |
msgid "Add New Gallery"
|
55 |
msgstr "Galerie hinzufügen"
|
56 |
|
57 |
+
#: gallery-plugin.php:397
|
58 |
msgid "Edit Gallery"
|
59 |
msgstr "Galerie bearbeiten"
|
60 |
|
61 |
+
#: gallery-plugin.php:398
|
62 |
msgid "New Gallery"
|
63 |
msgstr "Neue Galerie"
|
64 |
|
65 |
+
#: gallery-plugin.php:399
|
66 |
msgid "View Gallery"
|
67 |
msgstr "Galerie anzeigen"
|
68 |
|
69 |
+
#: gallery-plugin.php:400
|
70 |
#, fuzzy
|
71 |
msgid "Search Galleries"
|
72 |
msgstr "Galerien"
|
73 |
|
74 |
+
#: gallery-plugin.php:401
|
75 |
msgid "No Gallery found"
|
76 |
msgstr "Keine Galerien gefunden"
|
77 |
|
78 |
+
#: gallery-plugin.php:458
|
79 |
msgid "Gallery Shortcode"
|
80 |
msgstr "Galerie Einstellungen"
|
81 |
|
82 |
+
#: gallery-plugin.php:460 gallery-plugin.php:501 gallery-plugin.php:2599
|
83 |
#, fuzzy
|
84 |
msgid "Gallery Categories"
|
85 |
msgstr "Bildgröße für Galerie"
|
86 |
|
87 |
+
#: gallery-plugin.php:470 gallery-plugin.php:902
|
88 |
#, fuzzy, php-format
|
89 |
msgid ""
|
90 |
"If you would like to add a Gallery to your page or post, please use %s button"
|
92 |
"Zum Einfügen einer Galerie füge diesen Shortcode in eine Seite oder einen "
|
93 |
"Beitrag ein:"
|
94 |
|
95 |
+
#: gallery-plugin.php:475
|
96 |
#, php-format
|
97 |
msgid ""
|
98 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
100 |
"please use the shortcode below"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: gallery-plugin.php:481
|
104 |
msgid ""
|
105 |
"Add this shortcode to a page, post or widget to display a single gallery"
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: gallery-plugin.php:484
|
109 |
#, fuzzy
|
110 |
msgid ""
|
111 |
"Use this shortcode to display an album image with the description and the "
|
112 |
"link to a single gallery page"
|
113 |
msgstr "Shortcode zum Anzeigen einer Kurzbeschreibung, Link und Bild"
|
114 |
|
115 |
+
#: gallery-plugin.php:486
|
116 |
msgid "Short display"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: gallery-plugin.php:502
|
120 |
msgid "Most Used"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: gallery-plugin.php:507 gallery-plugin.php:1166
|
124 |
msgid "Default"
|
125 |
msgstr "Standard"
|
126 |
|
127 |
+
#: gallery-plugin.php:512
|
128 |
#, fuzzy
|
129 |
msgid "Add New Gallery Category"
|
130 |
msgstr "Galerie hinzufügen"
|
131 |
|
132 |
+
#: gallery-plugin.php:517
|
133 |
#, fuzzy
|
134 |
msgid "Install plugin"
|
135 |
msgstr "Installierte Plugins"
|
136 |
|
137 |
+
#: gallery-plugin.php:675 gallery-plugin.php:2191 gallery-plugin.php:2306
|
138 |
+
#: gallery-plugin.php:2393
|
139 |
msgid "Title"
|
140 |
msgstr "Titel"
|
141 |
|
142 |
+
#: gallery-plugin.php:676
|
143 |
msgid "Author"
|
144 |
msgstr "Author"
|
145 |
|
146 |
+
#: gallery-plugin.php:677
|
147 |
#, fuzzy
|
148 |
msgid "Shortcode"
|
149 |
msgstr "Galerie Einstellungen"
|
150 |
|
151 |
+
#: gallery-plugin.php:678
|
152 |
#, fuzzy
|
153 |
msgid "Photos"
|
154 |
msgstr "Foto"
|
155 |
|
156 |
+
#: gallery-plugin.php:679
|
157 |
msgid "Date"
|
158 |
msgstr "Datum"
|
159 |
|
160 |
+
#: gallery-plugin.php:852
|
161 |
msgid "Settings are saved"
|
162 |
msgstr "Einstellungen gespeichert."
|
163 |
|
164 |
+
#: gallery-plugin.php:869
|
165 |
#, fuzzy
|
166 |
msgid "All plugin settings were restored."
|
167 |
msgstr "auf der Plugin-Optionen-Seite ("
|
168 |
|
169 |
+
#: gallery-plugin.php:881
|
170 |
msgid "Gallery Settings"
|
171 |
msgstr "Galerie Einstellungen"
|
172 |
|
173 |
+
#: gallery-plugin.php:884
|
174 |
+
msgid "Custom code"
|
175 |
+
msgstr ""
|
176 |
+
|
177 |
+
#: gallery-plugin.php:885
|
178 |
msgid "Go PRO"
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: gallery-plugin.php:895
|
182 |
#, fuzzy
|
183 |
msgid "Please enable JavaScript to use the option to renew images."
|
184 |
msgstr "Please enable JavaScript um den File-Uploader zu benutzen."
|
185 |
|
186 |
+
#: gallery-plugin.php:907
|
187 |
#, php-format
|
188 |
msgid ""
|
189 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
191 |
"please use the shortcode %s, where * stands for gallery ID"
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: gallery-plugin.php:917
|
195 |
msgid "Number of images in the row"
|
196 |
msgstr "Anzahl Bilder in einer Reihe"
|
197 |
|
198 |
+
#: gallery-plugin.php:919
|
199 |
#, fuzzy
|
200 |
msgid ""
|
201 |
"The number of images per row can be less depending on the width of the "
|
202 |
"parent block"
|
203 |
msgstr "Anzahl Bilder in einer Reihe"
|
204 |
|
205 |
+
#: gallery-plugin.php:923 gallery-plugin.php:949
|
206 |
msgid "Image size"
|
207 |
msgstr "Name der Bilder"
|
208 |
|
209 |
+
#: gallery-plugin.php:926
|
210 |
msgid ""
|
211 |
"WordPress will create a new thumbnail with the specified dimensions when you "
|
212 |
"upload a new photo."
|
214 |
"Wordpress wird ein neues Thumbnail mit den Einstellungen erstellen, wenn du "
|
215 |
"ein neues Bild hochlädst."
|
216 |
|
217 |
+
#: gallery-plugin.php:928
|
218 |
#, fuzzy
|
219 |
msgid "For the album cover"
|
220 |
msgstr "Bildgröße für Beitragsbild"
|
221 |
|
222 |
+
#: gallery-plugin.php:929 gallery-plugin.php:933 gallery-plugin.php:954
|
223 |
msgid "width x height"
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: gallery-plugin.php:929 gallery-plugin.php:933 gallery-plugin.php:954
|
227 |
msgid "in px"
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: gallery-plugin.php:932
|
231 |
#, fuzzy
|
232 |
msgid "For thumbnails"
|
233 |
msgstr "Bildgröße für Beitragsbild"
|
234 |
|
235 |
+
#: gallery-plugin.php:936
|
236 |
msgid "Update images for gallery"
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: gallery-plugin.php:945 gallery-plugin.php:1144 gallery-plugin.php:1371
|
240 |
msgid "Close"
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: gallery-plugin.php:952
|
244 |
#, fuzzy
|
245 |
msgid "For images in the lightbox"
|
246 |
msgstr "Galeriegröße in der Lightbox"
|
247 |
|
248 |
+
#: gallery-plugin.php:956
|
249 |
msgid "Display a full size image in the lightbox"
|
250 |
msgstr "Zeige das Bild in Originalgröße in derLightbox"
|
251 |
|
252 |
+
#: gallery-plugin.php:961
|
253 |
msgid "Crop position"
|
254 |
msgstr "Crop Position"
|
255 |
|
256 |
+
#: gallery-plugin.php:965 gallery-plugin.php:971
|
257 |
msgid "center"
|
258 |
msgstr "zentriert"
|
259 |
|
260 |
+
#: gallery-plugin.php:967
|
261 |
msgid "Horizontal"
|
262 |
msgstr "Horizontal"
|
263 |
|
264 |
+
#: gallery-plugin.php:973
|
265 |
msgid "Vertical"
|
266 |
msgstr "vertikal"
|
267 |
|
268 |
+
#: gallery-plugin.php:978
|
269 |
#, fuzzy
|
270 |
msgid "Single gallery view"
|
271 |
msgstr "Galerie Slug"
|
272 |
|
273 |
+
#: gallery-plugin.php:981
|
274 |
msgid "Grid"
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: gallery-plugin.php:982
|
278 |
msgid "Masonry"
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: gallery-plugin.php:988 gallery-plugin.php:1209
|
282 |
msgid ""
|
283 |
"If you upgrade to Pro version all your settings and galleries will be saved."
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: gallery-plugin.php:995 gallery-plugin.php:1216
|
287 |
msgid "Unlock premium options by upgrading to Pro version"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: gallery-plugin.php:999 gallery-plugin.php:1220
|
291 |
msgid "Start Your Trial"
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: gallery-plugin.php:1000 gallery-plugin.php:1221 gallery-plugin.php:2601
|
295 |
msgid "or"
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: gallery-plugin.php:1002 gallery-plugin.php:1223
|
299 |
#, fuzzy
|
300 |
msgid "Learn More"
|
301 |
msgstr "Mehr erfahren"
|
302 |
|
303 |
+
#: gallery-plugin.php:1010 gallery-plugin.php:1148
|
304 |
msgid "Display image text"
|
305 |
msgstr ""
|
306 |
|
307 |
+
#: gallery-plugin.php:1012
|
308 |
msgid "Turn off the checkbox, if you want to display text just in a lightbox"
|
309 |
msgstr "Text nur in Lightbox anzeigen"
|
310 |
|
311 |
+
#: gallery-plugin.php:1016
|
312 |
msgid "Images with border"
|
313 |
msgstr "Bilder mit Rand"
|
314 |
|
315 |
+
#: gallery-plugin.php:1020
|
316 |
msgid "Border width in px, just numbers"
|
317 |
msgstr "Breite Bildrand in Pixel"
|
318 |
|
319 |
+
#: gallery-plugin.php:1021
|
320 |
msgid "Select a border color"
|
321 |
msgstr "Rahmenfarbe"
|
322 |
|
323 |
+
#: gallery-plugin.php:1026
|
324 |
msgid "Sort images"
|
325 |
msgstr "Reihenfolge"
|
326 |
|
327 |
+
#: gallery-plugin.php:1029
|
328 |
#, fuzzy
|
329 |
msgid "by Attachment ID"
|
330 |
msgstr "Anhang ID"
|
331 |
|
332 |
+
#: gallery-plugin.php:1030
|
333 |
#, fuzzy
|
334 |
msgid "by Image Name"
|
335 |
msgstr "Bildname"
|
336 |
|
337 |
+
#: gallery-plugin.php:1031 gallery-plugin.php:1052
|
338 |
#, fuzzy
|
339 |
msgid "by Date"
|
340 |
msgstr "Datum"
|
341 |
|
342 |
+
#: gallery-plugin.php:1032
|
343 |
msgid "by Sorting order in the Gallery"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: gallery-plugin.php:1033 gallery-plugin.php:1057
|
347 |
msgid "Random"
|
348 |
msgstr "Zufall"
|
349 |
|
350 |
+
#: gallery-plugin.php:1038
|
351 |
#, fuzzy
|
352 |
msgid "The images sort order"
|
353 |
msgstr "Bilder mit Rand"
|
354 |
|
355 |
+
#: gallery-plugin.php:1041 gallery-plugin.php:1065
|
356 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
357 |
msgstr "ASC (aufsteigend)"
|
358 |
|
359 |
+
#: gallery-plugin.php:1042 gallery-plugin.php:1066
|
360 |
msgid ""
|
361 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
362 |
msgstr "DESC (absteigend)"
|
363 |
|
364 |
+
#: gallery-plugin.php:1047
|
365 |
#, fuzzy
|
366 |
msgid "Sort galleries"
|
367 |
msgstr "Galerien"
|
368 |
|
369 |
+
#: gallery-plugin.php:1050
|
370 |
#, fuzzy
|
371 |
msgid "by Gallery ID"
|
372 |
msgstr "Galerie"
|
373 |
|
374 |
+
#: gallery-plugin.php:1051
|
375 |
#, fuzzy
|
376 |
msgid "by Title"
|
377 |
msgstr "Titel"
|
378 |
|
379 |
+
#: gallery-plugin.php:1053
|
380 |
msgid "by Last modified date"
|
381 |
msgstr ""
|
382 |
|
383 |
+
#: gallery-plugin.php:1054
|
384 |
msgid "by Comment count"
|
385 |
msgstr ""
|
386 |
|
387 |
+
#: gallery-plugin.php:1055
|
388 |
#, fuzzy
|
389 |
msgid "by Sorting order (the input field for sorting order)"
|
390 |
msgstr ""
|
391 |
"Reihenfolge (the input field for sorting order in the Insert / Upload Media "
|
392 |
"Gallery dialog)"
|
393 |
|
394 |
+
#: gallery-plugin.php:1056
|
395 |
#, fuzzy
|
396 |
msgid "by Author"
|
397 |
msgstr "Author"
|
398 |
|
399 |
+
#: gallery-plugin.php:1062
|
400 |
msgid "The galleries sort order"
|
401 |
msgstr ""
|
402 |
|
403 |
+
#: gallery-plugin.php:1071
|
404 |
msgid "Start slideshow"
|
405 |
msgstr "Starte Slideshow"
|
406 |
|
407 |
+
#: gallery-plugin.php:1074
|
408 |
msgid "Slideshow interval"
|
409 |
msgstr "Slideshow Geschwindigkeit"
|
410 |
|
411 |
+
#: gallery-plugin.php:1074
|
412 |
msgid "(ms)"
|
413 |
msgstr ""
|
414 |
|
415 |
+
#: gallery-plugin.php:1078
|
416 |
msgid "Use single lightbox for multiple galleries on one page"
|
417 |
msgstr ""
|
418 |
|
419 |
+
#: gallery-plugin.php:1084
|
420 |
msgid "Display the Back link"
|
421 |
msgstr "Aktiviere Zurück-Link"
|
422 |
|
423 |
+
#: gallery-plugin.php:1090
|
424 |
msgid "Display the Back link in the shortcode"
|
425 |
msgstr "Aktiviere Zurück-Link im Shortcode"
|
426 |
|
427 |
+
#: gallery-plugin.php:1096
|
428 |
msgid "The Back link text"
|
429 |
msgstr "Zurück-Link Text"
|
430 |
|
431 |
+
#: gallery-plugin.php:1102
|
432 |
msgid "The Back link URL"
|
433 |
msgstr "Zurück-Link URL"
|
434 |
|
435 |
+
#: gallery-plugin.php:1105
|
436 |
msgid "Gallery page (Page with Gallery Template)"
|
437 |
msgstr "Galerie-Seite (Seite mit Gallerie-Template)"
|
438 |
|
439 |
+
#: gallery-plugin.php:1107
|
440 |
msgid "(Full URL to custom page)"
|
441 |
msgstr "(URL zu eigener Seite)"
|
442 |
|
443 |
+
#: gallery-plugin.php:1112
|
444 |
msgid "The Read More link text"
|
445 |
msgstr "Weiterlesen link Text"
|
446 |
|
447 |
+
#: gallery-plugin.php:1118
|
448 |
msgid "Add gallery to the search"
|
449 |
msgstr ""
|
450 |
|
451 |
+
#: gallery-plugin.php:1123 gallery-plugin.php:1126 gallery-plugin.php:1130
|
452 |
msgid "Using"
|
453 |
msgstr ""
|
454 |
|
455 |
+
#: gallery-plugin.php:1123 gallery-plugin.php:1126 gallery-plugin.php:1130
|
456 |
msgid "powered by"
|
457 |
msgstr ""
|
458 |
|
459 |
+
#: gallery-plugin.php:1126 gallery-plugin.php:1346
|
460 |
#, fuzzy
|
461 |
msgid "Activate"
|
462 |
msgstr "Aktivierte Plugins"
|
463 |
|
464 |
+
#: gallery-plugin.php:1130
|
465 |
msgid "Download"
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: gallery-plugin.php:1135
|
469 |
msgid "Rewrite templates after update"
|
470 |
msgstr ""
|
471 |
|
472 |
+
#: gallery-plugin.php:1137
|
473 |
#, php-format
|
474 |
msgid ""
|
475 |
"Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
|
476 |
"theme folder and You don't want to rewrite them"
|
477 |
msgstr ""
|
478 |
|
479 |
+
#: gallery-plugin.php:1151
|
480 |
#, fuzzy
|
481 |
msgid "Under image"
|
482 |
msgstr "Reihenfolge Bilder"
|
483 |
|
484 |
+
#: gallery-plugin.php:1152
|
485 |
msgid "By mouse hover"
|
486 |
msgstr ""
|
487 |
|
488 |
+
#: gallery-plugin.php:1157
|
489 |
msgid "Use pagination for images"
|
490 |
msgstr ""
|
491 |
|
492 |
+
#: gallery-plugin.php:1160
|
493 |
msgid "per page"
|
494 |
msgstr ""
|
495 |
|
496 |
+
#: gallery-plugin.php:1164
|
497 |
msgid "Lightbox background"
|
498 |
msgstr "Lightbox Hintergrund"
|
499 |
|
500 |
+
#: gallery-plugin.php:1167
|
501 |
msgid "Background transparency (from 0 to 1)"
|
502 |
msgstr "Hintergrund Transparenz (0 – 1)"
|
503 |
|
504 |
+
#: gallery-plugin.php:1168
|
505 |
msgid "Select a background color"
|
506 |
msgstr "Wähle eine Hintergrundfarbe"
|
507 |
|
508 |
+
#: gallery-plugin.php:1172
|
509 |
msgid "The lightbox helper"
|
510 |
msgstr ""
|
511 |
|
512 |
+
#: gallery-plugin.php:1174
|
513 |
msgid "Do not use"
|
514 |
msgstr ""
|
515 |
|
516 |
+
#: gallery-plugin.php:1175
|
517 |
msgid "Button helper"
|
518 |
msgstr ""
|
519 |
|
520 |
+
#: gallery-plugin.php:1176
|
521 |
msgid "Thumbnail helper"
|
522 |
msgstr ""
|
523 |
|
524 |
+
#: gallery-plugin.php:1180
|
525 |
msgid "Display Like buttons in the lightbox"
|
526 |
msgstr "Aktivier Like-Button in der Lightbox"
|
527 |
|
528 |
+
#: gallery-plugin.php:1182
|
529 |
msgid "FaceBook"
|
530 |
msgstr "Facebook"
|
531 |
|
532 |
+
#: gallery-plugin.php:1183
|
533 |
msgid "Twitter"
|
534 |
msgstr "Twitter"
|
535 |
|
536 |
+
#: gallery-plugin.php:1184
|
537 |
msgid "Pinterest"
|
538 |
msgstr "Pinterest"
|
539 |
|
540 |
+
#: gallery-plugin.php:1185
|
541 |
msgid "Google +1"
|
542 |
msgstr "Goolge+"
|
543 |
|
544 |
+
#: gallery-plugin.php:1189
|
545 |
msgid "Slug for gallery item"
|
546 |
msgstr "Galerie Slug"
|
547 |
|
548 |
+
#: gallery-plugin.php:1191
|
549 |
msgid "for any structure of permalinks except the default structure"
|
550 |
msgstr "Permalinkstruktur (Default ausgenommen)"
|
551 |
|
552 |
+
#: gallery-plugin.php:1195
|
553 |
msgid "Title for lightbox button"
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: gallery-plugin.php:1201
|
557 |
msgid ""
|
558 |
"Display all images in the lightbox instead of going into a single gallery"
|
559 |
msgstr ""
|
560 |
|
561 |
+
#: gallery-plugin.php:1204
|
562 |
#, php-format
|
563 |
msgid "When using the gallery template or a shortcode with `%s` parameter"
|
564 |
msgstr ""
|
565 |
|
566 |
+
#: gallery-plugin.php:1230
|
567 |
msgid "Save Changes"
|
568 |
msgstr "Einstellungen speichern"
|
569 |
|
570 |
+
#: gallery-plugin.php:1235
|
571 |
msgid ""
|
572 |
"If you install the demo-data, will be created galleries with images, demo-"
|
573 |
"post with available shortcodes and page with a list of all the galleries."
|
574 |
msgstr ""
|
575 |
|
576 |
+
#: gallery-plugin.php:1269
|
577 |
msgid "FAQ"
|
578 |
msgstr "FAQ"
|
579 |
|
580 |
+
#: gallery-plugin.php:1270
|
581 |
msgid "Support"
|
582 |
msgstr "Support"
|
583 |
|
584 |
+
#: gallery-plugin.php:1309
|
585 |
msgid "Updating images..."
|
586 |
msgstr ""
|
587 |
|
588 |
+
#: gallery-plugin.php:1310
|
589 |
#, fuzzy
|
590 |
msgid "No image found."
|
591 |
msgstr "Keine Galerien gefunden"
|
592 |
|
593 |
+
#: gallery-plugin.php:1311
|
594 |
msgid "All images are updated."
|
595 |
msgstr ""
|
596 |
|
597 |
+
#: gallery-plugin.php:1312
|
598 |
msgid "Error."
|
599 |
msgstr ""
|
600 |
|
601 |
+
#: gallery-plugin.php:1326
|
602 |
msgid ""
|
603 |
"You are about to delete these items from this gallery.\n"
|
604 |
" 'Cancel' to stop, 'OK' to delete."
|
605 |
msgstr ""
|
606 |
|
607 |
+
#: gallery-plugin.php:1327
|
608 |
msgid ""
|
609 |
"Switching to another mode, all unsaved data will be lost. Save data before "
|
610 |
"switching?"
|
611 |
msgstr ""
|
612 |
|
613 |
+
#: gallery-plugin.php:1328
|
614 |
msgid "Insert Media"
|
615 |
msgstr ""
|
616 |
|
617 |
+
#: gallery-plugin.php:1329
|
618 |
msgid "Insert"
|
619 |
msgstr ""
|
620 |
|
621 |
+
#: gallery-plugin.php:1341
|
622 |
#, fuzzy
|
623 |
msgid "Learn more"
|
624 |
msgstr "Mehr erfahren"
|
625 |
|
626 |
+
#: gallery-plugin.php:1353
|
627 |
#, fuzzy
|
628 |
msgid "Install now"
|
629 |
msgstr "Installiere %s"
|
630 |
|
631 |
+
#: gallery-plugin.php:1362
|
632 |
msgid "Add multiple gallery categories"
|
633 |
msgstr ""
|
634 |
|
635 |
+
#: gallery-plugin.php:1362
|
636 |
msgid ""
|
637 |
"Install Gallery Categories plugin to add unlimited number of categories."
|
638 |
msgstr ""
|
639 |
|
640 |
+
#: gallery-plugin.php:1649 template/gallery-single-template.php:103
|
641 |
msgid "Sorry, nothing found."
|
642 |
msgstr "Leider nichts gefunden."
|
643 |
|
644 |
+
#: gallery-plugin.php:1662 template/gallery-single-template.php:124
|
645 |
msgid "Image"
|
646 |
msgstr "Bild"
|
647 |
|
648 |
+
#: gallery-plugin.php:1662 template/gallery-single-template.php:19
|
649 |
msgid "Download high resolution image"
|
650 |
msgstr "Lade Bild in Originalgröße"
|
651 |
|
652 |
+
#: gallery-plugin.php:1793
|
653 |
#, fuzzy
|
654 |
msgid "Image size not defined"
|
655 |
msgstr "Name der Bilder"
|
656 |
|
657 |
+
#: gallery-plugin.php:1808
|
658 |
msgid ""
|
659 |
"We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
|
660 |
"manually reload image."
|
661 |
msgstr ""
|
662 |
|
663 |
+
#: gallery-plugin.php:1819
|
664 |
msgid "Image size changes not defined"
|
665 |
msgstr ""
|
666 |
|
667 |
+
#: gallery-plugin.php:1848 gallery-plugin.php:1851 gallery-plugin.php:1856
|
668 |
msgid "Invalid path"
|
669 |
msgstr ""
|
670 |
|
671 |
+
#: gallery-plugin.php:1959
|
672 |
msgid "Add images requires JavaScript."
|
673 |
msgstr ""
|
674 |
|
675 |
+
#: gallery-plugin.php:1962
|
676 |
msgid "Add Media"
|
677 |
msgstr ""
|
678 |
|
679 |
+
#: gallery-plugin.php:1972
|
680 |
msgid "The grid view for the Gallery images requires JavaScript."
|
681 |
msgstr ""
|
682 |
|
683 |
+
#: gallery-plugin.php:1972
|
684 |
msgid "Switch to the list view"
|
685 |
msgstr ""
|
686 |
|
687 |
+
#: gallery-plugin.php:1999
|
688 |
msgid "List View"
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: gallery-plugin.php:2000
|
692 |
msgid "Grid View"
|
693 |
msgstr ""
|
694 |
|
695 |
+
#: gallery-plugin.php:2055
|
696 |
msgid "Filter"
|
697 |
msgstr ""
|
698 |
|
699 |
+
#: gallery-plugin.php:2059
|
700 |
msgid "Empty Trash"
|
701 |
msgstr ""
|
702 |
|
703 |
+
#: gallery-plugin.php:2080
|
704 |
#, fuzzy
|
705 |
msgid "No images found"
|
706 |
msgstr "Keine Galerien gefunden"
|
707 |
|
708 |
+
#: gallery-plugin.php:2132
|
709 |
msgid "Select bulk action"
|
710 |
msgstr ""
|
711 |
|
712 |
+
#: gallery-plugin.php:2134
|
713 |
msgid "Bulk Actions"
|
714 |
msgstr ""
|
715 |
|
716 |
+
#: gallery-plugin.php:2144
|
717 |
msgid "Apply"
|
718 |
msgstr ""
|
719 |
|
720 |
+
#: gallery-plugin.php:2151 gallery-plugin.php:2330
|
721 |
#, fuzzy
|
722 |
msgid "Delete from Gallery"
|
723 |
msgstr "Neue Galerie"
|
724 |
|
725 |
+
#: gallery-plugin.php:2164 gallery-plugin.php:2178
|
726 |
#, fuzzy
|
727 |
msgid "Display link to the original file under each image in the lightbox"
|
728 |
msgstr "Zeige das Bild in Originalgröße in derLightbox"
|
729 |
|
730 |
+
#: gallery-plugin.php:2173
|
731 |
msgid "Bulk Select"
|
732 |
msgstr ""
|
733 |
|
734 |
+
#: gallery-plugin.php:2175
|
735 |
msgid "Cancel Selection"
|
736 |
msgstr ""
|
737 |
|
738 |
+
#: gallery-plugin.php:2176
|
739 |
msgid "Delete Selected"
|
740 |
msgstr ""
|
741 |
|
742 |
+
#: gallery-plugin.php:2189
|
743 |
msgid "File"
|
744 |
msgstr ""
|
745 |
|
746 |
+
#: gallery-plugin.php:2190 gallery-plugin.php:2279 gallery-plugin.php:2388
|
747 |
msgid "Dimensions"
|
748 |
msgstr ""
|
749 |
|
750 |
+
#: gallery-plugin.php:2192 gallery-plugin.php:2312 gallery-plugin.php:2398
|
751 |
msgid "Alt tag"
|
752 |
msgstr ""
|
753 |
|
754 |
+
#: gallery-plugin.php:2192 gallery-plugin.php:2314
|
755 |
msgid ""
|
756 |
"The alt attribute specifies an alternate text for an image, if the image "
|
757 |
"cannot be displayed."
|
758 |
msgstr ""
|
759 |
|
760 |
+
#: gallery-plugin.php:2193 gallery-plugin.php:2320 gallery-plugin.php:2403
|
761 |
msgid "Custom URL"
|
762 |
msgstr ""
|
763 |
|
764 |
+
#: gallery-plugin.php:2193 gallery-plugin.php:2322
|
765 |
msgid ""
|
766 |
"By clicking on the thumbnail you'll go to the link (if the field is filled) "
|
767 |
"or the image will be opened in the lightbox (if the field isn't filled)"
|
768 |
msgstr ""
|
769 |
|
770 |
+
#: gallery-plugin.php:2271
|
771 |
msgid "Deselect"
|
772 |
msgstr ""
|
773 |
|
774 |
+
#: gallery-plugin.php:2277
|
775 |
msgid "File name"
|
776 |
msgstr ""
|
777 |
|
778 |
+
#: gallery-plugin.php:2278
|
779 |
msgid "File type"
|
780 |
msgstr ""
|
781 |
|
782 |
+
#: gallery-plugin.php:2282 gallery-plugin.php:2384
|
783 |
#, fuzzy
|
784 |
msgid "Edit Attachment Info"
|
785 |
msgstr "Anhang ID"
|
786 |
|
787 |
+
#: gallery-plugin.php:2282
|
788 |
#, fuzzy
|
789 |
msgid "Edit Attachment"
|
790 |
msgstr "Anhang ID"
|
791 |
|
792 |
+
#: gallery-plugin.php:2292
|
793 |
msgid "Go Pro"
|
794 |
msgstr ""
|
795 |
|
796 |
+
#: gallery-plugin.php:2292
|
797 |
msgid "Pro version"
|
798 |
msgstr ""
|
799 |
|
800 |
+
#: gallery-plugin.php:2295
|
801 |
msgid "This setting is available in Pro version"
|
802 |
msgstr "Diese Einstellung ist in der Pro-Version verfügbar"
|
803 |
|
804 |
+
#: gallery-plugin.php:2328
|
805 |
msgid "Edit more details"
|
806 |
msgstr ""
|
807 |
|
808 |
+
#: gallery-plugin.php:2363
|
809 |
#, php-format
|
810 |
msgid "Select %s"
|
811 |
msgstr ""
|
812 |
|
813 |
+
#: gallery-plugin.php:2376
|
814 |
#, php-format
|
815 |
msgid "Edit “%s”"
|
816 |
msgstr ""
|
817 |
|
818 |
+
#: gallery-plugin.php:2421 gallery-plugin.php:2434
|
819 |
msgid "Edit"
|
820 |
msgstr ""
|
821 |
|
822 |
+
#: gallery-plugin.php:2424 gallery-plugin.php:2439
|
823 |
msgid "Trash"
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: gallery-plugin.php:2427 gallery-plugin.php:2442
|
827 |
msgid "Delete Permanently"
|
828 |
msgstr ""
|
829 |
|
830 |
+
#: gallery-plugin.php:2429 gallery-plugin.php:2447
|
831 |
#, php-format
|
832 |
msgid "View “%s”"
|
833 |
msgstr ""
|
834 |
|
835 |
+
#: gallery-plugin.php:2429 gallery-plugin.php:2447
|
836 |
msgid "View"
|
837 |
msgstr ""
|
838 |
|
839 |
+
#: gallery-plugin.php:2431
|
840 |
#, fuzzy
|
841 |
msgid "Attach"
|
842 |
msgstr "Anhang ID"
|
843 |
|
844 |
+
#: gallery-plugin.php:2437
|
845 |
msgid "Restore"
|
846 |
msgstr ""
|
847 |
|
848 |
+
#: gallery-plugin.php:2568
|
849 |
msgid "Warning"
|
850 |
msgstr ""
|
851 |
|
852 |
+
#: gallery-plugin.php:2568
|
853 |
msgid "You can add only images to the gallery"
|
854 |
msgstr ""
|
855 |
|
856 |
+
#: gallery-plugin.php:2610
|
857 |
#, fuzzy
|
858 |
msgid "no title"
|
859 |
msgstr "Titel"
|
860 |
|
861 |
+
#: gallery-plugin.php:2618
|
862 |
#, fuzzy
|
863 |
msgid "Sorry, no gallery found."
|
864 |
msgstr "Leider nichts gefunden."
|
865 |
|
866 |
+
#: gallery-plugin.php:2624
|
867 |
#, fuzzy
|
868 |
msgid ""
|
869 |
"Display an album image with the description and the link to a single gallery "
|
languages/gallery-plugin-es_ES.mo
CHANGED
Binary file
|
languages/gallery-plugin-es_ES.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
-
"PO-Revision-Date: 2016-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Carlos Limia <climia@climia.es>\n"
|
9 |
"Language: pt_BR\n"
|
@@ -20,8 +20,8 @@ msgstr ""
|
|
20 |
|
21 |
# @ bestwebsoft
|
22 |
# @ gallery
|
23 |
-
#: gallery-plugin.php:45 gallery-plugin.php:
|
24 |
-
#: gallery-plugin.php:
|
25 |
msgid "Settings"
|
26 |
msgstr "Configuraciones"
|
27 |
|
@@ -35,7 +35,7 @@ msgid "Return to all albums"
|
|
35 |
msgstr ""
|
36 |
|
37 |
# @ gallery
|
38 |
-
#: gallery-plugin.php:
|
39 |
#, fuzzy, php-format
|
40 |
msgid ""
|
41 |
"The following files '%s' and '%s' were not found in the directory of your "
|
@@ -48,59 +48,59 @@ msgstr ""
|
|
48 |
"directorio de su tema para que el plugin Galeria funcione corretamente"
|
49 |
|
50 |
# @ gallery
|
51 |
-
#: gallery-plugin.php:
|
52 |
msgid "Galleries"
|
53 |
msgstr "Galerias"
|
54 |
|
55 |
# @ gallery
|
56 |
-
#: gallery-plugin.php:
|
57 |
msgid "Gallery"
|
58 |
msgstr "Galeria"
|
59 |
|
60 |
# @ gallery
|
61 |
-
#: gallery-plugin.php:
|
62 |
msgid "Add New Gallery"
|
63 |
msgstr "Agregar una Galeria nueva"
|
64 |
|
65 |
# @ gallery
|
66 |
-
#: gallery-plugin.php:
|
67 |
msgid "Edit Gallery"
|
68 |
msgstr "Editar Galeria"
|
69 |
|
70 |
# @ gallery
|
71 |
-
#: gallery-plugin.php:
|
72 |
msgid "New Gallery"
|
73 |
msgstr "Galeria nueva"
|
74 |
|
75 |
# @ gallery
|
76 |
-
#: gallery-plugin.php:
|
77 |
msgid "View Gallery"
|
78 |
msgstr "Ver Galeria"
|
79 |
|
80 |
# @ gallery
|
81 |
-
#: gallery-plugin.php:
|
82 |
#, fuzzy
|
83 |
msgid "Search Galleries"
|
84 |
msgstr "Galerias"
|
85 |
|
86 |
# @ gallery
|
87 |
-
#: gallery-plugin.php:
|
88 |
msgid "No Gallery found"
|
89 |
msgstr "Ninguna galeria encontrada"
|
90 |
|
91 |
# @ gallery
|
92 |
-
#: gallery-plugin.php:
|
93 |
msgid "Gallery Shortcode"
|
94 |
msgstr "Codigo corto de Galeria"
|
95 |
|
96 |
# @ gallery
|
97 |
-
#: gallery-plugin.php:
|
98 |
#, fuzzy
|
99 |
msgid "Gallery Categories"
|
100 |
msgstr "Tamanño de da imagen de la galeria"
|
101 |
|
102 |
# @ gallery
|
103 |
-
#: gallery-plugin.php:
|
104 |
#, fuzzy, php-format
|
105 |
msgid ""
|
106 |
"If you would like to add a Gallery to your page or post, please use %s button"
|
@@ -108,7 +108,7 @@ msgstr ""
|
|
108 |
"Si quiere agregar una Galeria a su pagina o entrada, simplemente copie y "
|
109 |
"pege el codigo corto en la pagina o entrada."
|
110 |
|
111 |
-
#: gallery-plugin.php:
|
112 |
#, php-format
|
113 |
msgid ""
|
114 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
@@ -116,13 +116,13 @@ msgid ""
|
|
116 |
"please use the shortcode below"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: gallery-plugin.php:
|
120 |
msgid ""
|
121 |
"Add this shortcode to a page, post or widget to display a single gallery"
|
122 |
msgstr ""
|
123 |
|
124 |
# @ gallery
|
125 |
-
#: gallery-plugin.php:
|
126 |
#, fuzzy
|
127 |
msgid ""
|
128 |
"Use this shortcode to display an album image with the description and the "
|
@@ -131,84 +131,88 @@ msgstr ""
|
|
131 |
"Si quiere mostrar una descripcion corta con una miniatura de una Galeria en "
|
132 |
"una pagina."
|
133 |
|
134 |
-
#: gallery-plugin.php:
|
135 |
msgid "Short display"
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: gallery-plugin.php:
|
139 |
msgid "Most Used"
|
140 |
msgstr ""
|
141 |
|
142 |
# @ gallery
|
143 |
-
#: gallery-plugin.php:
|
144 |
msgid "Default"
|
145 |
msgstr "Por Defecto"
|
146 |
|
147 |
# @ gallery
|
148 |
-
#: gallery-plugin.php:
|
149 |
#, fuzzy
|
150 |
msgid "Add New Gallery Category"
|
151 |
msgstr "Agregar una Galeria nueva"
|
152 |
|
153 |
-
#: gallery-plugin.php:
|
154 |
msgid "Install plugin"
|
155 |
msgstr ""
|
156 |
|
157 |
# @ gallery
|
158 |
-
#: gallery-plugin.php:
|
159 |
-
#: gallery-plugin.php:
|
160 |
msgid "Title"
|
161 |
msgstr "Título"
|
162 |
|
163 |
# @ gallery
|
164 |
-
#: gallery-plugin.php:
|
165 |
msgid "Author"
|
166 |
msgstr "Autor"
|
167 |
|
168 |
# @ gallery
|
169 |
-
#: gallery-plugin.php:
|
170 |
#, fuzzy
|
171 |
msgid "Shortcode"
|
172 |
msgstr "Codigo corto de Galeria"
|
173 |
|
174 |
# @ gallery
|
175 |
-
#: gallery-plugin.php:
|
176 |
#, fuzzy
|
177 |
msgid "Photos"
|
178 |
msgstr "Foto"
|
179 |
|
180 |
# @ gallery
|
181 |
-
#: gallery-plugin.php:
|
182 |
msgid "Date"
|
183 |
msgstr "Fecha"
|
184 |
|
185 |
# @ gallery
|
186 |
-
#: gallery-plugin.php:
|
187 |
msgid "Settings are saved"
|
188 |
msgstr "Cambios guardados"
|
189 |
|
190 |
# @ gallery
|
191 |
-
#: gallery-plugin.php:
|
192 |
#, fuzzy
|
193 |
msgid "All plugin settings were restored."
|
194 |
msgstr "En la pagina de opciones de este plugin ("
|
195 |
|
196 |
# @ gallery
|
197 |
-
#: gallery-plugin.php:
|
198 |
msgid "Gallery Settings"
|
199 |
msgstr "Configuracion de la Galeria"
|
200 |
|
201 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
202 |
msgid "Go PRO"
|
203 |
msgstr "Ir a PRO"
|
204 |
|
205 |
# @ gallery
|
206 |
-
#: gallery-plugin.php:
|
207 |
msgid "Please enable JavaScript to use the option to renew images."
|
208 |
msgstr ""
|
209 |
"Por favor habilite el Javascript para usar la opcion de renovar imagenes."
|
210 |
|
211 |
-
#: gallery-plugin.php:
|
212 |
#, php-format
|
213 |
msgid ""
|
214 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
@@ -217,12 +221,12 @@ msgid ""
|
|
217 |
msgstr ""
|
218 |
|
219 |
# @ gallery
|
220 |
-
#: gallery-plugin.php:
|
221 |
msgid "Number of images in the row"
|
222 |
msgstr "Número de imagenes por fila"
|
223 |
|
224 |
# @ gallery
|
225 |
-
#: gallery-plugin.php:
|
226 |
#, fuzzy
|
227 |
msgid ""
|
228 |
"The number of images per row can be less depending on the width of the "
|
@@ -230,182 +234,182 @@ msgid ""
|
|
230 |
msgstr "Número de imagenes por fila"
|
231 |
|
232 |
# @ gallery
|
233 |
-
#: gallery-plugin.php:
|
234 |
msgid "Image size"
|
235 |
msgstr "Tamaño de la imagen"
|
236 |
|
237 |
# @ gallery
|
238 |
-
#: gallery-plugin.php:
|
239 |
msgid ""
|
240 |
"WordPress will create a new thumbnail with the specified dimensions when you "
|
241 |
"upload a new photo."
|
242 |
msgstr "WordPress creara una miniatura nueva cuando suba una nueva imagen."
|
243 |
|
244 |
# @ gallery
|
245 |
-
#: gallery-plugin.php:
|
246 |
#, fuzzy
|
247 |
msgid "For the album cover"
|
248 |
msgstr "Tamanño de la imagen para la portada del álbum"
|
249 |
|
250 |
-
#: gallery-plugin.php:
|
251 |
msgid "width x height"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: gallery-plugin.php:
|
255 |
msgid "in px"
|
256 |
msgstr ""
|
257 |
|
258 |
# @ gallery
|
259 |
-
#: gallery-plugin.php:
|
260 |
#, fuzzy
|
261 |
msgid "For thumbnails"
|
262 |
msgstr "Tamanño de la imagen para la portada del álbum"
|
263 |
|
264 |
-
#: gallery-plugin.php:
|
265 |
msgid "Update images for gallery"
|
266 |
msgstr "Actualizar imagene de la galeria"
|
267 |
|
268 |
-
#: gallery-plugin.php:
|
269 |
msgid "Close"
|
270 |
msgstr ""
|
271 |
|
272 |
# @ gallery
|
273 |
-
#: gallery-plugin.php:
|
274 |
#, fuzzy
|
275 |
msgid "For images in the lightbox"
|
276 |
msgstr "Tamanño de la imagen en la galeria del Lightbox"
|
277 |
|
278 |
# @ gallery
|
279 |
-
#: gallery-plugin.php:
|
280 |
msgid "Display a full size image in the lightbox"
|
281 |
msgstr "Exibir la imagen en su tamaño completo en el Lightbox"
|
282 |
|
283 |
# @ gallery
|
284 |
-
#: gallery-plugin.php:
|
285 |
msgid "Crop position"
|
286 |
msgstr "Recortar posicion"
|
287 |
|
288 |
# @ gallery
|
289 |
-
#: gallery-plugin.php:
|
290 |
msgid "center"
|
291 |
msgstr "centro"
|
292 |
|
293 |
# @ gallery
|
294 |
-
#: gallery-plugin.php:
|
295 |
msgid "Horizontal"
|
296 |
msgstr "Horizontal"
|
297 |
|
298 |
# @ gallery
|
299 |
-
#: gallery-plugin.php:
|
300 |
msgid "Vertical"
|
301 |
msgstr "Vertical"
|
302 |
|
303 |
# @ gallery
|
304 |
-
#: gallery-plugin.php:
|
305 |
#, fuzzy
|
306 |
msgid "Single gallery view"
|
307 |
msgstr "Slug para la galeria"
|
308 |
|
309 |
-
#: gallery-plugin.php:
|
310 |
msgid "Grid"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: gallery-plugin.php:
|
314 |
msgid "Masonry"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: gallery-plugin.php:
|
318 |
msgid ""
|
319 |
"If you upgrade to Pro version all your settings and galleries will be saved."
|
320 |
msgstr "Si actualiza a PRO sus configuraciones se guardaran"
|
321 |
|
322 |
-
#: gallery-plugin.php:
|
323 |
msgid "Unlock premium options by upgrading to Pro version"
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: gallery-plugin.php:
|
327 |
msgid "Start Your Trial"
|
328 |
msgstr ""
|
329 |
|
330 |
-
#: gallery-plugin.php:
|
331 |
msgid "or"
|
332 |
msgstr ""
|
333 |
|
334 |
-
#: gallery-plugin.php:
|
335 |
msgid "Learn More"
|
336 |
msgstr "Saber mas."
|
337 |
|
338 |
-
#: gallery-plugin.php:
|
339 |
msgid "Display image text"
|
340 |
msgstr ""
|
341 |
|
342 |
# @ gallery
|
343 |
-
#: gallery-plugin.php:
|
344 |
msgid "Turn off the checkbox, if you want to display text just in a lightbox"
|
345 |
msgstr "Desmarque la casilla, si solo quiere mostrar texto en el lightbox"
|
346 |
|
347 |
# @ gallery
|
348 |
-
#: gallery-plugin.php:
|
349 |
msgid "Images with border"
|
350 |
msgstr "Imagens con borde"
|
351 |
|
352 |
# @ gallery
|
353 |
-
#: gallery-plugin.php:
|
354 |
msgid "Border width in px, just numbers"
|
355 |
msgstr "Ancho del borde en px, solo números"
|
356 |
|
357 |
# @ gallery
|
358 |
-
#: gallery-plugin.php:
|
359 |
msgid "Select a border color"
|
360 |
msgstr "Escoja el color del borde"
|
361 |
|
362 |
# @ gallery
|
363 |
-
#: gallery-plugin.php:
|
364 |
msgid "Sort images"
|
365 |
msgstr "Ordenar imagenes:"
|
366 |
|
367 |
# @ gallery
|
368 |
-
#: gallery-plugin.php:
|
369 |
#, fuzzy
|
370 |
msgid "by Attachment ID"
|
371 |
msgstr "ID del anexo"
|
372 |
|
373 |
# @ gallery
|
374 |
-
#: gallery-plugin.php:
|
375 |
#, fuzzy
|
376 |
msgid "by Image Name"
|
377 |
msgstr "Nome da Imagen"
|
378 |
|
379 |
# @ gallery
|
380 |
-
#: gallery-plugin.php:
|
381 |
#, fuzzy
|
382 |
msgid "by Date"
|
383 |
msgstr "Fecha"
|
384 |
|
385 |
-
#: gallery-plugin.php:
|
386 |
msgid "by Sorting order in the Gallery"
|
387 |
msgstr ""
|
388 |
|
389 |
# @ gallery
|
390 |
-
#: gallery-plugin.php:
|
391 |
msgid "Random"
|
392 |
msgstr "Aleatório"
|
393 |
|
394 |
# @ gallery
|
395 |
-
#: gallery-plugin.php:
|
396 |
#, fuzzy
|
397 |
msgid "The images sort order"
|
398 |
msgstr "Imagens con borde"
|
399 |
|
400 |
# @ gallery
|
401 |
-
#: gallery-plugin.php:
|
402 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
403 |
msgstr ""
|
404 |
"ASC (orden ascente de los valores mas baijos a los mas altos - 1, 2, 3; a, "
|
405 |
"b, c)"
|
406 |
|
407 |
# @ gallery
|
408 |
-
#: gallery-plugin.php:
|
409 |
msgid ""
|
410 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
411 |
msgstr ""
|
@@ -413,124 +417,124 @@ msgstr ""
|
|
413 |
"3; a, b, c)"
|
414 |
|
415 |
# @ gallery
|
416 |
-
#: gallery-plugin.php:
|
417 |
#, fuzzy
|
418 |
msgid "Sort galleries"
|
419 |
msgstr "Galerias"
|
420 |
|
421 |
# @ gallery
|
422 |
-
#: gallery-plugin.php:
|
423 |
#, fuzzy
|
424 |
msgid "by Gallery ID"
|
425 |
msgstr "Galeria"
|
426 |
|
427 |
# @ gallery
|
428 |
-
#: gallery-plugin.php:
|
429 |
#, fuzzy
|
430 |
msgid "by Title"
|
431 |
msgstr "Título"
|
432 |
|
433 |
-
#: gallery-plugin.php:
|
434 |
msgid "by Last modified date"
|
435 |
msgstr ""
|
436 |
|
437 |
-
#: gallery-plugin.php:
|
438 |
msgid "by Comment count"
|
439 |
msgstr ""
|
440 |
|
441 |
-
#: gallery-plugin.php:
|
442 |
msgid "by Sorting order (the input field for sorting order)"
|
443 |
msgstr ""
|
444 |
|
445 |
# @ gallery
|
446 |
-
#: gallery-plugin.php:
|
447 |
#, fuzzy
|
448 |
msgid "by Author"
|
449 |
msgstr "Autor"
|
450 |
|
451 |
-
#: gallery-plugin.php:
|
452 |
msgid "The galleries sort order"
|
453 |
msgstr ""
|
454 |
|
455 |
# @ gallery
|
456 |
-
#: gallery-plugin.php:
|
457 |
msgid "Start slideshow"
|
458 |
msgstr "Iniciar Apresentacion de diapositivas"
|
459 |
|
460 |
# @ gallery
|
461 |
-
#: gallery-plugin.php:
|
462 |
msgid "Slideshow interval"
|
463 |
msgstr "Intervalo entre las diapositivas"
|
464 |
|
465 |
-
#: gallery-plugin.php:
|
466 |
msgid "(ms)"
|
467 |
msgstr ""
|
468 |
|
469 |
-
#: gallery-plugin.php:
|
470 |
msgid "Use single lightbox for multiple galleries on one page"
|
471 |
msgstr "Usar un LightBox unici para multiples galerias en una pagina."
|
472 |
|
473 |
# @ gallery
|
474 |
-
#: gallery-plugin.php:
|
475 |
msgid "Display the Back link"
|
476 |
msgstr "Mostrar enlace Volver"
|
477 |
|
478 |
# @ gallery
|
479 |
-
#: gallery-plugin.php:
|
480 |
msgid "Display the Back link in the shortcode"
|
481 |
msgstr "Mostrar enlace Volver codigo corto"
|
482 |
|
483 |
# @ gallery
|
484 |
-
#: gallery-plugin.php:
|
485 |
msgid "The Back link text"
|
486 |
msgstr "Texto del enlace volver"
|
487 |
|
488 |
# @ gallery
|
489 |
-
#: gallery-plugin.php:
|
490 |
msgid "The Back link URL"
|
491 |
msgstr "URL del enlacw Volver"
|
492 |
|
493 |
# @ gallery
|
494 |
-
#: gallery-plugin.php:
|
495 |
msgid "Gallery page (Page with Gallery Template)"
|
496 |
msgstr ""
|
497 |
"Página de la Galeria (planilla otema usado para la pagina de la Galeria)"
|
498 |
|
499 |
# @ gallery
|
500 |
-
#: gallery-plugin.php:
|
501 |
msgid "(Full URL to custom page)"
|
502 |
msgstr "(URL completa para a página personalizada)"
|
503 |
|
504 |
# @ gallery
|
505 |
-
#: gallery-plugin.php:
|
506 |
msgid "The Read More link text"
|
507 |
msgstr "Texto del enlace leer mas"
|
508 |
|
509 |
-
#: gallery-plugin.php:
|
510 |
msgid "Add gallery to the search"
|
511 |
msgstr "Agregar la galeria a la busqueda"
|
512 |
|
513 |
-
#: gallery-plugin.php:
|
514 |
msgid "Using"
|
515 |
msgstr "Usando"
|
516 |
|
517 |
-
#: gallery-plugin.php:
|
518 |
msgid "powered by"
|
519 |
msgstr "propulsado por"
|
520 |
|
521 |
-
#: gallery-plugin.php:
|
522 |
msgid "Activate"
|
523 |
msgstr ""
|
524 |
|
525 |
-
#: gallery-plugin.php:
|
526 |
msgid "Download"
|
527 |
msgstr ""
|
528 |
|
529 |
-
#: gallery-plugin.php:
|
530 |
msgid "Rewrite templates after update"
|
531 |
msgstr ""
|
532 |
|
533 |
-
#: gallery-plugin.php:
|
534 |
#, php-format
|
535 |
msgid ""
|
536 |
"Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
|
@@ -538,205 +542,205 @@ msgid ""
|
|
538 |
msgstr ""
|
539 |
|
540 |
# @ gallery
|
541 |
-
#: gallery-plugin.php:
|
542 |
#, fuzzy
|
543 |
msgid "Under image"
|
544 |
msgstr "Actualizar imagenes"
|
545 |
|
546 |
-
#: gallery-plugin.php:
|
547 |
msgid "By mouse hover"
|
548 |
msgstr ""
|
549 |
|
550 |
-
#: gallery-plugin.php:
|
551 |
#, fuzzy
|
552 |
msgid "Use pagination for images"
|
553 |
msgstr "Actualizando imagenes"
|
554 |
|
555 |
-
#: gallery-plugin.php:
|
556 |
msgid "per page"
|
557 |
msgstr ""
|
558 |
|
559 |
# @ gallery
|
560 |
-
#: gallery-plugin.php:
|
561 |
msgid "Lightbox background"
|
562 |
msgstr "Fundo del Lightbox"
|
563 |
|
564 |
# @ gallery
|
565 |
-
#: gallery-plugin.php:
|
566 |
msgid "Background transparency (from 0 to 1)"
|
567 |
msgstr "Transparencia del fondo (de 0 a 1)"
|
568 |
|
569 |
# @ gallery
|
570 |
-
#: gallery-plugin.php:
|
571 |
msgid "Select a background color"
|
572 |
msgstr "Selecionar un color de fondo"
|
573 |
|
574 |
-
#: gallery-plugin.php:
|
575 |
msgid "The lightbox helper"
|
576 |
msgstr ""
|
577 |
|
578 |
-
#: gallery-plugin.php:
|
579 |
msgid "Do not use"
|
580 |
msgstr ""
|
581 |
|
582 |
-
#: gallery-plugin.php:
|
583 |
msgid "Button helper"
|
584 |
msgstr ""
|
585 |
|
586 |
-
#: gallery-plugin.php:
|
587 |
msgid "Thumbnail helper"
|
588 |
msgstr ""
|
589 |
|
590 |
# @ gallery
|
591 |
-
#: gallery-plugin.php:
|
592 |
msgid "Display Like buttons in the lightbox"
|
593 |
msgstr "Mostrar botones me gusta en el Lightbox"
|
594 |
|
595 |
# @ gallery
|
596 |
-
#: gallery-plugin.php:
|
597 |
msgid "FaceBook"
|
598 |
msgstr "Facebook"
|
599 |
|
600 |
# @ gallery
|
601 |
-
#: gallery-plugin.php:
|
602 |
msgid "Twitter"
|
603 |
msgstr "Twitter"
|
604 |
|
605 |
# @ gallery
|
606 |
-
#: gallery-plugin.php:
|
607 |
msgid "Pinterest"
|
608 |
msgstr "Pinterest"
|
609 |
|
610 |
# @ gallery
|
611 |
-
#: gallery-plugin.php:
|
612 |
msgid "Google +1"
|
613 |
msgstr "Google +1"
|
614 |
|
615 |
# @ gallery
|
616 |
-
#: gallery-plugin.php:
|
617 |
msgid "Slug for gallery item"
|
618 |
msgstr "Slug para la galeria"
|
619 |
|
620 |
# @ gallery
|
621 |
-
#: gallery-plugin.php:
|
622 |
msgid "for any structure of permalinks except the default structure"
|
623 |
msgstr ""
|
624 |
"para qualquier estrutura de los enlaces permanentes, exceto la estrutura "
|
625 |
"predeterninada"
|
626 |
|
627 |
-
#: gallery-plugin.php:
|
628 |
msgid "Title for lightbox button"
|
629 |
msgstr ""
|
630 |
|
631 |
-
#: gallery-plugin.php:
|
632 |
msgid ""
|
633 |
"Display all images in the lightbox instead of going into a single gallery"
|
634 |
msgstr ""
|
635 |
|
636 |
-
#: gallery-plugin.php:
|
637 |
#, php-format
|
638 |
msgid "When using the gallery template or a shortcode with `%s` parameter"
|
639 |
msgstr ""
|
640 |
|
641 |
# @ default
|
642 |
-
#: gallery-plugin.php:
|
643 |
msgid "Save Changes"
|
644 |
msgstr "Guardar Cambios"
|
645 |
|
646 |
-
#: gallery-plugin.php:
|
647 |
msgid ""
|
648 |
"If you install the demo-data, will be created galleries with images, demo-"
|
649 |
"post with available shortcodes and page with a list of all the galleries."
|
650 |
msgstr ""
|
651 |
|
652 |
# @ gallery
|
653 |
-
#: gallery-plugin.php:
|
654 |
msgid "FAQ"
|
655 |
msgstr "FAQ"
|
656 |
|
657 |
# @ gallery
|
658 |
-
#: gallery-plugin.php:
|
659 |
msgid "Support"
|
660 |
msgstr "Soporte"
|
661 |
|
662 |
-
#: gallery-plugin.php:
|
663 |
msgid "Updating images..."
|
664 |
msgstr "Actualizando imagenes"
|
665 |
|
666 |
# @ gallery
|
667 |
-
#: gallery-plugin.php:
|
668 |
#, fuzzy
|
669 |
msgid "No image found."
|
670 |
msgstr "Imagen no encontrada"
|
671 |
|
672 |
-
#: gallery-plugin.php:
|
673 |
#, fuzzy
|
674 |
msgid "All images are updated."
|
675 |
msgstr "Todas las imgenes an sido actualizados"
|
676 |
|
677 |
-
#: gallery-plugin.php:
|
678 |
msgid "Error."
|
679 |
msgstr "Error"
|
680 |
|
681 |
-
#: gallery-plugin.php:
|
682 |
msgid ""
|
683 |
"You are about to delete these items from this gallery.\n"
|
684 |
" 'Cancel' to stop, 'OK' to delete."
|
685 |
msgstr ""
|
686 |
|
687 |
-
#: gallery-plugin.php:
|
688 |
msgid ""
|
689 |
"Switching to another mode, all unsaved data will be lost. Save data before "
|
690 |
"switching?"
|
691 |
msgstr ""
|
692 |
|
693 |
-
#: gallery-plugin.php:
|
694 |
msgid "Insert Media"
|
695 |
msgstr ""
|
696 |
|
697 |
-
#: gallery-plugin.php:
|
698 |
msgid "Insert"
|
699 |
msgstr ""
|
700 |
|
701 |
-
#: gallery-plugin.php:
|
702 |
#, fuzzy
|
703 |
msgid "Learn more"
|
704 |
msgstr "Saber mas."
|
705 |
|
706 |
-
#: gallery-plugin.php:
|
707 |
msgid "Install now"
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: gallery-plugin.php:
|
711 |
msgid "Add multiple gallery categories"
|
712 |
msgstr ""
|
713 |
|
714 |
-
#: gallery-plugin.php:
|
715 |
msgid ""
|
716 |
"Install Gallery Categories plugin to add unlimited number of categories."
|
717 |
msgstr ""
|
718 |
|
719 |
# @ gallery
|
720 |
-
#: gallery-plugin.php:
|
721 |
msgid "Sorry, nothing found."
|
722 |
msgstr "Disculpe, nada fue encontrado."
|
723 |
|
724 |
# @ gallery
|
725 |
-
#: gallery-plugin.php:
|
726 |
msgid "Image"
|
727 |
msgstr "Imagen"
|
728 |
|
729 |
# @ gallery
|
730 |
-
#: gallery-plugin.php:
|
731 |
msgid "Download high resolution image"
|
732 |
msgstr "Descarga la image de alta resolucion"
|
733 |
|
734 |
# @ gallery
|
735 |
-
#: gallery-plugin.php:
|
736 |
msgid "Image size not defined"
|
737 |
msgstr "Tanaño de imagen no definida"
|
738 |
|
739 |
-
#: gallery-plugin.php:
|
740 |
msgid ""
|
741 |
"We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
|
742 |
"manually reload image."
|
@@ -744,221 +748,221 @@ msgstr ""
|
|
744 |
"Solo podemos actualizar archivos PNG, JPEG, GIF, WPMP o XBM. Para otros "
|
745 |
"formatos necesita volver a subir elarchivo."
|
746 |
|
747 |
-
#: gallery-plugin.php:
|
748 |
msgid "Image size changes not defined"
|
749 |
msgstr "Tamaño de imagen no esta definida."
|
750 |
|
751 |
-
#: gallery-plugin.php:
|
752 |
msgid "Invalid path"
|
753 |
msgstr "Ruta incorrecta."
|
754 |
|
755 |
-
#: gallery-plugin.php:
|
756 |
msgid "Add images requires JavaScript."
|
757 |
msgstr ""
|
758 |
|
759 |
-
#: gallery-plugin.php:
|
760 |
msgid "Add Media"
|
761 |
msgstr ""
|
762 |
|
763 |
-
#: gallery-plugin.php:
|
764 |
msgid "The grid view for the Gallery images requires JavaScript."
|
765 |
msgstr ""
|
766 |
|
767 |
-
#: gallery-plugin.php:
|
768 |
msgid "Switch to the list view"
|
769 |
msgstr ""
|
770 |
|
771 |
-
#: gallery-plugin.php:
|
772 |
msgid "List View"
|
773 |
msgstr ""
|
774 |
|
775 |
-
#: gallery-plugin.php:
|
776 |
msgid "Grid View"
|
777 |
msgstr ""
|
778 |
|
779 |
-
#: gallery-plugin.php:
|
780 |
msgid "Filter"
|
781 |
msgstr ""
|
782 |
|
783 |
-
#: gallery-plugin.php:
|
784 |
msgid "Empty Trash"
|
785 |
msgstr ""
|
786 |
|
787 |
# @ gallery
|
788 |
-
#: gallery-plugin.php:
|
789 |
#, fuzzy
|
790 |
msgid "No images found"
|
791 |
msgstr "Imagen no encontrada"
|
792 |
|
793 |
-
#: gallery-plugin.php:
|
794 |
msgid "Select bulk action"
|
795 |
msgstr ""
|
796 |
|
797 |
-
#: gallery-plugin.php:
|
798 |
msgid "Bulk Actions"
|
799 |
msgstr ""
|
800 |
|
801 |
-
#: gallery-plugin.php:
|
802 |
msgid "Apply"
|
803 |
msgstr ""
|
804 |
|
805 |
# @ gallery
|
806 |
-
#: gallery-plugin.php:
|
807 |
#, fuzzy
|
808 |
msgid "Delete from Gallery"
|
809 |
msgstr "Galeria nueva"
|
810 |
|
811 |
# @ gallery
|
812 |
-
#: gallery-plugin.php:
|
813 |
#, fuzzy
|
814 |
msgid "Display link to the original file under each image in the lightbox"
|
815 |
msgstr "Exibir la imagen en su tamaño completo en el Lightbox"
|
816 |
|
817 |
-
#: gallery-plugin.php:
|
818 |
msgid "Bulk Select"
|
819 |
msgstr ""
|
820 |
|
821 |
-
#: gallery-plugin.php:
|
822 |
msgid "Cancel Selection"
|
823 |
msgstr ""
|
824 |
|
825 |
-
#: gallery-plugin.php:
|
826 |
msgid "Delete Selected"
|
827 |
msgstr ""
|
828 |
|
829 |
-
#: gallery-plugin.php:
|
830 |
msgid "File"
|
831 |
msgstr ""
|
832 |
|
833 |
-
#: gallery-plugin.php:
|
834 |
msgid "Dimensions"
|
835 |
msgstr ""
|
836 |
|
837 |
-
#: gallery-plugin.php:
|
838 |
msgid "Alt tag"
|
839 |
msgstr "Etiqueta alternativa"
|
840 |
|
841 |
-
#: gallery-plugin.php:
|
842 |
msgid ""
|
843 |
"The alt attribute specifies an alternate text for an image, if the image "
|
844 |
"cannot be displayed."
|
845 |
msgstr ""
|
846 |
|
847 |
-
#: gallery-plugin.php:
|
848 |
msgid "Custom URL"
|
849 |
msgstr ""
|
850 |
|
851 |
-
#: gallery-plugin.php:
|
852 |
msgid ""
|
853 |
"By clicking on the thumbnail you'll go to the link (if the field is filled) "
|
854 |
"or the image will be opened in the lightbox (if the field isn't filled)"
|
855 |
msgstr ""
|
856 |
|
857 |
-
#: gallery-plugin.php:
|
858 |
msgid "Deselect"
|
859 |
msgstr ""
|
860 |
|
861 |
-
#: gallery-plugin.php:
|
862 |
msgid "File name"
|
863 |
msgstr ""
|
864 |
|
865 |
-
#: gallery-plugin.php:
|
866 |
msgid "File type"
|
867 |
msgstr ""
|
868 |
|
869 |
# @ gallery
|
870 |
-
#: gallery-plugin.php:
|
871 |
#, fuzzy
|
872 |
msgid "Edit Attachment Info"
|
873 |
msgstr "ID del anexo"
|
874 |
|
875 |
# @ gallery
|
876 |
-
#: gallery-plugin.php:
|
877 |
#, fuzzy
|
878 |
msgid "Edit Attachment"
|
879 |
msgstr "ID del anexo"
|
880 |
|
881 |
-
#: gallery-plugin.php:
|
882 |
#, fuzzy
|
883 |
msgid "Go Pro"
|
884 |
msgstr "Ir a PRO"
|
885 |
|
886 |
-
#: gallery-plugin.php:
|
887 |
msgid "Pro version"
|
888 |
msgstr ""
|
889 |
|
890 |
# @ gallery
|
891 |
-
#: gallery-plugin.php:
|
892 |
msgid "This setting is available in Pro version"
|
893 |
msgstr "Esta opcion solo esta disponible en la version Pro"
|
894 |
|
895 |
-
#: gallery-plugin.php:
|
896 |
msgid "Edit more details"
|
897 |
msgstr ""
|
898 |
|
899 |
-
#: gallery-plugin.php:
|
900 |
#, php-format
|
901 |
msgid "Select %s"
|
902 |
msgstr ""
|
903 |
|
904 |
-
#: gallery-plugin.php:
|
905 |
#, php-format
|
906 |
msgid "Edit “%s”"
|
907 |
msgstr ""
|
908 |
|
909 |
-
#: gallery-plugin.php:
|
910 |
msgid "Edit"
|
911 |
msgstr ""
|
912 |
|
913 |
-
#: gallery-plugin.php:
|
914 |
msgid "Trash"
|
915 |
msgstr ""
|
916 |
|
917 |
-
#: gallery-plugin.php:
|
918 |
msgid "Delete Permanently"
|
919 |
msgstr ""
|
920 |
|
921 |
-
#: gallery-plugin.php:
|
922 |
#, php-format
|
923 |
msgid "View “%s”"
|
924 |
msgstr ""
|
925 |
|
926 |
-
#: gallery-plugin.php:
|
927 |
msgid "View"
|
928 |
msgstr ""
|
929 |
|
930 |
# @ gallery
|
931 |
-
#: gallery-plugin.php:
|
932 |
#, fuzzy
|
933 |
msgid "Attach"
|
934 |
msgstr "ID del anexo"
|
935 |
|
936 |
-
#: gallery-plugin.php:
|
937 |
msgid "Restore"
|
938 |
msgstr ""
|
939 |
|
940 |
-
#: gallery-plugin.php:
|
941 |
msgid "Warning"
|
942 |
msgstr ""
|
943 |
|
944 |
-
#: gallery-plugin.php:
|
945 |
msgid "You can add only images to the gallery"
|
946 |
msgstr ""
|
947 |
|
948 |
# @ gallery
|
949 |
-
#: gallery-plugin.php:
|
950 |
#, fuzzy
|
951 |
msgid "no title"
|
952 |
msgstr "Título"
|
953 |
|
954 |
# @ gallery
|
955 |
-
#: gallery-plugin.php:
|
956 |
#, fuzzy
|
957 |
msgid "Sorry, no gallery found."
|
958 |
msgstr "Disculpe, nada fue encontrado."
|
959 |
|
960 |
# @ gallery
|
961 |
-
#: gallery-plugin.php:
|
962 |
#, fuzzy
|
963 |
msgid ""
|
964 |
"Display an album image with the description and the link to a single gallery "
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-04-04 15:35+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-04-04 15:35+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Carlos Limia <climia@climia.es>\n"
|
9 |
"Language: pt_BR\n"
|
20 |
|
21 |
# @ bestwebsoft
|
22 |
# @ gallery
|
23 |
+
#: gallery-plugin.php:45 gallery-plugin.php:883 gallery-plugin.php:1268
|
24 |
+
#: gallery-plugin.php:1285
|
25 |
msgid "Settings"
|
26 |
msgstr "Configuraciones"
|
27 |
|
35 |
msgstr ""
|
36 |
|
37 |
# @ gallery
|
38 |
+
#: gallery-plugin.php:383
|
39 |
#, fuzzy, php-format
|
40 |
msgid ""
|
41 |
"The following files '%s' and '%s' were not found in the directory of your "
|
48 |
"directorio de su tema para que el plugin Galeria funcione corretamente"
|
49 |
|
50 |
# @ gallery
|
51 |
+
#: gallery-plugin.php:394 gallery-plugin.php:403
|
52 |
msgid "Galleries"
|
53 |
msgstr "Galerias"
|
54 |
|
55 |
# @ gallery
|
56 |
+
#: gallery-plugin.php:395 gallery-plugin.php:2616
|
57 |
msgid "Gallery"
|
58 |
msgstr "Galeria"
|
59 |
|
60 |
# @ gallery
|
61 |
+
#: gallery-plugin.php:396
|
62 |
msgid "Add New Gallery"
|
63 |
msgstr "Agregar una Galeria nueva"
|
64 |
|
65 |
# @ gallery
|
66 |
+
#: gallery-plugin.php:397
|
67 |
msgid "Edit Gallery"
|
68 |
msgstr "Editar Galeria"
|
69 |
|
70 |
# @ gallery
|
71 |
+
#: gallery-plugin.php:398
|
72 |
msgid "New Gallery"
|
73 |
msgstr "Galeria nueva"
|
74 |
|
75 |
# @ gallery
|
76 |
+
#: gallery-plugin.php:399
|
77 |
msgid "View Gallery"
|
78 |
msgstr "Ver Galeria"
|
79 |
|
80 |
# @ gallery
|
81 |
+
#: gallery-plugin.php:400
|
82 |
#, fuzzy
|
83 |
msgid "Search Galleries"
|
84 |
msgstr "Galerias"
|
85 |
|
86 |
# @ gallery
|
87 |
+
#: gallery-plugin.php:401
|
88 |
msgid "No Gallery found"
|
89 |
msgstr "Ninguna galeria encontrada"
|
90 |
|
91 |
# @ gallery
|
92 |
+
#: gallery-plugin.php:458
|
93 |
msgid "Gallery Shortcode"
|
94 |
msgstr "Codigo corto de Galeria"
|
95 |
|
96 |
# @ gallery
|
97 |
+
#: gallery-plugin.php:460 gallery-plugin.php:501 gallery-plugin.php:2599
|
98 |
#, fuzzy
|
99 |
msgid "Gallery Categories"
|
100 |
msgstr "Tamanño de da imagen de la galeria"
|
101 |
|
102 |
# @ gallery
|
103 |
+
#: gallery-plugin.php:470 gallery-plugin.php:902
|
104 |
#, fuzzy, php-format
|
105 |
msgid ""
|
106 |
"If you would like to add a Gallery to your page or post, please use %s button"
|
108 |
"Si quiere agregar una Galeria a su pagina o entrada, simplemente copie y "
|
109 |
"pege el codigo corto en la pagina o entrada."
|
110 |
|
111 |
+
#: gallery-plugin.php:475
|
112 |
#, php-format
|
113 |
msgid ""
|
114 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
116 |
"please use the shortcode below"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: gallery-plugin.php:481
|
120 |
msgid ""
|
121 |
"Add this shortcode to a page, post or widget to display a single gallery"
|
122 |
msgstr ""
|
123 |
|
124 |
# @ gallery
|
125 |
+
#: gallery-plugin.php:484
|
126 |
#, fuzzy
|
127 |
msgid ""
|
128 |
"Use this shortcode to display an album image with the description and the "
|
131 |
"Si quiere mostrar una descripcion corta con una miniatura de una Galeria en "
|
132 |
"una pagina."
|
133 |
|
134 |
+
#: gallery-plugin.php:486
|
135 |
msgid "Short display"
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: gallery-plugin.php:502
|
139 |
msgid "Most Used"
|
140 |
msgstr ""
|
141 |
|
142 |
# @ gallery
|
143 |
+
#: gallery-plugin.php:507 gallery-plugin.php:1166
|
144 |
msgid "Default"
|
145 |
msgstr "Por Defecto"
|
146 |
|
147 |
# @ gallery
|
148 |
+
#: gallery-plugin.php:512
|
149 |
#, fuzzy
|
150 |
msgid "Add New Gallery Category"
|
151 |
msgstr "Agregar una Galeria nueva"
|
152 |
|
153 |
+
#: gallery-plugin.php:517
|
154 |
msgid "Install plugin"
|
155 |
msgstr ""
|
156 |
|
157 |
# @ gallery
|
158 |
+
#: gallery-plugin.php:675 gallery-plugin.php:2191 gallery-plugin.php:2306
|
159 |
+
#: gallery-plugin.php:2393
|
160 |
msgid "Title"
|
161 |
msgstr "Título"
|
162 |
|
163 |
# @ gallery
|
164 |
+
#: gallery-plugin.php:676
|
165 |
msgid "Author"
|
166 |
msgstr "Autor"
|
167 |
|
168 |
# @ gallery
|
169 |
+
#: gallery-plugin.php:677
|
170 |
#, fuzzy
|
171 |
msgid "Shortcode"
|
172 |
msgstr "Codigo corto de Galeria"
|
173 |
|
174 |
# @ gallery
|
175 |
+
#: gallery-plugin.php:678
|
176 |
#, fuzzy
|
177 |
msgid "Photos"
|
178 |
msgstr "Foto"
|
179 |
|
180 |
# @ gallery
|
181 |
+
#: gallery-plugin.php:679
|
182 |
msgid "Date"
|
183 |
msgstr "Fecha"
|
184 |
|
185 |
# @ gallery
|
186 |
+
#: gallery-plugin.php:852
|
187 |
msgid "Settings are saved"
|
188 |
msgstr "Cambios guardados"
|
189 |
|
190 |
# @ gallery
|
191 |
+
#: gallery-plugin.php:869
|
192 |
#, fuzzy
|
193 |
msgid "All plugin settings were restored."
|
194 |
msgstr "En la pagina de opciones de este plugin ("
|
195 |
|
196 |
# @ gallery
|
197 |
+
#: gallery-plugin.php:881
|
198 |
msgid "Gallery Settings"
|
199 |
msgstr "Configuracion de la Galeria"
|
200 |
|
201 |
+
#: gallery-plugin.php:884
|
202 |
+
msgid "Custom code"
|
203 |
+
msgstr ""
|
204 |
+
|
205 |
+
#: gallery-plugin.php:885
|
206 |
msgid "Go PRO"
|
207 |
msgstr "Ir a PRO"
|
208 |
|
209 |
# @ gallery
|
210 |
+
#: gallery-plugin.php:895
|
211 |
msgid "Please enable JavaScript to use the option to renew images."
|
212 |
msgstr ""
|
213 |
"Por favor habilite el Javascript para usar la opcion de renovar imagenes."
|
214 |
|
215 |
+
#: gallery-plugin.php:907
|
216 |
#, php-format
|
217 |
msgid ""
|
218 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
221 |
msgstr ""
|
222 |
|
223 |
# @ gallery
|
224 |
+
#: gallery-plugin.php:917
|
225 |
msgid "Number of images in the row"
|
226 |
msgstr "Número de imagenes por fila"
|
227 |
|
228 |
# @ gallery
|
229 |
+
#: gallery-plugin.php:919
|
230 |
#, fuzzy
|
231 |
msgid ""
|
232 |
"The number of images per row can be less depending on the width of the "
|
234 |
msgstr "Número de imagenes por fila"
|
235 |
|
236 |
# @ gallery
|
237 |
+
#: gallery-plugin.php:923 gallery-plugin.php:949
|
238 |
msgid "Image size"
|
239 |
msgstr "Tamaño de la imagen"
|
240 |
|
241 |
# @ gallery
|
242 |
+
#: gallery-plugin.php:926
|
243 |
msgid ""
|
244 |
"WordPress will create a new thumbnail with the specified dimensions when you "
|
245 |
"upload a new photo."
|
246 |
msgstr "WordPress creara una miniatura nueva cuando suba una nueva imagen."
|
247 |
|
248 |
# @ gallery
|
249 |
+
#: gallery-plugin.php:928
|
250 |
#, fuzzy
|
251 |
msgid "For the album cover"
|
252 |
msgstr "Tamanño de la imagen para la portada del álbum"
|
253 |
|
254 |
+
#: gallery-plugin.php:929 gallery-plugin.php:933 gallery-plugin.php:954
|
255 |
msgid "width x height"
|
256 |
msgstr ""
|
257 |
|
258 |
+
#: gallery-plugin.php:929 gallery-plugin.php:933 gallery-plugin.php:954
|
259 |
msgid "in px"
|
260 |
msgstr ""
|
261 |
|
262 |
# @ gallery
|
263 |
+
#: gallery-plugin.php:932
|
264 |
#, fuzzy
|
265 |
msgid "For thumbnails"
|
266 |
msgstr "Tamanño de la imagen para la portada del álbum"
|
267 |
|
268 |
+
#: gallery-plugin.php:936
|
269 |
msgid "Update images for gallery"
|
270 |
msgstr "Actualizar imagene de la galeria"
|
271 |
|
272 |
+
#: gallery-plugin.php:945 gallery-plugin.php:1144 gallery-plugin.php:1371
|
273 |
msgid "Close"
|
274 |
msgstr ""
|
275 |
|
276 |
# @ gallery
|
277 |
+
#: gallery-plugin.php:952
|
278 |
#, fuzzy
|
279 |
msgid "For images in the lightbox"
|
280 |
msgstr "Tamanño de la imagen en la galeria del Lightbox"
|
281 |
|
282 |
# @ gallery
|
283 |
+
#: gallery-plugin.php:956
|
284 |
msgid "Display a full size image in the lightbox"
|
285 |
msgstr "Exibir la imagen en su tamaño completo en el Lightbox"
|
286 |
|
287 |
# @ gallery
|
288 |
+
#: gallery-plugin.php:961
|
289 |
msgid "Crop position"
|
290 |
msgstr "Recortar posicion"
|
291 |
|
292 |
# @ gallery
|
293 |
+
#: gallery-plugin.php:965 gallery-plugin.php:971
|
294 |
msgid "center"
|
295 |
msgstr "centro"
|
296 |
|
297 |
# @ gallery
|
298 |
+
#: gallery-plugin.php:967
|
299 |
msgid "Horizontal"
|
300 |
msgstr "Horizontal"
|
301 |
|
302 |
# @ gallery
|
303 |
+
#: gallery-plugin.php:973
|
304 |
msgid "Vertical"
|
305 |
msgstr "Vertical"
|
306 |
|
307 |
# @ gallery
|
308 |
+
#: gallery-plugin.php:978
|
309 |
#, fuzzy
|
310 |
msgid "Single gallery view"
|
311 |
msgstr "Slug para la galeria"
|
312 |
|
313 |
+
#: gallery-plugin.php:981
|
314 |
msgid "Grid"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: gallery-plugin.php:982
|
318 |
msgid "Masonry"
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: gallery-plugin.php:988 gallery-plugin.php:1209
|
322 |
msgid ""
|
323 |
"If you upgrade to Pro version all your settings and galleries will be saved."
|
324 |
msgstr "Si actualiza a PRO sus configuraciones se guardaran"
|
325 |
|
326 |
+
#: gallery-plugin.php:995 gallery-plugin.php:1216
|
327 |
msgid "Unlock premium options by upgrading to Pro version"
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: gallery-plugin.php:999 gallery-plugin.php:1220
|
331 |
msgid "Start Your Trial"
|
332 |
msgstr ""
|
333 |
|
334 |
+
#: gallery-plugin.php:1000 gallery-plugin.php:1221 gallery-plugin.php:2601
|
335 |
msgid "or"
|
336 |
msgstr ""
|
337 |
|
338 |
+
#: gallery-plugin.php:1002 gallery-plugin.php:1223
|
339 |
msgid "Learn More"
|
340 |
msgstr "Saber mas."
|
341 |
|
342 |
+
#: gallery-plugin.php:1010 gallery-plugin.php:1148
|
343 |
msgid "Display image text"
|
344 |
msgstr ""
|
345 |
|
346 |
# @ gallery
|
347 |
+
#: gallery-plugin.php:1012
|
348 |
msgid "Turn off the checkbox, if you want to display text just in a lightbox"
|
349 |
msgstr "Desmarque la casilla, si solo quiere mostrar texto en el lightbox"
|
350 |
|
351 |
# @ gallery
|
352 |
+
#: gallery-plugin.php:1016
|
353 |
msgid "Images with border"
|
354 |
msgstr "Imagens con borde"
|
355 |
|
356 |
# @ gallery
|
357 |
+
#: gallery-plugin.php:1020
|
358 |
msgid "Border width in px, just numbers"
|
359 |
msgstr "Ancho del borde en px, solo números"
|
360 |
|
361 |
# @ gallery
|
362 |
+
#: gallery-plugin.php:1021
|
363 |
msgid "Select a border color"
|
364 |
msgstr "Escoja el color del borde"
|
365 |
|
366 |
# @ gallery
|
367 |
+
#: gallery-plugin.php:1026
|
368 |
msgid "Sort images"
|
369 |
msgstr "Ordenar imagenes:"
|
370 |
|
371 |
# @ gallery
|
372 |
+
#: gallery-plugin.php:1029
|
373 |
#, fuzzy
|
374 |
msgid "by Attachment ID"
|
375 |
msgstr "ID del anexo"
|
376 |
|
377 |
# @ gallery
|
378 |
+
#: gallery-plugin.php:1030
|
379 |
#, fuzzy
|
380 |
msgid "by Image Name"
|
381 |
msgstr "Nome da Imagen"
|
382 |
|
383 |
# @ gallery
|
384 |
+
#: gallery-plugin.php:1031 gallery-plugin.php:1052
|
385 |
#, fuzzy
|
386 |
msgid "by Date"
|
387 |
msgstr "Fecha"
|
388 |
|
389 |
+
#: gallery-plugin.php:1032
|
390 |
msgid "by Sorting order in the Gallery"
|
391 |
msgstr ""
|
392 |
|
393 |
# @ gallery
|
394 |
+
#: gallery-plugin.php:1033 gallery-plugin.php:1057
|
395 |
msgid "Random"
|
396 |
msgstr "Aleatório"
|
397 |
|
398 |
# @ gallery
|
399 |
+
#: gallery-plugin.php:1038
|
400 |
#, fuzzy
|
401 |
msgid "The images sort order"
|
402 |
msgstr "Imagens con borde"
|
403 |
|
404 |
# @ gallery
|
405 |
+
#: gallery-plugin.php:1041 gallery-plugin.php:1065
|
406 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
407 |
msgstr ""
|
408 |
"ASC (orden ascente de los valores mas baijos a los mas altos - 1, 2, 3; a, "
|
409 |
"b, c)"
|
410 |
|
411 |
# @ gallery
|
412 |
+
#: gallery-plugin.php:1042 gallery-plugin.php:1066
|
413 |
msgid ""
|
414 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
415 |
msgstr ""
|
417 |
"3; a, b, c)"
|
418 |
|
419 |
# @ gallery
|
420 |
+
#: gallery-plugin.php:1047
|
421 |
#, fuzzy
|
422 |
msgid "Sort galleries"
|
423 |
msgstr "Galerias"
|
424 |
|
425 |
# @ gallery
|
426 |
+
#: gallery-plugin.php:1050
|
427 |
#, fuzzy
|
428 |
msgid "by Gallery ID"
|
429 |
msgstr "Galeria"
|
430 |
|
431 |
# @ gallery
|
432 |
+
#: gallery-plugin.php:1051
|
433 |
#, fuzzy
|
434 |
msgid "by Title"
|
435 |
msgstr "Título"
|
436 |
|
437 |
+
#: gallery-plugin.php:1053
|
438 |
msgid "by Last modified date"
|
439 |
msgstr ""
|
440 |
|
441 |
+
#: gallery-plugin.php:1054
|
442 |
msgid "by Comment count"
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: gallery-plugin.php:1055
|
446 |
msgid "by Sorting order (the input field for sorting order)"
|
447 |
msgstr ""
|
448 |
|
449 |
# @ gallery
|
450 |
+
#: gallery-plugin.php:1056
|
451 |
#, fuzzy
|
452 |
msgid "by Author"
|
453 |
msgstr "Autor"
|
454 |
|
455 |
+
#: gallery-plugin.php:1062
|
456 |
msgid "The galleries sort order"
|
457 |
msgstr ""
|
458 |
|
459 |
# @ gallery
|
460 |
+
#: gallery-plugin.php:1071
|
461 |
msgid "Start slideshow"
|
462 |
msgstr "Iniciar Apresentacion de diapositivas"
|
463 |
|
464 |
# @ gallery
|
465 |
+
#: gallery-plugin.php:1074
|
466 |
msgid "Slideshow interval"
|
467 |
msgstr "Intervalo entre las diapositivas"
|
468 |
|
469 |
+
#: gallery-plugin.php:1074
|
470 |
msgid "(ms)"
|
471 |
msgstr ""
|
472 |
|
473 |
+
#: gallery-plugin.php:1078
|
474 |
msgid "Use single lightbox for multiple galleries on one page"
|
475 |
msgstr "Usar un LightBox unici para multiples galerias en una pagina."
|
476 |
|
477 |
# @ gallery
|
478 |
+
#: gallery-plugin.php:1084
|
479 |
msgid "Display the Back link"
|
480 |
msgstr "Mostrar enlace Volver"
|
481 |
|
482 |
# @ gallery
|
483 |
+
#: gallery-plugin.php:1090
|
484 |
msgid "Display the Back link in the shortcode"
|
485 |
msgstr "Mostrar enlace Volver codigo corto"
|
486 |
|
487 |
# @ gallery
|
488 |
+
#: gallery-plugin.php:1096
|
489 |
msgid "The Back link text"
|
490 |
msgstr "Texto del enlace volver"
|
491 |
|
492 |
# @ gallery
|
493 |
+
#: gallery-plugin.php:1102
|
494 |
msgid "The Back link URL"
|
495 |
msgstr "URL del enlacw Volver"
|
496 |
|
497 |
# @ gallery
|
498 |
+
#: gallery-plugin.php:1105
|
499 |
msgid "Gallery page (Page with Gallery Template)"
|
500 |
msgstr ""
|
501 |
"Página de la Galeria (planilla otema usado para la pagina de la Galeria)"
|
502 |
|
503 |
# @ gallery
|
504 |
+
#: gallery-plugin.php:1107
|
505 |
msgid "(Full URL to custom page)"
|
506 |
msgstr "(URL completa para a página personalizada)"
|
507 |
|
508 |
# @ gallery
|
509 |
+
#: gallery-plugin.php:1112
|
510 |
msgid "The Read More link text"
|
511 |
msgstr "Texto del enlace leer mas"
|
512 |
|
513 |
+
#: gallery-plugin.php:1118
|
514 |
msgid "Add gallery to the search"
|
515 |
msgstr "Agregar la galeria a la busqueda"
|
516 |
|
517 |
+
#: gallery-plugin.php:1123 gallery-plugin.php:1126 gallery-plugin.php:1130
|
518 |
msgid "Using"
|
519 |
msgstr "Usando"
|
520 |
|
521 |
+
#: gallery-plugin.php:1123 gallery-plugin.php:1126 gallery-plugin.php:1130
|
522 |
msgid "powered by"
|
523 |
msgstr "propulsado por"
|
524 |
|
525 |
+
#: gallery-plugin.php:1126 gallery-plugin.php:1346
|
526 |
msgid "Activate"
|
527 |
msgstr ""
|
528 |
|
529 |
+
#: gallery-plugin.php:1130
|
530 |
msgid "Download"
|
531 |
msgstr ""
|
532 |
|
533 |
+
#: gallery-plugin.php:1135
|
534 |
msgid "Rewrite templates after update"
|
535 |
msgstr ""
|
536 |
|
537 |
+
#: gallery-plugin.php:1137
|
538 |
#, php-format
|
539 |
msgid ""
|
540 |
"Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
|
542 |
msgstr ""
|
543 |
|
544 |
# @ gallery
|
545 |
+
#: gallery-plugin.php:1151
|
546 |
#, fuzzy
|
547 |
msgid "Under image"
|
548 |
msgstr "Actualizar imagenes"
|
549 |
|
550 |
+
#: gallery-plugin.php:1152
|
551 |
msgid "By mouse hover"
|
552 |
msgstr ""
|
553 |
|
554 |
+
#: gallery-plugin.php:1157
|
555 |
#, fuzzy
|
556 |
msgid "Use pagination for images"
|
557 |
msgstr "Actualizando imagenes"
|
558 |
|
559 |
+
#: gallery-plugin.php:1160
|
560 |
msgid "per page"
|
561 |
msgstr ""
|
562 |
|
563 |
# @ gallery
|
564 |
+
#: gallery-plugin.php:1164
|
565 |
msgid "Lightbox background"
|
566 |
msgstr "Fundo del Lightbox"
|
567 |
|
568 |
# @ gallery
|
569 |
+
#: gallery-plugin.php:1167
|
570 |
msgid "Background transparency (from 0 to 1)"
|
571 |
msgstr "Transparencia del fondo (de 0 a 1)"
|
572 |
|
573 |
# @ gallery
|
574 |
+
#: gallery-plugin.php:1168
|
575 |
msgid "Select a background color"
|
576 |
msgstr "Selecionar un color de fondo"
|
577 |
|
578 |
+
#: gallery-plugin.php:1172
|
579 |
msgid "The lightbox helper"
|
580 |
msgstr ""
|
581 |
|
582 |
+
#: gallery-plugin.php:1174
|
583 |
msgid "Do not use"
|
584 |
msgstr ""
|
585 |
|
586 |
+
#: gallery-plugin.php:1175
|
587 |
msgid "Button helper"
|
588 |
msgstr ""
|
589 |
|
590 |
+
#: gallery-plugin.php:1176
|
591 |
msgid "Thumbnail helper"
|
592 |
msgstr ""
|
593 |
|
594 |
# @ gallery
|
595 |
+
#: gallery-plugin.php:1180
|
596 |
msgid "Display Like buttons in the lightbox"
|
597 |
msgstr "Mostrar botones me gusta en el Lightbox"
|
598 |
|
599 |
# @ gallery
|
600 |
+
#: gallery-plugin.php:1182
|
601 |
msgid "FaceBook"
|
602 |
msgstr "Facebook"
|
603 |
|
604 |
# @ gallery
|
605 |
+
#: gallery-plugin.php:1183
|
606 |
msgid "Twitter"
|
607 |
msgstr "Twitter"
|
608 |
|
609 |
# @ gallery
|
610 |
+
#: gallery-plugin.php:1184
|
611 |
msgid "Pinterest"
|
612 |
msgstr "Pinterest"
|
613 |
|
614 |
# @ gallery
|
615 |
+
#: gallery-plugin.php:1185
|
616 |
msgid "Google +1"
|
617 |
msgstr "Google +1"
|
618 |
|
619 |
# @ gallery
|
620 |
+
#: gallery-plugin.php:1189
|
621 |
msgid "Slug for gallery item"
|
622 |
msgstr "Slug para la galeria"
|
623 |
|
624 |
# @ gallery
|
625 |
+
#: gallery-plugin.php:1191
|
626 |
msgid "for any structure of permalinks except the default structure"
|
627 |
msgstr ""
|
628 |
"para qualquier estrutura de los enlaces permanentes, exceto la estrutura "
|
629 |
"predeterninada"
|
630 |
|
631 |
+
#: gallery-plugin.php:1195
|
632 |
msgid "Title for lightbox button"
|
633 |
msgstr ""
|
634 |
|
635 |
+
#: gallery-plugin.php:1201
|
636 |
msgid ""
|
637 |
"Display all images in the lightbox instead of going into a single gallery"
|
638 |
msgstr ""
|
639 |
|
640 |
+
#: gallery-plugin.php:1204
|
641 |
#, php-format
|
642 |
msgid "When using the gallery template or a shortcode with `%s` parameter"
|
643 |
msgstr ""
|
644 |
|
645 |
# @ default
|
646 |
+
#: gallery-plugin.php:1230
|
647 |
msgid "Save Changes"
|
648 |
msgstr "Guardar Cambios"
|
649 |
|
650 |
+
#: gallery-plugin.php:1235
|
651 |
msgid ""
|
652 |
"If you install the demo-data, will be created galleries with images, demo-"
|
653 |
"post with available shortcodes and page with a list of all the galleries."
|
654 |
msgstr ""
|
655 |
|
656 |
# @ gallery
|
657 |
+
#: gallery-plugin.php:1269
|
658 |
msgid "FAQ"
|
659 |
msgstr "FAQ"
|
660 |
|
661 |
# @ gallery
|
662 |
+
#: gallery-plugin.php:1270
|
663 |
msgid "Support"
|
664 |
msgstr "Soporte"
|
665 |
|
666 |
+
#: gallery-plugin.php:1309
|
667 |
msgid "Updating images..."
|
668 |
msgstr "Actualizando imagenes"
|
669 |
|
670 |
# @ gallery
|
671 |
+
#: gallery-plugin.php:1310
|
672 |
#, fuzzy
|
673 |
msgid "No image found."
|
674 |
msgstr "Imagen no encontrada"
|
675 |
|
676 |
+
#: gallery-plugin.php:1311
|
677 |
#, fuzzy
|
678 |
msgid "All images are updated."
|
679 |
msgstr "Todas las imgenes an sido actualizados"
|
680 |
|
681 |
+
#: gallery-plugin.php:1312
|
682 |
msgid "Error."
|
683 |
msgstr "Error"
|
684 |
|
685 |
+
#: gallery-plugin.php:1326
|
686 |
msgid ""
|
687 |
"You are about to delete these items from this gallery.\n"
|
688 |
" 'Cancel' to stop, 'OK' to delete."
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: gallery-plugin.php:1327
|
692 |
msgid ""
|
693 |
"Switching to another mode, all unsaved data will be lost. Save data before "
|
694 |
"switching?"
|
695 |
msgstr ""
|
696 |
|
697 |
+
#: gallery-plugin.php:1328
|
698 |
msgid "Insert Media"
|
699 |
msgstr ""
|
700 |
|
701 |
+
#: gallery-plugin.php:1329
|
702 |
msgid "Insert"
|
703 |
msgstr ""
|
704 |
|
705 |
+
#: gallery-plugin.php:1341
|
706 |
#, fuzzy
|
707 |
msgid "Learn more"
|
708 |
msgstr "Saber mas."
|
709 |
|
710 |
+
#: gallery-plugin.php:1353
|
711 |
msgid "Install now"
|
712 |
msgstr ""
|
713 |
|
714 |
+
#: gallery-plugin.php:1362
|
715 |
msgid "Add multiple gallery categories"
|
716 |
msgstr ""
|
717 |
|
718 |
+
#: gallery-plugin.php:1362
|
719 |
msgid ""
|
720 |
"Install Gallery Categories plugin to add unlimited number of categories."
|
721 |
msgstr ""
|
722 |
|
723 |
# @ gallery
|
724 |
+
#: gallery-plugin.php:1649 template/gallery-single-template.php:103
|
725 |
msgid "Sorry, nothing found."
|
726 |
msgstr "Disculpe, nada fue encontrado."
|
727 |
|
728 |
# @ gallery
|
729 |
+
#: gallery-plugin.php:1662 template/gallery-single-template.php:124
|
730 |
msgid "Image"
|
731 |
msgstr "Imagen"
|
732 |
|
733 |
# @ gallery
|
734 |
+
#: gallery-plugin.php:1662 template/gallery-single-template.php:19
|
735 |
msgid "Download high resolution image"
|
736 |
msgstr "Descarga la image de alta resolucion"
|
737 |
|
738 |
# @ gallery
|
739 |
+
#: gallery-plugin.php:1793
|
740 |
msgid "Image size not defined"
|
741 |
msgstr "Tanaño de imagen no definida"
|
742 |
|
743 |
+
#: gallery-plugin.php:1808
|
744 |
msgid ""
|
745 |
"We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
|
746 |
"manually reload image."
|
748 |
"Solo podemos actualizar archivos PNG, JPEG, GIF, WPMP o XBM. Para otros "
|
749 |
"formatos necesita volver a subir elarchivo."
|
750 |
|
751 |
+
#: gallery-plugin.php:1819
|
752 |
msgid "Image size changes not defined"
|
753 |
msgstr "Tamaño de imagen no esta definida."
|
754 |
|
755 |
+
#: gallery-plugin.php:1848 gallery-plugin.php:1851 gallery-plugin.php:1856
|
756 |
msgid "Invalid path"
|
757 |
msgstr "Ruta incorrecta."
|
758 |
|
759 |
+
#: gallery-plugin.php:1959
|
760 |
msgid "Add images requires JavaScript."
|
761 |
msgstr ""
|
762 |
|
763 |
+
#: gallery-plugin.php:1962
|
764 |
msgid "Add Media"
|
765 |
msgstr ""
|
766 |
|
767 |
+
#: gallery-plugin.php:1972
|
768 |
msgid "The grid view for the Gallery images requires JavaScript."
|
769 |
msgstr ""
|
770 |
|
771 |
+
#: gallery-plugin.php:1972
|
772 |
msgid "Switch to the list view"
|
773 |
msgstr ""
|
774 |
|
775 |
+
#: gallery-plugin.php:1999
|
776 |
msgid "List View"
|
777 |
msgstr ""
|
778 |
|
779 |
+
#: gallery-plugin.php:2000
|
780 |
msgid "Grid View"
|
781 |
msgstr ""
|
782 |
|
783 |
+
#: gallery-plugin.php:2055
|
784 |
msgid "Filter"
|
785 |
msgstr ""
|
786 |
|
787 |
+
#: gallery-plugin.php:2059
|
788 |
msgid "Empty Trash"
|
789 |
msgstr ""
|
790 |
|
791 |
# @ gallery
|
792 |
+
#: gallery-plugin.php:2080
|
793 |
#, fuzzy
|
794 |
msgid "No images found"
|
795 |
msgstr "Imagen no encontrada"
|
796 |
|
797 |
+
#: gallery-plugin.php:2132
|
798 |
msgid "Select bulk action"
|
799 |
msgstr ""
|
800 |
|
801 |
+
#: gallery-plugin.php:2134
|
802 |
msgid "Bulk Actions"
|
803 |
msgstr ""
|
804 |
|
805 |
+
#: gallery-plugin.php:2144
|
806 |
msgid "Apply"
|
807 |
msgstr ""
|
808 |
|
809 |
# @ gallery
|
810 |
+
#: gallery-plugin.php:2151 gallery-plugin.php:2330
|
811 |
#, fuzzy
|
812 |
msgid "Delete from Gallery"
|
813 |
msgstr "Galeria nueva"
|
814 |
|
815 |
# @ gallery
|
816 |
+
#: gallery-plugin.php:2164 gallery-plugin.php:2178
|
817 |
#, fuzzy
|
818 |
msgid "Display link to the original file under each image in the lightbox"
|
819 |
msgstr "Exibir la imagen en su tamaño completo en el Lightbox"
|
820 |
|
821 |
+
#: gallery-plugin.php:2173
|
822 |
msgid "Bulk Select"
|
823 |
msgstr ""
|
824 |
|
825 |
+
#: gallery-plugin.php:2175
|
826 |
msgid "Cancel Selection"
|
827 |
msgstr ""
|
828 |
|
829 |
+
#: gallery-plugin.php:2176
|
830 |
msgid "Delete Selected"
|
831 |
msgstr ""
|
832 |
|
833 |
+
#: gallery-plugin.php:2189
|
834 |
msgid "File"
|
835 |
msgstr ""
|
836 |
|
837 |
+
#: gallery-plugin.php:2190 gallery-plugin.php:2279 gallery-plugin.php:2388
|
838 |
msgid "Dimensions"
|
839 |
msgstr ""
|
840 |
|
841 |
+
#: gallery-plugin.php:2192 gallery-plugin.php:2312 gallery-plugin.php:2398
|
842 |
msgid "Alt tag"
|
843 |
msgstr "Etiqueta alternativa"
|
844 |
|
845 |
+
#: gallery-plugin.php:2192 gallery-plugin.php:2314
|
846 |
msgid ""
|
847 |
"The alt attribute specifies an alternate text for an image, if the image "
|
848 |
"cannot be displayed."
|
849 |
msgstr ""
|
850 |
|
851 |
+
#: gallery-plugin.php:2193 gallery-plugin.php:2320 gallery-plugin.php:2403
|
852 |
msgid "Custom URL"
|
853 |
msgstr ""
|
854 |
|
855 |
+
#: gallery-plugin.php:2193 gallery-plugin.php:2322
|
856 |
msgid ""
|
857 |
"By clicking on the thumbnail you'll go to the link (if the field is filled) "
|
858 |
"or the image will be opened in the lightbox (if the field isn't filled)"
|
859 |
msgstr ""
|
860 |
|
861 |
+
#: gallery-plugin.php:2271
|
862 |
msgid "Deselect"
|
863 |
msgstr ""
|
864 |
|
865 |
+
#: gallery-plugin.php:2277
|
866 |
msgid "File name"
|
867 |
msgstr ""
|
868 |
|
869 |
+
#: gallery-plugin.php:2278
|
870 |
msgid "File type"
|
871 |
msgstr ""
|
872 |
|
873 |
# @ gallery
|
874 |
+
#: gallery-plugin.php:2282 gallery-plugin.php:2384
|
875 |
#, fuzzy
|
876 |
msgid "Edit Attachment Info"
|
877 |
msgstr "ID del anexo"
|
878 |
|
879 |
# @ gallery
|
880 |
+
#: gallery-plugin.php:2282
|
881 |
#, fuzzy
|
882 |
msgid "Edit Attachment"
|
883 |
msgstr "ID del anexo"
|
884 |
|
885 |
+
#: gallery-plugin.php:2292
|
886 |
#, fuzzy
|
887 |
msgid "Go Pro"
|
888 |
msgstr "Ir a PRO"
|
889 |
|
890 |
+
#: gallery-plugin.php:2292
|
891 |
msgid "Pro version"
|
892 |
msgstr ""
|
893 |
|
894 |
# @ gallery
|
895 |
+
#: gallery-plugin.php:2295
|
896 |
msgid "This setting is available in Pro version"
|
897 |
msgstr "Esta opcion solo esta disponible en la version Pro"
|
898 |
|
899 |
+
#: gallery-plugin.php:2328
|
900 |
msgid "Edit more details"
|
901 |
msgstr ""
|
902 |
|
903 |
+
#: gallery-plugin.php:2363
|
904 |
#, php-format
|
905 |
msgid "Select %s"
|
906 |
msgstr ""
|
907 |
|
908 |
+
#: gallery-plugin.php:2376
|
909 |
#, php-format
|
910 |
msgid "Edit “%s”"
|
911 |
msgstr ""
|
912 |
|
913 |
+
#: gallery-plugin.php:2421 gallery-plugin.php:2434
|
914 |
msgid "Edit"
|
915 |
msgstr ""
|
916 |
|
917 |
+
#: gallery-plugin.php:2424 gallery-plugin.php:2439
|
918 |
msgid "Trash"
|
919 |
msgstr ""
|
920 |
|
921 |
+
#: gallery-plugin.php:2427 gallery-plugin.php:2442
|
922 |
msgid "Delete Permanently"
|
923 |
msgstr ""
|
924 |
|
925 |
+
#: gallery-plugin.php:2429 gallery-plugin.php:2447
|
926 |
#, php-format
|
927 |
msgid "View “%s”"
|
928 |
msgstr ""
|
929 |
|
930 |
+
#: gallery-plugin.php:2429 gallery-plugin.php:2447
|
931 |
msgid "View"
|
932 |
msgstr ""
|
933 |
|
934 |
# @ gallery
|
935 |
+
#: gallery-plugin.php:2431
|
936 |
#, fuzzy
|
937 |
msgid "Attach"
|
938 |
msgstr "ID del anexo"
|
939 |
|
940 |
+
#: gallery-plugin.php:2437
|
941 |
msgid "Restore"
|
942 |
msgstr ""
|
943 |
|
944 |
+
#: gallery-plugin.php:2568
|
945 |
msgid "Warning"
|
946 |
msgstr ""
|
947 |
|
948 |
+
#: gallery-plugin.php:2568
|
949 |
msgid "You can add only images to the gallery"
|
950 |
msgstr ""
|
951 |
|
952 |
# @ gallery
|
953 |
+
#: gallery-plugin.php:2610
|
954 |
#, fuzzy
|
955 |
msgid "no title"
|
956 |
msgstr "Título"
|
957 |
|
958 |
# @ gallery
|
959 |
+
#: gallery-plugin.php:2618
|
960 |
#, fuzzy
|
961 |
msgid "Sorry, no gallery found."
|
962 |
msgstr "Disculpe, nada fue encontrado."
|
963 |
|
964 |
# @ gallery
|
965 |
+
#: gallery-plugin.php:2624
|
966 |
#, fuzzy
|
967 |
msgid ""
|
968 |
"Display an album image with the description and the link to a single gallery "
|
languages/gallery-plugin-fr_FR.mo
CHANGED
Binary file
|
languages/gallery-plugin-fr_FR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
-
"PO-Revision-Date: 2016-
|
7 |
"Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
8 |
"Language-Team: Didier, L Capronnier <lcapronnier@yahoo.com>\n"
|
9 |
"Language: fr_FR\n"
|
@@ -18,8 +18,8 @@ msgstr ""
|
|
18 |
"X-Generator: Poedit 1.5.4\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
-
#: gallery-plugin.php:45 gallery-plugin.php:
|
22 |
-
#: gallery-plugin.php:
|
23 |
msgid "Settings"
|
24 |
msgstr "Paramètres"
|
25 |
|
@@ -31,7 +31,7 @@ msgstr "Voir les images »"
|
|
31 |
msgid "Return to all albums"
|
32 |
msgstr "Revenir à tous les albums"
|
33 |
|
34 |
-
#: gallery-plugin.php:
|
35 |
#, php-format
|
36 |
msgid ""
|
37 |
"The following files '%s' and '%s' were not found in the directory of your "
|
@@ -42,47 +42,47 @@ msgstr ""
|
|
42 |
"de votre thème. Merci de les copier depuis le répertoire '%s' dans le "
|
43 |
"répertoire de votre thème pour le bon fonctionnement de l'extension Gallery"
|
44 |
|
45 |
-
#: gallery-plugin.php:
|
46 |
msgid "Galleries"
|
47 |
msgstr "Galeries"
|
48 |
|
49 |
-
#: gallery-plugin.php:
|
50 |
msgid "Gallery"
|
51 |
msgstr "Galerie"
|
52 |
|
53 |
-
#: gallery-plugin.php:
|
54 |
msgid "Add New Gallery"
|
55 |
msgstr "Ajouter une nouvelle galerie"
|
56 |
|
57 |
-
#: gallery-plugin.php:
|
58 |
msgid "Edit Gallery"
|
59 |
msgstr "Modifier la galerie"
|
60 |
|
61 |
-
#: gallery-plugin.php:
|
62 |
msgid "New Gallery"
|
63 |
msgstr "Nouvelle galerie"
|
64 |
|
65 |
-
#: gallery-plugin.php:
|
66 |
msgid "View Gallery"
|
67 |
msgstr "Voir la galerie"
|
68 |
|
69 |
-
#: gallery-plugin.php:
|
70 |
msgid "Search Galleries"
|
71 |
msgstr "Rechercher une galerie"
|
72 |
|
73 |
-
#: gallery-plugin.php:
|
74 |
msgid "No Gallery found"
|
75 |
msgstr "Pas de galeries trouvées"
|
76 |
|
77 |
-
#: gallery-plugin.php:
|
78 |
msgid "Gallery Shortcode"
|
79 |
msgstr "Code court de la galerie"
|
80 |
|
81 |
-
#: gallery-plugin.php:
|
82 |
msgid "Gallery Categories"
|
83 |
msgstr "Catégories de galeries"
|
84 |
|
85 |
-
#: gallery-plugin.php:
|
86 |
#, php-format
|
87 |
msgid ""
|
88 |
"If you would like to add a Gallery to your page or post, please use %s button"
|
@@ -90,7 +90,7 @@ msgstr ""
|
|
90 |
"Si vous voulez ajouter la galerie dans une page ou un article, utiliser le "
|
91 |
"bouton %s"
|
92 |
|
93 |
-
#: gallery-plugin.php:
|
94 |
#, php-format
|
95 |
msgid ""
|
96 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
@@ -101,14 +101,14 @@ msgstr ""
|
|
101 |
"le bouton %s dans la zone d'édition du contenu en mode visuel. Si le bouton "
|
102 |
"n'est pas visible, vous pouvez utiliser le code court ci-dessous"
|
103 |
|
104 |
-
#: gallery-plugin.php:
|
105 |
msgid ""
|
106 |
"Add this shortcode to a page, post or widget to display a single gallery"
|
107 |
msgstr ""
|
108 |
"Ajouter ce code court à une page, un article ou un widget pour afficher une "
|
109 |
"seule galerie"
|
110 |
|
111 |
-
#: gallery-plugin.php:
|
112 |
msgid ""
|
113 |
"Use this shortcode to display an album image with the description and the "
|
114 |
"link to a single gallery page"
|
@@ -116,70 +116,75 @@ msgstr ""
|
|
116 |
"Utilisez ce code court pour afficher une image représentant l'album avec la "
|
117 |
"description et un lien vers une page contenant la galerie"
|
118 |
|
119 |
-
#: gallery-plugin.php:
|
120 |
msgid "Short display"
|
121 |
msgstr "Affichage court"
|
122 |
|
123 |
-
#: gallery-plugin.php:
|
124 |
msgid "Most Used"
|
125 |
msgstr "Les plus utiliser"
|
126 |
|
127 |
-
#: gallery-plugin.php:
|
128 |
msgid "Default"
|
129 |
msgstr "Défaut"
|
130 |
|
131 |
-
#: gallery-plugin.php:
|
132 |
msgid "Add New Gallery Category"
|
133 |
msgstr "Ajouter une nouvelle catégorie de galerie"
|
134 |
|
135 |
-
#: gallery-plugin.php:
|
136 |
msgid "Install plugin"
|
137 |
msgstr "Installer l'extension"
|
138 |
|
139 |
-
#: gallery-plugin.php:
|
140 |
-
#: gallery-plugin.php:
|
141 |
msgid "Title"
|
142 |
msgstr "Titre"
|
143 |
|
144 |
-
#: gallery-plugin.php:
|
145 |
msgid "Author"
|
146 |
msgstr "Auteur"
|
147 |
|
148 |
-
#: gallery-plugin.php:
|
149 |
msgid "Shortcode"
|
150 |
msgstr "Code court"
|
151 |
|
152 |
-
#: gallery-plugin.php:
|
153 |
msgid "Photos"
|
154 |
msgstr "Photos"
|
155 |
|
156 |
-
#: gallery-plugin.php:
|
157 |
msgid "Date"
|
158 |
msgstr "Date"
|
159 |
|
160 |
-
#: gallery-plugin.php:
|
161 |
msgid "Settings are saved"
|
162 |
msgstr "Paramètres enregistrés."
|
163 |
|
164 |
-
#: gallery-plugin.php:
|
165 |
msgid "All plugin settings were restored."
|
166 |
msgstr ""
|
167 |
"Toutes les valeurs par défaut des paramètres de l'extension ont été remises."
|
168 |
|
169 |
-
#: gallery-plugin.php:
|
170 |
msgid "Gallery Settings"
|
171 |
msgstr "Paramètres de la galerie"
|
172 |
|
173 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
174 |
msgid "Go PRO"
|
175 |
msgstr "Choisir la version PRO"
|
176 |
|
177 |
-
#: gallery-plugin.php:
|
178 |
msgid "Please enable JavaScript to use the option to renew images."
|
179 |
msgstr ""
|
180 |
"Merci d'activer JavaScript pour utiliser l'option de mise à jour des images."
|
181 |
|
182 |
-
#: gallery-plugin.php:
|
183 |
#, php-format
|
184 |
msgid ""
|
185 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
@@ -191,22 +196,22 @@ msgstr ""
|
|
191 |
"n'est pas visible, vous pouvez utiliser le code court %s où * représente "
|
192 |
"l'ID de la galerie"
|
193 |
|
194 |
-
#: gallery-plugin.php:
|
195 |
msgid "Number of images in the row"
|
196 |
msgstr "Nombre d'images par ligne"
|
197 |
|
198 |
-
#: gallery-plugin.php:
|
199 |
#, fuzzy
|
200 |
msgid ""
|
201 |
"The number of images per row can be less depending on the width of the "
|
202 |
"parent block"
|
203 |
msgstr "Nombre d'images par ligne"
|
204 |
|
205 |
-
#: gallery-plugin.php:
|
206 |
msgid "Image size"
|
207 |
msgstr "Taille de l'image"
|
208 |
|
209 |
-
#: gallery-plugin.php:
|
210 |
msgid ""
|
211 |
"WordPress will create a new thumbnail with the specified dimensions when you "
|
212 |
"upload a new photo."
|
@@ -214,266 +219,266 @@ msgstr ""
|
|
214 |
"WordPress créera une copie de la miniature avec les dimensions spécifiées "
|
215 |
"quand vous envoyez une nouvelle photo."
|
216 |
|
217 |
-
#: gallery-plugin.php:
|
218 |
#, fuzzy
|
219 |
msgid "For the album cover"
|
220 |
msgstr "Taille de la vignette de l'album"
|
221 |
|
222 |
-
#: gallery-plugin.php:
|
223 |
msgid "width x height"
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: gallery-plugin.php:
|
227 |
msgid "in px"
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: gallery-plugin.php:
|
231 |
#, fuzzy
|
232 |
msgid "For thumbnails"
|
233 |
msgstr "Taille de l'image pour la vignette"
|
234 |
|
235 |
-
#: gallery-plugin.php:
|
236 |
msgid "Update images for gallery"
|
237 |
msgstr "Mettre à jour les images pour la galerie"
|
238 |
|
239 |
-
#: gallery-plugin.php:
|
240 |
msgid "Close"
|
241 |
msgstr "Fermer"
|
242 |
|
243 |
-
#: gallery-plugin.php:
|
244 |
#, fuzzy
|
245 |
msgid "For images in the lightbox"
|
246 |
msgstr "Taille de l'image pour le diaporama"
|
247 |
|
248 |
-
#: gallery-plugin.php:
|
249 |
msgid "Display a full size image in the lightbox"
|
250 |
msgstr "Afficher une image en taille normale dans la boite"
|
251 |
|
252 |
-
#: gallery-plugin.php:
|
253 |
msgid "Crop position"
|
254 |
msgstr "Point de base"
|
255 |
|
256 |
-
#: gallery-plugin.php:
|
257 |
msgid "center"
|
258 |
msgstr "centré"
|
259 |
|
260 |
-
#: gallery-plugin.php:
|
261 |
msgid "Horizontal"
|
262 |
msgstr "Horizontale"
|
263 |
|
264 |
-
#: gallery-plugin.php:
|
265 |
msgid "Vertical"
|
266 |
msgstr "Verticale"
|
267 |
|
268 |
-
#: gallery-plugin.php:
|
269 |
#, fuzzy
|
270 |
msgid "Single gallery view"
|
271 |
msgstr "Racine pour les pages des galeries"
|
272 |
|
273 |
-
#: gallery-plugin.php:
|
274 |
#, fuzzy
|
275 |
msgid "Grid"
|
276 |
msgstr "Vue en mode grille"
|
277 |
|
278 |
-
#: gallery-plugin.php:
|
279 |
msgid "Masonry"
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: gallery-plugin.php:
|
283 |
msgid ""
|
284 |
"If you upgrade to Pro version all your settings and galleries will be saved."
|
285 |
msgstr ""
|
286 |
"Si vous passez à la version Pro, tous ces paramètres seront enregistrés."
|
287 |
|
288 |
-
#: gallery-plugin.php:
|
289 |
msgid "Unlock premium options by upgrading to Pro version"
|
290 |
msgstr "Débloquer les options premium en migrant vers la version PRO."
|
291 |
|
292 |
-
#: gallery-plugin.php:
|
293 |
msgid "Start Your Trial"
|
294 |
msgstr "Débuter votre essai"
|
295 |
|
296 |
-
#: gallery-plugin.php:
|
297 |
msgid "or"
|
298 |
msgstr "ou"
|
299 |
|
300 |
-
#: gallery-plugin.php:
|
301 |
msgid "Learn More"
|
302 |
msgstr "En savoir plus"
|
303 |
|
304 |
-
#: gallery-plugin.php:
|
305 |
msgid "Display image text"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: gallery-plugin.php:
|
309 |
msgid "Turn off the checkbox, if you want to display text just in a lightbox"
|
310 |
msgstr ""
|
311 |
"Si vous voulez juste afficher du texte dans une boite, désactiver l'option"
|
312 |
|
313 |
-
#: gallery-plugin.php:
|
314 |
msgid "Images with border"
|
315 |
msgstr "Image avec bordure"
|
316 |
|
317 |
-
#: gallery-plugin.php:
|
318 |
msgid "Border width in px, just numbers"
|
319 |
msgstr "Taille de la bordure en pixel, juste le nombre"
|
320 |
|
321 |
-
#: gallery-plugin.php:
|
322 |
msgid "Select a border color"
|
323 |
msgstr "Choisir une couleur pour la bordure"
|
324 |
|
325 |
-
#: gallery-plugin.php:
|
326 |
msgid "Sort images"
|
327 |
msgstr "Trier les images"
|
328 |
|
329 |
-
#: gallery-plugin.php:
|
330 |
#, fuzzy
|
331 |
msgid "by Attachment ID"
|
332 |
msgstr "ID du fichier"
|
333 |
|
334 |
-
#: gallery-plugin.php:
|
335 |
#, fuzzy
|
336 |
msgid "by Image Name"
|
337 |
msgstr "Nom de l'image "
|
338 |
|
339 |
-
#: gallery-plugin.php:
|
340 |
#, fuzzy
|
341 |
msgid "by Date"
|
342 |
msgstr "Date"
|
343 |
|
344 |
-
#: gallery-plugin.php:
|
345 |
#, fuzzy
|
346 |
msgid "by Sorting order in the Gallery"
|
347 |
msgstr "Ordre de tri dans la galerie"
|
348 |
|
349 |
-
#: gallery-plugin.php:
|
350 |
msgid "Random"
|
351 |
msgstr "Aléatoire"
|
352 |
|
353 |
-
#: gallery-plugin.php:
|
354 |
#, fuzzy
|
355 |
msgid "The images sort order"
|
356 |
msgstr "Image avec bordure"
|
357 |
|
358 |
-
#: gallery-plugin.php:
|
359 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
360 |
msgstr ""
|
361 |
"ASC (ordre ascendant de la plus petite à la plus grande valeur - 1, 2, 3; a, "
|
362 |
"b, c)"
|
363 |
|
364 |
-
#: gallery-plugin.php:
|
365 |
msgid ""
|
366 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
367 |
msgstr ""
|
368 |
"DESC (ordre descendant de la plus grade à la plus petite - 3, 2, 1; c, b, a)"
|
369 |
|
370 |
-
#: gallery-plugin.php:
|
371 |
msgid "Sort galleries"
|
372 |
msgstr "Trier les galeries"
|
373 |
|
374 |
-
#: gallery-plugin.php:
|
375 |
#, fuzzy
|
376 |
msgid "by Gallery ID"
|
377 |
msgstr "Galerie ID"
|
378 |
|
379 |
-
#: gallery-plugin.php:
|
380 |
#, fuzzy
|
381 |
msgid "by Title"
|
382 |
msgstr "Titre"
|
383 |
|
384 |
-
#: gallery-plugin.php:
|
385 |
#, fuzzy
|
386 |
msgid "by Last modified date"
|
387 |
msgstr "Date de dernière modification"
|
388 |
|
389 |
-
#: gallery-plugin.php:
|
390 |
#, fuzzy
|
391 |
msgid "by Comment count"
|
392 |
msgstr "Nombre de commentaires"
|
393 |
|
394 |
-
#: gallery-plugin.php:
|
395 |
#, fuzzy
|
396 |
msgid "by Sorting order (the input field for sorting order)"
|
397 |
msgstr "Ordre de tri (le champ pour définir le critère de tri)"
|
398 |
|
399 |
-
#: gallery-plugin.php:
|
400 |
#, fuzzy
|
401 |
msgid "by Author"
|
402 |
msgstr "Auteur"
|
403 |
|
404 |
-
#: gallery-plugin.php:
|
405 |
msgid "The galleries sort order"
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: gallery-plugin.php:
|
409 |
msgid "Start slideshow"
|
410 |
msgstr "Démarrer le diaporama"
|
411 |
|
412 |
-
#: gallery-plugin.php:
|
413 |
msgid "Slideshow interval"
|
414 |
msgstr "Intervalle de transition pour le diaporama"
|
415 |
|
416 |
-
#: gallery-plugin.php:
|
417 |
msgid "(ms)"
|
418 |
msgstr ""
|
419 |
|
420 |
-
#: gallery-plugin.php:
|
421 |
msgid "Use single lightbox for multiple galleries on one page"
|
422 |
msgstr "Utiliser un seul diaporama pour plusieurs galeries sur une seule page"
|
423 |
|
424 |
-
#: gallery-plugin.php:
|
425 |
msgid "Display the Back link"
|
426 |
msgstr "Afficher le lien de retour"
|
427 |
|
428 |
-
#: gallery-plugin.php:
|
429 |
msgid "Display the Back link in the shortcode"
|
430 |
msgstr "Afficher le lien de retour dans le code court"
|
431 |
|
432 |
-
#: gallery-plugin.php:
|
433 |
msgid "The Back link text"
|
434 |
msgstr "Le texte pour le lien de retour"
|
435 |
|
436 |
-
#: gallery-plugin.php:
|
437 |
msgid "The Back link URL"
|
438 |
msgstr "L'URL pour le lien de retour"
|
439 |
|
440 |
-
#: gallery-plugin.php:
|
441 |
msgid "Gallery page (Page with Gallery Template)"
|
442 |
msgstr "Page de la galerie (Page avec le modèle de galerie)"
|
443 |
|
444 |
-
#: gallery-plugin.php:
|
445 |
msgid "(Full URL to custom page)"
|
446 |
msgstr "(URL complète pour la page spécifique)"
|
447 |
|
448 |
-
#: gallery-plugin.php:
|
449 |
msgid "The Read More link text"
|
450 |
msgstr "Texte pour le lien \"Read More\""
|
451 |
|
452 |
-
#: gallery-plugin.php:
|
453 |
msgid "Add gallery to the search"
|
454 |
msgstr "Ajouter les galeries à la recherche"
|
455 |
|
456 |
-
#: gallery-plugin.php:
|
457 |
msgid "Using"
|
458 |
msgstr "Utilisant"
|
459 |
|
460 |
-
#: gallery-plugin.php:
|
461 |
msgid "powered by"
|
462 |
msgstr "fournis par"
|
463 |
|
464 |
-
#: gallery-plugin.php:
|
465 |
msgid "Activate"
|
466 |
msgstr "Activer"
|
467 |
|
468 |
-
#: gallery-plugin.php:
|
469 |
msgid "Download"
|
470 |
msgstr "Télécharger"
|
471 |
|
472 |
-
#: gallery-plugin.php:
|
473 |
msgid "Rewrite templates after update"
|
474 |
msgstr "Modifier les modèles après la mise à jour"
|
475 |
|
476 |
-
#: gallery-plugin.php:
|
477 |
#, php-format
|
478 |
msgid ""
|
479 |
"Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
|
@@ -482,101 +487,101 @@ msgstr ""
|
|
482 |
"Décochez la case si vous avez modifié le fichier '%s' ou le fichier '%s' "
|
483 |
"dans le répertoire de votre thème et que vous souhaitez garder votre version"
|
484 |
|
485 |
-
#: gallery-plugin.php:
|
486 |
#, fuzzy
|
487 |
msgid "Under image"
|
488 |
msgstr "Mettre à jour les images"
|
489 |
|
490 |
-
#: gallery-plugin.php:
|
491 |
msgid "By mouse hover"
|
492 |
msgstr ""
|
493 |
|
494 |
-
#: gallery-plugin.php:
|
495 |
msgid "Use pagination for images"
|
496 |
msgstr "Utiliser la pagination pour les images"
|
497 |
|
498 |
-
#: gallery-plugin.php:
|
499 |
msgid "per page"
|
500 |
msgstr "par page"
|
501 |
|
502 |
-
#: gallery-plugin.php:
|
503 |
msgid "Lightbox background"
|
504 |
msgstr "Fond de la boite"
|
505 |
|
506 |
-
#: gallery-plugin.php:
|
507 |
msgid "Background transparency (from 0 to 1)"
|
508 |
msgstr "Transparence du fond (de 0 à 1)"
|
509 |
|
510 |
-
#: gallery-plugin.php:
|
511 |
msgid "Select a background color"
|
512 |
msgstr "Choisir une couleur pour le fond"
|
513 |
|
514 |
-
#: gallery-plugin.php:
|
515 |
msgid "The lightbox helper"
|
516 |
msgstr "L'aide de lightbox"
|
517 |
|
518 |
-
#: gallery-plugin.php:
|
519 |
msgid "Do not use"
|
520 |
msgstr "Ne pas utiliser"
|
521 |
|
522 |
-
#: gallery-plugin.php:
|
523 |
msgid "Button helper"
|
524 |
msgstr "Bouton pour l'assistant"
|
525 |
|
526 |
-
#: gallery-plugin.php:
|
527 |
msgid "Thumbnail helper"
|
528 |
msgstr "Assistant de la galerie"
|
529 |
|
530 |
-
#: gallery-plugin.php:
|
531 |
msgid "Display Like buttons in the lightbox"
|
532 |
msgstr "Afficher les boutons des réseaux sociaux dans la boite"
|
533 |
|
534 |
-
#: gallery-plugin.php:
|
535 |
msgid "FaceBook"
|
536 |
msgstr "FaceBook"
|
537 |
|
538 |
-
#: gallery-plugin.php:
|
539 |
msgid "Twitter"
|
540 |
msgstr "Twitter"
|
541 |
|
542 |
-
#: gallery-plugin.php:
|
543 |
msgid "Pinterest"
|
544 |
msgstr "Pinterest"
|
545 |
|
546 |
-
#: gallery-plugin.php:
|
547 |
msgid "Google +1"
|
548 |
msgstr "Google +1"
|
549 |
|
550 |
-
#: gallery-plugin.php:
|
551 |
msgid "Slug for gallery item"
|
552 |
msgstr "Racine pour les pages des galeries"
|
553 |
|
554 |
-
#: gallery-plugin.php:
|
555 |
msgid "for any structure of permalinks except the default structure"
|
556 |
msgstr "pour toute forme de permaliens à l'exception de la forme par défaut"
|
557 |
|
558 |
-
#: gallery-plugin.php:
|
559 |
msgid "Title for lightbox button"
|
560 |
msgstr "Titre pour le bouton lightbox"
|
561 |
|
562 |
-
#: gallery-plugin.php:
|
563 |
msgid ""
|
564 |
"Display all images in the lightbox instead of going into a single gallery"
|
565 |
msgstr ""
|
566 |
"Afficher toutes les images dans une 'lightbox' au lieu de d'une seule galerie"
|
567 |
|
568 |
-
#: gallery-plugin.php:
|
569 |
#, php-format
|
570 |
msgid "When using the gallery template or a shortcode with `%s` parameter"
|
571 |
msgstr ""
|
572 |
"Quand vous utilisez le modèle de galerie ou le code court avec le paramètre "
|
573 |
"'%s'"
|
574 |
|
575 |
-
#: gallery-plugin.php:
|
576 |
msgid "Save Changes"
|
577 |
msgstr "Enregistrer les modifications"
|
578 |
|
579 |
-
#: gallery-plugin.php:
|
580 |
#, fuzzy
|
581 |
msgid ""
|
582 |
"If you install the demo-data, will be created galleries with images, demo-"
|
@@ -588,31 +593,31 @@ msgstr ""
|
|
588 |
"modifiés, mais ces paramètres seront remis aux valeurs actuelles lors de la "
|
589 |
"suppression des données de démonstration."
|
590 |
|
591 |
-
#: gallery-plugin.php:
|
592 |
msgid "FAQ"
|
593 |
msgstr "FAQ"
|
594 |
|
595 |
-
#: gallery-plugin.php:
|
596 |
msgid "Support"
|
597 |
msgstr "Soutien"
|
598 |
|
599 |
-
#: gallery-plugin.php:
|
600 |
msgid "Updating images..."
|
601 |
msgstr "Mise à jour des images..."
|
602 |
|
603 |
-
#: gallery-plugin.php:
|
604 |
msgid "No image found."
|
605 |
msgstr "Pas d'image trouvée."
|
606 |
|
607 |
-
#: gallery-plugin.php:
|
608 |
msgid "All images are updated."
|
609 |
msgstr "Toutes les images ont été mises à jour."
|
610 |
|
611 |
-
#: gallery-plugin.php:
|
612 |
msgid "Error."
|
613 |
msgstr "Erreur."
|
614 |
|
615 |
-
#: gallery-plugin.php:
|
616 |
msgid ""
|
617 |
"You are about to delete these items from this gallery.\n"
|
618 |
" 'Cancel' to stop, 'OK' to delete."
|
@@ -620,7 +625,7 @@ msgstr ""
|
|
620 |
"Vous allez supprimer ces éléments de la galerie.\n"
|
621 |
"'Annuler' pour arrêter, 'Ok' pour supprimer"
|
622 |
|
623 |
-
#: gallery-plugin.php:
|
624 |
msgid ""
|
625 |
"Switching to another mode, all unsaved data will be lost. Save data before "
|
626 |
"switching?"
|
@@ -628,50 +633,50 @@ msgstr ""
|
|
628 |
"ou plus! Nous ne garantissons pas que notre extension fonctionne "
|
629 |
"correctement. Merci de mettre à jour votre version de WordPress."
|
630 |
|
631 |
-
#: gallery-plugin.php:
|
632 |
msgid "Insert Media"
|
633 |
msgstr "Insérer un média"
|
634 |
|
635 |
-
#: gallery-plugin.php:
|
636 |
msgid "Insert"
|
637 |
msgstr "Insérer"
|
638 |
|
639 |
-
#: gallery-plugin.php:
|
640 |
msgid "Learn more"
|
641 |
msgstr "En savoir plus"
|
642 |
|
643 |
-
#: gallery-plugin.php:
|
644 |
msgid "Install now"
|
645 |
msgstr "Installé maintenant"
|
646 |
|
647 |
-
#: gallery-plugin.php:
|
648 |
msgid "Add multiple gallery categories"
|
649 |
msgstr "Ajouter des catégories de galeries"
|
650 |
|
651 |
-
#: gallery-plugin.php:
|
652 |
msgid ""
|
653 |
"Install Gallery Categories plugin to add unlimited number of categories."
|
654 |
msgstr ""
|
655 |
"Installer l'extension 'Gallery Categories' pour ajouter un nombre infini de "
|
656 |
"catégories."
|
657 |
|
658 |
-
#: gallery-plugin.php:
|
659 |
msgid "Sorry, nothing found."
|
660 |
msgstr "Désolé, rien n'a été trouvé"
|
661 |
|
662 |
-
#: gallery-plugin.php:
|
663 |
msgid "Image"
|
664 |
msgstr "Image "
|
665 |
|
666 |
-
#: gallery-plugin.php:
|
667 |
msgid "Download high resolution image"
|
668 |
msgstr "Télécharger l'image en haute résolution"
|
669 |
|
670 |
-
#: gallery-plugin.php:
|
671 |
msgid "Image size not defined"
|
672 |
msgstr "Taille de l'image non définie"
|
673 |
|
674 |
-
#: gallery-plugin.php:
|
675 |
msgid ""
|
676 |
"We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
|
677 |
"manually reload image."
|
@@ -679,97 +684,97 @@ msgstr ""
|
|
679 |
"Il n'est possible de mettre à jour que les images de type PNG, JPEG, GIF, "
|
680 |
"WPMP or XBM. Pour les autres, merci de faire une mise à jour manuelle."
|
681 |
|
682 |
-
#: gallery-plugin.php:
|
683 |
msgid "Image size changes not defined"
|
684 |
msgstr "La modification de la taille n'est pas définie"
|
685 |
|
686 |
-
#: gallery-plugin.php:
|
687 |
msgid "Invalid path"
|
688 |
msgstr "Chemin invalide"
|
689 |
|
690 |
-
#: gallery-plugin.php:
|
691 |
msgid "Add images requires JavaScript."
|
692 |
msgstr "Ajouter des images nécessite Java-script."
|
693 |
|
694 |
-
#: gallery-plugin.php:
|
695 |
msgid "Add Media"
|
696 |
msgstr "Ajouter un média"
|
697 |
|
698 |
-
#: gallery-plugin.php:
|
699 |
msgid "The grid view for the Gallery images requires JavaScript."
|
700 |
msgstr ""
|
701 |
"La vue en mode grille pour les images des galeries nécessite Java-script."
|
702 |
|
703 |
-
#: gallery-plugin.php:
|
704 |
msgid "Switch to the list view"
|
705 |
msgstr "Basculer vers une vue en mode liste"
|
706 |
|
707 |
-
#: gallery-plugin.php:
|
708 |
msgid "List View"
|
709 |
msgstr "Vue en mode liste"
|
710 |
|
711 |
-
#: gallery-plugin.php:
|
712 |
msgid "Grid View"
|
713 |
msgstr "Vue en mode grille"
|
714 |
|
715 |
-
#: gallery-plugin.php:
|
716 |
msgid "Filter"
|
717 |
msgstr "Filtrer"
|
718 |
|
719 |
-
#: gallery-plugin.php:
|
720 |
msgid "Empty Trash"
|
721 |
msgstr "Vider la corbeille"
|
722 |
|
723 |
-
#: gallery-plugin.php:
|
724 |
msgid "No images found"
|
725 |
msgstr "Pas d'image trouvée"
|
726 |
|
727 |
-
#: gallery-plugin.php:
|
728 |
msgid "Select bulk action"
|
729 |
msgstr "Sélectionne l'action en masse"
|
730 |
|
731 |
-
#: gallery-plugin.php:
|
732 |
msgid "Bulk Actions"
|
733 |
msgstr "Actions en masse"
|
734 |
|
735 |
-
#: gallery-plugin.php:
|
736 |
msgid "Apply"
|
737 |
msgstr "Appliquer"
|
738 |
|
739 |
-
#: gallery-plugin.php:
|
740 |
msgid "Delete from Gallery"
|
741 |
msgstr "Supprimer de la galerie"
|
742 |
|
743 |
-
#: gallery-plugin.php:
|
744 |
msgid "Display link to the original file under each image in the lightbox"
|
745 |
msgstr ""
|
746 |
"Afficher un lien vers l'image d'origine sous chaque image dans la lightbox"
|
747 |
|
748 |
-
#: gallery-plugin.php:
|
749 |
msgid "Bulk Select"
|
750 |
msgstr "Sélection en masse"
|
751 |
|
752 |
-
#: gallery-plugin.php:
|
753 |
msgid "Cancel Selection"
|
754 |
msgstr "Annuler la sélection"
|
755 |
|
756 |
-
#: gallery-plugin.php:
|
757 |
msgid "Delete Selected"
|
758 |
msgstr "Supprimer la sélection"
|
759 |
|
760 |
-
#: gallery-plugin.php:
|
761 |
msgid "File"
|
762 |
msgstr "Fichier"
|
763 |
|
764 |
-
#: gallery-plugin.php:
|
765 |
msgid "Dimensions"
|
766 |
msgstr "Dimensions"
|
767 |
|
768 |
-
#: gallery-plugin.php:
|
769 |
msgid "Alt tag"
|
770 |
msgstr "Tag Alt"
|
771 |
|
772 |
-
#: gallery-plugin.php:
|
773 |
msgid ""
|
774 |
"The alt attribute specifies an alternate text for an image, if the image "
|
775 |
"cannot be displayed."
|
@@ -777,11 +782,11 @@ msgstr ""
|
|
777 |
"L'attribut 'alt' permet de définir un texte alternatif pour une image, quand "
|
778 |
"celle-ci ne peux pas être affichée."
|
779 |
|
780 |
-
#: gallery-plugin.php:
|
781 |
msgid "Custom URL"
|
782 |
msgstr "URL personnalisée"
|
783 |
|
784 |
-
#: gallery-plugin.php:
|
785 |
msgid ""
|
786 |
"By clicking on the thumbnail you'll go to the link (if the field is filled) "
|
787 |
"or the image will be opened in the lightbox (if the field isn't filled)"
|
@@ -790,98 +795,98 @@ msgstr ""
|
|
790 |
"rempli) ou bien l'image sera ouverte dans une 'lightbox' (si le champ est "
|
791 |
"vide)"
|
792 |
|
793 |
-
#: gallery-plugin.php:
|
794 |
msgid "Deselect"
|
795 |
msgstr "Désélectionner"
|
796 |
|
797 |
-
#: gallery-plugin.php:
|
798 |
msgid "File name"
|
799 |
msgstr "Nom du fichier"
|
800 |
|
801 |
-
#: gallery-plugin.php:
|
802 |
msgid "File type"
|
803 |
msgstr "Type de fichier"
|
804 |
|
805 |
-
#: gallery-plugin.php:
|
806 |
msgid "Edit Attachment Info"
|
807 |
msgstr "Modifier les informations du document"
|
808 |
|
809 |
-
#: gallery-plugin.php:
|
810 |
msgid "Edit Attachment"
|
811 |
msgstr "Modifier le document"
|
812 |
|
813 |
-
#: gallery-plugin.php:
|
814 |
msgid "Go Pro"
|
815 |
msgstr "Passer à la version PRO"
|
816 |
|
817 |
-
#: gallery-plugin.php:
|
818 |
msgid "Pro version"
|
819 |
msgstr "version PRO"
|
820 |
|
821 |
-
#: gallery-plugin.php:
|
822 |
msgid "This setting is available in Pro version"
|
823 |
msgstr "Ce paramètre est disponible dans la version Pro"
|
824 |
|
825 |
-
#: gallery-plugin.php:
|
826 |
msgid "Edit more details"
|
827 |
msgstr "Modifier plus de détails"
|
828 |
|
829 |
-
#: gallery-plugin.php:
|
830 |
#, php-format
|
831 |
msgid "Select %s"
|
832 |
msgstr "Sélectionner %s"
|
833 |
|
834 |
-
#: gallery-plugin.php:
|
835 |
#, php-format
|
836 |
msgid "Edit “%s”"
|
837 |
msgstr "Pré-visualiser “%s”"
|
838 |
|
839 |
-
#: gallery-plugin.php:
|
840 |
msgid "Edit"
|
841 |
msgstr "Modifier"
|
842 |
|
843 |
-
#: gallery-plugin.php:
|
844 |
msgid "Trash"
|
845 |
msgstr "Poubelle"
|
846 |
|
847 |
-
#: gallery-plugin.php:
|
848 |
msgid "Delete Permanently"
|
849 |
msgstr "Supprimer de manière définitive"
|
850 |
|
851 |
-
#: gallery-plugin.php:
|
852 |
#, php-format
|
853 |
msgid "View “%s”"
|
854 |
msgstr "Pré-visualiser “%s”"
|
855 |
|
856 |
-
#: gallery-plugin.php:
|
857 |
msgid "View"
|
858 |
msgstr "Voir"
|
859 |
|
860 |
-
#: gallery-plugin.php:
|
861 |
msgid "Attach"
|
862 |
msgstr "Attacher"
|
863 |
|
864 |
-
#: gallery-plugin.php:
|
865 |
msgid "Restore"
|
866 |
msgstr "Remettre"
|
867 |
|
868 |
-
#: gallery-plugin.php:
|
869 |
msgid "Warning"
|
870 |
msgstr "Avertissement"
|
871 |
|
872 |
-
#: gallery-plugin.php:
|
873 |
msgid "You can add only images to the gallery"
|
874 |
msgstr "Vous ne pouvez ajouter que des images dans la galerie"
|
875 |
|
876 |
-
#: gallery-plugin.php:
|
877 |
msgid "no title"
|
878 |
msgstr "Pas de titre"
|
879 |
|
880 |
-
#: gallery-plugin.php:
|
881 |
msgid "Sorry, no gallery found."
|
882 |
msgstr "Désolé, rien n'a été trouvé."
|
883 |
|
884 |
-
#: gallery-plugin.php:
|
885 |
msgid ""
|
886 |
"Display an album image with the description and the link to a single gallery "
|
887 |
"page"
|
@@ -1738,9 +1743,6 @@ msgstr "pour une vision des possibilités de "
|
|
1738 |
#~ msgid "Customize “%s”"
|
1739 |
#~ msgstr "Personnaliser “%s”"
|
1740 |
|
1741 |
-
#~ msgid "Customize"
|
1742 |
-
#~ msgstr "Personnaliser"
|
1743 |
-
|
1744 |
#~ msgid "Installed themes"
|
1745 |
#~ msgstr "Thèmes installés"
|
1746 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-04-04 15:35+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-04-04 15:35+0300\n"
|
7 |
"Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
8 |
"Language-Team: Didier, L Capronnier <lcapronnier@yahoo.com>\n"
|
9 |
"Language: fr_FR\n"
|
18 |
"X-Generator: Poedit 1.5.4\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
+
#: gallery-plugin.php:45 gallery-plugin.php:883 gallery-plugin.php:1268
|
22 |
+
#: gallery-plugin.php:1285
|
23 |
msgid "Settings"
|
24 |
msgstr "Paramètres"
|
25 |
|
31 |
msgid "Return to all albums"
|
32 |
msgstr "Revenir à tous les albums"
|
33 |
|
34 |
+
#: gallery-plugin.php:383
|
35 |
#, php-format
|
36 |
msgid ""
|
37 |
"The following files '%s' and '%s' were not found in the directory of your "
|
42 |
"de votre thème. Merci de les copier depuis le répertoire '%s' dans le "
|
43 |
"répertoire de votre thème pour le bon fonctionnement de l'extension Gallery"
|
44 |
|
45 |
+
#: gallery-plugin.php:394 gallery-plugin.php:403
|
46 |
msgid "Galleries"
|
47 |
msgstr "Galeries"
|
48 |
|
49 |
+
#: gallery-plugin.php:395 gallery-plugin.php:2616
|
50 |
msgid "Gallery"
|
51 |
msgstr "Galerie"
|
52 |
|
53 |
+
#: gallery-plugin.php:396
|
54 |
msgid "Add New Gallery"
|
55 |
msgstr "Ajouter une nouvelle galerie"
|
56 |
|
57 |
+
#: gallery-plugin.php:397
|
58 |
msgid "Edit Gallery"
|
59 |
msgstr "Modifier la galerie"
|
60 |
|
61 |
+
#: gallery-plugin.php:398
|
62 |
msgid "New Gallery"
|
63 |
msgstr "Nouvelle galerie"
|
64 |
|
65 |
+
#: gallery-plugin.php:399
|
66 |
msgid "View Gallery"
|
67 |
msgstr "Voir la galerie"
|
68 |
|
69 |
+
#: gallery-plugin.php:400
|
70 |
msgid "Search Galleries"
|
71 |
msgstr "Rechercher une galerie"
|
72 |
|
73 |
+
#: gallery-plugin.php:401
|
74 |
msgid "No Gallery found"
|
75 |
msgstr "Pas de galeries trouvées"
|
76 |
|
77 |
+
#: gallery-plugin.php:458
|
78 |
msgid "Gallery Shortcode"
|
79 |
msgstr "Code court de la galerie"
|
80 |
|
81 |
+
#: gallery-plugin.php:460 gallery-plugin.php:501 gallery-plugin.php:2599
|
82 |
msgid "Gallery Categories"
|
83 |
msgstr "Catégories de galeries"
|
84 |
|
85 |
+
#: gallery-plugin.php:470 gallery-plugin.php:902
|
86 |
#, php-format
|
87 |
msgid ""
|
88 |
"If you would like to add a Gallery to your page or post, please use %s button"
|
90 |
"Si vous voulez ajouter la galerie dans une page ou un article, utiliser le "
|
91 |
"bouton %s"
|
92 |
|
93 |
+
#: gallery-plugin.php:475
|
94 |
#, php-format
|
95 |
msgid ""
|
96 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
101 |
"le bouton %s dans la zone d'édition du contenu en mode visuel. Si le bouton "
|
102 |
"n'est pas visible, vous pouvez utiliser le code court ci-dessous"
|
103 |
|
104 |
+
#: gallery-plugin.php:481
|
105 |
msgid ""
|
106 |
"Add this shortcode to a page, post or widget to display a single gallery"
|
107 |
msgstr ""
|
108 |
"Ajouter ce code court à une page, un article ou un widget pour afficher une "
|
109 |
"seule galerie"
|
110 |
|
111 |
+
#: gallery-plugin.php:484
|
112 |
msgid ""
|
113 |
"Use this shortcode to display an album image with the description and the "
|
114 |
"link to a single gallery page"
|
116 |
"Utilisez ce code court pour afficher une image représentant l'album avec la "
|
117 |
"description et un lien vers une page contenant la galerie"
|
118 |
|
119 |
+
#: gallery-plugin.php:486
|
120 |
msgid "Short display"
|
121 |
msgstr "Affichage court"
|
122 |
|
123 |
+
#: gallery-plugin.php:502
|
124 |
msgid "Most Used"
|
125 |
msgstr "Les plus utiliser"
|
126 |
|
127 |
+
#: gallery-plugin.php:507 gallery-plugin.php:1166
|
128 |
msgid "Default"
|
129 |
msgstr "Défaut"
|
130 |
|
131 |
+
#: gallery-plugin.php:512
|
132 |
msgid "Add New Gallery Category"
|
133 |
msgstr "Ajouter une nouvelle catégorie de galerie"
|
134 |
|
135 |
+
#: gallery-plugin.php:517
|
136 |
msgid "Install plugin"
|
137 |
msgstr "Installer l'extension"
|
138 |
|
139 |
+
#: gallery-plugin.php:675 gallery-plugin.php:2191 gallery-plugin.php:2306
|
140 |
+
#: gallery-plugin.php:2393
|
141 |
msgid "Title"
|
142 |
msgstr "Titre"
|
143 |
|
144 |
+
#: gallery-plugin.php:676
|
145 |
msgid "Author"
|
146 |
msgstr "Auteur"
|
147 |
|
148 |
+
#: gallery-plugin.php:677
|
149 |
msgid "Shortcode"
|
150 |
msgstr "Code court"
|
151 |
|
152 |
+
#: gallery-plugin.php:678
|
153 |
msgid "Photos"
|
154 |
msgstr "Photos"
|
155 |
|
156 |
+
#: gallery-plugin.php:679
|
157 |
msgid "Date"
|
158 |
msgstr "Date"
|
159 |
|
160 |
+
#: gallery-plugin.php:852
|
161 |
msgid "Settings are saved"
|
162 |
msgstr "Paramètres enregistrés."
|
163 |
|
164 |
+
#: gallery-plugin.php:869
|
165 |
msgid "All plugin settings were restored."
|
166 |
msgstr ""
|
167 |
"Toutes les valeurs par défaut des paramètres de l'extension ont été remises."
|
168 |
|
169 |
+
#: gallery-plugin.php:881
|
170 |
msgid "Gallery Settings"
|
171 |
msgstr "Paramètres de la galerie"
|
172 |
|
173 |
+
#: gallery-plugin.php:884
|
174 |
+
#, fuzzy
|
175 |
+
msgid "Custom code"
|
176 |
+
msgstr "Personnaliser"
|
177 |
+
|
178 |
+
#: gallery-plugin.php:885
|
179 |
msgid "Go PRO"
|
180 |
msgstr "Choisir la version PRO"
|
181 |
|
182 |
+
#: gallery-plugin.php:895
|
183 |
msgid "Please enable JavaScript to use the option to renew images."
|
184 |
msgstr ""
|
185 |
"Merci d'activer JavaScript pour utiliser l'option de mise à jour des images."
|
186 |
|
187 |
+
#: gallery-plugin.php:907
|
188 |
#, php-format
|
189 |
msgid ""
|
190 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
196 |
"n'est pas visible, vous pouvez utiliser le code court %s où * représente "
|
197 |
"l'ID de la galerie"
|
198 |
|
199 |
+
#: gallery-plugin.php:917
|
200 |
msgid "Number of images in the row"
|
201 |
msgstr "Nombre d'images par ligne"
|
202 |
|
203 |
+
#: gallery-plugin.php:919
|
204 |
#, fuzzy
|
205 |
msgid ""
|
206 |
"The number of images per row can be less depending on the width of the "
|
207 |
"parent block"
|
208 |
msgstr "Nombre d'images par ligne"
|
209 |
|
210 |
+
#: gallery-plugin.php:923 gallery-plugin.php:949
|
211 |
msgid "Image size"
|
212 |
msgstr "Taille de l'image"
|
213 |
|
214 |
+
#: gallery-plugin.php:926
|
215 |
msgid ""
|
216 |
"WordPress will create a new thumbnail with the specified dimensions when you "
|
217 |
"upload a new photo."
|
219 |
"WordPress créera une copie de la miniature avec les dimensions spécifiées "
|
220 |
"quand vous envoyez une nouvelle photo."
|
221 |
|
222 |
+
#: gallery-plugin.php:928
|
223 |
#, fuzzy
|
224 |
msgid "For the album cover"
|
225 |
msgstr "Taille de la vignette de l'album"
|
226 |
|
227 |
+
#: gallery-plugin.php:929 gallery-plugin.php:933 gallery-plugin.php:954
|
228 |
msgid "width x height"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: gallery-plugin.php:929 gallery-plugin.php:933 gallery-plugin.php:954
|
232 |
msgid "in px"
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: gallery-plugin.php:932
|
236 |
#, fuzzy
|
237 |
msgid "For thumbnails"
|
238 |
msgstr "Taille de l'image pour la vignette"
|
239 |
|
240 |
+
#: gallery-plugin.php:936
|
241 |
msgid "Update images for gallery"
|
242 |
msgstr "Mettre à jour les images pour la galerie"
|
243 |
|
244 |
+
#: gallery-plugin.php:945 gallery-plugin.php:1144 gallery-plugin.php:1371
|
245 |
msgid "Close"
|
246 |
msgstr "Fermer"
|
247 |
|
248 |
+
#: gallery-plugin.php:952
|
249 |
#, fuzzy
|
250 |
msgid "For images in the lightbox"
|
251 |
msgstr "Taille de l'image pour le diaporama"
|
252 |
|
253 |
+
#: gallery-plugin.php:956
|
254 |
msgid "Display a full size image in the lightbox"
|
255 |
msgstr "Afficher une image en taille normale dans la boite"
|
256 |
|
257 |
+
#: gallery-plugin.php:961
|
258 |
msgid "Crop position"
|
259 |
msgstr "Point de base"
|
260 |
|
261 |
+
#: gallery-plugin.php:965 gallery-plugin.php:971
|
262 |
msgid "center"
|
263 |
msgstr "centré"
|
264 |
|
265 |
+
#: gallery-plugin.php:967
|
266 |
msgid "Horizontal"
|
267 |
msgstr "Horizontale"
|
268 |
|
269 |
+
#: gallery-plugin.php:973
|
270 |
msgid "Vertical"
|
271 |
msgstr "Verticale"
|
272 |
|
273 |
+
#: gallery-plugin.php:978
|
274 |
#, fuzzy
|
275 |
msgid "Single gallery view"
|
276 |
msgstr "Racine pour les pages des galeries"
|
277 |
|
278 |
+
#: gallery-plugin.php:981
|
279 |
#, fuzzy
|
280 |
msgid "Grid"
|
281 |
msgstr "Vue en mode grille"
|
282 |
|
283 |
+
#: gallery-plugin.php:982
|
284 |
msgid "Masonry"
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: gallery-plugin.php:988 gallery-plugin.php:1209
|
288 |
msgid ""
|
289 |
"If you upgrade to Pro version all your settings and galleries will be saved."
|
290 |
msgstr ""
|
291 |
"Si vous passez à la version Pro, tous ces paramètres seront enregistrés."
|
292 |
|
293 |
+
#: gallery-plugin.php:995 gallery-plugin.php:1216
|
294 |
msgid "Unlock premium options by upgrading to Pro version"
|
295 |
msgstr "Débloquer les options premium en migrant vers la version PRO."
|
296 |
|
297 |
+
#: gallery-plugin.php:999 gallery-plugin.php:1220
|
298 |
msgid "Start Your Trial"
|
299 |
msgstr "Débuter votre essai"
|
300 |
|
301 |
+
#: gallery-plugin.php:1000 gallery-plugin.php:1221 gallery-plugin.php:2601
|
302 |
msgid "or"
|
303 |
msgstr "ou"
|
304 |
|
305 |
+
#: gallery-plugin.php:1002 gallery-plugin.php:1223
|
306 |
msgid "Learn More"
|
307 |
msgstr "En savoir plus"
|
308 |
|
309 |
+
#: gallery-plugin.php:1010 gallery-plugin.php:1148
|
310 |
msgid "Display image text"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: gallery-plugin.php:1012
|
314 |
msgid "Turn off the checkbox, if you want to display text just in a lightbox"
|
315 |
msgstr ""
|
316 |
"Si vous voulez juste afficher du texte dans une boite, désactiver l'option"
|
317 |
|
318 |
+
#: gallery-plugin.php:1016
|
319 |
msgid "Images with border"
|
320 |
msgstr "Image avec bordure"
|
321 |
|
322 |
+
#: gallery-plugin.php:1020
|
323 |
msgid "Border width in px, just numbers"
|
324 |
msgstr "Taille de la bordure en pixel, juste le nombre"
|
325 |
|
326 |
+
#: gallery-plugin.php:1021
|
327 |
msgid "Select a border color"
|
328 |
msgstr "Choisir une couleur pour la bordure"
|
329 |
|
330 |
+
#: gallery-plugin.php:1026
|
331 |
msgid "Sort images"
|
332 |
msgstr "Trier les images"
|
333 |
|
334 |
+
#: gallery-plugin.php:1029
|
335 |
#, fuzzy
|
336 |
msgid "by Attachment ID"
|
337 |
msgstr "ID du fichier"
|
338 |
|
339 |
+
#: gallery-plugin.php:1030
|
340 |
#, fuzzy
|
341 |
msgid "by Image Name"
|
342 |
msgstr "Nom de l'image "
|
343 |
|
344 |
+
#: gallery-plugin.php:1031 gallery-plugin.php:1052
|
345 |
#, fuzzy
|
346 |
msgid "by Date"
|
347 |
msgstr "Date"
|
348 |
|
349 |
+
#: gallery-plugin.php:1032
|
350 |
#, fuzzy
|
351 |
msgid "by Sorting order in the Gallery"
|
352 |
msgstr "Ordre de tri dans la galerie"
|
353 |
|
354 |
+
#: gallery-plugin.php:1033 gallery-plugin.php:1057
|
355 |
msgid "Random"
|
356 |
msgstr "Aléatoire"
|
357 |
|
358 |
+
#: gallery-plugin.php:1038
|
359 |
#, fuzzy
|
360 |
msgid "The images sort order"
|
361 |
msgstr "Image avec bordure"
|
362 |
|
363 |
+
#: gallery-plugin.php:1041 gallery-plugin.php:1065
|
364 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
365 |
msgstr ""
|
366 |
"ASC (ordre ascendant de la plus petite à la plus grande valeur - 1, 2, 3; a, "
|
367 |
"b, c)"
|
368 |
|
369 |
+
#: gallery-plugin.php:1042 gallery-plugin.php:1066
|
370 |
msgid ""
|
371 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
372 |
msgstr ""
|
373 |
"DESC (ordre descendant de la plus grade à la plus petite - 3, 2, 1; c, b, a)"
|
374 |
|
375 |
+
#: gallery-plugin.php:1047
|
376 |
msgid "Sort galleries"
|
377 |
msgstr "Trier les galeries"
|
378 |
|
379 |
+
#: gallery-plugin.php:1050
|
380 |
#, fuzzy
|
381 |
msgid "by Gallery ID"
|
382 |
msgstr "Galerie ID"
|
383 |
|
384 |
+
#: gallery-plugin.php:1051
|
385 |
#, fuzzy
|
386 |
msgid "by Title"
|
387 |
msgstr "Titre"
|
388 |
|
389 |
+
#: gallery-plugin.php:1053
|
390 |
#, fuzzy
|
391 |
msgid "by Last modified date"
|
392 |
msgstr "Date de dernière modification"
|
393 |
|
394 |
+
#: gallery-plugin.php:1054
|
395 |
#, fuzzy
|
396 |
msgid "by Comment count"
|
397 |
msgstr "Nombre de commentaires"
|
398 |
|
399 |
+
#: gallery-plugin.php:1055
|
400 |
#, fuzzy
|
401 |
msgid "by Sorting order (the input field for sorting order)"
|
402 |
msgstr "Ordre de tri (le champ pour définir le critère de tri)"
|
403 |
|
404 |
+
#: gallery-plugin.php:1056
|
405 |
#, fuzzy
|
406 |
msgid "by Author"
|
407 |
msgstr "Auteur"
|
408 |
|
409 |
+
#: gallery-plugin.php:1062
|
410 |
msgid "The galleries sort order"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: gallery-plugin.php:1071
|
414 |
msgid "Start slideshow"
|
415 |
msgstr "Démarrer le diaporama"
|
416 |
|
417 |
+
#: gallery-plugin.php:1074
|
418 |
msgid "Slideshow interval"
|
419 |
msgstr "Intervalle de transition pour le diaporama"
|
420 |
|
421 |
+
#: gallery-plugin.php:1074
|
422 |
msgid "(ms)"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: gallery-plugin.php:1078
|
426 |
msgid "Use single lightbox for multiple galleries on one page"
|
427 |
msgstr "Utiliser un seul diaporama pour plusieurs galeries sur une seule page"
|
428 |
|
429 |
+
#: gallery-plugin.php:1084
|
430 |
msgid "Display the Back link"
|
431 |
msgstr "Afficher le lien de retour"
|
432 |
|
433 |
+
#: gallery-plugin.php:1090
|
434 |
msgid "Display the Back link in the shortcode"
|
435 |
msgstr "Afficher le lien de retour dans le code court"
|
436 |
|
437 |
+
#: gallery-plugin.php:1096
|
438 |
msgid "The Back link text"
|
439 |
msgstr "Le texte pour le lien de retour"
|
440 |
|
441 |
+
#: gallery-plugin.php:1102
|
442 |
msgid "The Back link URL"
|
443 |
msgstr "L'URL pour le lien de retour"
|
444 |
|
445 |
+
#: gallery-plugin.php:1105
|
446 |
msgid "Gallery page (Page with Gallery Template)"
|
447 |
msgstr "Page de la galerie (Page avec le modèle de galerie)"
|
448 |
|
449 |
+
#: gallery-plugin.php:1107
|
450 |
msgid "(Full URL to custom page)"
|
451 |
msgstr "(URL complète pour la page spécifique)"
|
452 |
|
453 |
+
#: gallery-plugin.php:1112
|
454 |
msgid "The Read More link text"
|
455 |
msgstr "Texte pour le lien \"Read More\""
|
456 |
|
457 |
+
#: gallery-plugin.php:1118
|
458 |
msgid "Add gallery to the search"
|
459 |
msgstr "Ajouter les galeries à la recherche"
|
460 |
|
461 |
+
#: gallery-plugin.php:1123 gallery-plugin.php:1126 gallery-plugin.php:1130
|
462 |
msgid "Using"
|
463 |
msgstr "Utilisant"
|
464 |
|
465 |
+
#: gallery-plugin.php:1123 gallery-plugin.php:1126 gallery-plugin.php:1130
|
466 |
msgid "powered by"
|
467 |
msgstr "fournis par"
|
468 |
|
469 |
+
#: gallery-plugin.php:1126 gallery-plugin.php:1346
|
470 |
msgid "Activate"
|
471 |
msgstr "Activer"
|
472 |
|
473 |
+
#: gallery-plugin.php:1130
|
474 |
msgid "Download"
|
475 |
msgstr "Télécharger"
|
476 |
|
477 |
+
#: gallery-plugin.php:1135
|
478 |
msgid "Rewrite templates after update"
|
479 |
msgstr "Modifier les modèles après la mise à jour"
|
480 |
|
481 |
+
#: gallery-plugin.php:1137
|
482 |
#, php-format
|
483 |
msgid ""
|
484 |
"Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
|
487 |
"Décochez la case si vous avez modifié le fichier '%s' ou le fichier '%s' "
|
488 |
"dans le répertoire de votre thème et que vous souhaitez garder votre version"
|
489 |
|
490 |
+
#: gallery-plugin.php:1151
|
491 |
#, fuzzy
|
492 |
msgid "Under image"
|
493 |
msgstr "Mettre à jour les images"
|
494 |
|
495 |
+
#: gallery-plugin.php:1152
|
496 |
msgid "By mouse hover"
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: gallery-plugin.php:1157
|
500 |
msgid "Use pagination for images"
|
501 |
msgstr "Utiliser la pagination pour les images"
|
502 |
|
503 |
+
#: gallery-plugin.php:1160
|
504 |
msgid "per page"
|
505 |
msgstr "par page"
|
506 |
|
507 |
+
#: gallery-plugin.php:1164
|
508 |
msgid "Lightbox background"
|
509 |
msgstr "Fond de la boite"
|
510 |
|
511 |
+
#: gallery-plugin.php:1167
|
512 |
msgid "Background transparency (from 0 to 1)"
|
513 |
msgstr "Transparence du fond (de 0 à 1)"
|
514 |
|
515 |
+
#: gallery-plugin.php:1168
|
516 |
msgid "Select a background color"
|
517 |
msgstr "Choisir une couleur pour le fond"
|
518 |
|
519 |
+
#: gallery-plugin.php:1172
|
520 |
msgid "The lightbox helper"
|
521 |
msgstr "L'aide de lightbox"
|
522 |
|
523 |
+
#: gallery-plugin.php:1174
|
524 |
msgid "Do not use"
|
525 |
msgstr "Ne pas utiliser"
|
526 |
|
527 |
+
#: gallery-plugin.php:1175
|
528 |
msgid "Button helper"
|
529 |
msgstr "Bouton pour l'assistant"
|
530 |
|
531 |
+
#: gallery-plugin.php:1176
|
532 |
msgid "Thumbnail helper"
|
533 |
msgstr "Assistant de la galerie"
|
534 |
|
535 |
+
#: gallery-plugin.php:1180
|
536 |
msgid "Display Like buttons in the lightbox"
|
537 |
msgstr "Afficher les boutons des réseaux sociaux dans la boite"
|
538 |
|
539 |
+
#: gallery-plugin.php:1182
|
540 |
msgid "FaceBook"
|
541 |
msgstr "FaceBook"
|
542 |
|
543 |
+
#: gallery-plugin.php:1183
|
544 |
msgid "Twitter"
|
545 |
msgstr "Twitter"
|
546 |
|
547 |
+
#: gallery-plugin.php:1184
|
548 |
msgid "Pinterest"
|
549 |
msgstr "Pinterest"
|
550 |
|
551 |
+
#: gallery-plugin.php:1185
|
552 |
msgid "Google +1"
|
553 |
msgstr "Google +1"
|
554 |
|
555 |
+
#: gallery-plugin.php:1189
|
556 |
msgid "Slug for gallery item"
|
557 |
msgstr "Racine pour les pages des galeries"
|
558 |
|
559 |
+
#: gallery-plugin.php:1191
|
560 |
msgid "for any structure of permalinks except the default structure"
|
561 |
msgstr "pour toute forme de permaliens à l'exception de la forme par défaut"
|
562 |
|
563 |
+
#: gallery-plugin.php:1195
|
564 |
msgid "Title for lightbox button"
|
565 |
msgstr "Titre pour le bouton lightbox"
|
566 |
|
567 |
+
#: gallery-plugin.php:1201
|
568 |
msgid ""
|
569 |
"Display all images in the lightbox instead of going into a single gallery"
|
570 |
msgstr ""
|
571 |
"Afficher toutes les images dans une 'lightbox' au lieu de d'une seule galerie"
|
572 |
|
573 |
+
#: gallery-plugin.php:1204
|
574 |
#, php-format
|
575 |
msgid "When using the gallery template or a shortcode with `%s` parameter"
|
576 |
msgstr ""
|
577 |
"Quand vous utilisez le modèle de galerie ou le code court avec le paramètre "
|
578 |
"'%s'"
|
579 |
|
580 |
+
#: gallery-plugin.php:1230
|
581 |
msgid "Save Changes"
|
582 |
msgstr "Enregistrer les modifications"
|
583 |
|
584 |
+
#: gallery-plugin.php:1235
|
585 |
#, fuzzy
|
586 |
msgid ""
|
587 |
"If you install the demo-data, will be created galleries with images, demo-"
|
593 |
"modifiés, mais ces paramètres seront remis aux valeurs actuelles lors de la "
|
594 |
"suppression des données de démonstration."
|
595 |
|
596 |
+
#: gallery-plugin.php:1269
|
597 |
msgid "FAQ"
|
598 |
msgstr "FAQ"
|
599 |
|
600 |
+
#: gallery-plugin.php:1270
|
601 |
msgid "Support"
|
602 |
msgstr "Soutien"
|
603 |
|
604 |
+
#: gallery-plugin.php:1309
|
605 |
msgid "Updating images..."
|
606 |
msgstr "Mise à jour des images..."
|
607 |
|
608 |
+
#: gallery-plugin.php:1310
|
609 |
msgid "No image found."
|
610 |
msgstr "Pas d'image trouvée."
|
611 |
|
612 |
+
#: gallery-plugin.php:1311
|
613 |
msgid "All images are updated."
|
614 |
msgstr "Toutes les images ont été mises à jour."
|
615 |
|
616 |
+
#: gallery-plugin.php:1312
|
617 |
msgid "Error."
|
618 |
msgstr "Erreur."
|
619 |
|
620 |
+
#: gallery-plugin.php:1326
|
621 |
msgid ""
|
622 |
"You are about to delete these items from this gallery.\n"
|
623 |
" 'Cancel' to stop, 'OK' to delete."
|
625 |
"Vous allez supprimer ces éléments de la galerie.\n"
|
626 |
"'Annuler' pour arrêter, 'Ok' pour supprimer"
|
627 |
|
628 |
+
#: gallery-plugin.php:1327
|
629 |
msgid ""
|
630 |
"Switching to another mode, all unsaved data will be lost. Save data before "
|
631 |
"switching?"
|
633 |
"ou plus! Nous ne garantissons pas que notre extension fonctionne "
|
634 |
"correctement. Merci de mettre à jour votre version de WordPress."
|
635 |
|
636 |
+
#: gallery-plugin.php:1328
|
637 |
msgid "Insert Media"
|
638 |
msgstr "Insérer un média"
|
639 |
|
640 |
+
#: gallery-plugin.php:1329
|
641 |
msgid "Insert"
|
642 |
msgstr "Insérer"
|
643 |
|
644 |
+
#: gallery-plugin.php:1341
|
645 |
msgid "Learn more"
|
646 |
msgstr "En savoir plus"
|
647 |
|
648 |
+
#: gallery-plugin.php:1353
|
649 |
msgid "Install now"
|
650 |
msgstr "Installé maintenant"
|
651 |
|
652 |
+
#: gallery-plugin.php:1362
|
653 |
msgid "Add multiple gallery categories"
|
654 |
msgstr "Ajouter des catégories de galeries"
|
655 |
|
656 |
+
#: gallery-plugin.php:1362
|
657 |
msgid ""
|
658 |
"Install Gallery Categories plugin to add unlimited number of categories."
|
659 |
msgstr ""
|
660 |
"Installer l'extension 'Gallery Categories' pour ajouter un nombre infini de "
|
661 |
"catégories."
|
662 |
|
663 |
+
#: gallery-plugin.php:1649 template/gallery-single-template.php:103
|
664 |
msgid "Sorry, nothing found."
|
665 |
msgstr "Désolé, rien n'a été trouvé"
|
666 |
|
667 |
+
#: gallery-plugin.php:1662 template/gallery-single-template.php:124
|
668 |
msgid "Image"
|
669 |
msgstr "Image "
|
670 |
|
671 |
+
#: gallery-plugin.php:1662 template/gallery-single-template.php:19
|
672 |
msgid "Download high resolution image"
|
673 |
msgstr "Télécharger l'image en haute résolution"
|
674 |
|
675 |
+
#: gallery-plugin.php:1793
|
676 |
msgid "Image size not defined"
|
677 |
msgstr "Taille de l'image non définie"
|
678 |
|
679 |
+
#: gallery-plugin.php:1808
|
680 |
msgid ""
|
681 |
"We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
|
682 |
"manually reload image."
|
684 |
"Il n'est possible de mettre à jour que les images de type PNG, JPEG, GIF, "
|
685 |
"WPMP or XBM. Pour les autres, merci de faire une mise à jour manuelle."
|
686 |
|
687 |
+
#: gallery-plugin.php:1819
|
688 |
msgid "Image size changes not defined"
|
689 |
msgstr "La modification de la taille n'est pas définie"
|
690 |
|
691 |
+
#: gallery-plugin.php:1848 gallery-plugin.php:1851 gallery-plugin.php:1856
|
692 |
msgid "Invalid path"
|
693 |
msgstr "Chemin invalide"
|
694 |
|
695 |
+
#: gallery-plugin.php:1959
|
696 |
msgid "Add images requires JavaScript."
|
697 |
msgstr "Ajouter des images nécessite Java-script."
|
698 |
|
699 |
+
#: gallery-plugin.php:1962
|
700 |
msgid "Add Media"
|
701 |
msgstr "Ajouter un média"
|
702 |
|
703 |
+
#: gallery-plugin.php:1972
|
704 |
msgid "The grid view for the Gallery images requires JavaScript."
|
705 |
msgstr ""
|
706 |
"La vue en mode grille pour les images des galeries nécessite Java-script."
|
707 |
|
708 |
+
#: gallery-plugin.php:1972
|
709 |
msgid "Switch to the list view"
|
710 |
msgstr "Basculer vers une vue en mode liste"
|
711 |
|
712 |
+
#: gallery-plugin.php:1999
|
713 |
msgid "List View"
|
714 |
msgstr "Vue en mode liste"
|
715 |
|
716 |
+
#: gallery-plugin.php:2000
|
717 |
msgid "Grid View"
|
718 |
msgstr "Vue en mode grille"
|
719 |
|
720 |
+
#: gallery-plugin.php:2055
|
721 |
msgid "Filter"
|
722 |
msgstr "Filtrer"
|
723 |
|
724 |
+
#: gallery-plugin.php:2059
|
725 |
msgid "Empty Trash"
|
726 |
msgstr "Vider la corbeille"
|
727 |
|
728 |
+
#: gallery-plugin.php:2080
|
729 |
msgid "No images found"
|
730 |
msgstr "Pas d'image trouvée"
|
731 |
|
732 |
+
#: gallery-plugin.php:2132
|
733 |
msgid "Select bulk action"
|
734 |
msgstr "Sélectionne l'action en masse"
|
735 |
|
736 |
+
#: gallery-plugin.php:2134
|
737 |
msgid "Bulk Actions"
|
738 |
msgstr "Actions en masse"
|
739 |
|
740 |
+
#: gallery-plugin.php:2144
|
741 |
msgid "Apply"
|
742 |
msgstr "Appliquer"
|
743 |
|
744 |
+
#: gallery-plugin.php:2151 gallery-plugin.php:2330
|
745 |
msgid "Delete from Gallery"
|
746 |
msgstr "Supprimer de la galerie"
|
747 |
|
748 |
+
#: gallery-plugin.php:2164 gallery-plugin.php:2178
|
749 |
msgid "Display link to the original file under each image in the lightbox"
|
750 |
msgstr ""
|
751 |
"Afficher un lien vers l'image d'origine sous chaque image dans la lightbox"
|
752 |
|
753 |
+
#: gallery-plugin.php:2173
|
754 |
msgid "Bulk Select"
|
755 |
msgstr "Sélection en masse"
|
756 |
|
757 |
+
#: gallery-plugin.php:2175
|
758 |
msgid "Cancel Selection"
|
759 |
msgstr "Annuler la sélection"
|
760 |
|
761 |
+
#: gallery-plugin.php:2176
|
762 |
msgid "Delete Selected"
|
763 |
msgstr "Supprimer la sélection"
|
764 |
|
765 |
+
#: gallery-plugin.php:2189
|
766 |
msgid "File"
|
767 |
msgstr "Fichier"
|
768 |
|
769 |
+
#: gallery-plugin.php:2190 gallery-plugin.php:2279 gallery-plugin.php:2388
|
770 |
msgid "Dimensions"
|
771 |
msgstr "Dimensions"
|
772 |
|
773 |
+
#: gallery-plugin.php:2192 gallery-plugin.php:2312 gallery-plugin.php:2398
|
774 |
msgid "Alt tag"
|
775 |
msgstr "Tag Alt"
|
776 |
|
777 |
+
#: gallery-plugin.php:2192 gallery-plugin.php:2314
|
778 |
msgid ""
|
779 |
"The alt attribute specifies an alternate text for an image, if the image "
|
780 |
"cannot be displayed."
|
782 |
"L'attribut 'alt' permet de définir un texte alternatif pour une image, quand "
|
783 |
"celle-ci ne peux pas être affichée."
|
784 |
|
785 |
+
#: gallery-plugin.php:2193 gallery-plugin.php:2320 gallery-plugin.php:2403
|
786 |
msgid "Custom URL"
|
787 |
msgstr "URL personnalisée"
|
788 |
|
789 |
+
#: gallery-plugin.php:2193 gallery-plugin.php:2322
|
790 |
msgid ""
|
791 |
"By clicking on the thumbnail you'll go to the link (if the field is filled) "
|
792 |
"or the image will be opened in the lightbox (if the field isn't filled)"
|
795 |
"rempli) ou bien l'image sera ouverte dans une 'lightbox' (si le champ est "
|
796 |
"vide)"
|
797 |
|
798 |
+
#: gallery-plugin.php:2271
|
799 |
msgid "Deselect"
|
800 |
msgstr "Désélectionner"
|
801 |
|
802 |
+
#: gallery-plugin.php:2277
|
803 |
msgid "File name"
|
804 |
msgstr "Nom du fichier"
|
805 |
|
806 |
+
#: gallery-plugin.php:2278
|
807 |
msgid "File type"
|
808 |
msgstr "Type de fichier"
|
809 |
|
810 |
+
#: gallery-plugin.php:2282 gallery-plugin.php:2384
|
811 |
msgid "Edit Attachment Info"
|
812 |
msgstr "Modifier les informations du document"
|
813 |
|
814 |
+
#: gallery-plugin.php:2282
|
815 |
msgid "Edit Attachment"
|
816 |
msgstr "Modifier le document"
|
817 |
|
818 |
+
#: gallery-plugin.php:2292
|
819 |
msgid "Go Pro"
|
820 |
msgstr "Passer à la version PRO"
|
821 |
|
822 |
+
#: gallery-plugin.php:2292
|
823 |
msgid "Pro version"
|
824 |
msgstr "version PRO"
|
825 |
|
826 |
+
#: gallery-plugin.php:2295
|
827 |
msgid "This setting is available in Pro version"
|
828 |
msgstr "Ce paramètre est disponible dans la version Pro"
|
829 |
|
830 |
+
#: gallery-plugin.php:2328
|
831 |
msgid "Edit more details"
|
832 |
msgstr "Modifier plus de détails"
|
833 |
|
834 |
+
#: gallery-plugin.php:2363
|
835 |
#, php-format
|
836 |
msgid "Select %s"
|
837 |
msgstr "Sélectionner %s"
|
838 |
|
839 |
+
#: gallery-plugin.php:2376
|
840 |
#, php-format
|
841 |
msgid "Edit “%s”"
|
842 |
msgstr "Pré-visualiser “%s”"
|
843 |
|
844 |
+
#: gallery-plugin.php:2421 gallery-plugin.php:2434
|
845 |
msgid "Edit"
|
846 |
msgstr "Modifier"
|
847 |
|
848 |
+
#: gallery-plugin.php:2424 gallery-plugin.php:2439
|
849 |
msgid "Trash"
|
850 |
msgstr "Poubelle"
|
851 |
|
852 |
+
#: gallery-plugin.php:2427 gallery-plugin.php:2442
|
853 |
msgid "Delete Permanently"
|
854 |
msgstr "Supprimer de manière définitive"
|
855 |
|
856 |
+
#: gallery-plugin.php:2429 gallery-plugin.php:2447
|
857 |
#, php-format
|
858 |
msgid "View “%s”"
|
859 |
msgstr "Pré-visualiser “%s”"
|
860 |
|
861 |
+
#: gallery-plugin.php:2429 gallery-plugin.php:2447
|
862 |
msgid "View"
|
863 |
msgstr "Voir"
|
864 |
|
865 |
+
#: gallery-plugin.php:2431
|
866 |
msgid "Attach"
|
867 |
msgstr "Attacher"
|
868 |
|
869 |
+
#: gallery-plugin.php:2437
|
870 |
msgid "Restore"
|
871 |
msgstr "Remettre"
|
872 |
|
873 |
+
#: gallery-plugin.php:2568
|
874 |
msgid "Warning"
|
875 |
msgstr "Avertissement"
|
876 |
|
877 |
+
#: gallery-plugin.php:2568
|
878 |
msgid "You can add only images to the gallery"
|
879 |
msgstr "Vous ne pouvez ajouter que des images dans la galerie"
|
880 |
|
881 |
+
#: gallery-plugin.php:2610
|
882 |
msgid "no title"
|
883 |
msgstr "Pas de titre"
|
884 |
|
885 |
+
#: gallery-plugin.php:2618
|
886 |
msgid "Sorry, no gallery found."
|
887 |
msgstr "Désolé, rien n'a été trouvé."
|
888 |
|
889 |
+
#: gallery-plugin.php:2624
|
890 |
msgid ""
|
891 |
"Display an album image with the description and the link to a single gallery "
|
892 |
"page"
|
1743 |
#~ msgid "Customize “%s”"
|
1744 |
#~ msgstr "Personnaliser “%s”"
|
1745 |
|
|
|
|
|
|
|
1746 |
#~ msgid "Installed themes"
|
1747 |
#~ msgstr "Thèmes installés"
|
1748 |
|
languages/gallery-plugin-nl_NL.mo
CHANGED
Binary file
|
languages/gallery-plugin-nl_NL.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
-
"PO-Revision-Date: 2016-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: J Goessens <j.goessens@gmail.com>\n"
|
9 |
"Language: nl_NL\n"
|
@@ -17,8 +17,8 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: gallery-plugin.php:45 gallery-plugin.php:
|
21 |
-
#: gallery-plugin.php:
|
22 |
msgid "Settings"
|
23 |
msgstr "Instellingen"
|
24 |
|
@@ -30,7 +30,7 @@ msgstr "Foto's bekijken »"
|
|
30 |
msgid "Return to all albums"
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: gallery-plugin.php:
|
34 |
#, fuzzy, php-format
|
35 |
msgid ""
|
36 |
"The following files '%s' and '%s' were not found in the directory of your "
|
@@ -42,49 +42,49 @@ msgstr ""
|
|
42 |
"werking van deze plugin, dienen ze vanuit `/wp-content/plugins/gallery-"
|
43 |
"plugin/template/` naar de actieve 'theme' map te worden gekopieerd. "
|
44 |
|
45 |
-
#: gallery-plugin.php:
|
46 |
msgid "Galleries"
|
47 |
msgstr "Galerijen"
|
48 |
|
49 |
-
#: gallery-plugin.php:
|
50 |
msgid "Gallery"
|
51 |
msgstr "Galerij"
|
52 |
|
53 |
-
#: gallery-plugin.php:
|
54 |
msgid "Add New Gallery"
|
55 |
msgstr "Nieuwe Galerij toevoegen"
|
56 |
|
57 |
-
#: gallery-plugin.php:
|
58 |
msgid "Edit Gallery"
|
59 |
msgstr "Galerij bewerken"
|
60 |
|
61 |
-
#: gallery-plugin.php:
|
62 |
msgid "New Gallery"
|
63 |
msgstr "Nieuwe Galerij"
|
64 |
|
65 |
-
#: gallery-plugin.php:
|
66 |
msgid "View Gallery"
|
67 |
msgstr "Galerij bekijken"
|
68 |
|
69 |
-
#: gallery-plugin.php:
|
70 |
#, fuzzy
|
71 |
msgid "Search Galleries"
|
72 |
msgstr "Galerijen"
|
73 |
|
74 |
-
#: gallery-plugin.php:
|
75 |
msgid "No Gallery found"
|
76 |
msgstr "Geen Galerij gevonden"
|
77 |
|
78 |
-
#: gallery-plugin.php:
|
79 |
msgid "Gallery Shortcode"
|
80 |
msgstr "Galerij Shortcode"
|
81 |
|
82 |
-
#: gallery-plugin.php:
|
83 |
#, fuzzy
|
84 |
msgid "Gallery Categories"
|
85 |
msgstr "Afmeting galerij foto"
|
86 |
|
87 |
-
#: gallery-plugin.php:
|
88 |
#, fuzzy, php-format
|
89 |
msgid ""
|
90 |
"If you would like to add a Gallery to your page or post, please use %s button"
|
@@ -92,7 +92,7 @@ msgstr ""
|
|
92 |
"Als je een enkele galerij wilt toevoegen aan je pagina, of bericht, kopieer "
|
93 |
"& plak dan de volgende shortcode in je bericht, of pagina:"
|
94 |
|
95 |
-
#: gallery-plugin.php:
|
96 |
#, php-format
|
97 |
msgid ""
|
98 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
@@ -100,12 +100,12 @@ msgid ""
|
|
100 |
"please use the shortcode below"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: gallery-plugin.php:
|
104 |
msgid ""
|
105 |
"Add this shortcode to a page, post or widget to display a single gallery"
|
106 |
msgstr ""
|
107 |
|
108 |
-
#: gallery-plugin.php:
|
109 |
#, fuzzy
|
110 |
msgid ""
|
111 |
"Use this shortcode to display an album image with the description and the "
|
@@ -114,75 +114,79 @@ msgstr ""
|
|
114 |
"Als je een korte omschrijving, met een voorbeeld & link naar de galerij "
|
115 |
"pagina, wilt weergeven "
|
116 |
|
117 |
-
#: gallery-plugin.php:
|
118 |
msgid "Short display"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: gallery-plugin.php:
|
122 |
msgid "Most Used"
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: gallery-plugin.php:
|
126 |
msgid "Default"
|
127 |
msgstr "Standaard"
|
128 |
|
129 |
-
#: gallery-plugin.php:
|
130 |
#, fuzzy
|
131 |
msgid "Add New Gallery Category"
|
132 |
msgstr "Nieuwe Galerij toevoegen"
|
133 |
|
134 |
-
#: gallery-plugin.php:
|
135 |
#, fuzzy
|
136 |
msgid "Install plugin"
|
137 |
msgstr "Встановлених модулів"
|
138 |
|
139 |
-
#: gallery-plugin.php:
|
140 |
-
#: gallery-plugin.php:
|
141 |
msgid "Title"
|
142 |
msgstr "Titel"
|
143 |
|
144 |
-
#: gallery-plugin.php:
|
145 |
msgid "Author"
|
146 |
msgstr "Autheur"
|
147 |
|
148 |
-
#: gallery-plugin.php:
|
149 |
#, fuzzy
|
150 |
msgid "Shortcode"
|
151 |
msgstr "Galerij Shortcode"
|
152 |
|
153 |
-
#: gallery-plugin.php:
|
154 |
#, fuzzy
|
155 |
msgid "Photos"
|
156 |
msgstr "Foto"
|
157 |
|
158 |
-
#: gallery-plugin.php:
|
159 |
msgid "Date"
|
160 |
msgstr "Datum"
|
161 |
|
162 |
-
#: gallery-plugin.php:
|
163 |
msgid "Settings are saved"
|
164 |
msgstr "Instellingen opgeslagen"
|
165 |
|
166 |
-
#: gallery-plugin.php:
|
167 |
#, fuzzy
|
168 |
msgid "All plugin settings were restored."
|
169 |
msgstr "op de plugin instellingen pagina ("
|
170 |
|
171 |
-
#: gallery-plugin.php:
|
172 |
msgid "Gallery Settings"
|
173 |
msgstr "Galerij Instellingen"
|
174 |
|
175 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
176 |
msgid "Go PRO"
|
177 |
msgstr "Ga PRO"
|
178 |
|
179 |
-
#: gallery-plugin.php:
|
180 |
msgid "Please enable JavaScript to use the option to renew images."
|
181 |
msgstr ""
|
182 |
" Javascript dient geactiveerd te zijn, om gebruik te maken van de optie om "
|
183 |
"foto's te vernieuwen."
|
184 |
|
185 |
-
#: gallery-plugin.php:
|
186 |
#, php-format
|
187 |
msgid ""
|
188 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
@@ -190,22 +194,22 @@ msgid ""
|
|
190 |
"please use the shortcode %s, where * stands for gallery ID"
|
191 |
msgstr ""
|
192 |
|
193 |
-
#: gallery-plugin.php:
|
194 |
msgid "Number of images in the row"
|
195 |
msgstr "Aantal foto's op een rij"
|
196 |
|
197 |
-
#: gallery-plugin.php:
|
198 |
#, fuzzy
|
199 |
msgid ""
|
200 |
"The number of images per row can be less depending on the width of the "
|
201 |
"parent block"
|
202 |
msgstr "Aantal foto's op een rij"
|
203 |
|
204 |
-
#: gallery-plugin.php:
|
205 |
msgid "Image size"
|
206 |
msgstr "Foto afmeting"
|
207 |
|
208 |
-
#: gallery-plugin.php:
|
209 |
msgid ""
|
210 |
"WordPress will create a new thumbnail with the specified dimensions when you "
|
211 |
"upload a new photo."
|
@@ -213,449 +217,449 @@ msgstr ""
|
|
213 |
"WordPress zal een nieuw voorbeeld maken, met de opgegeven afmetingen, als er "
|
214 |
"een nieuwe foto wordt geupload."
|
215 |
|
216 |
-
#: gallery-plugin.php:
|
217 |
#, fuzzy
|
218 |
msgid "For the album cover"
|
219 |
msgstr "Foto afmeting voor de omslag van het album"
|
220 |
|
221 |
-
#: gallery-plugin.php:
|
222 |
msgid "width x height"
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: gallery-plugin.php:
|
226 |
msgid "in px"
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: gallery-plugin.php:
|
230 |
#, fuzzy
|
231 |
msgid "For thumbnails"
|
232 |
msgstr "Foto afmeting voor de omslag van het album"
|
233 |
|
234 |
-
#: gallery-plugin.php:
|
235 |
msgid "Update images for gallery"
|
236 |
msgstr "Foto's voor galerij bijwerken"
|
237 |
|
238 |
-
#: gallery-plugin.php:
|
239 |
msgid "Close"
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: gallery-plugin.php:
|
243 |
#, fuzzy
|
244 |
msgid "For images in the lightbox"
|
245 |
msgstr "Foto afmeting voor lightbox"
|
246 |
|
247 |
-
#: gallery-plugin.php:
|
248 |
msgid "Display a full size image in the lightbox"
|
249 |
msgstr "Geef volledige grootte weer, voor lightbox"
|
250 |
|
251 |
-
#: gallery-plugin.php:
|
252 |
msgid "Crop position"
|
253 |
msgstr "Positie bijsnijden"
|
254 |
|
255 |
-
#: gallery-plugin.php:
|
256 |
msgid "center"
|
257 |
msgstr "midden"
|
258 |
|
259 |
-
#: gallery-plugin.php:
|
260 |
msgid "Horizontal"
|
261 |
msgstr "Horizontaal"
|
262 |
|
263 |
-
#: gallery-plugin.php:
|
264 |
msgid "Vertical"
|
265 |
msgstr "Verticaal"
|
266 |
|
267 |
-
#: gallery-plugin.php:
|
268 |
#, fuzzy
|
269 |
msgid "Single gallery view"
|
270 |
msgstr "Slug voor galerij-item"
|
271 |
|
272 |
-
#: gallery-plugin.php:
|
273 |
msgid "Grid"
|
274 |
msgstr ""
|
275 |
|
276 |
-
#: gallery-plugin.php:
|
277 |
msgid "Masonry"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: gallery-plugin.php:
|
281 |
msgid ""
|
282 |
"If you upgrade to Pro version all your settings and galleries will be saved."
|
283 |
msgstr ""
|
284 |
"Als je naar de Pro versie overstapt, zullen alle instellingen en galerijen "
|
285 |
"bewaard blijven."
|
286 |
|
287 |
-
#: gallery-plugin.php:
|
288 |
#, fuzzy
|
289 |
msgid "Unlock premium options by upgrading to Pro version"
|
290 |
msgstr "Gebruik premium opties, door te upgraden naar een PRO versie."
|
291 |
|
292 |
-
#: gallery-plugin.php:
|
293 |
msgid "Start Your Trial"
|
294 |
msgstr "Start Uw proefversie"
|
295 |
|
296 |
-
#: gallery-plugin.php:
|
297 |
msgid "or"
|
298 |
msgstr "of"
|
299 |
|
300 |
-
#: gallery-plugin.php:
|
301 |
msgid "Learn More"
|
302 |
msgstr "Kom meer te weten"
|
303 |
|
304 |
-
#: gallery-plugin.php:
|
305 |
msgid "Display image text"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: gallery-plugin.php:
|
309 |
msgid "Turn off the checkbox, if you want to display text just in a lightbox"
|
310 |
msgstr ""
|
311 |
"Schakel het vinkje uit, als je de tekst alleen wilt weergeven in de lightbox"
|
312 |
|
313 |
-
#: gallery-plugin.php:
|
314 |
msgid "Images with border"
|
315 |
msgstr "Foto's met rand"
|
316 |
|
317 |
-
#: gallery-plugin.php:
|
318 |
msgid "Border width in px, just numbers"
|
319 |
msgstr "Randbreedte in px, alleen nummers"
|
320 |
|
321 |
-
#: gallery-plugin.php:
|
322 |
msgid "Select a border color"
|
323 |
msgstr "Selecteer een randkleur"
|
324 |
|
325 |
-
#: gallery-plugin.php:
|
326 |
msgid "Sort images"
|
327 |
msgstr "Sorteer foto's"
|
328 |
|
329 |
-
#: gallery-plugin.php:
|
330 |
#, fuzzy
|
331 |
msgid "by Attachment ID"
|
332 |
msgstr "Bijlage ID"
|
333 |
|
334 |
-
#: gallery-plugin.php:
|
335 |
#, fuzzy
|
336 |
msgid "by Image Name"
|
337 |
msgstr "Foto Naam"
|
338 |
|
339 |
-
#: gallery-plugin.php:
|
340 |
#, fuzzy
|
341 |
msgid "by Date"
|
342 |
msgstr "Datum"
|
343 |
|
344 |
-
#: gallery-plugin.php:
|
345 |
msgid "by Sorting order in the Gallery"
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: gallery-plugin.php:
|
349 |
msgid "Random"
|
350 |
msgstr "Willekeurig"
|
351 |
|
352 |
-
#: gallery-plugin.php:
|
353 |
#, fuzzy
|
354 |
msgid "The images sort order"
|
355 |
msgstr "Foto's met rand"
|
356 |
|
357 |
-
#: gallery-plugin.php:
|
358 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
359 |
msgstr "ASC (oplopend van laagste naar hoogste waarde - 1, 2, 3; a, b, c)"
|
360 |
|
361 |
-
#: gallery-plugin.php:
|
362 |
msgid ""
|
363 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
364 |
msgstr "DESC (aflopend van hoogste naar laagste waarde - 3, 2, 1; c, b, a)"
|
365 |
|
366 |
-
#: gallery-plugin.php:
|
367 |
#, fuzzy
|
368 |
msgid "Sort galleries"
|
369 |
msgstr "Galerijen"
|
370 |
|
371 |
-
#: gallery-plugin.php:
|
372 |
#, fuzzy
|
373 |
msgid "by Gallery ID"
|
374 |
msgstr "Galerij"
|
375 |
|
376 |
-
#: gallery-plugin.php:
|
377 |
#, fuzzy
|
378 |
msgid "by Title"
|
379 |
msgstr "Titel"
|
380 |
|
381 |
-
#: gallery-plugin.php:
|
382 |
msgid "by Last modified date"
|
383 |
msgstr ""
|
384 |
|
385 |
-
#: gallery-plugin.php:
|
386 |
msgid "by Comment count"
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: gallery-plugin.php:
|
390 |
#, fuzzy
|
391 |
msgid "by Sorting order (the input field for sorting order)"
|
392 |
msgstr ""
|
393 |
"Sorteervolgorde (het invoerveld voor sorteervolgorde in het Invoeg / Upload "
|
394 |
"Media Galerij venster)"
|
395 |
|
396 |
-
#: gallery-plugin.php:
|
397 |
#, fuzzy
|
398 |
msgid "by Author"
|
399 |
msgstr "Autheur"
|
400 |
|
401 |
-
#: gallery-plugin.php:
|
402 |
msgid "The galleries sort order"
|
403 |
msgstr ""
|
404 |
|
405 |
-
#: gallery-plugin.php:
|
406 |
msgid "Start slideshow"
|
407 |
msgstr "Start diavoorstelling"
|
408 |
|
409 |
-
#: gallery-plugin.php:
|
410 |
msgid "Slideshow interval"
|
411 |
msgstr "Diavoorstelling interval"
|
412 |
|
413 |
-
#: gallery-plugin.php:
|
414 |
msgid "(ms)"
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: gallery-plugin.php:
|
418 |
msgid "Use single lightbox for multiple galleries on one page"
|
419 |
msgstr "Gebruik 1 lightbox voor meerdere galerijen op 1 pagina"
|
420 |
|
421 |
-
#: gallery-plugin.php:
|
422 |
msgid "Display the Back link"
|
423 |
msgstr "Toon de Terug link"
|
424 |
|
425 |
-
#: gallery-plugin.php:
|
426 |
msgid "Display the Back link in the shortcode"
|
427 |
msgstr "Toon de Terug link in de shortcode"
|
428 |
|
429 |
-
#: gallery-plugin.php:
|
430 |
msgid "The Back link text"
|
431 |
msgstr "De Terug link tekst"
|
432 |
|
433 |
-
#: gallery-plugin.php:
|
434 |
msgid "The Back link URL"
|
435 |
msgstr "De Terug link URL"
|
436 |
|
437 |
-
#: gallery-plugin.php:
|
438 |
msgid "Gallery page (Page with Gallery Template)"
|
439 |
msgstr "Galerij pagina (pagina met galerij template)"
|
440 |
|
441 |
-
#: gallery-plugin.php:
|
442 |
msgid "(Full URL to custom page)"
|
443 |
msgstr "(Volledige URL naar aangepaste pagina)"
|
444 |
|
445 |
-
#: gallery-plugin.php:
|
446 |
msgid "The Read More link text"
|
447 |
msgstr "De 'Lees Meer' link tekst"
|
448 |
|
449 |
-
#: gallery-plugin.php:
|
450 |
msgid "Add gallery to the search"
|
451 |
msgstr "Galerij, aan zoeken, toevoegen"
|
452 |
|
453 |
-
#: gallery-plugin.php:
|
454 |
msgid "Using"
|
455 |
msgstr "Gebruik"
|
456 |
|
457 |
-
#: gallery-plugin.php:
|
458 |
msgid "powered by"
|
459 |
msgstr "powered by"
|
460 |
|
461 |
-
#: gallery-plugin.php:
|
462 |
msgid "Activate"
|
463 |
msgstr "Activeren"
|
464 |
|
465 |
-
#: gallery-plugin.php:
|
466 |
msgid "Download"
|
467 |
msgstr ""
|
468 |
|
469 |
-
#: gallery-plugin.php:
|
470 |
msgid "Rewrite templates after update"
|
471 |
msgstr ""
|
472 |
|
473 |
-
#: gallery-plugin.php:
|
474 |
#, php-format
|
475 |
msgid ""
|
476 |
"Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
|
477 |
"theme folder and You don't want to rewrite them"
|
478 |
msgstr ""
|
479 |
|
480 |
-
#: gallery-plugin.php:
|
481 |
#, fuzzy
|
482 |
msgid "Under image"
|
483 |
msgstr "Foto's bijwerken"
|
484 |
|
485 |
-
#: gallery-plugin.php:
|
486 |
msgid "By mouse hover"
|
487 |
msgstr ""
|
488 |
|
489 |
-
#: gallery-plugin.php:
|
490 |
msgid "Use pagination for images"
|
491 |
msgstr "Gebruik paginering voor foto's"
|
492 |
|
493 |
-
#: gallery-plugin.php:
|
494 |
msgid "per page"
|
495 |
msgstr "per pagina"
|
496 |
|
497 |
-
#: gallery-plugin.php:
|
498 |
msgid "Lightbox background"
|
499 |
msgstr "Lightbox achtergrond"
|
500 |
|
501 |
-
#: gallery-plugin.php:
|
502 |
msgid "Background transparency (from 0 to 1)"
|
503 |
msgstr "Achtergrond transparantie (van 0 tot 1)"
|
504 |
|
505 |
-
#: gallery-plugin.php:
|
506 |
msgid "Select a background color"
|
507 |
msgstr "Selecteer een achtergrondkleur"
|
508 |
|
509 |
-
#: gallery-plugin.php:
|
510 |
msgid "The lightbox helper"
|
511 |
msgstr "De lightbox helper"
|
512 |
|
513 |
-
#: gallery-plugin.php:
|
514 |
msgid "Do not use"
|
515 |
msgstr "Niet gebruiken"
|
516 |
|
517 |
-
#: gallery-plugin.php:
|
518 |
msgid "Button helper"
|
519 |
msgstr "Knop helper"
|
520 |
|
521 |
-
#: gallery-plugin.php:
|
522 |
msgid "Thumbnail helper"
|
523 |
msgstr "Thumbnail helper"
|
524 |
|
525 |
-
#: gallery-plugin.php:
|
526 |
msgid "Display Like buttons in the lightbox"
|
527 |
msgstr "Geef 'Vind ik leuk' knoppen weer, in de lightbox"
|
528 |
|
529 |
-
#: gallery-plugin.php:
|
530 |
msgid "FaceBook"
|
531 |
msgstr "FaceBook"
|
532 |
|
533 |
-
#: gallery-plugin.php:
|
534 |
msgid "Twitter"
|
535 |
msgstr "Twitter"
|
536 |
|
537 |
-
#: gallery-plugin.php:
|
538 |
msgid "Pinterest"
|
539 |
msgstr "Pinterest"
|
540 |
|
541 |
-
#: gallery-plugin.php:
|
542 |
msgid "Google +1"
|
543 |
msgstr "Google +1"
|
544 |
|
545 |
-
#: gallery-plugin.php:
|
546 |
msgid "Slug for gallery item"
|
547 |
msgstr "Slug voor galerij-item"
|
548 |
|
549 |
-
#: gallery-plugin.php:
|
550 |
msgid "for any structure of permalinks except the default structure"
|
551 |
msgstr "voor elke structuur van permalink, behalve de standaard structuur"
|
552 |
|
553 |
-
#: gallery-plugin.php:
|
554 |
msgid "Title for lightbox button"
|
555 |
msgstr "Titel voor lightbox knop"
|
556 |
|
557 |
-
#: gallery-plugin.php:
|
558 |
msgid ""
|
559 |
"Display all images in the lightbox instead of going into a single gallery"
|
560 |
msgstr ""
|
561 |
|
562 |
-
#: gallery-plugin.php:
|
563 |
#, php-format
|
564 |
msgid "When using the gallery template or a shortcode with `%s` parameter"
|
565 |
msgstr ""
|
566 |
|
567 |
-
#: gallery-plugin.php:
|
568 |
msgid "Save Changes"
|
569 |
msgstr "Wijzigingen Opslaan"
|
570 |
|
571 |
-
#: gallery-plugin.php:
|
572 |
msgid ""
|
573 |
"If you install the demo-data, will be created galleries with images, demo-"
|
574 |
"post with available shortcodes and page with a list of all the galleries."
|
575 |
msgstr ""
|
576 |
|
577 |
-
#: gallery-plugin.php:
|
578 |
msgid "FAQ"
|
579 |
msgstr "FAQ "
|
580 |
|
581 |
-
#: gallery-plugin.php:
|
582 |
msgid "Support"
|
583 |
msgstr "Ondersteuning"
|
584 |
|
585 |
-
#: gallery-plugin.php:
|
586 |
msgid "Updating images..."
|
587 |
msgstr "Bijwerken foto's..."
|
588 |
|
589 |
-
#: gallery-plugin.php:
|
590 |
#, fuzzy
|
591 |
msgid "No image found."
|
592 |
msgstr "Geen foto gevonden"
|
593 |
|
594 |
-
#: gallery-plugin.php:
|
595 |
#, fuzzy
|
596 |
msgid "All images are updated."
|
597 |
msgstr "Alle foto's zijn bijgewerkt"
|
598 |
|
599 |
-
#: gallery-plugin.php:
|
600 |
msgid "Error."
|
601 |
msgstr "Fout."
|
602 |
|
603 |
-
#: gallery-plugin.php:
|
604 |
msgid ""
|
605 |
"You are about to delete these items from this gallery.\n"
|
606 |
" 'Cancel' to stop, 'OK' to delete."
|
607 |
msgstr ""
|
608 |
|
609 |
-
#: gallery-plugin.php:
|
610 |
msgid ""
|
611 |
"Switching to another mode, all unsaved data will be lost. Save data before "
|
612 |
"switching?"
|
613 |
msgstr ""
|
614 |
|
615 |
-
#: gallery-plugin.php:
|
616 |
msgid "Insert Media"
|
617 |
msgstr ""
|
618 |
|
619 |
-
#: gallery-plugin.php:
|
620 |
msgid "Insert"
|
621 |
msgstr ""
|
622 |
|
623 |
-
#: gallery-plugin.php:
|
624 |
#, fuzzy
|
625 |
msgid "Learn more"
|
626 |
msgstr "Kom meer te weten"
|
627 |
|
628 |
-
#: gallery-plugin.php:
|
629 |
#, fuzzy
|
630 |
msgid "Install now"
|
631 |
msgstr "Установка %"
|
632 |
|
633 |
-
#: gallery-plugin.php:
|
634 |
msgid "Add multiple gallery categories"
|
635 |
msgstr ""
|
636 |
|
637 |
-
#: gallery-plugin.php:
|
638 |
msgid ""
|
639 |
"Install Gallery Categories plugin to add unlimited number of categories."
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: gallery-plugin.php:
|
643 |
msgid "Sorry, nothing found."
|
644 |
msgstr "Sorry, niets gevonden."
|
645 |
|
646 |
-
#: gallery-plugin.php:
|
647 |
msgid "Image"
|
648 |
msgstr "Foto"
|
649 |
|
650 |
-
#: gallery-plugin.php:
|
651 |
msgid "Download high resolution image"
|
652 |
msgstr "Download hoge-resolutie foto"
|
653 |
|
654 |
-
#: gallery-plugin.php:
|
655 |
msgid "Image size not defined"
|
656 |
msgstr "Afmetingen van foto, niet gedefinieerd"
|
657 |
|
658 |
-
#: gallery-plugin.php:
|
659 |
msgid ""
|
660 |
"We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
|
661 |
"manually reload image."
|
@@ -663,211 +667,211 @@ msgstr ""
|
|
663 |
"We kunnen alleen de volgende bestandstypen bijwerken: PNG, JPG, GIF, WPMP of "
|
664 |
"XBM (Voor overige, aub handmatig herladen)."
|
665 |
|
666 |
-
#: gallery-plugin.php:
|
667 |
msgid "Image size changes not defined"
|
668 |
msgstr "Wijzigingen van foto afmetingen, niet gedefinieerd"
|
669 |
|
670 |
-
#: gallery-plugin.php:
|
671 |
msgid "Invalid path"
|
672 |
msgstr "Ongeldig pad"
|
673 |
|
674 |
-
#: gallery-plugin.php:
|
675 |
msgid "Add images requires JavaScript."
|
676 |
msgstr ""
|
677 |
|
678 |
-
#: gallery-plugin.php:
|
679 |
msgid "Add Media"
|
680 |
msgstr ""
|
681 |
|
682 |
-
#: gallery-plugin.php:
|
683 |
msgid "The grid view for the Gallery images requires JavaScript."
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: gallery-plugin.php:
|
687 |
msgid "Switch to the list view"
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: gallery-plugin.php:
|
691 |
msgid "List View"
|
692 |
msgstr ""
|
693 |
|
694 |
-
#: gallery-plugin.php:
|
695 |
msgid "Grid View"
|
696 |
msgstr ""
|
697 |
|
698 |
-
#: gallery-plugin.php:
|
699 |
msgid "Filter"
|
700 |
msgstr ""
|
701 |
|
702 |
-
#: gallery-plugin.php:
|
703 |
msgid "Empty Trash"
|
704 |
msgstr ""
|
705 |
|
706 |
-
#: gallery-plugin.php:
|
707 |
#, fuzzy
|
708 |
msgid "No images found"
|
709 |
msgstr "Geen foto gevonden"
|
710 |
|
711 |
-
#: gallery-plugin.php:
|
712 |
msgid "Select bulk action"
|
713 |
msgstr ""
|
714 |
|
715 |
-
#: gallery-plugin.php:
|
716 |
msgid "Bulk Actions"
|
717 |
msgstr ""
|
718 |
|
719 |
-
#: gallery-plugin.php:
|
720 |
msgid "Apply"
|
721 |
msgstr ""
|
722 |
|
723 |
-
#: gallery-plugin.php:
|
724 |
#, fuzzy
|
725 |
msgid "Delete from Gallery"
|
726 |
msgstr "Nieuwe Galerij"
|
727 |
|
728 |
-
#: gallery-plugin.php:
|
729 |
#, fuzzy
|
730 |
msgid "Display link to the original file under each image in the lightbox"
|
731 |
msgstr "Geef volledige grootte weer, voor lightbox"
|
732 |
|
733 |
-
#: gallery-plugin.php:
|
734 |
msgid "Bulk Select"
|
735 |
msgstr ""
|
736 |
|
737 |
-
#: gallery-plugin.php:
|
738 |
msgid "Cancel Selection"
|
739 |
msgstr ""
|
740 |
|
741 |
-
#: gallery-plugin.php:
|
742 |
msgid "Delete Selected"
|
743 |
msgstr ""
|
744 |
|
745 |
-
#: gallery-plugin.php:
|
746 |
msgid "File"
|
747 |
msgstr ""
|
748 |
|
749 |
-
#: gallery-plugin.php:
|
750 |
msgid "Dimensions"
|
751 |
msgstr ""
|
752 |
|
753 |
-
#: gallery-plugin.php:
|
754 |
msgid "Alt tag"
|
755 |
msgstr "Alt tag"
|
756 |
|
757 |
-
#: gallery-plugin.php:
|
758 |
msgid ""
|
759 |
"The alt attribute specifies an alternate text for an image, if the image "
|
760 |
"cannot be displayed."
|
761 |
msgstr ""
|
762 |
|
763 |
-
#: gallery-plugin.php:
|
764 |
msgid "Custom URL"
|
765 |
msgstr ""
|
766 |
|
767 |
-
#: gallery-plugin.php:
|
768 |
msgid ""
|
769 |
"By clicking on the thumbnail you'll go to the link (if the field is filled) "
|
770 |
"or the image will be opened in the lightbox (if the field isn't filled)"
|
771 |
msgstr ""
|
772 |
|
773 |
-
#: gallery-plugin.php:
|
774 |
msgid "Deselect"
|
775 |
msgstr ""
|
776 |
|
777 |
-
#: gallery-plugin.php:
|
778 |
msgid "File name"
|
779 |
msgstr ""
|
780 |
|
781 |
-
#: gallery-plugin.php:
|
782 |
msgid "File type"
|
783 |
msgstr ""
|
784 |
|
785 |
-
#: gallery-plugin.php:
|
786 |
#, fuzzy
|
787 |
msgid "Edit Attachment Info"
|
788 |
msgstr "Bijlage ID"
|
789 |
|
790 |
-
#: gallery-plugin.php:
|
791 |
#, fuzzy
|
792 |
msgid "Edit Attachment"
|
793 |
msgstr "Bijlage ID"
|
794 |
|
795 |
-
#: gallery-plugin.php:
|
796 |
#, fuzzy
|
797 |
msgid "Go Pro"
|
798 |
msgstr "Ga PRO"
|
799 |
|
800 |
-
#: gallery-plugin.php:
|
801 |
msgid "Pro version"
|
802 |
msgstr ""
|
803 |
|
804 |
-
#: gallery-plugin.php:
|
805 |
msgid "This setting is available in Pro version"
|
806 |
msgstr "Deze instelling is alleen beschikbaar in de Pro versie"
|
807 |
|
808 |
-
#: gallery-plugin.php:
|
809 |
msgid "Edit more details"
|
810 |
msgstr ""
|
811 |
|
812 |
-
#: gallery-plugin.php:
|
813 |
#, php-format
|
814 |
msgid "Select %s"
|
815 |
msgstr ""
|
816 |
|
817 |
-
#: gallery-plugin.php:
|
818 |
#, php-format
|
819 |
msgid "Edit “%s”"
|
820 |
msgstr ""
|
821 |
|
822 |
-
#: gallery-plugin.php:
|
823 |
msgid "Edit"
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: gallery-plugin.php:
|
827 |
msgid "Trash"
|
828 |
msgstr ""
|
829 |
|
830 |
-
#: gallery-plugin.php:
|
831 |
msgid "Delete Permanently"
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: gallery-plugin.php:
|
835 |
#, php-format
|
836 |
msgid "View “%s”"
|
837 |
msgstr ""
|
838 |
|
839 |
-
#: gallery-plugin.php:
|
840 |
msgid "View"
|
841 |
msgstr ""
|
842 |
|
843 |
-
#: gallery-plugin.php:
|
844 |
#, fuzzy
|
845 |
msgid "Attach"
|
846 |
msgstr "Bijlage ID"
|
847 |
|
848 |
-
#: gallery-plugin.php:
|
849 |
msgid "Restore"
|
850 |
msgstr ""
|
851 |
|
852 |
-
#: gallery-plugin.php:
|
853 |
msgid "Warning"
|
854 |
msgstr ""
|
855 |
|
856 |
-
#: gallery-plugin.php:
|
857 |
msgid "You can add only images to the gallery"
|
858 |
msgstr ""
|
859 |
|
860 |
-
#: gallery-plugin.php:
|
861 |
#, fuzzy
|
862 |
msgid "no title"
|
863 |
msgstr "Titel"
|
864 |
|
865 |
-
#: gallery-plugin.php:
|
866 |
#, fuzzy
|
867 |
msgid "Sorry, no gallery found."
|
868 |
msgstr "Sorry, niets gevonden."
|
869 |
|
870 |
-
#: gallery-plugin.php:
|
871 |
#, fuzzy
|
872 |
msgid ""
|
873 |
"Display an album image with the description and the link to a single gallery "
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-04-04 15:35+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-04-04 15:35+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: J Goessens <j.goessens@gmail.com>\n"
|
9 |
"Language: nl_NL\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: gallery-plugin.php:45 gallery-plugin.php:883 gallery-plugin.php:1268
|
21 |
+
#: gallery-plugin.php:1285
|
22 |
msgid "Settings"
|
23 |
msgstr "Instellingen"
|
24 |
|
30 |
msgid "Return to all albums"
|
31 |
msgstr ""
|
32 |
|
33 |
+
#: gallery-plugin.php:383
|
34 |
#, fuzzy, php-format
|
35 |
msgid ""
|
36 |
"The following files '%s' and '%s' were not found in the directory of your "
|
42 |
"werking van deze plugin, dienen ze vanuit `/wp-content/plugins/gallery-"
|
43 |
"plugin/template/` naar de actieve 'theme' map te worden gekopieerd. "
|
44 |
|
45 |
+
#: gallery-plugin.php:394 gallery-plugin.php:403
|
46 |
msgid "Galleries"
|
47 |
msgstr "Galerijen"
|
48 |
|
49 |
+
#: gallery-plugin.php:395 gallery-plugin.php:2616
|
50 |
msgid "Gallery"
|
51 |
msgstr "Galerij"
|
52 |
|
53 |
+
#: gallery-plugin.php:396
|
54 |
msgid "Add New Gallery"
|
55 |
msgstr "Nieuwe Galerij toevoegen"
|
56 |
|
57 |
+
#: gallery-plugin.php:397
|
58 |
msgid "Edit Gallery"
|
59 |
msgstr "Galerij bewerken"
|
60 |
|
61 |
+
#: gallery-plugin.php:398
|
62 |
msgid "New Gallery"
|
63 |
msgstr "Nieuwe Galerij"
|
64 |
|
65 |
+
#: gallery-plugin.php:399
|
66 |
msgid "View Gallery"
|
67 |
msgstr "Galerij bekijken"
|
68 |
|
69 |
+
#: gallery-plugin.php:400
|
70 |
#, fuzzy
|
71 |
msgid "Search Galleries"
|
72 |
msgstr "Galerijen"
|
73 |
|
74 |
+
#: gallery-plugin.php:401
|
75 |
msgid "No Gallery found"
|
76 |
msgstr "Geen Galerij gevonden"
|
77 |
|
78 |
+
#: gallery-plugin.php:458
|
79 |
msgid "Gallery Shortcode"
|
80 |
msgstr "Galerij Shortcode"
|
81 |
|
82 |
+
#: gallery-plugin.php:460 gallery-plugin.php:501 gallery-plugin.php:2599
|
83 |
#, fuzzy
|
84 |
msgid "Gallery Categories"
|
85 |
msgstr "Afmeting galerij foto"
|
86 |
|
87 |
+
#: gallery-plugin.php:470 gallery-plugin.php:902
|
88 |
#, fuzzy, php-format
|
89 |
msgid ""
|
90 |
"If you would like to add a Gallery to your page or post, please use %s button"
|
92 |
"Als je een enkele galerij wilt toevoegen aan je pagina, of bericht, kopieer "
|
93 |
"& plak dan de volgende shortcode in je bericht, of pagina:"
|
94 |
|
95 |
+
#: gallery-plugin.php:475
|
96 |
#, php-format
|
97 |
msgid ""
|
98 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
100 |
"please use the shortcode below"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: gallery-plugin.php:481
|
104 |
msgid ""
|
105 |
"Add this shortcode to a page, post or widget to display a single gallery"
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: gallery-plugin.php:484
|
109 |
#, fuzzy
|
110 |
msgid ""
|
111 |
"Use this shortcode to display an album image with the description and the "
|
114 |
"Als je een korte omschrijving, met een voorbeeld & link naar de galerij "
|
115 |
"pagina, wilt weergeven "
|
116 |
|
117 |
+
#: gallery-plugin.php:486
|
118 |
msgid "Short display"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: gallery-plugin.php:502
|
122 |
msgid "Most Used"
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: gallery-plugin.php:507 gallery-plugin.php:1166
|
126 |
msgid "Default"
|
127 |
msgstr "Standaard"
|
128 |
|
129 |
+
#: gallery-plugin.php:512
|
130 |
#, fuzzy
|
131 |
msgid "Add New Gallery Category"
|
132 |
msgstr "Nieuwe Galerij toevoegen"
|
133 |
|
134 |
+
#: gallery-plugin.php:517
|
135 |
#, fuzzy
|
136 |
msgid "Install plugin"
|
137 |
msgstr "Встановлених модулів"
|
138 |
|
139 |
+
#: gallery-plugin.php:675 gallery-plugin.php:2191 gallery-plugin.php:2306
|
140 |
+
#: gallery-plugin.php:2393
|
141 |
msgid "Title"
|
142 |
msgstr "Titel"
|
143 |
|
144 |
+
#: gallery-plugin.php:676
|
145 |
msgid "Author"
|
146 |
msgstr "Autheur"
|
147 |
|
148 |
+
#: gallery-plugin.php:677
|
149 |
#, fuzzy
|
150 |
msgid "Shortcode"
|
151 |
msgstr "Galerij Shortcode"
|
152 |
|
153 |
+
#: gallery-plugin.php:678
|
154 |
#, fuzzy
|
155 |
msgid "Photos"
|
156 |
msgstr "Foto"
|
157 |
|
158 |
+
#: gallery-plugin.php:679
|
159 |
msgid "Date"
|
160 |
msgstr "Datum"
|
161 |
|
162 |
+
#: gallery-plugin.php:852
|
163 |
msgid "Settings are saved"
|
164 |
msgstr "Instellingen opgeslagen"
|
165 |
|
166 |
+
#: gallery-plugin.php:869
|
167 |
#, fuzzy
|
168 |
msgid "All plugin settings were restored."
|
169 |
msgstr "op de plugin instellingen pagina ("
|
170 |
|
171 |
+
#: gallery-plugin.php:881
|
172 |
msgid "Gallery Settings"
|
173 |
msgstr "Galerij Instellingen"
|
174 |
|
175 |
+
#: gallery-plugin.php:884
|
176 |
+
msgid "Custom code"
|
177 |
+
msgstr ""
|
178 |
+
|
179 |
+
#: gallery-plugin.php:885
|
180 |
msgid "Go PRO"
|
181 |
msgstr "Ga PRO"
|
182 |
|
183 |
+
#: gallery-plugin.php:895
|
184 |
msgid "Please enable JavaScript to use the option to renew images."
|
185 |
msgstr ""
|
186 |
" Javascript dient geactiveerd te zijn, om gebruik te maken van de optie om "
|
187 |
"foto's te vernieuwen."
|
188 |
|
189 |
+
#: gallery-plugin.php:907
|
190 |
#, php-format
|
191 |
msgid ""
|
192 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
194 |
"please use the shortcode %s, where * stands for gallery ID"
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: gallery-plugin.php:917
|
198 |
msgid "Number of images in the row"
|
199 |
msgstr "Aantal foto's op een rij"
|
200 |
|
201 |
+
#: gallery-plugin.php:919
|
202 |
#, fuzzy
|
203 |
msgid ""
|
204 |
"The number of images per row can be less depending on the width of the "
|
205 |
"parent block"
|
206 |
msgstr "Aantal foto's op een rij"
|
207 |
|
208 |
+
#: gallery-plugin.php:923 gallery-plugin.php:949
|
209 |
msgid "Image size"
|
210 |
msgstr "Foto afmeting"
|
211 |
|
212 |
+
#: gallery-plugin.php:926
|
213 |
msgid ""
|
214 |
"WordPress will create a new thumbnail with the specified dimensions when you "
|
215 |
"upload a new photo."
|
217 |
"WordPress zal een nieuw voorbeeld maken, met de opgegeven afmetingen, als er "
|
218 |
"een nieuwe foto wordt geupload."
|
219 |
|
220 |
+
#: gallery-plugin.php:928
|
221 |
#, fuzzy
|
222 |
msgid "For the album cover"
|
223 |
msgstr "Foto afmeting voor de omslag van het album"
|
224 |
|
225 |
+
#: gallery-plugin.php:929 gallery-plugin.php:933 gallery-plugin.php:954
|
226 |
msgid "width x height"
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: gallery-plugin.php:929 gallery-plugin.php:933 gallery-plugin.php:954
|
230 |
msgid "in px"
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: gallery-plugin.php:932
|
234 |
#, fuzzy
|
235 |
msgid "For thumbnails"
|
236 |
msgstr "Foto afmeting voor de omslag van het album"
|
237 |
|
238 |
+
#: gallery-plugin.php:936
|
239 |
msgid "Update images for gallery"
|
240 |
msgstr "Foto's voor galerij bijwerken"
|
241 |
|
242 |
+
#: gallery-plugin.php:945 gallery-plugin.php:1144 gallery-plugin.php:1371
|
243 |
msgid "Close"
|
244 |
msgstr ""
|
245 |
|
246 |
+
#: gallery-plugin.php:952
|
247 |
#, fuzzy
|
248 |
msgid "For images in the lightbox"
|
249 |
msgstr "Foto afmeting voor lightbox"
|
250 |
|
251 |
+
#: gallery-plugin.php:956
|
252 |
msgid "Display a full size image in the lightbox"
|
253 |
msgstr "Geef volledige grootte weer, voor lightbox"
|
254 |
|
255 |
+
#: gallery-plugin.php:961
|
256 |
msgid "Crop position"
|
257 |
msgstr "Positie bijsnijden"
|
258 |
|
259 |
+
#: gallery-plugin.php:965 gallery-plugin.php:971
|
260 |
msgid "center"
|
261 |
msgstr "midden"
|
262 |
|
263 |
+
#: gallery-plugin.php:967
|
264 |
msgid "Horizontal"
|
265 |
msgstr "Horizontaal"
|
266 |
|
267 |
+
#: gallery-plugin.php:973
|
268 |
msgid "Vertical"
|
269 |
msgstr "Verticaal"
|
270 |
|
271 |
+
#: gallery-plugin.php:978
|
272 |
#, fuzzy
|
273 |
msgid "Single gallery view"
|
274 |
msgstr "Slug voor galerij-item"
|
275 |
|
276 |
+
#: gallery-plugin.php:981
|
277 |
msgid "Grid"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: gallery-plugin.php:982
|
281 |
msgid "Masonry"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: gallery-plugin.php:988 gallery-plugin.php:1209
|
285 |
msgid ""
|
286 |
"If you upgrade to Pro version all your settings and galleries will be saved."
|
287 |
msgstr ""
|
288 |
"Als je naar de Pro versie overstapt, zullen alle instellingen en galerijen "
|
289 |
"bewaard blijven."
|
290 |
|
291 |
+
#: gallery-plugin.php:995 gallery-plugin.php:1216
|
292 |
#, fuzzy
|
293 |
msgid "Unlock premium options by upgrading to Pro version"
|
294 |
msgstr "Gebruik premium opties, door te upgraden naar een PRO versie."
|
295 |
|
296 |
+
#: gallery-plugin.php:999 gallery-plugin.php:1220
|
297 |
msgid "Start Your Trial"
|
298 |
msgstr "Start Uw proefversie"
|
299 |
|
300 |
+
#: gallery-plugin.php:1000 gallery-plugin.php:1221 gallery-plugin.php:2601
|
301 |
msgid "or"
|
302 |
msgstr "of"
|
303 |
|
304 |
+
#: gallery-plugin.php:1002 gallery-plugin.php:1223
|
305 |
msgid "Learn More"
|
306 |
msgstr "Kom meer te weten"
|
307 |
|
308 |
+
#: gallery-plugin.php:1010 gallery-plugin.php:1148
|
309 |
msgid "Display image text"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: gallery-plugin.php:1012
|
313 |
msgid "Turn off the checkbox, if you want to display text just in a lightbox"
|
314 |
msgstr ""
|
315 |
"Schakel het vinkje uit, als je de tekst alleen wilt weergeven in de lightbox"
|
316 |
|
317 |
+
#: gallery-plugin.php:1016
|
318 |
msgid "Images with border"
|
319 |
msgstr "Foto's met rand"
|
320 |
|
321 |
+
#: gallery-plugin.php:1020
|
322 |
msgid "Border width in px, just numbers"
|
323 |
msgstr "Randbreedte in px, alleen nummers"
|
324 |
|
325 |
+
#: gallery-plugin.php:1021
|
326 |
msgid "Select a border color"
|
327 |
msgstr "Selecteer een randkleur"
|
328 |
|
329 |
+
#: gallery-plugin.php:1026
|
330 |
msgid "Sort images"
|
331 |
msgstr "Sorteer foto's"
|
332 |
|
333 |
+
#: gallery-plugin.php:1029
|
334 |
#, fuzzy
|
335 |
msgid "by Attachment ID"
|
336 |
msgstr "Bijlage ID"
|
337 |
|
338 |
+
#: gallery-plugin.php:1030
|
339 |
#, fuzzy
|
340 |
msgid "by Image Name"
|
341 |
msgstr "Foto Naam"
|
342 |
|
343 |
+
#: gallery-plugin.php:1031 gallery-plugin.php:1052
|
344 |
#, fuzzy
|
345 |
msgid "by Date"
|
346 |
msgstr "Datum"
|
347 |
|
348 |
+
#: gallery-plugin.php:1032
|
349 |
msgid "by Sorting order in the Gallery"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: gallery-plugin.php:1033 gallery-plugin.php:1057
|
353 |
msgid "Random"
|
354 |
msgstr "Willekeurig"
|
355 |
|
356 |
+
#: gallery-plugin.php:1038
|
357 |
#, fuzzy
|
358 |
msgid "The images sort order"
|
359 |
msgstr "Foto's met rand"
|
360 |
|
361 |
+
#: gallery-plugin.php:1041 gallery-plugin.php:1065
|
362 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
363 |
msgstr "ASC (oplopend van laagste naar hoogste waarde - 1, 2, 3; a, b, c)"
|
364 |
|
365 |
+
#: gallery-plugin.php:1042 gallery-plugin.php:1066
|
366 |
msgid ""
|
367 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
368 |
msgstr "DESC (aflopend van hoogste naar laagste waarde - 3, 2, 1; c, b, a)"
|
369 |
|
370 |
+
#: gallery-plugin.php:1047
|
371 |
#, fuzzy
|
372 |
msgid "Sort galleries"
|
373 |
msgstr "Galerijen"
|
374 |
|
375 |
+
#: gallery-plugin.php:1050
|
376 |
#, fuzzy
|
377 |
msgid "by Gallery ID"
|
378 |
msgstr "Galerij"
|
379 |
|
380 |
+
#: gallery-plugin.php:1051
|
381 |
#, fuzzy
|
382 |
msgid "by Title"
|
383 |
msgstr "Titel"
|
384 |
|
385 |
+
#: gallery-plugin.php:1053
|
386 |
msgid "by Last modified date"
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: gallery-plugin.php:1054
|
390 |
msgid "by Comment count"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: gallery-plugin.php:1055
|
394 |
#, fuzzy
|
395 |
msgid "by Sorting order (the input field for sorting order)"
|
396 |
msgstr ""
|
397 |
"Sorteervolgorde (het invoerveld voor sorteervolgorde in het Invoeg / Upload "
|
398 |
"Media Galerij venster)"
|
399 |
|
400 |
+
#: gallery-plugin.php:1056
|
401 |
#, fuzzy
|
402 |
msgid "by Author"
|
403 |
msgstr "Autheur"
|
404 |
|
405 |
+
#: gallery-plugin.php:1062
|
406 |
msgid "The galleries sort order"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: gallery-plugin.php:1071
|
410 |
msgid "Start slideshow"
|
411 |
msgstr "Start diavoorstelling"
|
412 |
|
413 |
+
#: gallery-plugin.php:1074
|
414 |
msgid "Slideshow interval"
|
415 |
msgstr "Diavoorstelling interval"
|
416 |
|
417 |
+
#: gallery-plugin.php:1074
|
418 |
msgid "(ms)"
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: gallery-plugin.php:1078
|
422 |
msgid "Use single lightbox for multiple galleries on one page"
|
423 |
msgstr "Gebruik 1 lightbox voor meerdere galerijen op 1 pagina"
|
424 |
|
425 |
+
#: gallery-plugin.php:1084
|
426 |
msgid "Display the Back link"
|
427 |
msgstr "Toon de Terug link"
|
428 |
|
429 |
+
#: gallery-plugin.php:1090
|
430 |
msgid "Display the Back link in the shortcode"
|
431 |
msgstr "Toon de Terug link in de shortcode"
|
432 |
|
433 |
+
#: gallery-plugin.php:1096
|
434 |
msgid "The Back link text"
|
435 |
msgstr "De Terug link tekst"
|
436 |
|
437 |
+
#: gallery-plugin.php:1102
|
438 |
msgid "The Back link URL"
|
439 |
msgstr "De Terug link URL"
|
440 |
|
441 |
+
#: gallery-plugin.php:1105
|
442 |
msgid "Gallery page (Page with Gallery Template)"
|
443 |
msgstr "Galerij pagina (pagina met galerij template)"
|
444 |
|
445 |
+
#: gallery-plugin.php:1107
|
446 |
msgid "(Full URL to custom page)"
|
447 |
msgstr "(Volledige URL naar aangepaste pagina)"
|
448 |
|
449 |
+
#: gallery-plugin.php:1112
|
450 |
msgid "The Read More link text"
|
451 |
msgstr "De 'Lees Meer' link tekst"
|
452 |
|
453 |
+
#: gallery-plugin.php:1118
|
454 |
msgid "Add gallery to the search"
|
455 |
msgstr "Galerij, aan zoeken, toevoegen"
|
456 |
|
457 |
+
#: gallery-plugin.php:1123 gallery-plugin.php:1126 gallery-plugin.php:1130
|
458 |
msgid "Using"
|
459 |
msgstr "Gebruik"
|
460 |
|
461 |
+
#: gallery-plugin.php:1123 gallery-plugin.php:1126 gallery-plugin.php:1130
|
462 |
msgid "powered by"
|
463 |
msgstr "powered by"
|
464 |
|
465 |
+
#: gallery-plugin.php:1126 gallery-plugin.php:1346
|
466 |
msgid "Activate"
|
467 |
msgstr "Activeren"
|
468 |
|
469 |
+
#: gallery-plugin.php:1130
|
470 |
msgid "Download"
|
471 |
msgstr ""
|
472 |
|
473 |
+
#: gallery-plugin.php:1135
|
474 |
msgid "Rewrite templates after update"
|
475 |
msgstr ""
|
476 |
|
477 |
+
#: gallery-plugin.php:1137
|
478 |
#, php-format
|
479 |
msgid ""
|
480 |
"Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
|
481 |
"theme folder and You don't want to rewrite them"
|
482 |
msgstr ""
|
483 |
|
484 |
+
#: gallery-plugin.php:1151
|
485 |
#, fuzzy
|
486 |
msgid "Under image"
|
487 |
msgstr "Foto's bijwerken"
|
488 |
|
489 |
+
#: gallery-plugin.php:1152
|
490 |
msgid "By mouse hover"
|
491 |
msgstr ""
|
492 |
|
493 |
+
#: gallery-plugin.php:1157
|
494 |
msgid "Use pagination for images"
|
495 |
msgstr "Gebruik paginering voor foto's"
|
496 |
|
497 |
+
#: gallery-plugin.php:1160
|
498 |
msgid "per page"
|
499 |
msgstr "per pagina"
|
500 |
|
501 |
+
#: gallery-plugin.php:1164
|
502 |
msgid "Lightbox background"
|
503 |
msgstr "Lightbox achtergrond"
|
504 |
|
505 |
+
#: gallery-plugin.php:1167
|
506 |
msgid "Background transparency (from 0 to 1)"
|
507 |
msgstr "Achtergrond transparantie (van 0 tot 1)"
|
508 |
|
509 |
+
#: gallery-plugin.php:1168
|
510 |
msgid "Select a background color"
|
511 |
msgstr "Selecteer een achtergrondkleur"
|
512 |
|
513 |
+
#: gallery-plugin.php:1172
|
514 |
msgid "The lightbox helper"
|
515 |
msgstr "De lightbox helper"
|
516 |
|
517 |
+
#: gallery-plugin.php:1174
|
518 |
msgid "Do not use"
|
519 |
msgstr "Niet gebruiken"
|
520 |
|
521 |
+
#: gallery-plugin.php:1175
|
522 |
msgid "Button helper"
|
523 |
msgstr "Knop helper"
|
524 |
|
525 |
+
#: gallery-plugin.php:1176
|
526 |
msgid "Thumbnail helper"
|
527 |
msgstr "Thumbnail helper"
|
528 |
|
529 |
+
#: gallery-plugin.php:1180
|
530 |
msgid "Display Like buttons in the lightbox"
|
531 |
msgstr "Geef 'Vind ik leuk' knoppen weer, in de lightbox"
|
532 |
|
533 |
+
#: gallery-plugin.php:1182
|
534 |
msgid "FaceBook"
|
535 |
msgstr "FaceBook"
|
536 |
|
537 |
+
#: gallery-plugin.php:1183
|
538 |
msgid "Twitter"
|
539 |
msgstr "Twitter"
|
540 |
|
541 |
+
#: gallery-plugin.php:1184
|
542 |
msgid "Pinterest"
|
543 |
msgstr "Pinterest"
|
544 |
|
545 |
+
#: gallery-plugin.php:1185
|
546 |
msgid "Google +1"
|
547 |
msgstr "Google +1"
|
548 |
|
549 |
+
#: gallery-plugin.php:1189
|
550 |
msgid "Slug for gallery item"
|
551 |
msgstr "Slug voor galerij-item"
|
552 |
|
553 |
+
#: gallery-plugin.php:1191
|
554 |
msgid "for any structure of permalinks except the default structure"
|
555 |
msgstr "voor elke structuur van permalink, behalve de standaard structuur"
|
556 |
|
557 |
+
#: gallery-plugin.php:1195
|
558 |
msgid "Title for lightbox button"
|
559 |
msgstr "Titel voor lightbox knop"
|
560 |
|
561 |
+
#: gallery-plugin.php:1201
|
562 |
msgid ""
|
563 |
"Display all images in the lightbox instead of going into a single gallery"
|
564 |
msgstr ""
|
565 |
|
566 |
+
#: gallery-plugin.php:1204
|
567 |
#, php-format
|
568 |
msgid "When using the gallery template or a shortcode with `%s` parameter"
|
569 |
msgstr ""
|
570 |
|
571 |
+
#: gallery-plugin.php:1230
|
572 |
msgid "Save Changes"
|
573 |
msgstr "Wijzigingen Opslaan"
|
574 |
|
575 |
+
#: gallery-plugin.php:1235
|
576 |
msgid ""
|
577 |
"If you install the demo-data, will be created galleries with images, demo-"
|
578 |
"post with available shortcodes and page with a list of all the galleries."
|
579 |
msgstr ""
|
580 |
|
581 |
+
#: gallery-plugin.php:1269
|
582 |
msgid "FAQ"
|
583 |
msgstr "FAQ "
|
584 |
|
585 |
+
#: gallery-plugin.php:1270
|
586 |
msgid "Support"
|
587 |
msgstr "Ondersteuning"
|
588 |
|
589 |
+
#: gallery-plugin.php:1309
|
590 |
msgid "Updating images..."
|
591 |
msgstr "Bijwerken foto's..."
|
592 |
|
593 |
+
#: gallery-plugin.php:1310
|
594 |
#, fuzzy
|
595 |
msgid "No image found."
|
596 |
msgstr "Geen foto gevonden"
|
597 |
|
598 |
+
#: gallery-plugin.php:1311
|
599 |
#, fuzzy
|
600 |
msgid "All images are updated."
|
601 |
msgstr "Alle foto's zijn bijgewerkt"
|
602 |
|
603 |
+
#: gallery-plugin.php:1312
|
604 |
msgid "Error."
|
605 |
msgstr "Fout."
|
606 |
|
607 |
+
#: gallery-plugin.php:1326
|
608 |
msgid ""
|
609 |
"You are about to delete these items from this gallery.\n"
|
610 |
" 'Cancel' to stop, 'OK' to delete."
|
611 |
msgstr ""
|
612 |
|
613 |
+
#: gallery-plugin.php:1327
|
614 |
msgid ""
|
615 |
"Switching to another mode, all unsaved data will be lost. Save data before "
|
616 |
"switching?"
|
617 |
msgstr ""
|
618 |
|
619 |
+
#: gallery-plugin.php:1328
|
620 |
msgid "Insert Media"
|
621 |
msgstr ""
|
622 |
|
623 |
+
#: gallery-plugin.php:1329
|
624 |
msgid "Insert"
|
625 |
msgstr ""
|
626 |
|
627 |
+
#: gallery-plugin.php:1341
|
628 |
#, fuzzy
|
629 |
msgid "Learn more"
|
630 |
msgstr "Kom meer te weten"
|
631 |
|
632 |
+
#: gallery-plugin.php:1353
|
633 |
#, fuzzy
|
634 |
msgid "Install now"
|
635 |
msgstr "Установка %"
|
636 |
|
637 |
+
#: gallery-plugin.php:1362
|
638 |
msgid "Add multiple gallery categories"
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: gallery-plugin.php:1362
|
642 |
msgid ""
|
643 |
"Install Gallery Categories plugin to add unlimited number of categories."
|
644 |
msgstr ""
|
645 |
|
646 |
+
#: gallery-plugin.php:1649 template/gallery-single-template.php:103
|
647 |
msgid "Sorry, nothing found."
|
648 |
msgstr "Sorry, niets gevonden."
|
649 |
|
650 |
+
#: gallery-plugin.php:1662 template/gallery-single-template.php:124
|
651 |
msgid "Image"
|
652 |
msgstr "Foto"
|
653 |
|
654 |
+
#: gallery-plugin.php:1662 template/gallery-single-template.php:19
|
655 |
msgid "Download high resolution image"
|
656 |
msgstr "Download hoge-resolutie foto"
|
657 |
|
658 |
+
#: gallery-plugin.php:1793
|
659 |
msgid "Image size not defined"
|
660 |
msgstr "Afmetingen van foto, niet gedefinieerd"
|
661 |
|
662 |
+
#: gallery-plugin.php:1808
|
663 |
msgid ""
|
664 |
"We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
|
665 |
"manually reload image."
|
667 |
"We kunnen alleen de volgende bestandstypen bijwerken: PNG, JPG, GIF, WPMP of "
|
668 |
"XBM (Voor overige, aub handmatig herladen)."
|
669 |
|
670 |
+
#: gallery-plugin.php:1819
|
671 |
msgid "Image size changes not defined"
|
672 |
msgstr "Wijzigingen van foto afmetingen, niet gedefinieerd"
|
673 |
|
674 |
+
#: gallery-plugin.php:1848 gallery-plugin.php:1851 gallery-plugin.php:1856
|
675 |
msgid "Invalid path"
|
676 |
msgstr "Ongeldig pad"
|
677 |
|
678 |
+
#: gallery-plugin.php:1959
|
679 |
msgid "Add images requires JavaScript."
|
680 |
msgstr ""
|
681 |
|
682 |
+
#: gallery-plugin.php:1962
|
683 |
msgid "Add Media"
|
684 |
msgstr ""
|
685 |
|
686 |
+
#: gallery-plugin.php:1972
|
687 |
msgid "The grid view for the Gallery images requires JavaScript."
|
688 |
msgstr ""
|
689 |
|
690 |
+
#: gallery-plugin.php:1972
|
691 |
msgid "Switch to the list view"
|
692 |
msgstr ""
|
693 |
|
694 |
+
#: gallery-plugin.php:1999
|
695 |
msgid "List View"
|
696 |
msgstr ""
|
697 |
|
698 |
+
#: gallery-plugin.php:2000
|
699 |
msgid "Grid View"
|
700 |
msgstr ""
|
701 |
|
702 |
+
#: gallery-plugin.php:2055
|
703 |
msgid "Filter"
|
704 |
msgstr ""
|
705 |
|
706 |
+
#: gallery-plugin.php:2059
|
707 |
msgid "Empty Trash"
|
708 |
msgstr ""
|
709 |
|
710 |
+
#: gallery-plugin.php:2080
|
711 |
#, fuzzy
|
712 |
msgid "No images found"
|
713 |
msgstr "Geen foto gevonden"
|
714 |
|
715 |
+
#: gallery-plugin.php:2132
|
716 |
msgid "Select bulk action"
|
717 |
msgstr ""
|
718 |
|
719 |
+
#: gallery-plugin.php:2134
|
720 |
msgid "Bulk Actions"
|
721 |
msgstr ""
|
722 |
|
723 |
+
#: gallery-plugin.php:2144
|
724 |
msgid "Apply"
|
725 |
msgstr ""
|
726 |
|
727 |
+
#: gallery-plugin.php:2151 gallery-plugin.php:2330
|
728 |
#, fuzzy
|
729 |
msgid "Delete from Gallery"
|
730 |
msgstr "Nieuwe Galerij"
|
731 |
|
732 |
+
#: gallery-plugin.php:2164 gallery-plugin.php:2178
|
733 |
#, fuzzy
|
734 |
msgid "Display link to the original file under each image in the lightbox"
|
735 |
msgstr "Geef volledige grootte weer, voor lightbox"
|
736 |
|
737 |
+
#: gallery-plugin.php:2173
|
738 |
msgid "Bulk Select"
|
739 |
msgstr ""
|
740 |
|
741 |
+
#: gallery-plugin.php:2175
|
742 |
msgid "Cancel Selection"
|
743 |
msgstr ""
|
744 |
|
745 |
+
#: gallery-plugin.php:2176
|
746 |
msgid "Delete Selected"
|
747 |
msgstr ""
|
748 |
|
749 |
+
#: gallery-plugin.php:2189
|
750 |
msgid "File"
|
751 |
msgstr ""
|
752 |
|
753 |
+
#: gallery-plugin.php:2190 gallery-plugin.php:2279 gallery-plugin.php:2388
|
754 |
msgid "Dimensions"
|
755 |
msgstr ""
|
756 |
|
757 |
+
#: gallery-plugin.php:2192 gallery-plugin.php:2312 gallery-plugin.php:2398
|
758 |
msgid "Alt tag"
|
759 |
msgstr "Alt tag"
|
760 |
|
761 |
+
#: gallery-plugin.php:2192 gallery-plugin.php:2314
|
762 |
msgid ""
|
763 |
"The alt attribute specifies an alternate text for an image, if the image "
|
764 |
"cannot be displayed."
|
765 |
msgstr ""
|
766 |
|
767 |
+
#: gallery-plugin.php:2193 gallery-plugin.php:2320 gallery-plugin.php:2403
|
768 |
msgid "Custom URL"
|
769 |
msgstr ""
|
770 |
|
771 |
+
#: gallery-plugin.php:2193 gallery-plugin.php:2322
|
772 |
msgid ""
|
773 |
"By clicking on the thumbnail you'll go to the link (if the field is filled) "
|
774 |
"or the image will be opened in the lightbox (if the field isn't filled)"
|
775 |
msgstr ""
|
776 |
|
777 |
+
#: gallery-plugin.php:2271
|
778 |
msgid "Deselect"
|
779 |
msgstr ""
|
780 |
|
781 |
+
#: gallery-plugin.php:2277
|
782 |
msgid "File name"
|
783 |
msgstr ""
|
784 |
|
785 |
+
#: gallery-plugin.php:2278
|
786 |
msgid "File type"
|
787 |
msgstr ""
|
788 |
|
789 |
+
#: gallery-plugin.php:2282 gallery-plugin.php:2384
|
790 |
#, fuzzy
|
791 |
msgid "Edit Attachment Info"
|
792 |
msgstr "Bijlage ID"
|
793 |
|
794 |
+
#: gallery-plugin.php:2282
|
795 |
#, fuzzy
|
796 |
msgid "Edit Attachment"
|
797 |
msgstr "Bijlage ID"
|
798 |
|
799 |
+
#: gallery-plugin.php:2292
|
800 |
#, fuzzy
|
801 |
msgid "Go Pro"
|
802 |
msgstr "Ga PRO"
|
803 |
|
804 |
+
#: gallery-plugin.php:2292
|
805 |
msgid "Pro version"
|
806 |
msgstr ""
|
807 |
|
808 |
+
#: gallery-plugin.php:2295
|
809 |
msgid "This setting is available in Pro version"
|
810 |
msgstr "Deze instelling is alleen beschikbaar in de Pro versie"
|
811 |
|
812 |
+
#: gallery-plugin.php:2328
|
813 |
msgid "Edit more details"
|
814 |
msgstr ""
|
815 |
|
816 |
+
#: gallery-plugin.php:2363
|
817 |
#, php-format
|
818 |
msgid "Select %s"
|
819 |
msgstr ""
|
820 |
|
821 |
+
#: gallery-plugin.php:2376
|
822 |
#, php-format
|
823 |
msgid "Edit “%s”"
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: gallery-plugin.php:2421 gallery-plugin.php:2434
|
827 |
msgid "Edit"
|
828 |
msgstr ""
|
829 |
|
830 |
+
#: gallery-plugin.php:2424 gallery-plugin.php:2439
|
831 |
msgid "Trash"
|
832 |
msgstr ""
|
833 |
|
834 |
+
#: gallery-plugin.php:2427 gallery-plugin.php:2442
|
835 |
msgid "Delete Permanently"
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: gallery-plugin.php:2429 gallery-plugin.php:2447
|
839 |
#, php-format
|
840 |
msgid "View “%s”"
|
841 |
msgstr ""
|
842 |
|
843 |
+
#: gallery-plugin.php:2429 gallery-plugin.php:2447
|
844 |
msgid "View"
|
845 |
msgstr ""
|
846 |
|
847 |
+
#: gallery-plugin.php:2431
|
848 |
#, fuzzy
|
849 |
msgid "Attach"
|
850 |
msgstr "Bijlage ID"
|
851 |
|
852 |
+
#: gallery-plugin.php:2437
|
853 |
msgid "Restore"
|
854 |
msgstr ""
|
855 |
|
856 |
+
#: gallery-plugin.php:2568
|
857 |
msgid "Warning"
|
858 |
msgstr ""
|
859 |
|
860 |
+
#: gallery-plugin.php:2568
|
861 |
msgid "You can add only images to the gallery"
|
862 |
msgstr ""
|
863 |
|
864 |
+
#: gallery-plugin.php:2610
|
865 |
#, fuzzy
|
866 |
msgid "no title"
|
867 |
msgstr "Titel"
|
868 |
|
869 |
+
#: gallery-plugin.php:2618
|
870 |
#, fuzzy
|
871 |
msgid "Sorry, no gallery found."
|
872 |
msgstr "Sorry, niets gevonden."
|
873 |
|
874 |
+
#: gallery-plugin.php:2624
|
875 |
#, fuzzy
|
876 |
msgid ""
|
877 |
"Display an album image with the description and the link to a single gallery "
|
languages/gallery-plugin-pt_BR.mo
CHANGED
Binary file
|
languages/gallery-plugin-pt_BR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
-
"PO-Revision-Date: 2016-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: DJIO | Dionizio Bonfim Bach <wordpress@djio.com.br>\n"
|
9 |
"Language: pt_BR\n"
|
@@ -20,8 +20,8 @@ msgstr ""
|
|
20 |
|
21 |
# @ bestwebsoft
|
22 |
# @ gallery
|
23 |
-
#: gallery-plugin.php:45 gallery-plugin.php:
|
24 |
-
#: gallery-plugin.php:
|
25 |
msgid "Settings"
|
26 |
msgstr "Configurações"
|
27 |
|
@@ -35,7 +35,7 @@ msgid "Return to all albums"
|
|
35 |
msgstr ""
|
36 |
|
37 |
# @ gallery
|
38 |
-
#: gallery-plugin.php:
|
39 |
#, fuzzy, php-format
|
40 |
msgid ""
|
41 |
"The following files '%s' and '%s' were not found in the directory of your "
|
@@ -48,59 +48,59 @@ msgstr ""
|
|
48 |
"diretório do seu tema para que o plugin Galeria funcione corretamente"
|
49 |
|
50 |
# @ gallery
|
51 |
-
#: gallery-plugin.php:
|
52 |
msgid "Galleries"
|
53 |
msgstr "Galerias"
|
54 |
|
55 |
# @ gallery
|
56 |
-
#: gallery-plugin.php:
|
57 |
msgid "Gallery"
|
58 |
msgstr "Galeria"
|
59 |
|
60 |
# @ gallery
|
61 |
-
#: gallery-plugin.php:
|
62 |
msgid "Add New Gallery"
|
63 |
msgstr "Adicionar Nova Galeria"
|
64 |
|
65 |
# @ gallery
|
66 |
-
#: gallery-plugin.php:
|
67 |
msgid "Edit Gallery"
|
68 |
msgstr "Editar Galeria"
|
69 |
|
70 |
# @ gallery
|
71 |
-
#: gallery-plugin.php:
|
72 |
msgid "New Gallery"
|
73 |
msgstr "Nova Galeria"
|
74 |
|
75 |
# @ gallery
|
76 |
-
#: gallery-plugin.php:
|
77 |
msgid "View Gallery"
|
78 |
msgstr "Ver Galeria"
|
79 |
|
80 |
# @ gallery
|
81 |
-
#: gallery-plugin.php:
|
82 |
#, fuzzy
|
83 |
msgid "Search Galleries"
|
84 |
msgstr "Galerias"
|
85 |
|
86 |
# @ gallery
|
87 |
-
#: gallery-plugin.php:
|
88 |
msgid "No Gallery found"
|
89 |
msgstr "Nenhuma Galeria foi encontrada"
|
90 |
|
91 |
# @ gallery
|
92 |
-
#: gallery-plugin.php:
|
93 |
msgid "Gallery Shortcode"
|
94 |
msgstr "Shortcode da Galeria"
|
95 |
|
96 |
# @ gallery
|
97 |
-
#: gallery-plugin.php:
|
98 |
#, fuzzy
|
99 |
msgid "Gallery Categories"
|
100 |
msgstr "Tamanho da imagem da galeria"
|
101 |
|
102 |
# @ gallery
|
103 |
-
#: gallery-plugin.php:
|
104 |
#, fuzzy, php-format
|
105 |
msgid ""
|
106 |
"If you would like to add a Gallery to your page or post, please use %s button"
|
@@ -108,7 +108,7 @@ msgstr ""
|
|
108 |
"Se você quiser adicionar uma Galeria específica em sua página ou post, basta "
|
109 |
"copiar e colar este shortcode em seu post ou página:"
|
110 |
|
111 |
-
#: gallery-plugin.php:
|
112 |
#, php-format
|
113 |
msgid ""
|
114 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
@@ -116,13 +116,13 @@ msgid ""
|
|
116 |
"please use the shortcode below"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: gallery-plugin.php:
|
120 |
msgid ""
|
121 |
"Add this shortcode to a page, post or widget to display a single gallery"
|
122 |
msgstr ""
|
123 |
|
124 |
# @ gallery
|
125 |
-
#: gallery-plugin.php:
|
126 |
#, fuzzy
|
127 |
msgid ""
|
128 |
"Use this shortcode to display an album image with the description and the "
|
@@ -131,84 +131,88 @@ msgstr ""
|
|
131 |
"Se você quiser mostrar uma breve descrição contendo a miniatura e o link "
|
132 |
"para a Página da Galeria use assim"
|
133 |
|
134 |
-
#: gallery-plugin.php:
|
135 |
msgid "Short display"
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: gallery-plugin.php:
|
139 |
msgid "Most Used"
|
140 |
msgstr ""
|
141 |
|
142 |
# @ gallery
|
143 |
-
#: gallery-plugin.php:
|
144 |
msgid "Default"
|
145 |
msgstr "Padrão"
|
146 |
|
147 |
# @ gallery
|
148 |
-
#: gallery-plugin.php:
|
149 |
#, fuzzy
|
150 |
msgid "Add New Gallery Category"
|
151 |
msgstr "Adicionar Nova Galeria"
|
152 |
|
153 |
-
#: gallery-plugin.php:
|
154 |
msgid "Install plugin"
|
155 |
msgstr ""
|
156 |
|
157 |
# @ gallery
|
158 |
-
#: gallery-plugin.php:
|
159 |
-
#: gallery-plugin.php:
|
160 |
msgid "Title"
|
161 |
msgstr "Título"
|
162 |
|
163 |
# @ gallery
|
164 |
-
#: gallery-plugin.php:
|
165 |
msgid "Author"
|
166 |
msgstr "Autor"
|
167 |
|
168 |
# @ gallery
|
169 |
-
#: gallery-plugin.php:
|
170 |
#, fuzzy
|
171 |
msgid "Shortcode"
|
172 |
msgstr "Shortcode da Galeria"
|
173 |
|
174 |
# @ gallery
|
175 |
-
#: gallery-plugin.php:
|
176 |
#, fuzzy
|
177 |
msgid "Photos"
|
178 |
msgstr "Foto"
|
179 |
|
180 |
# @ gallery
|
181 |
-
#: gallery-plugin.php:
|
182 |
msgid "Date"
|
183 |
msgstr "Data"
|
184 |
|
185 |
# @ gallery
|
186 |
-
#: gallery-plugin.php:
|
187 |
msgid "Settings are saved"
|
188 |
msgstr "As configurações estão salvas"
|
189 |
|
190 |
# @ gallery
|
191 |
-
#: gallery-plugin.php:
|
192 |
#, fuzzy
|
193 |
msgid "All plugin settings were restored."
|
194 |
msgstr "da página de configurações do plugin ("
|
195 |
|
196 |
# @ gallery
|
197 |
-
#: gallery-plugin.php:
|
198 |
msgid "Gallery Settings"
|
199 |
msgstr "Configurações da Galeria"
|
200 |
|
201 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
202 |
msgid "Go PRO"
|
203 |
msgstr ""
|
204 |
|
205 |
# @ gallery
|
206 |
-
#: gallery-plugin.php:
|
207 |
#, fuzzy
|
208 |
msgid "Please enable JavaScript to use the option to renew images."
|
209 |
msgstr "Favor havilitar o Javascript para usar o envio de arquivos."
|
210 |
|
211 |
-
#: gallery-plugin.php:
|
212 |
#, php-format
|
213 |
msgid ""
|
214 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
@@ -217,12 +221,12 @@ msgid ""
|
|
217 |
msgstr ""
|
218 |
|
219 |
# @ gallery
|
220 |
-
#: gallery-plugin.php:
|
221 |
msgid "Number of images in the row"
|
222 |
msgstr "Número de imagens por linha"
|
223 |
|
224 |
# @ gallery
|
225 |
-
#: gallery-plugin.php:
|
226 |
#, fuzzy
|
227 |
msgid ""
|
228 |
"The number of images per row can be less depending on the width of the "
|
@@ -230,12 +234,12 @@ msgid ""
|
|
230 |
msgstr "Número de imagens por linha"
|
231 |
|
232 |
# @ gallery
|
233 |
-
#: gallery-plugin.php:
|
234 |
msgid "Image size"
|
235 |
msgstr "Tamanho da imagem"
|
236 |
|
237 |
# @ gallery
|
238 |
-
#: gallery-plugin.php:
|
239 |
msgid ""
|
240 |
"WordPress will create a new thumbnail with the specified dimensions when you "
|
241 |
"upload a new photo."
|
@@ -244,172 +248,172 @@ msgstr ""
|
|
244 |
"você enviar uma nova foto."
|
245 |
|
246 |
# @ gallery
|
247 |
-
#: gallery-plugin.php:
|
248 |
#, fuzzy
|
249 |
msgid "For the album cover"
|
250 |
msgstr "Tamanho da imagem de capa do álbum"
|
251 |
|
252 |
-
#: gallery-plugin.php:
|
253 |
msgid "width x height"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: gallery-plugin.php:
|
257 |
msgid "in px"
|
258 |
msgstr ""
|
259 |
|
260 |
# @ gallery
|
261 |
-
#: gallery-plugin.php:
|
262 |
#, fuzzy
|
263 |
msgid "For thumbnails"
|
264 |
msgstr "Tamanho da imagem de capa do álbum"
|
265 |
|
266 |
-
#: gallery-plugin.php:
|
267 |
msgid "Update images for gallery"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: gallery-plugin.php:
|
271 |
msgid "Close"
|
272 |
msgstr ""
|
273 |
|
274 |
# @ gallery
|
275 |
-
#: gallery-plugin.php:
|
276 |
#, fuzzy
|
277 |
msgid "For images in the lightbox"
|
278 |
msgstr "Tamanho da imagem da galeria no Lightbox"
|
279 |
|
280 |
# @ gallery
|
281 |
-
#: gallery-plugin.php:
|
282 |
msgid "Display a full size image in the lightbox"
|
283 |
msgstr "Exibir a imagem em tamanho original no Lightbox"
|
284 |
|
285 |
# @ gallery
|
286 |
-
#: gallery-plugin.php:
|
287 |
msgid "Crop position"
|
288 |
msgstr "Posição de recorte"
|
289 |
|
290 |
# @ gallery
|
291 |
-
#: gallery-plugin.php:
|
292 |
msgid "center"
|
293 |
msgstr "centro"
|
294 |
|
295 |
# @ gallery
|
296 |
-
#: gallery-plugin.php:
|
297 |
msgid "Horizontal"
|
298 |
msgstr "Horizontal"
|
299 |
|
300 |
# @ gallery
|
301 |
-
#: gallery-plugin.php:
|
302 |
msgid "Vertical"
|
303 |
msgstr "Vertical"
|
304 |
|
305 |
# @ gallery
|
306 |
-
#: gallery-plugin.php:
|
307 |
#, fuzzy
|
308 |
msgid "Single gallery view"
|
309 |
msgstr "Slug para o item da galeria"
|
310 |
|
311 |
-
#: gallery-plugin.php:
|
312 |
msgid "Grid"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: gallery-plugin.php:
|
316 |
msgid "Masonry"
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: gallery-plugin.php:
|
320 |
msgid ""
|
321 |
"If you upgrade to Pro version all your settings and galleries will be saved."
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: gallery-plugin.php:
|
325 |
msgid "Unlock premium options by upgrading to Pro version"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: gallery-plugin.php:
|
329 |
msgid "Start Your Trial"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: gallery-plugin.php:
|
333 |
msgid "or"
|
334 |
msgstr ""
|
335 |
|
336 |
-
#: gallery-plugin.php:
|
337 |
msgid "Learn More"
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: gallery-plugin.php:
|
341 |
msgid "Display image text"
|
342 |
msgstr ""
|
343 |
|
344 |
# @ gallery
|
345 |
-
#: gallery-plugin.php:
|
346 |
msgid "Turn off the checkbox, if you want to display text just in a lightbox"
|
347 |
msgstr ""
|
348 |
"Desmarque a caixa de seleção, se você deseja mostrar texto apenas numa "
|
349 |
"lightbox"
|
350 |
|
351 |
# @ gallery
|
352 |
-
#: gallery-plugin.php:
|
353 |
msgid "Images with border"
|
354 |
msgstr "Imagens com borda"
|
355 |
|
356 |
# @ gallery
|
357 |
-
#: gallery-plugin.php:
|
358 |
msgid "Border width in px, just numbers"
|
359 |
msgstr "Largura da borda em px, apenas os números"
|
360 |
|
361 |
# @ gallery
|
362 |
-
#: gallery-plugin.php:
|
363 |
msgid "Select a border color"
|
364 |
msgstr "Escolha a cor da borda"
|
365 |
|
366 |
# @ gallery
|
367 |
-
#: gallery-plugin.php:
|
368 |
msgid "Sort images"
|
369 |
msgstr "Ordenar imagens:"
|
370 |
|
371 |
# @ gallery
|
372 |
-
#: gallery-plugin.php:
|
373 |
#, fuzzy
|
374 |
msgid "by Attachment ID"
|
375 |
msgstr "ID do anexo"
|
376 |
|
377 |
# @ gallery
|
378 |
-
#: gallery-plugin.php:
|
379 |
#, fuzzy
|
380 |
msgid "by Image Name"
|
381 |
msgstr "Nome da Imagem"
|
382 |
|
383 |
# @ gallery
|
384 |
-
#: gallery-plugin.php:
|
385 |
#, fuzzy
|
386 |
msgid "by Date"
|
387 |
msgstr "Data"
|
388 |
|
389 |
-
#: gallery-plugin.php:
|
390 |
msgid "by Sorting order in the Gallery"
|
391 |
msgstr ""
|
392 |
|
393 |
# @ gallery
|
394 |
-
#: gallery-plugin.php:
|
395 |
msgid "Random"
|
396 |
msgstr "Aleatório"
|
397 |
|
398 |
# @ gallery
|
399 |
-
#: gallery-plugin.php:
|
400 |
#, fuzzy
|
401 |
msgid "The images sort order"
|
402 |
msgstr "Imagens com borda"
|
403 |
|
404 |
# @ gallery
|
405 |
-
#: gallery-plugin.php:
|
406 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
407 |
msgstr ""
|
408 |
"ASC (ordem crescente dos valores mais baixos para os mais altos - 1, 2, 3; "
|
409 |
"a, b, c)"
|
410 |
|
411 |
# @ gallery
|
412 |
-
#: gallery-plugin.php:
|
413 |
msgid ""
|
414 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
415 |
msgstr ""
|
@@ -417,123 +421,123 @@ msgstr ""
|
|
417 |
"1; c, b, a)"
|
418 |
|
419 |
# @ gallery
|
420 |
-
#: gallery-plugin.php:
|
421 |
#, fuzzy
|
422 |
msgid "Sort galleries"
|
423 |
msgstr "Galerias"
|
424 |
|
425 |
# @ gallery
|
426 |
-
#: gallery-plugin.php:
|
427 |
#, fuzzy
|
428 |
msgid "by Gallery ID"
|
429 |
msgstr "Galeria"
|
430 |
|
431 |
# @ gallery
|
432 |
-
#: gallery-plugin.php:
|
433 |
#, fuzzy
|
434 |
msgid "by Title"
|
435 |
msgstr "Título"
|
436 |
|
437 |
-
#: gallery-plugin.php:
|
438 |
msgid "by Last modified date"
|
439 |
msgstr ""
|
440 |
|
441 |
-
#: gallery-plugin.php:
|
442 |
msgid "by Comment count"
|
443 |
msgstr ""
|
444 |
|
445 |
-
#: gallery-plugin.php:
|
446 |
msgid "by Sorting order (the input field for sorting order)"
|
447 |
msgstr ""
|
448 |
|
449 |
# @ gallery
|
450 |
-
#: gallery-plugin.php:
|
451 |
#, fuzzy
|
452 |
msgid "by Author"
|
453 |
msgstr "Autor"
|
454 |
|
455 |
-
#: gallery-plugin.php:
|
456 |
msgid "The galleries sort order"
|
457 |
msgstr ""
|
458 |
|
459 |
# @ gallery
|
460 |
-
#: gallery-plugin.php:
|
461 |
msgid "Start slideshow"
|
462 |
msgstr "Iniciar Apresentação de Slides"
|
463 |
|
464 |
# @ gallery
|
465 |
-
#: gallery-plugin.php:
|
466 |
msgid "Slideshow interval"
|
467 |
msgstr "Intervalo de tempo entre cada Slide"
|
468 |
|
469 |
-
#: gallery-plugin.php:
|
470 |
msgid "(ms)"
|
471 |
msgstr ""
|
472 |
|
473 |
-
#: gallery-plugin.php:
|
474 |
msgid "Use single lightbox for multiple galleries on one page"
|
475 |
msgstr ""
|
476 |
|
477 |
# @ gallery
|
478 |
-
#: gallery-plugin.php:
|
479 |
msgid "Display the Back link"
|
480 |
msgstr "Exibir o link Voltar"
|
481 |
|
482 |
# @ gallery
|
483 |
-
#: gallery-plugin.php:
|
484 |
msgid "Display the Back link in the shortcode"
|
485 |
msgstr "Exibir o link Voltar no shortcode"
|
486 |
|
487 |
# @ gallery
|
488 |
-
#: gallery-plugin.php:
|
489 |
msgid "The Back link text"
|
490 |
msgstr "Texto do link Voltar"
|
491 |
|
492 |
# @ gallery
|
493 |
-
#: gallery-plugin.php:
|
494 |
msgid "The Back link URL"
|
495 |
msgstr "URL do link Voltar"
|
496 |
|
497 |
# @ gallery
|
498 |
-
#: gallery-plugin.php:
|
499 |
msgid "Gallery page (Page with Gallery Template)"
|
500 |
msgstr "Página da Galeria (página usando o Modelo de Galeria)"
|
501 |
|
502 |
# @ gallery
|
503 |
-
#: gallery-plugin.php:
|
504 |
msgid "(Full URL to custom page)"
|
505 |
msgstr "(URL completa para a página personalizada)"
|
506 |
|
507 |
# @ gallery
|
508 |
-
#: gallery-plugin.php:
|
509 |
msgid "The Read More link text"
|
510 |
msgstr "Texto do link Leia Mais"
|
511 |
|
512 |
-
#: gallery-plugin.php:
|
513 |
msgid "Add gallery to the search"
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: gallery-plugin.php:
|
517 |
msgid "Using"
|
518 |
msgstr ""
|
519 |
|
520 |
-
#: gallery-plugin.php:
|
521 |
msgid "powered by"
|
522 |
msgstr ""
|
523 |
|
524 |
-
#: gallery-plugin.php:
|
525 |
msgid "Activate"
|
526 |
msgstr ""
|
527 |
|
528 |
-
#: gallery-plugin.php:
|
529 |
msgid "Download"
|
530 |
msgstr ""
|
531 |
|
532 |
-
#: gallery-plugin.php:
|
533 |
msgid "Rewrite templates after update"
|
534 |
msgstr ""
|
535 |
|
536 |
-
#: gallery-plugin.php:
|
537 |
#, php-format
|
538 |
msgid ""
|
539 |
"Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
|
@@ -541,421 +545,421 @@ msgid ""
|
|
541 |
msgstr ""
|
542 |
|
543 |
# @ gallery
|
544 |
-
#: gallery-plugin.php:
|
545 |
#, fuzzy
|
546 |
msgid "Under image"
|
547 |
msgstr "ordenar imagens"
|
548 |
|
549 |
-
#: gallery-plugin.php:
|
550 |
msgid "By mouse hover"
|
551 |
msgstr ""
|
552 |
|
553 |
-
#: gallery-plugin.php:
|
554 |
msgid "Use pagination for images"
|
555 |
msgstr ""
|
556 |
|
557 |
-
#: gallery-plugin.php:
|
558 |
msgid "per page"
|
559 |
msgstr ""
|
560 |
|
561 |
# @ gallery
|
562 |
-
#: gallery-plugin.php:
|
563 |
msgid "Lightbox background"
|
564 |
msgstr "Fundo do Lightbox"
|
565 |
|
566 |
# @ gallery
|
567 |
-
#: gallery-plugin.php:
|
568 |
msgid "Background transparency (from 0 to 1)"
|
569 |
msgstr "Transparência de background (de 0 a 1)"
|
570 |
|
571 |
# @ gallery
|
572 |
-
#: gallery-plugin.php:
|
573 |
msgid "Select a background color"
|
574 |
msgstr "Selecionar uma cor de fundo"
|
575 |
|
576 |
-
#: gallery-plugin.php:
|
577 |
msgid "The lightbox helper"
|
578 |
msgstr ""
|
579 |
|
580 |
-
#: gallery-plugin.php:
|
581 |
msgid "Do not use"
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: gallery-plugin.php:
|
585 |
msgid "Button helper"
|
586 |
msgstr ""
|
587 |
|
588 |
-
#: gallery-plugin.php:
|
589 |
msgid "Thumbnail helper"
|
590 |
msgstr ""
|
591 |
|
592 |
# @ gallery
|
593 |
-
#: gallery-plugin.php:
|
594 |
msgid "Display Like buttons in the lightbox"
|
595 |
msgstr "Exibir botões de Curtir no Lightbox"
|
596 |
|
597 |
# @ gallery
|
598 |
-
#: gallery-plugin.php:
|
599 |
msgid "FaceBook"
|
600 |
msgstr "Facebook"
|
601 |
|
602 |
# @ gallery
|
603 |
-
#: gallery-plugin.php:
|
604 |
msgid "Twitter"
|
605 |
msgstr "Twitter"
|
606 |
|
607 |
# @ gallery
|
608 |
-
#: gallery-plugin.php:
|
609 |
msgid "Pinterest"
|
610 |
msgstr "Pinterest"
|
611 |
|
612 |
# @ gallery
|
613 |
-
#: gallery-plugin.php:
|
614 |
msgid "Google +1"
|
615 |
msgstr "Google +1"
|
616 |
|
617 |
# @ gallery
|
618 |
-
#: gallery-plugin.php:
|
619 |
msgid "Slug for gallery item"
|
620 |
msgstr "Slug para o item da galeria"
|
621 |
|
622 |
# @ gallery
|
623 |
-
#: gallery-plugin.php:
|
624 |
msgid "for any structure of permalinks except the default structure"
|
625 |
msgstr ""
|
626 |
"para qualquer estrutura de links permanentes, exceto a estrutura padrão"
|
627 |
|
628 |
-
#: gallery-plugin.php:
|
629 |
msgid "Title for lightbox button"
|
630 |
msgstr ""
|
631 |
|
632 |
-
#: gallery-plugin.php:
|
633 |
msgid ""
|
634 |
"Display all images in the lightbox instead of going into a single gallery"
|
635 |
msgstr ""
|
636 |
|
637 |
-
#: gallery-plugin.php:
|
638 |
#, php-format
|
639 |
msgid "When using the gallery template or a shortcode with `%s` parameter"
|
640 |
msgstr ""
|
641 |
|
642 |
# @ default
|
643 |
-
#: gallery-plugin.php:
|
644 |
msgid "Save Changes"
|
645 |
msgstr "Salvar Alterações"
|
646 |
|
647 |
-
#: gallery-plugin.php:
|
648 |
msgid ""
|
649 |
"If you install the demo-data, will be created galleries with images, demo-"
|
650 |
"post with available shortcodes and page with a list of all the galleries."
|
651 |
msgstr ""
|
652 |
|
653 |
# @ gallery
|
654 |
-
#: gallery-plugin.php:
|
655 |
msgid "FAQ"
|
656 |
msgstr "FAQ"
|
657 |
|
658 |
# @ gallery
|
659 |
-
#: gallery-plugin.php:
|
660 |
msgid "Support"
|
661 |
msgstr "Suporte"
|
662 |
|
663 |
-
#: gallery-plugin.php:
|
664 |
msgid "Updating images..."
|
665 |
msgstr ""
|
666 |
|
667 |
# @ gallery
|
668 |
-
#: gallery-plugin.php:
|
669 |
#, fuzzy
|
670 |
msgid "No image found."
|
671 |
msgstr "Nenhuma Galeria foi encontrada"
|
672 |
|
673 |
-
#: gallery-plugin.php:
|
674 |
msgid "All images are updated."
|
675 |
msgstr ""
|
676 |
|
677 |
-
#: gallery-plugin.php:
|
678 |
msgid "Error."
|
679 |
msgstr ""
|
680 |
|
681 |
-
#: gallery-plugin.php:
|
682 |
msgid ""
|
683 |
"You are about to delete these items from this gallery.\n"
|
684 |
" 'Cancel' to stop, 'OK' to delete."
|
685 |
msgstr ""
|
686 |
|
687 |
-
#: gallery-plugin.php:
|
688 |
msgid ""
|
689 |
"Switching to another mode, all unsaved data will be lost. Save data before "
|
690 |
"switching?"
|
691 |
msgstr ""
|
692 |
|
693 |
-
#: gallery-plugin.php:
|
694 |
msgid "Insert Media"
|
695 |
msgstr ""
|
696 |
|
697 |
-
#: gallery-plugin.php:
|
698 |
msgid "Insert"
|
699 |
msgstr ""
|
700 |
|
701 |
-
#: gallery-plugin.php:
|
702 |
msgid "Learn more"
|
703 |
msgstr ""
|
704 |
|
705 |
-
#: gallery-plugin.php:
|
706 |
msgid "Install now"
|
707 |
msgstr ""
|
708 |
|
709 |
-
#: gallery-plugin.php:
|
710 |
msgid "Add multiple gallery categories"
|
711 |
msgstr ""
|
712 |
|
713 |
-
#: gallery-plugin.php:
|
714 |
msgid ""
|
715 |
"Install Gallery Categories plugin to add unlimited number of categories."
|
716 |
msgstr ""
|
717 |
|
718 |
# @ gallery
|
719 |
-
#: gallery-plugin.php:
|
720 |
msgid "Sorry, nothing found."
|
721 |
msgstr "Desculpe, nada foi encontrado."
|
722 |
|
723 |
# @ gallery
|
724 |
-
#: gallery-plugin.php:
|
725 |
msgid "Image"
|
726 |
msgstr "Imagem"
|
727 |
|
728 |
# @ gallery
|
729 |
-
#: gallery-plugin.php:
|
730 |
msgid "Download high resolution image"
|
731 |
msgstr "Download de imagem de alta resolução"
|
732 |
|
733 |
# @ gallery
|
734 |
-
#: gallery-plugin.php:
|
735 |
#, fuzzy
|
736 |
msgid "Image size not defined"
|
737 |
msgstr "Tamanho da imagem"
|
738 |
|
739 |
-
#: gallery-plugin.php:
|
740 |
msgid ""
|
741 |
"We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
|
742 |
"manually reload image."
|
743 |
msgstr ""
|
744 |
|
745 |
-
#: gallery-plugin.php:
|
746 |
msgid "Image size changes not defined"
|
747 |
msgstr ""
|
748 |
|
749 |
-
#: gallery-plugin.php:
|
750 |
msgid "Invalid path"
|
751 |
msgstr ""
|
752 |
|
753 |
-
#: gallery-plugin.php:
|
754 |
msgid "Add images requires JavaScript."
|
755 |
msgstr ""
|
756 |
|
757 |
-
#: gallery-plugin.php:
|
758 |
msgid "Add Media"
|
759 |
msgstr ""
|
760 |
|
761 |
-
#: gallery-plugin.php:
|
762 |
msgid "The grid view for the Gallery images requires JavaScript."
|
763 |
msgstr ""
|
764 |
|
765 |
-
#: gallery-plugin.php:
|
766 |
msgid "Switch to the list view"
|
767 |
msgstr ""
|
768 |
|
769 |
-
#: gallery-plugin.php:
|
770 |
msgid "List View"
|
771 |
msgstr ""
|
772 |
|
773 |
-
#: gallery-plugin.php:
|
774 |
msgid "Grid View"
|
775 |
msgstr ""
|
776 |
|
777 |
-
#: gallery-plugin.php:
|
778 |
msgid "Filter"
|
779 |
msgstr ""
|
780 |
|
781 |
-
#: gallery-plugin.php:
|
782 |
msgid "Empty Trash"
|
783 |
msgstr ""
|
784 |
|
785 |
# @ gallery
|
786 |
-
#: gallery-plugin.php:
|
787 |
#, fuzzy
|
788 |
msgid "No images found"
|
789 |
msgstr "Nenhuma Galeria foi encontrada"
|
790 |
|
791 |
-
#: gallery-plugin.php:
|
792 |
msgid "Select bulk action"
|
793 |
msgstr ""
|
794 |
|
795 |
-
#: gallery-plugin.php:
|
796 |
msgid "Bulk Actions"
|
797 |
msgstr ""
|
798 |
|
799 |
-
#: gallery-plugin.php:
|
800 |
msgid "Apply"
|
801 |
msgstr ""
|
802 |
|
803 |
# @ gallery
|
804 |
-
#: gallery-plugin.php:
|
805 |
#, fuzzy
|
806 |
msgid "Delete from Gallery"
|
807 |
msgstr "Nova Galeria"
|
808 |
|
809 |
# @ gallery
|
810 |
-
#: gallery-plugin.php:
|
811 |
#, fuzzy
|
812 |
msgid "Display link to the original file under each image in the lightbox"
|
813 |
msgstr "Exibir a imagem em tamanho original no Lightbox"
|
814 |
|
815 |
-
#: gallery-plugin.php:
|
816 |
msgid "Bulk Select"
|
817 |
msgstr ""
|
818 |
|
819 |
-
#: gallery-plugin.php:
|
820 |
msgid "Cancel Selection"
|
821 |
msgstr ""
|
822 |
|
823 |
-
#: gallery-plugin.php:
|
824 |
msgid "Delete Selected"
|
825 |
msgstr ""
|
826 |
|
827 |
-
#: gallery-plugin.php:
|
828 |
msgid "File"
|
829 |
msgstr ""
|
830 |
|
831 |
-
#: gallery-plugin.php:
|
832 |
msgid "Dimensions"
|
833 |
msgstr ""
|
834 |
|
835 |
-
#: gallery-plugin.php:
|
836 |
msgid "Alt tag"
|
837 |
msgstr ""
|
838 |
|
839 |
-
#: gallery-plugin.php:
|
840 |
msgid ""
|
841 |
"The alt attribute specifies an alternate text for an image, if the image "
|
842 |
"cannot be displayed."
|
843 |
msgstr ""
|
844 |
|
845 |
-
#: gallery-plugin.php:
|
846 |
msgid "Custom URL"
|
847 |
msgstr ""
|
848 |
|
849 |
-
#: gallery-plugin.php:
|
850 |
msgid ""
|
851 |
"By clicking on the thumbnail you'll go to the link (if the field is filled) "
|
852 |
"or the image will be opened in the lightbox (if the field isn't filled)"
|
853 |
msgstr ""
|
854 |
|
855 |
-
#: gallery-plugin.php:
|
856 |
msgid "Deselect"
|
857 |
msgstr ""
|
858 |
|
859 |
-
#: gallery-plugin.php:
|
860 |
msgid "File name"
|
861 |
msgstr ""
|
862 |
|
863 |
-
#: gallery-plugin.php:
|
864 |
msgid "File type"
|
865 |
msgstr ""
|
866 |
|
867 |
# @ gallery
|
868 |
-
#: gallery-plugin.php:
|
869 |
#, fuzzy
|
870 |
msgid "Edit Attachment Info"
|
871 |
msgstr "ID do anexo"
|
872 |
|
873 |
# @ gallery
|
874 |
-
#: gallery-plugin.php:
|
875 |
#, fuzzy
|
876 |
msgid "Edit Attachment"
|
877 |
msgstr "ID do anexo"
|
878 |
|
879 |
-
#: gallery-plugin.php:
|
880 |
msgid "Go Pro"
|
881 |
msgstr ""
|
882 |
|
883 |
-
#: gallery-plugin.php:
|
884 |
msgid "Pro version"
|
885 |
msgstr ""
|
886 |
|
887 |
# @ gallery
|
888 |
-
#: gallery-plugin.php:
|
889 |
msgid "This setting is available in Pro version"
|
890 |
msgstr "Esta configuração está disponível na versão Pro"
|
891 |
|
892 |
-
#: gallery-plugin.php:
|
893 |
msgid "Edit more details"
|
894 |
msgstr ""
|
895 |
|
896 |
-
#: gallery-plugin.php:
|
897 |
#, php-format
|
898 |
msgid "Select %s"
|
899 |
msgstr ""
|
900 |
|
901 |
-
#: gallery-plugin.php:
|
902 |
#, php-format
|
903 |
msgid "Edit “%s”"
|
904 |
msgstr ""
|
905 |
|
906 |
-
#: gallery-plugin.php:
|
907 |
msgid "Edit"
|
908 |
msgstr ""
|
909 |
|
910 |
-
#: gallery-plugin.php:
|
911 |
msgid "Trash"
|
912 |
msgstr ""
|
913 |
|
914 |
-
#: gallery-plugin.php:
|
915 |
msgid "Delete Permanently"
|
916 |
msgstr ""
|
917 |
|
918 |
-
#: gallery-plugin.php:
|
919 |
#, php-format
|
920 |
msgid "View “%s”"
|
921 |
msgstr ""
|
922 |
|
923 |
-
#: gallery-plugin.php:
|
924 |
msgid "View"
|
925 |
msgstr ""
|
926 |
|
927 |
# @ gallery
|
928 |
-
#: gallery-plugin.php:
|
929 |
#, fuzzy
|
930 |
msgid "Attach"
|
931 |
msgstr "ID do anexo"
|
932 |
|
933 |
-
#: gallery-plugin.php:
|
934 |
msgid "Restore"
|
935 |
msgstr ""
|
936 |
|
937 |
-
#: gallery-plugin.php:
|
938 |
msgid "Warning"
|
939 |
msgstr ""
|
940 |
|
941 |
-
#: gallery-plugin.php:
|
942 |
msgid "You can add only images to the gallery"
|
943 |
msgstr ""
|
944 |
|
945 |
# @ gallery
|
946 |
-
#: gallery-plugin.php:
|
947 |
#, fuzzy
|
948 |
msgid "no title"
|
949 |
msgstr "Título"
|
950 |
|
951 |
# @ gallery
|
952 |
-
#: gallery-plugin.php:
|
953 |
#, fuzzy
|
954 |
msgid "Sorry, no gallery found."
|
955 |
msgstr "Desculpe, nada foi encontrado."
|
956 |
|
957 |
# @ gallery
|
958 |
-
#: gallery-plugin.php:
|
959 |
#, fuzzy
|
960 |
msgid ""
|
961 |
"Display an album image with the description and the link to a single gallery "
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-04-04 15:35+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-04-04 15:36+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: DJIO | Dionizio Bonfim Bach <wordpress@djio.com.br>\n"
|
9 |
"Language: pt_BR\n"
|
20 |
|
21 |
# @ bestwebsoft
|
22 |
# @ gallery
|
23 |
+
#: gallery-plugin.php:45 gallery-plugin.php:883 gallery-plugin.php:1268
|
24 |
+
#: gallery-plugin.php:1285
|
25 |
msgid "Settings"
|
26 |
msgstr "Configurações"
|
27 |
|
35 |
msgstr ""
|
36 |
|
37 |
# @ gallery
|
38 |
+
#: gallery-plugin.php:383
|
39 |
#, fuzzy, php-format
|
40 |
msgid ""
|
41 |
"The following files '%s' and '%s' were not found in the directory of your "
|
48 |
"diretório do seu tema para que o plugin Galeria funcione corretamente"
|
49 |
|
50 |
# @ gallery
|
51 |
+
#: gallery-plugin.php:394 gallery-plugin.php:403
|
52 |
msgid "Galleries"
|
53 |
msgstr "Galerias"
|
54 |
|
55 |
# @ gallery
|
56 |
+
#: gallery-plugin.php:395 gallery-plugin.php:2616
|
57 |
msgid "Gallery"
|
58 |
msgstr "Galeria"
|
59 |
|
60 |
# @ gallery
|
61 |
+
#: gallery-plugin.php:396
|
62 |
msgid "Add New Gallery"
|
63 |
msgstr "Adicionar Nova Galeria"
|
64 |
|
65 |
# @ gallery
|
66 |
+
#: gallery-plugin.php:397
|
67 |
msgid "Edit Gallery"
|
68 |
msgstr "Editar Galeria"
|
69 |
|
70 |
# @ gallery
|
71 |
+
#: gallery-plugin.php:398
|
72 |
msgid "New Gallery"
|
73 |
msgstr "Nova Galeria"
|
74 |
|
75 |
# @ gallery
|
76 |
+
#: gallery-plugin.php:399
|
77 |
msgid "View Gallery"
|
78 |
msgstr "Ver Galeria"
|
79 |
|
80 |
# @ gallery
|
81 |
+
#: gallery-plugin.php:400
|
82 |
#, fuzzy
|
83 |
msgid "Search Galleries"
|
84 |
msgstr "Galerias"
|
85 |
|
86 |
# @ gallery
|
87 |
+
#: gallery-plugin.php:401
|
88 |
msgid "No Gallery found"
|
89 |
msgstr "Nenhuma Galeria foi encontrada"
|
90 |
|
91 |
# @ gallery
|
92 |
+
#: gallery-plugin.php:458
|
93 |
msgid "Gallery Shortcode"
|
94 |
msgstr "Shortcode da Galeria"
|
95 |
|
96 |
# @ gallery
|
97 |
+
#: gallery-plugin.php:460 gallery-plugin.php:501 gallery-plugin.php:2599
|
98 |
#, fuzzy
|
99 |
msgid "Gallery Categories"
|
100 |
msgstr "Tamanho da imagem da galeria"
|
101 |
|
102 |
# @ gallery
|
103 |
+
#: gallery-plugin.php:470 gallery-plugin.php:902
|
104 |
#, fuzzy, php-format
|
105 |
msgid ""
|
106 |
"If you would like to add a Gallery to your page or post, please use %s button"
|
108 |
"Se você quiser adicionar uma Galeria específica em sua página ou post, basta "
|
109 |
"copiar e colar este shortcode em seu post ou página:"
|
110 |
|
111 |
+
#: gallery-plugin.php:475
|
112 |
#, php-format
|
113 |
msgid ""
|
114 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
116 |
"please use the shortcode below"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: gallery-plugin.php:481
|
120 |
msgid ""
|
121 |
"Add this shortcode to a page, post or widget to display a single gallery"
|
122 |
msgstr ""
|
123 |
|
124 |
# @ gallery
|
125 |
+
#: gallery-plugin.php:484
|
126 |
#, fuzzy
|
127 |
msgid ""
|
128 |
"Use this shortcode to display an album image with the description and the "
|
131 |
"Se você quiser mostrar uma breve descrição contendo a miniatura e o link "
|
132 |
"para a Página da Galeria use assim"
|
133 |
|
134 |
+
#: gallery-plugin.php:486
|
135 |
msgid "Short display"
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: gallery-plugin.php:502
|
139 |
msgid "Most Used"
|
140 |
msgstr ""
|
141 |
|
142 |
# @ gallery
|
143 |
+
#: gallery-plugin.php:507 gallery-plugin.php:1166
|
144 |
msgid "Default"
|
145 |
msgstr "Padrão"
|
146 |
|
147 |
# @ gallery
|
148 |
+
#: gallery-plugin.php:512
|
149 |
#, fuzzy
|
150 |
msgid "Add New Gallery Category"
|
151 |
msgstr "Adicionar Nova Galeria"
|
152 |
|
153 |
+
#: gallery-plugin.php:517
|
154 |
msgid "Install plugin"
|
155 |
msgstr ""
|
156 |
|
157 |
# @ gallery
|
158 |
+
#: gallery-plugin.php:675 gallery-plugin.php:2191 gallery-plugin.php:2306
|
159 |
+
#: gallery-plugin.php:2393
|
160 |
msgid "Title"
|
161 |
msgstr "Título"
|
162 |
|
163 |
# @ gallery
|
164 |
+
#: gallery-plugin.php:676
|
165 |
msgid "Author"
|
166 |
msgstr "Autor"
|
167 |
|
168 |
# @ gallery
|
169 |
+
#: gallery-plugin.php:677
|
170 |
#, fuzzy
|
171 |
msgid "Shortcode"
|
172 |
msgstr "Shortcode da Galeria"
|
173 |
|
174 |
# @ gallery
|
175 |
+
#: gallery-plugin.php:678
|
176 |
#, fuzzy
|
177 |
msgid "Photos"
|
178 |
msgstr "Foto"
|
179 |
|
180 |
# @ gallery
|
181 |
+
#: gallery-plugin.php:679
|
182 |
msgid "Date"
|
183 |
msgstr "Data"
|
184 |
|
185 |
# @ gallery
|
186 |
+
#: gallery-plugin.php:852
|
187 |
msgid "Settings are saved"
|
188 |
msgstr "As configurações estão salvas"
|
189 |
|
190 |
# @ gallery
|
191 |
+
#: gallery-plugin.php:869
|
192 |
#, fuzzy
|
193 |
msgid "All plugin settings were restored."
|
194 |
msgstr "da página de configurações do plugin ("
|
195 |
|
196 |
# @ gallery
|
197 |
+
#: gallery-plugin.php:881
|
198 |
msgid "Gallery Settings"
|
199 |
msgstr "Configurações da Galeria"
|
200 |
|
201 |
+
#: gallery-plugin.php:884
|
202 |
+
msgid "Custom code"
|
203 |
+
msgstr ""
|
204 |
+
|
205 |
+
#: gallery-plugin.php:885
|
206 |
msgid "Go PRO"
|
207 |
msgstr ""
|
208 |
|
209 |
# @ gallery
|
210 |
+
#: gallery-plugin.php:895
|
211 |
#, fuzzy
|
212 |
msgid "Please enable JavaScript to use the option to renew images."
|
213 |
msgstr "Favor havilitar o Javascript para usar o envio de arquivos."
|
214 |
|
215 |
+
#: gallery-plugin.php:907
|
216 |
#, php-format
|
217 |
msgid ""
|
218 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
221 |
msgstr ""
|
222 |
|
223 |
# @ gallery
|
224 |
+
#: gallery-plugin.php:917
|
225 |
msgid "Number of images in the row"
|
226 |
msgstr "Número de imagens por linha"
|
227 |
|
228 |
# @ gallery
|
229 |
+
#: gallery-plugin.php:919
|
230 |
#, fuzzy
|
231 |
msgid ""
|
232 |
"The number of images per row can be less depending on the width of the "
|
234 |
msgstr "Número de imagens por linha"
|
235 |
|
236 |
# @ gallery
|
237 |
+
#: gallery-plugin.php:923 gallery-plugin.php:949
|
238 |
msgid "Image size"
|
239 |
msgstr "Tamanho da imagem"
|
240 |
|
241 |
# @ gallery
|
242 |
+
#: gallery-plugin.php:926
|
243 |
msgid ""
|
244 |
"WordPress will create a new thumbnail with the specified dimensions when you "
|
245 |
"upload a new photo."
|
248 |
"você enviar uma nova foto."
|
249 |
|
250 |
# @ gallery
|
251 |
+
#: gallery-plugin.php:928
|
252 |
#, fuzzy
|
253 |
msgid "For the album cover"
|
254 |
msgstr "Tamanho da imagem de capa do álbum"
|
255 |
|
256 |
+
#: gallery-plugin.php:929 gallery-plugin.php:933 gallery-plugin.php:954
|
257 |
msgid "width x height"
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: gallery-plugin.php:929 gallery-plugin.php:933 gallery-plugin.php:954
|
261 |
msgid "in px"
|
262 |
msgstr ""
|
263 |
|
264 |
# @ gallery
|
265 |
+
#: gallery-plugin.php:932
|
266 |
#, fuzzy
|
267 |
msgid "For thumbnails"
|
268 |
msgstr "Tamanho da imagem de capa do álbum"
|
269 |
|
270 |
+
#: gallery-plugin.php:936
|
271 |
msgid "Update images for gallery"
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: gallery-plugin.php:945 gallery-plugin.php:1144 gallery-plugin.php:1371
|
275 |
msgid "Close"
|
276 |
msgstr ""
|
277 |
|
278 |
# @ gallery
|
279 |
+
#: gallery-plugin.php:952
|
280 |
#, fuzzy
|
281 |
msgid "For images in the lightbox"
|
282 |
msgstr "Tamanho da imagem da galeria no Lightbox"
|
283 |
|
284 |
# @ gallery
|
285 |
+
#: gallery-plugin.php:956
|
286 |
msgid "Display a full size image in the lightbox"
|
287 |
msgstr "Exibir a imagem em tamanho original no Lightbox"
|
288 |
|
289 |
# @ gallery
|
290 |
+
#: gallery-plugin.php:961
|
291 |
msgid "Crop position"
|
292 |
msgstr "Posição de recorte"
|
293 |
|
294 |
# @ gallery
|
295 |
+
#: gallery-plugin.php:965 gallery-plugin.php:971
|
296 |
msgid "center"
|
297 |
msgstr "centro"
|
298 |
|
299 |
# @ gallery
|
300 |
+
#: gallery-plugin.php:967
|
301 |
msgid "Horizontal"
|
302 |
msgstr "Horizontal"
|
303 |
|
304 |
# @ gallery
|
305 |
+
#: gallery-plugin.php:973
|
306 |
msgid "Vertical"
|
307 |
msgstr "Vertical"
|
308 |
|
309 |
# @ gallery
|
310 |
+
#: gallery-plugin.php:978
|
311 |
#, fuzzy
|
312 |
msgid "Single gallery view"
|
313 |
msgstr "Slug para o item da galeria"
|
314 |
|
315 |
+
#: gallery-plugin.php:981
|
316 |
msgid "Grid"
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: gallery-plugin.php:982
|
320 |
msgid "Masonry"
|
321 |
msgstr ""
|
322 |
|
323 |
+
#: gallery-plugin.php:988 gallery-plugin.php:1209
|
324 |
msgid ""
|
325 |
"If you upgrade to Pro version all your settings and galleries will be saved."
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: gallery-plugin.php:995 gallery-plugin.php:1216
|
329 |
msgid "Unlock premium options by upgrading to Pro version"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: gallery-plugin.php:999 gallery-plugin.php:1220
|
333 |
msgid "Start Your Trial"
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: gallery-plugin.php:1000 gallery-plugin.php:1221 gallery-plugin.php:2601
|
337 |
msgid "or"
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: gallery-plugin.php:1002 gallery-plugin.php:1223
|
341 |
msgid "Learn More"
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: gallery-plugin.php:1010 gallery-plugin.php:1148
|
345 |
msgid "Display image text"
|
346 |
msgstr ""
|
347 |
|
348 |
# @ gallery
|
349 |
+
#: gallery-plugin.php:1012
|
350 |
msgid "Turn off the checkbox, if you want to display text just in a lightbox"
|
351 |
msgstr ""
|
352 |
"Desmarque a caixa de seleção, se você deseja mostrar texto apenas numa "
|
353 |
"lightbox"
|
354 |
|
355 |
# @ gallery
|
356 |
+
#: gallery-plugin.php:1016
|
357 |
msgid "Images with border"
|
358 |
msgstr "Imagens com borda"
|
359 |
|
360 |
# @ gallery
|
361 |
+
#: gallery-plugin.php:1020
|
362 |
msgid "Border width in px, just numbers"
|
363 |
msgstr "Largura da borda em px, apenas os números"
|
364 |
|
365 |
# @ gallery
|
366 |
+
#: gallery-plugin.php:1021
|
367 |
msgid "Select a border color"
|
368 |
msgstr "Escolha a cor da borda"
|
369 |
|
370 |
# @ gallery
|
371 |
+
#: gallery-plugin.php:1026
|
372 |
msgid "Sort images"
|
373 |
msgstr "Ordenar imagens:"
|
374 |
|
375 |
# @ gallery
|
376 |
+
#: gallery-plugin.php:1029
|
377 |
#, fuzzy
|
378 |
msgid "by Attachment ID"
|
379 |
msgstr "ID do anexo"
|
380 |
|
381 |
# @ gallery
|
382 |
+
#: gallery-plugin.php:1030
|
383 |
#, fuzzy
|
384 |
msgid "by Image Name"
|
385 |
msgstr "Nome da Imagem"
|
386 |
|
387 |
# @ gallery
|
388 |
+
#: gallery-plugin.php:1031 gallery-plugin.php:1052
|
389 |
#, fuzzy
|
390 |
msgid "by Date"
|
391 |
msgstr "Data"
|
392 |
|
393 |
+
#: gallery-plugin.php:1032
|
394 |
msgid "by Sorting order in the Gallery"
|
395 |
msgstr ""
|
396 |
|
397 |
# @ gallery
|
398 |
+
#: gallery-plugin.php:1033 gallery-plugin.php:1057
|
399 |
msgid "Random"
|
400 |
msgstr "Aleatório"
|
401 |
|
402 |
# @ gallery
|
403 |
+
#: gallery-plugin.php:1038
|
404 |
#, fuzzy
|
405 |
msgid "The images sort order"
|
406 |
msgstr "Imagens com borda"
|
407 |
|
408 |
# @ gallery
|
409 |
+
#: gallery-plugin.php:1041 gallery-plugin.php:1065
|
410 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
411 |
msgstr ""
|
412 |
"ASC (ordem crescente dos valores mais baixos para os mais altos - 1, 2, 3; "
|
413 |
"a, b, c)"
|
414 |
|
415 |
# @ gallery
|
416 |
+
#: gallery-plugin.php:1042 gallery-plugin.php:1066
|
417 |
msgid ""
|
418 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
419 |
msgstr ""
|
421 |
"1; c, b, a)"
|
422 |
|
423 |
# @ gallery
|
424 |
+
#: gallery-plugin.php:1047
|
425 |
#, fuzzy
|
426 |
msgid "Sort galleries"
|
427 |
msgstr "Galerias"
|
428 |
|
429 |
# @ gallery
|
430 |
+
#: gallery-plugin.php:1050
|
431 |
#, fuzzy
|
432 |
msgid "by Gallery ID"
|
433 |
msgstr "Galeria"
|
434 |
|
435 |
# @ gallery
|
436 |
+
#: gallery-plugin.php:1051
|
437 |
#, fuzzy
|
438 |
msgid "by Title"
|
439 |
msgstr "Título"
|
440 |
|
441 |
+
#: gallery-plugin.php:1053
|
442 |
msgid "by Last modified date"
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: gallery-plugin.php:1054
|
446 |
msgid "by Comment count"
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: gallery-plugin.php:1055
|
450 |
msgid "by Sorting order (the input field for sorting order)"
|
451 |
msgstr ""
|
452 |
|
453 |
# @ gallery
|
454 |
+
#: gallery-plugin.php:1056
|
455 |
#, fuzzy
|
456 |
msgid "by Author"
|
457 |
msgstr "Autor"
|
458 |
|
459 |
+
#: gallery-plugin.php:1062
|
460 |
msgid "The galleries sort order"
|
461 |
msgstr ""
|
462 |
|
463 |
# @ gallery
|
464 |
+
#: gallery-plugin.php:1071
|
465 |
msgid "Start slideshow"
|
466 |
msgstr "Iniciar Apresentação de Slides"
|
467 |
|
468 |
# @ gallery
|
469 |
+
#: gallery-plugin.php:1074
|
470 |
msgid "Slideshow interval"
|
471 |
msgstr "Intervalo de tempo entre cada Slide"
|
472 |
|
473 |
+
#: gallery-plugin.php:1074
|
474 |
msgid "(ms)"
|
475 |
msgstr ""
|
476 |
|
477 |
+
#: gallery-plugin.php:1078
|
478 |
msgid "Use single lightbox for multiple galleries on one page"
|
479 |
msgstr ""
|
480 |
|
481 |
# @ gallery
|
482 |
+
#: gallery-plugin.php:1084
|
483 |
msgid "Display the Back link"
|
484 |
msgstr "Exibir o link Voltar"
|
485 |
|
486 |
# @ gallery
|
487 |
+
#: gallery-plugin.php:1090
|
488 |
msgid "Display the Back link in the shortcode"
|
489 |
msgstr "Exibir o link Voltar no shortcode"
|
490 |
|
491 |
# @ gallery
|
492 |
+
#: gallery-plugin.php:1096
|
493 |
msgid "The Back link text"
|
494 |
msgstr "Texto do link Voltar"
|
495 |
|
496 |
# @ gallery
|
497 |
+
#: gallery-plugin.php:1102
|
498 |
msgid "The Back link URL"
|
499 |
msgstr "URL do link Voltar"
|
500 |
|
501 |
# @ gallery
|
502 |
+
#: gallery-plugin.php:1105
|
503 |
msgid "Gallery page (Page with Gallery Template)"
|
504 |
msgstr "Página da Galeria (página usando o Modelo de Galeria)"
|
505 |
|
506 |
# @ gallery
|
507 |
+
#: gallery-plugin.php:1107
|
508 |
msgid "(Full URL to custom page)"
|
509 |
msgstr "(URL completa para a página personalizada)"
|
510 |
|
511 |
# @ gallery
|
512 |
+
#: gallery-plugin.php:1112
|
513 |
msgid "The Read More link text"
|
514 |
msgstr "Texto do link Leia Mais"
|
515 |
|
516 |
+
#: gallery-plugin.php:1118
|
517 |
msgid "Add gallery to the search"
|
518 |
msgstr ""
|
519 |
|
520 |
+
#: gallery-plugin.php:1123 gallery-plugin.php:1126 gallery-plugin.php:1130
|
521 |
msgid "Using"
|
522 |
msgstr ""
|
523 |
|
524 |
+
#: gallery-plugin.php:1123 gallery-plugin.php:1126 gallery-plugin.php:1130
|
525 |
msgid "powered by"
|
526 |
msgstr ""
|
527 |
|
528 |
+
#: gallery-plugin.php:1126 gallery-plugin.php:1346
|
529 |
msgid "Activate"
|
530 |
msgstr ""
|
531 |
|
532 |
+
#: gallery-plugin.php:1130
|
533 |
msgid "Download"
|
534 |
msgstr ""
|
535 |
|
536 |
+
#: gallery-plugin.php:1135
|
537 |
msgid "Rewrite templates after update"
|
538 |
msgstr ""
|
539 |
|
540 |
+
#: gallery-plugin.php:1137
|
541 |
#, php-format
|
542 |
msgid ""
|
543 |
"Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
|
545 |
msgstr ""
|
546 |
|
547 |
# @ gallery
|
548 |
+
#: gallery-plugin.php:1151
|
549 |
#, fuzzy
|
550 |
msgid "Under image"
|
551 |
msgstr "ordenar imagens"
|
552 |
|
553 |
+
#: gallery-plugin.php:1152
|
554 |
msgid "By mouse hover"
|
555 |
msgstr ""
|
556 |
|
557 |
+
#: gallery-plugin.php:1157
|
558 |
msgid "Use pagination for images"
|
559 |
msgstr ""
|
560 |
|
561 |
+
#: gallery-plugin.php:1160
|
562 |
msgid "per page"
|
563 |
msgstr ""
|
564 |
|
565 |
# @ gallery
|
566 |
+
#: gallery-plugin.php:1164
|
567 |
msgid "Lightbox background"
|
568 |
msgstr "Fundo do Lightbox"
|
569 |
|
570 |
# @ gallery
|
571 |
+
#: gallery-plugin.php:1167
|
572 |
msgid "Background transparency (from 0 to 1)"
|
573 |
msgstr "Transparência de background (de 0 a 1)"
|
574 |
|
575 |
# @ gallery
|
576 |
+
#: gallery-plugin.php:1168
|
577 |
msgid "Select a background color"
|
578 |
msgstr "Selecionar uma cor de fundo"
|
579 |
|
580 |
+
#: gallery-plugin.php:1172
|
581 |
msgid "The lightbox helper"
|
582 |
msgstr ""
|
583 |
|
584 |
+
#: gallery-plugin.php:1174
|
585 |
msgid "Do not use"
|
586 |
msgstr ""
|
587 |
|
588 |
+
#: gallery-plugin.php:1175
|
589 |
msgid "Button helper"
|
590 |
msgstr ""
|
591 |
|
592 |
+
#: gallery-plugin.php:1176
|
593 |
msgid "Thumbnail helper"
|
594 |
msgstr ""
|
595 |
|
596 |
# @ gallery
|
597 |
+
#: gallery-plugin.php:1180
|
598 |
msgid "Display Like buttons in the lightbox"
|
599 |
msgstr "Exibir botões de Curtir no Lightbox"
|
600 |
|
601 |
# @ gallery
|
602 |
+
#: gallery-plugin.php:1182
|
603 |
msgid "FaceBook"
|
604 |
msgstr "Facebook"
|
605 |
|
606 |
# @ gallery
|
607 |
+
#: gallery-plugin.php:1183
|
608 |
msgid "Twitter"
|
609 |
msgstr "Twitter"
|
610 |
|
611 |
# @ gallery
|
612 |
+
#: gallery-plugin.php:1184
|
613 |
msgid "Pinterest"
|
614 |
msgstr "Pinterest"
|
615 |
|
616 |
# @ gallery
|
617 |
+
#: gallery-plugin.php:1185
|
618 |
msgid "Google +1"
|
619 |
msgstr "Google +1"
|
620 |
|
621 |
# @ gallery
|
622 |
+
#: gallery-plugin.php:1189
|
623 |
msgid "Slug for gallery item"
|
624 |
msgstr "Slug para o item da galeria"
|
625 |
|
626 |
# @ gallery
|
627 |
+
#: gallery-plugin.php:1191
|
628 |
msgid "for any structure of permalinks except the default structure"
|
629 |
msgstr ""
|
630 |
"para qualquer estrutura de links permanentes, exceto a estrutura padrão"
|
631 |
|
632 |
+
#: gallery-plugin.php:1195
|
633 |
msgid "Title for lightbox button"
|
634 |
msgstr ""
|
635 |
|
636 |
+
#: gallery-plugin.php:1201
|
637 |
msgid ""
|
638 |
"Display all images in the lightbox instead of going into a single gallery"
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: gallery-plugin.php:1204
|
642 |
#, php-format
|
643 |
msgid "When using the gallery template or a shortcode with `%s` parameter"
|
644 |
msgstr ""
|
645 |
|
646 |
# @ default
|
647 |
+
#: gallery-plugin.php:1230
|
648 |
msgid "Save Changes"
|
649 |
msgstr "Salvar Alterações"
|
650 |
|
651 |
+
#: gallery-plugin.php:1235
|
652 |
msgid ""
|
653 |
"If you install the demo-data, will be created galleries with images, demo-"
|
654 |
"post with available shortcodes and page with a list of all the galleries."
|
655 |
msgstr ""
|
656 |
|
657 |
# @ gallery
|
658 |
+
#: gallery-plugin.php:1269
|
659 |
msgid "FAQ"
|
660 |
msgstr "FAQ"
|
661 |
|
662 |
# @ gallery
|
663 |
+
#: gallery-plugin.php:1270
|
664 |
msgid "Support"
|
665 |
msgstr "Suporte"
|
666 |
|
667 |
+
#: gallery-plugin.php:1309
|
668 |
msgid "Updating images..."
|
669 |
msgstr ""
|
670 |
|
671 |
# @ gallery
|
672 |
+
#: gallery-plugin.php:1310
|
673 |
#, fuzzy
|
674 |
msgid "No image found."
|
675 |
msgstr "Nenhuma Galeria foi encontrada"
|
676 |
|
677 |
+
#: gallery-plugin.php:1311
|
678 |
msgid "All images are updated."
|
679 |
msgstr ""
|
680 |
|
681 |
+
#: gallery-plugin.php:1312
|
682 |
msgid "Error."
|
683 |
msgstr ""
|
684 |
|
685 |
+
#: gallery-plugin.php:1326
|
686 |
msgid ""
|
687 |
"You are about to delete these items from this gallery.\n"
|
688 |
" 'Cancel' to stop, 'OK' to delete."
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: gallery-plugin.php:1327
|
692 |
msgid ""
|
693 |
"Switching to another mode, all unsaved data will be lost. Save data before "
|
694 |
"switching?"
|
695 |
msgstr ""
|
696 |
|
697 |
+
#: gallery-plugin.php:1328
|
698 |
msgid "Insert Media"
|
699 |
msgstr ""
|
700 |
|
701 |
+
#: gallery-plugin.php:1329
|
702 |
msgid "Insert"
|
703 |
msgstr ""
|
704 |
|
705 |
+
#: gallery-plugin.php:1341
|
706 |
msgid "Learn more"
|
707 |
msgstr ""
|
708 |
|
709 |
+
#: gallery-plugin.php:1353
|
710 |
msgid "Install now"
|
711 |
msgstr ""
|
712 |
|
713 |
+
#: gallery-plugin.php:1362
|
714 |
msgid "Add multiple gallery categories"
|
715 |
msgstr ""
|
716 |
|
717 |
+
#: gallery-plugin.php:1362
|
718 |
msgid ""
|
719 |
"Install Gallery Categories plugin to add unlimited number of categories."
|
720 |
msgstr ""
|
721 |
|
722 |
# @ gallery
|
723 |
+
#: gallery-plugin.php:1649 template/gallery-single-template.php:103
|
724 |
msgid "Sorry, nothing found."
|
725 |
msgstr "Desculpe, nada foi encontrado."
|
726 |
|
727 |
# @ gallery
|
728 |
+
#: gallery-plugin.php:1662 template/gallery-single-template.php:124
|
729 |
msgid "Image"
|
730 |
msgstr "Imagem"
|
731 |
|
732 |
# @ gallery
|
733 |
+
#: gallery-plugin.php:1662 template/gallery-single-template.php:19
|
734 |
msgid "Download high resolution image"
|
735 |
msgstr "Download de imagem de alta resolução"
|
736 |
|
737 |
# @ gallery
|
738 |
+
#: gallery-plugin.php:1793
|
739 |
#, fuzzy
|
740 |
msgid "Image size not defined"
|
741 |
msgstr "Tamanho da imagem"
|
742 |
|
743 |
+
#: gallery-plugin.php:1808
|
744 |
msgid ""
|
745 |
"We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
|
746 |
"manually reload image."
|
747 |
msgstr ""
|
748 |
|
749 |
+
#: gallery-plugin.php:1819
|
750 |
msgid "Image size changes not defined"
|
751 |
msgstr ""
|
752 |
|
753 |
+
#: gallery-plugin.php:1848 gallery-plugin.php:1851 gallery-plugin.php:1856
|
754 |
msgid "Invalid path"
|
755 |
msgstr ""
|
756 |
|
757 |
+
#: gallery-plugin.php:1959
|
758 |
msgid "Add images requires JavaScript."
|
759 |
msgstr ""
|
760 |
|
761 |
+
#: gallery-plugin.php:1962
|
762 |
msgid "Add Media"
|
763 |
msgstr ""
|
764 |
|
765 |
+
#: gallery-plugin.php:1972
|
766 |
msgid "The grid view for the Gallery images requires JavaScript."
|
767 |
msgstr ""
|
768 |
|
769 |
+
#: gallery-plugin.php:1972
|
770 |
msgid "Switch to the list view"
|
771 |
msgstr ""
|
772 |
|
773 |
+
#: gallery-plugin.php:1999
|
774 |
msgid "List View"
|
775 |
msgstr ""
|
776 |
|
777 |
+
#: gallery-plugin.php:2000
|
778 |
msgid "Grid View"
|
779 |
msgstr ""
|
780 |
|
781 |
+
#: gallery-plugin.php:2055
|
782 |
msgid "Filter"
|
783 |
msgstr ""
|
784 |
|
785 |
+
#: gallery-plugin.php:2059
|
786 |
msgid "Empty Trash"
|
787 |
msgstr ""
|
788 |
|
789 |
# @ gallery
|
790 |
+
#: gallery-plugin.php:2080
|
791 |
#, fuzzy
|
792 |
msgid "No images found"
|
793 |
msgstr "Nenhuma Galeria foi encontrada"
|
794 |
|
795 |
+
#: gallery-plugin.php:2132
|
796 |
msgid "Select bulk action"
|
797 |
msgstr ""
|
798 |
|
799 |
+
#: gallery-plugin.php:2134
|
800 |
msgid "Bulk Actions"
|
801 |
msgstr ""
|
802 |
|
803 |
+
#: gallery-plugin.php:2144
|
804 |
msgid "Apply"
|
805 |
msgstr ""
|
806 |
|
807 |
# @ gallery
|
808 |
+
#: gallery-plugin.php:2151 gallery-plugin.php:2330
|
809 |
#, fuzzy
|
810 |
msgid "Delete from Gallery"
|
811 |
msgstr "Nova Galeria"
|
812 |
|
813 |
# @ gallery
|
814 |
+
#: gallery-plugin.php:2164 gallery-plugin.php:2178
|
815 |
#, fuzzy
|
816 |
msgid "Display link to the original file under each image in the lightbox"
|
817 |
msgstr "Exibir a imagem em tamanho original no Lightbox"
|
818 |
|
819 |
+
#: gallery-plugin.php:2173
|
820 |
msgid "Bulk Select"
|
821 |
msgstr ""
|
822 |
|
823 |
+
#: gallery-plugin.php:2175
|
824 |
msgid "Cancel Selection"
|
825 |
msgstr ""
|
826 |
|
827 |
+
#: gallery-plugin.php:2176
|
828 |
msgid "Delete Selected"
|
829 |
msgstr ""
|
830 |
|
831 |
+
#: gallery-plugin.php:2189
|
832 |
msgid "File"
|
833 |
msgstr ""
|
834 |
|
835 |
+
#: gallery-plugin.php:2190 gallery-plugin.php:2279 gallery-plugin.php:2388
|
836 |
msgid "Dimensions"
|
837 |
msgstr ""
|
838 |
|
839 |
+
#: gallery-plugin.php:2192 gallery-plugin.php:2312 gallery-plugin.php:2398
|
840 |
msgid "Alt tag"
|
841 |
msgstr ""
|
842 |
|
843 |
+
#: gallery-plugin.php:2192 gallery-plugin.php:2314
|
844 |
msgid ""
|
845 |
"The alt attribute specifies an alternate text for an image, if the image "
|
846 |
"cannot be displayed."
|
847 |
msgstr ""
|
848 |
|
849 |
+
#: gallery-plugin.php:2193 gallery-plugin.php:2320 gallery-plugin.php:2403
|
850 |
msgid "Custom URL"
|
851 |
msgstr ""
|
852 |
|
853 |
+
#: gallery-plugin.php:2193 gallery-plugin.php:2322
|
854 |
msgid ""
|
855 |
"By clicking on the thumbnail you'll go to the link (if the field is filled) "
|
856 |
"or the image will be opened in the lightbox (if the field isn't filled)"
|
857 |
msgstr ""
|
858 |
|
859 |
+
#: gallery-plugin.php:2271
|
860 |
msgid "Deselect"
|
861 |
msgstr ""
|
862 |
|
863 |
+
#: gallery-plugin.php:2277
|
864 |
msgid "File name"
|
865 |
msgstr ""
|
866 |
|
867 |
+
#: gallery-plugin.php:2278
|
868 |
msgid "File type"
|
869 |
msgstr ""
|
870 |
|
871 |
# @ gallery
|
872 |
+
#: gallery-plugin.php:2282 gallery-plugin.php:2384
|
873 |
#, fuzzy
|
874 |
msgid "Edit Attachment Info"
|
875 |
msgstr "ID do anexo"
|
876 |
|
877 |
# @ gallery
|
878 |
+
#: gallery-plugin.php:2282
|
879 |
#, fuzzy
|
880 |
msgid "Edit Attachment"
|
881 |
msgstr "ID do anexo"
|
882 |
|
883 |
+
#: gallery-plugin.php:2292
|
884 |
msgid "Go Pro"
|
885 |
msgstr ""
|
886 |
|
887 |
+
#: gallery-plugin.php:2292
|
888 |
msgid "Pro version"
|
889 |
msgstr ""
|
890 |
|
891 |
# @ gallery
|
892 |
+
#: gallery-plugin.php:2295
|
893 |
msgid "This setting is available in Pro version"
|
894 |
msgstr "Esta configuração está disponível na versão Pro"
|
895 |
|
896 |
+
#: gallery-plugin.php:2328
|
897 |
msgid "Edit more details"
|
898 |
msgstr ""
|
899 |
|
900 |
+
#: gallery-plugin.php:2363
|
901 |
#, php-format
|
902 |
msgid "Select %s"
|
903 |
msgstr ""
|
904 |
|
905 |
+
#: gallery-plugin.php:2376
|
906 |
#, php-format
|
907 |
msgid "Edit “%s”"
|
908 |
msgstr ""
|
909 |
|
910 |
+
#: gallery-plugin.php:2421 gallery-plugin.php:2434
|
911 |
msgid "Edit"
|
912 |
msgstr ""
|
913 |
|
914 |
+
#: gallery-plugin.php:2424 gallery-plugin.php:2439
|
915 |
msgid "Trash"
|
916 |
msgstr ""
|
917 |
|
918 |
+
#: gallery-plugin.php:2427 gallery-plugin.php:2442
|
919 |
msgid "Delete Permanently"
|
920 |
msgstr ""
|
921 |
|
922 |
+
#: gallery-plugin.php:2429 gallery-plugin.php:2447
|
923 |
#, php-format
|
924 |
msgid "View “%s”"
|
925 |
msgstr ""
|
926 |
|
927 |
+
#: gallery-plugin.php:2429 gallery-plugin.php:2447
|
928 |
msgid "View"
|
929 |
msgstr ""
|
930 |
|
931 |
# @ gallery
|
932 |
+
#: gallery-plugin.php:2431
|
933 |
#, fuzzy
|
934 |
msgid "Attach"
|
935 |
msgstr "ID do anexo"
|
936 |
|
937 |
+
#: gallery-plugin.php:2437
|
938 |
msgid "Restore"
|
939 |
msgstr ""
|
940 |
|
941 |
+
#: gallery-plugin.php:2568
|
942 |
msgid "Warning"
|
943 |
msgstr ""
|
944 |
|
945 |
+
#: gallery-plugin.php:2568
|
946 |
msgid "You can add only images to the gallery"
|
947 |
msgstr ""
|
948 |
|
949 |
# @ gallery
|
950 |
+
#: gallery-plugin.php:2610
|
951 |
#, fuzzy
|
952 |
msgid "no title"
|
953 |
msgstr "Título"
|
954 |
|
955 |
# @ gallery
|
956 |
+
#: gallery-plugin.php:2618
|
957 |
#, fuzzy
|
958 |
msgid "Sorry, no gallery found."
|
959 |
msgstr "Desculpe, nada foi encontrado."
|
960 |
|
961 |
# @ gallery
|
962 |
+
#: gallery-plugin.php:2624
|
963 |
#, fuzzy
|
964 |
msgid ""
|
965 |
"Display an album image with the description and the link to a single gallery "
|
languages/gallery-plugin-ru_RU.mo
CHANGED
Binary file
|
languages/gallery-plugin-ru_RU.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
-
"PO-Revision-Date: 2016-
|
7 |
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
@@ -16,8 +16,8 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: gallery-plugin.php:45 gallery-plugin.php:
|
20 |
-
#: gallery-plugin.php:
|
21 |
msgid "Settings"
|
22 |
msgstr "Настройки"
|
23 |
|
@@ -29,7 +29,7 @@ msgstr "Смотреть фотографии »"
|
|
29 |
msgid "Return to all albums"
|
30 |
msgstr "Вернуться ко всем альбомам"
|
31 |
|
32 |
-
#: gallery-plugin.php:
|
33 |
#, php-format
|
34 |
msgid ""
|
35 |
"The following files '%s' and '%s' were not found in the directory of your "
|
@@ -40,47 +40,47 @@ msgstr ""
|
|
40 |
"их из каталога `%s` в директорию вашей темы для корректной работы плагина "
|
41 |
"Gallery"
|
42 |
|
43 |
-
#: gallery-plugin.php:
|
44 |
msgid "Galleries"
|
45 |
msgstr "Галереи"
|
46 |
|
47 |
-
#: gallery-plugin.php:
|
48 |
msgid "Gallery"
|
49 |
msgstr "Галерея"
|
50 |
|
51 |
-
#: gallery-plugin.php:
|
52 |
msgid "Add New Gallery"
|
53 |
msgstr "Добавить новую галерею"
|
54 |
|
55 |
-
#: gallery-plugin.php:
|
56 |
msgid "Edit Gallery"
|
57 |
msgstr "Редактировать галерею"
|
58 |
|
59 |
-
#: gallery-plugin.php:
|
60 |
msgid "New Gallery"
|
61 |
msgstr "Новая галерея"
|
62 |
|
63 |
-
#: gallery-plugin.php:
|
64 |
msgid "View Gallery"
|
65 |
msgstr "Просмотреть галерею"
|
66 |
|
67 |
-
#: gallery-plugin.php:
|
68 |
msgid "Search Galleries"
|
69 |
msgstr "Искать Галереи"
|
70 |
|
71 |
-
#: gallery-plugin.php:
|
72 |
msgid "No Gallery found"
|
73 |
msgstr "Ни одной галереи не найдено"
|
74 |
|
75 |
-
#: gallery-plugin.php:
|
76 |
msgid "Gallery Shortcode"
|
77 |
msgstr "Шорткод для галереи"
|
78 |
|
79 |
-
#: gallery-plugin.php:
|
80 |
msgid "Gallery Categories"
|
81 |
msgstr "Категории галерей"
|
82 |
|
83 |
-
#: gallery-plugin.php:
|
84 |
#, php-format
|
85 |
msgid ""
|
86 |
"If you would like to add a Gallery to your page or post, please use %s button"
|
@@ -88,7 +88,7 @@ msgstr ""
|
|
88 |
"Если вы хотите добавить галерею на вашу страницу или пост, то используйте "
|
89 |
"кнопку %s"
|
90 |
|
91 |
-
#: gallery-plugin.php:
|
92 |
#, php-format
|
93 |
msgid ""
|
94 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
@@ -99,14 +99,14 @@ msgstr ""
|
|
99 |
"блоке редактирования контента в режиме Visual. Если кнопка не отображается, "
|
100 |
"пожалуйста, используйте шорткод ниже."
|
101 |
|
102 |
-
#: gallery-plugin.php:
|
103 |
msgid ""
|
104 |
"Add this shortcode to a page, post or widget to display a single gallery"
|
105 |
msgstr ""
|
106 |
"Добавьте этот шорткод на страницу, пост или виджет для отображения отдельной "
|
107 |
"галереи"
|
108 |
|
109 |
-
#: gallery-plugin.php:
|
110 |
msgid ""
|
111 |
"Use this shortcode to display an album image with the description and the "
|
112 |
"link to a single gallery page"
|
@@ -114,70 +114,74 @@ msgstr ""
|
|
114 |
"Используйте этот шорткод, чтобы отобразить изображение альбома с описанием и "
|
115 |
"ссылкой на отдельную страницу галереи"
|
116 |
|
117 |
-
#: gallery-plugin.php:
|
118 |
msgid "Short display"
|
119 |
msgstr "Отображение альбома"
|
120 |
|
121 |
-
#: gallery-plugin.php:
|
122 |
msgid "Most Used"
|
123 |
msgstr "Наиболее используемые"
|
124 |
|
125 |
-
#: gallery-plugin.php:
|
126 |
msgid "Default"
|
127 |
msgstr "По умолчанию"
|
128 |
|
129 |
-
#: gallery-plugin.php:
|
130 |
msgid "Add New Gallery Category"
|
131 |
msgstr "Добавить новую категорию галерей"
|
132 |
|
133 |
-
#: gallery-plugin.php:
|
134 |
msgid "Install plugin"
|
135 |
msgstr "Установить плагин"
|
136 |
|
137 |
-
#: gallery-plugin.php:
|
138 |
-
#: gallery-plugin.php:
|
139 |
msgid "Title"
|
140 |
msgstr "Название"
|
141 |
|
142 |
-
#: gallery-plugin.php:
|
143 |
msgid "Author"
|
144 |
msgstr "Автор"
|
145 |
|
146 |
-
#: gallery-plugin.php:
|
147 |
msgid "Shortcode"
|
148 |
msgstr "Шорткод"
|
149 |
|
150 |
-
#: gallery-plugin.php:
|
151 |
msgid "Photos"
|
152 |
msgstr "Фото"
|
153 |
|
154 |
-
#: gallery-plugin.php:
|
155 |
msgid "Date"
|
156 |
msgstr "Дата"
|
157 |
|
158 |
-
#: gallery-plugin.php:
|
159 |
msgid "Settings are saved"
|
160 |
msgstr "Опции сохранены"
|
161 |
|
162 |
-
#: gallery-plugin.php:
|
163 |
msgid "All plugin settings were restored."
|
164 |
msgstr "Настройки плагина восстановлены."
|
165 |
|
166 |
-
#: gallery-plugin.php:
|
167 |
msgid "Gallery Settings"
|
168 |
msgstr "Настройки Gallery"
|
169 |
|
170 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
171 |
msgid "Go PRO"
|
172 |
msgstr "Перейти на Pro версию"
|
173 |
|
174 |
-
#: gallery-plugin.php:
|
175 |
msgid "Please enable JavaScript to use the option to renew images."
|
176 |
msgstr ""
|
177 |
"Пожалуйста, включите javascript для использования опции обновления "
|
178 |
"изображений."
|
179 |
|
180 |
-
#: gallery-plugin.php:
|
181 |
#, php-format
|
182 |
msgid ""
|
183 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
@@ -188,11 +192,11 @@ msgstr ""
|
|
188 |
"блоке редактирования контента в режиме Visual. Если кнопка не отображается, "
|
189 |
"пожалуйста, используйте шорткод %s, где * обозначает ID галереи"
|
190 |
|
191 |
-
#: gallery-plugin.php:
|
192 |
msgid "Number of images in the row"
|
193 |
msgstr "Количество изображений в строке"
|
194 |
|
195 |
-
#: gallery-plugin.php:
|
196 |
msgid ""
|
197 |
"The number of images per row can be less depending on the width of the "
|
198 |
"parent block"
|
@@ -200,11 +204,11 @@ msgstr ""
|
|
200 |
"Количество изображений в строке может быть меньше в зависимости от ширины "
|
201 |
"родительского блока"
|
202 |
|
203 |
-
#: gallery-plugin.php:
|
204 |
msgid "Image size"
|
205 |
msgstr "Название размера изображения"
|
206 |
|
207 |
-
#: gallery-plugin.php:
|
208 |
msgid ""
|
209 |
"WordPress will create a new thumbnail with the specified dimensions when you "
|
210 |
"upload a new photo."
|
@@ -212,247 +216,247 @@ msgstr ""
|
|
212 |
"WordPress создаст новую миниатюру с заданными размерами при загрузке новой "
|
213 |
"фотографии."
|
214 |
|
215 |
-
#: gallery-plugin.php:
|
216 |
msgid "For the album cover"
|
217 |
msgstr "Для обложки альбома галереи"
|
218 |
|
219 |
-
#: gallery-plugin.php:
|
220 |
msgid "width x height"
|
221 |
msgstr "ширина x высота"
|
222 |
|
223 |
-
#: gallery-plugin.php:
|
224 |
msgid "in px"
|
225 |
msgstr " в px"
|
226 |
|
227 |
-
#: gallery-plugin.php:
|
228 |
msgid "For thumbnails"
|
229 |
msgstr "Для миниатюр"
|
230 |
|
231 |
-
#: gallery-plugin.php:
|
232 |
msgid "Update images for gallery"
|
233 |
msgstr "Обновить все изображения для галереи"
|
234 |
|
235 |
-
#: gallery-plugin.php:
|
236 |
msgid "Close"
|
237 |
msgstr "Закрыть"
|
238 |
|
239 |
-
#: gallery-plugin.php:
|
240 |
msgid "For images in the lightbox"
|
241 |
msgstr "Для изображений в лайтбоксе"
|
242 |
|
243 |
-
#: gallery-plugin.php:
|
244 |
msgid "Display a full size image in the lightbox"
|
245 |
msgstr "Если вы хотите отображать полное изображение в лайтбоксе"
|
246 |
|
247 |
-
#: gallery-plugin.php:
|
248 |
msgid "Crop position"
|
249 |
msgstr "Позиция обрезки"
|
250 |
|
251 |
-
#: gallery-plugin.php:
|
252 |
msgid "center"
|
253 |
msgstr "центр"
|
254 |
|
255 |
-
#: gallery-plugin.php:
|
256 |
msgid "Horizontal"
|
257 |
msgstr "Горизонтальная"
|
258 |
|
259 |
-
#: gallery-plugin.php:
|
260 |
msgid "Vertical"
|
261 |
msgstr "Вертикальная"
|
262 |
|
263 |
-
#: gallery-plugin.php:
|
264 |
msgid "Single gallery view"
|
265 |
msgstr "Вид галереи"
|
266 |
|
267 |
-
#: gallery-plugin.php:
|
268 |
msgid "Grid"
|
269 |
msgstr "Сетка"
|
270 |
|
271 |
-
#: gallery-plugin.php:
|
272 |
msgid "Masonry"
|
273 |
msgstr "Masonry"
|
274 |
|
275 |
-
#: gallery-plugin.php:
|
276 |
msgid ""
|
277 |
"If you upgrade to Pro version all your settings and galleries will be saved."
|
278 |
msgstr "При переходе на Pro версию все ваши настройки и галереи сохраняются."
|
279 |
|
280 |
-
#: gallery-plugin.php:
|
281 |
msgid "Unlock premium options by upgrading to Pro version"
|
282 |
msgstr "Активируйте премиум опции обновившись до Pro версии"
|
283 |
|
284 |
-
#: gallery-plugin.php:
|
285 |
msgid "Start Your Trial"
|
286 |
msgstr "Получить пробную версию"
|
287 |
|
288 |
-
#: gallery-plugin.php:
|
289 |
msgid "or"
|
290 |
msgstr "или"
|
291 |
|
292 |
-
#: gallery-plugin.php:
|
293 |
msgid "Learn More"
|
294 |
msgstr "Подробнее"
|
295 |
|
296 |
-
#: gallery-plugin.php:
|
297 |
msgid "Display image text"
|
298 |
msgstr "Отображать текст к изображениям"
|
299 |
|
300 |
-
#: gallery-plugin.php:
|
301 |
msgid "Turn off the checkbox, if you want to display text just in a lightbox"
|
302 |
msgstr "Отключите чекбокс, если вы хотите отображать текст только в лайтбоксе"
|
303 |
|
304 |
-
#: gallery-plugin.php:
|
305 |
msgid "Images with border"
|
306 |
msgstr "Изображения с рамкой"
|
307 |
|
308 |
-
#: gallery-plugin.php:
|
309 |
msgid "Border width in px, just numbers"
|
310 |
msgstr "Ширина рамки в px, только числа"
|
311 |
|
312 |
-
#: gallery-plugin.php:
|
313 |
msgid "Select a border color"
|
314 |
msgstr "Выберите цвет рамки"
|
315 |
|
316 |
-
#: gallery-plugin.php:
|
317 |
msgid "Sort images"
|
318 |
msgstr "Сортировать изображения"
|
319 |
|
320 |
-
#: gallery-plugin.php:
|
321 |
msgid "by Attachment ID"
|
322 |
msgstr "по ID изображения"
|
323 |
|
324 |
-
#: gallery-plugin.php:
|
325 |
msgid "by Image Name"
|
326 |
msgstr "по Названию изображения"
|
327 |
|
328 |
-
#: gallery-plugin.php:
|
329 |
msgid "by Date"
|
330 |
msgstr "по Дате"
|
331 |
|
332 |
-
#: gallery-plugin.php:
|
333 |
msgid "by Sorting order in the Gallery"
|
334 |
msgstr "по Порядку сортировки в Галерее"
|
335 |
|
336 |
-
#: gallery-plugin.php:
|
337 |
msgid "Random"
|
338 |
msgstr "Произвольно"
|
339 |
|
340 |
-
#: gallery-plugin.php:
|
341 |
msgid "The images sort order"
|
342 |
msgstr "Порядок сортировки изображений"
|
343 |
|
344 |
-
#: gallery-plugin.php:
|
345 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
346 |
msgstr ""
|
347 |
"ASC (в порядке возрастания от наименьшего до наибольшего значения - 1, 2, 3; "
|
348 |
"а, б, в)"
|
349 |
|
350 |
-
#: gallery-plugin.php:
|
351 |
msgid ""
|
352 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
353 |
msgstr "DESC (по убыванию от наибольшего до наименьшего - 3, 2, 1; в, б, а)"
|
354 |
|
355 |
-
#: gallery-plugin.php:
|
356 |
msgid "Sort galleries"
|
357 |
msgstr "Сортировать галереи"
|
358 |
|
359 |
-
#: gallery-plugin.php:
|
360 |
msgid "by Gallery ID"
|
361 |
msgstr "по ID галереи"
|
362 |
|
363 |
-
#: gallery-plugin.php:
|
364 |
msgid "by Title"
|
365 |
msgstr "по Названию"
|
366 |
|
367 |
-
#: gallery-plugin.php:
|
368 |
msgid "by Last modified date"
|
369 |
msgstr "по Дате последнего изменения"
|
370 |
|
371 |
-
#: gallery-plugin.php:
|
372 |
msgid "by Comment count"
|
373 |
msgstr "по Количеству комментариев"
|
374 |
|
375 |
-
#: gallery-plugin.php:
|
376 |
msgid "by Sorting order (the input field for sorting order)"
|
377 |
msgstr "по Порядку сортировки (поле ввода для сортировки)"
|
378 |
|
379 |
-
#: gallery-plugin.php:
|
380 |
msgid "by Author"
|
381 |
msgstr "по Автору"
|
382 |
|
383 |
-
#: gallery-plugin.php:
|
384 |
msgid "The galleries sort order"
|
385 |
msgstr "Порядок сортировки галерей"
|
386 |
|
387 |
-
#: gallery-plugin.php:
|
388 |
msgid "Start slideshow"
|
389 |
msgstr "Начать слайдшоу"
|
390 |
|
391 |
-
#: gallery-plugin.php:
|
392 |
msgid "Slideshow interval"
|
393 |
msgstr "Интервал времени при показе слайдшоу"
|
394 |
|
395 |
-
#: gallery-plugin.php:
|
396 |
msgid "(ms)"
|
397 |
msgstr "(мс)"
|
398 |
|
399 |
-
#: gallery-plugin.php:
|
400 |
msgid "Use single lightbox for multiple galleries on one page"
|
401 |
msgstr "Использовать один лайтбокс для нескольких галерей на одной странице"
|
402 |
|
403 |
-
#: gallery-plugin.php:
|
404 |
msgid "Display the Back link"
|
405 |
msgstr "Отображать ссылку Вернуться"
|
406 |
|
407 |
-
#: gallery-plugin.php:
|
408 |
msgid "Display the Back link in the shortcode"
|
409 |
msgstr "Отображаться ссылку Вернуться в шорткоде"
|
410 |
|
411 |
-
#: gallery-plugin.php:
|
412 |
msgid "The Back link text"
|
413 |
msgstr "Текст для ссылки Вернуться"
|
414 |
|
415 |
-
#: gallery-plugin.php:
|
416 |
msgid "The Back link URL"
|
417 |
msgstr "URL для ссылки Вернуться"
|
418 |
|
419 |
-
#: gallery-plugin.php:
|
420 |
msgid "Gallery page (Page with Gallery Template)"
|
421 |
msgstr "Страница галереи (Страница с Gallery Template)"
|
422 |
|
423 |
-
#: gallery-plugin.php:
|
424 |
msgid "(Full URL to custom page)"
|
425 |
msgstr "(Полная ссылка на пользовательскую страницу)"
|
426 |
|
427 |
-
#: gallery-plugin.php:
|
428 |
msgid "The Read More link text"
|
429 |
msgstr "Текст для ссылки Узнать больше"
|
430 |
|
431 |
-
#: gallery-plugin.php:
|
432 |
msgid "Add gallery to the search"
|
433 |
msgstr "Добавить галерею в поиск"
|
434 |
|
435 |
-
#: gallery-plugin.php:
|
436 |
msgid "Using"
|
437 |
msgstr "Используя"
|
438 |
|
439 |
-
#: gallery-plugin.php:
|
440 |
msgid "powered by"
|
441 |
msgstr "разработанный"
|
442 |
|
443 |
-
#: gallery-plugin.php:
|
444 |
msgid "Activate"
|
445 |
msgstr "Активировать"
|
446 |
|
447 |
-
#: gallery-plugin.php:
|
448 |
msgid "Download"
|
449 |
msgstr "Загрузить"
|
450 |
|
451 |
-
#: gallery-plugin.php:
|
452 |
msgid "Rewrite templates after update"
|
453 |
msgstr "Перезапись шаблонов после обновления"
|
454 |
|
455 |
-
#: gallery-plugin.php:
|
456 |
#, php-format
|
457 |
msgid ""
|
458 |
"Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
|
@@ -461,98 +465,98 @@ msgstr ""
|
|
461 |
"Отключите чекбокс, если вы внесли изменения в файлы '%s' или '%s' в папке "
|
462 |
"темы, и вы не хотите чтобы они были обновлены"
|
463 |
|
464 |
-
#: gallery-plugin.php:
|
465 |
msgid "Under image"
|
466 |
msgstr "Под изображением"
|
467 |
|
468 |
-
#: gallery-plugin.php:
|
469 |
msgid "By mouse hover"
|
470 |
msgstr "По наведению мыши"
|
471 |
|
472 |
-
#: gallery-plugin.php:
|
473 |
msgid "Use pagination for images"
|
474 |
msgstr "Использовать пагинацию для изображений"
|
475 |
|
476 |
-
#: gallery-plugin.php:
|
477 |
msgid "per page"
|
478 |
msgstr "на странице"
|
479 |
|
480 |
-
#: gallery-plugin.php:
|
481 |
msgid "Lightbox background"
|
482 |
msgstr "Фон лайтбокса"
|
483 |
|
484 |
-
#: gallery-plugin.php:
|
485 |
msgid "Background transparency (from 0 to 1)"
|
486 |
msgstr "Прозрачность для фона (от 0 до 1)"
|
487 |
|
488 |
-
#: gallery-plugin.php:
|
489 |
msgid "Select a background color"
|
490 |
msgstr "Выберите цвет фона"
|
491 |
|
492 |
-
#: gallery-plugin.php:
|
493 |
msgid "The lightbox helper"
|
494 |
msgstr "Вспомогательные элементы в лайтбоксе"
|
495 |
|
496 |
-
#: gallery-plugin.php:
|
497 |
msgid "Do not use"
|
498 |
msgstr "Не использовать"
|
499 |
|
500 |
-
#: gallery-plugin.php:
|
501 |
msgid "Button helper"
|
502 |
msgstr "Вспомогательные кнопки"
|
503 |
|
504 |
-
#: gallery-plugin.php:
|
505 |
msgid "Thumbnail helper"
|
506 |
msgstr "Вспомогательные миниатюры"
|
507 |
|
508 |
-
#: gallery-plugin.php:
|
509 |
msgid "Display Like buttons in the lightbox"
|
510 |
msgstr "Отображать Like кнопки в лайтбоксе"
|
511 |
|
512 |
-
#: gallery-plugin.php:
|
513 |
msgid "FaceBook"
|
514 |
msgstr "FaceBook"
|
515 |
|
516 |
-
#: gallery-plugin.php:
|
517 |
msgid "Twitter"
|
518 |
msgstr "Twitter"
|
519 |
|
520 |
-
#: gallery-plugin.php:
|
521 |
msgid "Pinterest"
|
522 |
msgstr "Pinterest"
|
523 |
|
524 |
-
#: gallery-plugin.php:
|
525 |
msgid "Google +1"
|
526 |
msgstr "Google +1"
|
527 |
|
528 |
-
#: gallery-plugin.php:
|
529 |
msgid "Slug for gallery item"
|
530 |
msgstr "Название для элементов галереи"
|
531 |
|
532 |
-
#: gallery-plugin.php:
|
533 |
msgid "for any structure of permalinks except the default structure"
|
534 |
msgstr "для любой структуры ссылок, за исключением структуры по умолчанию"
|
535 |
|
536 |
-
#: gallery-plugin.php:
|
537 |
msgid "Title for lightbox button"
|
538 |
msgstr "Название кнопки в лайтбоксе"
|
539 |
|
540 |
-
#: gallery-plugin.php:
|
541 |
msgid ""
|
542 |
"Display all images in the lightbox instead of going into a single gallery"
|
543 |
msgstr ""
|
544 |
"Отображать все изображения в лайтбоксе вместо перехода в отдельную галерею"
|
545 |
|
546 |
-
#: gallery-plugin.php:
|
547 |
#, php-format
|
548 |
msgid "When using the gallery template or a shortcode with `%s` parameter"
|
549 |
msgstr "Когда используется темплейт галереи или шорткод с параметром `%s`"
|
550 |
|
551 |
-
#: gallery-plugin.php:
|
552 |
msgid "Save Changes"
|
553 |
msgstr "Сохранить изменения"
|
554 |
|
555 |
-
#: gallery-plugin.php:
|
556 |
msgid ""
|
557 |
"If you install the demo-data, will be created galleries with images, demo-"
|
558 |
"post with available shortcodes and page with a list of all the galleries."
|
@@ -560,31 +564,31 @@ msgstr ""
|
|
560 |
"При установке демо-данных будут созданы галереи с изображениями, пост с "
|
561 |
"доступными шорткодами и страница со списком всех галерей."
|
562 |
|
563 |
-
#: gallery-plugin.php:
|
564 |
msgid "FAQ"
|
565 |
msgstr "FAQ"
|
566 |
|
567 |
-
#: gallery-plugin.php:
|
568 |
msgid "Support"
|
569 |
msgstr "Поддержка"
|
570 |
|
571 |
-
#: gallery-plugin.php:
|
572 |
msgid "Updating images..."
|
573 |
msgstr "Обновление изображений..."
|
574 |
|
575 |
-
#: gallery-plugin.php:
|
576 |
msgid "No image found."
|
577 |
msgstr "Ни одного изображения не найдено."
|
578 |
|
579 |
-
#: gallery-plugin.php:
|
580 |
msgid "All images are updated."
|
581 |
msgstr "Все изображения были обновлены."
|
582 |
|
583 |
-
#: gallery-plugin.php:
|
584 |
msgid "Error."
|
585 |
msgstr "Ошибка."
|
586 |
|
587 |
-
#: gallery-plugin.php:
|
588 |
msgid ""
|
589 |
"You are about to delete these items from this gallery.\n"
|
590 |
" 'Cancel' to stop, 'OK' to delete."
|
@@ -592,7 +596,7 @@ msgstr ""
|
|
592 |
"Вы собираетесь удалить эти элементы из этой галереи.\n"
|
593 |
" Нажмите \"Отменить\" чтобы отменить действие или \"OK\" для удаления."
|
594 |
|
595 |
-
#: gallery-plugin.php:
|
596 |
msgid ""
|
597 |
"Switching to another mode, all unsaved data will be lost. Save data before "
|
598 |
"switching?"
|
@@ -600,50 +604,50 @@ msgstr ""
|
|
600 |
"При переключение на другой режим все несохраненные данные будут потеряны. "
|
601 |
"Сохранить данные перед переключением?"
|
602 |
|
603 |
-
#: gallery-plugin.php:
|
604 |
msgid "Insert Media"
|
605 |
msgstr "Вставить медиафайл"
|
606 |
|
607 |
-
#: gallery-plugin.php:
|
608 |
msgid "Insert"
|
609 |
msgstr "Вставить"
|
610 |
|
611 |
-
#: gallery-plugin.php:
|
612 |
msgid "Learn more"
|
613 |
msgstr "Подробнее"
|
614 |
|
615 |
-
#: gallery-plugin.php:
|
616 |
msgid "Install now"
|
617 |
msgstr "Установить"
|
618 |
|
619 |
-
#: gallery-plugin.php:
|
620 |
msgid "Add multiple gallery categories"
|
621 |
msgstr "Добавить несколько категорий галереи"
|
622 |
|
623 |
-
#: gallery-plugin.php:
|
624 |
msgid ""
|
625 |
"Install Gallery Categories plugin to add unlimited number of categories."
|
626 |
msgstr ""
|
627 |
"Установить плагин Gallery Categories, чтобы иметь возможность добавлять "
|
628 |
"неограниченное количество категорий."
|
629 |
|
630 |
-
#: gallery-plugin.php:
|
631 |
msgid "Sorry, nothing found."
|
632 |
msgstr "Извините, ничего не найдено."
|
633 |
|
634 |
-
#: gallery-plugin.php:
|
635 |
msgid "Image"
|
636 |
msgstr "Изображение"
|
637 |
|
638 |
-
#: gallery-plugin.php:
|
639 |
msgid "Download high resolution image"
|
640 |
msgstr "Скачать изображение в высоком разрешении"
|
641 |
|
642 |
-
#: gallery-plugin.php:
|
643 |
msgid "Image size not defined"
|
644 |
msgstr "Невозможно определить размер изображения"
|
645 |
|
646 |
-
#: gallery-plugin.php:
|
647 |
msgid ""
|
648 |
"We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
|
649 |
"manually reload image."
|
@@ -651,95 +655,95 @@ msgstr ""
|
|
651 |
"Плагин может обновить только PNG, JPEG, GIF, XBM или WPMP типы файлов. Для "
|
652 |
"других, пожалуйста, вручную перезагрузите изображения."
|
653 |
|
654 |
-
#: gallery-plugin.php:
|
655 |
msgid "Image size changes not defined"
|
656 |
msgstr "Не удалось вычислить изменения размеров изображения"
|
657 |
|
658 |
-
#: gallery-plugin.php:
|
659 |
msgid "Invalid path"
|
660 |
msgstr "Путь к изображению для редактирования некорректный"
|
661 |
|
662 |
-
#: gallery-plugin.php:
|
663 |
msgid "Add images requires JavaScript."
|
664 |
msgstr "Для добавления изображений необходим JavaScript."
|
665 |
|
666 |
-
#: gallery-plugin.php:
|
667 |
msgid "Add Media"
|
668 |
msgstr "Добавить медиафайл"
|
669 |
|
670 |
-
#: gallery-plugin.php:
|
671 |
msgid "The grid view for the Gallery images requires JavaScript."
|
672 |
msgstr "Вид сетки для галереи изображений требует JavaScript."
|
673 |
|
674 |
-
#: gallery-plugin.php:
|
675 |
msgid "Switch to the list view"
|
676 |
msgstr "Переключиться на список"
|
677 |
|
678 |
-
#: gallery-plugin.php:
|
679 |
msgid "List View"
|
680 |
msgstr "В виде списка"
|
681 |
|
682 |
-
#: gallery-plugin.php:
|
683 |
msgid "Grid View"
|
684 |
msgstr "В виде сетки"
|
685 |
|
686 |
-
#: gallery-plugin.php:
|
687 |
msgid "Filter"
|
688 |
msgstr "Фильтр"
|
689 |
|
690 |
-
#: gallery-plugin.php:
|
691 |
msgid "Empty Trash"
|
692 |
msgstr "Очистить корзину"
|
693 |
|
694 |
-
#: gallery-plugin.php:
|
695 |
msgid "No images found"
|
696 |
msgstr "Ни одного изображения не найдено"
|
697 |
|
698 |
-
#: gallery-plugin.php:
|
699 |
msgid "Select bulk action"
|
700 |
msgstr "Выберите массовое действие"
|
701 |
|
702 |
-
#: gallery-plugin.php:
|
703 |
msgid "Bulk Actions"
|
704 |
msgstr "Действия"
|
705 |
|
706 |
-
#: gallery-plugin.php:
|
707 |
msgid "Apply"
|
708 |
msgstr "Применить"
|
709 |
|
710 |
-
#: gallery-plugin.php:
|
711 |
msgid "Delete from Gallery"
|
712 |
msgstr "Удалить из галереи"
|
713 |
|
714 |
-
#: gallery-plugin.php:
|
715 |
msgid "Display link to the original file under each image in the lightbox"
|
716 |
msgstr "Показать ссылку на исходный файл под каждым изображением в лайтбоксе"
|
717 |
|
718 |
-
#: gallery-plugin.php:
|
719 |
msgid "Bulk Select"
|
720 |
msgstr "Выбор"
|
721 |
|
722 |
-
#: gallery-plugin.php:
|
723 |
msgid "Cancel Selection"
|
724 |
msgstr "Отменить выбор"
|
725 |
|
726 |
-
#: gallery-plugin.php:
|
727 |
msgid "Delete Selected"
|
728 |
msgstr "Удалить выбранное"
|
729 |
|
730 |
-
#: gallery-plugin.php:
|
731 |
msgid "File"
|
732 |
msgstr "Файл"
|
733 |
|
734 |
-
#: gallery-plugin.php:
|
735 |
msgid "Dimensions"
|
736 |
msgstr "Размеры"
|
737 |
|
738 |
-
#: gallery-plugin.php:
|
739 |
msgid "Alt tag"
|
740 |
msgstr "Тэг \"Alt\""
|
741 |
|
742 |
-
#: gallery-plugin.php:
|
743 |
msgid ""
|
744 |
"The alt attribute specifies an alternate text for an image, if the image "
|
745 |
"cannot be displayed."
|
@@ -747,11 +751,11 @@ msgstr ""
|
|
747 |
"Атрибут Alt определяет альтернативный текст для изображения, если "
|
748 |
"изображение не может быть отображено."
|
749 |
|
750 |
-
#: gallery-plugin.php:
|
751 |
msgid "Custom URL"
|
752 |
msgstr "Пользовательская ссылка"
|
753 |
|
754 |
-
#: gallery-plugin.php:
|
755 |
msgid ""
|
756 |
"By clicking on the thumbnail you'll go to the link (if the field is filled) "
|
757 |
"or the image will be opened in the lightbox (if the field isn't filled)"
|
@@ -759,98 +763,98 @@ msgstr ""
|
|
759 |
"Нажав на миниатюру, вы будете перенаправлены по ссылке (если поле заполнено) "
|
760 |
"или изображение будет открыто в лайтбоксе (если поле не заполнено)"
|
761 |
|
762 |
-
#: gallery-plugin.php:
|
763 |
msgid "Deselect"
|
764 |
msgstr "Отменить выбор"
|
765 |
|
766 |
-
#: gallery-plugin.php:
|
767 |
msgid "File name"
|
768 |
msgstr "Название файла"
|
769 |
|
770 |
-
#: gallery-plugin.php:
|
771 |
msgid "File type"
|
772 |
msgstr "Тип файла"
|
773 |
|
774 |
-
#: gallery-plugin.php:
|
775 |
msgid "Edit Attachment Info"
|
776 |
msgstr "Редактировать информацию"
|
777 |
|
778 |
-
#: gallery-plugin.php:
|
779 |
msgid "Edit Attachment"
|
780 |
msgstr "Редактировать"
|
781 |
|
782 |
-
#: gallery-plugin.php:
|
783 |
msgid "Go Pro"
|
784 |
msgstr "Перейти на Pro версию"
|
785 |
|
786 |
-
#: gallery-plugin.php:
|
787 |
msgid "Pro version"
|
788 |
msgstr "Pro версия"
|
789 |
|
790 |
-
#: gallery-plugin.php:
|
791 |
msgid "This setting is available in Pro version"
|
792 |
msgstr "Эти настройки доступны в Pro версии"
|
793 |
|
794 |
-
#: gallery-plugin.php:
|
795 |
msgid "Edit more details"
|
796 |
msgstr "Редактировать детали"
|
797 |
|
798 |
-
#: gallery-plugin.php:
|
799 |
#, php-format
|
800 |
msgid "Select %s"
|
801 |
msgstr "Выбрать %s"
|
802 |
|
803 |
-
#: gallery-plugin.php:
|
804 |
#, php-format
|
805 |
msgid "Edit “%s”"
|
806 |
msgstr "Изменить “%s”"
|
807 |
|
808 |
-
#: gallery-plugin.php:
|
809 |
msgid "Edit"
|
810 |
msgstr "Изменить"
|
811 |
|
812 |
-
#: gallery-plugin.php:
|
813 |
msgid "Trash"
|
814 |
msgstr "Удалить"
|
815 |
|
816 |
-
#: gallery-plugin.php:
|
817 |
msgid "Delete Permanently"
|
818 |
msgstr "Удалить навсегда"
|
819 |
|
820 |
-
#: gallery-plugin.php:
|
821 |
#, php-format
|
822 |
msgid "View “%s”"
|
823 |
msgstr "Просмотр “%s”"
|
824 |
|
825 |
-
#: gallery-plugin.php:
|
826 |
msgid "View"
|
827 |
msgstr "Просмотр"
|
828 |
|
829 |
-
#: gallery-plugin.php:
|
830 |
msgid "Attach"
|
831 |
msgstr "Прикрепить"
|
832 |
|
833 |
-
#: gallery-plugin.php:
|
834 |
msgid "Restore"
|
835 |
msgstr "Восстановить"
|
836 |
|
837 |
-
#: gallery-plugin.php:
|
838 |
msgid "Warning"
|
839 |
msgstr "Внимание"
|
840 |
|
841 |
-
#: gallery-plugin.php:
|
842 |
msgid "You can add only images to the gallery"
|
843 |
msgstr "Вы можете добавить только изображения в галерею"
|
844 |
|
845 |
-
#: gallery-plugin.php:
|
846 |
msgid "no title"
|
847 |
msgstr "без названия"
|
848 |
|
849 |
-
#: gallery-plugin.php:
|
850 |
msgid "Sorry, no gallery found."
|
851 |
msgstr "Извините, ничего не найдено"
|
852 |
|
853 |
-
#: gallery-plugin.php:
|
854 |
msgid ""
|
855 |
"Display an album image with the description and the link to a single gallery "
|
856 |
"page"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-04-04 15:36+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-04-04 15:36+0300\n"
|
7 |
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: gallery-plugin.php:45 gallery-plugin.php:883 gallery-plugin.php:1268
|
20 |
+
#: gallery-plugin.php:1285
|
21 |
msgid "Settings"
|
22 |
msgstr "Настройки"
|
23 |
|
29 |
msgid "Return to all albums"
|
30 |
msgstr "Вернуться ко всем альбомам"
|
31 |
|
32 |
+
#: gallery-plugin.php:383
|
33 |
#, php-format
|
34 |
msgid ""
|
35 |
"The following files '%s' and '%s' were not found in the directory of your "
|
40 |
"их из каталога `%s` в директорию вашей темы для корректной работы плагина "
|
41 |
"Gallery"
|
42 |
|
43 |
+
#: gallery-plugin.php:394 gallery-plugin.php:403
|
44 |
msgid "Galleries"
|
45 |
msgstr "Галереи"
|
46 |
|
47 |
+
#: gallery-plugin.php:395 gallery-plugin.php:2616
|
48 |
msgid "Gallery"
|
49 |
msgstr "Галерея"
|
50 |
|
51 |
+
#: gallery-plugin.php:396
|
52 |
msgid "Add New Gallery"
|
53 |
msgstr "Добавить новую галерею"
|
54 |
|
55 |
+
#: gallery-plugin.php:397
|
56 |
msgid "Edit Gallery"
|
57 |
msgstr "Редактировать галерею"
|
58 |
|
59 |
+
#: gallery-plugin.php:398
|
60 |
msgid "New Gallery"
|
61 |
msgstr "Новая галерея"
|
62 |
|
63 |
+
#: gallery-plugin.php:399
|
64 |
msgid "View Gallery"
|
65 |
msgstr "Просмотреть галерею"
|
66 |
|
67 |
+
#: gallery-plugin.php:400
|
68 |
msgid "Search Galleries"
|
69 |
msgstr "Искать Галереи"
|
70 |
|
71 |
+
#: gallery-plugin.php:401
|
72 |
msgid "No Gallery found"
|
73 |
msgstr "Ни одной галереи не найдено"
|
74 |
|
75 |
+
#: gallery-plugin.php:458
|
76 |
msgid "Gallery Shortcode"
|
77 |
msgstr "Шорткод для галереи"
|
78 |
|
79 |
+
#: gallery-plugin.php:460 gallery-plugin.php:501 gallery-plugin.php:2599
|
80 |
msgid "Gallery Categories"
|
81 |
msgstr "Категории галерей"
|
82 |
|
83 |
+
#: gallery-plugin.php:470 gallery-plugin.php:902
|
84 |
#, php-format
|
85 |
msgid ""
|
86 |
"If you would like to add a Gallery to your page or post, please use %s button"
|
88 |
"Если вы хотите добавить галерею на вашу страницу или пост, то используйте "
|
89 |
"кнопку %s"
|
90 |
|
91 |
+
#: gallery-plugin.php:475
|
92 |
#, php-format
|
93 |
msgid ""
|
94 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
99 |
"блоке редактирования контента в режиме Visual. Если кнопка не отображается, "
|
100 |
"пожалуйста, используйте шорткод ниже."
|
101 |
|
102 |
+
#: gallery-plugin.php:481
|
103 |
msgid ""
|
104 |
"Add this shortcode to a page, post or widget to display a single gallery"
|
105 |
msgstr ""
|
106 |
"Добавьте этот шорткод на страницу, пост или виджет для отображения отдельной "
|
107 |
"галереи"
|
108 |
|
109 |
+
#: gallery-plugin.php:484
|
110 |
msgid ""
|
111 |
"Use this shortcode to display an album image with the description and the "
|
112 |
"link to a single gallery page"
|
114 |
"Используйте этот шорткод, чтобы отобразить изображение альбома с описанием и "
|
115 |
"ссылкой на отдельную страницу галереи"
|
116 |
|
117 |
+
#: gallery-plugin.php:486
|
118 |
msgid "Short display"
|
119 |
msgstr "Отображение альбома"
|
120 |
|
121 |
+
#: gallery-plugin.php:502
|
122 |
msgid "Most Used"
|
123 |
msgstr "Наиболее используемые"
|
124 |
|
125 |
+
#: gallery-plugin.php:507 gallery-plugin.php:1166
|
126 |
msgid "Default"
|
127 |
msgstr "По умолчанию"
|
128 |
|
129 |
+
#: gallery-plugin.php:512
|
130 |
msgid "Add New Gallery Category"
|
131 |
msgstr "Добавить новую категорию галерей"
|
132 |
|
133 |
+
#: gallery-plugin.php:517
|
134 |
msgid "Install plugin"
|
135 |
msgstr "Установить плагин"
|
136 |
|
137 |
+
#: gallery-plugin.php:675 gallery-plugin.php:2191 gallery-plugin.php:2306
|
138 |
+
#: gallery-plugin.php:2393
|
139 |
msgid "Title"
|
140 |
msgstr "Название"
|
141 |
|
142 |
+
#: gallery-plugin.php:676
|
143 |
msgid "Author"
|
144 |
msgstr "Автор"
|
145 |
|
146 |
+
#: gallery-plugin.php:677
|
147 |
msgid "Shortcode"
|
148 |
msgstr "Шорткод"
|
149 |
|
150 |
+
#: gallery-plugin.php:678
|
151 |
msgid "Photos"
|
152 |
msgstr "Фото"
|
153 |
|
154 |
+
#: gallery-plugin.php:679
|
155 |
msgid "Date"
|
156 |
msgstr "Дата"
|
157 |
|
158 |
+
#: gallery-plugin.php:852
|
159 |
msgid "Settings are saved"
|
160 |
msgstr "Опции сохранены"
|
161 |
|
162 |
+
#: gallery-plugin.php:869
|
163 |
msgid "All plugin settings were restored."
|
164 |
msgstr "Настройки плагина восстановлены."
|
165 |
|
166 |
+
#: gallery-plugin.php:881
|
167 |
msgid "Gallery Settings"
|
168 |
msgstr "Настройки Gallery"
|
169 |
|
170 |
+
#: gallery-plugin.php:884
|
171 |
+
msgid "Custom code"
|
172 |
+
msgstr "Пользовательский код"
|
173 |
+
|
174 |
+
#: gallery-plugin.php:885
|
175 |
msgid "Go PRO"
|
176 |
msgstr "Перейти на Pro версию"
|
177 |
|
178 |
+
#: gallery-plugin.php:895
|
179 |
msgid "Please enable JavaScript to use the option to renew images."
|
180 |
msgstr ""
|
181 |
"Пожалуйста, включите javascript для использования опции обновления "
|
182 |
"изображений."
|
183 |
|
184 |
+
#: gallery-plugin.php:907
|
185 |
#, php-format
|
186 |
msgid ""
|
187 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
192 |
"блоке редактирования контента в режиме Visual. Если кнопка не отображается, "
|
193 |
"пожалуйста, используйте шорткод %s, где * обозначает ID галереи"
|
194 |
|
195 |
+
#: gallery-plugin.php:917
|
196 |
msgid "Number of images in the row"
|
197 |
msgstr "Количество изображений в строке"
|
198 |
|
199 |
+
#: gallery-plugin.php:919
|
200 |
msgid ""
|
201 |
"The number of images per row can be less depending on the width of the "
|
202 |
"parent block"
|
204 |
"Количество изображений в строке может быть меньше в зависимости от ширины "
|
205 |
"родительского блока"
|
206 |
|
207 |
+
#: gallery-plugin.php:923 gallery-plugin.php:949
|
208 |
msgid "Image size"
|
209 |
msgstr "Название размера изображения"
|
210 |
|
211 |
+
#: gallery-plugin.php:926
|
212 |
msgid ""
|
213 |
"WordPress will create a new thumbnail with the specified dimensions when you "
|
214 |
"upload a new photo."
|
216 |
"WordPress создаст новую миниатюру с заданными размерами при загрузке новой "
|
217 |
"фотографии."
|
218 |
|
219 |
+
#: gallery-plugin.php:928
|
220 |
msgid "For the album cover"
|
221 |
msgstr "Для обложки альбома галереи"
|
222 |
|
223 |
+
#: gallery-plugin.php:929 gallery-plugin.php:933 gallery-plugin.php:954
|
224 |
msgid "width x height"
|
225 |
msgstr "ширина x высота"
|
226 |
|
227 |
+
#: gallery-plugin.php:929 gallery-plugin.php:933 gallery-plugin.php:954
|
228 |
msgid "in px"
|
229 |
msgstr " в px"
|
230 |
|
231 |
+
#: gallery-plugin.php:932
|
232 |
msgid "For thumbnails"
|
233 |
msgstr "Для миниатюр"
|
234 |
|
235 |
+
#: gallery-plugin.php:936
|
236 |
msgid "Update images for gallery"
|
237 |
msgstr "Обновить все изображения для галереи"
|
238 |
|
239 |
+
#: gallery-plugin.php:945 gallery-plugin.php:1144 gallery-plugin.php:1371
|
240 |
msgid "Close"
|
241 |
msgstr "Закрыть"
|
242 |
|
243 |
+
#: gallery-plugin.php:952
|
244 |
msgid "For images in the lightbox"
|
245 |
msgstr "Для изображений в лайтбоксе"
|
246 |
|
247 |
+
#: gallery-plugin.php:956
|
248 |
msgid "Display a full size image in the lightbox"
|
249 |
msgstr "Если вы хотите отображать полное изображение в лайтбоксе"
|
250 |
|
251 |
+
#: gallery-plugin.php:961
|
252 |
msgid "Crop position"
|
253 |
msgstr "Позиция обрезки"
|
254 |
|
255 |
+
#: gallery-plugin.php:965 gallery-plugin.php:971
|
256 |
msgid "center"
|
257 |
msgstr "центр"
|
258 |
|
259 |
+
#: gallery-plugin.php:967
|
260 |
msgid "Horizontal"
|
261 |
msgstr "Горизонтальная"
|
262 |
|
263 |
+
#: gallery-plugin.php:973
|
264 |
msgid "Vertical"
|
265 |
msgstr "Вертикальная"
|
266 |
|
267 |
+
#: gallery-plugin.php:978
|
268 |
msgid "Single gallery view"
|
269 |
msgstr "Вид галереи"
|
270 |
|
271 |
+
#: gallery-plugin.php:981
|
272 |
msgid "Grid"
|
273 |
msgstr "Сетка"
|
274 |
|
275 |
+
#: gallery-plugin.php:982
|
276 |
msgid "Masonry"
|
277 |
msgstr "Masonry"
|
278 |
|
279 |
+
#: gallery-plugin.php:988 gallery-plugin.php:1209
|
280 |
msgid ""
|
281 |
"If you upgrade to Pro version all your settings and galleries will be saved."
|
282 |
msgstr "При переходе на Pro версию все ваши настройки и галереи сохраняются."
|
283 |
|
284 |
+
#: gallery-plugin.php:995 gallery-plugin.php:1216
|
285 |
msgid "Unlock premium options by upgrading to Pro version"
|
286 |
msgstr "Активируйте премиум опции обновившись до Pro версии"
|
287 |
|
288 |
+
#: gallery-plugin.php:999 gallery-plugin.php:1220
|
289 |
msgid "Start Your Trial"
|
290 |
msgstr "Получить пробную версию"
|
291 |
|
292 |
+
#: gallery-plugin.php:1000 gallery-plugin.php:1221 gallery-plugin.php:2601
|
293 |
msgid "or"
|
294 |
msgstr "или"
|
295 |
|
296 |
+
#: gallery-plugin.php:1002 gallery-plugin.php:1223
|
297 |
msgid "Learn More"
|
298 |
msgstr "Подробнее"
|
299 |
|
300 |
+
#: gallery-plugin.php:1010 gallery-plugin.php:1148
|
301 |
msgid "Display image text"
|
302 |
msgstr "Отображать текст к изображениям"
|
303 |
|
304 |
+
#: gallery-plugin.php:1012
|
305 |
msgid "Turn off the checkbox, if you want to display text just in a lightbox"
|
306 |
msgstr "Отключите чекбокс, если вы хотите отображать текст только в лайтбоксе"
|
307 |
|
308 |
+
#: gallery-plugin.php:1016
|
309 |
msgid "Images with border"
|
310 |
msgstr "Изображения с рамкой"
|
311 |
|
312 |
+
#: gallery-plugin.php:1020
|
313 |
msgid "Border width in px, just numbers"
|
314 |
msgstr "Ширина рамки в px, только числа"
|
315 |
|
316 |
+
#: gallery-plugin.php:1021
|
317 |
msgid "Select a border color"
|
318 |
msgstr "Выберите цвет рамки"
|
319 |
|
320 |
+
#: gallery-plugin.php:1026
|
321 |
msgid "Sort images"
|
322 |
msgstr "Сортировать изображения"
|
323 |
|
324 |
+
#: gallery-plugin.php:1029
|
325 |
msgid "by Attachment ID"
|
326 |
msgstr "по ID изображения"
|
327 |
|
328 |
+
#: gallery-plugin.php:1030
|
329 |
msgid "by Image Name"
|
330 |
msgstr "по Названию изображения"
|
331 |
|
332 |
+
#: gallery-plugin.php:1031 gallery-plugin.php:1052
|
333 |
msgid "by Date"
|
334 |
msgstr "по Дате"
|
335 |
|
336 |
+
#: gallery-plugin.php:1032
|
337 |
msgid "by Sorting order in the Gallery"
|
338 |
msgstr "по Порядку сортировки в Галерее"
|
339 |
|
340 |
+
#: gallery-plugin.php:1033 gallery-plugin.php:1057
|
341 |
msgid "Random"
|
342 |
msgstr "Произвольно"
|
343 |
|
344 |
+
#: gallery-plugin.php:1038
|
345 |
msgid "The images sort order"
|
346 |
msgstr "Порядок сортировки изображений"
|
347 |
|
348 |
+
#: gallery-plugin.php:1041 gallery-plugin.php:1065
|
349 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
350 |
msgstr ""
|
351 |
"ASC (в порядке возрастания от наименьшего до наибольшего значения - 1, 2, 3; "
|
352 |
"а, б, в)"
|
353 |
|
354 |
+
#: gallery-plugin.php:1042 gallery-plugin.php:1066
|
355 |
msgid ""
|
356 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
357 |
msgstr "DESC (по убыванию от наибольшего до наименьшего - 3, 2, 1; в, б, а)"
|
358 |
|
359 |
+
#: gallery-plugin.php:1047
|
360 |
msgid "Sort galleries"
|
361 |
msgstr "Сортировать галереи"
|
362 |
|
363 |
+
#: gallery-plugin.php:1050
|
364 |
msgid "by Gallery ID"
|
365 |
msgstr "по ID галереи"
|
366 |
|
367 |
+
#: gallery-plugin.php:1051
|
368 |
msgid "by Title"
|
369 |
msgstr "по Названию"
|
370 |
|
371 |
+
#: gallery-plugin.php:1053
|
372 |
msgid "by Last modified date"
|
373 |
msgstr "по Дате последнего изменения"
|
374 |
|
375 |
+
#: gallery-plugin.php:1054
|
376 |
msgid "by Comment count"
|
377 |
msgstr "по Количеству комментариев"
|
378 |
|
379 |
+
#: gallery-plugin.php:1055
|
380 |
msgid "by Sorting order (the input field for sorting order)"
|
381 |
msgstr "по Порядку сортировки (поле ввода для сортировки)"
|
382 |
|
383 |
+
#: gallery-plugin.php:1056
|
384 |
msgid "by Author"
|
385 |
msgstr "по Автору"
|
386 |
|
387 |
+
#: gallery-plugin.php:1062
|
388 |
msgid "The galleries sort order"
|
389 |
msgstr "Порядок сортировки галерей"
|
390 |
|
391 |
+
#: gallery-plugin.php:1071
|
392 |
msgid "Start slideshow"
|
393 |
msgstr "Начать слайдшоу"
|
394 |
|
395 |
+
#: gallery-plugin.php:1074
|
396 |
msgid "Slideshow interval"
|
397 |
msgstr "Интервал времени при показе слайдшоу"
|
398 |
|
399 |
+
#: gallery-plugin.php:1074
|
400 |
msgid "(ms)"
|
401 |
msgstr "(мс)"
|
402 |
|
403 |
+
#: gallery-plugin.php:1078
|
404 |
msgid "Use single lightbox for multiple galleries on one page"
|
405 |
msgstr "Использовать один лайтбокс для нескольких галерей на одной странице"
|
406 |
|
407 |
+
#: gallery-plugin.php:1084
|
408 |
msgid "Display the Back link"
|
409 |
msgstr "Отображать ссылку Вернуться"
|
410 |
|
411 |
+
#: gallery-plugin.php:1090
|
412 |
msgid "Display the Back link in the shortcode"
|
413 |
msgstr "Отображаться ссылку Вернуться в шорткоде"
|
414 |
|
415 |
+
#: gallery-plugin.php:1096
|
416 |
msgid "The Back link text"
|
417 |
msgstr "Текст для ссылки Вернуться"
|
418 |
|
419 |
+
#: gallery-plugin.php:1102
|
420 |
msgid "The Back link URL"
|
421 |
msgstr "URL для ссылки Вернуться"
|
422 |
|
423 |
+
#: gallery-plugin.php:1105
|
424 |
msgid "Gallery page (Page with Gallery Template)"
|
425 |
msgstr "Страница галереи (Страница с Gallery Template)"
|
426 |
|
427 |
+
#: gallery-plugin.php:1107
|
428 |
msgid "(Full URL to custom page)"
|
429 |
msgstr "(Полная ссылка на пользовательскую страницу)"
|
430 |
|
431 |
+
#: gallery-plugin.php:1112
|
432 |
msgid "The Read More link text"
|
433 |
msgstr "Текст для ссылки Узнать больше"
|
434 |
|
435 |
+
#: gallery-plugin.php:1118
|
436 |
msgid "Add gallery to the search"
|
437 |
msgstr "Добавить галерею в поиск"
|
438 |
|
439 |
+
#: gallery-plugin.php:1123 gallery-plugin.php:1126 gallery-plugin.php:1130
|
440 |
msgid "Using"
|
441 |
msgstr "Используя"
|
442 |
|
443 |
+
#: gallery-plugin.php:1123 gallery-plugin.php:1126 gallery-plugin.php:1130
|
444 |
msgid "powered by"
|
445 |
msgstr "разработанный"
|
446 |
|
447 |
+
#: gallery-plugin.php:1126 gallery-plugin.php:1346
|
448 |
msgid "Activate"
|
449 |
msgstr "Активировать"
|
450 |
|
451 |
+
#: gallery-plugin.php:1130
|
452 |
msgid "Download"
|
453 |
msgstr "Загрузить"
|
454 |
|
455 |
+
#: gallery-plugin.php:1135
|
456 |
msgid "Rewrite templates after update"
|
457 |
msgstr "Перезапись шаблонов после обновления"
|
458 |
|
459 |
+
#: gallery-plugin.php:1137
|
460 |
#, php-format
|
461 |
msgid ""
|
462 |
"Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
|
465 |
"Отключите чекбокс, если вы внесли изменения в файлы '%s' или '%s' в папке "
|
466 |
"темы, и вы не хотите чтобы они были обновлены"
|
467 |
|
468 |
+
#: gallery-plugin.php:1151
|
469 |
msgid "Under image"
|
470 |
msgstr "Под изображением"
|
471 |
|
472 |
+
#: gallery-plugin.php:1152
|
473 |
msgid "By mouse hover"
|
474 |
msgstr "По наведению мыши"
|
475 |
|
476 |
+
#: gallery-plugin.php:1157
|
477 |
msgid "Use pagination for images"
|
478 |
msgstr "Использовать пагинацию для изображений"
|
479 |
|
480 |
+
#: gallery-plugin.php:1160
|
481 |
msgid "per page"
|
482 |
msgstr "на странице"
|
483 |
|
484 |
+
#: gallery-plugin.php:1164
|
485 |
msgid "Lightbox background"
|
486 |
msgstr "Фон лайтбокса"
|
487 |
|
488 |
+
#: gallery-plugin.php:1167
|
489 |
msgid "Background transparency (from 0 to 1)"
|
490 |
msgstr "Прозрачность для фона (от 0 до 1)"
|
491 |
|
492 |
+
#: gallery-plugin.php:1168
|
493 |
msgid "Select a background color"
|
494 |
msgstr "Выберите цвет фона"
|
495 |
|
496 |
+
#: gallery-plugin.php:1172
|
497 |
msgid "The lightbox helper"
|
498 |
msgstr "Вспомогательные элементы в лайтбоксе"
|
499 |
|
500 |
+
#: gallery-plugin.php:1174
|
501 |
msgid "Do not use"
|
502 |
msgstr "Не использовать"
|
503 |
|
504 |
+
#: gallery-plugin.php:1175
|
505 |
msgid "Button helper"
|
506 |
msgstr "Вспомогательные кнопки"
|
507 |
|
508 |
+
#: gallery-plugin.php:1176
|
509 |
msgid "Thumbnail helper"
|
510 |
msgstr "Вспомогательные миниатюры"
|
511 |
|
512 |
+
#: gallery-plugin.php:1180
|
513 |
msgid "Display Like buttons in the lightbox"
|
514 |
msgstr "Отображать Like кнопки в лайтбоксе"
|
515 |
|
516 |
+
#: gallery-plugin.php:1182
|
517 |
msgid "FaceBook"
|
518 |
msgstr "FaceBook"
|
519 |
|
520 |
+
#: gallery-plugin.php:1183
|
521 |
msgid "Twitter"
|
522 |
msgstr "Twitter"
|
523 |
|
524 |
+
#: gallery-plugin.php:1184
|
525 |
msgid "Pinterest"
|
526 |
msgstr "Pinterest"
|
527 |
|
528 |
+
#: gallery-plugin.php:1185
|
529 |
msgid "Google +1"
|
530 |
msgstr "Google +1"
|
531 |
|
532 |
+
#: gallery-plugin.php:1189
|
533 |
msgid "Slug for gallery item"
|
534 |
msgstr "Название для элементов галереи"
|
535 |
|
536 |
+
#: gallery-plugin.php:1191
|
537 |
msgid "for any structure of permalinks except the default structure"
|
538 |
msgstr "для любой структуры ссылок, за исключением структуры по умолчанию"
|
539 |
|
540 |
+
#: gallery-plugin.php:1195
|
541 |
msgid "Title for lightbox button"
|
542 |
msgstr "Название кнопки в лайтбоксе"
|
543 |
|
544 |
+
#: gallery-plugin.php:1201
|
545 |
msgid ""
|
546 |
"Display all images in the lightbox instead of going into a single gallery"
|
547 |
msgstr ""
|
548 |
"Отображать все изображения в лайтбоксе вместо перехода в отдельную галерею"
|
549 |
|
550 |
+
#: gallery-plugin.php:1204
|
551 |
#, php-format
|
552 |
msgid "When using the gallery template or a shortcode with `%s` parameter"
|
553 |
msgstr "Когда используется темплейт галереи или шорткод с параметром `%s`"
|
554 |
|
555 |
+
#: gallery-plugin.php:1230
|
556 |
msgid "Save Changes"
|
557 |
msgstr "Сохранить изменения"
|
558 |
|
559 |
+
#: gallery-plugin.php:1235
|
560 |
msgid ""
|
561 |
"If you install the demo-data, will be created galleries with images, demo-"
|
562 |
"post with available shortcodes and page with a list of all the galleries."
|
564 |
"При установке демо-данных будут созданы галереи с изображениями, пост с "
|
565 |
"доступными шорткодами и страница со списком всех галерей."
|
566 |
|
567 |
+
#: gallery-plugin.php:1269
|
568 |
msgid "FAQ"
|
569 |
msgstr "FAQ"
|
570 |
|
571 |
+
#: gallery-plugin.php:1270
|
572 |
msgid "Support"
|
573 |
msgstr "Поддержка"
|
574 |
|
575 |
+
#: gallery-plugin.php:1309
|
576 |
msgid "Updating images..."
|
577 |
msgstr "Обновление изображений..."
|
578 |
|
579 |
+
#: gallery-plugin.php:1310
|
580 |
msgid "No image found."
|
581 |
msgstr "Ни одного изображения не найдено."
|
582 |
|
583 |
+
#: gallery-plugin.php:1311
|
584 |
msgid "All images are updated."
|
585 |
msgstr "Все изображения были обновлены."
|
586 |
|
587 |
+
#: gallery-plugin.php:1312
|
588 |
msgid "Error."
|
589 |
msgstr "Ошибка."
|
590 |
|
591 |
+
#: gallery-plugin.php:1326
|
592 |
msgid ""
|
593 |
"You are about to delete these items from this gallery.\n"
|
594 |
" 'Cancel' to stop, 'OK' to delete."
|
596 |
"Вы собираетесь удалить эти элементы из этой галереи.\n"
|
597 |
" Нажмите \"Отменить\" чтобы отменить действие или \"OK\" для удаления."
|
598 |
|
599 |
+
#: gallery-plugin.php:1327
|
600 |
msgid ""
|
601 |
"Switching to another mode, all unsaved data will be lost. Save data before "
|
602 |
"switching?"
|
604 |
"При переключение на другой режим все несохраненные данные будут потеряны. "
|
605 |
"Сохранить данные перед переключением?"
|
606 |
|
607 |
+
#: gallery-plugin.php:1328
|
608 |
msgid "Insert Media"
|
609 |
msgstr "Вставить медиафайл"
|
610 |
|
611 |
+
#: gallery-plugin.php:1329
|
612 |
msgid "Insert"
|
613 |
msgstr "Вставить"
|
614 |
|
615 |
+
#: gallery-plugin.php:1341
|
616 |
msgid "Learn more"
|
617 |
msgstr "Подробнее"
|
618 |
|
619 |
+
#: gallery-plugin.php:1353
|
620 |
msgid "Install now"
|
621 |
msgstr "Установить"
|
622 |
|
623 |
+
#: gallery-plugin.php:1362
|
624 |
msgid "Add multiple gallery categories"
|
625 |
msgstr "Добавить несколько категорий галереи"
|
626 |
|
627 |
+
#: gallery-plugin.php:1362
|
628 |
msgid ""
|
629 |
"Install Gallery Categories plugin to add unlimited number of categories."
|
630 |
msgstr ""
|
631 |
"Установить плагин Gallery Categories, чтобы иметь возможность добавлять "
|
632 |
"неограниченное количество категорий."
|
633 |
|
634 |
+
#: gallery-plugin.php:1649 template/gallery-single-template.php:103
|
635 |
msgid "Sorry, nothing found."
|
636 |
msgstr "Извините, ничего не найдено."
|
637 |
|
638 |
+
#: gallery-plugin.php:1662 template/gallery-single-template.php:124
|
639 |
msgid "Image"
|
640 |
msgstr "Изображение"
|
641 |
|
642 |
+
#: gallery-plugin.php:1662 template/gallery-single-template.php:19
|
643 |
msgid "Download high resolution image"
|
644 |
msgstr "Скачать изображение в высоком разрешении"
|
645 |
|
646 |
+
#: gallery-plugin.php:1793
|
647 |
msgid "Image size not defined"
|
648 |
msgstr "Невозможно определить размер изображения"
|
649 |
|
650 |
+
#: gallery-plugin.php:1808
|
651 |
msgid ""
|
652 |
"We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
|
653 |
"manually reload image."
|
655 |
"Плагин может обновить только PNG, JPEG, GIF, XBM или WPMP типы файлов. Для "
|
656 |
"других, пожалуйста, вручную перезагрузите изображения."
|
657 |
|
658 |
+
#: gallery-plugin.php:1819
|
659 |
msgid "Image size changes not defined"
|
660 |
msgstr "Не удалось вычислить изменения размеров изображения"
|
661 |
|
662 |
+
#: gallery-plugin.php:1848 gallery-plugin.php:1851 gallery-plugin.php:1856
|
663 |
msgid "Invalid path"
|
664 |
msgstr "Путь к изображению для редактирования некорректный"
|
665 |
|
666 |
+
#: gallery-plugin.php:1959
|
667 |
msgid "Add images requires JavaScript."
|
668 |
msgstr "Для добавления изображений необходим JavaScript."
|
669 |
|
670 |
+
#: gallery-plugin.php:1962
|
671 |
msgid "Add Media"
|
672 |
msgstr "Добавить медиафайл"
|
673 |
|
674 |
+
#: gallery-plugin.php:1972
|
675 |
msgid "The grid view for the Gallery images requires JavaScript."
|
676 |
msgstr "Вид сетки для галереи изображений требует JavaScript."
|
677 |
|
678 |
+
#: gallery-plugin.php:1972
|
679 |
msgid "Switch to the list view"
|
680 |
msgstr "Переключиться на список"
|
681 |
|
682 |
+
#: gallery-plugin.php:1999
|
683 |
msgid "List View"
|
684 |
msgstr "В виде списка"
|
685 |
|
686 |
+
#: gallery-plugin.php:2000
|
687 |
msgid "Grid View"
|
688 |
msgstr "В виде сетки"
|
689 |
|
690 |
+
#: gallery-plugin.php:2055
|
691 |
msgid "Filter"
|
692 |
msgstr "Фильтр"
|
693 |
|
694 |
+
#: gallery-plugin.php:2059
|
695 |
msgid "Empty Trash"
|
696 |
msgstr "Очистить корзину"
|
697 |
|
698 |
+
#: gallery-plugin.php:2080
|
699 |
msgid "No images found"
|
700 |
msgstr "Ни одного изображения не найдено"
|
701 |
|
702 |
+
#: gallery-plugin.php:2132
|
703 |
msgid "Select bulk action"
|
704 |
msgstr "Выберите массовое действие"
|
705 |
|
706 |
+
#: gallery-plugin.php:2134
|
707 |
msgid "Bulk Actions"
|
708 |
msgstr "Действия"
|
709 |
|
710 |
+
#: gallery-plugin.php:2144
|
711 |
msgid "Apply"
|
712 |
msgstr "Применить"
|
713 |
|
714 |
+
#: gallery-plugin.php:2151 gallery-plugin.php:2330
|
715 |
msgid "Delete from Gallery"
|
716 |
msgstr "Удалить из галереи"
|
717 |
|
718 |
+
#: gallery-plugin.php:2164 gallery-plugin.php:2178
|
719 |
msgid "Display link to the original file under each image in the lightbox"
|
720 |
msgstr "Показать ссылку на исходный файл под каждым изображением в лайтбоксе"
|
721 |
|
722 |
+
#: gallery-plugin.php:2173
|
723 |
msgid "Bulk Select"
|
724 |
msgstr "Выбор"
|
725 |
|
726 |
+
#: gallery-plugin.php:2175
|
727 |
msgid "Cancel Selection"
|
728 |
msgstr "Отменить выбор"
|
729 |
|
730 |
+
#: gallery-plugin.php:2176
|
731 |
msgid "Delete Selected"
|
732 |
msgstr "Удалить выбранное"
|
733 |
|
734 |
+
#: gallery-plugin.php:2189
|
735 |
msgid "File"
|
736 |
msgstr "Файл"
|
737 |
|
738 |
+
#: gallery-plugin.php:2190 gallery-plugin.php:2279 gallery-plugin.php:2388
|
739 |
msgid "Dimensions"
|
740 |
msgstr "Размеры"
|
741 |
|
742 |
+
#: gallery-plugin.php:2192 gallery-plugin.php:2312 gallery-plugin.php:2398
|
743 |
msgid "Alt tag"
|
744 |
msgstr "Тэг \"Alt\""
|
745 |
|
746 |
+
#: gallery-plugin.php:2192 gallery-plugin.php:2314
|
747 |
msgid ""
|
748 |
"The alt attribute specifies an alternate text for an image, if the image "
|
749 |
"cannot be displayed."
|
751 |
"Атрибут Alt определяет альтернативный текст для изображения, если "
|
752 |
"изображение не может быть отображено."
|
753 |
|
754 |
+
#: gallery-plugin.php:2193 gallery-plugin.php:2320 gallery-plugin.php:2403
|
755 |
msgid "Custom URL"
|
756 |
msgstr "Пользовательская ссылка"
|
757 |
|
758 |
+
#: gallery-plugin.php:2193 gallery-plugin.php:2322
|
759 |
msgid ""
|
760 |
"By clicking on the thumbnail you'll go to the link (if the field is filled) "
|
761 |
"or the image will be opened in the lightbox (if the field isn't filled)"
|
763 |
"Нажав на миниатюру, вы будете перенаправлены по ссылке (если поле заполнено) "
|
764 |
"или изображение будет открыто в лайтбоксе (если поле не заполнено)"
|
765 |
|
766 |
+
#: gallery-plugin.php:2271
|
767 |
msgid "Deselect"
|
768 |
msgstr "Отменить выбор"
|
769 |
|
770 |
+
#: gallery-plugin.php:2277
|
771 |
msgid "File name"
|
772 |
msgstr "Название файла"
|
773 |
|
774 |
+
#: gallery-plugin.php:2278
|
775 |
msgid "File type"
|
776 |
msgstr "Тип файла"
|
777 |
|
778 |
+
#: gallery-plugin.php:2282 gallery-plugin.php:2384
|
779 |
msgid "Edit Attachment Info"
|
780 |
msgstr "Редактировать информацию"
|
781 |
|
782 |
+
#: gallery-plugin.php:2282
|
783 |
msgid "Edit Attachment"
|
784 |
msgstr "Редактировать"
|
785 |
|
786 |
+
#: gallery-plugin.php:2292
|
787 |
msgid "Go Pro"
|
788 |
msgstr "Перейти на Pro версию"
|
789 |
|
790 |
+
#: gallery-plugin.php:2292
|
791 |
msgid "Pro version"
|
792 |
msgstr "Pro версия"
|
793 |
|
794 |
+
#: gallery-plugin.php:2295
|
795 |
msgid "This setting is available in Pro version"
|
796 |
msgstr "Эти настройки доступны в Pro версии"
|
797 |
|
798 |
+
#: gallery-plugin.php:2328
|
799 |
msgid "Edit more details"
|
800 |
msgstr "Редактировать детали"
|
801 |
|
802 |
+
#: gallery-plugin.php:2363
|
803 |
#, php-format
|
804 |
msgid "Select %s"
|
805 |
msgstr "Выбрать %s"
|
806 |
|
807 |
+
#: gallery-plugin.php:2376
|
808 |
#, php-format
|
809 |
msgid "Edit “%s”"
|
810 |
msgstr "Изменить “%s”"
|
811 |
|
812 |
+
#: gallery-plugin.php:2421 gallery-plugin.php:2434
|
813 |
msgid "Edit"
|
814 |
msgstr "Изменить"
|
815 |
|
816 |
+
#: gallery-plugin.php:2424 gallery-plugin.php:2439
|
817 |
msgid "Trash"
|
818 |
msgstr "Удалить"
|
819 |
|
820 |
+
#: gallery-plugin.php:2427 gallery-plugin.php:2442
|
821 |
msgid "Delete Permanently"
|
822 |
msgstr "Удалить навсегда"
|
823 |
|
824 |
+
#: gallery-plugin.php:2429 gallery-plugin.php:2447
|
825 |
#, php-format
|
826 |
msgid "View “%s”"
|
827 |
msgstr "Просмотр “%s”"
|
828 |
|
829 |
+
#: gallery-plugin.php:2429 gallery-plugin.php:2447
|
830 |
msgid "View"
|
831 |
msgstr "Просмотр"
|
832 |
|
833 |
+
#: gallery-plugin.php:2431
|
834 |
msgid "Attach"
|
835 |
msgstr "Прикрепить"
|
836 |
|
837 |
+
#: gallery-plugin.php:2437
|
838 |
msgid "Restore"
|
839 |
msgstr "Восстановить"
|
840 |
|
841 |
+
#: gallery-plugin.php:2568
|
842 |
msgid "Warning"
|
843 |
msgstr "Внимание"
|
844 |
|
845 |
+
#: gallery-plugin.php:2568
|
846 |
msgid "You can add only images to the gallery"
|
847 |
msgstr "Вы можете добавить только изображения в галерею"
|
848 |
|
849 |
+
#: gallery-plugin.php:2610
|
850 |
msgid "no title"
|
851 |
msgstr "без названия"
|
852 |
|
853 |
+
#: gallery-plugin.php:2618
|
854 |
msgid "Sorry, no gallery found."
|
855 |
msgstr "Извините, ничего не найдено"
|
856 |
|
857 |
+
#: gallery-plugin.php:2624
|
858 |
msgid ""
|
859 |
"Display an album image with the description and the link to a single gallery "
|
860 |
"page"
|
languages/gallery-plugin-sk_SK.mo
CHANGED
Binary file
|
languages/gallery-plugin-sk_SK.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
-
"PO-Revision-Date: 2016-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Michal Králik <ja@michalkralik.sk>\n"
|
9 |
"Language: sk_SK\n"
|
@@ -16,8 +16,8 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: gallery-plugin.php:45 gallery-plugin.php:
|
20 |
-
#: gallery-plugin.php:
|
21 |
msgid "Settings"
|
22 |
msgstr "Nastavenia"
|
23 |
|
@@ -29,7 +29,7 @@ msgstr "Vidieť fotky »"
|
|
29 |
msgid "Return to all albums"
|
30 |
msgstr ""
|
31 |
|
32 |
-
#: gallery-plugin.php:
|
33 |
#, fuzzy, php-format
|
34 |
msgid ""
|
35 |
"The following files '%s' and '%s' were not found in the directory of your "
|
@@ -41,49 +41,49 @@ msgstr ""
|
|
41 |
"content/plugins/gallery-plugin/template/` do priečinku vašej témy pre "
|
42 |
"správnu prácu pluginu Galérie."
|
43 |
|
44 |
-
#: gallery-plugin.php:
|
45 |
msgid "Galleries"
|
46 |
msgstr "Galérie"
|
47 |
|
48 |
-
#: gallery-plugin.php:
|
49 |
msgid "Gallery"
|
50 |
msgstr "Galéria"
|
51 |
|
52 |
-
#: gallery-plugin.php:
|
53 |
msgid "Add New Gallery"
|
54 |
msgstr "Pridať novú galériu"
|
55 |
|
56 |
-
#: gallery-plugin.php:
|
57 |
msgid "Edit Gallery"
|
58 |
msgstr "Upraviť galériu"
|
59 |
|
60 |
-
#: gallery-plugin.php:
|
61 |
msgid "New Gallery"
|
62 |
msgstr "Nová galéria"
|
63 |
|
64 |
-
#: gallery-plugin.php:
|
65 |
msgid "View Gallery"
|
66 |
msgstr "Zobraziť galériu"
|
67 |
|
68 |
-
#: gallery-plugin.php:
|
69 |
#, fuzzy
|
70 |
msgid "Search Galleries"
|
71 |
msgstr "Galérie"
|
72 |
|
73 |
-
#: gallery-plugin.php:
|
74 |
msgid "No Gallery found"
|
75 |
msgstr "Galéria nebola nájdená"
|
76 |
|
77 |
-
#: gallery-plugin.php:
|
78 |
msgid "Gallery Shortcode"
|
79 |
msgstr "Krátky kód galérie"
|
80 |
|
81 |
-
#: gallery-plugin.php:
|
82 |
#, fuzzy
|
83 |
msgid "Gallery Categories"
|
84 |
msgstr "Veľkosť obrázka galérie"
|
85 |
|
86 |
-
#: gallery-plugin.php:
|
87 |
#, fuzzy, php-format
|
88 |
msgid ""
|
89 |
"If you would like to add a Gallery to your page or post, please use %s button"
|
@@ -91,7 +91,7 @@ msgstr ""
|
|
91 |
"Ak si prajete pridať galériu do vášho článku alebo na stránku, len "
|
92 |
"skopírujte tento krátky kód na vašu stránku alebo článok:"
|
93 |
|
94 |
-
#: gallery-plugin.php:
|
95 |
#, php-format
|
96 |
msgid ""
|
97 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
@@ -99,12 +99,12 @@ msgid ""
|
|
99 |
"please use the shortcode below"
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: gallery-plugin.php:
|
103 |
msgid ""
|
104 |
"Add this shortcode to a page, post or widget to display a single gallery"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: gallery-plugin.php:
|
108 |
#, fuzzy
|
109 |
msgid ""
|
110 |
"Use this shortcode to display an album image with the description and the "
|
@@ -113,74 +113,78 @@ msgstr ""
|
|
113 |
"Ak chcete zobraziť krátky popis obsahujúci náhľad a odkaz na vlastnú stŕnaku "
|
114 |
"galérie"
|
115 |
|
116 |
-
#: gallery-plugin.php:
|
117 |
msgid "Short display"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: gallery-plugin.php:
|
121 |
msgid "Most Used"
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: gallery-plugin.php:
|
125 |
msgid "Default"
|
126 |
msgstr "Štandardné"
|
127 |
|
128 |
-
#: gallery-plugin.php:
|
129 |
#, fuzzy
|
130 |
msgid "Add New Gallery Category"
|
131 |
msgstr "Pridať novú galériu"
|
132 |
|
133 |
-
#: gallery-plugin.php:
|
134 |
#, fuzzy
|
135 |
msgid "Install plugin"
|
136 |
msgstr "Plugin nainštalovaný"
|
137 |
|
138 |
-
#: gallery-plugin.php:
|
139 |
-
#: gallery-plugin.php:
|
140 |
msgid "Title"
|
141 |
msgstr "Nadpis"
|
142 |
|
143 |
-
#: gallery-plugin.php:
|
144 |
msgid "Author"
|
145 |
msgstr "Autor"
|
146 |
|
147 |
-
#: gallery-plugin.php:
|
148 |
#, fuzzy
|
149 |
msgid "Shortcode"
|
150 |
msgstr "Krátky kód galérie"
|
151 |
|
152 |
-
#: gallery-plugin.php:
|
153 |
#, fuzzy
|
154 |
msgid "Photos"
|
155 |
msgstr "Fotka"
|
156 |
|
157 |
-
#: gallery-plugin.php:
|
158 |
msgid "Date"
|
159 |
msgstr "Dátum"
|
160 |
|
161 |
-
#: gallery-plugin.php:
|
162 |
msgid "Settings are saved"
|
163 |
msgstr "Nastavenia boli uložené."
|
164 |
|
165 |
-
#: gallery-plugin.php:
|
166 |
#, fuzzy
|
167 |
msgid "All plugin settings were restored."
|
168 |
msgstr "na strane nastavení ("
|
169 |
|
170 |
-
#: gallery-plugin.php:
|
171 |
msgid "Gallery Settings"
|
172 |
msgstr "Nastavenie galérie"
|
173 |
|
174 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
175 |
msgid "Go PRO"
|
176 |
msgstr ""
|
177 |
|
178 |
-
#: gallery-plugin.php:
|
179 |
msgid "Please enable JavaScript to use the option to renew images."
|
180 |
msgstr ""
|
181 |
"Prosím povoľte JavaScript pre používanie možnosti na obnovenie obrázkov."
|
182 |
|
183 |
-
#: gallery-plugin.php:
|
184 |
#, php-format
|
185 |
msgid ""
|
186 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
@@ -188,22 +192,22 @@ msgid ""
|
|
188 |
"please use the shortcode %s, where * stands for gallery ID"
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: gallery-plugin.php:
|
192 |
msgid "Number of images in the row"
|
193 |
msgstr "Počet obrázkov v rade"
|
194 |
|
195 |
-
#: gallery-plugin.php:
|
196 |
#, fuzzy
|
197 |
msgid ""
|
198 |
"The number of images per row can be less depending on the width of the "
|
199 |
"parent block"
|
200 |
msgstr "Počet obrázkov v rade"
|
201 |
|
202 |
-
#: gallery-plugin.php:
|
203 |
msgid "Image size"
|
204 |
msgstr "Veľkosť obrázku"
|
205 |
|
206 |
-
#: gallery-plugin.php:
|
207 |
msgid ""
|
208 |
"WordPress will create a new thumbnail with the specified dimensions when you "
|
209 |
"upload a new photo."
|
@@ -211,658 +215,658 @@ msgstr ""
|
|
211 |
"Wordpress vytvorí nový thumbnail so špecifickými rozmermi, keď nahráte novú "
|
212 |
"fotku."
|
213 |
|
214 |
-
#: gallery-plugin.php:
|
215 |
#, fuzzy
|
216 |
msgid "For the album cover"
|
217 |
msgstr "Veľkosť obrázku pre obal albumu"
|
218 |
|
219 |
-
#: gallery-plugin.php:
|
220 |
msgid "width x height"
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: gallery-plugin.php:
|
224 |
msgid "in px"
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: gallery-plugin.php:
|
228 |
#, fuzzy
|
229 |
msgid "For thumbnails"
|
230 |
msgstr "Veľkosť obrázku pre obal albumu"
|
231 |
|
232 |
-
#: gallery-plugin.php:
|
233 |
msgid "Update images for gallery"
|
234 |
msgstr "Nahrať obrázky do galérie"
|
235 |
|
236 |
-
#: gallery-plugin.php:
|
237 |
msgid "Close"
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: gallery-plugin.php:
|
241 |
#, fuzzy
|
242 |
msgid "For images in the lightbox"
|
243 |
msgstr "Veľkosť obrázku galérie v Lightbox"
|
244 |
|
245 |
-
#: gallery-plugin.php:
|
246 |
msgid "Display a full size image in the lightbox"
|
247 |
msgstr "Zobraziť plný rozmer obrázku v Lightbox"
|
248 |
|
249 |
-
#: gallery-plugin.php:
|
250 |
msgid "Crop position"
|
251 |
msgstr "Orezať"
|
252 |
|
253 |
-
#: gallery-plugin.php:
|
254 |
msgid "center"
|
255 |
msgstr "na stred"
|
256 |
|
257 |
-
#: gallery-plugin.php:
|
258 |
msgid "Horizontal"
|
259 |
msgstr "Horizontálne"
|
260 |
|
261 |
-
#: gallery-plugin.php:
|
262 |
msgid "Vertical"
|
263 |
msgstr "vertikálne"
|
264 |
|
265 |
-
#: gallery-plugin.php:
|
266 |
#, fuzzy
|
267 |
msgid "Single gallery view"
|
268 |
msgstr "Skratka pre položku galérie"
|
269 |
|
270 |
-
#: gallery-plugin.php:
|
271 |
msgid "Grid"
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: gallery-plugin.php:
|
275 |
msgid "Masonry"
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: gallery-plugin.php:
|
279 |
msgid ""
|
280 |
"If you upgrade to Pro version all your settings and galleries will be saved."
|
281 |
msgstr ""
|
282 |
"Ak aktualizujete na Pro verziu, všetky vaše nastavanie a galérie budú "
|
283 |
"uložené."
|
284 |
|
285 |
-
#: gallery-plugin.php:
|
286 |
msgid "Unlock premium options by upgrading to Pro version"
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: gallery-plugin.php:
|
290 |
msgid "Start Your Trial"
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: gallery-plugin.php:
|
294 |
msgid "or"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: gallery-plugin.php:
|
298 |
msgid "Learn More"
|
299 |
msgstr "Viac"
|
300 |
|
301 |
-
#: gallery-plugin.php:
|
302 |
msgid "Display image text"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: gallery-plugin.php:
|
306 |
msgid "Turn off the checkbox, if you want to display text just in a lightbox"
|
307 |
msgstr "Ak chcete zobraiť text iba v Lightbox"
|
308 |
|
309 |
-
#: gallery-plugin.php:
|
310 |
msgid "Images with border"
|
311 |
msgstr "Obrázky s rámčekom"
|
312 |
|
313 |
-
#: gallery-plugin.php:
|
314 |
msgid "Border width in px, just numbers"
|
315 |
msgstr "Šírka rámčeka v px, iba čísla"
|
316 |
|
317 |
-
#: gallery-plugin.php:
|
318 |
msgid "Select a border color"
|
319 |
msgstr "Vyberte farbu rámčeka"
|
320 |
|
321 |
-
#: gallery-plugin.php:
|
322 |
msgid "Sort images"
|
323 |
msgstr "Zoradenie obrázkov"
|
324 |
|
325 |
-
#: gallery-plugin.php:
|
326 |
#, fuzzy
|
327 |
msgid "by Attachment ID"
|
328 |
msgstr "ID pripojenia"
|
329 |
|
330 |
-
#: gallery-plugin.php:
|
331 |
#, fuzzy
|
332 |
msgid "by Image Name"
|
333 |
msgstr "Meno obrázka"
|
334 |
|
335 |
-
#: gallery-plugin.php:
|
336 |
#, fuzzy
|
337 |
msgid "by Date"
|
338 |
msgstr "Dátum"
|
339 |
|
340 |
-
#: gallery-plugin.php:
|
341 |
msgid "by Sorting order in the Gallery"
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: gallery-plugin.php:
|
345 |
msgid "Random"
|
346 |
msgstr "Náhodne"
|
347 |
|
348 |
-
#: gallery-plugin.php:
|
349 |
#, fuzzy
|
350 |
msgid "The images sort order"
|
351 |
msgstr "Obrázky s rámčekom"
|
352 |
|
353 |
-
#: gallery-plugin.php:
|
354 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
355 |
msgstr "ASC (vzostupne)"
|
356 |
|
357 |
-
#: gallery-plugin.php:
|
358 |
msgid ""
|
359 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
360 |
msgstr "DESC (zostupne)"
|
361 |
|
362 |
-
#: gallery-plugin.php:
|
363 |
#, fuzzy
|
364 |
msgid "Sort galleries"
|
365 |
msgstr "Galérie"
|
366 |
|
367 |
-
#: gallery-plugin.php:
|
368 |
#, fuzzy
|
369 |
msgid "by Gallery ID"
|
370 |
msgstr "Galéria"
|
371 |
|
372 |
-
#: gallery-plugin.php:
|
373 |
#, fuzzy
|
374 |
msgid "by Title"
|
375 |
msgstr "Nadpis"
|
376 |
|
377 |
-
#: gallery-plugin.php:
|
378 |
msgid "by Last modified date"
|
379 |
msgstr ""
|
380 |
|
381 |
-
#: gallery-plugin.php:
|
382 |
msgid "by Comment count"
|
383 |
msgstr ""
|
384 |
|
385 |
-
#: gallery-plugin.php:
|
386 |
#, fuzzy
|
387 |
msgid "by Sorting order (the input field for sorting order)"
|
388 |
msgstr ""
|
389 |
"Riadenie zobrazenia (do input poľa pre riadenie zobrazenia Vložte / Nahrajte "
|
390 |
"dialóg galérie medíí)"
|
391 |
|
392 |
-
#: gallery-plugin.php:
|
393 |
#, fuzzy
|
394 |
msgid "by Author"
|
395 |
msgstr "Autor"
|
396 |
|
397 |
-
#: gallery-plugin.php:
|
398 |
msgid "The galleries sort order"
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: gallery-plugin.php:
|
402 |
msgid "Start slideshow"
|
403 |
msgstr "Spustiť Slideshow"
|
404 |
|
405 |
-
#: gallery-plugin.php:
|
406 |
msgid "Slideshow interval"
|
407 |
msgstr "Trvanie slideshow"
|
408 |
|
409 |
-
#: gallery-plugin.php:
|
410 |
msgid "(ms)"
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: gallery-plugin.php:
|
414 |
msgid "Use single lightbox for multiple galleries on one page"
|
415 |
msgstr "Použiť jeden lightbox pre viac galérií na jednej strane"
|
416 |
|
417 |
-
#: gallery-plugin.php:
|
418 |
msgid "Display the Back link"
|
419 |
msgstr "Zobraziť spätný odkaz"
|
420 |
|
421 |
-
#: gallery-plugin.php:
|
422 |
msgid "Display the Back link in the shortcode"
|
423 |
msgstr "Zobraziť spatný odkaz v krátkom kóde"
|
424 |
|
425 |
-
#: gallery-plugin.php:
|
426 |
msgid "The Back link text"
|
427 |
msgstr "Text spatného odkazu"
|
428 |
|
429 |
-
#: gallery-plugin.php:
|
430 |
msgid "The Back link URL"
|
431 |
msgstr "URL spätného odkazu"
|
432 |
|
433 |
-
#: gallery-plugin.php:
|
434 |
msgid "Gallery page (Page with Gallery Template)"
|
435 |
msgstr "Stránka galérie (Stránka s šablónou galérie)"
|
436 |
|
437 |
-
#: gallery-plugin.php:
|
438 |
msgid "(Full URL to custom page)"
|
439 |
msgstr "(Celé URL na stránku)"
|
440 |
|
441 |
-
#: gallery-plugin.php:
|
442 |
msgid "The Read More link text"
|
443 |
msgstr "Text odkazu pre čítaj dalej"
|
444 |
|
445 |
-
#: gallery-plugin.php:
|
446 |
msgid "Add gallery to the search"
|
447 |
msgstr "Pridať galériu do hľadania"
|
448 |
|
449 |
-
#: gallery-plugin.php:
|
450 |
msgid "Using"
|
451 |
msgstr ""
|
452 |
|
453 |
-
#: gallery-plugin.php:
|
454 |
msgid "powered by"
|
455 |
msgstr ""
|
456 |
|
457 |
-
#: gallery-plugin.php:
|
458 |
#, fuzzy
|
459 |
msgid "Activate"
|
460 |
msgstr "Plugin aktivovaný"
|
461 |
|
462 |
-
#: gallery-plugin.php:
|
463 |
msgid "Download"
|
464 |
msgstr ""
|
465 |
|
466 |
-
#: gallery-plugin.php:
|
467 |
msgid "Rewrite templates after update"
|
468 |
msgstr ""
|
469 |
|
470 |
-
#: gallery-plugin.php:
|
471 |
#, php-format
|
472 |
msgid ""
|
473 |
"Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
|
474 |
"theme folder and You don't want to rewrite them"
|
475 |
msgstr ""
|
476 |
|
477 |
-
#: gallery-plugin.php:
|
478 |
#, fuzzy
|
479 |
msgid "Under image"
|
480 |
msgstr "Nahrať obrázky"
|
481 |
|
482 |
-
#: gallery-plugin.php:
|
483 |
msgid "By mouse hover"
|
484 |
msgstr ""
|
485 |
|
486 |
-
#: gallery-plugin.php:
|
487 |
#, fuzzy
|
488 |
msgid "Use pagination for images"
|
489 |
msgstr "Nahrávanie obrázkov..."
|
490 |
|
491 |
-
#: gallery-plugin.php:
|
492 |
msgid "per page"
|
493 |
msgstr ""
|
494 |
|
495 |
-
#: gallery-plugin.php:
|
496 |
msgid "Lightbox background"
|
497 |
msgstr "pozadie Lightboxu"
|
498 |
|
499 |
-
#: gallery-plugin.php:
|
500 |
msgid "Background transparency (from 0 to 1)"
|
501 |
msgstr "Priehľadnosť pozadia (0 – 1)"
|
502 |
|
503 |
-
#: gallery-plugin.php:
|
504 |
msgid "Select a background color"
|
505 |
msgstr "Vyberte farbu pozadia"
|
506 |
|
507 |
-
#: gallery-plugin.php:
|
508 |
msgid "The lightbox helper"
|
509 |
msgstr ""
|
510 |
|
511 |
-
#: gallery-plugin.php:
|
512 |
msgid "Do not use"
|
513 |
msgstr ""
|
514 |
|
515 |
-
#: gallery-plugin.php:
|
516 |
msgid "Button helper"
|
517 |
msgstr ""
|
518 |
|
519 |
-
#: gallery-plugin.php:
|
520 |
msgid "Thumbnail helper"
|
521 |
msgstr ""
|
522 |
|
523 |
-
#: gallery-plugin.php:
|
524 |
msgid "Display Like buttons in the lightbox"
|
525 |
msgstr "Zobraziť Like tlačítko v Lightbox"
|
526 |
|
527 |
-
#: gallery-plugin.php:
|
528 |
msgid "FaceBook"
|
529 |
msgstr "Facebook"
|
530 |
|
531 |
-
#: gallery-plugin.php:
|
532 |
msgid "Twitter"
|
533 |
msgstr "Twitter"
|
534 |
|
535 |
-
#: gallery-plugin.php:
|
536 |
msgid "Pinterest"
|
537 |
msgstr "Pinterest"
|
538 |
|
539 |
-
#: gallery-plugin.php:
|
540 |
msgid "Google +1"
|
541 |
msgstr "Goolge+"
|
542 |
|
543 |
-
#: gallery-plugin.php:
|
544 |
msgid "Slug for gallery item"
|
545 |
msgstr "Skratka pre položku galérie"
|
546 |
|
547 |
-
#: gallery-plugin.php:
|
548 |
msgid "for any structure of permalinks except the default structure"
|
549 |
msgstr "pre inú štruktúru permalinok ako je základná"
|
550 |
|
551 |
-
#: gallery-plugin.php:
|
552 |
msgid "Title for lightbox button"
|
553 |
msgstr ""
|
554 |
|
555 |
-
#: gallery-plugin.php:
|
556 |
msgid ""
|
557 |
"Display all images in the lightbox instead of going into a single gallery"
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: gallery-plugin.php:
|
561 |
#, php-format
|
562 |
msgid "When using the gallery template or a shortcode with `%s` parameter"
|
563 |
msgstr ""
|
564 |
|
565 |
-
#: gallery-plugin.php:
|
566 |
msgid "Save Changes"
|
567 |
msgstr "Uložiť zmeny"
|
568 |
|
569 |
-
#: gallery-plugin.php:
|
570 |
msgid ""
|
571 |
"If you install the demo-data, will be created galleries with images, demo-"
|
572 |
"post with available shortcodes and page with a list of all the galleries."
|
573 |
msgstr ""
|
574 |
|
575 |
-
#: gallery-plugin.php:
|
576 |
msgid "FAQ"
|
577 |
msgstr "FAQ"
|
578 |
|
579 |
-
#: gallery-plugin.php:
|
580 |
msgid "Support"
|
581 |
msgstr "Podpora"
|
582 |
|
583 |
-
#: gallery-plugin.php:
|
584 |
msgid "Updating images..."
|
585 |
msgstr "Nahrávanie obrázkov..."
|
586 |
|
587 |
-
#: gallery-plugin.php:
|
588 |
#, fuzzy
|
589 |
msgid "No image found."
|
590 |
msgstr "Obrázok nebol nájdený"
|
591 |
|
592 |
-
#: gallery-plugin.php:
|
593 |
#, fuzzy
|
594 |
msgid "All images are updated."
|
595 |
msgstr "Všetky obrázky boli nahraté"
|
596 |
|
597 |
-
#: gallery-plugin.php:
|
598 |
msgid "Error."
|
599 |
msgstr "Chyba"
|
600 |
|
601 |
-
#: gallery-plugin.php:
|
602 |
msgid ""
|
603 |
"You are about to delete these items from this gallery.\n"
|
604 |
" 'Cancel' to stop, 'OK' to delete."
|
605 |
msgstr ""
|
606 |
|
607 |
-
#: gallery-plugin.php:
|
608 |
msgid ""
|
609 |
"Switching to another mode, all unsaved data will be lost. Save data before "
|
610 |
"switching?"
|
611 |
msgstr ""
|
612 |
|
613 |
-
#: gallery-plugin.php:
|
614 |
msgid "Insert Media"
|
615 |
msgstr ""
|
616 |
|
617 |
-
#: gallery-plugin.php:
|
618 |
msgid "Insert"
|
619 |
msgstr ""
|
620 |
|
621 |
-
#: gallery-plugin.php:
|
622 |
#, fuzzy
|
623 |
msgid "Learn more"
|
624 |
msgstr "Viac"
|
625 |
|
626 |
-
#: gallery-plugin.php:
|
627 |
#, fuzzy
|
628 |
msgid "Install now"
|
629 |
msgstr "Inštalovať %s"
|
630 |
|
631 |
-
#: gallery-plugin.php:
|
632 |
msgid "Add multiple gallery categories"
|
633 |
msgstr ""
|
634 |
|
635 |
-
#: gallery-plugin.php:
|
636 |
msgid ""
|
637 |
"Install Gallery Categories plugin to add unlimited number of categories."
|
638 |
msgstr ""
|
639 |
|
640 |
-
#: gallery-plugin.php:
|
641 |
msgid "Sorry, nothing found."
|
642 |
msgstr "Prepáčte, nič som nenašiel."
|
643 |
|
644 |
-
#: gallery-plugin.php:
|
645 |
msgid "Image"
|
646 |
msgstr "Obrázok"
|
647 |
|
648 |
-
#: gallery-plugin.php:
|
649 |
msgid "Download high resolution image"
|
650 |
msgstr "Stiahnuť obrázok vo vysokom rozlíšení"
|
651 |
|
652 |
-
#: gallery-plugin.php:
|
653 |
msgid "Image size not defined"
|
654 |
msgstr "Veľkosť obrázka nebola definovaná"
|
655 |
|
656 |
-
#: gallery-plugin.php:
|
657 |
msgid ""
|
658 |
"We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
|
659 |
"manually reload image."
|
660 |
msgstr "Môžete nahrať iba PNG, JPEG, GIF, WPMP alebo XBM súbory."
|
661 |
|
662 |
-
#: gallery-plugin.php:
|
663 |
msgid "Image size changes not defined"
|
664 |
msgstr "Zmeny veľkosti obrázka neboli definované"
|
665 |
|
666 |
-
#: gallery-plugin.php:
|
667 |
msgid "Invalid path"
|
668 |
msgstr "Neplatná cesta"
|
669 |
|
670 |
-
#: gallery-plugin.php:
|
671 |
msgid "Add images requires JavaScript."
|
672 |
msgstr ""
|
673 |
|
674 |
-
#: gallery-plugin.php:
|
675 |
msgid "Add Media"
|
676 |
msgstr ""
|
677 |
|
678 |
-
#: gallery-plugin.php:
|
679 |
msgid "The grid view for the Gallery images requires JavaScript."
|
680 |
msgstr ""
|
681 |
|
682 |
-
#: gallery-plugin.php:
|
683 |
msgid "Switch to the list view"
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: gallery-plugin.php:
|
687 |
msgid "List View"
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: gallery-plugin.php:
|
691 |
msgid "Grid View"
|
692 |
msgstr ""
|
693 |
|
694 |
-
#: gallery-plugin.php:
|
695 |
msgid "Filter"
|
696 |
msgstr ""
|
697 |
|
698 |
-
#: gallery-plugin.php:
|
699 |
msgid "Empty Trash"
|
700 |
msgstr ""
|
701 |
|
702 |
-
#: gallery-plugin.php:
|
703 |
#, fuzzy
|
704 |
msgid "No images found"
|
705 |
msgstr "Obrázok nebol nájdený"
|
706 |
|
707 |
-
#: gallery-plugin.php:
|
708 |
msgid "Select bulk action"
|
709 |
msgstr ""
|
710 |
|
711 |
-
#: gallery-plugin.php:
|
712 |
msgid "Bulk Actions"
|
713 |
msgstr ""
|
714 |
|
715 |
-
#: gallery-plugin.php:
|
716 |
msgid "Apply"
|
717 |
msgstr ""
|
718 |
|
719 |
-
#: gallery-plugin.php:
|
720 |
#, fuzzy
|
721 |
msgid "Delete from Gallery"
|
722 |
msgstr "Nová galéria"
|
723 |
|
724 |
-
#: gallery-plugin.php:
|
725 |
#, fuzzy
|
726 |
msgid "Display link to the original file under each image in the lightbox"
|
727 |
msgstr "Zobraziť plný rozmer obrázku v Lightbox"
|
728 |
|
729 |
-
#: gallery-plugin.php:
|
730 |
msgid "Bulk Select"
|
731 |
msgstr ""
|
732 |
|
733 |
-
#: gallery-plugin.php:
|
734 |
msgid "Cancel Selection"
|
735 |
msgstr ""
|
736 |
|
737 |
-
#: gallery-plugin.php:
|
738 |
msgid "Delete Selected"
|
739 |
msgstr ""
|
740 |
|
741 |
-
#: gallery-plugin.php:
|
742 |
msgid "File"
|
743 |
msgstr ""
|
744 |
|
745 |
-
#: gallery-plugin.php:
|
746 |
msgid "Dimensions"
|
747 |
msgstr ""
|
748 |
|
749 |
-
#: gallery-plugin.php:
|
750 |
msgid "Alt tag"
|
751 |
msgstr "Popisný text"
|
752 |
|
753 |
-
#: gallery-plugin.php:
|
754 |
msgid ""
|
755 |
"The alt attribute specifies an alternate text for an image, if the image "
|
756 |
"cannot be displayed."
|
757 |
msgstr ""
|
758 |
|
759 |
-
#: gallery-plugin.php:
|
760 |
msgid "Custom URL"
|
761 |
msgstr ""
|
762 |
|
763 |
-
#: gallery-plugin.php:
|
764 |
msgid ""
|
765 |
"By clicking on the thumbnail you'll go to the link (if the field is filled) "
|
766 |
"or the image will be opened in the lightbox (if the field isn't filled)"
|
767 |
msgstr ""
|
768 |
|
769 |
-
#: gallery-plugin.php:
|
770 |
msgid "Deselect"
|
771 |
msgstr ""
|
772 |
|
773 |
-
#: gallery-plugin.php:
|
774 |
msgid "File name"
|
775 |
msgstr ""
|
776 |
|
777 |
-
#: gallery-plugin.php:
|
778 |
msgid "File type"
|
779 |
msgstr ""
|
780 |
|
781 |
-
#: gallery-plugin.php:
|
782 |
#, fuzzy
|
783 |
msgid "Edit Attachment Info"
|
784 |
msgstr "ID pripojenia"
|
785 |
|
786 |
-
#: gallery-plugin.php:
|
787 |
#, fuzzy
|
788 |
msgid "Edit Attachment"
|
789 |
msgstr "ID pripojenia"
|
790 |
|
791 |
-
#: gallery-plugin.php:
|
792 |
msgid "Go Pro"
|
793 |
msgstr ""
|
794 |
|
795 |
-
#: gallery-plugin.php:
|
796 |
msgid "Pro version"
|
797 |
msgstr ""
|
798 |
|
799 |
-
#: gallery-plugin.php:
|
800 |
msgid "This setting is available in Pro version"
|
801 |
msgstr "Toto nastavanie je k dispozíti v Pro verzii"
|
802 |
|
803 |
-
#: gallery-plugin.php:
|
804 |
msgid "Edit more details"
|
805 |
msgstr ""
|
806 |
|
807 |
-
#: gallery-plugin.php:
|
808 |
#, php-format
|
809 |
msgid "Select %s"
|
810 |
msgstr ""
|
811 |
|
812 |
-
#: gallery-plugin.php:
|
813 |
#, php-format
|
814 |
msgid "Edit “%s”"
|
815 |
msgstr ""
|
816 |
|
817 |
-
#: gallery-plugin.php:
|
818 |
msgid "Edit"
|
819 |
msgstr ""
|
820 |
|
821 |
-
#: gallery-plugin.php:
|
822 |
msgid "Trash"
|
823 |
msgstr ""
|
824 |
|
825 |
-
#: gallery-plugin.php:
|
826 |
msgid "Delete Permanently"
|
827 |
msgstr ""
|
828 |
|
829 |
-
#: gallery-plugin.php:
|
830 |
#, php-format
|
831 |
msgid "View “%s”"
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: gallery-plugin.php:
|
835 |
msgid "View"
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: gallery-plugin.php:
|
839 |
#, fuzzy
|
840 |
msgid "Attach"
|
841 |
msgstr "ID pripojenia"
|
842 |
|
843 |
-
#: gallery-plugin.php:
|
844 |
msgid "Restore"
|
845 |
msgstr ""
|
846 |
|
847 |
-
#: gallery-plugin.php:
|
848 |
msgid "Warning"
|
849 |
msgstr ""
|
850 |
|
851 |
-
#: gallery-plugin.php:
|
852 |
msgid "You can add only images to the gallery"
|
853 |
msgstr ""
|
854 |
|
855 |
-
#: gallery-plugin.php:
|
856 |
#, fuzzy
|
857 |
msgid "no title"
|
858 |
msgstr "Nadpis"
|
859 |
|
860 |
-
#: gallery-plugin.php:
|
861 |
#, fuzzy
|
862 |
msgid "Sorry, no gallery found."
|
863 |
msgstr "Prepáčte, nič som nenašiel."
|
864 |
|
865 |
-
#: gallery-plugin.php:
|
866 |
#, fuzzy
|
867 |
msgid ""
|
868 |
"Display an album image with the description and the link to a single gallery "
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-04-04 15:36+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-04-04 15:36+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Michal Králik <ja@michalkralik.sk>\n"
|
9 |
"Language: sk_SK\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: gallery-plugin.php:45 gallery-plugin.php:883 gallery-plugin.php:1268
|
20 |
+
#: gallery-plugin.php:1285
|
21 |
msgid "Settings"
|
22 |
msgstr "Nastavenia"
|
23 |
|
29 |
msgid "Return to all albums"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: gallery-plugin.php:383
|
33 |
#, fuzzy, php-format
|
34 |
msgid ""
|
35 |
"The following files '%s' and '%s' were not found in the directory of your "
|
41 |
"content/plugins/gallery-plugin/template/` do priečinku vašej témy pre "
|
42 |
"správnu prácu pluginu Galérie."
|
43 |
|
44 |
+
#: gallery-plugin.php:394 gallery-plugin.php:403
|
45 |
msgid "Galleries"
|
46 |
msgstr "Galérie"
|
47 |
|
48 |
+
#: gallery-plugin.php:395 gallery-plugin.php:2616
|
49 |
msgid "Gallery"
|
50 |
msgstr "Galéria"
|
51 |
|
52 |
+
#: gallery-plugin.php:396
|
53 |
msgid "Add New Gallery"
|
54 |
msgstr "Pridať novú galériu"
|
55 |
|
56 |
+
#: gallery-plugin.php:397
|
57 |
msgid "Edit Gallery"
|
58 |
msgstr "Upraviť galériu"
|
59 |
|
60 |
+
#: gallery-plugin.php:398
|
61 |
msgid "New Gallery"
|
62 |
msgstr "Nová galéria"
|
63 |
|
64 |
+
#: gallery-plugin.php:399
|
65 |
msgid "View Gallery"
|
66 |
msgstr "Zobraziť galériu"
|
67 |
|
68 |
+
#: gallery-plugin.php:400
|
69 |
#, fuzzy
|
70 |
msgid "Search Galleries"
|
71 |
msgstr "Galérie"
|
72 |
|
73 |
+
#: gallery-plugin.php:401
|
74 |
msgid "No Gallery found"
|
75 |
msgstr "Galéria nebola nájdená"
|
76 |
|
77 |
+
#: gallery-plugin.php:458
|
78 |
msgid "Gallery Shortcode"
|
79 |
msgstr "Krátky kód galérie"
|
80 |
|
81 |
+
#: gallery-plugin.php:460 gallery-plugin.php:501 gallery-plugin.php:2599
|
82 |
#, fuzzy
|
83 |
msgid "Gallery Categories"
|
84 |
msgstr "Veľkosť obrázka galérie"
|
85 |
|
86 |
+
#: gallery-plugin.php:470 gallery-plugin.php:902
|
87 |
#, fuzzy, php-format
|
88 |
msgid ""
|
89 |
"If you would like to add a Gallery to your page or post, please use %s button"
|
91 |
"Ak si prajete pridať galériu do vášho článku alebo na stránku, len "
|
92 |
"skopírujte tento krátky kód na vašu stránku alebo článok:"
|
93 |
|
94 |
+
#: gallery-plugin.php:475
|
95 |
#, php-format
|
96 |
msgid ""
|
97 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
99 |
"please use the shortcode below"
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: gallery-plugin.php:481
|
103 |
msgid ""
|
104 |
"Add this shortcode to a page, post or widget to display a single gallery"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: gallery-plugin.php:484
|
108 |
#, fuzzy
|
109 |
msgid ""
|
110 |
"Use this shortcode to display an album image with the description and the "
|
113 |
"Ak chcete zobraziť krátky popis obsahujúci náhľad a odkaz na vlastnú stŕnaku "
|
114 |
"galérie"
|
115 |
|
116 |
+
#: gallery-plugin.php:486
|
117 |
msgid "Short display"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: gallery-plugin.php:502
|
121 |
msgid "Most Used"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: gallery-plugin.php:507 gallery-plugin.php:1166
|
125 |
msgid "Default"
|
126 |
msgstr "Štandardné"
|
127 |
|
128 |
+
#: gallery-plugin.php:512
|
129 |
#, fuzzy
|
130 |
msgid "Add New Gallery Category"
|
131 |
msgstr "Pridať novú galériu"
|
132 |
|
133 |
+
#: gallery-plugin.php:517
|
134 |
#, fuzzy
|
135 |
msgid "Install plugin"
|
136 |
msgstr "Plugin nainštalovaný"
|
137 |
|
138 |
+
#: gallery-plugin.php:675 gallery-plugin.php:2191 gallery-plugin.php:2306
|
139 |
+
#: gallery-plugin.php:2393
|
140 |
msgid "Title"
|
141 |
msgstr "Nadpis"
|
142 |
|
143 |
+
#: gallery-plugin.php:676
|
144 |
msgid "Author"
|
145 |
msgstr "Autor"
|
146 |
|
147 |
+
#: gallery-plugin.php:677
|
148 |
#, fuzzy
|
149 |
msgid "Shortcode"
|
150 |
msgstr "Krátky kód galérie"
|
151 |
|
152 |
+
#: gallery-plugin.php:678
|
153 |
#, fuzzy
|
154 |
msgid "Photos"
|
155 |
msgstr "Fotka"
|
156 |
|
157 |
+
#: gallery-plugin.php:679
|
158 |
msgid "Date"
|
159 |
msgstr "Dátum"
|
160 |
|
161 |
+
#: gallery-plugin.php:852
|
162 |
msgid "Settings are saved"
|
163 |
msgstr "Nastavenia boli uložené."
|
164 |
|
165 |
+
#: gallery-plugin.php:869
|
166 |
#, fuzzy
|
167 |
msgid "All plugin settings were restored."
|
168 |
msgstr "na strane nastavení ("
|
169 |
|
170 |
+
#: gallery-plugin.php:881
|
171 |
msgid "Gallery Settings"
|
172 |
msgstr "Nastavenie galérie"
|
173 |
|
174 |
+
#: gallery-plugin.php:884
|
175 |
+
msgid "Custom code"
|
176 |
+
msgstr ""
|
177 |
+
|
178 |
+
#: gallery-plugin.php:885
|
179 |
msgid "Go PRO"
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: gallery-plugin.php:895
|
183 |
msgid "Please enable JavaScript to use the option to renew images."
|
184 |
msgstr ""
|
185 |
"Prosím povoľte JavaScript pre používanie možnosti na obnovenie obrázkov."
|
186 |
|
187 |
+
#: gallery-plugin.php:907
|
188 |
#, php-format
|
189 |
msgid ""
|
190 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
192 |
"please use the shortcode %s, where * stands for gallery ID"
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: gallery-plugin.php:917
|
196 |
msgid "Number of images in the row"
|
197 |
msgstr "Počet obrázkov v rade"
|
198 |
|
199 |
+
#: gallery-plugin.php:919
|
200 |
#, fuzzy
|
201 |
msgid ""
|
202 |
"The number of images per row can be less depending on the width of the "
|
203 |
"parent block"
|
204 |
msgstr "Počet obrázkov v rade"
|
205 |
|
206 |
+
#: gallery-plugin.php:923 gallery-plugin.php:949
|
207 |
msgid "Image size"
|
208 |
msgstr "Veľkosť obrázku"
|
209 |
|
210 |
+
#: gallery-plugin.php:926
|
211 |
msgid ""
|
212 |
"WordPress will create a new thumbnail with the specified dimensions when you "
|
213 |
"upload a new photo."
|
215 |
"Wordpress vytvorí nový thumbnail so špecifickými rozmermi, keď nahráte novú "
|
216 |
"fotku."
|
217 |
|
218 |
+
#: gallery-plugin.php:928
|
219 |
#, fuzzy
|
220 |
msgid "For the album cover"
|
221 |
msgstr "Veľkosť obrázku pre obal albumu"
|
222 |
|
223 |
+
#: gallery-plugin.php:929 gallery-plugin.php:933 gallery-plugin.php:954
|
224 |
msgid "width x height"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: gallery-plugin.php:929 gallery-plugin.php:933 gallery-plugin.php:954
|
228 |
msgid "in px"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: gallery-plugin.php:932
|
232 |
#, fuzzy
|
233 |
msgid "For thumbnails"
|
234 |
msgstr "Veľkosť obrázku pre obal albumu"
|
235 |
|
236 |
+
#: gallery-plugin.php:936
|
237 |
msgid "Update images for gallery"
|
238 |
msgstr "Nahrať obrázky do galérie"
|
239 |
|
240 |
+
#: gallery-plugin.php:945 gallery-plugin.php:1144 gallery-plugin.php:1371
|
241 |
msgid "Close"
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: gallery-plugin.php:952
|
245 |
#, fuzzy
|
246 |
msgid "For images in the lightbox"
|
247 |
msgstr "Veľkosť obrázku galérie v Lightbox"
|
248 |
|
249 |
+
#: gallery-plugin.php:956
|
250 |
msgid "Display a full size image in the lightbox"
|
251 |
msgstr "Zobraziť plný rozmer obrázku v Lightbox"
|
252 |
|
253 |
+
#: gallery-plugin.php:961
|
254 |
msgid "Crop position"
|
255 |
msgstr "Orezať"
|
256 |
|
257 |
+
#: gallery-plugin.php:965 gallery-plugin.php:971
|
258 |
msgid "center"
|
259 |
msgstr "na stred"
|
260 |
|
261 |
+
#: gallery-plugin.php:967
|
262 |
msgid "Horizontal"
|
263 |
msgstr "Horizontálne"
|
264 |
|
265 |
+
#: gallery-plugin.php:973
|
266 |
msgid "Vertical"
|
267 |
msgstr "vertikálne"
|
268 |
|
269 |
+
#: gallery-plugin.php:978
|
270 |
#, fuzzy
|
271 |
msgid "Single gallery view"
|
272 |
msgstr "Skratka pre položku galérie"
|
273 |
|
274 |
+
#: gallery-plugin.php:981
|
275 |
msgid "Grid"
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: gallery-plugin.php:982
|
279 |
msgid "Masonry"
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: gallery-plugin.php:988 gallery-plugin.php:1209
|
283 |
msgid ""
|
284 |
"If you upgrade to Pro version all your settings and galleries will be saved."
|
285 |
msgstr ""
|
286 |
"Ak aktualizujete na Pro verziu, všetky vaše nastavanie a galérie budú "
|
287 |
"uložené."
|
288 |
|
289 |
+
#: gallery-plugin.php:995 gallery-plugin.php:1216
|
290 |
msgid "Unlock premium options by upgrading to Pro version"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: gallery-plugin.php:999 gallery-plugin.php:1220
|
294 |
msgid "Start Your Trial"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: gallery-plugin.php:1000 gallery-plugin.php:1221 gallery-plugin.php:2601
|
298 |
msgid "or"
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: gallery-plugin.php:1002 gallery-plugin.php:1223
|
302 |
msgid "Learn More"
|
303 |
msgstr "Viac"
|
304 |
|
305 |
+
#: gallery-plugin.php:1010 gallery-plugin.php:1148
|
306 |
msgid "Display image text"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: gallery-plugin.php:1012
|
310 |
msgid "Turn off the checkbox, if you want to display text just in a lightbox"
|
311 |
msgstr "Ak chcete zobraiť text iba v Lightbox"
|
312 |
|
313 |
+
#: gallery-plugin.php:1016
|
314 |
msgid "Images with border"
|
315 |
msgstr "Obrázky s rámčekom"
|
316 |
|
317 |
+
#: gallery-plugin.php:1020
|
318 |
msgid "Border width in px, just numbers"
|
319 |
msgstr "Šírka rámčeka v px, iba čísla"
|
320 |
|
321 |
+
#: gallery-plugin.php:1021
|
322 |
msgid "Select a border color"
|
323 |
msgstr "Vyberte farbu rámčeka"
|
324 |
|
325 |
+
#: gallery-plugin.php:1026
|
326 |
msgid "Sort images"
|
327 |
msgstr "Zoradenie obrázkov"
|
328 |
|
329 |
+
#: gallery-plugin.php:1029
|
330 |
#, fuzzy
|
331 |
msgid "by Attachment ID"
|
332 |
msgstr "ID pripojenia"
|
333 |
|
334 |
+
#: gallery-plugin.php:1030
|
335 |
#, fuzzy
|
336 |
msgid "by Image Name"
|
337 |
msgstr "Meno obrázka"
|
338 |
|
339 |
+
#: gallery-plugin.php:1031 gallery-plugin.php:1052
|
340 |
#, fuzzy
|
341 |
msgid "by Date"
|
342 |
msgstr "Dátum"
|
343 |
|
344 |
+
#: gallery-plugin.php:1032
|
345 |
msgid "by Sorting order in the Gallery"
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: gallery-plugin.php:1033 gallery-plugin.php:1057
|
349 |
msgid "Random"
|
350 |
msgstr "Náhodne"
|
351 |
|
352 |
+
#: gallery-plugin.php:1038
|
353 |
#, fuzzy
|
354 |
msgid "The images sort order"
|
355 |
msgstr "Obrázky s rámčekom"
|
356 |
|
357 |
+
#: gallery-plugin.php:1041 gallery-plugin.php:1065
|
358 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
359 |
msgstr "ASC (vzostupne)"
|
360 |
|
361 |
+
#: gallery-plugin.php:1042 gallery-plugin.php:1066
|
362 |
msgid ""
|
363 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
364 |
msgstr "DESC (zostupne)"
|
365 |
|
366 |
+
#: gallery-plugin.php:1047
|
367 |
#, fuzzy
|
368 |
msgid "Sort galleries"
|
369 |
msgstr "Galérie"
|
370 |
|
371 |
+
#: gallery-plugin.php:1050
|
372 |
#, fuzzy
|
373 |
msgid "by Gallery ID"
|
374 |
msgstr "Galéria"
|
375 |
|
376 |
+
#: gallery-plugin.php:1051
|
377 |
#, fuzzy
|
378 |
msgid "by Title"
|
379 |
msgstr "Nadpis"
|
380 |
|
381 |
+
#: gallery-plugin.php:1053
|
382 |
msgid "by Last modified date"
|
383 |
msgstr ""
|
384 |
|
385 |
+
#: gallery-plugin.php:1054
|
386 |
msgid "by Comment count"
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: gallery-plugin.php:1055
|
390 |
#, fuzzy
|
391 |
msgid "by Sorting order (the input field for sorting order)"
|
392 |
msgstr ""
|
393 |
"Riadenie zobrazenia (do input poľa pre riadenie zobrazenia Vložte / Nahrajte "
|
394 |
"dialóg galérie medíí)"
|
395 |
|
396 |
+
#: gallery-plugin.php:1056
|
397 |
#, fuzzy
|
398 |
msgid "by Author"
|
399 |
msgstr "Autor"
|
400 |
|
401 |
+
#: gallery-plugin.php:1062
|
402 |
msgid "The galleries sort order"
|
403 |
msgstr ""
|
404 |
|
405 |
+
#: gallery-plugin.php:1071
|
406 |
msgid "Start slideshow"
|
407 |
msgstr "Spustiť Slideshow"
|
408 |
|
409 |
+
#: gallery-plugin.php:1074
|
410 |
msgid "Slideshow interval"
|
411 |
msgstr "Trvanie slideshow"
|
412 |
|
413 |
+
#: gallery-plugin.php:1074
|
414 |
msgid "(ms)"
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: gallery-plugin.php:1078
|
418 |
msgid "Use single lightbox for multiple galleries on one page"
|
419 |
msgstr "Použiť jeden lightbox pre viac galérií na jednej strane"
|
420 |
|
421 |
+
#: gallery-plugin.php:1084
|
422 |
msgid "Display the Back link"
|
423 |
msgstr "Zobraziť spätný odkaz"
|
424 |
|
425 |
+
#: gallery-plugin.php:1090
|
426 |
msgid "Display the Back link in the shortcode"
|
427 |
msgstr "Zobraziť spatný odkaz v krátkom kóde"
|
428 |
|
429 |
+
#: gallery-plugin.php:1096
|
430 |
msgid "The Back link text"
|
431 |
msgstr "Text spatného odkazu"
|
432 |
|
433 |
+
#: gallery-plugin.php:1102
|
434 |
msgid "The Back link URL"
|
435 |
msgstr "URL spätného odkazu"
|
436 |
|
437 |
+
#: gallery-plugin.php:1105
|
438 |
msgid "Gallery page (Page with Gallery Template)"
|
439 |
msgstr "Stránka galérie (Stránka s šablónou galérie)"
|
440 |
|
441 |
+
#: gallery-plugin.php:1107
|
442 |
msgid "(Full URL to custom page)"
|
443 |
msgstr "(Celé URL na stránku)"
|
444 |
|
445 |
+
#: gallery-plugin.php:1112
|
446 |
msgid "The Read More link text"
|
447 |
msgstr "Text odkazu pre čítaj dalej"
|
448 |
|
449 |
+
#: gallery-plugin.php:1118
|
450 |
msgid "Add gallery to the search"
|
451 |
msgstr "Pridať galériu do hľadania"
|
452 |
|
453 |
+
#: gallery-plugin.php:1123 gallery-plugin.php:1126 gallery-plugin.php:1130
|
454 |
msgid "Using"
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: gallery-plugin.php:1123 gallery-plugin.php:1126 gallery-plugin.php:1130
|
458 |
msgid "powered by"
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: gallery-plugin.php:1126 gallery-plugin.php:1346
|
462 |
#, fuzzy
|
463 |
msgid "Activate"
|
464 |
msgstr "Plugin aktivovaný"
|
465 |
|
466 |
+
#: gallery-plugin.php:1130
|
467 |
msgid "Download"
|
468 |
msgstr ""
|
469 |
|
470 |
+
#: gallery-plugin.php:1135
|
471 |
msgid "Rewrite templates after update"
|
472 |
msgstr ""
|
473 |
|
474 |
+
#: gallery-plugin.php:1137
|
475 |
#, php-format
|
476 |
msgid ""
|
477 |
"Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
|
478 |
"theme folder and You don't want to rewrite them"
|
479 |
msgstr ""
|
480 |
|
481 |
+
#: gallery-plugin.php:1151
|
482 |
#, fuzzy
|
483 |
msgid "Under image"
|
484 |
msgstr "Nahrať obrázky"
|
485 |
|
486 |
+
#: gallery-plugin.php:1152
|
487 |
msgid "By mouse hover"
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: gallery-plugin.php:1157
|
491 |
#, fuzzy
|
492 |
msgid "Use pagination for images"
|
493 |
msgstr "Nahrávanie obrázkov..."
|
494 |
|
495 |
+
#: gallery-plugin.php:1160
|
496 |
msgid "per page"
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: gallery-plugin.php:1164
|
500 |
msgid "Lightbox background"
|
501 |
msgstr "pozadie Lightboxu"
|
502 |
|
503 |
+
#: gallery-plugin.php:1167
|
504 |
msgid "Background transparency (from 0 to 1)"
|
505 |
msgstr "Priehľadnosť pozadia (0 – 1)"
|
506 |
|
507 |
+
#: gallery-plugin.php:1168
|
508 |
msgid "Select a background color"
|
509 |
msgstr "Vyberte farbu pozadia"
|
510 |
|
511 |
+
#: gallery-plugin.php:1172
|
512 |
msgid "The lightbox helper"
|
513 |
msgstr ""
|
514 |
|
515 |
+
#: gallery-plugin.php:1174
|
516 |
msgid "Do not use"
|
517 |
msgstr ""
|
518 |
|
519 |
+
#: gallery-plugin.php:1175
|
520 |
msgid "Button helper"
|
521 |
msgstr ""
|
522 |
|
523 |
+
#: gallery-plugin.php:1176
|
524 |
msgid "Thumbnail helper"
|
525 |
msgstr ""
|
526 |
|
527 |
+
#: gallery-plugin.php:1180
|
528 |
msgid "Display Like buttons in the lightbox"
|
529 |
msgstr "Zobraziť Like tlačítko v Lightbox"
|
530 |
|
531 |
+
#: gallery-plugin.php:1182
|
532 |
msgid "FaceBook"
|
533 |
msgstr "Facebook"
|
534 |
|
535 |
+
#: gallery-plugin.php:1183
|
536 |
msgid "Twitter"
|
537 |
msgstr "Twitter"
|
538 |
|
539 |
+
#: gallery-plugin.php:1184
|
540 |
msgid "Pinterest"
|
541 |
msgstr "Pinterest"
|
542 |
|
543 |
+
#: gallery-plugin.php:1185
|
544 |
msgid "Google +1"
|
545 |
msgstr "Goolge+"
|
546 |
|
547 |
+
#: gallery-plugin.php:1189
|
548 |
msgid "Slug for gallery item"
|
549 |
msgstr "Skratka pre položku galérie"
|
550 |
|
551 |
+
#: gallery-plugin.php:1191
|
552 |
msgid "for any structure of permalinks except the default structure"
|
553 |
msgstr "pre inú štruktúru permalinok ako je základná"
|
554 |
|
555 |
+
#: gallery-plugin.php:1195
|
556 |
msgid "Title for lightbox button"
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: gallery-plugin.php:1201
|
560 |
msgid ""
|
561 |
"Display all images in the lightbox instead of going into a single gallery"
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: gallery-plugin.php:1204
|
565 |
#, php-format
|
566 |
msgid "When using the gallery template or a shortcode with `%s` parameter"
|
567 |
msgstr ""
|
568 |
|
569 |
+
#: gallery-plugin.php:1230
|
570 |
msgid "Save Changes"
|
571 |
msgstr "Uložiť zmeny"
|
572 |
|
573 |
+
#: gallery-plugin.php:1235
|
574 |
msgid ""
|
575 |
"If you install the demo-data, will be created galleries with images, demo-"
|
576 |
"post with available shortcodes and page with a list of all the galleries."
|
577 |
msgstr ""
|
578 |
|
579 |
+
#: gallery-plugin.php:1269
|
580 |
msgid "FAQ"
|
581 |
msgstr "FAQ"
|
582 |
|
583 |
+
#: gallery-plugin.php:1270
|
584 |
msgid "Support"
|
585 |
msgstr "Podpora"
|
586 |
|
587 |
+
#: gallery-plugin.php:1309
|
588 |
msgid "Updating images..."
|
589 |
msgstr "Nahrávanie obrázkov..."
|
590 |
|
591 |
+
#: gallery-plugin.php:1310
|
592 |
#, fuzzy
|
593 |
msgid "No image found."
|
594 |
msgstr "Obrázok nebol nájdený"
|
595 |
|
596 |
+
#: gallery-plugin.php:1311
|
597 |
#, fuzzy
|
598 |
msgid "All images are updated."
|
599 |
msgstr "Všetky obrázky boli nahraté"
|
600 |
|
601 |
+
#: gallery-plugin.php:1312
|
602 |
msgid "Error."
|
603 |
msgstr "Chyba"
|
604 |
|
605 |
+
#: gallery-plugin.php:1326
|
606 |
msgid ""
|
607 |
"You are about to delete these items from this gallery.\n"
|
608 |
" 'Cancel' to stop, 'OK' to delete."
|
609 |
msgstr ""
|
610 |
|
611 |
+
#: gallery-plugin.php:1327
|
612 |
msgid ""
|
613 |
"Switching to another mode, all unsaved data will be lost. Save data before "
|
614 |
"switching?"
|
615 |
msgstr ""
|
616 |
|
617 |
+
#: gallery-plugin.php:1328
|
618 |
msgid "Insert Media"
|
619 |
msgstr ""
|
620 |
|
621 |
+
#: gallery-plugin.php:1329
|
622 |
msgid "Insert"
|
623 |
msgstr ""
|
624 |
|
625 |
+
#: gallery-plugin.php:1341
|
626 |
#, fuzzy
|
627 |
msgid "Learn more"
|
628 |
msgstr "Viac"
|
629 |
|
630 |
+
#: gallery-plugin.php:1353
|
631 |
#, fuzzy
|
632 |
msgid "Install now"
|
633 |
msgstr "Inštalovať %s"
|
634 |
|
635 |
+
#: gallery-plugin.php:1362
|
636 |
msgid "Add multiple gallery categories"
|
637 |
msgstr ""
|
638 |
|
639 |
+
#: gallery-plugin.php:1362
|
640 |
msgid ""
|
641 |
"Install Gallery Categories plugin to add unlimited number of categories."
|
642 |
msgstr ""
|
643 |
|
644 |
+
#: gallery-plugin.php:1649 template/gallery-single-template.php:103
|
645 |
msgid "Sorry, nothing found."
|
646 |
msgstr "Prepáčte, nič som nenašiel."
|
647 |
|
648 |
+
#: gallery-plugin.php:1662 template/gallery-single-template.php:124
|
649 |
msgid "Image"
|
650 |
msgstr "Obrázok"
|
651 |
|
652 |
+
#: gallery-plugin.php:1662 template/gallery-single-template.php:19
|
653 |
msgid "Download high resolution image"
|
654 |
msgstr "Stiahnuť obrázok vo vysokom rozlíšení"
|
655 |
|
656 |
+
#: gallery-plugin.php:1793
|
657 |
msgid "Image size not defined"
|
658 |
msgstr "Veľkosť obrázka nebola definovaná"
|
659 |
|
660 |
+
#: gallery-plugin.php:1808
|
661 |
msgid ""
|
662 |
"We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
|
663 |
"manually reload image."
|
664 |
msgstr "Môžete nahrať iba PNG, JPEG, GIF, WPMP alebo XBM súbory."
|
665 |
|
666 |
+
#: gallery-plugin.php:1819
|
667 |
msgid "Image size changes not defined"
|
668 |
msgstr "Zmeny veľkosti obrázka neboli definované"
|
669 |
|
670 |
+
#: gallery-plugin.php:1848 gallery-plugin.php:1851 gallery-plugin.php:1856
|
671 |
msgid "Invalid path"
|
672 |
msgstr "Neplatná cesta"
|
673 |
|
674 |
+
#: gallery-plugin.php:1959
|
675 |
msgid "Add images requires JavaScript."
|
676 |
msgstr ""
|
677 |
|
678 |
+
#: gallery-plugin.php:1962
|
679 |
msgid "Add Media"
|
680 |
msgstr ""
|
681 |
|
682 |
+
#: gallery-plugin.php:1972
|
683 |
msgid "The grid view for the Gallery images requires JavaScript."
|
684 |
msgstr ""
|
685 |
|
686 |
+
#: gallery-plugin.php:1972
|
687 |
msgid "Switch to the list view"
|
688 |
msgstr ""
|
689 |
|
690 |
+
#: gallery-plugin.php:1999
|
691 |
msgid "List View"
|
692 |
msgstr ""
|
693 |
|
694 |
+
#: gallery-plugin.php:2000
|
695 |
msgid "Grid View"
|
696 |
msgstr ""
|
697 |
|
698 |
+
#: gallery-plugin.php:2055
|
699 |
msgid "Filter"
|
700 |
msgstr ""
|
701 |
|
702 |
+
#: gallery-plugin.php:2059
|
703 |
msgid "Empty Trash"
|
704 |
msgstr ""
|
705 |
|
706 |
+
#: gallery-plugin.php:2080
|
707 |
#, fuzzy
|
708 |
msgid "No images found"
|
709 |
msgstr "Obrázok nebol nájdený"
|
710 |
|
711 |
+
#: gallery-plugin.php:2132
|
712 |
msgid "Select bulk action"
|
713 |
msgstr ""
|
714 |
|
715 |
+
#: gallery-plugin.php:2134
|
716 |
msgid "Bulk Actions"
|
717 |
msgstr ""
|
718 |
|
719 |
+
#: gallery-plugin.php:2144
|
720 |
msgid "Apply"
|
721 |
msgstr ""
|
722 |
|
723 |
+
#: gallery-plugin.php:2151 gallery-plugin.php:2330
|
724 |
#, fuzzy
|
725 |
msgid "Delete from Gallery"
|
726 |
msgstr "Nová galéria"
|
727 |
|
728 |
+
#: gallery-plugin.php:2164 gallery-plugin.php:2178
|
729 |
#, fuzzy
|
730 |
msgid "Display link to the original file under each image in the lightbox"
|
731 |
msgstr "Zobraziť plný rozmer obrázku v Lightbox"
|
732 |
|
733 |
+
#: gallery-plugin.php:2173
|
734 |
msgid "Bulk Select"
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: gallery-plugin.php:2175
|
738 |
msgid "Cancel Selection"
|
739 |
msgstr ""
|
740 |
|
741 |
+
#: gallery-plugin.php:2176
|
742 |
msgid "Delete Selected"
|
743 |
msgstr ""
|
744 |
|
745 |
+
#: gallery-plugin.php:2189
|
746 |
msgid "File"
|
747 |
msgstr ""
|
748 |
|
749 |
+
#: gallery-plugin.php:2190 gallery-plugin.php:2279 gallery-plugin.php:2388
|
750 |
msgid "Dimensions"
|
751 |
msgstr ""
|
752 |
|
753 |
+
#: gallery-plugin.php:2192 gallery-plugin.php:2312 gallery-plugin.php:2398
|
754 |
msgid "Alt tag"
|
755 |
msgstr "Popisný text"
|
756 |
|
757 |
+
#: gallery-plugin.php:2192 gallery-plugin.php:2314
|
758 |
msgid ""
|
759 |
"The alt attribute specifies an alternate text for an image, if the image "
|
760 |
"cannot be displayed."
|
761 |
msgstr ""
|
762 |
|
763 |
+
#: gallery-plugin.php:2193 gallery-plugin.php:2320 gallery-plugin.php:2403
|
764 |
msgid "Custom URL"
|
765 |
msgstr ""
|
766 |
|
767 |
+
#: gallery-plugin.php:2193 gallery-plugin.php:2322
|
768 |
msgid ""
|
769 |
"By clicking on the thumbnail you'll go to the link (if the field is filled) "
|
770 |
"or the image will be opened in the lightbox (if the field isn't filled)"
|
771 |
msgstr ""
|
772 |
|
773 |
+
#: gallery-plugin.php:2271
|
774 |
msgid "Deselect"
|
775 |
msgstr ""
|
776 |
|
777 |
+
#: gallery-plugin.php:2277
|
778 |
msgid "File name"
|
779 |
msgstr ""
|
780 |
|
781 |
+
#: gallery-plugin.php:2278
|
782 |
msgid "File type"
|
783 |
msgstr ""
|
784 |
|
785 |
+
#: gallery-plugin.php:2282 gallery-plugin.php:2384
|
786 |
#, fuzzy
|
787 |
msgid "Edit Attachment Info"
|
788 |
msgstr "ID pripojenia"
|
789 |
|
790 |
+
#: gallery-plugin.php:2282
|
791 |
#, fuzzy
|
792 |
msgid "Edit Attachment"
|
793 |
msgstr "ID pripojenia"
|
794 |
|
795 |
+
#: gallery-plugin.php:2292
|
796 |
msgid "Go Pro"
|
797 |
msgstr ""
|
798 |
|
799 |
+
#: gallery-plugin.php:2292
|
800 |
msgid "Pro version"
|
801 |
msgstr ""
|
802 |
|
803 |
+
#: gallery-plugin.php:2295
|
804 |
msgid "This setting is available in Pro version"
|
805 |
msgstr "Toto nastavanie je k dispozíti v Pro verzii"
|
806 |
|
807 |
+
#: gallery-plugin.php:2328
|
808 |
msgid "Edit more details"
|
809 |
msgstr ""
|
810 |
|
811 |
+
#: gallery-plugin.php:2363
|
812 |
#, php-format
|
813 |
msgid "Select %s"
|
814 |
msgstr ""
|
815 |
|
816 |
+
#: gallery-plugin.php:2376
|
817 |
#, php-format
|
818 |
msgid "Edit “%s”"
|
819 |
msgstr ""
|
820 |
|
821 |
+
#: gallery-plugin.php:2421 gallery-plugin.php:2434
|
822 |
msgid "Edit"
|
823 |
msgstr ""
|
824 |
|
825 |
+
#: gallery-plugin.php:2424 gallery-plugin.php:2439
|
826 |
msgid "Trash"
|
827 |
msgstr ""
|
828 |
|
829 |
+
#: gallery-plugin.php:2427 gallery-plugin.php:2442
|
830 |
msgid "Delete Permanently"
|
831 |
msgstr ""
|
832 |
|
833 |
+
#: gallery-plugin.php:2429 gallery-plugin.php:2447
|
834 |
#, php-format
|
835 |
msgid "View “%s”"
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: gallery-plugin.php:2429 gallery-plugin.php:2447
|
839 |
msgid "View"
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: gallery-plugin.php:2431
|
843 |
#, fuzzy
|
844 |
msgid "Attach"
|
845 |
msgstr "ID pripojenia"
|
846 |
|
847 |
+
#: gallery-plugin.php:2437
|
848 |
msgid "Restore"
|
849 |
msgstr ""
|
850 |
|
851 |
+
#: gallery-plugin.php:2568
|
852 |
msgid "Warning"
|
853 |
msgstr ""
|
854 |
|
855 |
+
#: gallery-plugin.php:2568
|
856 |
msgid "You can add only images to the gallery"
|
857 |
msgstr ""
|
858 |
|
859 |
+
#: gallery-plugin.php:2610
|
860 |
#, fuzzy
|
861 |
msgid "no title"
|
862 |
msgstr "Nadpis"
|
863 |
|
864 |
+
#: gallery-plugin.php:2618
|
865 |
#, fuzzy
|
866 |
msgid "Sorry, no gallery found."
|
867 |
msgstr "Prepáčte, nič som nenašiel."
|
868 |
|
869 |
+
#: gallery-plugin.php:2624
|
870 |
#, fuzzy
|
871 |
msgid ""
|
872 |
"Display an album image with the description and the link to a single gallery "
|
languages/gallery-plugin-sl_SI.mo
CHANGED
Binary file
|
languages/gallery-plugin-sl_SI.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
-
"PO-Revision-Date: 2016-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Tilen <tilen@divided.si>\n"
|
9 |
"Language: sl_SI\n"
|
@@ -17,8 +17,8 @@ msgstr ""
|
|
17 |
"X-Generator: Poedit 1.5.4\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: gallery-plugin.php:45 gallery-plugin.php:
|
21 |
-
#: gallery-plugin.php:
|
22 |
msgid "Settings"
|
23 |
msgstr "Nastavitve"
|
24 |
|
@@ -30,7 +30,7 @@ msgstr "Poglej slike »"
|
|
30 |
msgid "Return to all albums"
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: gallery-plugin.php:
|
34 |
#, fuzzy, php-format
|
35 |
msgid ""
|
36 |
"The following files '%s' and '%s' were not found in the directory of your "
|
@@ -42,49 +42,49 @@ msgstr ""
|
|
42 |
"plugins/gallery-plugin/template/` v mapo tvoje teme za pravilno delovanje "
|
43 |
"Gallery vtičnika"
|
44 |
|
45 |
-
#: gallery-plugin.php:
|
46 |
msgid "Galleries"
|
47 |
msgstr "Galerije"
|
48 |
|
49 |
-
#: gallery-plugin.php:
|
50 |
msgid "Gallery"
|
51 |
msgstr "Galerija"
|
52 |
|
53 |
-
#: gallery-plugin.php:
|
54 |
msgid "Add New Gallery"
|
55 |
msgstr "Dodaj novo Galerijo"
|
56 |
|
57 |
-
#: gallery-plugin.php:
|
58 |
msgid "Edit Gallery"
|
59 |
msgstr "Uredi Galerijo"
|
60 |
|
61 |
-
#: gallery-plugin.php:
|
62 |
msgid "New Gallery"
|
63 |
msgstr "Nova Galerija"
|
64 |
|
65 |
-
#: gallery-plugin.php:
|
66 |
msgid "View Gallery"
|
67 |
msgstr "Pregled Galerije"
|
68 |
|
69 |
-
#: gallery-plugin.php:
|
70 |
#, fuzzy
|
71 |
msgid "Search Galleries"
|
72 |
msgstr "Galerije"
|
73 |
|
74 |
-
#: gallery-plugin.php:
|
75 |
msgid "No Gallery found"
|
76 |
msgstr "Galerija ni bila najdena"
|
77 |
|
78 |
-
#: gallery-plugin.php:
|
79 |
msgid "Gallery Shortcode"
|
80 |
msgstr "Kratka koda do galerije"
|
81 |
|
82 |
-
#: gallery-plugin.php:
|
83 |
#, fuzzy
|
84 |
msgid "Gallery Categories"
|
85 |
msgstr "Velikost slike v galeriji"
|
86 |
|
87 |
-
#: gallery-plugin.php:
|
88 |
#, fuzzy, php-format
|
89 |
msgid ""
|
90 |
"If you would like to add a Gallery to your page or post, please use %s button"
|
@@ -92,7 +92,7 @@ msgstr ""
|
|
92 |
"Če želiš dodati posamezno galerijo v stran ali prispevek preprosto kopiraj "
|
93 |
"to kodo:"
|
94 |
|
95 |
-
#: gallery-plugin.php:
|
96 |
#, php-format
|
97 |
msgid ""
|
98 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
@@ -100,12 +100,12 @@ msgid ""
|
|
100 |
"please use the shortcode below"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: gallery-plugin.php:
|
104 |
msgid ""
|
105 |
"Add this shortcode to a page, post or widget to display a single gallery"
|
106 |
msgstr ""
|
107 |
|
108 |
-
#: gallery-plugin.php:
|
109 |
#, fuzzy
|
110 |
msgid ""
|
111 |
"Use this shortcode to display an album image with the description and the "
|
@@ -114,73 +114,77 @@ msgstr ""
|
|
114 |
"Če želiš prikazati kratek opis s predogledno sliko in povezavo do posamezne "
|
115 |
"galerije kopiraj spodnjo povezavo."
|
116 |
|
117 |
-
#: gallery-plugin.php:
|
118 |
msgid "Short display"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: gallery-plugin.php:
|
122 |
msgid "Most Used"
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: gallery-plugin.php:
|
126 |
msgid "Default"
|
127 |
msgstr "Privzeto"
|
128 |
|
129 |
-
#: gallery-plugin.php:
|
130 |
#, fuzzy
|
131 |
msgid "Add New Gallery Category"
|
132 |
msgstr "Dodaj novo Galerijo"
|
133 |
|
134 |
-
#: gallery-plugin.php:
|
135 |
#, fuzzy
|
136 |
msgid "Install plugin"
|
137 |
msgstr "Instalirani moduli"
|
138 |
|
139 |
-
#: gallery-plugin.php:
|
140 |
-
#: gallery-plugin.php:
|
141 |
msgid "Title"
|
142 |
msgstr "Naslov"
|
143 |
|
144 |
-
#: gallery-plugin.php:
|
145 |
msgid "Author"
|
146 |
msgstr "Avtor"
|
147 |
|
148 |
-
#: gallery-plugin.php:
|
149 |
#, fuzzy
|
150 |
msgid "Shortcode"
|
151 |
msgstr "Kratka koda do galerije"
|
152 |
|
153 |
-
#: gallery-plugin.php:
|
154 |
#, fuzzy
|
155 |
msgid "Photos"
|
156 |
msgstr "Slika"
|
157 |
|
158 |
-
#: gallery-plugin.php:
|
159 |
msgid "Date"
|
160 |
msgstr "Datum"
|
161 |
|
162 |
-
#: gallery-plugin.php:
|
163 |
msgid "Settings are saved"
|
164 |
msgstr "Nastavitve so shranjene"
|
165 |
|
166 |
-
#: gallery-plugin.php:
|
167 |
#, fuzzy
|
168 |
msgid "All plugin settings were restored."
|
169 |
msgstr "na strani za nastavitve vtičnikov ("
|
170 |
|
171 |
-
#: gallery-plugin.php:
|
172 |
msgid "Gallery Settings"
|
173 |
msgstr "Nastavitve galerije"
|
174 |
|
175 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
176 |
msgid "Go PRO"
|
177 |
msgstr "Pojdi na PRO"
|
178 |
|
179 |
-
#: gallery-plugin.php:
|
180 |
msgid "Please enable JavaScript to use the option to renew images."
|
181 |
msgstr "Prosimo omogoči Javascript za uporabo funkcije osvežitve slik."
|
182 |
|
183 |
-
#: gallery-plugin.php:
|
184 |
#, php-format
|
185 |
msgid ""
|
186 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
@@ -188,22 +192,22 @@ msgid ""
|
|
188 |
"please use the shortcode %s, where * stands for gallery ID"
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: gallery-plugin.php:
|
192 |
msgid "Number of images in the row"
|
193 |
msgstr "Število slik v vrsti"
|
194 |
|
195 |
-
#: gallery-plugin.php:
|
196 |
#, fuzzy
|
197 |
msgid ""
|
198 |
"The number of images per row can be less depending on the width of the "
|
199 |
"parent block"
|
200 |
msgstr "Število slik v vrsti"
|
201 |
|
202 |
-
#: gallery-plugin.php:
|
203 |
msgid "Image size"
|
204 |
msgstr "Velikost slike"
|
205 |
|
206 |
-
#: gallery-plugin.php:
|
207 |
msgid ""
|
208 |
"WordPress will create a new thumbnail with the specified dimensions when you "
|
209 |
"upload a new photo."
|
@@ -211,446 +215,446 @@ msgstr ""
|
|
211 |
"WordPress bo ustvaril novo predolgedno sliko z danimi dimenzijami pri "
|
212 |
"naslednjem nalaganju nove slike."
|
213 |
|
214 |
-
#: gallery-plugin.php:
|
215 |
#, fuzzy
|
216 |
msgid "For the album cover"
|
217 |
msgstr "Velikost slike albuma"
|
218 |
|
219 |
-
#: gallery-plugin.php:
|
220 |
msgid "width x height"
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: gallery-plugin.php:
|
224 |
msgid "in px"
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: gallery-plugin.php:
|
228 |
#, fuzzy
|
229 |
msgid "For thumbnails"
|
230 |
msgstr "Velikost slike albuma"
|
231 |
|
232 |
-
#: gallery-plugin.php:
|
233 |
msgid "Update images for gallery"
|
234 |
msgstr "Osveži slike galerije"
|
235 |
|
236 |
-
#: gallery-plugin.php:
|
237 |
msgid "Close"
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: gallery-plugin.php:
|
241 |
#, fuzzy
|
242 |
msgid "For images in the lightbox"
|
243 |
msgstr "Velikost slike v lightbox-u"
|
244 |
|
245 |
-
#: gallery-plugin.php:
|
246 |
msgid "Display a full size image in the lightbox"
|
247 |
msgstr "Prikaži sliko polne velikosti v lightbox-u"
|
248 |
|
249 |
-
#: gallery-plugin.php:
|
250 |
msgid "Crop position"
|
251 |
msgstr "Pozicija za obrez"
|
252 |
|
253 |
-
#: gallery-plugin.php:
|
254 |
msgid "center"
|
255 |
msgstr "center"
|
256 |
|
257 |
-
#: gallery-plugin.php:
|
258 |
msgid "Horizontal"
|
259 |
msgstr "Horizontalno"
|
260 |
|
261 |
-
#: gallery-plugin.php:
|
262 |
msgid "Vertical"
|
263 |
msgstr "Vertikalno"
|
264 |
|
265 |
-
#: gallery-plugin.php:
|
266 |
#, fuzzy
|
267 |
msgid "Single gallery view"
|
268 |
msgstr "Ključ za galerijski vnos"
|
269 |
|
270 |
-
#: gallery-plugin.php:
|
271 |
msgid "Grid"
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: gallery-plugin.php:
|
275 |
msgid "Masonry"
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: gallery-plugin.php:
|
279 |
msgid ""
|
280 |
"If you upgrade to Pro version all your settings and galleries will be saved."
|
281 |
msgstr ""
|
282 |
"V primeru posodobitve na PRO verzijo se bodo vse nastavitve in galerije "
|
283 |
"ohranile."
|
284 |
|
285 |
-
#: gallery-plugin.php:
|
286 |
#, fuzzy
|
287 |
msgid "Unlock premium options by upgrading to Pro version"
|
288 |
msgstr "Odkleni premium opcije z nadgradnjo na PRO verzijo."
|
289 |
|
290 |
-
#: gallery-plugin.php:
|
291 |
msgid "Start Your Trial"
|
292 |
msgstr "Začni svoje preizkusno obdobje"
|
293 |
|
294 |
-
#: gallery-plugin.php:
|
295 |
msgid "or"
|
296 |
msgstr "ali"
|
297 |
|
298 |
-
#: gallery-plugin.php:
|
299 |
msgid "Learn More"
|
300 |
msgstr "Preberi več"
|
301 |
|
302 |
-
#: gallery-plugin.php:
|
303 |
msgid "Display image text"
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: gallery-plugin.php:
|
307 |
msgid "Turn off the checkbox, if you want to display text just in a lightbox"
|
308 |
msgstr "Odkljukaj kvadratek, če želiš da se tekst prikaže le v lightbox-u"
|
309 |
|
310 |
-
#: gallery-plugin.php:
|
311 |
msgid "Images with border"
|
312 |
msgstr "Slike z okvirjem"
|
313 |
|
314 |
-
#: gallery-plugin.php:
|
315 |
msgid "Border width in px, just numbers"
|
316 |
msgstr "Širina okvirja v pikslih (le številčno)"
|
317 |
|
318 |
-
#: gallery-plugin.php:
|
319 |
msgid "Select a border color"
|
320 |
msgstr "Izberi barvo okvirja"
|
321 |
|
322 |
-
#: gallery-plugin.php:
|
323 |
msgid "Sort images"
|
324 |
msgstr "Preuredi slike"
|
325 |
|
326 |
-
#: gallery-plugin.php:
|
327 |
#, fuzzy
|
328 |
msgid "by Attachment ID"
|
329 |
msgstr "ID priloge"
|
330 |
|
331 |
-
#: gallery-plugin.php:
|
332 |
#, fuzzy
|
333 |
msgid "by Image Name"
|
334 |
msgstr "Ime slike"
|
335 |
|
336 |
-
#: gallery-plugin.php:
|
337 |
#, fuzzy
|
338 |
msgid "by Date"
|
339 |
msgstr "Datum"
|
340 |
|
341 |
-
#: gallery-plugin.php:
|
342 |
msgid "by Sorting order in the Gallery"
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: gallery-plugin.php:
|
346 |
msgid "Random"
|
347 |
msgstr "Naključno"
|
348 |
|
349 |
-
#: gallery-plugin.php:
|
350 |
#, fuzzy
|
351 |
msgid "The images sort order"
|
352 |
msgstr "Slike z okvirjem"
|
353 |
|
354 |
-
#: gallery-plugin.php:
|
355 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
356 |
msgstr "ASC (naraščujoče - 1, 2, 3; a, b, c)"
|
357 |
|
358 |
-
#: gallery-plugin.php:
|
359 |
msgid ""
|
360 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
361 |
msgstr "DESC (padajoče - 3, 2, 1; c, b, a)"
|
362 |
|
363 |
-
#: gallery-plugin.php:
|
364 |
#, fuzzy
|
365 |
msgid "Sort galleries"
|
366 |
msgstr "Galerije"
|
367 |
|
368 |
-
#: gallery-plugin.php:
|
369 |
#, fuzzy
|
370 |
msgid "by Gallery ID"
|
371 |
msgstr "Galerija"
|
372 |
|
373 |
-
#: gallery-plugin.php:
|
374 |
#, fuzzy
|
375 |
msgid "by Title"
|
376 |
msgstr "Naslov"
|
377 |
|
378 |
-
#: gallery-plugin.php:
|
379 |
msgid "by Last modified date"
|
380 |
msgstr ""
|
381 |
|
382 |
-
#: gallery-plugin.php:
|
383 |
msgid "by Comment count"
|
384 |
msgstr ""
|
385 |
|
386 |
-
#: gallery-plugin.php:
|
387 |
#, fuzzy
|
388 |
msgid "by Sorting order (the input field for sorting order)"
|
389 |
msgstr "Razporejanje glede na razporeditev v predstavnostni knjižici"
|
390 |
|
391 |
-
#: gallery-plugin.php:
|
392 |
#, fuzzy
|
393 |
msgid "by Author"
|
394 |
msgstr "Avtor"
|
395 |
|
396 |
-
#: gallery-plugin.php:
|
397 |
msgid "The galleries sort order"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: gallery-plugin.php:
|
401 |
msgid "Start slideshow"
|
402 |
msgstr "Začni projekcijo"
|
403 |
|
404 |
-
#: gallery-plugin.php:
|
405 |
msgid "Slideshow interval"
|
406 |
msgstr "Interval projekcije slik"
|
407 |
|
408 |
-
#: gallery-plugin.php:
|
409 |
msgid "(ms)"
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: gallery-plugin.php:
|
413 |
msgid "Use single lightbox for multiple galleries on one page"
|
414 |
msgstr "Uporabi lightbox enkratno za vse galerije na strani"
|
415 |
|
416 |
-
#: gallery-plugin.php:
|
417 |
msgid "Display the Back link"
|
418 |
msgstr "Prikaži povratni link"
|
419 |
|
420 |
-
#: gallery-plugin.php:
|
421 |
msgid "Display the Back link in the shortcode"
|
422 |
msgstr "Prikaži povratni link v kratki kodi"
|
423 |
|
424 |
-
#: gallery-plugin.php:
|
425 |
msgid "The Back link text"
|
426 |
msgstr "Besedilo povezave na povratek na galerijo"
|
427 |
|
428 |
-
#: gallery-plugin.php:
|
429 |
msgid "The Back link URL"
|
430 |
msgstr "Povezava, na kateri se nahajajo galerije"
|
431 |
|
432 |
-
#: gallery-plugin.php:
|
433 |
msgid "Gallery page (Page with Gallery Template)"
|
434 |
msgstr "Galerija (Stran z uporabljeno predlogo \"Gallery Template\")"
|
435 |
|
436 |
-
#: gallery-plugin.php:
|
437 |
msgid "(Full URL to custom page)"
|
438 |
msgstr "(Polni URL za uporabo na strani)"
|
439 |
|
440 |
-
#: gallery-plugin.php:
|
441 |
msgid "The Read More link text"
|
442 |
msgstr "Tekst v \"Read More\" gumbu"
|
443 |
|
444 |
-
#: gallery-plugin.php:
|
445 |
msgid "Add gallery to the search"
|
446 |
msgstr "Dodaj galerijo k iskalniku"
|
447 |
|
448 |
-
#: gallery-plugin.php:
|
449 |
msgid "Using"
|
450 |
msgstr "Se uporablja"
|
451 |
|
452 |
-
#: gallery-plugin.php:
|
453 |
msgid "powered by"
|
454 |
msgstr "gnano z"
|
455 |
|
456 |
-
#: gallery-plugin.php:
|
457 |
msgid "Activate"
|
458 |
msgstr "Aktivirani moduli"
|
459 |
|
460 |
-
#: gallery-plugin.php:
|
461 |
msgid "Download"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: gallery-plugin.php:
|
465 |
msgid "Rewrite templates after update"
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: gallery-plugin.php:
|
469 |
#, php-format
|
470 |
msgid ""
|
471 |
"Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
|
472 |
"theme folder and You don't want to rewrite them"
|
473 |
msgstr ""
|
474 |
|
475 |
-
#: gallery-plugin.php:
|
476 |
#, fuzzy
|
477 |
msgid "Under image"
|
478 |
msgstr "Posodobi slike"
|
479 |
|
480 |
-
#: gallery-plugin.php:
|
481 |
msgid "By mouse hover"
|
482 |
msgstr ""
|
483 |
|
484 |
-
#: gallery-plugin.php:
|
485 |
msgid "Use pagination for images"
|
486 |
msgstr "Uporabi oštevilčenje strani za slike"
|
487 |
|
488 |
-
#: gallery-plugin.php:
|
489 |
msgid "per page"
|
490 |
msgstr "na stran"
|
491 |
|
492 |
-
#: gallery-plugin.php:
|
493 |
msgid "Lightbox background"
|
494 |
msgstr "Lightbox ozadje"
|
495 |
|
496 |
-
#: gallery-plugin.php:
|
497 |
msgid "Background transparency (from 0 to 1)"
|
498 |
msgstr "Prosojnost ozadja"
|
499 |
|
500 |
-
#: gallery-plugin.php:
|
501 |
msgid "Select a background color"
|
502 |
msgstr "Izberi barvo ozadja"
|
503 |
|
504 |
-
#: gallery-plugin.php:
|
505 |
msgid "The lightbox helper"
|
506 |
msgstr "Lightbox pomočnik"
|
507 |
|
508 |
-
#: gallery-plugin.php:
|
509 |
msgid "Do not use"
|
510 |
msgstr "Ne uporabljaj"
|
511 |
|
512 |
-
#: gallery-plugin.php:
|
513 |
msgid "Button helper"
|
514 |
msgstr "Pomočnik za gumb"
|
515 |
|
516 |
-
#: gallery-plugin.php:
|
517 |
msgid "Thumbnail helper"
|
518 |
msgstr "Pomočnik za prikazno sliko"
|
519 |
|
520 |
-
#: gallery-plugin.php:
|
521 |
msgid "Display Like buttons in the lightbox"
|
522 |
msgstr "Prikaži gumb \"Like\" tudi v lightbox-u"
|
523 |
|
524 |
-
#: gallery-plugin.php:
|
525 |
msgid "FaceBook"
|
526 |
msgstr "FaceBook"
|
527 |
|
528 |
-
#: gallery-plugin.php:
|
529 |
msgid "Twitter"
|
530 |
msgstr "Twitter"
|
531 |
|
532 |
-
#: gallery-plugin.php:
|
533 |
msgid "Pinterest"
|
534 |
msgstr "Pinterest"
|
535 |
|
536 |
-
#: gallery-plugin.php:
|
537 |
msgid "Google +1"
|
538 |
msgstr "Google +1"
|
539 |
|
540 |
-
#: gallery-plugin.php:
|
541 |
msgid "Slug for gallery item"
|
542 |
msgstr "Ključ za galerijski vnos"
|
543 |
|
544 |
-
#: gallery-plugin.php:
|
545 |
msgid "for any structure of permalinks except the default structure"
|
546 |
msgstr "za katerokoli strukturo trajnih povezav, z izjemo privzete strukture"
|
547 |
|
548 |
-
#: gallery-plugin.php:
|
549 |
msgid "Title for lightbox button"
|
550 |
msgstr "Naziv za lightbox gumb"
|
551 |
|
552 |
-
#: gallery-plugin.php:
|
553 |
msgid ""
|
554 |
"Display all images in the lightbox instead of going into a single gallery"
|
555 |
msgstr ""
|
556 |
|
557 |
-
#: gallery-plugin.php:
|
558 |
#, php-format
|
559 |
msgid "When using the gallery template or a shortcode with `%s` parameter"
|
560 |
msgstr ""
|
561 |
|
562 |
-
#: gallery-plugin.php:
|
563 |
msgid "Save Changes"
|
564 |
msgstr "Shrani spremembe"
|
565 |
|
566 |
-
#: gallery-plugin.php:
|
567 |
msgid ""
|
568 |
"If you install the demo-data, will be created galleries with images, demo-"
|
569 |
"post with available shortcodes and page with a list of all the galleries."
|
570 |
msgstr ""
|
571 |
|
572 |
-
#: gallery-plugin.php:
|
573 |
msgid "FAQ"
|
574 |
msgstr "FAQ"
|
575 |
|
576 |
-
#: gallery-plugin.php:
|
577 |
msgid "Support"
|
578 |
msgstr "Podpora"
|
579 |
|
580 |
-
#: gallery-plugin.php:
|
581 |
msgid "Updating images..."
|
582 |
msgstr "Posodabljam slike..."
|
583 |
|
584 |
-
#: gallery-plugin.php:
|
585 |
#, fuzzy
|
586 |
msgid "No image found."
|
587 |
msgstr "Slike niso bile najdene"
|
588 |
|
589 |
-
#: gallery-plugin.php:
|
590 |
#, fuzzy
|
591 |
msgid "All images are updated."
|
592 |
msgstr "Vse slike so posodobljene"
|
593 |
|
594 |
-
#: gallery-plugin.php:
|
595 |
msgid "Error."
|
596 |
msgstr "Napaka."
|
597 |
|
598 |
-
#: gallery-plugin.php:
|
599 |
msgid ""
|
600 |
"You are about to delete these items from this gallery.\n"
|
601 |
" 'Cancel' to stop, 'OK' to delete."
|
602 |
msgstr ""
|
603 |
|
604 |
-
#: gallery-plugin.php:
|
605 |
msgid ""
|
606 |
"Switching to another mode, all unsaved data will be lost. Save data before "
|
607 |
"switching?"
|
608 |
msgstr ""
|
609 |
|
610 |
-
#: gallery-plugin.php:
|
611 |
msgid "Insert Media"
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: gallery-plugin.php:
|
615 |
msgid "Insert"
|
616 |
msgstr ""
|
617 |
|
618 |
-
#: gallery-plugin.php:
|
619 |
#, fuzzy
|
620 |
msgid "Learn more"
|
621 |
msgstr "Preberi več"
|
622 |
|
623 |
-
#: gallery-plugin.php:
|
624 |
#, fuzzy
|
625 |
msgid "Install now"
|
626 |
msgstr "Instalacija %s"
|
627 |
|
628 |
-
#: gallery-plugin.php:
|
629 |
msgid "Add multiple gallery categories"
|
630 |
msgstr ""
|
631 |
|
632 |
-
#: gallery-plugin.php:
|
633 |
msgid ""
|
634 |
"Install Gallery Categories plugin to add unlimited number of categories."
|
635 |
msgstr ""
|
636 |
|
637 |
-
#: gallery-plugin.php:
|
638 |
msgid "Sorry, nothing found."
|
639 |
msgstr "Žal ni zadetkov"
|
640 |
|
641 |
-
#: gallery-plugin.php:
|
642 |
msgid "Image"
|
643 |
msgstr "Slika"
|
644 |
|
645 |
-
#: gallery-plugin.php:
|
646 |
msgid "Download high resolution image"
|
647 |
msgstr "Prenesi sliko visoke resolucije"
|
648 |
|
649 |
-
#: gallery-plugin.php:
|
650 |
msgid "Image size not defined"
|
651 |
msgstr "Velikost slike ni podana"
|
652 |
|
653 |
-
#: gallery-plugin.php:
|
654 |
msgid ""
|
655 |
"We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
|
656 |
"manually reload image."
|
@@ -658,211 +662,211 @@ msgstr ""
|
|
658 |
"Posodobiti je možno le PNG, JPEG, GIF, WPMP ali XBM tipe datotek. Za vse "
|
659 |
"ostale prosimo, da posodobiš slike ročno."
|
660 |
|
661 |
-
#: gallery-plugin.php:
|
662 |
msgid "Image size changes not defined"
|
663 |
msgstr "Spremembe velikosti slike niso podane"
|
664 |
|
665 |
-
#: gallery-plugin.php:
|
666 |
msgid "Invalid path"
|
667 |
msgstr "Napačna pot"
|
668 |
|
669 |
-
#: gallery-plugin.php:
|
670 |
msgid "Add images requires JavaScript."
|
671 |
msgstr ""
|
672 |
|
673 |
-
#: gallery-plugin.php:
|
674 |
msgid "Add Media"
|
675 |
msgstr ""
|
676 |
|
677 |
-
#: gallery-plugin.php:
|
678 |
msgid "The grid view for the Gallery images requires JavaScript."
|
679 |
msgstr ""
|
680 |
|
681 |
-
#: gallery-plugin.php:
|
682 |
msgid "Switch to the list view"
|
683 |
msgstr ""
|
684 |
|
685 |
-
#: gallery-plugin.php:
|
686 |
msgid "List View"
|
687 |
msgstr ""
|
688 |
|
689 |
-
#: gallery-plugin.php:
|
690 |
msgid "Grid View"
|
691 |
msgstr ""
|
692 |
|
693 |
-
#: gallery-plugin.php:
|
694 |
msgid "Filter"
|
695 |
msgstr ""
|
696 |
|
697 |
-
#: gallery-plugin.php:
|
698 |
msgid "Empty Trash"
|
699 |
msgstr ""
|
700 |
|
701 |
-
#: gallery-plugin.php:
|
702 |
#, fuzzy
|
703 |
msgid "No images found"
|
704 |
msgstr "Slike niso bile najdene"
|
705 |
|
706 |
-
#: gallery-plugin.php:
|
707 |
msgid "Select bulk action"
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: gallery-plugin.php:
|
711 |
msgid "Bulk Actions"
|
712 |
msgstr ""
|
713 |
|
714 |
-
#: gallery-plugin.php:
|
715 |
msgid "Apply"
|
716 |
msgstr ""
|
717 |
|
718 |
-
#: gallery-plugin.php:
|
719 |
#, fuzzy
|
720 |
msgid "Delete from Gallery"
|
721 |
msgstr "Nova Galerija"
|
722 |
|
723 |
-
#: gallery-plugin.php:
|
724 |
#, fuzzy
|
725 |
msgid "Display link to the original file under each image in the lightbox"
|
726 |
msgstr "Prikaži sliko polne velikosti v lightbox-u"
|
727 |
|
728 |
-
#: gallery-plugin.php:
|
729 |
msgid "Bulk Select"
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: gallery-plugin.php:
|
733 |
msgid "Cancel Selection"
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: gallery-plugin.php:
|
737 |
msgid "Delete Selected"
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: gallery-plugin.php:
|
741 |
msgid "File"
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: gallery-plugin.php:
|
745 |
msgid "Dimensions"
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: gallery-plugin.php:
|
749 |
msgid "Alt tag"
|
750 |
msgstr "Alt oznaka"
|
751 |
|
752 |
-
#: gallery-plugin.php:
|
753 |
msgid ""
|
754 |
"The alt attribute specifies an alternate text for an image, if the image "
|
755 |
"cannot be displayed."
|
756 |
msgstr ""
|
757 |
|
758 |
-
#: gallery-plugin.php:
|
759 |
msgid "Custom URL"
|
760 |
msgstr ""
|
761 |
|
762 |
-
#: gallery-plugin.php:
|
763 |
msgid ""
|
764 |
"By clicking on the thumbnail you'll go to the link (if the field is filled) "
|
765 |
"or the image will be opened in the lightbox (if the field isn't filled)"
|
766 |
msgstr ""
|
767 |
|
768 |
-
#: gallery-plugin.php:
|
769 |
msgid "Deselect"
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: gallery-plugin.php:
|
773 |
msgid "File name"
|
774 |
msgstr ""
|
775 |
|
776 |
-
#: gallery-plugin.php:
|
777 |
msgid "File type"
|
778 |
msgstr ""
|
779 |
|
780 |
-
#: gallery-plugin.php:
|
781 |
#, fuzzy
|
782 |
msgid "Edit Attachment Info"
|
783 |
msgstr "ID priloge"
|
784 |
|
785 |
-
#: gallery-plugin.php:
|
786 |
#, fuzzy
|
787 |
msgid "Edit Attachment"
|
788 |
msgstr "ID priloge"
|
789 |
|
790 |
-
#: gallery-plugin.php:
|
791 |
#, fuzzy
|
792 |
msgid "Go Pro"
|
793 |
msgstr "Pojdi na PRO"
|
794 |
|
795 |
-
#: gallery-plugin.php:
|
796 |
msgid "Pro version"
|
797 |
msgstr ""
|
798 |
|
799 |
-
#: gallery-plugin.php:
|
800 |
msgid "This setting is available in Pro version"
|
801 |
msgstr "Ta nastavitev je dostopna v Pro verziji"
|
802 |
|
803 |
-
#: gallery-plugin.php:
|
804 |
msgid "Edit more details"
|
805 |
msgstr ""
|
806 |
|
807 |
-
#: gallery-plugin.php:
|
808 |
#, php-format
|
809 |
msgid "Select %s"
|
810 |
msgstr ""
|
811 |
|
812 |
-
#: gallery-plugin.php:
|
813 |
#, php-format
|
814 |
msgid "Edit “%s”"
|
815 |
msgstr ""
|
816 |
|
817 |
-
#: gallery-plugin.php:
|
818 |
msgid "Edit"
|
819 |
msgstr ""
|
820 |
|
821 |
-
#: gallery-plugin.php:
|
822 |
msgid "Trash"
|
823 |
msgstr ""
|
824 |
|
825 |
-
#: gallery-plugin.php:
|
826 |
msgid "Delete Permanently"
|
827 |
msgstr ""
|
828 |
|
829 |
-
#: gallery-plugin.php:
|
830 |
#, php-format
|
831 |
msgid "View “%s”"
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: gallery-plugin.php:
|
835 |
msgid "View"
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: gallery-plugin.php:
|
839 |
#, fuzzy
|
840 |
msgid "Attach"
|
841 |
msgstr "ID priloge"
|
842 |
|
843 |
-
#: gallery-plugin.php:
|
844 |
msgid "Restore"
|
845 |
msgstr ""
|
846 |
|
847 |
-
#: gallery-plugin.php:
|
848 |
msgid "Warning"
|
849 |
msgstr ""
|
850 |
|
851 |
-
#: gallery-plugin.php:
|
852 |
msgid "You can add only images to the gallery"
|
853 |
msgstr ""
|
854 |
|
855 |
-
#: gallery-plugin.php:
|
856 |
#, fuzzy
|
857 |
msgid "no title"
|
858 |
msgstr "Naslov"
|
859 |
|
860 |
-
#: gallery-plugin.php:
|
861 |
#, fuzzy
|
862 |
msgid "Sorry, no gallery found."
|
863 |
msgstr "Žal ni zadetkov"
|
864 |
|
865 |
-
#: gallery-plugin.php:
|
866 |
#, fuzzy
|
867 |
msgid ""
|
868 |
"Display an album image with the description and the link to a single gallery "
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-04-04 15:36+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-04-04 15:36+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Tilen <tilen@divided.si>\n"
|
9 |
"Language: sl_SI\n"
|
17 |
"X-Generator: Poedit 1.5.4\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: gallery-plugin.php:45 gallery-plugin.php:883 gallery-plugin.php:1268
|
21 |
+
#: gallery-plugin.php:1285
|
22 |
msgid "Settings"
|
23 |
msgstr "Nastavitve"
|
24 |
|
30 |
msgid "Return to all albums"
|
31 |
msgstr ""
|
32 |
|
33 |
+
#: gallery-plugin.php:383
|
34 |
#, fuzzy, php-format
|
35 |
msgid ""
|
36 |
"The following files '%s' and '%s' were not found in the directory of your "
|
42 |
"plugins/gallery-plugin/template/` v mapo tvoje teme za pravilno delovanje "
|
43 |
"Gallery vtičnika"
|
44 |
|
45 |
+
#: gallery-plugin.php:394 gallery-plugin.php:403
|
46 |
msgid "Galleries"
|
47 |
msgstr "Galerije"
|
48 |
|
49 |
+
#: gallery-plugin.php:395 gallery-plugin.php:2616
|
50 |
msgid "Gallery"
|
51 |
msgstr "Galerija"
|
52 |
|
53 |
+
#: gallery-plugin.php:396
|
54 |
msgid "Add New Gallery"
|
55 |
msgstr "Dodaj novo Galerijo"
|
56 |
|
57 |
+
#: gallery-plugin.php:397
|
58 |
msgid "Edit Gallery"
|
59 |
msgstr "Uredi Galerijo"
|
60 |
|
61 |
+
#: gallery-plugin.php:398
|
62 |
msgid "New Gallery"
|
63 |
msgstr "Nova Galerija"
|
64 |
|
65 |
+
#: gallery-plugin.php:399
|
66 |
msgid "View Gallery"
|
67 |
msgstr "Pregled Galerije"
|
68 |
|
69 |
+
#: gallery-plugin.php:400
|
70 |
#, fuzzy
|
71 |
msgid "Search Galleries"
|
72 |
msgstr "Galerije"
|
73 |
|
74 |
+
#: gallery-plugin.php:401
|
75 |
msgid "No Gallery found"
|
76 |
msgstr "Galerija ni bila najdena"
|
77 |
|
78 |
+
#: gallery-plugin.php:458
|
79 |
msgid "Gallery Shortcode"
|
80 |
msgstr "Kratka koda do galerije"
|
81 |
|
82 |
+
#: gallery-plugin.php:460 gallery-plugin.php:501 gallery-plugin.php:2599
|
83 |
#, fuzzy
|
84 |
msgid "Gallery Categories"
|
85 |
msgstr "Velikost slike v galeriji"
|
86 |
|
87 |
+
#: gallery-plugin.php:470 gallery-plugin.php:902
|
88 |
#, fuzzy, php-format
|
89 |
msgid ""
|
90 |
"If you would like to add a Gallery to your page or post, please use %s button"
|
92 |
"Če želiš dodati posamezno galerijo v stran ali prispevek preprosto kopiraj "
|
93 |
"to kodo:"
|
94 |
|
95 |
+
#: gallery-plugin.php:475
|
96 |
#, php-format
|
97 |
msgid ""
|
98 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
100 |
"please use the shortcode below"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: gallery-plugin.php:481
|
104 |
msgid ""
|
105 |
"Add this shortcode to a page, post or widget to display a single gallery"
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: gallery-plugin.php:484
|
109 |
#, fuzzy
|
110 |
msgid ""
|
111 |
"Use this shortcode to display an album image with the description and the "
|
114 |
"Če želiš prikazati kratek opis s predogledno sliko in povezavo do posamezne "
|
115 |
"galerije kopiraj spodnjo povezavo."
|
116 |
|
117 |
+
#: gallery-plugin.php:486
|
118 |
msgid "Short display"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: gallery-plugin.php:502
|
122 |
msgid "Most Used"
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: gallery-plugin.php:507 gallery-plugin.php:1166
|
126 |
msgid "Default"
|
127 |
msgstr "Privzeto"
|
128 |
|
129 |
+
#: gallery-plugin.php:512
|
130 |
#, fuzzy
|
131 |
msgid "Add New Gallery Category"
|
132 |
msgstr "Dodaj novo Galerijo"
|
133 |
|
134 |
+
#: gallery-plugin.php:517
|
135 |
#, fuzzy
|
136 |
msgid "Install plugin"
|
137 |
msgstr "Instalirani moduli"
|
138 |
|
139 |
+
#: gallery-plugin.php:675 gallery-plugin.php:2191 gallery-plugin.php:2306
|
140 |
+
#: gallery-plugin.php:2393
|
141 |
msgid "Title"
|
142 |
msgstr "Naslov"
|
143 |
|
144 |
+
#: gallery-plugin.php:676
|
145 |
msgid "Author"
|
146 |
msgstr "Avtor"
|
147 |
|
148 |
+
#: gallery-plugin.php:677
|
149 |
#, fuzzy
|
150 |
msgid "Shortcode"
|
151 |
msgstr "Kratka koda do galerije"
|
152 |
|
153 |
+
#: gallery-plugin.php:678
|
154 |
#, fuzzy
|
155 |
msgid "Photos"
|
156 |
msgstr "Slika"
|
157 |
|
158 |
+
#: gallery-plugin.php:679
|
159 |
msgid "Date"
|
160 |
msgstr "Datum"
|
161 |
|
162 |
+
#: gallery-plugin.php:852
|
163 |
msgid "Settings are saved"
|
164 |
msgstr "Nastavitve so shranjene"
|
165 |
|
166 |
+
#: gallery-plugin.php:869
|
167 |
#, fuzzy
|
168 |
msgid "All plugin settings were restored."
|
169 |
msgstr "na strani za nastavitve vtičnikov ("
|
170 |
|
171 |
+
#: gallery-plugin.php:881
|
172 |
msgid "Gallery Settings"
|
173 |
msgstr "Nastavitve galerije"
|
174 |
|
175 |
+
#: gallery-plugin.php:884
|
176 |
+
msgid "Custom code"
|
177 |
+
msgstr ""
|
178 |
+
|
179 |
+
#: gallery-plugin.php:885
|
180 |
msgid "Go PRO"
|
181 |
msgstr "Pojdi na PRO"
|
182 |
|
183 |
+
#: gallery-plugin.php:895
|
184 |
msgid "Please enable JavaScript to use the option to renew images."
|
185 |
msgstr "Prosimo omogoči Javascript za uporabo funkcije osvežitve slik."
|
186 |
|
187 |
+
#: gallery-plugin.php:907
|
188 |
#, php-format
|
189 |
msgid ""
|
190 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
192 |
"please use the shortcode %s, where * stands for gallery ID"
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: gallery-plugin.php:917
|
196 |
msgid "Number of images in the row"
|
197 |
msgstr "Število slik v vrsti"
|
198 |
|
199 |
+
#: gallery-plugin.php:919
|
200 |
#, fuzzy
|
201 |
msgid ""
|
202 |
"The number of images per row can be less depending on the width of the "
|
203 |
"parent block"
|
204 |
msgstr "Število slik v vrsti"
|
205 |
|
206 |
+
#: gallery-plugin.php:923 gallery-plugin.php:949
|
207 |
msgid "Image size"
|
208 |
msgstr "Velikost slike"
|
209 |
|
210 |
+
#: gallery-plugin.php:926
|
211 |
msgid ""
|
212 |
"WordPress will create a new thumbnail with the specified dimensions when you "
|
213 |
"upload a new photo."
|
215 |
"WordPress bo ustvaril novo predolgedno sliko z danimi dimenzijami pri "
|
216 |
"naslednjem nalaganju nove slike."
|
217 |
|
218 |
+
#: gallery-plugin.php:928
|
219 |
#, fuzzy
|
220 |
msgid "For the album cover"
|
221 |
msgstr "Velikost slike albuma"
|
222 |
|
223 |
+
#: gallery-plugin.php:929 gallery-plugin.php:933 gallery-plugin.php:954
|
224 |
msgid "width x height"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: gallery-plugin.php:929 gallery-plugin.php:933 gallery-plugin.php:954
|
228 |
msgid "in px"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: gallery-plugin.php:932
|
232 |
#, fuzzy
|
233 |
msgid "For thumbnails"
|
234 |
msgstr "Velikost slike albuma"
|
235 |
|
236 |
+
#: gallery-plugin.php:936
|
237 |
msgid "Update images for gallery"
|
238 |
msgstr "Osveži slike galerije"
|
239 |
|
240 |
+
#: gallery-plugin.php:945 gallery-plugin.php:1144 gallery-plugin.php:1371
|
241 |
msgid "Close"
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: gallery-plugin.php:952
|
245 |
#, fuzzy
|
246 |
msgid "For images in the lightbox"
|
247 |
msgstr "Velikost slike v lightbox-u"
|
248 |
|
249 |
+
#: gallery-plugin.php:956
|
250 |
msgid "Display a full size image in the lightbox"
|
251 |
msgstr "Prikaži sliko polne velikosti v lightbox-u"
|
252 |
|
253 |
+
#: gallery-plugin.php:961
|
254 |
msgid "Crop position"
|
255 |
msgstr "Pozicija za obrez"
|
256 |
|
257 |
+
#: gallery-plugin.php:965 gallery-plugin.php:971
|
258 |
msgid "center"
|
259 |
msgstr "center"
|
260 |
|
261 |
+
#: gallery-plugin.php:967
|
262 |
msgid "Horizontal"
|
263 |
msgstr "Horizontalno"
|
264 |
|
265 |
+
#: gallery-plugin.php:973
|
266 |
msgid "Vertical"
|
267 |
msgstr "Vertikalno"
|
268 |
|
269 |
+
#: gallery-plugin.php:978
|
270 |
#, fuzzy
|
271 |
msgid "Single gallery view"
|
272 |
msgstr "Ključ za galerijski vnos"
|
273 |
|
274 |
+
#: gallery-plugin.php:981
|
275 |
msgid "Grid"
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: gallery-plugin.php:982
|
279 |
msgid "Masonry"
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: gallery-plugin.php:988 gallery-plugin.php:1209
|
283 |
msgid ""
|
284 |
"If you upgrade to Pro version all your settings and galleries will be saved."
|
285 |
msgstr ""
|
286 |
"V primeru posodobitve na PRO verzijo se bodo vse nastavitve in galerije "
|
287 |
"ohranile."
|
288 |
|
289 |
+
#: gallery-plugin.php:995 gallery-plugin.php:1216
|
290 |
#, fuzzy
|
291 |
msgid "Unlock premium options by upgrading to Pro version"
|
292 |
msgstr "Odkleni premium opcije z nadgradnjo na PRO verzijo."
|
293 |
|
294 |
+
#: gallery-plugin.php:999 gallery-plugin.php:1220
|
295 |
msgid "Start Your Trial"
|
296 |
msgstr "Začni svoje preizkusno obdobje"
|
297 |
|
298 |
+
#: gallery-plugin.php:1000 gallery-plugin.php:1221 gallery-plugin.php:2601
|
299 |
msgid "or"
|
300 |
msgstr "ali"
|
301 |
|
302 |
+
#: gallery-plugin.php:1002 gallery-plugin.php:1223
|
303 |
msgid "Learn More"
|
304 |
msgstr "Preberi več"
|
305 |
|
306 |
+
#: gallery-plugin.php:1010 gallery-plugin.php:1148
|
307 |
msgid "Display image text"
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: gallery-plugin.php:1012
|
311 |
msgid "Turn off the checkbox, if you want to display text just in a lightbox"
|
312 |
msgstr "Odkljukaj kvadratek, če želiš da se tekst prikaže le v lightbox-u"
|
313 |
|
314 |
+
#: gallery-plugin.php:1016
|
315 |
msgid "Images with border"
|
316 |
msgstr "Slike z okvirjem"
|
317 |
|
318 |
+
#: gallery-plugin.php:1020
|
319 |
msgid "Border width in px, just numbers"
|
320 |
msgstr "Širina okvirja v pikslih (le številčno)"
|
321 |
|
322 |
+
#: gallery-plugin.php:1021
|
323 |
msgid "Select a border color"
|
324 |
msgstr "Izberi barvo okvirja"
|
325 |
|
326 |
+
#: gallery-plugin.php:1026
|
327 |
msgid "Sort images"
|
328 |
msgstr "Preuredi slike"
|
329 |
|
330 |
+
#: gallery-plugin.php:1029
|
331 |
#, fuzzy
|
332 |
msgid "by Attachment ID"
|
333 |
msgstr "ID priloge"
|
334 |
|
335 |
+
#: gallery-plugin.php:1030
|
336 |
#, fuzzy
|
337 |
msgid "by Image Name"
|
338 |
msgstr "Ime slike"
|
339 |
|
340 |
+
#: gallery-plugin.php:1031 gallery-plugin.php:1052
|
341 |
#, fuzzy
|
342 |
msgid "by Date"
|
343 |
msgstr "Datum"
|
344 |
|
345 |
+
#: gallery-plugin.php:1032
|
346 |
msgid "by Sorting order in the Gallery"
|
347 |
msgstr ""
|
348 |
|
349 |
+
#: gallery-plugin.php:1033 gallery-plugin.php:1057
|
350 |
msgid "Random"
|
351 |
msgstr "Naključno"
|
352 |
|
353 |
+
#: gallery-plugin.php:1038
|
354 |
#, fuzzy
|
355 |
msgid "The images sort order"
|
356 |
msgstr "Slike z okvirjem"
|
357 |
|
358 |
+
#: gallery-plugin.php:1041 gallery-plugin.php:1065
|
359 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
360 |
msgstr "ASC (naraščujoče - 1, 2, 3; a, b, c)"
|
361 |
|
362 |
+
#: gallery-plugin.php:1042 gallery-plugin.php:1066
|
363 |
msgid ""
|
364 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
365 |
msgstr "DESC (padajoče - 3, 2, 1; c, b, a)"
|
366 |
|
367 |
+
#: gallery-plugin.php:1047
|
368 |
#, fuzzy
|
369 |
msgid "Sort galleries"
|
370 |
msgstr "Galerije"
|
371 |
|
372 |
+
#: gallery-plugin.php:1050
|
373 |
#, fuzzy
|
374 |
msgid "by Gallery ID"
|
375 |
msgstr "Galerija"
|
376 |
|
377 |
+
#: gallery-plugin.php:1051
|
378 |
#, fuzzy
|
379 |
msgid "by Title"
|
380 |
msgstr "Naslov"
|
381 |
|
382 |
+
#: gallery-plugin.php:1053
|
383 |
msgid "by Last modified date"
|
384 |
msgstr ""
|
385 |
|
386 |
+
#: gallery-plugin.php:1054
|
387 |
msgid "by Comment count"
|
388 |
msgstr ""
|
389 |
|
390 |
+
#: gallery-plugin.php:1055
|
391 |
#, fuzzy
|
392 |
msgid "by Sorting order (the input field for sorting order)"
|
393 |
msgstr "Razporejanje glede na razporeditev v predstavnostni knjižici"
|
394 |
|
395 |
+
#: gallery-plugin.php:1056
|
396 |
#, fuzzy
|
397 |
msgid "by Author"
|
398 |
msgstr "Avtor"
|
399 |
|
400 |
+
#: gallery-plugin.php:1062
|
401 |
msgid "The galleries sort order"
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: gallery-plugin.php:1071
|
405 |
msgid "Start slideshow"
|
406 |
msgstr "Začni projekcijo"
|
407 |
|
408 |
+
#: gallery-plugin.php:1074
|
409 |
msgid "Slideshow interval"
|
410 |
msgstr "Interval projekcije slik"
|
411 |
|
412 |
+
#: gallery-plugin.php:1074
|
413 |
msgid "(ms)"
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: gallery-plugin.php:1078
|
417 |
msgid "Use single lightbox for multiple galleries on one page"
|
418 |
msgstr "Uporabi lightbox enkratno za vse galerije na strani"
|
419 |
|
420 |
+
#: gallery-plugin.php:1084
|
421 |
msgid "Display the Back link"
|
422 |
msgstr "Prikaži povratni link"
|
423 |
|
424 |
+
#: gallery-plugin.php:1090
|
425 |
msgid "Display the Back link in the shortcode"
|
426 |
msgstr "Prikaži povratni link v kratki kodi"
|
427 |
|
428 |
+
#: gallery-plugin.php:1096
|
429 |
msgid "The Back link text"
|
430 |
msgstr "Besedilo povezave na povratek na galerijo"
|
431 |
|
432 |
+
#: gallery-plugin.php:1102
|
433 |
msgid "The Back link URL"
|
434 |
msgstr "Povezava, na kateri se nahajajo galerije"
|
435 |
|
436 |
+
#: gallery-plugin.php:1105
|
437 |
msgid "Gallery page (Page with Gallery Template)"
|
438 |
msgstr "Galerija (Stran z uporabljeno predlogo \"Gallery Template\")"
|
439 |
|
440 |
+
#: gallery-plugin.php:1107
|
441 |
msgid "(Full URL to custom page)"
|
442 |
msgstr "(Polni URL za uporabo na strani)"
|
443 |
|
444 |
+
#: gallery-plugin.php:1112
|
445 |
msgid "The Read More link text"
|
446 |
msgstr "Tekst v \"Read More\" gumbu"
|
447 |
|
448 |
+
#: gallery-plugin.php:1118
|
449 |
msgid "Add gallery to the search"
|
450 |
msgstr "Dodaj galerijo k iskalniku"
|
451 |
|
452 |
+
#: gallery-plugin.php:1123 gallery-plugin.php:1126 gallery-plugin.php:1130
|
453 |
msgid "Using"
|
454 |
msgstr "Se uporablja"
|
455 |
|
456 |
+
#: gallery-plugin.php:1123 gallery-plugin.php:1126 gallery-plugin.php:1130
|
457 |
msgid "powered by"
|
458 |
msgstr "gnano z"
|
459 |
|
460 |
+
#: gallery-plugin.php:1126 gallery-plugin.php:1346
|
461 |
msgid "Activate"
|
462 |
msgstr "Aktivirani moduli"
|
463 |
|
464 |
+
#: gallery-plugin.php:1130
|
465 |
msgid "Download"
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: gallery-plugin.php:1135
|
469 |
msgid "Rewrite templates after update"
|
470 |
msgstr ""
|
471 |
|
472 |
+
#: gallery-plugin.php:1137
|
473 |
#, php-format
|
474 |
msgid ""
|
475 |
"Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
|
476 |
"theme folder and You don't want to rewrite them"
|
477 |
msgstr ""
|
478 |
|
479 |
+
#: gallery-plugin.php:1151
|
480 |
#, fuzzy
|
481 |
msgid "Under image"
|
482 |
msgstr "Posodobi slike"
|
483 |
|
484 |
+
#: gallery-plugin.php:1152
|
485 |
msgid "By mouse hover"
|
486 |
msgstr ""
|
487 |
|
488 |
+
#: gallery-plugin.php:1157
|
489 |
msgid "Use pagination for images"
|
490 |
msgstr "Uporabi oštevilčenje strani za slike"
|
491 |
|
492 |
+
#: gallery-plugin.php:1160
|
493 |
msgid "per page"
|
494 |
msgstr "na stran"
|
495 |
|
496 |
+
#: gallery-plugin.php:1164
|
497 |
msgid "Lightbox background"
|
498 |
msgstr "Lightbox ozadje"
|
499 |
|
500 |
+
#: gallery-plugin.php:1167
|
501 |
msgid "Background transparency (from 0 to 1)"
|
502 |
msgstr "Prosojnost ozadja"
|
503 |
|
504 |
+
#: gallery-plugin.php:1168
|
505 |
msgid "Select a background color"
|
506 |
msgstr "Izberi barvo ozadja"
|
507 |
|
508 |
+
#: gallery-plugin.php:1172
|
509 |
msgid "The lightbox helper"
|
510 |
msgstr "Lightbox pomočnik"
|
511 |
|
512 |
+
#: gallery-plugin.php:1174
|
513 |
msgid "Do not use"
|
514 |
msgstr "Ne uporabljaj"
|
515 |
|
516 |
+
#: gallery-plugin.php:1175
|
517 |
msgid "Button helper"
|
518 |
msgstr "Pomočnik za gumb"
|
519 |
|
520 |
+
#: gallery-plugin.php:1176
|
521 |
msgid "Thumbnail helper"
|
522 |
msgstr "Pomočnik za prikazno sliko"
|
523 |
|
524 |
+
#: gallery-plugin.php:1180
|
525 |
msgid "Display Like buttons in the lightbox"
|
526 |
msgstr "Prikaži gumb \"Like\" tudi v lightbox-u"
|
527 |
|
528 |
+
#: gallery-plugin.php:1182
|
529 |
msgid "FaceBook"
|
530 |
msgstr "FaceBook"
|
531 |
|
532 |
+
#: gallery-plugin.php:1183
|
533 |
msgid "Twitter"
|
534 |
msgstr "Twitter"
|
535 |
|
536 |
+
#: gallery-plugin.php:1184
|
537 |
msgid "Pinterest"
|
538 |
msgstr "Pinterest"
|
539 |
|
540 |
+
#: gallery-plugin.php:1185
|
541 |
msgid "Google +1"
|
542 |
msgstr "Google +1"
|
543 |
|
544 |
+
#: gallery-plugin.php:1189
|
545 |
msgid "Slug for gallery item"
|
546 |
msgstr "Ključ za galerijski vnos"
|
547 |
|
548 |
+
#: gallery-plugin.php:1191
|
549 |
msgid "for any structure of permalinks except the default structure"
|
550 |
msgstr "za katerokoli strukturo trajnih povezav, z izjemo privzete strukture"
|
551 |
|
552 |
+
#: gallery-plugin.php:1195
|
553 |
msgid "Title for lightbox button"
|
554 |
msgstr "Naziv za lightbox gumb"
|
555 |
|
556 |
+
#: gallery-plugin.php:1201
|
557 |
msgid ""
|
558 |
"Display all images in the lightbox instead of going into a single gallery"
|
559 |
msgstr ""
|
560 |
|
561 |
+
#: gallery-plugin.php:1204
|
562 |
#, php-format
|
563 |
msgid "When using the gallery template or a shortcode with `%s` parameter"
|
564 |
msgstr ""
|
565 |
|
566 |
+
#: gallery-plugin.php:1230
|
567 |
msgid "Save Changes"
|
568 |
msgstr "Shrani spremembe"
|
569 |
|
570 |
+
#: gallery-plugin.php:1235
|
571 |
msgid ""
|
572 |
"If you install the demo-data, will be created galleries with images, demo-"
|
573 |
"post with available shortcodes and page with a list of all the galleries."
|
574 |
msgstr ""
|
575 |
|
576 |
+
#: gallery-plugin.php:1269
|
577 |
msgid "FAQ"
|
578 |
msgstr "FAQ"
|
579 |
|
580 |
+
#: gallery-plugin.php:1270
|
581 |
msgid "Support"
|
582 |
msgstr "Podpora"
|
583 |
|
584 |
+
#: gallery-plugin.php:1309
|
585 |
msgid "Updating images..."
|
586 |
msgstr "Posodabljam slike..."
|
587 |
|
588 |
+
#: gallery-plugin.php:1310
|
589 |
#, fuzzy
|
590 |
msgid "No image found."
|
591 |
msgstr "Slike niso bile najdene"
|
592 |
|
593 |
+
#: gallery-plugin.php:1311
|
594 |
#, fuzzy
|
595 |
msgid "All images are updated."
|
596 |
msgstr "Vse slike so posodobljene"
|
597 |
|
598 |
+
#: gallery-plugin.php:1312
|
599 |
msgid "Error."
|
600 |
msgstr "Napaka."
|
601 |
|
602 |
+
#: gallery-plugin.php:1326
|
603 |
msgid ""
|
604 |
"You are about to delete these items from this gallery.\n"
|
605 |
" 'Cancel' to stop, 'OK' to delete."
|
606 |
msgstr ""
|
607 |
|
608 |
+
#: gallery-plugin.php:1327
|
609 |
msgid ""
|
610 |
"Switching to another mode, all unsaved data will be lost. Save data before "
|
611 |
"switching?"
|
612 |
msgstr ""
|
613 |
|
614 |
+
#: gallery-plugin.php:1328
|
615 |
msgid "Insert Media"
|
616 |
msgstr ""
|
617 |
|
618 |
+
#: gallery-plugin.php:1329
|
619 |
msgid "Insert"
|
620 |
msgstr ""
|
621 |
|
622 |
+
#: gallery-plugin.php:1341
|
623 |
#, fuzzy
|
624 |
msgid "Learn more"
|
625 |
msgstr "Preberi več"
|
626 |
|
627 |
+
#: gallery-plugin.php:1353
|
628 |
#, fuzzy
|
629 |
msgid "Install now"
|
630 |
msgstr "Instalacija %s"
|
631 |
|
632 |
+
#: gallery-plugin.php:1362
|
633 |
msgid "Add multiple gallery categories"
|
634 |
msgstr ""
|
635 |
|
636 |
+
#: gallery-plugin.php:1362
|
637 |
msgid ""
|
638 |
"Install Gallery Categories plugin to add unlimited number of categories."
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: gallery-plugin.php:1649 template/gallery-single-template.php:103
|
642 |
msgid "Sorry, nothing found."
|
643 |
msgstr "Žal ni zadetkov"
|
644 |
|
645 |
+
#: gallery-plugin.php:1662 template/gallery-single-template.php:124
|
646 |
msgid "Image"
|
647 |
msgstr "Slika"
|
648 |
|
649 |
+
#: gallery-plugin.php:1662 template/gallery-single-template.php:19
|
650 |
msgid "Download high resolution image"
|
651 |
msgstr "Prenesi sliko visoke resolucije"
|
652 |
|
653 |
+
#: gallery-plugin.php:1793
|
654 |
msgid "Image size not defined"
|
655 |
msgstr "Velikost slike ni podana"
|
656 |
|
657 |
+
#: gallery-plugin.php:1808
|
658 |
msgid ""
|
659 |
"We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
|
660 |
"manually reload image."
|
662 |
"Posodobiti je možno le PNG, JPEG, GIF, WPMP ali XBM tipe datotek. Za vse "
|
663 |
"ostale prosimo, da posodobiš slike ročno."
|
664 |
|
665 |
+
#: gallery-plugin.php:1819
|
666 |
msgid "Image size changes not defined"
|
667 |
msgstr "Spremembe velikosti slike niso podane"
|
668 |
|
669 |
+
#: gallery-plugin.php:1848 gallery-plugin.php:1851 gallery-plugin.php:1856
|
670 |
msgid "Invalid path"
|
671 |
msgstr "Napačna pot"
|
672 |
|
673 |
+
#: gallery-plugin.php:1959
|
674 |
msgid "Add images requires JavaScript."
|
675 |
msgstr ""
|
676 |
|
677 |
+
#: gallery-plugin.php:1962
|
678 |
msgid "Add Media"
|
679 |
msgstr ""
|
680 |
|
681 |
+
#: gallery-plugin.php:1972
|
682 |
msgid "The grid view for the Gallery images requires JavaScript."
|
683 |
msgstr ""
|
684 |
|
685 |
+
#: gallery-plugin.php:1972
|
686 |
msgid "Switch to the list view"
|
687 |
msgstr ""
|
688 |
|
689 |
+
#: gallery-plugin.php:1999
|
690 |
msgid "List View"
|
691 |
msgstr ""
|
692 |
|
693 |
+
#: gallery-plugin.php:2000
|
694 |
msgid "Grid View"
|
695 |
msgstr ""
|
696 |
|
697 |
+
#: gallery-plugin.php:2055
|
698 |
msgid "Filter"
|
699 |
msgstr ""
|
700 |
|
701 |
+
#: gallery-plugin.php:2059
|
702 |
msgid "Empty Trash"
|
703 |
msgstr ""
|
704 |
|
705 |
+
#: gallery-plugin.php:2080
|
706 |
#, fuzzy
|
707 |
msgid "No images found"
|
708 |
msgstr "Slike niso bile najdene"
|
709 |
|
710 |
+
#: gallery-plugin.php:2132
|
711 |
msgid "Select bulk action"
|
712 |
msgstr ""
|
713 |
|
714 |
+
#: gallery-plugin.php:2134
|
715 |
msgid "Bulk Actions"
|
716 |
msgstr ""
|
717 |
|
718 |
+
#: gallery-plugin.php:2144
|
719 |
msgid "Apply"
|
720 |
msgstr ""
|
721 |
|
722 |
+
#: gallery-plugin.php:2151 gallery-plugin.php:2330
|
723 |
#, fuzzy
|
724 |
msgid "Delete from Gallery"
|
725 |
msgstr "Nova Galerija"
|
726 |
|
727 |
+
#: gallery-plugin.php:2164 gallery-plugin.php:2178
|
728 |
#, fuzzy
|
729 |
msgid "Display link to the original file under each image in the lightbox"
|
730 |
msgstr "Prikaži sliko polne velikosti v lightbox-u"
|
731 |
|
732 |
+
#: gallery-plugin.php:2173
|
733 |
msgid "Bulk Select"
|
734 |
msgstr ""
|
735 |
|
736 |
+
#: gallery-plugin.php:2175
|
737 |
msgid "Cancel Selection"
|
738 |
msgstr ""
|
739 |
|
740 |
+
#: gallery-plugin.php:2176
|
741 |
msgid "Delete Selected"
|
742 |
msgstr ""
|
743 |
|
744 |
+
#: gallery-plugin.php:2189
|
745 |
msgid "File"
|
746 |
msgstr ""
|
747 |
|
748 |
+
#: gallery-plugin.php:2190 gallery-plugin.php:2279 gallery-plugin.php:2388
|
749 |
msgid "Dimensions"
|
750 |
msgstr ""
|
751 |
|
752 |
+
#: gallery-plugin.php:2192 gallery-plugin.php:2312 gallery-plugin.php:2398
|
753 |
msgid "Alt tag"
|
754 |
msgstr "Alt oznaka"
|
755 |
|
756 |
+
#: gallery-plugin.php:2192 gallery-plugin.php:2314
|
757 |
msgid ""
|
758 |
"The alt attribute specifies an alternate text for an image, if the image "
|
759 |
"cannot be displayed."
|
760 |
msgstr ""
|
761 |
|
762 |
+
#: gallery-plugin.php:2193 gallery-plugin.php:2320 gallery-plugin.php:2403
|
763 |
msgid "Custom URL"
|
764 |
msgstr ""
|
765 |
|
766 |
+
#: gallery-plugin.php:2193 gallery-plugin.php:2322
|
767 |
msgid ""
|
768 |
"By clicking on the thumbnail you'll go to the link (if the field is filled) "
|
769 |
"or the image will be opened in the lightbox (if the field isn't filled)"
|
770 |
msgstr ""
|
771 |
|
772 |
+
#: gallery-plugin.php:2271
|
773 |
msgid "Deselect"
|
774 |
msgstr ""
|
775 |
|
776 |
+
#: gallery-plugin.php:2277
|
777 |
msgid "File name"
|
778 |
msgstr ""
|
779 |
|
780 |
+
#: gallery-plugin.php:2278
|
781 |
msgid "File type"
|
782 |
msgstr ""
|
783 |
|
784 |
+
#: gallery-plugin.php:2282 gallery-plugin.php:2384
|
785 |
#, fuzzy
|
786 |
msgid "Edit Attachment Info"
|
787 |
msgstr "ID priloge"
|
788 |
|
789 |
+
#: gallery-plugin.php:2282
|
790 |
#, fuzzy
|
791 |
msgid "Edit Attachment"
|
792 |
msgstr "ID priloge"
|
793 |
|
794 |
+
#: gallery-plugin.php:2292
|
795 |
#, fuzzy
|
796 |
msgid "Go Pro"
|
797 |
msgstr "Pojdi na PRO"
|
798 |
|
799 |
+
#: gallery-plugin.php:2292
|
800 |
msgid "Pro version"
|
801 |
msgstr ""
|
802 |
|
803 |
+
#: gallery-plugin.php:2295
|
804 |
msgid "This setting is available in Pro version"
|
805 |
msgstr "Ta nastavitev je dostopna v Pro verziji"
|
806 |
|
807 |
+
#: gallery-plugin.php:2328
|
808 |
msgid "Edit more details"
|
809 |
msgstr ""
|
810 |
|
811 |
+
#: gallery-plugin.php:2363
|
812 |
#, php-format
|
813 |
msgid "Select %s"
|
814 |
msgstr ""
|
815 |
|
816 |
+
#: gallery-plugin.php:2376
|
817 |
#, php-format
|
818 |
msgid "Edit “%s”"
|
819 |
msgstr ""
|
820 |
|
821 |
+
#: gallery-plugin.php:2421 gallery-plugin.php:2434
|
822 |
msgid "Edit"
|
823 |
msgstr ""
|
824 |
|
825 |
+
#: gallery-plugin.php:2424 gallery-plugin.php:2439
|
826 |
msgid "Trash"
|
827 |
msgstr ""
|
828 |
|
829 |
+
#: gallery-plugin.php:2427 gallery-plugin.php:2442
|
830 |
msgid "Delete Permanently"
|
831 |
msgstr ""
|
832 |
|
833 |
+
#: gallery-plugin.php:2429 gallery-plugin.php:2447
|
834 |
#, php-format
|
835 |
msgid "View “%s”"
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: gallery-plugin.php:2429 gallery-plugin.php:2447
|
839 |
msgid "View"
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: gallery-plugin.php:2431
|
843 |
#, fuzzy
|
844 |
msgid "Attach"
|
845 |
msgstr "ID priloge"
|
846 |
|
847 |
+
#: gallery-plugin.php:2437
|
848 |
msgid "Restore"
|
849 |
msgstr ""
|
850 |
|
851 |
+
#: gallery-plugin.php:2568
|
852 |
msgid "Warning"
|
853 |
msgstr ""
|
854 |
|
855 |
+
#: gallery-plugin.php:2568
|
856 |
msgid "You can add only images to the gallery"
|
857 |
msgstr ""
|
858 |
|
859 |
+
#: gallery-plugin.php:2610
|
860 |
#, fuzzy
|
861 |
msgid "no title"
|
862 |
msgstr "Naslov"
|
863 |
|
864 |
+
#: gallery-plugin.php:2618
|
865 |
#, fuzzy
|
866 |
msgid "Sorry, no gallery found."
|
867 |
msgstr "Žal ni zadetkov"
|
868 |
|
869 |
+
#: gallery-plugin.php:2624
|
870 |
#, fuzzy
|
871 |
msgid ""
|
872 |
"Display an album image with the description and the link to a single gallery "
|
languages/gallery-plugin-sr_RS.mo
CHANGED
Binary file
|
languages/gallery-plugin-sr_RS.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
-
"PO-Revision-Date: 2016-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Radovan Georgijevic, Andrijana Nikolic <http://www."
|
9 |
"georgijevic.info, andrijanan@webhostinggeeks.com>\n"
|
@@ -18,8 +18,8 @@ msgstr ""
|
|
18 |
"X-Generator: Poedit 1.5.4\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
-
#: gallery-plugin.php:45 gallery-plugin.php:
|
22 |
-
#: gallery-plugin.php:
|
23 |
msgid "Settings"
|
24 |
msgstr "Podešavanja"
|
25 |
|
@@ -31,7 +31,7 @@ msgstr "Pogledaj sliku »"
|
|
31 |
msgid "Return to all albums"
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: gallery-plugin.php:
|
35 |
#, fuzzy, php-format
|
36 |
msgid ""
|
37 |
"The following files '%s' and '%s' were not found in the directory of your "
|
@@ -43,49 +43,49 @@ msgstr ""
|
|
43 |
"direktorijuma `/wp-content/plugins/gallery-plugin/template/` u direktorijum "
|
44 |
"vaše teme za ispravan rad modula Galerija"
|
45 |
|
46 |
-
#: gallery-plugin.php:
|
47 |
msgid "Galleries"
|
48 |
msgstr "Galerije"
|
49 |
|
50 |
-
#: gallery-plugin.php:
|
51 |
msgid "Gallery"
|
52 |
msgstr "Galerija"
|
53 |
|
54 |
-
#: gallery-plugin.php:
|
55 |
msgid "Add New Gallery"
|
56 |
msgstr "Dodaj novu Galeriju"
|
57 |
|
58 |
-
#: gallery-plugin.php:
|
59 |
msgid "Edit Gallery"
|
60 |
msgstr "Uredi Galeriju"
|
61 |
|
62 |
-
#: gallery-plugin.php:
|
63 |
msgid "New Gallery"
|
64 |
msgstr "Nova Galerija"
|
65 |
|
66 |
-
#: gallery-plugin.php:
|
67 |
msgid "View Gallery"
|
68 |
msgstr "Pregled Galerije"
|
69 |
|
70 |
-
#: gallery-plugin.php:
|
71 |
#, fuzzy
|
72 |
msgid "Search Galleries"
|
73 |
msgstr "Galerije"
|
74 |
|
75 |
-
#: gallery-plugin.php:
|
76 |
msgid "No Gallery found"
|
77 |
msgstr "Nije pronađena Galerija"
|
78 |
|
79 |
-
#: gallery-plugin.php:
|
80 |
msgid "Gallery Shortcode"
|
81 |
msgstr "Kratak kod za Galeriju"
|
82 |
|
83 |
-
#: gallery-plugin.php:
|
84 |
#, fuzzy
|
85 |
msgid "Gallery Categories"
|
86 |
msgstr "Veličina slika u galeriji"
|
87 |
|
88 |
-
#: gallery-plugin.php:
|
89 |
#, fuzzy, php-format
|
90 |
msgid ""
|
91 |
"If you would like to add a Gallery to your page or post, please use %s button"
|
@@ -93,7 +93,7 @@ msgstr ""
|
|
93 |
"Ako želite da dodate Jedinstvenu Galeriju na vašu stranicu ili post, samo "
|
94 |
"kopirajte i prelepite ovaj kratki kod na vaš post ili stranicu:"
|
95 |
|
96 |
-
#: gallery-plugin.php:
|
97 |
#, php-format
|
98 |
msgid ""
|
99 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
@@ -101,12 +101,12 @@ msgid ""
|
|
101 |
"please use the shortcode below"
|
102 |
msgstr ""
|
103 |
|
104 |
-
#: gallery-plugin.php:
|
105 |
msgid ""
|
106 |
"Add this shortcode to a page, post or widget to display a single gallery"
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: gallery-plugin.php:
|
110 |
#, fuzzy
|
111 |
msgid ""
|
112 |
"Use this shortcode to display an album image with the description and the "
|
@@ -115,75 +115,79 @@ msgstr ""
|
|
115 |
"Ako želite da prikažete kratak opis koji sadrži snimak ekrana i link ka "
|
116 |
"stranici sa Jedinstvenom galerijom."
|
117 |
|
118 |
-
#: gallery-plugin.php:
|
119 |
msgid "Short display"
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: gallery-plugin.php:
|
123 |
msgid "Most Used"
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: gallery-plugin.php:
|
127 |
msgid "Default"
|
128 |
msgstr "Podrazumevano"
|
129 |
|
130 |
-
#: gallery-plugin.php:
|
131 |
#, fuzzy
|
132 |
msgid "Add New Gallery Category"
|
133 |
msgstr "Dodaj novu Galeriju"
|
134 |
|
135 |
-
#: gallery-plugin.php:
|
136 |
#, fuzzy
|
137 |
msgid "Install plugin"
|
138 |
msgstr "Instalirani moduli"
|
139 |
|
140 |
-
#: gallery-plugin.php:
|
141 |
-
#: gallery-plugin.php:
|
142 |
msgid "Title"
|
143 |
msgstr "Naslov"
|
144 |
|
145 |
-
#: gallery-plugin.php:
|
146 |
msgid "Author"
|
147 |
msgstr "Autor"
|
148 |
|
149 |
-
#: gallery-plugin.php:
|
150 |
#, fuzzy
|
151 |
msgid "Shortcode"
|
152 |
msgstr "Kratak kod za Galeriju"
|
153 |
|
154 |
-
#: gallery-plugin.php:
|
155 |
#, fuzzy
|
156 |
msgid "Photos"
|
157 |
msgstr "Foto"
|
158 |
|
159 |
-
#: gallery-plugin.php:
|
160 |
msgid "Date"
|
161 |
msgstr "Datum"
|
162 |
|
163 |
-
#: gallery-plugin.php:
|
164 |
msgid "Settings are saved"
|
165 |
msgstr "Podešavanja su sačuvana"
|
166 |
|
167 |
-
#: gallery-plugin.php:
|
168 |
#, fuzzy
|
169 |
msgid "All plugin settings were restored."
|
170 |
msgstr "na stranici za podešavanje modula ("
|
171 |
|
172 |
-
#: gallery-plugin.php:
|
173 |
msgid "Gallery Settings"
|
174 |
msgstr "Podešavanja Galerije"
|
175 |
|
176 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
177 |
msgid "Go PRO"
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: gallery-plugin.php:
|
181 |
#, fuzzy
|
182 |
msgid "Please enable JavaScript to use the option to renew images."
|
183 |
msgstr ""
|
184 |
"Molimo vas omogućite da JavaScript koristi program za učitavanje fajlova."
|
185 |
|
186 |
-
#: gallery-plugin.php:
|
187 |
#, php-format
|
188 |
msgid ""
|
189 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
@@ -191,22 +195,22 @@ msgid ""
|
|
191 |
"please use the shortcode %s, where * stands for gallery ID"
|
192 |
msgstr ""
|
193 |
|
194 |
-
#: gallery-plugin.php:
|
195 |
msgid "Number of images in the row"
|
196 |
msgstr "Broj slika u redu"
|
197 |
|
198 |
-
#: gallery-plugin.php:
|
199 |
#, fuzzy
|
200 |
msgid ""
|
201 |
"The number of images per row can be less depending on the width of the "
|
202 |
"parent block"
|
203 |
msgstr "Broj slika u redu"
|
204 |
|
205 |
-
#: gallery-plugin.php:
|
206 |
msgid "Image size"
|
207 |
msgstr "Veličina slike"
|
208 |
|
209 |
-
#: gallery-plugin.php:
|
210 |
msgid ""
|
211 |
"WordPress will create a new thumbnail with the specified dimensions when you "
|
212 |
"upload a new photo."
|
@@ -214,663 +218,663 @@ msgstr ""
|
|
214 |
"WordPress će kreirati novi umanjeni prikaz sa navedenim dimenzijama kada "
|
215 |
"učitate novu sliku."
|
216 |
|
217 |
-
#: gallery-plugin.php:
|
218 |
#, fuzzy
|
219 |
msgid "For the album cover"
|
220 |
msgstr "Veličina slike za naslovnu stranicu albuma"
|
221 |
|
222 |
-
#: gallery-plugin.php:
|
223 |
msgid "width x height"
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: gallery-plugin.php:
|
227 |
msgid "in px"
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: gallery-plugin.php:
|
231 |
#, fuzzy
|
232 |
msgid "For thumbnails"
|
233 |
msgstr "Veličina slike za naslovnu stranicu albuma"
|
234 |
|
235 |
-
#: gallery-plugin.php:
|
236 |
msgid "Update images for gallery"
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: gallery-plugin.php:
|
240 |
msgid "Close"
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: gallery-plugin.php:
|
244 |
#, fuzzy
|
245 |
msgid "For images in the lightbox"
|
246 |
msgstr "Veličina slika u galeriji u lightbox skriptu"
|
247 |
|
248 |
-
#: gallery-plugin.php:
|
249 |
msgid "Display a full size image in the lightbox"
|
250 |
msgstr "Prikaži sliku u punoj veličini u lightbox-u"
|
251 |
|
252 |
-
#: gallery-plugin.php:
|
253 |
msgid "Crop position"
|
254 |
msgstr "Pozicija za kropovanje"
|
255 |
|
256 |
-
#: gallery-plugin.php:
|
257 |
msgid "center"
|
258 |
msgstr "centar"
|
259 |
|
260 |
-
#: gallery-plugin.php:
|
261 |
msgid "Horizontal"
|
262 |
msgstr "Horizontalno"
|
263 |
|
264 |
-
#: gallery-plugin.php:
|
265 |
msgid "Vertical"
|
266 |
msgstr "Vertikalno"
|
267 |
|
268 |
-
#: gallery-plugin.php:
|
269 |
#, fuzzy
|
270 |
msgid "Single gallery view"
|
271 |
msgstr "Taille de la vignette de la galerie"
|
272 |
|
273 |
-
#: gallery-plugin.php:
|
274 |
msgid "Grid"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: gallery-plugin.php:
|
278 |
msgid "Masonry"
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: gallery-plugin.php:
|
282 |
msgid ""
|
283 |
"If you upgrade to Pro version all your settings and galleries will be saved."
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: gallery-plugin.php:
|
287 |
msgid "Unlock premium options by upgrading to Pro version"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: gallery-plugin.php:
|
291 |
msgid "Start Your Trial"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: gallery-plugin.php:
|
295 |
msgid "or"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: gallery-plugin.php:
|
299 |
#, fuzzy
|
300 |
msgid "Learn More"
|
301 |
msgstr "Pročitaj više"
|
302 |
|
303 |
-
#: gallery-plugin.php:
|
304 |
msgid "Display image text"
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: gallery-plugin.php:
|
308 |
#, fuzzy
|
309 |
msgid "Turn off the checkbox, if you want to display text just in a lightbox"
|
310 |
msgstr "Ako želite da prikažete tekst samo u lightbox-u"
|
311 |
|
312 |
-
#: gallery-plugin.php:
|
313 |
msgid "Images with border"
|
314 |
msgstr "Slike sa okvirima"
|
315 |
|
316 |
-
#: gallery-plugin.php:
|
317 |
msgid "Border width in px, just numbers"
|
318 |
msgstr "Širina okvira u pikselima, samo brojevi"
|
319 |
|
320 |
-
#: gallery-plugin.php:
|
321 |
msgid "Select a border color"
|
322 |
msgstr "Izaberite boju okvira"
|
323 |
|
324 |
-
#: gallery-plugin.php:
|
325 |
msgid "Sort images"
|
326 |
msgstr "Sortiraj slike"
|
327 |
|
328 |
-
#: gallery-plugin.php:
|
329 |
#, fuzzy
|
330 |
msgid "by Attachment ID"
|
331 |
msgstr "ID priloga"
|
332 |
|
333 |
-
#: gallery-plugin.php:
|
334 |
#, fuzzy
|
335 |
msgid "by Image Name"
|
336 |
msgstr "Ime slike"
|
337 |
|
338 |
-
#: gallery-plugin.php:
|
339 |
#, fuzzy
|
340 |
msgid "by Date"
|
341 |
msgstr "Datum"
|
342 |
|
343 |
-
#: gallery-plugin.php:
|
344 |
msgid "by Sorting order in the Gallery"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: gallery-plugin.php:
|
348 |
msgid "Random"
|
349 |
msgstr "Nasumično"
|
350 |
|
351 |
-
#: gallery-plugin.php:
|
352 |
#, fuzzy
|
353 |
msgid "The images sort order"
|
354 |
msgstr "Slike sa okvirima"
|
355 |
|
356 |
-
#: gallery-plugin.php:
|
357 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
358 |
msgstr ""
|
359 |
"ASC (rastući redosled od najnižih do najviših vrednosti - 1, 2, 3; a, b, c)"
|
360 |
|
361 |
-
#: gallery-plugin.php:
|
362 |
msgid ""
|
363 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
364 |
msgstr ""
|
365 |
"DESC (opadajući redosled od najviših do najnižih vrednosti - 3, 2, 1; c, b, "
|
366 |
"a)"
|
367 |
|
368 |
-
#: gallery-plugin.php:
|
369 |
#, fuzzy
|
370 |
msgid "Sort galleries"
|
371 |
msgstr "Galerije"
|
372 |
|
373 |
-
#: gallery-plugin.php:
|
374 |
#, fuzzy
|
375 |
msgid "by Gallery ID"
|
376 |
msgstr "Galerija"
|
377 |
|
378 |
-
#: gallery-plugin.php:
|
379 |
#, fuzzy
|
380 |
msgid "by Title"
|
381 |
msgstr "Naslov"
|
382 |
|
383 |
-
#: gallery-plugin.php:
|
384 |
msgid "by Last modified date"
|
385 |
msgstr ""
|
386 |
|
387 |
-
#: gallery-plugin.php:
|
388 |
msgid "by Comment count"
|
389 |
msgstr ""
|
390 |
|
391 |
-
#: gallery-plugin.php:
|
392 |
#, fuzzy
|
393 |
msgid "by Sorting order (the input field for sorting order)"
|
394 |
msgstr ""
|
395 |
"Raspoređivanje (polje za unos za sortiranje u dijalogu Insert / Upload Media "
|
396 |
"Gallery)"
|
397 |
|
398 |
-
#: gallery-plugin.php:
|
399 |
#, fuzzy
|
400 |
msgid "by Author"
|
401 |
msgstr "Autor"
|
402 |
|
403 |
-
#: gallery-plugin.php:
|
404 |
msgid "The galleries sort order"
|
405 |
msgstr ""
|
406 |
|
407 |
-
#: gallery-plugin.php:
|
408 |
msgid "Start slideshow"
|
409 |
msgstr "Započni projekciju slajdova"
|
410 |
|
411 |
-
#: gallery-plugin.php:
|
412 |
msgid "Slideshow interval"
|
413 |
msgstr "Interval projekcije slajdova"
|
414 |
|
415 |
-
#: gallery-plugin.php:
|
416 |
msgid "(ms)"
|
417 |
msgstr ""
|
418 |
|
419 |
-
#: gallery-plugin.php:
|
420 |
msgid "Use single lightbox for multiple galleries on one page"
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: gallery-plugin.php:
|
424 |
msgid "Display the Back link"
|
425 |
msgstr "Prikaži povratni link"
|
426 |
|
427 |
-
#: gallery-plugin.php:
|
428 |
msgid "Display the Back link in the shortcode"
|
429 |
msgstr "Prikaži povratni link u kratkom kodu"
|
430 |
|
431 |
-
#: gallery-plugin.php:
|
432 |
msgid "The Back link text"
|
433 |
msgstr "Tekst u povratnom linku"
|
434 |
|
435 |
-
#: gallery-plugin.php:
|
436 |
msgid "The Back link URL"
|
437 |
msgstr "URL povratnog linka"
|
438 |
|
439 |
-
#: gallery-plugin.php:
|
440 |
msgid "Gallery page (Page with Gallery Template)"
|
441 |
msgstr "Stranica galerije (Stranica sa šablonom galerije)"
|
442 |
|
443 |
-
#: gallery-plugin.php:
|
444 |
msgid "(Full URL to custom page)"
|
445 |
msgstr "(Puni URL ka korisničkoj stranici)"
|
446 |
|
447 |
-
#: gallery-plugin.php:
|
448 |
msgid "The Read More link text"
|
449 |
msgstr "Tekst u linku Pročitaj više"
|
450 |
|
451 |
-
#: gallery-plugin.php:
|
452 |
msgid "Add gallery to the search"
|
453 |
msgstr ""
|
454 |
|
455 |
-
#: gallery-plugin.php:
|
456 |
msgid "Using"
|
457 |
msgstr ""
|
458 |
|
459 |
-
#: gallery-plugin.php:
|
460 |
msgid "powered by"
|
461 |
msgstr ""
|
462 |
|
463 |
-
#: gallery-plugin.php:
|
464 |
#, fuzzy
|
465 |
msgid "Activate"
|
466 |
msgstr "Aktivirani moduli"
|
467 |
|
468 |
-
#: gallery-plugin.php:
|
469 |
msgid "Download"
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: gallery-plugin.php:
|
473 |
msgid "Rewrite templates after update"
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: gallery-plugin.php:
|
477 |
#, php-format
|
478 |
msgid ""
|
479 |
"Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
|
480 |
"theme folder and You don't want to rewrite them"
|
481 |
msgstr ""
|
482 |
|
483 |
-
#: gallery-plugin.php:
|
484 |
#, fuzzy
|
485 |
msgid "Under image"
|
486 |
msgstr "poređaj slike"
|
487 |
|
488 |
-
#: gallery-plugin.php:
|
489 |
msgid "By mouse hover"
|
490 |
msgstr ""
|
491 |
|
492 |
-
#: gallery-plugin.php:
|
493 |
msgid "Use pagination for images"
|
494 |
msgstr ""
|
495 |
|
496 |
-
#: gallery-plugin.php:
|
497 |
msgid "per page"
|
498 |
msgstr ""
|
499 |
|
500 |
-
#: gallery-plugin.php:
|
501 |
msgid "Lightbox background"
|
502 |
msgstr "Lightbox pozadina"
|
503 |
|
504 |
-
#: gallery-plugin.php:
|
505 |
msgid "Background transparency (from 0 to 1)"
|
506 |
msgstr "Pozadinska transparentnost (od 0 do 1)"
|
507 |
|
508 |
-
#: gallery-plugin.php:
|
509 |
msgid "Select a background color"
|
510 |
msgstr "Izaberi pozadinsku boju"
|
511 |
|
512 |
-
#: gallery-plugin.php:
|
513 |
msgid "The lightbox helper"
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: gallery-plugin.php:
|
517 |
msgid "Do not use"
|
518 |
msgstr ""
|
519 |
|
520 |
-
#: gallery-plugin.php:
|
521 |
msgid "Button helper"
|
522 |
msgstr ""
|
523 |
|
524 |
-
#: gallery-plugin.php:
|
525 |
msgid "Thumbnail helper"
|
526 |
msgstr ""
|
527 |
|
528 |
-
#: gallery-plugin.php:
|
529 |
#, fuzzy
|
530 |
msgid "Display Like buttons in the lightbox"
|
531 |
msgstr "Afficher une image en taille normale dans le boite"
|
532 |
|
533 |
-
#: gallery-plugin.php:
|
534 |
msgid "FaceBook"
|
535 |
msgstr "FaceBook"
|
536 |
|
537 |
-
#: gallery-plugin.php:
|
538 |
#, fuzzy
|
539 |
msgid "Twitter"
|
540 |
msgstr "Titre"
|
541 |
|
542 |
-
#: gallery-plugin.php:
|
543 |
msgid "Pinterest"
|
544 |
msgstr "Pinterest"
|
545 |
|
546 |
-
#: gallery-plugin.php:
|
547 |
msgid "Google +1"
|
548 |
msgstr "Google +1"
|
549 |
|
550 |
-
#: gallery-plugin.php:
|
551 |
#, fuzzy
|
552 |
msgid "Slug for gallery item"
|
553 |
msgstr "Taille de la vignette de la galerie"
|
554 |
|
555 |
-
#: gallery-plugin.php:
|
556 |
msgid "for any structure of permalinks except the default structure"
|
557 |
msgstr ""
|
558 |
|
559 |
-
#: gallery-plugin.php:
|
560 |
msgid "Title for lightbox button"
|
561 |
msgstr ""
|
562 |
|
563 |
-
#: gallery-plugin.php:
|
564 |
msgid ""
|
565 |
"Display all images in the lightbox instead of going into a single gallery"
|
566 |
msgstr ""
|
567 |
|
568 |
-
#: gallery-plugin.php:
|
569 |
#, php-format
|
570 |
msgid "When using the gallery template or a shortcode with `%s` parameter"
|
571 |
msgstr ""
|
572 |
|
573 |
-
#: gallery-plugin.php:
|
574 |
msgid "Save Changes"
|
575 |
msgstr "Sačuvaj izmene"
|
576 |
|
577 |
-
#: gallery-plugin.php:
|
578 |
msgid ""
|
579 |
"If you install the demo-data, will be created galleries with images, demo-"
|
580 |
"post with available shortcodes and page with a list of all the galleries."
|
581 |
msgstr ""
|
582 |
|
583 |
-
#: gallery-plugin.php:
|
584 |
msgid "FAQ"
|
585 |
msgstr "FAQ"
|
586 |
|
587 |
-
#: gallery-plugin.php:
|
588 |
msgid "Support"
|
589 |
msgstr "Podrška"
|
590 |
|
591 |
-
#: gallery-plugin.php:
|
592 |
msgid "Updating images..."
|
593 |
msgstr ""
|
594 |
|
595 |
-
#: gallery-plugin.php:
|
596 |
#, fuzzy
|
597 |
msgid "No image found."
|
598 |
msgstr "Nije pronađena Galerija"
|
599 |
|
600 |
-
#: gallery-plugin.php:
|
601 |
msgid "All images are updated."
|
602 |
msgstr ""
|
603 |
|
604 |
-
#: gallery-plugin.php:
|
605 |
msgid "Error."
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: gallery-plugin.php:
|
609 |
msgid ""
|
610 |
"You are about to delete these items from this gallery.\n"
|
611 |
" 'Cancel' to stop, 'OK' to delete."
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: gallery-plugin.php:
|
615 |
msgid ""
|
616 |
"Switching to another mode, all unsaved data will be lost. Save data before "
|
617 |
"switching?"
|
618 |
msgstr ""
|
619 |
|
620 |
-
#: gallery-plugin.php:
|
621 |
msgid "Insert Media"
|
622 |
msgstr ""
|
623 |
|
624 |
-
#: gallery-plugin.php:
|
625 |
msgid "Insert"
|
626 |
msgstr ""
|
627 |
|
628 |
-
#: gallery-plugin.php:
|
629 |
#, fuzzy
|
630 |
msgid "Learn more"
|
631 |
msgstr "Pročitaj više"
|
632 |
|
633 |
-
#: gallery-plugin.php:
|
634 |
#, fuzzy
|
635 |
msgid "Install now"
|
636 |
msgstr "Instalacija %s"
|
637 |
|
638 |
-
#: gallery-plugin.php:
|
639 |
msgid "Add multiple gallery categories"
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: gallery-plugin.php:
|
643 |
msgid ""
|
644 |
"Install Gallery Categories plugin to add unlimited number of categories."
|
645 |
msgstr ""
|
646 |
|
647 |
-
#: gallery-plugin.php:
|
648 |
msgid "Sorry, nothing found."
|
649 |
msgstr "Nažalost nije pronađeno"
|
650 |
|
651 |
-
#: gallery-plugin.php:
|
652 |
msgid "Image"
|
653 |
msgstr "Slika"
|
654 |
|
655 |
-
#: gallery-plugin.php:
|
656 |
msgid "Download high resolution image"
|
657 |
msgstr "Preuzmi sliku u visokoj rezoluciji"
|
658 |
|
659 |
-
#: gallery-plugin.php:
|
660 |
#, fuzzy
|
661 |
msgid "Image size not defined"
|
662 |
msgstr "Veličina slike"
|
663 |
|
664 |
-
#: gallery-plugin.php:
|
665 |
msgid ""
|
666 |
"We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
|
667 |
"manually reload image."
|
668 |
msgstr ""
|
669 |
|
670 |
-
#: gallery-plugin.php:
|
671 |
msgid "Image size changes not defined"
|
672 |
msgstr ""
|
673 |
|
674 |
-
#: gallery-plugin.php:
|
675 |
msgid "Invalid path"
|
676 |
msgstr ""
|
677 |
|
678 |
-
#: gallery-plugin.php:
|
679 |
msgid "Add images requires JavaScript."
|
680 |
msgstr ""
|
681 |
|
682 |
-
#: gallery-plugin.php:
|
683 |
msgid "Add Media"
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: gallery-plugin.php:
|
687 |
msgid "The grid view for the Gallery images requires JavaScript."
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: gallery-plugin.php:
|
691 |
msgid "Switch to the list view"
|
692 |
msgstr ""
|
693 |
|
694 |
-
#: gallery-plugin.php:
|
695 |
msgid "List View"
|
696 |
msgstr ""
|
697 |
|
698 |
-
#: gallery-plugin.php:
|
699 |
msgid "Grid View"
|
700 |
msgstr ""
|
701 |
|
702 |
-
#: gallery-plugin.php:
|
703 |
msgid "Filter"
|
704 |
msgstr ""
|
705 |
|
706 |
-
#: gallery-plugin.php:
|
707 |
msgid "Empty Trash"
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: gallery-plugin.php:
|
711 |
#, fuzzy
|
712 |
msgid "No images found"
|
713 |
msgstr "Nije pronađena Galerija"
|
714 |
|
715 |
-
#: gallery-plugin.php:
|
716 |
msgid "Select bulk action"
|
717 |
msgstr ""
|
718 |
|
719 |
-
#: gallery-plugin.php:
|
720 |
msgid "Bulk Actions"
|
721 |
msgstr ""
|
722 |
|
723 |
-
#: gallery-plugin.php:
|
724 |
msgid "Apply"
|
725 |
msgstr ""
|
726 |
|
727 |
-
#: gallery-plugin.php:
|
728 |
#, fuzzy
|
729 |
msgid "Delete from Gallery"
|
730 |
msgstr "Nova Galerija"
|
731 |
|
732 |
-
#: gallery-plugin.php:
|
733 |
#, fuzzy
|
734 |
msgid "Display link to the original file under each image in the lightbox"
|
735 |
msgstr "Prikaži sliku u punoj veličini u lightbox-u"
|
736 |
|
737 |
-
#: gallery-plugin.php:
|
738 |
msgid "Bulk Select"
|
739 |
msgstr ""
|
740 |
|
741 |
-
#: gallery-plugin.php:
|
742 |
msgid "Cancel Selection"
|
743 |
msgstr ""
|
744 |
|
745 |
-
#: gallery-plugin.php:
|
746 |
msgid "Delete Selected"
|
747 |
msgstr ""
|
748 |
|
749 |
-
#: gallery-plugin.php:
|
750 |
msgid "File"
|
751 |
msgstr ""
|
752 |
|
753 |
-
#: gallery-plugin.php:
|
754 |
msgid "Dimensions"
|
755 |
msgstr ""
|
756 |
|
757 |
-
#: gallery-plugin.php:
|
758 |
msgid "Alt tag"
|
759 |
msgstr ""
|
760 |
|
761 |
-
#: gallery-plugin.php:
|
762 |
msgid ""
|
763 |
"The alt attribute specifies an alternate text for an image, if the image "
|
764 |
"cannot be displayed."
|
765 |
msgstr ""
|
766 |
|
767 |
-
#: gallery-plugin.php:
|
768 |
msgid "Custom URL"
|
769 |
msgstr ""
|
770 |
|
771 |
-
#: gallery-plugin.php:
|
772 |
msgid ""
|
773 |
"By clicking on the thumbnail you'll go to the link (if the field is filled) "
|
774 |
"or the image will be opened in the lightbox (if the field isn't filled)"
|
775 |
msgstr ""
|
776 |
|
777 |
-
#: gallery-plugin.php:
|
778 |
msgid "Deselect"
|
779 |
msgstr ""
|
780 |
|
781 |
-
#: gallery-plugin.php:
|
782 |
msgid "File name"
|
783 |
msgstr ""
|
784 |
|
785 |
-
#: gallery-plugin.php:
|
786 |
msgid "File type"
|
787 |
msgstr ""
|
788 |
|
789 |
-
#: gallery-plugin.php:
|
790 |
#, fuzzy
|
791 |
msgid "Edit Attachment Info"
|
792 |
msgstr "ID priloga"
|
793 |
|
794 |
-
#: gallery-plugin.php:
|
795 |
#, fuzzy
|
796 |
msgid "Edit Attachment"
|
797 |
msgstr "ID priloga"
|
798 |
|
799 |
-
#: gallery-plugin.php:
|
800 |
msgid "Go Pro"
|
801 |
msgstr ""
|
802 |
|
803 |
-
#: gallery-plugin.php:
|
804 |
msgid "Pro version"
|
805 |
msgstr ""
|
806 |
|
807 |
-
#: gallery-plugin.php:
|
808 |
msgid "This setting is available in Pro version"
|
809 |
msgstr "Ovo podešavanje je dostupno u Pro verziji"
|
810 |
|
811 |
-
#: gallery-plugin.php:
|
812 |
msgid "Edit more details"
|
813 |
msgstr ""
|
814 |
|
815 |
-
#: gallery-plugin.php:
|
816 |
#, php-format
|
817 |
msgid "Select %s"
|
818 |
msgstr ""
|
819 |
|
820 |
-
#: gallery-plugin.php:
|
821 |
#, php-format
|
822 |
msgid "Edit “%s”"
|
823 |
msgstr ""
|
824 |
|
825 |
-
#: gallery-plugin.php:
|
826 |
msgid "Edit"
|
827 |
msgstr ""
|
828 |
|
829 |
-
#: gallery-plugin.php:
|
830 |
msgid "Trash"
|
831 |
msgstr ""
|
832 |
|
833 |
-
#: gallery-plugin.php:
|
834 |
msgid "Delete Permanently"
|
835 |
msgstr ""
|
836 |
|
837 |
-
#: gallery-plugin.php:
|
838 |
#, php-format
|
839 |
msgid "View “%s”"
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: gallery-plugin.php:
|
843 |
msgid "View"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: gallery-plugin.php:
|
847 |
#, fuzzy
|
848 |
msgid "Attach"
|
849 |
msgstr "ID priloga"
|
850 |
|
851 |
-
#: gallery-plugin.php:
|
852 |
msgid "Restore"
|
853 |
msgstr ""
|
854 |
|
855 |
-
#: gallery-plugin.php:
|
856 |
msgid "Warning"
|
857 |
msgstr ""
|
858 |
|
859 |
-
#: gallery-plugin.php:
|
860 |
msgid "You can add only images to the gallery"
|
861 |
msgstr ""
|
862 |
|
863 |
-
#: gallery-plugin.php:
|
864 |
#, fuzzy
|
865 |
msgid "no title"
|
866 |
msgstr "Naslov"
|
867 |
|
868 |
-
#: gallery-plugin.php:
|
869 |
#, fuzzy
|
870 |
msgid "Sorry, no gallery found."
|
871 |
msgstr "Nažalost nije pronađeno"
|
872 |
|
873 |
-
#: gallery-plugin.php:
|
874 |
#, fuzzy
|
875 |
msgid ""
|
876 |
"Display an album image with the description and the link to a single gallery "
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-04-04 15:36+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-04-04 15:36+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Radovan Georgijevic, Andrijana Nikolic <http://www."
|
9 |
"georgijevic.info, andrijanan@webhostinggeeks.com>\n"
|
18 |
"X-Generator: Poedit 1.5.4\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
+
#: gallery-plugin.php:45 gallery-plugin.php:883 gallery-plugin.php:1268
|
22 |
+
#: gallery-plugin.php:1285
|
23 |
msgid "Settings"
|
24 |
msgstr "Podešavanja"
|
25 |
|
31 |
msgid "Return to all albums"
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: gallery-plugin.php:383
|
35 |
#, fuzzy, php-format
|
36 |
msgid ""
|
37 |
"The following files '%s' and '%s' were not found in the directory of your "
|
43 |
"direktorijuma `/wp-content/plugins/gallery-plugin/template/` u direktorijum "
|
44 |
"vaše teme za ispravan rad modula Galerija"
|
45 |
|
46 |
+
#: gallery-plugin.php:394 gallery-plugin.php:403
|
47 |
msgid "Galleries"
|
48 |
msgstr "Galerije"
|
49 |
|
50 |
+
#: gallery-plugin.php:395 gallery-plugin.php:2616
|
51 |
msgid "Gallery"
|
52 |
msgstr "Galerija"
|
53 |
|
54 |
+
#: gallery-plugin.php:396
|
55 |
msgid "Add New Gallery"
|
56 |
msgstr "Dodaj novu Galeriju"
|
57 |
|
58 |
+
#: gallery-plugin.php:397
|
59 |
msgid "Edit Gallery"
|
60 |
msgstr "Uredi Galeriju"
|
61 |
|
62 |
+
#: gallery-plugin.php:398
|
63 |
msgid "New Gallery"
|
64 |
msgstr "Nova Galerija"
|
65 |
|
66 |
+
#: gallery-plugin.php:399
|
67 |
msgid "View Gallery"
|
68 |
msgstr "Pregled Galerije"
|
69 |
|
70 |
+
#: gallery-plugin.php:400
|
71 |
#, fuzzy
|
72 |
msgid "Search Galleries"
|
73 |
msgstr "Galerije"
|
74 |
|
75 |
+
#: gallery-plugin.php:401
|
76 |
msgid "No Gallery found"
|
77 |
msgstr "Nije pronađena Galerija"
|
78 |
|
79 |
+
#: gallery-plugin.php:458
|
80 |
msgid "Gallery Shortcode"
|
81 |
msgstr "Kratak kod za Galeriju"
|
82 |
|
83 |
+
#: gallery-plugin.php:460 gallery-plugin.php:501 gallery-plugin.php:2599
|
84 |
#, fuzzy
|
85 |
msgid "Gallery Categories"
|
86 |
msgstr "Veličina slika u galeriji"
|
87 |
|
88 |
+
#: gallery-plugin.php:470 gallery-plugin.php:902
|
89 |
#, fuzzy, php-format
|
90 |
msgid ""
|
91 |
"If you would like to add a Gallery to your page or post, please use %s button"
|
93 |
"Ako želite da dodate Jedinstvenu Galeriju na vašu stranicu ili post, samo "
|
94 |
"kopirajte i prelepite ovaj kratki kod na vaš post ili stranicu:"
|
95 |
|
96 |
+
#: gallery-plugin.php:475
|
97 |
#, php-format
|
98 |
msgid ""
|
99 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
101 |
"please use the shortcode below"
|
102 |
msgstr ""
|
103 |
|
104 |
+
#: gallery-plugin.php:481
|
105 |
msgid ""
|
106 |
"Add this shortcode to a page, post or widget to display a single gallery"
|
107 |
msgstr ""
|
108 |
|
109 |
+
#: gallery-plugin.php:484
|
110 |
#, fuzzy
|
111 |
msgid ""
|
112 |
"Use this shortcode to display an album image with the description and the "
|
115 |
"Ako želite da prikažete kratak opis koji sadrži snimak ekrana i link ka "
|
116 |
"stranici sa Jedinstvenom galerijom."
|
117 |
|
118 |
+
#: gallery-plugin.php:486
|
119 |
msgid "Short display"
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: gallery-plugin.php:502
|
123 |
msgid "Most Used"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: gallery-plugin.php:507 gallery-plugin.php:1166
|
127 |
msgid "Default"
|
128 |
msgstr "Podrazumevano"
|
129 |
|
130 |
+
#: gallery-plugin.php:512
|
131 |
#, fuzzy
|
132 |
msgid "Add New Gallery Category"
|
133 |
msgstr "Dodaj novu Galeriju"
|
134 |
|
135 |
+
#: gallery-plugin.php:517
|
136 |
#, fuzzy
|
137 |
msgid "Install plugin"
|
138 |
msgstr "Instalirani moduli"
|
139 |
|
140 |
+
#: gallery-plugin.php:675 gallery-plugin.php:2191 gallery-plugin.php:2306
|
141 |
+
#: gallery-plugin.php:2393
|
142 |
msgid "Title"
|
143 |
msgstr "Naslov"
|
144 |
|
145 |
+
#: gallery-plugin.php:676
|
146 |
msgid "Author"
|
147 |
msgstr "Autor"
|
148 |
|
149 |
+
#: gallery-plugin.php:677
|
150 |
#, fuzzy
|
151 |
msgid "Shortcode"
|
152 |
msgstr "Kratak kod za Galeriju"
|
153 |
|
154 |
+
#: gallery-plugin.php:678
|
155 |
#, fuzzy
|
156 |
msgid "Photos"
|
157 |
msgstr "Foto"
|
158 |
|
159 |
+
#: gallery-plugin.php:679
|
160 |
msgid "Date"
|
161 |
msgstr "Datum"
|
162 |
|
163 |
+
#: gallery-plugin.php:852
|
164 |
msgid "Settings are saved"
|
165 |
msgstr "Podešavanja su sačuvana"
|
166 |
|
167 |
+
#: gallery-plugin.php:869
|
168 |
#, fuzzy
|
169 |
msgid "All plugin settings were restored."
|
170 |
msgstr "na stranici za podešavanje modula ("
|
171 |
|
172 |
+
#: gallery-plugin.php:881
|
173 |
msgid "Gallery Settings"
|
174 |
msgstr "Podešavanja Galerije"
|
175 |
|
176 |
+
#: gallery-plugin.php:884
|
177 |
+
msgid "Custom code"
|
178 |
+
msgstr ""
|
179 |
+
|
180 |
+
#: gallery-plugin.php:885
|
181 |
msgid "Go PRO"
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: gallery-plugin.php:895
|
185 |
#, fuzzy
|
186 |
msgid "Please enable JavaScript to use the option to renew images."
|
187 |
msgstr ""
|
188 |
"Molimo vas omogućite da JavaScript koristi program za učitavanje fajlova."
|
189 |
|
190 |
+
#: gallery-plugin.php:907
|
191 |
#, php-format
|
192 |
msgid ""
|
193 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
195 |
"please use the shortcode %s, where * stands for gallery ID"
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: gallery-plugin.php:917
|
199 |
msgid "Number of images in the row"
|
200 |
msgstr "Broj slika u redu"
|
201 |
|
202 |
+
#: gallery-plugin.php:919
|
203 |
#, fuzzy
|
204 |
msgid ""
|
205 |
"The number of images per row can be less depending on the width of the "
|
206 |
"parent block"
|
207 |
msgstr "Broj slika u redu"
|
208 |
|
209 |
+
#: gallery-plugin.php:923 gallery-plugin.php:949
|
210 |
msgid "Image size"
|
211 |
msgstr "Veličina slike"
|
212 |
|
213 |
+
#: gallery-plugin.php:926
|
214 |
msgid ""
|
215 |
"WordPress will create a new thumbnail with the specified dimensions when you "
|
216 |
"upload a new photo."
|
218 |
"WordPress će kreirati novi umanjeni prikaz sa navedenim dimenzijama kada "
|
219 |
"učitate novu sliku."
|
220 |
|
221 |
+
#: gallery-plugin.php:928
|
222 |
#, fuzzy
|
223 |
msgid "For the album cover"
|
224 |
msgstr "Veličina slike za naslovnu stranicu albuma"
|
225 |
|
226 |
+
#: gallery-plugin.php:929 gallery-plugin.php:933 gallery-plugin.php:954
|
227 |
msgid "width x height"
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: gallery-plugin.php:929 gallery-plugin.php:933 gallery-plugin.php:954
|
231 |
msgid "in px"
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: gallery-plugin.php:932
|
235 |
#, fuzzy
|
236 |
msgid "For thumbnails"
|
237 |
msgstr "Veličina slike za naslovnu stranicu albuma"
|
238 |
|
239 |
+
#: gallery-plugin.php:936
|
240 |
msgid "Update images for gallery"
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: gallery-plugin.php:945 gallery-plugin.php:1144 gallery-plugin.php:1371
|
244 |
msgid "Close"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: gallery-plugin.php:952
|
248 |
#, fuzzy
|
249 |
msgid "For images in the lightbox"
|
250 |
msgstr "Veličina slika u galeriji u lightbox skriptu"
|
251 |
|
252 |
+
#: gallery-plugin.php:956
|
253 |
msgid "Display a full size image in the lightbox"
|
254 |
msgstr "Prikaži sliku u punoj veličini u lightbox-u"
|
255 |
|
256 |
+
#: gallery-plugin.php:961
|
257 |
msgid "Crop position"
|
258 |
msgstr "Pozicija za kropovanje"
|
259 |
|
260 |
+
#: gallery-plugin.php:965 gallery-plugin.php:971
|
261 |
msgid "center"
|
262 |
msgstr "centar"
|
263 |
|
264 |
+
#: gallery-plugin.php:967
|
265 |
msgid "Horizontal"
|
266 |
msgstr "Horizontalno"
|
267 |
|
268 |
+
#: gallery-plugin.php:973
|
269 |
msgid "Vertical"
|
270 |
msgstr "Vertikalno"
|
271 |
|
272 |
+
#: gallery-plugin.php:978
|
273 |
#, fuzzy
|
274 |
msgid "Single gallery view"
|
275 |
msgstr "Taille de la vignette de la galerie"
|
276 |
|
277 |
+
#: gallery-plugin.php:981
|
278 |
msgid "Grid"
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: gallery-plugin.php:982
|
282 |
msgid "Masonry"
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: gallery-plugin.php:988 gallery-plugin.php:1209
|
286 |
msgid ""
|
287 |
"If you upgrade to Pro version all your settings and galleries will be saved."
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: gallery-plugin.php:995 gallery-plugin.php:1216
|
291 |
msgid "Unlock premium options by upgrading to Pro version"
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: gallery-plugin.php:999 gallery-plugin.php:1220
|
295 |
msgid "Start Your Trial"
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: gallery-plugin.php:1000 gallery-plugin.php:1221 gallery-plugin.php:2601
|
299 |
msgid "or"
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: gallery-plugin.php:1002 gallery-plugin.php:1223
|
303 |
#, fuzzy
|
304 |
msgid "Learn More"
|
305 |
msgstr "Pročitaj više"
|
306 |
|
307 |
+
#: gallery-plugin.php:1010 gallery-plugin.php:1148
|
308 |
msgid "Display image text"
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: gallery-plugin.php:1012
|
312 |
#, fuzzy
|
313 |
msgid "Turn off the checkbox, if you want to display text just in a lightbox"
|
314 |
msgstr "Ako želite da prikažete tekst samo u lightbox-u"
|
315 |
|
316 |
+
#: gallery-plugin.php:1016
|
317 |
msgid "Images with border"
|
318 |
msgstr "Slike sa okvirima"
|
319 |
|
320 |
+
#: gallery-plugin.php:1020
|
321 |
msgid "Border width in px, just numbers"
|
322 |
msgstr "Širina okvira u pikselima, samo brojevi"
|
323 |
|
324 |
+
#: gallery-plugin.php:1021
|
325 |
msgid "Select a border color"
|
326 |
msgstr "Izaberite boju okvira"
|
327 |
|
328 |
+
#: gallery-plugin.php:1026
|
329 |
msgid "Sort images"
|
330 |
msgstr "Sortiraj slike"
|
331 |
|
332 |
+
#: gallery-plugin.php:1029
|
333 |
#, fuzzy
|
334 |
msgid "by Attachment ID"
|
335 |
msgstr "ID priloga"
|
336 |
|
337 |
+
#: gallery-plugin.php:1030
|
338 |
#, fuzzy
|
339 |
msgid "by Image Name"
|
340 |
msgstr "Ime slike"
|
341 |
|
342 |
+
#: gallery-plugin.php:1031 gallery-plugin.php:1052
|
343 |
#, fuzzy
|
344 |
msgid "by Date"
|
345 |
msgstr "Datum"
|
346 |
|
347 |
+
#: gallery-plugin.php:1032
|
348 |
msgid "by Sorting order in the Gallery"
|
349 |
msgstr ""
|
350 |
|
351 |
+
#: gallery-plugin.php:1033 gallery-plugin.php:1057
|
352 |
msgid "Random"
|
353 |
msgstr "Nasumično"
|
354 |
|
355 |
+
#: gallery-plugin.php:1038
|
356 |
#, fuzzy
|
357 |
msgid "The images sort order"
|
358 |
msgstr "Slike sa okvirima"
|
359 |
|
360 |
+
#: gallery-plugin.php:1041 gallery-plugin.php:1065
|
361 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
362 |
msgstr ""
|
363 |
"ASC (rastući redosled od najnižih do najviših vrednosti - 1, 2, 3; a, b, c)"
|
364 |
|
365 |
+
#: gallery-plugin.php:1042 gallery-plugin.php:1066
|
366 |
msgid ""
|
367 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
368 |
msgstr ""
|
369 |
"DESC (opadajući redosled od najviših do najnižih vrednosti - 3, 2, 1; c, b, "
|
370 |
"a)"
|
371 |
|
372 |
+
#: gallery-plugin.php:1047
|
373 |
#, fuzzy
|
374 |
msgid "Sort galleries"
|
375 |
msgstr "Galerije"
|
376 |
|
377 |
+
#: gallery-plugin.php:1050
|
378 |
#, fuzzy
|
379 |
msgid "by Gallery ID"
|
380 |
msgstr "Galerija"
|
381 |
|
382 |
+
#: gallery-plugin.php:1051
|
383 |
#, fuzzy
|
384 |
msgid "by Title"
|
385 |
msgstr "Naslov"
|
386 |
|
387 |
+
#: gallery-plugin.php:1053
|
388 |
msgid "by Last modified date"
|
389 |
msgstr ""
|
390 |
|
391 |
+
#: gallery-plugin.php:1054
|
392 |
msgid "by Comment count"
|
393 |
msgstr ""
|
394 |
|
395 |
+
#: gallery-plugin.php:1055
|
396 |
#, fuzzy
|
397 |
msgid "by Sorting order (the input field for sorting order)"
|
398 |
msgstr ""
|
399 |
"Raspoređivanje (polje za unos za sortiranje u dijalogu Insert / Upload Media "
|
400 |
"Gallery)"
|
401 |
|
402 |
+
#: gallery-plugin.php:1056
|
403 |
#, fuzzy
|
404 |
msgid "by Author"
|
405 |
msgstr "Autor"
|
406 |
|
407 |
+
#: gallery-plugin.php:1062
|
408 |
msgid "The galleries sort order"
|
409 |
msgstr ""
|
410 |
|
411 |
+
#: gallery-plugin.php:1071
|
412 |
msgid "Start slideshow"
|
413 |
msgstr "Započni projekciju slajdova"
|
414 |
|
415 |
+
#: gallery-plugin.php:1074
|
416 |
msgid "Slideshow interval"
|
417 |
msgstr "Interval projekcije slajdova"
|
418 |
|
419 |
+
#: gallery-plugin.php:1074
|
420 |
msgid "(ms)"
|
421 |
msgstr ""
|
422 |
|
423 |
+
#: gallery-plugin.php:1078
|
424 |
msgid "Use single lightbox for multiple galleries on one page"
|
425 |
msgstr ""
|
426 |
|
427 |
+
#: gallery-plugin.php:1084
|
428 |
msgid "Display the Back link"
|
429 |
msgstr "Prikaži povratni link"
|
430 |
|
431 |
+
#: gallery-plugin.php:1090
|
432 |
msgid "Display the Back link in the shortcode"
|
433 |
msgstr "Prikaži povratni link u kratkom kodu"
|
434 |
|
435 |
+
#: gallery-plugin.php:1096
|
436 |
msgid "The Back link text"
|
437 |
msgstr "Tekst u povratnom linku"
|
438 |
|
439 |
+
#: gallery-plugin.php:1102
|
440 |
msgid "The Back link URL"
|
441 |
msgstr "URL povratnog linka"
|
442 |
|
443 |
+
#: gallery-plugin.php:1105
|
444 |
msgid "Gallery page (Page with Gallery Template)"
|
445 |
msgstr "Stranica galerije (Stranica sa šablonom galerije)"
|
446 |
|
447 |
+
#: gallery-plugin.php:1107
|
448 |
msgid "(Full URL to custom page)"
|
449 |
msgstr "(Puni URL ka korisničkoj stranici)"
|
450 |
|
451 |
+
#: gallery-plugin.php:1112
|
452 |
msgid "The Read More link text"
|
453 |
msgstr "Tekst u linku Pročitaj više"
|
454 |
|
455 |
+
#: gallery-plugin.php:1118
|
456 |
msgid "Add gallery to the search"
|
457 |
msgstr ""
|
458 |
|
459 |
+
#: gallery-plugin.php:1123 gallery-plugin.php:1126 gallery-plugin.php:1130
|
460 |
msgid "Using"
|
461 |
msgstr ""
|
462 |
|
463 |
+
#: gallery-plugin.php:1123 gallery-plugin.php:1126 gallery-plugin.php:1130
|
464 |
msgid "powered by"
|
465 |
msgstr ""
|
466 |
|
467 |
+
#: gallery-plugin.php:1126 gallery-plugin.php:1346
|
468 |
#, fuzzy
|
469 |
msgid "Activate"
|
470 |
msgstr "Aktivirani moduli"
|
471 |
|
472 |
+
#: gallery-plugin.php:1130
|
473 |
msgid "Download"
|
474 |
msgstr ""
|
475 |
|
476 |
+
#: gallery-plugin.php:1135
|
477 |
msgid "Rewrite templates after update"
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: gallery-plugin.php:1137
|
481 |
#, php-format
|
482 |
msgid ""
|
483 |
"Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
|
484 |
"theme folder and You don't want to rewrite them"
|
485 |
msgstr ""
|
486 |
|
487 |
+
#: gallery-plugin.php:1151
|
488 |
#, fuzzy
|
489 |
msgid "Under image"
|
490 |
msgstr "poređaj slike"
|
491 |
|
492 |
+
#: gallery-plugin.php:1152
|
493 |
msgid "By mouse hover"
|
494 |
msgstr ""
|
495 |
|
496 |
+
#: gallery-plugin.php:1157
|
497 |
msgid "Use pagination for images"
|
498 |
msgstr ""
|
499 |
|
500 |
+
#: gallery-plugin.php:1160
|
501 |
msgid "per page"
|
502 |
msgstr ""
|
503 |
|
504 |
+
#: gallery-plugin.php:1164
|
505 |
msgid "Lightbox background"
|
506 |
msgstr "Lightbox pozadina"
|
507 |
|
508 |
+
#: gallery-plugin.php:1167
|
509 |
msgid "Background transparency (from 0 to 1)"
|
510 |
msgstr "Pozadinska transparentnost (od 0 do 1)"
|
511 |
|
512 |
+
#: gallery-plugin.php:1168
|
513 |
msgid "Select a background color"
|
514 |
msgstr "Izaberi pozadinsku boju"
|
515 |
|
516 |
+
#: gallery-plugin.php:1172
|
517 |
msgid "The lightbox helper"
|
518 |
msgstr ""
|
519 |
|
520 |
+
#: gallery-plugin.php:1174
|
521 |
msgid "Do not use"
|
522 |
msgstr ""
|
523 |
|
524 |
+
#: gallery-plugin.php:1175
|
525 |
msgid "Button helper"
|
526 |
msgstr ""
|
527 |
|
528 |
+
#: gallery-plugin.php:1176
|
529 |
msgid "Thumbnail helper"
|
530 |
msgstr ""
|
531 |
|
532 |
+
#: gallery-plugin.php:1180
|
533 |
#, fuzzy
|
534 |
msgid "Display Like buttons in the lightbox"
|
535 |
msgstr "Afficher une image en taille normale dans le boite"
|
536 |
|
537 |
+
#: gallery-plugin.php:1182
|
538 |
msgid "FaceBook"
|
539 |
msgstr "FaceBook"
|
540 |
|
541 |
+
#: gallery-plugin.php:1183
|
542 |
#, fuzzy
|
543 |
msgid "Twitter"
|
544 |
msgstr "Titre"
|
545 |
|
546 |
+
#: gallery-plugin.php:1184
|
547 |
msgid "Pinterest"
|
548 |
msgstr "Pinterest"
|
549 |
|
550 |
+
#: gallery-plugin.php:1185
|
551 |
msgid "Google +1"
|
552 |
msgstr "Google +1"
|
553 |
|
554 |
+
#: gallery-plugin.php:1189
|
555 |
#, fuzzy
|
556 |
msgid "Slug for gallery item"
|
557 |
msgstr "Taille de la vignette de la galerie"
|
558 |
|
559 |
+
#: gallery-plugin.php:1191
|
560 |
msgid "for any structure of permalinks except the default structure"
|
561 |
msgstr ""
|
562 |
|
563 |
+
#: gallery-plugin.php:1195
|
564 |
msgid "Title for lightbox button"
|
565 |
msgstr ""
|
566 |
|
567 |
+
#: gallery-plugin.php:1201
|
568 |
msgid ""
|
569 |
"Display all images in the lightbox instead of going into a single gallery"
|
570 |
msgstr ""
|
571 |
|
572 |
+
#: gallery-plugin.php:1204
|
573 |
#, php-format
|
574 |
msgid "When using the gallery template or a shortcode with `%s` parameter"
|
575 |
msgstr ""
|
576 |
|
577 |
+
#: gallery-plugin.php:1230
|
578 |
msgid "Save Changes"
|
579 |
msgstr "Sačuvaj izmene"
|
580 |
|
581 |
+
#: gallery-plugin.php:1235
|
582 |
msgid ""
|
583 |
"If you install the demo-data, will be created galleries with images, demo-"
|
584 |
"post with available shortcodes and page with a list of all the galleries."
|
585 |
msgstr ""
|
586 |
|
587 |
+
#: gallery-plugin.php:1269
|
588 |
msgid "FAQ"
|
589 |
msgstr "FAQ"
|
590 |
|
591 |
+
#: gallery-plugin.php:1270
|
592 |
msgid "Support"
|
593 |
msgstr "Podrška"
|
594 |
|
595 |
+
#: gallery-plugin.php:1309
|
596 |
msgid "Updating images..."
|
597 |
msgstr ""
|
598 |
|
599 |
+
#: gallery-plugin.php:1310
|
600 |
#, fuzzy
|
601 |
msgid "No image found."
|
602 |
msgstr "Nije pronađena Galerija"
|
603 |
|
604 |
+
#: gallery-plugin.php:1311
|
605 |
msgid "All images are updated."
|
606 |
msgstr ""
|
607 |
|
608 |
+
#: gallery-plugin.php:1312
|
609 |
msgid "Error."
|
610 |
msgstr ""
|
611 |
|
612 |
+
#: gallery-plugin.php:1326
|
613 |
msgid ""
|
614 |
"You are about to delete these items from this gallery.\n"
|
615 |
" 'Cancel' to stop, 'OK' to delete."
|
616 |
msgstr ""
|
617 |
|
618 |
+
#: gallery-plugin.php:1327
|
619 |
msgid ""
|
620 |
"Switching to another mode, all unsaved data will be lost. Save data before "
|
621 |
"switching?"
|
622 |
msgstr ""
|
623 |
|
624 |
+
#: gallery-plugin.php:1328
|
625 |
msgid "Insert Media"
|
626 |
msgstr ""
|
627 |
|
628 |
+
#: gallery-plugin.php:1329
|
629 |
msgid "Insert"
|
630 |
msgstr ""
|
631 |
|
632 |
+
#: gallery-plugin.php:1341
|
633 |
#, fuzzy
|
634 |
msgid "Learn more"
|
635 |
msgstr "Pročitaj više"
|
636 |
|
637 |
+
#: gallery-plugin.php:1353
|
638 |
#, fuzzy
|
639 |
msgid "Install now"
|
640 |
msgstr "Instalacija %s"
|
641 |
|
642 |
+
#: gallery-plugin.php:1362
|
643 |
msgid "Add multiple gallery categories"
|
644 |
msgstr ""
|
645 |
|
646 |
+
#: gallery-plugin.php:1362
|
647 |
msgid ""
|
648 |
"Install Gallery Categories plugin to add unlimited number of categories."
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: gallery-plugin.php:1649 template/gallery-single-template.php:103
|
652 |
msgid "Sorry, nothing found."
|
653 |
msgstr "Nažalost nije pronađeno"
|
654 |
|
655 |
+
#: gallery-plugin.php:1662 template/gallery-single-template.php:124
|
656 |
msgid "Image"
|
657 |
msgstr "Slika"
|
658 |
|
659 |
+
#: gallery-plugin.php:1662 template/gallery-single-template.php:19
|
660 |
msgid "Download high resolution image"
|
661 |
msgstr "Preuzmi sliku u visokoj rezoluciji"
|
662 |
|
663 |
+
#: gallery-plugin.php:1793
|
664 |
#, fuzzy
|
665 |
msgid "Image size not defined"
|
666 |
msgstr "Veličina slike"
|
667 |
|
668 |
+
#: gallery-plugin.php:1808
|
669 |
msgid ""
|
670 |
"We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
|
671 |
"manually reload image."
|
672 |
msgstr ""
|
673 |
|
674 |
+
#: gallery-plugin.php:1819
|
675 |
msgid "Image size changes not defined"
|
676 |
msgstr ""
|
677 |
|
678 |
+
#: gallery-plugin.php:1848 gallery-plugin.php:1851 gallery-plugin.php:1856
|
679 |
msgid "Invalid path"
|
680 |
msgstr ""
|
681 |
|
682 |
+
#: gallery-plugin.php:1959
|
683 |
msgid "Add images requires JavaScript."
|
684 |
msgstr ""
|
685 |
|
686 |
+
#: gallery-plugin.php:1962
|
687 |
msgid "Add Media"
|
688 |
msgstr ""
|
689 |
|
690 |
+
#: gallery-plugin.php:1972
|
691 |
msgid "The grid view for the Gallery images requires JavaScript."
|
692 |
msgstr ""
|
693 |
|
694 |
+
#: gallery-plugin.php:1972
|
695 |
msgid "Switch to the list view"
|
696 |
msgstr ""
|
697 |
|
698 |
+
#: gallery-plugin.php:1999
|
699 |
msgid "List View"
|
700 |
msgstr ""
|
701 |
|
702 |
+
#: gallery-plugin.php:2000
|
703 |
msgid "Grid View"
|
704 |
msgstr ""
|
705 |
|
706 |
+
#: gallery-plugin.php:2055
|
707 |
msgid "Filter"
|
708 |
msgstr ""
|
709 |
|
710 |
+
#: gallery-plugin.php:2059
|
711 |
msgid "Empty Trash"
|
712 |
msgstr ""
|
713 |
|
714 |
+
#: gallery-plugin.php:2080
|
715 |
#, fuzzy
|
716 |
msgid "No images found"
|
717 |
msgstr "Nije pronađena Galerija"
|
718 |
|
719 |
+
#: gallery-plugin.php:2132
|
720 |
msgid "Select bulk action"
|
721 |
msgstr ""
|
722 |
|
723 |
+
#: gallery-plugin.php:2134
|
724 |
msgid "Bulk Actions"
|
725 |
msgstr ""
|
726 |
|
727 |
+
#: gallery-plugin.php:2144
|
728 |
msgid "Apply"
|
729 |
msgstr ""
|
730 |
|
731 |
+
#: gallery-plugin.php:2151 gallery-plugin.php:2330
|
732 |
#, fuzzy
|
733 |
msgid "Delete from Gallery"
|
734 |
msgstr "Nova Galerija"
|
735 |
|
736 |
+
#: gallery-plugin.php:2164 gallery-plugin.php:2178
|
737 |
#, fuzzy
|
738 |
msgid "Display link to the original file under each image in the lightbox"
|
739 |
msgstr "Prikaži sliku u punoj veličini u lightbox-u"
|
740 |
|
741 |
+
#: gallery-plugin.php:2173
|
742 |
msgid "Bulk Select"
|
743 |
msgstr ""
|
744 |
|
745 |
+
#: gallery-plugin.php:2175
|
746 |
msgid "Cancel Selection"
|
747 |
msgstr ""
|
748 |
|
749 |
+
#: gallery-plugin.php:2176
|
750 |
msgid "Delete Selected"
|
751 |
msgstr ""
|
752 |
|
753 |
+
#: gallery-plugin.php:2189
|
754 |
msgid "File"
|
755 |
msgstr ""
|
756 |
|
757 |
+
#: gallery-plugin.php:2190 gallery-plugin.php:2279 gallery-plugin.php:2388
|
758 |
msgid "Dimensions"
|
759 |
msgstr ""
|
760 |
|
761 |
+
#: gallery-plugin.php:2192 gallery-plugin.php:2312 gallery-plugin.php:2398
|
762 |
msgid "Alt tag"
|
763 |
msgstr ""
|
764 |
|
765 |
+
#: gallery-plugin.php:2192 gallery-plugin.php:2314
|
766 |
msgid ""
|
767 |
"The alt attribute specifies an alternate text for an image, if the image "
|
768 |
"cannot be displayed."
|
769 |
msgstr ""
|
770 |
|
771 |
+
#: gallery-plugin.php:2193 gallery-plugin.php:2320 gallery-plugin.php:2403
|
772 |
msgid "Custom URL"
|
773 |
msgstr ""
|
774 |
|
775 |
+
#: gallery-plugin.php:2193 gallery-plugin.php:2322
|
776 |
msgid ""
|
777 |
"By clicking on the thumbnail you'll go to the link (if the field is filled) "
|
778 |
"or the image will be opened in the lightbox (if the field isn't filled)"
|
779 |
msgstr ""
|
780 |
|
781 |
+
#: gallery-plugin.php:2271
|
782 |
msgid "Deselect"
|
783 |
msgstr ""
|
784 |
|
785 |
+
#: gallery-plugin.php:2277
|
786 |
msgid "File name"
|
787 |
msgstr ""
|
788 |
|
789 |
+
#: gallery-plugin.php:2278
|
790 |
msgid "File type"
|
791 |
msgstr ""
|
792 |
|
793 |
+
#: gallery-plugin.php:2282 gallery-plugin.php:2384
|
794 |
#, fuzzy
|
795 |
msgid "Edit Attachment Info"
|
796 |
msgstr "ID priloga"
|
797 |
|
798 |
+
#: gallery-plugin.php:2282
|
799 |
#, fuzzy
|
800 |
msgid "Edit Attachment"
|
801 |
msgstr "ID priloga"
|
802 |
|
803 |
+
#: gallery-plugin.php:2292
|
804 |
msgid "Go Pro"
|
805 |
msgstr ""
|
806 |
|
807 |
+
#: gallery-plugin.php:2292
|
808 |
msgid "Pro version"
|
809 |
msgstr ""
|
810 |
|
811 |
+
#: gallery-plugin.php:2295
|
812 |
msgid "This setting is available in Pro version"
|
813 |
msgstr "Ovo podešavanje je dostupno u Pro verziji"
|
814 |
|
815 |
+
#: gallery-plugin.php:2328
|
816 |
msgid "Edit more details"
|
817 |
msgstr ""
|
818 |
|
819 |
+
#: gallery-plugin.php:2363
|
820 |
#, php-format
|
821 |
msgid "Select %s"
|
822 |
msgstr ""
|
823 |
|
824 |
+
#: gallery-plugin.php:2376
|
825 |
#, php-format
|
826 |
msgid "Edit “%s”"
|
827 |
msgstr ""
|
828 |
|
829 |
+
#: gallery-plugin.php:2421 gallery-plugin.php:2434
|
830 |
msgid "Edit"
|
831 |
msgstr ""
|
832 |
|
833 |
+
#: gallery-plugin.php:2424 gallery-plugin.php:2439
|
834 |
msgid "Trash"
|
835 |
msgstr ""
|
836 |
|
837 |
+
#: gallery-plugin.php:2427 gallery-plugin.php:2442
|
838 |
msgid "Delete Permanently"
|
839 |
msgstr ""
|
840 |
|
841 |
+
#: gallery-plugin.php:2429 gallery-plugin.php:2447
|
842 |
#, php-format
|
843 |
msgid "View “%s”"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: gallery-plugin.php:2429 gallery-plugin.php:2447
|
847 |
msgid "View"
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: gallery-plugin.php:2431
|
851 |
#, fuzzy
|
852 |
msgid "Attach"
|
853 |
msgstr "ID priloga"
|
854 |
|
855 |
+
#: gallery-plugin.php:2437
|
856 |
msgid "Restore"
|
857 |
msgstr ""
|
858 |
|
859 |
+
#: gallery-plugin.php:2568
|
860 |
msgid "Warning"
|
861 |
msgstr ""
|
862 |
|
863 |
+
#: gallery-plugin.php:2568
|
864 |
msgid "You can add only images to the gallery"
|
865 |
msgstr ""
|
866 |
|
867 |
+
#: gallery-plugin.php:2610
|
868 |
#, fuzzy
|
869 |
msgid "no title"
|
870 |
msgstr "Naslov"
|
871 |
|
872 |
+
#: gallery-plugin.php:2618
|
873 |
#, fuzzy
|
874 |
msgid "Sorry, no gallery found."
|
875 |
msgstr "Nažalost nije pronađeno"
|
876 |
|
877 |
+
#: gallery-plugin.php:2624
|
878 |
#, fuzzy
|
879 |
msgid ""
|
880 |
"Display an album image with the description and the link to a single gallery "
|
languages/gallery-plugin-tr.mo
CHANGED
Binary file
|
languages/gallery-plugin-tr.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Ismail Demirbilek <ce.demirbilek@gmail.com>\n"
|
@@ -17,8 +17,8 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: gallery-plugin.php:45 gallery-plugin.php:
|
21 |
-
#: gallery-plugin.php:
|
22 |
msgid "Settings"
|
23 |
msgstr "Ayarlar"
|
24 |
|
@@ -30,7 +30,7 @@ msgstr "Resimleri Gör »"
|
|
30 |
msgid "Return to all albums"
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: gallery-plugin.php:
|
34 |
#, fuzzy, php-format
|
35 |
msgid ""
|
36 |
"The following files '%s' and '%s' were not found in the directory of your "
|
@@ -42,49 +42,49 @@ msgstr ""
|
|
42 |
"plugin/template/` dizininden tema dizininize kopyalayınız. Aksi halde Galeri "
|
43 |
"eklentisi doğru çalışmayacaktır."
|
44 |
|
45 |
-
#: gallery-plugin.php:
|
46 |
msgid "Galleries"
|
47 |
msgstr "Galeriler"
|
48 |
|
49 |
-
#: gallery-plugin.php:
|
50 |
msgid "Gallery"
|
51 |
msgstr "Galeri"
|
52 |
|
53 |
-
#: gallery-plugin.php:
|
54 |
msgid "Add New Gallery"
|
55 |
msgstr "Yeni Galeri"
|
56 |
|
57 |
-
#: gallery-plugin.php:
|
58 |
msgid "Edit Gallery"
|
59 |
msgstr "Galeriyi Düzenle"
|
60 |
|
61 |
-
#: gallery-plugin.php:
|
62 |
msgid "New Gallery"
|
63 |
msgstr "Yeni Galeri"
|
64 |
|
65 |
-
#: gallery-plugin.php:
|
66 |
msgid "View Gallery"
|
67 |
msgstr "Galeriyi görüntüle"
|
68 |
|
69 |
-
#: gallery-plugin.php:
|
70 |
#, fuzzy
|
71 |
msgid "Search Galleries"
|
72 |
msgstr "Galeriler"
|
73 |
|
74 |
-
#: gallery-plugin.php:
|
75 |
msgid "No Gallery found"
|
76 |
msgstr "Galeri bulunamadı"
|
77 |
|
78 |
-
#: gallery-plugin.php:
|
79 |
msgid "Gallery Shortcode"
|
80 |
msgstr "Galeri Kısa Kodu"
|
81 |
|
82 |
-
#: gallery-plugin.php:
|
83 |
#, fuzzy
|
84 |
msgid "Gallery Categories"
|
85 |
msgstr "Galeri resim boyutu"
|
86 |
|
87 |
-
#: gallery-plugin.php:
|
88 |
#, fuzzy, php-format
|
89 |
msgid ""
|
90 |
"If you would like to add a Gallery to your page or post, please use %s button"
|
@@ -92,7 +92,7 @@ msgstr ""
|
|
92 |
"Sayfa ya da yazılara tekil galeri eklemek için bu kısa kodu kopyalayıp sayfa "
|
93 |
"ya da yazı içerisine yapıştırın:"
|
94 |
|
95 |
-
#: gallery-plugin.php:
|
96 |
#, php-format
|
97 |
msgid ""
|
98 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
@@ -100,12 +100,12 @@ msgid ""
|
|
100 |
"please use the shortcode below"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: gallery-plugin.php:
|
104 |
msgid ""
|
105 |
"Add this shortcode to a page, post or widget to display a single gallery"
|
106 |
msgstr ""
|
107 |
|
108 |
-
#: gallery-plugin.php:
|
109 |
#, fuzzy
|
110 |
msgid ""
|
111 |
"Use this shortcode to display an album image with the description and the "
|
@@ -114,74 +114,78 @@ msgstr ""
|
|
114 |
"Eğer Galeri sayfasına link içeren galeri önizlemesi eklemek isterseniz "
|
115 |
"aşağıdaki kodu yapıştırınız"
|
116 |
|
117 |
-
#: gallery-plugin.php:
|
118 |
msgid "Short display"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: gallery-plugin.php:
|
122 |
msgid "Most Used"
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: gallery-plugin.php:
|
126 |
msgid "Default"
|
127 |
msgstr "Öntanımlı"
|
128 |
|
129 |
-
#: gallery-plugin.php:
|
130 |
#, fuzzy
|
131 |
msgid "Add New Gallery Category"
|
132 |
msgstr "Yeni Galeri"
|
133 |
|
134 |
-
#: gallery-plugin.php:
|
135 |
#, fuzzy
|
136 |
msgid "Install plugin"
|
137 |
msgstr "Yüklü eklentiler"
|
138 |
|
139 |
-
#: gallery-plugin.php:
|
140 |
-
#: gallery-plugin.php:
|
141 |
msgid "Title"
|
142 |
msgstr "Başlık"
|
143 |
|
144 |
-
#: gallery-plugin.php:
|
145 |
msgid "Author"
|
146 |
msgstr "Yazar"
|
147 |
|
148 |
-
#: gallery-plugin.php:
|
149 |
#, fuzzy
|
150 |
msgid "Shortcode"
|
151 |
msgstr "Galeri Kısa Kodu"
|
152 |
|
153 |
-
#: gallery-plugin.php:
|
154 |
#, fuzzy
|
155 |
msgid "Photos"
|
156 |
msgstr "Fotoğraf"
|
157 |
|
158 |
-
#: gallery-plugin.php:
|
159 |
msgid "Date"
|
160 |
msgstr "Tarih"
|
161 |
|
162 |
-
#: gallery-plugin.php:
|
163 |
msgid "Settings are saved"
|
164 |
msgstr "Ayarlar kaydedildi"
|
165 |
|
166 |
-
#: gallery-plugin.php:
|
167 |
#, fuzzy
|
168 |
msgid "All plugin settings were restored."
|
169 |
msgstr "Eklenti ayarları: ("
|
170 |
|
171 |
-
#: gallery-plugin.php:
|
172 |
msgid "Gallery Settings"
|
173 |
msgstr "Galeri ayarları"
|
174 |
|
175 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
176 |
msgid "Go PRO"
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: gallery-plugin.php:
|
180 |
#, fuzzy
|
181 |
msgid "Please enable JavaScript to use the option to renew images."
|
182 |
msgstr "Uploader'ı kullanmak için JavaScript desteğini aktifleştirmelisiniz."
|
183 |
|
184 |
-
#: gallery-plugin.php:
|
185 |
#, php-format
|
186 |
msgid ""
|
187 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
@@ -189,22 +193,22 @@ msgid ""
|
|
189 |
"please use the shortcode %s, where * stands for gallery ID"
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: gallery-plugin.php:
|
193 |
msgid "Number of images in the row"
|
194 |
msgstr "Bir satırdaki resim sayısı"
|
195 |
|
196 |
-
#: gallery-plugin.php:
|
197 |
#, fuzzy
|
198 |
msgid ""
|
199 |
"The number of images per row can be less depending on the width of the "
|
200 |
"parent block"
|
201 |
msgstr "Bir satırdaki resim sayısı"
|
202 |
|
203 |
-
#: gallery-plugin.php:
|
204 |
msgid "Image size"
|
205 |
msgstr "Resim boyutu"
|
206 |
|
207 |
-
#: gallery-plugin.php:
|
208 |
msgid ""
|
209 |
"WordPress will create a new thumbnail with the specified dimensions when you "
|
210 |
"upload a new photo."
|
@@ -212,656 +216,656 @@ msgstr ""
|
|
212 |
"Yeni bir resim yüklediğinizde Wordpress belirlernen boyutlarda bir thumbnail "
|
213 |
"oluşturacaktır."
|
214 |
|
215 |
-
#: gallery-plugin.php:
|
216 |
#, fuzzy
|
217 |
msgid "For the album cover"
|
218 |
msgstr "Albüm kapağı için resim boyuru"
|
219 |
|
220 |
-
#: gallery-plugin.php:
|
221 |
msgid "width x height"
|
222 |
msgstr ""
|
223 |
|
224 |
-
#: gallery-plugin.php:
|
225 |
msgid "in px"
|
226 |
msgstr ""
|
227 |
|
228 |
-
#: gallery-plugin.php:
|
229 |
#, fuzzy
|
230 |
msgid "For thumbnails"
|
231 |
msgstr "Albüm kapağı için resim boyuru"
|
232 |
|
233 |
-
#: gallery-plugin.php:
|
234 |
msgid "Update images for gallery"
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: gallery-plugin.php:
|
238 |
msgid "Close"
|
239 |
msgstr ""
|
240 |
|
241 |
-
#: gallery-plugin.php:
|
242 |
#, fuzzy
|
243 |
msgid "For images in the lightbox"
|
244 |
msgstr "Lightbox içerisindeki resim boyutu"
|
245 |
|
246 |
-
#: gallery-plugin.php:
|
247 |
msgid "Display a full size image in the lightbox"
|
248 |
msgstr "Lightbox içerisinde tam boyutlu resim göster"
|
249 |
|
250 |
-
#: gallery-plugin.php:
|
251 |
msgid "Crop position"
|
252 |
msgstr "Kırpma konumu"
|
253 |
|
254 |
-
#: gallery-plugin.php:
|
255 |
msgid "center"
|
256 |
msgstr "orta"
|
257 |
|
258 |
-
#: gallery-plugin.php:
|
259 |
msgid "Horizontal"
|
260 |
msgstr "Yatay"
|
261 |
|
262 |
-
#: gallery-plugin.php:
|
263 |
msgid "Vertical"
|
264 |
msgstr "Dikey"
|
265 |
|
266 |
-
#: gallery-plugin.php:
|
267 |
#, fuzzy
|
268 |
msgid "Single gallery view"
|
269 |
msgstr "Розмір зображення галерея"
|
270 |
|
271 |
-
#: gallery-plugin.php:
|
272 |
msgid "Grid"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: gallery-plugin.php:
|
276 |
msgid "Masonry"
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: gallery-plugin.php:
|
280 |
msgid ""
|
281 |
"If you upgrade to Pro version all your settings and galleries will be saved."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: gallery-plugin.php:
|
285 |
msgid "Unlock premium options by upgrading to Pro version"
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: gallery-plugin.php:
|
289 |
msgid "Start Your Trial"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: gallery-plugin.php:
|
293 |
msgid "or"
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: gallery-plugin.php:
|
297 |
#, fuzzy
|
298 |
msgid "Learn More"
|
299 |
msgstr "Devamını Oku"
|
300 |
|
301 |
-
#: gallery-plugin.php:
|
302 |
msgid "Display image text"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: gallery-plugin.php:
|
306 |
#, fuzzy
|
307 |
msgid "Turn off the checkbox, if you want to display text just in a lightbox"
|
308 |
msgstr "Eğer lightbox içerisinde yazı göstermek isterseniz"
|
309 |
|
310 |
-
#: gallery-plugin.php:
|
311 |
msgid "Images with border"
|
312 |
msgstr "Çerçeveli resimler"
|
313 |
|
314 |
-
#: gallery-plugin.php:
|
315 |
msgid "Border width in px, just numbers"
|
316 |
msgstr "Çerçeve kalınlığı (px) [sadece sayı yazınız]"
|
317 |
|
318 |
-
#: gallery-plugin.php:
|
319 |
msgid "Select a border color"
|
320 |
msgstr "Çerçeve rengi seçiniz"
|
321 |
|
322 |
-
#: gallery-plugin.php:
|
323 |
msgid "Sort images"
|
324 |
msgstr "Resimleri sırala"
|
325 |
|
326 |
-
#: gallery-plugin.php:
|
327 |
#, fuzzy
|
328 |
msgid "by Attachment ID"
|
329 |
msgstr "Ek ID"
|
330 |
|
331 |
-
#: gallery-plugin.php:
|
332 |
#, fuzzy
|
333 |
msgid "by Image Name"
|
334 |
msgstr "Resim İsmi"
|
335 |
|
336 |
-
#: gallery-plugin.php:
|
337 |
#, fuzzy
|
338 |
msgid "by Date"
|
339 |
msgstr "Tarih"
|
340 |
|
341 |
-
#: gallery-plugin.php:
|
342 |
msgid "by Sorting order in the Gallery"
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: gallery-plugin.php:
|
346 |
msgid "Random"
|
347 |
msgstr "Rastgele"
|
348 |
|
349 |
-
#: gallery-plugin.php:
|
350 |
#, fuzzy
|
351 |
msgid "The images sort order"
|
352 |
msgstr "Çerçeveli resimler"
|
353 |
|
354 |
-
#: gallery-plugin.php:
|
355 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
356 |
msgstr "Artan Sırada (1,2,3; a,b,c)"
|
357 |
|
358 |
-
#: gallery-plugin.php:
|
359 |
msgid ""
|
360 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
361 |
msgstr "Azalan Sırada (3,2,1;c,b,a)"
|
362 |
|
363 |
-
#: gallery-plugin.php:
|
364 |
#, fuzzy
|
365 |
msgid "Sort galleries"
|
366 |
msgstr "Galeriler"
|
367 |
|
368 |
-
#: gallery-plugin.php:
|
369 |
#, fuzzy
|
370 |
msgid "by Gallery ID"
|
371 |
msgstr "Galeri"
|
372 |
|
373 |
-
#: gallery-plugin.php:
|
374 |
#, fuzzy
|
375 |
msgid "by Title"
|
376 |
msgstr "Başlık"
|
377 |
|
378 |
-
#: gallery-plugin.php:
|
379 |
msgid "by Last modified date"
|
380 |
msgstr ""
|
381 |
|
382 |
-
#: gallery-plugin.php:
|
383 |
msgid "by Comment count"
|
384 |
msgstr ""
|
385 |
|
386 |
-
#: gallery-plugin.php:
|
387 |
#, fuzzy
|
388 |
msgid "by Sorting order (the input field for sorting order)"
|
389 |
msgstr "Sıralama"
|
390 |
|
391 |
-
#: gallery-plugin.php:
|
392 |
#, fuzzy
|
393 |
msgid "by Author"
|
394 |
msgstr "Yazar"
|
395 |
|
396 |
-
#: gallery-plugin.php:
|
397 |
msgid "The galleries sort order"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: gallery-plugin.php:
|
401 |
msgid "Start slideshow"
|
402 |
msgstr "Slayt gösterisini başlat"
|
403 |
|
404 |
-
#: gallery-plugin.php:
|
405 |
msgid "Slideshow interval"
|
406 |
msgstr "Slayt gösterisi sıklığı"
|
407 |
|
408 |
-
#: gallery-plugin.php:
|
409 |
msgid "(ms)"
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: gallery-plugin.php:
|
413 |
msgid "Use single lightbox for multiple galleries on one page"
|
414 |
msgstr ""
|
415 |
|
416 |
-
#: gallery-plugin.php:
|
417 |
msgid "Display the Back link"
|
418 |
msgstr "Geri linkini göster"
|
419 |
|
420 |
-
#: gallery-plugin.php:
|
421 |
msgid "Display the Back link in the shortcode"
|
422 |
msgstr "Kısa kodda Geri linkini göster"
|
423 |
|
424 |
-
#: gallery-plugin.php:
|
425 |
msgid "The Back link text"
|
426 |
msgstr "Geri linki başlığı"
|
427 |
|
428 |
-
#: gallery-plugin.php:
|
429 |
msgid "The Back link URL"
|
430 |
msgstr "Geri linki URL'si"
|
431 |
|
432 |
-
#: gallery-plugin.php:
|
433 |
msgid "Gallery page (Page with Gallery Template)"
|
434 |
msgstr "Galeri sayfası"
|
435 |
|
436 |
-
#: gallery-plugin.php:
|
437 |
msgid "(Full URL to custom page)"
|
438 |
msgstr "(Özel sayfaya(custom page) tam link)"
|
439 |
|
440 |
-
#: gallery-plugin.php:
|
441 |
msgid "The Read More link text"
|
442 |
msgstr "Devamını oku linki için etiket"
|
443 |
|
444 |
-
#: gallery-plugin.php:
|
445 |
msgid "Add gallery to the search"
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: gallery-plugin.php:
|
449 |
msgid "Using"
|
450 |
msgstr ""
|
451 |
|
452 |
-
#: gallery-plugin.php:
|
453 |
msgid "powered by"
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: gallery-plugin.php:
|
457 |
#, fuzzy
|
458 |
msgid "Activate"
|
459 |
msgstr "Etkinleştirilmiş eklentiler"
|
460 |
|
461 |
-
#: gallery-plugin.php:
|
462 |
msgid "Download"
|
463 |
msgstr ""
|
464 |
|
465 |
-
#: gallery-plugin.php:
|
466 |
msgid "Rewrite templates after update"
|
467 |
msgstr ""
|
468 |
|
469 |
-
#: gallery-plugin.php:
|
470 |
#, php-format
|
471 |
msgid ""
|
472 |
"Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
|
473 |
"theme folder and You don't want to rewrite them"
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: gallery-plugin.php:
|
477 |
#, fuzzy
|
478 |
msgid "Under image"
|
479 |
msgstr "görselleri sırala"
|
480 |
|
481 |
-
#: gallery-plugin.php:
|
482 |
msgid "By mouse hover"
|
483 |
msgstr ""
|
484 |
|
485 |
-
#: gallery-plugin.php:
|
486 |
msgid "Use pagination for images"
|
487 |
msgstr ""
|
488 |
|
489 |
-
#: gallery-plugin.php:
|
490 |
msgid "per page"
|
491 |
msgstr ""
|
492 |
|
493 |
-
#: gallery-plugin.php:
|
494 |
msgid "Lightbox background"
|
495 |
msgstr "Lightbox arkaplanı"
|
496 |
|
497 |
-
#: gallery-plugin.php:
|
498 |
msgid "Background transparency (from 0 to 1)"
|
499 |
msgstr "Arkaplan saydamlığı (0 - 10 arasında)"
|
500 |
|
501 |
-
#: gallery-plugin.php:
|
502 |
msgid "Select a background color"
|
503 |
msgstr "Arkaplan rengi seçiniz"
|
504 |
|
505 |
-
#: gallery-plugin.php:
|
506 |
msgid "The lightbox helper"
|
507 |
msgstr ""
|
508 |
|
509 |
-
#: gallery-plugin.php:
|
510 |
msgid "Do not use"
|
511 |
msgstr ""
|
512 |
|
513 |
-
#: gallery-plugin.php:
|
514 |
msgid "Button helper"
|
515 |
msgstr ""
|
516 |
|
517 |
-
#: gallery-plugin.php:
|
518 |
msgid "Thumbnail helper"
|
519 |
msgstr ""
|
520 |
|
521 |
-
#: gallery-plugin.php:
|
522 |
msgid "Display Like buttons in the lightbox"
|
523 |
msgstr "Lightbox içerisinde beğen butonlarını göster"
|
524 |
|
525 |
-
#: gallery-plugin.php:
|
526 |
msgid "FaceBook"
|
527 |
msgstr "Facebook"
|
528 |
|
529 |
-
#: gallery-plugin.php:
|
530 |
msgid "Twitter"
|
531 |
msgstr "Twitter"
|
532 |
|
533 |
-
#: gallery-plugin.php:
|
534 |
msgid "Pinterest"
|
535 |
msgstr "Pinterest"
|
536 |
|
537 |
-
#: gallery-plugin.php:
|
538 |
msgid "Google +1"
|
539 |
msgstr "Google +1"
|
540 |
|
541 |
-
#: gallery-plugin.php:
|
542 |
#, fuzzy
|
543 |
msgid "Slug for gallery item"
|
544 |
msgstr "Розмір зображення галерея"
|
545 |
|
546 |
-
#: gallery-plugin.php:
|
547 |
msgid "for any structure of permalinks except the default structure"
|
548 |
msgstr ""
|
549 |
|
550 |
-
#: gallery-plugin.php:
|
551 |
msgid "Title for lightbox button"
|
552 |
msgstr ""
|
553 |
|
554 |
-
#: gallery-plugin.php:
|
555 |
msgid ""
|
556 |
"Display all images in the lightbox instead of going into a single gallery"
|
557 |
msgstr ""
|
558 |
|
559 |
-
#: gallery-plugin.php:
|
560 |
#, php-format
|
561 |
msgid "When using the gallery template or a shortcode with `%s` parameter"
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: gallery-plugin.php:
|
565 |
msgid "Save Changes"
|
566 |
msgstr "Değişiklikleri Kaydet"
|
567 |
|
568 |
-
#: gallery-plugin.php:
|
569 |
msgid ""
|
570 |
"If you install the demo-data, will be created galleries with images, demo-"
|
571 |
"post with available shortcodes and page with a list of all the galleries."
|
572 |
msgstr ""
|
573 |
|
574 |
-
#: gallery-plugin.php:
|
575 |
msgid "FAQ"
|
576 |
msgstr "SSS"
|
577 |
|
578 |
-
#: gallery-plugin.php:
|
579 |
msgid "Support"
|
580 |
msgstr "Destek"
|
581 |
|
582 |
-
#: gallery-plugin.php:
|
583 |
msgid "Updating images..."
|
584 |
msgstr ""
|
585 |
|
586 |
-
#: gallery-plugin.php:
|
587 |
#, fuzzy
|
588 |
msgid "No image found."
|
589 |
msgstr "Galeri bulunamadı"
|
590 |
|
591 |
-
#: gallery-plugin.php:
|
592 |
msgid "All images are updated."
|
593 |
msgstr ""
|
594 |
|
595 |
-
#: gallery-plugin.php:
|
596 |
msgid "Error."
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: gallery-plugin.php:
|
600 |
msgid ""
|
601 |
"You are about to delete these items from this gallery.\n"
|
602 |
" 'Cancel' to stop, 'OK' to delete."
|
603 |
msgstr ""
|
604 |
|
605 |
-
#: gallery-plugin.php:
|
606 |
msgid ""
|
607 |
"Switching to another mode, all unsaved data will be lost. Save data before "
|
608 |
"switching?"
|
609 |
msgstr ""
|
610 |
|
611 |
-
#: gallery-plugin.php:
|
612 |
msgid "Insert Media"
|
613 |
msgstr ""
|
614 |
|
615 |
-
#: gallery-plugin.php:
|
616 |
msgid "Insert"
|
617 |
msgstr ""
|
618 |
|
619 |
-
#: gallery-plugin.php:
|
620 |
#, fuzzy
|
621 |
msgid "Learn more"
|
622 |
msgstr "Devamını Oku"
|
623 |
|
624 |
-
#: gallery-plugin.php:
|
625 |
#, fuzzy
|
626 |
msgid "Install now"
|
627 |
msgstr "%s yükle"
|
628 |
|
629 |
-
#: gallery-plugin.php:
|
630 |
msgid "Add multiple gallery categories"
|
631 |
msgstr ""
|
632 |
|
633 |
-
#: gallery-plugin.php:
|
634 |
msgid ""
|
635 |
"Install Gallery Categories plugin to add unlimited number of categories."
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: gallery-plugin.php:
|
639 |
msgid "Sorry, nothing found."
|
640 |
msgstr "Üzgünüz, sonuç bulunamadı."
|
641 |
|
642 |
-
#: gallery-plugin.php:
|
643 |
msgid "Image"
|
644 |
msgstr "Görsel"
|
645 |
|
646 |
-
#: gallery-plugin.php:
|
647 |
msgid "Download high resolution image"
|
648 |
msgstr "Yüksek çözünürlüklü görseli indir"
|
649 |
|
650 |
-
#: gallery-plugin.php:
|
651 |
#, fuzzy
|
652 |
msgid "Image size not defined"
|
653 |
msgstr "Resim boyutu"
|
654 |
|
655 |
-
#: gallery-plugin.php:
|
656 |
msgid ""
|
657 |
"We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
|
658 |
"manually reload image."
|
659 |
msgstr ""
|
660 |
|
661 |
-
#: gallery-plugin.php:
|
662 |
msgid "Image size changes not defined"
|
663 |
msgstr ""
|
664 |
|
665 |
-
#: gallery-plugin.php:
|
666 |
msgid "Invalid path"
|
667 |
msgstr ""
|
668 |
|
669 |
-
#: gallery-plugin.php:
|
670 |
msgid "Add images requires JavaScript."
|
671 |
msgstr ""
|
672 |
|
673 |
-
#: gallery-plugin.php:
|
674 |
msgid "Add Media"
|
675 |
msgstr ""
|
676 |
|
677 |
-
#: gallery-plugin.php:
|
678 |
msgid "The grid view for the Gallery images requires JavaScript."
|
679 |
msgstr ""
|
680 |
|
681 |
-
#: gallery-plugin.php:
|
682 |
msgid "Switch to the list view"
|
683 |
msgstr ""
|
684 |
|
685 |
-
#: gallery-plugin.php:
|
686 |
msgid "List View"
|
687 |
msgstr ""
|
688 |
|
689 |
-
#: gallery-plugin.php:
|
690 |
msgid "Grid View"
|
691 |
msgstr ""
|
692 |
|
693 |
-
#: gallery-plugin.php:
|
694 |
msgid "Filter"
|
695 |
msgstr ""
|
696 |
|
697 |
-
#: gallery-plugin.php:
|
698 |
msgid "Empty Trash"
|
699 |
msgstr ""
|
700 |
|
701 |
-
#: gallery-plugin.php:
|
702 |
#, fuzzy
|
703 |
msgid "No images found"
|
704 |
msgstr "Galeri bulunamadı"
|
705 |
|
706 |
-
#: gallery-plugin.php:
|
707 |
msgid "Select bulk action"
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: gallery-plugin.php:
|
711 |
msgid "Bulk Actions"
|
712 |
msgstr ""
|
713 |
|
714 |
-
#: gallery-plugin.php:
|
715 |
msgid "Apply"
|
716 |
msgstr ""
|
717 |
|
718 |
-
#: gallery-plugin.php:
|
719 |
#, fuzzy
|
720 |
msgid "Delete from Gallery"
|
721 |
msgstr "Yeni Galeri"
|
722 |
|
723 |
-
#: gallery-plugin.php:
|
724 |
#, fuzzy
|
725 |
msgid "Display link to the original file under each image in the lightbox"
|
726 |
msgstr "Lightbox içerisinde tam boyutlu resim göster"
|
727 |
|
728 |
-
#: gallery-plugin.php:
|
729 |
msgid "Bulk Select"
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: gallery-plugin.php:
|
733 |
msgid "Cancel Selection"
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: gallery-plugin.php:
|
737 |
msgid "Delete Selected"
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: gallery-plugin.php:
|
741 |
msgid "File"
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: gallery-plugin.php:
|
745 |
msgid "Dimensions"
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: gallery-plugin.php:
|
749 |
msgid "Alt tag"
|
750 |
msgstr ""
|
751 |
|
752 |
-
#: gallery-plugin.php:
|
753 |
msgid ""
|
754 |
"The alt attribute specifies an alternate text for an image, if the image "
|
755 |
"cannot be displayed."
|
756 |
msgstr ""
|
757 |
|
758 |
-
#: gallery-plugin.php:
|
759 |
msgid "Custom URL"
|
760 |
msgstr ""
|
761 |
|
762 |
-
#: gallery-plugin.php:
|
763 |
msgid ""
|
764 |
"By clicking on the thumbnail you'll go to the link (if the field is filled) "
|
765 |
"or the image will be opened in the lightbox (if the field isn't filled)"
|
766 |
msgstr ""
|
767 |
|
768 |
-
#: gallery-plugin.php:
|
769 |
msgid "Deselect"
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: gallery-plugin.php:
|
773 |
msgid "File name"
|
774 |
msgstr ""
|
775 |
|
776 |
-
#: gallery-plugin.php:
|
777 |
msgid "File type"
|
778 |
msgstr ""
|
779 |
|
780 |
-
#: gallery-plugin.php:
|
781 |
#, fuzzy
|
782 |
msgid "Edit Attachment Info"
|
783 |
msgstr "Ek ID"
|
784 |
|
785 |
-
#: gallery-plugin.php:
|
786 |
#, fuzzy
|
787 |
msgid "Edit Attachment"
|
788 |
msgstr "Ek ID"
|
789 |
|
790 |
-
#: gallery-plugin.php:
|
791 |
msgid "Go Pro"
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: gallery-plugin.php:
|
795 |
msgid "Pro version"
|
796 |
msgstr ""
|
797 |
|
798 |
-
#: gallery-plugin.php:
|
799 |
msgid "This setting is available in Pro version"
|
800 |
msgstr "Bu ayar Pro verisyonda yapılabilir"
|
801 |
|
802 |
-
#: gallery-plugin.php:
|
803 |
msgid "Edit more details"
|
804 |
msgstr ""
|
805 |
|
806 |
-
#: gallery-plugin.php:
|
807 |
#, php-format
|
808 |
msgid "Select %s"
|
809 |
msgstr ""
|
810 |
|
811 |
-
#: gallery-plugin.php:
|
812 |
#, php-format
|
813 |
msgid "Edit “%s”"
|
814 |
msgstr ""
|
815 |
|
816 |
-
#: gallery-plugin.php:
|
817 |
msgid "Edit"
|
818 |
msgstr ""
|
819 |
|
820 |
-
#: gallery-plugin.php:
|
821 |
msgid "Trash"
|
822 |
msgstr ""
|
823 |
|
824 |
-
#: gallery-plugin.php:
|
825 |
msgid "Delete Permanently"
|
826 |
msgstr ""
|
827 |
|
828 |
-
#: gallery-plugin.php:
|
829 |
#, php-format
|
830 |
msgid "View “%s”"
|
831 |
msgstr ""
|
832 |
|
833 |
-
#: gallery-plugin.php:
|
834 |
msgid "View"
|
835 |
msgstr ""
|
836 |
|
837 |
-
#: gallery-plugin.php:
|
838 |
#, fuzzy
|
839 |
msgid "Attach"
|
840 |
msgstr "Ek ID"
|
841 |
|
842 |
-
#: gallery-plugin.php:
|
843 |
msgid "Restore"
|
844 |
msgstr ""
|
845 |
|
846 |
-
#: gallery-plugin.php:
|
847 |
msgid "Warning"
|
848 |
msgstr ""
|
849 |
|
850 |
-
#: gallery-plugin.php:
|
851 |
msgid "You can add only images to the gallery"
|
852 |
msgstr ""
|
853 |
|
854 |
-
#: gallery-plugin.php:
|
855 |
#, fuzzy
|
856 |
msgid "no title"
|
857 |
msgstr "Başlık"
|
858 |
|
859 |
-
#: gallery-plugin.php:
|
860 |
#, fuzzy
|
861 |
msgid "Sorry, no gallery found."
|
862 |
msgstr "Üzgünüz, sonuç bulunamadı."
|
863 |
|
864 |
-
#: gallery-plugin.php:
|
865 |
#, fuzzy
|
866 |
msgid ""
|
867 |
"Display an album image with the description and the link to a single gallery "
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-04-04 15:36+0300\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Ismail Demirbilek <ce.demirbilek@gmail.com>\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: gallery-plugin.php:45 gallery-plugin.php:883 gallery-plugin.php:1268
|
21 |
+
#: gallery-plugin.php:1285
|
22 |
msgid "Settings"
|
23 |
msgstr "Ayarlar"
|
24 |
|
30 |
msgid "Return to all albums"
|
31 |
msgstr ""
|
32 |
|
33 |
+
#: gallery-plugin.php:383
|
34 |
#, fuzzy, php-format
|
35 |
msgid ""
|
36 |
"The following files '%s' and '%s' were not found in the directory of your "
|
42 |
"plugin/template/` dizininden tema dizininize kopyalayınız. Aksi halde Galeri "
|
43 |
"eklentisi doğru çalışmayacaktır."
|
44 |
|
45 |
+
#: gallery-plugin.php:394 gallery-plugin.php:403
|
46 |
msgid "Galleries"
|
47 |
msgstr "Galeriler"
|
48 |
|
49 |
+
#: gallery-plugin.php:395 gallery-plugin.php:2616
|
50 |
msgid "Gallery"
|
51 |
msgstr "Galeri"
|
52 |
|
53 |
+
#: gallery-plugin.php:396
|
54 |
msgid "Add New Gallery"
|
55 |
msgstr "Yeni Galeri"
|
56 |
|
57 |
+
#: gallery-plugin.php:397
|
58 |
msgid "Edit Gallery"
|
59 |
msgstr "Galeriyi Düzenle"
|
60 |
|
61 |
+
#: gallery-plugin.php:398
|
62 |
msgid "New Gallery"
|
63 |
msgstr "Yeni Galeri"
|
64 |
|
65 |
+
#: gallery-plugin.php:399
|
66 |
msgid "View Gallery"
|
67 |
msgstr "Galeriyi görüntüle"
|
68 |
|
69 |
+
#: gallery-plugin.php:400
|
70 |
#, fuzzy
|
71 |
msgid "Search Galleries"
|
72 |
msgstr "Galeriler"
|
73 |
|
74 |
+
#: gallery-plugin.php:401
|
75 |
msgid "No Gallery found"
|
76 |
msgstr "Galeri bulunamadı"
|
77 |
|
78 |
+
#: gallery-plugin.php:458
|
79 |
msgid "Gallery Shortcode"
|
80 |
msgstr "Galeri Kısa Kodu"
|
81 |
|
82 |
+
#: gallery-plugin.php:460 gallery-plugin.php:501 gallery-plugin.php:2599
|
83 |
#, fuzzy
|
84 |
msgid "Gallery Categories"
|
85 |
msgstr "Galeri resim boyutu"
|
86 |
|
87 |
+
#: gallery-plugin.php:470 gallery-plugin.php:902
|
88 |
#, fuzzy, php-format
|
89 |
msgid ""
|
90 |
"If you would like to add a Gallery to your page or post, please use %s button"
|
92 |
"Sayfa ya da yazılara tekil galeri eklemek için bu kısa kodu kopyalayıp sayfa "
|
93 |
"ya da yazı içerisine yapıştırın:"
|
94 |
|
95 |
+
#: gallery-plugin.php:475
|
96 |
#, php-format
|
97 |
msgid ""
|
98 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
100 |
"please use the shortcode below"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: gallery-plugin.php:481
|
104 |
msgid ""
|
105 |
"Add this shortcode to a page, post or widget to display a single gallery"
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: gallery-plugin.php:484
|
109 |
#, fuzzy
|
110 |
msgid ""
|
111 |
"Use this shortcode to display an album image with the description and the "
|
114 |
"Eğer Galeri sayfasına link içeren galeri önizlemesi eklemek isterseniz "
|
115 |
"aşağıdaki kodu yapıştırınız"
|
116 |
|
117 |
+
#: gallery-plugin.php:486
|
118 |
msgid "Short display"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: gallery-plugin.php:502
|
122 |
msgid "Most Used"
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: gallery-plugin.php:507 gallery-plugin.php:1166
|
126 |
msgid "Default"
|
127 |
msgstr "Öntanımlı"
|
128 |
|
129 |
+
#: gallery-plugin.php:512
|
130 |
#, fuzzy
|
131 |
msgid "Add New Gallery Category"
|
132 |
msgstr "Yeni Galeri"
|
133 |
|
134 |
+
#: gallery-plugin.php:517
|
135 |
#, fuzzy
|
136 |
msgid "Install plugin"
|
137 |
msgstr "Yüklü eklentiler"
|
138 |
|
139 |
+
#: gallery-plugin.php:675 gallery-plugin.php:2191 gallery-plugin.php:2306
|
140 |
+
#: gallery-plugin.php:2393
|
141 |
msgid "Title"
|
142 |
msgstr "Başlık"
|
143 |
|
144 |
+
#: gallery-plugin.php:676
|
145 |
msgid "Author"
|
146 |
msgstr "Yazar"
|
147 |
|
148 |
+
#: gallery-plugin.php:677
|
149 |
#, fuzzy
|
150 |
msgid "Shortcode"
|
151 |
msgstr "Galeri Kısa Kodu"
|
152 |
|
153 |
+
#: gallery-plugin.php:678
|
154 |
#, fuzzy
|
155 |
msgid "Photos"
|
156 |
msgstr "Fotoğraf"
|
157 |
|
158 |
+
#: gallery-plugin.php:679
|
159 |
msgid "Date"
|
160 |
msgstr "Tarih"
|
161 |
|
162 |
+
#: gallery-plugin.php:852
|
163 |
msgid "Settings are saved"
|
164 |
msgstr "Ayarlar kaydedildi"
|
165 |
|
166 |
+
#: gallery-plugin.php:869
|
167 |
#, fuzzy
|
168 |
msgid "All plugin settings were restored."
|
169 |
msgstr "Eklenti ayarları: ("
|
170 |
|
171 |
+
#: gallery-plugin.php:881
|
172 |
msgid "Gallery Settings"
|
173 |
msgstr "Galeri ayarları"
|
174 |
|
175 |
+
#: gallery-plugin.php:884
|
176 |
+
msgid "Custom code"
|
177 |
+
msgstr ""
|
178 |
+
|
179 |
+
#: gallery-plugin.php:885
|
180 |
msgid "Go PRO"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: gallery-plugin.php:895
|
184 |
#, fuzzy
|
185 |
msgid "Please enable JavaScript to use the option to renew images."
|
186 |
msgstr "Uploader'ı kullanmak için JavaScript desteğini aktifleştirmelisiniz."
|
187 |
|
188 |
+
#: gallery-plugin.php:907
|
189 |
#, php-format
|
190 |
msgid ""
|
191 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
193 |
"please use the shortcode %s, where * stands for gallery ID"
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: gallery-plugin.php:917
|
197 |
msgid "Number of images in the row"
|
198 |
msgstr "Bir satırdaki resim sayısı"
|
199 |
|
200 |
+
#: gallery-plugin.php:919
|
201 |
#, fuzzy
|
202 |
msgid ""
|
203 |
"The number of images per row can be less depending on the width of the "
|
204 |
"parent block"
|
205 |
msgstr "Bir satırdaki resim sayısı"
|
206 |
|
207 |
+
#: gallery-plugin.php:923 gallery-plugin.php:949
|
208 |
msgid "Image size"
|
209 |
msgstr "Resim boyutu"
|
210 |
|
211 |
+
#: gallery-plugin.php:926
|
212 |
msgid ""
|
213 |
"WordPress will create a new thumbnail with the specified dimensions when you "
|
214 |
"upload a new photo."
|
216 |
"Yeni bir resim yüklediğinizde Wordpress belirlernen boyutlarda bir thumbnail "
|
217 |
"oluşturacaktır."
|
218 |
|
219 |
+
#: gallery-plugin.php:928
|
220 |
#, fuzzy
|
221 |
msgid "For the album cover"
|
222 |
msgstr "Albüm kapağı için resim boyuru"
|
223 |
|
224 |
+
#: gallery-plugin.php:929 gallery-plugin.php:933 gallery-plugin.php:954
|
225 |
msgid "width x height"
|
226 |
msgstr ""
|
227 |
|
228 |
+
#: gallery-plugin.php:929 gallery-plugin.php:933 gallery-plugin.php:954
|
229 |
msgid "in px"
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: gallery-plugin.php:932
|
233 |
#, fuzzy
|
234 |
msgid "For thumbnails"
|
235 |
msgstr "Albüm kapağı için resim boyuru"
|
236 |
|
237 |
+
#: gallery-plugin.php:936
|
238 |
msgid "Update images for gallery"
|
239 |
msgstr ""
|
240 |
|
241 |
+
#: gallery-plugin.php:945 gallery-plugin.php:1144 gallery-plugin.php:1371
|
242 |
msgid "Close"
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: gallery-plugin.php:952
|
246 |
#, fuzzy
|
247 |
msgid "For images in the lightbox"
|
248 |
msgstr "Lightbox içerisindeki resim boyutu"
|
249 |
|
250 |
+
#: gallery-plugin.php:956
|
251 |
msgid "Display a full size image in the lightbox"
|
252 |
msgstr "Lightbox içerisinde tam boyutlu resim göster"
|
253 |
|
254 |
+
#: gallery-plugin.php:961
|
255 |
msgid "Crop position"
|
256 |
msgstr "Kırpma konumu"
|
257 |
|
258 |
+
#: gallery-plugin.php:965 gallery-plugin.php:971
|
259 |
msgid "center"
|
260 |
msgstr "orta"
|
261 |
|
262 |
+
#: gallery-plugin.php:967
|
263 |
msgid "Horizontal"
|
264 |
msgstr "Yatay"
|
265 |
|
266 |
+
#: gallery-plugin.php:973
|
267 |
msgid "Vertical"
|
268 |
msgstr "Dikey"
|
269 |
|
270 |
+
#: gallery-plugin.php:978
|
271 |
#, fuzzy
|
272 |
msgid "Single gallery view"
|
273 |
msgstr "Розмір зображення галерея"
|
274 |
|
275 |
+
#: gallery-plugin.php:981
|
276 |
msgid "Grid"
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: gallery-plugin.php:982
|
280 |
msgid "Masonry"
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: gallery-plugin.php:988 gallery-plugin.php:1209
|
284 |
msgid ""
|
285 |
"If you upgrade to Pro version all your settings and galleries will be saved."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: gallery-plugin.php:995 gallery-plugin.php:1216
|
289 |
msgid "Unlock premium options by upgrading to Pro version"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: gallery-plugin.php:999 gallery-plugin.php:1220
|
293 |
msgid "Start Your Trial"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: gallery-plugin.php:1000 gallery-plugin.php:1221 gallery-plugin.php:2601
|
297 |
msgid "or"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: gallery-plugin.php:1002 gallery-plugin.php:1223
|
301 |
#, fuzzy
|
302 |
msgid "Learn More"
|
303 |
msgstr "Devamını Oku"
|
304 |
|
305 |
+
#: gallery-plugin.php:1010 gallery-plugin.php:1148
|
306 |
msgid "Display image text"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: gallery-plugin.php:1012
|
310 |
#, fuzzy
|
311 |
msgid "Turn off the checkbox, if you want to display text just in a lightbox"
|
312 |
msgstr "Eğer lightbox içerisinde yazı göstermek isterseniz"
|
313 |
|
314 |
+
#: gallery-plugin.php:1016
|
315 |
msgid "Images with border"
|
316 |
msgstr "Çerçeveli resimler"
|
317 |
|
318 |
+
#: gallery-plugin.php:1020
|
319 |
msgid "Border width in px, just numbers"
|
320 |
msgstr "Çerçeve kalınlığı (px) [sadece sayı yazınız]"
|
321 |
|
322 |
+
#: gallery-plugin.php:1021
|
323 |
msgid "Select a border color"
|
324 |
msgstr "Çerçeve rengi seçiniz"
|
325 |
|
326 |
+
#: gallery-plugin.php:1026
|
327 |
msgid "Sort images"
|
328 |
msgstr "Resimleri sırala"
|
329 |
|
330 |
+
#: gallery-plugin.php:1029
|
331 |
#, fuzzy
|
332 |
msgid "by Attachment ID"
|
333 |
msgstr "Ek ID"
|
334 |
|
335 |
+
#: gallery-plugin.php:1030
|
336 |
#, fuzzy
|
337 |
msgid "by Image Name"
|
338 |
msgstr "Resim İsmi"
|
339 |
|
340 |
+
#: gallery-plugin.php:1031 gallery-plugin.php:1052
|
341 |
#, fuzzy
|
342 |
msgid "by Date"
|
343 |
msgstr "Tarih"
|
344 |
|
345 |
+
#: gallery-plugin.php:1032
|
346 |
msgid "by Sorting order in the Gallery"
|
347 |
msgstr ""
|
348 |
|
349 |
+
#: gallery-plugin.php:1033 gallery-plugin.php:1057
|
350 |
msgid "Random"
|
351 |
msgstr "Rastgele"
|
352 |
|
353 |
+
#: gallery-plugin.php:1038
|
354 |
#, fuzzy
|
355 |
msgid "The images sort order"
|
356 |
msgstr "Çerçeveli resimler"
|
357 |
|
358 |
+
#: gallery-plugin.php:1041 gallery-plugin.php:1065
|
359 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
360 |
msgstr "Artan Sırada (1,2,3; a,b,c)"
|
361 |
|
362 |
+
#: gallery-plugin.php:1042 gallery-plugin.php:1066
|
363 |
msgid ""
|
364 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
365 |
msgstr "Azalan Sırada (3,2,1;c,b,a)"
|
366 |
|
367 |
+
#: gallery-plugin.php:1047
|
368 |
#, fuzzy
|
369 |
msgid "Sort galleries"
|
370 |
msgstr "Galeriler"
|
371 |
|
372 |
+
#: gallery-plugin.php:1050
|
373 |
#, fuzzy
|
374 |
msgid "by Gallery ID"
|
375 |
msgstr "Galeri"
|
376 |
|
377 |
+
#: gallery-plugin.php:1051
|
378 |
#, fuzzy
|
379 |
msgid "by Title"
|
380 |
msgstr "Başlık"
|
381 |
|
382 |
+
#: gallery-plugin.php:1053
|
383 |
msgid "by Last modified date"
|
384 |
msgstr ""
|
385 |
|
386 |
+
#: gallery-plugin.php:1054
|
387 |
msgid "by Comment count"
|
388 |
msgstr ""
|
389 |
|
390 |
+
#: gallery-plugin.php:1055
|
391 |
#, fuzzy
|
392 |
msgid "by Sorting order (the input field for sorting order)"
|
393 |
msgstr "Sıralama"
|
394 |
|
395 |
+
#: gallery-plugin.php:1056
|
396 |
#, fuzzy
|
397 |
msgid "by Author"
|
398 |
msgstr "Yazar"
|
399 |
|
400 |
+
#: gallery-plugin.php:1062
|
401 |
msgid "The galleries sort order"
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: gallery-plugin.php:1071
|
405 |
msgid "Start slideshow"
|
406 |
msgstr "Slayt gösterisini başlat"
|
407 |
|
408 |
+
#: gallery-plugin.php:1074
|
409 |
msgid "Slideshow interval"
|
410 |
msgstr "Slayt gösterisi sıklığı"
|
411 |
|
412 |
+
#: gallery-plugin.php:1074
|
413 |
msgid "(ms)"
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: gallery-plugin.php:1078
|
417 |
msgid "Use single lightbox for multiple galleries on one page"
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: gallery-plugin.php:1084
|
421 |
msgid "Display the Back link"
|
422 |
msgstr "Geri linkini göster"
|
423 |
|
424 |
+
#: gallery-plugin.php:1090
|
425 |
msgid "Display the Back link in the shortcode"
|
426 |
msgstr "Kısa kodda Geri linkini göster"
|
427 |
|
428 |
+
#: gallery-plugin.php:1096
|
429 |
msgid "The Back link text"
|
430 |
msgstr "Geri linki başlığı"
|
431 |
|
432 |
+
#: gallery-plugin.php:1102
|
433 |
msgid "The Back link URL"
|
434 |
msgstr "Geri linki URL'si"
|
435 |
|
436 |
+
#: gallery-plugin.php:1105
|
437 |
msgid "Gallery page (Page with Gallery Template)"
|
438 |
msgstr "Galeri sayfası"
|
439 |
|
440 |
+
#: gallery-plugin.php:1107
|
441 |
msgid "(Full URL to custom page)"
|
442 |
msgstr "(Özel sayfaya(custom page) tam link)"
|
443 |
|
444 |
+
#: gallery-plugin.php:1112
|
445 |
msgid "The Read More link text"
|
446 |
msgstr "Devamını oku linki için etiket"
|
447 |
|
448 |
+
#: gallery-plugin.php:1118
|
449 |
msgid "Add gallery to the search"
|
450 |
msgstr ""
|
451 |
|
452 |
+
#: gallery-plugin.php:1123 gallery-plugin.php:1126 gallery-plugin.php:1130
|
453 |
msgid "Using"
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: gallery-plugin.php:1123 gallery-plugin.php:1126 gallery-plugin.php:1130
|
457 |
msgid "powered by"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: gallery-plugin.php:1126 gallery-plugin.php:1346
|
461 |
#, fuzzy
|
462 |
msgid "Activate"
|
463 |
msgstr "Etkinleştirilmiş eklentiler"
|
464 |
|
465 |
+
#: gallery-plugin.php:1130
|
466 |
msgid "Download"
|
467 |
msgstr ""
|
468 |
|
469 |
+
#: gallery-plugin.php:1135
|
470 |
msgid "Rewrite templates after update"
|
471 |
msgstr ""
|
472 |
|
473 |
+
#: gallery-plugin.php:1137
|
474 |
#, php-format
|
475 |
msgid ""
|
476 |
"Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
|
477 |
"theme folder and You don't want to rewrite them"
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: gallery-plugin.php:1151
|
481 |
#, fuzzy
|
482 |
msgid "Under image"
|
483 |
msgstr "görselleri sırala"
|
484 |
|
485 |
+
#: gallery-plugin.php:1152
|
486 |
msgid "By mouse hover"
|
487 |
msgstr ""
|
488 |
|
489 |
+
#: gallery-plugin.php:1157
|
490 |
msgid "Use pagination for images"
|
491 |
msgstr ""
|
492 |
|
493 |
+
#: gallery-plugin.php:1160
|
494 |
msgid "per page"
|
495 |
msgstr ""
|
496 |
|
497 |
+
#: gallery-plugin.php:1164
|
498 |
msgid "Lightbox background"
|
499 |
msgstr "Lightbox arkaplanı"
|
500 |
|
501 |
+
#: gallery-plugin.php:1167
|
502 |
msgid "Background transparency (from 0 to 1)"
|
503 |
msgstr "Arkaplan saydamlığı (0 - 10 arasında)"
|
504 |
|
505 |
+
#: gallery-plugin.php:1168
|
506 |
msgid "Select a background color"
|
507 |
msgstr "Arkaplan rengi seçiniz"
|
508 |
|
509 |
+
#: gallery-plugin.php:1172
|
510 |
msgid "The lightbox helper"
|
511 |
msgstr ""
|
512 |
|
513 |
+
#: gallery-plugin.php:1174
|
514 |
msgid "Do not use"
|
515 |
msgstr ""
|
516 |
|
517 |
+
#: gallery-plugin.php:1175
|
518 |
msgid "Button helper"
|
519 |
msgstr ""
|
520 |
|
521 |
+
#: gallery-plugin.php:1176
|
522 |
msgid "Thumbnail helper"
|
523 |
msgstr ""
|
524 |
|
525 |
+
#: gallery-plugin.php:1180
|
526 |
msgid "Display Like buttons in the lightbox"
|
527 |
msgstr "Lightbox içerisinde beğen butonlarını göster"
|
528 |
|
529 |
+
#: gallery-plugin.php:1182
|
530 |
msgid "FaceBook"
|
531 |
msgstr "Facebook"
|
532 |
|
533 |
+
#: gallery-plugin.php:1183
|
534 |
msgid "Twitter"
|
535 |
msgstr "Twitter"
|
536 |
|
537 |
+
#: gallery-plugin.php:1184
|
538 |
msgid "Pinterest"
|
539 |
msgstr "Pinterest"
|
540 |
|
541 |
+
#: gallery-plugin.php:1185
|
542 |
msgid "Google +1"
|
543 |
msgstr "Google +1"
|
544 |
|
545 |
+
#: gallery-plugin.php:1189
|
546 |
#, fuzzy
|
547 |
msgid "Slug for gallery item"
|
548 |
msgstr "Розмір зображення галерея"
|
549 |
|
550 |
+
#: gallery-plugin.php:1191
|
551 |
msgid "for any structure of permalinks except the default structure"
|
552 |
msgstr ""
|
553 |
|
554 |
+
#: gallery-plugin.php:1195
|
555 |
msgid "Title for lightbox button"
|
556 |
msgstr ""
|
557 |
|
558 |
+
#: gallery-plugin.php:1201
|
559 |
msgid ""
|
560 |
"Display all images in the lightbox instead of going into a single gallery"
|
561 |
msgstr ""
|
562 |
|
563 |
+
#: gallery-plugin.php:1204
|
564 |
#, php-format
|
565 |
msgid "When using the gallery template or a shortcode with `%s` parameter"
|
566 |
msgstr ""
|
567 |
|
568 |
+
#: gallery-plugin.php:1230
|
569 |
msgid "Save Changes"
|
570 |
msgstr "Değişiklikleri Kaydet"
|
571 |
|
572 |
+
#: gallery-plugin.php:1235
|
573 |
msgid ""
|
574 |
"If you install the demo-data, will be created galleries with images, demo-"
|
575 |
"post with available shortcodes and page with a list of all the galleries."
|
576 |
msgstr ""
|
577 |
|
578 |
+
#: gallery-plugin.php:1269
|
579 |
msgid "FAQ"
|
580 |
msgstr "SSS"
|
581 |
|
582 |
+
#: gallery-plugin.php:1270
|
583 |
msgid "Support"
|
584 |
msgstr "Destek"
|
585 |
|
586 |
+
#: gallery-plugin.php:1309
|
587 |
msgid "Updating images..."
|
588 |
msgstr ""
|
589 |
|
590 |
+
#: gallery-plugin.php:1310
|
591 |
#, fuzzy
|
592 |
msgid "No image found."
|
593 |
msgstr "Galeri bulunamadı"
|
594 |
|
595 |
+
#: gallery-plugin.php:1311
|
596 |
msgid "All images are updated."
|
597 |
msgstr ""
|
598 |
|
599 |
+
#: gallery-plugin.php:1312
|
600 |
msgid "Error."
|
601 |
msgstr ""
|
602 |
|
603 |
+
#: gallery-plugin.php:1326
|
604 |
msgid ""
|
605 |
"You are about to delete these items from this gallery.\n"
|
606 |
" 'Cancel' to stop, 'OK' to delete."
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: gallery-plugin.php:1327
|
610 |
msgid ""
|
611 |
"Switching to another mode, all unsaved data will be lost. Save data before "
|
612 |
"switching?"
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: gallery-plugin.php:1328
|
616 |
msgid "Insert Media"
|
617 |
msgstr ""
|
618 |
|
619 |
+
#: gallery-plugin.php:1329
|
620 |
msgid "Insert"
|
621 |
msgstr ""
|
622 |
|
623 |
+
#: gallery-plugin.php:1341
|
624 |
#, fuzzy
|
625 |
msgid "Learn more"
|
626 |
msgstr "Devamını Oku"
|
627 |
|
628 |
+
#: gallery-plugin.php:1353
|
629 |
#, fuzzy
|
630 |
msgid "Install now"
|
631 |
msgstr "%s yükle"
|
632 |
|
633 |
+
#: gallery-plugin.php:1362
|
634 |
msgid "Add multiple gallery categories"
|
635 |
msgstr ""
|
636 |
|
637 |
+
#: gallery-plugin.php:1362
|
638 |
msgid ""
|
639 |
"Install Gallery Categories plugin to add unlimited number of categories."
|
640 |
msgstr ""
|
641 |
|
642 |
+
#: gallery-plugin.php:1649 template/gallery-single-template.php:103
|
643 |
msgid "Sorry, nothing found."
|
644 |
msgstr "Üzgünüz, sonuç bulunamadı."
|
645 |
|
646 |
+
#: gallery-plugin.php:1662 template/gallery-single-template.php:124
|
647 |
msgid "Image"
|
648 |
msgstr "Görsel"
|
649 |
|
650 |
+
#: gallery-plugin.php:1662 template/gallery-single-template.php:19
|
651 |
msgid "Download high resolution image"
|
652 |
msgstr "Yüksek çözünürlüklü görseli indir"
|
653 |
|
654 |
+
#: gallery-plugin.php:1793
|
655 |
#, fuzzy
|
656 |
msgid "Image size not defined"
|
657 |
msgstr "Resim boyutu"
|
658 |
|
659 |
+
#: gallery-plugin.php:1808
|
660 |
msgid ""
|
661 |
"We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
|
662 |
"manually reload image."
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: gallery-plugin.php:1819
|
666 |
msgid "Image size changes not defined"
|
667 |
msgstr ""
|
668 |
|
669 |
+
#: gallery-plugin.php:1848 gallery-plugin.php:1851 gallery-plugin.php:1856
|
670 |
msgid "Invalid path"
|
671 |
msgstr ""
|
672 |
|
673 |
+
#: gallery-plugin.php:1959
|
674 |
msgid "Add images requires JavaScript."
|
675 |
msgstr ""
|
676 |
|
677 |
+
#: gallery-plugin.php:1962
|
678 |
msgid "Add Media"
|
679 |
msgstr ""
|
680 |
|
681 |
+
#: gallery-plugin.php:1972
|
682 |
msgid "The grid view for the Gallery images requires JavaScript."
|
683 |
msgstr ""
|
684 |
|
685 |
+
#: gallery-plugin.php:1972
|
686 |
msgid "Switch to the list view"
|
687 |
msgstr ""
|
688 |
|
689 |
+
#: gallery-plugin.php:1999
|
690 |
msgid "List View"
|
691 |
msgstr ""
|
692 |
|
693 |
+
#: gallery-plugin.php:2000
|
694 |
msgid "Grid View"
|
695 |
msgstr ""
|
696 |
|
697 |
+
#: gallery-plugin.php:2055
|
698 |
msgid "Filter"
|
699 |
msgstr ""
|
700 |
|
701 |
+
#: gallery-plugin.php:2059
|
702 |
msgid "Empty Trash"
|
703 |
msgstr ""
|
704 |
|
705 |
+
#: gallery-plugin.php:2080
|
706 |
#, fuzzy
|
707 |
msgid "No images found"
|
708 |
msgstr "Galeri bulunamadı"
|
709 |
|
710 |
+
#: gallery-plugin.php:2132
|
711 |
msgid "Select bulk action"
|
712 |
msgstr ""
|
713 |
|
714 |
+
#: gallery-plugin.php:2134
|
715 |
msgid "Bulk Actions"
|
716 |
msgstr ""
|
717 |
|
718 |
+
#: gallery-plugin.php:2144
|
719 |
msgid "Apply"
|
720 |
msgstr ""
|
721 |
|
722 |
+
#: gallery-plugin.php:2151 gallery-plugin.php:2330
|
723 |
#, fuzzy
|
724 |
msgid "Delete from Gallery"
|
725 |
msgstr "Yeni Galeri"
|
726 |
|
727 |
+
#: gallery-plugin.php:2164 gallery-plugin.php:2178
|
728 |
#, fuzzy
|
729 |
msgid "Display link to the original file under each image in the lightbox"
|
730 |
msgstr "Lightbox içerisinde tam boyutlu resim göster"
|
731 |
|
732 |
+
#: gallery-plugin.php:2173
|
733 |
msgid "Bulk Select"
|
734 |
msgstr ""
|
735 |
|
736 |
+
#: gallery-plugin.php:2175
|
737 |
msgid "Cancel Selection"
|
738 |
msgstr ""
|
739 |
|
740 |
+
#: gallery-plugin.php:2176
|
741 |
msgid "Delete Selected"
|
742 |
msgstr ""
|
743 |
|
744 |
+
#: gallery-plugin.php:2189
|
745 |
msgid "File"
|
746 |
msgstr ""
|
747 |
|
748 |
+
#: gallery-plugin.php:2190 gallery-plugin.php:2279 gallery-plugin.php:2388
|
749 |
msgid "Dimensions"
|
750 |
msgstr ""
|
751 |
|
752 |
+
#: gallery-plugin.php:2192 gallery-plugin.php:2312 gallery-plugin.php:2398
|
753 |
msgid "Alt tag"
|
754 |
msgstr ""
|
755 |
|
756 |
+
#: gallery-plugin.php:2192 gallery-plugin.php:2314
|
757 |
msgid ""
|
758 |
"The alt attribute specifies an alternate text for an image, if the image "
|
759 |
"cannot be displayed."
|
760 |
msgstr ""
|
761 |
|
762 |
+
#: gallery-plugin.php:2193 gallery-plugin.php:2320 gallery-plugin.php:2403
|
763 |
msgid "Custom URL"
|
764 |
msgstr ""
|
765 |
|
766 |
+
#: gallery-plugin.php:2193 gallery-plugin.php:2322
|
767 |
msgid ""
|
768 |
"By clicking on the thumbnail you'll go to the link (if the field is filled) "
|
769 |
"or the image will be opened in the lightbox (if the field isn't filled)"
|
770 |
msgstr ""
|
771 |
|
772 |
+
#: gallery-plugin.php:2271
|
773 |
msgid "Deselect"
|
774 |
msgstr ""
|
775 |
|
776 |
+
#: gallery-plugin.php:2277
|
777 |
msgid "File name"
|
778 |
msgstr ""
|
779 |
|
780 |
+
#: gallery-plugin.php:2278
|
781 |
msgid "File type"
|
782 |
msgstr ""
|
783 |
|
784 |
+
#: gallery-plugin.php:2282 gallery-plugin.php:2384
|
785 |
#, fuzzy
|
786 |
msgid "Edit Attachment Info"
|
787 |
msgstr "Ek ID"
|
788 |
|
789 |
+
#: gallery-plugin.php:2282
|
790 |
#, fuzzy
|
791 |
msgid "Edit Attachment"
|
792 |
msgstr "Ek ID"
|
793 |
|
794 |
+
#: gallery-plugin.php:2292
|
795 |
msgid "Go Pro"
|
796 |
msgstr ""
|
797 |
|
798 |
+
#: gallery-plugin.php:2292
|
799 |
msgid "Pro version"
|
800 |
msgstr ""
|
801 |
|
802 |
+
#: gallery-plugin.php:2295
|
803 |
msgid "This setting is available in Pro version"
|
804 |
msgstr "Bu ayar Pro verisyonda yapılabilir"
|
805 |
|
806 |
+
#: gallery-plugin.php:2328
|
807 |
msgid "Edit more details"
|
808 |
msgstr ""
|
809 |
|
810 |
+
#: gallery-plugin.php:2363
|
811 |
#, php-format
|
812 |
msgid "Select %s"
|
813 |
msgstr ""
|
814 |
|
815 |
+
#: gallery-plugin.php:2376
|
816 |
#, php-format
|
817 |
msgid "Edit “%s”"
|
818 |
msgstr ""
|
819 |
|
820 |
+
#: gallery-plugin.php:2421 gallery-plugin.php:2434
|
821 |
msgid "Edit"
|
822 |
msgstr ""
|
823 |
|
824 |
+
#: gallery-plugin.php:2424 gallery-plugin.php:2439
|
825 |
msgid "Trash"
|
826 |
msgstr ""
|
827 |
|
828 |
+
#: gallery-plugin.php:2427 gallery-plugin.php:2442
|
829 |
msgid "Delete Permanently"
|
830 |
msgstr ""
|
831 |
|
832 |
+
#: gallery-plugin.php:2429 gallery-plugin.php:2447
|
833 |
#, php-format
|
834 |
msgid "View “%s”"
|
835 |
msgstr ""
|
836 |
|
837 |
+
#: gallery-plugin.php:2429 gallery-plugin.php:2447
|
838 |
msgid "View"
|
839 |
msgstr ""
|
840 |
|
841 |
+
#: gallery-plugin.php:2431
|
842 |
#, fuzzy
|
843 |
msgid "Attach"
|
844 |
msgstr "Ek ID"
|
845 |
|
846 |
+
#: gallery-plugin.php:2437
|
847 |
msgid "Restore"
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: gallery-plugin.php:2568
|
851 |
msgid "Warning"
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: gallery-plugin.php:2568
|
855 |
msgid "You can add only images to the gallery"
|
856 |
msgstr ""
|
857 |
|
858 |
+
#: gallery-plugin.php:2610
|
859 |
#, fuzzy
|
860 |
msgid "no title"
|
861 |
msgstr "Başlık"
|
862 |
|
863 |
+
#: gallery-plugin.php:2618
|
864 |
#, fuzzy
|
865 |
msgid "Sorry, no gallery found."
|
866 |
msgstr "Üzgünüz, sonuç bulunamadı."
|
867 |
|
868 |
+
#: gallery-plugin.php:2624
|
869 |
#, fuzzy
|
870 |
msgid ""
|
871 |
"Display an album image with the description and the link to a single gallery "
|
languages/gallery-plugin-uk.mo
CHANGED
Binary file
|
languages/gallery-plugin-uk.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
-
"PO-Revision-Date: 2016-
|
7 |
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
|
9 |
"Language: uk_UA\n"
|
@@ -16,7 +16,7 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: gallery-plugin.php:45 gallery-plugin.php:
|
20 |
#: gallery-plugin.php:1281
|
21 |
msgid "Settings"
|
22 |
msgstr "Налаштування"
|
@@ -29,7 +29,7 @@ msgstr "Дивитися зображення »"
|
|
29 |
msgid "Return to all albums"
|
30 |
msgstr "Повернутись до всіх альбомів"
|
31 |
|
32 |
-
#: gallery-plugin.php:
|
33 |
#, php-format
|
34 |
msgid ""
|
35 |
"The following files '%s' and '%s' were not found in the directory of your "
|
@@ -39,47 +39,47 @@ msgstr ""
|
|
39 |
"В папці вашої теми файли '%s' та '%s' не знайдені. Для правильної роботи "
|
40 |
"плагіну Gallery, будь ласка, скопіюйте їх з папки `%s` в папку вашої теми"
|
41 |
|
42 |
-
#: gallery-plugin.php:
|
43 |
msgid "Galleries"
|
44 |
msgstr "Галереї"
|
45 |
|
46 |
-
#: gallery-plugin.php:
|
47 |
msgid "Gallery"
|
48 |
msgstr "Галерея"
|
49 |
|
50 |
-
#: gallery-plugin.php:
|
51 |
msgid "Add New Gallery"
|
52 |
msgstr "Додати нову галерею"
|
53 |
|
54 |
-
#: gallery-plugin.php:
|
55 |
msgid "Edit Gallery"
|
56 |
msgstr "Редагувати галерею"
|
57 |
|
58 |
-
#: gallery-plugin.php:
|
59 |
msgid "New Gallery"
|
60 |
msgstr "Нова галерея"
|
61 |
|
62 |
-
#: gallery-plugin.php:
|
63 |
msgid "View Gallery"
|
64 |
msgstr "Переглянути галерею"
|
65 |
|
66 |
-
#: gallery-plugin.php:
|
67 |
msgid "Search Galleries"
|
68 |
msgstr "Шукати Галереї"
|
69 |
|
70 |
-
#: gallery-plugin.php:
|
71 |
msgid "No Gallery found"
|
72 |
msgstr "Галерею не знайдено"
|
73 |
|
74 |
-
#: gallery-plugin.php:
|
75 |
msgid "Gallery Shortcode"
|
76 |
msgstr "Шорткод галереї"
|
77 |
|
78 |
-
#: gallery-plugin.php:
|
79 |
msgid "Gallery Categories"
|
80 |
msgstr "Категорії галерей"
|
81 |
|
82 |
-
#: gallery-plugin.php:
|
83 |
#, php-format
|
84 |
msgid ""
|
85 |
"If you would like to add a Gallery to your page or post, please use %s button"
|
@@ -87,7 +87,7 @@ msgstr ""
|
|
87 |
"Якщо ви хочете додати галерею на вашу сторінку або пост, будь ласка, "
|
88 |
"використовуйте кнопку %s"
|
89 |
|
90 |
-
#: gallery-plugin.php:
|
91 |
#, php-format
|
92 |
msgid ""
|
93 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
@@ -98,81 +98,85 @@ msgstr ""
|
|
98 |
"в блоці редагування контенту в режимі Visual. Якщо кнопка не відображається, "
|
99 |
"будь ласка, використовуйте шорткод"
|
100 |
|
101 |
-
#: gallery-plugin.php:
|
102 |
msgid ""
|
103 |
"Add this shortcode to a page, post or widget to display a single gallery"
|
104 |
msgstr "Додати цей шорткод у сторінку, пост чи віджет для відображення галереї"
|
105 |
|
106 |
-
#: gallery-plugin.php:
|
107 |
msgid ""
|
108 |
"Use this shortcode to display an album image with the description and the "
|
109 |
"link to a single gallery page"
|
110 |
msgstr ""
|
111 |
"Вивести короткий опис зі скріншотом та посиланням на сторінку з галереєю"
|
112 |
|
113 |
-
#: gallery-plugin.php:
|
114 |
msgid "Short display"
|
115 |
msgstr "Скорочене відображення"
|
116 |
|
117 |
-
#: gallery-plugin.php:
|
118 |
msgid "Most Used"
|
119 |
msgstr "Часто вживані"
|
120 |
|
121 |
-
#: gallery-plugin.php:
|
122 |
msgid "Default"
|
123 |
msgstr "за замовчуванням"
|
124 |
|
125 |
-
#: gallery-plugin.php:
|
126 |
msgid "Add New Gallery Category"
|
127 |
msgstr "Додати нову категорію галерей"
|
128 |
|
129 |
-
#: gallery-plugin.php:
|
130 |
msgid "Install plugin"
|
131 |
msgstr "Встановити плагін"
|
132 |
|
133 |
-
#: gallery-plugin.php:
|
134 |
-
#: gallery-plugin.php:
|
135 |
msgid "Title"
|
136 |
msgstr "Назва"
|
137 |
|
138 |
-
#: gallery-plugin.php:
|
139 |
msgid "Author"
|
140 |
msgstr "Автор"
|
141 |
|
142 |
-
#: gallery-plugin.php:
|
143 |
msgid "Shortcode"
|
144 |
msgstr "Шорткод"
|
145 |
|
146 |
-
#: gallery-plugin.php:
|
147 |
msgid "Photos"
|
148 |
msgstr "Фото"
|
149 |
|
150 |
-
#: gallery-plugin.php:
|
151 |
msgid "Date"
|
152 |
msgstr "Дата"
|
153 |
|
154 |
-
#: gallery-plugin.php:
|
155 |
msgid "Settings are saved"
|
156 |
msgstr "Налаштування збережено"
|
157 |
|
158 |
-
#: gallery-plugin.php:
|
159 |
msgid "All plugin settings were restored."
|
160 |
msgstr "Налаштування плагіну відновлені."
|
161 |
|
162 |
-
#: gallery-plugin.php:
|
163 |
msgid "Gallery Settings"
|
164 |
msgstr "Налаштування Gallery"
|
165 |
|
166 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
167 |
msgid "Go PRO"
|
168 |
msgstr "Придбати PRO версію"
|
169 |
|
170 |
-
#: gallery-plugin.php:
|
171 |
msgid "Please enable JavaScript to use the option to renew images."
|
172 |
msgstr ""
|
173 |
"Будь ласка, увімкніть JavaScript для використання опції оновлення зображень."
|
174 |
|
175 |
-
#: gallery-plugin.php:
|
176 |
#, php-format
|
177 |
msgid ""
|
178 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
@@ -183,11 +187,11 @@ msgstr ""
|
|
183 |
"в блоці редагування контенту в режимі Visual. Якщо кнопка не відображається, "
|
184 |
"будь ласка, використовуйте шорткод %s, де * позначає ID галереї"
|
185 |
|
186 |
-
#: gallery-plugin.php:
|
187 |
msgid "Number of images in the row"
|
188 |
msgstr "Кількість зображень у рядку"
|
189 |
|
190 |
-
#: gallery-plugin.php:
|
191 |
msgid ""
|
192 |
"The number of images per row can be less depending on the width of the "
|
193 |
"parent block"
|
@@ -195,11 +199,11 @@ msgstr ""
|
|
195 |
"Кількість зображень в рядку може бути менше в залежності від ширини "
|
196 |
"батьківського блоку"
|
197 |
|
198 |
-
#: gallery-plugin.php:
|
199 |
msgid "Image size"
|
200 |
msgstr "Розмір зображення"
|
201 |
|
202 |
-
#: gallery-plugin.php:
|
203 |
msgid ""
|
204 |
"WordPress will create a new thumbnail with the specified dimensions when you "
|
205 |
"upload a new photo."
|
@@ -207,351 +211,343 @@ msgstr ""
|
|
207 |
"Коли ви завантажите нове зображення, WordPress створить іконки відповідно до "
|
208 |
"заданих розмірів."
|
209 |
|
210 |
-
#: gallery-plugin.php:
|
211 |
msgid "For the album cover"
|
212 |
msgstr "Для обкладинки альбому"
|
213 |
|
214 |
-
#: gallery-plugin.php:
|
215 |
msgid "width x height"
|
216 |
msgstr "ширина x висота"
|
217 |
|
218 |
-
#: gallery-plugin.php:
|
219 |
msgid "in px"
|
220 |
msgstr "в px"
|
221 |
|
222 |
-
#: gallery-plugin.php:
|
223 |
msgid "For thumbnails"
|
224 |
msgstr "Для мініатюр"
|
225 |
|
226 |
-
#: gallery-plugin.php:
|
227 |
msgid "Update images for gallery"
|
228 |
msgstr "Оновити всі зображення галереї"
|
229 |
|
230 |
-
#: gallery-plugin.php:
|
231 |
msgid "Close"
|
232 |
msgstr "Закрити"
|
233 |
|
234 |
-
#: gallery-plugin.php:
|
235 |
msgid "For images in the lightbox"
|
236 |
msgstr "Для зображень в лайтбоксі"
|
237 |
|
238 |
-
#: gallery-plugin.php:
|
239 |
msgid "Display a full size image in the lightbox"
|
240 |
msgstr "Відображати повне зображення в лайтбоксі"
|
241 |
|
242 |
-
#: gallery-plugin.php:
|
243 |
msgid "Crop position"
|
244 |
msgstr "Обрізання"
|
245 |
|
246 |
-
#: gallery-plugin.php:
|
247 |
msgid "center"
|
248 |
msgstr "центр"
|
249 |
|
250 |
-
#: gallery-plugin.php:
|
251 |
msgid "Horizontal"
|
252 |
msgstr "Горизонтальна"
|
253 |
|
254 |
-
#: gallery-plugin.php:
|
255 |
msgid "Vertical"
|
256 |
msgstr "Вертикальна"
|
257 |
|
258 |
-
#: gallery-plugin.php:
|
259 |
-
msgid "Single gallery view"
|
260 |
-
msgstr "Вид галереї"
|
261 |
-
|
262 |
-
#: gallery-plugin.php:979
|
263 |
-
msgid "Grid"
|
264 |
-
msgstr "Сітка"
|
265 |
-
|
266 |
-
#: gallery-plugin.php:980
|
267 |
-
msgid "Masonry"
|
268 |
-
msgstr "Masonry"
|
269 |
-
|
270 |
-
#: gallery-plugin.php:986 gallery-plugin.php:1207
|
271 |
msgid ""
|
272 |
"If you upgrade to Pro version all your settings and galleries will be saved."
|
273 |
msgstr ""
|
274 |
"Якщо ви перейшли на PRO версію, всі налаштування і галереї буде збережено."
|
275 |
|
276 |
-
#: gallery-plugin.php:
|
277 |
msgid "Unlock premium options by upgrading to Pro version"
|
278 |
msgstr "Відкрийте додаткові опції, перейшовши на Pro версію"
|
279 |
|
280 |
-
#: gallery-plugin.php:
|
281 |
msgid "Start Your Trial"
|
282 |
msgstr "Отримати пробну версію"
|
283 |
|
284 |
-
#: gallery-plugin.php:
|
285 |
msgid "or"
|
286 |
msgstr "або"
|
287 |
|
288 |
-
#: gallery-plugin.php:
|
289 |
msgid "Learn More"
|
290 |
msgstr "Дізнатись більше"
|
291 |
|
292 |
-
#: gallery-plugin.php:
|
293 |
msgid "Display image text"
|
294 |
msgstr "Відображати текст до зображень"
|
295 |
|
296 |
-
#: gallery-plugin.php:
|
297 |
msgid "Turn off the checkbox, if you want to display text just in a lightbox"
|
298 |
msgstr ""
|
299 |
"Приберіть позначку, якщо ви хочете відображати текст тільки у лайтбоксі"
|
300 |
|
301 |
-
#: gallery-plugin.php:
|
302 |
msgid "Images with border"
|
303 |
msgstr "Зображення з рамкою"
|
304 |
|
305 |
-
#: gallery-plugin.php:
|
306 |
msgid "Border width in px, just numbers"
|
307 |
msgstr "Ширина рамки у пікселях, тільки числа"
|
308 |
|
309 |
-
#: gallery-plugin.php:
|
310 |
-
msgid "Select a border color"
|
311 |
-
msgstr "Виберіть колір рамки"
|
312 |
-
|
313 |
-
#: gallery-plugin.php:1024
|
314 |
msgid "Sort images"
|
315 |
msgstr "Сортувати зображення"
|
316 |
|
317 |
-
#: gallery-plugin.php:
|
318 |
msgid "by Attachment ID"
|
319 |
msgstr "по ID зображення"
|
320 |
|
321 |
-
#: gallery-plugin.php:
|
322 |
msgid "by Image Name"
|
323 |
msgstr "по Назві зображення"
|
324 |
|
325 |
-
#: gallery-plugin.php:
|
326 |
msgid "by Date"
|
327 |
msgstr "по Даті"
|
328 |
|
329 |
-
#: gallery-plugin.php:
|
330 |
msgid "by Sorting order in the Gallery"
|
331 |
msgstr "по Порядку сортування в галереї"
|
332 |
|
333 |
-
#: gallery-plugin.php:
|
334 |
msgid "Random"
|
335 |
msgstr "Довільно"
|
336 |
|
337 |
-
#: gallery-plugin.php:
|
338 |
msgid "The images sort order"
|
339 |
msgstr "Порядок сортування зображень"
|
340 |
|
341 |
-
#: gallery-plugin.php:
|
342 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
343 |
msgstr ""
|
344 |
"ASC (в порядку зростання від найменшого до найбільшого значення - 1, 2, 3; "
|
345 |
"а, б, в)"
|
346 |
|
347 |
-
#: gallery-plugin.php:
|
348 |
msgid ""
|
349 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
350 |
msgstr ""
|
351 |
"DESC (в порядку зменшення від найбільшого до найменшого значення - 3, 2, 1; "
|
352 |
"в, б, а)"
|
353 |
|
354 |
-
#: gallery-plugin.php:
|
355 |
msgid "Sort galleries"
|
356 |
msgstr "Сортувати галереї"
|
357 |
|
358 |
-
#: gallery-plugin.php:
|
359 |
msgid "by Gallery ID"
|
360 |
msgstr "по ID галереї"
|
361 |
|
362 |
-
#: gallery-plugin.php:
|
363 |
msgid "by Title"
|
364 |
msgstr "по Назві"
|
365 |
|
366 |
-
#: gallery-plugin.php:
|
367 |
msgid "by Last modified date"
|
368 |
msgstr "по Даті останньої зміни"
|
369 |
|
370 |
-
#: gallery-plugin.php:
|
371 |
msgid "by Comment count"
|
372 |
msgstr "за Кількістю коментарів"
|
373 |
|
374 |
-
#: gallery-plugin.php:
|
375 |
msgid "by Sorting order (the input field for sorting order)"
|
376 |
msgstr "по Порядку сортування (поле введення для сортування)"
|
377 |
|
378 |
-
#: gallery-plugin.php:
|
379 |
msgid "by Author"
|
380 |
msgstr "по Автору"
|
381 |
|
382 |
-
#: gallery-plugin.php:
|
383 |
msgid "The galleries sort order"
|
384 |
msgstr "Порядок сортування галерей"
|
385 |
|
386 |
-
#: gallery-plugin.php:
|
387 |
msgid "Start slideshow"
|
388 |
msgstr "Розпочати слайд-шоу"
|
389 |
|
390 |
-
#: gallery-plugin.php:
|
391 |
msgid "Slideshow interval"
|
392 |
msgstr "Інтервал між слайдами"
|
393 |
|
394 |
-
#: gallery-plugin.php:
|
395 |
msgid "(ms)"
|
396 |
msgstr "(мс)"
|
397 |
|
398 |
-
#: gallery-plugin.php:
|
399 |
msgid "Use single lightbox for multiple galleries on one page"
|
400 |
msgstr "Використовувати один лайтбокс для багатьох галерей на сторінці"
|
401 |
|
402 |
-
#: gallery-plugin.php:
|
403 |
msgid "Display the Back link"
|
404 |
-
msgstr "Відображати посилання
|
405 |
|
406 |
-
#: gallery-plugin.php:
|
407 |
msgid "Display the Back link in the shortcode"
|
408 |
-
msgstr "Відображати посилання
|
409 |
|
410 |
-
#: gallery-plugin.php:
|
411 |
msgid "The Back link text"
|
412 |
-
msgstr "Текст для посилання
|
413 |
|
414 |
-
#: gallery-plugin.php:
|
415 |
msgid "The Back link URL"
|
416 |
-
msgstr "URL для посилання
|
417 |
|
418 |
-
#: gallery-plugin.php:
|
419 |
msgid "Gallery page (Page with Gallery Template)"
|
420 |
msgstr "Сторінка галереї (сторінка з шаблоном галереї)"
|
421 |
|
422 |
-
#: gallery-plugin.php:
|
423 |
msgid "(Full URL to custom page)"
|
424 |
msgstr "(Повне посилання на сторінку користувача)"
|
425 |
|
426 |
-
#: gallery-plugin.php:
|
427 |
msgid "The Read More link text"
|
428 |
msgstr "Текст для посилання Дізнатися більше"
|
429 |
|
430 |
-
#: gallery-plugin.php:
|
431 |
msgid "Add gallery to the search"
|
432 |
msgstr "Додати галерею до пошуку"
|
433 |
|
434 |
-
#: gallery-plugin.php:
|
435 |
msgid "Using"
|
436 |
msgstr "Використовуючи"
|
437 |
|
438 |
-
#: gallery-plugin.php:
|
439 |
msgid "powered by"
|
440 |
msgstr "розроблений"
|
441 |
|
442 |
-
#: gallery-plugin.php:
|
443 |
msgid "Activate"
|
444 |
msgstr "Активувати"
|
445 |
|
446 |
-
#: gallery-plugin.php:
|
447 |
msgid "Download"
|
448 |
msgstr "Завантажити"
|
449 |
|
450 |
-
#: gallery-plugin.php:
|
451 |
msgid "Rewrite templates after update"
|
452 |
msgstr "Перезаписати шаблони після оновлення"
|
453 |
|
454 |
-
#: gallery-plugin.php:
|
455 |
#, php-format
|
456 |
msgid ""
|
457 |
"Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
|
458 |
"theme folder and You don't want to rewrite them"
|
459 |
msgstr ""
|
460 |
-
"Приберіть галочку, якщо ви редагували файл '%s' або '%s' в
|
461 |
-
"хочете
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
462 |
|
463 |
-
#: gallery-plugin.php:
|
464 |
msgid "Under image"
|
465 |
msgstr "Під зображенням"
|
466 |
|
467 |
-
#: gallery-plugin.php:
|
468 |
msgid "By mouse hover"
|
469 |
msgstr "За наведення миші"
|
470 |
|
471 |
-
#: gallery-plugin.php:
|
472 |
msgid "Use pagination for images"
|
473 |
msgstr "Використовувати пагінацію для зображень"
|
474 |
|
475 |
-
#: gallery-plugin.php:
|
476 |
msgid "per page"
|
477 |
msgstr "на сторінці"
|
478 |
|
479 |
-
#: gallery-plugin.php:
|
480 |
msgid "Lightbox background"
|
481 |
msgstr "Фон лайтбоксу"
|
482 |
|
483 |
-
#: gallery-plugin.php:
|
484 |
msgid "Background transparency (from 0 to 1)"
|
485 |
msgstr "Прозорість фону (від 0 до 1)"
|
486 |
|
487 |
-
#: gallery-plugin.php:
|
488 |
-
msgid "Select a background color"
|
489 |
-
msgstr "Виберіть колір фону"
|
490 |
-
|
491 |
-
#: gallery-plugin.php:1170
|
492 |
msgid "The lightbox helper"
|
493 |
msgstr "Допоміжний елемент лайтбоксу"
|
494 |
|
495 |
-
#: gallery-plugin.php:
|
496 |
msgid "Do not use"
|
497 |
msgstr "Не використовувати"
|
498 |
|
499 |
-
#: gallery-plugin.php:
|
500 |
msgid "Button helper"
|
501 |
msgstr "Допоміжні кнопки"
|
502 |
|
503 |
-
#: gallery-plugin.php:
|
504 |
msgid "Thumbnail helper"
|
505 |
msgstr "Допоміжні мініатюри"
|
506 |
|
507 |
-
#: gallery-plugin.php:
|
508 |
msgid "Display Like buttons in the lightbox"
|
509 |
msgstr "Відображати кнопки Подобається у лайтбоксі"
|
510 |
|
511 |
-
#: gallery-plugin.php:
|
512 |
msgid "FaceBook"
|
513 |
msgstr "FaceBook"
|
514 |
|
515 |
-
#: gallery-plugin.php:
|
516 |
msgid "Twitter"
|
517 |
msgstr "Twitter"
|
518 |
|
519 |
-
#: gallery-plugin.php:
|
520 |
msgid "Pinterest"
|
521 |
msgstr "Pinterest"
|
522 |
|
523 |
-
#: gallery-plugin.php:
|
524 |
msgid "Google +1"
|
525 |
msgstr "Google +1"
|
526 |
|
527 |
-
#: gallery-plugin.php:
|
528 |
msgid "Slug for gallery item"
|
529 |
msgstr "Назва для елементів галереї"
|
530 |
|
531 |
-
#: gallery-plugin.php:
|
532 |
msgid "for any structure of permalinks except the default structure"
|
533 |
msgstr "для будь-якої структури посилань, за винятком стандартної структури"
|
534 |
|
535 |
-
#: gallery-plugin.php:
|
536 |
msgid "Title for lightbox button"
|
537 |
msgstr "Назва кнопки лайтбоксу"
|
538 |
|
539 |
-
#: gallery-plugin.php:
|
540 |
msgid ""
|
541 |
"Display all images in the lightbox instead of going into a single gallery"
|
542 |
msgstr ""
|
543 |
"Відображати всі зображення у лайтбоксі замість переходу до окремої галереї"
|
544 |
|
545 |
-
#: gallery-plugin.php:
|
546 |
#, php-format
|
547 |
msgid "When using the gallery template or a shortcode with `%s` parameter"
|
548 |
msgstr "Коли використовується темплейт галереї або шорткод з параметром `%s`"
|
549 |
|
550 |
-
#: gallery-plugin.php:
|
551 |
msgid "Save Changes"
|
552 |
msgstr "Зберегти зміни"
|
553 |
|
554 |
-
#: gallery-plugin.php:
|
555 |
msgid ""
|
556 |
"If you install the demo-data, will be created galleries with images, demo-"
|
557 |
"post with available shortcodes and page with a list of all the galleries."
|
@@ -567,23 +563,23 @@ msgstr "FAQ"
|
|
567 |
msgid "Support"
|
568 |
msgstr "Підтримка"
|
569 |
|
570 |
-
#: gallery-plugin.php:
|
571 |
msgid "Updating images..."
|
572 |
msgstr "Оновлення зображень…"
|
573 |
|
574 |
-
#: gallery-plugin.php:
|
575 |
msgid "No image found."
|
576 |
msgstr "Зображення не знайдено."
|
577 |
|
578 |
-
#: gallery-plugin.php:
|
579 |
msgid "All images are updated."
|
580 |
msgstr "Всі зображення оновлено."
|
581 |
|
582 |
-
#: gallery-plugin.php:
|
583 |
msgid "Error."
|
584 |
msgstr "Помилка."
|
585 |
|
586 |
-
#: gallery-plugin.php:
|
587 |
msgid ""
|
588 |
"You are about to delete these items from this gallery.\n"
|
589 |
" 'Cancel' to stop, 'OK' to delete."
|
@@ -591,7 +587,7 @@ msgstr ""
|
|
591 |
"Ви збираєтесь видалити вибрані елементи з галереї. \n"
|
592 |
"'Відміна' - скасувати, 'OK' - видалити."
|
593 |
|
594 |
-
#: gallery-plugin.php:
|
595 |
msgid ""
|
596 |
"Switching to another mode, all unsaved data will be lost. Save data before "
|
597 |
"switching?"
|
@@ -599,50 +595,50 @@ msgstr ""
|
|
599 |
"При переході на інший режим, всі незбережіні дані будуть втрачені. Зберегти "
|
600 |
"їх перед переходом?"
|
601 |
|
602 |
-
#: gallery-plugin.php:
|
603 |
msgid "Insert Media"
|
604 |
msgstr "Додати Медіа"
|
605 |
|
606 |
-
#: gallery-plugin.php:
|
607 |
msgid "Insert"
|
608 |
msgstr "Додати"
|
609 |
|
610 |
-
#: gallery-plugin.php:
|
611 |
msgid "Learn more"
|
612 |
msgstr "Докладніше"
|
613 |
|
614 |
-
#: gallery-plugin.php:
|
615 |
msgid "Install now"
|
616 |
msgstr "Встановити"
|
617 |
|
618 |
-
#: gallery-plugin.php:
|
619 |
msgid "Add multiple gallery categories"
|
620 |
msgstr "Додати декілька категорій галереї"
|
621 |
|
622 |
-
#: gallery-plugin.php:
|
623 |
msgid ""
|
624 |
"Install Gallery Categories plugin to add unlimited number of categories."
|
625 |
msgstr ""
|
626 |
"Встановити плагін Gallery Categories, щоб мати змогу додати необмежену "
|
627 |
"кількість категорій."
|
628 |
|
629 |
-
#: gallery-plugin.php:
|
630 |
msgid "Sorry, nothing found."
|
631 |
msgstr "Вибачте, нічого не знайдено."
|
632 |
|
633 |
-
#: gallery-plugin.php:
|
634 |
msgid "Image"
|
635 |
msgstr "Зображення"
|
636 |
|
637 |
-
#: gallery-plugin.php:
|
638 |
msgid "Download high resolution image"
|
639 |
msgstr "Завантажити зображення у високій якості"
|
640 |
|
641 |
-
#: gallery-plugin.php:
|
642 |
msgid "Image size not defined"
|
643 |
msgstr "Розмір зображення не визначено"
|
644 |
|
645 |
-
#: gallery-plugin.php:
|
646 |
msgid ""
|
647 |
"We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
|
648 |
"manually reload image."
|
@@ -650,96 +646,96 @@ msgstr ""
|
|
650 |
"Можливі оновлення лише файлів у форматах PNG, JPEG, GIF, WPMP чи XBM. В "
|
651 |
"інших випадках, будь ласка, перезавантажте зображення вручну."
|
652 |
|
653 |
-
#: gallery-plugin.php:
|
654 |
msgid "Image size changes not defined"
|
655 |
msgstr "Зміни розміру зображення не визначено"
|
656 |
|
657 |
-
#: gallery-plugin.php:
|
658 |
msgid "Invalid path"
|
659 |
msgstr "Невірний шлях"
|
660 |
|
661 |
-
#: gallery-plugin.php:
|
662 |
msgid "Add images requires JavaScript."
|
663 |
msgstr "Додавання зображень вимагає використання JavaScript."
|
664 |
|
665 |
-
#: gallery-plugin.php:
|
666 |
msgid "Add Media"
|
667 |
msgstr "Додати Медіа"
|
668 |
|
669 |
-
#: gallery-plugin.php:
|
670 |
msgid "The grid view for the Gallery images requires JavaScript."
|
671 |
msgstr "Перегляд зображень таблицею вимагає використання JavaScript."
|
672 |
|
673 |
-
#: gallery-plugin.php:
|
674 |
msgid "Switch to the list view"
|
675 |
msgstr "Увімкнути перегляд списком"
|
676 |
|
677 |
-
#: gallery-plugin.php:
|
678 |
msgid "List View"
|
679 |
msgstr "Перегляд списком"
|
680 |
|
681 |
-
#: gallery-plugin.php:
|
682 |
msgid "Grid View"
|
683 |
msgstr "Перегляд таблицею"
|
684 |
|
685 |
-
#: gallery-plugin.php:
|
686 |
msgid "Filter"
|
687 |
msgstr "Фільтр"
|
688 |
|
689 |
-
#: gallery-plugin.php:
|
690 |
msgid "Empty Trash"
|
691 |
msgstr "Очистити Корзину"
|
692 |
|
693 |
-
#: gallery-plugin.php:
|
694 |
msgid "No images found"
|
695 |
msgstr "Зображення не знайдено"
|
696 |
|
697 |
-
#: gallery-plugin.php:
|
698 |
msgid "Select bulk action"
|
699 |
msgstr "Вибрати гуртові дії"
|
700 |
|
701 |
-
#: gallery-plugin.php:
|
702 |
msgid "Bulk Actions"
|
703 |
msgstr "Гуртові дії"
|
704 |
|
705 |
-
#: gallery-plugin.php:
|
706 |
msgid "Apply"
|
707 |
msgstr "Застосувати"
|
708 |
|
709 |
-
#: gallery-plugin.php:
|
710 |
msgid "Delete from Gallery"
|
711 |
msgstr "Видалити з галереї"
|
712 |
|
713 |
-
#: gallery-plugin.php:
|
714 |
msgid "Display link to the original file under each image in the lightbox"
|
715 |
msgstr ""
|
716 |
"Відображати лінк на оригінальний файл під кожним зображенням в лайтбоксі"
|
717 |
|
718 |
-
#: gallery-plugin.php:
|
719 |
msgid "Bulk Select"
|
720 |
msgstr "Гуртовий вибір"
|
721 |
|
722 |
-
#: gallery-plugin.php:
|
723 |
msgid "Cancel Selection"
|
724 |
msgstr "Скасувати вибір"
|
725 |
|
726 |
-
#: gallery-plugin.php:
|
727 |
msgid "Delete Selected"
|
728 |
msgstr "Видалити вибране"
|
729 |
|
730 |
-
#: gallery-plugin.php:
|
731 |
msgid "File"
|
732 |
msgstr "Файл"
|
733 |
|
734 |
-
#: gallery-plugin.php:
|
735 |
msgid "Dimensions"
|
736 |
msgstr "Розміри"
|
737 |
|
738 |
-
#: gallery-plugin.php:
|
739 |
msgid "Alt tag"
|
740 |
msgstr "Тег \"Alt\""
|
741 |
|
742 |
-
#: gallery-plugin.php:
|
743 |
msgid ""
|
744 |
"The alt attribute specifies an alternate text for an image, if the image "
|
745 |
"cannot be displayed."
|
@@ -747,11 +743,11 @@ msgstr ""
|
|
747 |
"Атрибут Alt визначає альтернативний текст для зображення, якщо зображення не "
|
748 |
"може бути відображене."
|
749 |
|
750 |
-
#: gallery-plugin.php:
|
751 |
msgid "Custom URL"
|
752 |
msgstr "Кастомний URL"
|
753 |
|
754 |
-
#: gallery-plugin.php:
|
755 |
msgid ""
|
756 |
"By clicking on the thumbnail you'll go to the link (if the field is filled) "
|
757 |
"or the image will be opened in the lightbox (if the field isn't filled)"
|
@@ -760,98 +756,98 @@ msgstr ""
|
|
760 |
"якщо поле заповнене), або зображення відкриється в лайтбоксі (якщо поле не "
|
761 |
"заповнене)"
|
762 |
|
763 |
-
#: gallery-plugin.php:
|
764 |
msgid "Deselect"
|
765 |
msgstr "Скасувати вибір"
|
766 |
|
767 |
-
#: gallery-plugin.php:
|
768 |
msgid "File name"
|
769 |
msgstr "Назва файлу"
|
770 |
|
771 |
-
#: gallery-plugin.php:
|
772 |
msgid "File type"
|
773 |
msgstr "Тип файлу"
|
774 |
|
775 |
-
#: gallery-plugin.php:
|
776 |
msgid "Edit Attachment Info"
|
777 |
msgstr "Редагувати інформацію про прикріплений файл"
|
778 |
|
779 |
-
#: gallery-plugin.php:
|
780 |
msgid "Edit Attachment"
|
781 |
msgstr "Редагувати прикріплений файл"
|
782 |
|
783 |
-
#: gallery-plugin.php:
|
784 |
msgid "Go Pro"
|
785 |
msgstr "Придбати Pro версію"
|
786 |
|
787 |
-
#: gallery-plugin.php:
|
788 |
msgid "Pro version"
|
789 |
msgstr "Pro версія"
|
790 |
|
791 |
-
#: gallery-plugin.php:
|
792 |
msgid "This setting is available in Pro version"
|
793 |
msgstr "Ці установки доступні у PRO версії плагіну"
|
794 |
|
795 |
-
#: gallery-plugin.php:
|
796 |
msgid "Edit more details"
|
797 |
msgstr "Редагувати деталі"
|
798 |
|
799 |
-
#: gallery-plugin.php:
|
800 |
#, php-format
|
801 |
msgid "Select %s"
|
802 |
msgstr "Вибрати %s"
|
803 |
|
804 |
-
#: gallery-plugin.php:
|
805 |
#, php-format
|
806 |
msgid "Edit “%s”"
|
807 |
msgstr "Редагувати “%s”"
|
808 |
|
809 |
-
#: gallery-plugin.php:
|
810 |
msgid "Edit"
|
811 |
msgstr "Редагувати"
|
812 |
|
813 |
-
#: gallery-plugin.php:
|
814 |
msgid "Trash"
|
815 |
msgstr "Корзина"
|
816 |
|
817 |
-
#: gallery-plugin.php:
|
818 |
msgid "Delete Permanently"
|
819 |
msgstr "Видалити Повністю"
|
820 |
|
821 |
-
#: gallery-plugin.php:
|
822 |
#, php-format
|
823 |
msgid "View “%s”"
|
824 |
msgstr "Перегляд “%s”"
|
825 |
|
826 |
-
#: gallery-plugin.php:
|
827 |
msgid "View"
|
828 |
msgstr "Перегляд"
|
829 |
|
830 |
-
#: gallery-plugin.php:
|
831 |
msgid "Attach"
|
832 |
msgstr "Прикріпити"
|
833 |
|
834 |
-
#: gallery-plugin.php:
|
835 |
msgid "Restore"
|
836 |
msgstr "Відновити"
|
837 |
|
838 |
-
#: gallery-plugin.php:
|
839 |
msgid "Warning"
|
840 |
msgstr "Увага"
|
841 |
|
842 |
-
#: gallery-plugin.php:
|
843 |
msgid "You can add only images to the gallery"
|
844 |
msgstr "В галерею можна додати лише зображення"
|
845 |
|
846 |
-
#: gallery-plugin.php:
|
847 |
msgid "no title"
|
848 |
msgstr "без назви"
|
849 |
|
850 |
-
#: gallery-plugin.php:
|
851 |
msgid "Sorry, no gallery found."
|
852 |
msgstr "Вибачте, жодної галереї не знайдено."
|
853 |
|
854 |
-
#: gallery-plugin.php:
|
855 |
msgid ""
|
856 |
"Display an album image with the description and the link to a single gallery "
|
857 |
"page"
|
@@ -902,50 +898,56 @@ msgstr "Неможливо отримати демо-дані."
|
|
902 |
msgid "Demo options already installed."
|
903 |
msgstr "Демо-дані вже встановлені."
|
904 |
|
905 |
-
#: inc/demo-data/class-bws-demo-data.php:
|
906 |
msgid "Demo data successfully installed."
|
907 |
msgstr "Демо-дані успішно встановлені."
|
908 |
|
909 |
-
#: inc/demo-data/class-bws-demo-data.php:
|
910 |
msgid "View post with shortcodes"
|
911 |
msgstr "Перегляньте запис із шорткодами "
|
912 |
|
913 |
-
#: inc/demo-data/class-bws-demo-data.php:
|
914 |
msgid "View page with examples"
|
915 |
msgstr "Перегляньте сторінку із прикладами"
|
916 |
|
917 |
-
#: inc/demo-data/class-bws-demo-data.php:
|
918 |
msgid "Installation of demo data with some errors occurred."
|
919 |
msgstr "Установка демо-даних пройшла з помилками."
|
920 |
|
921 |
-
#: inc/demo-data/class-bws-demo-data.php:
|
922 |
msgid "Posts data is missing."
|
923 |
msgstr "Контент запису відсутній."
|
924 |
|
925 |
-
#: inc/demo-data/class-bws-demo-data.php:
|
926 |
msgid "Demo data have already been removed."
|
927 |
msgstr "Демо-дані вже видалені. "
|
928 |
|
929 |
-
#: inc/demo-data/class-bws-demo-data.php:
|
930 |
msgid "Demo data successfully removed."
|
931 |
msgstr "Демо-дані успішно видалені."
|
932 |
|
933 |
-
#: inc/demo-data/class-bws-demo-data.php:
|
934 |
msgid "Removing demo data with some errors occurred."
|
935 |
msgstr "Видалення демо-данних пройшло з помилками."
|
936 |
|
937 |
-
#: inc/demo-data/class-bws-demo-data.php:
|
938 |
msgid "Close notice"
|
939 |
msgstr "Закрити повідомлення"
|
940 |
|
941 |
-
#: inc/demo-data/class-bws-demo-data.php:
|
942 |
msgid "Install demo data"
|
943 |
msgstr "Встановити демо-дані"
|
944 |
|
945 |
-
#: inc/demo-data/class-bws-demo-data.php:
|
946 |
msgid "for an acquaintance with the possibilities of the"
|
947 |
msgstr "для ознайомлення із можливостями плагіну"
|
948 |
|
|
|
|
|
|
|
|
|
|
|
|
|
949 |
#~ msgid "Sort images by"
|
950 |
#~ msgstr "Сортувати зображення за"
|
951 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-04-13 12:00+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-04-13 12:02+0300\n"
|
7 |
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
|
9 |
"Language: uk_UA\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: gallery-plugin.php:45 gallery-plugin.php:878 gallery-plugin.php:1264
|
20 |
#: gallery-plugin.php:1281
|
21 |
msgid "Settings"
|
22 |
msgstr "Налаштування"
|
29 |
msgid "Return to all albums"
|
30 |
msgstr "Повернутись до всіх альбомів"
|
31 |
|
32 |
+
#: gallery-plugin.php:383
|
33 |
#, php-format
|
34 |
msgid ""
|
35 |
"The following files '%s' and '%s' were not found in the directory of your "
|
39 |
"В папці вашої теми файли '%s' та '%s' не знайдені. Для правильної роботи "
|
40 |
"плагіну Gallery, будь ласка, скопіюйте їх з папки `%s` в папку вашої теми"
|
41 |
|
42 |
+
#: gallery-plugin.php:394 gallery-plugin.php:403
|
43 |
msgid "Galleries"
|
44 |
msgstr "Галереї"
|
45 |
|
46 |
+
#: gallery-plugin.php:395 gallery-plugin.php:2584
|
47 |
msgid "Gallery"
|
48 |
msgstr "Галерея"
|
49 |
|
50 |
+
#: gallery-plugin.php:396
|
51 |
msgid "Add New Gallery"
|
52 |
msgstr "Додати нову галерею"
|
53 |
|
54 |
+
#: gallery-plugin.php:397
|
55 |
msgid "Edit Gallery"
|
56 |
msgstr "Редагувати галерею"
|
57 |
|
58 |
+
#: gallery-plugin.php:398
|
59 |
msgid "New Gallery"
|
60 |
msgstr "Нова галерея"
|
61 |
|
62 |
+
#: gallery-plugin.php:399
|
63 |
msgid "View Gallery"
|
64 |
msgstr "Переглянути галерею"
|
65 |
|
66 |
+
#: gallery-plugin.php:400
|
67 |
msgid "Search Galleries"
|
68 |
msgstr "Шукати Галереї"
|
69 |
|
70 |
+
#: gallery-plugin.php:401
|
71 |
msgid "No Gallery found"
|
72 |
msgstr "Галерею не знайдено"
|
73 |
|
74 |
+
#: gallery-plugin.php:458
|
75 |
msgid "Gallery Shortcode"
|
76 |
msgstr "Шорткод галереї"
|
77 |
|
78 |
+
#: gallery-plugin.php:460 gallery-plugin.php:501 gallery-plugin.php:2567
|
79 |
msgid "Gallery Categories"
|
80 |
msgstr "Категорії галерей"
|
81 |
|
82 |
+
#: gallery-plugin.php:470 gallery-plugin.php:897
|
83 |
#, php-format
|
84 |
msgid ""
|
85 |
"If you would like to add a Gallery to your page or post, please use %s button"
|
87 |
"Якщо ви хочете додати галерею на вашу сторінку або пост, будь ласка, "
|
88 |
"використовуйте кнопку %s"
|
89 |
|
90 |
+
#: gallery-plugin.php:475
|
91 |
#, php-format
|
92 |
msgid ""
|
93 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
98 |
"в блоці редагування контенту в режимі Visual. Якщо кнопка не відображається, "
|
99 |
"будь ласка, використовуйте шорткод"
|
100 |
|
101 |
+
#: gallery-plugin.php:481
|
102 |
msgid ""
|
103 |
"Add this shortcode to a page, post or widget to display a single gallery"
|
104 |
msgstr "Додати цей шорткод у сторінку, пост чи віджет для відображення галереї"
|
105 |
|
106 |
+
#: gallery-plugin.php:484
|
107 |
msgid ""
|
108 |
"Use this shortcode to display an album image with the description and the "
|
109 |
"link to a single gallery page"
|
110 |
msgstr ""
|
111 |
"Вивести короткий опис зі скріншотом та посиланням на сторінку з галереєю"
|
112 |
|
113 |
+
#: gallery-plugin.php:486
|
114 |
msgid "Short display"
|
115 |
msgstr "Скорочене відображення"
|
116 |
|
117 |
+
#: gallery-plugin.php:502
|
118 |
msgid "Most Used"
|
119 |
msgstr "Часто вживані"
|
120 |
|
121 |
+
#: gallery-plugin.php:507 gallery-plugin.php:1161
|
122 |
msgid "Default"
|
123 |
msgstr "за замовчуванням"
|
124 |
|
125 |
+
#: gallery-plugin.php:512
|
126 |
msgid "Add New Gallery Category"
|
127 |
msgstr "Додати нову категорію галерей"
|
128 |
|
129 |
+
#: gallery-plugin.php:517
|
130 |
msgid "Install plugin"
|
131 |
msgstr "Встановити плагін"
|
132 |
|
133 |
+
#: gallery-plugin.php:675 gallery-plugin.php:2159 gallery-plugin.php:2274
|
134 |
+
#: gallery-plugin.php:2361
|
135 |
msgid "Title"
|
136 |
msgstr "Назва"
|
137 |
|
138 |
+
#: gallery-plugin.php:676
|
139 |
msgid "Author"
|
140 |
msgstr "Автор"
|
141 |
|
142 |
+
#: gallery-plugin.php:677
|
143 |
msgid "Shortcode"
|
144 |
msgstr "Шорткод"
|
145 |
|
146 |
+
#: gallery-plugin.php:678
|
147 |
msgid "Photos"
|
148 |
msgstr "Фото"
|
149 |
|
150 |
+
#: gallery-plugin.php:679
|
151 |
msgid "Date"
|
152 |
msgstr "Дата"
|
153 |
|
154 |
+
#: gallery-plugin.php:847
|
155 |
msgid "Settings are saved"
|
156 |
msgstr "Налаштування збережено"
|
157 |
|
158 |
+
#: gallery-plugin.php:864
|
159 |
msgid "All plugin settings were restored."
|
160 |
msgstr "Налаштування плагіну відновлені."
|
161 |
|
162 |
+
#: gallery-plugin.php:876
|
163 |
msgid "Gallery Settings"
|
164 |
msgstr "Налаштування Gallery"
|
165 |
|
166 |
+
#: gallery-plugin.php:879
|
167 |
+
msgid "Custom code"
|
168 |
+
msgstr "Користувацький код"
|
169 |
+
|
170 |
+
#: gallery-plugin.php:880
|
171 |
msgid "Go PRO"
|
172 |
msgstr "Придбати PRO версію"
|
173 |
|
174 |
+
#: gallery-plugin.php:890
|
175 |
msgid "Please enable JavaScript to use the option to renew images."
|
176 |
msgstr ""
|
177 |
"Будь ласка, увімкніть JavaScript для використання опції оновлення зображень."
|
178 |
|
179 |
+
#: gallery-plugin.php:902
|
180 |
#, php-format
|
181 |
msgid ""
|
182 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
187 |
"в блоці редагування контенту в режимі Visual. Якщо кнопка не відображається, "
|
188 |
"будь ласка, використовуйте шорткод %s, де * позначає ID галереї"
|
189 |
|
190 |
+
#: gallery-plugin.php:912
|
191 |
msgid "Number of images in the row"
|
192 |
msgstr "Кількість зображень у рядку"
|
193 |
|
194 |
+
#: gallery-plugin.php:914
|
195 |
msgid ""
|
196 |
"The number of images per row can be less depending on the width of the "
|
197 |
"parent block"
|
199 |
"Кількість зображень в рядку може бути менше в залежності від ширини "
|
200 |
"батьківського блоку"
|
201 |
|
202 |
+
#: gallery-plugin.php:918 gallery-plugin.php:944
|
203 |
msgid "Image size"
|
204 |
msgstr "Розмір зображення"
|
205 |
|
206 |
+
#: gallery-plugin.php:921
|
207 |
msgid ""
|
208 |
"WordPress will create a new thumbnail with the specified dimensions when you "
|
209 |
"upload a new photo."
|
211 |
"Коли ви завантажите нове зображення, WordPress створить іконки відповідно до "
|
212 |
"заданих розмірів."
|
213 |
|
214 |
+
#: gallery-plugin.php:923
|
215 |
msgid "For the album cover"
|
216 |
msgstr "Для обкладинки альбому"
|
217 |
|
218 |
+
#: gallery-plugin.php:924 gallery-plugin.php:928 gallery-plugin.php:949
|
219 |
msgid "width x height"
|
220 |
msgstr "ширина x висота"
|
221 |
|
222 |
+
#: gallery-plugin.php:924 gallery-plugin.php:928 gallery-plugin.php:949
|
223 |
msgid "in px"
|
224 |
msgstr "в px"
|
225 |
|
226 |
+
#: gallery-plugin.php:927
|
227 |
msgid "For thumbnails"
|
228 |
msgstr "Для мініатюр"
|
229 |
|
230 |
+
#: gallery-plugin.php:931
|
231 |
msgid "Update images for gallery"
|
232 |
msgstr "Оновити всі зображення галереї"
|
233 |
|
234 |
+
#: gallery-plugin.php:940 gallery-plugin.php:1130 gallery-plugin.php:1365
|
235 |
msgid "Close"
|
236 |
msgstr "Закрити"
|
237 |
|
238 |
+
#: gallery-plugin.php:947
|
239 |
msgid "For images in the lightbox"
|
240 |
msgstr "Для зображень в лайтбоксі"
|
241 |
|
242 |
+
#: gallery-plugin.php:951
|
243 |
msgid "Display a full size image in the lightbox"
|
244 |
msgstr "Відображати повне зображення в лайтбоксі"
|
245 |
|
246 |
+
#: gallery-plugin.php:956
|
247 |
msgid "Crop position"
|
248 |
msgstr "Обрізання"
|
249 |
|
250 |
+
#: gallery-plugin.php:960 gallery-plugin.php:966
|
251 |
msgid "center"
|
252 |
msgstr "центр"
|
253 |
|
254 |
+
#: gallery-plugin.php:962
|
255 |
msgid "Horizontal"
|
256 |
msgstr "Горизонтальна"
|
257 |
|
258 |
+
#: gallery-plugin.php:968
|
259 |
msgid "Vertical"
|
260 |
msgstr "Вертикальна"
|
261 |
|
262 |
+
#: gallery-plugin.php:974 gallery-plugin.php:1205
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
263 |
msgid ""
|
264 |
"If you upgrade to Pro version all your settings and galleries will be saved."
|
265 |
msgstr ""
|
266 |
"Якщо ви перейшли на PRO версію, всі налаштування і галереї буде збережено."
|
267 |
|
268 |
+
#: gallery-plugin.php:981 gallery-plugin.php:1212
|
269 |
msgid "Unlock premium options by upgrading to Pro version"
|
270 |
msgstr "Відкрийте додаткові опції, перейшовши на Pro версію"
|
271 |
|
272 |
+
#: gallery-plugin.php:985 gallery-plugin.php:1216
|
273 |
msgid "Start Your Trial"
|
274 |
msgstr "Отримати пробну версію"
|
275 |
|
276 |
+
#: gallery-plugin.php:986 gallery-plugin.php:1217 gallery-plugin.php:2569
|
277 |
msgid "or"
|
278 |
msgstr "або"
|
279 |
|
280 |
+
#: gallery-plugin.php:988 gallery-plugin.php:1219
|
281 |
msgid "Learn More"
|
282 |
msgstr "Дізнатись більше"
|
283 |
|
284 |
+
#: gallery-plugin.php:996 gallery-plugin.php:1143
|
285 |
msgid "Display image text"
|
286 |
msgstr "Відображати текст до зображень"
|
287 |
|
288 |
+
#: gallery-plugin.php:998
|
289 |
msgid "Turn off the checkbox, if you want to display text just in a lightbox"
|
290 |
msgstr ""
|
291 |
"Приберіть позначку, якщо ви хочете відображати текст тільки у лайтбоксі"
|
292 |
|
293 |
+
#: gallery-plugin.php:1002
|
294 |
msgid "Images with border"
|
295 |
msgstr "Зображення з рамкою"
|
296 |
|
297 |
+
#: gallery-plugin.php:1006
|
298 |
msgid "Border width in px, just numbers"
|
299 |
msgstr "Ширина рамки у пікселях, тільки числа"
|
300 |
|
301 |
+
#: gallery-plugin.php:1012
|
|
|
|
|
|
|
|
|
302 |
msgid "Sort images"
|
303 |
msgstr "Сортувати зображення"
|
304 |
|
305 |
+
#: gallery-plugin.php:1015
|
306 |
msgid "by Attachment ID"
|
307 |
msgstr "по ID зображення"
|
308 |
|
309 |
+
#: gallery-plugin.php:1016
|
310 |
msgid "by Image Name"
|
311 |
msgstr "по Назві зображення"
|
312 |
|
313 |
+
#: gallery-plugin.php:1017 gallery-plugin.php:1038
|
314 |
msgid "by Date"
|
315 |
msgstr "по Даті"
|
316 |
|
317 |
+
#: gallery-plugin.php:1018
|
318 |
msgid "by Sorting order in the Gallery"
|
319 |
msgstr "по Порядку сортування в галереї"
|
320 |
|
321 |
+
#: gallery-plugin.php:1019 gallery-plugin.php:1043
|
322 |
msgid "Random"
|
323 |
msgstr "Довільно"
|
324 |
|
325 |
+
#: gallery-plugin.php:1024
|
326 |
msgid "The images sort order"
|
327 |
msgstr "Порядок сортування зображень"
|
328 |
|
329 |
+
#: gallery-plugin.php:1027 gallery-plugin.php:1051
|
330 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
331 |
msgstr ""
|
332 |
"ASC (в порядку зростання від найменшого до найбільшого значення - 1, 2, 3; "
|
333 |
"а, б, в)"
|
334 |
|
335 |
+
#: gallery-plugin.php:1028 gallery-plugin.php:1052
|
336 |
msgid ""
|
337 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
338 |
msgstr ""
|
339 |
"DESC (в порядку зменшення від найбільшого до найменшого значення - 3, 2, 1; "
|
340 |
"в, б, а)"
|
341 |
|
342 |
+
#: gallery-plugin.php:1033
|
343 |
msgid "Sort galleries"
|
344 |
msgstr "Сортувати галереї"
|
345 |
|
346 |
+
#: gallery-plugin.php:1036
|
347 |
msgid "by Gallery ID"
|
348 |
msgstr "по ID галереї"
|
349 |
|
350 |
+
#: gallery-plugin.php:1037
|
351 |
msgid "by Title"
|
352 |
msgstr "по Назві"
|
353 |
|
354 |
+
#: gallery-plugin.php:1039
|
355 |
msgid "by Last modified date"
|
356 |
msgstr "по Даті останньої зміни"
|
357 |
|
358 |
+
#: gallery-plugin.php:1040
|
359 |
msgid "by Comment count"
|
360 |
msgstr "за Кількістю коментарів"
|
361 |
|
362 |
+
#: gallery-plugin.php:1041
|
363 |
msgid "by Sorting order (the input field for sorting order)"
|
364 |
msgstr "по Порядку сортування (поле введення для сортування)"
|
365 |
|
366 |
+
#: gallery-plugin.php:1042
|
367 |
msgid "by Author"
|
368 |
msgstr "по Автору"
|
369 |
|
370 |
+
#: gallery-plugin.php:1048
|
371 |
msgid "The galleries sort order"
|
372 |
msgstr "Порядок сортування галерей"
|
373 |
|
374 |
+
#: gallery-plugin.php:1057
|
375 |
msgid "Start slideshow"
|
376 |
msgstr "Розпочати слайд-шоу"
|
377 |
|
378 |
+
#: gallery-plugin.php:1060
|
379 |
msgid "Slideshow interval"
|
380 |
msgstr "Інтервал між слайдами"
|
381 |
|
382 |
+
#: gallery-plugin.php:1060
|
383 |
msgid "(ms)"
|
384 |
msgstr "(мс)"
|
385 |
|
386 |
+
#: gallery-plugin.php:1064
|
387 |
msgid "Use single lightbox for multiple galleries on one page"
|
388 |
msgstr "Використовувати один лайтбокс для багатьох галерей на сторінці"
|
389 |
|
390 |
+
#: gallery-plugin.php:1070
|
391 |
msgid "Display the Back link"
|
392 |
+
msgstr "Відображати посилання Повернутися"
|
393 |
|
394 |
+
#: gallery-plugin.php:1076
|
395 |
msgid "Display the Back link in the shortcode"
|
396 |
+
msgstr "Відображати посилання Повернутися у шорткоді"
|
397 |
|
398 |
+
#: gallery-plugin.php:1082
|
399 |
msgid "The Back link text"
|
400 |
+
msgstr "Текст для посилання Повернутися"
|
401 |
|
402 |
+
#: gallery-plugin.php:1088
|
403 |
msgid "The Back link URL"
|
404 |
+
msgstr "URL для посилання Повернутися"
|
405 |
|
406 |
+
#: gallery-plugin.php:1091
|
407 |
msgid "Gallery page (Page with Gallery Template)"
|
408 |
msgstr "Сторінка галереї (сторінка з шаблоном галереї)"
|
409 |
|
410 |
+
#: gallery-plugin.php:1093
|
411 |
msgid "(Full URL to custom page)"
|
412 |
msgstr "(Повне посилання на сторінку користувача)"
|
413 |
|
414 |
+
#: gallery-plugin.php:1098
|
415 |
msgid "The Read More link text"
|
416 |
msgstr "Текст для посилання Дізнатися більше"
|
417 |
|
418 |
+
#: gallery-plugin.php:1104
|
419 |
msgid "Add gallery to the search"
|
420 |
msgstr "Додати галерею до пошуку"
|
421 |
|
422 |
+
#: gallery-plugin.php:1109 gallery-plugin.php:1112 gallery-plugin.php:1116
|
423 |
msgid "Using"
|
424 |
msgstr "Використовуючи"
|
425 |
|
426 |
+
#: gallery-plugin.php:1109 gallery-plugin.php:1112 gallery-plugin.php:1116
|
427 |
msgid "powered by"
|
428 |
msgstr "розроблений"
|
429 |
|
430 |
+
#: gallery-plugin.php:1112 gallery-plugin.php:1340
|
431 |
msgid "Activate"
|
432 |
msgstr "Активувати"
|
433 |
|
434 |
+
#: gallery-plugin.php:1116
|
435 |
msgid "Download"
|
436 |
msgstr "Завантажити"
|
437 |
|
438 |
+
#: gallery-plugin.php:1121
|
439 |
msgid "Rewrite templates after update"
|
440 |
msgstr "Перезаписати шаблони після оновлення"
|
441 |
|
442 |
+
#: gallery-plugin.php:1123
|
443 |
#, php-format
|
444 |
msgid ""
|
445 |
"Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
|
446 |
"theme folder and You don't want to rewrite them"
|
447 |
msgstr ""
|
448 |
+
"Приберіть галочку, якщо ви редагували файл '%s' або '%s' в папці тем та не "
|
449 |
+
"хочете щоб вони були оновлені"
|
450 |
+
|
451 |
+
#: gallery-plugin.php:1134
|
452 |
+
msgid "Single gallery view"
|
453 |
+
msgstr "Вид галереї"
|
454 |
+
|
455 |
+
#: gallery-plugin.php:1137
|
456 |
+
msgid "Grid"
|
457 |
+
msgstr "Сітка"
|
458 |
+
|
459 |
+
#: gallery-plugin.php:1138
|
460 |
+
msgid "Masonry"
|
461 |
+
msgstr "Masonry"
|
462 |
|
463 |
+
#: gallery-plugin.php:1146
|
464 |
msgid "Under image"
|
465 |
msgstr "Під зображенням"
|
466 |
|
467 |
+
#: gallery-plugin.php:1147
|
468 |
msgid "By mouse hover"
|
469 |
msgstr "За наведення миші"
|
470 |
|
471 |
+
#: gallery-plugin.php:1152
|
472 |
msgid "Use pagination for images"
|
473 |
msgstr "Використовувати пагінацію для зображень"
|
474 |
|
475 |
+
#: gallery-plugin.php:1155
|
476 |
msgid "per page"
|
477 |
msgstr "на сторінці"
|
478 |
|
479 |
+
#: gallery-plugin.php:1159
|
480 |
msgid "Lightbox background"
|
481 |
msgstr "Фон лайтбоксу"
|
482 |
|
483 |
+
#: gallery-plugin.php:1162
|
484 |
msgid "Background transparency (from 0 to 1)"
|
485 |
msgstr "Прозорість фону (від 0 до 1)"
|
486 |
|
487 |
+
#: gallery-plugin.php:1168
|
|
|
|
|
|
|
|
|
488 |
msgid "The lightbox helper"
|
489 |
msgstr "Допоміжний елемент лайтбоксу"
|
490 |
|
491 |
+
#: gallery-plugin.php:1170
|
492 |
msgid "Do not use"
|
493 |
msgstr "Не використовувати"
|
494 |
|
495 |
+
#: gallery-plugin.php:1171
|
496 |
msgid "Button helper"
|
497 |
msgstr "Допоміжні кнопки"
|
498 |
|
499 |
+
#: gallery-plugin.php:1172
|
500 |
msgid "Thumbnail helper"
|
501 |
msgstr "Допоміжні мініатюри"
|
502 |
|
503 |
+
#: gallery-plugin.php:1176
|
504 |
msgid "Display Like buttons in the lightbox"
|
505 |
msgstr "Відображати кнопки Подобається у лайтбоксі"
|
506 |
|
507 |
+
#: gallery-plugin.php:1178
|
508 |
msgid "FaceBook"
|
509 |
msgstr "FaceBook"
|
510 |
|
511 |
+
#: gallery-plugin.php:1179
|
512 |
msgid "Twitter"
|
513 |
msgstr "Twitter"
|
514 |
|
515 |
+
#: gallery-plugin.php:1180
|
516 |
msgid "Pinterest"
|
517 |
msgstr "Pinterest"
|
518 |
|
519 |
+
#: gallery-plugin.php:1181
|
520 |
msgid "Google +1"
|
521 |
msgstr "Google +1"
|
522 |
|
523 |
+
#: gallery-plugin.php:1185
|
524 |
msgid "Slug for gallery item"
|
525 |
msgstr "Назва для елементів галереї"
|
526 |
|
527 |
+
#: gallery-plugin.php:1187
|
528 |
msgid "for any structure of permalinks except the default structure"
|
529 |
msgstr "для будь-якої структури посилань, за винятком стандартної структури"
|
530 |
|
531 |
+
#: gallery-plugin.php:1191
|
532 |
msgid "Title for lightbox button"
|
533 |
msgstr "Назва кнопки лайтбоксу"
|
534 |
|
535 |
+
#: gallery-plugin.php:1197
|
536 |
msgid ""
|
537 |
"Display all images in the lightbox instead of going into a single gallery"
|
538 |
msgstr ""
|
539 |
"Відображати всі зображення у лайтбоксі замість переходу до окремої галереї"
|
540 |
|
541 |
+
#: gallery-plugin.php:1200
|
542 |
#, php-format
|
543 |
msgid "When using the gallery template or a shortcode with `%s` parameter"
|
544 |
msgstr "Коли використовується темплейт галереї або шорткод з параметром `%s`"
|
545 |
|
546 |
+
#: gallery-plugin.php:1226
|
547 |
msgid "Save Changes"
|
548 |
msgstr "Зберегти зміни"
|
549 |
|
550 |
+
#: gallery-plugin.php:1231
|
551 |
msgid ""
|
552 |
"If you install the demo-data, will be created galleries with images, demo-"
|
553 |
"post with available shortcodes and page with a list of all the galleries."
|
563 |
msgid "Support"
|
564 |
msgstr "Підтримка"
|
565 |
|
566 |
+
#: gallery-plugin.php:1303
|
567 |
msgid "Updating images..."
|
568 |
msgstr "Оновлення зображень…"
|
569 |
|
570 |
+
#: gallery-plugin.php:1304
|
571 |
msgid "No image found."
|
572 |
msgstr "Зображення не знайдено."
|
573 |
|
574 |
+
#: gallery-plugin.php:1305
|
575 |
msgid "All images are updated."
|
576 |
msgstr "Всі зображення оновлено."
|
577 |
|
578 |
+
#: gallery-plugin.php:1306
|
579 |
msgid "Error."
|
580 |
msgstr "Помилка."
|
581 |
|
582 |
+
#: gallery-plugin.php:1320
|
583 |
msgid ""
|
584 |
"You are about to delete these items from this gallery.\n"
|
585 |
" 'Cancel' to stop, 'OK' to delete."
|
587 |
"Ви збираєтесь видалити вибрані елементи з галереї. \n"
|
588 |
"'Відміна' - скасувати, 'OK' - видалити."
|
589 |
|
590 |
+
#: gallery-plugin.php:1321
|
591 |
msgid ""
|
592 |
"Switching to another mode, all unsaved data will be lost. Save data before "
|
593 |
"switching?"
|
595 |
"При переході на інший режим, всі незбережіні дані будуть втрачені. Зберегти "
|
596 |
"їх перед переходом?"
|
597 |
|
598 |
+
#: gallery-plugin.php:1322
|
599 |
msgid "Insert Media"
|
600 |
msgstr "Додати Медіа"
|
601 |
|
602 |
+
#: gallery-plugin.php:1323
|
603 |
msgid "Insert"
|
604 |
msgstr "Додати"
|
605 |
|
606 |
+
#: gallery-plugin.php:1335
|
607 |
msgid "Learn more"
|
608 |
msgstr "Докладніше"
|
609 |
|
610 |
+
#: gallery-plugin.php:1347
|
611 |
msgid "Install now"
|
612 |
msgstr "Встановити"
|
613 |
|
614 |
+
#: gallery-plugin.php:1356
|
615 |
msgid "Add multiple gallery categories"
|
616 |
msgstr "Додати декілька категорій галереї"
|
617 |
|
618 |
+
#: gallery-plugin.php:1356
|
619 |
msgid ""
|
620 |
"Install Gallery Categories plugin to add unlimited number of categories."
|
621 |
msgstr ""
|
622 |
"Встановити плагін Gallery Categories, щоб мати змогу додати необмежену "
|
623 |
"кількість категорій."
|
624 |
|
625 |
+
#: gallery-plugin.php:1643 template/gallery-single-template.php:103
|
626 |
msgid "Sorry, nothing found."
|
627 |
msgstr "Вибачте, нічого не знайдено."
|
628 |
|
629 |
+
#: gallery-plugin.php:1656 template/gallery-single-template.php:124
|
630 |
msgid "Image"
|
631 |
msgstr "Зображення"
|
632 |
|
633 |
+
#: gallery-plugin.php:1656 template/gallery-single-template.php:19
|
634 |
msgid "Download high resolution image"
|
635 |
msgstr "Завантажити зображення у високій якості"
|
636 |
|
637 |
+
#: gallery-plugin.php:1791
|
638 |
msgid "Image size not defined"
|
639 |
msgstr "Розмір зображення не визначено"
|
640 |
|
641 |
+
#: gallery-plugin.php:1806
|
642 |
msgid ""
|
643 |
"We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
|
644 |
"manually reload image."
|
646 |
"Можливі оновлення лише файлів у форматах PNG, JPEG, GIF, WPMP чи XBM. В "
|
647 |
"інших випадках, будь ласка, перезавантажте зображення вручну."
|
648 |
|
649 |
+
#: gallery-plugin.php:1817
|
650 |
msgid "Image size changes not defined"
|
651 |
msgstr "Зміни розміру зображення не визначено"
|
652 |
|
653 |
+
#: gallery-plugin.php:1846 gallery-plugin.php:1849 gallery-plugin.php:1854
|
654 |
msgid "Invalid path"
|
655 |
msgstr "Невірний шлях"
|
656 |
|
657 |
+
#: gallery-plugin.php:1927
|
658 |
msgid "Add images requires JavaScript."
|
659 |
msgstr "Додавання зображень вимагає використання JavaScript."
|
660 |
|
661 |
+
#: gallery-plugin.php:1930
|
662 |
msgid "Add Media"
|
663 |
msgstr "Додати Медіа"
|
664 |
|
665 |
+
#: gallery-plugin.php:1940
|
666 |
msgid "The grid view for the Gallery images requires JavaScript."
|
667 |
msgstr "Перегляд зображень таблицею вимагає використання JavaScript."
|
668 |
|
669 |
+
#: gallery-plugin.php:1940
|
670 |
msgid "Switch to the list view"
|
671 |
msgstr "Увімкнути перегляд списком"
|
672 |
|
673 |
+
#: gallery-plugin.php:1967
|
674 |
msgid "List View"
|
675 |
msgstr "Перегляд списком"
|
676 |
|
677 |
+
#: gallery-plugin.php:1968
|
678 |
msgid "Grid View"
|
679 |
msgstr "Перегляд таблицею"
|
680 |
|
681 |
+
#: gallery-plugin.php:2023
|
682 |
msgid "Filter"
|
683 |
msgstr "Фільтр"
|
684 |
|
685 |
+
#: gallery-plugin.php:2027
|
686 |
msgid "Empty Trash"
|
687 |
msgstr "Очистити Корзину"
|
688 |
|
689 |
+
#: gallery-plugin.php:2048
|
690 |
msgid "No images found"
|
691 |
msgstr "Зображення не знайдено"
|
692 |
|
693 |
+
#: gallery-plugin.php:2100
|
694 |
msgid "Select bulk action"
|
695 |
msgstr "Вибрати гуртові дії"
|
696 |
|
697 |
+
#: gallery-plugin.php:2102
|
698 |
msgid "Bulk Actions"
|
699 |
msgstr "Гуртові дії"
|
700 |
|
701 |
+
#: gallery-plugin.php:2112
|
702 |
msgid "Apply"
|
703 |
msgstr "Застосувати"
|
704 |
|
705 |
+
#: gallery-plugin.php:2119 gallery-plugin.php:2298
|
706 |
msgid "Delete from Gallery"
|
707 |
msgstr "Видалити з галереї"
|
708 |
|
709 |
+
#: gallery-plugin.php:2132 gallery-plugin.php:2146
|
710 |
msgid "Display link to the original file under each image in the lightbox"
|
711 |
msgstr ""
|
712 |
"Відображати лінк на оригінальний файл під кожним зображенням в лайтбоксі"
|
713 |
|
714 |
+
#: gallery-plugin.php:2141
|
715 |
msgid "Bulk Select"
|
716 |
msgstr "Гуртовий вибір"
|
717 |
|
718 |
+
#: gallery-plugin.php:2143
|
719 |
msgid "Cancel Selection"
|
720 |
msgstr "Скасувати вибір"
|
721 |
|
722 |
+
#: gallery-plugin.php:2144
|
723 |
msgid "Delete Selected"
|
724 |
msgstr "Видалити вибране"
|
725 |
|
726 |
+
#: gallery-plugin.php:2157
|
727 |
msgid "File"
|
728 |
msgstr "Файл"
|
729 |
|
730 |
+
#: gallery-plugin.php:2158 gallery-plugin.php:2247 gallery-plugin.php:2356
|
731 |
msgid "Dimensions"
|
732 |
msgstr "Розміри"
|
733 |
|
734 |
+
#: gallery-plugin.php:2160 gallery-plugin.php:2280 gallery-plugin.php:2366
|
735 |
msgid "Alt tag"
|
736 |
msgstr "Тег \"Alt\""
|
737 |
|
738 |
+
#: gallery-plugin.php:2160 gallery-plugin.php:2282
|
739 |
msgid ""
|
740 |
"The alt attribute specifies an alternate text for an image, if the image "
|
741 |
"cannot be displayed."
|
743 |
"Атрибут Alt визначає альтернативний текст для зображення, якщо зображення не "
|
744 |
"може бути відображене."
|
745 |
|
746 |
+
#: gallery-plugin.php:2161 gallery-plugin.php:2288 gallery-plugin.php:2371
|
747 |
msgid "Custom URL"
|
748 |
msgstr "Кастомний URL"
|
749 |
|
750 |
+
#: gallery-plugin.php:2161 gallery-plugin.php:2290
|
751 |
msgid ""
|
752 |
"By clicking on the thumbnail you'll go to the link (if the field is filled) "
|
753 |
"or the image will be opened in the lightbox (if the field isn't filled)"
|
756 |
"якщо поле заповнене), або зображення відкриється в лайтбоксі (якщо поле не "
|
757 |
"заповнене)"
|
758 |
|
759 |
+
#: gallery-plugin.php:2239
|
760 |
msgid "Deselect"
|
761 |
msgstr "Скасувати вибір"
|
762 |
|
763 |
+
#: gallery-plugin.php:2245
|
764 |
msgid "File name"
|
765 |
msgstr "Назва файлу"
|
766 |
|
767 |
+
#: gallery-plugin.php:2246
|
768 |
msgid "File type"
|
769 |
msgstr "Тип файлу"
|
770 |
|
771 |
+
#: gallery-plugin.php:2250 gallery-plugin.php:2352
|
772 |
msgid "Edit Attachment Info"
|
773 |
msgstr "Редагувати інформацію про прикріплений файл"
|
774 |
|
775 |
+
#: gallery-plugin.php:2250
|
776 |
msgid "Edit Attachment"
|
777 |
msgstr "Редагувати прикріплений файл"
|
778 |
|
779 |
+
#: gallery-plugin.php:2260
|
780 |
msgid "Go Pro"
|
781 |
msgstr "Придбати Pro версію"
|
782 |
|
783 |
+
#: gallery-plugin.php:2260
|
784 |
msgid "Pro version"
|
785 |
msgstr "Pro версія"
|
786 |
|
787 |
+
#: gallery-plugin.php:2263
|
788 |
msgid "This setting is available in Pro version"
|
789 |
msgstr "Ці установки доступні у PRO версії плагіну"
|
790 |
|
791 |
+
#: gallery-plugin.php:2296
|
792 |
msgid "Edit more details"
|
793 |
msgstr "Редагувати деталі"
|
794 |
|
795 |
+
#: gallery-plugin.php:2331
|
796 |
#, php-format
|
797 |
msgid "Select %s"
|
798 |
msgstr "Вибрати %s"
|
799 |
|
800 |
+
#: gallery-plugin.php:2344
|
801 |
#, php-format
|
802 |
msgid "Edit “%s”"
|
803 |
msgstr "Редагувати “%s”"
|
804 |
|
805 |
+
#: gallery-plugin.php:2389 gallery-plugin.php:2402
|
806 |
msgid "Edit"
|
807 |
msgstr "Редагувати"
|
808 |
|
809 |
+
#: gallery-plugin.php:2392 gallery-plugin.php:2407
|
810 |
msgid "Trash"
|
811 |
msgstr "Корзина"
|
812 |
|
813 |
+
#: gallery-plugin.php:2395 gallery-plugin.php:2410
|
814 |
msgid "Delete Permanently"
|
815 |
msgstr "Видалити Повністю"
|
816 |
|
817 |
+
#: gallery-plugin.php:2397 gallery-plugin.php:2415
|
818 |
#, php-format
|
819 |
msgid "View “%s”"
|
820 |
msgstr "Перегляд “%s”"
|
821 |
|
822 |
+
#: gallery-plugin.php:2397 gallery-plugin.php:2415
|
823 |
msgid "View"
|
824 |
msgstr "Перегляд"
|
825 |
|
826 |
+
#: gallery-plugin.php:2399
|
827 |
msgid "Attach"
|
828 |
msgstr "Прикріпити"
|
829 |
|
830 |
+
#: gallery-plugin.php:2405
|
831 |
msgid "Restore"
|
832 |
msgstr "Відновити"
|
833 |
|
834 |
+
#: gallery-plugin.php:2536
|
835 |
msgid "Warning"
|
836 |
msgstr "Увага"
|
837 |
|
838 |
+
#: gallery-plugin.php:2536
|
839 |
msgid "You can add only images to the gallery"
|
840 |
msgstr "В галерею можна додати лише зображення"
|
841 |
|
842 |
+
#: gallery-plugin.php:2578
|
843 |
msgid "no title"
|
844 |
msgstr "без назви"
|
845 |
|
846 |
+
#: gallery-plugin.php:2586
|
847 |
msgid "Sorry, no gallery found."
|
848 |
msgstr "Вибачте, жодної галереї не знайдено."
|
849 |
|
850 |
+
#: gallery-plugin.php:2592
|
851 |
msgid ""
|
852 |
"Display an album image with the description and the link to a single gallery "
|
853 |
"page"
|
898 |
msgid "Demo options already installed."
|
899 |
msgstr "Демо-дані вже встановлені."
|
900 |
|
901 |
+
#: inc/demo-data/class-bws-demo-data.php:363
|
902 |
msgid "Demo data successfully installed."
|
903 |
msgstr "Демо-дані успішно встановлені."
|
904 |
|
905 |
+
#: inc/demo-data/class-bws-demo-data.php:365
|
906 |
msgid "View post with shortcodes"
|
907 |
msgstr "Перегляньте запис із шорткодами "
|
908 |
|
909 |
+
#: inc/demo-data/class-bws-demo-data.php:368
|
910 |
msgid "View page with examples"
|
911 |
msgstr "Перегляньте сторінку із прикладами"
|
912 |
|
913 |
+
#: inc/demo-data/class-bws-demo-data.php:377
|
914 |
msgid "Installation of demo data with some errors occurred."
|
915 |
msgstr "Установка демо-даних пройшла з помилками."
|
916 |
|
917 |
+
#: inc/demo-data/class-bws-demo-data.php:380
|
918 |
msgid "Posts data is missing."
|
919 |
msgstr "Контент запису відсутній."
|
920 |
|
921 |
+
#: inc/demo-data/class-bws-demo-data.php:454
|
922 |
msgid "Demo data have already been removed."
|
923 |
msgstr "Демо-дані вже видалені. "
|
924 |
|
925 |
+
#: inc/demo-data/class-bws-demo-data.php:511
|
926 |
msgid "Demo data successfully removed."
|
927 |
msgstr "Демо-дані успішно видалені."
|
928 |
|
929 |
+
#: inc/demo-data/class-bws-demo-data.php:515
|
930 |
msgid "Removing demo data with some errors occurred."
|
931 |
msgstr "Видалення демо-данних пройшло з помилками."
|
932 |
|
933 |
+
#: inc/demo-data/class-bws-demo-data.php:584
|
934 |
msgid "Close notice"
|
935 |
msgstr "Закрити повідомлення"
|
936 |
|
937 |
+
#: inc/demo-data/class-bws-demo-data.php:588
|
938 |
msgid "Install demo data"
|
939 |
msgstr "Встановити демо-дані"
|
940 |
|
941 |
+
#: inc/demo-data/class-bws-demo-data.php:588
|
942 |
msgid "for an acquaintance with the possibilities of the"
|
943 |
msgstr "для ознайомлення із можливостями плагіну"
|
944 |
|
945 |
+
#~ msgid "Select a border color"
|
946 |
+
#~ msgstr "Виберіть колір рамки"
|
947 |
+
|
948 |
+
#~ msgid "Select a background color"
|
949 |
+
#~ msgstr "Виберіть колір фону"
|
950 |
+
|
951 |
#~ msgid "Sort images by"
|
952 |
#~ msgstr "Сортувати зображення за"
|
953 |
|
languages/gallery-plugin-zh_CN.mo
CHANGED
Binary file
|
languages/gallery-plugin-zh_CN.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
-
"PO-Revision-Date: 2016-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Xiaobo Chen <mibcxb@gmail.com>\n"
|
9 |
"Language: zh_CN\n"
|
@@ -16,7 +16,7 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: gallery-plugin.php:45 gallery-plugin.php:
|
20 |
#: gallery-plugin.php:1281
|
21 |
msgid "Settings"
|
22 |
msgstr "设置"
|
@@ -29,7 +29,7 @@ msgstr "查看影像 »"
|
|
29 |
msgid "Return to all albums"
|
30 |
msgstr ""
|
31 |
|
32 |
-
#: gallery-plugin.php:
|
33 |
#, fuzzy, php-format
|
34 |
msgid ""
|
35 |
"The following files '%s' and '%s' were not found in the directory of your "
|
@@ -40,49 +40,49 @@ msgstr ""
|
|
40 |
"template.php\"。为了画廊插件的正常运行,请从目录 `/wp-content/plugins/"
|
41 |
"gallery-plugin/template/` 中复制他们到您的主题目录中"
|
42 |
|
43 |
-
#: gallery-plugin.php:
|
44 |
msgid "Galleries"
|
45 |
msgstr "画廊"
|
46 |
|
47 |
-
#: gallery-plugin.php:
|
48 |
msgid "Gallery"
|
49 |
msgstr "画廊"
|
50 |
|
51 |
-
#: gallery-plugin.php:
|
52 |
msgid "Add New Gallery"
|
53 |
msgstr "新建画廊"
|
54 |
|
55 |
-
#: gallery-plugin.php:
|
56 |
msgid "Edit Gallery"
|
57 |
msgstr "编辑画廊"
|
58 |
|
59 |
-
#: gallery-plugin.php:
|
60 |
msgid "New Gallery"
|
61 |
msgstr "新画廊"
|
62 |
|
63 |
-
#: gallery-plugin.php:
|
64 |
msgid "View Gallery"
|
65 |
msgstr "浏览画廊"
|
66 |
|
67 |
-
#: gallery-plugin.php:
|
68 |
#, fuzzy
|
69 |
msgid "Search Galleries"
|
70 |
msgstr "画廊"
|
71 |
|
72 |
-
#: gallery-plugin.php:
|
73 |
msgid "No Gallery found"
|
74 |
msgstr "没有找到画廊"
|
75 |
|
76 |
-
#: gallery-plugin.php:
|
77 |
msgid "Gallery Shortcode"
|
78 |
msgstr "画廊代码"
|
79 |
|
80 |
-
#: gallery-plugin.php:
|
81 |
#, fuzzy
|
82 |
msgid "Gallery Categories"
|
83 |
msgstr "画廊中影像的尺寸"
|
84 |
|
85 |
-
#: gallery-plugin.php:
|
86 |
#, fuzzy, php-format
|
87 |
msgid ""
|
88 |
"If you would like to add a Gallery to your page or post, please use %s button"
|
@@ -90,7 +90,7 @@ msgstr ""
|
|
90 |
"如果您想添加一个画廊到页面或公告中,仅需要将画廊代码放到页面或公告的内容中即"
|
91 |
"可:"
|
92 |
|
93 |
-
#: gallery-plugin.php:
|
94 |
#, php-format
|
95 |
msgid ""
|
96 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
@@ -98,85 +98,89 @@ msgid ""
|
|
98 |
"please use the shortcode below"
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: gallery-plugin.php:
|
102 |
msgid ""
|
103 |
"Add this shortcode to a page, post or widget to display a single gallery"
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: gallery-plugin.php:
|
107 |
#, fuzzy
|
108 |
msgid ""
|
109 |
"Use this shortcode to display an album image with the description and the "
|
110 |
"link to a single gallery page"
|
111 |
msgstr "如果您想显示一个简述,其包含屏幕截图且具有指向一个图集的链接"
|
112 |
|
113 |
-
#: gallery-plugin.php:
|
114 |
msgid "Short display"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: gallery-plugin.php:
|
118 |
msgid "Most Used"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: gallery-plugin.php:
|
122 |
msgid "Default"
|
123 |
msgstr "默认"
|
124 |
|
125 |
-
#: gallery-plugin.php:
|
126 |
#, fuzzy
|
127 |
msgid "Add New Gallery Category"
|
128 |
msgstr "新建画廊"
|
129 |
|
130 |
-
#: gallery-plugin.php:
|
131 |
#, fuzzy
|
132 |
msgid "Install plugin"
|
133 |
msgstr "安装插件"
|
134 |
|
135 |
-
#: gallery-plugin.php:
|
136 |
-
#: gallery-plugin.php:
|
137 |
msgid "Title"
|
138 |
msgstr "标题"
|
139 |
|
140 |
-
#: gallery-plugin.php:
|
141 |
msgid "Author"
|
142 |
msgstr "作者"
|
143 |
|
144 |
-
#: gallery-plugin.php:
|
145 |
#, fuzzy
|
146 |
msgid "Shortcode"
|
147 |
msgstr "画廊代码"
|
148 |
|
149 |
-
#: gallery-plugin.php:
|
150 |
#, fuzzy
|
151 |
msgid "Photos"
|
152 |
msgstr "照片"
|
153 |
|
154 |
-
#: gallery-plugin.php:
|
155 |
msgid "Date"
|
156 |
msgstr "日期"
|
157 |
|
158 |
-
#: gallery-plugin.php:
|
159 |
msgid "Settings are saved"
|
160 |
msgstr "设置已保存。"
|
161 |
|
162 |
-
#: gallery-plugin.php:
|
163 |
#, fuzzy
|
164 |
msgid "All plugin settings were restored."
|
165 |
msgstr "在插件的设置页面("
|
166 |
|
167 |
-
#: gallery-plugin.php:
|
168 |
msgid "Gallery Settings"
|
169 |
msgstr "画廊设置"
|
170 |
|
171 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
172 |
msgid "Go PRO"
|
173 |
msgstr "转到高级版"
|
174 |
|
175 |
-
#: gallery-plugin.php:
|
176 |
msgid "Please enable JavaScript to use the option to renew images."
|
177 |
msgstr "请打开JavaScript以使用选项更新影像"
|
178 |
|
179 |
-
#: gallery-plugin.php:
|
180 |
#, php-format
|
181 |
msgid ""
|
182 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
@@ -184,378 +188,370 @@ msgid ""
|
|
184 |
"please use the shortcode %s, where * stands for gallery ID"
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: gallery-plugin.php:
|
188 |
msgid "Number of images in the row"
|
189 |
msgstr "一行中图像的数量"
|
190 |
|
191 |
-
#: gallery-plugin.php:
|
192 |
#, fuzzy
|
193 |
msgid ""
|
194 |
"The number of images per row can be less depending on the width of the "
|
195 |
"parent block"
|
196 |
msgstr "一行中图像的数量"
|
197 |
|
198 |
-
#: gallery-plugin.php:
|
199 |
msgid "Image size"
|
200 |
msgstr "影像尺寸"
|
201 |
|
202 |
-
#: gallery-plugin.php:
|
203 |
msgid ""
|
204 |
"WordPress will create a new thumbnail with the specified dimensions when you "
|
205 |
"upload a new photo."
|
206 |
msgstr "当您上传一幅新的照片时,WordPress会创建一个特定尺寸的缩略图副本。"
|
207 |
|
208 |
-
#: gallery-plugin.php:
|
209 |
#, fuzzy
|
210 |
msgid "For the album cover"
|
211 |
msgstr "专辑封面的尺寸"
|
212 |
|
213 |
-
#: gallery-plugin.php:
|
214 |
msgid "width x height"
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: gallery-plugin.php:
|
218 |
msgid "in px"
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: gallery-plugin.php:
|
222 |
#, fuzzy
|
223 |
msgid "For thumbnails"
|
224 |
msgstr "专辑封面的尺寸"
|
225 |
|
226 |
-
#: gallery-plugin.php:
|
227 |
msgid "Update images for gallery"
|
228 |
msgstr "为画廊更新影像"
|
229 |
|
230 |
-
#: gallery-plugin.php:
|
231 |
msgid "Close"
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: gallery-plugin.php:
|
235 |
#, fuzzy
|
236 |
msgid "For images in the lightbox"
|
237 |
msgstr "灯箱中的影像的尺寸"
|
238 |
|
239 |
-
#: gallery-plugin.php:
|
240 |
msgid "Display a full size image in the lightbox"
|
241 |
msgstr "在灯箱中显示全尺寸图像"
|
242 |
|
243 |
-
#: gallery-plugin.php:
|
244 |
msgid "Crop position"
|
245 |
msgstr "裁剪位置"
|
246 |
|
247 |
-
#: gallery-plugin.php:
|
248 |
msgid "center"
|
249 |
msgstr "居中"
|
250 |
|
251 |
-
#: gallery-plugin.php:
|
252 |
msgid "Horizontal"
|
253 |
msgstr "水平"
|
254 |
|
255 |
-
#: gallery-plugin.php:
|
256 |
msgid "Vertical"
|
257 |
msgstr "垂直"
|
258 |
|
259 |
-
#: gallery-plugin.php:
|
260 |
-
#, fuzzy
|
261 |
-
msgid "Single gallery view"
|
262 |
-
msgstr "画廊项的滑块"
|
263 |
-
|
264 |
-
#: gallery-plugin.php:979
|
265 |
-
msgid "Grid"
|
266 |
-
msgstr ""
|
267 |
-
|
268 |
-
#: gallery-plugin.php:980
|
269 |
-
msgid "Masonry"
|
270 |
-
msgstr ""
|
271 |
-
|
272 |
-
#: gallery-plugin.php:986 gallery-plugin.php:1207
|
273 |
msgid ""
|
274 |
"If you upgrade to Pro version all your settings and galleries will be saved."
|
275 |
msgstr "如果您升级到高级版本,您的设置和画廊将被保存。"
|
276 |
|
277 |
-
#: gallery-plugin.php:
|
278 |
#, fuzzy
|
279 |
msgid "Unlock premium options by upgrading to Pro version"
|
280 |
msgstr "升级到高级版以解锁额外的选项。"
|
281 |
|
282 |
-
#: gallery-plugin.php:
|
283 |
msgid "Start Your Trial"
|
284 |
msgstr "开始试用"
|
285 |
|
286 |
-
#: gallery-plugin.php:
|
287 |
msgid "or"
|
288 |
msgstr "或"
|
289 |
|
290 |
-
#: gallery-plugin.php:
|
291 |
msgid "Learn More"
|
292 |
msgstr "学习更多"
|
293 |
|
294 |
-
#: gallery-plugin.php:
|
295 |
msgid "Display image text"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: gallery-plugin.php:
|
299 |
msgid "Turn off the checkbox, if you want to display text just in a lightbox"
|
300 |
msgstr "取消复选框,如果您仅想在灯箱中显示文本"
|
301 |
|
302 |
-
#: gallery-plugin.php:
|
303 |
msgid "Images with border"
|
304 |
msgstr "影像边缘"
|
305 |
|
306 |
-
#: gallery-plugin.php:
|
307 |
msgid "Border width in px, just numbers"
|
308 |
msgstr "边缘宽度,以像素为单位,只能使用数字"
|
309 |
|
310 |
-
#: gallery-plugin.php:
|
311 |
-
msgid "Select a border color"
|
312 |
-
msgstr "选择边框颜色"
|
313 |
-
|
314 |
-
#: gallery-plugin.php:1024
|
315 |
msgid "Sort images"
|
316 |
msgstr "影像排序"
|
317 |
|
318 |
-
#: gallery-plugin.php:
|
319 |
#, fuzzy
|
320 |
msgid "by Attachment ID"
|
321 |
msgstr "附件ID"
|
322 |
|
323 |
-
#: gallery-plugin.php:
|
324 |
#, fuzzy
|
325 |
msgid "by Image Name"
|
326 |
msgstr "影像名称"
|
327 |
|
328 |
-
#: gallery-plugin.php:
|
329 |
#, fuzzy
|
330 |
msgid "by Date"
|
331 |
msgstr "日期"
|
332 |
|
333 |
-
#: gallery-plugin.php:
|
334 |
msgid "by Sorting order in the Gallery"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: gallery-plugin.php:
|
338 |
msgid "Random"
|
339 |
msgstr "随机"
|
340 |
|
341 |
-
#: gallery-plugin.php:
|
342 |
#, fuzzy
|
343 |
msgid "The images sort order"
|
344 |
msgstr "影像边缘"
|
345 |
|
346 |
-
#: gallery-plugin.php:
|
347 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
348 |
msgstr "升序(由低到高 - 1, 2, 3; a, b, c)"
|
349 |
|
350 |
-
#: gallery-plugin.php:
|
351 |
msgid ""
|
352 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
353 |
msgstr "降序(由高到低 - 3, 2, 1; c, b, a)"
|
354 |
|
355 |
-
#: gallery-plugin.php:
|
356 |
#, fuzzy
|
357 |
msgid "Sort galleries"
|
358 |
msgstr "画廊"
|
359 |
|
360 |
-
#: gallery-plugin.php:
|
361 |
#, fuzzy
|
362 |
msgid "by Gallery ID"
|
363 |
msgstr "画廊"
|
364 |
|
365 |
-
#: gallery-plugin.php:
|
366 |
#, fuzzy
|
367 |
msgid "by Title"
|
368 |
msgstr "标题"
|
369 |
|
370 |
-
#: gallery-plugin.php:
|
371 |
msgid "by Last modified date"
|
372 |
msgstr ""
|
373 |
|
374 |
-
#: gallery-plugin.php:
|
375 |
msgid "by Comment count"
|
376 |
msgstr ""
|
377 |
|
378 |
-
#: gallery-plugin.php:
|
379 |
#, fuzzy
|
380 |
msgid "by Sorting order (the input field for sorting order)"
|
381 |
msgstr "分类排序(插入/上传媒体图集对话框中的输入字段)"
|
382 |
|
383 |
-
#: gallery-plugin.php:
|
384 |
#, fuzzy
|
385 |
msgid "by Author"
|
386 |
msgstr "作者"
|
387 |
|
388 |
-
#: gallery-plugin.php:
|
389 |
msgid "The galleries sort order"
|
390 |
msgstr ""
|
391 |
|
392 |
-
#: gallery-plugin.php:
|
393 |
msgid "Start slideshow"
|
394 |
msgstr "播放幻灯片"
|
395 |
|
396 |
-
#: gallery-plugin.php:
|
397 |
msgid "Slideshow interval"
|
398 |
msgstr "幻灯片播放间隔"
|
399 |
|
400 |
-
#: gallery-plugin.php:
|
401 |
msgid "(ms)"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: gallery-plugin.php:
|
405 |
msgid "Use single lightbox for multiple galleries on one page"
|
406 |
msgstr "在同一页面上为多个画廊使用同一个灯箱"
|
407 |
|
408 |
-
#: gallery-plugin.php:
|
409 |
msgid "Display the Back link"
|
410 |
msgstr "显示返回链接"
|
411 |
|
412 |
-
#: gallery-plugin.php:
|
413 |
msgid "Display the Back link in the shortcode"
|
414 |
msgstr "以代码方式显示返回链接"
|
415 |
|
416 |
-
#: gallery-plugin.php:
|
417 |
msgid "The Back link text"
|
418 |
msgstr "返回链接文本"
|
419 |
|
420 |
-
#: gallery-plugin.php:
|
421 |
msgid "The Back link URL"
|
422 |
msgstr "返回链接URL"
|
423 |
|
424 |
-
#: gallery-plugin.php:
|
425 |
msgid "Gallery page (Page with Gallery Template)"
|
426 |
msgstr "画廊页面(具有画廊模板的页面)"
|
427 |
|
428 |
-
#: gallery-plugin.php:
|
429 |
msgid "(Full URL to custom page)"
|
430 |
msgstr "(到自定义页面的完整地址)"
|
431 |
|
432 |
-
#: gallery-plugin.php:
|
433 |
msgid "The Read More link text"
|
434 |
msgstr "阅读更多链接的文本"
|
435 |
|
436 |
-
#: gallery-plugin.php:
|
437 |
msgid "Add gallery to the search"
|
438 |
msgstr "将画廊添加到搜索"
|
439 |
|
440 |
-
#: gallery-plugin.php:
|
441 |
msgid "Using"
|
442 |
msgstr "试用"
|
443 |
|
444 |
-
#: gallery-plugin.php:
|
445 |
msgid "powered by"
|
446 |
msgstr "提供方为"
|
447 |
|
448 |
-
#: gallery-plugin.php:
|
449 |
msgid "Activate"
|
450 |
msgstr "激活"
|
451 |
|
452 |
-
#: gallery-plugin.php:
|
453 |
msgid "Download"
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: gallery-plugin.php:
|
457 |
msgid "Rewrite templates after update"
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: gallery-plugin.php:
|
461 |
#, php-format
|
462 |
msgid ""
|
463 |
"Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
|
464 |
"theme folder and You don't want to rewrite them"
|
465 |
msgstr ""
|
466 |
|
467 |
-
#: gallery-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
468 |
#, fuzzy
|
469 |
msgid "Under image"
|
470 |
msgstr "更新影像"
|
471 |
|
472 |
-
#: gallery-plugin.php:
|
473 |
msgid "By mouse hover"
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: gallery-plugin.php:
|
477 |
msgid "Use pagination for images"
|
478 |
msgstr "为影像使用分页"
|
479 |
|
480 |
-
#: gallery-plugin.php:
|
481 |
msgid "per page"
|
482 |
msgstr "每页"
|
483 |
|
484 |
-
#: gallery-plugin.php:
|
485 |
msgid "Lightbox background"
|
486 |
msgstr "灯箱背景"
|
487 |
|
488 |
-
#: gallery-plugin.php:
|
489 |
msgid "Background transparency (from 0 to 1)"
|
490 |
msgstr "背景透明度(从 0 到 1)"
|
491 |
|
492 |
-
#: gallery-plugin.php:
|
493 |
-
msgid "Select a background color"
|
494 |
-
msgstr "选择背景色"
|
495 |
-
|
496 |
-
#: gallery-plugin.php:1170
|
497 |
msgid "The lightbox helper"
|
498 |
msgstr "灯箱帮助"
|
499 |
|
500 |
-
#: gallery-plugin.php:
|
501 |
msgid "Do not use"
|
502 |
msgstr "不要使用"
|
503 |
|
504 |
-
#: gallery-plugin.php:
|
505 |
msgid "Button helper"
|
506 |
msgstr "按钮帮助"
|
507 |
|
508 |
-
#: gallery-plugin.php:
|
509 |
msgid "Thumbnail helper"
|
510 |
msgstr "缩略图帮助"
|
511 |
|
512 |
-
#: gallery-plugin.php:
|
513 |
msgid "Display Like buttons in the lightbox"
|
514 |
msgstr "在灯箱中显示[喜欢]按钮"
|
515 |
|
516 |
-
#: gallery-plugin.php:
|
517 |
msgid "FaceBook"
|
518 |
msgstr "Facebook"
|
519 |
|
520 |
-
#: gallery-plugin.php:
|
521 |
msgid "Twitter"
|
522 |
msgstr "Twitter"
|
523 |
|
524 |
-
#: gallery-plugin.php:
|
525 |
msgid "Pinterest"
|
526 |
msgstr "Printerest"
|
527 |
|
528 |
-
#: gallery-plugin.php:
|
529 |
msgid "Google +1"
|
530 |
msgstr "Google +1"
|
531 |
|
532 |
-
#: gallery-plugin.php:
|
533 |
msgid "Slug for gallery item"
|
534 |
msgstr "画廊项的滑块"
|
535 |
|
536 |
-
#: gallery-plugin.php:
|
537 |
msgid "for any structure of permalinks except the default structure"
|
538 |
msgstr "给任意结构的固定链接,除了默认结构"
|
539 |
|
540 |
-
#: gallery-plugin.php:
|
541 |
msgid "Title for lightbox button"
|
542 |
msgstr "灯箱按钮的标题"
|
543 |
|
544 |
-
#: gallery-plugin.php:
|
545 |
msgid ""
|
546 |
"Display all images in the lightbox instead of going into a single gallery"
|
547 |
msgstr ""
|
548 |
|
549 |
-
#: gallery-plugin.php:
|
550 |
#, php-format
|
551 |
msgid "When using the gallery template or a shortcode with `%s` parameter"
|
552 |
msgstr ""
|
553 |
|
554 |
-
#: gallery-plugin.php:
|
555 |
msgid "Save Changes"
|
556 |
msgstr "保存修改"
|
557 |
|
558 |
-
#: gallery-plugin.php:
|
559 |
msgid ""
|
560 |
"If you install the demo-data, will be created galleries with images, demo-"
|
561 |
"post with available shortcodes and page with a list of all the galleries."
|
@@ -569,80 +565,80 @@ msgstr "常见问题"
|
|
569 |
msgid "Support"
|
570 |
msgstr "支持"
|
571 |
|
572 |
-
#: gallery-plugin.php:
|
573 |
msgid "Updating images..."
|
574 |
msgstr "正在更新影像..."
|
575 |
|
576 |
-
#: gallery-plugin.php:
|
577 |
#, fuzzy
|
578 |
msgid "No image found."
|
579 |
msgstr "没有找到影像"
|
580 |
|
581 |
-
#: gallery-plugin.php:
|
582 |
#, fuzzy
|
583 |
msgid "All images are updated."
|
584 |
msgstr "已更新全部影像"
|
585 |
|
586 |
-
#: gallery-plugin.php:
|
587 |
msgid "Error."
|
588 |
msgstr "错误。"
|
589 |
|
590 |
-
#: gallery-plugin.php:
|
591 |
msgid ""
|
592 |
"You are about to delete these items from this gallery.\n"
|
593 |
" 'Cancel' to stop, 'OK' to delete."
|
594 |
msgstr ""
|
595 |
|
596 |
-
#: gallery-plugin.php:
|
597 |
msgid ""
|
598 |
"Switching to another mode, all unsaved data will be lost. Save data before "
|
599 |
"switching?"
|
600 |
msgstr ""
|
601 |
|
602 |
-
#: gallery-plugin.php:
|
603 |
msgid "Insert Media"
|
604 |
msgstr ""
|
605 |
|
606 |
-
#: gallery-plugin.php:
|
607 |
msgid "Insert"
|
608 |
msgstr ""
|
609 |
|
610 |
-
#: gallery-plugin.php:
|
611 |
#, fuzzy
|
612 |
msgid "Learn more"
|
613 |
msgstr "学习更多"
|
614 |
|
615 |
-
#: gallery-plugin.php:
|
616 |
#, fuzzy
|
617 |
msgid "Install now"
|
618 |
msgstr "安装 %s"
|
619 |
|
620 |
-
#: gallery-plugin.php:
|
621 |
msgid "Add multiple gallery categories"
|
622 |
msgstr ""
|
623 |
|
624 |
-
#: gallery-plugin.php:
|
625 |
msgid ""
|
626 |
"Install Gallery Categories plugin to add unlimited number of categories."
|
627 |
msgstr ""
|
628 |
|
629 |
-
#: gallery-plugin.php:
|
630 |
msgid "Sorry, nothing found."
|
631 |
msgstr "对不起 - 没有找到。"
|
632 |
|
633 |
-
#: gallery-plugin.php:
|
634 |
msgid "Image"
|
635 |
msgstr "影像"
|
636 |
|
637 |
-
#: gallery-plugin.php:
|
638 |
msgid "Download high resolution image"
|
639 |
msgstr "下载高分辨率图像"
|
640 |
|
641 |
-
#: gallery-plugin.php:
|
642 |
msgid "Image size not defined"
|
643 |
msgstr "影像尺寸未定义"
|
644 |
|
645 |
-
#: gallery-plugin.php:
|
646 |
msgid ""
|
647 |
"We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
|
648 |
"manually reload image."
|
@@ -650,211 +646,211 @@ msgstr ""
|
|
650 |
"我们仅可以更新 PNG,JPEG,GIF,WPMP 或 XBM 文件。对于其他文件类型,请手动重新"
|
651 |
"加载影像。"
|
652 |
|
653 |
-
#: gallery-plugin.php:
|
654 |
msgid "Image size changes not defined"
|
655 |
msgstr "图像大小的变化没有定义"
|
656 |
|
657 |
-
#: gallery-plugin.php:
|
658 |
msgid "Invalid path"
|
659 |
msgstr "无效的路径"
|
660 |
|
661 |
-
#: gallery-plugin.php:
|
662 |
msgid "Add images requires JavaScript."
|
663 |
msgstr ""
|
664 |
|
665 |
-
#: gallery-plugin.php:
|
666 |
msgid "Add Media"
|
667 |
msgstr ""
|
668 |
|
669 |
-
#: gallery-plugin.php:
|
670 |
msgid "The grid view for the Gallery images requires JavaScript."
|
671 |
msgstr ""
|
672 |
|
673 |
-
#: gallery-plugin.php:
|
674 |
msgid "Switch to the list view"
|
675 |
msgstr ""
|
676 |
|
677 |
-
#: gallery-plugin.php:
|
678 |
msgid "List View"
|
679 |
msgstr ""
|
680 |
|
681 |
-
#: gallery-plugin.php:
|
682 |
msgid "Grid View"
|
683 |
msgstr ""
|
684 |
|
685 |
-
#: gallery-plugin.php:
|
686 |
msgid "Filter"
|
687 |
msgstr ""
|
688 |
|
689 |
-
#: gallery-plugin.php:
|
690 |
msgid "Empty Trash"
|
691 |
msgstr ""
|
692 |
|
693 |
-
#: gallery-plugin.php:
|
694 |
#, fuzzy
|
695 |
msgid "No images found"
|
696 |
msgstr "没有找到影像"
|
697 |
|
698 |
-
#: gallery-plugin.php:
|
699 |
msgid "Select bulk action"
|
700 |
msgstr ""
|
701 |
|
702 |
-
#: gallery-plugin.php:
|
703 |
msgid "Bulk Actions"
|
704 |
msgstr ""
|
705 |
|
706 |
-
#: gallery-plugin.php:
|
707 |
msgid "Apply"
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: gallery-plugin.php:
|
711 |
#, fuzzy
|
712 |
msgid "Delete from Gallery"
|
713 |
msgstr "新画廊"
|
714 |
|
715 |
-
#: gallery-plugin.php:
|
716 |
#, fuzzy
|
717 |
msgid "Display link to the original file under each image in the lightbox"
|
718 |
msgstr "在灯箱中显示全尺寸图像"
|
719 |
|
720 |
-
#: gallery-plugin.php:
|
721 |
msgid "Bulk Select"
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: gallery-plugin.php:
|
725 |
msgid "Cancel Selection"
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: gallery-plugin.php:
|
729 |
msgid "Delete Selected"
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: gallery-plugin.php:
|
733 |
msgid "File"
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: gallery-plugin.php:
|
737 |
msgid "Dimensions"
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: gallery-plugin.php:
|
741 |
msgid "Alt tag"
|
742 |
msgstr "Alt标签"
|
743 |
|
744 |
-
#: gallery-plugin.php:
|
745 |
msgid ""
|
746 |
"The alt attribute specifies an alternate text for an image, if the image "
|
747 |
"cannot be displayed."
|
748 |
msgstr ""
|
749 |
|
750 |
-
#: gallery-plugin.php:
|
751 |
msgid "Custom URL"
|
752 |
msgstr ""
|
753 |
|
754 |
-
#: gallery-plugin.php:
|
755 |
msgid ""
|
756 |
"By clicking on the thumbnail you'll go to the link (if the field is filled) "
|
757 |
"or the image will be opened in the lightbox (if the field isn't filled)"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: gallery-plugin.php:
|
761 |
msgid "Deselect"
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: gallery-plugin.php:
|
765 |
msgid "File name"
|
766 |
msgstr ""
|
767 |
|
768 |
-
#: gallery-plugin.php:
|
769 |
msgid "File type"
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: gallery-plugin.php:
|
773 |
#, fuzzy
|
774 |
msgid "Edit Attachment Info"
|
775 |
msgstr "附件ID"
|
776 |
|
777 |
-
#: gallery-plugin.php:
|
778 |
#, fuzzy
|
779 |
msgid "Edit Attachment"
|
780 |
msgstr "附件ID"
|
781 |
|
782 |
-
#: gallery-plugin.php:
|
783 |
#, fuzzy
|
784 |
msgid "Go Pro"
|
785 |
msgstr "转到高级版"
|
786 |
|
787 |
-
#: gallery-plugin.php:
|
788 |
msgid "Pro version"
|
789 |
msgstr ""
|
790 |
|
791 |
-
#: gallery-plugin.php:
|
792 |
msgid "This setting is available in Pro version"
|
793 |
msgstr "此设置在高级版本中可用"
|
794 |
|
795 |
-
#: gallery-plugin.php:
|
796 |
msgid "Edit more details"
|
797 |
msgstr ""
|
798 |
|
799 |
-
#: gallery-plugin.php:
|
800 |
#, php-format
|
801 |
msgid "Select %s"
|
802 |
msgstr ""
|
803 |
|
804 |
-
#: gallery-plugin.php:
|
805 |
#, php-format
|
806 |
msgid "Edit “%s”"
|
807 |
msgstr ""
|
808 |
|
809 |
-
#: gallery-plugin.php:
|
810 |
msgid "Edit"
|
811 |
msgstr ""
|
812 |
|
813 |
-
#: gallery-plugin.php:
|
814 |
msgid "Trash"
|
815 |
msgstr ""
|
816 |
|
817 |
-
#: gallery-plugin.php:
|
818 |
msgid "Delete Permanently"
|
819 |
msgstr ""
|
820 |
|
821 |
-
#: gallery-plugin.php:
|
822 |
#, php-format
|
823 |
msgid "View “%s”"
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: gallery-plugin.php:
|
827 |
msgid "View"
|
828 |
msgstr ""
|
829 |
|
830 |
-
#: gallery-plugin.php:
|
831 |
#, fuzzy
|
832 |
msgid "Attach"
|
833 |
msgstr "附件ID"
|
834 |
|
835 |
-
#: gallery-plugin.php:
|
836 |
msgid "Restore"
|
837 |
msgstr ""
|
838 |
|
839 |
-
#: gallery-plugin.php:
|
840 |
msgid "Warning"
|
841 |
msgstr ""
|
842 |
|
843 |
-
#: gallery-plugin.php:
|
844 |
msgid "You can add only images to the gallery"
|
845 |
msgstr ""
|
846 |
|
847 |
-
#: gallery-plugin.php:
|
848 |
#, fuzzy
|
849 |
msgid "no title"
|
850 |
msgstr "标题"
|
851 |
|
852 |
-
#: gallery-plugin.php:
|
853 |
#, fuzzy
|
854 |
msgid "Sorry, no gallery found."
|
855 |
msgstr "对不起 - 没有找到。"
|
856 |
|
857 |
-
#: gallery-plugin.php:
|
858 |
#, fuzzy
|
859 |
msgid ""
|
860 |
"Display an album image with the description and the link to a single gallery "
|
@@ -908,51 +904,57 @@ msgstr ""
|
|
908 |
msgid "Demo options already installed."
|
909 |
msgstr ""
|
910 |
|
911 |
-
#: inc/demo-data/class-bws-demo-data.php:
|
912 |
msgid "Demo data successfully installed."
|
913 |
msgstr ""
|
914 |
|
915 |
-
#: inc/demo-data/class-bws-demo-data.php:
|
916 |
msgid "View post with shortcodes"
|
917 |
msgstr ""
|
918 |
|
919 |
-
#: inc/demo-data/class-bws-demo-data.php:
|
920 |
msgid "View page with examples"
|
921 |
msgstr ""
|
922 |
|
923 |
-
#: inc/demo-data/class-bws-demo-data.php:
|
924 |
msgid "Installation of demo data with some errors occurred."
|
925 |
msgstr ""
|
926 |
|
927 |
-
#: inc/demo-data/class-bws-demo-data.php:
|
928 |
msgid "Posts data is missing."
|
929 |
msgstr ""
|
930 |
|
931 |
-
#: inc/demo-data/class-bws-demo-data.php:
|
932 |
msgid "Demo data have already been removed."
|
933 |
msgstr ""
|
934 |
|
935 |
-
#: inc/demo-data/class-bws-demo-data.php:
|
936 |
msgid "Demo data successfully removed."
|
937 |
msgstr ""
|
938 |
|
939 |
-
#: inc/demo-data/class-bws-demo-data.php:
|
940 |
msgid "Removing demo data with some errors occurred."
|
941 |
msgstr ""
|
942 |
|
943 |
-
#: inc/demo-data/class-bws-demo-data.php:
|
944 |
msgid "Close notice"
|
945 |
msgstr ""
|
946 |
|
947 |
-
#: inc/demo-data/class-bws-demo-data.php:
|
948 |
#, fuzzy
|
949 |
msgid "Install demo data"
|
950 |
msgstr "安装 %s"
|
951 |
|
952 |
-
#: inc/demo-data/class-bws-demo-data.php:
|
953 |
msgid "for an acquaintance with the possibilities of the"
|
954 |
msgstr ""
|
955 |
|
|
|
|
|
|
|
|
|
|
|
|
|
956 |
#~ msgid "Sort images by"
|
957 |
#~ msgstr "影像排序按"
|
958 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Gallery\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-04-13 12:00+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-04-13 12:00+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Xiaobo Chen <mibcxb@gmail.com>\n"
|
9 |
"Language: zh_CN\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: gallery-plugin.php:45 gallery-plugin.php:878 gallery-plugin.php:1264
|
20 |
#: gallery-plugin.php:1281
|
21 |
msgid "Settings"
|
22 |
msgstr "设置"
|
29 |
msgid "Return to all albums"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: gallery-plugin.php:383
|
33 |
#, fuzzy, php-format
|
34 |
msgid ""
|
35 |
"The following files '%s' and '%s' were not found in the directory of your "
|
40 |
"template.php\"。为了画廊插件的正常运行,请从目录 `/wp-content/plugins/"
|
41 |
"gallery-plugin/template/` 中复制他们到您的主题目录中"
|
42 |
|
43 |
+
#: gallery-plugin.php:394 gallery-plugin.php:403
|
44 |
msgid "Galleries"
|
45 |
msgstr "画廊"
|
46 |
|
47 |
+
#: gallery-plugin.php:395 gallery-plugin.php:2584
|
48 |
msgid "Gallery"
|
49 |
msgstr "画廊"
|
50 |
|
51 |
+
#: gallery-plugin.php:396
|
52 |
msgid "Add New Gallery"
|
53 |
msgstr "新建画廊"
|
54 |
|
55 |
+
#: gallery-plugin.php:397
|
56 |
msgid "Edit Gallery"
|
57 |
msgstr "编辑画廊"
|
58 |
|
59 |
+
#: gallery-plugin.php:398
|
60 |
msgid "New Gallery"
|
61 |
msgstr "新画廊"
|
62 |
|
63 |
+
#: gallery-plugin.php:399
|
64 |
msgid "View Gallery"
|
65 |
msgstr "浏览画廊"
|
66 |
|
67 |
+
#: gallery-plugin.php:400
|
68 |
#, fuzzy
|
69 |
msgid "Search Galleries"
|
70 |
msgstr "画廊"
|
71 |
|
72 |
+
#: gallery-plugin.php:401
|
73 |
msgid "No Gallery found"
|
74 |
msgstr "没有找到画廊"
|
75 |
|
76 |
+
#: gallery-plugin.php:458
|
77 |
msgid "Gallery Shortcode"
|
78 |
msgstr "画廊代码"
|
79 |
|
80 |
+
#: gallery-plugin.php:460 gallery-plugin.php:501 gallery-plugin.php:2567
|
81 |
#, fuzzy
|
82 |
msgid "Gallery Categories"
|
83 |
msgstr "画廊中影像的尺寸"
|
84 |
|
85 |
+
#: gallery-plugin.php:470 gallery-plugin.php:897
|
86 |
#, fuzzy, php-format
|
87 |
msgid ""
|
88 |
"If you would like to add a Gallery to your page or post, please use %s button"
|
90 |
"如果您想添加一个画廊到页面或公告中,仅需要将画廊代码放到页面或公告的内容中即"
|
91 |
"可:"
|
92 |
|
93 |
+
#: gallery-plugin.php:475
|
94 |
#, php-format
|
95 |
msgid ""
|
96 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
98 |
"please use the shortcode below"
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: gallery-plugin.php:481
|
102 |
msgid ""
|
103 |
"Add this shortcode to a page, post or widget to display a single gallery"
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: gallery-plugin.php:484
|
107 |
#, fuzzy
|
108 |
msgid ""
|
109 |
"Use this shortcode to display an album image with the description and the "
|
110 |
"link to a single gallery page"
|
111 |
msgstr "如果您想显示一个简述,其包含屏幕截图且具有指向一个图集的链接"
|
112 |
|
113 |
+
#: gallery-plugin.php:486
|
114 |
msgid "Short display"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: gallery-plugin.php:502
|
118 |
msgid "Most Used"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: gallery-plugin.php:507 gallery-plugin.php:1161
|
122 |
msgid "Default"
|
123 |
msgstr "默认"
|
124 |
|
125 |
+
#: gallery-plugin.php:512
|
126 |
#, fuzzy
|
127 |
msgid "Add New Gallery Category"
|
128 |
msgstr "新建画廊"
|
129 |
|
130 |
+
#: gallery-plugin.php:517
|
131 |
#, fuzzy
|
132 |
msgid "Install plugin"
|
133 |
msgstr "安装插件"
|
134 |
|
135 |
+
#: gallery-plugin.php:675 gallery-plugin.php:2159 gallery-plugin.php:2274
|
136 |
+
#: gallery-plugin.php:2361
|
137 |
msgid "Title"
|
138 |
msgstr "标题"
|
139 |
|
140 |
+
#: gallery-plugin.php:676
|
141 |
msgid "Author"
|
142 |
msgstr "作者"
|
143 |
|
144 |
+
#: gallery-plugin.php:677
|
145 |
#, fuzzy
|
146 |
msgid "Shortcode"
|
147 |
msgstr "画廊代码"
|
148 |
|
149 |
+
#: gallery-plugin.php:678
|
150 |
#, fuzzy
|
151 |
msgid "Photos"
|
152 |
msgstr "照片"
|
153 |
|
154 |
+
#: gallery-plugin.php:679
|
155 |
msgid "Date"
|
156 |
msgstr "日期"
|
157 |
|
158 |
+
#: gallery-plugin.php:847
|
159 |
msgid "Settings are saved"
|
160 |
msgstr "设置已保存。"
|
161 |
|
162 |
+
#: gallery-plugin.php:864
|
163 |
#, fuzzy
|
164 |
msgid "All plugin settings were restored."
|
165 |
msgstr "在插件的设置页面("
|
166 |
|
167 |
+
#: gallery-plugin.php:876
|
168 |
msgid "Gallery Settings"
|
169 |
msgstr "画廊设置"
|
170 |
|
171 |
+
#: gallery-plugin.php:879
|
172 |
+
msgid "Custom code"
|
173 |
+
msgstr ""
|
174 |
+
|
175 |
+
#: gallery-plugin.php:880
|
176 |
msgid "Go PRO"
|
177 |
msgstr "转到高级版"
|
178 |
|
179 |
+
#: gallery-plugin.php:890
|
180 |
msgid "Please enable JavaScript to use the option to renew images."
|
181 |
msgstr "请打开JavaScript以使用选项更新影像"
|
182 |
|
183 |
+
#: gallery-plugin.php:902
|
184 |
#, php-format
|
185 |
msgid ""
|
186 |
"You can add the Gallery to your page or post by clicking on %s button in the "
|
188 |
"please use the shortcode %s, where * stands for gallery ID"
|
189 |
msgstr ""
|
190 |
|
191 |
+
#: gallery-plugin.php:912
|
192 |
msgid "Number of images in the row"
|
193 |
msgstr "一行中图像的数量"
|
194 |
|
195 |
+
#: gallery-plugin.php:914
|
196 |
#, fuzzy
|
197 |
msgid ""
|
198 |
"The number of images per row can be less depending on the width of the "
|
199 |
"parent block"
|
200 |
msgstr "一行中图像的数量"
|
201 |
|
202 |
+
#: gallery-plugin.php:918 gallery-plugin.php:944
|
203 |
msgid "Image size"
|
204 |
msgstr "影像尺寸"
|
205 |
|
206 |
+
#: gallery-plugin.php:921
|
207 |
msgid ""
|
208 |
"WordPress will create a new thumbnail with the specified dimensions when you "
|
209 |
"upload a new photo."
|
210 |
msgstr "当您上传一幅新的照片时,WordPress会创建一个特定尺寸的缩略图副本。"
|
211 |
|
212 |
+
#: gallery-plugin.php:923
|
213 |
#, fuzzy
|
214 |
msgid "For the album cover"
|
215 |
msgstr "专辑封面的尺寸"
|
216 |
|
217 |
+
#: gallery-plugin.php:924 gallery-plugin.php:928 gallery-plugin.php:949
|
218 |
msgid "width x height"
|
219 |
msgstr ""
|
220 |
|
221 |
+
#: gallery-plugin.php:924 gallery-plugin.php:928 gallery-plugin.php:949
|
222 |
msgid "in px"
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: gallery-plugin.php:927
|
226 |
#, fuzzy
|
227 |
msgid "For thumbnails"
|
228 |
msgstr "专辑封面的尺寸"
|
229 |
|
230 |
+
#: gallery-plugin.php:931
|
231 |
msgid "Update images for gallery"
|
232 |
msgstr "为画廊更新影像"
|
233 |
|
234 |
+
#: gallery-plugin.php:940 gallery-plugin.php:1130 gallery-plugin.php:1365
|
235 |
msgid "Close"
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: gallery-plugin.php:947
|
239 |
#, fuzzy
|
240 |
msgid "For images in the lightbox"
|
241 |
msgstr "灯箱中的影像的尺寸"
|
242 |
|
243 |
+
#: gallery-plugin.php:951
|
244 |
msgid "Display a full size image in the lightbox"
|
245 |
msgstr "在灯箱中显示全尺寸图像"
|
246 |
|
247 |
+
#: gallery-plugin.php:956
|
248 |
msgid "Crop position"
|
249 |
msgstr "裁剪位置"
|
250 |
|
251 |
+
#: gallery-plugin.php:960 gallery-plugin.php:966
|
252 |
msgid "center"
|
253 |
msgstr "居中"
|
254 |
|
255 |
+
#: gallery-plugin.php:962
|
256 |
msgid "Horizontal"
|
257 |
msgstr "水平"
|
258 |
|
259 |
+
#: gallery-plugin.php:968
|
260 |
msgid "Vertical"
|
261 |
msgstr "垂直"
|
262 |
|
263 |
+
#: gallery-plugin.php:974 gallery-plugin.php:1205
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
264 |
msgid ""
|
265 |
"If you upgrade to Pro version all your settings and galleries will be saved."
|
266 |
msgstr "如果您升级到高级版本,您的设置和画廊将被保存。"
|
267 |
|
268 |
+
#: gallery-plugin.php:981 gallery-plugin.php:1212
|
269 |
#, fuzzy
|
270 |
msgid "Unlock premium options by upgrading to Pro version"
|
271 |
msgstr "升级到高级版以解锁额外的选项。"
|
272 |
|
273 |
+
#: gallery-plugin.php:985 gallery-plugin.php:1216
|
274 |
msgid "Start Your Trial"
|
275 |
msgstr "开始试用"
|
276 |
|
277 |
+
#: gallery-plugin.php:986 gallery-plugin.php:1217 gallery-plugin.php:2569
|
278 |
msgid "or"
|
279 |
msgstr "或"
|
280 |
|
281 |
+
#: gallery-plugin.php:988 gallery-plugin.php:1219
|
282 |
msgid "Learn More"
|
283 |
msgstr "学习更多"
|
284 |
|
285 |
+
#: gallery-plugin.php:996 gallery-plugin.php:1143
|
286 |
msgid "Display image text"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: gallery-plugin.php:998
|
290 |
msgid "Turn off the checkbox, if you want to display text just in a lightbox"
|
291 |
msgstr "取消复选框,如果您仅想在灯箱中显示文本"
|
292 |
|
293 |
+
#: gallery-plugin.php:1002
|
294 |
msgid "Images with border"
|
295 |
msgstr "影像边缘"
|
296 |
|
297 |
+
#: gallery-plugin.php:1006
|
298 |
msgid "Border width in px, just numbers"
|
299 |
msgstr "边缘宽度,以像素为单位,只能使用数字"
|
300 |
|
301 |
+
#: gallery-plugin.php:1012
|
|
|
|
|
|
|
|
|
302 |
msgid "Sort images"
|
303 |
msgstr "影像排序"
|
304 |
|
305 |
+
#: gallery-plugin.php:1015
|
306 |
#, fuzzy
|
307 |
msgid "by Attachment ID"
|
308 |
msgstr "附件ID"
|
309 |
|
310 |
+
#: gallery-plugin.php:1016
|
311 |
#, fuzzy
|
312 |
msgid "by Image Name"
|
313 |
msgstr "影像名称"
|
314 |
|
315 |
+
#: gallery-plugin.php:1017 gallery-plugin.php:1038
|
316 |
#, fuzzy
|
317 |
msgid "by Date"
|
318 |
msgstr "日期"
|
319 |
|
320 |
+
#: gallery-plugin.php:1018
|
321 |
msgid "by Sorting order in the Gallery"
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: gallery-plugin.php:1019 gallery-plugin.php:1043
|
325 |
msgid "Random"
|
326 |
msgstr "随机"
|
327 |
|
328 |
+
#: gallery-plugin.php:1024
|
329 |
#, fuzzy
|
330 |
msgid "The images sort order"
|
331 |
msgstr "影像边缘"
|
332 |
|
333 |
+
#: gallery-plugin.php:1027 gallery-plugin.php:1051
|
334 |
msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
|
335 |
msgstr "升序(由低到高 - 1, 2, 3; a, b, c)"
|
336 |
|
337 |
+
#: gallery-plugin.php:1028 gallery-plugin.php:1052
|
338 |
msgid ""
|
339 |
"DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
|
340 |
msgstr "降序(由高到低 - 3, 2, 1; c, b, a)"
|
341 |
|
342 |
+
#: gallery-plugin.php:1033
|
343 |
#, fuzzy
|
344 |
msgid "Sort galleries"
|
345 |
msgstr "画廊"
|
346 |
|
347 |
+
#: gallery-plugin.php:1036
|
348 |
#, fuzzy
|
349 |
msgid "by Gallery ID"
|
350 |
msgstr "画廊"
|
351 |
|
352 |
+
#: gallery-plugin.php:1037
|
353 |
#, fuzzy
|
354 |
msgid "by Title"
|
355 |
msgstr "标题"
|
356 |
|
357 |
+
#: gallery-plugin.php:1039
|
358 |
msgid "by Last modified date"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: gallery-plugin.php:1040
|
362 |
msgid "by Comment count"
|
363 |
msgstr ""
|
364 |
|
365 |
+
#: gallery-plugin.php:1041
|
366 |
#, fuzzy
|
367 |
msgid "by Sorting order (the input field for sorting order)"
|
368 |
msgstr "分类排序(插入/上传媒体图集对话框中的输入字段)"
|
369 |
|
370 |
+
#: gallery-plugin.php:1042
|
371 |
#, fuzzy
|
372 |
msgid "by Author"
|
373 |
msgstr "作者"
|
374 |
|
375 |
+
#: gallery-plugin.php:1048
|
376 |
msgid "The galleries sort order"
|
377 |
msgstr ""
|
378 |
|
379 |
+
#: gallery-plugin.php:1057
|
380 |
msgid "Start slideshow"
|
381 |
msgstr "播放幻灯片"
|
382 |
|
383 |
+
#: gallery-plugin.php:1060
|
384 |
msgid "Slideshow interval"
|
385 |
msgstr "幻灯片播放间隔"
|
386 |
|
387 |
+
#: gallery-plugin.php:1060
|
388 |
msgid "(ms)"
|
389 |
msgstr ""
|
390 |
|
391 |
+
#: gallery-plugin.php:1064
|
392 |
msgid "Use single lightbox for multiple galleries on one page"
|
393 |
msgstr "在同一页面上为多个画廊使用同一个灯箱"
|
394 |
|
395 |
+
#: gallery-plugin.php:1070
|
396 |
msgid "Display the Back link"
|
397 |
msgstr "显示返回链接"
|
398 |
|
399 |
+
#: gallery-plugin.php:1076
|
400 |
msgid "Display the Back link in the shortcode"
|
401 |
msgstr "以代码方式显示返回链接"
|
402 |
|
403 |
+
#: gallery-plugin.php:1082
|
404 |
msgid "The Back link text"
|
405 |
msgstr "返回链接文本"
|
406 |
|
407 |
+
#: gallery-plugin.php:1088
|
408 |
msgid "The Back link URL"
|
409 |
msgstr "返回链接URL"
|
410 |
|
411 |
+
#: gallery-plugin.php:1091
|
412 |
msgid "Gallery page (Page with Gallery Template)"
|
413 |
msgstr "画廊页面(具有画廊模板的页面)"
|
414 |
|
415 |
+
#: gallery-plugin.php:1093
|
416 |
msgid "(Full URL to custom page)"
|
417 |
msgstr "(到自定义页面的完整地址)"
|
418 |
|
419 |
+
#: gallery-plugin.php:1098
|
420 |
msgid "The Read More link text"
|
421 |
msgstr "阅读更多链接的文本"
|
422 |
|
423 |
+
#: gallery-plugin.php:1104
|
424 |
msgid "Add gallery to the search"
|
425 |
msgstr "将画廊添加到搜索"
|
426 |
|
427 |
+
#: gallery-plugin.php:1109 gallery-plugin.php:1112 gallery-plugin.php:1116
|
428 |
msgid "Using"
|
429 |
msgstr "试用"
|
430 |
|
431 |
+
#: gallery-plugin.php:1109 gallery-plugin.php:1112 gallery-plugin.php:1116
|
432 |
msgid "powered by"
|
433 |
msgstr "提供方为"
|
434 |
|
435 |
+
#: gallery-plugin.php:1112 gallery-plugin.php:1340
|
436 |
msgid "Activate"
|
437 |
msgstr "激活"
|
438 |
|
439 |
+
#: gallery-plugin.php:1116
|
440 |
msgid "Download"
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: gallery-plugin.php:1121
|
444 |
msgid "Rewrite templates after update"
|
445 |
msgstr ""
|
446 |
|
447 |
+
#: gallery-plugin.php:1123
|
448 |
#, php-format
|
449 |
msgid ""
|
450 |
"Turn off the checkbox, if You edited the file '%s' or '%s' file in your "
|
451 |
"theme folder and You don't want to rewrite them"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#: gallery-plugin.php:1134
|
455 |
+
#, fuzzy
|
456 |
+
msgid "Single gallery view"
|
457 |
+
msgstr "画廊项的滑块"
|
458 |
+
|
459 |
+
#: gallery-plugin.php:1137
|
460 |
+
msgid "Grid"
|
461 |
+
msgstr ""
|
462 |
+
|
463 |
+
#: gallery-plugin.php:1138
|
464 |
+
msgid "Masonry"
|
465 |
+
msgstr ""
|
466 |
+
|
467 |
+
#: gallery-plugin.php:1146
|
468 |
#, fuzzy
|
469 |
msgid "Under image"
|
470 |
msgstr "更新影像"
|
471 |
|
472 |
+
#: gallery-plugin.php:1147
|
473 |
msgid "By mouse hover"
|
474 |
msgstr ""
|
475 |
|
476 |
+
#: gallery-plugin.php:1152
|
477 |
msgid "Use pagination for images"
|
478 |
msgstr "为影像使用分页"
|
479 |
|
480 |
+
#: gallery-plugin.php:1155
|
481 |
msgid "per page"
|
482 |
msgstr "每页"
|
483 |
|
484 |
+
#: gallery-plugin.php:1159
|
485 |
msgid "Lightbox background"
|
486 |
msgstr "灯箱背景"
|
487 |
|
488 |
+
#: gallery-plugin.php:1162
|
489 |
msgid "Background transparency (from 0 to 1)"
|
490 |
msgstr "背景透明度(从 0 到 1)"
|
491 |
|
492 |
+
#: gallery-plugin.php:1168
|
|
|
|
|
|
|
|
|
493 |
msgid "The lightbox helper"
|
494 |
msgstr "灯箱帮助"
|
495 |
|
496 |
+
#: gallery-plugin.php:1170
|
497 |
msgid "Do not use"
|
498 |
msgstr "不要使用"
|
499 |
|
500 |
+
#: gallery-plugin.php:1171
|
501 |
msgid "Button helper"
|
502 |
msgstr "按钮帮助"
|
503 |
|
504 |
+
#: gallery-plugin.php:1172
|
505 |
msgid "Thumbnail helper"
|
506 |
msgstr "缩略图帮助"
|
507 |
|
508 |
+
#: gallery-plugin.php:1176
|
509 |
msgid "Display Like buttons in the lightbox"
|
510 |
msgstr "在灯箱中显示[喜欢]按钮"
|
511 |
|
512 |
+
#: gallery-plugin.php:1178
|
513 |
msgid "FaceBook"
|
514 |
msgstr "Facebook"
|
515 |
|
516 |
+
#: gallery-plugin.php:1179
|
517 |
msgid "Twitter"
|
518 |
msgstr "Twitter"
|
519 |
|
520 |
+
#: gallery-plugin.php:1180
|
521 |
msgid "Pinterest"
|
522 |
msgstr "Printerest"
|
523 |
|
524 |
+
#: gallery-plugin.php:1181
|
525 |
msgid "Google +1"
|
526 |
msgstr "Google +1"
|
527 |
|
528 |
+
#: gallery-plugin.php:1185
|
529 |
msgid "Slug for gallery item"
|
530 |
msgstr "画廊项的滑块"
|
531 |
|
532 |
+
#: gallery-plugin.php:1187
|
533 |
msgid "for any structure of permalinks except the default structure"
|
534 |
msgstr "给任意结构的固定链接,除了默认结构"
|
535 |
|
536 |
+
#: gallery-plugin.php:1191
|
537 |
msgid "Title for lightbox button"
|
538 |
msgstr "灯箱按钮的标题"
|
539 |
|
540 |
+
#: gallery-plugin.php:1197
|
541 |
msgid ""
|
542 |
"Display all images in the lightbox instead of going into a single gallery"
|
543 |
msgstr ""
|
544 |
|
545 |
+
#: gallery-plugin.php:1200
|
546 |
#, php-format
|
547 |
msgid "When using the gallery template or a shortcode with `%s` parameter"
|
548 |
msgstr ""
|
549 |
|
550 |
+
#: gallery-plugin.php:1226
|
551 |
msgid "Save Changes"
|
552 |
msgstr "保存修改"
|
553 |
|
554 |
+
#: gallery-plugin.php:1231
|
555 |
msgid ""
|
556 |
"If you install the demo-data, will be created galleries with images, demo-"
|
557 |
"post with available shortcodes and page with a list of all the galleries."
|
565 |
msgid "Support"
|
566 |
msgstr "支持"
|
567 |
|
568 |
+
#: gallery-plugin.php:1303
|
569 |
msgid "Updating images..."
|
570 |
msgstr "正在更新影像..."
|
571 |
|
572 |
+
#: gallery-plugin.php:1304
|
573 |
#, fuzzy
|
574 |
msgid "No image found."
|
575 |
msgstr "没有找到影像"
|
576 |
|
577 |
+
#: gallery-plugin.php:1305
|
578 |
#, fuzzy
|
579 |
msgid "All images are updated."
|
580 |
msgstr "已更新全部影像"
|
581 |
|
582 |
+
#: gallery-plugin.php:1306
|
583 |
msgid "Error."
|
584 |
msgstr "错误。"
|
585 |
|
586 |
+
#: gallery-plugin.php:1320
|
587 |
msgid ""
|
588 |
"You are about to delete these items from this gallery.\n"
|
589 |
" 'Cancel' to stop, 'OK' to delete."
|
590 |
msgstr ""
|
591 |
|
592 |
+
#: gallery-plugin.php:1321
|
593 |
msgid ""
|
594 |
"Switching to another mode, all unsaved data will be lost. Save data before "
|
595 |
"switching?"
|
596 |
msgstr ""
|
597 |
|
598 |
+
#: gallery-plugin.php:1322
|
599 |
msgid "Insert Media"
|
600 |
msgstr ""
|
601 |
|
602 |
+
#: gallery-plugin.php:1323
|
603 |
msgid "Insert"
|
604 |
msgstr ""
|
605 |
|
606 |
+
#: gallery-plugin.php:1335
|
607 |
#, fuzzy
|
608 |
msgid "Learn more"
|
609 |
msgstr "学习更多"
|
610 |
|
611 |
+
#: gallery-plugin.php:1347
|
612 |
#, fuzzy
|
613 |
msgid "Install now"
|
614 |
msgstr "安装 %s"
|
615 |
|
616 |
+
#: gallery-plugin.php:1356
|
617 |
msgid "Add multiple gallery categories"
|
618 |
msgstr ""
|
619 |
|
620 |
+
#: gallery-plugin.php:1356
|
621 |
msgid ""
|
622 |
"Install Gallery Categories plugin to add unlimited number of categories."
|
623 |
msgstr ""
|
624 |
|
625 |
+
#: gallery-plugin.php:1643 template/gallery-single-template.php:103
|
626 |
msgid "Sorry, nothing found."
|
627 |
msgstr "对不起 - 没有找到。"
|
628 |
|
629 |
+
#: gallery-plugin.php:1656 template/gallery-single-template.php:124
|
630 |
msgid "Image"
|
631 |
msgstr "影像"
|
632 |
|
633 |
+
#: gallery-plugin.php:1656 template/gallery-single-template.php:19
|
634 |
msgid "Download high resolution image"
|
635 |
msgstr "下载高分辨率图像"
|
636 |
|
637 |
+
#: gallery-plugin.php:1791
|
638 |
msgid "Image size not defined"
|
639 |
msgstr "影像尺寸未定义"
|
640 |
|
641 |
+
#: gallery-plugin.php:1806
|
642 |
msgid ""
|
643 |
"We can update only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please, "
|
644 |
"manually reload image."
|
646 |
"我们仅可以更新 PNG,JPEG,GIF,WPMP 或 XBM 文件。对于其他文件类型,请手动重新"
|
647 |
"加载影像。"
|
648 |
|
649 |
+
#: gallery-plugin.php:1817
|
650 |
msgid "Image size changes not defined"
|
651 |
msgstr "图像大小的变化没有定义"
|
652 |
|
653 |
+
#: gallery-plugin.php:1846 gallery-plugin.php:1849 gallery-plugin.php:1854
|
654 |
msgid "Invalid path"
|
655 |
msgstr "无效的路径"
|
656 |
|
657 |
+
#: gallery-plugin.php:1927
|
658 |
msgid "Add images requires JavaScript."
|
659 |
msgstr ""
|
660 |
|
661 |
+
#: gallery-plugin.php:1930
|
662 |
msgid "Add Media"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: gallery-plugin.php:1940
|
666 |
msgid "The grid view for the Gallery images requires JavaScript."
|
667 |
msgstr ""
|
668 |
|
669 |
+
#: gallery-plugin.php:1940
|
670 |
msgid "Switch to the list view"
|
671 |
msgstr ""
|
672 |
|
673 |
+
#: gallery-plugin.php:1967
|
674 |
msgid "List View"
|
675 |
msgstr ""
|
676 |
|
677 |
+
#: gallery-plugin.php:1968
|
678 |
msgid "Grid View"
|
679 |
msgstr ""
|
680 |
|
681 |
+
#: gallery-plugin.php:2023
|
682 |
msgid "Filter"
|
683 |
msgstr ""
|
684 |
|
685 |
+
#: gallery-plugin.php:2027
|
686 |
msgid "Empty Trash"
|
687 |
msgstr ""
|
688 |
|
689 |
+
#: gallery-plugin.php:2048
|
690 |
#, fuzzy
|
691 |
msgid "No images found"
|
692 |
msgstr "没有找到影像"
|
693 |
|
694 |
+
#: gallery-plugin.php:2100
|
695 |
msgid "Select bulk action"
|
696 |
msgstr ""
|
697 |
|
698 |
+
#: gallery-plugin.php:2102
|
699 |
msgid "Bulk Actions"
|
700 |
msgstr ""
|
701 |
|
702 |
+
#: gallery-plugin.php:2112
|
703 |
msgid "Apply"
|
704 |
msgstr ""
|
705 |
|
706 |
+
#: gallery-plugin.php:2119 gallery-plugin.php:2298
|
707 |
#, fuzzy
|
708 |
msgid "Delete from Gallery"
|
709 |
msgstr "新画廊"
|
710 |
|
711 |
+
#: gallery-plugin.php:2132 gallery-plugin.php:2146
|
712 |
#, fuzzy
|
713 |
msgid "Display link to the original file under each image in the lightbox"
|
714 |
msgstr "在灯箱中显示全尺寸图像"
|
715 |
|
716 |
+
#: gallery-plugin.php:2141
|
717 |
msgid "Bulk Select"
|
718 |
msgstr ""
|
719 |
|
720 |
+
#: gallery-plugin.php:2143
|
721 |
msgid "Cancel Selection"
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: gallery-plugin.php:2144
|
725 |
msgid "Delete Selected"
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: gallery-plugin.php:2157
|
729 |
msgid "File"
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: gallery-plugin.php:2158 gallery-plugin.php:2247 gallery-plugin.php:2356
|
733 |
msgid "Dimensions"
|
734 |
msgstr ""
|
735 |
|
736 |
+
#: gallery-plugin.php:2160 gallery-plugin.php:2280 gallery-plugin.php:2366
|
737 |
msgid "Alt tag"
|
738 |
msgstr "Alt标签"
|
739 |
|
740 |
+
#: gallery-plugin.php:2160 gallery-plugin.php:2282
|
741 |
msgid ""
|
742 |
"The alt attribute specifies an alternate text for an image, if the image "
|
743 |
"cannot be displayed."
|
744 |
msgstr ""
|
745 |
|
746 |
+
#: gallery-plugin.php:2161 gallery-plugin.php:2288 gallery-plugin.php:2371
|
747 |
msgid "Custom URL"
|
748 |
msgstr ""
|
749 |
|
750 |
+
#: gallery-plugin.php:2161 gallery-plugin.php:2290
|
751 |
msgid ""
|
752 |
"By clicking on the thumbnail you'll go to the link (if the field is filled) "
|
753 |
"or the image will be opened in the lightbox (if the field isn't filled)"
|
754 |
msgstr ""
|
755 |
|
756 |
+
#: gallery-plugin.php:2239
|
757 |
msgid "Deselect"
|
758 |
msgstr ""
|
759 |
|
760 |
+
#: gallery-plugin.php:2245
|
761 |
msgid "File name"
|
762 |
msgstr ""
|
763 |
|
764 |
+
#: gallery-plugin.php:2246
|
765 |
msgid "File type"
|
766 |
msgstr ""
|
767 |
|
768 |
+
#: gallery-plugin.php:2250 gallery-plugin.php:2352
|
769 |
#, fuzzy
|
770 |
msgid "Edit Attachment Info"
|
771 |
msgstr "附件ID"
|
772 |
|
773 |
+
#: gallery-plugin.php:2250
|
774 |
#, fuzzy
|
775 |
msgid "Edit Attachment"
|
776 |
msgstr "附件ID"
|
777 |
|
778 |
+
#: gallery-plugin.php:2260
|
779 |
#, fuzzy
|
780 |
msgid "Go Pro"
|
781 |
msgstr "转到高级版"
|
782 |
|
783 |
+
#: gallery-plugin.php:2260
|
784 |
msgid "Pro version"
|
785 |
msgstr ""
|
786 |
|
787 |
+
#: gallery-plugin.php:2263
|
788 |
msgid "This setting is available in Pro version"
|
789 |
msgstr "此设置在高级版本中可用"
|
790 |
|
791 |
+
#: gallery-plugin.php:2296
|
792 |
msgid "Edit more details"
|
793 |
msgstr ""
|
794 |
|
795 |
+
#: gallery-plugin.php:2331
|
796 |
#, php-format
|
797 |
msgid "Select %s"
|
798 |
msgstr ""
|
799 |
|
800 |
+
#: gallery-plugin.php:2344
|
801 |
#, php-format
|
802 |
msgid "Edit “%s”"
|
803 |
msgstr ""
|
804 |
|
805 |
+
#: gallery-plugin.php:2389 gallery-plugin.php:2402
|
806 |
msgid "Edit"
|
807 |
msgstr ""
|
808 |
|
809 |
+
#: gallery-plugin.php:2392 gallery-plugin.php:2407
|
810 |
msgid "Trash"
|
811 |
msgstr ""
|
812 |
|
813 |
+
#: gallery-plugin.php:2395 gallery-plugin.php:2410
|
814 |
msgid "Delete Permanently"
|
815 |
msgstr ""
|
816 |
|
817 |
+
#: gallery-plugin.php:2397 gallery-plugin.php:2415
|
818 |
#, php-format
|
819 |
msgid "View “%s”"
|
820 |
msgstr ""
|
821 |
|
822 |
+
#: gallery-plugin.php:2397 gallery-plugin.php:2415
|
823 |
msgid "View"
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: gallery-plugin.php:2399
|
827 |
#, fuzzy
|
828 |
msgid "Attach"
|
829 |
msgstr "附件ID"
|
830 |
|
831 |
+
#: gallery-plugin.php:2405
|
832 |
msgid "Restore"
|
833 |
msgstr ""
|
834 |
|
835 |
+
#: gallery-plugin.php:2536
|
836 |
msgid "Warning"
|
837 |
msgstr ""
|
838 |
|
839 |
+
#: gallery-plugin.php:2536
|
840 |
msgid "You can add only images to the gallery"
|
841 |
msgstr ""
|
842 |
|
843 |
+
#: gallery-plugin.php:2578
|
844 |
#, fuzzy
|
845 |
msgid "no title"
|
846 |
msgstr "标题"
|
847 |
|
848 |
+
#: gallery-plugin.php:2586
|
849 |
#, fuzzy
|
850 |
msgid "Sorry, no gallery found."
|
851 |
msgstr "对不起 - 没有找到。"
|
852 |
|
853 |
+
#: gallery-plugin.php:2592
|
854 |
#, fuzzy
|
855 |
msgid ""
|
856 |
"Display an album image with the description and the link to a single gallery "
|
904 |
msgid "Demo options already installed."
|
905 |
msgstr ""
|
906 |
|
907 |
+
#: inc/demo-data/class-bws-demo-data.php:363
|
908 |
msgid "Demo data successfully installed."
|
909 |
msgstr ""
|
910 |
|
911 |
+
#: inc/demo-data/class-bws-demo-data.php:365
|
912 |
msgid "View post with shortcodes"
|
913 |
msgstr ""
|
914 |
|
915 |
+
#: inc/demo-data/class-bws-demo-data.php:368
|
916 |
msgid "View page with examples"
|
917 |
msgstr ""
|
918 |
|
919 |
+
#: inc/demo-data/class-bws-demo-data.php:377
|
920 |
msgid "Installation of demo data with some errors occurred."
|
921 |
msgstr ""
|
922 |
|
923 |
+
#: inc/demo-data/class-bws-demo-data.php:380
|
924 |
msgid "Posts data is missing."
|
925 |
msgstr ""
|
926 |
|
927 |
+
#: inc/demo-data/class-bws-demo-data.php:454
|
928 |
msgid "Demo data have already been removed."
|
929 |
msgstr ""
|
930 |
|
931 |
+
#: inc/demo-data/class-bws-demo-data.php:511
|
932 |
msgid "Demo data successfully removed."
|
933 |
msgstr ""
|
934 |
|
935 |
+
#: inc/demo-data/class-bws-demo-data.php:515
|
936 |
msgid "Removing demo data with some errors occurred."
|
937 |
msgstr ""
|
938 |
|
939 |
+
#: inc/demo-data/class-bws-demo-data.php:584
|
940 |
msgid "Close notice"
|
941 |
msgstr ""
|
942 |
|
943 |
+
#: inc/demo-data/class-bws-demo-data.php:588
|
944 |
#, fuzzy
|
945 |
msgid "Install demo data"
|
946 |
msgstr "安装 %s"
|
947 |
|
948 |
+
#: inc/demo-data/class-bws-demo-data.php:588
|
949 |
msgid "for an acquaintance with the possibilities of the"
|
950 |
msgstr ""
|
951 |
|
952 |
+
#~ msgid "Select a border color"
|
953 |
+
#~ msgstr "选择边框颜色"
|
954 |
+
|
955 |
+
#~ msgid "Select a background color"
|
956 |
+
#~ msgstr "选择背景色"
|
957 |
+
|
958 |
#~ msgid "Sort images by"
|
959 |
#~ msgstr "影像排序按"
|
960 |
|
minicolors/jquery.miniColors.css
DELETED
@@ -1,182 +0,0 @@
|
|
1 |
-
.minicolors {
|
2 |
-
position: relative;
|
3 |
-
display: inline-block;
|
4 |
-
z-index: 1;
|
5 |
-
}
|
6 |
-
|
7 |
-
.minicolors-focus {
|
8 |
-
z-index: 2;
|
9 |
-
}
|
10 |
-
|
11 |
-
.minicolors INPUT {
|
12 |
-
margin-right: 3px;
|
13 |
-
border: solid 1px #CCC;
|
14 |
-
font: 14px sans-serif;
|
15 |
-
width: 65px;
|
16 |
-
height: 16px;
|
17 |
-
vertical-align: middle;
|
18 |
-
box-shadow: inset 0 2px 4px rgba(0, 0, 0, .04);
|
19 |
-
outline: none;
|
20 |
-
padding: 2px;
|
21 |
-
margin-right: -1px;
|
22 |
-
}
|
23 |
-
|
24 |
-
.minicolors-swatch-left INPUT {
|
25 |
-
margin-left: -1px;
|
26 |
-
margin-right: auto;
|
27 |
-
}
|
28 |
-
|
29 |
-
.minicolors-focus INPUT,
|
30 |
-
.minicolors-focus .minicolors-swatch {
|
31 |
-
border-color: #999;
|
32 |
-
}
|
33 |
-
|
34 |
-
.minicolors-hidden {
|
35 |
-
position: absolute;
|
36 |
-
top: -9999em;
|
37 |
-
left: -9999em;
|
38 |
-
}
|
39 |
-
|
40 |
-
.minicolors-swatch {
|
41 |
-
position: relative;
|
42 |
-
width: 20px;
|
43 |
-
height: 20px;
|
44 |
-
background: url(jquery.minicolors.png) -360px 0;
|
45 |
-
border: solid 1px #CCC;
|
46 |
-
display: inline-block;
|
47 |
-
vertical-align: middle;
|
48 |
-
}
|
49 |
-
|
50 |
-
.minicolors-swatch SPAN {
|
51 |
-
position: absolute;
|
52 |
-
width: 100%;
|
53 |
-
height: 100%;
|
54 |
-
background: none;
|
55 |
-
box-shadow: inset 0 9px 0 rgba(255, 255, 255, .1);
|
56 |
-
display: inline-block;
|
57 |
-
}
|
58 |
-
|
59 |
-
/* Panel (standard) */
|
60 |
-
.minicolors-panel {
|
61 |
-
position: absolute;
|
62 |
-
top: 26px;
|
63 |
-
left: 0;
|
64 |
-
width: 173px;
|
65 |
-
height: 152px;
|
66 |
-
background: white;
|
67 |
-
border: solid 1px #CCC;
|
68 |
-
box-shadow: 0 0 20px rgba(0, 0, 0, .1);
|
69 |
-
display: none;
|
70 |
-
}
|
71 |
-
|
72 |
-
.minicolors-position-top .minicolors-panel {
|
73 |
-
top: -156px;
|
74 |
-
}
|
75 |
-
|
76 |
-
.minicolors-position-left .minicolors-panel {
|
77 |
-
left: -83px;
|
78 |
-
}
|
79 |
-
|
80 |
-
.minicolors-color {
|
81 |
-
position: absolute;
|
82 |
-
top: 1px;
|
83 |
-
left: 1px;
|
84 |
-
width: 150px;
|
85 |
-
height: 150px;
|
86 |
-
background: url(jquery.minicolors.png) -60px 0;
|
87 |
-
cursor: crosshair;
|
88 |
-
}
|
89 |
-
|
90 |
-
.minicolors-hue {
|
91 |
-
position: absolute;
|
92 |
-
top: 1px;
|
93 |
-
left: 152px;
|
94 |
-
width: 20px;
|
95 |
-
height: 150px;
|
96 |
-
background: white url(jquery.minicolors.png) 0 0;
|
97 |
-
cursor: crosshair;
|
98 |
-
}
|
99 |
-
|
100 |
-
/* Panel (color wheel) */
|
101 |
-
.minicolors-wheel .minicolors-color {
|
102 |
-
background-position: -210px 0;
|
103 |
-
}
|
104 |
-
|
105 |
-
.minicolors-brightness {
|
106 |
-
position: absolute;
|
107 |
-
top: 1px;
|
108 |
-
left: 152px;
|
109 |
-
width: 20px;
|
110 |
-
height: 150px;
|
111 |
-
background: white url(jquery.minicolors.png) -20px 0;
|
112 |
-
cursor: crosshair;
|
113 |
-
}
|
114 |
-
|
115 |
-
/* with opacity */
|
116 |
-
.minicolors-with-opacity .minicolors-panel {
|
117 |
-
width: 194px;
|
118 |
-
}
|
119 |
-
|
120 |
-
.minicolors-opacity {
|
121 |
-
position: absolute;
|
122 |
-
top: 1px;
|
123 |
-
left: 173px;
|
124 |
-
width: 20px;
|
125 |
-
height: 150px;
|
126 |
-
background: white url(jquery.minicolors.png) -40px 0;
|
127 |
-
display: none;
|
128 |
-
cursor: crosshair;
|
129 |
-
}
|
130 |
-
|
131 |
-
.minicolors-with-opacity .minicolors-opacity {
|
132 |
-
display: block;
|
133 |
-
}
|
134 |
-
|
135 |
-
/* Pickers */
|
136 |
-
.minicolors-color-picker {
|
137 |
-
position: absolute;
|
138 |
-
top: 70px;
|
139 |
-
left: 70px;
|
140 |
-
width: 10px;
|
141 |
-
height: 10px;
|
142 |
-
border: solid 1px black;
|
143 |
-
border-radius: 10px;
|
144 |
-
margin-top: -6px;
|
145 |
-
margin-left: -6px;
|
146 |
-
}
|
147 |
-
|
148 |
-
.minicolors-color-picker SPAN {
|
149 |
-
position: absolute;
|
150 |
-
top: 0;
|
151 |
-
left: 0;
|
152 |
-
width: 6px;
|
153 |
-
height: 6px;
|
154 |
-
border-radius: 6px;
|
155 |
-
border: solid 2px white;
|
156 |
-
}
|
157 |
-
|
158 |
-
.minicolors-hue-picker,
|
159 |
-
.minicolors-opacity-picker,
|
160 |
-
.minicolors-brightness-picker {
|
161 |
-
position: absolute;
|
162 |
-
top: 0;
|
163 |
-
left: 0;
|
164 |
-
width: 18px;
|
165 |
-
height: 2px;
|
166 |
-
background: white;
|
167 |
-
border: solid 1px black;
|
168 |
-
margin-top: -2px;
|
169 |
-
}
|
170 |
-
|
171 |
-
/* Inline */
|
172 |
-
.minicolors-inline INPUT,
|
173 |
-
.minicolors-inline .minicolors-swatch {
|
174 |
-
display: none;
|
175 |
-
}
|
176 |
-
|
177 |
-
.minicolors-inline .minicolors-panel {
|
178 |
-
position: relative;
|
179 |
-
top: auto;
|
180 |
-
left: auto;
|
181 |
-
display: inline-block;
|
182 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
minicolors/jquery.miniColors.js
DELETED
@@ -1,634 +0,0 @@
|
|
1 |
-
/*
|
2 |
-
* jQuery MiniColors: A tiny color picker built on jQuery
|
3 |
-
*
|
4 |
-
* Copyright Cory LaViska for A Beautiful Site, LLC. (http://www.abeautifulsite.net/)
|
5 |
-
*
|
6 |
-
* Dual-licensed under the MIT and GPL Version 2 licenses
|
7 |
-
*
|
8 |
-
*/
|
9 |
-
if(jQuery) (function($) {
|
10 |
-
|
11 |
-
// The minicolors object (public methods and settings)
|
12 |
-
$.minicolors = {
|
13 |
-
|
14 |
-
// Default settings
|
15 |
-
settings: {
|
16 |
-
letterCase: 'lowercase',
|
17 |
-
hideSpeed: 100,
|
18 |
-
showSpeed: 100
|
19 |
-
},
|
20 |
-
|
21 |
-
// Initialized all controls of type=minicolors
|
22 |
-
init: function() {
|
23 |
-
$('INPUT[type=minicolors]').each( function() {
|
24 |
-
init( $(this) );
|
25 |
-
});
|
26 |
-
},
|
27 |
-
|
28 |
-
// Refresh the controls
|
29 |
-
refresh: function(input) {
|
30 |
-
|
31 |
-
input = $(input);
|
32 |
-
|
33 |
-
if( input.length > 0 ) {
|
34 |
-
updateFromInput(input);
|
35 |
-
} else {
|
36 |
-
$('INPUT[type=minicolors]').each( function() {
|
37 |
-
updateFromInput($(this));
|
38 |
-
});
|
39 |
-
}
|
40 |
-
|
41 |
-
},
|
42 |
-
|
43 |
-
// Shows the specified control
|
44 |
-
show: function(input) {
|
45 |
-
show( $(input).eq(0) );
|
46 |
-
},
|
47 |
-
|
48 |
-
// Hides all controls
|
49 |
-
hide: function() {
|
50 |
-
hide();
|
51 |
-
},
|
52 |
-
|
53 |
-
// Utility to convert a hex string to RGB(A) object
|
54 |
-
rgbObject: function(input) {
|
55 |
-
|
56 |
-
var hex = parseHex($(input).val(), true),
|
57 |
-
rgb = hex2rgb(hex),
|
58 |
-
opacity = input.attr('data-opacity');
|
59 |
-
|
60 |
-
if( !rgb ) return null;
|
61 |
-
if( opacity !== undefined ) $.extend(rgb, { a: parseFloat(opacity) });
|
62 |
-
|
63 |
-
return rgb;
|
64 |
-
|
65 |
-
},
|
66 |
-
|
67 |
-
// Utility to convert a hex string to an RGB(A) string
|
68 |
-
rgbString: function(input) {
|
69 |
-
|
70 |
-
var hex = parseHex($(input).val(), true),
|
71 |
-
rgb = hex2rgb(hex),
|
72 |
-
opacity = input.attr('data-opacity');
|
73 |
-
|
74 |
-
if( !rgb ) return null;
|
75 |
-
|
76 |
-
if( opacity === undefined ) {
|
77 |
-
return 'rgb(' + rgb.r + ', ' + rgb.g + ', ' + rgb.b + ')';
|
78 |
-
} else {
|
79 |
-
return 'rgba(' + rgb.r + ', ' + rgb.g + ', ' + rgb.b + ', ' + parseFloat(opacity) + ')';
|
80 |
-
}
|
81 |
-
|
82 |
-
}
|
83 |
-
|
84 |
-
};
|
85 |
-
|
86 |
-
// Initialized all input[type=minicolors] elements
|
87 |
-
function init(input) {
|
88 |
-
|
89 |
-
var minicolors = $('<span class="minicolors" />'),
|
90 |
-
panelStandard =
|
91 |
-
'<span class="minicolors-panel minicolors-standard">' +
|
92 |
-
'<span class="minicolors-hue">' +
|
93 |
-
'<span class="minicolors-hue-picker"></span>' +
|
94 |
-
'</span>' +
|
95 |
-
'<span class="minicolors-opacity">' +
|
96 |
-
'<span class="minicolors-opacity-picker"></span>' +
|
97 |
-
'</span>' +
|
98 |
-
'<span class="minicolors-color">' +
|
99 |
-
'<span class="minicolors-color-picker"><span></span></span>' +
|
100 |
-
'</span>' +
|
101 |
-
'</span>',
|
102 |
-
panelWheel =
|
103 |
-
'<span class="minicolors-panel minicolors-wheel">' +
|
104 |
-
'<span class="minicolors-brightness">' +
|
105 |
-
'<span class="minicolors-brightness-picker"></span>' +
|
106 |
-
'</span>' +
|
107 |
-
'<span class="minicolors-opacity">' +
|
108 |
-
'<span class="minicolors-opacity-picker"></span>' +
|
109 |
-
'</span>' +
|
110 |
-
'<span class="minicolors-color">' +
|
111 |
-
'<span class="minicolors-color-picker"><span></span></span>' +
|
112 |
-
'</span>' +
|
113 |
-
'</span>';
|
114 |
-
|
115 |
-
if( input.data('initialized') ) return;
|
116 |
-
|
117 |
-
// The wrapper
|
118 |
-
minicolors
|
119 |
-
.attr('class', input.attr('data-class'))
|
120 |
-
.attr('style', input.attr('data-style'))
|
121 |
-
.toggleClass('minicolors-swatch-left', input.attr('data-swatch-position') === 'left' )
|
122 |
-
.toggleClass('minicolors-with-opacity', input.attr('data-opacity') !== undefined );
|
123 |
-
|
124 |
-
// Custom positioning
|
125 |
-
if( input.attr('data-position') !== undefined ) {
|
126 |
-
$.each(input.attr('data-position').split(' '), function() {
|
127 |
-
minicolors.addClass('minicolors-position-' + this);
|
128 |
-
});
|
129 |
-
|
130 |
-
}
|
131 |
-
|
132 |
-
// The input
|
133 |
-
input
|
134 |
-
.data('initialized', true)
|
135 |
-
.attr('data-default', input.attr('data-default') || '')
|
136 |
-
.prop('size', 7)
|
137 |
-
.prop('maxlength', 7)
|
138 |
-
.wrap(minicolors)
|
139 |
-
.after(input.attr('data-type') === 'wheel' ? panelWheel : panelStandard);
|
140 |
-
|
141 |
-
// Prevent text selection in IE
|
142 |
-
input.parent().find('.minicolors-panel').on('selectstart', function() { return false; }).end();
|
143 |
-
|
144 |
-
// Detect swatch position
|
145 |
-
if( input.attr('data-swatch-position') === 'left' ) {
|
146 |
-
// Left
|
147 |
-
input.before('<span class="minicolors-swatch"><span></span></span>');
|
148 |
-
} else {
|
149 |
-
// Right
|
150 |
-
input.after('<span class="minicolors-swatch"><span></span></span>');
|
151 |
-
}
|
152 |
-
|
153 |
-
// Disable textfield
|
154 |
-
if( input.attr('data-textfield') === 'false' ) input.addClass('minicolors-hidden');
|
155 |
-
|
156 |
-
// Inline controls
|
157 |
-
if( input.attr('data-control') === 'inline' ) input.parent().addClass('minicolors-inline');
|
158 |
-
|
159 |
-
updateFromInput(input);
|
160 |
-
|
161 |
-
}
|
162 |
-
|
163 |
-
// Shows the specified dropdown panel
|
164 |
-
function show(input) {
|
165 |
-
|
166 |
-
var minicolors = input.parent(),
|
167 |
-
panel = minicolors.find('.minicolors-panel');
|
168 |
-
|
169 |
-
if( !input.data('initialized') || input.prop('disabled') ) return;
|
170 |
-
|
171 |
-
hide();
|
172 |
-
|
173 |
-
minicolors.addClass('minicolors-focus');
|
174 |
-
panel
|
175 |
-
.stop(true, true)
|
176 |
-
.fadeIn($.minicolors.settings.showSpeed);
|
177 |
-
|
178 |
-
updateFromInput(input);
|
179 |
-
|
180 |
-
return input;
|
181 |
-
|
182 |
-
}
|
183 |
-
|
184 |
-
// Hides all dropdown panels
|
185 |
-
function hide() {
|
186 |
-
$('.minicolors:not(.minicolors-inline)').each( function() {
|
187 |
-
|
188 |
-
var minicolors = $(this);
|
189 |
-
minicolors.find('.minicolors-panel').fadeOut($.minicolors.settings.hideSpeed, function() {
|
190 |
-
minicolors.removeClass('minicolors-focus');
|
191 |
-
});
|
192 |
-
|
193 |
-
});
|
194 |
-
|
195 |
-
}
|
196 |
-
|
197 |
-
// Moves the selected picker
|
198 |
-
function move(target, event) {
|
199 |
-
|
200 |
-
var input = target.parents('.minicolors').find('INPUT'),
|
201 |
-
picker = target.find('[class$=-picker]'),
|
202 |
-
offsetX = target.offset().left,
|
203 |
-
offsetY = target.offset().top,
|
204 |
-
x = Math.round(event.pageX - offsetX),
|
205 |
-
y = Math.round(event.pageY - offsetY),
|
206 |
-
wx, wy, r, phi;
|
207 |
-
|
208 |
-
// Touch support
|
209 |
-
if( event.originalEvent.changedTouches ) {
|
210 |
-
x = event.originalEvent.changedTouches[0].pageX - offsetX;
|
211 |
-
y = event.originalEvent.changedTouches[0].pageY - offsetY;
|
212 |
-
}
|
213 |
-
|
214 |
-
// Constrain picker to its container
|
215 |
-
if( x < 0 ) x = 0;
|
216 |
-
if( y < 0 ) y = 0;
|
217 |
-
if( x > target.width() ) x = target.width();
|
218 |
-
if( y > target.height() ) y = target.height();
|
219 |
-
|
220 |
-
// Constrain color wheel values to the wheel
|
221 |
-
if( target.parent().is('.minicolors-wheel') && picker.is('.minicolors-color-picker') ) {
|
222 |
-
wx = 75 - x;
|
223 |
-
wy = 75 - y;
|
224 |
-
r = Math.sqrt(wx * wx + wy * wy);
|
225 |
-
phi = Math.atan2(wy, wx);
|
226 |
-
if( phi < 0 ) phi += Math.PI * 2;
|
227 |
-
if( r > 75 ) {
|
228 |
-
r = 75;
|
229 |
-
x = 75 - (75 * Math.cos(phi));
|
230 |
-
y = 75 - (75 * Math.sin(phi));
|
231 |
-
}
|
232 |
-
x = Math.round(x);
|
233 |
-
y = Math.round(y);
|
234 |
-
}
|
235 |
-
|
236 |
-
// Move the picker
|
237 |
-
if( target.is('.minicolors-color') ) {
|
238 |
-
picker.css({
|
239 |
-
top: y + 'px',
|
240 |
-
left: x + 'px'
|
241 |
-
});
|
242 |
-
} else {
|
243 |
-
picker.css('top', y + 'px');
|
244 |
-
}
|
245 |
-
|
246 |
-
updateFromControl(input);
|
247 |
-
|
248 |
-
}
|
249 |
-
|
250 |
-
// Sets the input based on the color picker values
|
251 |
-
function updateFromControl(input) {
|
252 |
-
|
253 |
-
function getCoords(picker, panel) {
|
254 |
-
|
255 |
-
var left, top;
|
256 |
-
|
257 |
-
if( picker.length === 0 ) return null;
|
258 |
-
|
259 |
-
left = picker.offset().left;
|
260 |
-
top = picker.offset().top;
|
261 |
-
|
262 |
-
return {
|
263 |
-
x: left - panel.offset().left + (picker.outerWidth() / 2),
|
264 |
-
y: top - panel.offset().top + (picker.outerHeight() / 2)
|
265 |
-
};
|
266 |
-
|
267 |
-
}
|
268 |
-
|
269 |
-
var color, hue, saturation, brightness, opacity, rgb, hex, x, y, r, phi,
|
270 |
-
|
271 |
-
// Helpful references
|
272 |
-
minicolors = input.parent(),
|
273 |
-
panel = minicolors.find('.minicolors-panel'),
|
274 |
-
swatch = minicolors.find('.minicolors-swatch'),
|
275 |
-
hasOpacity = input.attr('data-opacity') !== undefined,
|
276 |
-
hasWheel = input.attr('data-type') === 'wheel',
|
277 |
-
|
278 |
-
// Panel objects
|
279 |
-
colorPanel = minicolors.find('.minicolors-color'),
|
280 |
-
huePanel = minicolors.find('.minicolors-hue'),
|
281 |
-
brightnessPanel = minicolors.find('.minicolors-brightness'),
|
282 |
-
opacityPanel = minicolors.find('.minicolors-opacity'),
|
283 |
-
|
284 |
-
// Picker objects
|
285 |
-
colorPicker = colorPanel.find('[class$=-picker]'),
|
286 |
-
huePicker = huePanel.find('[class$=-picker]'),
|
287 |
-
brightnessPicker = brightnessPanel.find('[class$=-picker]'),
|
288 |
-
opacityPicker = opacityPanel.find('[class$=-picker]'),
|
289 |
-
|
290 |
-
// Picker positions
|
291 |
-
colorPos = getCoords(colorPicker, colorPanel);
|
292 |
-
huePos = getCoords(huePicker, huePanel);
|
293 |
-
brightnessPos = getCoords(brightnessPicker, brightnessPanel);
|
294 |
-
opacityPos = getCoords(opacityPicker, opacityPanel);
|
295 |
-
|
296 |
-
// Determine HSB values
|
297 |
-
if( hasWheel ) {
|
298 |
-
// Color wheel
|
299 |
-
|
300 |
-
// Calculate hue, saturation, and brightness
|
301 |
-
x = (colorPanel.width() / 2) - colorPos.x;
|
302 |
-
y = (colorPanel.height() / 2) - colorPos.y;
|
303 |
-
r = Math.sqrt(x * x + y * y);
|
304 |
-
phi = Math.atan2(y, x);
|
305 |
-
if( phi < 0 ) phi += Math.PI * 2;
|
306 |
-
if( r > 75 ) {
|
307 |
-
r = 75;
|
308 |
-
colorPos.x = 75 - (75 * Math.cos(phi));
|
309 |
-
colorPos.y = 75 - (75 * Math.sin(phi));
|
310 |
-
}
|
311 |
-
saturation = keepWithin(r / 0.75, 0, 100);
|
312 |
-
hue = keepWithin(phi * 180 / Math.PI, 0, 360);
|
313 |
-
brightness = keepWithin(100 - Math.floor(brightnessPos.y * (100 / brightnessPanel.height())), 0, 100);
|
314 |
-
hex = hsb2hex({
|
315 |
-
h: hue,
|
316 |
-
s: saturation,
|
317 |
-
b: brightness
|
318 |
-
});
|
319 |
-
|
320 |
-
// Change color panel
|
321 |
-
brightnessPanel.css('backgroundColor', hsb2hex({ h: hue, s: saturation, b: 100 }));
|
322 |
-
|
323 |
-
} else {
|
324 |
-
// Standard
|
325 |
-
|
326 |
-
// Calculate hue, saturation, and brightness
|
327 |
-
hue = keepWithin(360 - parseInt(huePos.y * (360 / huePanel.height())), 0, 360);
|
328 |
-
saturation = keepWithin(Math.floor(colorPos.x * (100 / colorPanel.height())), 0, 100);
|
329 |
-
brightness = keepWithin(100 - Math.floor(colorPos.y * (100 / colorPanel.height())), 0, 100);
|
330 |
-
hex = hsb2hex({
|
331 |
-
h: hue,
|
332 |
-
s: saturation,
|
333 |
-
b: brightness
|
334 |
-
});
|
335 |
-
|
336 |
-
// Change color panel
|
337 |
-
colorPanel.css('backgroundColor', hsb2hex({ h: hue, s: 100, b: 100 }));
|
338 |
-
|
339 |
-
}
|
340 |
-
|
341 |
-
// Determine opacity
|
342 |
-
if( hasOpacity ) {
|
343 |
-
opacity = parseFloat(1 - (opacityPos.y) / opacityPanel.height()).toFixed(2);
|
344 |
-
} else {
|
345 |
-
opacity = 1;
|
346 |
-
}
|
347 |
-
|
348 |
-
// Update input control
|
349 |
-
input.val(hex);
|
350 |
-
if( hasOpacity ) input.attr('data-opacity', opacity);
|
351 |
-
|
352 |
-
// Set swatch color
|
353 |
-
swatch.find('SPAN').css({
|
354 |
-
backgroundColor: hex,
|
355 |
-
opacity: opacity
|
356 |
-
});
|
357 |
-
|
358 |
-
// Fire change event
|
359 |
-
if( hex + opacity !== input.data('last-change') ) {
|
360 |
-
input
|
361 |
-
.data('last-change', hex + opacity)
|
362 |
-
.trigger('change', input);
|
363 |
-
}
|
364 |
-
|
365 |
-
}
|
366 |
-
|
367 |
-
// Sets the color picker values from the input
|
368 |
-
function updateFromInput(input, preserveInputValue) {
|
369 |
-
|
370 |
-
var hex,
|
371 |
-
hsb,
|
372 |
-
opacity,
|
373 |
-
x, y, r, phi,
|
374 |
-
|
375 |
-
// Helpful references
|
376 |
-
minicolors = input.parent(),
|
377 |
-
swatch = minicolors.find('.minicolors-swatch'),
|
378 |
-
hasOpacity = input.attr('data-opacity') !== undefined,
|
379 |
-
hasWheel = input.attr('data-type') === 'wheel',
|
380 |
-
|
381 |
-
// Panel objects
|
382 |
-
colorPanel = minicolors.find('.minicolors-color'),
|
383 |
-
huePanel = minicolors.find('.minicolors-hue'),
|
384 |
-
brightnessPanel = minicolors.find('.minicolors-brightness'),
|
385 |
-
opacityPanel = minicolors.find('.minicolors-opacity'),
|
386 |
-
|
387 |
-
// Picker objects
|
388 |
-
colorPicker = colorPanel.find('[class$=-picker]'),
|
389 |
-
huePicker = huePanel.find('[class$=-picker]'),
|
390 |
-
brightnessPicker = brightnessPanel.find('[class$=-picker]'),
|
391 |
-
opacityPicker = opacityPanel.find('[class$=-picker]');
|
392 |
-
|
393 |
-
// Determine hex/HSB values
|
394 |
-
hex = convertCase(parseHex(input.val(), true));
|
395 |
-
if( !hex ) hex = convertCase(parseHex(input.attr('data-default'), true));
|
396 |
-
hsb = hex2hsb(hex);
|
397 |
-
|
398 |
-
// Update input value
|
399 |
-
if( !preserveInputValue ) input.val(hex);
|
400 |
-
|
401 |
-
// Determine opacity value
|
402 |
-
if( hasOpacity ) {
|
403 |
-
opacity = input.attr('data-opacity') === '' ? 1 : keepWithin(parseFloat(input.attr('data-opacity')).toFixed(2), 0, 1);
|
404 |
-
input.attr('data-opacity', opacity);
|
405 |
-
swatch.find('SPAN').css('opacity', opacity);
|
406 |
-
|
407 |
-
// Set opacity picker position
|
408 |
-
y = keepWithin(opacityPanel.height() - (opacityPanel.height() * opacity), 0, opacityPanel.height());
|
409 |
-
opacityPicker.css('top', y + 'px');
|
410 |
-
}
|
411 |
-
|
412 |
-
// Determine picker locations
|
413 |
-
if( hasWheel ) {
|
414 |
-
// Color wheel
|
415 |
-
|
416 |
-
// Set color picker position
|
417 |
-
r = keepWithin(Math.ceil(hsb.s * 0.75), 0, colorPanel.height() / 2);
|
418 |
-
phi = hsb.h * Math.PI / 180;
|
419 |
-
x = keepWithin(75 - Math.cos(phi) * r, 0, colorPanel.height());
|
420 |
-
y = keepWithin(75 - Math.sin(phi) * r, 0, colorPanel.height());
|
421 |
-
colorPicker.css({
|
422 |
-
top: y + 'px',
|
423 |
-
left: x + 'px'
|
424 |
-
});
|
425 |
-
|
426 |
-
// Set brightness
|
427 |
-
y = 150 - (hsb.b / (100 / colorPanel.height()));
|
428 |
-
if( hex === '' ) y = 0;
|
429 |
-
brightnessPicker.css('top', y + 'px');
|
430 |
-
|
431 |
-
} else {
|
432 |
-
// Standard
|
433 |
-
|
434 |
-
// Set color picker position
|
435 |
-
x = keepWithin(Math.ceil(hsb.s / (100 / colorPanel.width())), 0, colorPanel.width());
|
436 |
-
y = keepWithin(colorPanel.height() - Math.ceil(hsb.b / (100 / colorPanel.height())), 0, colorPanel.height());
|
437 |
-
colorPicker.css({
|
438 |
-
top: y + 'px',
|
439 |
-
left: x + 'px'
|
440 |
-
});
|
441 |
-
|
442 |
-
// Set hue position
|
443 |
-
y = keepWithin(huePanel.height() - (hsb.h / (360 / huePanel.height())), 0, huePanel.height());
|
444 |
-
huePicker.css('top', y + 'px');
|
445 |
-
}
|
446 |
-
|
447 |
-
// Update swatch
|
448 |
-
swatch.find('SPAN').css('backgroundColor', hex);
|
449 |
-
|
450 |
-
// Change color panels
|
451 |
-
if( hasWheel ) {
|
452 |
-
brightnessPanel.css('backgroundColor', hsb2hex({ h: hsb.h, s: hsb.s, b: 100 }));
|
453 |
-
} else {
|
454 |
-
colorPanel.css('backgroundColor', hsb2hex({ h: hsb.h, s: 100, b: 100 }));
|
455 |
-
}
|
456 |
-
|
457 |
-
}
|
458 |
-
|
459 |
-
// Converts to the letter case specified in $.minicolors.settings.letterCase
|
460 |
-
function convertCase(string) {
|
461 |
-
return $.minicolors.settings.letterCase === 'uppercase' ? string.toUpperCase() : string.toLowerCase();
|
462 |
-
}
|
463 |
-
|
464 |
-
// Parses a string and returns a valid hex string when possible
|
465 |
-
function parseHex(string, expand) {
|
466 |
-
string = string.replace(/[^A-F0-9]/ig, '');
|
467 |
-
if( string.length !== 3 && string.length !== 6 ) return '';
|
468 |
-
if( string.length === 3 && expand ) {
|
469 |
-
string = string[0] + string[0] + string[1] + string[1] + string[2] + string[2];
|
470 |
-
}
|
471 |
-
return '#' + string;
|
472 |
-
}
|
473 |
-
|
474 |
-
// Keeps value within min and max
|
475 |
-
function keepWithin(value, min, max) {
|
476 |
-
if( value < min ) value = min;
|
477 |
-
if( value > max ) value = max;
|
478 |
-
return value;
|
479 |
-
}
|
480 |
-
|
481 |
-
// Converts an HSB object to an RGB object
|
482 |
-
function hsb2rgb(hsb) {
|
483 |
-
var rgb = {};
|
484 |
-
var h = Math.round(hsb.h);
|
485 |
-
var s = Math.round(hsb.s * 255 / 100);
|
486 |
-
var v = Math.round(hsb.b * 255 / 100);
|
487 |
-
if(s === 0) {
|
488 |
-
rgb.r = rgb.g = rgb.b = v;
|
489 |
-
} else {
|
490 |
-
var t1 = v;
|
491 |
-
var t2 = (255 - s) * v / 255;
|
492 |
-
var t3 = (t1 - t2) * (h % 60) / 60;
|
493 |
-
if( h === 360 ) h = 0;
|
494 |
-
if( h < 60 ) { rgb.r = t1; rgb.b = t2; rgb.g = t2 + t3; }
|
495 |
-
else if( h < 120 ) {rgb.g = t1; rgb.b = t2; rgb.r = t1 - t3; }
|
496 |
-
else if( h < 180 ) {rgb.g = t1; rgb.r = t2; rgb.b = t2 + t3; }
|
497 |
-
else if( h < 240 ) {rgb.b = t1; rgb.r = t2; rgb.g = t1 - t3; }
|
498 |
-
else if( h < 300 ) {rgb.b = t1; rgb.g = t2; rgb.r = t2 + t3; }
|
499 |
-
else if( h < 360 ) {rgb.r = t1; rgb.g = t2; rgb.b = t1 - t3; }
|
500 |
-
else { rgb.r = 0; rgb.g = 0; rgb.b = 0; }
|
501 |
-
}
|
502 |
-
return {
|
503 |
-
r: Math.round(rgb.r),
|
504 |
-
g: Math.round(rgb.g),
|
505 |
-
b: Math.round(rgb.b)
|
506 |
-
};
|
507 |
-
}
|
508 |
-
|
509 |
-
// Converts an RGB object to a hex string
|
510 |
-
function rgb2hex(rgb) {
|
511 |
-
var hex = [
|
512 |
-
rgb.r.toString(16),
|
513 |
-
rgb.g.toString(16),
|
514 |
-
rgb.b.toString(16)
|
515 |
-
];
|
516 |
-
$.each(hex, function(nr, val) {
|
517 |
-
if (val.length === 1) hex[nr] = '0' + val;
|
518 |
-
});
|
519 |
-
return '#' + hex.join('');
|
520 |
-
}
|
521 |
-
|
522 |
-
// Converts an HSB object to a hex string
|
523 |
-
function hsb2hex(hsb) {
|
524 |
-
return rgb2hex(hsb2rgb(hsb));
|
525 |
-
}
|
526 |
-
|
527 |
-
// Converts a hex string to an HSB object
|
528 |
-
function hex2hsb(hex) {
|
529 |
-
var hsb = rgb2hsb(hex2rgb(hex));
|
530 |
-
if( hsb.s === 0 ) hsb.h = 360;
|
531 |
-
return hsb;
|
532 |
-
}
|
533 |
-
|
534 |
-
// Converts an RGB object to an HSB object
|
535 |
-
function rgb2hsb(rgb) {
|
536 |
-
var hsb = { h: 0, s: 0, b: 0 };
|
537 |
-
var min = Math.min(rgb.r, rgb.g, rgb.b);
|
538 |
-
var max = Math.max(rgb.r, rgb.g, rgb.b);
|
539 |
-
var delta = max - min;
|
540 |
-
hsb.b = max;
|
541 |
-
hsb.s = max !== 0 ? 255 * delta / max : 0;
|
542 |
-
if( hsb.s !== 0 ) {
|
543 |
-
if( rgb.r === max ) {
|
544 |
-
hsb.h = (rgb.g - rgb.b) / delta;
|
545 |
-
} else if( rgb.g === max ) {
|
546 |
-
hsb.h = 2 + (rgb.b - rgb.r) / delta;
|
547 |
-
} else {
|
548 |
-
hsb.h = 4 + (rgb.r - rgb.g) / delta;
|
549 |
-
}
|
550 |
-
} else {
|
551 |
-
hsb.h = -1;
|
552 |
-
}
|
553 |
-
hsb.h *= 60;
|
554 |
-
if( hsb.h < 0 ) {
|
555 |
-
hsb.h += 360;
|
556 |
-
}
|
557 |
-
hsb.s *= 100/255;
|
558 |
-
hsb.b *= 100/255;
|
559 |
-
return hsb;
|
560 |
-
}
|
561 |
-
|
562 |
-
// Converts a hex string to an RGB object
|
563 |
-
function hex2rgb(hex) {
|
564 |
-
hex = parseInt(((hex.indexOf('#') > -1) ? hex.substring(1) : hex), 16);
|
565 |
-
return {
|
566 |
-
r: hex >> 16,
|
567 |
-
g: (hex & 0x00FF00) >> 8,
|
568 |
-
b: (hex & 0x0000FF)
|
569 |
-
};
|
570 |
-
}
|
571 |
-
|
572 |
-
// A bit of magic...
|
573 |
-
$(document).ready( function() {
|
574 |
-
|
575 |
-
// Auto-initialize
|
576 |
-
$.minicolors.init();
|
577 |
-
|
578 |
-
// Hide on clicks outside of the control
|
579 |
-
$(document)
|
580 |
-
.on('mousedown touchstart', function(event) {
|
581 |
-
if( !$(event.target).parents().add(event.target).hasClass('minicolors') ) hide();
|
582 |
-
})
|
583 |
-
.on('mousedown touchstart', '.minicolors-color, .minicolors-hue, .minicolors-brightness, .minicolors-opacity', function(event) {
|
584 |
-
// Handle color selection
|
585 |
-
var target = $(this);
|
586 |
-
event.preventDefault();
|
587 |
-
$(document).data('minicolors-target', target);
|
588 |
-
move(target, event);
|
589 |
-
})
|
590 |
-
.on('mousemove touchmove', function(event) {
|
591 |
-
var target = $(document).data('minicolors-target');
|
592 |
-
if( target ) move(target, event);
|
593 |
-
})
|
594 |
-
.on('mouseup touchend', function() {
|
595 |
-
$(this).removeData('minicolors-target');
|
596 |
-
})
|
597 |
-
.on('click touchstart', '.minicolors-swatch', function(event) {
|
598 |
-
// Toggle panel when swatch is clicked
|
599 |
-
var input = $(this).parent().find('INPUT'),
|
600 |
-
minicolors = input.parent();
|
601 |
-
if( minicolors.hasClass('minicolors-focus') ) {
|
602 |
-
hide(input);
|
603 |
-
} else {
|
604 |
-
show(input);
|
605 |
-
}
|
606 |
-
})
|
607 |
-
.on('focus', 'INPUT[type=minicolors]', function(event) {
|
608 |
-
var input = $(this);
|
609 |
-
show(input);
|
610 |
-
})
|
611 |
-
.on('blur', 'INPUT[type=minicolors]', function(event) {
|
612 |
-
var input = $(this);
|
613 |
-
input.val( convertCase(parseHex($(this).val() !== '' ? input.val() : convertCase(parseHex(input.attr('data-default'), true)), true)) );
|
614 |
-
})
|
615 |
-
.on('keydown', 'INPUT[type=minicolors]', function(event) {
|
616 |
-
var input = $(this);
|
617 |
-
switch( event.keyCode ) {
|
618 |
-
case 9: // tab
|
619 |
-
hide();
|
620 |
-
break;
|
621 |
-
case 27: // esc
|
622 |
-
hide();
|
623 |
-
input.blur();
|
624 |
-
break;
|
625 |
-
}
|
626 |
-
})
|
627 |
-
.on('keyup', 'INPUT[type=minicolors]', function(event) {
|
628 |
-
var input = $(this);
|
629 |
-
updateFromInput(input, true);
|
630 |
-
});
|
631 |
-
|
632 |
-
});
|
633 |
-
|
634 |
-
})(jQuery);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
minicolors/jquery.minicolors.png
DELETED
Binary file
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Gallery by BestWebSoft ===
|
2 |
Contributors: bestwebsoft
|
3 |
Donate link: http://bestwebsoft.com/donate/
|
4 |
-
Tags: add
|
5 |
Requires at least: 3.8
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 4.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -43,6 +43,8 @@ http://www.youtube.com/watch?v=aydaTdOpaRM
|
|
43 |
* Install (and delete) demo data.
|
44 |
* Add images from WordPress media library.
|
45 |
|
|
|
|
|
46 |
= Recommended Plugins =
|
47 |
|
48 |
The author of the Gallery also recommends the following plugins:
|
@@ -72,7 +74,7 @@ If you would like to create your own language pack or update the existing one, y
|
|
72 |
|
73 |
= Technical support =
|
74 |
|
75 |
-
Dear users, our plugins are available for free download. If you have any questions or recommendations regarding the functionality of our plugins (existing options, new options, current issues), please feel free to contact us. Please note that we accept requests in English only. All messages in
|
76 |
|
77 |
If you notice any bugs in the plugins, you can notify us about it and we'll investigate and fix the issue then. Your request should contain URL of the website, issues description and WordPress admin panel credentials.
|
78 |
Moreover we can customize the plugin according to your requirements. It's a paid service (as a rule it costs $40, but the price can vary depending on the amount of the necessary changes and their complexity). Please note that we could also include this or that feature (developed for you) in the next release and share with the other users then.
|
@@ -150,16 +152,21 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
|
|
150 |
|
151 |
== Screenshots ==
|
152 |
|
153 |
-
1.
|
154 |
-
2.
|
155 |
-
3.
|
156 |
-
4. Gallery
|
157 |
-
5. Gallery
|
158 |
-
6.
|
159 |
-
7.
|
160 |
|
161 |
== Changelog ==
|
162 |
|
|
|
|
|
|
|
|
|
|
|
163 |
= V4.3.9 - 18.03.2016 =
|
164 |
* Bugfix : The bug with plugin menu duplicating was fixed.
|
165 |
* Bugfix : We fixed bug with displaying single gallery.
|
@@ -511,6 +518,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
|
|
511 |
|
512 |
== Upgrade Notice ==
|
513 |
|
|
|
|
|
|
|
514 |
= V4.3.9 =
|
515 |
The bug with plugin menu duplicating was fixed. We fixed bug with displaying single gallery. We fixed bug with gallery album links ( if Featured Posts by BestWebSoft plugin is installed and activated ). The French language files were updated.
|
516 |
|
1 |
=== Gallery by BestWebSoft ===
|
2 |
Contributors: bestwebsoft
|
3 |
Donate link: http://bestwebsoft.com/donate/
|
4 |
+
Tags: add album, add galleries, add images, add pictures, add albums, gallery, gallery plugin, gallery slider, fancy gallery, slideshow, lightbox, fullscreen gallery
|
5 |
Requires at least: 3.8
|
6 |
+
Tested up to: 4.5.2
|
7 |
+
Stable tag: 4.4.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
43 |
* Install (and delete) demo data.
|
44 |
* Add images from WordPress media library.
|
45 |
|
46 |
+
If you have a feature, suggestion or idea you'd like to see in the plugin, we'd love to hear about it! <a href="http://support.bestwebsoft.com/hc/en-us/requests/new" target="_blank">Suggest a Feature</a>
|
47 |
+
|
48 |
= Recommended Plugins =
|
49 |
|
50 |
The author of the Gallery also recommends the following plugins:
|
74 |
|
75 |
= Technical support =
|
76 |
|
77 |
+
Dear users, our plugins are available for free download. If you have any questions or recommendations regarding the functionality of our plugins (existing options, new options, current issues), please feel free to contact us. Please note that we accept requests in English only. All messages in other languages won't be accepted.
|
78 |
|
79 |
If you notice any bugs in the plugins, you can notify us about it and we'll investigate and fix the issue then. Your request should contain URL of the website, issues description and WordPress admin panel credentials.
|
80 |
Moreover we can customize the plugin according to your requirements. It's a paid service (as a rule it costs $40, but the price can vary depending on the amount of the necessary changes and their complexity). Please note that we could also include this or that feature (developed for you) in the next release and share with the other users then.
|
152 |
|
153 |
== Screenshots ==
|
154 |
|
155 |
+
1. Gallery albums page in the front-end.
|
156 |
+
2. Single Gallery page in the front-end.
|
157 |
+
3. The pop-up window containing the album images.
|
158 |
+
4. Edit Gallery page in the grid mode.
|
159 |
+
5. Edit Gallery Attachment Info in the grid mode.
|
160 |
+
6. Edit Gallery page in the list mode.
|
161 |
+
7. Gallery Settings page in the admin panel.
|
162 |
|
163 |
== Changelog ==
|
164 |
|
165 |
+
= V4.4.0 - 15.04.2016 =
|
166 |
+
* Bugfix : Bug with displaying gallery on mobile device (Windows Phone) was fixed.
|
167 |
+
* NEW : Ability to add custom styles.
|
168 |
+
* Update : Compatibility with Pagination by BestWebSoft plugin was added.
|
169 |
+
|
170 |
= V4.3.9 - 18.03.2016 =
|
171 |
* Bugfix : The bug with plugin menu duplicating was fixed.
|
172 |
* Bugfix : We fixed bug with displaying single gallery.
|
518 |
|
519 |
== Upgrade Notice ==
|
520 |
|
521 |
+
= V4.4.0 =
|
522 |
+
Bug with displaying gallery on mobile device (Windows Phone) was fixed. Ability to add custom styles. Compatibility with Pagination by BestWebSoft plugin was added.
|
523 |
+
|
524 |
= V4.3.9 =
|
525 |
The bug with plugin menu duplicating was fixed. We fixed bug with displaying single gallery. We fixed bug with gallery album links ( if Featured Posts by BestWebSoft plugin is installed and activated ). The French language files were updated.
|
526 |
|
screenshot-1.png
CHANGED
Binary file
|
screenshot-2.png
CHANGED
Binary file
|
screenshot-3.png
CHANGED
Binary file
|
screenshot-4.png
CHANGED
Binary file
|
screenshot-5.png
CHANGED
Binary file
|
screenshot-6.png
CHANGED
Binary file
|
screenshot-7.png
CHANGED
Binary file
|
template/gallery-template.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Template Name: Gallery Template
|
4 |
-
* Version: 1.2.
|
5 |
*/
|
6 |
?>
|
7 |
<?php get_header(); ?>
|
@@ -132,13 +132,16 @@ Template Name: Gallery Template
|
|
132 |
if ( 1 != $pages ) { ?>
|
133 |
<div class='gllr_clear'></div>
|
134 |
<div class="pagination navigation loop-pagination nav-links gllr_pagination">
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
|
|
|
|
141 |
</div><!-- .pagination -->
|
|
|
142 |
<?php } ?>
|
143 |
</div><!-- .gallery_box -->
|
144 |
<?php } else { ?>
|
1 |
<?php
|
2 |
/*
|
3 |
Template Name: Gallery Template
|
4 |
+
* Version: 1.2.7
|
5 |
*/
|
6 |
?>
|
7 |
<?php get_header(); ?>
|
132 |
if ( 1 != $pages ) { ?>
|
133 |
<div class='gllr_clear'></div>
|
134 |
<div class="pagination navigation loop-pagination nav-links gllr_pagination">
|
135 |
+
<div id="gallery_pagination">
|
136 |
+
<?php for ( $i = 1; $i <= $pages; $i++ ) {
|
137 |
+
if ( 1 != $pages && ( !( $i >= $paged + $range + 1 || $i <= $paged - $range - 1 ) || $pages <= $showitems ) ) {
|
138 |
+
echo ( $paged == $i ) ? "<span class='page-numbers current'>". $i ."</span>":"<a class='page-numbers inactive' href='". get_pagenum_link($i) ."'>". $i ."</a>";
|
139 |
+
}
|
140 |
+
} ?>
|
141 |
+
<div class='gllr_clear'></div>
|
142 |
+
</div>
|
143 |
</div><!-- .pagination -->
|
144 |
+
<?php if ( function_exists( 'pgntn_display_pagination' ) ) pgntn_display_pagination( 'custom', $second_query ); ?>
|
145 |
<?php } ?>
|
146 |
</div><!-- .gallery_box -->
|
147 |
<?php } else { ?>
|